*,:before,:after{box-sizing:border-box}html,body,#app{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans Devanagari,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.45}button{font-family:inherit}:root{--bg:#fffaf2;--surface:#fff;--surface-2:#fff5e1;--text:#1f1d1a;--text-muted:#6b6661;--border:#ece4d4;--primary:#b45309;--primary-soft:#fde6c4;--primary-text:#5e2d04;--accent:#166534;--accent-soft:#d1fae5;--warning-soft:#fef3c7;--warning-text:#92400e;--shadow-sm:0 1px 2px #140e040f;--shadow-md:0 4px 16px #140e0414;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-pill:999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--content-max:880px}@media (prefers-color-scheme:dark){:root{--bg:#15110a;--surface:#1d1a13;--surface-2:#29231a;--text:#f4ecdc;--text-muted:#9c948a;--border:#38311f;--primary:#fbbf24;--primary-soft:#4d3a17;--primary-text:#fde6c4;--accent:#34d399;--accent-soft:#10301f;--warning-soft:#443317;--warning-text:#fde68a;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 18px #0006}}.hl-app{min-height:100%;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;display:flex}.hl-topbar{z-index:10;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--border);padding:var(--space-sm) var(--space-md);padding-top:calc(env(safe-area-inset-top) + var(--space-sm));background:#fffaf2d9;position:sticky;top:0}@media (prefers-color-scheme:dark){.hl-topbar{background:#15110ad9}}.hl-brand{align-items:center;gap:var(--space-sm);cursor:pointer;color:var(--text);border-radius:var(--radius-sm);background:0 0;border:0;margin-left:-8px;padding:6px 8px;display:inline-flex}.hl-brand:hover{background:var(--surface-2)}.hl-brand-icon{background:var(--primary-soft);width:30px;height:30px;color:var(--primary);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.hl-brand-name{letter-spacing:-.01em;font-size:15px;font-weight:700}.hl-main{width:100%;max-width:var(--content-max);padding:var(--space-md) var(--space-md) var(--space-xl);flex:1;margin:0 auto}.hl-page{gap:var(--space-md);flex-direction:column;display:flex}.hl-page-title{letter-spacing:-.01em;margin:0;font-size:22px;font-weight:700}.hl-page-subtitle{color:var(--text-muted);margin:0;font-size:14px}.hl-section{gap:var(--space-sm);flex-direction:column;display:flex}.hl-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0;font-size:13px;font-weight:600}.hl-back{color:var(--primary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;align-self:flex-start;align-items:center;gap:4px;margin-left:-8px;padding:6px 8px;font-size:14px;font-weight:600;display:inline-flex}.hl-back:hover{background:var(--surface-2)}.hl-loading,.hl-empty{padding:var(--space-lg);text-align:center;color:var(--text-muted)}.hl-error{padding:var(--space-md);color:#991b1b;border-radius:var(--radius-md);background:#fee2e2;font-size:14px}.hl-home{padding-top:var(--space-md)}.hl-card-grid{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (width>=640px){.hl-card-grid{grid-template-columns:1fr 1fr}}.hl-big-card{gap:var(--space-sm);padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);flex-direction:column;align-items:flex-start;min-height:180px;transition:transform .12s,box-shadow .12s;display:flex}.hl-big-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hl-big-card-icon{background:var(--primary-soft);width:56px;height:56px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.hl-big-card-title{color:var(--text);font-size:18px;font-weight:700}.hl-big-card-desc{color:var(--text-muted);font-size:14px}.hl-chip-row{gap:var(--space-sm);flex-wrap:wrap;display:flex}.hl-chip-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.hl-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;color:var(--text);text-align:left;white-space:nowrap;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.hl-chip:hover{background:var(--surface-2)}.hl-chip-selected{background:var(--primary);color:#fff;border-color:var(--primary)}.hl-chip-selected:hover{background:var(--primary)}.hl-chip-count{border-radius:var(--radius-pill);background:var(--primary-soft);min-width:22px;height:20px;color:var(--primary-text);justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.hl-chip-selected .hl-chip-count{color:#fff;background:#ffffff40}.hl-fab-wrap{margin:var(--space-md) calc(var(--space-md) * -1) 0;padding:var(--space-md);background:linear-gradient(180deg, transparent, var(--bg) 35%);justify-content:center;display:flex;position:sticky;bottom:0}.hl-primary-button{background:var(--primary);color:#fff;border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--shadow-md);border:0;align-items:center;gap:8px;padding:12px 22px;font-size:16px;font-weight:600;display:inline-flex}.hl-primary-button:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed;box-shadow:none}.hl-listview-header{gap:var(--space-sm);flex-direction:column;display:flex}.hl-listview-meta{flex-wrap:wrap;gap:6px;display:flex}.hl-tag{background:var(--primary-soft);color:var(--primary-text);border-radius:var(--radius-pill);padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.hl-tag-muted{background:var(--surface-2);color:var(--text-muted);border-radius:var(--radius-pill);padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.hl-search{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);height:38px;box-shadow:var(--shadow-sm);align-items:center;gap:6px;padding:0 10px;display:flex;position:relative}.hl-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #b4530926}.hl-search-icon{color:var(--text-muted);flex-shrink:0}.hl-search-input{color:var(--text);background:0 0;border:0;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:16px}.hl-search-input::placeholder{color:var(--text-muted)}.hl-search-input::-webkit-search-cancel-button{display:none}.hl-search-clear{background:var(--surface-2);border-radius:var(--radius-pill);width:22px;height:22px;color:var(--text-muted);cursor:pointer;border:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hl-search-clear:hover{color:var(--text)}.hl-tabs{background:var(--surface-2);border-radius:var(--radius-pill);gap:4px;width:100%;max-width:320px;padding:4px;display:flex}.hl-tab{cursor:pointer;color:var(--text-muted);border-radius:var(--radius-pill);background:0 0;border:0;flex:1;padding:8px 16px;font-size:14px;font-weight:600;transition:background .12s,color .12s}.hl-tab-active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.hl-pill-party{border-radius:var(--radius-pill);white-space:nowrap;background:var(--primary-soft);color:var(--primary-text);padding:2px 8px;font-size:11px;font-weight:600}.hl-date-block{margin-top:var(--space-lg);gap:var(--space-sm);flex-direction:column;display:flex}.hl-date-block:first-child{margin-top:var(--space-sm)}.hl-date-title{color:var(--text);border-bottom:2px solid var(--primary);margin:0 0 4px;padding-bottom:6px;font-size:17px;font-weight:700}.hl-topic-block{gap:var(--space-sm);margin-top:var(--space-md);flex-direction:column;display:flex}.hl-topic-title{color:var(--primary-text);background:var(--primary-soft);border-radius:var(--radius-sm);align-self:flex-start;margin:0;padding:6px 12px;font-size:15px;font-weight:700}.hl-items,.hl-totals{gap:var(--space-sm);flex-direction:column;display:flex}.hl-item-list,.hl-totals-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.hl-item-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:4px;padding:10px 12px;display:flex}.hl-item-row-main{justify-content:space-between;gap:var(--space-sm);align-items:baseline;display:flex}.hl-item-name{font-size:15px;font-weight:600}.hl-item-qty{font-variant-numeric:tabular-nums;color:var(--text);white-space:nowrap;font-size:14px}.hl-item-row-sub{flex-wrap:wrap;gap:4px;display:flex}.hl-pill,.hl-pill-muted,.hl-pill-status{border-radius:var(--radius-pill);white-space:nowrap;padding:2px 8px;font-size:11px;font-weight:500}.hl-pill{background:var(--accent-soft);color:var(--accent)}.hl-pill-muted{background:var(--surface-2);color:var(--text-muted)}.hl-pill-status{background:var(--warning-soft);color:var(--warning-text)}.hl-item-row-note{background:var(--surface-2);border-radius:var(--radius-sm);color:var(--text-muted);margin-top:4px;padding:6px 10px;font-size:13px}.hl-item-row-note p{margin:0;padding:2px 0}.hl-totals-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;gap:var(--space-md);box-shadow:var(--shadow-sm);align-items:baseline;padding:10px 12px;display:flex}.hl-totals-name{font-size:15px;font-weight:600}.hl-totals-qty{font-variant-numeric:tabular-nums;color:var(--primary-text);text-align:right;font-size:14px;font-weight:600}
