:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffeb;background-color:#15151f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100dvh;background-color:#15151f;-webkit-tap-highlight-color:transparent}button{font-family:inherit}button:focus-visible{outline:2px solid #e8b86d;outline-offset:2px}.app{width:100%;height:100dvh;display:flex;flex-direction:column}.app-main{flex:1;min-height:0;display:flex}@media (hover: none) and (pointer: coarse){.calc,.est{padding-bottom:5.5rem}}.ob{--bg: #15151f;--surface: #20202e;--surface-2: #282838;--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .58);--gold: #e8b86d;width:100%;max-width:480px;height:100%;margin:0 auto;display:flex;flex-direction:column;padding:max(1.25rem,env(safe-area-inset-top)) 1.25rem 1.25rem;box-sizing:border-box;text-align:left;color:var(--text)}.ob-top{flex:0 0 auto;padding:.5rem 0 1.5rem}.ob-dots{display:flex;gap:.5rem;justify-content:center}.ob-dot{width:28px;height:5px;padding:0;border:0;border-radius:99px;background:#ffffff29;cursor:pointer;transition:background .25s,width .25s}.ob-dot:hover{background:#ffffff4d}.ob-dot.is-active{width:40px;background:var(--gold)}.ob-stage{flex:1 1 auto;display:flex;align-items:center;overflow:hidden;touch-action:pan-y}.ob-track{width:100%;will-change:transform}.ob-track:not(.is-dragging){transition:transform .3s cubic-bezier(.22,1,.36,1)}.ob-slide{animation:ob-in .35s ease both}@keyframes ob-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.ob-slide{animation:none}.ob-track:not(.is-dragging){transition:none}}.ob-card{width:100%}.ob-center{text-align:center}.ob-center .ob-list{text-align:left;max-width:22rem;margin-inline:auto}.ob-logo{width:84px;height:84px;margin-bottom:1rem;filter:drop-shadow(0 8px 24px rgba(232,184,109,.25))}.ob-title{font-size:2rem;line-height:1.15;margin:0 0 .5rem;letter-spacing:-.02em}.ob-subtitle{font-size:1.05rem;color:var(--muted);margin:0 0 1.5rem}.ob-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.ob-list li{position:relative;padding-left:1.6rem;line-height:1.4}.ob-list li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--gold)}.ob-list-accent li:before{background:var(--accent, var(--gold))}.ob-pillars{display:flex;flex-direction:column;gap:.85rem}.ob-pillar{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;background:var(--surface);border-radius:16px;border-left:4px solid var(--accent)}.ob-pillar-num{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;font-weight:700;font-size:1.1rem;color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent)}.ob-pillar div{display:flex;flex-direction:column}.ob-pillar-label{font-size:1.05rem}.ob-pillar-gist{font-size:.9rem;color:var(--muted)}.ob-badge-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.ob-badge{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent);padding:.3rem .7rem;border-radius:99px}.ob-tag{font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:99px;color:var(--muted);border:1px solid rgba(255,255,255,.16)}.ob-tag.is-must{color:#ff9b73;border-color:#ff9b7366}.ob-tag.is-opt{color:#8fd3b6;border-color:#8fd3b666}.ob-nav{flex:0 0 auto;display:flex;gap:.75rem;padding-top:1.5rem}.ob-btn{flex:1;padding:.95rem 1rem;font-size:1rem;font-weight:600;border-radius:14px;border:1px solid transparent;cursor:pointer;transition:transform .12s,opacity .2s,background .2s}.ob-btn:active{transform:scale(.98)}.ob-btn-primary{background:var(--gold);color:#1a1a2e}.ob-btn-primary:hover{background:#f0c878}.ob-btn-ghost{background:transparent;color:var(--text);border-color:#ffffff29}.ob-btn-ghost:disabled{opacity:.35;cursor:not-allowed}@media (hover: none) and (pointer: coarse){.ob-nav-step{display:none}.ob-nav:not(:has(.ob-nav-cta)){display:none}}.est{--surface: #20202e;--surface-2: #282838;--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .58);--gold: #e8b86d;width:100%;max-width:480px;height:100%;margin:0 auto;padding:max(1.25rem,env(safe-area-inset-top)) 1.25rem 2rem;box-sizing:border-box;overflow-y:auto;color:var(--text);text-align:left}.est-head{margin:.25rem 0 1.5rem;text-align:center}.est-title{margin:0;font-size:1.9rem;font-weight:700;line-height:1.15;letter-spacing:-.015em;text-wrap:balance}.est-title em{font-style:normal;color:var(--gold)}.est-info-wrap{position:relative;display:inline-block;white-space:nowrap}.est-info-btn{margin-left:.4rem;padding:0;background:none;border:none;color:var(--muted);font-size:1rem;line-height:1;cursor:pointer;vertical-align:middle;transition:color .15s ease}.est-info-btn:hover,.est-info-btn[aria-expanded=true]{color:var(--gold)}.est-info-pop{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;width:min(20rem,80vw);padding:.7rem .85rem;background:var(--surface-2);border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 8px 24px #00000073;font-size:.78rem;font-weight:400;line-height:1.5;letter-spacing:normal;color:var(--muted);text-align:left;white-space:normal}.est-info-pop.is-left{right:auto;left:0}.est-info-pop.is-up{top:auto;bottom:calc(100% + .5rem)}.est-sub{margin:0;color:var(--muted);font-size:.98rem}.est-toggle{display:flex;gap:.3rem;padding:.3rem;background:var(--surface);border-radius:99px;margin-bottom:.6rem}.est-toggle-btn{flex:1;padding:.6rem;border:none;border-radius:99px;background:transparent;color:var(--muted);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.est-toggle-btn.is-active{background:var(--gold);color:#1a1a2e}.est-classes{display:flex;gap:.3rem;padding:.3rem;background:var(--surface);border-radius:14px;margin-bottom:1.5rem}.est-class-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.5rem .25rem;border:none;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;transition:background .2s,color .2s}.est-class-btn.is-active{background:var(--gold);color:#1a1a2e}.est-class-label{font-size:.9rem;font-weight:600}.est-class-salary{font-size:.74rem;font-variant-numeric:tabular-nums;opacity:.85}.est-me{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.est-cat{background:var(--surface);border-radius:14px;overflow:hidden}.est-cat-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 1.1rem;border:0;background:none;color:var(--text);font:inherit;font-weight:600;font-size:.95rem;cursor:pointer}.est-cat-title{display:inline-flex;align-items:center;gap:.55rem}.est-cat-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.est-cat-right{display:inline-flex;align-items:center;gap:.7rem}.est-cat-value{font-variant-numeric:tabular-nums;font-weight:700;color:var(--text)}.est-cat-per{font-size:.75rem;font-weight:500;color:var(--muted);margin-left:.15rem}.est-cat-chevron{color:var(--muted);transition:transform .2s ease}.est-cat-chevron.is-open{transform:rotate(180deg)}.est-cat-body{display:flex;flex-direction:column;gap:1rem;padding:.25rem 1.1rem 1.1rem}.est-cat-note{margin:0;font-size:.8rem;line-height:1.45;color:var(--gold)}.est-me-field{display:block;position:relative}.est-info-pop.est-me-info-pop{top:calc(100% + .4rem);left:0;right:0;width:auto}.est-me-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.est-me-label{font-size:.9rem}.est-me-val{font-variant-numeric:tabular-nums;font-weight:600;color:var(--gold);font-size:.9rem}.est-me-val-btn{display:inline-flex;align-items:center;gap:.3rem;background:none;font-family:inherit;padding:0 0 1px;cursor:text;border:none;border-bottom:1px dashed rgba(232,184,109,.45)}.est-me-val-btn:hover,.est-me-val-btn:focus-visible{border-bottom-color:var(--gold);outline:none}.est-me-edit-icon{font-size:.72rem;font-weight:400;opacity:.55;transition:opacity .15s ease}.est-me-val-btn:hover .est-me-edit-icon,.est-me-val-btn:focus-visible .est-me-edit-icon{opacity:1}.est-me-input{width:7rem;text-align:right;background:#ffffff12;border:1px solid var(--gold);border-radius:6px;padding:.1rem .35rem;outline:none}.est-me-field input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:5px;border-radius:99px;background:linear-gradient(to right,var(--gold) 0% var(--fill, 0%),rgba(255,255,255,.14) var(--fill, 0%) 100%);cursor:pointer}.est-me-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--gold);box-shadow:0 2px 6px #0006;cursor:pointer}.est-me-field input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--gold);cursor:pointer}.est-me-seg-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.est-me-seg{display:flex;gap:.2rem;padding:.2rem;background:var(--surface-2);border-radius:99px}.est-me-seg-btn{border:0;background:transparent;color:var(--muted);font:inherit;font-size:.82rem;font-weight:600;padding:.3rem .8rem;border-radius:99px;cursor:pointer;transition:background .2s,color .2s}.est-me-seg-btn.is-active{background:var(--gold);color:#1a1a2e}.est-chart-title{margin:0 0 .6rem;font-size:.95rem;font-weight:600}.est-chart-sub{color:var(--muted);font-weight:400}.est-chart-wrap{position:relative}.est-chart-svg{width:100%;height:auto;display:block;touch-action:pan-y}.est-chart-hover{stroke:#fff6;stroke-width:1}.est-chart-tip{position:absolute;top:4px;transform:translate(-50%);pointer-events:none;background:#15151f;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:.45rem .6rem;font-size:.76rem;line-height:1.35;white-space:nowrap;box-shadow:0 8px 22px #00000080;z-index:2}.est-chart-tip-age{color:var(--muted);font-size:.72rem}.est-chart-tip-scenarios{margin-top:.3rem;display:flex;flex-direction:column;gap:.15rem}.est-chart-tip-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.est-chart-tip-row{display:flex;justify-content:space-between;gap:1rem;font-variant-numeric:tabular-nums}.est-chart-tip-sc{margin-top:.15rem}.est-chart-tip-sub{display:flex;gap:.7rem;padding-left:1rem;font-size:.7rem;font-variant-numeric:tabular-nums}.est-chart-tip-sub .in{color:#8fd3b6}.est-chart-tip-sub .out{color:#e6a08a}.est-chart-tip-paidin{margin-top:.4rem;padding-top:.3rem;border-top:1px solid rgba(255,255,255,.1);font-size:.72rem;color:#8fd3b6;font-variant-numeric:tabular-nums}.est-chart-grid{stroke:#ffffff1a;stroke-width:1}.est-chart-band{fill:#e8b86d1a;stroke:none}.est-chart-marker{stroke:#ffffff40;stroke-width:1;stroke-dasharray:3 3}.est-chart-caption{display:block;margin-top:.5rem;font-size:.78rem;color:var(--muted)}.est-chart-controls{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.est-chart-axis{fill:var(--muted);font-size:10px}.est-chart-legend{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.est-chart-legend li{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:var(--muted)}.est-chart-swatch{width:14px;height:3px;border-radius:2px;flex:0 0 auto}.est-chart-legend strong{margin-left:auto;color:var(--text);font-variant-numeric:tabular-nums}.est-total{background:linear-gradient(160deg,var(--surface-2),var(--surface));border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.4rem;margin-bottom:1.5rem}.est-total-label{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.est-total-amount{font-size:2.6rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-top:.25rem}.est-total-per{font-size:1rem;font-weight:500;color:var(--muted);margin-left:.4rem}.est-total-sub{color:var(--muted);font-size:.9rem;margin-top:.3rem}.est-bar{display:flex;height:12px;border-radius:99px;overflow:hidden;margin-top:1.1rem;background:#ffffff14;gap:2px}.est-bar-seg{height:100%;transition:width .3s ease}.est-pillars{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.est-pillar{display:flex;flex-direction:column;background:var(--surface);border-radius:16px;border-left:4px solid var(--accent);overflow:hidden}.est-pillar-row{display:flex;align-items:center;gap:.85rem;width:100%;padding:1rem 1.1rem;background:none;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.est-pillar-text{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.est-pillar-label{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent)}.est-pillar-name{font-size:1.02rem}.est-pillar-note{font-size:.82rem;color:var(--muted);line-height:1.4}.est-pillar-val{flex:0 0 auto;font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.est-pillar-per{font-size:.8rem;font-weight:500;color:var(--muted);margin-left:.15rem}.est-pillar-chevron{flex:0 0 auto;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent);font-size:1.9rem;transition:transform .2s ease}.est-pillar-chevron.is-open{transform:rotate(180deg)}.est-info{list-style:none;margin:0;padding:0 1.1rem 1rem;display:flex;flex-direction:column;gap:.45rem;font-size:.84rem;line-height:1.45;color:var(--muted)}.est-info li{position:relative;padding-left:.9rem}.est-info li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--accent)}.est-info strong{color:var(--text);font-weight:600}.calc{--surface: #20202e;--surface-2: #282838;--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .58);--gold: #e8b86d;width:100%;max-width:480px;height:100%;margin:0 auto;padding:max(1.25rem,env(safe-area-inset-top)) 1.25rem 2rem;box-sizing:border-box;overflow-y:auto;color:var(--text);text-align:left}.calc-head{margin-bottom:1.25rem}.calc-title{font-size:1.7rem;margin:0 0 .35rem;letter-spacing:-.02em}.calc-sub{margin:0;color:var(--muted);font-size:.98rem}.calc-examples{margin-bottom:1.25rem}.calc-examples-label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.5rem}.calc-chips{display:flex;gap:.5rem;flex-wrap:wrap}.calc-chip{border:1px solid rgba(255,255,255,.16);background:var(--surface);color:var(--text);padding:.5rem .85rem;border-radius:99px;font-size:.9rem;cursor:pointer;transition:border-color .2s,background .2s}.calc-chip:hover{border-color:var(--gold);background:var(--surface-2)}.calc-result{background:linear-gradient(160deg,var(--surface-2),var(--surface));border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.4rem;margin-bottom:1.5rem}.calc-result-label{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.calc-result-amount{font-size:2.6rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-top:.25rem}.calc-result-per{font-size:1rem;font-weight:500;color:var(--muted);margin-left:.4rem}.calc-replace{color:var(--gold);font-size:.95rem;margin-top:.35rem}.calc-bar{display:flex;height:12px;border-radius:99px;overflow:hidden;margin:1.1rem 0 .9rem;background:#ffffff14}.calc-bar-seg{height:100%;transition:width .3s ease}.calc-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.calc-legend li{display:flex;flex-direction:column}.calc-legend-row{display:flex;align-items:center;gap:.6rem;font-size:.95rem}.calc-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.calc-legend-label{color:var(--muted)}.calc-legend-val{margin-left:auto;font-variant-numeric:tabular-nums;font-weight:600}.calc-note-inline{margin:.9rem 0 0;font-size:.85rem;color:#ff9b73}.calc-inputs{display:flex;flex-direction:column;gap:1.3rem}.calc-field{display:block}.calc-field-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.calc-field-label{font-size:.95rem;display:inline-flex;align-items:center;gap:.45rem}.calc-info-btn{width:18px;height:18px;padding:0;flex:0 0 auto;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:var(--muted);font-size:.72rem;font-style:italic;font-family:Georgia,Times New Roman,serif;line-height:1;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.calc-info-btn:hover,.calc-info-btn.is-open{color:#1a1a2e;background:var(--gold);border-color:var(--gold)}.calc-info-box{margin:.65rem 0 0;padding:.7rem .85rem;background:#e8b86d1a;border-left:3px solid var(--gold);border-radius:10px;font-size:.82rem;line-height:1.5;color:var(--text)}.calc-field-value{font-variant-numeric:tabular-nums;font-weight:600;color:var(--gold)}.calc-field-hint{display:block;margin-top:.3rem;font-size:.78rem;color:var(--muted)}.calc-field input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:99px;background:linear-gradient(to right,var(--gold) 0% var(--fill, 0%),rgba(255,255,255,.14) var(--fill, 0%) 100%);cursor:pointer}.calc-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--gold);box-shadow:0 2px 8px #0006;cursor:pointer}.calc-field input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--gold);cursor:pointer}.calc-disclaimer{margin:1.75rem 0 0;font-size:.78rem;line-height:1.5;color:var(--muted)}.menu{position:fixed;z-index:60;display:flex;align-items:flex-end;gap:.6rem;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));flex-direction:column}@media (hover: hover) and (pointer: fine){.menu{top:calc(1rem + env(safe-area-inset-top));bottom:auto;flex-direction:column-reverse}}.menu-scrim{position:fixed;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#00000073;cursor:default;z-index:0;animation:menu-fade .18s ease}.menu-toggle{position:relative;z-index:1;width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#1a1a26;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 20px #00000073;transition:background .2s}.menu-toggle:hover{background:#23232f}.menu-icon{position:relative;width:22px;height:16px}.menu-icon span{position:absolute;left:0;height:2px;width:100%;border-radius:2px;background:#e8b86d;transition:transform .2s ease,opacity .2s ease}.menu-icon span:nth-child(1){top:0}.menu-icon span:nth-child(2){top:7px}.menu-icon span:nth-child(3){top:14px}.menu.is-open .menu-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu.is-open .menu-icon span:nth-child(2){opacity:0}.menu.is-open .menu-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-panel{position:relative;z-index:1;display:flex;flex-direction:column;gap:.2rem;min-width:176px;padding:.4rem;background:#20202e;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 12px 32px #00000080;animation:menu-pop .18s ease}.menu-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem .8rem;border:0;border-radius:10px;background:none;color:#ffffffd9;font:inherit;font-size:.95rem;text-align:left;cursor:pointer;transition:background .15s,color .15s}.menu-item:hover{background:#ffffff0f}.menu-item.is-active{color:#e8b86d;background:#e8b86d1f;font-weight:600}@keyframes menu-fade{0%{opacity:0}}@keyframes menu-pop{0%{opacity:0;transform:translateY(6px) scale(.97)}}@media (prefers-reduced-motion: reduce){.menu-scrim,.menu-panel{animation:none}}
