:root{--navy:#091523;--navy-mid:#112038;--green:#00b67a;--green-vivid:#00cc8a;--green-light:#e5f8f1;--green-border:#a3e4cc;--red:#dc2626;--amber:#d97706;--text:#0f172a;--text-muted:#64748b;--text-faint:#94a3b8;--bg:#f1f4f9;--card:#fff;--border:#e1e8f0;--radius:16px;--radius-sm:10px;--shadow:0 1px 3px rgba(9,21,35,.05),0 6px 20px rgba(9,21,35,.07)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}.header{background:linear-gradient(140deg,#091523,#112038 55%,#1a3060);color:#fff;padding:36px 24px 0;position:relative;overflow:hidden}.header:before{top:-120px;right:-60px;width:440px;height:440px;background:radial-gradient(circle,rgba(0,204,138,.1) 0,transparent 65%)}.header:after,.header:before{content:"";position:absolute;pointer-events:none}.header:after{bottom:20px;left:-40px;width:220px;height:220px;background:radial-gradient(circle,rgba(30,80,200,.07) 0,transparent 70%)}.header-inner{max-width:780px;margin:0 auto;position:relative;z-index:1}.badge{display:inline-flex;align-items:center;gap:6px;background:rgba(0,204,138,.12);color:#5fffc0;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:99px;margin-bottom:14px;border:1px solid rgba(0,204,138,.22)}.header h1{font-size:clamp(24px,4.5vw,32px);font-weight:900;letter-spacing:-.8px;margin-bottom:9px;line-height:1.15}.header h1 .accent{color:#5fffc0}.header-tagline{font-size:14px;color:hsla(0,0%,100%,.56);line-height:1.55;max-width:520px}.header-stats{display:flex;flex-wrap:wrap;gap:0;margin:20px 0 0;padding:16px 0;border-top:1px solid hsla(0,0%,100%,.08)}.hstat{font-size:11px;font-weight:500;color:hsla(0,0%,100%,.4);padding-right:20px;margin-right:20px;border-right:1px solid hsla(0,0%,100%,.1);line-height:1.3}.hstat:last-child{border:none;padding:0;margin:0}.hstat strong{color:hsla(0,0%,100%,.82);font-weight:700;display:block;font-size:13.5px;margin-bottom:1px}.tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;margin-top:14px}.tabs::-webkit-scrollbar{display:none}.tab{padding:14px 20px;font-size:14px;font-weight:600;color:hsla(0,0%,100%,.4);cursor:pointer;border-bottom:2.5px solid transparent;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s,border-color .15s;flex-shrink:0;letter-spacing:.01em}.tab:hover{color:hsla(0,0%,100%,.78)}.tab.active{color:#fff;border-bottom-color:var(--green-vivid)}.main{max-width:780px;margin:0 auto;padding:28px 16px 72px}.card{background:var(--card);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:28px;margin-bottom:16px;box-shadow:var(--shadow)}.card-title{font-size:18px;font-weight:800;letter-spacing:-.35px;margin-bottom:6px}.card-desc{font-size:14.5px;color:var(--text-muted);margin-bottom:22px;line-height:1.55}.section-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-faint);margin-bottom:10px;margin-top:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media(max-width:520px){.form-grid{grid-template-columns:1fr}}.full{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:13px;font-weight:600;color:#334155;letter-spacing:.01em}.field-hint{font-size:12.5px;color:var(--text-faint);line-height:1.45}.field-label-row{display:flex;align-items:center;justify-content:space-between}.field-label-row label{margin:0}.dp-mode-toggle{display:flex;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden}.dp-mode-toggle button{padding:2px 10px;font-size:12px;font-weight:600;background:none;border:none;cursor:pointer;color:var(--text-muted);transition:background .15s,color .15s}.dp-mode-toggle button.active{background:var(--accent);color:#fff}.wrap-prefix{position:relative}.wrap-prefix input{padding-left:36px!important}.prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:var(--text-muted);pointer-events:none;font-weight:600}input[type=date],input[type=number],input[type=text],select{border:1.5px solid #dde6f0;border-radius:var(--radius-sm);padding:10px 13px;font-size:15px;font-family:inherit;color:var(--text);background:#fafcff;width:100%;transition:border-color .15s,box-shadow .15s;height:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 5L10 1' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}input:focus,select:focus{outline:none;border-color:var(--green);background:#fff;box-shadow:0 0 0 3px rgba(0,182,122,.15)}.btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#009e6a,#00b67a);color:#fff;font-size:14px;font-weight:700;font-family:inherit;padding:12px 24px;border-radius:var(--radius-sm);border:none;cursor:pointer;margin-top:22px;transition:transform .18s,box-shadow .18s;letter-spacing:.01em;box-shadow:0 2px 8px rgba(0,182,122,.28),0 1px 3px rgba(0,182,122,.18)}.btn:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(0,182,122,.42)}.btn:active{transform:translateY(0);box-shadow:0 1px 4px rgba(0,182,122,.22)}.results{border-top:1.5px solid #edf2f8;margin-top:26px;padding-top:22px}.r-group{background:#f8fafd;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:12px}.r-row{display:flex;justify-content:space-between;align-items:baseline;padding:11px 14px;font-size:14px;border-bottom:1px solid #eef2f8}.r-row:last-child{border:none}.r-label{color:var(--text-muted)}.r-val{font-weight:700;font-size:15px}.r-val.green{color:var(--green)}.r-val.red{color:var(--red)}.r-total{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:800;letter-spacing:-.2px;background:linear-gradient(135deg,#091523,#162540);color:hsla(0,0%,100%,.82);border-radius:var(--radius-sm);padding:15px 16px;margin-top:12px}.r-total span:last-child{color:#5fffc0;font-size:17px}.info-box{background:var(--green-light);border:1px solid var(--green-border);border-radius:var(--radius-sm);color:#065f46}.info-box,.warn-box{padding:12px 15px;font-size:13px;margin-top:12px;line-height:1.55}.warn-box{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-sm);color:#92400e}.tl{position:relative;padding-left:36px;margin-top:4px}.tl:before{content:"";position:absolute;left:10px;top:10px;bottom:10px;width:2px;background:linear-gradient(to bottom,rgba(0,182,122,.4),var(--border));border-radius:2px}.tl-item{position:relative;margin-bottom:26px}.tl-dot{position:absolute;left:-31px;top:5px;width:16px;height:16px;border-radius:50%;border:2.5px solid var(--border);background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.09)}.tl-dot.urgent{border-color:var(--red);background:#fee2e2}.tl-dot.important{border-color:var(--amber);background:#fef3c7}.tl-dot.normal{border-color:var(--green);background:var(--green-light)}.tl-date{font-size:11px;letter-spacing:.05em;color:var(--text-faint);text-transform:uppercase}.tl-date,.tl-title{font-weight:700;margin-bottom:3px}.tl-title{font-size:14.5px;letter-spacing:-.1px}.tl-note{font-size:13px;color:var(--text-muted);line-height:1.5}.tl-today{color:var(--red)}.tl-past{opacity:.45}.cl-progress{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding:14px 16px;background:#f8fafd;border:1px solid var(--border);border-radius:var(--radius-sm)}.cl-bar-track{flex:1 1;height:8px;background:#e1e8f0;border-radius:99px;overflow:hidden}.cl-bar-fill{height:100%;background:linear-gradient(90deg,#009e6a,#00cc8a);border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1)}.cl-label{font-size:13px;font-weight:700;color:var(--text-muted);white-space:nowrap;min-width:80px;text-align:right}.cl-section{margin-bottom:24px}.cl-section-title{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-faint);margin-bottom:8px;padding-bottom:8px;border-bottom:1.5px solid var(--border)}.ci{display:flex;align-items:flex-start;gap:12px;padding:10px 8px;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s}.ci:hover{background:#f8fafd}.ci-cb{flex-shrink:0;width:22px;height:22px;border-radius:7px;border:2px solid #d1dae8;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .18s;margin-top:1px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.ci.done .ci-cb{background:var(--green);border-color:var(--green);box-shadow:0 2px 6px rgba(0,182,122,.3)}.ci-body{flex:1 1}.ci-title{font-size:14.5px;font-weight:500;line-height:1.4}.ci.done .ci-title{text-decoration:line-through;color:var(--text-faint)}.ci-note{font-size:13px;color:var(--text-muted);margin-top:2px;line-height:1.45}.footer{text-align:center;padding:24px 16px 44px;font-size:12px;color:var(--text-faint);border-top:1px solid var(--border);line-height:1.5}.tl-empty-preview{margin-top:16px;display:flex;flex-direction:column;gap:12px}.tl-empty-prompt{font-size:14px;font-weight:600;color:var(--text-muted);padding:12px 16px;background:#f8fafd;border:1.5px dashed var(--border);border-radius:var(--radius-sm);text-align:center}.tl-empty-phase{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;border-radius:var(--radius-sm);background:#fafcff;border:1px solid var(--border)}.tl-empty-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.tl-empty-phase-label{font-size:13.5px;font-weight:700;color:var(--text)}.tl-empty-phase-desc{font-size:12.5px;color:var(--text-muted);margin-top:2px}.print-bar{display:flex;justify-content:flex-end;margin-top:-8px;margin-bottom:24px}@media (max-width:640px){.container{padding:0 12px}.hero{padding:28px 16px 20px}.hero-title{font-size:22px}.hero-sub{font-size:14px}.stat-row{gap:16px}.stat-val{font-size:18px}.tab-bar{gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab{padding:14px 12px;font-size:13px;white-space:nowrap}.form-grid,.setup-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.card{padding:18px 16px;border-radius:var(--radius-sm)}.card-title{font-size:17px}.r-highlight-val{font-size:32px}.r-row{flex-wrap:wrap;gap:2px}.r-val{text-align:left}.r-total{flex-direction:column;gap:2px}.prop-bar{flex-wrap:wrap;gap:10px}.prop-bar-stats{flex-wrap:wrap;gap:10px 20px}.prop-bar-edit{margin-left:0;align-self:flex-end}.cl-progress{flex-direction:column;align-items:flex-start;gap:8px}.cl-bar-track{width:100%}.cl-label{min-width:unset;text-align:left}}@media print{.footer,.hero,.no-print,.print-bar,.prop-bar,.setup-card,.stat-row,.tab-bar{display:none!important}body{background:#fff}.container{max-width:100%;padding:0}.card{box-shadow:none;border:1px solid #dde6f0;border-radius:8px;page-break-inside:avoid;break-inside:avoid;margin-bottom:16px}.r-highlight{background:#f1f4f9}.info-box,.warn-box{border:1px solid #dde6f0}#card-closing,#card-funds,#card-mortgage,#card-new-home{display:block!important}}.tl-phases{display:flex;flex-direction:column;gap:8px;margin-top:16px}.tl-phase-block{border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.tl-phase-block.tl-phase-active{border-color:#c7d2fe}.tl-phase-block.tl-phase-past{opacity:.7}.tl-phase-header-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fafcff;cursor:pointer;border:none;border-left:4px solid transparent;text-align:left;transition:background .12s}.tl-phase-header-btn:hover{background:#f1f5fb}.tl-phase-block.tl-phase-active .tl-phase-header-btn{background:#eef2ff}.tl-phase-header-left{display:flex;flex-direction:column;gap:2px}.tl-phase-name{font-size:14px;font-weight:700;letter-spacing:-.1px}.tl-phase-meta{font-size:12px;color:var(--text-faint)}.tl-phase-chevron{font-size:10px;color:var(--text-faint);flex-shrink:0;margin-left:8px}.tl-event-list{border-top:1px solid var(--border)}.tl-event{display:flex;align-items:flex-start;gap:10px;padding:11px 14px;cursor:pointer;border-bottom:1px solid #f1f5fb;transition:background .1s}.tl-event:last-child{border-bottom:none}.tl-event:hover{background:#f8fafd}.tl-event.tl-event-past{opacity:.5}.tl-event.tl-event-today{background:#fefce8}.tl-event.tl-event-today:hover{background:#fef9c3}.tl-event-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:4px;border:2px solid}.tl-dot-urgent{background:#fee2e2;border-color:var(--red)}.tl-dot-important{background:#fef3c7;border-color:var(--amber)}.tl-dot-normal{background:var(--green-light);border-color:var(--green)}.tl-event-body{flex:1 1;min-width:0}.tl-event-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.tl-event-title{font-size:13.5px;font-weight:600;line-height:1.4}.tl-event-date{font-size:11.5px;color:var(--text-faint);white-space:nowrap;flex-shrink:0}.tl-event-date.tl-event-date-today{color:var(--amber);font-weight:700}.tl-event-note{font-size:13px;color:var(--text-muted);margin-top:7px;line-height:1.55;padding-top:7px;border-top:1px dashed var(--border)}.tl-event-chevron{font-size:9px;color:var(--text-faint);flex-shrink:0;margin-top:4px}.prop-bar{justify-content:space-between;gap:16px;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:16px;box-shadow:0 1px 4px rgba(9,21,35,.04)}.prop-bar,.prop-bar-stats{display:flex;align-items:center}.prop-bar-stats{gap:28px;flex-wrap:wrap}.prop-stat{display:flex;flex-direction:column;gap:2px}.prop-stat+.prop-stat{padding-left:28px;border-left:1px solid var(--border)}.prop-stat-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint)}.prop-stat-value{font-size:14px;font-weight:700;color:var(--text);white-space:nowrap}.prop-bar-edit{flex-shrink:0;background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:13px;font-weight:600;font-family:inherit;padding:7px 14px;cursor:pointer;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.prop-bar-edit:hover{border-color:var(--green);color:var(--green);background:var(--green-light)}.setup-card{background:linear-gradient(135deg,#f8faff,#eef2ff);border:1.5px solid #c7d2fe;border-radius:var(--radius);padding:28px;margin-bottom:16px;box-shadow:0 2px 12px rgba(99,102,241,.07)}.setup-header{margin-bottom:22px}.setup-title{font-size:17px;font-weight:800;letter-spacing:-.3px;color:var(--text);margin-bottom:5px}.setup-sub{font-size:13.5px;color:var(--text-muted);line-height:1.5}.setup-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.setup-actions{display:flex;align-items:center;gap:12px;margin-top:20px}.setup-actions .btn,.setup-actions .btn-ghost{margin-top:0}.btn-ghost{display:inline-flex;align-items:center;gap:6px;background:none;color:var(--text-muted);font-size:14px;font-weight:600;font-family:inherit;padding:11px 20px;border-radius:var(--radius-sm);border:1.5px solid var(--border);cursor:pointer;margin-top:22px;transition:border-color .15s,color .15s,background .15s;letter-spacing:.01em}.btn-ghost:hover{border-color:#94a3b8;color:var(--text);background:#f1f5fb}.r-highlight{background:linear-gradient(135deg,var(--navy) 0,#162540 100%);border-radius:var(--radius-sm);padding:22px 24px;text-align:center;margin-bottom:4px}.r-highlight-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.42);margin-bottom:7px}.r-highlight-val{font-size:44px;font-weight:900;color:#5fffc0;letter-spacing:-2px;line-height:1}.r-highlight-sub{font-size:13px;color:hsla(0,0%,100%,.38);margin-top:7px}.guide-section{margin-bottom:32px}.guide-section:last-child{margin-bottom:0}.guide-section-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);padding-bottom:10px;border-bottom:2px solid var(--border);margin-bottom:4px}.guide-item{padding:13px 0;border-bottom:1px solid #f0f4fb}.guide-item:last-child{border-bottom:none;padding-bottom:0}.guide-label{font-size:14px;font-weight:700;color:var(--text);margin-bottom:5px;letter-spacing:-.1px}.guide-detail{font-size:13.5px;color:var(--text-muted);line-height:1.6}.empty-state{text-align:center;padding:32px 16px;color:var(--text-faint);font-size:14px;line-height:1.6;background:#f8fafd;border:1.5px dashed var(--border);border-radius:var(--radius-sm);margin-top:8px}.cl-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:110px}.cl-reset{background:none;border:none;font-size:11.5px;font-weight:600;color:var(--text-faint);cursor:pointer;padding:0;font-family:inherit;transition:color .15s;white-space:nowrap}.cl-reset:hover{color:var(--red)}.tab-emoji{font-size:12px;opacity:.8;margin-right:3px}.header-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.auth-save-btn{background:rgba(0,204,138,.15);border:1px solid rgba(0,204,138,.35);color:#5fffc0;font-size:13px;font-weight:700;font-family:inherit;padding:6px 14px;border-radius:99px;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap;letter-spacing:.01em}.auth-save-btn:hover{background:rgba(0,204,138,.25);border-color:rgba(0,204,138,.55)}.auth-menu-wrapper{position:relative}.auth-menu-trigger{display:flex;align-items:center;gap:8px;background:none;border:1.5px solid hsla(0,0%,100%,.2);border-radius:8px;padding:4px 8px;cursor:pointer;transition:border-color .15s;max-width:220px}.auth-menu-trigger:hover{border-color:hsla(0,0%,100%,.4)}.auth-avatar{width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-email-short{font-size:12px;color:hsla(0,0%,100%,.7);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1}.auth-menu-overlay{position:fixed;inset:0;z-index:99}.auth-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1.5px solid #dde6f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:100;min-width:280px;overflow:hidden}.auth-menu-email{padding:12px 16px;font-size:12px;color:#64748b;border-bottom:1px solid #e2e8f0;word-break:break-all}.auth-menu-signout{width:100%;padding:10px 16px;background:none;border:none;font-size:13px;color:#ef4444;cursor:pointer;text-align:left;transition:background .15s}.auth-menu-signout:hover{background:#fef2f2}.auth-signout{background:none;border:none;color:hsla(0,0%,100%,.35);font-size:12px;font-family:inherit;cursor:pointer;padding:0;transition:color .15s}.auth-signout:hover{color:hsla(0,0%,100%,.7)}.auth-overlay{position:fixed;inset:0;background:rgba(9,21,35,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.auth-modal{background:#fff;border-radius:var(--radius);padding:32px 28px 28px;width:100%;max-width:380px;position:relative;box-shadow:0 20px 60px rgba(9,21,35,.22)}.auth-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:22px;color:var(--text-faint);cursor:pointer;line-height:1;padding:0}.auth-close:hover{color:var(--text)}.auth-modal-title{font-size:17px;font-weight:800;letter-spacing:-.3px;color:var(--text);margin-bottom:5px}.auth-modal-sub{font-size:13.5px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}.auth-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1.5px solid #dde6f0;border-radius:var(--radius-sm);padding:11px 16px;font-size:14px;font-weight:600;font-family:inherit;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s}.auth-google-btn:hover{border-color:#94a3b8;background:#fafcff}.auth-google-btn:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:10px;margin:16px 0;color:var(--text-faint);font-size:12px;font-weight:600}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form input{height:42px;border:1.5px solid #dde6f0;border-radius:var(--radius-sm);padding:0 13px;font-size:14px;font-family:inherit;color:var(--text);background:#fafcff;width:100%;transition:border-color .15s}.auth-form input:focus{outline:none;border-color:var(--green);background:#fff;box-shadow:0 0 0 3px rgba(0,182,122,.12)}.auth-error{font-size:13px;color:var(--red);background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:8px 12px}.auth-submit-btn{width:100%;background:linear-gradient(135deg,#009e6a,#00b67a);color:#fff;font-size:14px;font-weight:700;font-family:inherit;padding:11px;border:none;border-radius:var(--radius-sm);cursor:pointer;margin-top:4px;transition:opacity .15s}.auth-submit-btn:hover{opacity:.9}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-toggle{text-align:center;margin-top:16px;font-size:13px;color:var(--text-muted)}.auth-toggle button{background:none;border:none;color:var(--green);font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;padding:0}.auth-toggle button:hover{text-decoration:underline}