*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f4f5f7;color:#1a1a2e}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;gap:24px;padding:14px 24px;background:#12294a;color:#fff}.app-header .brand{font-weight:700;font-size:18px}.app-header nav{display:flex;gap:16px;flex:1}.app-header nav a{color:#cbd8ec;text-decoration:none;font-weight:500}.app-header nav a.active{color:#fff;border-bottom:2px solid #4f9cf9}.app-header nav a.nav-insights{background:linear-gradient(90deg,#38bdf8,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.app-header nav a.nav-insights.active{border-bottom-color:#a78bfa}.app-header .user-info{display:flex;align-items:center;gap:12px;font-size:14px;color:#cbd8ec}.link-button{background:none;border:none;color:#4f9cf9;cursor:pointer;padding:0}main{flex:1;padding:24px;max-width:1200px;width:100%;margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.page-header h1{margin:0}button{background:#12294a;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px}button:disabled{opacity:.6;cursor:default}.section-label{margin:24px 0 8px;color:#55607a;font-size:15px;text-transform:uppercase;letter-spacing:.04em}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:24px}.card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014}.card-label{font-size:13px;color:#6b7280;margin-bottom:6px}.card-value{font-size:22px;font-weight:700}.card-subvalue{font-size:13px;font-weight:600;margin-top:4px}.card.in .card-value{color:#16a34a}.card.out .card-value{color:#dc2626}.bar-chart-wrap{height:340px;margin-top:8px}.controls-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.date-range-picker{display:flex;flex-direction:column;gap:8px}.date-range-picker .presets{display:flex;gap:8px;flex-wrap:wrap}.date-range-picker .presets button{background:#fff;color:#12294a;border:1px solid #d1d5db;padding:6px 12px;font-size:13px}.date-range-picker .custom-range{display:flex;gap:12px}.date-range-picker label{display:flex;flex-direction:column;font-size:12px;color:#6b7280;gap:4px}input,select{padding:8px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.cashbook-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.pie-panel,.recurring-panel,.widget{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014}.pie-chart-wrap{max-width:420px;margin:0 auto}.recurring-panel ul{list-style:none;padding:0;margin:0}.recurring-panel li{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0f1f4}.recurring-panel li button{font-size:12px;padding:6px 10px}.hint{font-size:13px;color:#6b7280}.transactions-table{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014}.search-box{width:100%;margin-bottom:16px}.month-group h3{margin-bottom:8px}table{width:100%;border-collapse:collapse;margin-bottom:20px}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid #f0f1f4;font-size:13px}td.num,th.num{text-align:right}td.negative{color:#dc2626}td.positive{color:#16a34a}.tag{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}.tag.recurring{background:#dcfce7;color:#166534}.tag.other{background:#fef3c7;color:#92400e}.widget-header{display:flex;justify-content:space-between;align-items:center}.chart-toggle{display:flex;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.chart-toggle button{background:#fff;color:#12294a;border:none;border-radius:0;padding:6px 14px;font-size:13px}.chart-toggle button.active{background:#12294a;color:#fff}.threshold-input{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280}.threshold-input input{width:100px}.scrape-status{background:#fff;border-radius:8px;padding:10px 16px;margin-bottom:16px;font-size:13px;color:#374151}.scrape-status.failed{background:#fee2e2;color:#991b1b}.scrape-status.completed_with_errors{background:#fef3c7;color:#92400e}.scrape-errors{color:#b91c1c}.empty-state{color:#9ca3af;padding:24px;text-align:center}.error-text{color:#dc2626;margin:8px 0}.loading{color:#6b7280;padding:24px}.loading.full-page{display:flex;align-items:center;justify-content:center;height:100vh}.login-screen{display:flex;align-items:center;justify-content:center;height:100vh;background:#12294a}.login-card{background:#fff;padding:32px;border-radius:12px;width:320px;display:flex;flex-direction:column;gap:14px}.login-card h1{margin:0;font-size:20px}.login-card .subtitle{margin:-8px 0 8px;color:#6b7280}.login-card label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151}@media (max-width: 800px){.cashbook-breakdown{grid-template-columns:1fr}}.insights-page{background:radial-gradient(circle at 20% 0%,#1e293b,#0f172a 55%,#0b1120);border-radius:20px;padding:40px;margin:-8px 0;color:#e2e8f0;box-shadow:0 20px 60px #00000059;animation:insightsFadeIn .6s ease-out}@keyframes insightsFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.insights-hero{display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap;padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.insights-hero-text{max-width:560px}.insights-kicker{font-size:12px;letter-spacing:.14em;color:#38bdf8;font-weight:700;margin-bottom:12px}.insights-hero-text h1{font-size:36px;line-height:1.15;margin:0 0 14px;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;color:transparent}.insights-hero-text p{color:#94a3b8;font-size:15px;line-height:1.5}.insights-hero-gauge{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.health-gauge{text-align:center}.health-gauge-score{font-size:42px;font-weight:800;fill:#f1f5f9}.health-gauge-max{font-size:13px;fill:#64748b}.health-gauge-label{margin-top:6px;font-size:13px;color:#94a3b8;letter-spacing:.04em}.health-breakdown{display:flex;flex-direction:column;gap:10px;min-width:220px}.health-breakdown-row{display:grid;grid-template-columns:110px 1fr 44px;align-items:center;gap:10px;font-size:12px;color:#cbd5e1}.health-breakdown-bar{height:6px;border-radius:4px;background:#ffffff1a;overflow:hidden}.health-breakdown-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#34d399);border-radius:4px;transition:width 1.2s cubic-bezier(.22,1,.36,1)}.health-breakdown-score{text-align:right;font-weight:600;color:#e2e8f0}.insights-section{margin-bottom:36px}.insights-section h2{font-size:20px;margin:0 0 4px;color:#f1f5f9}.insights-section-sub{color:#94a3b8;font-size:13px;margin:0 0 18px}.sankey-wrap{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px}.sankey-node-label{fill:#e2e8f0;font-size:12px;font-weight:600}.sankey-node-value{fill:#94a3b8;font-size:11px}.sankey-fund-label{fill:#475569;font-size:11px;font-weight:700;letter-spacing:.08em}.trend-chart-wrap{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:16px;height:100%}.insights-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.insight-card{display:flex;align-items:flex-start;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;font-size:14px;line-height:1.45;color:#e2e8f0;transition:transform .2s,background .2s}.insight-card:hover{transform:translateY(-2px);background:#ffffff0f}.insight-icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.insight-good .insight-icon{background:#34d3992e;color:#34d399}.insight-warn .insight-icon{background:#f871712e;color:#f87171}.insight-info .insight-icon{background:#38bdf82e;color:#38bdf8}@media (max-width: 900px){.insights-page{padding:24px}.insights-hero{flex-direction:column;align-items:flex-start}}
