.quick-calculator{position:relative;z-index:8;border-bottom:1px solid var(--cq-line);background:#f6f3fb;color:var(--cq-ink);box-shadow:0 8px 24px #2d16470b}.quick-calculator-bar{display:flex;align-items:center;gap:1rem;max-width:1120px;min-height:54px;margin:auto;padding:.55rem 1rem}.quick-calculator-title{display:flex;align-items:center;gap:.65rem;min-width:0}.quick-calculator-title>span:last-child{display:grid;line-height:1.15}.quick-calculator-title strong{font-size:.94rem}.quick-calculator-title small{color:var(--cq-muted);font-size:.72rem}.quick-calculator-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:.65rem;background:linear-gradient(135deg,var(--cq-primary),#22c1dc);color:#fff;font-size:1.25rem;box-shadow:0 6px 14px #6d28d930}.quick-calculator-peek{overflow:hidden;margin-left:auto;color:var(--cq-primary-dark);font-size:1.1rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.quick-calculator-toggle{gap:.55rem;min-height:34px;margin-left:auto;padding:.35rem .65rem;border-color:transparent;background:transparent;color:var(--cq-muted);font-size:.8rem;box-shadow:none}.quick-calculator-toggle:hover{border-color:var(--cq-line);background:#fff;color:var(--cq-primary-dark);box-shadow:none;transform:none}.quick-calculator-toggle span{font-size:1.15rem;line-height:1}.quick-calculator-panel{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);gap:1rem;max-width:1120px;margin:auto;padding:.2rem 1rem 1rem}.quick-calculator-display{display:flex;flex-direction:column;justify-content:center;min-height:182px;padding:1.1rem;border:1px solid #dcd4e8;border-radius:.85rem;background:#fff;box-shadow:inset 0 -10px 25px #5f3c8510}.quick-calculator-display label{color:var(--cq-muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.quick-calculator-display input{width:100%;padding:.4rem 0;border:0;outline:0;background:transparent;color:var(--cq-muted);font-size:1rem;text-align:right}.quick-calculator-display output{overflow-wrap:anywhere;color:var(--cq-ink);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;text-align:right}.quick-calculator-controls{min-width:0}.quick-calculator-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.quick-calculator-mode select,.quick-calculator-programming-options select{min-height:32px;padding:.28rem 1.8rem .28rem .6rem;border:1px solid #d7c9e5;border-radius:.5rem;background:#fff;color:var(--cq-ink);font-size:.78rem;font-weight:750}.quick-calculator-programming-options{display:flex;gap:.35rem}.quick-calculator-keys{display:grid;grid-template-columns:repeat(5,minmax(44px,1fr));gap:.36rem}.quick-calculator-keys.mode-advanced,.quick-calculator-keys.mode-financial,.quick-calculator-keys.mode-programming{grid-template-columns:repeat(10,minmax(40px,1fr))}.quick-calculator-keys button{min-height:40px;padding:.35rem;border-color:#ddd7e6;border-radius:.5rem;background:#fff;color:var(--cq-ink);font-size:.9rem;box-shadow:0 2px 5px #2613410d}.quick-calculator-keys button:hover{border-color:#c8b5e5;background:#f5f0fc;color:var(--cq-primary-dark);box-shadow:0 4px 9px #26134115;transform:translateY(-1px)}.quick-calculator-keys button.operator{background:#ece8f2}.quick-calculator-keys button.equals{border-color:var(--cq-primary);background:linear-gradient(135deg,var(--cq-primary),#229ed9);color:#fff}@media(max-width:820px){.quick-calculator-panel{grid-template-columns:1fr}.quick-calculator-display{min-height:112px}.quick-calculator-keys.mode-advanced,.quick-calculator-keys.mode-financial,.quick-calculator-keys.mode-programming{grid-template-columns:repeat(5,minmax(44px,1fr))}}@media(max-width:520px){.quick-calculator-bar{min-height:48px;padding:.45rem .75rem}.quick-calculator-title small,.quick-calculator-toggle{font-size:0}.quick-calculator-toggle span{font-size:1.2rem}.quick-calculator-panel{padding:0 .65rem .75rem}.quick-calculator-display{min-height:96px;padding:.8rem}.quick-calculator-display output{font-size:2rem}.quick-calculator-toolbar{align-items:stretch;flex-direction:column}.quick-calculator-programming-options label,.quick-calculator-programming-options select{flex:1;min-width:0}.quick-calculator-keys,.quick-calculator-keys.mode-advanced,.quick-calculator-keys.mode-financial,.quick-calculator-keys.mode-programming{grid-template-columns:repeat(5,minmax(42px,1fr))}.quick-calculator-keys button{min-height:42px}}[data-theme=dark] .quick-calculator{border-color:#493d5d;background:#191420;box-shadow:0 10px 26px #05020845}[data-theme=dark] .quick-calculator-display,[data-theme=dark] .quick-calculator-keys button{border-color:#493d5d;background:#24202a}[data-theme=dark] .quick-calculator-display{box-shadow:inset 0 -12px 30px #07040a35}[data-theme=dark] .quick-calculator-keys button.operator{background:#312b38}[data-theme=dark] .quick-calculator-mode select,[data-theme=dark] .quick-calculator-programming-options select{border-color:#59486c;background:#24202a;color:#eee7ff}[data-theme=dark] .quick-calculator-keys button:hover,[data-theme=dark] .quick-calculator-toggle:hover{border-color:#735d91;background:#352b42;color:#eee7ff}[data-theme=dark] .quick-calculator-keys button.equals{border-color:#a78bfa;background:linear-gradient(135deg,#8b5cf6,#22a7c7);color:#fff}:root{--cq-primary: #7c3aed;--cq-primary-strong: #6d28d9;--cq-primary-dark: #4c1d95;--cq-primary-soft: #a78bfa;--cq-primary-pale: #f5f3ff;--cq-ink: #1f1638;--cq-muted: #625a75;--cq-line: #e7e0f2;--cq-canvas: #fcfbff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--cq-ink);background:var(--cq-canvas);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;line-height:1.55;background:var(--cq-canvas);color:var(--cq-ink)}a{color:var(--cq-primary-strong);text-underline-offset:.18em}button,input,select{font:inherit}button,input,select,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--cq-primary-soft);outline-offset:3px}.skip,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip:focus{width:auto;height:auto;clip:auto;left:1rem;top:1rem;z-index:20;padding:.7rem;background:#fff;border-radius:.5rem}.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.72rem max(4vw,1rem);border-bottom:1px solid var(--cq-line);background:#fffdffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:.45rem;color:var(--cq-ink);font-size:1.15rem;font-weight:850;letter-spacing:-.03em;text-decoration:none}.brand img{display:block}.brand-name>span{color:var(--cq-primary)}.site-header nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.site-header nav>a{padding:.5rem .65rem;border-radius:.55rem;color:#493d5d;font-weight:650;text-decoration:none}.site-header nav>a:hover,.site-header nav>a:focus-visible{background:var(--cq-primary-pale);color:var(--cq-primary-strong)}.theme-toggle{gap:.4rem;min-height:40px;padding:.45rem .7rem;border-color:var(--cq-line);background:#fff;color:#493d5d;font-size:.9rem;box-shadow:none}.theme-toggle:hover{border-color:#c9b9e5;background:var(--cq-primary-pale);color:var(--cq-primary-dark);box-shadow:none}.theme-toggle>span:first-child{font-size:1.15rem;line-height:1}main{min-height:65vh;max-width:1120px;margin:auto;padding:1.6rem 1rem 4.5rem}.crumbs{display:flex;align-items:center;gap:.1rem;overflow-x:auto;color:var(--cq-muted);font-size:.85rem;scrollbar-width:none;white-space:nowrap}.crumbs::-webkit-scrollbar{display:none}.crumbs a{padding:.2rem .15rem;color:#55496a;font-weight:650}.hero{max-width:800px;padding:4rem 0 2.5rem}.hero h1{margin:.2em 0;font-size:clamp(2.25rem,5vw,4.1rem);line-height:1.02;letter-spacing:-.05em}.hero>p:not(.eyebrow){max-width:720px;margin:1rem 0;color:var(--cq-muted);font-size:1.16rem;line-height:1.6}.page-home .hero{max-width:820px;padding-top:4.6rem}.page-home .hero h1{font-size:clamp(2.4rem,5.4vw,4.6rem)}.eyebrow{margin:0 0 .55rem;color:var(--cq-primary);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h2{margin:0 0 .8rem;font-size:clamp(1.2rem,2vw,1.4rem);line-height:1.25;letter-spacing:-.015em}p{overflow-wrap:break-word}.button,button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.76rem 1.08rem;border:1px solid var(--cq-primary);border-radius:.6rem;background:var(--cq-primary);color:#fff;font-weight:750;text-decoration:none;cursor:pointer;box-shadow:0 8px 18px #7c3aed26;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.hero .button{margin-top:.35rem}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.35rem}.hero-actions .button{margin:0}.text-action{color:var(--cq-primary-dark);font-weight:800}.button:hover,button:hover{border-color:var(--cq-primary-strong);background:var(--cq-primary-strong);box-shadow:0 10px 22px #6d28d933;transform:translateY(-1px)}.calculator{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr);gap:1.5rem;align-items:stretch;margin:1.25rem 0 3rem;padding:1.5rem;border:1px solid #d8c5fb;border-radius:1rem;background:linear-gradient(135deg,#fff,var(--cq-primary-pale));box-shadow:0 16px 34px #4c1d9518}.calculator-inputs{display:grid;gap:1.15rem}.calculator-heading h2{margin:0;font-size:1.4rem}.calculator form{display:grid;gap:1rem}.calculator label{display:grid;gap:.35rem;font-size:.92rem;font-weight:700}.calculator label>span{color:var(--cq-muted);font-size:.82rem;font-weight:400}.field{display:flex;overflow:hidden;border:1px solid #cfc3df;border-radius:.6rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.field:focus-within{border-color:var(--cq-primary);box-shadow:0 0 0 3px #7c3aed17}.field input{width:100%;min-width:0;min-height:46px;padding:.75rem .85rem;border:0;outline:0;background:transparent;color:var(--cq-ink)}.field b{display:grid;place-items:center;padding:.75rem;border-left:1px solid var(--cq-line);background:#f3effa;color:#514361}.result{display:flex;flex-direction:column;justify-content:center;min-height:150px;padding:1.35rem;border:1px solid #d8c5fb;border-radius:.8rem;background:#fff}.result>span{color:var(--cq-muted);font-size:.82rem;font-weight:700}.result output{display:block;margin:.25rem 0;color:var(--cq-primary-dark);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:850;line-height:1.2;overflow-wrap:anywhere}.error{margin-bottom:0;color:#a31d1d;font-size:.9rem}.page>section:not(.calculator),.page>aside{margin:2.75rem 0}.trust-strip{display:flex;align-items:flex-start;gap:1.2rem;max-width:900px;padding:1.15rem 1.3rem;border:1px solid #dccbfc;border-radius:1rem;background:var(--cq-primary-pale)}.trust-strip strong{flex:1;color:var(--cq-primary-dark)}.trust-strip span{flex:1;color:var(--cq-muted)}.home-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-features article{padding:1.35rem;border:1px solid var(--cq-line);border-radius:1rem;background:#fff;box-shadow:0 8px 22px #4c1d950d}.home-features h2{color:var(--cq-primary-dark)}.home-features p{margin:0;color:var(--cq-muted)}.content-section,.browse-section,.table-section,.faq-section,.content-card{padding:1.5rem;border:1px solid var(--cq-line);border-radius:1rem;background:#fff;box-shadow:0 2px 8px #25133d0a}.content-section>:last-child,.browse-section>:last-child,.table-section>:last-child,.faq-section>:last-child{margin-bottom:0}.content-section p{max-width:78ch;color:#463b58}.content-section ul{margin:.75rem 0 0;padding-left:1.25rem}.content-section li+li{margin-top:.35rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;margin:1rem 0 0;padding:0;list-style:none}.cards li{min-width:0}.cards a{display:flex;flex-direction:column;height:100%;gap:.4rem;padding:1rem;border:1px solid var(--cq-line);border-radius:.75rem;background:#fff;color:var(--cq-ink);text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.cards a:hover{border-color:#cdbcf2;box-shadow:0 10px 22px #26134112;transform:translateY(-2px)}.cards strong{color:var(--cq-primary-dark)}.cards span{color:var(--cq-muted);font-size:.88rem;line-height:1.45}.link-list{columns:2 260px;column-gap:2rem}.link-list li{break-inside:avoid}.table-wrap{overflow-x:auto;border:1px solid var(--cq-line);border-radius:.75rem}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:.75rem .85rem;border-bottom:1px solid var(--cq-line);text-align:left;vertical-align:top}th{background:#faf7ff;color:var(--cq-primary-dark);font-size:.9rem}tr:last-child td{border-bottom:0}tbody tr:nth-child(2n){background:#fdfcff}details{border-top:1px solid var(--cq-line);padding:1rem 0}details:first-of-type{border-top:0}details:last-child{padding-bottom:0}summary{color:#342549;font-weight:750;cursor:pointer}details p{max-width:78ch;margin-bottom:0;color:var(--cq-muted)}.site-footer{width:100%;padding:2.8rem max(4vw,1rem) calc(2.8rem + env(safe-area-inset-bottom));background:#211135;color:#eee8ff}.footer-grid{display:grid;grid-template-columns:1.35fr 1.5fr .8fr;gap:2.5rem;max-width:1120px;margin:auto}.site-footer section{min-width:0}.site-footer h2{margin:0 0 .8rem;color:#fff;font-size:1rem}.site-footer .brand,.site-footer .brand .brand-name{color:#fff}.site-footer .brand .brand-name>span{color:#c4b5fd}.site-footer .brand img{padding:.22rem;border-radius:.55rem;background:#fff;box-shadow:0 0 0 1px #ffffff2b,0 5px 14px #09020f52}.site-footer p{margin:.25rem 0 .9rem;color:#cfc3e9;font-size:.9rem}.site-footer a{display:block;width:max-content;max-width:100%;color:#f3edff;font-weight:700}.site-footer a:hover{color:#c4b5fd}.footer-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.footer-links a{width:auto}@media(max-width:700px){.site-header{position:static;align-items:flex-start;padding:.7rem 1rem}.site-header nav{justify-content:flex-end}.site-header nav>a{padding:.45rem;font-size:.92rem}.theme-toggle{width:40px;padding:.4rem}.theme-label,.brand-name{display:none}main{padding-top:1rem;padding-bottom:3rem}.hero,.page-home .hero{padding:2rem 0 1.4rem}.hero h1,.page-home .hero h1{font-size:clamp(2.05rem,11vw,3.2rem)}.hero>p:not(.eyebrow){font-size:1.05rem}.calculator{grid-template-columns:1fr;gap:1rem;padding:1rem}.result{min-height:120px}.trust-strip{display:grid;gap:.55rem}.home-features{grid-template-columns:1fr}.page>section:not(.calculator),.page>aside{margin:2rem 0}.content-section,.browse-section,.table-section,.faq-section,.content-card{padding:1.15rem}.cards{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.site-footer .brand-name{display:inline}}:root[data-theme=dark]{color-scheme:dark;--cq-primary: #a78bfa;--cq-primary-strong: #c4b5fd;--cq-primary-dark: #ddd2ff;--cq-primary-soft: #8b5cf6;--cq-primary-pale: #2a1f3d;--cq-ink: #f3efff;--cq-muted: #c3b9d3;--cq-line: #493d5d;--cq-canvas: #15101e}[data-theme=dark] body{background:var(--cq-canvas);color:var(--cq-ink)}[data-theme=dark] .site-header{border-color:#493d5d;background:#191321e8}[data-theme=dark] .site-header nav>a{color:#ddd5ea}[data-theme=dark] .site-header nav>a:hover,[data-theme=dark] .site-header nav>a:focus-visible{background:#2e2341;color:#d8c8ff}[data-theme=dark] .crumbs,[data-theme=dark] .crumbs a{color:#bdb2cb}[data-theme=dark] .hero>p:not(.eyebrow),[data-theme=dark] .content-section p,[data-theme=dark] .cards span,[data-theme=dark] .home-features p,[data-theme=dark] details p{color:var(--cq-muted)}[data-theme=dark] .button,[data-theme=dark] button{color:#160d24;background:#b69afa;border-color:#b69afa;box-shadow:0 8px 20px #05020866}[data-theme=dark] .button:hover,[data-theme=dark] button:hover{color:#130a20;background:#cbb9ff;border-color:#cbb9ff}[data-theme=dark] .theme-toggle{color:#e8ddff;border-color:#5a496e;background:#251b32;box-shadow:none}[data-theme=dark] .theme-toggle:hover{color:#fff;border-color:#796391;background:#302240}[data-theme=dark] .calculator{border-color:#654d86;background:linear-gradient(135deg,#21192d,#291e3b);box-shadow:0 18px 38px #05020870}[data-theme=dark] .field{border-color:#5c4d70;background:#17111f}[data-theme=dark] .field:focus-within{border-color:var(--cq-primary);box-shadow:0 0 0 3px #a78bfa22}[data-theme=dark] .field input{color:var(--cq-ink)}[data-theme=dark] .field b{border-color:#554568;background:#30243f;color:#ddd4e9}[data-theme=dark] .result,[data-theme=dark] .content-section,[data-theme=dark] .browse-section,[data-theme=dark] .table-section,[data-theme=dark] .faq-section,[data-theme=dark] .content-card,[data-theme=dark] .home-features article,[data-theme=dark] .cards a{border-color:var(--cq-line);background:#201829;box-shadow:0 8px 24px #05020835}[data-theme=dark] .result output,[data-theme=dark] .cards strong,[data-theme=dark] .home-features h2,[data-theme=dark] summary{color:#d9cbff}[data-theme=dark] .trust-strip{border-color:#624d82;background:#291f3a}[data-theme=dark] .trust-strip strong{color:#d9cbff}[data-theme=dark] .trust-strip span{color:var(--cq-muted)}[data-theme=dark] .table-wrap{border-color:var(--cq-line)}[data-theme=dark] table{background:#201829}[data-theme=dark] tbody tr:nth-child(2n){background:#251c30}[data-theme=dark] th{background:#302340;color:#d9cbff}[data-theme=dark] th,[data-theme=dark] td,[data-theme=dark] details{border-color:var(--cq-line)}[data-theme=dark] .site-footer{border-top:1px solid #564269;background:#0e0915}[data-theme=dark] .site-footer p{color:#c9bfd7}[data-theme=dark] .site-footer .brand img{background:#fff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.subject-illustration{width:100%;max-width:760px;margin:1.5rem auto 3rem;overflow:hidden;border:1px solid var(--cq-line);border-radius:1rem;background:#faf8ff;box-shadow:0 14px 32px #4c1d9510}.subject-illustration img{display:block;width:100%;height:auto;aspect-ratio:1672 / 941;object-fit:cover;object-position:center}.search-form{display:grid;gap:.7rem}.search-form>label{font-weight:750}.search-form .controls{display:flex;gap:.65rem}.search-form input{flex:1;min-width:0;min-height:44px;padding:.8rem .9rem;border:1px solid #cfc3df;border-radius:.55rem;color:var(--cq-ink)}@media(max-width:700px){.subject-illustration{margin:1rem auto 2rem;border-radius:.8rem}.search-form .controls{display:grid}}[data-theme=dark] .subject-illustration{border-color:#4d405f;background:#21192d;box-shadow:0 16px 36px #05020870}[data-theme=dark] .search-form input{border-color:#5c4d70;background:#17111f;color:var(--cq-ink)}.locale-menu select{min-height:40px;padding:.45rem 2rem .45rem .65rem;border:1px solid var(--cq-line);border-radius:.55rem;background:#fff;color:var(--cq-ink);font-weight:650;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.locale-menu select:hover{border-color:#c9b9e5}.locale-menu select:focus{border-color:var(--cq-primary);box-shadow:0 0 0 3px #7c3aed17}[data-theme=dark] .locale-menu select{border-color:#514465;background:#21192d;color:var(--cq-ink)}[data-theme=dark] .locale-menu select:hover{border-color:#75628d}[data-theme=dark] .locale-menu select:focus{border-color:var(--cq-primary);box-shadow:0 0 0 3px #a78bfa22}
