.home{width:min(100% - 2rem,1100px);margin:0 auto;padding:2.5rem 0 5rem}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:1.25rem;margin-top:2.75rem;display:grid}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}@media (width<=700px){.home{padding-top:2rem}}@media (width<=480px){.home{width:min(100% - 1.5rem,1100px);padding:1.5rem 0 3.5rem}}.welcome-card{border:1px solid var(--steward-border);border-radius:var(--steward-radius-xl);background:var(--steward-surface);min-height:360px;box-shadow:var(--steward-shadow-md);grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);display:grid;position:relative;overflow:hidden}.welcome-content{z-index:2;max-width:650px;padding:3.5rem 2.5rem;position:relative}.welcome-content h1{color:var(--steward-text);letter-spacing:-.055em;margin:.65rem 0 0;font-size:clamp(2.5rem,6vw,4.2rem);line-height:1}.welcome-intro{color:var(--steward-text-soft);margin:.9rem 0 0;font-size:1.08rem;line-height:1.6}.daily-verse{border:0;max-width:600px;margin:2rem 0 0;padding:0}.daily-verse p{color:var(--steward-green-900);letter-spacing:-.015em;margin:0;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:650;line-height:1.55}.daily-verse cite{color:var(--steward-gold-700);letter-spacing:.01em;margin-top:.75rem;font-size:.82rem;font-style:normal;font-weight:700;display:block}.daily-thought{max-width:560px;color:var(--steward-muted);margin:1rem 0 0;font-size:.88rem;line-height:1.65}.ministry-name{color:var(--steward-muted);margin:1.5rem 0 0;font-size:.8rem;font-weight:650}.welcome-landscape{background:linear-gradient(#eef0e9 0%,#e5e8df 46%,#d9dfd5 100%);min-height:360px;position:relative;overflow:hidden}.landscape-sun{background:var(--steward-gold-400);opacity:.65;filter:blur(.2px);border-radius:50%;width:92px;height:92px;position:absolute;top:52px;right:22%}.landscape-mountain{border-radius:45% 55% 0 0;width:120%;position:absolute;left:-8%;transform:rotate(-4deg)}.landscape-mountain-back{background:var(--steward-green-500);opacity:.55;height:180px;bottom:88px}.landscape-mountain-front{background:var(--steward-green-800);opacity:.8;height:205px;bottom:20px}.landscape-ground{background:var(--steward-green-900);opacity:.92;border-radius:50% 50% 0 0;height:130px;position:absolute;bottom:-40px;left:-10%;right:-10%}@media (width<=900px){.welcome-card{grid-template-columns:1fr}.welcome-landscape{min-height:220px}.welcome-content{padding:2.75rem 2rem}}@media (width<=480px){.welcome-card{border-radius:var(--steward-radius-lg)}.welcome-content{padding:2.25rem 1.4rem}.welcome-content h1{font-size:2.45rem}.welcome-landscape{min-height:180px}.daily-verse{margin-top:1.5rem}.daily-verse p{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){.welcome-card{scroll-behavior:auto}}.actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.action-button{border-radius:var(--steward-radius-md);min-width:0;font:inherit;text-align:left;cursor:pointer;transition:background var(--steward-transition-fast), border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), transform var(--steward-transition-fast);border:1px solid #0000;align-items:center;gap:.85rem;padding:1rem 1.15rem;display:flex}.action-button:hover{box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.action-button:active{transform:translateY(0)}.action-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.action-button-primary{border-color:var(--steward-green-800);background:var(--steward-green-800);color:#fff}.action-button-primary:hover{background:var(--steward-green-900);border-color:var(--steward-green-900)}.action-button-secondary,.action-button-transfer{border-color:var(--steward-border-strong);background:var(--steward-surface);color:var(--steward-text)}.action-button-secondary:hover,.action-button-transfer:hover{border-color:var(--steward-green-600);background:var(--steward-surface-soft)}.action-icon{border-radius:50%;flex:0 0 2rem;place-items:center;width:2rem;height:2rem;font-size:1.25rem;font-weight:500;line-height:1;display:grid}.action-button-primary .action-icon{color:#fff;background:#ffffff24}.action-button-secondary .action-icon,.action-button-transfer .action-icon{background:var(--steward-gold-100);color:var(--steward-gold-700)}.action-copy{flex-direction:column;gap:.2rem;min-width:0;display:flex}.action-copy strong{color:inherit;font-size:.92rem;font-weight:750;line-height:1.2}.action-copy small{color:inherit;opacity:.72;font-size:.72rem;line-height:1.4}@media (width<=900px){.actions{grid-template-columns:1fr}}@media (width<=480px){.actions{gap:.75rem;margin-top:1.25rem}.action-button{padding:.9rem 1rem}}@media (prefers-reduced-motion:reduce){.action-button{transition:none}.action-button:hover,.action-button:active{transform:none}}.financial-summary{margin-top:2rem}.section-heading{margin-bottom:1rem}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.summary-card{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);min-width:0;box-shadow:var(--steward-shadow-sm);padding:1.25rem}.summary-label{color:var(--steward-muted);align-items:center;gap:.55rem;font-size:.76rem;font-weight:700;display:flex}.summary-icon{border-radius:50%;flex:0 0 1.7rem;place-items:center;width:1.7rem;height:1.7rem;font-size:.95rem;font-weight:700;display:grid}.summary-card-income .summary-icon{background:var(--steward-income-soft);color:var(--steward-income)}.summary-card-expense .summary-icon{background:var(--steward-gold-100);color:var(--steward-gold-700)}.summary-card-net .summary-icon{background:var(--steward-green-100,#e8eee9);color:var(--steward-green-800)}.summary-card-count .summary-icon{background:var(--steward-surface-muted);color:var(--steward-green-700)}.summary-value{color:var(--steward-text);letter-spacing:-.035em;margin-top:1rem;font-size:clamp(1.25rem,2.2vw,1.7rem);font-weight:750;line-height:1.1;display:block}.summary-card-income .summary-value{color:var(--steward-income)}.summary-card-expense .summary-value{color:var(--steward-gold-700)}.summary-card-net .summary-value{color:var(--steward-green-800)}.summary-value-count{color:var(--steward-text)}.summary-description{color:var(--steward-muted);margin:.65rem 0 0;font-size:.72rem;line-height:1.5}.balance-accessory{border:1px solid var(--steward-border-soft);border-radius:var(--steward-radius-md);background:var(--steward-surface-soft);flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.75rem;padding:.9rem 1.15rem;display:flex}.balance-label{color:var(--steward-muted);font-size:.74rem;font-weight:650}.balance-value{color:var(--steward-green-900);font-size:.92rem;font-weight:750}.balance-description{color:var(--steward-muted-light);font-size:.7rem}@media (width<=1000px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.financial-summary{margin-top:1.5rem}.summary-grid{gap:.75rem}.summary-card{padding:1rem}.summary-value{font-size:1.25rem}.balance-accessory{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (width<=480px){.summary-grid{grid-template-columns:1fr}}.recent-transactions{min-width:0}.section-heading h2{color:var(--steward-text);letter-spacing:-.025em;margin:.45rem 0 0;font-size:1.35rem;line-height:1.3}.view-all-link{color:var(--steward-green-800);text-underline-offset:3px;flex:none;font-size:.78rem;font-weight:750;text-decoration:none}.view-all-link:hover{color:var(--steward-green-950);text-decoration:underline}.view-all-link:focus-visible{outline:3px solid var(--steward-focus);outline-offset:4px;border-radius:4px}.transaction-list{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);box-shadow:var(--steward-shadow-sm);overflow:hidden}.transaction-empty{text-align:center;padding:2.5rem 1.5rem}.transaction-empty p{color:var(--steward-text);margin:0;font-size:.9rem;font-weight:700}.transaction-empty span{color:var(--steward-muted);margin-top:.4rem;font-size:.76rem;line-height:1.5;display:block}.transaction-row{border:0;border-bottom:1px solid var(--steward-border-soft);background:var(--steward-surface);width:100%;color:inherit;font:inherit;text-align:left;transition:background var(--steward-transition-fast);align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.transaction-row:last-child{border-bottom:0}.transaction-row:hover{background:var(--steward-surface-soft)}.transaction-row:focus-visible{z-index:1;outline:3px solid var(--steward-focus);outline-offset:-3px;position:relative}.transaction-icon{border-radius:50%;flex:0 0 2.25rem;place-items:center;width:2.25rem;height:2.25rem;font-size:1rem;font-weight:750;display:grid}.transaction-icon-income{background:var(--steward-income-soft);color:var(--steward-income)}.transaction-icon-expense{background:var(--steward-gold-100);color:var(--steward-gold-700)}.transaction-details{flex:1;min-width:0}.transaction-meta{color:var(--steward-muted);margin-top:.2rem;font-size:.7rem;line-height:1.4}.transaction-amount{white-space:nowrap;flex:none;font-size:.82rem;font-weight:750}.transaction-amount-income{color:var(--steward-income)}.transaction-amount-expense{color:var(--steward-gold-700)}@media (width<=640px){.section-heading{align-items:flex-start}.transaction-row{gap:.75rem;padding:.9rem 1rem}.transaction-icon{flex-basis:2rem;width:2rem;height:2rem}}@media (width<=480px){.section-heading{flex-direction:column;gap:.5rem}.transaction-row{align-items:flex-start}.transaction-amount{font-size:.76rem}}.stewardship-panel{flex-direction:column;gap:1rem;min-width:0;display:flex}.stewardship-card,.journey-card,.scripture-card{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);box-shadow:var(--steward-shadow-sm)}.stewardship-card{background:linear-gradient(145deg, var(--steward-green-900), var(--steward-green-800));border-color:var(--steward-green-800);padding:1.5rem}.stewardship-card .eyebrow{color:var(--steward-gold-400)}.eyebrow{letter-spacing:.15em;margin:0;font-size:.68rem;font-weight:750}.panel-heading h2{color:#fff;letter-spacing:-.025em;margin:.55rem 0 0;font-size:1.35rem;line-height:1.3}.panel-description{color:#ffffffc2;margin:.9rem 0 0;font-size:.8rem;line-height:1.65}.stewardship-add-button{border-radius:var(--steward-radius-md);background:var(--steward-gold-500);width:100%;color:var(--steward-green-950);font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border:1px solid #fff3;justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.8rem 1rem;font-size:.78rem;font-weight:750;display:flex}.stewardship-add-button:hover{background:var(--steward-gold-400);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.stewardship-add-button:active{transform:translateY(0)}.stewardship-add-button:focus-visible{outline:3px solid var(--steward-focus-strong);outline-offset:3px}.stewardship-add-button>span:first-child{font-size:1rem;line-height:1}.journey-card{background:var(--steward-gold-50);border-color:var(--steward-gold-100);gap:1rem;padding:1.25rem;display:flex}.journey-icon{background:var(--steward-gold-100);width:2.35rem;height:2.35rem;color:var(--steward-gold-700);border-radius:50%;flex:0 0 2.35rem;place-items:center;font-size:.9rem;font-weight:800;display:grid}.journey-content{min-width:0}.journey-content .eyebrow{color:var(--steward-gold-700)}.journey-content h2{color:var(--steward-text);margin:.45rem 0 0;font-size:.95rem;line-height:1.35}.journey-content p:not(.eyebrow){color:var(--steward-muted);margin:.55rem 0 0;font-size:.75rem;line-height:1.6}.journey-status{background:var(--steward-surface);color:var(--steward-muted);border-radius:999px;margin-top:.8rem;padding:.3rem .55rem;font-size:.65rem;font-weight:700;display:inline-block}.scripture-card{padding:1.25rem}.scripture-card .eyebrow{color:var(--steward-gold-700)}.scripture-card blockquote{margin:.8rem 0 0;padding:0}.scripture-card blockquote p{color:var(--steward-green-900);margin:0;font-size:.85rem;font-weight:650;line-height:1.6}.scripture-card cite{color:var(--steward-gold-700);margin-top:.65rem;font-size:.7rem;font-style:normal;font-weight:700;display:block}@media (width<=900px){.stewardship-panel{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.stewardship-card{grid-column:1/-1}}@media (width<=640px){.stewardship-panel{display:flex}.stewardship-card{padding:1.25rem}.journey-card,.scripture-card{padding:1.1rem}}@media (prefers-reduced-motion:reduce){.stewardship-add-button{transition:none}.stewardship-add-button:hover,.stewardship-add-button:active{transform:none}}.setup{background:radial-gradient(circle at 50% 0%, #c49a451a, transparent 42%), var(--steward-bg);place-items:center;min-height:calc(100vh - 4rem);padding:4.5rem 1.25rem 3rem;display:grid}.setup-card{border:1px solid var(--steward-border-soft);width:min(100%,500px);box-shadow:var(--steward-shadow-lg), var(--steward-shadow-sm);background:#fffffff7;border-radius:28px;padding:3.25rem}.brand-mark,.success-mark{border-radius:var(--steward-radius-lg);background:var(--steward-green-900);color:#fff;place-items:center;width:52px;height:52px;margin-bottom:1.35rem;font-size:1.35rem;font-weight:700;display:grid}.brand-mark{box-shadow:0 0 0 5px var(--steward-gold-50)}.success-mark{background:var(--steward-green-800);box-shadow:0 0 0 5px var(--steward-success-soft)}.eyebrow{color:var(--steward-gold-700);letter-spacing:.16em;margin:0 0 .65rem;font-size:.72rem;font-weight:750}h1{color:var(--steward-green-950);letter-spacing:-.035em;margin:0;font-size:clamp(2rem,5vw,2.8rem);line-height:1.08}.intro{color:var(--steward-muted);margin:1.25rem 0 2rem;font-size:1rem;line-height:1.65}.setup-form{gap:1.25rem;display:grid}.field{gap:.5rem;display:grid}label{color:var(--steward-text-soft);font-size:.88rem;font-weight:650}input,select{box-sizing:border-box;border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;min-height:52px;color:var(--steward-text);font:inherit;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:13px;outline:none;padding:0 1rem}input:hover,select:hover{border-color:var(--steward-border-strong)}input::placeholder{color:var(--steward-muted-light)}input:focus,select:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}button{background:var(--steward-green-900);color:#fff;min-height:54px;font:inherit;cursor:pointer;transition:transform var(--steward-transition-fast), background var(--steward-transition-fast), box-shadow var(--steward-transition-fast), opacity var(--steward-transition-fast);border:0;border-radius:14px;margin-top:.25rem;padding:0 1.25rem;font-weight:700}button:hover:not(:disabled){background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}button:active:not(:disabled){box-shadow:none;transform:translateY(0)}button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}button:disabled{cursor:wait;opacity:.7}button span{margin-left:.45rem;font-size:1.1rem}.form-message{border-radius:var(--steward-radius-md);background:var(--steward-danger-soft);color:var(--steward-danger);border:1px solid #9a40381f;margin:0;padding:.8rem 1rem;font-size:.85rem;line-height:1.45}.privacy{border:1px solid var(--steward-border-soft);background:var(--steward-surface-muted);color:var(--steward-text-soft);border-radius:15px;gap:.8rem;margin-top:2rem;padding:1rem;display:flex}.privacy-icon{background:var(--steward-green-100,#e8eee9);width:30px;height:30px;color:var(--steward-green-700);border-radius:9px;flex:none;place-items:center;font-size:.9rem;display:grid}.privacy strong{color:var(--steward-green-900);margin-bottom:.2rem;font-size:.82rem;display:block}.privacy p{color:var(--steward-muted);margin:0;font-size:.78rem;line-height:1.5}.success{text-align:left}.success-mark{font-size:1.2rem;display:grid}.success-message{color:var(--steward-muted);margin:1.25rem 0;font-size:1rem;line-height:1.65}.success-ministry{border:1px solid var(--steward-border-soft);background:var(--steward-surface-muted);color:var(--steward-text);border-radius:14px;margin:1.5rem 0;padding:1rem 1.1rem;font-weight:650}.privacy-note{color:var(--steward-muted-light);margin:1.5rem 0 0;font-size:.78rem;line-height:1.55}@media (width<=560px){.setup{min-height:calc(100vh - 2rem);padding:4rem 1rem 1.5rem}.setup-card{border-radius:22px;padding:2.25rem 1.35rem}h1{font-size:2rem}}@media (prefers-reduced-motion:reduce){input,select,button{transition:none}}.money-panel{width:min(100% - 2rem,620px);margin:0 auto;padding:3rem 0 5rem}.money-panel .back-button{min-height:auto;color:var(--steward-muted);font:inherit;cursor:pointer;transition:color var(--steward-transition-fast), transform var(--steward-transition-fast);background:0 0;border:0;align-items:center;gap:.45rem;margin:0 0 2.5rem;padding:0;font-size:.85rem;font-weight:650;display:inline-flex}.money-panel .back-button:hover{color:var(--steward-green-900);transform:translate(-2px)}.money-panel .back-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:4px;border-radius:var(--steward-radius-sm)}.money-panel .money-panel-heading{max-width:620px}.money-panel .section-label{color:var(--steward-gold-700);letter-spacing:.15em;margin:0;font-size:.68rem;font-weight:750}.money-panel .money-panel-heading h2{color:var(--steward-green-950);letter-spacing:-.04em;margin:.45rem 0 0;font-size:clamp(2rem,5vw,3rem);line-height:1.08}.money-panel .money-panel-heading p:last-child{color:var(--steward-muted);margin:.75rem 0 0;line-height:1.6}.money-panel .money-form{gap:1.35rem;width:100%;margin-top:2.5rem;display:grid}.money-panel .field{gap:.5rem;display:grid}.money-panel .field label{color:var(--steward-text-soft);font-size:.86rem;font-weight:650}.money-panel .field label span{color:var(--steward-muted-light);font-weight:450}.money-panel .field input,.money-panel .field textarea{box-sizing:border-box;border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;color:var(--steward-text);font:inherit;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:13px;outline:none;padding:.85rem 1rem}.money-panel .field input{min-height:52px}.money-panel .field textarea{resize:vertical;min-height:100px;line-height:1.5}.money-panel .field input:hover,.money-panel .field textarea:hover{border-color:var(--steward-border-strong)}.money-panel .field input::placeholder,.money-panel .field textarea::placeholder{color:var(--steward-muted-light)}.money-panel .field input:focus,.money-panel .field textarea:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.money-panel .amount-input{border:1px solid var(--steward-border);background:var(--steward-surface);min-height:64px;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:15px;align-items:center;display:flex;overflow:hidden}.money-panel .amount-input:hover{border-color:var(--steward-border-strong)}.money-panel .amount-input:focus-within{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.money-panel .amount-input span{color:var(--steward-green-700);padding-left:1.1rem;font-size:.9rem;font-weight:700}.money-panel .amount-input input{min-width:0;min-height:62px;color:var(--steward-green-950);border:0;border-radius:0;flex:1;padding-left:.65rem;font-size:1.5rem;font-weight:650;box-shadow:none!important}.money-panel .amount-input input:focus{border:0}.money-panel .form-message{border-radius:var(--steward-radius-md);background:var(--steward-danger-soft);color:var(--steward-danger);border:1px solid #9a40381f;margin:0;padding:.8rem 1rem;font-size:.85rem;line-height:1.45}.money-panel .submit-button{background:var(--steward-green-900);color:#fff;width:100%;min-height:56px;font:inherit;cursor:pointer;transition:transform var(--steward-transition-fast), background var(--steward-transition-fast), box-shadow var(--steward-transition-fast), opacity var(--steward-transition-fast);border:0;border-radius:14px;margin-top:.4rem;padding:0 1.25rem;font-weight:700}.money-panel .submit-button:hover:not(:disabled){background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.money-panel .submit-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.money-panel .submit-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.money-panel .submit-button:disabled{cursor:wait;opacity:.7}.money-panel .submit-button span{margin-left:.4rem}.money-panel .save-result{width:100%;padding:2.25rem 0 1rem}.money-panel .result-icon{background:var(--steward-green-900);color:#fff;width:52px;height:52px;box-shadow:0 0 0 5px var(--steward-gold-50);border-radius:15px;place-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:grid}.money-panel .save-result h3{color:var(--steward-green-950);letter-spacing:-.04em;margin:.4rem 0 0;font-size:clamp(2rem,5vw,2.7rem);line-height:1.08}.money-panel .result-text{color:var(--steward-muted);margin:.8rem 0 0;line-height:1.6}.money-panel .result-button{background:var(--steward-green-900);color:#fff;min-height:52px;font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border:0;border-radius:13px;margin-top:1.75rem;padding:0 1.2rem;font-weight:700}.money-panel .result-button:hover{background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.money-panel .result-button:active{box-shadow:none;transform:translateY(0)}.money-panel .result-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.money-panel .result-button span{margin-left:.4rem}.money-panel [hidden]{display:none!important}@media (width<=650px){.money-panel{padding:2.5rem 0 4rem}.money-panel .back-button{margin-bottom:2rem}}@media (prefers-reduced-motion:reduce){.money-panel .back-button,.money-panel .field input,.money-panel .field textarea,.money-panel .amount-input,.money-panel .submit-button,.money-panel .result-button{transition:none}}.money-out-panel{width:min(100% - 2rem,900px);margin:0 auto;padding:4.5rem 0 5rem}.money-out-panel .back-button{min-height:auto;color:var(--steward-muted);font:inherit;cursor:pointer;transition:color var(--steward-transition-fast), transform var(--steward-transition-fast);background:0 0;border:0;align-items:center;gap:.45rem;margin:0 0 2.5rem;padding:0;font-size:.85rem;font-weight:650;display:inline-flex}.money-out-panel .back-button:hover{color:var(--steward-green-900);transform:translate(-2px)}.money-out-panel .back-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:4px;border-radius:var(--steward-radius-sm)}.money-out-panel .money-out-heading{max-width:680px}.money-out-panel .section-label{color:var(--steward-gold-700);letter-spacing:.15em;margin:0;font-size:.68rem;font-weight:750}.money-out-panel .money-out-heading h2{color:var(--steward-green-950);letter-spacing:-.05em;margin:.45rem 0 0;font-size:clamp(2.7rem,7vw,4rem);line-height:1}.money-out-panel .money-out-heading>p:last-child{color:var(--steward-muted);margin:.75rem 0 0;line-height:1.6}.money-out-panel .money-out-form{gap:1.35rem;width:min(100%,620px);margin-top:2.5rem;display:grid}.money-out-panel .field{gap:.5rem;display:grid}.money-out-panel .field label{color:var(--steward-text-soft);font-size:.86rem;font-weight:650}.money-out-panel .field label span{color:var(--steward-muted-light);font-weight:450}.money-out-panel .field input,.money-out-panel .field textarea{box-sizing:border-box;border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;color:var(--steward-text);font:inherit;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:13px;outline:none;padding:.85rem 1rem}.money-out-panel .field input{min-height:52px}.money-out-panel .field textarea{resize:vertical;min-height:100px;line-height:1.5}.money-out-panel .field input:hover,.money-out-panel .field textarea:hover{border-color:var(--steward-border-strong)}.money-out-panel .field input::placeholder,.money-out-panel .field textarea::placeholder{color:var(--steward-muted-light)}.money-out-panel .field input:focus,.money-out-panel .field textarea:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.money-out-panel .amount-input{border:1px solid var(--steward-border);background:var(--steward-surface);min-height:64px;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:15px;align-items:center;display:flex;overflow:hidden}.money-out-panel .amount-input:hover{border-color:var(--steward-border-strong)}.money-out-panel .amount-input:focus-within{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.money-out-panel .amount-input span{color:var(--steward-gold-700);padding-left:1.1rem;font-size:.9rem;font-weight:700}.money-out-panel .amount-input input{min-width:0;min-height:62px;color:var(--steward-green-950);border:0;border-radius:0;flex:1;padding-left:.65rem;font-size:1.5rem;font-weight:650;box-shadow:none!important}.money-out-panel .amount-input input:focus{border:0}.money-out-panel .form-message{border-radius:var(--steward-radius-md);background:var(--steward-danger-soft);color:var(--steward-danger);border:1px solid #9a40381f;margin:0;padding:.8rem 1rem;font-size:.85rem;line-height:1.45}.money-out-panel .submit-button{background:var(--steward-green-900);color:#fff;width:100%;min-height:56px;font:inherit;cursor:pointer;transition:transform var(--steward-transition-fast), background var(--steward-transition-fast), box-shadow var(--steward-transition-fast), opacity var(--steward-transition-fast);border:0;border-radius:14px;margin-top:.4rem;padding:0 1.25rem;font-weight:700}.money-out-panel .submit-button:hover:not(:disabled){background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.money-out-panel .submit-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.money-out-panel .submit-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.money-out-panel .submit-button:disabled{cursor:wait;opacity:.7}.money-out-panel .submit-button span{margin-left:.4rem}.money-out-panel .save-result{width:min(100%,620px);padding:2.25rem 0 1rem}.money-out-panel .result-icon{background:var(--steward-gold-600);color:#fff;width:52px;height:52px;box-shadow:0 0 0 5px var(--steward-gold-50);border-radius:15px;place-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:grid}.money-out-panel .save-result h3{color:var(--steward-green-950);letter-spacing:-.04em;margin:.4rem 0 0;font-size:clamp(2rem,5vw,2.7rem);line-height:1.08}.money-out-panel .result-text{color:var(--steward-muted);margin:.8rem 0 0;line-height:1.6}.money-out-panel .result-button{background:var(--steward-green-900);color:#fff;min-height:52px;font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border:0;border-radius:13px;margin-top:1.75rem;padding:0 1.2rem;font-weight:700}.money-out-panel .result-button:hover{background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.money-out-panel .result-button:active{box-shadow:none;transform:translateY(0)}.money-out-panel .result-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.money-out-panel .result-button span{margin-left:.4rem}.money-out-panel [hidden]{display:none!important}@media (width<=650px){.money-out-panel{width:min(100% - 2rem,620px);padding:3rem 0 4rem}.money-out-panel .money-out-heading h2{font-size:2.7rem}.money-out-panel .money-out-form,.money-out-panel .save-result{width:100%}}@media (prefers-reduced-motion:reduce){.money-out-panel .back-button,.money-out-panel .field input,.money-out-panel .field textarea,.money-out-panel .amount-input,.money-out-panel .submit-button,.money-out-panel .result-button{transition:none}}.transaction-detail{width:min(100% - 2rem,900px);margin:0 auto;padding:4.5rem 0 5rem}.detail-heading{max-width:680px}.detail-heading h2{color:var(--steward-text);letter-spacing:-.05em;margin:.45rem 0 0;font-size:clamp(2.7rem,7vw,4rem);line-height:1}.detail-heading>p:last-child{color:var(--steward-muted);margin:.75rem 0 0;line-height:1.6}.detail-card{border:1px solid var(--steward-border);background:var(--steward-surface);width:min(100%,620px);box-shadow:var(--steward-shadow-sm);border-radius:22px;margin-top:2.5rem;overflow:hidden}.detail-amount{border-bottom:1px solid var(--steward-border-soft);padding:1.75rem}.detail-type{color:var(--steward-gold-700);letter-spacing:.15em;margin-bottom:.5rem;font-size:.68rem;font-weight:750;display:block}.detail-type.income{color:var(--steward-income)}.detail-type.expense{color:var(--steward-gold-700)}.detail-amount strong{color:var(--steward-text);letter-spacing:-.04em;font-size:clamp(2rem,5vw,3rem);line-height:1;display:block}.detail-rows{display:grid}.detail-row{border-bottom:1px solid var(--steward-border-soft);grid-template-columns:150px 1fr;gap:1.5rem;padding:1.15rem 1.75rem;display:grid}.detail-row:last-child{border-bottom:0}.detail-row span{color:var(--steward-muted);font-size:.82rem}.detail-row strong{min-width:0;color:var(--steward-text-soft);overflow-wrap:anywhere;font-size:.88rem;font-weight:650;line-height:1.5}.detail-row strong.voided{color:var(--steward-muted)}.void-section{border:1px solid var(--steward-border);background:var(--steward-surface-muted);border-radius:18px;width:min(100%,620px);margin-top:2rem;padding:1.35rem 1.5rem}.void-label,.void-confirm-label{color:var(--steward-danger);letter-spacing:.14em;margin:0;font-size:.65rem;font-weight:750}.void-description{color:var(--steward-muted);margin:.55rem 0 1rem;font-size:.8rem;line-height:1.55}.void-button{border:1px solid var(--steward-danger);background:var(--steward-surface);min-height:44px;color:var(--steward-danger);font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), border-color var(--steward-transition-fast), transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border-radius:11px;padding:0 1rem;font-size:.82rem;font-weight:700}.void-button:hover{background:var(--steward-danger-soft);transform:translateY(-1px)}.void-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.void-confirmation,.void-confirm{border:1px solid var(--steward-danger);background:var(--steward-danger-soft);border-radius:18px;width:min(100%,620px);margin-top:1.5rem;padding:1.5rem}.void-confirmation h3,.void-confirm h3{color:var(--steward-text);letter-spacing:-.02em;margin:.4rem 0 0;font-size:1.25rem}.void-confirmation>p:not(.void-label),.void-confirm-description{color:var(--steward-muted);margin:.6rem 0 1.25rem;font-size:.82rem;line-height:1.55}.void-reasons{gap:.55rem;display:grid}.void-reason{border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;min-height:46px;color:var(--steward-text-soft);font:inherit;text-align:left;cursor:pointer;transition:background var(--steward-transition-fast), border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border-radius:12px;padding:.7rem .9rem;font-size:.84rem;font-weight:600}.void-reason:hover{border-color:var(--steward-gold-500);background:var(--steward-surface-soft)}.void-reason:focus-visible{outline:3px solid var(--steward-focus);outline-offset:2px}.void-reason.selected{border-color:var(--steward-gold-600);background:var(--steward-gold-50);box-shadow:0 0 0 3px var(--steward-focus)}.confirmation-actions,.void-confirm-actions{gap:.75rem;margin-top:1.25rem;display:flex}.void-confirm-actions{justify-content:flex-end}.cancel-button,.cancel-void-button,.confirm-void-button{min-height:46px;font:inherit;cursor:pointer;border-radius:11px;padding:0 1rem;font-size:.8rem;font-weight:700}.cancel-button,.cancel-void-button{border:1px solid var(--steward-border);background:var(--steward-surface);color:var(--steward-text-soft);transition:background var(--steward-transition-fast), border-color var(--steward-transition-fast)}.cancel-button:hover,.cancel-void-button:hover{border-color:var(--steward-border-strong);background:var(--steward-surface-soft)}.confirm-void-button{background:var(--steward-danger);color:var(--steward-surface);transition:background var(--steward-transition-fast), transform var(--steward-transition-fast);border:0}.confirm-void-button:hover:not(:disabled){background:#843630;transform:translateY(-1px)}.confirm-void-button:disabled{cursor:not-allowed;opacity:.45}.cancel-button:focus-visible,.cancel-void-button:focus-visible,.confirm-void-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.void-success{width:min(100%,620px);margin-top:2rem;padding:1.75rem 0}.success-icon{background:var(--steward-green-900);width:52px;height:52px;color:var(--steward-surface);box-shadow:0 0 0 5px var(--steward-gold-100);border-radius:15px;place-items:center;margin-bottom:1.25rem;font-size:1.2rem;font-weight:700;display:grid}.void-success h3{color:var(--steward-text);letter-spacing:-.04em;margin:.45rem 0 0;font-size:clamp(2rem,5vw,2.7rem);line-height:1.08}.void-success>p:not(.section-label){color:var(--steward-muted);margin:.8rem 0 0;line-height:1.6}.success-button{background:var(--steward-green-900);min-height:52px;color:var(--steward-surface);font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), transform var(--steward-transition-fast);border:0;border-radius:13px;margin-top:1.5rem;padding:0 1.2rem;font-weight:700}.success-button:hover{background:var(--steward-green-800);transform:translateY(-1px)}.success-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.success-button span{margin-left:.4rem}.detail-privacy{width:min(100%,620px);color:var(--steward-muted);margin:1.25rem 0 0;font-size:.78rem;line-height:1.5}[hidden]{display:none!important}@media (width<=650px){.transaction-detail{width:min(100% - 2rem,620px);padding:3rem 0 4rem}.detail-heading h2{font-size:2.7rem}.detail-row{grid-template-columns:1fr;gap:.3rem;padding:1rem 1.2rem}.detail-amount{padding:1.35rem 1.2rem}.void-section,.void-confirmation,.void-confirm,.void-success,.detail-privacy{width:100%}.confirmation-actions,.void-confirm-actions{flex-direction:column}.void-confirm-actions{flex-direction:column-reverse}.cancel-button,.cancel-void-button,.confirm-void-button{width:100%}.void-button{border-radius:13px;min-height:48px;margin-top:.75rem;padding:0 1.1rem}}@media (prefers-reduced-motion:reduce){.back-button,.void-button,.void-reason,.cancel-button,.cancel-void-button,.confirm-void-button,.success-button{transition:none}}.transaction-edit{width:min(100%,760px);margin:0 auto;padding:1.5rem 1rem 3rem}.back-button{color:#183b35;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.45rem;margin:0 0 2.5rem;padding:0;font-weight:600;display:inline-flex}.back-button:hover{text-decoration:underline}.edit-heading{margin-bottom:2rem}.edit-heading h2{color:#102c28;letter-spacing:-.025em;margin:0;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.1}#transaction-edit-description{color:#60716d;margin:.75rem 0 0;font-size:.98rem;line-height:1.6}.edit-form{flex-direction:column;gap:1.25rem;display:flex}.field{flex-direction:column;gap:.5rem;display:flex}.field label{color:#183b35;font-size:.88rem;font-weight:700}.field label span{color:#7a8783;font-weight:400}.amount-field{gap:.65rem}.amount-input{background:#fff;border:1px solid #cbd4d1;border-radius:.85rem;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.amount-input:focus-within{border-color:#a07818;box-shadow:0 0 0 3px #a078181f}#transaction-edit-currency{color:#60716d;flex:none;padding-left:1rem;font-size:.95rem;font-weight:700}.amount-input input{color:#102c28;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:.95rem 1rem .95rem .5rem;font-size:1.15rem;font-weight:600}.field input:not(.amount-input input),.field select,.field textarea{box-sizing:border-box;color:#102c28;width:100%;font:inherit;background:#fff;border:1px solid #cbd4d1;border-radius:.85rem;transition:border-color .15s,box-shadow .15s}.field input:not(.amount-input input),.field select{min-height:3rem;padding:.75rem .9rem}.field textarea{resize:vertical;min-height:6rem;padding:.8rem .9rem;line-height:1.5}.field input:focus,.field select:focus,.field textarea:focus{border-color:#a07818;outline:0;box-shadow:0 0 0 3px #a078181f}.field input::placeholder,.field textarea::placeholder{color:#9aa5a2}.field select:disabled{cursor:wait;opacity:.7}.form-message{color:#8a3333;background:#fff8f8;border:1px solid #e0caca;border-radius:.75rem;margin:.25rem 0 0;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.edit-actions{border-top:1px solid #e1e6e4;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.cancel-edit-button,.submit-button,.result-button{min-height:2.9rem;font:inherit;cursor:pointer;border-radius:.75rem;padding:.7rem 1.1rem;font-weight:700;transition:transform .12s,opacity .12s,background-color .12s}.cancel-edit-button{color:#183b35;background:#fff;border:1px solid #cbd4d1}.cancel-edit-button:hover{background:#f5f7f6}.submit-button,.result-button{color:#fff;background:#183f35;border:1px solid #183f35}.submit-button:hover,.result-button:hover{background:#12342d}.cancel-edit-button:active,.submit-button:active,.result-button:active{transform:translateY(1px)}.submit-button:disabled{cursor:wait;opacity:.65}.save-result{text-align:center;padding:2.5rem 1rem}.result-icon{color:#183f35;background:#e7f1ed;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto 1.25rem;font-size:1.5rem;font-weight:800;display:flex}.save-result h3{color:#102c28;margin:0;font-size:1.5rem}.result-text{color:#60716d;max-width:34rem;margin:.75rem auto 1.5rem;line-height:1.6}@media (width<=600px){.transaction-edit{padding:1rem .75rem 2rem}.back-button{margin-bottom:2rem}.edit-heading{margin-bottom:1.5rem}.edit-form{gap:1rem}.edit-actions{flex-direction:column-reverse;align-items:stretch}.cancel-edit-button,.submit-button,.result-button{width:100%}.save-result{padding:2rem .5rem}}.transactions-page{width:min(100% - 2rem,900px);margin:0 auto;padding:4.5rem 0 5rem}.back-button{min-height:auto;color:var(--steward-green-500);font:inherit;cursor:pointer;transition:color var(--steward-transition-fast);background:0 0;border:0;align-items:center;gap:.45rem;margin:0 0 2.5rem;padding:0;font-size:.85rem;font-weight:650;display:inline-flex}.back-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:5px;border-radius:5px}.transactions-heading{max-width:680px}.section-label{color:var(--steward-gold-700);letter-spacing:.15em;margin:0;font-size:.68rem;font-weight:750}.transactions-heading h1{color:var(--steward-text);letter-spacing:-.05em;margin:.45rem 0 0;font-size:clamp(2.7rem,7vw,4.2rem);line-height:1}.transactions-heading>p:last-child{color:var(--steward-muted);margin:.85rem 0 0;line-height:1.6}.transactions-toolbar{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3.5rem;margin-bottom:1rem;display:flex}.transaction-count{color:var(--steward-muted);font-size:.78rem}.transaction-controls{align-items:center;gap:.75rem;display:flex}.filter-control,.page-size-control{color:var(--steward-muted);white-space:nowrap;align-items:center;gap:.45rem;font-size:.78rem;display:inline-flex}.filter-control select,.page-size-control select{border:1px solid var(--steward-border);border-radius:var(--steward-radius-sm);background:var(--steward-surface);min-height:38px;color:var(--steward-text-soft);font:inherit;cursor:pointer;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast);outline:none;padding:0 2rem 0 .7rem;font-weight:650}.filter-control select:focus-visible,.page-size-control select:focus-visible{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.transaction-search{margin-top:1rem}.transaction-search label{color:var(--steward-muted);margin-bottom:.45rem;font-size:.78rem;font-weight:650;display:block}.transaction-search input{border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;min-height:46px;color:var(--steward-text-soft);font:inherit;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border-radius:11px;outline:none;padding:0 .9rem;font-size:.85rem;display:block}.transaction-search input::placeholder{color:var(--steward-muted-light)}.transaction-search input:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.transaction-search input::-webkit-search-cancel-button{cursor:pointer}.transaction-date-filter{border:1px solid var(--steward-border);border-radius:var(--steward-radius-md);background:var(--steward-surface);margin-top:1rem;padding:1rem}.transaction-date-filter-heading{color:var(--steward-muted);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.7rem;font-size:.78rem;font-weight:650;display:flex}.clear-date-button{color:var(--steward-gold-700);font:inherit;cursor:pointer;transition:color var(--steward-transition-fast);background:0 0;border:0;padding:0;font-size:.75rem;font-weight:700}.clear-date-button:hover{color:var(--steward-green-950);text-underline-offset:3px;text-decoration:underline}.clear-date-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:4px;border-radius:4px}.transaction-date-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.date-filter-control{color:var(--steward-muted);flex-direction:column;gap:.4rem;font-size:.72rem;display:flex}.date-filter-control input{border:1px solid var(--steward-border);border-radius:var(--steward-radius-sm);background:var(--steward-surface);width:100%;min-height:42px;color:var(--steward-text-soft);font:inherit;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast);outline:none;padding:0 .7rem;font-size:.8rem}.date-filter-control input:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.date-filter-control input[aria-invalid=true]{border-color:var(--steward-danger)}.date-filter-error{color:var(--steward-danger);margin:.65rem 0 0;font-size:.72rem;line-height:1.4}@media (width<=650px){.transaction-date-fields{grid-template-columns:1fr}}.transaction-list{border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;box-shadow:var(--steward-shadow-sm);border-radius:20px;overflow:hidden}.transaction-empty{color:var(--steward-muted);margin:0;padding:2.25rem 1.5rem;font-size:.88rem;line-height:1.6}.transaction-item{border:0;border-bottom:1px solid var(--steward-border-soft);background:var(--steward-surface);width:100%;min-height:92px;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background var(--steward-transition-fast), transform var(--steward-transition-fast);align-items:center;gap:1.5rem;padding:1.2rem 3.5rem 1.2rem 1.5rem;display:flex;position:relative}.transaction-item:last-child{border-bottom:0}.transaction-item:hover{background:var(--steward-surface-soft)}.transaction-item:focus-visible{z-index:1;outline:3px solid var(--steward-focus);outline-offset:-3px}.transaction-info{flex-direction:column;flex:auto;min-width:0;display:flex}.transaction-date{color:var(--steward-muted-light);margin-bottom:.25rem;font-size:.7rem;line-height:1.3}.transaction-description{color:var(--steward-text);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;line-height:1.4;overflow:hidden}.transaction-source{color:var(--steward-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.2rem;font-size:.78rem;line-height:1.4;overflow:hidden}.transaction-note{color:var(--steward-text-soft);text-overflow:ellipsis;white-space:nowrap;margin-top:.35rem;font-size:.76rem;line-height:1.45;overflow:hidden}.transaction-status{letter-spacing:.04em;text-transform:uppercase;border-radius:7px;align-items:center;width:fit-content;margin-top:.45rem;padding:.2rem .5rem;font-size:.65rem;font-weight:750;display:inline-flex}.transaction-status.voided{background:var(--steward-surface-muted);color:var(--steward-muted)}.transaction-amount{white-space:nowrap;flex:none;margin:0;font-size:.95rem;font-weight:750}.transaction-amount.income{color:var(--steward-income)}.transaction-amount.expense{color:var(--steward-gold-700)}.transaction-arrow{color:var(--steward-muted-light);transition:transform var(--steward-transition-fast);font-size:1rem;position:absolute;top:50%;right:1.35rem;transform:translateY(-50%)}.transaction-item:hover .transaction-arrow{transform:translate(3px,-50%)}.transaction-item.is-voided{background:var(--steward-surface-muted)}.transaction-item.is-voided .transaction-description{color:var(--steward-muted)}.transaction-item.is-voided .transaction-amount{color:var(--steward-muted-light);text-decoration:line-through}.pagination{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.pagination-button{border:1px solid var(--steward-border);background:var(--steward-surface);min-height:44px;color:var(--steward-text-soft);font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), border-color var(--steward-transition-fast), transform var(--steward-transition-fast);border-radius:11px;justify-content:center;align-items:center;gap:.4rem;padding:0 1rem;font-size:.8rem;font-weight:650;display:inline-flex}.pagination-button:hover:not(:disabled){border-color:var(--steward-border-strong);background:var(--steward-surface-soft);transform:translateY(-1px)}.pagination-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-status{color:var(--steward-muted);font-size:.78rem;font-weight:600}@media (width<=650px){.transactions-page{padding-top:3rem}.transactions-toolbar{flex-direction:column;align-items:flex-start;gap:.9rem;margin-top:2.75rem}.transaction-controls{flex-wrap:wrap;width:100%}.filter-control,.page-size-control{flex:1 1 0}.filter-control select,.page-size-control select{flex:1;min-width:0}.transaction-item{align-items:flex-start;gap:.9rem;min-height:88px;padding:1rem 3rem 1rem 1.1rem}.transaction-description,.transaction-source,.transaction-note{white-space:normal}.transaction-amount{padding-top:1.15rem;font-size:.86rem}.transaction-arrow{right:1rem}.pagination{gap:.75rem}.pagination-button{min-height:42px;padding:0 .8rem}.pagination-status{font-size:.72rem}}@media (prefers-reduced-motion:reduce){.back-button,.filter-control select,.page-size-control select,.transaction-search input,.date-filter-control input,.transaction-item,.transaction-arrow,.pagination-button{transition:none}}.accounts-page{width:min(900px,100% - 32px);margin:0 auto;padding:32px 0 64px}.back-button{color:var(--text-muted);font:inherit;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:0;align-items:center;gap:8px;margin-bottom:28px;padding:0;font-weight:600;display:inline-flex}.back-button:hover{color:var(--text)}.back-button:focus-visible,.primary-button:focus-visible,.account-delete-button:focus-visible,.account-archive-button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.accounts-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;display:flex}.section-label{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.72rem;font-weight:700}.accounts-header h1{color:var(--text);margin:0;font-size:clamp(2rem,5vw,2.8rem);line-height:1.05}.accounts-subtitle{max-width:560px;color:var(--text-muted);margin:12px 0 0;line-height:1.6}.primary-button{border:1px solid var(--green);border-radius:var(--radius-md);background:var(--green);color:#fff;min-height:44px;font:inherit;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);flex-shrink:0;align-items:center;gap:8px;padding:0 18px;font-weight:700;display:inline-flex}.primary-button:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.primary-button:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.account-feedback{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-subtle);color:var(--text);margin:-16px 0 28px;padding:12px 14px;font-size:.88rem;line-height:1.5}.account-feedback[data-type=success]{border-color:var(--green)}.account-feedback[data-type=error]{border-color:var(--warning)}.accounts-section{margin-top:32px}.archived-section{margin-top:52px}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.section-heading h2{color:var(--text);margin:0;font-size:1.2rem}.section-count{border:1px solid var(--border);background:var(--surface-subtle);min-width:32px;height:28px;color:var(--text-muted);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:.8rem;font-weight:700;display:inline-flex}.account-list{gap:14px;display:grid}.account-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);overflow:hidden}.account-card:hover{border-color:color-mix(in srgb, var(--border) 70%, var(--green));box-shadow:var(--shadow-md);transform:translateY(-1px)}.account-card-main{padding:22px}.account-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.account-card-heading h3{color:var(--text);margin:0;font-size:1.08rem;line-height:1.3}.account-meta{color:var(--text-muted);align-items:center;gap:7px;margin-top:6px;font-size:.84rem;display:flex}.account-status{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.08em;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:.68rem;font-weight:800}.account-balance{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:20px;margin-top:24px;padding-top:18px;display:flex}.account-balance-label{color:var(--text-muted);font-size:.84rem}.account-balance strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.5rem;line-height:1}.account-transaction-count{color:var(--text-muted);margin:10px 0 0;font-size:.82rem}.account-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:10px;margin-top:20px;padding-top:16px;display:flex}.account-delete-button,.account-archive-button{border:1px solid var(--border);border-radius:var(--radius-md);min-height:38px;font:inherit;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);background:0 0;padding:0 13px;font-size:.82rem;font-weight:700}.account-delete-button{color:var(--warning)}.account-delete-button:hover{border-color:var(--warning);background:var(--surface-subtle);transform:translateY(-1px)}.account-delete-button:active,.account-archive-button:active{transform:translateY(0)}.account-archive-button{color:var(--text-muted)}.account-archive-button:hover{border-color:var(--text-muted);background:var(--surface-subtle);color:var(--text);transform:translateY(-1px)}.account-warning{border:1px solid var(--warning);border-radius:var(--radius-md);background:var(--surface-subtle);color:var(--text-muted);align-items:flex-start;gap:10px;margin-top:16px;padding:12px 14px;font-size:.82rem;line-height:1.5;display:flex}.account-warning-icon{border:1px solid var(--warning);width:20px;height:20px;color:var(--warning);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.account-empty-state{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--surface-subtle);padding:28px 22px}.account-empty-state strong{color:var(--text)}.account-empty-state p{max-width:560px;color:var(--text-muted);margin:7px 0 0;font-size:.88rem;line-height:1.5}@media (width<=700px){.accounts-page{width:min(100% - 24px,900px);padding-top:24px}.accounts-header{flex-direction:column;align-items:stretch}.primary-button{align-self:flex-start}.account-card-heading{flex-direction:column;gap:10px}.account-balance{flex-direction:column;align-items:flex-start;gap:8px}.account-actions{justify-content:flex-start}}@media (width<=420px){.accounts-page{width:min(100% - 20px,900px);padding-bottom:48px}.account-card-main{padding:18px}.account-balance strong{font-size:1.35rem}.account-actions{flex-direction:column;align-items:stretch}.account-delete-button,.account-archive-button{width:100%}}.account-dialog{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);width:min(520px,100% - 24px);max-width:520px;color:var(--steward-text);box-shadow:var(--steward-shadow-lg);padding:0}.account-dialog::backdrop{backdrop-filter:blur(2px);background:#10251b57}.account-dialog-panel{padding:28px}.account-dialog-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.account-dialog-eyebrow{color:var(--steward-gold-700);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.68rem;font-weight:800}.account-dialog-header h2{color:var(--steward-text);margin:0;font-size:1.55rem;line-height:1.15}.account-dialog-description{max-width:420px;color:var(--steward-muted);margin:9px 0 0;font-size:.86rem;line-height:1.55}.account-dialog-close{border:1px solid var(--steward-border);background:var(--steward-surface);width:36px;height:36px;color:var(--steward-muted);cursor:pointer;transition:background var(--steward-transition-fast), color var(--steward-transition-fast), border-color var(--steward-transition-fast);border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;font-size:1.35rem;line-height:1;display:inline-flex}.account-dialog-close:hover{border-color:var(--steward-border-strong);background:var(--steward-surface-muted);color:var(--steward-text)}.account-form-fields{gap:20px;display:grid}.form-field{gap:8px;display:grid}.form-field label{color:var(--steward-text);font-size:.82rem;font-weight:700}.form-field input,.form-field select{border:1px solid var(--steward-border-strong);border-radius:var(--steward-radius-md);background:var(--steward-surface);width:100%;min-height:44px;color:var(--steward-text);transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast);outline:none;padding:10px 12px;font-size:.9rem}.form-field input::placeholder{color:var(--steward-muted-light)}.form-field input:focus,.form-field select:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 3px var(--steward-focus)}.form-field input:disabled,.form-field select:disabled{cursor:not-allowed;opacity:.65}.field-help{color:var(--steward-muted);margin:0;font-size:.76rem;line-height:1.5}.money-input{border:1px solid var(--steward-border-strong);border-radius:var(--steward-radius-md);background:var(--steward-surface);transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast);grid-template-columns:auto 1fr;align-items:stretch;display:grid;overflow:hidden}.money-input:focus-within{border-color:var(--steward-gold-500);box-shadow:0 0 0 3px var(--steward-focus)}.money-currency{border-right:1px solid var(--steward-border);background:var(--steward-surface-muted);min-width:58px;color:var(--steward-text-soft);align-items:center;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.money-input input{min-width:0;box-shadow:none;border:0;border-radius:0}.money-input input:focus{box-shadow:none;border:0}.form-status{border:1px solid var(--steward-danger);border-radius:var(--steward-radius-md);background:var(--steward-danger-soft);color:var(--steward-danger);margin-top:20px;padding:12px 14px;font-size:.82rem;line-height:1.5}.account-dialog-actions{border-top:1px solid var(--steward-border);justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;display:flex}.secondary-button,.primary-button{border-radius:var(--steward-radius-md);min-height:42px;font:inherit;cursor:pointer;transition:transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast), border-color var(--steward-transition-fast);padding:0 16px;font-size:.84rem;font-weight:700}.secondary-button{border:1px solid var(--steward-border-strong);background:var(--steward-surface);color:var(--steward-text-soft)}.secondary-button:hover{background:var(--steward-surface-muted);color:var(--steward-text)}.primary-button{border:1px solid var(--steward-green-800);background:var(--steward-green-800);color:#fff;box-shadow:var(--steward-shadow-sm)}.primary-button:hover{background:var(--steward-green-900);box-shadow:var(--steward-shadow-md);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.7;transform:none}.secondary-button:focus-visible,.primary-button:focus-visible,.account-dialog-close:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}@media (width<=520px){.account-dialog{width:calc(100% - 20px)}.account-dialog-panel{padding:22px}.account-dialog-header{margin-bottom:24px}.account-dialog-actions{flex-direction:column-reverse}.secondary-button,.primary-button{width:100%}}@media (prefers-reduced-motion:reduce){.account-dialog-close,.form-field input,.form-field select,.money-input,.secondary-button,.primary-button{transition:none}}.steward-data-management{width:min(100% - 2rem,870px);margin:0 auto;padding:4rem 0 5rem}.steward-data-management__header{max-width:720px;margin-bottom:3rem}.steward-data-management__eyebrow,.steward-data-card__eyebrow{color:var(--steward-green-500);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .7rem;font-size:.68rem;font-weight:750}.steward-data-management__header h2{color:var(--steward-text);letter-spacing:-.045em;margin:0;font-size:clamp(2.2rem,6vw,3.7rem);font-weight:650;line-height:1.02}.steward-data-management__intro{max-width:620px;color:var(--steward-muted);margin:1.2rem 0 0;font-size:1.05rem;line-height:1.7}.steward-data-management__sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.steward-data-card{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);min-width:0;box-shadow:var(--steward-shadow-sm);padding:2rem}.steward-data-card__content h3{color:var(--steward-text);letter-spacing:-.025em;margin:0;font-size:clamp(1.45rem,3vw,1.85rem);font-weight:650;line-height:1.15}.steward-data-card__content>p:not(.steward-data-card__eyebrow){color:var(--steward-muted);margin:.9rem 0 0;font-size:.92rem;line-height:1.7}.steward-data-card__note{border-top:1px solid var(--steward-border);color:var(--steward-muted);padding-top:1.25rem;margin-top:1.4rem!important;font-size:.8rem!important;line-height:1.7!important}.steward-data-card__note strong{color:var(--steward-text-soft)}.steward-data-card__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.75rem;display:flex}.steward-button{border-radius:var(--steward-radius-sm);min-height:48px;font:inherit;cursor:pointer;transition:background-color var(--steward-transition-fast), border-color var(--steward-transition-fast), opacity var(--steward-transition-fast);justify-content:center;align-items:center;padding:.75rem 1.15rem;font-size:.86rem;font-weight:700;display:inline-flex}.steward-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:4px}.steward-button:disabled{opacity:.55;cursor:wait}.steward-button--primary{border:1px solid var(--steward-green-950);color:#fff;background:var(--steward-green-950)}.steward-button--primary:hover{background:var(--steward-green-800);border-color:var(--steward-green-800)}.steward-button--secondary{border:1px solid var(--steward-border-strong);color:var(--steward-text);background:var(--steward-surface)}.steward-button--secondary:hover{background:var(--steward-surface-muted);border-color:var(--steward-green-500)}.steward-button--danger{border:1px solid var(--steward-danger);color:#fff;background:var(--steward-danger)}.steward-button--danger:hover{background:#783434;border-color:#783434}.steward-button--danger:disabled{opacity:.6;cursor:not-allowed}.steward-data-status{border-radius:var(--steward-radius-sm);min-height:0;color:var(--steward-text-soft);background:var(--steward-surface-muted);margin:1rem 0 0;padding:.85rem 1rem;font-size:.82rem;line-height:1.5}.steward-data-status:empty{display:none}.steward-data-status[data-state=success]{color:var(--steward-income);background:var(--steward-success-soft)}.steward-data-status[data-state=error]{color:var(--steward-danger);background:var(--steward-danger-soft)}.steward-data-status[data-state=info]{color:var(--steward-text-soft);background:var(--steward-surface-muted)}.steward-restore-preview{border:1px solid var(--steward-border);border-radius:var(--steward-radius-md);background:var(--steward-surface-soft);margin-top:1.5rem;padding:1.25rem}.steward-restore-preview h4{color:var(--steward-text);margin:0;font-size:1rem;font-weight:700}.steward-restore-preview p{color:var(--steward-muted);margin:.5rem 0 1rem;font-size:.82rem;line-height:1.6}.steward-restore-preview__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.steward-restore-preview__item{border:1px solid var(--steward-border-soft);border-radius:var(--steward-radius-sm);background:var(--steward-surface);min-width:0;padding:.8rem}.steward-restore-preview__item dt{color:var(--steward-muted);margin:0 0 .25rem;font-size:.72rem;font-weight:600}.steward-restore-preview__item dd{overflow-wrap:anywhere;color:var(--steward-text);margin:0;font-size:.84rem;font-weight:650;line-height:1.4}.steward-restore-preview__errors{color:var(--steward-danger);margin:0;padding-left:1.25rem;font-size:.82rem;line-height:1.6}.steward-restore-preview__errors li+li{margin-top:.4rem}.steward-restore-confirmation{margin-top:1.25rem}.steward-restore-confirmation__warning{background:var(--steward-danger-soft);border:1px solid #d8b9b9;border-radius:10px;padding:1rem 1.125rem}.steward-restore-confirmation__warning h4{color:var(--steward-danger);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.steward-restore-confirmation__warning p{color:#684848;margin:0;font-size:.82rem;line-height:1.6}.steward-restore-confirmation__warning p+p{margin-top:.4rem}.steward-restore-confirmation .steward-data-card__actions{margin-top:1rem}@media (width<=760px){.steward-data-management{width:min(100% - 1.5rem,680px);padding:2.75rem 0 4rem}.steward-data-management__header{margin-bottom:2.25rem}.steward-data-management__sections{grid-template-columns:1fr}.steward-data-card{border-radius:var(--steward-radius-md);padding:1.4rem}.steward-button{width:100%}.steward-data-card__actions{flex-direction:column;align-items:stretch}.steward-restore-preview__summary{grid-template-columns:1fr}}@media (width<=420px){.steward-data-management{width:min(100% - 1rem,680px);padding-top:2rem}.steward-data-card{padding:1.15rem}.steward-restore-preview{padding:1rem}}.funds-page{width:min(100% - 2rem,900px);margin:0 auto;padding:4.5rem 0 5rem}.funds-page__back{color:var(--steward-muted);font:inherit;cursor:pointer;transition:color var(--steward-transition-fast), transform var(--steward-transition-fast);background:0 0;border:0;align-items:center;gap:.35rem;margin-bottom:2.5rem;padding:0;display:inline-flex}.funds-page__back:hover{color:var(--steward-text);transform:translate(-2px)}.funds-page__back:focus-visible,.funds-page__add:focus-visible,.funds-empty-state__action:focus-visible,.fund-card__edit:focus-visible,.fund-card__archive:focus-visible,.fund-dialog__close:focus-visible,.fund-form input:focus-visible,.fund-form textarea:focus-visible,.fund-form button:focus-visible{outline:2px solid var(--steward-focus);outline-offset:3px}.funds-page__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.funds-page__eyebrow,.funds-section__label,.fund-dialog__eyebrow{color:var(--steward-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.funds-page__header h1{color:var(--steward-text);letter-spacing:-.04em;margin:0;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1}.funds-page__subtitle{max-width:38rem;color:var(--steward-muted);margin:.9rem 0 0;font-size:1rem;line-height:1.6}.funds-page__add{border:1px solid var(--steward-border);border-radius:var(--steward-radius-md);background:var(--steward-text);min-height:2.75rem;color:var(--steward-surface);font:inherit;cursor:pointer;box-shadow:var(--steward-shadow-sm);transition:transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast);flex-shrink:0;padding:.75rem 1.15rem;font-weight:700}.funds-page__add:hover{box-shadow:var(--steward-shadow-md);transform:translateY(-1px)}.funds-page__add:disabled{opacity:.65;cursor:wait}.funds-page__sections{gap:2.5rem;display:grid}.funds-section{min-width:0}.funds-section__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.funds-section__header h2{color:var(--steward-text);margin:0;font-size:1.25rem;line-height:1.3}.funds-section__count{border:1px solid var(--steward-border);min-width:2rem;min-height:2rem;color:var(--steward-muted);border-radius:999px;justify-content:center;align-items:center;padding:.25rem .6rem;font-size:.8rem;font-weight:700;display:inline-flex}.funds-list{gap:.75rem;display:grid}.funds-empty-state{border:1px dashed var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);text-align:center;padding:2.5rem 1.5rem}.funds-empty-state__icon{border:1px solid var(--steward-border);width:2.75rem;height:2.75rem;color:var(--steward-muted);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;display:flex}.funds-empty-state h3{color:var(--steward-text);margin:0;font-size:1rem}.funds-empty-state p{max-width:30rem;color:var(--steward-muted);margin:.6rem auto 1.25rem;font-size:.9rem;line-height:1.55}.funds-empty-state__action{color:var(--steward-text);font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.funds-empty-state--compact{padding:1.75rem 1.5rem}.funds-empty-state--compact p{margin-bottom:0}.fund-card{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);box-shadow:var(--steward-shadow-sm);padding:1.25rem 1.35rem}.fund-card__main{min-width:0}.fund-card__title-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.fund-card__name{min-width:0;color:var(--steward-text);margin:0;font-size:1rem;line-height:1.4}.fund-card__status{border:1px solid var(--steward-border);color:var(--steward-muted);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:.25rem .55rem;font-size:.7rem;font-weight:700}.fund-card__description{max-width:42rem;color:var(--steward-muted);margin:.5rem 0 0;font-size:.9rem;line-height:1.55}.fund-card__actions{border-top:1px solid var(--steward-border);justify-content:flex-end;gap:1rem;margin-top:.9rem;padding-top:.8rem;display:flex}.fund-card__edit,.fund-card__archive{font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;font-weight:700;text-decoration:underline}.fund-card__edit{color:var(--steward-text)}.fund-card__archive,.fund-card__edit:hover{color:var(--steward-muted)}.fund-card__archive:hover{color:var(--steward-text)}.fund-dialog{border:1px solid var(--steward-border);border-radius:var(--steward-radius-lg);background:var(--steward-surface);width:min(100% - 2rem,520px);color:var(--steward-text);box-shadow:var(--steward-shadow-md);margin:auto;padding:0}.fund-dialog::backdrop{background:#0e151259}.fund-dialog__content{padding:1.5rem}.fund-dialog__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.fund-dialog__header h2{color:var(--steward-text);margin:0;font-size:1.5rem;line-height:1.2}.fund-dialog__header p:last-child{max-width:30rem;color:var(--steward-muted);margin:.55rem 0 0;font-size:.9rem;line-height:1.55}.fund-dialog__close{border:1px solid var(--steward-border);width:2.25rem;height:2.25rem;color:var(--steward-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;padding:0;font-size:1.35rem;line-height:1}.fund-dialog__close:hover{color:var(--steward-text)}.fund-form{gap:1.25rem;display:grid}.fund-form__field{gap:.5rem;display:grid}.fund-form__field label{color:var(--steward-text);font-size:.85rem;font-weight:700}.fund-form__field label span{color:var(--steward-muted);font-weight:400}.fund-form input,.fund-form textarea{box-sizing:border-box;border:1px solid var(--steward-border);border-radius:var(--steward-radius-md);background:var(--steward-background);width:100%;color:var(--steward-text);font:inherit;padding:.75rem .85rem}.fund-form input{min-height:2.75rem}.fund-form textarea{resize:vertical;min-height:7rem;line-height:1.5}.fund-form input:focus,.fund-form textarea:focus{border-color:var(--steward-focus);outline:2px solid var(--steward-focus);outline-offset:1px}.fund-form__status{color:var(--steward-danger);margin:0;font-size:.85rem;line-height:1.5}.fund-form__actions{justify-content:flex-end;gap:.75rem;padding-top:.25rem;display:flex}.fund-form__cancel,.fund-form__submit,.fund-form__archive{border-radius:var(--steward-radius-md);min-height:2.75rem;font:inherit;cursor:pointer;padding:.7rem 1rem;font-weight:700}.fund-form__cancel{border:1px solid var(--steward-border);color:var(--steward-text);background:0 0}.fund-form__submit,.fund-form__archive{border:1px solid var(--steward-text);background:var(--steward-text);color:var(--steward-surface);box-shadow:var(--steward-shadow-sm)}.fund-form__cancel:hover,.fund-form__submit:hover,.fund-form__archive:hover{transform:translateY(-1px)}.fund-form__submit:disabled,.fund-form__archive:disabled{opacity:.65;cursor:wait}@media (width<=650px){.funds-page{padding:3rem 0 4rem}.funds-page__header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem}.funds-page__add{width:100%}.fund-card__title-row{flex-direction:column;align-items:flex-start;gap:.6rem}.fund-card__actions{justify-content:flex-start}.fund-dialog__content{padding:1.25rem}.fund-form__actions{flex-direction:column-reverse}.fund-form__cancel,.fund-form__submit,.fund-form__archive{width:100%}}@media (prefers-reduced-motion:reduce){.funds-page__back,.funds-page__add,.fund-card__edit,.fund-card__archive,.fund-form__cancel,.fund-form__submit,.fund-form__archive{transition:none}}.transfer-panel{width:min(100% - 2rem,900px);margin:0 auto;padding:4.5rem 0 5rem}.transfer-panel .back-button{min-height:auto;color:var(--steward-muted);font:inherit;cursor:pointer;transition:color var(--steward-transition-fast), transform var(--steward-transition-fast);background:0 0;border:0;align-items:center;gap:.45rem;margin:0 0 2.5rem;padding:0;font-size:.85rem;font-weight:650;display:inline-flex}.transfer-panel .back-button:hover{color:var(--steward-green-900);transform:translate(-2px)}.transfer-panel .back-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:4px;border-radius:var(--steward-radius-sm)}.transfer-panel .transfer-heading{max-width:680px}.transfer-panel .section-label{color:var(--steward-gold-700);letter-spacing:.15em;margin:0;font-size:.68rem;font-weight:750}.transfer-panel .transfer-heading h2{color:var(--steward-green-950);letter-spacing:-.05em;margin:.45rem 0 0;font-size:clamp(2.7rem,7vw,4rem);line-height:1}.transfer-panel .transfer-heading>p:last-child{color:var(--steward-muted);margin:.75rem 0 0;line-height:1.6}.transfer-panel .transfer-form{gap:1.35rem;width:min(100%,620px);margin-top:2.5rem;display:grid}.transfer-panel .field{gap:.5rem;display:grid}.transfer-panel .field label{color:var(--steward-text-soft);font-size:.86rem;font-weight:650}.transfer-panel .field label span{color:var(--steward-muted-light);font-weight:450}.transfer-panel .field input,.transfer-panel .field select,.transfer-panel .field textarea{box-sizing:border-box;border:1px solid var(--steward-border);background:var(--steward-surface);width:100%;color:var(--steward-text);font:inherit;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:13px;outline:none;padding:.85rem 1rem}.transfer-panel .field input,.transfer-panel .field select{min-height:52px}.transfer-panel .field textarea{resize:vertical;min-height:100px;line-height:1.5}.transfer-panel .field input:hover,.transfer-panel .field select:hover,.transfer-panel .field textarea:hover{border-color:var(--steward-border-strong)}.transfer-panel .field input::placeholder,.transfer-panel .field textarea::placeholder{color:var(--steward-muted-light)}.transfer-panel .field input:focus,.transfer-panel .field select:focus,.transfer-panel .field textarea:focus{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.transfer-panel .field select:disabled{cursor:wait;opacity:.7}.transfer-panel .available-balance{color:var(--steward-muted);margin:.1rem 0 0;font-size:.78rem;line-height:1.4}.transfer-panel .transfer-direction{border:1px solid var(--steward-border);background:var(--steward-surface-soft);width:42px;height:42px;color:var(--steward-gold-700);border-radius:50%;place-items:center;margin:-.35rem 0 -.35rem .1rem;font-size:1.1rem;font-weight:700;display:grid}.transfer-panel .amount-input{border:1px solid var(--steward-border);background:var(--steward-surface);min-height:64px;transition:border-color var(--steward-transition-fast), box-shadow var(--steward-transition-fast), background var(--steward-transition-fast);border-radius:15px;align-items:center;display:flex;overflow:hidden}.transfer-panel .amount-input:hover{border-color:var(--steward-border-strong)}.transfer-panel .amount-input:focus-within{border-color:var(--steward-gold-500);box-shadow:0 0 0 4px var(--steward-focus)}.transfer-panel .amount-input>span{color:var(--steward-gold-700);padding-left:1.1rem;font-size:.9rem;font-weight:700}.transfer-panel .amount-input input{min-width:0;min-height:62px;color:var(--steward-green-950);border:0;border-radius:0;flex:1;padding-left:.65rem;font-size:1.5rem;font-weight:650;box-shadow:none!important}.transfer-panel .amount-input input:focus{border:0}.transfer-panel .form-message{border-radius:var(--steward-radius-md);background:var(--steward-danger-soft);color:var(--steward-danger);border:1px solid #9a40381f;margin:0;padding:.8rem 1rem;font-size:.85rem;line-height:1.45}.transfer-panel .submit-button{background:var(--steward-green-900);color:#fff;width:100%;min-height:56px;font:inherit;cursor:pointer;transition:transform var(--steward-transition-fast), background var(--steward-transition-fast), box-shadow var(--steward-transition-fast), opacity var(--steward-transition-fast);border:0;border-radius:14px;margin-top:.4rem;padding:0 1.25rem;font-weight:700}.transfer-panel .submit-button:hover:not(:disabled){background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.transfer-panel .submit-button:active:not(:disabled){box-shadow:none;transform:translateY(0)}.transfer-panel .submit-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.transfer-panel .submit-button:disabled{cursor:wait;opacity:.7}.transfer-panel .submit-button span{margin-left:.4rem}.transfer-panel .save-result{width:min(100%,620px);padding:2.25rem 0 1rem}.transfer-panel .result-icon{background:var(--steward-gold-600);color:#fff;width:52px;height:52px;box-shadow:0 0 0 5px var(--steward-gold-50);border-radius:15px;place-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:grid}.transfer-panel .save-result h3{color:var(--steward-green-950);letter-spacing:-.04em;margin:.4rem 0 0;font-size:clamp(2rem,5vw,2.7rem);line-height:1.08}.transfer-panel .result-text{color:var(--steward-muted);margin:.8rem 0 0;line-height:1.6}.transfer-panel .result-summary{border-top:1px solid var(--steward-border);margin-top:1.5rem}.transfer-panel .result-account{border-bottom:1px solid var(--steward-border);justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 0;display:flex}.transfer-panel .result-account span{color:var(--steward-text-soft);font-size:.86rem}.transfer-panel .result-account strong{color:var(--steward-green-950);font-size:.9rem;font-weight:700}.transfer-panel .result-button{background:var(--steward-green-900);color:#fff;min-height:52px;font:inherit;cursor:pointer;transition:background var(--steward-transition-fast), transform var(--steward-transition-fast), box-shadow var(--steward-transition-fast);border:0;border-radius:13px;margin-top:1.75rem;padding:0 1.2rem;font-weight:700}.transfer-panel .result-button:hover{background:var(--steward-green-800);box-shadow:var(--steward-shadow-sm);transform:translateY(-1px)}.transfer-panel .result-button:active{box-shadow:none;transform:translateY(0)}.transfer-panel .result-button:focus-visible{outline:3px solid var(--steward-focus);outline-offset:3px}.transfer-panel .result-button span{margin-left:.4rem}.transfer-panel[hidden]{display:none!important}@media (width<=650px){.transfer-panel{width:min(100% - 2rem,620px);padding:3rem 0 4rem}.transfer-panel .transfer-heading h2{font-size:2.7rem}.transfer-panel .transfer-form,.transfer-panel .save-result{width:100%}}@media (width<=480px){.transfer-panel .result-account{flex-direction:column;align-items:flex-start;gap:.3rem}}@media (prefers-reduced-motion:reduce){.transfer-panel .back-button,.transfer-panel .field input,.transfer-panel .field select,.transfer-panel .field textarea,.transfer-panel .amount-input,.transfer-panel .submit-button,.transfer-panel .result-button{transition:none}}
