*,:before,:after{box-sizing:border-box}:root{--bg:#0d1017;--bg-raised:#131926;--surface:#1a2130;--surface-2:#222c42;--border:#2b3549;--border-strong:#3e4c68;--text:#f2f5fa;--text-2:#b9c3d6;--text-muted:#7e8ba4;--gold:#f5c451;--gold-strong:#ffdd85;--gold-deep:#c9971f;--grad-gold:linear-gradient(115deg,#ffdd85 0%,#f5c451 45%,#e0a232 100%);--cta:#1fae5e;--cta-hover:#29c46e;--cta-glow:#1fae5e66;--cta-text:#06130b;--cta-top1:#ff9f1c;--cta-top1-hover:#ffb347;--cta-top1-glow:#ff9f1c8c;--accent-red:#e2374b;--px:20px;--container:960px;--container-wide:1200px;--radius-s:6px;--radius-m:10px;--fs-h1:clamp(1.7rem,4vw,2.4rem);--fs-h2:clamp(1.3rem,2.6vw,1.7rem);--fs-h3:1.1rem;--fs-small:.85rem;--fs-micro:.72rem}html{-webkit-text-size-adjust:100%;tab-size:4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.15}body,h1,h2,h3,h4,p,ul,ol,dl,dd{margin:0}ul,ol{padding:0}button,input,textarea,select{font:inherit}button{cursor:pointer}body{background:var(--bg);min-height:100dvh;color:var(--text);flex-direction:column;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--gold);color:#131926}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.nco-sah{background:repeating-conic-gradient(#e2374bd9 0% 25%,#0000 0% 50%) 0 0/16px 16px;width:48px;height:8px;display:block}
.nco-header{background:var(--bg-raised);border-bottom:1px solid var(--border)}.nco-header-in{max-width:var(--container-wide);padding:12px var(--px);justify-content:space-between;align-items:center;gap:16px;margin:0 auto;display:flex}.nco-header-home{align-items:center;display:inline-flex}.nco-header-home img{width:auto;height:40px}.nco-age{border:2px solid var(--gold);width:36px;height:36px;color:var(--gold);letter-spacing:.02em;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:inline-flex}@media (max-width:768px){.nco-header-in{padding:10px var(--px)}.nco-header-home img{height:34px}.nco-age{width:32px;height:32px;font-size:.72rem}}
.nco-footer{background:var(--bg-raised);margin-top:48px;padding-bottom:84px;position:relative}.nco-footer:before{content:"";border-bottom:1px solid var(--gold-deep);background:repeating-conic-gradient(#e2374bbf 0% 25%,#131926e6 0% 50%) 0 0/16px 16px;height:8px;display:block}.nco-footer-in{max-width:var(--container-wide);padding:28px var(--px)0;flex-direction:column;gap:20px;margin:0 auto;display:flex}.nco-footer-brand{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.nco-footer-brand img{width:auto;height:32px}.nco-footer-tagline{color:var(--text-muted);font-size:var(--fs-small)}.nco-footer-nav{border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);flex-wrap:wrap;gap:6px 18px;padding:12px 0;display:flex}.nco-footer-link{color:var(--text-2);font-size:var(--fs-small)}.nco-footer-link:hover{color:var(--gold)}.nco-footer-notice{align-items:flex-start;gap:14px;display:flex}.nco-footer-age{border:2px solid var(--accent-red);width:34px;height:34px;color:var(--accent-red);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.nco-footer-notice-title{font-weight:700;font-size:var(--fs-small);margin-bottom:4px}.nco-footer-notice-text{color:var(--text-muted);font-size:var(--fs-small);max-width:720px;line-height:1.55}.nco-footer-regs{flex-wrap:wrap;gap:10px;display:flex}.nco-footer-reg{border-radius:var(--radius-s);background:#f2f5fa;align-items:center;padding:5px 10px;display:inline-flex}.nco-footer-reg-img{width:auto;height:26px}.nco-footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;padding:14px 0 18px;display:flex}.nco-footer-copy{color:var(--text-muted);font-size:var(--fs-small)}.nco-footer-mail{color:var(--gold);font-size:var(--fs-small)}.nco-footer-mail:hover{color:var(--gold-strong)}@media (max-width:768px){.nco-footer-in{gap:16px;padding-top:20px}.nco-footer-bottom{flex-direction:column;align-items:flex-start}}
.nco-cookie{z-index:950;background:var(--surface);width:min(300px,100vw - 24px);color:var(--text);border:1px solid var(--border-strong);border-top:2px solid var(--gold);border-radius:var(--radius-s);padding:12px;position:fixed;bottom:16px;right:16px;box-shadow:0 10px 30px #00000073}.nco-cookie-text{color:var(--text-2);margin:0 0 10px;font-size:12px}.nco-cookie-actions{justify-content:flex-end;gap:8px;display:flex}.nco-cookie-accept,.nco-cookie-decline{cursor:pointer;border-radius:4px;padding:8px 12px;font-size:12px;font-weight:800}.nco-cookie-accept{border:1px solid var(--cta);background:var(--cta);color:var(--cta-text)}.nco-cookie-accept:hover{background:var(--cta-hover)}.nco-cookie-decline{border:1px solid var(--border-strong);color:var(--text-2);background:0 0}.nco-cookie-decline:hover{color:var(--text)}@media (max-width:520px){.nco-cookie{width:calc(100vw - 24px);bottom:70px;right:12px}}
