*{box-sizing:border-box}:root{--bg: #f3f6fb;--surface: rgba(255,255,255,.94);--surface-strong: #ffffff;--text: #122038;--muted: #5c6f89;--line: #d8e1ef;--accent: #2457ff;--accent-2: #77aeff;--accent-soft: #eef3ff;--success: #11836c;--shadow: 0 18px 50px rgba(18, 32, 56, .08);--shadow-hover: 0 26px 60px rgba(36, 87, 255, .14);--radius: 24px;--container: 1180px}html[data-theme=dark]{--bg: #08111f;--surface: rgba(12, 19, 34, .96);--surface-strong: #101a2c;--text: #f3f7ff;--muted: #b5c1d6;--line: #273754;--accent: #7ea6ff;--accent-2: #a8c4ff;--accent-soft: #14233d;--shadow: 0 18px 50px rgba(0, 0, 0, .42);--shadow-hover: 0 26px 64px rgba(42, 79, 180, .34)}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top right,rgba(107,139,255,.16),transparent 28%),linear-gradient(180deg,#fcfdff 0%,var(--bg) 100%);line-height:1.6}html[data-theme=dark] body{background:radial-gradient(circle at top right,rgba(89,111,255,.16),transparent 28%),linear-gradient(180deg,#0b1423 0%,var(--bg) 100%)}a{color:inherit;text-decoration:none}p,li{color:var(--muted)}h1,h2,h3{color:var(--text);letter-spacing:-.03em}h1{font-weight:820}h2{font-size:clamp(1.55rem,2.2vw,2.15rem);line-height:1.08;margin:0 0 .75rem;font-weight:780}h3{line-height:1.15;font-weight:760}h2,h3,.article-card-pro h3,.profession-card h3,.card h3{position:relative;display:inline-block}h2:after,h3:after,.article-card-pro h3:after,.profession-card h3:after,.card h3:after{content:"";position:absolute;left:0;bottom:-.22rem;width:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-2));transition:width .28s ease}h2:hover:after,h3:hover:after,.article-card-pro h3:hover:after,.profession-card h3:hover:after,.card h3:hover:after{width:100%}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}.narrow{width:min(calc(100% - 2rem),820px)}.glass-card{background:var(--surface);backdrop-filter:blur(14px);border:1px solid rgba(220,230,244,.8);box-shadow:var(--shadow)}html[data-theme=dark] .glass-card{border-color:#24344ff2}.site-header{position:sticky;top:0;z-index:50;background:#fbfcffc7;backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,227,239,.8)}html[data-theme=dark] .site-header{background:#0b1220cc;border-bottom-color:#24344feb}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.85rem;min-width:0}.logo-lockup{display:inline-flex;align-items:center;gap:.9rem;min-width:0}.logo-mark{width:52px;height:52px;display:block;filter:drop-shadow(0 12px 24px rgba(22,57,184,.14));flex:0 0 auto;overflow:visible}.logo-lockup.compact .logo-mark{width:46px;height:46px}html[data-theme=dark] .logo-mark{filter:drop-shadow(0 14px 26px rgba(0,0,0,.34))}.logo-type{display:grid;line-height:1.08;min-width:0}.logo-type strong{letter-spacing:-.03em;font-size:1.14rem;white-space:nowrap}.logo-type small{color:var(--muted);margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.main-nav{display:flex;gap:.35rem;align-items:center}.main-nav a{color:var(--muted);font-weight:700;padding:.7rem .95rem;border-radius:999px;transition:.18s ease}.main-nav a:hover{color:var(--text);background:#2557ff14;transform:translateY(-1px)}.nav-cta{min-height:46px;padding-inline:1.05rem}.theme-toggle{width:46px;height:46px;border-radius:999px;border:1px solid var(--line);background:#ffffffc7;color:var(--text);display:inline-grid;place-items:center;cursor:pointer;box-shadow:var(--shadow);position:relative;overflow:hidden}html[data-theme=dark] .theme-toggle{background:#111a2de6}.theme-icon{position:absolute;transition:transform .22s ease,opacity .22s ease}.theme-sun{opacity:1;transform:translateY(0)}.theme-moon{opacity:0;transform:translateY(120%)}html[data-theme=dark] .theme-sun{opacity:0;transform:translateY(-120%)}html[data-theme=dark] .theme-moon{opacity:1;transform:translateY(0)}.mobile-nav{display:none}.mobile-nav>summary{list-style:none;cursor:pointer;width:48px;height:48px;border-radius:16px;border:1px solid var(--line);background:#ffffffeb;display:grid;place-items:center;box-shadow:var(--shadow);position:relative;z-index:71}html[data-theme=dark] .mobile-nav>summary{background:#111a2deb}.mobile-nav>summary::-webkit-details-marker{display:none}.mobile-nav>summary span{display:block;width:18px;height:2px;background:var(--text);border-radius:999px;margin:2px 0}.mobile-nav[open]>summary{background:var(--accent-soft)}.mobile-nav-overlay{display:none}.mobile-nav[open] .mobile-nav-overlay{display:block;position:fixed;inset:0;background:#080e1b61;backdrop-filter:blur(10px) saturate(.86);z-index:60}.mobile-nav-panel{position:fixed;top:80px;left:.75rem;right:.75rem;border-radius:24px;padding:1rem;z-index:70;max-height:calc(100vh - 92px);overflow:auto;box-shadow:0 28px 60px #12203838;background:#fffffffa}html[data-theme=dark] .mobile-nav-panel{background:#0c1322fb}.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.mobile-nav-title{font-weight:800;letter-spacing:-.02em}.mobile-nav-links{display:grid;gap:.5rem}.mobile-nav-links a:not(.button){padding:.95rem 1rem;border-radius:16px;font-weight:800;background:#ffffffd9;border:1px solid var(--line)}html[data-theme=dark] .mobile-nav-links a:not(.button){background:#111a2df2}.mobile-nav-links a:not(.button):hover{background:#2557ff0f}.hero{padding:4.5rem 0 2rem}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:1.4rem;align-items:start}.hero h1{margin:.35rem 0 1rem;font-size:clamp(2.3rem,5vw,4.4rem);line-height:.98;letter-spacing:-.05em;max-width:10.5ch}.hero-copy,.page-hero p,.section-intro p,.prose p,.footer-note,.mini-note{color:var(--muted)}.hero-panel,.card,.result-card{border-radius:var(--radius)}.hero-panel{padding:1.25rem;display:grid;gap:1rem}.metric{padding:1rem 1.1rem;border-radius:20px;background:linear-gradient(180deg,#f8faff,#eef3ff);border:1px solid #dfe8ff}html[data-theme=dark] .metric{background:linear-gradient(180deg,#111c33,#16233d);border-color:#273d63}.metric-label,.eyebrow{display:inline-block;color:var(--accent);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.metric strong{display:block;color:var(--text);font-size:1.08rem;line-height:1.35;margin-top:.2rem}.metric p{margin:.45rem 0 0;font-size:.96rem}.hero-highlight{display:grid;gap:.7rem}.hero-points{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.hero-points li:before{content:"•";color:var(--accent);font-weight:900;margin-right:.5rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.hero-proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1rem;max-width:720px}.proof-chip{padding:.8rem .9rem;border-radius:18px}.proof-kicker{display:block;color:var(--accent);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:.22rem}.proof-chip strong{display:block;font-size:.95rem;line-height:1.35;letter-spacing:-.02em}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.9rem 1.15rem;border-radius:999px;border:1px solid var(--line);background:#ffffffd9;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}html[data-theme=dark] .button{background:#111a2deb}.button:hover,.hover-lift:hover,.card:hover,.simple-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.button.primary{background:linear-gradient(135deg,var(--accent),#1237be);color:#fff;border-color:transparent}html[data-theme=dark] .button.primary{background:linear-gradient(135deg,#6f96ff,#3155cf)}.section{padding:2rem 0 3rem}.section-alt{background:linear-gradient(180deg,#eef2ffb3,#f7f8fb00);border-top:1px solid rgba(219,227,239,.7);border-bottom:1px solid rgba(219,227,239,.7)}html[data-theme=dark] .section-alt{background:linear-gradient(180deg,#16233dd9,#0b122000);border-color:#24344feb}.page-hero{padding:2.7rem 0 1rem}.page-hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.03;margin:.3rem 0 .8rem;letter-spacing:-.04em}.section-intro{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.25rem}.card-grid,.related-grid,.feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:1.35rem;background:#ffffffe6;border:1px solid rgba(220,230,244,.84);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}html[data-theme=dark] .card{background:#111a2df0;border-color:#24344feb}.card:hover{border-color:#2557ff2e}.badge{display:inline-flex;padding:.34rem .68rem;border-radius:999px;background:#edf3ff;color:#1537b7;font-weight:800;font-size:.76rem;letter-spacing:.03em;text-transform:uppercase}html[data-theme=dark] .badge{background:#16233d;color:#aecaff}.text-link,.card-cta{color:var(--accent);font-weight:700}.simple-list{display:grid;gap:.9rem}.checks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-link{display:block;padding:1rem 1.1rem;background:#ffffffe0;border:1px solid var(--line);border-radius:20px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}html[data-theme=dark] .simple-link{background:#111a2df0}.simple-link strong{display:block;margin-bottom:.2rem}.simple-link small{color:var(--muted)}.prose .cta-panel{margin:2rem 0;background:linear-gradient(180deg,#f8faff,#eef4ff);border:1px solid #dfe7ff;padding:1.2rem;border-radius:24px}html[data-theme=dark] .prose .cta-panel{background:linear-gradient(180deg,#111c33,#16233d);border-color:#273d63}.calculator-shell{display:grid;grid-template-columns:.95fr 1.05fr;gap:1rem;align-items:start}.calculator-form,.calculator-result{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow)}.field,.field-grid{display:grid;gap:.35rem;margin-bottom:1rem}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}label{font-weight:700;font-size:.96rem}input,select{width:100%;min-height:50px;border:1px solid var(--line);background:#fff;border-radius:16px;padding:.82rem .95rem;font:inherit;color:var(--text);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}html[data-theme=dark] input,html[data-theme=dark] select{background:#0f1728}input:hover,select:hover{border-color:#2557ff52}input:focus,select:focus{outline:none;border-color:#2557ff8c;box-shadow:0 0 0 4px #2557ff17}small{color:var(--muted)}.check{display:flex;align-items:center;gap:.75rem;font-weight:600;margin-bottom:.9rem}.check input{width:18px;min-height:18px}.segment-row{display:inline-grid;grid-template-columns:repeat(2,1fr);gap:.35rem;padding:.3rem;background:var(--accent-soft);border-radius:999px;margin-bottom:1rem;max-width:100%}.seg{border:0;background:transparent;color:var(--muted);padding:.72rem .95rem;border-radius:999px;font:inherit;font-weight:700;cursor:pointer;min-width:0}.seg.active{background:#fff;color:var(--text);box-shadow:0 8px 22px #2557ff1f}html[data-theme=dark] .seg.active{background:#0f1728}.result-card{padding:1.2rem;background:linear-gradient(180deg,#fff,#f9fbff);border:1px solid rgba(220,230,244,.9)}html[data-theme=dark] .result-card{background:linear-gradient(180deg,#111c33,#16233d);border-color:#24344feb}.result-top{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1rem}.result-top h3{margin:.25rem 0 0}.result-primary{text-align:right}.result-primary strong{display:block;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1;letter-spacing:-.03em}.result-grid{display:grid;gap:.75rem}.result-row{display:flex;justify-content:space-between;gap:1rem;padding-top:.75rem;border-top:1px solid var(--line);align-items:start}.result-row span small{display:block;margin-top:.15rem}.result-note{margin-top:1rem;padding:.9rem 1rem;border-radius:16px;background:#f5f8ff;border:1px solid #dce6ff;font-size:.95rem}html[data-theme=dark] .result-note{background:#111c33;border-color:#273d63}.stat-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border-radius:999px;background:#eff5ff;color:#1843cc;font-weight:700;font-size:.84rem}html[data-theme=dark] .stat-chip{background:#16233d;color:#b9cfff}.faq-list{display:grid;gap:.75rem}.faq-item{padding:1rem;border-radius:18px;background:#ffffffe0;border:1px solid var(--line)}html[data-theme=dark] .faq-item{background:#111a2df0}.faq-item summary{font-weight:700;cursor:pointer}.table-wrap{overflow-x:auto;border-radius:20px}.data-table{width:100%;border-collapse:collapse;font-size:.96rem;min-width:760px}.data-table th,.data-table td{text-align:left;padding:.85rem .75rem;border-bottom:1px solid var(--line);vertical-align:top}.data-table th{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.site-footer{margin-top:3rem;padding:1rem 0 2rem}.footer-shell{border-radius:32px;padding:1.65rem;background:linear-gradient(180deg,#fffffff5,#f4f8fffc)}html[data-theme=dark] .footer-shell{background:linear-gradient(180deg,#101a2cfa,#0b121ffc)}.footer-top{display:grid;grid-template-columns:1.18fr repeat(3,minmax(0,.62fr));gap:1rem}.footer-brand-panel,.footer-panel{padding:1.2rem;border-radius:24px;background:#ffffffc2;border:1px solid rgba(220,230,244,.88)}html[data-theme=dark] .footer-brand-panel,html[data-theme=dark] .footer-panel{background:#0a1220d6;border-color:#273754f0}.footer-brand-panel p{max-width:52ch}.footer-kicker{display:inline-block;margin-bottom:.55rem;color:var(--accent);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.footer-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-panel a{color:var(--muted);font-weight:600}.footer-panel a:hover{color:var(--text)}.footer-badges{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.footer-badges span{padding:.45rem .75rem;border-radius:999px;background:#edf3ff;color:#1843cc;font-weight:700;font-size:.82rem}html[data-theme=dark] .footer-badges span{background:#16233d;color:#b9cfff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(220,230,244,.85)}.footer-bottom-link{font-weight:700;color:var(--accent)}code{background:#edf3ff;padding:.12rem .35rem;border-radius:.4rem}html[data-theme=dark] code{background:#16233d}@media(max-width:920px){.desktop-nav{display:none}.mobile-nav{display:block;position:relative}.hero{padding-top:3rem}.hero-grid,.card-grid,.related-grid,.calculator-shell,.checks-grid,.feature-grid,.field-grid.two,.field-grid.three,.footer-top,.hero-proof-strip{grid-template-columns:1fr}.section-intro,.result-top,.footer-bottom{display:block}.result-primary{text-align:left;margin-top:.6rem}.footer-bottom-link{display:inline-block;margin-top:.5rem}}@media(max-width:720px){.container,.narrow{width:min(calc(100% - 1rem),var(--container))}.header-inner{min-height:72px}.logo-type small{display:none}.hero h1{max-width:100%}.hero-actions,.footer-badges{gap:.5rem}.hero-proof-strip{gap:.6rem}.card,.calculator-form,.calculator-result,.hero-panel,.footer-shell,.footer-brand-panel,.footer-panel{padding:1rem}.page-hero{padding-top:2rem}.segment-row{width:100%}.seg{padding-inline:.5rem}.check{align-items:flex-start}.data-table{min-width:640px}}@media(max-width:520px){.button,.hero-actions .button{width:100%}.result-row{flex-direction:column;gap:.25rem}.result-row>:last-child{text-align:left}.theme-toggle{width:42px;height:42px}}body.mobile-menu-open{overflow:hidden}body.mobile-menu-open main,body.mobile-menu-open .site-footer{filter:blur(14px) brightness(.78) saturate(.86);pointer-events:none;user-select:none}body.mobile-menu-open .site-header{backdrop-filter:blur(18px)}.card .badge,.profession-card .badge,.article-card-pro .badge,.card-link .eyebrow{display:inline-flex;width:max-content;margin-bottom:.9rem}.card h3,.profession-card h3,.article-card-pro h3{display:block;margin-top:0}.card-link .eyebrow,.profession-card-top .badge{margin-bottom:.78rem}.card-link h3,.article-card-pro h3,.profession-card h3,.card h3{margin-bottom:.62rem}.card p,.article-card-pro p,.profession-card p{margin:0 0 1rem}.browser-shell{display:grid;gap:1rem}.browser-controls{padding:1.1rem;border-radius:24px}.browser-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.2rem}.browser-grid{display:grid;gap:1rem}.profession-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profession-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.profession-values{text-align:right}.profession-values strong{display:block;font-size:1.35rem;letter-spacing:-.02em}.profession-card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0}.profession-card-meta div,.article-card-pro{border-top:1px solid var(--line);padding-top:.85rem}.profession-card-meta span{display:block;font-size:.82rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.article-card-pro h3,.profession-card h3{margin:.7rem 0 .5rem}.footer-shell .logo-type small{display:block}@media(max-width:920px){.profession-grid,.article-grid{grid-template-columns:1fr}}
