:root{--bg:#f2f3f1;--card:#fff;--text:#111510;--muted:#7c817b;--line:#e9ebe7;--accent:#a7d93e;--accent-strong:#81bd18;--soft:#f8f9f7;--danger:#bb3a3a;--radius:16px;--shadow:0 1px 2px rgba(20,26,18,.03),0 12px 35px rgba(20,26,18,.04)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:22px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:30}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:-.03em;font-size:17px;padding:0 6px 24px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#121711;color:#fff;font-size:13px}.nav{display:flex;flex-direction:column;gap:4px}.nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;font-size:14px;color:#373c37}.nav a span{width:18px;text-align:center}.nav a.active,.nav a:hover:not(.disabled){background:#f1f3ef;color:#0f130f}.nav a.active{font-weight:600}.nav a.disabled{color:#a1a6a0;cursor:not-allowed}.nav em{font-style:normal;font-size:9px;margin-left:auto;padding:3px 6px;background:#f3f4f2;border-radius:12px}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:14px;display:grid;gap:6px}.sidebar-bottom a{padding:9px 12px;border-radius:9px;font-size:13px}.sidebar-bottom a:hover{background:#f5f6f4}.main-area{min-width:0}.topbar{height:74px;padding:14px 24px;display:flex;align-items:center;gap:16px;position:sticky;top:0;background:rgba(242,243,241,.92);backdrop-filter:blur(14px);z-index:20}.search-wrap{background:#fff;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 12px;width:min(390px,40vw);box-shadow:0 1px 2px rgba(0,0,0,.02)}.search-wrap input{border:0;outline:0;padding:11px 0;width:100%;background:transparent}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.icon-button{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.user-chip{height:44px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:5px 10px 5px 6px;display:flex;align-items:center;gap:8px}.avatar{width:32px;height:32px;border-radius:50%;background:#dfe7db;display:grid;place-items:center;font-weight:700;font-size:12px}.user-chip strong,.user-chip small{display:block;font-size:11px}.user-chip small{color:var(--muted);margin-top:2px}.page-wrap{padding:14px 24px 34px;max-width:1500px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.page-heading h1{font-size:27px;margin:2px 0 6px;letter-spacing:-.04em}.page-heading p,.card-head p{margin:0;color:var(--muted);font-size:13px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:#8d938b;font-weight:700}.btn{border:1px solid var(--line);background:#fff;color:#20241f;border-radius:10px;padding:10px 13px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;cursor:pointer}.btn-primary{background:#121711;color:#fff;border-color:#121711}.btn-primary:hover{background:#243020}.btn-large{padding:13px 16px;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}.stat-card,.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat-card{padding:18px}.stat-card span{font-size:12px;color:var(--muted)}.stat-card strong{display:block;font-size:27px;margin:8px 0 5px;letter-spacing:-.04em}.stat-card small{color:#8f958c;font-size:11px}.stat-card.featured{background:linear-gradient(135deg,#ffffff 45%,#eef8d8)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:12px;margin-bottom:12px}.card{padding:18px}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.card-head h2{font-size:16px;margin:3px 0 4px;letter-spacing:-.025em}.card-head>a{font-size:12px;color:#566052}.pill{font-size:10px;border:1px solid var(--line);background:#fafbfa;border-radius:20px;padding:5px 8px;color:#666c65}.bar-chart{height:260px;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,#fff 0,#fff 64px,#f2f3f1 65px);padding:22px 10px 0}.bar-group{height:100%;width:12%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px}.bars{height:88%;display:flex;align-items:flex-end;gap:5px}.bar{width:14px;border-radius:6px 6px 2px 2px;min-height:4px}.bar.income{background:linear-gradient(#bce95b,#86c72a)}.bar.expense{background:#ffd184}.bar-group span{font-size:10px;color:#8b9089}.legend{display:flex;gap:16px;margin-top:12px;font-size:11px;color:#6b7169}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:5px}.income-dot{background:#9fd63b}.expense-dot{background:#ffc86b}.account-list{display:grid}.account-list>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.account-list>div:last-child{border-bottom:0}.account-icon{width:34px;height:34px;border-radius:9px;background:#edf4e5;display:grid;place-items:center;font-size:11px;font-weight:700}.account-icon.large{width:42px;height:42px}.account-list strong,.account-list small{display:block;font-size:12px}.account-list small{color:var(--muted);margin-top:3px}.account-list b{font-size:12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#989d96;font-weight:600;padding:10px;border-bottom:1px solid var(--line)}td{padding:12px 10px;border-bottom:1px solid var(--line);white-space:nowrap}td strong,td small{display:block}td small{color:var(--muted);margin-top:3px}.amount{font-weight:700;text-align:right}.amount.income{color:#5e8d13}.amount.expense{color:#a25c18}.empty{text-align:center;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted)}.empty strong{color:var(--text)}.empty.compact{min-height:120px}.form-card{margin-bottom:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stack-form{display:grid;gap:14px}.form-grid label,.stack-form label{font-size:11px;font-weight:600;color:#596057;display:grid;gap:6px}.form-grid input,.form-grid select,.form-grid textarea,.stack-form input,.stack-form select,.inline-search input{width:100%;border:1px solid #dfe3dc;background:#fff;border-radius:9px;padding:11px;outline:0}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.stack-form input:focus,.stack-form select:focus,.inline-search input:focus{border-color:#9aca3b;box-shadow:0 0 0 3px rgba(154,202,59,.12)}.span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-card{padding:16px;border:1px solid var(--line);border-radius:13px;background:#fcfdfb}.account-card-top{display:flex;align-items:center;justify-content:space-between}.account-card>small{color:var(--muted);display:block;margin:18px 0 4px}.account-card h3{font-size:14px;margin:0 0 8px}.account-card>strong{font-size:23px;letter-spacing:-.03em}.account-actions{display:flex;gap:12px;border-top:1px solid var(--line);margin-top:16px;padding-top:12px;font-size:11px}.account-actions form{margin-left:auto}.account-actions button,.text-button{border:0;background:transparent;padding:0;color:#596057;cursor:pointer;font-size:11px}.text-button.danger{color:var(--danger)}.split-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:12px}.category-list{display:grid}.category-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.category-row strong,.category-row small{display:block;font-size:12px}.category-row small{font-size:10px;color:var(--muted);margin-top:3px}.muted-row{opacity:.5}.inline-search{display:flex;gap:6px}.inline-search input{min-width:260px;padding:8px 10px}.flash{padding:11px 13px;border:1px solid #dfe3dc;background:#fff;border-radius:10px;font-size:12px;margin-bottom:12px}.flash.success{background:#f1f9e7;border-color:#d9ebbf}.flash.error{background:#fff1f1;border-color:#f1cccc;color:#8f2f2f}.modal-backdrop{position:fixed;inset:0;background:rgba(10,14,9,.42);display:grid;place-items:center;padding:20px;z-index:100}.modal-backdrop[hidden]{display:none}.modal{position:relative;width:min(560px,100%);background:#fff;border-radius:18px;padding:24px;box-shadow:0 25px 80px rgba(0,0,0,.2)}.modal h2{margin:4px 0 18px}.modal-close{position:absolute;top:13px;right:15px;border:0;background:transparent;font-size:24px;cursor:pointer}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-grid a{border:1px solid var(--line);border-radius:12px;padding:16px;background:#fafbfa}.quick-grid a:hover{border-color:#badb7d;background:#f5faec}.quick-grid strong,.quick-grid span{display:block}.quick-grid span{font-size:11px;color:var(--muted);margin-top:5px}.auth-page{display:grid;place-items:center;padding:30px;background:radial-gradient(circle at top left,#eef7db,transparent 35%),var(--bg)}.auth-card{width:min(440px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:0 30px 80px rgba(25,31,22,.09)}.auth-brand{padding:0 0 25px}.auth-card h1{font-size:28px;margin:7px 0}.auth-card>p{color:var(--muted);font-size:13px;margin:0 0 22px}.muted{color:var(--muted);display:block;margin-top:16px;line-height:1.5}.mobile-only{display:none}@media(max-width:1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.account-grid{grid-template-columns:repeat(2,1fr)}.split-grid{grid-template-columns:1fr}.user-chip{display:none}}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:-250px;width:230px;transition:.2s;box-shadow:15px 0 40px rgba(0,0,0,.12)}.sidebar.open{left:0}.mobile-only{display:block}.topbar{padding:10px 14px}.search-wrap{flex:1;width:auto}.topbar-actions .icon-button{display:none}.page-wrap{padding:10px 14px 28px}.page-heading{align-items:flex-start;flex-direction:column}.stats-grid,.account-grid,.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.quick-grid{grid-template-columns:1fr}.bar-chart{height:220px}.inline-search{width:100%}.inline-search input{min-width:0}.card-head{flex-wrap:wrap}.topbar-actions .btn{padding:10px}.stat-card strong{font-size:23px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.topbar .search-wrap{display:none}.topbar-actions{margin-left:auto}.card{padding:14px}.user-chip{display:none}}
