:root{--red:#c41e2a;--red-deep:#91151f;--red-hover:#b01a25;--red-grad:linear-gradient(135deg,#c41e2a,#91151f);--ink:#1a1613;--muted:#6f6a66;--faint:#9a948f;--line:#e7e1d7;--line-strong:#d8d1c5;--card-border:hsla(36,10%,50%,.14);--paper:#fff;--canvas:#f5f3ee;--surface:#faf9f6;--ok:#16a34a;--ok-soft:rgba(34,197,94,.12);--warn:#a16207;--warn-soft:rgba(234,179,8,.12);--danger:#dc2626;--danger-soft:rgba(239,68,68,.12);--radius:16px;--radius-sm:10px;--shadow:0 1px 2px rgba(80,60,40,.04),0 6px 20px rgba(80,60,40,.06)}*{box-sizing:border-box}body,html{margin:0;padding:0;max-width:100vw}body{background:var(--canvas);color:var(--ink);font-family:Ubuntu Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.shell{display:flex;flex-direction:column;min-height:100dvh}@media (min-width:860px){.shell{flex-direction:row}}.side{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;flex-direction:row;gap:2px;background:var(--surface);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}@media (min-width:860px){.side{inset:0 auto 0 0;flex-direction:column;gap:4px;width:210px;height:100dvh;border-top:none;border-right:1px solid var(--line);padding:18px 12px}}.brand{display:none;align-items:center;gap:9px;font-weight:700;font-size:16px;padding:4px 8px 16px}.brand svg{width:20px;height:20px}@media (min-width:860px){.brand{display:flex}}.navlink{flex:1 1;min-width:0;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:var(--radius-sm);color:var(--muted);font-size:10px;font-weight:600}.navlink svg{width:20px;height:20px}.navlink:hover{background:var(--canvas);color:var(--ink)}.navlink--active{background:rgba(196,30,42,.1);color:var(--red-deep)}@media (min-width:860px){.navlink{flex:0 0 auto;flex-direction:row;justify-content:flex-start;gap:10px;min-height:42px;padding:0 12px;font-size:14px;font-weight:500}.navlink svg{width:17px;height:17px}.nav-spacer{margin-top:auto}}.main{flex:1 1;min-width:0;padding:20px 16px calc(76px + env(safe-area-inset-bottom))}@media (min-width:860px){.main{padding:26px 30px 40px;margin-left:210px}}.pagehead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.pagetitle{font-size:21px;font-weight:700}.subtle{color:var(--muted);font-size:13px}.card{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.card--flat{box-shadow:none}.btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:background-color .12s,border-color .12s,color .12s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{width:16px;height:16px}.btn--primary{background:var(--red-grad);color:#fff}.btn--primary:hover:not(:disabled){filter:brightness(1.07)}.btn--secondary{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn--secondary:hover:not(:disabled){background:var(--canvas)}.btn--ghost{background:transparent;color:var(--muted)}.btn--ghost:hover:not(:disabled){background:var(--canvas);color:var(--ink)}.btn--sm{min-height:36px;padding:0 12px;font-size:13px}.btn--full{width:100%}@media (max-width:859px){.btn--sm{min-height:42px}}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.label{font-size:12px;font-weight:600;color:var(--muted)}.input,.select,.textarea{min-height:42px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:0 13px;font-size:15px;color:var(--ink);background:var(--surface);font-family:inherit;width:100%}.textarea{min-height:84px;padding:11px 13px;resize:vertical}.select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:38px;cursor:pointer;font-weight:600;background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23c41e2a' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:13px;box-shadow:var(--shadow);transition:border-color .12s,background-color .12s,box-shadow .12s}.select:hover{border-color:var(--red);background-color:var(--canvas)}.select option{background:var(--surface);color:var(--ink);font-weight:500}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(196,30,42,.14)}@media (max-width:859px){.input,.select,.textarea{font-size:16px}}.vselect{position:relative;width:100%}.vselect__trigger{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;text-align:left;box-shadow:var(--shadow);transition:border-color .12s,background-color .12s,box-shadow .12s}.vselect__trigger:hover:not(:disabled){border-color:var(--red);background:var(--canvas)}.vselect__trigger:focus-visible{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(196,30,42,.14)}.vselect__trigger.is-open{border-color:var(--red);box-shadow:0 0 0 3px rgba(196,30,42,.14)}.vselect__trigger:disabled{opacity:.5;cursor:not-allowed}.vselect__trigger.is-placeholder .vselect__value{color:var(--faint);font-weight:500}.vselect__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vselect__chev{width:14px;height:14px;flex-shrink:0;color:var(--red);transition:transform .16s}.vselect__trigger.is-open .vselect__chev{transform:rotate(180deg)}.vselect__panel{position:absolute;z-index:60;top:calc(100% + 6px);left:0;min-width:100%;background:var(--paper);border:1px solid var(--line-strong);border-radius:var(--radius-sm);box-shadow:0 4px 12px rgba(80,60,40,.1),0 12px 32px rgba(80,60,40,.14);padding:6px;max-height:288px;overflow-y:auto;animation:vselect-in .13s ease-out}@keyframes vselect-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.vselect__option{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:7px;font-size:14.5px;color:var(--ink);cursor:pointer;white-space:nowrap}.vselect__option.is-active{background:var(--canvas)}.vselect__option.is-selected{color:var(--red);font-weight:600}.vselect__option.is-selected.is-active{background:var(--danger-soft)}.vselect__tick{width:14px;height:14px;flex-shrink:0}@media (max-width:859px){.vselect__trigger{font-size:16px}.vselect__option{padding:12px 11px;font-size:15px}}.form-error{background:var(--danger-soft);color:var(--danger);border-radius:var(--radius-sm);padding:10px 13px;font-size:14px;margin-bottom:14px}.searchbar{position:relative;margin-bottom:16px}.searchbar input{width:100%;min-height:46px;padding:0 14px 0 42px;border:1px solid var(--line-strong);border-radius:var(--radius);font-size:15px;background:var(--surface);font-family:inherit}.searchbar input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px rgba(196,30,42,.14)}.searchbar svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--faint)}.client-row{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:8px;cursor:pointer;transition:border-color .12s,box-shadow .12s}.client-row:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.avatar{width:40px;height:40px;min-width:40px;border-radius:999px;background:rgba(196,30,42,.1);color:var(--red-deep);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.client-row__body{flex:1 1;min-width:0}.client-row__name{font-weight:600}.client-row__meta{font-size:12.5px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-row__gst{font-family:Ubuntu Sans Mono,ui-monospace,monospace;font-size:11px;color:var(--faint)}.client-row>svg{width:18px;height:18px;min-width:18px;color:var(--faint)}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:11.5px;font-weight:600}.badge--draft{background:var(--canvas);color:var(--muted)}.badge--sent{background:#eef3ff;color:#2f5cff}.badge--paid{background:var(--ok-soft);color:var(--ok)}.badge--cancelled,.badge--expired,.badge--overdue{background:var(--danger-soft);color:var(--danger)}.badge--quotation{background:#f3edff;color:#7a4ed9}.badge--proforma{background:#fff4e0;color:#a86412}.badge--invoice{background:rgba(196,30,42,.1);color:var(--red-deep)}.badge--receipt{background:var(--ok-soft);color:var(--ok)}.badge--superseded{background:var(--canvas);color:var(--faint);text-decoration:line-through}.badge--held{background:#fef3c7;color:#b45309}.badge--credit_note{background:#ffe4e4;color:#b91c1c}.period-toggle{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px}.period-btn{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface);color:var(--muted);font-size:13px;font-weight:600;cursor:pointer}.period-btn--active{background:var(--red);border-color:var(--red);color:#fff}.stat-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-bottom:22px}@media (min-width:560px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat-tile{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px}.stat-tile__label{font-size:12px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.stat-tile__value{font-size:24px;font-weight:700;line-height:1.15}.stat-tile__value--income{color:var(--ok)}.stat-tile__sub{font-size:12px;color:var(--muted);margin-top:4px}.stat-tile__sub--up{color:var(--ok)}.stat-tile__sub--down{color:var(--danger)}.stat-tile--hero{grid-column:1/-1}@media (min-width:1000px){.stat-tile--hero{grid-column:span 2}}.stat-tile--hero .stat-tile__value{font-size:34px}.section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:26px 0 10px}.doc-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;margin-bottom:16px}.doc-filters .field{margin:0}.doc-table-wrap{overflow-x:auto}.doc-table{width:100%;border-collapse:collapse;font-size:13.5px}.doc-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:8px 10px}.doc-table td,.doc-table th{border-bottom:1px solid var(--line);white-space:nowrap}.doc-table td{padding:10px}.doc-table tr:last-child td{border-bottom:none}.login-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px}.login-card{width:100%;max-width:380px;background:var(--surface);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:32px 28px}.login-brand{display:flex;align-items:center;justify-content:center;gap:10px;font-size:20px;font-weight:700;margin-bottom:4px}.login-brand svg{width:26px;height:26px}.login-sub{text-align:center;color:var(--muted);font-size:13px;margin-bottom:22px}.empty{text-align:center;font-size:14px;padding:40px 8px}.empty,.empty svg{color:var(--faint)}.empty svg{width:28px;height:28px}.editor{display:flex;flex-direction:column;gap:10px}.editor-bar{gap:12px;flex-wrap:wrap}.editor-bar,.editor-meta{display:flex;align-items:center}.editor-meta{gap:8px;flex:1 1;min-width:0;flex-wrap:wrap}.editor-hint{font-size:12.5px;line-height:1.5}.editor-frame{width:100%;height:calc(100dvh - 190px);min-height:560px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#e9e7e3}@media (max-width:859px){.editor-frame{height:calc(100dvh - 250px)}}.aide-fab{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:45;display:inline-flex;align-items:center;gap:7px;padding:0 16px;height:46px;border-radius:999px;border:none;cursor:pointer;background:var(--red-grad);color:#fff;font-family:inherit;font-weight:700;font-size:14px;box-shadow:0 8px 24px rgba(145,21,31,.35)}.aide-fab svg{width:17px;height:17px}@media (max-width:859px){.aide-fab{bottom:calc(76px + env(safe-area-inset-bottom))}}.aide-panel{position:fixed;top:0;right:0;z-index:60;height:100dvh;width:min(380px,92vw);background:var(--surface);border-left:1px solid var(--line);box-shadow:-14px 0 40px rgba(60,40,30,.14);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .22s cubic-bezier(.23,1,.32,1)}.aide-panel--open{transform:translateX(0)}.aide-head{justify-content:space-between;gap:8px;padding:16px 16px 15px;background:var(--red-grad);color:#fff;box-shadow:0 2px 12px rgba(145,21,31,.25)}.aide-head,.aide-head-title{display:flex;align-items:center}.aide-head-title{gap:9px;font-weight:700;font-size:15px}.aide-head-title svg{width:17px;height:17px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.aide-head-sub{font-size:11.5px;font-weight:500;opacity:.82;margin-top:1px}.aide-close{width:30px;height:30px;min-height:0;padding:0;border-radius:999px;background:hsla(0,0%,100%,.16);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;transition:background-color .12s}.aide-close:hover{background:hsla(0,0%,100%,.28)}.aide-body{flex:1 1;min-height:0;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px;background:var(--canvas)}.aide-intro{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 16px 14px}.aide-intro-icon{width:34px;height:34px;border-radius:999px;background:rgba(196,30,42,.1);color:var(--red-deep);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.aide-intro-icon svg{width:16px;height:16px}.aide-intro-text{color:var(--muted);font-size:13px;line-height:1.55}.aide-row{display:flex;gap:8px;align-items:flex-end}.aide-row--assistant{justify-content:flex-start}.aide-row--user{justify-content:flex-end}.aide-avatar{width:24px;height:24px;min-width:24px;border-radius:999px;background:var(--red-grad);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1px}.aide-avatar svg{width:12px;height:12px}.aide-msg{max-width:78%;padding:9px 13px;border-radius:15px;font-size:14px;line-height:1.45;white-space:pre-wrap;box-shadow:0 1px 2px rgba(60,40,30,.06)}.aide-msg--user{background:var(--red-grad);color:#fff;border-bottom-right-radius:4px}.aide-msg--assistant{background:var(--surface);color:var(--ink);border:1px solid var(--card-border);border-bottom-left-radius:4px}.aide-msg--md{white-space:normal;overflow-wrap:anywhere}.aide-msg--md>:first-child{margin-top:0}.aide-msg--md>:last-child{margin-bottom:0}.aide-msg--md p{margin:0 0 6px}.aide-msg--md p:last-child{margin-bottom:0}.aide-msg--md ol,.aide-msg--md ul{margin:4px 0 6px;padding-left:20px}.aide-msg--md ul{list-style:disc}.aide-msg--md ol{list-style:decimal}.aide-msg--md li{margin:2px 0}.aide-msg--md h3,.aide-msg--md h4,.aide-msg--md h5,.aide-msg--md h6{margin:10px 0 5px;font-weight:700;line-height:1.3;color:var(--ink)}.aide-msg--md h3{font-size:15px}.aide-msg--md h4{font-size:14px}.aide-msg--md h5,.aide-msg--md h6{font-size:13px;color:var(--muted)}.aide-msg--md code{background:rgba(0,0,0,.07);border-radius:4px;padding:1px 5px;font-size:12.5px;font-family:Ubuntu Sans Mono,monospace}.aide-msg--md strong{font-weight:700}.aide-msg--md em{font-style:italic}.aide-msg--md a{color:var(--red);text-decoration:underline}.aide-msg--md hr{border:none;border-top:1px solid var(--line);margin:9px 0}.aide-msg--md pre{margin:6px 0;padding:9px 11px;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius-sm);overflow-x:auto}.aide-msg--md pre code{background:none;padding:0;font-size:12.5px;line-height:1.5;white-space:pre}.aide-msg--md blockquote{margin:6px 0;padding:2px 0 2px 10px;border-left:3px solid var(--line-strong);color:var(--muted)}.aide-table-wrap{margin:6px 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.aide-msg--md table{border-collapse:collapse;font-size:13px;min-width:100%}.aide-msg--md td,.aide-msg--md th{border:1px solid var(--line);padding:5px 8px;text-align:left;white-space:nowrap}.aide-msg--md th{background:var(--canvas);font-weight:600}.aide-typing{display:flex;gap:4px;padding:4px 2px}.aide-typing span{width:6px;height:6px;border-radius:999px;background:var(--faint);animation:aide-bounce 1.1s ease-in-out infinite}.aide-typing span:nth-child(2){animation-delay:.15s}.aide-typing span:nth-child(3){animation-delay:.3s}@keyframes aide-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.aide-input{display:flex;align-items:flex-end;gap:8px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface)}.aide-input .input{border-radius:999px;background:var(--canvas)}.aide-composer{min-height:44px;max-height:132px;padding:11px 16px;line-height:1.4;border-radius:22px;resize:none;overflow-y:auto;display:block}.aide-send{width:42px;height:42px;min-height:0;padding:0;border-radius:999px;flex:none;background:var(--red-grad);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.aide-send svg{width:17px;height:17px}.aide-send:disabled{opacity:.4;cursor:not-allowed}.modal-backdrop{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:16px}.modal-card{background:var(--surface);border:1px solid var(--card-border);border-radius:var(--radius);box-shadow:var(--shadow-float,0 20px 50px rgba(0,0,0,.25));padding:20px;width:100%;max-width:400px}