

:root{--bg:#020a10;--panel:#061923;--panel2:#082431;--line:#155165;--cyan:#25d8e9;--cyan2:#8cf7ff;--green:#74d84a;--coral:#ff7d4b;--text:#edfaff;--muted:#94b5c1;--shadow:0 18px 42px rgba(0,0,0,.46)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 50% -10%,rgba(37,216,233,.14),transparent 32%),linear-gradient(#020911,#03141d 54%,#02090d);font:14px/1.55 Inter,Segoe UI,Arial,sans-serif}a{color:#63e7f5;text-decoration:none}a:hover{color:#b7faff}.wrap{width:min(1450px,calc(100% - 30px));margin:auto}

/* Animated aquarium header */
.hero{position:relative;min-height:250px;overflow:hidden;border-bottom:1px solid #174e60;background:radial-gradient(ellipse at 50% -20%,rgba(64,229,245,.28),transparent 48%),linear-gradient(180deg,#062838,#03121b)}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 45%),radial-gradient(circle at 50% 115%,rgba(0,0,0,.38),transparent 55%)}
.light-rays{position:absolute;inset:-40px -12% auto;height:330px;opacity:.3;pointer-events:none;background:linear-gradient(108deg,transparent 0 29%,rgba(186,247,255,.12) 30% 34%,transparent 35% 45%,rgba(186,247,255,.08) 46% 51%,transparent 52% 62%,rgba(186,247,255,.07) 63% 67%,transparent 68%);transform-origin:top center;animation:rayDrift 13s ease-in-out infinite alternate}
.bubble-field{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.bubble{position:absolute;bottom:-30px;width:var(--size);height:var(--size);border:1px solid rgba(145,239,255,.55);border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.55),rgba(255,255,255,.06) 28%,rgba(28,169,198,.08) 60%,transparent 72%);box-shadow:inset 0 0 7px rgba(117,231,255,.2),0 0 8px rgba(42,204,235,.1);opacity:var(--opacity);animation:bubbleRise var(--speed) linear infinite,bubbleSway 3.6s ease-in-out infinite alternate;animation-delay:var(--delay)}
.logo{position:relative;z-index:1;width:min(570px,60vw);height:205px;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(0,0,0,.6))}
.nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 14px;border:1px solid #19586b;border-radius:16px;background:rgba(2,15,23,.9);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.nav-links,.nav-actions{display:flex;flex-wrap:wrap;gap:6px}.nav a{display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;color:#d9edf3;font-weight:700}.nav a:hover{background:rgba(37,216,233,.11)}.register{background:linear-gradient(180deg,#1bc6d9,#08788e)!important;color:white!important}

/* Navigation and layout */
.crumb{display:flex;align-items:center;gap:10px;margin:18px 0;padding:11px 16px;border:1px solid #184f62;border-radius:14px;background:rgba(4,24,34,.8);box-shadow:0 8px 24px rgba(0,0,0,.25)}.crumb img{width:25px;height:25px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}
.tank,.side-card{position:relative;overflow:hidden;border:1px solid #16576b;border-radius:18px;background:linear-gradient(180deg,rgba(9,38,51,.94),rgba(3,20,29,.96));box-shadow:var(--shadow)}.tank{margin-bottom:18px}

/* Smaller coral integrated behind text */
.tank-head{position:relative;display:flex;align-items:center;height:68px;padding:0 68px;color:#68effa;font-size:18px;font-weight:800;isolation:isolate}
.tank-head:before,.tank-head:after{content:"";position:absolute;top:10px;width:66px;height:54px;background-size:contain;background-position:center;background-repeat:no-repeat;pointer-events:none;opacity:.55;z-index:-1}
.tank-head:before{left:8px;background-image:url(../../../../artwork/coral-left.svg)}
.tank-head:after{right:8px;background-image:url(../../../../artwork/coral-right.svg)}
.separator{position:absolute;left:245px;right:95px;top:9px;height:50px;background:url(../../../../artwork/fish-separator.svg) center/100% 100% no-repeat;opacity:.92;z-index:-1}
.tank-head::after{filter:saturate(.85)}
.forum-row{display:grid;grid-template-columns:64px minmax(0,1fr) 90px 90px minmax(190px,260px);align-items:center;gap:12px;padding:15px 18px;border-top:1px solid rgba(255,255,255,.06);transition:.2s}.forum-row:hover{background:rgba(37,216,233,.06);box-shadow:inset 4px 0 var(--cyan)}.forum-row .status{width:46px;height:46px;object-fit:contain}.forum-name{font-size:15px;font-weight:800}.desc,.meta{color:var(--muted);font-size:12px}.count{text-align:center;color:#d8edf2}.count strong{display:block;color:#75edf7;font-size:16px}.last{display:grid;grid-template-columns:42px 1fr;gap:9px;align-items:center}.last .avatar{width:42px;height:42px;border-radius:50%;border:2px solid #2b7184;background:radial-gradient(circle,#22556a,#071a25)}

.side-card{margin-bottom:14px}.side-title{padding:11px 14px;border-bottom:1px solid #174f61;color:#71f0fb;font-weight:800;background:rgba(11,53,69,.65)}.side-body{padding:14px}.profile{display:grid;grid-template-columns:76px 1fr;gap:12px}.profile-avatar{width:72px;height:72px;border-radius:50%;border:2px solid #6ceefa;background:radial-gradient(circle,#1e6378,#071822);display:grid;place-items:center;font-size:34px}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stat{padding:10px;border:1px solid rgba(82,193,216,.18);border-radius:10px;background:rgba(0,0,0,.18);text-align:center}.stat strong{display:block;color:#72f2a0;font-size:17px}.online-list{display:grid;gap:9px}.online-user{display:flex;align-items:center;gap:10px}.online-user img{width:30px}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}.status-grid img{width:38px;height:38px;object-fit:contain;margin:auto}.status-grid span{display:block;color:var(--muted);font-size:10px}.preview-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.post{padding:16px}.post-top{display:flex;justify-content:space-between;align-items:center}.post-user{display:flex;align-items:center;gap:10px}

/* Loading preview */
.loading-demo{position:relative;height:280px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(86,233,255,.25),transparent 55%),linear-gradient(180deg,#082c3d,#03121b)}
.loading-bubbles{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(144,240,255,.5) 0 1px,transparent 2px),radial-gradient(circle,rgba(144,240,255,.35) 0 2px,transparent 3px);background-size:90px 90px,150px 150px;animation:loadingBubbleDrift 10s linear infinite}
.loading-shell{position:relative;text-align:center;font-size:55px;filter:drop-shadow(0 0 18px rgba(104,238,255,.32))}
.loading-shell div{font-size:17px;color:#8cf7ff}

/* Animated bubble-only footer */
.footer{
    position:relative;
    margin-top:30px;
    min-height:210px;
    padding:78px 0 28px;
    overflow:hidden;
    border-top:1px solid #174e60;
    background:
        radial-gradient(circle at 50% 0,rgba(36,182,211,.16),transparent 46%),
        radial-gradient(circle at 18% 110%,rgba(38,216,233,.07),transparent 28%),
        radial-gradient(circle at 82% 110%,rgba(38,216,233,.07),transparent 28%),
        linear-gradient(180deg,#03141d,#01070b 78%);
    box-shadow:
        inset 0 1px rgba(255,255,255,.025),
        0 -18px 40px rgba(0,0,0,.28);
}
.footer:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(180deg,rgba(255,255,255,.015),transparent 32%),
        repeating-radial-gradient(circle at 50% 120%,rgba(43,210,233,.035) 0 1px,transparent 2px 26px);
    opacity:.72;
}
.footer:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:2px;
    pointer-events:none;
    background:linear-gradient(90deg,transparent,var(--cyan),transparent);
    box-shadow:0 0 18px rgba(37,216,233,.35);
}
.footer-light{
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        radial-gradient(ellipse at 50% -12%,rgba(99,230,255,.15),transparent 42%),
        linear-gradient(112deg,transparent 0 36%,rgba(170,245,255,.035) 37% 41%,transparent 42% 56%,rgba(170,245,255,.025) 57% 61%,transparent 62%);
    animation:footerLightDrift 14s ease-in-out infinite alternate;
}
.footer .wrap{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    gap:20px;
    color:#7fa5b1;
}
.footer-bubbles .bubble{
    border-color:rgba(101,223,247,.58);
    box-shadow:
        inset 0 0 7px rgba(117,231,255,.22),
        0 0 10px rgba(42,204,235,.12);
}
.mobile-toggle{display:none}

@keyframes footerLightDrift{
    from{transform:translateX(-2%);opacity:.65}
    to{transform:translateX(3%);opacity:1}
}

@keyframes bubbleRise{from{transform:translate3d(0,0,0) scale(.75)}to{transform:translate3d(0,-125%,0) scale(1.08)}}
@keyframes bubbleSway{from{margin-left:-8px}to{margin-left:11px}}
@keyframes rayDrift{from{transform:translateX(-2%) rotate(-1deg);opacity:.22}to{transform:translateX(3%) rotate(1deg);opacity:.38}}
@keyframes loadingBubbleDrift{from{background-position:0 160px,40px 240px}to{background-position:0 -80px,40px -140px}}

@media(max-width:980px){.layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.side-card{margin:0}.forum-row{grid-template-columns:58px minmax(0,1fr) 75px 75px}.last{grid-column:2/-1}.preview-cards{grid-template-columns:1fr}}
@media(max-width:700px){.wrap{width:min(100% - 16px,1450px)}.hero{min-height:185px}.logo{width:82vw;height:145px}.nav{align-items:stretch;flex-direction:column}.nav-links{display:none}.mobile-open .nav-links{display:grid;grid-template-columns:1fr 1fr}.mobile-toggle{display:block;position:absolute;right:12px;top:12px;border:1px solid #2b8296;border-radius:10px;padding:9px 12px;color:white;background:#0b5e72}.layout{display:block}.sidebar{display:block}.side-card{margin-bottom:12px}.tank-head{padding-left:48px;height:60px}.tank-head:before,.tank-head:after{width:48px;height:42px;top:10px}.separator{left:165px;right:58px;height:44px;top:8px}.forum-row{grid-template-columns:50px minmax(0,1fr);padding:13px 11px}.forum-row .count{display:none}.last{grid-column:2}.preview-cards{grid-template-columns:1fr}.status-grid{grid-template-columns:repeat(4,1fr)}.footer .wrap{flex-direction:column;text-align:center}.footer{min-height:240px}}
@media(prefers-reduced-motion:reduce){.bubble,.light-rays,.loading-bubbles,.footer-light{animation:none!important}}


/* v3.3 sidebar widgets */
.side-title-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.online-count{
    color:#7ef06f;
    font-size:13px;
}
.online-avatars{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-bottom:10px;
}
.mini-avatar{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border:1px solid #2c6f83;
    border-radius:50%;
    background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.12),transparent 24%),#061a24;
    box-shadow:0 0 10px rgba(37,216,233,.08);
    font-size:17px;
}
.mini-avatar.more{
    color:var(--text);
    font-size:12px;
    font-weight:800;
}
.online-names{
    color:#7ee65b;
    font-size:12px;
    line-height:1.45;
}
.board-stats-list{
    display:grid;
    gap:7px;
}
.board-stats-list>div:not(.meta-note){
    display:flex;
    justify-content:space-between;
    gap:12px;
}
.board-stats-list span{
    color:var(--text-soft,#cfe4ea);
}
.board-stats-list strong{
    color:var(--text);
}
.board-stats-list .accent{
    color:#64efc4;
}
.meta-note{
    margin-top:-3px;
    color:var(--muted);
    font-size:11px;
    text-align:right;
}
.birthday-list{
    display:flex;
    flex-wrap:wrap;
    gap:6px 10px;
}
.birthday-list a{
    color:#84e95b;
    font-weight:700;
}

/* v3.3 footer layout */
.footer .wrap.footer-grid{
    display:grid;
    grid-template-columns:1fr 1.2fr 1fr;
    align-items:start;
    gap:32px;
}
.footer-column{
    min-width:0;
}
.footer-column h3{
    margin:0 0 12px;
    color:#6ff0a0;
    font-size:16px;
}
.footer-links{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
}
.footer-links a{
    color:#8adfec;
}
.footer-links a:hover{
    color:#c8fbff;
}
.footer-center{
    text-align:center;
}
.social-links{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:12px;
}
.social-links a{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border:1px solid #23657a;
    border-radius:50%;
    color:#dffaff;
    background:rgba(3,22,31,.72);
    font-size:18px;
    font-weight:800;
    box-shadow:0 0 12px rgba(37,216,233,.08);
}
.social-links a:hover{
    border-color:var(--cyan);
    box-shadow:0 0 18px rgba(37,216,233,.25);
}
.footer-brand{
    margin-bottom:7px;
    color:#7ee65b;
    font-weight:800;
}
.footer-center>div:not(.social-links):not(.footer-brand){
    margin-top:4px;
}
.footer-loop{
    justify-self:end;
    max-width:280px;
}
.footer-loop p{
    margin:0;
    color:#9dbcc6;
    line-height:1.65;
}

@media(max-width:980px){
    .footer .wrap.footer-grid{
        grid-template-columns:1fr 1fr;
    }
    .footer-center{
        order:3;
        grid-column:1/-1;
    }
    .footer-loop{
        justify-self:stretch;
        max-width:none;
    }
}
@media(max-width:700px){
    .footer .wrap.footer-grid{
        grid-template-columns:1fr;
        text-align:center;
    }
    .footer-links{
        align-items:center;
    }
    .footer-center{
        order:2;
        grid-column:auto;
    }
    .footer-loop{
        order:3;
    }
}


/* ===== MyBB integration ===== */
html,body{width:100%;min-width:0;background:#020a10!important}
body{min-height:100vh}
#container{min-height:100vh;background:transparent!important}
#content{width:100%;margin:0;padding:0 0 34px;background:transparent!important}
#content>.wrapper{width:min(1450px,calc(100% - 30px));margin:auto;padding:0;background:transparent!important}
.wrapper{max-width:none!important}
.clear{clear:both}
.float_left{float:left}.float_right{float:right}
.smalltext{color:var(--muted)!important;font-size:12px}
.vf-page{min-height:440px}
.navigation{display:flex;align-items:center;gap:9px;margin:18px 0;padding:11px 16px;border:1px solid #184f62;border-radius:14px;background:rgba(4,24,34,.8);box-shadow:0 8px 24px rgba(0,0,0,.25)}
.navigation:before{content:"";width:25px;height:25px;background:var(--vf-crumb-home) center/contain no-repeat}
.navigation a{color:#d8eef4;font-weight:700}
.navigation a:before{content:"›";margin:0 9px 0 2px;color:#ff8c54}
.navigation a:first-child:before{display:none}
.vf-index-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}
.vf-main,.vf-sidebar{min-width:0}
.vf-sidebar{display:grid;gap:14px}
.vf-side-card{position:relative;overflow:hidden;border:1px solid #16576b;border-radius:18px;background:linear-gradient(180deg,rgba(9,38,51,.94),rgba(3,20,29,.96));box-shadow:var(--shadow)}
.vf-side-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid #174f61;color:#71f0fb;font-weight:800;background:rgba(11,53,69,.65)}
.vf-side-body{padding:14px;color:#cfe4ea}
.vf-welcome-profile{display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center}
.vf-welcome-avatar img{width:64px;height:64px;object-fit:cover;border:2px solid #6ceefa;border-radius:50%;background:#061a24}
.vf-welcome-name{color:#7ef0a0;font-size:18px;font-weight:800}
.vf-online-count{color:#7ef06f}
.vf-online-note{margin-bottom:9px;color:var(--muted);font-size:12px}
.vf-online-members{color:#7ee65b;line-height:1.55}
.vf-stat-lines{display:grid;gap:7px}
.vf-stat-lines>div{display:flex;justify-content:space-between;gap:12px}
.vf-stat-lines strong{color:#eefaff}
.vf-birthdays{display:flex;flex-wrap:wrap;gap:6px 10px}
.vf-birthdays a{color:#84e95b;font-weight:700}

/* Custom forum categories and rows */
.vf-tank{position:relative;overflow:hidden;margin-bottom:18px;border:1px solid #16576b;border-radius:18px;background:linear-gradient(180deg,rgba(9,38,51,.94),rgba(3,20,29,.96));box-shadow:var(--shadow)}
.vf-tank-head{position:relative;isolation:isolate;display:flex;align-items:center;min-height:68px;padding:0 68px;color:#68effa;font-size:18px;font-weight:800}
.vf-tank-head:before,.vf-tank-head:after{content:"";position:absolute;top:10px;width:66px;height:54px;background-size:contain;background-position:center;background-repeat:no-repeat;pointer-events:none;opacity:.5;z-index:-1}
.vf-tank-head:before{left:8px;background-image:var(--vf-coral-left)}
.vf-tank-head:after{right:8px;background-image:var(--vf-coral-right)}
.vf-separator{position:absolute;left:245px;right:95px;top:9px;height:50px;background:var(--vf-separator) center/100% 100% no-repeat;opacity:.92;z-index:-1}
.vf-expander{position:absolute;right:16px;top:20px;z-index:5}
.vf-expander img{width:26px;height:26px}
.vf-column-heads,.vf-forum-row{display:grid;grid-template-columns:64px minmax(0,1fr) 90px 90px minmax(190px,260px);gap:12px;align-items:center}
.vf-column-heads{padding:7px 18px;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);color:#8fb4c0;font-size:11px;font-weight:800;text-transform:uppercase}
.vf-column-heads span:nth-child(3),.vf-column-heads span:nth-child(4){text-align:center}
.vf-forum-row{padding:15px 18px;border-top:1px solid rgba(255,255,255,.06);transition:.2s}
.vf-forum-row:hover{background:rgba(37,216,233,.06);box-shadow:inset 4px 0 var(--cyan)}
.vf-forum-status{display:block;width:46px;height:46px;background:center/contain no-repeat}
.forum_on{background-image:var(--vf-newpost)!important}
.forum_off{background-image:var(--vf-nopost)!important}
.forum_offlock{background-image:var(--vf-locked)!important}
.forum_offlink{background-image:var(--vf-link)!important}
.vf-forum-title a{color:#eefaff;font-size:15px;font-weight:800}
.vf-forum-desc{color:var(--muted);font-size:12px}
.vf-count{text-align:center;color:#d8edf2}
.vf-count strong{display:block;color:#75edf7;font-size:16px}
.vf-lastpost{color:var(--muted);font-size:12px;overflow-wrap:anywhere}
.vf-lastpost a{color:#71e66a}

/* Generic stock MyBB surfaces */
.tborder,.post,fieldset,.popup_menu,.modal{border:1px solid #16576b!important;border-radius:15px!important;background:rgba(4,26,37,.94)!important;color:#d8edf2!important;box-shadow:0 14px 35px rgba(0,0,0,.34)}
.tborder{width:100%;margin-bottom:16px;border-collapse:separate;border-spacing:0;overflow:hidden}
.thead{padding:12px 14px!important;color:#7df0fb!important;background:rgba(9,54,69,.88)!important;font-weight:800}
.tcat{padding:8px 12px!important;color:#9fc2cc!important;background:rgba(6,40,53,.94)!important}
.trow1,.trow2{padding:11px 12px!important;color:#cfe4ea!important;background:rgba(3,23,33,.9)!important;border-bottom:1px solid rgba(255,255,255,.05)!important}
.trow2{background:rgba(5,31,42,.9)!important}
tr:hover>.trow1,tr:hover>.trow2{background:rgba(12,58,73,.88)!important}
.button,a.button,input.button,button,input[type=submit],input[type=button]{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 16px;border:1px solid rgba(104,235,255,.35)!important;border-radius:999px!important;color:#fff!important;background:linear-gradient(180deg,#1bb8cb,#086d82)!important;box-shadow:0 8px 18px rgba(0,0,0,.28);font-weight:700;cursor:pointer}
input.textbox,input[type=text],input[type=password],input[type=email],textarea,select{max-width:100%;min-height:40px;padding:9px 11px;border:1px solid #155165!important;border-radius:9px!important;color:#edfaff!important;background:#041a24!important}
blockquote,.codeblock{border:1px solid #155165!important;border-left:4px solid #25d8e9!important;border-radius:10px!important;background:#03141d!important;color:#cfe4ea!important}
.pagination a,.pagination .pagination_current{display:inline-flex;padding:6px 10px;margin:2px;border:1px solid #155165;border-radius:8px;background:#061d28;color:#d8edf2}
.pagination .pagination_current{border-color:#25d8e9;color:#25d8e9}

/* Posts */
.post{overflow:hidden;margin-bottom:18px}
.post .post_head{padding:10px 13px!important;border-bottom:1px solid rgba(49,217,234,.12)!important;background:rgba(7,43,56,.66)!important}
.post .post_author{color:#cfe4ea!important;background:#051d28!important;border-color:rgba(49,217,234,.12)!important}
.post .post_author div.author_avatar img{border:2px solid #25d8e9!important;border-radius:50%!important;background:#04141d!important;box-shadow:0 0 22px rgba(49,217,234,.2)}
.post_body{color:#d5e8ee!important;line-height:1.75}
.post_controls{border-color:rgba(49,217,234,.12)!important;background:#031721!important}
.postbit_buttons>a{border:1px solid #155165!important;border-radius:9px!important;color:#cfe4ea!important;background:#062834!important}

/* MyBB footer replaces preview footer */
#footer.vf-footer{position:relative;min-height:210px;margin-top:30px;padding:78px 0 28px;overflow:hidden;border-top:1px solid #174e60;background:radial-gradient(circle at 50% 0,rgba(36,182,211,.16),transparent 46%),linear-gradient(180deg,#03141d,#01070b 78%)}
#footer.vf-footer:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#25d8e9,transparent);box-shadow:0 0 18px rgba(37,216,233,.35)}
.vf-footer-light{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% -12%,rgba(99,230,255,.15),transparent 42%);animation:vfFooterLight 14s ease-in-out infinite alternate}
.vf-footer-grid{position:relative;z-index:2;display:grid!important;grid-template-columns:1fr 1.2fr 1fr;gap:32px;color:#7fa5b1}
.vf-footer-column h3{margin:0 0 12px;color:#6ff0a0;font-size:16px}
.vf-footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.vf-footer-center{text-align:center}
.vf-social{display:flex;justify-content:center;gap:10px;margin-bottom:12px}
.vf-social a{display:grid;place-items:center;width:42px;height:42px;border:1px solid #23657a;border-radius:50%;color:#dffaff;background:rgba(3,22,31,.72);font-size:18px;font-weight:800}
.vf-footer-brand{margin-bottom:7px;color:#7ee65b;font-weight:800}
.vf-footer-loop{justify-self:end;max-width:280px}
.vf-footer-loop p{margin:0;color:#9dbcc6;line-height:1.65}
.vf-bubble-field{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.vf-bubble{position:absolute;bottom:-30px;width:var(--size);height:var(--size);border:1px solid rgba(145,239,255,.55);border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.55),rgba(255,255,255,.06) 28%,rgba(28,169,198,.08) 60%,transparent 72%);box-shadow:inset 0 0 7px rgba(117,231,255,.2),0 0 8px rgba(42,204,235,.1);opacity:var(--opacity);animation:vfBubbleRise var(--speed) linear infinite,vfBubbleSway 3.6s ease-in-out infinite alternate;animation-delay:var(--delay)}
@keyframes vfBubbleRise{from{transform:translate3d(0,0,0) scale(.75)}to{transform:translate3d(0,-125vh,0) scale(1.08)}}
@keyframes vfBubbleSway{from{margin-left:-8px}to{margin-left:11px}}
@keyframes vfRayDrift{from{transform:translateX(-2%) rotate(-1deg);opacity:.22}to{transform:translateX(3%) rotate(1deg);opacity:.38}}
@keyframes vfFooterLight{from{transform:translateX(-2%);opacity:.65}to{transform:translateX(3%);opacity:1}}

/* Header */
#header.vf-hero{position:relative;min-height:250px;overflow:hidden;border-bottom:1px solid #174e60;background:radial-gradient(ellipse at 50% -20%,rgba(64,229,245,.28),transparent 48%),linear-gradient(180deg,#062838,#03121b)}
.vf-light-rays{position:absolute;inset:-40px -12% auto;height:330px;opacity:.3;pointer-events:none;background:linear-gradient(108deg,transparent 0 29%,rgba(186,247,255,.12) 30% 34%,transparent 35% 45%,rgba(186,247,255,.08) 46% 51%,transparent 52% 62%,rgba(186,247,255,.07) 63% 67%,transparent 68%);animation:vfRayDrift 13s ease-in-out infinite alternate}
.vf-header-wrap{position:relative;z-index:2;width:min(1450px,calc(100% - 30px));margin:auto}
.vf-logo{display:block;width:min(570px,60vw);height:205px;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(0,0,0,.6))}
.vf-nav{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 14px;border:1px solid #19586b;border-radius:16px;background:rgba(2,15,23,.9);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.vf-nav-links,.vf-nav-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.vf-nav a{display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;color:#d9edf3;font-weight:700}
.vf-nav a:hover{background:rgba(37,216,233,.11)}
.vf-nav-register{background:linear-gradient(180deg,#1bc6d9,#08788e)!important;color:#fff!important}
.vf-nav-spacer{flex:1}
.vf-mobile-toggle{display:none}

/* Responsive */
@media(max-width:1020px){
 .vf-index-layout{grid-template-columns:1fr}
 .vf-footer-grid{grid-template-columns:1fr 1fr}
 .vf-footer-center{order:3;grid-column:1/-1}
 .vf-footer-loop{justify-self:stretch;max-width:none}
}
@media(max-width:760px){
 #content>.wrapper,.vf-header-wrap{width:calc(100% - 16px)}
 #header.vf-hero{min-height:185px}
 .vf-logo{width:82vw;height:145px}
 .vf-nav{align-items:stretch;flex-direction:column}
 .vf-nav-links{display:none}
 .vf-mobile-open .vf-nav-links{display:grid;grid-template-columns:1fr 1fr}
 .vf-mobile-toggle{display:block;position:absolute;right:12px;top:12px;z-index:5;border:1px solid #2b8296;border-radius:10px;padding:9px 12px;color:#fff;background:#0b5e72}
 .vf-tank-head{min-height:60px;padding-left:48px}
 .vf-tank-head:before,.vf-tank-head:after{width:48px;height:42px;top:10px}
 .vf-separator{left:165px;right:58px;height:44px;top:8px}
 .vf-column-heads{display:none}
 .vf-forum-row{grid-template-columns:50px minmax(0,1fr);padding:13px 11px}
 .vf-count{display:none}
 .vf-lastpost{grid-column:2}
 .vf-footer-grid{grid-template-columns:1fr;text-align:center}
 .vf-footer-links{align-items:center}
 .vf-footer-center{order:2;grid-column:auto}
 .vf-footer-loop{order:3}
 .post.classic .post_author,.post.classic .post_content{float:none!important;width:auto!important;margin:0!important}
}
@media(prefers-reduced-motion:reduce){.vf-bubble,.vf-light-rays,.vf-footer-light{animation:none!important}}


/* ===== RC3 Sidebar restoration ===== */
.vf-sidebar{
    display:grid;
    gap:14px;
}

.vf-side-card{
    position:relative;
}

.vf-side-card:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    background:
        radial-gradient(circle at 92% 12%,rgba(37,216,233,.08),transparent 28%),
        radial-gradient(circle at 8% 100%,rgba(89,224,109,.04),transparent 30%);
}

.vf-side-card > *{
    position:relative;
    z-index:1;
}

.vf-welcome-card .vf-side-body{
    padding:16px;
}

.vf-welcome-profile{
    grid-template-columns:72px minmax(0,1fr);
}

.vf-welcome-avatar img{
    width:68px;
    height:68px;
    object-fit:contain;
    padding:7px;
    border:2px solid #2ec8d9;
    border-radius:50%;
    background:
        radial-gradient(circle at 35% 30%,rgba(255,255,255,.14),transparent 25%),
        rgba(3,23,32,.9);
    box-shadow:
        0 0 0 5px rgba(37,216,233,.05),
        0 0 20px rgba(37,216,233,.14);
}

.vf-welcome-name{
    color:#7ee65b;
    font-size:20px;
    font-weight:800;
}

.vf-welcome-copy{
    color:#a8c4cc;
    font-size:12px;
    line-height:1.55;
}

.vf-welcome-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:14px;
}

.vf-welcome-stats>div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:8px 10px;
    border:1px solid rgba(75,194,214,.16);
    border-radius:9px;
    background:rgba(0,0,0,.16);
}

.vf-welcome-stats span{
    color:#91adb7;
    font-size:11px;
}

.vf-welcome-stats strong{
    color:#70ef91;
}

.vf-online-members{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.vf-online-members a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 8px;
    border:1px solid rgba(47,199,218,.17);
    border-radius:999px;
    color:#7ee65b!important;
    background:rgba(0,0,0,.14);
    font-weight:700;
}

.vf-online-members a:before{
    content:"";
    width:22px;
    height:22px;
    flex:0 0 22px;
    background:url(../../../images/vissenforum-v3/artwork/online-fish.svg) center/contain no-repeat;
}

.vf-boardstats-card .vf-stat-lines{
    padding:13px 14px 15px;
}

.vf-stat-lines>div{
    padding:5px 0;
    border-bottom:1px solid rgba(255,255,255,.045);
}

.vf-stat-lines>div:last-child{
    border-bottom:0;
}

.vf-stat-lines strong,
.vf-stat-lines strong a{
    color:#edfaff!important;
}

.vf-stat-lines div:nth-child(4) strong,
.vf-stat-lines div:nth-child(4) strong a{
    color:#65efc4!important;
}

.vf-birthday-card .vf-side-title:before{
    content:"♨";
    margin-right:7px;
    color:#ee92ff;
}

.vf-birthday-empty{
    color:#8faeb8;
    font-style:italic;
}

.vf-birthdays{
    display:flex;
    flex-wrap:wrap;
    gap:7px 10px;
}

.vf-birthdays a{
    color:#84e95b!important;
    font-weight:800;
}

/* ===== RC3 Footer restoration ===== */
#footer.vf-footer{
    min-height:245px;
    padding-top:82px;
}

.vf-footer-grid{
    align-items:start;
}

.vf-footer-column{
    min-width:0;
}

.vf-footer-links a{
    display:flex;
    align-items:center;
    gap:8px;
    width:max-content;
}

.vf-footer-links a:before{
    content:"◇";
    color:#43dfad;
}

.vf-social a{
    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.vf-social a:hover{
    transform:translateY(-2px);
    border-color:#2ed9eb;
    box-shadow:0 0 18px rgba(37,216,233,.2);
}

.vf-powered,
.vf-theme-credit{
    margin-top:5px;
    color:#9bb8c1;
}

.vf-footer-loop{
    position:relative;
    min-height:130px;
    padding-right:84px;
}

.vf-footer-fish{
    position:absolute;
    right:2px;
    bottom:5px;
    width:72px;
    height:72px;
    object-fit:contain;
    opacity:.85;
    filter:drop-shadow(0 0 14px rgba(37,216,233,.18));
}

.vf-footer-bubbles{
    opacity:1;
}

@media(max-width:700px){
    .vf-footer-loop{
        padding-right:0;
        padding-bottom:74px;
    }

    .vf-footer-fish{
        right:50%;
        transform:translateX(50%);
    }
}


/* ===== RC4 Persistent Aquarium Breadcrumb ===== */
.vf-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    width:100%;
    min-height:54px;
    margin:18px 0;
    padding:10px 15px;
    overflow:hidden;
    border:1px solid #19586b;
    border-radius:15px;
    color:#cfe6ed;
    background:
        radial-gradient(circle at 88% 0,rgba(37,216,233,.08),transparent 32%),
        linear-gradient(180deg,rgba(8,39,52,.92),rgba(3,22,31,.94));
    box-shadow:
        0 10px 28px rgba(0,0,0,.28),
        inset 0 1px rgba(255,255,255,.025);
}

.vf-breadcrumb:after{
    content:"";
    position:absolute;
    pointer-events:none;
}

.vf-breadcrumb-item{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-width:0;
    padding:7px 10px;
    border:1px solid transparent;
    border-radius:999px;
    color:#dceff4!important;
    font-size:12px;
    font-weight:800;
    transition:
        color .18s ease,
        border-color .18s ease,
        background .18s ease;
}

a.vf-breadcrumb-item:hover{
    border-color:rgba(37,216,233,.25);
    color:#8cf7ff!important;
    background:rgba(37,216,233,.07);
}

.vf-breadcrumb-item img{
    width:25px;
    height:25px;
    flex:0 0 25px;
    object-fit:contain;
}

.vf-breadcrumb-home{
    color:#7ef0a0!important;
}

.vf-breadcrumb-category{
    color:#8ceaf6!important;
}

.vf-breadcrumb-current{
    max-width:min(560px,48vw);
    color:#ffbd89!important;
}

.vf-breadcrumb-current span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.vf-breadcrumb-separator{
    color:#36ddeb;
    font-size:21px;
    font-weight:300;
    text-shadow:0 0 10px rgba(37,216,233,.32);
}

.vf-breadcrumb-generated{
    display:contents;
}

/* Hide empty stock navigation output while preserving the custom explicit bars. */
.navigation:empty{
    display:none!important;
}

@media(max-width:700px){
    .vf-breadcrumb{
        gap:4px;
        padding:8px 9px;
    }

    .vf-breadcrumb-item{
        gap:5px;
        padding:6px 7px;
        font-size:11px;
    }

    .vf-breadcrumb-item img{
        width:21px;
        height:21px;
        flex-basis:21px;
    }

    .vf-breadcrumb-current{
        max-width:55vw;
    }

    .vf-breadcrumb-separator{
        font-size:17px;
    }
}


/* ===== RC5 Breadcrumb scale and forum toolbar polish ===== */
.vf-breadcrumb{
    min-height:46px;
    padding:7px 13px;
    gap:5px;
}

.vf-breadcrumb-item{
    gap:5px;
    padding:5px 7px;
    font-size:13px;
    line-height:1.2;
}

.vf-breadcrumb-item img{
    width:17px!important;
    height:17px!important;
    flex:0 0 17px!important;
    max-width:17px!important;
    max-height:17px!important;
}

.vf-breadcrumb-separator{
    font-size:16px;
    line-height:1;
}

.vf-breadcrumb-current{
    max-width:min(620px,52vw);
}

.vf-forumdisplay-toolbar-simple{
    justify-content:flex-start;
    min-height:62px;
}

.vf-forumdisplay-toolbar-simple .vf-forumdisplay-heading{
    width:100%;
}

/* Remove any empty right-side action container left by inherited layouts. */
.vf-forumdisplay-action:empty{
    display:none!important;
}

@media(max-width:700px){
    .vf-breadcrumb{
        min-height:42px;
        padding:6px 8px;
        gap:3px;
    }

    .vf-breadcrumb-item{
        padding:4px 6px;
        font-size:11px;
    }

    .vf-breadcrumb-item img{
        width:15px!important;
        height:15px!important;
        flex-basis:15px!important;
        max-width:15px!important;
        max-height:15px!important;
    }

    .vf-breadcrumb-separator{
        font-size:14px;
    }
}


/* ===== RC6 Footer matched to approved reference ===== */
#footer.vf-footer-reference{
    position:relative;
    min-height:245px;
    margin-top:34px;
    padding:52px 0 34px;
    overflow:hidden;
    border-top:1px solid #13576b;
    background:
        radial-gradient(circle at 50% -8%,rgba(40,199,226,.16),transparent 38%),
        radial-gradient(circle at 12% 100%,rgba(22,117,153,.12),transparent 28%),
        radial-gradient(circle at 88% 100%,rgba(22,117,153,.12),transparent 28%),
        linear-gradient(180deg,#03131c 0%,#02101a 48%,#01080d 100%);
    box-shadow:
        inset 0 1px rgba(255,255,255,.025),
        0 -18px 40px rgba(0,0,0,.28);
}

#footer.vf-footer-reference:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        radial-gradient(circle at 8% 82%,rgba(85,222,247,.09) 0 2px,transparent 3px),
        radial-gradient(circle at 92% 78%,rgba(85,222,247,.08) 0 2px,transparent 3px),
        radial-gradient(circle at 50% 115%,rgba(25,186,213,.06),transparent 34%);
    background-size:115px 115px,150px 150px,100% 100%;
    opacity:.82;
}

#footer.vf-footer-reference:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:2px;
    background:linear-gradient(90deg,transparent,#22d6e8 24%,#66f1ff 50%,#22d6e8 76%,transparent);
    box-shadow:0 0 16px rgba(37,216,233,.35);
}

.vf-footer-glow{
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(180deg,rgba(255,255,255,.015),transparent 28%),
        radial-gradient(ellipse at 50% -5%,rgba(117,238,255,.08),transparent 46%);
}

.vf-footer-grid{
    position:relative;
    z-index:2;
    display:grid!important;
    grid-template-columns:1fr 1.25fr 1fr;
    align-items:start;
    gap:38px;
}

.vf-footer-column h3{
    margin:0 0 14px;
    color:#6ef09d;
    font-size:17px;
    font-weight:800;
}

.vf-footer-links{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}

.vf-footer-links a{
    display:flex;
    align-items:center;
    gap:9px;
    color:#8bdcea!important;
    font-size:13px;
}

.vf-footer-links a span{
    color:#43dfa8;
    width:16px;
    text-align:center;
}

.vf-footer-links a:hover{
    color:#d8fbff!important;
}

.vf-footer-center{
    text-align:center;
}

.vf-social{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:14px;
}

.vf-social a{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border:1px solid #24687c;
    border-radius:50%;
    color:#ecfbff!important;
    background:
        radial-gradient(circle at 35% 30%,rgba(255,255,255,.09),transparent 28%),
        rgba(4,25,35,.82);
    box-shadow:
        inset 0 1px rgba(255,255,255,.025),
        0 0 12px rgba(37,216,233,.06);
    font-size:18px;
    font-weight:800;
}

.vf-social a:hover{
    transform:translateY(-2px);
    border-color:#2ddceb;
    box-shadow:0 0 18px rgba(37,216,233,.22);
}

.vf-footer-brand{
    margin-bottom:6px;
    color:#7ee65b;
    font-weight:800;
}

.vf-powered,
.vf-theme-credit{
    margin-top:4px;
    color:#9ab7c0;
    font-size:12px;
}

.vf-footer-loop{
    position:relative;
    justify-self:end;
    width:100%;
    max-width:300px;
    min-height:125px;
    padding-right:86px;
}

.vf-footer-loop p{
    margin:0;
    color:#a2bec7;
    line-height:1.65;
}

.vf-footer-fish{
    position:absolute;
    right:0;
    bottom:0;
    width:78px;
    height:78px;
    object-fit:contain;
    opacity:.9;
    filter:drop-shadow(0 0 14px rgba(37,216,233,.2));
}

.vf-footer-bubbles{
    opacity:1;
}

.vf-footer-bubbles .vf-bubble{
    border-color:rgba(111,229,250,.62);
    box-shadow:
        inset 0 0 7px rgba(117,231,255,.24),
        0 0 11px rgba(42,204,235,.13);
}

@media(max-width:1000px){
    .vf-footer-grid{
        grid-template-columns:1fr 1fr;
    }

    .vf-footer-center{
        order:3;
        grid-column:1/-1;
    }

    .vf-footer-loop{
        justify-self:stretch;
        max-width:none;
    }
}

@media(max-width:700px){
    #footer.vf-footer-reference{
        padding-top:46px;
    }

    .vf-footer-grid{
        grid-template-columns:1fr;
        text-align:center;
    }

    .vf-footer-links{
        align-items:center;
    }

    .vf-footer-center{
        order:2;
        grid-column:auto;
    }

    .vf-footer-loop{
        order:3;
        max-width:none;
        padding-right:0;
        padding-bottom:74px;
    }

    .vf-footer-fish{
        right:50%;
        transform:translateX(50%);
    }
}


/* ===== RC7 Breadcrumb hard-size fix ===== */
.vf-breadcrumb{
    position:relative;
    min-height:46px!important;
    padding:7px 13px!important;
}

.vf-index-breadcrumb{
    margin:18px 0!important;
}

.vf-breadcrumb-item{
    min-height:30px!important;
    padding:5px 8px!important;
    font-size:13px!important;
}

.vf-breadcrumb-item img{
    display:none!important;
}

.vf-home-icon,
.vf-forums-icon,
.vf-category-icon,
.vf-thread-icon{
    position:relative;
    display:inline-block!important;
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    max-width:16px!important;
    min-height:16px!important;
    max-height:16px!important;
    flex:0 0 16px!important;
    overflow:hidden!important;
    color:#5ce8f3;
}

/* Tiny CSS house: cannot inherit SVG dimensions. */
.vf-home-icon:before{
    content:"";
    position:absolute;
    left:3px;
    bottom:2px;
    width:10px;
    height:8px;
    border:2px solid currentColor;
    border-top:0;
    border-radius:1px;
}

.vf-home-icon:after{
    content:"";
    position:absolute;
    left:3px;
    top:2px;
    width:9px;
    height:9px;
    border-top:2px solid currentColor;
    border-left:2px solid currentColor;
    transform:rotate(45deg);
    border-radius:1px;
}

/* Forums: small bubble/fish-dot mark. */
.vf-forums-icon:before{
    content:"";
    position:absolute;
    left:1px;
    top:5px;
    width:11px;
    height:7px;
    border:2px solid currentColor;
    border-radius:50% 55% 55% 50%;
}

.vf-forums-icon:after{
    content:"";
    position:absolute;
    right:0;
    top:7px;
    width:5px;
    height:5px;
    border-top:2px solid currentColor;
    border-right:2px solid currentColor;
    transform:rotate(45deg);
}

/* Category: compact folder. */
.vf-category-icon:before{
    content:"";
    position:absolute;
    left:1px;
    top:5px;
    width:14px;
    height:9px;
    border:2px solid currentColor;
    border-radius:2px;
}

.vf-category-icon:after{
    content:"";
    position:absolute;
    left:2px;
    top:3px;
    width:6px;
    height:4px;
    border:2px solid currentColor;
    border-bottom:0;
    border-radius:2px 2px 0 0;
}

/* Thread: small speech bubble. */
.vf-thread-icon:before{
    content:"";
    position:absolute;
    left:1px;
    top:3px;
    width:13px;
    height:9px;
    border:2px solid currentColor;
    border-radius:50%;
}

.vf-thread-icon:after{
    content:"";
    position:absolute;
    left:4px;
    bottom:1px;
    width:5px;
    height:5px;
    border-left:2px solid currentColor;
    transform:skew(-28deg);
}

.vf-breadcrumb-separator{
    font-size:15px!important;
    line-height:1!important;
}

/* ===== RC7 Footer fidelity refinements ===== */
#footer.vf-footer-reference{
    min-height:220px!important;
    padding:46px 0 28px!important;
    background:
        radial-gradient(circle at 50% -12%,rgba(26,142,185,.11),transparent 36%),
        linear-gradient(180deg,#03121b 0%,#020d15 50%,#01070c 100%)!important;
}

#footer.vf-footer-reference:before{
    opacity:.5!important;
}

.vf-footer-grid{
    grid-template-columns:1fr 1.25fr 1fr!important;
    gap:42px!important;
    align-items:center!important;
}

.vf-footer-links{
    padding-left:18px;
}

.vf-footer-loop{
    min-height:110px!important;
    padding-right:72px!important;
}

.vf-footer-fish{
    width:64px!important;
    height:64px!important;
    opacity:.72!important;
}

.vf-social a{
    width:42px!important;
    height:42px!important;
}

@media(max-width:700px){
    .vf-home-icon,
    .vf-forums-icon,
    .vf-category-icon,
    .vf-thread-icon{
        width:14px!important;
        height:14px!important;
        min-width:14px!important;
        max-width:14px!important;
        min-height:14px!important;
        max-height:14px!important;
        flex-basis:14px!important;
    }

    .vf-breadcrumb-item{
        font-size:11px!important;
    }
}


/* ===== RC8 Breadcrumb pills with true 16x16 artwork ===== */
.vf-breadcrumb{
    min-height:48px!important;
    padding:7px 12px!important;
    gap:7px!important;
}

.vf-breadcrumb-item{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    min-height:34px!important;
    padding:5px 11px 5px 6px!important;
    border:1px solid rgba(52,190,213,.22)!important;
    border-radius:999px!important;
    background:
        linear-gradient(180deg,rgba(10,45,59,.86),rgba(4,26,36,.86))!important;
    box-shadow:
        inset 0 1px rgba(255,255,255,.025),
        0 5px 12px rgba(0,0,0,.16);
    color:#dff3f7!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
}

.vf-breadcrumb-item:hover{
    border-color:rgba(70,225,239,.42)!important;
    background:
        linear-gradient(180deg,rgba(13,58,73,.92),rgba(5,32,43,.92))!important;
}

.vf-breadcrumb-icon{
    display:grid!important;
    place-items:center!important;
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    max-width:26px!important;
    min-height:26px!important;
    max-height:26px!important;
    flex:0 0 26px!important;
    overflow:hidden!important;
    border:1px solid rgba(94,226,239,.22)!important;
    border-radius:50%!important;
    background:
        radial-gradient(circle at 35% 28%,rgba(255,255,255,.12),transparent 28%),
        rgba(4,25,35,.96)!important;
}

.vf-breadcrumb-icon img{
    display:block!important;
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    max-width:16px!important;
    min-height:16px!important;
    max-height:16px!important;
    object-fit:contain!important;
}

.vf-breadcrumb-home{
    color:#7ff29a!important;
}

.vf-breadcrumb-category{
    color:#87eaf5!important;
}

.vf-breadcrumb-current{
    color:#ffbd89!important;
}

.vf-breadcrumb-separator{
    margin:0 1px!important;
    color:#46dceb!important;
    font-size:15px!important;
}

/* Disable old CSS-drawn breadcrumb icon shapes. */
.vf-home-icon,
.vf-forums-icon,
.vf-category-icon,
.vf-thread-icon{
    display:none!important;
}

/* ===== RC8 Footer centered like rendered reference ===== */
#footer.vf-footer-reference{
    min-height:228px!important;
    padding:48px 0 30px!important;
}

#footer.vf-footer-reference .wrapper{
    width:min(1180px,calc(100% - 44px))!important;
    margin-inline:auto!important;
}

.vf-footer-grid{
    grid-template-columns:minmax(220px,1fr) minmax(360px,1.25fr) minmax(220px,1fr)!important;
    gap:30px!important;
    align-items:start!important;
}

.vf-footer-links{
    justify-self:start!important;
    padding-left:0!important;
    margin-left:0!important;
}

.vf-footer-center{
    justify-self:center!important;
    width:100%!important;
    max-width:430px!important;
}

.vf-footer-loop{
    justify-self:end!important;
    width:100%!important;
    max-width:270px!important;
    min-height:110px!important;
    padding-right:68px!important;
    margin-right:0!important;
}

.vf-footer-column h3{
    margin-bottom:12px!important;
}

.vf-footer-fish{
    right:0!important;
    width:58px!important;
    height:58px!important;
}

.vf-social{
    margin-bottom:12px!important;
}

.vf-social a{
    width:40px!important;
    height:40px!important;
}

@media(max-width:1000px){
    #footer.vf-footer-reference .wrapper{
        width:min(900px,calc(100% - 32px))!important;
    }

    .vf-footer-grid{
        grid-template-columns:1fr 1fr!important;
    }

    .vf-footer-center{
        order:3!important;
        grid-column:1/-1!important;
        justify-self:center!important;
    }

    .vf-footer-loop{
        justify-self:end!important;
    }
}

@media(max-width:700px){
    .vf-breadcrumb-item{
        min-height:30px!important;
        padding:4px 9px 4px 5px!important;
        font-size:11px!important;
    }

    .vf-breadcrumb-icon{
        width:24px!important;
        height:24px!important;
        min-width:24px!important;
        max-width:24px!important;
        min-height:24px!important;
        max-height:24px!important;
        flex-basis:24px!important;
    }

    .vf-breadcrumb-icon img{
        width:16px!important;
        height:16px!important;
    }

    #footer.vf-footer-reference .wrapper{
        width:min(100% - 24px,620px)!important;
    }

    .vf-footer-grid{
        grid-template-columns:1fr!important;
        gap:24px!important;
        text-align:center!important;
    }

    .vf-footer-links,
    .vf-footer-center,
    .vf-footer-loop{
        justify-self:center!important;
        max-width:360px!important;
    }

    .vf-footer-links{
        align-items:center!important;
    }

    .vf-footer-loop{
        padding-right:0!important;
        padding-bottom:64px!important;
    }

    .vf-footer-fish{
        right:50%!important;
        transform:translateX(50%)!important;
    }
}


/* =========================================================
   RC9 FINAL REBUILD — COMPACT BREADCRUMB + BALANCED FOOTER
   ========================================================= */

/* The breadcrumb is one slim glass rail with compact rounded pills. */
.vf-breadcrumb{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    width:100%!important;
    min-height:44px!important;
    margin:16px 0 20px!important;
    padding:5px 9px!important;
    gap:5px!important;
    overflow:hidden!important;
    border:1px solid rgba(56,193,213,.18)!important;
    border-radius:13px!important;
    background:
        linear-gradient(180deg,rgba(7,34,46,.88),rgba(3,21,30,.9))!important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025),
        0 8px 20px rgba(0,0,0,.14)!important;
}

.vf-index-breadcrumb{
    margin-top:14px!important;
}

.vf-breadcrumb-item{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    flex:0 1 auto!important;
    min-width:0!important;
    min-height:30px!important;
    height:30px!important;
    margin:0!important;
    padding:2px 10px 2px 4px!important;
    gap:6px!important;
    overflow:hidden!important;
    border:1px solid rgba(61,196,216,.20)!important;
    border-radius:999px!important;
    background:
        linear-gradient(180deg,rgba(11,50,63,.96),rgba(5,28,38,.96))!important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.03),
        0 3px 8px rgba(0,0,0,.14)!important;
    color:#d8edf1!important;
    font-size:11px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
}

.vf-breadcrumb-item > span:last-child{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

.vf-breadcrumb-icon{
    box-sizing:border-box!important;
    display:grid!important;
    place-items:center!important;
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    max-width:24px!important;
    min-height:24px!important;
    max-height:24px!important;
    flex:0 0 24px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    border:1px solid rgba(88,218,232,.17)!important;
    border-radius:50%!important;
    background:
        radial-gradient(circle at 35% 28%,rgba(255,255,255,.10),transparent 30%),
        rgba(2,21,30,.9)!important;
    box-shadow:none!important;
}

.vf-breadcrumb-icon img{
    box-sizing:content-box!important;
    display:block!important;
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    max-width:16px!important;
    min-height:16px!important;
    max-height:16px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    transform:none!important;
}

.vf-breadcrumb-separator{
    flex:0 0 auto!important;
    margin:0 1px!important;
    color:#3bd2e2!important;
    font-size:13px!important;
    line-height:1!important;
    opacity:.72!important;
}

/* Footer dimensions now follow the approved render rather than screen edges. */
#footer.vf-footer-reference{
    box-sizing:border-box!important;
    position:relative!important;
    min-height:218px!important;
    padding:42px 0 28px!important;
    overflow:hidden!important;
    background:
        radial-gradient(ellipse at 50% -18%,rgba(24,148,190,.11),transparent 42%),
        linear-gradient(180deg,#03141e 0%,#020c13 58%,#01070b 100%)!important;
    border-top:1px solid rgba(44,204,225,.22)!important;
    box-shadow:
        inset 0 1px rgba(92,235,246,.06),
        0 -12px 34px rgba(0,0,0,.28)!important;
}

#footer.vf-footer-reference .wrapper{
    width:auto!important;
    max-width:none!important;
    margin:0!important;
}

.vf-footer-shell{
    box-sizing:border-box!important;
    width:min(1040px,calc(100% - 48px))!important;
    margin:0 auto!important;
}

.vf-footer-grid{
    display:grid!important;
    grid-template-columns:220px minmax(340px,1fr) 230px!important;
    align-items:start!important;
    justify-content:center!important;
    gap:44px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

.vf-footer-column{
    box-sizing:border-box!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
}

.vf-footer-column h3{
    margin:0 0 13px!important;
    color:#74e9f0!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1.1!important;
    text-shadow:0 0 12px rgba(61,215,231,.18)!important;
}

.vf-footer-links{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-self:start!important;
    width:220px!important;
}

.vf-footer-links a{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    min-height:24px!important;
    margin:0 0 4px!important;
    color:#98adb4!important;
    font-size:11px!important;
    line-height:1.2!important;
    text-decoration:none!important;
}

.vf-footer-link-icon{
    display:inline-grid!important;
    place-items:center!important;
    width:16px!important;
    height:16px!important;
    color:#4ddde9!important;
    font-size:12px!important;
}

.vf-footer-center{
    justify-self:center!important;
    align-self:start!important;
    width:100%!important;
    max-width:430px!important;
    padding-top:0!important;
    text-align:center!important;
}

.vf-social{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    margin:0 0 13px!important;
}

.vf-social a{
    display:grid!important;
    place-items:center!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    border:1px solid rgba(52,210,226,.30)!important;
    border-radius:50%!important;
    background:
        radial-gradient(circle at 35% 25%,rgba(255,255,255,.08),transparent 32%),
        rgba(3,28,39,.92)!important;
    color:#5fe2ec!important;
    font-size:14px!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 0 15px rgba(31,192,210,.07)!important;
}

.vf-footer-brand{
    margin:0 0 8px!important;
    color:#86e9ef!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.25!important;
}

.vf-powered,
.vf-theme-credit{
    margin:0!important;
    color:#71878f!important;
    font-size:9px!important;
    line-height:1.55!important;
}

.vf-footer-loop{
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    justify-self:end!important;
    width:230px!important;
    min-height:94px!important;
    padding:0!important;
    text-align:left!important;
}

.vf-footer-loop-copy{
    width:154px!important;
}

.vf-footer-loop p{
    margin:0!important;
    color:#80969e!important;
    font-size:10px!important;
    line-height:1.55!important;
}

.vf-footer-fish{
    position:static!important;
    display:block!important;
    flex:0 0 56px!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    max-width:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    margin:22px 0 0 10px!important;
    object-fit:contain!important;
    opacity:.75!important;
    transform:none!important;
}

.vf-footer-bubbles{
    opacity:.46!important;
}

@media(max-width:930px){
    .vf-footer-shell{
        width:min(720px,calc(100% - 36px))!important;
    }

    .vf-footer-grid{
        grid-template-columns:220px 230px!important;
        justify-content:space-between!important;
        gap:28px 44px!important;
    }

    .vf-footer-center{
        grid-column:1/-1!important;
        grid-row:2!important;
        justify-self:center!important;
    }
}

@media(max-width:620px){
    .vf-breadcrumb{
        min-height:40px!important;
        padding:5px 7px!important;
        gap:4px!important;
    }

    .vf-breadcrumb-item{
        max-width:calc(100% - 22px)!important;
        height:28px!important;
        min-height:28px!important;
        padding-right:8px!important;
        font-size:10px!important;
    }

    .vf-breadcrumb-icon{
        width:22px!important;
        height:22px!important;
        min-width:22px!important;
        max-width:22px!important;
        min-height:22px!important;
        max-height:22px!important;
        flex-basis:22px!important;
    }

    .vf-breadcrumb-icon img{
        width:16px!important;
        height:16px!important;
    }

    #footer.vf-footer-reference{
        padding:34px 0 26px!important;
    }

    .vf-footer-shell{
        width:min(360px,calc(100% - 28px))!important;
    }

    .vf-footer-grid{
        grid-template-columns:1fr!important;
        justify-content:center!important;
        gap:25px!important;
    }

    .vf-footer-links,
    .vf-footer-center,
    .vf-footer-loop{
        grid-column:1!important;
        grid-row:auto!important;
        justify-self:center!important;
        width:100%!important;
        max-width:300px!important;
    }

    .vf-footer-links{
        align-items:center!important;
    }

    .vf-footer-loop{
        justify-content:center!important;
        text-align:center!important;
    }

    .vf-footer-loop-copy{
        width:auto!important;
    }

    .vf-footer-fish{
        margin:18px 0 0 12px!important;
    }
}


/* =========================================================
   RC10 — TRUE BALLOON BREADCRUMB
   No external images. No <img>. No intrinsic SVG sizing.
   ========================================================= */

.vf-breadcrumb,
.vf-breadcrumb-item,
.vf-breadcrumb-icon,
.vf-breadcrumb-separator{
    display:none!important;
}

.vf-balloon-crumbs{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    width:100%!important;
    min-height:44px!important;
    margin:14px 0 20px!important;
    padding:6px 10px!important;
    border:1px solid rgba(75,211,229,.24)!important;
    border-radius:14px!important;
    background:
        linear-gradient(180deg,rgba(7,36,49,.91),rgba(3,22,31,.93))!important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.035),
        0 8px 20px rgba(0,0,0,.15)!important;
    overflow:hidden!important;
}

.vf-balloon-crumb{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    min-width:0!important;
    max-width:100%!important;
    height:31px!important;
    min-height:31px!important;
    padding:3px 12px 3px 5px!important;
    border:1px solid rgba(91,222,237,.28)!important;
    border-radius:999px!important;
    background:
        radial-gradient(circle at 18% 20%,rgba(255,255,255,.09),transparent 30%),
        linear-gradient(180deg,rgba(12,57,72,.98),rgba(4,31,42,.98))!important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.04),
        0 4px 10px rgba(0,0,0,.16),
        0 0 12px rgba(38,194,212,.06)!important;
    color:#d9f2f5!important;
    font-size:11px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

.vf-balloon-crumb:hover{
    border-color:rgba(103,237,247,.48)!important;
    background:
        radial-gradient(circle at 18% 20%,rgba(255,255,255,.12),transparent 30%),
        linear-gradient(180deg,rgba(15,68,84,.99),rgba(5,37,49,.99))!important;
}

.vf-balloon-crumb > span:last-child{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

.vf-balloon-arrow{
    flex:0 0 auto!important;
    color:#4dd9e7!important;
    font-size:14px!important;
    font-weight:900!important;
    line-height:1!important;
    opacity:.85!important;
}

.vf-inline-icon{
    position:relative!important;
    box-sizing:border-box!important;
    display:inline-block!important;
    width:21px!important;
    height:21px!important;
    min-width:21px!important;
    max-width:21px!important;
    min-height:21px!important;
    max-height:21px!important;
    flex:0 0 21px!important;
    overflow:hidden!important;
    border:1px solid rgba(107,230,241,.26)!important;
    border-radius:50%!important;
    background:
        radial-gradient(circle at 35% 28%,rgba(255,255,255,.13),transparent 31%),
        rgba(2,23,32,.97)!important;
}

/* Home: 16x16 CSS-drawn house */
.vf-inline-home:before{
    content:""!important;
    position:absolute!important;
    left:5px!important;
    bottom:4px!important;
    width:9px!important;
    height:7px!important;
    border:1.5px solid #70e8f0!important;
    border-top:0!important;
    border-radius:1px!important;
}

.vf-inline-home:after{
    content:""!important;
    position:absolute!important;
    left:5px!important;
    top:4px!important;
    width:8px!important;
    height:8px!important;
    border-top:1.5px solid #70e8f0!important;
    border-left:1.5px solid #70e8f0!important;
    transform:rotate(45deg)!important;
    border-radius:1px!important;
}

/* Forums: compact fish */
.vf-inline-forums:before{
    content:""!important;
    position:absolute!important;
    left:4px!important;
    top:7px!important;
    width:10px!important;
    height:7px!important;
    border:1.5px solid #70e8f0!important;
    border-radius:55% 50% 50% 55%!important;
}

.vf-inline-forums:after{
    content:""!important;
    position:absolute!important;
    right:3px!important;
    top:8px!important;
    width:5px!important;
    height:5px!important;
    border-top:1.5px solid #70e8f0!important;
    border-right:1.5px solid #70e8f0!important;
    transform:rotate(45deg)!important;
}

/* Category: small folder */
.vf-inline-category:before{
    content:""!important;
    position:absolute!important;
    left:4px!important;
    top:7px!important;
    width:12px!important;
    height:8px!important;
    border:1.5px solid #6fe7ef!important;
    border-radius:2px!important;
}

.vf-inline-category:after{
    content:""!important;
    position:absolute!important;
    left:5px!important;
    top:5px!important;
    width:6px!important;
    height:4px!important;
    border:1.5px solid #6fe7ef!important;
    border-bottom:0!important;
    border-radius:2px 2px 0 0!important;
}

/* Thread: speech balloon */
.vf-inline-thread:before{
    content:""!important;
    position:absolute!important;
    left:4px!important;
    top:5px!important;
    width:12px!important;
    height:9px!important;
    border:1.5px solid #ffb17c!important;
    border-radius:50%!important;
}

.vf-inline-thread:after{
    content:""!important;
    position:absolute!important;
    left:7px!important;
    bottom:3px!important;
    width:5px!important;
    height:5px!important;
    border-left:1.5px solid #ffb17c!important;
    transform:skew(-28deg)!important;
}

.vf-balloon-current{
    color:#fff4e8!important;
    border-color:rgba(255,174,116,.30)!important;
}

@media(max-width:620px){
    .vf-balloon-crumbs{
        min-height:40px!important;
        padding:5px 7px!important;
        gap:4px!important;
    }

    .vf-balloon-crumb{
        height:29px!important;
        min-height:29px!important;
        padding:3px 9px 3px 4px!important;
        font-size:10px!important;
    }

    .vf-inline-icon{
        width:20px!important;
        height:20px!important;
        min-width:20px!important;
        max-width:20px!important;
        min-height:20px!important;
        max-height:20px!important;
        flex-basis:20px!important;
    }
}


/* =========================================================
   RC11 — BREADCRUMB MATCHED TO USER REFERENCE
   One continuous rounded glass bar; no separate pills.
   ========================================================= */

.vf-balloon-crumbs,
.vf-balloon-crumb,
.vf-balloon-arrow,
.vf-inline-icon{
    display:none!important;
}

.vf-reference-crumb{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:nowrap!important;
    gap:10px!important;
    width:100%!important;
    height:46px!important;
    min-height:46px!important;
    margin:14px 0 20px!important;
    padding:0 18px!important;
    overflow:hidden!important;
    border:1px solid rgba(69,196,219,.32)!important;
    border-radius:13px!important;
    background:
        radial-gradient(circle at 12% 20%,rgba(255,255,255,.04),transparent 22%),
        linear-gradient(180deg,rgba(8,37,51,.90),rgba(4,24,34,.94))!important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.025),
        0 0 0 1px rgba(23,104,139,.12),
        0 7px 18px rgba(0,0,0,.14)!important;
    color:#d9edf1!important;
    font-size:13px!important;
    font-weight:800!important;
    line-height:1!important;
    white-space:nowrap!important;
}

.vf-reference-home,
.vf-reference-link{
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    color:#dceff2!important;
    text-decoration:none!important;
    white-space:nowrap!important;
}

.vf-reference-home:hover,
.vf-reference-link:hover{
    color:#77ebf2!important;
}

.vf-reference-current{
    min-width:0!important;
    overflow:hidden!important;
    color:#dceff2!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

.vf-reference-arrow{
    flex:0 0 auto!important;
    color:#35d7e7!important;
    font-size:17px!important;
    font-weight:900!important;
    line-height:1!important;
}

.vf-reference-home-icon{
    position:relative!important;
    display:inline-block!important;
    box-sizing:border-box!important;
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    max-width:16px!important;
    min-height:16px!important;
    max-height:16px!important;
    flex:0 0 16px!important;
    overflow:hidden!important;
    color:#49e0eb!important;
}

/* Exact compact 16x16 house, drawn in CSS. */
.vf-reference-home-icon:before{
    content:""!important;
    position:absolute!important;
    left:3px!important;
    bottom:2px!important;
    width:10px!important;
    height:8px!important;
    box-sizing:border-box!important;
    border:2px solid currentColor!important;
    border-top:0!important;
    border-radius:1px!important;
}

.vf-reference-home-icon:after{
    content:""!important;
    position:absolute!important;
    left:3px!important;
    top:2px!important;
    width:9px!important;
    height:9px!important;
    box-sizing:border-box!important;
    border-top:2px solid currentColor!important;
    border-left:2px solid currentColor!important;
    border-radius:1px!important;
    transform:rotate(45deg)!important;
}

@media(max-width:700px){
    .vf-reference-crumb{
        height:42px!important;
        min-height:42px!important;
        padding:0 12px!important;
        gap:7px!important;
        font-size:11px!important;
    }

    .vf-reference-arrow{
        font-size:14px!important;
    }
}


/* =========================================================
   RC13 — FORUM TITLE GLASS BAR + SINGLE POST THREAD ACTION
   ========================================================= */

/* Remove old standalone Forum label / heading if inherited. */
.vf-forumdisplay-toolbar,
.vf-forumdisplay-heading,
.vf-forumdisplay-label{
    display:none!important;
}

/* Keep only the Post Thread control placed beside the new title bar. */
.vf-forumdisplay .vf-forum-primary-action .button,
.vf-forumdisplay .vf-forum-primary-action a,
.vf-forumdisplay .vf-forum-primary-action input{
    margin:0!important;
}


@media(max-width:700px){
    .vf-forum-title-row{
        grid-template-columns:1fr!important;
        gap:8px!important;
    }

    .vf-forum-title-glass{
        height:48px!important;
    }

    .vf-forum-title-glass h1{
        font-size:19px!important;
    }

    .vf-forum-primary-action{
        justify-content:flex-end!important;
    }
}


/* =========================================================
   RC15 — EXACT POST THREAD BUTTON CLEANUP
   Keep title-bar button + bottom button; hide only middle duplicate.
   ========================================================= */

/* Title-bar Post Thread button stays visible. */
.vf-forumdisplay .vf-forum-primary-action{
    display:flex!important;
}

/*
 * Hide only the duplicate Post Thread control placed directly above
 * the forum thread table by MyBB's threads-list controls.
 */
.vf-forumdisplay .vf-threadlist-top-controls .new_thread_button,
.vf-forumdisplay .vf-threadlist-top-controls .button_new_thread,
.vf-forumdisplay .threadslist-top .new_thread_button,
.vf-forumdisplay .forumdisplay-top-controls .new_thread_button,
.vf-forumdisplay .forumdisplay-top-controls .button_new_thread{
    display:none!important;
}

/* Bottom Post Thread button remains visible. */
.vf-forumdisplay .vf-threadlist-bottom-controls .new_thread_button,
.vf-forumdisplay .vf-threadlist-bottom-controls .button_new_thread,
.vf-forumdisplay .threadslist-bottom .new_thread_button,
.vf-forumdisplay .forumdisplay-bottom-controls .new_thread_button,
.vf-forumdisplay .forumdisplay-bottom-controls .button_new_thread{
    display:inline-flex!important;
}


/* =========================================================
   RC17 THREAD PAGE — responsive fallback
   Core appearance is inline in showthread and cache-proof.
   ========================================================= */

.vf-showthread .vf-thread-label{
    display:none!important;
}

.vf-showthread .vf-thread-pagination-top a[href*="newreply.php"],
.vf-showthread .vf-thread-pagination-top .new_reply_button,
.vf-showthread .vf-thread-pagination-top .button_new_reply{
    display:none!important;
}

@media(max-width:760px){
    .vf-rc17-thread-heading{
        grid-template-columns:1fr!important;
        gap:10px!important;
    }

    .vf-rc17-thread-heading > section{
        min-height:88px!important;
        padding:17px 68px 15px 22px!important;
        border-radius:40px!important;
    }

    .vf-rc17-thread-heading h1{
        font-size:23px!important;
    }

    .vf-rc17-thread-actions{
        justify-content:flex-end!important;
        min-width:0!important;
    }
}


/* ==========================================================================
   RC27 — Forumindex & Homepage Polish
   ========================================================================== */
.vf-index-page .vf-hero{margin-bottom:0}
.vf-index-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;min-height:270px;margin:22px 0 16px;padding:42px 48px;overflow:hidden;isolation:isolate;border:1px solid rgba(73,218,233,.34);border-radius:24px;background:radial-gradient(circle at 78% 30%,rgba(48,224,231,.18),transparent 30%),linear-gradient(135deg,rgba(8,45,60,.98),rgba(3,21,31,.98) 62%,rgba(5,42,52,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 22px 55px rgba(0,0,0,.32)}
.vf-index-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(110deg,rgba(255,255,255,.035),transparent 42%),repeating-linear-gradient(90deg,transparent 0 79px,rgba(82,218,230,.025) 80px)}
.vf-index-hero-glow{position:absolute;left:8%;bottom:-110px;width:420px;height:220px;border-radius:50%;background:rgba(18,168,191,.14);filter:blur(55px);z-index:-1}
.vf-index-hero-copy{max-width:760px}.vf-index-eyebrow{display:block;margin-bottom:8px;color:#68eaf4;font-size:11px;font-weight:900;letter-spacing:.18em}.vf-index-hero h1{max-width:720px;margin:0;color:#f1fdff;font-size:clamp(31px,4vw,54px);line-height:1.03;letter-spacing:-.035em;text-shadow:0 10px 28px rgba(0,0,0,.28)}
.vf-index-lead{max-width:690px;margin:17px 0 0;color:#bcd6dc;font-size:15px;line-height:1.75}.vf-index-lead strong{color:#fff}.vf-index-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:25px}.vf-index-primary,.vf-index-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 19px;border-radius:12px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.vf-index-primary{color:#062126!important;background:linear-gradient(180deg,#84f2f5,#42ceda);box-shadow:0 8px 22px rgba(45,204,218,.22)}.vf-index-secondary{border:1px solid rgba(101,229,238,.42);color:#e9fbfd!important;background:rgba(5,34,45,.74)}.vf-index-primary:hover,.vf-index-secondary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.25)}
.vf-index-hero-scene{position:relative;width:260px;height:190px;justify-self:end}.vf-index-hero-fish{position:absolute;left:42px;top:55px;width:164px;height:100px;filter:drop-shadow(0 14px 18px rgba(0,0,0,.38)) drop-shadow(0 0 17px rgba(62,226,235,.22));animation:vfIndexFish 6s ease-in-out infinite}.vf-index-orb{position:absolute;border:1px solid rgba(123,238,244,.27);border-radius:50%;box-shadow:inset 0 0 18px rgba(108,233,240,.08)}.vf-index-orb-one{width:160px;height:160px;right:10px;top:6px}.vf-index-orb-two{width:86px;height:86px;left:4px;bottom:4px}.vf-index-hero-bubble{position:absolute;border:1px solid rgba(151,244,248,.45);border-radius:50%;animation:vfIndexBubble 5s linear infinite}.vf-index-hero-bubble.b1{right:28px;bottom:24px;width:10px;height:10px}.vf-index-hero-bubble.b2{right:55px;bottom:7px;width:7px;height:7px;animation-delay:1.5s}.vf-index-hero-bubble.b3{right:6px;bottom:1px;width:14px;height:14px;animation-delay:3s}
.vf-index-layout .vf-hero-member-copy,.vf-index-layout .vf-member-welcome,.vf-index-hero .vf-hero-member-copy{display:block}.vf-index-layout .vf-guest-welcome,.vf-index-hero .vf-hero-guest-copy{display:none}.vf-index-layout.vf-user-0 .vf-member-welcome,.vf-index-hero.vf-user-0 .vf-hero-member-copy{display:none}.vf-index-layout.vf-user-0 .vf-guest-welcome,.vf-index-hero.vf-user-0 .vf-hero-guest-copy{display:block}.vf-index-hero-actions .vf-hero-guest-copy,.vf-index-hero-actions .vf-hero-member-copy{display:inline-flex}.vf-index-hero.vf-user-0 .vf-index-hero-actions .vf-hero-member-copy{display:none}.vf-index-hero:not(.vf-user-0) .vf-index-hero-actions .vf-hero-guest-copy{display:none}
.vf-index-breadcrumb{display:flex;align-items:center;gap:10px;height:46px;margin:0 0 16px;padding:0 17px;border:1px solid rgba(69,196,219,.34);border-radius:13px;background:linear-gradient(180deg,rgba(8,37,51,.91),rgba(4,24,34,.96));box-shadow:0 7px 18px rgba(0,0,0,.14);font-size:13px}.vf-index-breadcrumb a{display:inline-flex;align-items:center;gap:8px;color:#dceff2;font-weight:800}.vf-index-breadcrumb img{width:16px;height:16px}.vf-index-breadcrumb>span{color:#35d7e7;font-size:18px}.vf-index-breadcrumb strong{color:#eaf9fb}
.vf-index-quicknav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px}.vf-index-quicknav>a{display:flex;align-items:center;gap:12px;min-width:0;padding:14px 15px;border:1px solid rgba(48,165,186,.27);border-radius:15px;color:#e9f8fa;background:linear-gradient(180deg,rgba(8,38,51,.86),rgba(4,23,32,.92));box-shadow:0 10px 25px rgba(0,0,0,.14);transition:.18s ease}.vf-index-quicknav>a:hover{transform:translateY(-2px);border-color:rgba(77,221,232,.55);background:linear-gradient(180deg,rgba(11,51,65,.94),rgba(5,29,39,.96))}.vf-quick-icon{display:grid;place-items:center;flex:0 0 37px;width:37px;height:37px;border:1px solid rgba(91,231,239,.3);border-radius:11px;color:#6aeaf2;background:rgba(36,174,193,.09);font-size:16px;font-weight:900}.vf-index-quicknav strong,.vf-index-quicknav small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vf-index-quicknav strong{font-size:13px}.vf-index-quicknav small{margin-top:2px;color:#86aab4;font-size:10px}
.vf-index-layout{display:grid;grid-template-columns:minmax(0,1fr) 326px;gap:20px;align-items:start}.vf-index-section-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 2px 14px}.vf-index-section-intro h2{margin:0;color:#f0fcff;font-size:25px;line-height:1.15}.vf-index-section-intro p{max-width:430px;margin:0;color:#8eb0ba;font-size:12px;text-align:right}
.vf-tank{margin-bottom:18px;border-color:rgba(39,141,162,.42);border-radius:18px;background:linear-gradient(180deg,rgba(8,37,49,.96),rgba(3,20,29,.98));box-shadow:0 18px 40px rgba(0,0,0,.24)}.vf-tank-head{min-height:73px;height:auto;padding:14px 70px 13px 72px}.vf-tank-heading-copy{position:relative;z-index:2;display:flex;flex-direction:column}.vf-tank-kicker{margin-bottom:2px;color:#4ec8d3;font-size:9px;font-weight:900;letter-spacing:.17em}.vf-tank-head a{color:#eafcff!important;font-size:19px;letter-spacing:-.01em}.vf-tank .vf-expander{right:21px;left:auto}.vf-column-heads{color:#6e98a3;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.vf-forum-row{min-height:88px;padding-top:16px;padding-bottom:16px;border-top-color:rgba(255,255,255,.055)}.vf-forum-row:hover{background:linear-gradient(90deg,rgba(40,200,216,.09),rgba(40,200,216,.02));box-shadow:inset 3px 0 #35dbe7}.vf-forum-copy{min-width:0}.vf-forum-title a{color:#e7f9fb!important;font-size:15px;font-weight:850}.vf-forum-title a:hover{color:#69edf5!important}.vf-forum-desc{margin-top:4px;color:#87aab4;font-size:11px;line-height:1.55}.vf-count span{display:block;color:#668d97;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.vf-lastpost{padding-left:13px;border-left:1px solid rgba(255,255,255,.06)}
.vf-sidebar{position:sticky;top:16px;display:grid;gap:15px}.vf-side-card{margin:0;border-color:rgba(42,151,170,.38);border-radius:17px;box-shadow:0 16px 34px rgba(0,0,0,.22)}.vf-side-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.055);color:#e7f9fb;font-size:12px;font-weight:900;letter-spacing:.015em}.vf-side-pill{padding:4px 8px;border:1px solid rgba(87,221,182,.27);border-radius:999px;color:#6ce1b5;background:rgba(49,179,137,.08);font-size:9px;text-transform:uppercase}.vf-side-body{padding:16px}.vf-side-cta{display:flex;justify-content:center;margin-top:13px;padding:10px;border:1px solid rgba(78,214,225,.28);border-radius:10px;color:#dff9fb!important;background:rgba(26,141,158,.08);font-size:11px;font-weight:850}.vf-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.vf-stat-tile{padding:11px;border:1px solid rgba(63,173,190,.2);border-radius:11px;background:rgba(9,43,55,.55)}.vf-stat-tile span{display:block;color:#779da6;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.vf-stat-tile strong{display:block;margin-top:3px;color:#70edf4;font-size:18px}.vf-newest-member{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 16px 16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);font-size:10px}.vf-newest-member span{color:#7699a2}.vf-newest-member strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#dff7f9}.vf-online-count{color:#63deb0;font-size:10px}.vf-guest-benefits{display:grid;gap:8px;margin:14px 0 18px;padding:0;list-style:none}.vf-guest-benefits li{position:relative;padding-left:20px;color:#aac5cb;font-size:11px}.vf-guest-benefits li:before{content:"✓";position:absolute;left:0;color:#60dfba;font-weight:900}.vf-guest-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.vf-guest-action{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid rgba(72,204,218,.34);border-radius:10px;color:#e9fbfd!important;font-size:11px;font-weight:900;background:rgba(18,105,123,.18)}.vf-guest-action-register{color:#05221d!important;border-color:transparent;background:linear-gradient(180deg,#77e8bd,#3dbf95)}
@keyframes vfIndexFish{0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}50%{transform:translate3d(-13px,-5px,0) rotate(1.5deg)}}@keyframes vfIndexBubble{0%{transform:translateY(0) scale(.7);opacity:0}20%{opacity:.65}100%{transform:translateY(-125px) scale(1.2);opacity:0}}
@media(max-width:1100px){.vf-index-quicknav{grid-template-columns:1fr 1fr}.vf-index-layout{grid-template-columns:minmax(0,1fr) 290px}.vf-index-hero{grid-template-columns:minmax(0,1fr) 220px;padding:35px}.vf-index-hero-scene{width:210px}}
@media(max-width:820px){.vf-index-hero{grid-template-columns:1fr;min-height:0;padding:31px 26px}.vf-index-hero-scene{display:none}.vf-index-layout{grid-template-columns:1fr}.vf-sidebar{position:static;grid-template-columns:1fr 1fr}.vf-index-section-intro{align-items:start;flex-direction:column}.vf-index-section-intro p{text-align:left}.vf-column-heads{display:none}.vf-forum-row{grid-template-columns:48px minmax(0,1fr);gap:12px}.vf-forum-row>.vf-count,.vf-forum-row>.vf-lastpost{display:none}}
@media(max-width:560px){.vf-index-hero{margin-top:14px;padding:26px 20px;border-radius:18px}.vf-index-hero h1{font-size:32px}.vf-index-hero-actions{display:grid}.vf-index-primary,.vf-index-secondary{width:100%}.vf-index-quicknav{grid-template-columns:1fr}.vf-sidebar{grid-template-columns:1fr}.vf-tank-head{padding-left:60px}.vf-index-section-intro h2{font-size:22px}}
@media(prefers-reduced-motion:reduce){.vf-index-hero-fish,.vf-index-hero-bubble{animation:none!important}.vf-index-primary,.vf-index-secondary,.vf-index-quicknav>a{transition:none!important}}


/* ============================================================
   ABYSS REEF v3.0 RC28 — FORUM UX UPDATE
   Forum cards, topic list hierarchy, status chips and mobile UX
   ============================================================ */
.vf-forumdisplay{--vf28-panel:rgba(5,29,39,.96);--vf28-line:rgba(63,190,207,.24);--vf28-soft:#8dafb8;--vf28-bright:#edfafd}
.vf-forumdisplay .tborder{width:100%;margin:0 0 18px;border:1px solid var(--vf28-line)!important;border-collapse:separate!important;border-spacing:0!important;border-radius:17px!important;overflow:hidden;background:linear-gradient(180deg,rgba(7,35,47,.96),rgba(3,21,30,.98))!important;box-shadow:0 17px 38px rgba(0,0,0,.22)!important}
.vf-forumdisplay .tborder>tbody>tr:first-child>td,.vf-forumdisplay .tborder>tbody>tr:first-child>th,.vf-forumdisplay .thead{min-height:48px;padding:13px 15px!important;border:0!important;border-bottom:1px solid rgba(84,209,222,.22)!important;color:#dff9fb!important;background:linear-gradient(180deg,rgba(12,57,72,.96),rgba(7,39,51,.98))!important;font-size:10px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}
.vf-forumdisplay .tborder tr.inline_row,.vf-forumdisplay .tborder tr[id^="thread-"]{position:relative;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.vf-forumdisplay .tborder tr.inline_row:hover,.vf-forumdisplay .tborder tr[id^="thread-"]:hover{background:linear-gradient(90deg,rgba(49,210,222,.095),rgba(49,210,222,.018))!important;box-shadow:inset 3px 0 #3cdae5}
.vf-forumdisplay .tborder tr.inline_row>td,.vf-forumdisplay .tborder tr[id^="thread-"]>td{padding:15px 11px!important;border:0!important;border-top:1px solid rgba(255,255,255,.052)!important;color:#a9c6cc!important;background:transparent!important;vertical-align:middle!important}
.vf-forumdisplay .tborder tr.inline_row>td:nth-child(1),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(1){width:54px!important;text-align:center}
.vf-forumdisplay .tborder tr.inline_row>td:nth-child(2),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(2){width:34px!important;text-align:center}
.vf-forumdisplay .tborder tr.inline_row>td:nth-child(3),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(3){min-width:0!important;padding-left:8px!important}
.vf-forumdisplay .tborder tr.inline_row>td:nth-last-child(-n+2),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-last-child(-n+2){font-size:11px!important;text-align:center!important}
.vf-forumdisplay a[id^="tid_"],.vf-forumdisplay .subject_new,.vf-forumdisplay .subject_old{display:inline!important;color:#edfafd!important;font-size:14px!important;font-weight:880!important;line-height:1.45!important;text-decoration:none!important}
.vf-forumdisplay a[id^="tid_"]:hover,.vf-forumdisplay .subject_new:hover,.vf-forumdisplay .subject_old:hover{color:#6debf2!important}
.vf-forumdisplay .author,.vf-forumdisplay .author a,.vf-forumdisplay .smalltext{color:#86a9b2!important;font-size:10px!important;line-height:1.5!important}
.vf-forumdisplay .lastpost,.vf-forumdisplay .lastpost a{color:#bcd7dc!important;font-size:10px!important}
.vf-forumdisplay .lastpost a{font-weight:800!important}
.vf-forumdisplay .pagination{display:flex;flex-wrap:wrap;gap:5px;align-items:center;margin:10px 0}
.vf-forumdisplay .pagination a,.vf-forumdisplay .pagination .pagination_current{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;border:1px solid rgba(70,193,209,.28)!important;border-radius:10px!important;color:#cde9ed!important;background:rgba(7,38,50,.86)!important;font-size:11px!important;font-weight:850!important}
.vf-forumdisplay .pagination a:hover,.vf-forumdisplay .pagination .pagination_current{border-color:rgba(83,225,235,.58)!important;color:#06242a!important;background:linear-gradient(180deg,#78edf1,#3fcbd5)!important}
.vf-forumdisplay .forumdisplay_regular,.vf-forumdisplay .forumdisplay_sticky{margin-bottom:16px}
.vf-forumdisplay .forumdisplay_sticky .tborder{border-color:rgba(255,174,92,.25)!important;box-shadow:0 17px 38px rgba(0,0,0,.22),inset 0 2px rgba(255,166,85,.25)!important}
.vf-forumdisplay .forumdisplay_sticky .thead{color:#ffe1c4!important;background:linear-gradient(180deg,rgba(78,49,28,.88),rgba(40,29,24,.96))!important}
.vf-forumdisplay .vf-thread-state-pill{display:inline-flex!important;align-items:center!important;min-height:21px!important;margin:0 7px 3px 0!important;padding:0 8px!important;border:1px solid rgba(94,218,229,.28)!important;border-radius:999px!important;color:#8deaf0!important;background:rgba(34,162,177,.1)!important;font-size:8px!important;font-weight:950!important;letter-spacing:.055em!important;line-height:1!important;text-transform:uppercase!important;vertical-align:2px!important}
.vf-forumdisplay .vf-thread-state-pill[data-state="sticky"],.vf-forumdisplay .vf-thread-state-pill[data-state="announcement"]{border-color:rgba(255,174,92,.33)!important;color:#ffc88d!important;background:rgba(196,105,38,.1)!important}
.vf-forumdisplay .vf-thread-state-pill[data-state="locked"]{border-color:rgba(176,190,199,.26)!important;color:#b9c8cd!important;background:rgba(128,145,153,.1)!important}
.vf-forumdisplay .vf-thread-state-pill[data-state="hot"]{border-color:rgba(255,105,100,.3)!important;color:#ff9e97!important;background:rgba(203,62,58,.1)!important}
.vf-forumdisplay .vf-thread-state-pill[data-state="solved"]{border-color:rgba(88,221,165,.3)!important;color:#74e3b3!important;background:rgba(45,177,126,.1)!important}
.vf-forumdisplay .vf-thread-state-pill[data-state="poll"]{border-color:rgba(174,137,255,.3)!important;color:#c8aaff!important;background:rgba(117,75,205,.1)!important}
.vf-forumdisplay .vf28-thread-icon{display:grid;place-items:center;width:38px;height:38px;margin:auto;border:1px solid rgba(70,197,212,.22);border-radius:12px;background:radial-gradient(circle at 35% 28%,rgba(79,225,235,.12),rgba(6,39,51,.84));box-shadow:inset 0 1px rgba(255,255,255,.03)}
.vf-forumdisplay .vf28-thread-icon img{display:block!important;max-width:25px!important;max-height:25px!important;object-fit:contain!important}
.vf-forumdisplay .vf28-mobile-label{display:none}
.vf-forumdisplay .vf28-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 12px;padding:12px 14px;border:1px solid rgba(65,183,199,.22);border-radius:14px;background:rgba(5,29,39,.82);color:#8daeb7;font-size:10px}
.vf-forumdisplay .vf28-list-toolbar strong{color:#dff8fa;font-size:12px}
.vf-users-browsing-bottom{margin-top:14px;padding:13px 15px;border:1px solid rgba(63,184,200,.2);border-radius:13px;color:#86a8b1;background:rgba(4,25,34,.76);font-size:10px}

/* Forum index cards: clearer hierarchy and larger touch targets. */
.vf-index-layout .vf-forum-row{grid-template-columns:58px minmax(0,1fr) 82px 82px minmax(205px,270px);min-height:96px;padding:17px 18px}
.vf-index-layout .vf-forum-status{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(70,200,215,.22);border-radius:14px;background-position:center!important;background-size:31px auto!important;background-repeat:no-repeat!important;box-shadow:inset 0 1px rgba(255,255,255,.025),0 8px 18px rgba(0,0,0,.13)}
.vf-index-layout .vf-forum-title{display:flex;align-items:center;gap:8px}.vf-index-layout .vf-forum-title:after{content:"Bekijken";opacity:0;transform:translateX(-4px);padding:3px 7px;border-radius:999px;color:#68e4ec;background:rgba(49,188,202,.1);font-size:8px;font-weight:900;text-transform:uppercase;transition:.18s ease}
.vf-index-layout .vf-forum-row:hover .vf-forum-title:after{opacity:1;transform:translateX(0)}
.vf-index-layout .vf-count{padding:9px 5px;border:1px solid rgba(55,161,178,.13);border-radius:10px;background:rgba(4,27,37,.38)}
.vf-index-layout .vf-lastpost{min-width:0;padding:10px 0 10px 14px}.vf-index-layout .vf-lastpost a{font-weight:800}.vf-index-layout .vf-lastpost .smalltext{color:#789ca5!important}

@media(max-width:820px){
 .vf-forumdisplay .tborder{display:block!important;border:0!important;border-radius:0!important;overflow:visible!important;background:transparent!important;box-shadow:none!important}
 .vf-forumdisplay .tborder>tbody{display:grid!important;gap:10px!important}
 .vf-forumdisplay .tborder>tbody>tr:first-child{display:none!important}
 .vf-forumdisplay .tborder tr.inline_row,.vf-forumdisplay .tborder tr[id^="thread-"]{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:0 11px!important;padding:13px!important;border:1px solid rgba(62,181,197,.22)!important;border-radius:15px!important;background:linear-gradient(180deg,rgba(7,36,48,.96),rgba(4,24,33,.98))!important;box-shadow:0 11px 24px rgba(0,0,0,.17)!important}
 .vf-forumdisplay .tborder tr.inline_row>td,.vf-forumdisplay .tborder tr[id^="thread-"]>td{display:block!important;width:auto!important;min-width:0!important;padding:0!important;border:0!important;text-align:left!important}
 .vf-forumdisplay .tborder tr.inline_row>td:nth-child(1),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(1){grid-row:1/4;grid-column:1;text-align:center!important}
 .vf-forumdisplay .tborder tr.inline_row>td:nth-child(2),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(2){display:none!important}
 .vf-forumdisplay .tborder tr.inline_row>td:nth-child(3),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(3){grid-column:2;padding:0 0 8px!important}
 .vf-forumdisplay .tborder tr.inline_row>td:nth-child(n+4),.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(n+4){grid-column:2;display:inline-flex!important;align-items:center!important;gap:6px!important;padding:3px 0!important;color:#9bb8bf!important;font-size:10px!important;text-align:left!important}
 .vf-forumdisplay .vf28-mobile-label{display:inline!important;min-width:68px;color:#5f8993;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
 .vf-forumdisplay a[id^="tid_"],.vf-forumdisplay .subject_new,.vf-forumdisplay .subject_old{font-size:13px!important}
 .vf-forum-title-row{grid-template-columns:1fr!important}.vf-forum-primary-action{justify-content:stretch!important}.vf-forum-primary-action>*{width:100%!important;text-align:center!important}
 .vf-index-layout .vf-forum-row{grid-template-columns:48px minmax(0,1fr);min-height:84px;padding:14px}.vf-index-layout .vf-forum-title:after{display:none}
}
@media(max-width:520px){.vf-forumdisplay .vf28-list-toolbar{align-items:flex-start;flex-direction:column}.vf-forumdisplay .pagination a,.vf-forumdisplay .pagination .pagination_current{min-width:32px;height:32px;padding:0 8px}.vf-forumdisplay .tborder tr.inline_row,.vf-forumdisplay .tborder tr[id^="thread-"]{padding:12px 11px}}
@media(prefers-reduced-motion:reduce){.vf-forumdisplay .tborder tr.inline_row,.vf-forumdisplay .tborder tr[id^="thread-"]{transition:none!important}}

    

/* =========================================================
   RC29 — Topic Experience
   ========================================================= */
.vf-showthread{--vf-topic-accent:#38dce9;--vf-topic-panel:rgba(5,29,40,.94);--vf-topic-line:rgba(62,210,229,.2)}
.vf-showthread .vf-rc17-thread-heading{margin-bottom:12px!important}
.vf-showthread .vf-rc17-thread-heading>section{border-radius:24px!important;padding:22px 28px!important}
.vf-showthread .vf-rc17-thread-heading h1{white-space:normal!important;line-height:1.16!important}
.vf-thread-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 20px;padding:11px 14px;border:1px solid var(--vf-topic-line);border-radius:13px;background:linear-gradient(180deg,rgba(7,39,52,.86),rgba(3,24,34,.9));box-shadow:0 8px 22px rgba(0,0,0,.17)}
.vf-thread-summary-main,.vf-thread-summary-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.vf-topic-chip{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:6px 10px;border:1px solid rgba(63,210,229,.18);border-radius:999px;background:rgba(7,48,61,.58);color:#bdd8df;font-size:12px;font-weight:750}
.vf-topic-chip svg{width:15px;height:15px;fill:none;stroke:#4be1ea;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vf-topic-action{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 12px;border:1px solid rgba(63,210,229,.28);border-radius:9px;background:linear-gradient(180deg,rgba(12,75,92,.78),rgba(5,43,57,.82));color:#e6fbfd!important;font-size:12px;font-weight:850;cursor:pointer}
.vf-topic-action:hover{border-color:#42dfeb;background:rgba(20,105,121,.8)}
.vf-topic-action svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}

.vf-post-stream{display:flex;flex-direction:column;gap:18px}
.post.vf-premium-classic{margin:0!important;border-color:rgba(55,210,228,.24)!important;border-radius:18px!important;box-shadow:0 16px 38px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.025)!important;scroll-margin-top:14px}
.post.vf-premium-classic>.post_head{min-height:48px!important;padding:10px 16px!important;background:linear-gradient(180deg,rgba(10,60,76,.88),rgba(5,35,47,.9))!important}
.post.vf-premium-classic .post_date{display:inline-flex;align-items:center;gap:8px;color:#b8d4db!important;font-size:12px!important;font-weight:700}
.post.vf-premium-classic .post_date:before{content:"";width:8px;height:8px;border-radius:50%;background:#41dfe9;box-shadow:0 0 10px rgba(65,223,233,.55)}
.post.vf-premium-classic .post_number a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:27px;padding:4px 8px;border:1px solid rgba(67,218,235,.22);border-radius:8px;background:rgba(3,23,32,.55);color:#8eeff5!important;font-size:12px;font-weight:850}
.post.vf-premium-classic .vf-classic-post{grid-template-columns:245px minmax(0,1fr)!important}
.post.vf-premium-classic .post_author{padding:21px 18px!important}
.post.vf-premium-classic .post_content{position:relative;padding:26px 28px 22px!important}
.post.vf-premium-classic .post_body{min-height:190px!important;color:#dcecf0!important;font-size:15px!important;line-height:1.78!important;overflow-wrap:anywhere}
.post.vf-premium-classic .post_body>p:first-child{margin-top:0}
.post.vf-premium-classic .post_body img{height:auto;max-width:100%;border-radius:12px}
.post.vf-premium-classic .signature{position:relative;margin-top:28px!important;padding:20px 0 0 22px!important;border-top:1px solid rgba(72,211,229,.14)!important;color:#9ebbc3!important;font-size:12px}
.post.vf-premium-classic .signature:before{content:"Handtekening";position:absolute;top:-9px;left:0;padding:1px 9px;border:1px solid rgba(61,203,220,.18);border-radius:999px;background:#041b25;color:#62dfe8;font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}

/* Quotes and code */
.post_body blockquote,.post_body .quote_body{position:relative;margin:20px 0!important;padding:19px 20px 18px 54px!important;border:1px solid rgba(67,215,231,.23)!important;border-left:4px solid #38dce9!important;border-radius:13px!important;background:linear-gradient(135deg,rgba(8,50,65,.82),rgba(3,28,39,.9))!important;color:#d8eaee!important;box-shadow:inset 0 1px rgba(255,255,255,.025)!important}
.post_body blockquote:before,.post_body .quote_body:before{content:"“";position:absolute;left:17px;top:8px;color:#4de3ec;font:900 42px/1 Georgia,serif;opacity:.75}
.post_body .quote_header{margin:18px 0 -10px!important;padding:8px 12px!important;border:1px solid rgba(67,215,231,.19)!important;border-bottom:0!important;border-radius:10px 10px 0 0!important;background:rgba(7,48,61,.8)!important;color:#72e5ec!important;font-size:12px!important;font-weight:850!important}
.post_body pre,.post_body .codeblock{position:relative;margin:20px 0!important;padding:43px 18px 17px!important;overflow:auto;border:1px solid rgba(66,203,221,.25)!important;border-radius:13px!important;background:#020e15!important;color:#d6edf2!important;font:13px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace!important;tab-size:4}
.post_body pre:before,.post_body .codeblock:before{content:"CODE";position:absolute;top:0;left:0;right:0;height:31px;padding:7px 11px;border-bottom:1px solid rgba(66,203,221,.16);color:#66dfe8;font:800 10px/1.5 Inter,Arial,sans-serif;letter-spacing:.08em;background:rgba(9,46,59,.72)}
.vf-code-copy{position:absolute;z-index:2;top:5px;right:7px;min-height:22px;padding:3px 8px;border:1px solid rgba(79,221,233,.24);border-radius:6px;background:rgba(3,22,30,.88);color:#bcecf0;font-size:10px;font-weight:800;cursor:pointer}
.vf-code-copy:hover{border-color:#45dfe9;color:#fff}

/* Attachments */
.post_body .attachment,.post_content .attachment,.post_content .attachments,.post_content fieldset{border-color:rgba(60,205,222,.2)!important;border-radius:12px!important;background:rgba(3,25,35,.65)!important}
.vf-attachment-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;padding:12px 14px;border:1px solid rgba(61,206,223,.2);border-radius:11px;background:linear-gradient(180deg,rgba(8,47,60,.7),rgba(3,28,38,.78))}
.vf-attachment-card:before{content:"📎";display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:9px;background:rgba(48,199,216,.11)}
.vf-attachment-card a{font-weight:800}

/* Polls */
.vf-showthread form[action*="polls.php"],.vf-showthread .polls{margin:0 0 20px;padding:18px;border:1px solid rgba(63,210,229,.22);border-radius:16px;background:linear-gradient(180deg,rgba(7,38,51,.94),rgba(3,24,34,.96));box-shadow:0 12px 30px rgba(0,0,0,.2)}
.vf-showthread form[action*="polls.php"] table,.vf-showthread .polls table{width:100%;border-collapse:separate;border-spacing:0 8px;background:transparent!important}
.vf-showthread form[action*="polls.php"] td,.vf-showthread .polls td{border:0!important;background:rgba(5,34,45,.52)!important;padding:10px!important}
.vf-showthread .pollbar{min-height:12px;border-radius:999px;background:linear-gradient(90deg,#16a8ba,#4be2ea)!important;box-shadow:0 0 12px rgba(52,211,226,.2)}

/* Post actions */
.post.vf-premium-classic>.post_controls{padding:11px 14px!important;background:rgba(2,17,24,.96)!important}
.post.vf-premium-classic .postbit_buttons>a,.post.vf-premium-classic .postbit_buttons>span>a{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:34px!important;padding:7px 10px!important;border:1px solid rgba(57,190,209,.2)!important;border-radius:8px!important;background:linear-gradient(180deg,rgba(9,54,68,.7),rgba(4,32,43,.75))!important;color:#cfe7ec!important;font-size:11px!important;font-weight:800!important;transition:border-color .18s ease,transform .18s ease,background .18s ease!important}
.post.vf-premium-classic .postbit_buttons>a:hover,.post.vf-premium-classic .postbit_buttons>span>a:hover{border-color:#43dce7!important;background:rgba(12,78,92,.82)!important;color:#fff!important;transform:translateY(-1px)}
.post.vf-premium-classic .postbit_buttons img{opacity:.9}

/* Quick reply */
.vf-showthread form[action*="newreply.php"]{margin-top:20px}
.vf-showthread form[action*="newreply.php"] table{overflow:hidden;border:1px solid rgba(63,210,229,.21)!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(7,38,51,.94),rgba(3,24,34,.97))!important;box-shadow:0 14px 34px rgba(0,0,0,.22)!important}
.vf-showthread form[action*="newreply.php"] td{border-color:rgba(63,210,229,.11)!important;background:transparent!important}
.vf-showthread textarea{min-height:180px!important;padding:15px!important;border:1px solid rgba(70,208,224,.25)!important;border-radius:11px!important;background:#031822!important;color:#e0f2f5!important;font:14px/1.65 Inter,Arial,sans-serif!important;box-shadow:inset 0 2px 12px rgba(0,0,0,.2)!important}
.vf-showthread textarea:focus{outline:0!important;border-color:#42dce7!important;box-shadow:0 0 0 3px rgba(55,211,226,.1)!important}
.vf-showthread input.button,.vf-showthread button,.vf-showthread input[type="submit"]{border-radius:8px!important}

.vf-thread-pagination{margin:16px 0!important}
.vf-back-to-top{position:fixed;z-index:50;right:20px;bottom:20px;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(68,218,232,.32);border-radius:12px;background:rgba(3,29,39,.9);color:#e5fbfd;box-shadow:0 10px 28px rgba(0,0,0,.3);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s}
.vf-back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}

@media(max-width:900px){.vf-thread-summary{align-items:flex-start;flex-direction:column}.vf-thread-summary-actions{width:100%}.vf-showthread .vf-rc17-thread-heading{grid-template-columns:1fr!important}.vf-showthread .vf-rc17-thread-actions{justify-content:flex-start!important}}
@media(max-width:720px){.post.vf-premium-classic .vf-classic-post{grid-template-columns:1fr!important}.post.vf-premium-classic .post_content{padding:20px 16px 18px!important}.post.vf-premium-classic .post_body{min-height:0!important;font-size:14px!important;line-height:1.7!important}.post.vf-premium-classic>.post_controls{align-items:stretch!important}.post.vf-premium-classic .postbit_buttons{width:100%!important}.post.vf-premium-classic .postbit_buttons>a,.post.vf-premium-classic .postbit_buttons>span{flex:1 1 auto}.post.vf-premium-classic .postbit_buttons>span>a{width:100%;justify-content:center}.vf-thread-summary-main{display:grid;grid-template-columns:1fr 1fr;width:100%}.vf-topic-chip{min-width:0}.vf-thread-summary-actions .vf-topic-action{flex:1;justify-content:center}.vf-showthread .vf-rc17-thread-heading>section{padding:18px!important;border-radius:18px!important}.vf-showthread .vf-rc17-thread-heading h1{font-size:24px!important}.post_body blockquote,.post_body .quote_body{padding-left:44px!important}}
@media(max-width:450px){.vf-thread-summary-main{grid-template-columns:1fr}.post.vf-premium-classic .post_author{grid-template-columns:68px minmax(0,1fr)!important}.post.vf-premium-classic .author_avatar img{width:62px!important;height:62px!important}.vf-back-to-top{right:12px;bottom:12px}}
@media(prefers-reduced-motion:reduce){.vf-back-to-top,.post.vf-premium-classic .postbit_buttons a{transition:none!important}}


/* =========================================================
   RC30 — Profiles & Member Experience
   ========================================================= */
.vf-member-profile{--vf-profile-accent:#44dfe9;--vf-profile-panel:rgba(5,31,42,.94);--vf-profile-line:rgba(64,210,226,.2);display:grid;gap:18px}
.vf-profile-hero{position:relative;overflow:hidden;min-height:310px;border:1px solid var(--vf-profile-line);border-radius:22px;background:radial-gradient(circle at 78% 15%,rgba(61,225,235,.23),transparent 28%),radial-gradient(circle at 15% 88%,rgba(47,154,180,.19),transparent 31%),linear-gradient(145deg,#082f40,#031720 68%,#061f2a);box-shadow:0 24px 56px rgba(0,0,0,.34)}
.vf-profile-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 35%),repeating-linear-gradient(110deg,transparent 0 74px,rgba(112,235,244,.025) 75px 76px);pointer-events:none}
.vf-profile-cover-art{position:absolute;inset:0;opacity:.85;pointer-events:none}
.vf-profile-cover-art:before,.vf-profile-cover-art:after{content:"";position:absolute;border:1px solid rgba(123,238,246,.22);border-radius:50%;box-shadow:inset 0 0 12px rgba(88,219,232,.09)}
.vf-profile-cover-art:before{right:8%;top:18%;width:76px;height:76px}.vf-profile-cover-art:after{right:19%;top:9%;width:24px;height:24px}
.vf-profile-hero-inner{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;min-height:310px;padding:34px}
.vf-profile-identity{display:flex;align-items:flex-end;gap:22px;min-width:0}
.vf-profile-avatar{position:relative;display:grid;place-items:center;flex:0 0 132px;width:132px;height:132px;border:4px solid rgba(4,24,33,.88);border-radius:28px;background:linear-gradient(145deg,rgba(41,193,209,.28),rgba(4,30,40,.94));box-shadow:0 18px 38px rgba(0,0,0,.38),0 0 0 1px rgba(87,226,237,.38)}
.vf-profile-avatar img{display:block!important;width:116px!important;height:116px!important;max-width:none!important;border-radius:22px!important;object-fit:cover!important}
.vf-profile-avatar .vf-profile-status{position:absolute;right:-3px;bottom:-3px;display:grid;place-items:center;min-width:32px;height:32px;padding:0 8px;border:4px solid #04202b;border-radius:999px;background:#0e786f;color:#eaffff;font-size:9px;font-weight:900;text-transform:uppercase}
.vf-profile-copy{min-width:0;padding-bottom:6px}.vf-profile-eyebrow{display:block;margin-bottom:7px;color:#73e7ee;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.vf-profile-name{margin:0;color:#f2fcff;font-size:clamp(28px,4vw,44px);font-weight:900;line-height:1.05;overflow-wrap:anywhere}.vf-profile-title{margin:9px 0 0;color:#a9cad2;font-size:14px}.vf-profile-group{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:6px 10px;border:1px solid rgba(75,222,234,.25);border-radius:999px;background:rgba(21,104,121,.38);color:#dffcff;font-size:11px;font-weight:850}
.vf-profile-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.vf-profile-action{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:8px 14px;border:1px solid rgba(70,219,232,.28);border-radius:10px;background:linear-gradient(180deg,rgba(13,86,101,.82),rgba(5,45,58,.88));color:#ecfeff!important;font-size:12px;font-weight:850}.vf-profile-action:hover{border-color:#4ce1eb;background:rgba(22,115,130,.86)}.vf-profile-action.is-primary{border-color:rgba(91,232,240,.46);background:linear-gradient(180deg,#20bdcb,#0b7488);box-shadow:0 8px 20px rgba(10,147,165,.2)}
.vf-profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.vf-profile-stat{position:relative;overflow:hidden;min-height:108px;padding:17px;border:1px solid var(--vf-profile-line);border-radius:15px;background:linear-gradient(180deg,rgba(8,46,59,.9),rgba(3,27,37,.96));box-shadow:0 12px 26px rgba(0,0,0,.18)}.vf-profile-stat:after{content:"";position:absolute;right:-18px;bottom:-29px;width:74px;height:74px;border:1px solid rgba(73,217,230,.09);border-radius:50%}.vf-profile-stat-label{display:block;color:#78a1aa;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.vf-profile-stat-value{display:block;margin-top:8px;color:#eefcff;font-size:25px;font-weight:950;line-height:1}.vf-profile-stat-note{display:block;margin-top:8px;color:#6fdde5;font-size:10px}
.vf-profile-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr);gap:18px}.vf-profile-column{display:grid;align-content:start;gap:18px}.vf-profile-card{overflow:hidden;border:1px solid var(--vf-profile-line);border-radius:17px;background:linear-gradient(180deg,rgba(7,39,51,.94),rgba(3,25,34,.97));box-shadow:0 15px 34px rgba(0,0,0,.2)}.vf-profile-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;border-bottom:1px solid rgba(64,210,226,.12);background:rgba(8,48,61,.48)}.vf-profile-card-head h2{margin:0;color:#e8fbfd;font-size:14px}.vf-profile-card-head span{color:#65dce5;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.vf-profile-card-body{padding:17px;color:#bed6dc}.vf-profile-card-body>.tborder,.vf-profile-card-body table{width:100%!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.vf-profile-card-body td,.vf-profile-card-body th{padding:9px 8px!important;border-color:rgba(62,188,204,.1)!important;background:transparent!important;color:#bcd4da!important}.vf-profile-card-body strong{color:#eafcff}.vf-profile-card-body fieldset{margin:0!important;padding:0!important;border:0!important}.vf-profile-card-body legend{display:none!important}
.vf-profile-about{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vf-profile-detail{padding:11px 12px;border:1px solid rgba(63,197,213,.14);border-radius:10px;background:rgba(4,28,38,.52)}.vf-profile-detail small{display:block;margin-bottom:4px;color:#658d97;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vf-profile-detail strong{display:block;overflow-wrap:anywhere}
.vf-profile-timeline{display:grid;gap:10px}.vf-profile-timeline-item{position:relative;padding:12px 13px 12px 42px;border:1px solid rgba(61,194,210,.13);border-radius:11px;background:rgba(4,29,39,.5)}.vf-profile-timeline-item:before{content:"";position:absolute;left:15px;top:16px;width:10px;height:10px;border:2px solid #45dce6;border-radius:50%;background:#052b38;box-shadow:0 0 0 5px rgba(57,211,225,.08)}.vf-profile-timeline-item strong{display:block}.vf-profile-timeline-item span{display:block;margin-top:4px;color:#789da6;font-size:10px}
.vf-profile-showcase{position:relative;min-height:190px;overflow:hidden;border:1px dashed rgba(67,215,229,.27);border-radius:13px;background:radial-gradient(circle at 75% 20%,rgba(73,219,229,.12),transparent 28%),linear-gradient(150deg,rgba(9,53,68,.76),rgba(3,27,37,.9));display:flex;align-items:flex-end;padding:18px}.vf-profile-showcase:before{content:"🐠";position:absolute;right:22px;top:25px;font-size:54px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.35));opacity:.65}.vf-profile-showcase strong{display:block;color:#eaffff;font-size:15px}.vf-profile-showcase span{display:block;max-width:430px;margin-top:5px;color:#8fb1b9;font-size:11px}
.vf-profile-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vf-profile-badge{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid rgba(63,203,218,.15);border-radius:11px;background:rgba(5,33,44,.62)}.vf-profile-badge-icon{display:grid;place-items:center;flex:0 0 37px;width:37px;height:37px;border-radius:10px;background:linear-gradient(145deg,rgba(43,193,209,.24),rgba(5,44,56,.86));font-size:19px}.vf-profile-badge strong{display:block;font-size:11px}.vf-profile-badge small{display:block;margin-top:2px;color:#7197a0;font-size:8px}
.vf-profile-placeholder{padding:13px;border:1px dashed rgba(64,210,226,.2);border-radius:11px;background:rgba(3,25,34,.42);color:#769aa3;font-size:10px}.vf-profile-placeholder strong{display:block;margin-bottom:3px;color:#93e8ed;font-size:11px}
.vf-profile-signature img{max-width:100%;height:auto}.vf-profile-contact a{overflow-wrap:anywhere}
.memberlist.vf-memberlist,.vf-member-list{border-radius:16px!important;overflow:hidden!important}.memberlist td,.memberlist th{border-color:rgba(60,195,211,.12)!important}.memberlist tr:hover td{background:rgba(48,184,200,.06)!important}
@media(max-width:980px){.vf-profile-hero-inner{align-items:flex-start;flex-direction:column;justify-content:flex-end}.vf-profile-actions{justify-content:flex-start}.vf-profile-grid{grid-template-columns:1fr}.vf-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.vf-profile-hero{min-height:360px}.vf-profile-hero-inner{min-height:360px;padding:22px}.vf-profile-identity{align-items:center;flex-direction:column;width:100%;text-align:center}.vf-profile-avatar{flex-basis:112px;width:112px;height:112px;border-radius:24px}.vf-profile-avatar img{width:96px!important;height:96px!important;border-radius:18px!important}.vf-profile-copy{width:100%}.vf-profile-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.vf-profile-stats{gap:9px}.vf-profile-stat{min-height:94px;padding:14px}.vf-profile-stat-value{font-size:21px}.vf-profile-about,.vf-profile-badges{grid-template-columns:1fr}.vf-profile-card-body{padding:14px}}
@media(max-width:390px){.vf-profile-actions{grid-template-columns:1fr}.vf-profile-stats{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.vf-profile-action{transition:none!important}}


/* v3.0 Final RC1 — Premium Layout Refinement (cache-safe fallback lives inline too) */


/* v3.0 Final RC1 cache-proof header refinement */
#header.vf-hero{min-height:232px!important;padding:0 0 14px!important}
.vf-brand-block{width:min(680px,86vw)!important;min-height:154px!important;margin:0 auto 4px!important;padding:8px 68px 2px!important}
.vf-brand-block .vf-logo{width:min(500px,68vw)!important;height:126px!important}
.vf-brand-tagline{margin-top:-10px!important;font-size:10px!important;letter-spacing:.14em!important}
.vf-brand-glow{width:460px!important;height:110px!important}
.vf31-nav{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:min(1320px,calc(100% - 34px))!important;min-height:62px!important;padding:8px 12px!important;margin:0 auto!important;border:1px solid rgba(74,216,232,.23)!important;border-radius:18px!important;background:rgba(3,24,34,.86)!important}
.vf31-nav .vf-nav-links{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:3px!important;min-width:0!important}
.vf31-nav .vf-nav-links>a{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:8px 10px!important;border-radius:10px!important;white-space:nowrap!important}
.vf31-nav .vf-nav-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;margin-left:auto!important;white-space:nowrap!important}
.vf31-member-tools{display:flex!important;align-items:center!important;gap:7px!important}
.vf31-icon-button{display:inline-grid!important;place-items:center!important;flex:0 0 40px!important;width:40px!important;height:40px!important;padding:0!important;border:1px solid rgba(76,211,229,.24)!important;border-radius:12px!important;background:rgba(5,38,51,.8)!important;color:#c9f4f7!important;text-decoration:none!important;font-size:18px!important}
.vf31-account{position:relative!important}
.vf31-account-toggle{display:flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;max-width:190px!important;padding:4px 10px 4px 5px!important;border:1px solid rgba(77,211,228,.25)!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(8,61,77,.9),rgba(4,34,45,.92))!important;color:#eaffff!important}
.vf31-account-avatar{display:grid!important;place-items:center!important;flex:0 0 32px!important;width:32px!important;height:32px!important;overflow:hidden!important;border-radius:10px!important;background:linear-gradient(135deg,#35d5e7,#157c9a)!important;color:transparent!important;font-size:0!important}
.vf31-account-avatar:after{content:'●'!important;color:#062630!important;font-size:17px!important}
.vf31-account-name{display:block!important;max-width:105px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:850!important}
.vf31-account-menu{position:absolute!important;right:0!important;top:calc(100% + 10px)!important;z-index:9000!important;width:250px!important}
@media(max-width:980px){
 #header.vf-hero{min-height:0!important}
 .vf31-nav{align-items:stretch!important;flex-direction:column!important;width:min(760px,calc(100% - 24px))!important}
 .vf31-nav .vf-nav-links{justify-content:center!important}
 .vf31-nav .vf-nav-actions{justify-content:center!important;margin-left:0!important}
}
@media(max-width:760px){
 .vf-brand-block{min-height:128px!important;padding:4px 44px 0!important}
 .vf-brand-block .vf-logo{height:104px!important}
 .vf-brand-tagline{font-size:8px!important}
 .vf31-nav{display:none!important}
 .vf31-nav.is-open{display:flex!important}
 .vf31-nav .vf-nav-links{flex-direction:column!important;align-items:stretch!important}
 .vf31-nav .vf-nav-links>a{justify-content:center!important;width:100%!important;box-sizing:border-box!important}
 .vf31-account-name{display:block!important}
}



/* v3.0 Final RC1 cache-proof homepage refinement */
.vf-index-hero{min-height:240px!important;padding:30px 36px!important;border-radius:22px!important}
.vf-index-hero h1{max-width:690px!important;font-size:clamp(30px,3.6vw,48px)!important;line-height:1.05!important}
.vf-index-lead{margin-top:13px!important;font-size:14px!important;line-height:1.65!important}
.vf-index-hero-actions{margin-top:20px!important}
.vf-index-hero-scene{width:230px!important;height:165px!important}
.vf-index-hero-fish{left:42px!important;top:45px!important;width:145px!important;height:90px!important}
.vf-index-breadcrumb{min-height:42px!important;margin:14px 0!important;padding:0 15px!important;border-radius:13px!important;font-size:12px!important}
.vf-index-quicknav{margin-bottom:20px!important}
.vf31-platform{display:block!important;box-sizing:border-box!important;margin:20px 0 28px!important;padding:22px!important;border:1px solid rgba(59,205,224,.19)!important;border-radius:20px!important;background:linear-gradient(135deg,rgba(8,42,55,.91),rgba(3,25,35,.97))!important}
.vf31-platform-heading{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:16px!important}
.vf31-platform-heading h2{margin:4px 0 0!important;color:#eaffff!important;font-size:25px!important}
.vf31-platform-heading p{margin:0!important;color:#8fb9c1!important}
.vf31-platform-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:100%!important}
.vf31-platform-grid>a{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:12px!important;align-items:center!important;min-width:0!important;padding:15px!important;border:1px solid rgba(69,202,220,.17)!important;border-radius:15px!important;background:rgba(255,255,255,.03)!important;color:#dffaff!important;text-align:left!important;text-decoration:none!important;box-sizing:border-box!important}
.vf31-platform-grid>a>span{grid-row:1 / 3!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;margin:0!important;border-radius:13px!important;background:rgba(44,205,224,.12)!important;color:#51dce9!important;font-size:21px!important}
.vf31-platform-grid>a>strong{display:block!important;min-width:0!important;color:#eaffff!important;font-size:14px!important;line-height:1.25!important}
.vf31-platform-grid>a>small{display:block!important;min-width:0!important;margin:3px 0 0!important;color:#83aeb7!important;font-size:10px!important;line-height:1.35!important;overflow-wrap:anywhere!important}
.vf31-platform-grid>a:hover{transform:translateY(-2px)!important;border-color:rgba(70,220,238,.45)!important;background:rgba(35,180,201,.1)!important}
.vf-index-section-intro{margin-bottom:12px!important}
.vf-index-section-intro h2{font-size:26px!important}
.vf-tank{margin-bottom:20px!important}
.vf-column-heads{opacity:.72!important}
.vf-index-layout .vf-forum-row{grid-template-columns:58px minmax(0,1fr) 76px 76px minmax(190px,255px)!important;min-height:92px!important;padding:16px 18px!important}
.vf-index-layout .vf-forum-title a{font-size:16px!important}
.vf-index-layout .vf-forum-desc{max-width:760px!important;font-size:11px!important;line-height:1.55!important}
.vf-sidebar{gap:15px!important}
.vf-welcome-avatar{width:58px!important;height:58px!important}
.vf-welcome-avatar img{width:45px!important;height:45px!important}
@media(max-width:1050px){
 .vf31-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .vf-index-layout .vf-forum-row{grid-template-columns:54px minmax(0,1fr) 70px 70px minmax(170px,220px)!important}
}
@media(max-width:820px){
 .vf-index-hero{grid-template-columns:1fr!important;min-height:0!important;padding:28px 24px!important}
 .vf31-platform-heading{display:block!important}
 .vf31-platform-heading p{margin-top:7px!important}
 .vf-index-layout .vf-forum-row{grid-template-columns:48px minmax(0,1fr)!important}
 .vf-index-layout .vf-forum-row>.vf-count,.vf-index-layout .vf-forum-row>.vf-lastpost{display:none!important}
}
@media(max-width:580px){
 .vf31-platform{padding:16px 13px!important}
 .vf31-platform-grid{grid-template-columns:1fr!important}
 .vf31-platform-grid>a{grid-template-columns:42px minmax(0,1fr)!important;padding:13px!important}
 .vf31-platform-grid>a>span{width:40px!important;height:40px!important}
 .vf-index-hero h1{font-size:31px!important}
}




/* v3.0 Final RC1 — header toolbar, skip-link and calendar repair */
.vf-skip-link{
 position:fixed!important;
 left:16px!important;
 top:12px!important;
 z-index:100000!important;
 width:auto!important;
 height:auto!important;
 padding:11px 16px!important;
 margin:0!important;
 overflow:visible!important;
 clip:auto!important;
 clip-path:none!important;
 border-radius:10px!important;
 background:#e9ffff!important;
 color:#03202c!important;
 font-weight:850!important;
 white-space:nowrap!important;
 transform:translateY(-180%)!important;
 transition:transform .2s ease!important;
}
.vf-skip-link:focus,.vf-skip-link:focus-visible{transform:translateY(0)!important}
.vf31-sr{
 position:absolute!important;
 width:1px!important;
 height:1px!important;
 padding:0!important;
 margin:-1px!important;
 overflow:hidden!important;
 clip:rect(0,0,0,0)!important;
 clip-path:inset(50%)!important;
 white-space:nowrap!important;
 border:0!important;
}
.vf31-nav .vf-nav-actions{
 display:flex!important;
 flex:0 0 auto!important;
 flex-flow:row nowrap!important;
 align-items:center!important;
 justify-content:flex-end!important;
 gap:7px!important;
 margin-left:auto!important;
 min-width:max-content!important;
 white-space:nowrap!important;
}
.vf31-member-tools{
 display:flex!important;
 flex-flow:row nowrap!important;
 align-items:center!important;
 justify-content:flex-end!important;
 gap:7px!important;
 min-width:max-content!important;
}
.vf31-nav .vf-nav-actions>* , .vf31-member-tools>*{flex:0 0 auto!important}
.vf31-icon-button{position:relative!important;line-height:1!important}
.vf31-calendar-link .vf31-calendar-icon{display:inline-grid!important;place-items:center!important;width:18px!important;height:18px!important;font-size:15px!important;line-height:1!important}
@media(max-width:980px){
 .vf31-nav .vf-nav-actions{margin-left:0!important;align-self:center!important}
}
@media(max-width:520px){
 .vf31-nav .vf-nav-actions,.vf31-member-tools{flex-wrap:wrap!important;min-width:0!important}
}


/* v3.0 Final RC1 — larger readable brand logo */
#header.vf-hero{min-height:278px!important;}
.vf-brand-block{width:min(820px,92vw)!important;min-height:198px!important;margin:0 auto 4px!important;padding:4px 54px 0!important;}
.vf-brand-block .vf-logo{width:min(690px,82vw)!important;height:190px!important;margin:0 auto!important;object-fit:contain!important;}
.vf-brand-glow{width:610px!important;height:150px!important;}
@media(max-width:980px){
 #header.vf-hero{min-height:250px!important;}
 .vf-brand-block{min-height:178px!important;}
 .vf-brand-block .vf-logo{width:min(620px,84vw)!important;height:168px!important;}
}
@media(max-width:760px){
 #header.vf-hero{min-height:0!important;}
 .vf-brand-block{min-height:146px!important;padding:2px 34px 0!important;}
 .vf-brand-block .vf-logo{width:min(540px,88vw)!important;height:138px!important;}
}


/* ==========================================================
   ABYSS REEF v3.0 FINAL — DESIGN SYSTEM FOUNDATION
   ========================================================== */

:root {
    --vf-bg-primary: #020d1f;
    --vf-bg-secondary: #04182f;
    --vf-bg-elevated: rgba(4, 24, 47, .92);
    --vf-surface: rgba(8, 35, 67, .82);
    --vf-surface-strong: rgba(7, 31, 60, .96);
    --vf-card: rgba(7, 37, 72, .78);
    --vf-card-hover: rgba(10, 48, 92, .92);
    --vf-border: rgba(39, 183, 255, .34);
    --vf-border-strong: rgba(44, 204, 255, .62);
    --vf-accent: #25d4ff;
    --vf-accent-soft: rgba(37, 212, 255, .16);
    --vf-accent-2: #31ff8b;
    --vf-text: #f5fbff;
    --vf-text-muted: #a8c7dc;
    --vf-success: #45db7d;
    --vf-warning: #ffc857;
    --vf-danger: #ff667a;
    --vf-radius-sm: 10px;
    --vf-radius-md: 15px;
    --vf-radius-lg: 22px;
    --vf-shadow-sm: 0 8px 24px rgba(0, 0, 0, .2);
    --vf-shadow-lg: 0 22px 70px rgba(0, 0, 0, .38);
    --vf-shell: min(1480px, calc(100% - 48px));
    --vf-gap: 18px;
    --vf-transition: 180ms ease;
}

/* Shared shell */
.vf-shell {
    width: var(--vf-shell);
    margin-inline: auto;
}

/* Shared surface */
.vf-surface,
.vf-card {
    border: 1px solid var(--vf-border);
    background:
        linear-gradient(135deg, rgba(22, 94, 154, .14), transparent 55%),
        var(--vf-card);
    border-radius: var(--vf-radius-md);
    box-shadow: var(--vf-shadow-sm);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vf-card {
    transition: transform var(--vf-transition),
                border-color var(--vf-transition),
                background var(--vf-transition);
}

.vf-card:hover {
    transform: translateY(-2px);
    border-color: var(--vf-border-strong);
    background:
        linear-gradient(135deg, rgba(37, 212, 255, .18), transparent 58%),
        var(--vf-card-hover);
}

/* Buttons */
.vf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform var(--vf-transition),
                box-shadow var(--vf-transition),
                border-color var(--vf-transition),
                background var(--vf-transition);
}

.vf-btn:hover {
    transform: translateY(-1px);
}

.vf-btn--primary {
    color: #00121d !important;
    background: linear-gradient(135deg, #49e5ff, #11bff0);
    box-shadow: 0 12px 28px rgba(20, 198, 242, .24);
}

.vf-btn--secondary {
    color: var(--vf-text) !important;
    background: rgba(6, 31, 59, .82);
    border-color: var(--vf-border);
}

/* ==========================================================
   GLOBAL HEADER
   ========================================================== */

#header.vf-platform-header {
    position: relative;
    z-index: 60;
    width: var(--vf-shell);
    margin: 18px auto 16px;
    border: 1px solid var(--vf-border);
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% -20%, rgba(35, 204, 255, .23), transparent 40%),
        rgba(2, 16, 36, .92);
    box-shadow: var(--vf-shadow-lg);
    overflow: visible;
}

.vf-header-row {
    min-height: 96px;
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 12px 18px;
}

.vf-header-brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.vf-header-brand img {
    display: block;
    width: min(225px, 100%);
    max-height: 82px;
    object-fit: contain;
    object-position: left center;
}

.vf-main-nav {
    min-width: 0;
    display: flex;
    align-items: stretch;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
}

.vf-main-nav::-webkit-scrollbar {
    display: none;
}

.vf-main-nav a {
    flex: 0 0 auto;
    min-height: 66px;
    padding: 9px 14px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--vf-text);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    transition: background var(--vf-transition),
                color var(--vf-transition),
                transform var(--vf-transition);
}

.vf-main-nav a:hover,
.vf-main-nav a:focus-visible {
    color: #fff;
    background: rgba(31, 184, 242, .14);
    transform: translateY(-1px);
}

.vf-main-nav .vf-nav-icon {
    font-size: 20px;
    line-height: 1;
    color: var(--vf-accent);
}

.vf-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    white-space: nowrap;
}

.vf-icon-button {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vf-border);
    border-radius: 50%;
    color: var(--vf-text);
    background: rgba(5, 28, 55, .82);
    text-decoration: none !important;
    transition: border-color var(--vf-transition),
                background var(--vf-transition),
                transform var(--vf-transition);
}

.vf-icon-button:hover,
.vf-icon-button:focus-visible {
    border-color: var(--vf-border-strong);
    background: rgba(18, 86, 139, .78);
    transform: translateY(-1px);
}

.vf-account {
    position: relative;
}

.vf-account-trigger {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 12px 5px 6px;
    border: 1px solid var(--vf-border);
    border-radius: 999px;
    background: rgba(5, 28, 55, .88);
    color: var(--vf-text);
    font-weight: 800;
    cursor: pointer;
}

.vf-account-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001824;
    background: radial-gradient(circle at 35% 25%, #6cf3ff, #0086c6);
    box-shadow: 0 0 0 2px rgba(58, 221, 255, .28);
}

.vf-account-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 250px;
    padding: 10px;
    border: 1px solid var(--vf-border);
    border-radius: 15px;
    background: rgba(3, 20, 42, .98);
    box-shadow: var(--vf-shadow-lg);
}

.vf-account:hover .vf-account-menu,
.vf-account:focus-within .vf-account-menu {
    display: block;
}

.vf-account-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 8px 10px;
    color: var(--vf-text);
    border-radius: 9px;
    text-decoration: none;
}

.vf-account-menu a:hover {
    background: rgba(37, 212, 255, .12);
}

.vf-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.vf-skip-link {
    position: fixed;
    left: 14px;
    top: 14px;
    z-index: 9999;
    transform: translateY(-180%);
    padding: 10px 14px;
    color: #00121d;
    background: var(--vf-accent);
    border-radius: 10px;
    font-weight: 800;
}

.vf-skip-link:focus {
    transform: translateY(0);
}

/* ==========================================================
   HOMEPAGE FOUNDATION
   ========================================================== */

.vf-home-quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.vf-home-quick-card {
    min-height: 82px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
}

.vf-home-quick-card strong,
.vf-platform-card strong {
    display: block;
    color: var(--vf-text);
    font-size: 15px;
}

.vf-home-quick-card small,
.vf-platform-card small {
    display: block;
    color: var(--vf-text-muted);
    line-height: 1.35;
}

.vf-home-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--vf-accent);
    background: rgba(31, 171, 230, .12);
    border: 1px solid rgba(39, 183, 255, .22);
    font-size: 20px;
}

.vf-platform-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.vf-platform-card {
    min-height: 84px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 12px;
}

/* ==========================================================
   FOOTER
   ========================================================== */

#footer.vf-final-footer {
    margin-top: 38px;
    border-top: 1px solid var(--vf-border);
    background:
        radial-gradient(circle at 50% 0%, rgba(19, 132, 200, .24), transparent 45%),
        linear-gradient(180deg, rgba(4, 29, 58, .98), rgba(1, 13, 29, .99));
}

.vf-footer-shell {
    width: var(--vf-shell);
    margin-inline: auto;
    padding: 34px 0 22px;
}

.vf-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr 1fr;
    gap: 36px;
    align-items: start;
}

.vf-footer-grid h3 {
    margin: 0 0 16px;
    color: var(--vf-text);
    font-size: 16px;
}

.vf-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vf-footer-links a {
    color: var(--vf-text-muted);
    text-decoration: none;
}

.vf-footer-links a:hover {
    color: var(--vf-accent);
}

.vf-footer-brand {
    text-align: center;
}

.vf-footer-brand img {
    display: block;
    width: min(230px, 100%);
    max-height: 92px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.vf-footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 12px 0;
}

.vf-footer-social a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--vf-border);
    border-radius: 50%;
    color: var(--vf-accent);
    text-decoration: none;
}

.vf-footer-loop {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 14px;
    align-items: end;
}

.vf-footer-loop img {
    width: 86px !important;
    height: 70px !important;
    max-width: 86px !important;
    max-height: 70px !important;
    object-fit: contain !important;
}

.vf-footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(40, 176, 235, .16);
    color: var(--vf-text-muted);
    text-align: center;
    font-size: 13px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1180px) {
    .vf-header-row {
        grid-template-columns: 205px minmax(0, 1fr) auto;
    }

    .vf-main-nav a {
        padding-inline: 10px;
        font-size: 13px;
    }

    .vf-platform-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vf-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {
    :root {
        --vf-shell: min(100% - 24px, 1480px);
    }

    .vf-header-row {
        grid-template-columns: 1fr auto;
        min-height: auto;
    }

    .vf-header-brand {
        min-height: 74px;
    }

    .vf-main-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        border-top: 1px solid rgba(39, 183, 255, .14);
        padding-top: 8px;
    }

    .vf-header-actions {
        grid-column: 2;
        grid-row: 1;
    }

    .vf-main-nav a {
        min-height: 58px;
    }

    .vf-home-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .vf-header-row {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .vf-header-brand {
        flex: 1 1 100%;
        justify-content: center;
    }

    .vf-header-brand img {
        width: min(260px, 90%);
        object-position: center;
    }

    .vf-header-actions {
        width: 100%;
        justify-content: center;
    }

    .vf-main-nav {
        width: 100%;
        order: 3;
    }

    .vf-main-nav a {
        min-height: 54px;
        padding-inline: 11px;
    }

    .vf-home-quick-grid,
    .vf-platform-grid,
    .vf-footer-grid {
        grid-template-columns: 1fr;
    }

    .vf-footer-brand {
        order: -1;
    }

    .vf-footer-loop {
        justify-items: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}


/* ==========================================================
   ABYSS REEF v3.0 FINAL RC1 — LAYOUT STABILISATION
   ========================================================== */

/* Wider desktop platform shell and header. */
:root {
    --vf-shell: min(1700px, calc(100% - 22px)) !important;
}

#header.vf-platform-header {
    width: var(--vf-shell) !important;
    margin-top: 12px !important;
    margin-bottom: 14px !important;
}

#header.vf-platform-header .vf-header-row {
    grid-template-columns: 285px minmax(0, 1fr) auto !important;
    gap: 22px !important;
    min-height: 104px !important;
    padding: 10px 20px !important;
}

#header.vf-platform-header .vf-header-brand img {
    width: min(270px, 100%) !important;
    max-height: 90px !important;
}

#header.vf-platform-header .vf-main-nav {
    justify-content: center !important;
}

#header.vf-platform-header .vf-main-nav a {
    min-width: 78px !important;
    padding-inline: 12px !important;
}

#header.vf-platform-header .vf-header-actions {
    flex-wrap: nowrap !important;
    min-width: max-content !important;
}

/* Hard four-column footer: no legacy grid rules may override it. */
#footer.vf-final-footer--rc1 .vf-footer-shell {
    width: var(--vf-shell) !important;
    padding: 38px 22px 28px !important;
}

#footer.vf-final-footer--rc1 .vf-footer-grid--four {
    display: grid !important;
    grid-template-columns:
        minmax(180px, .85fr)
        minmax(190px, .95fr)
        minmax(300px, 1.35fr)
        minmax(250px, 1.05fr) !important;
    grid-template-rows: auto !important;
    align-items: start !important;
    gap: clamp(28px, 3.5vw, 70px) !important;
}

#footer.vf-final-footer--rc1 .vf-footer-column {
    display: block !important;
    min-width: 0 !important;
    text-align: left !important;
}

#footer.vf-final-footer--rc1 .vf-footer-brand {
    text-align: center !important;
}

#footer.vf-final-footer--rc1 .vf-footer-brand img {
    width: min(260px, 100%) !important;
    height: auto !important;
    max-height: 100px !important;
    margin-inline: auto !important;
    object-fit: contain !important;
}

#footer.vf-final-footer--rc1 .vf-footer-brand p {
    margin: 7px 0 0 !important;
    color: var(--vf-text-muted) !important;
    font-size: 12px !important;
}

#footer.vf-final-footer--rc1 .vf-footer-support-loop {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

#footer.vf-final-footer--rc1 .vf-footer-loop {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 88px !important;
    align-items: end !important;
    gap: 12px !important;
}

#footer.vf-final-footer--rc1 .vf-footer-loop img {
    width: 88px !important;
    height: 68px !important;
    max-width: 88px !important;
    max-height: 68px !important;
    object-fit: contain !important;
}

/* Profile status: remove the long raw status from the avatar. */
.vf-profile-avatar {
    position: relative !important;
}

.vf-profile-avatar-accent {
    position: absolute !important;
    right: 10px !important;
    bottom: 10px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background: #45db7d !important;
    border: 3px solid rgba(2, 18, 38, .96) !important;
    box-shadow: 0 0 0 3px rgba(69, 219, 125, .16) !important;
}

.vf-profile-detail--status {
    overflow: hidden !important;
}

.vf-profile-status-text {
    display: block !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    line-height: 1.45 !important;
}

.vf-profile-status-text a {
    color: var(--vf-accent) !important;
}

/* Tablet and mobile remain intentionally stacked. */
@media (max-width: 1240px) {
    #header.vf-platform-header .vf-header-row {
        grid-template-columns: 235px minmax(0, 1fr) auto !important;
    }

    #header.vf-platform-header .vf-header-brand img {
        width: min(225px, 100%) !important;
    }

    #header.vf-platform-header .vf-main-nav a {
        min-width: 0 !important;
        padding-inline: 8px !important;
        font-size: 12px !important;
    }

    #footer.vf-final-footer--rc1 .vf-footer-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 880px) {
    :root {
        --vf-shell: min(100% - 20px, 1700px) !important;
    }

    #header.vf-platform-header .vf-header-row {
        grid-template-columns: 1fr auto !important;
    }
}

@media (max-width: 680px) {
    #footer.vf-final-footer--rc1 .vf-footer-grid--four {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    #footer.vf-final-footer--rc1 .vf-footer-column,
    #footer.vf-final-footer--rc1 .vf-footer-brand {
        text-align: center !important;
    }

    #footer.vf-final-footer--rc1 .vf-footer-links {
        align-items: center !important;
    }

    #footer.vf-final-footer--rc1 .vf-footer-loop {
        grid-template-columns: 1fr !important;
        justify-items: center !important;
    }
}


/* =========================================================
   FINAL RC2 — spacing, compact thread rows, five-column footer
   ========================================================= */

/* Give the right-hand widgets breathing room from both content and page edge. */
.vf-index-layout{
  column-gap:32px!important;
}
.vf-index-layout > .vf-sidebar{
  margin-left:4px!important;
  margin-right:8px!important;
}
.vf-sidebar{
  gap:16px!important;
}

/* Compact forum thread rows, including rows that contain a thread icon/image. */
.vf-forumdisplay .tborder tr.inline_row>td,
.vf-forumdisplay .tborder tr[id^="thread-"]>td{
  padding-top:9px!important;
  padding-bottom:9px!important;
}
.vf-forumdisplay .tborder tr.inline_row>td:nth-child(1),
.vf-forumdisplay .tborder tr[id^="thread-"]>td:nth-child(1){
  width:46px!important;
}
.vf-forumdisplay .vf28-thread-icon{
  width:32px!important;
  height:32px!important;
  border-radius:10px!important;
}
.vf-forumdisplay .vf28-thread-icon img{
  max-width:20px!important;
  max-height:20px!important;
}
.vf-forumdisplay a[id^="tid_"],
.vf-forumdisplay .subject_new,
.vf-forumdisplay .subject_old{
  line-height:1.3!important;
}
.vf-forumdisplay .author,
.vf-forumdisplay .author a,
.vf-forumdisplay .smalltext{
  line-height:1.35!important;
}

/* Five independent footer columns on wide screens. */
#footer.vf-final-footer--rc2 .vf-footer-shell{
  width:min(1640px,calc(100% - 48px))!important;
  max-width:none!important;
}
#footer.vf-final-footer--rc2 .vf-footer-grid--five{
  display:grid!important;
  grid-template-columns:minmax(155px,.8fr) minmax(170px,.9fr) minmax(230px,1.15fr) minmax(175px,.9fr) minmax(210px,1fr)!important;
  gap:clamp(22px,2.6vw,48px)!important;
  align-items:start!important;
}
#footer.vf-final-footer--rc2 .vf-footer-column{
  min-width:0!important;
}
#footer.vf-final-footer--rc2 .vf-footer-loop{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 78px!important;
  align-items:center!important;
  gap:12px!important;
}
#footer.vf-final-footer--rc2 .vf-footer-loop img{
  width:78px!important;
  height:auto!important;
}

@media(max-width:1320px){
  #footer.vf-final-footer--rc2 .vf-footer-grid--five{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:1050px){
  .vf-index-layout{
    column-gap:24px!important;
  }
  .vf-index-layout > .vf-sidebar{
    margin-left:0!important;
    margin-right:0!important;
  }
}
@media(max-width:900px){
  #footer.vf-final-footer--rc2 .vf-footer-grid--five{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:820px){
  .vf-index-layout{
    row-gap:24px!important;
  }
}
@media(max-width:620px){
  #footer.vf-final-footer--rc2 .vf-footer-shell{
    width:calc(100% - 24px)!important;
  }
  #footer.vf-final-footer--rc2 .vf-footer-grid--five{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   AF FINAL — homepage alignment and spacing
   ========================================================= */

/* Keep the hero, breadcrumb and VFC platform on one shared visual axis. */
.vf-index-page .vf-index-hero,
.vf-index-page .vf-index-breadcrumb,
.vf-index-page .vf-index-quicknav,
.vf-index-page .vf31-platform,
.vf-index-page .vf-index-layout{
  width:calc(100% - 20px)!important;
  max-width:none!important;
  margin-left:10px!important;
  margin-right:10px!important;
  box-sizing:border-box!important;
}

/* Extra separation between the three highlighted homepage blocks. */
.vf-index-page .vf-index-hero{
  margin-top:18px!important;
  margin-bottom:16px!important;
  overflow:hidden!important;
}
.vf-index-page .vf-index-breadcrumb{
  margin-top:0!important;
  margin-bottom:14px!important;
}
.vf-index-page .vf-index-quicknav{
  margin-top:0!important;
  margin-bottom:18px!important;
}
.vf-index-page .vf31-platform{
  margin-top:0!important;
  margin-bottom:30px!important;
}

/* Keep the animated fish safely inside the hero at every desktop width. */
.vf-index-page .vf-index-hero-scene{
  justify-self:end!important;
  margin-right:10px!important;
  overflow:visible!important;
}
.vf-index-page .vf-index-hero-fish{
  max-width:145px!important;
  transform-origin:center!important;
  animation:vfAfFinalFish 5.8s ease-in-out infinite!important;
}
@keyframes vfAfFinalFish{
  0%,100%{transform:translate3d(0,0,0) rotate(-1deg)}
  50%{transform:translate3d(-14px,-5px,0) rotate(1deg)}
}

/* Make the breadcrumb and platform edges match the hero exactly. */
.vf-index-page .vf-index-breadcrumb,
.vf-index-page .vf31-platform{
  border-left-color:rgba(66,218,238,.3)!important;
  border-right-color:rgba(66,218,238,.3)!important;
}

/* Preserve clean spacing on smaller screens. */
@media(max-width:820px){
  .vf-index-page .vf-index-hero,
  .vf-index-page .vf-index-breadcrumb,
  .vf-index-page .vf-index-quicknav,
  .vf-index-page .vf31-platform,
  .vf-index-page .vf-index-layout{
    width:calc(100% - 14px)!important;
    margin-left:7px!important;
    margin-right:7px!important;
  }
  .vf-index-page .vf-index-hero-scene{
    margin:10px auto 0!important;
    justify-self:center!important;
  }
}
@media(max-width:580px){
  .vf-index-page .vf-index-hero,
  .vf-index-page .vf-index-breadcrumb,
  .vf-index-page .vf-index-quicknav,
  .vf-index-page .vf31-platform,
  .vf-index-page .vf-index-layout{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}


/* =========================================================
   AF FINAL GUEST FIX — logged-out header and CTA alignment
   ========================================================= */

/* Keep guest action labels perfectly centered inside buttons. */
.vf-index-page .vf-index-hero-actions a,
.vf-index-page .vf-index-hero-actions .button,
.vf-index-page a.vf-button,
.vf-index-page .button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  box-sizing:border-box!important;
}

/* Specifically normalize the 'Word gratis lid' button. */
.vf-index-page .vf-index-hero-actions a[href*="member.php?action=register"]{
  min-height:42px!important;
  padding:0 20px!important;
  vertical-align:middle!important;
}

/* Logged-out controls in the top-right header. */
.vf-guest-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
}
.vf-guest-actions a{
  min-height:42px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(78,218,255,.34)!important;
  border-radius:999px!important;
  color:#f4fbff!important;
  background:rgba(7,42,77,.72)!important;
  text-decoration:none!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.vf-guest-actions a.vf-guest-register{
  color:#062137!important;
  background:linear-gradient(135deg,#49e7ff,#20b9ff)!important;
  border-color:rgba(124,238,255,.9)!important;
}
.vf-guest-actions a:hover{
  transform:translateY(-1px);
}
@media(max-width:760px){
  .vf-guest-actions{
    gap:7px!important;
  }
  .vf-guest-actions a{
    min-height:38px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}


/* =========================================================
   AF FINAL HEADER FIX — true member/guest separation
   ========================================================= */
.vf-header-account{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  margin-left:auto!important;
}
.vf-header-iconbutton{
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(72,210,255,.32)!important;
  border-radius:999px!important;
  background:rgba(8,40,76,.66)!important;
  color:#effbff!important;
  text-decoration:none!important;
  line-height:1!important;
}
.vf-account-dropdown{
  position:relative!important;
}
.vf-account-dropdown>summary{
  list-style:none!important;
}
.vf-account-dropdown>summary::-webkit-details-marker{
  display:none!important;
}
.vf-account-trigger{
  min-height:44px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  border:1px solid rgba(103,232,255,.55)!important;
  border-radius:999px!important;
  color:#07223a!important;
  background:linear-gradient(135deg,#52eaff,#23bfff)!important;
  cursor:pointer!important;
  font-weight:800!important;
}
.vf-account-avatar{
  width:22px!important;
  height:22px!important;
  overflow:hidden!important;
  border-radius:50%!important;
  font-size:0!important;
  background:rgba(255,255,255,.28)!important;
}
.vf-account-menu{
  position:absolute!important;
  top:calc(100% + 10px)!important;
  right:0!important;
  z-index:1000!important;
  min-width:230px!important;
  padding:12px!important;
  display:grid!important;
  gap:4px!important;
  border:1px solid rgba(77,214,255,.32)!important;
  border-radius:16px!important;
  background:rgba(5,27,55,.97)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.35)!important;
}
.vf-account-menu a{
  padding:10px 12px!important;
  border-radius:10px!important;
  color:#f1fbff!important;
  text-decoration:none!important;
}
.vf-account-menu a:hover{
  background:rgba(55,199,255,.12)!important;
}
.vf-header-account--guest .vf-guest-login,
.vf-header-account--guest .vf-guest-register{
  min-height:42px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.vf-header-account--guest .vf-guest-login{
  border:1px solid rgba(72,210,255,.34)!important;
  color:#effbff!important;
  background:rgba(8,40,76,.66)!important;
}
.vf-header-account--guest .vf-guest-register{
  border:1px solid rgba(103,232,255,.7)!important;
  color:#07223a!important;
  background:linear-gradient(135deg,#52eaff,#23bfff)!important;
}
@media(max-width:860px){
  .vf-header-account{
    gap:7px!important;
  }
  .vf-header-account--guest .vf-guest-login,
  .vf-header-account--guest .vf-guest-register{
    min-height:38px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
  .vf-account-name{
    display:none!important;
  }
}


/* =========================================================
   AF FINAL HEADER FIX 2 — remove duplicate legacy toolbar
   ========================================================= */
.vf-header-shell > .vf-header-tools:not(:has(.vf-header-account)),
.vf-header-shell > .vf-account-toolbar:not(:has(.vf-header-account)),
.vf-header-shell > .vf-user-toolbar:not(:has(.vf-header-account)){
  display:none!important;
}

/* The live MyBB welcomeblock is the sole account area. */
.vf-header-account{
  flex:0 0 auto!important;
}


/* =========================================================
   AF FINAL HEADER FIX 3 — one dynamic account block only
   ========================================================= */
#header.vf-platform-header .vf-header-actions{
  grid-column:3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:max-content!important;
  margin-left:auto!important;
}
#header.vf-platform-header .vf-header-actions--guest .vf-guest-login,
#header.vf-platform-header .vf-header-actions--guest .vf-guest-register{
  min-height:42px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
#header.vf-platform-header .vf-header-actions--guest .vf-guest-login{
  color:#effbff!important;
  border:1px solid rgba(72,210,255,.34)!important;
  background:rgba(8,40,76,.66)!important;
}
#header.vf-platform-header .vf-header-actions--guest .vf-guest-register{
  color:#07223a!important;
  border:1px solid rgba(103,232,255,.7)!important;
  background:linear-gradient(135deg,#52eaff,#23bfff)!important;
}


/* =========================================================
   ABYSS REEF v3.1 FINAL — final consistency pass
   ========================================================= */

/* Shared vertical rhythm on forumdisplay and showthread. */
.vf-page.vf-forumdisplay,
.vf-page.vf-showthread{
  padding-top:14px!important;
  padding-bottom:28px!important;
}
.vf-forumdisplay > nav[aria-label="Breadcrumb"],
.vf-showthread > nav[aria-label="Breadcrumb"]{
  margin-top:0!important;
  margin-bottom:16px!important;
}
.vf-forumdisplay .vf-forum-title-row,
.vf-showthread .vf-thread-heading,
.vf-showthread .vf-rc17-thread-heading{
  margin-bottom:20px!important;
}
.vf-forumdisplay .vf-forum-title-row + *,
.vf-showthread .vf-thread-heading + *,
.vf-showthread .vf-rc17-thread-heading + *{
  margin-top:0!important;
}
.vf-forumdisplay .tborder,
.vf-showthread .post{
  margin-bottom:20px!important;
}

/* Restore breathing room around forum list controls and legend. */
.vf-forumdisplay .forumdisplay_regular,
.vf-forumdisplay .vf-thread-list,
.vf-forumdisplay .tborder{
  margin-top:0!important;
}
.vf-forumdisplay .vf-thread-list + *,
.vf-forumdisplay .tborder + .float_left,
.vf-forumdisplay .tborder + .float_right{
  margin-top:18px!important;
}
.vf-forumdisplay .vf-users-browsing-bottom{
  margin-top:22px!important;
}

/* Smaller Joined value in classic post profile cards. */
.post.vf-premium-classic .user_details,
.post.vf-rendered-classic .user_details{
  font-size:12px!important;
}
.post.vf-premium-classic .user_details strong,
.post.vf-rendered-classic .user_details strong{
  font-size:12px!important;
  line-height:1.25!important;
}
.post.vf-premium-classic .user_details .vf-stat-value,
.post.vf-rendered-classic .user_details .vf-stat-value{
  font-size:16px!important;
  line-height:1.2!important;
}
.post.vf-premium-classic .user_details [data-stat="joined"] .vf-stat-value,
.post.vf-rendered-classic .user_details [data-stat="joined"] .vf-stat-value{
  font-size:14px!important;
}

/* Compact icon/button spacing above posts and thread headings. */
.vf-showthread .vf-thread-toolbar,
.vf-showthread .vf-rc17-thread-tabs,
.vf-showthread .vf-thread-actions,
.vf-showthread .post_controls{
  gap:7px!important;
}
.vf-showthread .vf-thread-toolbar a,
.vf-showthread .vf-rc17-thread-tabs a,
.vf-showthread .vf-thread-actions a{
  margin-right:0!important;
}
.vf-showthread .post_controls{
  padding-top:8px!important;
  padding-bottom:8px!important;
}
.vf-showthread .post_controls .postbit_buttons > a,
.vf-showthread .post_controls .postbit_buttons > span{
  margin:0 3px!important;
}

/* Last-poster avatar on forum index. */
.vf-lastpost--with-avatar{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  min-width:0!important;
}
.vf-lastpost-avatar{
  width:42px!important;
  height:42px!important;
  display:block!important;
  overflow:hidden!important;
  border:2px solid rgba(73,224,235,.55)!important;
  border-radius:50%!important;
  background:rgba(7,35,53,.9)!important;
  box-shadow:0 0 0 3px rgba(47,190,214,.08)!important;
}
.vf-lastpost-avatar img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}
.vf-lastpost-copy{
  min-width:0!important;
}
.vf-lastpost-copy a{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
@media(max-width:900px){
  .vf-lastpost--with-avatar{
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:8px!important;
  }
  .vf-lastpost-avatar{
    width:34px!important;
    height:34px!important;
  }
}


/* =========================================================
   ABYSS REEF v3.1.1 — Joined size correction
   Applies after the showthread JS has generated profile rows.
   ========================================================= */
.vf-showthread .post .vf-profile-stat-row[data-stat="joined"]{
  min-height:30px!important;
  padding-top:5px!important;
  padding-bottom:5px!important;
  line-height:1.15!important;
}
.vf-showthread .post .vf-profile-stat-row[data-stat="joined"] .vf-profile-stat-label{
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:.02em!important;
}
.vf-showthread .post .vf-profile-stat-row[data-stat="joined"] .vf-profile-stat-value{
  max-width:92px!important;
  overflow:hidden!important;
  color:#e8f5f7!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.15!important;
  text-align:right!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.vf-showthread .post .vf-profile-stat-row[data-stat="joined"] .vf-profile-stat-icon,
.vf-showthread .post .vf-profile-stat-row[data-stat="joined"] .vf-profile-stat-icon svg{
  width:14px!important;
  height:14px!important;
}

/* Cover both the first post and every reply, including classic/rendered variants. */
.vf-showthread .post.vf-premium-classic .vf-profile-stat-row[data-stat="joined"] *,
.vf-showthread .post.vf-rendered-classic .vf-profile-stat-row[data-stat="joined"] *{
  font-family:inherit!important;
}


/* =========================================================
   ABYSS REEF v3.1.2 — hard Joined + avatar fallback
   ========================================================= */
.vf-showthread [data-stat="joined"]{
  min-height:28px!important;
  padding:4px 8px!important;
}
.vf-showthread [data-stat="joined"] .vf-profile-stat-label{
  font-size:10px!important;
  line-height:1.1!important;
}
.vf-showthread [data-stat="joined"] .vf-profile-stat-value{
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:800!important;
  max-width:88px!important;
}
.vf-lastpost-avatar{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
}
.vf-lastpost-avatar::before{
  content:"🐠";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-size:20px;
  background:rgba(7,35,53,.92);
}
.vf-lastpost-avatar img{
  position:relative!important;
  z-index:1!important;
  background:rgba(7,35,53,.92)!important;
}
.vf-lastpost-avatar img.is-broken{
  display:none!important;
}


/* =========================================================
   ABYSS REEF v3.1.3 — forum and thread page inner margins
   ========================================================= */

/* Keep all forumdisplay/showthread content away from the browser scrollbar. */
main.vf-page.vf-forumdisplay,
main.vf-page.vf-showthread{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  padding-left:18px!important;
  padding-right:18px!important;
  overflow-x:hidden!important;
}

/* Every direct page block must respect the padded content width. */
main.vf-page.vf-forumdisplay > *,
main.vf-page.vf-showthread > *{
  box-sizing:border-box!important;
  max-width:100%!important;
}

/* Prevent right-aligned controls from escaping the inner page edge. */
.vf-forumdisplay .float_right,
.vf-forumdisplay .pagination,
.vf-forumdisplay .forumdisplay_regular,
.vf-forumdisplay .forumdisplay_sticky,
.vf-forumdisplay form,
.vf-forumdisplay table,
.vf-showthread .float_right,
.vf-showthread .pagination,
.vf-showthread form,
.vf-showthread table,
.vf-showthread .post{
  max-width:100%!important;
  box-sizing:border-box!important;
}

/* Give forum controls a consistent right inset. */
.vf-forumdisplay .forumdisplay_regular,
.vf-forumdisplay .forumdisplay_sticky,
.vf-forumdisplay .vf-forum-title-row,
.vf-forumdisplay .vf-users-browsing-bottom,
.vf-showthread .vf-thread-heading,
.vf-showthread .vf-rc17-thread-heading,
.vf-showthread .post{
  margin-left:0!important;
  margin-right:0!important;
}

/* Keep action rows and dropdown groups inside the page on desktop. */
.vf-forumdisplay .tfoot,
.vf-forumdisplay .bottommenu,
.vf-forumdisplay .forumjump,
.vf-forumdisplay .inline_moderation,
.vf-showthread .tfoot,
.vf-showthread .bottommenu{
  padding-right:10px!important;
  padding-left:10px!important;
}

/* Mobile gets a slightly smaller inset. */
@media(max-width:720px){
  main.vf-page.vf-forumdisplay,
  main.vf-page.vf-showthread{
    padding-left:10px!important;
    padding-right:10px!important;
  }
}


/* =========================================================
   ABYSS REEF v3.1.4 — login captcha compatibility
   ========================================================= */
.vf-login-captcha > table,
.vf-login-captcha > div{
 max-width:100%!important;
}
.vf-login-captcha img{
 max-width:100%!important;
 height:auto!important;
}
.vf-login-captcha textarea,
.vf-login-captcha input[type="text"]{
 box-sizing:border-box!important;
 max-width:100%!important;
}
