@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{font-family:DM Sans,Trebuchet MS,sans-serif;line-height:1.5;font-weight:400;color:#1a1f36;background:#eef2ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface: rgba(255, 255, 255, .92);--surface-strong: #ffffff;--surface-soft: rgba(255, 255, 255, .82);--border: rgba(45, 96, 255, .16);--text: #1a1f36;--text-muted: #4d5b7c;--brand: #2d60ff;--brand-dark: #1a3fa3;--success: #10b981;--shadow: 0 24px 60px rgba(45, 96, 255, .12);--ambient-blob-1: rgba(147, 174, 255, .35);--ambient-blob-2: rgba(238, 242, 255, .94)}:root[data-theme=dark]{color:#e2eaff;background:radial-gradient(circle at top,rgba(45,96,255,.18),transparent 40%),linear-gradient(180deg,#04060d,#0a1020);--surface: rgba(11, 16, 32, .98);--surface-strong: #0b1020;--surface-soft: rgba(11, 16, 32, .9);--border: rgba(147, 174, 255, .6);--text: #e2eaff;--text-muted: #b3c5ff;--brand: #7ba4ff;--brand-dark: #e2eaff;--success: #34d399;--shadow: 0 24px 60px rgba(0, 0, 0, .6);--ambient-blob-1: rgba(45, 96, 255, .22);--ambient-blob-2: rgba(123, 164, 255, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}#root{min-height:100vh}.page-shell{min-height:100vh;padding:24px;max-width:100vw}.page-shell:before,.page-shell:after{content:"";position:fixed;inset:auto;border-radius:999px;pointer-events:none;filter:blur(10px)}.page-shell:before{top:2rem;right:8vw;width:180px;height:180px;background:var(--ambient-blob-1)}.page-shell:after{bottom:2rem;left:5vw;width:220px;height:220px;background:var(--ambient-blob-2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card{width:min(960px,100%);margin:0 auto;padding:clamp(24px,4vw,48px);animation:rise-in .42s ease-out;overflow:hidden}@media(min-width:1200px){.hero-card{width:1200px;max-width:1200px}}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#2d60ff1f;color:var(--brand);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-title{margin:20px 0 12px;font-family:DM Sans,Trebuchet MS,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.98}.hero-copy,.muted{color:var(--text-muted)}.hero-copy{max-width:60ch;font-size:1.05rem}.stack{display:grid;gap:20px}.split-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.info-panel{padding:20px;border-radius:20px;background:var(--surface-soft);border:1px solid var(--border)}.info-panel h2,.info-panel h3{margin:0 0 10px;font-size:1.05rem}.chip-row,.action-row{display:flex;flex-wrap:wrap;gap:12px;min-width:0}.chip{padding:8px 12px;border-radius:999px;background:#2d60ff1f;color:var(--brand);font-size:.9rem;font-weight:700}.button-primary,.button-secondary,.button-ghost{border-radius:999px;border:1px solid transparent;padding:12px 18px;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.button-primary{background:var(--brand);color:#fff}.button-secondary{background:#2d60ff1a;border-color:var(--border);color:var(--brand-dark)}.button-ghost{background:transparent;border-color:var(--border);color:var(--text)}.button-primary:hover,.button-secondary:hover,.button-ghost:hover{transform:translateY(-1px)}.field-label{display:grid;gap:8px;font-weight:700}.text-input{width:100%;min-height:52px;padding:14px 16px;border-radius:16px;border:1px solid var(--border);background:var(--surface-strong);color:var(--text)}.text-input:focus{outline:2px solid rgba(45,96,255,.45);border-color:var(--brand)}:root[data-theme=dark] .text-input:focus{outline:2px solid rgba(147,174,255,.85);border-color:var(--brand)}.callout{padding:14px 16px;border-radius:18px;border:1px solid var(--border);background:#2d60ff1a}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-brand{display:grid;gap:4px}.topbar-logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.topbar-logo{display:block;height:40px;width:auto}.topbar-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.8rem}.topbar-notification-button{border:1px solid var(--border);border-radius:12px}.topbar-user-trigger{text-align:left}.topbar-user-text{display:flex;flex-direction:column;justify-content:center;line-height:1.3}.topbar-user-name{font-weight:700}.topbar-nav-link{min-width:auto;padding:6px 4px;border-radius:0;color:#6b7280!important;text-transform:none;font-weight:600}.topbar-nav-link:hover{background:transparent;color:#4b5563!important}.topbar-nav-link-active{color:var(--brand)!important;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:2px}.metrics-grid,.feature-grid{display:grid;gap:16px}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card,.feature-card{padding:20px;border-radius:20px;background:var(--surface);border:1px solid var(--border)}.dashboard-home{gap:22px}.dashboard-greeting{gap:2px}.dashboard-greeting p{margin:0}.dashboard-title{margin:0;font-size:clamp(1.65rem,2.8vw,2.2rem)}.dashboard-summary-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-summary-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:16px;background:var(--surface);border:1px solid var(--border)}.dashboard-summary-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:var(--brand);background:#2d60ff24}.dashboard-summary-label{margin:0;color:var(--text-muted);text-transform:capitalize}.dashboard-summary-label-with-tooltip{display:inline-flex;align-items:center;gap:2px}.dashboard-tooltip-icon{color:#8aa0e8;padding:2px;font-size:.95rem}.dashboard-summary-amount{margin:4px 0 0;color:#ef4444;font-size:1.7rem;font-weight:700}.dashboard-section{gap:12px}.dashboard-section-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.dashboard-section-header h3,.dashboard-section-header p{margin:0}.dashboard-section-header-inline button{text-transform:lowercase;font-weight:700}.dashboard-chart{padding:18px}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end}.dashboard-chart-column{display:grid;gap:8px;justify-items:center}.dashboard-chart-value{font-size:.92rem;color:var(--text-muted)}.dashboard-chart-bar-track{width:100%;max-width:88px;min-height:130px;border-radius:14px;background:#2d60ff1a;display:flex;align-items:flex-end;overflow:hidden}.dashboard-chart-bar{width:100%;border-radius:14px;background:linear-gradient(180deg,#9db6ff,#6b85df)}.dashboard-chart-date{color:var(--text-muted);font-weight:700}.dashboard-recent-list{display:grid;gap:12px}.dashboard-recent-list p{margin:0}.dashboard-recent-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border-radius:16px;background:var(--surface);border:1px solid var(--border)}.dashboard-recent-main{display:flex;align-items:center;gap:12px;min-width:0}.dashboard-recent-main h4{margin:0;font-size:1.12rem}.dashboard-recent-main .dashboard-summary-amount{margin-top:2px;font-size:1.45rem}.dashboard-recent-date{margin:0;color:var(--text-muted);font-weight:700}.metric-value{margin:0;font-family:DM Sans,Trebuchet MS,sans-serif;font-size:2rem}.purchase-list-card{cursor:pointer;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;transition:border-color .16s ease,box-shadow .16s ease}.purchase-list-card-content{flex:1;min-width:0}.purchase-list-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.purchase-list-card-title{font-weight:700}.purchase-list-card-total{margin:2px 0 0;font-weight:700;line-height:1.1;color:#ef4444}.purchase-list-card-action{flex-shrink:0}.purchase-list-items-collapse{width:100%}.purchase-items-toggle-row{display:flex;align-items:center;justify-content:space-between}.purchase-collapse-close-row,.purchase-list-edit-row{display:flex;justify-content:flex-end}.purchase-list-card:focus-visible{outline:2px solid rgba(45,96,255,.45);outline-offset:2px}.purchase-list-card-selected{border-color:#2d60ff;box-shadow:0 0 0 2px #2d60ff33}.list-reset{margin:0;padding:0;list-style:none}.route-link{font-weight:700;color:var(--brand-dark)}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.split-grid,.metrics-grid,.feature-grid,.dashboard-summary-grid,.dashboard-chart-grid{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.topbar .action-row{width:100%}.page-shell{padding:16px}.dashboard-section-header{align-items:flex-start;flex-direction:column}.dashboard-chart-bar-track{max-width:none;width:100%}.dashboard-recent-card{align-items:center;flex-direction:column}.dashboard-recent-main{width:100%}.dashboard-recent-date{align-self:flex-end}.purchase-list-card{align-items:flex-start;flex-direction:column}.purchase-list-card-action{align-self:flex-end}}@media(max-width:600px){.topbar-divider{display:none}.action-row{row-gap:8px}.hero-card{padding:16px}}
