:root{--color-primary: #1a7f5a;--color-primary-dk: #145f44;--color-bg: #ffffff;--color-surface: #f5f7f6;--color-border: #dde3e0;--color-text: #0f1f19;--color-muted: #5a7068;--color-text-muted: #8a9e97;--radius: 8px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme]){--color-primary: #2dbb85;--color-primary-dk: #1a7f5a;--color-bg: #0f1f19;--color-surface: #1a2e25;--color-border: #2a4035;--color-text: #e8f0ec;--color-muted: #7da897;--color-text-muted: #6a8a7d}}[data-theme=forest-light]{--color-primary: #1a7f5a;--color-primary-dk: #145f44;--color-bg: #ffffff;--color-surface: #f5f7f6;--color-border: #dde3e0;--color-text: #0f1f19;--color-muted: #5a7068;--color-text-muted: #8a9e97}[data-theme=forest-dark]{--color-primary: #2dbb85;--color-primary-dk: #1a7f5a;--color-bg: #0f1f19;--color-surface: #1a2e25;--color-border: #2a4035;--color-text: #e8f0ec;--color-muted: #7da897;--color-text-muted: #6a8a7d}[data-theme=ocean-light]{--color-primary: #1a6fa5;--color-primary-dk: #135480;--color-bg: #ffffff;--color-surface: #f4f8fb;--color-border: #cfe0ed;--color-text: #0a1929;--color-muted: #4d7a9a;--color-text-muted: #7aa4c0}[data-theme=ocean-dark]{--color-primary: #4db8e8;--color-primary-dk: #1a6fa5;--color-bg: #0a1929;--color-surface: #102235;--color-border: #1c3a55;--color-text: #ddeef8;--color-muted: #6aabcc;--color-text-muted: #5590ac}[data-theme=sunset-light]{--color-primary: #c45c1a;--color-primary-dk: #9e4712;--color-bg: #ffffff;--color-surface: #fdf7f3;--color-border: #ecddd0;--color-text: #1e0f05;--color-muted: #7a5540;--color-text-muted: #a07558}[data-theme=sunset-dark]{--color-primary: #f09050;--color-primary-dk: #c45c1a;--color-bg: #1e0f05;--color-surface: #301a0a;--color-border: #4c2e15;--color-text: #f5e8d8;--color-muted: #c8906a;--color-text-muted: #a07050}[data-theme=slate-light]{--color-primary: #4a6fa5;--color-primary-dk: #375585;--color-bg: #ffffff;--color-surface: #f4f6f9;--color-border: #d5dce8;--color-text: #0e1520;--color-muted: #566b8a;--color-text-muted: #8096b5}[data-theme=slate-dark]{--color-primary: #7ba7d9;--color-primary-dk: #4a6fa5;--color-bg: #0e1520;--color-surface: #18243a;--color-border: #263650;--color-text: #dde6f5;--color-muted: #8aa4c8;--color-text-muted: #6a88a8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);min-height:100dvh}.loading{display:flex;align-items:center;justify-content:center;height:100dvh;color:var(--color-muted)}.auth-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:100dvh;padding:2rem;text-align:center}.auth-screen h1{font-size:2rem;color:var(--color-primary)}.auth-screen p{color:var(--color-muted);max-width:360px}.auth-screen form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px}input[type=email],input[type=text],input[type=date],input[type=number]{padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:1rem;width:100%}.page-content{padding:1.5rem}.page-content h2{margin-bottom:.5rem}.page-content p{padding:0;margin-bottom:1rem}.budget-summary{background:var(--color-surface);padding:1.5rem;border-radius:var(--radius);border:1px solid var(--color-border)}.budget-summary h3{margin-bottom:1rem;color:var(--color-primary)}.budget-summary h4{margin-top:1.5rem;margin-bottom:.5rem}.budget-summary ul{list-style:none;padding:0}.budget-summary li{border-bottom:1px solid var(--color-border)}.budget-summary li:last-child{border-bottom:none}.budget-summary input[type=text],.budget-summary input[type=number],.budget-summary select,.budget-summary input[type=file]{width:auto}.budget-summary select,.budget-summary input[type=file]{padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:1rem;width:100%}.budget-summary input[type=file]::file-selector-button{border:none;background:var(--color-primary);color:#fff;padding:.75rem 1rem;margin-right:1rem;border-radius:var(--radius);cursor:pointer;transition:background .15s}.budget-summary input[type=file]::file-selector-button:hover{background:var(--color-primary-dk)}.otp-container{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.otp-container .sent{margin-bottom:.5rem}.error-message{background:#ff4d4d1a;padding:.75rem;border-radius:var(--radius);font-size:.875rem;width:100%;max-width:320px}button{padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;cursor:pointer;transition:background .15s}button:hover{background:var(--color-primary-dk)}.sent{color:var(--color-primary);font-weight:500}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}.page-header{display:none}.dashboard h1{color:var(--color-primary);font-size:1.25rem}.dashboard p{padding:1.5rem}.app-shell{display:flex;min-height:100dvh}.app-sidebar{display:none}.main-area{flex:1;min-width:0}.today-grid,.settings-grid{display:flex;flex-direction:column;gap:1rem}.settings-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:1rem}.mobile-only{display:block}@media(min-width:768px){.app-sidebar{display:flex;flex-direction:column;width:220px;min-height:100dvh;position:sticky;top:0;height:100dvh;overflow-y:auto;background:var(--color-surface);border-right:1px solid var(--color-border);padding:1.5rem .75rem;flex-shrink:0}.sidebar-logo{padding:0 .5rem 1.25rem;border-bottom:1px solid var(--color-border);margin-bottom:.75rem}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.15rem}.sidebar-nav-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .75rem;border-radius:var(--radius);border:none;background:none;color:var(--color-text-muted);font-size:.9rem;font-family:var(--font);cursor:pointer;text-align:left;transition:background .12s,color .12s}.sidebar-nav-btn:hover{background:var(--color-border);color:var(--color-text)}.sidebar-nav-btn--active{background:var(--color-primary);color:#fff}.sidebar-nav-btn--active:hover{background:var(--color-primary-dk);color:#fff}.sidebar-footer{display:flex;flex-direction:column;gap:.5rem;border-top:1px solid var(--color-border);padding-top:1rem;margin-top:auto}.bottom-nav,.mobile-header,.mobile-only{display:none!important}.page-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem 1rem;border-bottom:1px solid var(--color-border);margin-bottom:0}.dashboard{padding-bottom:0!important}.page-content{padding:2rem}.today-grid{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}}.placeholder{color:var(--color-muted)}.theme-switcher{position:relative}.theme-switcher__toggle{background:none;border:1px solid var(--color-border);border-radius:var(--radius);padding:.35rem .6rem;font-size:1rem;cursor:pointer;color:var(--color-text-muted);line-height:1;display:flex;align-items:center;gap:.3rem}.theme-switcher__toggle:hover{background:var(--color-surface)}.theme-switcher__panel{position:absolute;right:0;top:calc(100% + .5rem);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem;box-shadow:0 4px 16px #00000026;z-index:200;min-width:180px;display:flex;flex-direction:column;gap:.75rem}.theme-switcher__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.theme-switcher__palettes{display:flex;gap:.5rem}.theme-switcher__swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .1s,border-color .1s;flex-shrink:0}.theme-switcher__swatch:hover{transform:scale(1.15)}.theme-switcher__swatch--active{border-color:var(--color-text)}.theme-switcher__modes{display:flex;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.theme-switcher__mode{flex:1;padding:.35rem 0;font-size:.75rem;background:none;border:none;border-radius:0;color:var(--color-text-muted);cursor:pointer;transition:background .1s,color .1s}.theme-switcher__mode:hover{background:var(--color-surface);color:var(--color-text)}.theme-switcher__mode--active{background:var(--color-primary);color:#fff}.theme-switcher__mode--active:hover{background:var(--color-primary-dk)}
