:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #fafbfc;--fg: #0f172a;--muted: #64748b;--faint: #94a3b8;--border: #e6e8ee;--border-strong: #d4d8e0;--accent: #4f46e5;--accent-weak: #eef0fe;--accent-strong: #4338ca;--success: #16a34a;--success-weak: #e9f7ee;--danger: #dc2626;--danger-weak: #fdecec;--warn: #d97706;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06), 0 2px 4px rgba(15, 23, 42, .04);--radius: 14px;--radius-sm: 10px;--sidebar-w: 248px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}h1,h2,h3{margin:0;font-weight:650;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.app{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.25rem .875rem;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;padding:.5rem .5rem 1.1rem}.brand-logo{width:100%;max-width:190px;height:auto;display:block}.nav{display:flex;flex-direction:column;gap:2px;margin-top:.5rem}.nav-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);padding:.75rem .6rem .3rem;font-weight:600}.nav-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;border-radius:var(--radius-sm);color:var(--muted);font-weight:550;transition:background .12s,color .12s}.nav-item:hover{background:var(--surface-2);color:var(--fg)}.nav-item.active{background:var(--accent-weak);color:var(--accent-strong)}.nav-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-foot{margin-top:auto}.plan-chip{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .8rem;background:var(--surface-2)}.plan-chip .tier{font-weight:650;display:flex;align-items:center;gap:.4rem}.plan-chip .tier .badge{margin-left:auto}.content{flex:1;min-width:0;overflow-y:auto;height:100vh}.content-inner{max-width:1080px;margin:0 auto;padding:2rem 2.25rem 4rem}.page-head{margin-bottom:1.5rem}.page-title{font-size:1.5rem}.page-sub{color:var(--muted);margin-top:.3rem}.steps{display:flex;align-items:center;gap:0;margin:.25rem 0 1.75rem}.step{display:flex;align-items:center;gap:.5rem;color:var(--faint)}.step-dot{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:.78rem;font-weight:650;border:1.5px solid var(--border-strong);background:var(--surface);color:var(--faint);flex-shrink:0}.step-name{font-weight:600;font-size:.85rem}.step.active .step-dot{border-color:var(--accent);color:var(--accent);background:var(--accent-weak)}.step.active .step-name{color:var(--fg)}.step.done .step-dot{border-color:var(--accent);background:var(--accent);color:#fff}.step.done .step-name{color:var(--fg)}.step-line{flex:1;height:1.5px;background:var(--border-strong);margin:0 .75rem;min-width:28px}.step-line.filled{background:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-sm)}.card-clickable{cursor:pointer;transition:border-color .12s,box-shadow .12s,transform .06s;text-align:left;width:100%;font:inherit;color:inherit}.card-clickable:hover{border-color:var(--accent);box-shadow:var(--shadow-md)}.card-clickable:active{transform:translateY(1px)}.grid{display:grid;gap:1rem}.cols-2{grid-template-columns:1fr 1fr}.cols-3{grid-template-columns:repeat(3,1fr)}.stack{display:flex;flex-direction:column;gap:1rem}.muted{color:var(--muted)}.btn,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--radius-sm);padding:.6rem 1.1rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .12s,border-color .12s,opacity .12s;font-family:inherit}.btn-primary,button.primary{background:var(--accent);color:#fff}.btn-primary:hover,button.primary:hover{background:var(--accent-strong)}.btn-ghost{background:var(--surface);color:var(--fg);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-2)}.btn-block{width:100%}.btn:disabled,button.primary:disabled{opacity:.55;cursor:not-allowed}.btn svg{width:16px;height:16px}.label{font-size:.82rem;font-weight:600;color:var(--muted)}input[type=text],.input{width:100%;padding:.7rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--fg);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .12s,box-shadow .12s}input[type=text]:focus,.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak)}.search-field{position:relative}.search-field svg{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--faint);pointer-events:none}.search-field input{padding-left:2.5rem}.hero{max-width:620px;margin:1.5rem auto 0;text-align:center}.hero h1{font-size:1.8rem}.hero p{color:var(--muted);margin:.5rem 0 1.5rem}.hero-form{display:flex;flex-direction:column;gap:.75rem;text-align:left}.chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.9rem}.chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:.35rem .8rem;font-size:.8rem;color:var(--muted);cursor:pointer}.chip:hover{border-color:var(--accent);color:var(--accent-strong)}.search-dropdown{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden}.dropdown-item{display:flex;flex-direction:column;gap:.1rem;width:100%;padding:.7rem .95rem;background:var(--surface);border:0;border-bottom:1px solid var(--border);text-align:left;font:inherit;color:inherit;cursor:pointer;transition:background .1s}.dropdown-item:last-child{border-bottom:0}.dropdown-item:hover{background:var(--accent-weak)}.dropdown-addr{font-weight:550}.dropdown-apn{font-size:.76rem;color:var(--faint)}.confirm-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:start}@media (max-width: 900px){.confirm-layout{grid-template-columns:1fr}}.map-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.map{width:100%;height:460px}.detail-row{display:flex;justify-content:space-between;align-items:baseline;padding:.6rem 0;border-bottom:1px solid var(--border)}.detail-row:last-of-type{border-bottom:0}.detail-row .k{color:var(--muted)}.detail-row .v{font-weight:600;text-align:right}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 760px){.metric-grid{grid-template-columns:repeat(3,1fr)}}.metric{display:flex;flex-direction:column;gap:.55rem}.metric-top{display:flex;align-items:center;justify-content:space-between}.metric-icon{width:36px;height:36px;border-radius:10px;background:var(--accent-weak);color:var(--accent);display:grid;place-items:center}.metric-icon svg{width:18px;height:18px}.metric-label{color:var(--muted);font-size:.82rem;font-weight:550}.metric-value{font-size:1.7rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.metric-unit{font-size:.85rem;font-weight:600;color:var(--faint);margin-left:.3rem}.badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:650;padding:.2rem .55rem;border-radius:999px;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.badge-accent{background:var(--accent-weak);color:var(--accent-strong);border-color:transparent}.badge-success{background:var(--success-weak);color:var(--success);border-color:transparent}.constraint-list{display:flex;flex-direction:column;gap:0}.constraint{display:flex;align-items:center;gap:.6rem;padding:.7rem 0;border-bottom:1px solid var(--border)}.constraint:last-child{border-bottom:0}.constraint .ctype{font-weight:600;text-transform:capitalize}.constraint .cval{margin-left:auto;color:var(--muted);font-variant-numeric:tabular-nums}.paywall{border:1px solid var(--accent);background:var(--accent-weak);border-radius:var(--radius);padding:1.25rem}.paywall h3{color:var(--accent-strong)}.quota-bar{width:100%;height:8px;background:var(--surface);border:1px solid var(--border-strong);border-radius:999px;overflow:hidden}.quota-bar-fill{height:100%;background:var(--accent);transition:width .2s ease}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}@media (max-width: 720px){.plan-grid{grid-template-columns:1fr}}.plan-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}.plan-card--featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.plan-badge{position:absolute;top:-10px;right:12px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;letter-spacing:.02em}.promo{border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--surface-2);padding:1rem}.promo-title{display:flex;align-items:center;gap:.45rem;font-weight:650}.promo-title svg{width:18px;height:18px;color:var(--accent)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0f172a73;display:grid;place-items:center;padding:1.5rem}.modal{position:relative;width:100%;max-width:720px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.5rem 1.5rem 1.75rem}.modal-close{position:absolute;top:.9rem;right:.9rem;width:30px;height:30px;border-radius:8px;border:0;background:var(--surface-2);color:var(--muted);cursor:pointer;display:grid;place-items:center}.modal-close:hover{background:var(--border);color:var(--fg)}.modal-close svg{width:16px;height:16px}.state{display:grid;place-items:center;gap:.5rem;padding:3rem 1rem;color:var(--muted);text-align:center}.spinner{width:22px;height:22px;border:2.5px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-text{color:var(--danger)}.bonus-axis{padding-top:.5rem}.bonus-axis+.bonus-axis{border-top:1px solid var(--border);margin-top:.85rem;padding-top:.85rem}.bonus-axis-label{font-size:.85rem;font-weight:600;color:var(--accent-strong);margin-bottom:.4rem}.bonus-component{padding:.55rem 0}.bonus-component+.bonus-component{border-top:1px dashed var(--border)}.bonus-component-head{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.bonus-component-program{font-weight:600}.bonus-component-numbers{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:.35rem;font-variant-numeric:tabular-nums}.bonus-metric{display:inline-flex;align-items:center;gap:.3rem;font-size:.92rem;color:var(--accent-strong)}.bonus-metric svg{width:14px;height:14px}.bonus-component-trigger{font-size:.85rem;margin-top:.25rem}.bonus-component-citation{font-size:.78rem;margin-top:.2rem}.bonus-component-notes{margin:.3rem 0 0;padding-left:1.1rem;font-size:.82rem}.bonus-component-notes li+li{margin-top:.15rem}.bonus-notes{margin-top:.85rem;border-top:1px solid var(--border);padding-top:.85rem}.bonus-note{display:flex;gap:.55rem;align-items:flex-start;padding:.45rem 0}.bonus-note+.bonus-note{border-top:1px dashed var(--border)}.bonus-note-warning .metric-icon{background:var(--danger-weak);color:var(--warn)}.bonus-note-message{font-size:.92rem}.bonus-note-citation{font-size:.78rem;margin-top:.15rem}.auth-page{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:2rem 1rem}.auth-card{width:min(420px,100%);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:0 4px 24px #0000000f}.auth-card h1{margin:0 0 .5rem;font-size:1.4rem}.auth-card>.muted{margin:0 0 1.5rem}.auth-card form{display:grid;gap:1rem}.auth-card label{display:grid;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--muted)}.auth-card input{padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:6px;background:var(--bg);color:var(--fg);font-size:.95rem;font-weight:400}.auth-card input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0064c81a}.auth-card button.primary{padding:.7rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;margin-top:.5rem}.auth-card button.primary:disabled{opacity:.6;cursor:not-allowed}.auth-card .form-error{padding:.6rem .75rem;background:#dc32321a;color:var(--danger);border-radius:6px;font-size:.9rem}.auth-card>p.muted{margin-top:1rem;text-align:center}.auth-card a{color:var(--accent);text-decoration:none}.auth-card a:hover{text-decoration:underline}
