:root{--bg:#f4f1ea;--surface:#ffffffdb;--surface-solid:#fffdf9;--text:#20231f;--muted:#6d7169;--line:#20231f1f;--accent:#147d64;--accent-soft:#147d641f;--danger:#b33a3a;--shadow:0 18px 50px #2d271b14;--header:#181b18f0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--bg:#121512;--surface:#1c211de0;--surface-solid:#1b201c;--text:#edf2eb;--muted:#a8b0a6;--line:#edf2eb1f;--accent:#5dd4ad;--accent-soft:#5dd4ad1f;--danger:#ff8d8d;--shadow:0 20px 60px #0000003d;--header:#0a0d0af0}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-width:320px;color:var(--text);background:radial-gradient(circle at 10% 8%, var(--accent-soft), transparent 26rem), var(--bg);margin:0;line-height:1.6;transition:color .18s,background-color .18s}button,select{font:inherit}a{color:inherit}[hidden]{display:none!important}.site-header{z-index:50;color:#f4f6f3;background:var(--header);backdrop-filter:blur(16px);border-bottom:1px solid #ffffff14;height:58px;position:fixed;inset:0 0 auto}.header-inner{align-items:center;gap:28px;width:min(1200px,100% - 32px);height:100%;margin:0 auto;display:flex}.brand{letter-spacing:.08em;font-size:1.04rem;font-weight:700;text-decoration:none}.nav-link{color:#ffffffad;font-size:.9rem;text-decoration:none}.nav-link:hover{color:#fff}.theme-toggle{margin-left:auto}.theme-toggle,.icon-button,.hero-arrow{cursor:pointer;border:0;place-items:center;display:inline-grid}.theme-toggle{color:#fff;background:#ffffff14;border-radius:999px;width:36px;height:36px}.hero{background:#1c231e;height:clamp(440px,58svh,560px);margin-top:58px;position:relative;overflow:hidden}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:1;background:#111813;transition:opacity .7s;overflow:hidden}.hero-slide[aria-hidden=true]{opacity:0;pointer-events:none}.hero-slide img{width:100%;height:100%;position:absolute;inset:0}.hero-image{object-fit:fill}.hero-shade{z-index:1;background:linear-gradient(90deg,#08100bdb,#08100b52 58%,#08100b14);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;width:min(1200px,100% - 48px);margin:0 auto;padding:0 76px;display:flex;position:absolute;inset:0}.hero-kicker,.eyebrow{color:var(--accent);letter-spacing:.18em;margin:0 0 10px;font-size:.72rem;font-weight:800}.hero-kicker{color:#8fe0c2}.hero h1{letter-spacing:-.05em;text-wrap:balance;max-width:680px;margin:0;font-size:clamp(2.25rem,4.8vw,4.75rem);line-height:1.08}.hero-content>p:not(.hero-kicker){color:#ffffffc7;max-width:560px;margin:16px 0 26px;font-size:clamp(.98rem,1.55vw,1.12rem);line-height:1.5}.hero-content a,.primary-link{letter-spacing:.08em;border:1px solid;border-radius:999px;padding:11px 18px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.hero-arrow{z-index:3;color:#fff;background:0 0;border:0;border-radius:0;width:44px;height:44px;font-size:2.5rem;font-weight:300;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.hero-prev{left:20px}.hero-next{right:20px}.hero-arrow:hover{color:#8fe0c2}.hero-arrow:focus-visible,.hero-dots button:focus-visible,.theme-toggle:focus-visible,.icon-button:focus-visible,.sign-select:focus-visible,.hero-content a:focus-visible{outline-offset:3px;outline:3px solid #8fe0c2}.hero-dots{z-index:4;gap:8px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:#ffffff5c;border:0;width:28px;height:3px;padding:0}.hero-dots button[aria-selected=true]{background:#fff}.tools-section{width:min(1240px,100% - 32px);margin:0 auto;padding:72px 0 90px}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:28px;display:flex}.section-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,4vw,3.1rem);line-height:1.1}.section-heading>p{max-width:460px;color:var(--muted);margin:0}.tools-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.tool-card{background:var(--surface);border:1px solid var(--line);min-height:230px;box-shadow:var(--shadow);backdrop-filter:blur(12px);border-radius:18px;padding:22px;transition:transform .18s,border-color .18s}.tool-card:hover{border-color:color-mix(in srgb, var(--accent) 42%, transparent);transform:translateY(-3px)}.tool-card-header{align-items:center;gap:10px;min-height:38px;margin-bottom:22px;display:flex}.tool-card-header h2{letter-spacing:.02em;margin:0;font-size:.95rem}.tool-icon{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border-radius:10px;place-items:center;font-weight:800;display:grid}.tool-card-header>:last-child:not(h2):not(.tool-icon){margin-left:auto}.tool-status,.tool-error{text-align:center;margin:30px 0;font-size:.84rem}.tool-status{color:var(--muted);animation:1.2s ease-in-out infinite alternate pulse}.tool-error{color:var(--danger)}@keyframes pulse{to{opacity:.42}}.metric-list{margin:0}.metric-list>div{border-bottom:1px dashed var(--line);grid-template-columns:minmax(70px,.8fr) 1.4fr;gap:12px;padding:7px 0;display:grid}.metric-list>div:last-child{border-bottom:0}.metric-list dt{color:var(--muted);font-size:.78rem}.metric-list dd{overflow-wrap:anywhere;text-align:right;margin:0;font-size:.86rem}.history-list{color:var(--muted);margin:0;padding-left:18px;font-size:.8rem}.history-list li+li{margin-top:10px}.history-list strong{color:var(--text)}.icon-button{width:30px;height:30px;color:var(--muted);background:0 0;border-radius:8px;font-size:1.1rem}.icon-button:hover{color:var(--accent);background:var(--accent-soft)}.joke-setup,blockquote{margin:0 0 14px;font-size:.9rem}.accent-copy{color:var(--accent);margin:0;font-size:.82rem}.muted-copy{color:var(--muted);font-size:.8rem}.countdown{color:var(--accent);letter-spacing:-.02em;margin:22px 0 12px;font-size:clamp(1.05rem,2vw,1.4rem);font-weight:800}.sign-select{max-width:74px;color:var(--text);background:var(--surface-solid);border:1px solid var(--line);border-radius:8px;padding:5px 7px;font-size:.75rem}.quote-author{color:var(--muted);text-align:right;font-size:.78rem}.chart-labels{color:var(--muted);justify-content:space-between;font-size:.7rem;display:flex}.exchange-chart{background:linear-gradient(180deg, var(--accent-soft), transparent);border-radius:8px;width:100%;height:76px;margin:6px 0;display:block}.exchange-chart polyline{fill:none;stroke:var(--accent);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.chart-latest{color:var(--muted);text-align:right;margin:0;font-size:.78rem}.chart-latest strong{color:var(--text)}.site-footer{color:var(--muted);border-top:1px solid var(--line);text-align:center;padding:36px 16px;font-size:.78rem}.site-footer p{margin:4px}.site-footer a{text-decoration:none}.stack-note{opacity:.66;letter-spacing:.08em}.not-found{text-align:center;min-height:calc(100vh - 150px);padding:150px 24px 80px}.error-number{color:var(--accent);letter-spacing:-.09em;margin:0;font-size:clamp(6rem,20vw,12rem);font-weight:900;line-height:.8}.not-found .eyebrow{margin-top:40px}.not-found h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,5vw,4rem)}.not-found>p:not(.error-number,.eyebrow){max-width:560px;color:var(--muted);margin:18px auto 30px}.primary-link{color:var(--accent)}@media (width<=1040px){.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=780px){.hero{height:clamp(380px,58svh,440px)}.hero-content{text-align:center;align-items:center;width:calc(100% - 44px);padding:0}.hero-shade{background:#08100b9e}.hero-arrow{display:none}.section-heading{flex-direction:column;align-items:flex-start;gap:14px}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.header-inner{gap:18px;width:calc(100% - 24px)}.hero h1{font-size:2.4rem}.tools-section{width:calc(100% - 24px);padding-top:52px}.tools-grid{grid-template-columns:1fr}.tool-card{min-height:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
