/* BuildSuite · Custom software by Jason Sickles */
:root{
    font-family:"Segoe UI Variable","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:#eef5fa;
    background:#06101a;
    line-height:1.5;
    font-synthesis:none;
    text-rendering:optimizeLegibility;
}
*{box-sizing:border-box}
body{
    margin:0;
    min-height:100vh;
    background:
        radial-gradient(circle at 16% 7%,rgba(16,80,125,.38) 0,rgba(9,31,49,.13) 28%,transparent 46%),
        linear-gradient(135deg,#06101a 0%,#091722 56%,#071018 100%);
    color:#eef5fa;
}
.hub-shell{
    width:min(1120px,calc(100% - 32px));
    margin:0 auto;
    padding:50px 0 68px;
}
.hub-brand{
    display:flex;
    align-items:center;
    gap:21px;
    margin-bottom:34px;
}
.hub-brand-mark{
    width:68px;
    height:76px;
    object-fit:contain;
    object-position:center;
    filter:drop-shadow(0 12px 28px rgba(0,197,232,.18));
    flex:0 0 auto;
}
.hub-brand-copy{min-width:0}
.hub-brand-copy>span{
    display:block;
    color:#2aaee8;
    font-size:16px;
    font-weight:600;
    letter-spacing:.01em;
    margin-bottom:1px;
}
.hub-brand h1{
    margin:0;
    font-size:clamp(31px,4vw,48px);
    line-height:1.04;
    letter-spacing:-.035em;
    font-weight:600;
    color:#f5f8fb;
}
.hub-brand p{
    margin:7px 0 0;
    color:#9db1c2;
    font-size:15px;
    font-weight:400;
    letter-spacing:.005em;
}
.hub-brand p b{font-weight:500;color:#6f8799;margin:0 3px}
.login-card,.welcome-row{
    border:1px solid #284256;
    background:linear-gradient(145deg,rgba(12,28,41,.94),rgba(8,22,33,.94));
    border-radius:20px;
    box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.login-card{max-width:560px;padding:32px}
.eyebrow{
    text-transform:uppercase;
    letter-spacing:.13em;
    font-size:11px;
    color:#30bfe0;
    font-weight:600;
}
.login-card h2,.welcome-row h2{
    margin:7px 0 8px;
    font-size:28px;
    line-height:1.15;
    font-weight:600;
    letter-spacing:-.015em;
}
.login-card p,.welcome-row p{margin:0 0 22px;color:#9fb1bf;font-weight:400}
.login-card form{display:grid;gap:16px}
.login-card label{display:grid;gap:7px;font-weight:550;font-size:13px;color:#d7e4ec}
.login-card input{
    width:100%;padding:13px 14px;border:1px solid #315068;border-radius:11px;
    background:#07121c;color:#fff;font:inherit;outline:none;
}
.login-card input:focus{border-color:#27c4df;box-shadow:0 0 0 3px rgba(39,196,223,.13)}
.login-card button{
    border:0;border-radius:11px;padding:14px;
    background:linear-gradient(135deg,#14bfd9,#1375c2);
    color:#fff;font-weight:600;font-size:15px;cursor:pointer;
}
.login-card button:hover{filter:brightness(1.06)}
.login-card button:focus-visible{outline:2px solid #67dff1;outline-offset:3px}
.alert{padding:12px 14px;border:1px solid #8e2b36;background:#45151b;color:#ffd9dd;border-radius:10px;margin:0 0 18px}
.welcome-row{
    display:flex;justify-content:space-between;gap:20px;align-items:center;
    padding:27px 29px;margin-bottom:24px;
}
.welcome-row p{margin:0}
.welcome-copy{flex:1;min-width:0}
.welcome-row .welcome-subtitle{color:#9fb1bf}
.welcome-message{
    position:relative;
    max-width:720px;
    margin-top:16px!important;
    padding:12px 15px 12px 17px;
    border-left:3px solid #2fc8e1;
    border-radius:0 10px 10px 0;
    background:rgba(27,73,96,.2);
    color:#d7e5ed!important;
    font-size:14px;
    line-height:1.55;
}
.welcome-message q{quotes:"“" "”" "‘" "’"}
.welcome-message q::before{color:#55d6eb}
.welcome-message q::after{color:#55d6eb}
.hub-signout-form{margin:0}
.hub-signout-form .signout{
    appearance:none;
    color:#dce8ef;
    border:1px solid #38566b;
    border-radius:10px;
    padding:10px 15px;
    font:inherit;
    font-weight:600;
    background:rgba(7,16,24,.32);
    cursor:pointer;
    transition:border-color .18s,background .18s,transform .18s;
}
.hub-signout-form .signout:hover{border-color:#5f8199;background:rgba(20,47,65,.42);transform:translateY(-1px)}
.hub-signout-form .signout:focus-visible{outline:2px solid #67dff1;outline-offset:3px}
.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.module-card{
    text-decoration:none;color:#eef6f9;min-height:250px;
    border:1px solid #2a465a;
    background:linear-gradient(155deg,rgba(13,31,45,.98),rgba(8,22,34,.98));
    border-radius:18px;padding:24px;
    display:flex;flex-direction:column;justify-content:space-between;
    position:relative;overflow:hidden;
    transition:transform .18s,border-color .18s,box-shadow .18s;
}
.module-card:hover{transform:translateY(-3px);border-color:#5f839b;box-shadow:0 18px 40px rgba(0,0,0,.19)}
.module-card:focus-visible{outline:2px solid #67dff1;outline-offset:3px}
.module-card:after{
    content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-61px;top:-66px;opacity:.13;pointer-events:none;
}
.module-card.aqua:after{background:#22d3ee}.module-card.cobalt:after{background:#2563eb}.module-card.volt:after{background:#b6f20c}.module-card.yoders:after{background:#cf3040}
.module-card-main{position:relative;z-index:1}
.module-card-header{display:flex;align-items:center;gap:13px;margin-bottom:18px;min-height:48px}
.module-icon{
    width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
    border:1px solid currentColor;background:rgba(255,255,255,.025);
    box-shadow:inset 0 0 0 5px rgba(255,255,255,.018);
    flex:0 0 auto;
    color:#2ccbe7;
}
.module-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.module-card.yoders .module-icon{color:#e74255}.module-card.cobalt .module-icon{color:#4e87ff}.module-card.volt .module-icon{color:#b8ef22}
.module-card h3{
    margin:0;
    font-size:25px;
    line-height:1.1;
    font-weight:600;
    letter-spacing:-.018em;
    color:#f3f7fa;
}
.module-card p{color:#9fb1bf;margin:0;font-size:15px;line-height:1.55;font-weight:400}
.module-card>strong{
    position:relative;z-index:1;margin-top:24px;
    font-size:14px;font-weight:600;color:#31cbe5;
}
.module-card.yoders>strong{color:#ef4b5d}.module-card.cobalt>strong{color:#568dff}.module-card.volt>strong{color:#b8ed2b}
.hub-login-state .hub-shell{
    min-height:calc(100vh - 35px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding-top:34px;
    padding-bottom:34px;
}
.hub-login-state .hub-brand,.hub-login-state .login-card{width:min(560px,100%)}
.hub-login-state .hub-brand{margin-bottom:22px}
@media(max-width:980px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
    .hub-shell{padding-top:30px}
    .hub-login-state .hub-shell{justify-content:flex-start;padding-top:30px}
    .hub-brand{align-items:center;gap:14px}
    .hub-brand-mark{width:54px;height:62px}
    .hub-brand h1{font-size:32px}
    .hub-brand-copy>span{font-size:14px}
    .login-card{padding:24px}
    .welcome-row{align-items:flex-start;flex-direction:column}
    .welcome-message{width:100%;margin-top:14px!important}
    .module-grid{grid-template-columns:1fr}
    .module-card{min-height:195px}
}

/* v1.20.54 · Unified BuildSuite authentication */
.hub-brand{
    justify-content:center;
    margin-bottom:18px;
}
.hub-brand-logo{
    display:block;
    width:min(390px,92vw);
    height:122px;
    object-fit:cover;
    object-position:center 49%;
    filter:drop-shadow(0 14px 28px rgba(0,0,0,.28));
}
.hub-login-state .hub-shell{
    min-height:calc(100vh - 1px);
    justify-content:center;
    padding-top:28px;
    padding-bottom:36px;
}
.hub-login-state .hub-brand,
.hub-login-state .login-card{
    width:min(520px,100%);
}
.hub-login-state .login-card{
    padding:31px 32px 30px;
    border-color:#2b475a;
    background:
        radial-gradient(circle at 50% -40%,rgba(33,190,218,.11),transparent 48%),
        linear-gradient(145deg,rgba(11,28,41,.98),rgba(7,20,31,.98));
}
.hub-login-form{display:grid;gap:16px}
.hub-login-form label:not(.hub-remember-option){display:grid;gap:7px;font-weight:600;font-size:13px;color:#dce8ef}
.hub-login-form input[type="text"],
.hub-login-form input[type="email"],
.hub-login-form input[type="password"],
.hub-login-form input:not([type]){
    width:100%;
    padding:13px 14px;
    border:1px solid #315068;
    border-radius:11px;
    background:#07121c;
    color:#fff;
    font:inherit;
    outline:none;
    transition:border-color .16s,box-shadow .16s,background .16s;
}
.hub-login-form input:focus{border-color:#27c4df;box-shadow:0 0 0 3px rgba(39,196,223,.13);background:#081722}
.hub-login-form input:-webkit-autofill,
.hub-login-form input:-webkit-autofill:hover,
.hub-login-form input:-webkit-autofill:focus{
    -webkit-text-fill-color:#fff;
    -webkit-box-shadow:0 0 0 1000px #07121c inset;
    transition:background-color 9999s ease-out 0s;
}
.hub-login-options{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:-1px;
}
.hub-remember-option{
    display:inline-flex!important;
    align-items:center;
    gap:9px!important;
    color:#c6d5df!important;
    font-size:13px!important;
    font-weight:550!important;
    cursor:pointer;
    user-select:none;
}
.hub-remember-option input{
    appearance:none;
    width:17px;
    height:17px;
    margin:0;
    border:1px solid #45657a;
    border-radius:5px;
    background:#07121c;
    display:grid;
    place-content:center;
    cursor:pointer;
}
.hub-remember-option input::before{
    content:"";
    width:9px;
    height:9px;
    border-radius:2px;
    transform:scale(0);
    transition:transform .12s ease-in-out;
    background:linear-gradient(135deg,#22c9df,#1689d1);
}
.hub-remember-option input:checked::before{transform:scale(1)}
.hub-remember-option input:focus-visible{outline:2px solid #67dff1;outline-offset:2px}
.hub-auth-link,.hub-back-link{
    color:#4fd3ea;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}
.hub-auth-link:hover,.hub-back-link:hover{text-decoration:underline;color:#82e5f4}
.hub-primary-button{
    width:100%;
    border:0;
    border-radius:11px;
    padding:14px 16px;
    background:linear-gradient(135deg,#14bfd9,#1375c2);
    color:#fff;
    font:inherit;
    font-weight:700;
    font-size:15px;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(12,126,189,.19);
    transition:filter .16s,transform .16s,box-shadow .16s;
}
.hub-primary-button:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 13px 28px rgba(12,126,189,.24)}
.hub-primary-button:focus-visible{outline:2px solid #67dff1;outline-offset:3px}
.hub-auth-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:22px 0 18px;
    color:#728a9b;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-weight:700;
}
.hub-auth-divider::before,.hub-auth-divider::after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,#294456)}
.hub-auth-divider::after{background:linear-gradient(90deg,#294456,transparent)}
.hub-google-button{
    width:100%;
    min-height:47px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    border:1px solid #405c70;
    border-radius:11px;
    background:#f7fafc;
    color:#16222c;
    font:inherit;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    transition:background .16s,border-color .16s,transform .16s,box-shadow .16s;
}
.hub-google-form{display:block!important;margin:0}
.hub-google-button:hover{background:#fff!important;color:#16222c!important;border-color:#6d8799;filter:none!important;transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.15)}
.hub-google-button:focus-visible{outline:2px solid #67dff1;outline-offset:3px}
.hub-google-button:disabled{opacity:.72;cursor:wait;transform:none}
.google-logo{width:20px;height:20px;flex:0 0 auto}
.google-auth-error{margin-top:12px;margin-bottom:0}
[hidden]{display:none!important}

/* Password recovery */
.hub-recovery-state .hub-shell{justify-content:center}
.recovery-card{padding:31px 32px 30px}
.recovery-heading{text-align:center;margin-bottom:22px}
.recovery-heading h1{margin:0 0 8px;font-size:26px;letter-spacing:-.02em}
.recovery-heading p{margin:0;color:#9fb1bf;font-size:14px;line-height:1.55}
.recovery-links{display:grid;gap:10px}
.recovery-links a{
    display:flex;
    flex-direction:column;
    gap:3px;
    padding:14px 15px;
    border:1px solid #2d4b60;
    border-radius:11px;
    background:rgba(7,18,28,.5);
    color:#eef5fa;
    text-decoration:none;
    transition:border-color .16s,background .16s,transform .16s;
}
.recovery-links a:hover{border-color:#4d7790;background:rgba(15,42,58,.56);transform:translateY(-1px)}
.recovery-links strong{font-size:14px}
.recovery-links span{font-size:12px;color:#96aabb}
.hub-back-link{display:inline-block;margin-top:22px}

/* Launcher keeps the same module behavior with cleaner BuildSuite-only branding. */
.hub-launcher-state .hub-brand{justify-content:flex-start;margin-bottom:26px}
.hub-launcher-state .hub-brand-logo{width:300px;height:94px;object-position:center 49%}

@media(max-width:620px){
    .hub-login-state .hub-shell{padding:22px 0 30px}
    .hub-brand-logo{width:min(330px,94vw);height:104px}
    .hub-login-state .login-card,.recovery-card{padding:25px 22px}
    .hub-login-options{align-items:flex-start;gap:12px}
    .hub-auth-link{white-space:nowrap}
    .hub-launcher-state .hub-brand-logo{width:260px;height:82px}
}

/* Unified BuildSuite theme control */
html[data-theme]{
    --hub-bg:#07131d;
    --hub-bg-2:#0b1d2b;
    --hub-panel:#0b2232;
    --hub-panel-2:#0e2a3d;
    --hub-line:#29495f;
    --hub-text:#eef6fa;
    --hub-muted:#95adbc;
    --hub-accent:#36c8e2;
    --hub-accent-strong:#1894c8;
    --hub-field:#071822;
    --hub-shadow:rgba(0,0,0,.28);
    color-scheme:dark;
}
html[data-theme="light"]{
    --hub-bg:#f3f6fa;--hub-bg-2:#e9eef5;--hub-panel:#ffffff;--hub-panel-2:#f8fafc;--hub-line:#d6dee8;
    --hub-text:#172231;--hub-muted:#607083;--hub-accent:#2563eb;--hub-accent-strong:#1d4ed8;--hub-field:#ffffff;--hub-shadow:rgba(28,45,71,.12);
    color-scheme:light;
}
html[data-theme="dark"]{
    --hub-bg:#0d1117;--hub-bg-2:#151b23;--hub-panel:#161d27;--hub-panel-2:#1b2430;--hub-line:#303b49;
    --hub-text:#edf2f7;--hub-muted:#9aa8b7;--hub-accent:#6da7ff;--hub-accent-strong:#4388f5;--hub-field:#10161e;--hub-shadow:rgba(0,0,0,.32);
    color-scheme:dark;
}
html[data-theme="cobalt"]{
    --hub-bg:#071630;--hub-bg-2:#0c2551;--hub-panel:#0d2858;--hub-panel-2:#11346e;--hub-line:#2e5795;
    --hub-text:#f1f6ff;--hub-muted:#a8bbe0;--hub-accent:#5d91ff;--hub-accent-strong:#2e68ed;--hub-field:#071a3b;--hub-shadow:rgba(2,12,34,.34);
    color-scheme:dark;
}
html[data-theme="void"]{
    --hub-bg:#050705;--hub-bg-2:#0a0d0a;--hub-panel:#111511;--hub-panel-2:#151a15;--hub-line:#2b3329;
    --hub-text:#eff4ec;--hub-muted:#8e998a;--hub-accent:#38b66b;--hub-accent-strong:#2e9d59;--hub-field:#0d110d;--hub-shadow:rgba(0,0,0,.45);
    color-scheme:dark;
}
html[data-theme="aqua"]{
    --hub-bg:#102126;--hub-bg-2:#18343a;--hub-panel:#1a373d;--hub-panel-2:#21464d;--hub-line:#396068;
    --hub-text:#eefafb;--hub-muted:#a4c2c7;--hub-accent:#35d2df;--hub-accent-strong:#18aebb;--hub-field:#12292e;--hub-shadow:rgba(4,25,29,.32);
    color-scheme:dark;
}
html[data-theme="yoders"]{
    --hub-bg:#090909;--hub-bg-2:#161616;--hub-panel:#1b1b1b;--hub-panel-2:#232323;--hub-line:#454545;
    --hub-text:#f7f7f7;--hub-muted:#ababab;--hub-accent:#ef3c45;--hub-accent-strong:#d91e27;--hub-field:#101010;--hub-shadow:rgba(0,0,0,.4);
    color-scheme:dark;
}
html[data-theme] body{
    background:radial-gradient(circle at 15% 5%,color-mix(in srgb,var(--hub-accent) 18%,transparent),transparent 38%),linear-gradient(135deg,var(--hub-bg),var(--hub-bg-2));
    color:var(--hub-text);
}
html[data-theme] .login-card,html[data-theme] .welcome-row,html[data-theme] .module-card{
    background:linear-gradient(150deg,color-mix(in srgb,var(--hub-panel) 96%,transparent),color-mix(in srgb,var(--hub-panel-2) 94%,transparent));
    border-color:var(--hub-line);box-shadow:0 24px 70px var(--hub-shadow);color:var(--hub-text)
}
html[data-theme] .module-card h3,html[data-theme] .login-card h2,html[data-theme] .welcome-row h2{color:var(--hub-text)}
html[data-theme] .module-card p,html[data-theme] .welcome-row .welcome-subtitle,html[data-theme] .login-card p{color:var(--hub-muted)}
html[data-theme] .eyebrow,html[data-theme] .module-card>strong{color:var(--hub-accent)}
html[data-theme] .welcome-message{background:color-mix(in srgb,var(--hub-accent) 10%,transparent);border-left-color:var(--hub-accent);color:var(--hub-text)!important}
html[data-theme] .hub-login-form input{background:var(--hub-field);border-color:var(--hub-line);color:var(--hub-text)}
html[data-theme] .hub-login-form input:focus{border-color:var(--hub-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--hub-accent) 16%,transparent)}
html[data-theme] .hub-primary-button{background:linear-gradient(135deg,var(--hub-accent),var(--hub-accent-strong))}
html[data-theme] .signout{color:var(--hub-text);border-color:var(--hub-line)!important;background:color-mix(in srgb,var(--hub-panel-2) 70%,transparent)!important}
html[data-theme="light"] .hub-brand-logo{filter:drop-shadow(0 10px 22px rgba(42,69,103,.12))}
.hub-user-controls{display:flex;align-items:center;gap:10px;align-self:flex-start}
.hub-theme-picker{position:relative}
.hub-theme-picker>summary{list-style:none;display:flex;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--hub-line,#38566b);border-radius:10px;background:color-mix(in srgb,var(--hub-panel-2,#0e2a3d) 76%,transparent);color:var(--hub-text,#eef5fa);font-size:13px;font-weight:700;cursor:pointer;user-select:none}
.hub-theme-picker>summary::-webkit-details-marker{display:none}.hub-theme-picker[open]>summary{border-color:var(--hub-accent,#36c8e2)}
.theme-picker-chevron{margin-left:2px;color:var(--hub-muted,#95adbc)}
.hub-theme-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:60;width:190px;padding:7px;border:1px solid var(--hub-line,#29495f);border-radius:12px;background:var(--hub-panel,#0b2232);box-shadow:0 18px 45px var(--hub-shadow,rgba(0,0,0,.28))}
.hub-theme-menu form{margin:0}.hub-theme-option{width:100%;display:grid;grid-template-columns:22px 1fr 18px;align-items:center;gap:9px;min-height:40px;padding:7px 9px;border:0;border-radius:8px;background:transparent;color:var(--hub-text,#eef5fa);font:inherit;font-size:13px;font-weight:650;text-align:left;cursor:pointer}.hub-theme-option:hover,.hub-theme-option.active{background:color-mix(in srgb,var(--hub-accent,#36c8e2) 12%,transparent)}.theme-selected{color:var(--hub-accent,#36c8e2);font-weight:900;text-align:center}
.theme-swatch{display:inline-block;width:17px;height:17px;border-radius:50%;border:2px solid rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(0,0,0,.22)}
.theme-swatch-light{background:linear-gradient(135deg,#fff 0 50%,#2563eb 50%)}.theme-swatch-dark{background:linear-gradient(135deg,#10151d 0 50%,#6da7ff 50%)}.theme-swatch-cobalt{background:linear-gradient(135deg,#071a45 0 50%,#3973ff 50%)}.theme-swatch-void{background:linear-gradient(135deg,#050705 0 50%,#38b66b 50%)}.theme-swatch-aqua{background:linear-gradient(135deg,#1e3338 0 50%,#20bfd0 50%)}.theme-swatch-yoders{background:linear-gradient(135deg,#050505 0 50%,#ea1b23 50%)}
@media(max-width:620px){.hub-user-controls{width:100%;justify-content:space-between}.hub-theme-menu{left:0;right:auto}.hub-theme-picker>summary{min-height:40px}}


/* BuildSuite Void theme — unified Hub finish */
html[data-theme="void"]{
    --hub-bg:#020604;--hub-bg-2:#040a07;--hub-panel:#07110c;--hub-panel-2:#0a1710;--hub-line:#163923;
    --hub-text:#edf7f0;--hub-muted:#82988a;--hub-accent:#00b84a;--hub-accent-strong:#008f3a;--hub-field:#040c08;--hub-shadow:rgba(0,0,0,.56);
}
html[data-theme="void"] body{background:radial-gradient(circle at 50% -10%,rgba(0,184,74,.075),transparent 34%),linear-gradient(180deg,#020604,#010302);color:#edf7f0;}
html[data-theme="void"] :is(.login-card,.welcome-row,.module-card){background:#07110c;border-color:#163923;box-shadow:0 14px 34px rgba(0,0,0,.36);}
html[data-theme="void"] .module-card:after{background:#00b84a;opacity:.55;}
html[data-theme="void"] .module-card:hover{border-color:#24613a;background:#09170f;transform:translateY(-2px);}
html[data-theme="void"] .module-card .module-icon,html[data-theme="void"] .module-card>strong,html[data-theme="void"] .eyebrow{color:#00b84a;}
html[data-theme="void"] .welcome-message{background:rgba(0,184,74,.07);border-left-color:#00b84a;color:#eaf5ed!important;}
html[data-theme="void"] .hub-theme-picker>summary,html[data-theme="void"] .hub-theme-menu{background:#07110c;border-color:#163923;color:#edf7f0;}
html[data-theme="void"] .hub-theme-option:hover,html[data-theme="void"] .hub-theme-option.active{background:rgba(0,184,74,.10);}
html[data-theme="void"] .theme-swatch-void{background:linear-gradient(135deg,#020604 0 50%,#00b84a 50%);}
html[data-theme="void"] .signout{background:#08140e!important;border-color:#1b4329!important;color:#dce9df!important;}
html[data-theme="void"] .signout:hover{background:#0d1d13!important;border-color:#24703c!important;color:#fff!important;}

/* BuildSuite Void theme — logo-matched finish */
@media screen {
html[data-theme="void"]{
    --hub-bg:#010201;
    --hub-bg-2:#030503;
    --hub-panel:#080b09;
    --hub-panel-2:#0d120e;
    --hub-line:#16451b;
    --hub-text:#eef2ef;
    --hub-muted:#9aa39c;
    --hub-accent:#0fc80b;
    --hub-accent-strong:#078d09;
    --hub-field:#050805;
    --hub-shadow:rgba(0,0,0,.68);
}
html[data-theme="void"] body{
    background:
        radial-gradient(circle at 50% -14%,rgba(14,218,7,.10),transparent 34%),
        radial-gradient(circle at 12% 12%,rgba(8,162,5,.045),transparent 24%),
        linear-gradient(180deg,#010201 0%,#020402 54%,#000100 100%);
    color:#eef2ef;
}
html[data-theme="void"] .hub-shell{color:#eef2ef;}
html[data-theme="void"] :is(.login-card,.welcome-row,.module-card){
    background:linear-gradient(155deg,#0b0f0c 0%,#060907 100%);
    border-color:#16451b;
    color:#eef2ef;
    box-shadow:0 18px 40px rgba(0,0,0,.52),inset 0 1px 0 rgba(220,232,223,.035);
}
html[data-theme="void"] .module-card:after{background:linear-gradient(90deg,#078d09,#0fc80b);opacity:.82;}
html[data-theme="void"] .module-card:hover{
    background:linear-gradient(155deg,#0e1510 0%,#080d09 100%);
    border-color:#24852c;
    box-shadow:0 20px 44px rgba(0,0,0,.58),0 0 0 1px rgba(14,218,7,.045);
}
html[data-theme="void"] .module-card .module-icon,
html[data-theme="void"] .module-card>strong,
html[data-theme="void"] .eyebrow,
html[data-theme="void"] .theme-selected{color:#0fc80b;}
html[data-theme="void"] .module-card h3,
html[data-theme="void"] .login-card h2,
html[data-theme="void"] .welcome-row h2{color:#f4f6f4;}
html[data-theme="void"] .module-card p,
html[data-theme="void"] .welcome-row .welcome-subtitle,
html[data-theme="void"] .login-card p{color:#9aa39c;}
html[data-theme="void"] .welcome-message{
    background:linear-gradient(90deg,rgba(14,218,7,.085),rgba(14,218,7,.025));
    border-left-color:#0fc80b;color:#e9eeea!important;
}
html[data-theme="void"] .hub-theme-picker>summary,
html[data-theme="void"] .hub-theme-menu{
    background:#080c09;border-color:#16451b;color:#eef2ef;box-shadow:0 14px 32px rgba(0,0,0,.44);
}
html[data-theme="void"] .hub-theme-option:hover,
html[data-theme="void"] .hub-theme-option.active{background:rgba(14,218,7,.09);}
html[data-theme="void"] .theme-swatch-void{
    background:linear-gradient(135deg,#050705 0 48%,#0fc80b 52% 100%);border-color:#aeb6b0;
}
html[data-theme="void"] .hub-login-form input{background:#050805;border-color:#1a4920;color:#eef2ef;}
html[data-theme="void"] .hub-login-form input:focus{border-color:#0fc80b;box-shadow:0 0 0 3px rgba(14,218,7,.12);}
html[data-theme="void"] .hub-primary-button{
    background:linear-gradient(135deg,#0aa50b,#066d08);border-color:#0fc80b;color:#fff;
    box-shadow:0 10px 24px rgba(7,141,9,.18);
}
html[data-theme="void"] .hub-primary-button:hover{background:linear-gradient(135deg,#0cbb0d,#078d09);}
html[data-theme="void"] .signout{
    background:#080c09!important;border-color:#1a4920!important;color:#d7ddd8!important;
}
html[data-theme="void"] .signout:hover{
    background:#0d150f!important;border-color:#24852c!important;color:#fff!important;
}
html[data-theme="void"] .hub-brand-logo{
    filter:drop-shadow(0 12px 24px rgba(0,0,0,.46)) drop-shadow(0 0 8px rgba(14,218,7,.09));
}
}


/* Void visual finish */
@media screen {
html[data-theme="void"] body{
    background:
        radial-gradient(ellipse 620px 390px at 100% 0%,rgba(15,200,11,.105) 0%,rgba(7,141,9,.038) 34%,transparent 70%),
        repeating-linear-gradient(135deg,transparent 0 26px,rgba(15,200,11,.010) 26px 27px,transparent 27px 52px),
        linear-gradient(180deg,#010201 0%,#020402 54%,#000100 100%);
}
html[data-theme="void"] .module-card::after{
    background:linear-gradient(90deg,rgba(7,141,9,.18),#0fc80b 55%,rgba(15,200,11,.20));
    opacity:.62;
}
}

/* Owner role preview */
.hub-role-preview{position:relative}
.hub-role-preview>summary{list-style:none;display:flex;align-items:center;gap:9px;min-height:42px;padding:0 12px;border:1px solid var(--hub-line,#38566b);border-radius:10px;background:color-mix(in srgb,var(--hub-panel-2,#0e2a3d) 76%,transparent);color:var(--hub-text,#eef5fa);font-size:13px;font-weight:700;cursor:pointer;user-select:none}
.hub-role-preview>summary::-webkit-details-marker{display:none}.hub-role-preview[open]>summary{border-color:var(--hub-accent,#36c8e2)}
.hub-role-preview-dot{width:8px;height:8px;border-radius:50%;background:var(--hub-accent,#36c8e2);box-shadow:0 0 0 3px color-mix(in srgb,var(--hub-accent,#36c8e2) 18%,transparent)}
.hub-role-preview-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:50;width:240px;max-height:min(520px,70vh);overflow:auto;padding:7px;border:1px solid var(--hub-line,#38566b);border-radius:12px;background:var(--hub-panel,#102331);box-shadow:0 18px 44px rgba(0,0,0,.28)}
.hub-role-preview-menu form{margin:0}.hub-role-preview-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border:0;border-radius:8px;background:transparent;color:var(--hub-text,#eef5fa);font:inherit;font-size:13px;text-align:left;cursor:pointer}.hub-role-preview-option:hover,.hub-role-preview-option.active{background:color-mix(in srgb,var(--hub-accent,#36c8e2) 16%,transparent);color:var(--hub-text,#eef5fa)}
html[data-theme="void"] .hub-role-preview>summary,html[data-theme="void"] .hub-role-preview-menu{background:#07110c;border-color:#163923;color:#edf7f0}
@media(max-width:760px){.hub-user-controls{flex-wrap:wrap}.hub-role-preview-menu{left:0;right:auto}.hub-role-preview>summary{min-height:40px}}


/* v1.21.67 Live update notification */
.hub-update-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:16px 18px;border:1px solid rgba(74,144,177,.42);border-radius:14px;background:linear-gradient(135deg,rgba(39,55,74,.88),rgba(16,30,40,.94));box-shadow:0 14px 34px rgba(0,0,0,.18)}
.hub-update-banner.ready{border-left:5px solid #67dff1}.hub-update-banner.failed{border-left:5px solid #ef4444}.hub-update-banner.installed{border-left:5px solid #22c55e}
.hub-update-copy{display:grid;gap:4px;min-width:0}.hub-update-eyebrow{color:var(--hub-accent,#67dff1);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hub-update-copy strong{color:var(--hub-text,#eef8ff);font-size:16px}.hub-update-copy small{color:var(--hub-muted,#9fb1bf);font-size:12px;line-height:1.45}
.hub-update-action{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:39px;padding:8px 13px;border:1px solid #4f758b;border-radius:9px;color:#fff;background:#27374a;font-size:12px;font-weight:850;text-decoration:none}.hub-update-action.secondary{background:transparent}
html[data-theme="void"] .hub-update-banner{border-color:#1f5932;background:linear-gradient(135deg,#07110c,#0a1710)}html[data-theme="void"] .hub-update-banner.ready{border-left-color:#00b84a}html[data-theme="void"] .hub-update-eyebrow{color:#77d642}
@media(max-width:700px){.hub-update-banner{align-items:stretch;flex-direction:column}.hub-update-action{width:100%}}

/* v1.22.54: update/recovery banner follows the selected Hub theme. */
html[data-theme] .hub-update-banner{
    color:var(--hub-text);
    border-color:color-mix(in srgb,var(--hub-accent) 34%,var(--hub-line));
    background:linear-gradient(135deg,color-mix(in srgb,var(--hub-panel) 96%,transparent),color-mix(in srgb,var(--hub-panel-2) 96%,transparent));
    box-shadow:0 14px 34px var(--hub-shadow);
}
html[data-theme] .hub-update-copy strong{color:var(--hub-text)}
html[data-theme] .hub-update-copy small{color:var(--hub-muted)}
html[data-theme] .hub-update-action{color:var(--hub-text);border-color:var(--hub-line);background:var(--hub-panel-2)}
html[data-theme] .hub-update-action.secondary{background:transparent}
html[data-theme="light"] .hub-update-banner{
    border-color:#bfd0e7;
    background:linear-gradient(135deg,#ffffff,#f4f7fb);
    box-shadow:0 10px 26px rgba(28,45,71,.09);
}
html[data-theme="light"] .hub-update-copy strong{color:#172231}
html[data-theme="light"] .hub-update-copy small{color:#607083}
html[data-theme="light"] .hub-update-action{color:#172231;border-color:#c7d3e2;background:#eef3f8}
