
.hiu-start-wrap{
    width:min(1600px,100%);
    margin:auto;
    padding:90px 20px 60px;
    color:#fff;
}
.hiu-start-hero{
    display:grid;
    grid-template-columns:1.28fr .72fr;
    gap:26px;
    align-items:stretch;
}
.hiu-start-main,
.hiu-start-command,
.hiu-start-newsbar,
.hiu-start-section,
.hiu-start-final{
    background:linear-gradient(135deg,rgba(4,12,25,.74),rgba(6,18,32,.50));
    border:1px solid rgba(38,217,255,.16);
    box-shadow:0 0 32px rgba(38,217,255,.10);
    backdrop-filter:blur(12px);
}
.hiu-start-main{
    padding:50px;
}
.hiu-start-kicker{
    color:#ffb84d;
    font-weight:900;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:14px;
}
.hiu-start-main h1{
    margin:0;
    font-size:clamp(62px,8vw,132px);
    line-height:.86;
    text-transform:uppercase;
    background:linear-gradient(90deg,#fff,#29d8ff,#0b63ff,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.hiu-start-main h1 span{
    background:linear-gradient(90deg,#29d8ff,#0b63ff,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.hiu-start-lead{
    font-size:22px;
    color:#fff!important;
    max-width:900px;
}
.hiu-start-wrap p{
    color:#d7e4f0;
    line-height:1.7;
}
.hiu-start-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}
.hiu-start-actions a,
.hiu-start-quick a{
    color:#fff;
    text-decoration:none;
    font-weight:900;
    text-transform:uppercase;
    padding:14px 20px;
    background:linear-gradient(90deg,#0b63ff,#ff2f91);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 0 18px rgba(38,217,255,.22);
}
.hiu-start-command{
    padding:28px;
    display:grid;
    gap:14px;
}
.hiu-start-panel-title{
    color:#ffb84d;
    font-weight:900;
    letter-spacing:3px;
}
.hiu-start-mini-stat,
.hiu-start-newsbar,
.hiu-start-readiness div{
    background:rgba(6,18,32,.76);
    border:1px solid rgba(38,217,255,.14);
    padding:22px;
}
.hiu-start-mini-stat span,
.hiu-start-newsbar span,
.hiu-start-readiness span{
    display:block;
    color:#8ee8ff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
}
.hiu-start-mini-stat strong,
.hiu-start-readiness strong{
    display:block;
    font-size:34px;
    margin-top:8px;
}
.hiu-start-newsbar{
    margin:24px 0;
    display:flex;
    gap:22px;
    align-items:center;
}
.hiu-start-newsbar strong{
    display:block;
    font-size:24px;
}
.hiu-start-section{
    padding:38px;
    margin-top:24px;
}
.hiu-start-quick{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    background:transparent;
    border:0;
    box-shadow:none;
    padding:0;
}
.hiu-start-quick article{
    padding:24px;
    background:rgba(6,18,32,.72);
    border:1px solid rgba(38,217,255,.14);
    min-height:250px;
    transition:.22s ease;
}
.hiu-start-quick article:hover,
.hiu-start-grid article:hover{
    transform:translateY(-4px);
    box-shadow:0 0 24px rgba(38,217,255,.18);
}
.hiu-icon{
    font-size:34px;
    margin-bottom:16px;
}
.hiu-start-quick h3{
    font-size:24px;
}
.hiu-start-split{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}
.hiu-start-glass,
.hiu-start-terminal{
    padding:34px;
    background:rgba(6,18,32,.72);
    border:1px solid rgba(38,217,255,.14);
}
.hiu-start-section h2,
.hiu-start-final h2{
    font-size:clamp(32px,4vw,62px);
    margin:0 0 12px;
    text-transform:uppercase;
}
.hiu-start-glass ul{
    margin:22px 0 0;
    padding-left:20px;
    color:#d7e4f0;
    line-height:1.9;
}
.terminal-head{
    display:flex;
    gap:8px;
    align-items:center;
    margin-bottom:20px;
}
.terminal-head span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff2f91;
    display:inline-block;
}
.terminal-head span:nth-child(2){background:#ffb84d}
.terminal-head span:nth-child(3){background:#29d8ff}
.terminal-head b{
    margin-left:10px;
    color:#8ee8ff;
    letter-spacing:2px;
}
.terminal-lines p{
    font-family:monospace;
    color:#d7e4f0;
}
.terminal-lines strong{
    color:#47ff9a;
}
.hiu-start-section-head{
    max-width:920px;
    margin-bottom:24px;
}
.hiu-start-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:16px;
}
.hiu-start-grid article{
    min-height:170px;
    padding:22px;
    background:rgba(6,18,32,.74);
    border:1px solid rgba(38,217,255,.14);
    transition:.22s ease;
}
.hiu-start-grid span{
    color:#ffb84d;
    font-weight:900;
    letter-spacing:2px;
    font-size:12px;
}
.hiu-start-grid h3{
    font-size:24px;
    margin:12px 0 8px;
}
.hiu-start-war{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:24px;
    align-items:center;
}
.hiu-start-readiness{
    display:grid;
    gap:14px;
}
.hiu-start-final{
    margin-top:24px;
    padding:50px;
    text-align:center;
    border-color:rgba(255,184,77,.25);
}
.hiu-start-final h2{
    background:linear-gradient(90deg,#fff,#29d8ff,#ffb84d,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
@media(max-width:1100px){
    .hiu-start-hero,
    .hiu-start-split,
    .hiu-start-war{
        grid-template-columns:1fr;
    }
    .hiu-start-quick{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:700px){
    .hiu-start-wrap{
        padding-top:40px;
    }
    .hiu-start-main,
    .hiu-start-section,
    .hiu-start-final{
        padding:24px;
    }
    .hiu-start-quick{
        grid-template-columns:1fr;
    }
    .hiu-start-newsbar{
        display:block;
    }
}


/* DISCORD LIVE */
.hiu-discord-live{
    margin-top:24px;
}
.hiu-discord-wrapper{
    margin-top:24px;
    padding:14px;
    background:rgba(6,18,32,.76);
    border:1px solid rgba(88,101,242,.38);
    box-shadow:
        0 0 24px rgba(88,101,242,.18),
        inset 0 0 18px rgba(88,101,242,.08);
}
.hiu-discord-wrapper iframe{
    border-radius:14px;
    overflow:hidden;
}


/* DISCORD COMMAND PANEL PRO */
.hiu-discord-command{
    margin-top:24px;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
.hiu-discord-command-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:24px;
}
.hiu-discord-info,
.hiu-discord-widget-card{
    background:linear-gradient(135deg,rgba(4,12,25,.78),rgba(6,18,32,.56));
    border:1px solid rgba(88,101,242,.30);
    box-shadow:
        0 0 34px rgba(88,101,242,.16),
        inset 0 0 28px rgba(38,217,255,.06);
    backdrop-filter:blur(12px);
}
.hiu-discord-info{
    padding:36px;
}
.hiu-discord-info h2{
    font-size:clamp(34px,4vw,68px);
    margin:0 0 12px;
    text-transform:uppercase;
    background:linear-gradient(90deg,#fff,#29d8ff,#5865f2,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.hiu-discord-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:26px 0;
}
.hiu-discord-join,
.hiu-copy-discord{
    cursor:pointer;
    color:#fff;
    text-decoration:none;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:14px 18px;
    background:linear-gradient(90deg,#5865f2,#0b63ff,#ff2f91);
    border:1px solid rgba(255,255,255,.13);
    box-shadow:0 0 20px rgba(88,101,242,.26);
}
.hiu-copy-discord{
    background:rgba(6,18,32,.78);
}
.hiu-discord-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:22px;
}
.hiu-discord-stats div{
    padding:16px;
    background:rgba(6,18,32,.78);
    border:1px solid rgba(88,101,242,.22);
}
.hiu-discord-stats span{
    display:block;
    color:#8ee8ff;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1.6px;
}
.hiu-discord-stats strong{
    display:block;
    margin-top:8px;
    color:#fff;
    font-size:18px;
    word-break:break-word;
}
.hiu-discord-channel-list{
    margin-top:22px;
    display:grid;
    gap:10px;
}
.hiu-discord-channel-list div{
    padding:14px;
    background:rgba(4,12,25,.54);
    border-left:3px solid #5865f2;
}
.hiu-discord-channel-list b{
    display:block;
    color:#fff;
    margin-bottom:4px;
}
.hiu-discord-channel-list span{
    color:#d7e4f0;
}
.hiu-discord-widget-card{
    padding:16px;
}
.hiu-widget-top{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 10px 16px;
}
.hiu-widget-top span{
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff2f91;
}
.hiu-widget-top span:nth-child(2){background:#ffb84d}
.hiu-widget-top span:nth-child(3){background:#29d8ff}
.hiu-widget-top b{
    margin-left:10px;
    color:#8ee8ff;
    letter-spacing:2px;
    font-size:12px;
}
.hiu-discord-wrapper.pro{
    margin-top:0;
    padding:12px;
    background:
        radial-gradient(circle at 20% 0%,rgba(88,101,242,.18),transparent 35%),
        rgba(6,18,32,.80);
    border:1px solid rgba(88,101,242,.42);
    box-shadow:
        0 0 28px rgba(88,101,242,.22),
        inset 0 0 22px rgba(38,217,255,.08);
}
.hiu-discord-wrapper.pro iframe{
    border-radius:14px;
    overflow:hidden;
    min-height:520px;
}
.hiu-copy-flash{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:99999;
    padding:14px 18px;
    color:#fff;
    background:rgba(4,12,25,.92);
    border:1px solid rgba(71,255,154,.45);
    box-shadow:0 0 24px rgba(71,255,154,.20);
    font-weight:900;
}
@media(max-width:1100px){
    .hiu-discord-command-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:700px){
    .hiu-discord-info{
        padding:24px;
    }
    .hiu-discord-stats{
        grid-template-columns:1fr;
    }
}


/* DISCORD LAYOUT FIX */
.hiu-discord-command-grid{
    grid-template-columns:1.2fr .8fr!important;
    align-items:start;
}

.hiu-discord-widget-card{
    min-width:340px;
}

.hiu-discord-wrapper.pro iframe{
    width:100%!important;
    min-width:320px;
}

.hiu-discord-side-quote,
.hiu-discord-quote,
.hiu-discord-right-text{
    grid-column:1 / -1!important;
    width:100%!important;
    margin-top:24px!important;
}

.hiu-discord-command .hiu-quote-box,
.hiu-discord-command .hiu-discord-right-box{
    width:100%!important;
    max-width:none!important;
    text-align:center;
    padding:48px 32px;
    background:linear-gradient(135deg,rgba(4,12,25,.92),rgba(8,24,44,.76));
    border:1px solid rgba(41,216,255,.22);
    box-shadow:0 0 34px rgba(41,216,255,.12);
}

@media(max-width:1200px){
    .hiu-discord-command-grid{
        grid-template-columns:1fr!important;
    }

    .hiu-discord-widget-card{
        min-width:unset;
    }
}


/* QUOTE BOTTOM WIDE FIX */
.hiu-start-quote-bottom{
    width:100%;
    margin-top:28px;
    padding:54px 42px;
    text-align:center;
    background:
        radial-gradient(circle at 20% 0%,rgba(38,217,255,.16),transparent 35%),
        radial-gradient(circle at 80% 0%,rgba(255,47,145,.15),transparent 34%),
        linear-gradient(135deg,rgba(4,12,25,.92),rgba(8,24,44,.78));
    border:1px solid rgba(41,216,255,.24);
    box-shadow:
        0 0 42px rgba(41,216,255,.16),
        inset 0 0 28px rgba(255,47,145,.06);
    backdrop-filter:blur(12px);
}

.hiu-start-quote-bottom h2{
    max-width:1350px;
    margin:0 auto 18px;
    font-size:clamp(44px,6.2vw,96px);
    line-height:1.02;
    text-transform:uppercase;
    letter-spacing:1px;
    background:linear-gradient(90deg,#fff,#29d8ff,#ffb84d,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    text-shadow:0 0 30px rgba(38,217,255,.16);
}

.hiu-start-quote-bottom p{
    margin:0;
    color:#d7e4f0;
    font-weight:800;
    letter-spacing:1px;
}

/* Hide any remaining old right-side duplicate quote if a browser cached structure still exists */
.hiu-discord-command .hiu-start-final,
.hiu-discord-command .hiu-quote-box,
.hiu-discord-command .hiu-discord-right-box{
    display:none!important;
}

@media(max-width:700px){
    .hiu-start-quote-bottom{
        padding:34px 20px;
    }
    .hiu-start-quote-bottom h2{
        font-size:clamp(34px,10vw,54px);
    }
}


/* REMOVE OLD RIGHT QUOTE PANEL */
.hiu-discord-command-grid > div:last-child{
    display:none!important;
}

.hiu-discord-widget-card{
    width:100%!important;
    max-width:none!important;
}

.hiu-discord-command-grid{
    grid-template-columns:1fr!important;
}


/* CORRECT DUPLICATE FIX */
/* Show bottom wide quote again */
.hiu-start-quote-bottom{
    display:block!important;
    width:100%!important;
}

/* Hide ONLY the right-side duplicate quote */
.hiu-discord-command-grid > div:last-child{
    display:none!important;
}

/* Keep Discord section full width */
.hiu-discord-command-grid{
    grid-template-columns:1fr!important;
}

.hiu-discord-widget-card{
    width:100%!important;
    max-width:none!important;
}


/* FORCE REMOVE RIGHT DUPLICATE PANEL */
.hiu-discord-command-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
}

.hiu-discord-command-grid > *:nth-child(2){
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    width:0!important;
    max-width:0!important;
    overflow:hidden!important;
}

.hiu-discord-widget-card{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
}

.hiu-start-quote-bottom{
    display:block!important;
    width:100%!important;
    margin-top:30px!important;
}


/* REMOVE BOTTOM QUOTE COMPLETELY */
.hiu-start-quote-bottom{
    display:none!important;
}


/* ULTRA DISCORD PANEL */
.hiu-discord-command{
    position:relative;
    overflow:hidden;
    border-radius:28px;
}

.hiu-discord-command::before{
    content:"";
    position:absolute;
    inset:-120px;
    background:
        radial-gradient(circle at 20% 20%, rgba(88,101,242,.22), transparent 26%),
        radial-gradient(circle at 80% 10%, rgba(41,216,255,.18), transparent 22%),
        radial-gradient(circle at 50% 100%, rgba(255,47,145,.14), transparent 28%);
    filter:blur(30px);
    pointer-events:none;
}

.hiu-discord-info{
    position:relative;
    border-radius:24px;
    background:
        linear-gradient(145deg,rgba(4,12,25,.96),rgba(7,20,36,.82));
    border:1px solid rgba(88,101,242,.26);
    overflow:hidden;
}

.hiu-discord-info::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg,#5865f2,#29d8ff,#ff2f91);
    box-shadow:0 0 24px rgba(41,216,255,.46);
}

.hiu-discord-info h2{
    font-size:clamp(52px,6vw,92px)!important;
    line-height:.92;
    margin-bottom:22px!important;
    text-shadow:
        0 0 18px rgba(41,216,255,.22),
        0 0 34px rgba(255,47,145,.10);
}

.hiu-discord-actions{
    margin-top:34px!important;
}

.hiu-discord-join{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    padding:18px 26px!important;
    font-size:14px;
    letter-spacing:1.5px;
    box-shadow:
        0 0 30px rgba(88,101,242,.30),
        inset 0 0 14px rgba(255,255,255,.08);
    transition:all .25s ease;
}

.hiu-discord-join:hover{
    transform:translateY(-2px) scale(1.02);
    box-shadow:
        0 0 44px rgba(88,101,242,.46),
        0 0 18px rgba(255,47,145,.22);
}

.hiu-copy-discord{
    border-radius:16px;
    border:1px solid rgba(41,216,255,.20)!important;
    padding:18px 22px!important;
    transition:all .25s ease;
}

.hiu-copy-discord:hover{
    background:rgba(41,216,255,.08)!important;
    box-shadow:0 0 24px rgba(41,216,255,.18);
}

.hiu-discord-stats div{
    border-radius:18px;
    position:relative;
    overflow:hidden;
    transition:all .22s ease;
}

.hiu-discord-stats div:hover{
    transform:translateY(-3px);
    border-color:rgba(41,216,255,.32);
    box-shadow:0 0 24px rgba(41,216,255,.12);
}

.hiu-discord-stats strong{
    font-size:22px!important;
}

.hiu-discord-channel-list div{
    border-radius:16px;
    border-left:4px solid #29d8ff!important;
    transition:all .24s ease;
}

.hiu-discord-channel-list div:hover{
    transform:translateX(4px);
    background:rgba(41,216,255,.05);
    box-shadow:0 0 20px rgba(41,216,255,.10);
}

.hiu-discord-widget-card{
    border-radius:24px;
    overflow:hidden;
    background:
        linear-gradient(145deg,rgba(4,12,25,.96),rgba(7,20,36,.82));
    border:1px solid rgba(88,101,242,.30);
}

.hiu-widget-top{
    padding:18px 18px 20px!important;
    background:rgba(255,255,255,.02);
    border-bottom:1px solid rgba(255,255,255,.04);
}

.hiu-widget-top b{
    font-size:13px!important;
    color:#fff!important;
}

.hiu-discord-wrapper.pro{
    border-radius:20px;
    padding:18px!important;
    background:
        linear-gradient(145deg,rgba(8,16,30,.96),rgba(13,26,46,.88));
}

.hiu-discord-wrapper.pro iframe{
    border-radius:18px!important;
    box-shadow:
        0 0 40px rgba(88,101,242,.18),
        0 0 12px rgba(41,216,255,.10);
}

/* floating online pulse */
.hiu-discord-info .hiu-start-kicker::after{
    content:" ONLINE";
    color:#67ff9c;
    margin-left:12px;
    animation:hiuPulse 1.6s infinite;
}

@keyframes hiuPulse{
    0%{opacity:.5}
    50%{opacity:1}
    100%{opacity:.5}
}


/* AUTH BUTTONS */
.hiu-auth-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:22px;
}

.hiu-auth-btn{
    position:relative;
    overflow:hidden;
    padding:16px 26px;
    border-radius:16px;
    text-decoration:none;
    font-weight:900;
    letter-spacing:1.4px;
    text-transform:uppercase;
    color:#fff;
    transition:all .24s ease;
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(12px);
}

.hiu-auth-btn.login{
    background:rgba(8,18,36,.86);
    box-shadow:0 0 26px rgba(41,216,255,.18);
}

.hiu-auth-btn.register{
    background:linear-gradient(90deg,#5865f2,#0b63ff,#ff2f91);
    box-shadow:
        0 0 34px rgba(88,101,242,.30),
        0 0 16px rgba(255,47,145,.18);
}

.hiu-auth-btn.logout{
    background:rgba(28,8,12,.88);
    box-shadow:0 0 24px rgba(255,47,145,.20);
}

.hiu-auth-btn.dashboard{
    background:rgba(6,18,32,.92);
    box-shadow:0 0 24px rgba(41,216,255,.18);
}

.hiu-auth-btn:hover{
    transform:translateY(-2px) scale(1.03);
    border-color:rgba(41,216,255,.34);
}

@media(max-width:700px){
    .hiu-auth-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .hiu-auth-btn{
        text-align:center;
    }
}


/* TOP AUTH BUTTONS FIX */
.lw-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.hiu-top-auth{
    display:flex;
    align-items:center;
    gap:12px;
    margin-left:auto;
}

.hiu-top-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:12px 18px;
    border-radius:14px;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:900;
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    transition:all .22s ease;
    backdrop-filter:blur(10px);
}

.hiu-top-btn.login{
    background:rgba(6,18,32,.92);
    box-shadow:0 0 20px rgba(41,216,255,.16);
}

.hiu-top-btn.register{
    background:linear-gradient(90deg,#5865f2,#0b63ff,#ff2f91);
    box-shadow:0 0 28px rgba(88,101,242,.24);
}

.hiu-top-btn.dashboard{
    background:rgba(6,18,32,.92);
    box-shadow:0 0 20px rgba(41,216,255,.16);
}

.hiu-top-btn.logout{
    background:rgba(28,8,12,.92);
    box-shadow:0 0 20px rgba(255,47,145,.16);
}

.hiu-top-btn:hover{
    transform:translateY(-2px);
    border-color:rgba(41,216,255,.30);
}

@media(max-width:900px){
    .hiu-top-auth{
        width:100%;
        justify-content:center;
    }
}


/* AUTH MEGA BUTTONS - REAL BUTTON LOOK */
.lw-topbar{
    position:relative!important;
    z-index:9999!important;
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    flex-wrap:wrap!important;
}

.lw-nav{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex-wrap:wrap!important;
}

.hiu-auth-mega{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    margin-left:auto!important;
    min-width:max-content!important;
}

.hiu-auth-mega .hiu-top-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-height:46px!important;
    padding:13px 22px!important;
    border-radius:14px!important;
    text-decoration:none!important;
    text-transform:uppercase!important;
    letter-spacing:1.2px!important;
    font-size:13px!important;
    font-weight:950!important;
    line-height:1!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.20)!important;
    box-shadow:
        0 0 22px rgba(41,216,255,.20),
        inset 0 0 12px rgba(255,255,255,.07)!important;
    backdrop-filter:blur(12px)!important;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease!important;
    text-shadow:0 0 12px rgba(0,0,0,.55)!important;
}

.hiu-auth-login,
.hiu-auth-dashboard{
    background:
        linear-gradient(135deg,rgba(6,18,32,.96),rgba(9,38,70,.92))!important;
    border-color:rgba(41,216,255,.40)!important;
}

.hiu-auth-register{
    background:
        linear-gradient(90deg,#0b63ff,#5865f2,#ff2f91)!important;
    border-color:rgba(255,255,255,.28)!important;
    box-shadow:
        0 0 34px rgba(88,101,242,.42),
        0 0 18px rgba(255,47,145,.28),
        inset 0 0 12px rgba(255,255,255,.10)!important;
}

.hiu-auth-logout{
    background:
        linear-gradient(135deg,rgba(70,8,18,.96),rgba(120,20,44,.92))!important;
    border-color:rgba(255,47,145,.45)!important;
}

.hiu-auth-mega .hiu-top-btn:hover{
    transform:translateY(-2px) scale(1.04)!important;
    border-color:rgba(41,216,255,.65)!important;
    box-shadow:
        0 0 38px rgba(41,216,255,.32),
        0 0 18px rgba(255,47,145,.22),
        inset 0 0 14px rgba(255,255,255,.10)!important;
}

@media(max-width:1100px){
    .hiu-auth-mega{
        width:100%!important;
        justify-content:center!important;
        order:10!important;
    }
}

@media(max-width:600px){
    .hiu-auth-mega{
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .hiu-auth-mega .hiu-top-btn{
        width:100%!important;
    }
}


/* DASHBOARD PRO */
.hiu-dashboard-pro{
    width:min(1600px,100%);
    margin:auto;
    padding:90px 20px 60px;
    color:#fff;
}

.hiu-dashboard-hero,
.hiu-dashboard-card,
.hiu-dashboard-panel{
    background:linear-gradient(135deg,rgba(4,12,25,.78),rgba(6,18,32,.54));
    border:1px solid rgba(38,217,255,.16);
    box-shadow:0 0 32px rgba(38,217,255,.10);
    backdrop-filter:blur(12px);
}

.hiu-dashboard-hero{
    display:grid;
    grid-template-columns:1fr .35fr;
    gap:24px;
    padding:44px;
    align-items:end;
}

.hiu-dash-kicker{
    color:#ffb84d;
    font-weight:900;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.hiu-dashboard-hero h1{
    margin:0;
    font-size:clamp(62px,8vw,132px);
    line-height:.88;
    background:linear-gradient(90deg,#fff,#29d8ff,#0b63ff,#ff2f91);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.hiu-dashboard-hero p,
.hiu-dashboard-panel p{
    color:#d7e4f0;
    line-height:1.7;
}

.hiu-dashboard-time{
    padding:24px;
    background:rgba(6,18,32,.82);
    border:1px solid rgba(255,184,77,.18);
    text-align:center;
}

.hiu-dashboard-time span,
.hiu-dashboard-card span,
.hiu-today-rows span,
.hiu-status-list span{
    display:block;
    color:#8ee8ff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
}

.hiu-dashboard-time strong{
    display:block;
    font-size:36px;
    margin:10px 0;
}

.hiu-dashboard-grid.top{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin:24px 0;
}

.hiu-dashboard-card{
    padding:24px;
    min-height:160px;
    position:relative;
    overflow:hidden;
}

.hiu-dashboard-card strong{
    display:block;
    font-size:32px;
    margin:12px 0;
    word-break:break-word;
}

.hiu-dashboard-card.glow-cyan{border-color:rgba(41,216,255,.30)}
.hiu-dashboard-card.glow-gold{border-color:rgba(255,184,77,.32)}
.hiu-dashboard-card.glow-pink{border-color:rgba(255,47,145,.32)}
.hiu-dashboard-card.glow-blue{border-color:rgba(88,101,242,.34)}

.hiu-dashboard-main{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:24px;
    margin-top:24px;
}

.hiu-dashboard-panel{
    padding:34px;
}

.hiu-dashboard-panel h2{
    margin:0 0 20px;
    font-size:clamp(34px,4vw,72px);
    text-transform:uppercase;
}

.hiu-today-rows,
.hiu-status-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.hiu-today-rows div,
.hiu-status-list div{
    padding:18px;
    background:rgba(6,18,32,.78);
    border:1px solid rgba(38,217,255,.14);
}

.hiu-today-rows strong,
.hiu-status-list strong{
    display:block;
    margin-top:8px;
    font-size:22px;
}

.hiu-dashboard-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}

.hiu-dashboard-actions a,
.hiu-quick-grid a,
.hiu-discord-big{
    color:#fff;
    text-decoration:none;
    font-weight:900;
    text-transform:uppercase;
    padding:14px 18px;
    background:linear-gradient(90deg,#0b63ff,#5865f2,#ff2f91);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 0 20px rgba(88,101,242,.24);
    transition:.22s ease;
}

.hiu-dashboard-actions a:hover,
.hiu-quick-grid a:hover,
.hiu-discord-big:hover{
    transform:translateY(-3px);
    box-shadow:0 0 32px rgba(41,216,255,.24);
}

.hiu-dashboard-panel.quick{
    margin-top:24px;
}

.hiu-quick-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
}

.hiu-quick-grid a{
    display:block;
    background:rgba(6,18,32,.82);
}

.hiu-quick-grid b{
    display:block;
    font-size:18px;
    margin-bottom:6px;
}

.hiu-quick-grid span{
    color:#d7e4f0;
    text-transform:none;
    font-weight:500;
}

.hiu-dashboard-panel.discord-mini{
    margin-top:24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    border-color:rgba(88,101,242,.32);
}

.hiu-dashboard-lock{
    max-width:760px;
    margin:80px auto;
    padding:34px;
    background:rgba(4,12,25,.82);
    color:#fff;
    border:1px solid rgba(255,184,77,.32);
    box-shadow:0 0 30px rgba(255,184,77,.12);
    text-align:center;
    font-size:20px;
}

@media(max-width:1100px){
    .hiu-dashboard-hero,
    .hiu-dashboard-main,
    .hiu-dashboard-panel.discord-mini{
        grid-template-columns:1fr;
        display:block;
    }
    .hiu-dashboard-grid.top{
        grid-template-columns:1fr 1fr;
    }
    .hiu-discord-big{
        display:inline-block;
        margin-top:18px;
    }
}

@media(max-width:700px){
    .hiu-dashboard-pro{
        padding-top:40px;
    }
    .hiu-dashboard-hero,
    .hiu-dashboard-panel{
        padding:24px;
    }
    .hiu-dashboard-grid.top,
    .hiu-today-rows,
    .hiu-status-list{
        grid-template-columns:1fr;
    }
}
