:root{--bg:#08111a;--sidebar:#0d1722;--surface:#121d29;--surface-raised:#182431;--border:#273647;--text:#f5f2ea;--muted:#929caa;--gold:#e5a93b;--gold-hover:#f0b948;--radius:14px}
*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;margin:0;background:var(--bg);color:var(--text);font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.035em}h2{font-size:1.3rem;font-weight:750}h3{font-size:1.05rem;font-weight:700}p{color:var(--muted)}
.app-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.app-sidebar{width:250px;background:var(--sidebar);border-right:1px solid rgba(39,54,71,.55);padding:24px 18px;display:flex;flex-direction:column}.sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.2rem;font-weight:800}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:#111923;background:var(--gold)}.sidebar-nav{display:grid;gap:6px}.nav-label,.eyebrow{color:var(--gold);font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.nav-label{color:#657181;padding:0 12px 8px}.nav-group{margin-top:24px}.nav-item{min-height:42px;padding:10px 12px;display:flex;align-items:center;gap:10px;border-radius:9px;color:var(--muted);font-size:.9rem}.nav-item:hover,.nav-item:focus-visible,.nav-item.active{color:var(--text);background:rgba(229,169,59,.12)}.nav-item.active{color:var(--gold)}.sidebar-tip{margin-top:auto;padding:16px;display:grid;gap:5px;background:#151c1f;border:1px solid #574827;border-radius:12px;font-size:.78rem;color:var(--muted)}.sidebar-tip strong{color:var(--text)}
.app-main{min-width:0;display:flex;flex-direction:column}.topbar{min-height:82px;padding:16px clamp(20px,4vw,48px);display:flex;align-items:center;gap:20px;background:#0a141f;border-bottom:1px solid rgba(39,54,71,.45)}.page-heading{margin-right:auto;display:grid}.page-heading strong{font-size:1.05rem}.page-heading span{color:var(--muted);font-size:.75rem}.search-box{width:min(320px,30vw);height:44px;padding:0 14px;display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--muted)}.search-box input{width:100%;color:var(--text);background:transparent;border:0;outline:0}.search-box input::placeholder{color:#6f7b89}.menu-button{width:44px;height:44px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px}
.content{width:min(1200px,100%);margin:0 auto;padding:clamp(24px,4vw,48px);flex:1}.hero-panel{min-height:230px;padding:clamp(24px,4vw,42px);display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;background:linear-gradient(110deg,#151d1f,#101817);border:1px solid #574827;border-radius:var(--radius)}.hero-panel h1{margin:8px 0}.hero-panel p{margin-bottom:24px}.hero-glyph{width:150px;height:150px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:rgba(229,169,59,.12);color:var(--gold);font-size:5rem}.dashboard-section{margin-top:30px}.section-heading{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.section-heading h2{margin:0}.section-heading a,.card-action,.guide-card a{color:var(--gold);font-size:.72rem;font-weight:800;text-transform:uppercase}
.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tool-card{min-height:210px;padding:20px;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-content:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:transform .18s ease,border-color .18s ease,background .18s ease}.tool-card:hover,.tool-card:focus-visible{transform:translateY(-3px);background:var(--surface-raised);border-color:#7b622f;outline:0}.tool-icon{grid-row:1/span 3;width:58px;height:58px;display:grid;place-items:center;background:#0a141f;border:1px solid #594a2c;border-radius:11px;color:var(--gold);font-size:1.5rem}.tool-card h3{margin:4px 0}.tool-card p{font-size:.82rem}.card-action{grid-column:1/-1;align-self:end;padding-top:16px;margin-top:22px;border-top:1px solid var(--border)}
.daily-card{min-height:130px;padding:22px;display:grid;grid-template-columns:auto 1fr 1fr 2fr auto;gap:22px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.daily-card>div:not(.daily-icon){min-height:62px;padding-left:20px;display:grid;border-left:1px solid var(--border)}.daily-card strong{font-size:1.08rem}.daily-card small{color:var(--muted)}.daily-card a{color:var(--gold);font-size:.72rem;font-weight:800;text-transform:uppercase}.daily-icon{width:62px;height:62px;display:grid;place-items:center;background:#0a141f;border-radius:12px;color:var(--gold);font-size:1.8rem}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.guide-card{min-height:120px;padding:16px;display:flex;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.guide-icon{width:74px;flex:0 0 74px;display:grid;place-items:center;background:#0a141f;border:1px solid var(--border);border-radius:11px;color:var(--gold);font-size:1.8rem}.guide-card h3{margin:3px 0}.guide-card p{margin:0 0 4px;font-size:.8rem}
.breadcrumbs{margin-bottom:22px;display:flex;gap:8px;color:var(--muted);font-size:.82rem}.breadcrumbs a{color:var(--gold)}.calculator-header{margin-bottom:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.calculator-header h1{margin:5px 0}.calculator-header p{margin:0}.status-chip{padding:8px 12px;color:#8fd5ac;background:#123022;border:1px solid #326d4b;border-radius:999px;font-size:.78rem}.calculator-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px;align-items:start}.form-card,.result-card{padding:clamp(20px,3vw,30px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.card-heading{margin-bottom:24px;display:flex;align-items:start;justify-content:space-between}.card-heading h2{margin:4px 0 0}.card-heading>span{width:38px;height:38px;display:grid;place-items:center;color:var(--gold);background:rgba(229,169,59,.1);border-radius:9px;font-weight:800}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-field{display:grid;gap:8px;color:var(--muted);font-size:.82rem;font-weight:700}.form-control,.form-select{min-height:50px;padding:12px 14px;color:var(--text);background-color:#0c1621;border:1px solid var(--border);border-radius:10px}.form-control:focus,.form-select:focus,.form-check-input:focus{color:var(--text);background-color:#0c1621;border-color:var(--gold);box-shadow:0 0 0 3px rgba(229,169,59,.14)}.form-control::placeholder{color:#667381}.form-select{color-scheme:dark}.form-check{margin:22px 0;display:flex;gap:10px;color:var(--muted)}.form-check-input{background-color:#0c1621;border-color:var(--border)}.form-check-input:checked{background-color:var(--gold);border-color:var(--gold)}.form-actions{display:flex;gap:10px}.result-card h2{margin:10px 0}.result-card dl{margin:24px 0 0}.result-card dl div{padding:14px 0;display:flex;justify-content:space-between;border-top:1px solid var(--border)}.result-card dt{color:var(--muted);font-weight:500}.result-card dd{margin:0;color:var(--gold);font-weight:800}.faq-section{max-width:780px;margin-top:34px}.faq-section h2{margin:6px 0 14px}details{margin-bottom:10px;background:var(--surface);border:1px solid var(--border);border-radius:10px}summary{padding:17px 20px;cursor:pointer;font-weight:700}details p{padding:0 20px 18px;margin:0}
.btn{min-height:44px;padding:11px 18px;border-radius:9px;font-size:.75rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.btn-primary{color:#111923;background:var(--gold);border-color:var(--gold)}.btn-primary:hover,.btn-primary:focus{color:#111923;background:var(--gold-hover);border-color:var(--gold-hover)}.btn-secondary{color:var(--text);background:transparent;border-color:var(--border)}.btn-secondary:hover{background:var(--surface-raised);border-color:#506078}.app-footer{margin:0 clamp(20px,4vw,48px) 18px;padding:14px 18px;display:flex;justify-content:space-between;color:#697686;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:.72rem}.app-footer strong{color:var(--gold);text-transform:uppercase}
@media(max-width:991.98px){.app-shell{display:block}.app-sidebar{--bs-offcanvas-width:280px;width:280px}.topbar{min-height:72px}.search-box{display:none}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card:last-child{grid-column:1/-1}.daily-card{grid-template-columns:auto repeat(2,1fr)}.daily-card>div:nth-of-type(4){grid-column:2/-1}.daily-card>a{grid-column:3}}
@media(max-width:767.98px){body{font-size:15px}.topbar{padding:12px 16px;gap:12px}.page-heading span,.topbar>.btn{display:none}.content{padding:22px 16px 32px}.hero-panel{min-height:0}.hero-glyph{display:none}.tool-grid,.guide-grid,.calculator-layout,.field-grid{grid-template-columns:1fr}.tool-card:last-child{grid-column:auto}.daily-card{grid-template-columns:1fr;align-items:start}.daily-icon{display:none}.daily-card>div:not(.daily-icon),.daily-card>div:nth-of-type(4),.daily-card>a{grid-column:auto;padding:0 0 14px;border:0;border-bottom:1px solid var(--border)}.daily-card>a{border:0}.calculator-header{align-items:start;flex-direction:column}.guide-icon{width:60px;flex-basis:60px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.app-footer{margin:0 16px 16px;gap:8px;flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.ds-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.ds-header h1{margin:6px 0}.ds-header p{margin:0}.ds-section{margin-top:38px}.ds-note{color:var(--muted);font-size:.78rem}.ds-panel{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.swatch-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.swatch{overflow:hidden;display:grid;background:var(--surface);border:1px solid var(--border);border-radius:11px}.swatch>span{height:82px;border-bottom:1px solid var(--border)}.swatch strong,.swatch code{padding:10px 12px 0}.swatch code{padding-top:0;padding-bottom:12px;color:var(--muted);font-size:.72rem}.type-sample>*{margin-bottom:12px}.component-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.ds-fields{margin-bottom:20px}
@media(max-width:991.98px){.swatch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.ds-header{align-items:flex-start;flex-direction:column}.swatch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
