:root{color-scheme:light;--bg: #fbfbfd;--surface: #ffffff;--surface-2: #f5f5f7;--surface-3: #ececef;--text: #1d1d1f;--text-2: #6e6e73;--text-3: #86868b;--border: rgba(0, 0, 0, .1);--border-2: rgba(0, 0, 0, .16);--accent: #0071e3;--accent-hover: #0077ed;--accent-solid: #0067d0;--accent-solid-hover: #0073e6;--accent-tint: rgba(0, 113, 227, .1);--on-accent: #ffffff;--success: #1a8a4e;--header-bg: rgba(251, 251, 253, .72);--shadow-card: 0 2px 10px rgba(0, 0, 0, .04);--shadow-hover: 0 18px 40px rgba(0, 0, 0, .12);--radius: 18px;--radius-sm: 12px;--maxw: 1000px;--ease: cubic-bezier(.16, 1, .3, 1)}:root[data-theme=dark]{color-scheme:dark;--bg: #0a0a0c;--surface: #161619;--surface-2: #1d1d21;--surface-3: #26262b;--text: #f5f5f7;--text-2: #a1a1a6;--text-3: #86868b;--border: rgba(255, 255, 255, .12);--border-2: rgba(255, 255, 255, .22);--accent: #2997ff;--accent-hover: #47a6ff;--accent-solid: #0a6fd4;--accent-solid-hover: #2a86e8;--accent-tint: rgba(41, 151, 255, .15);--on-accent: #ffffff;--success: #30d158;--header-bg: rgba(10, 10, 12, .7);--shadow-card: 0 2px 12px rgba(0, 0, 0, .4);--shadow-hover: 0 20px 46px rgba(0, 0, 0, .55)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}:root.theme-anim,:root.theme-anim *,:root.theme-anim *:before,:root.theme-anim *:after{transition:background-color .45s ease,color .45s ease,border-color .45s ease,fill .45s ease!important}.site-header{position:sticky;top:0;z-index:100;background:var(--header-bg);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.site-header.is-scrolled{border-bottom-color:var(--border);box-shadow:0 1px 0 var(--border),0 8px 24px #0000000d}:root[data-theme=dark] .site-header.is-scrolled{box-shadow:0 1px 0 var(--border),0 8px 24px #0000004d}.site-header__inner{max-width:var(--maxw);margin:0 auto;height:52px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--text);text-decoration:none}.brand:hover{text-decoration:none}.brand__mark{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:8px;background:var(--accent);color:var(--on-accent)}.brand__mark svg{width:16px;height:16px}.theme-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:980px;background:var(--surface-2);border:1px solid var(--border)}.theme-toggle button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:26px;padding:0;border:none;border-radius:980px;background:transparent;color:var(--text-3);cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.theme-toggle button svg{width:15px;height:15px}.theme-toggle button:hover{color:var(--text)}.theme-toggle button:active{transform:scale(.92)}.theme-toggle button[aria-pressed=true]{background:var(--surface);color:var(--text);box-shadow:var(--shadow-card)}main{max-width:var(--maxw);margin:0 auto;padding:0 22px 80px}.site-footer{border-top:1px solid var(--border);color:var(--text-2);font-size:13px}.site-footer__inner{max-width:var(--maxw);margin:0 auto;padding:26px 22px 40px;display:flex;flex-wrap:wrap;gap:8px 20px;align-items:baseline;justify-content:space-between}.site-footer__links{display:flex;flex-wrap:wrap;gap:4px 18px;list-style:none;padding:0;margin:0}.site-footer__links a{color:var(--text-2)}.site-footer__links a:hover{color:var(--accent)}.site-footer__credit{white-space:nowrap}h1{font-weight:600;letter-spacing:-.025em;line-height:1.06;margin:0 0 14px}main>h1{font-size:clamp(30px,5vw,46px);padding-top:44px}h2{font-size:clamp(21px,3vw,27px);font-weight:600;letter-spacing:-.02em;margin:40px 0 12px}p{margin:0 0 14px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.hero{position:relative;text-align:center;padding:clamp(56px,12vw,120px) 0 clamp(30px,6vw,60px);isolation:isolate}.hero__glow{position:absolute;inset:-10% -10% auto;height:480px;z-index:-1;pointer-events:none;background:radial-gradient(closest-side,var(--accent-tint),transparent 70%) 18% 20% / 46% 90% no-repeat,radial-gradient(closest-side,var(--accent-tint),transparent 70%) 82% 10% / 40% 80% no-repeat;filter:blur(40px);opacity:.9;animation:heroDrift 22s ease-in-out infinite alternate}:root[data-theme=dark] .hero__glow{opacity:.55}.hero__kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;margin-bottom:22px;border-radius:980px;background:var(--accent-tint);color:var(--accent);font-size:13px;font-weight:600;letter-spacing:.01em}.hero__kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success)}.hero h1{font-size:clamp(40px,8vw,76px);letter-spacing:-.03em;line-height:1.04;margin:0 auto 20px;max-width:15ch}.hero .lede{font-size:clamp(18px,2.4vw,22px);line-height:1.45;color:var(--text-2);max-width:42ch;margin:0 auto;letter-spacing:-.015em}.stat-strip{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(28px,6vw,64px);margin:clamp(36px,6vw,56px) 0 0;padding:0;list-style:none}.stat-strip__item{text-align:center}.stat-strip__num{display:block;font-size:clamp(26px,4vw,34px);font-weight:600;letter-spacing:-.02em;color:var(--text)}.stat-strip__label{display:block;margin-top:4px;font-size:13px;color:var(--text-2)}@keyframes heroDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(2%,3%,0) scale(1.06)}}@media (prefers-reduced-motion: reduce){.hero__glow{animation:none}}.tool-grid{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.tool-card{position:relative;display:flex;align-items:flex-start;gap:16px;height:100%;padding:26px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);text-decoration:none;color:var(--text);overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s var(--ease)}.tool-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover);border-color:var(--border-2);text-decoration:none}.tool-card:before{content:"";position:absolute;inset:0;z-index:0;opacity:0;background:radial-gradient(320px circle at var(--spot-x, 50%) var(--spot-y, 50%),var(--accent-tint),transparent 65%);transition:opacity .35s ease}.tool-card:hover:before{opacity:1}.tool-card>*{position:relative;z-index:1}.tool-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:13px;background:var(--accent-tint);color:var(--accent)}.tool-icon svg{width:24px;height:24px}.tool-card__body{flex:1;min-width:0}.tool-card__body strong{display:block;font-size:17px;font-weight:600;letter-spacing:-.015em;margin-bottom:5px}.tool-card__body span{font-size:14.5px;line-height:1.45;color:var(--text-2)}.tool-card__arrow{flex:none;align-self:center;color:var(--text-3);transition:transform .4s var(--ease),color .4s var(--ease)}.tool-card:hover .tool-card__arrow{transform:translate(4px);color:var(--accent)}form{display:flex;flex-wrap:wrap;gap:16px 18px;align-items:flex-end;padding:24px;margin:0 0 20px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card)}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500;color:var(--text-2);letter-spacing:-.005em}label:has(>input[type=checkbox]){flex-direction:row;align-items:center;gap:8px;color:var(--text);font-weight:400;font-size:15px}input,select,textarea{font:inherit;font-size:16px;color:var(--text);padding:11px 13px;border-radius:var(--radius-sm);border:1px solid var(--border-2);background:var(--surface-2);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}input[type=checkbox]{width:18px;height:18px;padding:0;accent-color:var(--accent)}textarea{width:100%;min-height:160px;line-height:1.55;resize:vertical}textarea.mono,.mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:13.5px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-tint)}.field{display:flex;flex-direction:column;gap:7px;width:100%}.field>label{font-size:13px;font-weight:500;color:var(--text-2)}button{font:inherit;font-size:15px;font-weight:500;letter-spacing:-.01em;cursor:pointer;padding:11px 22px;border-radius:980px;border:1px solid transparent;background:var(--accent-solid);color:var(--on-accent);transition:background .2s ease,transform .15s ease,box-shadow .2s ease}button:hover{background:var(--accent-solid-hover)}button:active{transform:scale(.97)}button:focus-visible{outline:none;box-shadow:0 0 0 4px var(--accent-tint)}button[type=button]{background:var(--surface-2);color:var(--text);border-color:var(--border-2)}button[type=button]:hover{background:var(--surface-3)}.copy-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.copy-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:13px;background:var(--surface-2);color:var(--text-2);border-color:var(--border-2)}.copy-btn:hover{background:var(--surface-3);color:var(--text)}.copy-btn[data-copied=true]{color:var(--success)}[role=status]{margin:0 0 20px;padding:20px 22px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);font-size:17px;font-weight:500;letter-spacing:-.015em;animation:resultIn .5s var(--ease)}[role=status]:empty{display:none}[role=status]:has(.stat-grid){background:none;border:none;box-shadow:none;padding:0}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.stat{padding:18px 20px;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card)}.stat__label{display:block;font-size:12.5px;font-weight:500;color:var(--text-2);margin-bottom:8px}.stat__value{display:block;font-size:26px;font-weight:600;letter-spacing:-.02em}.stat--accent .stat__value{color:var(--accent)}.stat--success .stat__value{color:var(--success)}.prepay-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;width:100%;margin-bottom:10px}.tip-quick{display:flex;gap:8px;flex-wrap:wrap;width:100%}#schedule-wrap{margin:0 0 20px}.table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-card);animation:resultIn .5s var(--ease)}table.schedule{border-collapse:collapse;width:100%;font-size:14px}table.schedule th,table.schedule td{padding:11px 16px;text-align:right;white-space:nowrap;border-bottom:1px solid var(--border)}table.schedule th{position:sticky;top:0;background:var(--surface-2);font-weight:600;color:var(--text-2);font-size:12.5px}table.schedule th:first-child,table.schedule td:first-child,table.schedule th:nth-child(2),table.schedule td:nth-child(2){text-align:left}table.schedule tbody tr:last-child td{border-bottom:none}table.schedule tbody tr:hover{background:var(--surface-2)}section{max-width:70ch}section p{color:var(--text-2);font-size:16px;line-height:1.6}section strong{color:var(--text);font-weight:600}ins.adsbygoogle{display:block;margin:28px 0}.js .reveal{opacity:0;visibility:hidden;transform:translateY(22px);transition:opacity .8s var(--ease),transform .8s var(--ease);will-change:opacity,transform}.js .reveal.is-visible{opacity:1;visibility:visible;transform:none}@keyframes resultIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.js .reveal{opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}[role=status],.table-scroll{animation:none!important}*{transition:none!important}}@media (max-width: 640px){.site-header__inner{padding:0 16px}main{padding:0 16px 64px}form{padding:20px}.tool-card{padding:22px}}
