:root{font-family:Manrope,Avenir Next,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--bg-top: #f6f3ee;--bg-bottom: #ece8e0;--panel: rgba(255, 255, 255, .94);--panel-muted: rgba(255, 255, 255, .88);--panel-border: rgba(24, 33, 35, .08);--text-main: #182123;--text-soft: #66747a;--primary: #0c6c66;--primary-dark: #07524d;--danger: #a03d32;--success: #1c8649;--shadow: 0 18px 38px rgba(26, 35, 38, .08)}:root[data-theme=dark]{color-scheme:dark;--bg-top: #14191b;--bg-bottom: #0e1113;--panel: rgba(22, 28, 30, .96);--panel-muted: rgba(28, 35, 38, .94);--panel-border: rgba(255, 255, 255, .08);--text-main: #edf2f3;--text-soft: #a7b4b8;--primary: #59c1b0;--primary-dark: #80d6c9;--danger: #ff8977;--success: #5cd98a;--shadow: 0 18px 40px rgba(0, 0, 0, .36)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}html{overflow-x:hidden;background:var(--bg-top)}body{min-height:100vh;overflow-x:hidden;color:var(--text-main);background:radial-gradient(circle at top left,rgba(255,223,180,.18),transparent 28%),linear-gradient(180deg,var(--bg-top) 0%,var(--bg-bottom) 100%);-webkit-text-size-adjust:100%}button,input,select,textarea{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}img,svg,canvas{display:block;max-width:100%;height:auto}.app-shell{width:100%;min-height:100vh;display:flex;justify-content:center;padding-top:calc(clamp(1rem,2vw,1.8rem) + env(safe-area-inset-top));padding-right:calc(clamp(1rem,2vw,1.8rem) + env(safe-area-inset-right));padding-bottom:calc(clamp(1rem,2vw,1.8rem) + env(safe-area-inset-bottom));padding-left:calc(clamp(1rem,2vw,1.8rem) + env(safe-area-inset-left))}.app-frame{width:min(100%,1120px);margin:0 auto;display:grid;gap:.95rem;align-content:start}.topbar,.panel,.notice,.metric-card{animation:rise-in .22s ease}.topbar,.panel,.metric-card,.transaction-row,.transaction-header{border-radius:22px;border:1px solid var(--panel-border);box-shadow:var(--shadow)}.topbar{display:grid;gap:.95rem;padding:.95rem 1rem;background:linear-gradient(180deg,var(--panel),var(--panel-muted))}.app-frame,.topbar,.panel,.session-box,.landing-panel,.hero-grid,.split-panel,.auth-modal,.tab-strip{min-width:0}.brand-lockup{display:flex;align-items:center;gap:.85rem}.brand-mark{display:grid;place-items:center;width:2.7rem;height:2.7rem;flex:0 0 auto}.brand-logo{display:block;width:100%;height:100%;object-fit:contain}.brand-copy{display:grid;gap:.08rem}.brand-name,.brand-tagline,.section-heading h2,.record-card h3,.property-summary-row h3{margin:0}.brand-name{font-size:clamp(1.08rem,1rem + .35vw,1.22rem);font-weight:800;color:var(--text-main)}.brand-tagline{font-size:.83rem;color:var(--text-soft)}.session-box{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap;padding:.75rem .85rem;border-radius:18px;background:#1821230d;font-weight:600}.session-actions{display:flex;align-items:center;gap:.45rem;margin-left:auto}.session-greeting{color:var(--text-soft);font-size:.94rem;font-weight:500}.notice{margin:0;padding:.82rem .95rem;border-radius:16px;border:1px solid transparent;font-size:.95rem;font-weight:500}.notice-success{color:var(--success);background:#1c86491a;border-color:#1c864929}.notice-error{color:var(--danger);background:#a03d321a;border-color:#a03d3229}.panel{display:grid;gap:1rem;padding:1rem;background:var(--panel)}.auth-panel{width:min(100%,560px);max-width:560px;margin:0 auto;justify-self:center}.marketing-shell{align-items:flex-start}.marketing-frame{width:min(100%,1180px);gap:1.4rem}.landing-topbar{grid-template-columns:1fr auto;align-items:center}.brand-home-button{padding:0;border:none;background:transparent;color:inherit;text-align:left}.auth-brand-lockup{gap:.7rem;margin-bottom:.12rem}.auth-brand-lockup .brand-mark{width:2.2rem;height:2.2rem}.landing-nav-actions{display:flex;align-items:center;gap:.55rem}.landing-login-button{background:#1821230d}.brand-copy-compact{gap:0}.auth-modal-backdrop{position:fixed;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f141680;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-modal{width:min(100%,440px);max-height:calc(100vh - 2rem);overflow:auto;gap:.85rem}.auth-modal-header,.auth-modal-copy,.landing-stack,.hero-copy,.hero-preview-card,.marketing-section-heading,.marketing-card,.pricing-card{display:grid}.auth-modal-header{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start}.auth-modal-copy{gap:.2rem}.auth-modal-label{color:var(--text-soft);font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-modal-title{margin:0;font-size:1.1rem}.auth-form-stack{gap:.85rem}.auth-login-support,.auth-form-actions{display:grid;gap:.8rem}.checkbox-field{display:flex;align-items:flex-start;gap:.65rem;color:var(--text-main);font-size:.92rem;font-weight:600}.checkbox-field input{margin:.2rem 0 0;inline-size:1rem;block-size:1rem;accent-color:var(--primary)}.landing-stack{gap:clamp(1.45rem,2.7vw,2.3rem)}.landing-panel{gap:1.2rem;padding:clamp(1.35rem,3.4vw,2.2rem);overflow:hidden}.hero-panel{position:relative;background:radial-gradient(circle at top right,rgba(12,108,102,.14),transparent 34%),linear-gradient(180deg,#fffffffa,#f6f3eeeb)}.hero-panel:before{content:"";position:absolute;inset:auto -12% -45% auto;width:18rem;height:18rem;border-radius:999px;background:#0c6c661a;filter:blur(10px)}.hero-grid{position:relative;display:grid;gap:1.4rem;align-items:center}.hero-copy{max-width:36rem;gap:.95rem}.hero-copy h1{margin:0;max-width:10ch;font-size:clamp(2.2rem,7.3vw,4.2rem);line-height:.95;letter-spacing:-.06em}.hero-subheadline{margin:0;max-width:35rem;font-size:clamp(1.06rem,2.6vw,1.26rem);line-height:1.5;color:var(--text-main)}.hero-support-line{margin:0;max-width:28rem;color:var(--text-soft);font-size:.98rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.72rem}.hero-preview-card{align-items:center}.preview-window{position:relative;width:100%;max-width:29rem;margin-left:auto;border-radius:26px;border:1px solid rgba(24,33,35,.08);background:linear-gradient(180deg,#fffffffa,#f6f3eef0);box-shadow:0 28px 54px #1a23261f;overflow:hidden}.preview-window-bar{display:flex;align-items:center;gap:.42rem;padding:.85rem 1rem .7rem;border-bottom:1px solid rgba(24,33,35,.06);background:#f6f3eeeb}.preview-dot{width:.58rem;height:.58rem;border-radius:999px;background:#0c6c6633}.preview-window-body{display:grid;gap:.95rem;padding:1rem}.preview-compose-card,.preview-dashboard-card{display:grid;gap:.85rem;padding:.95rem;border-radius:22px;border:1px solid rgba(12,108,102,.12);background:linear-gradient(180deg,#f4faf8fa,#fffffff5);box-shadow:inset 0 1px #ffffffa6}.preview-dashboard-card{background:linear-gradient(180deg,#fffffffa,#f8f5f0f5)}.preview-section-row,.preview-header-row,.preview-list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.preview-label{display:block;margin-bottom:.18rem;color:var(--text-soft);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.preview-pill{align-self:start}.preview-live-pill,.preview-chip,.preview-receipt-pill,.preview-save-pill,.preview-floating-tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.78rem;font-weight:700}.preview-live-pill{padding:.38rem .68rem;background:#0c6c661f;color:var(--primary-dark);animation:pulse-soft 2.2s ease-in-out infinite}.preview-entry-field{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.85rem .9rem;border-radius:18px;border:1px solid rgba(12,108,102,.14);background:#ffffffe6;overflow:hidden}.preview-entry-field span{color:var(--text-soft);font-size:.82rem;font-weight:700}.preview-entry-field strong{font-size:1.05rem}.preview-entry-value{display:inline-flex;align-items:center;gap:.22rem}.preview-caret{width:2px;height:1.02rem;border-radius:999px;background:var(--primary);animation:blink-caret 1.05s step-end infinite}.preview-entry-field-active:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(12,108,102,.12),transparent);transform:translate(-100%);animation:preview-sweep 3.4s ease-in-out infinite}.preview-chip-row,.preview-receipt-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.preview-chip{padding:.35rem .68rem;border:1px solid rgba(24,33,35,.08);background:#ffffffdb;color:var(--text-main)}.preview-receipt-pill{padding:.36rem .7rem;background:#1821230f;color:var(--text-main)}.preview-save-pill{padding:.38rem .72rem;background:var(--primary);color:#fff;box-shadow:0 10px 20px #0c6c6638}.preview-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.preview-stat-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-stat-card,.preview-list-card{display:grid;gap:.28rem;padding:.85rem .9rem;border-radius:18px;border:1px solid rgba(24,33,35,.06);background:#f6f3eeeb}.preview-stat-card span,.preview-list-row span{color:var(--text-soft);font-size:.84rem}.preview-stat-card strong,.preview-list-row strong{font-size:1rem}.preview-result-card{background:#ffffffd6;animation:rise-in .52s ease both}.preview-result-card-delayed{animation-delay:.14s}.preview-floating-tag{position:absolute;right:1rem;bottom:1rem;padding:.45rem .78rem;background:#0c6c661f;color:var(--primary-dark);border:1px solid rgba(12,108,102,.12);box-shadow:0 12px 24px #0c6c661f;animation:float-card 3s ease-in-out infinite}.marketing-section-heading{gap:.72rem;max-width:44rem}.marketing-section-heading h2{margin:0;font-size:clamp(1.62rem,3.8vw,2.45rem);line-height:1.02;letter-spacing:-.045em}.marketing-section-heading p{margin:0;max-width:38rem;color:var(--text-soft);font-size:1rem;line-height:1.55}.marketing-card-grid,.feature-grid,.stat-card-grid,.step-grid,.pricing-grid{display:grid;gap:.95rem}.marketing-card,.pricing-card{gap:.48rem;padding:1.1rem 1.1rem 1.05rem;border-radius:22px;border:1px solid rgba(24,33,35,.08);background:#ffffffdb}.marketing-card strong,.pricing-card strong{font-size:1.02rem;line-height:1.22}.marketing-card p,.pricing-card p{margin:0;color:var(--text-soft);line-height:1.5}.accent-panel{background:linear-gradient(180deg,#0c6c6614,#fffffffa)}.problem-panel{background:linear-gradient(180deg,#fffffffa,#f8f5f0f5)}.landing-problem-heading h2{max-width:25rem;font-size:clamp(1.54rem,3.1vw,2.18rem)}.problem-card{gap:.6rem;padding:1.15rem;background:linear-gradient(180deg,#fafcfbfa,#f6f3eef0);border-color:#0c6c6614}.card-top-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.card-kicker,.section-tag{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.card-kicker{color:var(--text-soft)}.card-icon{position:relative;width:2.2rem;height:2.2rem;border-radius:14px;border:1px solid rgba(12,108,102,.12);background:#0c6c6614}.card-icon:before,.card-icon:after{content:"";position:absolute;left:.55rem}.card-icon:before{top:.52rem;width:.52rem;height:.52rem;border-radius:999px;background:currentColor;opacity:.72}.card-icon:after{right:.55rem;bottom:.58rem;height:2px;border-radius:999px;background:currentColor;opacity:.3}.problem-card-icon-1{color:#8f5a21;background:#bf853c1f}.problem-card-icon-2{color:#0c6c66;background:#0c6c661f}.problem-card-icon-3{color:#8a5b2d;background:#bc91591f}.stat-card strong{font-size:clamp(2.15rem,7vw,3rem);color:var(--text-main);line-height:.95}.section-closing-line{margin:0;max-width:36rem;color:var(--text-main);font-size:1rem;font-weight:600;line-height:1.5}.problem-section-line{max-width:56rem}.disclaimer-text{margin:0;color:var(--text-soft);font-size:.8rem}.polished-stat-card{gap:.66rem;min-height:11.5rem;padding:1.2rem;align-content:start;background:linear-gradient(180deg,#fffffffa,#f3f9f7f2);border-color:#0c6c661f}.polished-stat-card strong{max-width:100%;font-size:clamp(1.85rem,5.6vw,2.6rem);white-space:normal;overflow-wrap:anywhere;word-break:normal;text-wrap:balance}.polished-stat-card p{max-width:19ch;font-size:.97rem}.simple-line-list{display:grid;gap:.75rem}.simple-line-item{padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(24,33,35,.08);background:#ffffffd1;font-weight:700}.why-panel{background:linear-gradient(180deg,#fffffffa,#f2f8f6f2)}.why-heading{align-content:start}.why-support-line{max-width:24rem;color:var(--text-main)!important;font-size:1.06rem!important;font-weight:700;line-height:1.45!important}.why-list{align-content:start;gap:.85rem}.why-item{display:flex;align-items:flex-start;gap:.8rem;padding:1rem 1.05rem;background:linear-gradient(180deg,#f5faf8fa,#fffffff5);border-color:#0c6c661a}.why-item span:last-child{flex:1}.line-check{position:relative;width:1.45rem;height:1.45rem;flex:0 0 auto;border-radius:999px;background:#0c6c661f;color:var(--primary-dark)}.line-check:before{content:"";position:absolute;left:.42rem;top:.28rem;width:.36rem;height:.74rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(40deg)}.benefit-panel{background:linear-gradient(180deg,#f8f5f0f0,#fffffffa)}.daily-panel{background:linear-gradient(180deg,#fffffffa,#f6f3eeeb)}.daily-flow-card{display:grid;gap:.2rem;padding:1rem;border-radius:24px;border:1px solid rgba(24,33,35,.08);background:#ffffffd6}.daily-flow-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;padding:.78rem 0}.daily-flow-row+.daily-flow-row{border-top:1px solid rgba(24,33,35,.08)}.daily-flow-row strong{font-size:1rem}.daily-flow-row-complete{justify-content:flex-start}.daily-flow-row span{color:var(--primary-dark);font-weight:700}.feature-card,.benefit-card{min-height:6.15rem;align-content:start}.benefit-card{gap:.85rem;padding:1.15rem;background:linear-gradient(180deg,#f5faf8fa,#fffffff5);border-color:#0c6c661a}.card-check{position:relative;width:1.55rem;height:1.55rem;border-radius:999px;background:#0c6c661f;color:var(--primary-dark)}.card-check:before{content:"";position:absolute;left:.46rem;top:.32rem;width:.34rem;height:.64rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(40deg)}.trust-panel{background:linear-gradient(135deg,#0c6c6624,#fffffffa);border-color:#0c6c661f}.section-tag{color:var(--primary-dark)}.trust-lockup{display:grid;gap:.7rem;max-width:40rem}.trust-lockup h2{margin:0;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.02;letter-spacing:-.04em}.trust-lockup p{margin:0;max-width:36rem;color:var(--text-main);font-size:1.02rem;line-height:1.55}.step-card{grid-template-columns:auto 1fr;gap:.85rem;align-items:start}.step-number{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#0c6c661f;color:var(--primary-dark);font-size:.92rem;font-weight:800}.pricing-panel{background:radial-gradient(circle at top right,rgba(12,108,102,.12),transparent 34%),linear-gradient(180deg,#fffffffa,#f6f3eeeb)}.pricing-grid{justify-items:start}.pricing-card{gap:.9rem;max-width:420px;padding:1.2rem}.pricing-line-list{display:grid;gap:.7rem}.pricing-line-item{padding-bottom:.7rem;border-bottom:1px solid rgba(24,33,35,.08)}.pricing-line-item:last-child{padding-bottom:0;border-bottom:none}.pricing-line-item strong{font-size:1.05rem;line-height:1.25;letter-spacing:normal}.final-cta-panel{background:linear-gradient(135deg,#0c6c6624,#fffffffa)}.about-page-panel{background:linear-gradient(180deg,#fffffffa,#f8f5f0f2)}.about-page-copy,.about-builder-copy{display:grid;gap:1rem;width:min(100%,44rem);margin:0 auto}.about-page-copy h1,.about-builder-copy h2{margin:0;line-height:1.02;letter-spacing:-.04em}.about-page-copy h1{font-size:clamp(2rem,5vw,3.4rem)}.about-builder-copy h2{font-size:clamp(1.5rem,3vw,2.15rem)}.about-page-copy p,.about-builder-copy p{margin:0;color:var(--text-main);line-height:1.72}.about-builder-panel{background:linear-gradient(135deg,#0c6c661f,#fffffffa)}.about-builder-copy{gap:.55rem}.about-builder-copy strong{font-size:1.08rem}.reset-page-stack{align-items:center}.reset-password-panel{width:min(100%,36rem);justify-self:center;gap:1rem}.reset-password-copy,.reset-password-form{max-width:30rem}.reset-password-copy{display:grid;gap:.7rem}.reset-password-copy h1{margin:0;font-size:clamp(1.8rem,5vw,2.5rem);line-height:1.05}.reset-password-copy p{margin:0;max-width:30rem;color:var(--text-soft)}.landing-footer{gap:.85rem;background:#fffc}.landing-footer-brand,.landing-footer-links{display:flex;align-items:flex-start;gap:.75rem 1rem;flex-wrap:wrap}.landing-footer-brand{flex-direction:column}.footer-brand-lockup{gap:.72rem}.footer-brand-mark{width:2.2rem;height:2.2rem}.landing-footer-brand-copy{display:grid;gap:.12rem}.landing-footer-brand strong{font-size:1rem}.landing-footer-brand span,.footer-link{color:var(--text-soft);font-size:.92rem}.landing-footer-links{font-weight:600}.footer-link{text-decoration:none;transition:color .14s ease,opacity .14s ease}.footer-link:hover,.footer-link:focus-visible,.footer-link.active{color:var(--text-main)}.footer-link:focus-visible{outline:none;opacity:.8}:root[data-theme=dark] .hero-panel,:root[data-theme=dark] .daily-panel,:root[data-theme=dark] .accent-panel,:root[data-theme=dark] .problem-panel,:root[data-theme=dark] .why-panel,:root[data-theme=dark] .benefit-panel,:root[data-theme=dark] .trust-panel,:root[data-theme=dark] .about-page-panel,:root[data-theme=dark] .about-builder-panel,:root[data-theme=dark] .reset-password-panel,:root[data-theme=dark] .pricing-panel,:root[data-theme=dark] .final-cta-panel{background:linear-gradient(180deg,#121719f5,#161c1ef0)}:root[data-theme=dark] .preview-window,:root[data-theme=dark] .preview-compose-card,:root[data-theme=dark] .preview-dashboard-card,:root[data-theme=dark] .daily-flow-card,:root[data-theme=dark] .simple-line-item,:root[data-theme=dark] .landing-footer{background:#121719db}:root[data-theme=dark] .preview-window-bar,:root[data-theme=dark] .preview-entry-field,:root[data-theme=dark] .preview-stat-card,:root[data-theme=dark] .preview-list-card{background:#1c2326eb}:root[data-theme=dark] .marketing-card,:root[data-theme=dark] .pricing-card{background:#121719d1}:root[data-theme=dark] .preview-chip,:root[data-theme=dark] .preview-receipt-pill{background:#1c2326eb}:root[data-theme=dark] .preview-floating-tag{background:#59c1b029;border-color:#59c1b029}:root[data-theme=dark] .footer-link:hover,:root[data-theme=dark] .footer-link:focus-visible,:root[data-theme=dark] .footer-link.active{color:var(--text-main)}.section-heading{display:grid;gap:.25rem}.section-heading h2{font-size:1.02rem}.title-row{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.info-hint{display:inline-flex;align-items:center;justify-content:center;width:.96rem;height:.96rem;border-radius:999px;background:#0c6c661f;color:var(--primary-dark);font-size:.62rem;font-weight:700;flex:0 0 auto}.section-copy,.helper-text,.setting-card p,.warning-box p,.empty-state p,.record-header p,.property-summary-head p,.transaction-property span,.field-group-heading p{margin:0;color:var(--text-soft)}.section-copy,.helper-text,.setting-card p,.warning-box p,.empty-state p,.field-group-heading p{font-size:.95rem}.profile-panel-backdrop{position:fixed;inset:0;z-index:30;display:flex;align-items:flex-start;justify-content:center;padding:1.1rem;background:#0f14162e}.profile-panel{width:min(100%,420px);margin-top:.6rem}.profile-avatar-card{display:flex;align-items:center;gap:.8rem;padding:.2rem 0}.profile-avatar-placeholder{display:grid;place-items:center;width:3.25rem;height:3.25rem;border-radius:999px;background:#0c6c661f;color:var(--primary-dark);font-size:1.25rem;font-weight:800}.profile-avatar-copy{display:grid;gap:.12rem}.inline-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.tab-strip{display:flex;gap:.65rem;overflow-x:auto;padding:.15rem .05rem calc(.05rem + env(safe-area-inset-bottom));scroll-padding-inline:.05rem;scrollbar-width:none}.tab-strip::-webkit-scrollbar{display:none}.tab-chip,.tab-button,.button,.tiny-pill,.type-pill{border-radius:999px}.tab-chip{flex:0 0 auto;border:1px solid rgba(24,33,35,.08);background:#ffffffe0;min-height:2.9rem;padding:.76rem 1rem;font-weight:700;color:#405055}.tab-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.tab-button{min-height:2.75rem;border:1px solid rgba(24,33,35,.08);background:#1821230a;color:inherit;font-weight:700}.tab-button.active{border-color:#0c6c6638;background:#0c6c661f;color:var(--primary-dark)}.form-stack,.field,.tab-stack,.dashboard-stack,.record-list,.unit-editor-list,.transaction-table,.field-group{display:grid;gap:.85rem;min-width:0}.field span,.transaction-label{font-size:.9rem;font-weight:600}.priority-grid,.split-fields,.summary-grid,.property-metrics{display:grid;gap:.85rem;width:100%;max-width:100%;box-sizing:border-box}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.input{width:100%;max-width:100%;min-width:0;min-height:3rem;padding:.86rem .95rem;box-sizing:border-box;border-radius:16px;border:1px solid rgba(24,33,35,.12);background:#fffffff5;color:inherit;transition:border-color .12s ease,box-shadow .12s ease}input[type=date].input,select.input,textarea.input{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.priority-grid>.field,.priority-grid>.priority-field,.split-fields>.field,.split-fields>.priority-field{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.priority-grid>.priority-field>.input,.priority-grid>.priority-field>input[type=date].input,.priority-grid>.priority-field>select.input{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box}input[type=date].input{display:block;width:100%;max-width:100%;inline-size:100%;min-inline-size:0;overflow:hidden}.vendor-autocomplete-field{position:relative;overflow:visible}.vendor-suggestion-list{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:12;display:grid;gap:.35rem;width:100%;max-width:100%;max-height:min(22rem,60vh);padding:.45rem;box-sizing:border-box;border-radius:18px;border:1px solid rgba(24,33,35,.12);background:#faf7f2fa;box-shadow:0 18px 32px #1821231f;overflow-x:hidden;overflow-y:auto}.vendor-suggestion-button{width:100%;min-height:2.9rem;padding:.78rem .9rem;box-sizing:border-box;border:1px solid transparent;border-radius:14px;background:#fffffff5;color:var(--text-main);font:inherit;font-weight:600;text-align:left;transition:border-color .12s ease,background-color .12s ease,transform .12s ease}.vendor-suggestion-button:hover,.vendor-suggestion-button:focus-visible{border-color:#0c6c6638;background:#0c6c661a}.vendor-suggestion-button:focus-visible{outline:none}.vendor-suggestion-create{color:var(--primary-dark)}:root[data-theme=dark] .input,:root[data-theme=dark] .tab-chip{background:#121719f5}:root[data-theme=dark] .input-readonly{background:#ffffff0f}:root[data-theme=dark] .receipt-summary-card{background:#0c6c661f;border-color:#0c6c662e}:root[data-theme=dark] .vendor-suggestion-list{border-color:#ffffff14;background:#121719fa}:root[data-theme=dark] .vendor-suggestion-button{background:#ffffff08}.input:focus{outline:none;border-color:#0c6c6675;box-shadow:0 0 0 4px #0c6c661f}.input-readonly{background:#1821230d;color:var(--text-soft)}.input-prominent{min-height:3.35rem;font-weight:700}.password-input-row{display:flex;align-items:stretch;gap:.55rem}.password-input-row .input{min-width:0}.input-inline{min-height:2.35rem;padding:.52rem .72rem;border-radius:14px;font-size:.84rem}.textarea{min-height:6.5rem;resize:vertical}.button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.95rem;padding:.8rem 1rem;border:none;color:inherit;font-weight:700;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:not-allowed}.button.primary{background:var(--primary);color:#fff}.button.primary:hover:not(:disabled){background:var(--primary-dark)}.button.secondary{background:#0c6c661f;color:var(--primary-dark)}.button.ghost{background:#18212314}.button.danger{background:#a03d321f;color:var(--danger)}.button-compact{min-height:2.35rem;padding:.5rem .82rem;font-size:.84rem}.password-toggle{flex:0 0 auto;min-width:4.4rem;padding-inline:.8rem;white-space:nowrap}.subtle-link-button{justify-self:start;padding:0;border:none;background:transparent;color:var(--text-soft);font-size:.88rem;font-weight:600;text-decoration:none;transition:color .14s ease,opacity .14s ease}.subtle-link-button:hover,.subtle-link-button:focus-visible{color:var(--text-main)}.subtle-link-button:focus-visible{outline:none;opacity:.85}.export-button{justify-self:start;min-height:2.2rem;padding-inline:.72rem}.transaction-heading{align-items:center}.transaction-toolbar,.setting-inline-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.transaction-toolbar{justify-content:flex-start}.transaction-sort-control{flex-wrap:nowrap}.transaction-sort-control span{white-space:nowrap}.inline-control{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.inline-control span{font-size:.78rem;font-weight:700;color:var(--text-soft)}.documentation-field{display:grid;gap:.55rem}.receipt-choice-field,.receipt-summary-card,.receipt-modal-copy{display:grid}.receipt-choice-row{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.receipt-choice-button{min-width:4rem}.receipt-choice-button.active{border:1px solid rgba(12,108,102,.18)}.receipt-summary-card{gap:.55rem;padding:.8rem .9rem;border-radius:16px;border:1px solid rgba(12,108,102,.12);background:#0c6c6612}.receipt-summary-card strong{font-size:.92rem;color:var(--text-main)}.nested-field{gap:.45rem}.compact-helper{font-size:.82rem}.export-modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:1rem;background:#11181a5c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.export-modal{width:min(100%,24rem);gap:1rem;padding:1.15rem;border-radius:24px;background:#fbf8f3fa;box-shadow:0 24px 56px #11181a2e}.export-modal-copy{display:grid;gap:.45rem}.export-modal-copy h2{font-size:1.18rem}.export-modal-copy p{color:var(--text-soft);line-height:1.5}.export-modal-header,.export-modal-footer,.export-modal-scroll{min-width:0}.export-modal-actions{display:grid;gap:.7rem}.export-modal-actions .button{min-height:3.1rem}.export-configuration-modal{display:flex;flex-direction:column;width:min(100%,34rem);max-height:90vh;padding:0;gap:0;overflow:hidden}.export-date-range-fields{width:100%}.export-modal-header{flex:0 0 auto;padding:1rem 1rem .8rem;border-bottom:1px solid rgba(24,33,35,.08);background:#fbf8f3fa}.export-modal-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.8rem 1rem .9rem;display:grid;gap:.8rem}.export-configuration-body{display:grid;gap:.85rem}.export-configuration-section{gap:.55rem}.export-section-helper{color:var(--text-soft)}.export-validity-options{display:grid;gap:.45rem}.export-validity-option{display:flex;align-items:center;gap:.7rem;padding:.72rem .85rem;border-radius:16px;border:1px solid rgba(24,33,35,.1);background:#ffffffd1}.export-validity-option input[type=radio]{margin:0;accent-color:var(--primary-dark)}.export-validity-option span{font-size:.95rem;font-weight:600}.export-custom-date-field{margin-top:.1rem;gap:.45rem}.export-modal-footer{flex:0 0 auto;position:sticky;bottom:0;padding:.8rem 1rem 1rem;border-top:1px solid rgba(24,33,35,.08);background:#fbf8f3fa}.export-configuration-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.property-form-modal{width:min(100%,40rem)}.property-form-modal-shell{display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.property-form-modal-scroll{padding-bottom:1rem}.property-form-stack{min-width:0}.notice-inline{font-size:.82rem;line-height:1.35}.notice-inline-error{color:var(--danger-dark)}.share-property-modal,.delete-property-modal{width:min(100%,28rem)}.share-members-section{display:grid;gap:.7rem;padding-top:.2rem}.share-members-section strong{font-size:.92rem}.share-members-list{display:grid;gap:.55rem}.share-member-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-radius:16px;border:1px solid rgba(24,33,35,.08);background:#ffffffc7}.share-member-copy{min-width:0;display:grid;gap:.15rem}.share-member-copy span{overflow-wrap:anywhere}.share-member-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}:root[data-theme=dark] .share-member-row{background:#ffffff0a}:root[data-theme=dark] .export-validity-option{border-color:#ffffff14;background:#ffffff0a}.receipt-modal-backdrop{position:fixed;inset:0;z-index:55;display:grid;place-items:center;padding:1rem;background:#11181a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.receipt-modal{width:min(100%,30rem);gap:.95rem;padding:1.15rem;border-radius:24px;background:#fbf8f3fa;box-shadow:0 24px 56px #11181a2e}:root[data-theme=dark] .receipt-modal{background:#121719f5}.receipt-modal-copy{gap:.4rem}.receipt-modal-copy h2{margin:0;font-size:1.18rem}.receipt-modal-copy p{margin:0;color:var(--text-soft);line-height:1.5}.receipt-modal-actions{display:grid;gap:.7rem}.receipt-modal-actions .button{min-height:3rem}.receipt-viewer-backdrop{position:fixed;inset:0;z-index:56;display:grid;place-items:center;padding:1rem;background:#11181ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.receipt-viewer-modal{width:min(100%,62rem);max-height:min(92vh,56rem);gap:1rem;padding:1rem;border-radius:28px;background:#fbf8f3fb;box-shadow:0 28px 64px #11181a38;overflow:hidden;grid-template-rows:auto minmax(0,1fr) auto}:root[data-theme=dark] .receipt-viewer-modal{background:#121719fb}.receipt-viewer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.receipt-viewer-copy{display:grid;gap:.28rem;min-width:0}.receipt-viewer-copy h2{margin:0;font-size:1.18rem}.receipt-viewer-copy p{margin:0;color:var(--text-soft);line-height:1.45;overflow-wrap:anywhere}.receipt-viewer-close{flex:0 0 auto}.receipt-viewer-body{min-height:0;display:grid;align-content:start;gap:.9rem;overflow:auto}.receipt-viewer-stage,.receipt-viewer-link-card{padding:.8rem;border-radius:22px;background:#1821230d}:root[data-theme=dark] .receipt-viewer-stage,:root[data-theme=dark] .receipt-viewer-link-card{background:#ffffff0d}.receipt-viewer-stage{min-height:min(60vh,42rem);display:grid;place-items:center;overflow:auto}.receipt-viewer-image{display:block;max-width:100%;max-height:80vh;object-fit:contain;border-radius:16px}.receipt-viewer-frame{width:100%;min-height:min(60vh,42rem);border:0;border-radius:16px;background:#fff}:root[data-theme=dark] .receipt-viewer-frame{background:#fffffffa}.receipt-viewer-link-card{display:grid;gap:.6rem}.receipt-viewer-link-card strong{font-size:.95rem}.receipt-viewer-link-copy,.receipt-viewer-link-url,.receipt-viewer-status{margin:0;color:var(--text-soft);line-height:1.5}.receipt-viewer-link-url{font-size:.84rem;overflow-wrap:anywhere}.receipt-viewer-actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}.receipt-viewer-actions .button{min-height:3rem}.receipt-viewer-actions a.button{text-decoration:none}@media(max-width:639px){.receipt-viewer-backdrop{padding:0}.receipt-viewer-modal{width:100%;height:100%;max-height:none;padding:.9rem;border-radius:0}.receipt-viewer-header{position:sticky;top:0;z-index:1;padding-bottom:.15rem;background:inherit}.receipt-viewer-body{padding-right:.1rem}.receipt-viewer-stage,.receipt-viewer-link-card{padding:.65rem;border-radius:18px}.receipt-viewer-stage{min-height:0}.receipt-viewer-image{width:100%;max-height:min(80vh,44rem)}.receipt-viewer-frame{min-height:72vh}.receipt-viewer-actions{display:grid;gap:.7rem}.receipt-viewer-actions .button{width:100%;justify-content:center}}.metric-card{display:grid;gap:.38rem;padding:.82rem;background:var(--panel-muted)}.dashboard-summary-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.metric-card span{color:var(--text-soft);font-size:.78rem}.metric-card strong{font-size:1.08rem}.pnl-chart-scroll{overflow-x:auto;overflow-y:hidden;padding:.2rem .15rem .25rem}.pnl-chart{position:relative;display:grid;grid-template-columns:repeat(var(--month-count),minmax(0,1fr));gap:clamp(.55rem,2.4vw,1rem);align-items:end;min-height:9.4rem;padding:.25rem .1rem 0}.pnl-month-card{display:grid;gap:.18rem;min-width:0;padding:.3rem .24rem .2rem;border:1px solid transparent;border-radius:16px;background:transparent;color:inherit;font:inherit;text-align:center;transition:border-color .14s ease,background-color .14s ease;cursor:pointer}.pnl-month-card:hover,.pnl-month-card:focus-visible,.pnl-month-card-active{border-color:#0c6c662e;background:#0c6c660f}.pnl-month-card:focus-visible{outline:none}.pnl-bar-track{position:relative;height:7rem;overflow:visible}.pnl-bar-track:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#18212314}:root[data-theme=dark] .pnl-bar-track:before{background:#ffffff24}.pnl-bar{position:absolute;left:50%;width:clamp(.28rem,1.6vw,.42rem);transform:translate(-50%);border-radius:999px}.pnl-bar-positive{bottom:50%;background:#1c8649b8}.pnl-bar-positive-actual{background:#1f6c40}.pnl-bar-positive-remaining{background:repeating-linear-gradient(180deg,#80c794eb 0 3px,#80c7943d 3px 6px);border:1px dashed rgba(52,124,75,.85)}.pnl-bar-negative{top:50%;background:#a03d32b8}.pnl-month-label{display:grid;gap:.02rem;color:var(--text-soft);font-size:.68rem;font-weight:700;line-height:1.05}.dashboard-month-detail{display:grid;gap:.7rem;margin-bottom:.25rem;padding:.85rem;border-radius:18px;border:1px solid rgba(24,33,35,.08);background:#ffffffc7}.dashboard-month-detail-header{display:grid;gap:.12rem}.dashboard-month-detail-header strong{font-size:.95rem}.dashboard-month-detail-header span{color:var(--text-soft);font-size:.82rem}.dashboard-month-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.dashboard-month-detail-grid div{padding:.62rem .68rem;border-radius:14px;background:#1821230a}.dashboard-month-detail-grid dt{color:var(--text-soft);font-size:.74rem}.dashboard-month-detail-grid dd{margin:.18rem 0 0;font-weight:700;font-size:.86rem}.metric-card-accent{background:linear-gradient(180deg,rgba(12,108,102,.12),var(--panel))}.money-positive{color:var(--success)}.money-negative{color:var(--danger)}.money-neutral{color:var(--text-main)}.property-summary-row,.record-card,.setting-card,.warning-box,.unit-editor-card{border-radius:18px;border:1px solid rgba(24,33,35,.08);background:#ffffffc2}:root[data-theme=dark] .property-summary-row,:root[data-theme=dark] .record-card,:root[data-theme=dark] .setting-card,:root[data-theme=dark] .warning-box,:root[data-theme=dark] .unit-editor-card,:root[data-theme=dark] .dashboard-month-detail,:root[data-theme=dark] .transaction-row,:root[data-theme=dark] .transaction-header{background:#121719e0}.property-summary-row,.record-card,.setting-card,.warning-box{padding:.95rem}.property-summary-head,.record-header,.setting-head,.field-group-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.field-group-heading{flex-wrap:wrap}.field-group-heading strong,.setting-head strong{display:block;font-size:1rem}.setting-head .title-row{gap:.35rem}.setting-card .setting-head,.warning-box .setting-head{align-items:center}.property-summary-row h3,.record-card h3{font-size:1rem}.property-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.property-metrics div{padding:.6rem .52rem;border-radius:16px;background:#1821230a}.property-metrics dt,.transaction-label,.setting-label{color:var(--text-soft);font-size:.74rem}.property-metrics dd{margin:.18rem 0 0;font-weight:700;font-size:.84rem}.dashboard-section-note{margin:0}.dashboard-timeframe-fields{margin-top:-.05rem}.dashboard-property-summary-copy{display:grid;gap:.1rem}:root[data-theme=dark] .pnl-month-card:hover,:root[data-theme=dark] .pnl-month-card:focus-visible,:root[data-theme=dark] .pnl-month-card-active{background:#0c6c6624}:root[data-theme=dark] .dashboard-month-detail-grid div,:root[data-theme=dark] .property-metrics div{background:#ffffff0d}.tiny-pill,.tiny-chip,.type-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;font-size:.78rem;font-weight:700}.tiny-pill{padding:.34rem .62rem;background:#0c6c661a;color:var(--primary-dark)}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.property-card-badges{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.property-role-chip{border:1px solid rgba(24,33,35,.08)}.property-role-owner{background:#0c6c661f;color:var(--primary-dark)}.property-sharing-summary{display:grid;gap:.4rem;margin-top:.15rem}.property-projected-rent{color:var(--text-main);font-weight:600}.property-notes-preview{margin-top:.35rem;color:var(--text-soft);font-size:.86rem;line-height:1.45}.property-notes-label{display:inline-block;margin-right:.35rem;color:var(--text-main);font-weight:700}.property-sharing-line{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;font-size:.84rem;color:var(--text-soft)}.property-sharing-label{flex:0 0 auto;font-weight:700;color:var(--text-main)}.property-sharing-line span:last-child{min-width:0;text-align:right;overflow-wrap:anywhere}.property-sharing-desktop{display:none}.property-sharing-mobile{display:flex}.tiny-chip{padding:.35rem .6rem;background:#1821230f;color:var(--text-soft)}.type-pill{padding:.34rem .62rem;text-transform:capitalize}.type-pill-income{background:#1c86491f;color:var(--success)}.type-pill-expense{background:#a03d321f;color:var(--danger)}.type-pill-neutral{background:#18212314;color:var(--text-soft)}.transaction-table-shell{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:auto;overflow-y:visible}.transaction-table{display:grid;gap:.7rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.transaction-grid{display:grid;gap:.55rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.transaction-header{display:none;padding:.7rem .9rem;color:var(--text-soft);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#1821230a}.transaction-header span:nth-child(5),.transaction-header span:last-child{justify-self:end;text-align:right}.transaction-row{grid-template-columns:minmax(0,1fr) minmax(7.4rem,8.7rem);gap:.45rem .75rem;padding:.72rem;border-radius:14px;background:#ffffffdb;box-shadow:none;align-items:start}.transaction-cell{display:grid;gap:.08rem;min-width:0;font-size:.8rem}.transaction-property{display:grid;gap:.12rem}.transaction-property strong,.transaction-cell strong{font-weight:700}.transaction-property strong{font-size:.82rem;letter-spacing:.01em}.transaction-primary-cell{grid-column:1 / 2;grid-row:1 / span 3}.transaction-number{color:var(--primary-dark)}.transaction-item-name{font-size:.92rem;font-weight:700;color:var(--text-main)}.transaction-summary-line,.transaction-property-name,.transaction-submitter-line,.transaction-category-line{font-size:.82rem;color:var(--text-soft);line-height:1.45;overflow-wrap:anywhere}.transaction-receipt-line,.transaction-receipt-content{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;flex-wrap:wrap}.transaction-receipt-button{min-height:2.05rem;padding:.34rem .72rem;font-size:.76rem}.transaction-row .transaction-label,.transaction-detail-cell{display:none}.transaction-type-cell,.transaction-amount-cell,.transaction-actions{justify-items:end;text-align:right}.transaction-receipt-cell{justify-items:start;text-align:left}.transaction-amount-cell{grid-column:2 / 3;grid-row:1 / 2}.transaction-amount-cell strong{font-size:.98rem;font-variant-numeric:tabular-nums}.transaction-type-cell{grid-column:2 / 3;grid-row:2 / 3}.transaction-actions{grid-column:2 / 3;grid-row:3 / 4;align-items:center;justify-items:end;min-width:0}.action-row{display:flex;flex-wrap:wrap;gap:.35rem}.property-action-row .button{min-height:2.45rem}.transaction-actions .action-row{justify-content:flex-end}.transaction-actions .button{min-height:1.72rem;padding:.2rem .38rem;font-size:.7rem}.transaction-mobile-receipt-action{white-space:nowrap}.icon-button{min-width:1.72rem}.desktop-action-label{display:none}.mobile-action-icon{display:inline}.unit-editor-card{display:grid;gap:.8rem;padding:.85rem}.setting-card,.warning-box,.empty-state{display:grid;gap:.5rem}.settings-form{gap:.75rem}.tab-order-list{display:grid;gap:.7rem}.tab-order-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem;border-radius:16px;border:1px solid rgba(24,33,35,.08);background:#1821230a;transition:border-color .12s ease,background-color .12s ease;cursor:grab}.tab-order-item.drag-target{border-color:#0c6c6657;background:#0c6c6614}.tab-order-item:active{cursor:grabbing}.tab-order-main{display:flex;align-items:center;gap:.72rem;min-width:0}.tab-order-grip{display:inline-flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;height:2rem;border-radius:999px;background:#0c6c661a;color:var(--primary-dark);font-size:1rem;line-height:1}.tab-order-copy{display:grid;gap:.12rem;min-width:0}.tab-order-copy strong{font-size:.98rem}.tab-order-actions{display:flex;flex-wrap:nowrap;gap:.4rem}.tab-order-button{min-width:2.6rem;min-height:2.6rem;padding:.45rem;font-size:1rem;line-height:1}.tab-order-button:disabled{opacity:.38}:root[data-theme=dark] .tab-order-item{background:#121719b8}.setting-inline-actions{justify-content:space-between}.empty-state{padding:.2rem 0}@keyframes rise-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.88}}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes preview-sweep{0%,24%{transform:translate(-100%)}54%{transform:translate(100%)}to{transform:translate(100%)}}@keyframes blink-caret{0%,49%{opacity:1}50%,to{opacity:0}}@media(min-width:640px){.topbar{grid-template-columns:1fr auto;align-items:center}.hero-grid,.split-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-card-grid,.stat-card-grid,.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-panel{gap:1.35rem}.landing-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center}.auth-login-support,.auth-form-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.receipt-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card{padding:.95rem}.metric-card span{font-size:.84rem}.metric-card strong{font-size:1.28rem}.pnl-month-card strong{font-size:.78rem}.pnl-month-label{font-size:.72rem}.priority-grid,.split-fields,.export-configuration-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.property-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.property-metrics div{padding:.7rem}.property-metrics dd{font-size:.94rem}.transaction-row{padding:.82rem}.transaction-cell{font-size:.84rem}.transaction-property strong{font-size:.88rem}.transaction-item-name{font-size:.9rem}.unit-editor-list{grid-template-columns:repeat(2,minmax(0,1fr))}.tab-order-item{grid-template-columns:minmax(0,1fr) auto;align-items:center}}@media(min-width:920px){.dashboard-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.transaction-table{--transaction-grid-columns: minmax(0, 2.55fr) minmax(0, 1.05fr) minmax(0, 1.35fr) minmax(0, 1.35fr) minmax(0, .95fr) minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(0, 1.55fr) minmax(0, 1.8fr)}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.why-panel{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.problem-section-line{white-space:nowrap}.tab-stack{grid-template-columns:minmax(320px,1fr) minmax(300px,.9fr);align-items:start}.transaction-header,.transaction-row{grid-template-columns:var(--transaction-grid-columns);align-items:start}.transaction-header{display:grid}.transaction-label{display:none}.transaction-row{padding:.9rem;border-radius:22px;box-shadow:var(--shadow)}.transaction-heading{flex-wrap:nowrap}.transaction-toolbar{width:auto;margin-left:auto;justify-content:flex-end;flex-wrap:nowrap;gap:.6rem}.transaction-sort-control .input-inline{min-width:7rem}.transaction-primary-cell,.transaction-type-cell,.transaction-submitter-cell,.transaction-amount-cell,.transaction-actions{grid-column:auto;grid-row:auto}.transaction-type-cell{justify-items:start;text-align:left}.transaction-actions{justify-items:end;padding-right:.8rem}.transaction-amount-cell{justify-items:end;text-align:right}.transaction-actions .action-row{width:100%;justify-content:flex-end}.transaction-cell,.transaction-property strong{font-size:.92rem}.transaction-item-name{font-size:1rem}.transaction-summary-line,.transaction-property-name,.transaction-submitter-line,.transaction-category-line{font-size:.88rem}.transaction-submitter-line,.transaction-category-line,.transaction-receipt-line{display:none}.transaction-receipt-button{min-height:2.15rem;padding:.36rem .78rem;font-size:.8rem}.receipt-viewer-modal{width:min(100%,56rem)}.transaction-detail-cell{display:grid}.transaction-actions .action-row{flex-wrap:nowrap;gap:.45rem}.transaction-actions .button{min-height:2.1rem;padding:.38rem .62rem;font-size:.8rem;white-space:nowrap}.transaction-mobile-receipt-action,.property-sharing-mobile{display:none}.property-sharing-desktop{display:flex}.transaction-toolbar{gap:.6rem}.desktop-action-label{display:inline}.mobile-action-icon{display:none}}
