@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--glass-bg:#0f0f14a6;--glass-panel:#ffffff0a;--glass-hover:#ffffff14;--glass-border:#ffffff1f;--glass-border-hi:#ffffff40;--accent-gold:#f5a623;--accent-blue:#2a85ff;--green:#30d158;--red:#ff453a;--text-pure:#fff;--text:#f5f5f7;--text-2:#a1a1aa;--text-3:#71717a;--top-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#000;background-image:url(/bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}#root{height:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border)}.glass-panel{background:var(--glass-panel);border:1px solid var(--glass-border);box-shadow:0 4px 24px #0003}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#0003 0%,#000c 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:720px;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-headline{letter-spacing:-.05em;color:var(--text-pure);text-shadow:0 4px 24px #00000080;margin-bottom:.5rem;font-size:clamp(4rem,10vw,7.5rem);font-weight:800;line-height:1.05}.hero-tagline{letter-spacing:-.02em;color:var(--accent-gold);text-shadow:0 2px 8px #000c;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1.2}.hero-body{color:var(--text);text-shadow:0 2px 12px #000c;max-width:600px;margin:0 auto 3rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;line-height:1.6}.hero-cta{background:var(--text-pure);color:#000;letter-spacing:-.01em;cursor:pointer;border:none;border-radius:980px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-family:inherit;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 32px #fff3}.hero-cta:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 48px #ffffff4d}.hero-cta:active{transform:scale(.98)}.hero-footnote{color:#fff9;text-shadow:0 1px 4px #000c;margin-top:1.5rem;font-size:.75rem}.app-container{background:#0006;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.glass-modal{background:var(--glass-bg);-webkit-backdrop-filter:blur(32px);border:1px solid var(--glass-border-hi);border-radius:24px;flex-direction:column;width:100%;max-width:1280px;height:calc(100vh - 4rem);animation:.6s cubic-bezier(.16,1,.3,1) modalIn;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000080,inset 0 1px #ffffff1a}@keyframes modalIn{0%{opacity:0;transform:scale(.98)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.topbar{height:var(--top-h);border-bottom:1px solid var(--glass-border);background:#0003;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:relative}.topbar-back{color:var(--text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:color .2s;display:inline-flex}.topbar-back:hover{color:var(--text-pure)}.topbar-title{color:var(--text-pure);letter-spacing:-.02em;font-size:1rem;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.topbar-step{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);font-size:.75rem;font-weight:600}.progress-track{background:0 0;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.progress-fill{background:var(--accent-gold);height:100%;box-shadow:0 0 10px var(--accent-gold);transition:width .6s cubic-bezier(.16,1,.3,1)}.form-shell{flex:1;display:flex;overflow:hidden}.form-left{border-right:1px solid var(--glass-border);background:#0000004d;flex-direction:column;flex-shrink:0;width:380px;padding:2.5rem 2rem;display:flex;overflow-y:auto}.form-left-kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--accent-gold);margin-bottom:.75rem;font-size:.65rem;font-weight:700}.form-left-headline{letter-spacing:-.04em;color:var(--text-pure);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.15}.form-left-body{color:var(--text-2);font-size:.85rem;line-height:1.6}.form-group-block{margin-top:2.5rem}.form-group-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-3);margin-bottom:1rem;font-size:.7rem;font-weight:700}.inp-wrap{margin-bottom:.85rem}.inp-label{color:var(--text-2);margin-bottom:.4rem;font-size:.75rem;font-weight:500;display:block}.inp{border:1px solid var(--glass-border);width:100%;color:var(--text-pure);background:#0006;border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .2s;box-shadow:inset 0 2px 4px #0003}.inp:focus{border-color:var(--accent-blue);background:#0009;outline:none;box-shadow:inset 0 2px 4px #0003,0 0 0 3px #2a85ff33}.inp::placeholder{color:var(--text-3)}.inp-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.form-left-cta{flex-direction:column;gap:.75rem;margin-top:3rem;display:flex}.btn-primary{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1.1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #2a85ff4d}.btn-primary:hover:not(:disabled){background:#3a92ff;transform:translateY(-1px);box-shadow:0 6px 16px #2a85ff66}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.form-status{color:var(--text-2);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.form-error{color:var(--red);font-size:.8rem;line-height:1.5}.form-hint{color:var(--text-3);text-align:center;font-size:.75rem}.form-right{flex-direction:column;flex:1;gap:0;padding:3rem 4rem;display:flex;overflow-y:auto}.section-divider{background:var(--glass-border);height:1px;margin:2.5rem 0}.choice-section{flex-direction:column;display:flex}.choice-section-head{margin-bottom:1.5rem}.choice-label{color:var(--text-pure);letter-spacing:-.01em;margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.choice-sub{color:var(--text-2);font-size:.85rem;line-height:1.5}.choice-row-2{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.mat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.mat-tile{background:var(--glass-panel);border:1px solid var(--glass-border);cursor:pointer;text-align:left;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem 1.25rem;font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.mat-tile:hover{background:var(--glass-hover);border-color:var(--glass-border-hi);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.mat-tile--on{border-color:var(--accent-blue);box-shadow:inset 0 0 0 1px var(--accent-blue), 0 8px 24px #0000004d;background:#2a85ff1a}.mat-tile--on:after{content:"";background:var(--accent-blue);width:8px;height:8px;box-shadow:0 0 12px var(--accent-blue);border-radius:50%;position:absolute;top:1rem;right:1rem}.mat-icon{filter:drop-shadow(0 2px 4px #0000004d);font-size:1.75rem;line-height:1}.mat-name{color:var(--text-pure);font-size:.95rem;font-weight:700;line-height:1.2}.mat-tag{color:var(--text-2);font-size:.75rem;line-height:1.3}.pill-stack{flex-direction:column;gap:.75rem;display:flex}.pill-grid-2{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.pill{background:var(--glass-panel);border:1px solid var(--glass-border);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;font-family:inherit;transition:all .2s;display:flex}.pill:hover{background:var(--glass-hover);border-color:var(--glass-border-hi)}.pill--on{border-color:var(--text-pure);background:#ffffff1a;box-shadow:inset 0 0 0 1px #fff3}.pill-label{color:var(--text-pure);font-size:.9rem;font-weight:600}.pill-sub{color:var(--text-2);font-size:.75rem}.toggle-stack{flex-direction:column;gap:.75rem;display:flex}.toggle-row{background:var(--glass-panel);border:1px solid var(--glass-border);cursor:pointer;text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.25rem;font-family:inherit;transition:all .2s;display:flex}.toggle-row:hover{background:var(--glass-hover);border-color:var(--glass-border-hi)}.toggle-row--on{background:#30d1581a;border-color:#30d1584d}.toggle-text{flex-direction:column;flex:1;gap:.25rem;display:flex}.toggle-label{color:var(--text-pure);font-size:.9rem;font-weight:600}.toggle-hint{color:var(--text-2);font-size:.75rem;line-height:1.4}.toggle-knob{background:#ffffff26;border-radius:999px;flex-shrink:0;width:44px;height:24px;transition:background .3s;position:relative;box-shadow:inset 0 1px 3px #0000004d}.toggle-knob--on{background:var(--green)}.toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-knob--on .toggle-thumb{transform:translate(20px)}.spinner{border:2px solid #ffffff1a;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.review-layout{flex:1;display:flex;overflow:hidden}.verdict-pane{border-right:1px solid var(--glass-border);background:#0003;flex-direction:column;flex:0 0 58%;display:flex;overflow:hidden}.verdict-header{border-bottom:1px solid var(--glass-border);flex-shrink:0;padding:2.5rem 3rem 1.5rem}.verdict-sub{color:var(--text-2);margin-top:.5rem;font-size:.9rem;line-height:1.5}.verdict-scroll{flex:1;padding:2rem 3rem;overflow-y:auto}.prose{color:var(--text-2);font-size:.95rem;line-height:1.8}.prose h1,.prose h2{color:var(--text-pure);margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:700}.prose h3{color:var(--text-pure);margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:600}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:.4rem}.prose strong{color:var(--text-pure);font-weight:600}.calibrate-pane{flex-direction:column;flex:1;justify-content:space-between;gap:2rem;padding:2.5rem 3rem;display:flex;overflow-y:auto}.calibrate-sub{color:var(--text-2);margin-top:.5rem;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.buffer-list{flex-direction:column;display:flex}.buffer-row{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.buffer-row:first-child{border-top:1px solid var(--glass-border)}.buffer-meta{flex-direction:column;gap:.25rem;display:flex}.buffer-label{color:var(--text-pure);font-size:.95rem;font-weight:600}.buffer-hint{color:var(--text-2);font-size:.8rem}.buffer-input{border:1px solid var(--glass-border);width:130px;color:var(--text-pure);text-align:right;background:#0006;border-radius:10px;padding:.6rem .85rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.buffer-input:focus{border-color:var(--accent-blue);background:#0009;outline:none}.calibrate-actions{flex-direction:column;gap:1rem;display:flex}.status-line{color:var(--text-2);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.error-line{color:var(--red);font-size:.85rem;line-height:1.5}.cta{background:var(--text-pure);color:#000;cursor:pointer;border:none;border-radius:12px;flex:1;padding:1.1rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ffffff26}.cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ffffff40}.cta:active:not(:disabled){transform:scale(.98)}.cta:disabled{opacity:.4;cursor:not-allowed}.cta--outline{background:var(--glass-panel);color:var(--text-pure);border:1px solid var(--glass-border);box-shadow:none;flex:none}.cta--outline:hover:not(:disabled){background:var(--glass-hover);border-color:var(--glass-border-hi);box-shadow:none}.results{flex:1;display:flex;overflow:hidden}.results-hero{border-right:1px solid var(--glass-border);background:#0003;flex-direction:column;flex:0 0 45%;padding:4rem;display:flex;overflow-y:auto}.results-number{letter-spacing:-.04em;color:var(--text-pure);margin-bottom:.75rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1}.results-context{color:var(--text-2);margin-bottom:3rem;font-size:.9rem}.results-divider{background:var(--glass-border);height:1px;margin-bottom:3rem}.results-monthly{letter-spacing:-.03em;color:var(--text-pure);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1}.results-monthly-sub{color:var(--text-2);margin-bottom:2.5rem;font-size:.9rem}.results-gap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid;border-radius:12px;padding:1.25rem 1.5rem;font-size:.9rem;line-height:1.6}.gap--warn{color:#fff;background:#ff453a1a;border-color:#ff453a4d}.gap--warn strong{color:#ff8079}.gap--ok{color:#fff;background:#30d1581a;border-color:#30d1584d}.gap--ok strong{color:var(--green)}.results-breakdown{flex:1;padding:4rem;overflow-y:auto}.breakdown{border-collapse:collapse;width:100%}.breakdown td{vertical-align:middle;border-bottom:1px solid var(--glass-border);padding:1.25rem 0;font-size:.95rem}.breakdown td:first-child{color:var(--text-2);width:45%}.breakdown td:nth-child(2){color:var(--text-pure);text-align:right;white-space:nowrap;padding-right:1.5rem;font-weight:600}.breakdown td.note{color:var(--text-3);white-space:nowrap;font-size:.8rem}.breakdown .row--accent td{background:#ffffff08}.breakdown .row--accent td:first-child,.breakdown .row--accent td:nth-child(2){color:var(--text-pure);font-weight:600}.breakdown .row--total td{border-top:1px solid #fff3;border-bottom:none;padding-top:1.5rem}.breakdown .row--total td:first-child{color:var(--text-pure);font-size:1.1rem;font-weight:700}.breakdown .row--total td:nth-child(2){color:var(--accent-gold);font-size:1.2rem;font-weight:700}@media (width<=1100px){.mat-grid{grid-template-columns:repeat(2,1fr)}.choice-row-2{grid-template-columns:1fr;gap:2rem}.glass-modal{border-radius:16px;height:calc(100vh - 2rem);margin:1rem}.app-container{padding:0}}@media (width<=860px){.form-shell,.review-layout,.results{flex-direction:column;overflow:auto}.form-left,.verdict-pane,.results-hero{border-right:none;border-bottom:1px solid var(--glass-border);flex:none;width:100%}.form-right{padding:2rem}.glass-modal{border:none;border-radius:0;height:100vh;margin:0}}
