:root{
    --corpdo-bg:#060b14;
    --corpdo-bg-soft:#0b1320;
    --corpdo-panel:#0f1827;
    --corpdo-panel-strong:#121f33;
    --corpdo-panel-glass:rgba(11,19,32,.84);
    --corpdo-border:rgba(122,162,255,.14);
    --corpdo-border-strong:rgba(122,162,255,.22);
    --corpdo-text:#edf4ff;
    --corpdo-muted:#8fa6cb;
    --corpdo-primary:#4f8cff;
    --corpdo-primary-strong:#78a7ff;
    --corpdo-cyan:#34d7ff;
    --corpdo-violet:#8b5cf6;
    --corpdo-success:#22c55e;
    --corpdo-warning:#f59e0b;
    --corpdo-danger:#ef4444;
    --corpdo-shadow:0 24px 60px rgba(0,0,0,.32);
    --corpdo-mono:Consolas,"SFMono-Regular","Cascadia Mono","Liberation Mono",Menlo,monospace;
}

body.customer-template,
body[class*="template-"]{
    background:
        radial-gradient(circle at top left, rgba(79,140,255,.16), transparent 26%),
        radial-gradient(circle at top right, rgba(52,215,255,.12), transparent 24%),
        linear-gradient(180deg, #05070c 0%, #09111b 38%, #05070d 100%);
    color:var(--corpdo-text);
}

body.customer-template::before,
body[class*="template-"]::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(rgba(122,162,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122,162,255,.06) 1px, transparent 1px);
    background-size:36px 36px;
    mask-image:linear-gradient(180deg, rgba(255,255,255,.44), transparent 82%);
    opacity:.38;
}

.site-header,
.customer-shell .site-header{
    padding:18px 22px 0;
    position:sticky;
    top:0;
    z-index:70;
    backdrop-filter:blur(16px);
}

.site-header .header-inner,
.customer-shell .header-inner{
    width:min(1380px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:18px;
    padding:14px 18px;
    border-radius:24px;
    border:1px solid var(--corpdo-border);
    background:
        linear-gradient(180deg, rgba(14,22,35,.94), rgba(9,15,26,.94));
    box-shadow:var(--corpdo-shadow);
}

.site-header .brand,
.customer-shell .brand{
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:var(--corpdo-text);
}

.site-header .brand--public{
    align-items:center;
}

.brand--public-copy{
    display:grid;
    gap:2px;
}

.brand--public-copy strong{
    color:#fff;
    font-size:1rem;
    line-height:1;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.brand--public-copy small{
    color:var(--corpdo-muted);
    font-size:.72rem;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.site-header .brand img,
.customer-shell .brand img{
    filter:drop-shadow(0 10px 22px rgba(0,0,0,.28));
}

.site-header .main-nav,
.customer-shell .customer-shell-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.site-header .nav-toggle{
    display:none;
    width:48px;
    height:48px;
    align-items:center;
    justify-content:center;
    gap:4px;
    padding:0;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
    color:#fff;
    cursor:pointer;
}

.site-header .nav-toggle span{
    display:block;
    width:18px;
    height:2px;
    border-radius:999px;
    background:currentColor;
}

.site-header .nav-panel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-width:0;
}

.site-header .header-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.site-header .language-switch{
    display:flex;
    align-items:center;
    gap:8px;
}

.site-header .main-nav a,
.site-header .language-switch a,
.site-header .language-switch span,
.customer-shell-pill,
.game-subnav a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    min-height:42px;
    padding:10px 14px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.04);
    color:var(--corpdo-muted);
    text-decoration:none;
    font-size:.85rem;
    font-weight:800;
    letter-spacing:.04em;
    transition:all .18s ease;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.is-active,
.game-subnav a:hover,
.game-subnav a.is-active{
    color:#fff;
    background:linear-gradient(180deg, rgba(79,140,255,.22), rgba(79,140,255,.12));
    border-color:rgba(120,167,255,.34);
    box-shadow:0 14px 28px rgba(19,43,88,.32);
}

.customer-shell-pill strong{
    color:#fff;
}

.customer-shell-pill svg{
    width:16px;
    height:16px;
    color:#8ce9ff;
}

.site-header .header-login,
.site-header .header-cta,
.customer-layout-actions .btn{
    min-height:44px;
    border-radius:14px;
}

.site-header--public .header-inner{
    grid-template-columns:auto minmax(0,1fr) auto;
}

.site-header--public .main-nav--public{
    justify-content:center;
}

.site-header--public .main-nav--public a{
    min-height:40px;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid transparent;
    background:transparent;
}

.site-header--public .header-actions--public{
    justify-content:flex-end;
}

.site-header--public .header-login,
.site-header--public .header-cta{
    border-radius:8px;
}

.customer-shell .customer-layout-actions{
    display:flex;
    align-items:center;
    gap:10px;
}

.content-shell{
    width:min(1360px, calc(100% - 44px));
    margin:0 auto 24px;
}

.game-shell{
    display:grid;
    gap:20px;
}

.game-hero,
.game-card,
.content-card.enterprise-page-hero,
.content-card.auth-form-card,
.content-card.enterprise-note-card{
    border:1px solid var(--corpdo-border);
    border-radius:28px;
    background:
        linear-gradient(180deg, rgba(15,24,39,.94), rgba(10,16,28,.96));
    box-shadow:var(--corpdo-shadow);
    color:var(--corpdo-text);
}

.game-hero,
.content-card.enterprise-page-hero{
    position:relative;
    overflow:hidden;
    padding:28px;
}

.game-hero::after,
.content-card.enterprise-page-hero::after{
    content:"";
    position:absolute;
    inset:auto -6% -28% auto;
    width:320px;
    height:320px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(79,140,255,.22), transparent 64%);
    pointer-events:none;
}

.game-player-hero,
.game-hero{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);
    gap:24px;
    align-items:stretch;
}

.game-player-hero__copy,
.game-player-hero__panel{
    position:relative;
    z-index:1;
}

.game-player-hero h1,
.game-hero h1,
.content-card.enterprise-page-hero h1{
    margin:8px 0 12px;
    font-size:clamp(2rem, 4vw, 3.6rem);
    line-height:1.05;
    max-width:14ch;
}

.eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(52,215,255,.18);
    background:rgba(52,215,255,.08);
    color:#8ce9ff;
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.prose,
.field-hint,
.muted{
    color:var(--corpdo-muted);
}

.game-toolbar,
.toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.game-home-preview{
    height:100%;
    display:grid;
    gap:16px;
    padding:20px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(9,16,29,.96), rgba(7,13,23,.92));
}

.game-scene-card{
    position:relative;
    overflow:hidden;
}

.game-scene-illustration{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:180px;
    margin:-6px -6px 4px;
    padding:10px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.06);
    background:
        radial-gradient(circle at top right, rgba(79,140,255,.18), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
    color:#aecdff;
}

.game-scene-illustration svg{
    width:min(100%, 320px);
    height:auto;
    filter:drop-shadow(0 16px 34px rgba(0,0,0,.28));
}

.game-scene-illustration.is-market{color:#9ef3d1}
.game-scene-illustration.is-production{color:#c8b7ff}
.game-scene-illustration.is-ranking{color:#ffd79b}
.game-scene-illustration.is-dashboard{color:#9cefff}
.game-scene-illustration.is-hero{color:#9fc4ff}

.game-home-preview__top{
    display:flex;
    justify-content:space-between;
    gap:12px;
    color:var(--corpdo-muted);
    font-size:.82rem;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.game-home-preview__metrics,
.game-stats-grid,
.game-mini-grid{
    display:grid;
    gap:14px;
}

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

.game-home-hero{
    grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
    gap:30px;
    align-items:center;
}

.game-home-hero__copy{
    display:grid;
    gap:18px;
    align-content:start;
}

.game-home-hero__copy .prose{
    max-width:62ch;
    font-size:1.04rem;
}

.landing-public{
    display:grid;
    gap:0;
}

.landing-hero{
    position:relative;
    overflow:hidden;
    min-height:760px;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.landing-hero__media{
    position:absolute;
    inset:0;
}

.landing-hero__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    filter:saturate(1.04) contrast(1.02);
}

.landing-hero__overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(6,11,20,.72) 0%, rgba(6,11,20,.3) 30%, rgba(6,11,20,.84) 92%),
        radial-gradient(circle at 18% 20%, rgba(52,215,255,.12), transparent 24%),
        radial-gradient(circle at 84% 12%, rgba(245,158,11,.16), transparent 28%);
}

.landing-hero__content{
    position:relative;
    min-height:760px;
    display:flex;
    align-items:flex-end;
    padding-top:140px;
    padding-bottom:64px;
}

.landing-hero__copy{
    width:min(760px,100%);
    display:grid;
    gap:22px;
}

.landing-hero__copy h1{
    margin:0;
    font-family:"Chakra Petch", var(--heading-font), system-ui, sans-serif;
    font-size:clamp(2.7rem, 5.6vw, 5rem);
    line-height:1;
    letter-spacing:.01em;
    max-width:12ch;
}

.landing-hero__lead{
    margin:0;
    max-width:64ch;
    color:#d4def1;
    font-size:1.06rem;
    line-height:1.75;
}

.landing-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.landing-hero__actions--center{
    justify-content:center;
}

.landing-hero__stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    margin-top:18px;
    border-top:1px solid rgba(255,255,255,.12);
}

.landing-stat{
    padding:18px 14px 0 0;
    border-right:1px solid rgba(255,255,255,.1);
    display:grid;
    gap:4px;
}

.landing-stat:last-child{
    border-right:none;
}

.landing-stat strong{
    color:#8ce9ff;
    font-family:var(--corpdo-mono);
    font-size:1.5rem;
}

.landing-stat span{
    color:#99accd;
    font-size:.78rem;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:700;
}

.landing-intro,
.landing-features,
.landing-ranking,
.landing-risk,
.landing-referrals{
    padding-top:72px;
    padding-bottom:24px;
}

.landing-section-head{
    display:grid;
    gap:14px;
    max-width:820px;
}

.landing-section-head h2{
    margin:0;
    font-family:"Chakra Petch", var(--heading-font), system-ui, sans-serif;
    font-size:clamp(2rem, 3vw, 3rem);
    line-height:1.08;
}

.landing-section-head p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.75;
}

.landing-section-head--split{
    max-width:none;
    grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
    align-items:end;
}

.landing-bento{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.landing-card{
    min-width:0;
    background:linear-gradient(180deg, rgba(18,26,39,.96), rgba(12,18,30,.96));
    border:1px solid var(--corpdo-border);
    border-radius:22px;
    overflow:hidden;
    box-shadow:var(--corpdo-shadow);
    transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.landing-card:hover{
    transform:translateY(-4px);
    border-color:rgba(242,160,61,.42);
    box-shadow:0 28px 52px rgba(0,0,0,.34);
}

.landing-card__link{
    display:grid;
    height:100%;
    color:inherit;
    text-decoration:none;
}

.landing-card__thumb{
    aspect-ratio:16 / 10.5;
    border-bottom:1px solid rgba(255,255,255,.06);
    overflow:hidden;
}

.landing-card__thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.landing-card__body{
    display:grid;
    gap:12px;
    padding:20px 20px 22px;
}

.landing-card__tag{
    color:#f2a03d;
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.landing-card__body h3{
    margin:0;
    font-size:1.1rem;
    line-height:1.25;
}

.landing-card__body p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.65;
    font-size:.94rem;
}

.landing-wide-card{
    grid-column:span 2;
}

.landing-strip{
    margin-top:36px;
    padding:56px 0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(14,20,33,.94), rgba(11,17,28,.94));
}

.landing-strip__inner{
    display:grid;
    grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
    gap:32px;
    align-items:center;
}

.landing-strip__copy{
    display:grid;
    gap:12px;
}

.landing-strip__copy h2{
    margin:0;
    font-family:"Chakra Petch", var(--heading-font), system-ui, sans-serif;
    font-size:clamp(1.8rem, 2.8vw, 2.6rem);
    line-height:1.08;
}

.landing-strip__copy p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.7;
}

.landing-strip__metrics{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.landing-strip__metrics article{
    padding:18px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.03);
    display:grid;
    gap:8px;
}

.landing-strip__metrics strong{
    color:#8ce9ff;
    font-family:var(--corpdo-mono);
    font-size:1.02rem;
}

.landing-strip__metrics span{
    color:var(--corpdo-muted);
    line-height:1.6;
    font-size:.92rem;
}

.landing-ranking__grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
    gap:20px;
}

.landing-panel{
    border:1px solid var(--corpdo-border);
    border-radius:24px;
    background:linear-gradient(180deg, rgba(16,24,38,.96), rgba(11,17,29,.96));
    box-shadow:var(--corpdo-shadow);
    padding:24px;
    display:grid;
    gap:18px;
}

.landing-panel--cta{
    align-content:start;
}

.landing-panel__head{
    display:grid;
    gap:10px;
}

.landing-panel__head h2{
    margin:0;
    font-size:1.55rem;
    line-height:1.15;
}

.landing-panel__head p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.7;
}

.landing-bullet-list{
    margin:0;
    padding-left:18px;
    display:grid;
    gap:10px;
    color:#dce6fa;
}

.landing-bullet-list li{
    line-height:1.65;
}

.landing-panel__actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.landing-risk-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:30px;
}

.landing-risk-card{
    border:1px solid var(--corpdo-border);
    border-radius:22px;
    background:linear-gradient(180deg, rgba(17,26,40,.96), rgba(12,18,31,.96));
    padding:22px;
    display:grid;
    gap:14px;
    box-shadow:var(--corpdo-shadow);
}

.landing-risk-card h3{
    margin:0;
    font-size:1.06rem;
}

.landing-risk-card p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.7;
    font-size:.94rem;
}

.landing-final-cta{
    padding:90px 0 110px;
    position:relative;
}

.landing-final-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at center, rgba(242,160,61,.12), transparent 58%);
    pointer-events:none;
}

.landing-final-cta__inner{
    position:relative;
    display:grid;
    justify-items:center;
    text-align:center;
    gap:16px;
}

.landing-final-cta__inner h2{
    margin:0;
    max-width:12ch;
    font-family:"Chakra Petch", var(--heading-font), system-ui, sans-serif;
    font-size:clamp(2.4rem, 4vw, 4rem);
    line-height:1.02;
}

.landing-final-cta__inner p{
    margin:0;
    max-width:56ch;
    color:var(--corpdo-muted);
    line-height:1.75;
}

.landing-final-cta__inner small{
    color:#93a6c9;
    letter-spacing:.04em;
}

.landing-subpage{
    padding-top:32px;
    padding-bottom:10px;
}

.landing-subpage-grid{
    display:block;
    width:min(980px, calc(100% - 44px));
    margin:0 auto 18px;
    padding-top:12px;
    padding-bottom:18px;
}

.landing-subhero{
    min-height:0;
}

.landing-subhero h1,
.landing-copy h1{
    margin:0;
    font-family:"Chakra Petch", var(--heading-font), system-ui, sans-serif;
    font-size:clamp(2rem, 4vw, 3.2rem);
    line-height:1.04;
}

.landing-public--structured{
    display:block;
    gap:18px;
    padding-top:12px;
}

.landing-workflow-card,
.landing-panel--plain{
    border:1px solid var(--corpdo-border);
    border-radius:10px;
    background:linear-gradient(180deg, rgba(16,24,38,.96), rgba(11,17,29,.96));
    box-shadow:var(--corpdo-shadow);
}

.landing-block{
    display:block;
    width:100%;
    clear:both;
    margin-top:22px;
}

.landing-block__head{
    display:block;
    gap:10px;
    margin-bottom:18px;
    width:100%;
}

.landing-block__head h2{
    margin:0;
    font-size:clamp(1.5rem, 2.4vw, 2.2rem);
    line-height:1.08;
}

.landing-block__head p{
    margin:10px 0 0;
    max-width:72ch;
    color:var(--corpdo-muted);
    line-height:1.75;
}

.landing-workflow-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
    width:100%;
    clear:both;
}

.landing-workflow-card{
    display:grid;
    gap:14px;
    align-content:start;
    padding:22px;
    width:100%;
    min-width:0;
}

.landing-workflow-card__icon{
    width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    border:1px solid rgba(52,215,255,.22);
    background:rgba(52,215,255,.08);
    color:#8ce9ff;
}

.landing-workflow-card__icon svg{
    width:17px;
    height:17px;
}

.landing-workflow-card h3{
    margin:0;
    color:#fff;
}

.landing-workflow-card p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.7;
}

.landing-workflow-card a,
.landing-system-row a{
    color:#9fc0ff;
    text-decoration:none;
    font-weight:700;
}

.landing-panel--plain{
    padding:24px;
    display:grid;
    gap:18px;
}

.landing-panel--plain .landing-panel__actions .btn{
    border-radius:8px;
}

.landing-system-list{
    display:grid;
    gap:0;
}

.landing-system-row{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    align-items:start;
    padding:16px 0;
    border-top:1px solid rgba(255,255,255,.08);
}

.landing-system-row:first-child{
    border-top:none;
    padding-top:0;
}

.landing-system-row:last-child{
    padding-bottom:0;
}

.landing-system-row strong{
    display:block;
    margin:0 0 6px;
    color:#fff;
}

.landing-system-row p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.7;
}

.landing-bullet-list--tight{
    gap:8px;
}

.landing-ranking__grid--balanced{
    grid-template-columns:1fr;
}

.landing-subhero p,
.landing-copy p{
    margin:0;
    color:var(--corpdo-muted);
    line-height:1.75;
}

.landing-copy{
    color:var(--corpdo-text);
}

.landing-subpage .landing-panel,
.landing-subpage-grid .landing-panel{
    border-radius:10px;
    border:1px solid var(--corpdo-border);
    background:linear-gradient(180deg, rgba(16,24,38,.96), rgba(11,17,29,.96));
    box-shadow:var(--corpdo-shadow);
}

.landing-subpage .landing-panel__head,
.landing-subpage-grid .landing-panel__head{
    gap:10px;
}

.landing-subpage .landing-panel__head p,
.landing-subpage-grid .landing-panel__head p{
    max-width:72ch;
}

.landing-subpage-grid .landing-panel{
    padding:24px;
}

.landing-subpage-grid .landing-panel + .landing-panel{
    margin-top:18px;
}

.landing-subhero .landing-strip__metrics{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}

.landing-subhero .landing-strip__metrics article{
    border-radius:8px;
    padding:14px 16px;
    background:rgba(255,255,255,.03);
}

.stack-form{
    display:grid;
    gap:16px;
}

.stack-form label{
    display:grid;
    gap:8px;
}

.stack-form label > span{
    color:#dce6fa;
    font-weight:700;
    font-size:.92rem;
}

.stack-form input,
.stack-form select,
.stack-form textarea{
    width:100%;
    min-height:46px;
    padding:12px 14px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,.08);
    background:#101826;
    color:#eef4ff;
    box-sizing:border-box;
}

.stack-form textarea{
    min-height:150px;
    resize:vertical;
}

.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus{
    outline:none;
    border-color:rgba(120,167,255,.44);
    box-shadow:0 0 0 3px rgba(79,140,255,.12);
}

.stack-form .btn{
    justify-self:start;
    min-width:220px;
    border-radius:8px;
}

.auth-links{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:16px;
}

.auth-links a{
    color:#9fc0ff;
    text-decoration:none;
    font-weight:700;
}

.auth-links a:hover{
    color:#d8e6ff;
}

.faq-accordion{
    display:grid;
    gap:14px;
}

.faq-item{
    border:1px solid rgba(255,255,255,.08);
    border-radius:8px;
    background:rgba(255,255,255,.025);
    overflow:hidden;
}

.faq-item summary{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    padding:16px 18px;
    cursor:pointer;
    list-style:none;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item__category{
    color:#8ce9ff;
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.faq-answer{
    padding:0 18px 18px;
    color:var(--corpdo-muted);
    line-height:1.75;
}

.landing-copy > *:first-child{
    margin-top:0;
}

.landing-copy > *:last-child{
    margin-bottom:0;
}

.landing-slug{
    color:#8ce9ff;
    font-family:var(--corpdo-mono);
    letter-spacing:.06em;
    text-transform:uppercase;
}

.landing-category-strip{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.landing-category-strip .shop-category-chip{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    padding:10px 14px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
    color:var(--corpdo-muted);
    text-decoration:none;
    font-weight:700;
}

.landing-category-strip .shop-category-chip:hover,
.landing-category-strip .shop-category-chip.active{
    color:#fff;
    border-color:rgba(120,167,255,.34);
    background:linear-gradient(180deg, rgba(79,140,255,.22), rgba(79,140,255,.12));
}

.site-footer--public{
    margin-top:28px;
    border-top:1px solid rgba(255,255,255,.08);
    background:linear-gradient(180deg, rgba(8,13,22,.96), rgba(5,9,15,.98));
}

.site-footer--public .footer-columns{
    width:min(1360px, calc(100% - 40px));
    margin:0 auto;
    padding:28px 0 34px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px 28px;
    align-items:center;
}

.site-footer--public .footer-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.site-footer--public .footer-links a{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:10px 14px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.07);
    background:rgba(255,255,255,.03);
    color:var(--corpdo-muted);
    text-decoration:none;
    font-weight:700;
}

.site-footer--public .footer-links a:hover{
    color:#fff;
    border-color:rgba(120,167,255,.34);
    background:linear-gradient(180deg, rgba(79,140,255,.22), rgba(79,140,255,.12));
}

.site-footer--public .footer-login--public{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}

.site-footer--public .footer-meta{
    grid-column:1 / -1;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    color:var(--corpdo-muted);
}

@media (max-width: 1180px){
    .landing-bento{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .landing-strip__inner,
    .landing-ranking__grid,
    .landing-section-head--split,
    .landing-subpage-grid{
        grid-template-columns:1fr;
    }

    .landing-workflow-grid,
    .landing-risk-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 760px){
    .landing-hero{
        min-height:auto;
    }

    .landing-hero__content{
        min-height:auto;
        padding-top:108px;
        padding-bottom:42px;
    }

    .landing-hero__copy h1{
        max-width:100%;
        font-size:clamp(2.2rem, 10vw, 3.4rem);
    }

    .landing-hero__stats,
    .landing-strip__metrics,
    .landing-bento{
        grid-template-columns:1fr;
    }

    .landing-stat{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
        padding:16px 0;
    }

    .landing-stat:last-child{
        border-bottom:none;
    }

    .landing-wide-card{
        grid-column:span 1;
    }

    .landing-subpage-grid{
        width:min(100% - 20px, 980px);
    }

    .landing-subhero .landing-strip__metrics{
        grid-template-columns:1fr;
    }

    .landing-panel,
    .landing-risk-card{
        padding:20px;
    }

    .landing-panel--plain,
    .landing-workflow-card{
        padding:20px;
    }

    .landing-workflow-grid,
    .landing-risk-grid{
        grid-template-columns:1fr;
    }

    .landing-system-row{
        grid-template-columns:1fr;
    }
}

.game-home-proof{
    margin-top:4px;
}

.game-home-highlight-list{
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.game-home-highlight-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#dbe8ff;
}

.game-home-highlight-list li::before{
    content:"";
    width:8px;
    height:8px;
    margin-top:.45rem;
    border-radius:999px;
    background:linear-gradient(180deg, var(--corpdo-cyan), var(--corpdo-primary));
    box-shadow:0 0 12px rgba(52,215,255,.3);
    flex:0 0 8px;
}

.game-home-preview__headline{
    display:grid;
    gap:8px;
}

.game-home-preview__headline strong{
    font-size:1.08rem;
    color:#fff;
}

.game-home-preview__headline small{
    color:var(--corpdo-muted);
}

.game-home-preview__bars{
    display:grid;
    gap:12px;
}

.game-home-preview__bars span{
    display:inline-flex;
    margin-bottom:6px;
    color:#dbe8ff;
    font-size:.9rem;
    font-weight:700;
}

.game-home-section-head{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);
    gap:20px;
    align-items:end;
}

.game-home-section-head--wide{
    padding:4px 2px;
}

.game-home-section-head h2{
    margin:10px 0 0;
    font-size:clamp(1.5rem, 3vw, 2.35rem);
    line-height:1.08;
}

.game-home-section-head p{
    margin:0;
    color:var(--corpdo-muted);
    max-width:46ch;
}

.game-home-loop-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.game-home-loop-grid .game-card{
    min-height:220px;
    align-content:start;
}

.game-home-market-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.game-home-market-strip--balanced .game-home-market-tile{
    min-height:220px;
}

.game-home-market-tile{
    display:grid;
    gap:10px;
    padding:22px;
    border-radius:24px;
    border:1px solid var(--corpdo-border);
    background:linear-gradient(180deg, rgba(15,24,39,.94), rgba(10,16,28,.96));
    box-shadow:var(--corpdo-shadow);
}

.game-home-market-tile small{
    color:var(--corpdo-muted);
    font-size:.82rem;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.game-home-market-tile strong{
    color:#fff;
    font-size:1.24rem;
    line-height:1.12;
}

.game-home-market-tile p{
    margin:0;
    color:#d3e0f7;
}

.game-home-ranking-grid{
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
}

.game-home-cta-card{
    align-content:start;
}

.game-home-cta-note{
    display:grid;
    gap:8px;
    margin-top:6px;
    padding:16px 18px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
}

.game-home-cta-note p{
    margin:0;
    color:var(--corpdo-muted);
}

.game-stats-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
}

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

.game-stats-grid > *,
.game-mini-grid > *{
    min-width:0;
}

.game-stat-card{
    display:grid;
    gap:8px;
    min-height:118px;
    padding:18px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.07);
    background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    min-width:0;
    width:100%;
    box-sizing:border-box;
    align-content:start;
}

.game-stat-card strong{
    color:#fff;
    font-size:1.25rem;
    line-height:1.15;
}

.game-stat-card span,
.game-stat-card small{
    color:var(--corpdo-muted);
}

.game-card{
    display:grid;
    gap:16px;
    padding:22px;
    position:relative;
    overflow:hidden;
    min-width:0;
    width:100%;
    box-sizing:border-box;
    align-content:start;
}

.game-card--accent{
    background:
        linear-gradient(180deg, rgba(14,25,43,.96), rgba(10,16,28,.96));
}

.game-card--success{
    background:
        linear-gradient(180deg, rgba(10,31,24,.96), rgba(8,19,18,.96));
}

.game-card::after{
    content:"";
    position:absolute;
    right:-60px;
    bottom:-60px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(79,140,255,.12), transparent 68%);
    pointer-events:none;
}

.game-icon-title{
    display:flex;
    align-items:center;
    gap:14px;
}

.game-icon-title h2,
.game-icon-title h3{
    margin:0;
}

.game-icon-badge{
    width:44px;
    height:44px;
    flex:0 0 44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    border:1px solid rgba(120,167,255,.26);
    background:rgba(79,140,255,.14);
    color:#9fc0ff;
    font-weight:800;
}

.game-icon-badge svg,
.game-subnav a svg{
    width:18px;
    height:18px;
}

.game-icon-badge.is-success{background:rgba(34,197,94,.12);color:#6ee7a1;border-color:rgba(34,197,94,.24)}
.game-icon-badge.is-violet{background:rgba(139,92,246,.14);color:#bfa0ff;border-color:rgba(139,92,246,.28)}
.game-icon-badge.is-blue{background:rgba(52,215,255,.12);color:#8ce9ff;border-color:rgba(52,215,255,.24)}

.game-subnav{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:4px;
}

.customer-subnav.game-subnav{
    align-items:stretch;
}

.customer-subnav.game-subnav a{
    min-width:0;
    flex:0 1 auto;
    padding:10px 12px;
    border-radius:12px;
    font-size:.78rem;
}

.customer-subnav.game-subnav a span{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.grid-2,
.market-two-col{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.grid-2 > *,
.market-two-col > *{
    min-width:0;
}

.dashboard-safe-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    align-items:start;
}

.dashboard-safe-grid > *{
    min-width:0;
}

.dashboard-safe-grid--spaced{
    margin-top:18px;
}

.dashboard-safe-grid--spaced-lg{
    margin-top:20px;
}

.details{
    align-items:start;
}

.stack-form{
    display:grid;
    gap:14px;
}

.stack-md{
    display:grid;
    gap:14px;
}

.stack-form label{
    display:grid;
    gap:8px;
    color:#d7e6ff;
    font-weight:700;
}

.stack-form input,
.stack-form select,
.stack-form textarea,
.game-card input,
.game-card select,
.game-card textarea{
    width:100%;
    min-height:48px;
    padding:12px 14px;
    border-radius:14px;
    border:1px solid rgba(143,166,203,.18);
    background:rgba(5,10,18,.76);
    color:#f2f7ff;
    box-sizing:border-box;
}

.stack-form textarea,
.game-card textarea{
    min-height:104px;
    resize:vertical;
}

.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus,
.game-card input:focus,
.game-card select:focus,
.game-card textarea:focus{
    outline:none;
    border-color:rgba(120,167,255,.48);
    box-shadow:0 0 0 4px rgba(79,140,255,.12);
}

.table-wrap{
    overflow:auto;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.07);
    width:100%;
    min-width:0;
}

.data-table{
    width:100%;
    border-collapse:collapse;
    min-width:640px;
    background:rgba(5,10,18,.52);
}

.sim-shell{
    display:grid;
    gap:16px;
}

.sim-head{
    display:grid;
    gap:8px;
    padding:18px 20px;
    border:1px solid var(--corpdo-border);
    border-radius:18px;
    background:linear-gradient(180deg, rgba(10,15,24,.96), rgba(8,12,18,.98));
}

.sim-head h1,
.sim-head h2,
.sim-head h3{
    margin:0;
}

.sim-kicker{
    color:#8fa6cb;
    font-size:.76rem;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-weight:800;
}

.sim-copy{
    color:var(--corpdo-muted);
    max-width:90ch;
}

.sim-grid{
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:14px;
    align-items:start;
}

.sim-grid > *{
    min-width:0;
}

.sim-col-12{grid-column:span 12}
.sim-col-8{grid-column:span 8}
.sim-col-6{grid-column:span 6}
.sim-col-4{grid-column:span 4}

.sim-panel{
    display:grid;
    gap:12px;
    padding:16px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:16px;
    background:linear-gradient(180deg, rgba(10,15,23,.98), rgba(8,12,18,.98));
    box-shadow:none;
    min-width:0;
    align-content:start;
}

.sim-panel h2,
.sim-panel h3{
    margin:0;
    font-size:1rem;
}

.sim-toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.sim-kpis{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
    gap:10px;
}

.sim-kpi{
    display:grid;
    gap:4px;
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;
    background:rgba(255,255,255,.02);
}

.sim-kpi-label,
.sim-table th,
.sim-log-label{
    color:#8fa6cb;
    font-size:.72rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.sim-kpi-value,
.sim-mono,
.sim-table td,
.sim-badge{
    font-family:var(--corpdo-mono);
}

.sim-kpi-value{
    color:#fff;
    font-size:1rem;
    font-weight:700;
}

.sim-table{
    width:100%;
    border-collapse:collapse;
    font-size:.9rem;
}

.sim-table-wrap{
    width:100%;
    min-width:0;
    overflow:auto;
    border:1px solid rgba(255,255,255,.05);
    border-radius:12px;
    background:rgba(3,8,14,.46);
}

.sim-table-wrap .sim-table{
    min-width:100%;
}

.sim-table th,
.sim-table td{
    padding:10px 10px;
    border-bottom:1px solid rgba(255,255,255,.06);
    text-align:left;
    vertical-align:top;
}

.sim-panel input,
.sim-panel select,
.sim-panel textarea{
    width:100%;
    min-height:42px;
    padding:10px 12px;
    border-radius:10px;
    border:1px solid rgba(143,166,203,.18);
    background:rgba(5,10,18,.82);
    color:#f2f7ff;
    box-sizing:border-box;
}

.sim-panel textarea{
    min-height:90px;
    resize:vertical;
}

.sim-panel input:focus,
.sim-panel select:focus,
.sim-panel textarea:focus{
    outline:none;
    border-color:rgba(120,167,255,.48);
    box-shadow:0 0 0 3px rgba(79,140,255,.10);
}

.sim-table th{
    background:rgba(255,255,255,.02);
}

.sim-badge{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:2px 8px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
    color:#dbe8ff;
    font-size:.78rem;
}

.sim-badge.is-good{color:#8de3ae;border-color:rgba(34,197,94,.22);background:rgba(34,197,94,.10)}
.sim-badge.is-bad{color:#ffb4b4;border-color:rgba(239,68,68,.24);background:rgba(239,68,68,.10)}
.sim-badge.is-warn{color:#ffd68a;border-color:rgba(245,158,11,.24);background:rgba(245,158,11,.10)}

.sim-report{
    display:grid;
    gap:12px;
}

.sim-report-headline{
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;
    background:rgba(255,255,255,.02);
    color:#dbe8ff;
    font-family:var(--corpdo-mono);
}

.sim-log{
    display:grid;
    gap:8px;
}

.sim-log-row{
    display:grid;
    grid-template-columns:140px 1fr;
    gap:10px;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.sim-log-row:last-child{
    border-bottom:none;
}

.sim-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.sim-form-grid--5{
    grid-template-columns:repeat(5,minmax(0,1fr));
}

.sim-form-grid .full{
    grid-column:1 / -1;
}

.sim-form-grid label{
    display:grid;
    gap:6px;
    min-width:0;
}

.sim-form-grid input,
.sim-form-grid select,
.sim-form-grid textarea{
    min-height:42px;
    font-family:var(--corpdo-mono);
}

.sim-split,
.sim-stack{
    display:grid;
    gap:12px;
}

.sim-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
}

.sim-strip-item{
    display:grid;
    gap:6px;
    padding:12px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:12px;
    background:rgba(255,255,255,.025);
}

.sim-strip-label{
    color:#8fa6cb;
    font-size:.7rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.production-grid{
    gap:16px;
}

.production-forms-layout{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    align-items:start;
    width:100%;
}

.production-form-card{
    min-width:0;
    align-content:start;
    width:100%;
}

.production-form-stack{
    display:grid;
    gap:14px;
    width:100%;
}

.production-panel{
    align-self:start;
}

.production-panel--forms{
    grid-auto-rows:max-content;
}

.production-form-grid{
    grid-template-columns:1fr;
    padding:14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:14px;
    background:rgba(255,255,255,.02);
    width:100%;
    min-width:0;
    box-sizing:border-box;
}

.production-form-grid + .production-form-grid{
    margin-top:0;
}

.production-form-grid .btn{
    width:100%;
    justify-content:center;
}

.market-grid{
    gap:16px;
}

.market-panel,
.profile-game-grid > *,
.rankings-table{
    min-width:0;
}

.market-panel--form{
    align-content:start;
}

.market-form-grid,
.profile-form-grid{
    grid-template-columns:1fr;
    padding:14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:14px;
    background:rgba(255,255,255,.02);
}

.market-form-grid .btn,
.profile-form-grid .btn{
    width:100%;
    justify-content:center;
}

.profile-game-grid{
    align-items:start;
}

.research-form-grid,
.supply-form-grid,
.support-form-grid,
.listing-edit-form{
    grid-template-columns:1fr;
    padding:14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:14px;
    background:rgba(255,255,255,.02);
}

.research-form-grid .btn,
.supply-form-grid .btn,
.support-form-grid .btn,
.listing-edit-form .btn{
    width:100%;
    justify-content:center;
}

.listing-edit-panel{
    max-width:1100px;
}

.company-setup-panel{
    max-width:820px;
}

.company-setup-form{
    grid-template-columns:1fr;
    padding:14px;
    border:1px solid rgba(255,255,255,.06);
    border-radius:14px;
    background:rgba(255,255,255,.02);
}

.company-setup-form .btn{
    width:100%;
    justify-content:center;
}

.listing-edit-form__meta,
.listing-edit-form__fields{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.listing-edit-subpanel{
    padding:14px;
    border-radius:14px;
    background:rgba(255,255,255,.02);
}

.sim-grid .sim-col-7{grid-column:span 7}
.sim-grid .sim-col-5{grid-column:span 5}

.rankings-table td,
.rankings-table th{
    white-space:nowrap;
}

.rankings-table td:nth-child(2),
.rankings-table th:nth-child(2){
    white-space:normal;
    min-width:220px;
}

@media (max-width:1100px){
    .sim-col-7,
    .sim-col-5,
    .sim-col-8,
    .sim-col-6,
    .sim-col-4{
        grid-column:span 12;
    }
    .sim-kpis{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .sim-form-grid--5,
    .sim-strip{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:760px){
    .sim-kpis,
    .sim-form-grid,
    .sim-form-grid--5,
    .sim-strip{
        grid-template-columns:1fr;
    }
    .sim-log-row{
        grid-template-columns:1fr;
    }
    .sim-table{
        font-size:.84rem;
    }
    .rankings-table td,
    .rankings-table th{
        white-space:normal;
    }
    .listing-edit-form__meta,
    .listing-edit-form__fields{
        grid-template-columns:1fr;
    }
}

.data-table th,
.data-table td{
    padding:14px 16px;
    border-bottom:1px solid rgba(255,255,255,.06);
    text-align:left;
    vertical-align:top;
}

.data-table th{
    color:#bcd0f1;
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
    background:rgba(255,255,255,.03);
}

.data-table tr:hover td{
    background:rgba(255,255,255,.02);
}

.list-row{
    display:flex;
    justify-content:space-between;
    gap:18px;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.06);
    min-width:0;
}

.list-row:last-child{
    border-bottom:none;
}

.list-stack{
    display:grid;
    gap:4px;
}

.feature-list{
    display:grid;
    gap:10px;
    margin:0;
    padding-left:18px;
}

.feature-list strong{
    color:#fff;
}

.profile-settings-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:20px;
    align-items:start;
}

.auth-register-grid,
.contact-grid-shell{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
    gap:20px;
    align-items:start;
}

.auth-panel-kicker{
    color:#8ce9ff;
    font-size:.8rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.12em;
}

.auth-links{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.auth-links a{
    color:#9fc4ff;
    text-decoration:none;
    font-weight:700;
}

.auth-benefit-list,
.contact-benefits{
    display:grid;
    gap:14px;
}

.auth-benefit-item,
.contact-benefits > div,
.auth-side-note{
    display:grid;
    gap:8px;
    padding:16px 18px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
}

.auth-benefit-item strong,
.contact-benefits strong{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
}

.auth-benefit-item p,
.auth-side-note p,
.contact-benefits span{
    margin:0;
    color:var(--corpdo-muted);
}

.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.error-card .hero-actions{
    margin-top:8px;
}

.faq-intro{
    color:var(--corpdo-muted) !important;
}

.game-chip-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.game-chip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:36px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
    color:#dbe7fb;
    font-size:.84rem;
    font-weight:700;
}

.game-entity{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

.game-entity strong{
    color:#fff;
}

.game-product-inline{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:1.04rem;
}

.game-product-mark,
.game-rank-badge{
    width:38px;
    height:38px;
    flex:0 0 38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.05);
    color:#dceaff;
}

.game-product-mark svg{
    width:18px;
    height:18px;
}

.game-product-mark.is-violet,
.game-rank-badge.is-violet{
    background:rgba(139,92,246,.14);
    color:#c6b1ff;
    border-color:rgba(139,92,246,.24);
}

.game-product-mark.is-blue,
.game-rank-badge.is-blue{
    background:rgba(52,215,255,.12);
    color:#9aeefe;
    border-color:rgba(52,215,255,.24);
}

.game-product-mark.is-success{
    background:rgba(34,197,94,.12);
    color:#8de3ae;
    border-color:rgba(34,197,94,.24);
}

.game-product-mark.is-warning,
.game-rank-badge.is-warning{
    background:rgba(245,158,11,.14);
    color:#ffd68a;
    border-color:rgba(245,158,11,.24);
}

.game-rank-badge{
    width:auto;
    min-width:46px;
    padding:0 10px;
    font-weight:800;
}

.game-progress{
    display:grid;
    gap:10px;
}

.game-progress-bar{
    width:100%;
    height:12px;
    border-radius:999px;
    overflow:hidden;
    background:rgba(255,255,255,.08);
}

.game-progress-fill{
    height:100%;
    border-radius:999px;
    background:linear-gradient(90deg, var(--corpdo-primary), var(--corpdo-cyan));
    box-shadow:0 0 18px rgba(52,215,255,.3);
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:12px 16px;
    border-radius:14px;
    border:1px solid transparent;
    text-decoration:none;
    font-weight:800;
    cursor:pointer;
    transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}

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

.btn-primary{
    background:linear-gradient(180deg, var(--corpdo-primary), #356fe1);
    color:#fff;
    border-color:rgba(120,167,255,.32);
    box-shadow:0 16px 30px rgba(53,111,225,.26);
}

.btn-secondary{
    background:rgba(255,255,255,.04);
    color:#dce9ff;
    border-color:rgba(255,255,255,.10);
}

.alert{
    padding:14px 16px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.09);
}

.alert-success{background:rgba(34,197,94,.12);color:#9be7b2}
.alert-error,.alert-danger{background:rgba(239,68,68,.12);color:#ffc0c0}
.alert-warning{background:rgba(245,158,11,.12);color:#ffd892}

.auth-form-card,
.enterprise-note-card,
.profile-shell-card{
    padding:24px;
}

.message-list,
.message-thread{
    display:grid;
    gap:12px;
}

.message-row{
    display:flex;
    justify-content:space-between;
    gap:18px;
    padding:16px 18px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.03);
    text-decoration:none;
    color:var(--corpdo-text);
}

.message-row:hover{
    border-color:rgba(120,167,255,.28);
    background:rgba(79,140,255,.08);
}

.message-row > div{
    display:grid;
    gap:6px;
}

.message-bubble{
    max-width:min(78%, 860px);
    display:grid;
    gap:8px;
    padding:16px 18px;
    border-radius:20px 20px 20px 8px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
}

.message-bubble.is-own{
    margin-left:auto;
    border-radius:20px 20px 8px 20px;
    background:linear-gradient(180deg, rgba(79,140,255,.18), rgba(79,140,255,.08));
    border-color:rgba(120,167,255,.28);
}

.message-bubble p{
    margin:0;
    color:#eaf2ff;
}

.message-bubble small,
.message-row small{
    color:var(--corpdo-muted);
}

@media (max-width:1100px){
    .site-header .header-inner,
    .customer-shell .header-inner{
        grid-template-columns:1fr;
        justify-items:start;
    }
    .site-header .nav-panel,
    .customer-shell .nav-panel{
        width:100%;
        display:grid;
        gap:12px;
    }
    .game-player-hero,
    .game-hero,
    .game-home-hero,
    .game-stats-grid,
    .game-mini-grid,
    .dashboard-safe-grid,
    .game-home-section-head,
    .game-home-loop-grid,
    .game-home-market-strip,
    .game-home-ranking-grid,
    .profile-settings-grid,
    .auth-register-grid,
    .contact-grid-shell,
    .grid-2,
    .market-two-col{
        grid-template-columns:1fr;
    }
}

@media (max-width:760px){
    .site-header,
    .customer-shell .site-header{
        padding:14px 14px 0;
    }
    .site-header .header-inner{
        grid-template-columns:1fr auto;
        align-items:center;
    }
    .site-header .nav-toggle{
        display:inline-flex;
        flex-direction:column;
    }
    .site-header .nav-panel{
        display:none;
        grid-column:1 / -1;
        width:100%;
        padding-top:8px;
    }
    .site-header .nav-panel.is-open{
        display:grid;
    }
    .site-header .main-nav{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
    }
    .site-header .main-nav a{
        width:100%;
        justify-content:flex-start;
    }
    .site-header .header-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
    }
    .site-header .language-switch{
        grid-column:1 / -1;
        justify-content:flex-start;
    }
    .site-header .header-login,
    .site-header .header-cta{
        width:100%;
    }
    .content-shell{
        width:min(100% - 20px, 1360px);
    }
    .game-hero,
    .content-card.enterprise-page-hero,
    .game-card{
        padding:18px;
        border-radius:22px;
    }
    .game-player-hero h1,
    .game-hero h1,
    .content-card.enterprise-page-hero h1{
        max-width:none;
        font-size:clamp(1.7rem, 9vw, 2.6rem);
    }
    .game-subnav{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .game-subnav a{
        justify-content:center;
    }
    .message-row,
    .list-row{
        flex-direction:column;
    }
    .data-table{
        min-width:560px;
    }
.message-bubble{
        max-width:100%;
    }
}

/* =========================================================
   Corpdo Player UI Reset
   Dense browsergame / control-room layout without pill look
   ========================================================= */

.site-header,
.customer-shell .site-header{
    padding:14px 18px 0;
    backdrop-filter:none;
}

.site-header .header-inner,
.customer-shell .header-inner{
    border-radius:8px;
    padding:12px 14px;
    border:1px solid rgba(255,255,255,.08);
    background:#0c121b;
    box-shadow:none;
}

.site-header .brand,
.customer-shell .brand{
    gap:10px;
}

.site-header .main-nav a,
.site-header .language-switch a,
.site-header .language-switch span,
.customer-shell-pill,
.game-subnav a{
    min-height:36px;
    padding:8px 10px;
    border-radius:4px;
    border:1px solid rgba(255,255,255,.08);
    background:#111825;
    color:#b8c5da;
    box-shadow:none;
    letter-spacing:.02em;
    font-size:.78rem;
    font-weight:700;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.is-active,
.game-subnav a:hover,
.game-subnav a.is-active{
    background:#1a2434;
    border-color:#3a4d69;
    color:#fff;
    box-shadow:none;
}

.customer-shell-pill{
    background:#0f1722;
}

.customer-shell-pill strong{
    color:#fff;
}

.customer-shell-pill svg,
.game-subnav a svg{
    width:15px;
    height:15px;
    color:#8ea4c6;
}

.customer-layout-actions .btn,
.site-header .header-login,
.site-header .header-cta{
    min-height:36px;
    border-radius:4px;
}

.content-shell{
    width:min(1400px, calc(100% - 32px));
    margin:0 auto 20px;
}

.game-shell,
.sim-shell{
    gap:14px;
}

.game-hero,
.content-card.enterprise-page-hero{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    padding:18px 20px;
    border-radius:8px;
    border:1px solid rgba(255,255,255,.08);
    background:#0f1622;
    box-shadow:none;
}

.game-hero::after,
.content-card.enterprise-page-hero::after,
.game-card::after{
    display:none;
}

.game-player-hero,
.game-hero{
    grid-template-columns:1fr;
    align-items:start;
}

.game-player-hero h1,
.game-hero h1,
.content-card.enterprise-page-hero h1{
    margin:4px 0 8px;
    max-width:none;
    font-size:2rem;
    line-height:1.1;
}

.eyebrow,
.sim-kicker,
.sim-kpi-label,
.sim-table th,
.sim-log-label,
.sim-strip-label,
.data-table th{
    padding:0;
    border:0;
    border-radius:0;
    background:none;
    color:#8ea4c6;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.game-toolbar,
.sim-toolbar,
.toolbar{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
}

.btn{
    min-height:36px;
    padding:8px 12px;
    border-radius:4px;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.01em;
    box-shadow:none;
}

.btn-primary{
    background:#d7a93a;
    border-color:#d7a93a;
    color:#11151d;
    box-shadow:none;
}

.btn-secondary{
    background:#151d2a;
    border-color:#304157;
    color:#dce7f8;
}

.btn:hover{
    transform:none;
    box-shadow:none;
}

.game-stats-grid,
.game-mini-grid,
.dashboard-safe-grid,
.grid-2,
.market-two-col{
    display:grid;
    gap:12px;
    align-items:start;
}

.game-stats-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.game-mini-grid,
.dashboard-safe-grid,
.grid-2,
.market-two-col{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.game-card,
.sim-panel,
.sim-head{
    border-radius:8px;
    border:1px solid rgba(255,255,255,.08);
    background:#0f1622;
    box-shadow:none;
}

.game-card,
.sim-panel{
    padding:14px 16px;
    gap:12px;
}

.sim-head{
    padding:14px 16px;
}

.game-stat-card{
    min-height:0;
    padding:12px 14px;
    border-radius:6px;
    border:1px solid rgba(255,255,255,.07);
    background:#111927;
    box-shadow:none;
}

.game-stat-card strong{
    font-size:1.05rem;
}

.sim-kpis{
    grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
    gap:8px;
}

.sim-kpi{
    padding:10px 12px;
    border-radius:6px;
    border:1px solid rgba(255,255,255,.07);
    background:#111927;
}

.table-wrap,
.sim-table-wrap{
    width:100%;
    min-width:0;
    overflow:auto;
    border-radius:6px;
    border:1px solid rgba(255,255,255,.08);
    background:#0b1119;
}

.data-table,
.sim-table{
    width:100%;
    border-collapse:collapse;
    min-width:620px;
    background:transparent;
}

.data-table th,
.data-table td,
.sim-table th,
.sim-table td{
    padding:10px 12px;
    border-bottom:1px solid rgba(255,255,255,.06);
    text-align:left;
    vertical-align:top;
}

.data-table th,
.sim-table th{
    position:static;
    background:#121b28;
}

.list-row,
.message-row{
    border-radius:0;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.06);
    background:none;
    padding:10px 0;
    box-shadow:none;
}

.message-row:hover{
    background:none;
    border-color:rgba(255,255,255,.06);
}

.message-bubble{
    max-width:100%;
    border-radius:6px;
    background:#111927;
    border:1px solid rgba(255,255,255,.07);
}

.game-chip,
.sim-badge{
    min-height:24px;
    padding:3px 8px;
    border-radius:4px;
    font-size:.74rem;
    box-shadow:none;
}

.game-product-mark,
.game-icon-badge{
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:6px;
    box-shadow:none;
}

.game-home-preview,
.game-scene-card,
.game-home-preview__focus,
.sim-strip-item{
    border-radius:6px;
    background:#111927;
    border:1px solid rgba(255,255,255,.07);
    box-shadow:none;
}

.stack-form label,
.sim-form-grid label{
    gap:6px;
    color:#d7e2f2;
    font-weight:700;
}

.stack-form input,
.stack-form select,
.stack-form textarea,
.game-card input,
.game-card select,
.game-card textarea,
.sim-panel input,
.sim-panel select,
.sim-panel textarea{
    min-height:40px;
    padding:9px 11px;
    border-radius:4px;
    border:1px solid rgba(255,255,255,.08);
    background:#0b121b;
    color:#eef4ff;
    box-shadow:none;
}

.stack-form textarea,
.game-card textarea,
.sim-panel textarea{
    min-height:88px;
}

.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus,
.game-card input:focus,
.game-card select:focus,
.game-card textarea:focus,
.sim-panel input:focus,
.sim-panel select:focus,
.sim-panel textarea:focus{
    border-color:#55718f;
    box-shadow:none;
}

.prose,
.sim-copy,
.muted,
.game-stat-card span,
.game-stat-card small{
    color:#9aacbf;
}

.cg-store-layout{
    display:grid;
    grid-template-columns:minmax(290px, 360px) minmax(0, 1fr);
    gap:18px;
    align-items:start;
}

.cg-store-sidebar,
.cg-store-main{
    display:grid;
    gap:18px;
}

.cg-store-panelhead,
.cg-store-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
}

.cg-store-list{
    display:grid;
    gap:10px;
}

.cg-store-list__item{
    display:grid;
    gap:4px;
    padding:12px 14px;
    border:1px solid var(--corpdo-border);
    border-radius:12px;
    background:rgba(255,255,255,.03);
    color:var(--corpdo-text);
    text-decoration:none;
    transition:border-color .18s ease, background .18s ease, transform .18s ease;
}

.cg-store-list__item strong{
    color:#fff;
    font-size:.95rem;
}

.cg-store-list__item span,
.cg-store-list__item small{
    color:var(--corpdo-muted);
}

.cg-store-list__item:hover,
.cg-store-list__item.is-active{
    border-color:rgba(120,167,255,.34);
    background:linear-gradient(180deg, rgba(79,140,255,.16), rgba(79,140,255,.08));
    transform:translateY(-1px);
}

.cg-store-badges{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}

.cg-grid--compact{
    gap:18px;
}

@media (max-width:1100px){
    .game-stats-grid,
    .game-mini-grid,
    .dashboard-safe-grid,
    .grid-2,
    .market-two-col,
    .cg-store-layout{
        grid-template-columns:1fr;
    }
}

@media (max-width:760px){
    .content-shell{
        width:min(100% - 16px, 1400px);
    }
    .site-header,
    .customer-shell .site-header{
        padding:10px 8px 0;
    }
    .site-header .header-inner,
    .customer-shell .header-inner,
    .game-hero,
    .content-card.enterprise-page-hero,
    .game-card,
    .sim-panel,
    .sim-head{
        border-radius:6px;
    }
    .game-subnav{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:6px;
    }
    .site-header--public .brand--public-copy{
        display:none;
    }
    .site-footer--public .footer-columns{
        width:min(100% - 20px, 1360px);
        grid-template-columns:1fr;
    }
    .site-footer--public .footer-login--public{
        display:grid;
        grid-template-columns:1fr;
        justify-content:stretch;
    }
    .game-subnav a{
        justify-content:flex-start;
    }
    .data-table,
    .sim-table{
        min-width:520px;
    }
    .cg-store-panelhead,
    .cg-store-header{
        flex-direction:column;
    }
    .cg-store-badges{
        justify-content:flex-start;
    }
}
