*{
    box-sizing:border-box;
}

body{
    margin:0;
    background:#000;
    color:#fff;
}

.octi-users-page{
    min-height:calc(100vh - 120px);
    padding:38px 16px 74px;
    background:
        radial-gradient(circle at 8% 0%,rgba(0,195,255,.11),transparent 28%),
        radial-gradient(circle at 92% 10%,rgba(180,80,255,.10),transparent 29%),
        #000;
}

.octi-users-wrap{
    width:min(1280px,100%);
    margin:0 auto;
}

.octi-users-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:22px;
    align-items:stretch;

    padding:28px;
    margin-bottom:18px;

    border-radius:28px;
    border:1px solid rgba(255,255,255,.13);

    background:
        radial-gradient(circle at top left,rgba(0,195,255,.14),transparent 33%),
        linear-gradient(135deg,#202932,#12171c);

    box-shadow:
        0 24px 60px rgba(0,0,0,.34),
        0 0 26px rgba(0,195,255,.07);
}

.octi-users-kicker{
    display:block;
    margin-bottom:8px;

    color:#8cffc7;
    font-size:12px;
    font-weight:1000;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.octi-users-hero h1{
    margin:0;
    font-size:clamp(34px,5vw,58px);
    line-height:1;
    letter-spacing:-.045em;
}

.octi-users-hero p{
    max-width:760px;
    margin:13px 0 0;
    color:rgba(255,255,255,.66);
    line-height:1.55;
    font-weight:750;
}

.octi-users-total{
    min-width:185px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    padding:18px 24px;
    border-radius:22px;

    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
}

.octi-users-total span{
    font-size:30px;
}

.octi-users-total strong{
    margin-top:5px;
    font-size:36px;
    line-height:1;
}

.octi-users-total small{
    margin-top:8px;
    color:rgba(255,255,255,.54);
    font-weight:900;
    text-align:center;
}

.octi-users-tools{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;

    margin-bottom:18px;
}

.octi-users-search{
    flex:1;

    display:flex;
    align-items:center;
    gap:9px;
}

.octi-users-search-box{
    flex:1;
    max-width:540px;
    min-height:48px;

    display:flex;
    align-items:center;
    gap:8px;

    padding:0 14px;

    border-radius:15px;
    border:1px solid rgba(255,255,255,.12);
    background:#151b20;
}

.octi-users-search-box input{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
    font-size:15px;
    font-weight:800;
}

.octi-users-search-box input::placeholder{
    color:rgba(255,255,255,.38);
}

.octi-users-search button,
.octi-users-search > a{
    min-height:46px;
    padding:0 17px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:999px;
    border:1px solid rgba(255,255,255,.13);

    font:inherit;
    font-size:13px;
    font-weight:950;
    text-decoration:none;
    cursor:pointer;
}

.octi-users-search button{
    color:#071217;
    background:linear-gradient(135deg,#00c3ff,#8cffc7);
}

.octi-users-search > a{
    color:#fff;
    background:rgba(255,255,255,.06);
}

.octi-users-count{
    flex:0 0 auto;

    color:rgba(255,255,255,.56);
    font-size:12px;
    font-weight:850;
}

.octi-users-count strong{
    color:#fff;
}

.octi-users-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
}

.octi-user-card{
    position:relative;
    min-width:0;

    display:grid;
    grid-template-columns:74px minmax(0,1fr);
    gap:14px;

    padding:17px;
    border-radius:22px;

    background:
        radial-gradient(circle at top left,rgba(255,255,255,.075),transparent 34%),
        linear-gradient(145deg,#202932,#12171c);

    background-size:cover;
    background-position:center;

    border:1px solid rgba(255,255,255,.11);

    box-shadow:
        0 16px 30px rgba(0,0,0,.30);

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.octi-user-card:hover{
    transform:translateY(-3px);
    border-color:rgba(140,255,199,.28);
    box-shadow:
        0 20px 35px rgba(0,0,0,.35),
        0 0 20px rgba(0,195,255,.07);
}

.octi-user-avatar-frame{
    width:68px;
    height:68px;
    padding:4px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.09);
    box-shadow:0 0 12px rgba(255,255,255,.05);
}

.octi-user-avatar-frame img{
    width:60px;
    height:60px;
    display:block;
    object-fit:cover;
    border-radius:50%;
    background:#0a0d10;
}

.prestige-frame-1{
    background:linear-gradient(135deg,#00c3ff,rgba(255,255,255,.18));
    box-shadow:0 0 15px rgba(0,195,255,.45);
}

.prestige-frame-2{
    background:linear-gradient(135deg,#b450ff,rgba(255,255,255,.18));
    box-shadow:0 0 17px rgba(180,80,255,.52);
}

.prestige-frame-3{
    background:linear-gradient(135deg,#ff5a28,#ffb347);
    box-shadow:0 0 18px rgba(255,90,40,.56);
}

.prestige-frame-4{
    background:linear-gradient(135deg,#ff3c78,#ff9ab8);
    box-shadow:0 0 18px rgba(255,60,120,.56);
}

.prestige-frame-5,
.prestige-frame-6,
.prestige-frame-7,
.prestige-frame-8,
.prestige-frame-9{
    background:linear-gradient(135deg,#00c3ff,#b450ff,#8cffc7);
    box-shadow:0 0 20px rgba(120,160,255,.60);
}

.prestige-frame-10{
    background:linear-gradient(135deg,#ffd35a,#fff2b0,#ff9f1a);
    box-shadow:0 0 23px rgba(255,190,0,.72);
}

.octi-user-info{
    min-width:0;
}

.octi-user-name{
    display:block;

    color:#fff !important;
    text-decoration:none !important;

    font-size:17px;
    font-weight:1000;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.octi-user-name:hover{
    color:#8cffc7 !important;
}

.octi-user-title{
    display:block;

    margin-top:3px;

    color:#8cffc7;
    font-size:11px;
    font-weight:950;

    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.octi-user-stats{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;

    margin:10px 0;
}

.octi-user-stats > span{
    min-height:26px;
    padding:0 8px;

    display:inline-flex;
    align-items:center;
    gap:4px;

    border-radius:999px;
    border:1px solid rgba(255,255,255,.09);
    background:rgba(255,255,255,.055);

    color:rgba(255,255,255,.72);
    font-size:10px;
    font-weight:900;
}

.octi-user-prestige{
    color:#d9a3ff !important;
    border-color:rgba(180,80,255,.27) !important;
    background:rgba(180,80,255,.10) !important;
}

.octi-user-profile-btn{
    width:max-content;
    max-width:100%;
    min-height:34px;
    padding:0 11px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;

    border-radius:999px;

    color:#071217 !important;
    background:linear-gradient(135deg,#00c3ff,#8cffc7);

    text-decoration:none !important;
    font-size:11px;
    font-weight:1000;
}

.octi-users-empty{
    padding:46px 20px;
    text-align:center;

    border-radius:24px;
    border:1px dashed rgba(255,255,255,.15);
    background:rgba(255,255,255,.035);
}

.octi-users-empty > div{
    font-size:50px;
}

.octi-users-empty h2{
    margin:10px 0 0;
    font-size:20px;
}

.octi-users-pagination{
    margin-top:22px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.octi-users-pagination a,
.octi-users-pagination span.disabled{
    min-height:40px;
    padding:0 14px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:999px;

    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);

    font-size:12px;
    font-weight:950;
    text-decoration:none;
}

.octi-users-pagination a:hover{
    background:rgba(255,255,255,.10);
}

.octi-users-pagination span.disabled{
    opacity:.35;
}

.octi-users-pagination strong{
    color:rgba(255,255,255,.72);
    font-size:12px;
}

.octi-users-public-note{
    margin:24px 0 0;
    text-align:center;

    color:rgba(255,255,255,.42);
    font-size:11px;
    font-weight:800;
}

@media(max-width:1050px){
    .octi-users-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:720px){
    .octi-users-page{
        padding:22px 10px 55px;
    }

    .octi-users-hero{
        grid-template-columns:1fr;
        padding:20px;
        border-radius:22px;
    }

    .octi-users-total{
        min-width:0;
        flex-direction:row;
        gap:10px;
        justify-content:flex-start;
    }

    .octi-users-total strong{
        margin:0;
        font-size:29px;
    }

    .octi-users-total small{
        margin:0;
        text-align:left;
    }

    .octi-users-tools{
        align-items:stretch;
        flex-direction:column;
    }

    .octi-users-search{
        width:100%;
        flex-wrap:wrap;
    }

    .octi-users-search-box{
        max-width:none;
        flex:1 1 100%;
    }

    .octi-users-count{
        text-align:right;
    }

    .octi-users-grid{
        grid-template-columns:1fr;
    }

    .octi-users-pagination{
        flex-wrap:wrap;
    }
}