:root{--bg: #ffffff;--bg2: #f4f6fb;--bg3: #eaecf4;--surface: #ffffff;--surface2: #f4f6fb;--border: #dde2ee;--border2: #cdd4e8;--accent: #be185d;--accent2: #c43d62;--accent-glow: rgba(232,84,122,.18);--accent-soft: rgba(232,84,122,.09);--gold: #b45309;--gold-glow: rgba(245,200,66,.12);--text: #0f1626;--text2: #3a4a6a;--text3: #7888aa;--red: #dc2626;--red-glow: rgba(255,107,107,.08);--red-border: rgba(255,107,107,.25);--green: #00d4aa;--blue: #2563eb;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Noto Sans JP", sans-serif;--font-mono: "DM Mono", monospace;--radius: 12px;--radius-lg: 18px}[data-astro-cid-hg6yimjm],[data-astro-cid-hg6yimjm]:before,[data-astro-cid-hg6yimjm]:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;overflow-x:hidden}.progress-bar[data-astro-cid-hg6yimjm]{position:fixed;top:0;left:0;height:2px;background:var(--accent);z-index:200;transition:width .1s linear;width:0}.site-header[data-astro-cid-hg6yimjm]{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#0a0e1af2;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.site-logo[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-size:15px;font-weight:800;color:var(--text);text-decoration:none;letter-spacing:-.02em}.site-logo[data-astro-cid-hg6yimjm] span[data-astro-cid-hg6yimjm]{color:var(--accent)}.site-nav[data-astro-cid-hg6yimjm]{display:flex;gap:20px}.site-nav[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]{font-size:.8rem;color:var(--text3);text-decoration:none;transition:color .2s}.site-nav[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]:hover{color:var(--text)}.hamburger-btn[data-astro-cid-hg6yimjm]{display:none;background:none;border:none;color:var(--text3);font-size:20px;cursor:pointer;padding:8px;transition:color .2s}.hamburger-btn[data-astro-cid-hg6yimjm]:hover{color:var(--text)}.mobile-drawer[data-astro-cid-hg6yimjm]{position:fixed;top:60px;right:0;width:100%;max-width:280px;background:#fffffffa;backdrop-filter:blur(12px);border-left:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0;z-index:99;max-height:calc(100vh - 60px);overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.mobile-drawer[data-astro-cid-hg6yimjm].active{transform:translate(0)}.mobile-drawer[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]{display:block;padding:12px 20px;color:var(--text3);text-decoration:none;font-size:.8rem;transition:color .2s,background .2s}.mobile-drawer[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]:hover{color:var(--text);background:var(--bg3)}@media(max-width:520px){.site-nav[data-astro-cid-hg6yimjm]{display:none}.hamburger-btn[data-astro-cid-hg6yimjm]{display:block}}.pr-notice[data-astro-cid-hg6yimjm]{background:#f5c8420f;border-bottom:1px solid rgba(245,200,66,.15);padding:7px 24px;text-align:center;font-size:.72rem;color:var(--gold);font-family:var(--font-mono);letter-spacing:.05em}.hero[data-astro-cid-hg6yimjm]{background:linear-gradient(160deg,#f0f4ff,#e8eef8 55%,#f4f6fb);padding:56px 24px 48px;text-align:center;position:relative;overflow:hidden}.hero-orb[data-astro-cid-hg6yimjm]{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:min(600px,100vw);height:300px;background:radial-gradient(ellipse,rgba(232,84,122,.13) 0%,transparent 70%);pointer-events:none}.hero-eyebrow[data-astro-cid-hg6yimjm]{font-family:var(--font-mono);font-size:11px;letter-spacing:.18em;color:var(--accent);margin-bottom:16px;text-transform:uppercase}h1[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-size:clamp(28px,6vw,46px);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}h1[data-astro-cid-hg6yimjm] em[data-astro-cid-hg6yimjm]{color:var(--accent);font-style:normal}.hero-desc[data-astro-cid-hg6yimjm]{font-size:.92rem;color:var(--text2);max-width:560px;margin:0 auto 24px;line-height:1.8}.hero-badges[data-astro-cid-hg6yimjm]{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.badge[data-astro-cid-hg6yimjm]{font-size:.72rem;padding:5px 12px;border-radius:20px;border:1px solid var(--border2);color:var(--text2);background:var(--surface);font-family:var(--font-mono)}.badge[data-astro-cid-hg6yimjm].active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.hero-cta[data-astro-cid-hg6yimjm]{background:linear-gradient(90deg,#be185d12,#e8547a08);border-top:1px solid rgba(190,24,93,.12);border-bottom:1px solid rgba(190,24,93,.12);padding:14px 24px}.hero-cta-inner[data-astro-cid-hg6yimjm]{max-width:860px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hero-cta-text[data-astro-cid-hg6yimjm]{font-size:.82rem;color:var(--text2)}.hero-cta-text[data-astro-cid-hg6yimjm] strong[data-astro-cid-hg6yimjm]{color:var(--text)}.cta-btn-hero[data-astro-cid-hg6yimjm]{background:var(--accent);color:#fff;font-weight:700;font-size:.85rem;padding:10px 20px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:opacity .2s,transform .15s;display:inline-flex;align-items:center;gap:6px}.cta-btn-hero[data-astro-cid-hg6yimjm]:after{content:"";display:block;width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg) translate(-1px,1px);transition:transform .2s;flex-shrink:0}.cta-btn-hero[data-astro-cid-hg6yimjm]:hover{opacity:.88;transform:translateY(-1px)}.cta-btn-hero[data-astro-cid-hg6yimjm]:hover:after{transform:rotate(45deg) translate(1px,-1px)}.container[data-astro-cid-hg6yimjm]{max-width:860px;margin:0 auto;padding:0 24px 80px}.card[data-astro-cid-hg6yimjm]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;margin-bottom:16px}.card-title[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-size:1rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:10px;color:var(--text)}.card-title[data-astro-cid-hg6yimjm] .icon[data-astro-cid-hg6yimjm]{width:32px;height:32px;background:var(--accent-soft);border:1px solid rgba(232,84,122,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.form-grid[data-astro-cid-hg6yimjm]{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:560px){.form-grid[data-astro-cid-hg6yimjm]{grid-template-columns:1fr}}.form-group[data-astro-cid-hg6yimjm]{display:flex;flex-direction:column;gap:8px}.form-group[data-astro-cid-hg6yimjm].full{grid-column:1 / -1}.form-label[data-astro-cid-hg6yimjm]{font-size:.82rem;font-weight:700;color:var(--text2);letter-spacing:.02em}.form-label[data-astro-cid-hg6yimjm] .sub[data-astro-cid-hg6yimjm]{font-size:.72rem;font-weight:400;color:var(--text3);margin-left:6px}.input-wrap[data-astro-cid-hg6yimjm]{position:relative;display:flex;align-items:center}.form-input[data-astro-cid-hg6yimjm]{width:100%;background:var(--bg3);border:1px solid var(--border2);border-radius:8px;padding:10px 52px 10px 14px;color:var(--text);font-size:1rem;font-family:var(--font-mono);transition:border-color .2s,box-shadow .2s;-webkit-appearance:none}.form-input[data-astro-cid-hg6yimjm]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.input-unit[data-astro-cid-hg6yimjm]{position:absolute;right:12px;font-size:.75rem;color:var(--text3);pointer-events:none}.btn-group[data-astro-cid-hg6yimjm]{display:flex;flex-wrap:wrap;gap:8px}.btn-opt[data-astro-cid-hg6yimjm]{padding:9px 16px;border-radius:8px;border:1px solid var(--border2);background:var(--bg3);color:var(--text2);font-size:.82rem;cursor:pointer;transition:all .2s;font-family:var(--font-body);min-height:44px}.btn-opt[data-astro-cid-hg6yimjm]:hover{border-color:var(--accent);color:var(--text)}.btn-opt[data-astro-cid-hg6yimjm].active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:700}.slider-wrap[data-astro-cid-hg6yimjm]{display:flex;flex-direction:column;gap:6px}.slider-header[data-astro-cid-hg6yimjm]{display:flex;justify-content:space-between;align-items:center}.slider-val[data-astro-cid-hg6yimjm]{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--accent)}input[data-astro-cid-hg6yimjm][type=range]{-webkit-appearance:none;width:100%;height:4px;background:var(--border2);border-radius:2px;outline:none;cursor:pointer}input[data-astro-cid-hg6yimjm][type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent-glow);cursor:pointer}.slider-hint[data-astro-cid-hg6yimjm]{font-size:.75rem;color:var(--text3)}.calc-btn[data-astro-cid-hg6yimjm]{width:100%;padding:16px;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:1rem;font-weight:800;border:none;border-radius:var(--radius);cursor:pointer;margin-top:8px;letter-spacing:.02em;transition:opacity .2s,transform .15s,box-shadow .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px}.calc-btn[data-astro-cid-hg6yimjm]:after{content:"";display:block;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg) translate(-1px,1px);transition:transform .2s;flex-shrink:0}.calc-error[data-astro-cid-hg6yimjm]{display:none;align-items:center;gap:8px;background:#ff6b6b14;border:1px solid rgba(255,107,107,.3);border-radius:8px;padding:10px 14px;margin-top:10px;font-size:.84rem;color:#ff6b6b;line-height:1.5}.calc-error[data-astro-cid-hg6yimjm].show{display:flex}.calc-error[data-astro-cid-hg6yimjm]:before{content:"⚠";font-size:1rem;flex-shrink:0}.calc-btn[data-astro-cid-hg6yimjm]:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 24px var(--accent-glow)}.calc-btn[data-astro-cid-hg6yimjm]:hover:after{transform:rotate(45deg) translate(1px,-1px)}.calc-btn[data-astro-cid-hg6yimjm]:active{transform:translateY(0)}.copy-btn[data-astro-cid-hg6yimjm]{display:inline-flex;align-items:center;gap:5px;background:transparent;border:1px solid var(--border2, #cdd4e8);border-radius:8px;padding:8px 14px;color:var(--text2, #3a4a6a);font-size:.8rem;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s,background .2s;white-space:nowrap;min-height:40px}.copy-btn[data-astro-cid-hg6yimjm]:hover{border-color:var(--accent,#00d4aa);color:var(--accent,#00d4aa);background:#00d4aa0f}.copy-btn[data-astro-cid-hg6yimjm].copied{border-color:#4ade80;color:#4ade80;background:#4ade800f}.copy-btn[data-astro-cid-hg6yimjm]:before{content:"📋";font-size:.85rem}.copy-btn[data-astro-cid-hg6yimjm].copied:before{content:"✓"}.recalc-bar[data-astro-cid-hg6yimjm]{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface2, #f4f6fb);border:1px solid var(--border2, #cdd4e8);border-radius:10px;padding:12px 16px;margin-bottom:16px;flex-wrap:wrap}.recalc-bar-text[data-astro-cid-hg6yimjm]{font-size:.82rem;color:var(--text2, #3a4a6a)}.recalc-bar-text[data-astro-cid-hg6yimjm] strong[data-astro-cid-hg6yimjm]{color:var(--text, #0f1626)}.recalc-btn[data-astro-cid-hg6yimjm]{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--border2, #cdd4e8);border-radius:8px;padding:8px 14px;color:var(--text2, #3a4a6a);font-size:.8rem;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s,background .2s;white-space:nowrap;min-height:40px}.recalc-btn[data-astro-cid-hg6yimjm]:hover{border-color:var(--accent,#00d4aa);color:var(--accent,#00d4aa);background:#00d4aa0f}.recalc-btn[data-astro-cid-hg6yimjm]:before{content:"↑";font-size:.9rem;font-weight:700}.result-section[data-astro-cid-hg6yimjm]{display:none}.result-section[data-astro-cid-hg6yimjm].show{display:block}.result-hero[data-astro-cid-hg6yimjm]{background:linear-gradient(135deg,#e8547a1a,#e8547a08);border:1px solid rgba(232,84,122,.25);border-radius:var(--radius-lg);padding:32px 28px;text-align:center;margin-bottom:16px;position:relative;overflow:hidden}.result-hero-orb[data-astro-cid-hg6yimjm]{position:absolute;top:-50px;right:-50px;width:min(220px,50vw);height:220px;background:radial-gradient(ellipse,rgba(232,84,122,.12) 0%,transparent 70%);pointer-events:none}.result-eyebrow[data-astro-cid-hg6yimjm]{font-family:var(--font-mono);font-size:10px;letter-spacing:.15em;color:var(--accent);text-transform:uppercase;margin-bottom:10px}.result-main-num[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-size:clamp(38px,9vw,58px);font-weight:800;color:var(--accent);letter-spacing:-.04em;line-height:1;margin-bottom:6px}.result-main-sub[data-astro-cid-hg6yimjm]{font-size:.82rem;color:var(--text2);margin-bottom:16px}.result-badge[data-astro-cid-hg6yimjm]{display:inline-block;padding:6px 18px;border-radius:20px;font-size:.78rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.04em}.result-badge[data-astro-cid-hg6yimjm].danger{background:#ff6b6b1a;color:var(--red);border:1px solid rgba(255,107,107,.3)}.result-badge[data-astro-cid-hg6yimjm].caution{background:#f5c8421a;color:var(--gold);border:1px solid rgba(245,200,66,.3)}.result-badge[data-astro-cid-hg6yimjm].good{background:#00d4aa1a;color:var(--green);border:1px solid rgba(0,212,170,.3)}.breakdown-grid[data-astro-cid-hg6yimjm]{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}@media(max-width:560px){.breakdown-grid[data-astro-cid-hg6yimjm]{grid-template-columns:1fr 1fr}}@media(max-width:380px){.breakdown-grid[data-astro-cid-hg6yimjm]{grid-template-columns:1fr}}.breakdown-item[data-astro-cid-hg6yimjm]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.breakdown-label[data-astro-cid-hg6yimjm]{font-size:.7rem;color:var(--text3);margin-bottom:6px;font-family:var(--font-mono);letter-spacing:.05em}.breakdown-val[data-astro-cid-hg6yimjm]{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--text)}.breakdown-val[data-astro-cid-hg6yimjm].accent{color:var(--accent)}.breakdown-val[data-astro-cid-hg6yimjm].green{color:var(--green)}.breakdown-val[data-astro-cid-hg6yimjm].blue{color:var(--blue)}.breakdown-val[data-astro-cid-hg6yimjm].gold{color:var(--gold)}.breakdown-note[data-astro-cid-hg6yimjm]{font-size:.68rem;color:var(--text3);margin-top:4px}.bar-chart-card[data-astro-cid-hg6yimjm]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.bar-chart-title[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--text2);margin-bottom:20px;display:flex;align-items:center;gap:8px}.bar-chart-title[data-astro-cid-hg6yimjm]:before{content:"";width:3px;height:16px;background:var(--accent);border-radius:2px;flex-shrink:0}.bar-row[data-astro-cid-hg6yimjm]{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.bar-row-header[data-astro-cid-hg6yimjm]{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.bar-row-label[data-astro-cid-hg6yimjm]{color:var(--text2)}.bar-row-val[data-astro-cid-hg6yimjm]{font-family:var(--font-mono);font-weight:700;font-size:.85rem;color:var(--text)}.bar-track[data-astro-cid-hg6yimjm]{height:10px;background:var(--bg2);border-radius:5px;overflow:hidden}.bar-fill[data-astro-cid-hg6yimjm]{height:100%;border-radius:5px;transition:width .8s cubic-bezier(.4,0,.2,1);width:0}.bar-need[data-astro-cid-hg6yimjm]{background:linear-gradient(90deg,var(--accent),#f09ab4)}.bar-nenkin[data-astro-cid-hg6yimjm]{background:linear-gradient(90deg,var(--green),#00f5d4)}.bar-asset[data-astro-cid-hg6yimjm]{background:linear-gradient(90deg,var(--blue),#7db8ff)}.bar-gap[data-astro-cid-hg6yimjm]{background:linear-gradient(90deg,var(--red),#ffaaaa)}.bar-row-val[data-astro-cid-hg6yimjm].accent{color:var(--accent)}.bar-row-val[data-astro-cid-hg6yimjm].green{color:var(--green)}.bar-row-val[data-astro-cid-hg6yimjm].blue{color:var(--blue)}.bar-row-val[data-astro-cid-hg6yimjm].red{color:var(--red)}.judgment-card[data-astro-cid-hg6yimjm]{border-radius:var(--radius-lg);padding:20px 24px;margin-bottom:16px;border:1px solid}.judgment-card[data-astro-cid-hg6yimjm].good{background:#00d4aa0f;border-color:#00d4aa40}.judgment-card[data-astro-cid-hg6yimjm].caution{background:#f5c8420f;border-color:#f5c84240}.judgment-card[data-astro-cid-hg6yimjm].danger{background:#ff6b6b0f;border-color:#ff6b6b40}.judgment-head[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-weight:700;font-size:.95rem;margin-bottom:8px}.judgment-card[data-astro-cid-hg6yimjm].good .judgment-head[data-astro-cid-hg6yimjm]{color:var(--green)}.judgment-card[data-astro-cid-hg6yimjm].caution .judgment-head[data-astro-cid-hg6yimjm]{color:var(--gold)}.judgment-card[data-astro-cid-hg6yimjm].danger .judgment-head[data-astro-cid-hg6yimjm]{color:var(--red)}.judgment-body[data-astro-cid-hg6yimjm]{font-size:.85rem;color:var(--text2);line-height:1.8}.judgment-body[data-astro-cid-hg6yimjm] strong[data-astro-cid-hg6yimjm]{color:var(--text)}.mini-cta[data-astro-cid-hg6yimjm]{background:var(--surface2);border:1px solid var(--border2);border-radius:var(--radius);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.mini-cta-text[data-astro-cid-hg6yimjm]{font-size:.85rem;color:var(--text2)}.mini-cta-text[data-astro-cid-hg6yimjm] strong[data-astro-cid-hg6yimjm]{color:var(--text)}.mini-cta-btn[data-astro-cid-hg6yimjm]{background:var(--accent);color:#fff;font-weight:700;font-size:.82rem;padding:9px 18px;border-radius:8px;text-decoration:none;white-space:nowrap;transition:opacity .2s,transform .15s;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.mini-cta-btn[data-astro-cid-hg6yimjm]:after{content:"";display:block;width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg) translate(-1px,1px);transition:transform .2s;flex-shrink:0}.mini-cta-btn[data-astro-cid-hg6yimjm]:hover{opacity:.88;transform:translateY(-1px)}.mini-cta-btn[data-astro-cid-hg6yimjm]:hover:after{transform:rotate(45deg) translate(1px,-1px)}.table-wrap[data-astro-cid-hg6yimjm]{overflow-x:auto;margin-top:4px}table[data-astro-cid-hg6yimjm]{width:100%;border-collapse:collapse;font-size:.85rem}thead[data-astro-cid-hg6yimjm] th[data-astro-cid-hg6yimjm]{background:var(--bg2);color:var(--text3);font-weight:500;padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.05em}thead[data-astro-cid-hg6yimjm] th[data-astro-cid-hg6yimjm]:last-child{text-align:right}tbody[data-astro-cid-hg6yimjm] tr[data-astro-cid-hg6yimjm]{border-bottom:1px solid var(--border);transition:background .15s}tbody[data-astro-cid-hg6yimjm] tr[data-astro-cid-hg6yimjm]:last-child{border-bottom:none}tbody[data-astro-cid-hg6yimjm] tr[data-astro-cid-hg6yimjm]:hover{background:var(--bg3)}tbody[data-astro-cid-hg6yimjm] td[data-astro-cid-hg6yimjm]{padding:11px 14px;color:var(--text2)}tbody[data-astro-cid-hg6yimjm] td[data-astro-cid-hg6yimjm]:last-child{text-align:right;font-family:var(--font-mono);color:var(--text)}tbody[data-astro-cid-hg6yimjm] td[data-astro-cid-hg6yimjm].negative{color:var(--red)!important}tbody[data-astro-cid-hg6yimjm] td[data-astro-cid-hg6yimjm].positive{color:var(--green)!important}.cta-block[data-astro-cid-hg6yimjm]{background:linear-gradient(135deg,#e8547a1a,#e8547a0a);border:1px solid rgba(232,84,122,.2);border-radius:var(--radius-lg);padding:36px 32px;text-align:center;margin-bottom:16px}.cta-title[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-size:1.4rem;font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.cta-title[data-astro-cid-hg6yimjm] em[data-astro-cid-hg6yimjm]{color:var(--accent);font-style:normal}.cta-sub[data-astro-cid-hg6yimjm]{font-size:.88rem;color:var(--text2);line-height:1.8;margin-bottom:20px}.cta-points[data-astro-cid-hg6yimjm]{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.cta-point[data-astro-cid-hg6yimjm]{background:var(--accent-soft);border:1px solid rgba(232,84,122,.2);color:var(--text2);font-size:.8rem;padding:6px 14px;border-radius:20px}.cta-btn-main[data-astro-cid-hg6yimjm]{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:1rem;font-weight:800;border-radius:var(--radius);text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s}.cta-btn-main[data-astro-cid-hg6yimjm]:after{content:"";display:block;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg) translate(-1px,1px);transition:transform .2s;flex-shrink:0}.cta-btn-main[data-astro-cid-hg6yimjm]:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 28px var(--accent-glow)}.cta-btn-main[data-astro-cid-hg6yimjm]:hover:after{transform:rotate(45deg) translate(1px,-1px)}.cta-disclosure[data-astro-cid-hg6yimjm]{font-size:.72rem;color:var(--text3);margin-top:14px}.faq-item.open.faq-item.open @media(max-width:480px){}.related-icon[data-astro-cid-hg6yimjm]{font-size:1.4rem;flex-shrink:0}.related-name[data-astro-cid-hg6yimjm]{font-size:.85rem;font-weight:700;color:var(--text);margin-bottom:3px}.related-desc[data-astro-cid-hg6yimjm]{font-size:.75rem;color:var(--text3)}footer[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]{color:var(--text3);text-decoration:none}footer[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]:hover{color:var(--text2)}.footer-nav[data-astro-cid-hg6yimjm]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:12px}.fade-in[data-astro-cid-hg6yimjm]{animation:fadeIn .5s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:600px){.hero[data-astro-cid-hg6yimjm]{padding:40px 16px 36px}.card[data-astro-cid-hg6yimjm]{padding:20px 16px}.bar-chart-card[data-astro-cid-hg6yimjm]{padding:18px 16px}.cta-block[data-astro-cid-hg6yimjm]{padding:28px 16px}.result-hero[data-astro-cid-hg6yimjm]{padding:24px 16px}.hero-cta-inner[data-astro-cid-hg6yimjm],.mini-cta[data-astro-cid-hg6yimjm]{flex-direction:column;align-items:center}.footer-nav[data-astro-cid-hg6yimjm]{gap:12px}}.yearly-chart-card[data-astro-cid-hg6yimjm]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.yearly-chart-canvas[data-astro-cid-hg6yimjm]{width:100%;display:block;border-radius:8px}.yearly-chart-note[data-astro-cid-hg6yimjm]{font-size:.72rem;color:var(--text3);margin-top:10px;line-height:1.5}.next-steps[data-astro-cid-hg6yimjm]{margin-top:16px}.next-steps-title[data-astro-cid-hg6yimjm]{font-size:.75rem;font-weight:700;color:var(--text3, #7888aa);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;padding-left:2px}.next-grid[data-astro-cid-hg6yimjm]{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:480px){.next-grid[data-astro-cid-hg6yimjm]{grid-template-columns:1fr}}.next-card[data-astro-cid-hg6yimjm]{display:flex;align-items:center;gap:10px;background:var(--surface2,#1a2035);border:1px solid var(--border2, #dde2ee);border-radius:10px;padding:12px 14px;text-decoration:none;transition:border-color .2s,transform .15s,background .2s;position:relative;overflow:hidden}.next-card[data-astro-cid-hg6yimjm]:hover{border-color:var(--accent,#00d4aa);background:#00d4aa0a;transform:translateY(-2px)}.next-card-icon[data-astro-cid-hg6yimjm]{font-size:1.4rem;flex-shrink:0;line-height:1}.next-card-body[data-astro-cid-hg6yimjm]{min-width:0}.next-card-action[data-astro-cid-hg6yimjm]{font-size:.68rem;color:var(--accent,#00d4aa);font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px}.next-card-name[data-astro-cid-hg6yimjm]{font-size:.88rem;font-weight:700;color:var(--text, #0f1626);line-height:1.3}.next-card-desc[data-astro-cid-hg6yimjm]{font-size:.75rem;color:var(--text2, #3a4a6a);margin-top:2px;line-height:1.4}.next-card[data-astro-cid-hg6yimjm]:after{content:"›";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1.2rem;color:var(--text3, #7888aa);transition:color .2s,right .15s}.next-card[data-astro-cid-hg6yimjm]:hover:after{color:var(--accent,#00d4aa);right:8px}nav[data-astro-cid-hg6yimjm]{position:sticky;top:0;z-index:100;background:#fffffff5;backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:0 24px;display:flex;align-items:center;gap:16px;height:54px}.nav-logo[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-weight:800;font-size:1.05rem;color:var(--text);text-decoration:none;letter-spacing:-.02em;margin-right:auto}.nav-logo-accent[data-astro-cid-hg6yimjm]{color:var(--accent)}.logo-tld[data-astro-cid-hg6yimjm]{color:var(--text3);font-weight:400;font-size:.8rem}.nav-links[data-astro-cid-hg6yimjm]{display:flex;gap:4px}.nav-links[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]{font-size:.78rem;color:var(--text2);text-decoration:none;padding:6px 10px;border-radius:6px;transition:color .2s,background .2s}.nav-links[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]:hover{color:var(--text);background:var(--surface2)}@media(max-width:520px){.nav-links[data-astro-cid-hg6yimjm]{display:none}}.pr-bar[data-astro-cid-hg6yimjm]{background:#f5c8420f;border-bottom:1px solid rgba(245,200,66,.15);padding:5px 24px;text-align:center;font-size:.72rem;color:#a08000;font-family:monospace}footer[data-astro-cid-hg6yimjm]{background:var(--bg2);border-top:1px solid var(--border);padding:32px 24px;text-align:center;font-size:.78rem;color:var(--text3)}footer[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]{color:var(--text2);text-decoration:none;margin:0 8px}footer[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]:hover{color:var(--accent)}.footer-logo[data-astro-cid-hg6yimjm]{font-family:var(--font-display);font-weight:800;font-size:1rem;color:var(--text);margin-bottom:12px}.footer-links[data-astro-cid-hg6yimjm]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:8px}.footer-links[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]{font-size:12px;color:#6a7a9a;text-decoration:none}.footer-links[data-astro-cid-hg6yimjm] a[data-astro-cid-hg6yimjm]:hover{color:#94a3b8}.footer-copy[data-astro-cid-hg6yimjm]{margin-top:12px}
