.toast-stack{position:fixed;right:var(--s-6);bottom:var(--s-6);display:flex;flex-direction:column;gap:var(--s-3);z-index:60;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:10px 12px 10px 14px;min-width:260px;max-width:360px;background:var(--surface-inverted);color:var(--fg-on-inverted);border-radius:var(--r-10);box-shadow:0 10px 30px #0000004d,var(--button-highlight);font-size:13px;transform:translateY(8px);opacity:0;animation:toast-in .28s var(--ease-out) forwards}.toast-error .toast-icon{color:#ff7272}.toast-icon{display:grid;place-items:center;flex-shrink:0}.toast-message{flex:1;line-height:1.4}.toast-close{display:grid;place-items:center;background:transparent;color:var(--fg-on-inverted);opacity:.6;width:22px;height:22px;border-radius:var(--r-6);transition:opacity var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out)}.toast-close:hover{opacity:1;background:#ffffff1a}@keyframes toast-in{to{transform:translateY(0);opacity:1}}.logo{display:inline-flex;align-items:center;gap:10px;color:var(--fg)}.logo-mark{display:grid;place-items:center;background:var(--surface-inverted);color:var(--fg-on-inverted);font-family:var(--font-display);font-weight:600;border-radius:var(--r-8);box-shadow:var(--button-highlight),var(--elevation-1);flex-shrink:0}.logo-sm .logo-mark{width:22px;height:22px;font-size:12px;border-radius:var(--r-6)}.logo-md .logo-mark{width:28px;height:28px;font-size:14px}.logo-lg .logo-mark{width:36px;height:36px;font-size:18px;border-radius:var(--r-10)}.logo-word{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;color:var(--fg)}.logo-sm .logo-word{font-size:15px}.logo-md .logo-word{font-size:19px}.logo-lg .logo-word{font-size:26px}.theme-toggle{width:34px;height:34px;display:grid;place-items:center;background:var(--surface);color:var(--fg-deep);border-radius:var(--r-pill);box-shadow:var(--elevation-1);cursor:pointer;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.theme-toggle:hover{transform:translateY(-1px);box-shadow:var(--elevation-2)}.theme-toggle-icon{display:grid;place-items:center;transition:transform var(--dur-normal) var(--ease-out)}.theme-toggle:active .theme-toggle-icon{transform:rotate(-20deg) scale(.9)}.locale-toggle{position:relative;display:inline-block}.locale-toggle-trigger{display:inline-flex;align-items:center;gap:6px;padding:0 12px;height:34px;background:var(--surface);color:var(--fg-deep);border-radius:var(--r-pill);box-shadow:var(--elevation-1);cursor:pointer;font-weight:500;font-size:12px;letter-spacing:.05em;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.locale-toggle-trigger:hover{transform:translateY(-1px);box-shadow:var(--elevation-2)}.locale-toggle-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:var(--surface);border-radius:var(--r-10);box-shadow:var(--elevation-2);padding:6px;display:flex;flex-direction:column;gap:2px;z-index:30;animation:locale-menu-in .18s var(--ease-out)}@keyframes locale-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.locale-option{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:var(--r-8);font-size:13px;color:var(--fg-deep);cursor:pointer;background:transparent;transition:background-color var(--dur-fast) var(--ease-out);text-align:left;width:100%}.locale-option:hover{background:var(--surface-muted)}.locale-option.is-active{background:var(--surface-inverted);color:var(--fg-on-inverted)}.locale-option-code{font-family:var(--font-mono);font-size:11px;font-weight:600;min-width:22px;letter-spacing:.04em}.locale-option-name{font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:500;border-radius:var(--r-8);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out);white-space:nowrap;line-height:1;user-select:none}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-adornment,.btn-label{display:inline-flex;align-items:center}.btn-size-sm{font-size:12.5px;padding:7px 10px}.btn-size-md{font-size:13.5px;padding:9px 14px}.btn-size-lg{font-size:14px;padding:11px 18px}.btn-block{width:100%}.btn-primary{background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight),0 1px 2px #0003,0 0 0 1px #000000e6}[data-theme=dark] .btn-primary{box-shadow:var(--button-highlight),0 1px 2px #0006,0 0 0 1px #ffffff1a}.btn-primary:hover:not(:disabled){transform:translateY(-1px);filter:brightness(.92)}[data-theme=dark] .btn-primary:hover:not(:disabled){filter:brightness(1.08)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-ghost{background:var(--surface);color:var(--fg);box-shadow:var(--elevation-1)}.btn-ghost:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--elevation-2)}.btn-subtle{background:var(--surface-muted);color:var(--fg)}.btn-subtle:hover:not(:disabled){background:var(--surface-sunken)}.btn-icon{width:32px;height:32px;padding:0;background:var(--surface);color:var(--fg-deep);box-shadow:var(--elevation-1)}.btn-icon:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--elevation-2)}.btn-icon .btn-label{display:none}.btn-link{background:transparent;color:var(--fg-deep);padding:4px 6px;box-shadow:none}.btn-link:hover:not(:disabled){color:var(--fg);text-decoration:underline;text-underline-offset:3px}.public-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--surface);color:var(--fg)}.public-nav{display:flex;align-items:center;justify-content:space-between;padding:var(--s-5) var(--s-8);box-shadow:0 1px 0 var(--ring-border);background:var(--surface);position:sticky;top:0;z-index:20;backdrop-filter:saturate(180%) blur(6px)}.public-nav-brand{display:inline-flex}.public-nav-actions{display:inline-flex;align-items:center;gap:var(--s-3)}.public-nav-link{font-size:13.5px;font-weight:500;color:var(--fg-deep);padding:8px 12px;border-radius:var(--r-8);transition:background-color var(--dur-fast) var(--ease-out)}.public-nav-link:hover{background:var(--surface-muted)}.public-main{flex:1;width:100%}.public-footer{padding:var(--s-7) var(--s-8);box-shadow:0 -1px 0 var(--ring-border);background:var(--surface)}.public-footer-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:var(--s-4);flex-wrap:wrap}.public-footer-copy{font-size:13px;color:var(--fg-muted);font-variant-numeric:tabular-nums}.public-footer-note{font-size:13px;color:var(--fg-muted)}.public-footer-spacer{flex:1;min-width:24px}@media (max-width: 720px){.public-nav{padding:var(--s-4)}.public-nav-link{display:none}.public-footer{padding:var(--s-5) var(--s-4)}.public-footer-note{flex-basis:100%;order:3}}.avatar{display:inline-grid;place-items:center;border-radius:var(--r-pill);font-family:var(--font-display);font-weight:600;background:linear-gradient(180deg,color-mix(in oklab,var(--fg) 80%,var(--fg-deep)),var(--fg-deep));color:var(--fg-on-inverted);box-shadow:inset 0 1px #ffffff14,0 0 0 2px var(--surface);flex-shrink:0;object-fit:cover;letter-spacing:.01em}.avatar-sm{width:22px;height:22px;font-size:10px}.avatar-md{width:30px;height:30px;font-size:12px}.avatar-lg{width:40px;height:40px;font-size:14px}[data-theme=dark] .avatar{background:linear-gradient(180deg,#3a3a3a,#1c1c1c)}.pro-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:var(--r-4);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.pro-badge-sm{font-size:9.5px;padding:1px 6px}.pro-badge-pro{background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight),0 0 0 1px #00000014}.pro-badge-free{background:var(--surface-muted);color:var(--fg-muted);box-shadow:inset 0 0 0 1px var(--ring-border)}.modal-backdrop{position:fixed;inset:0;background:color-mix(in oklab,var(--surface-inverted) 40%,transparent);display:grid;place-items:center;padding:var(--s-5);z-index:100;animation:modal-fade .18s var(--ease-out);backdrop-filter:blur(4px) saturate(140%)}.modal-panel{background:var(--surface);color:var(--fg);border-radius:var(--r-16);box-shadow:0 24px 80px #00000040,var(--elevation-2);display:flex;flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - 40px);overflow:hidden;animation:modal-pop .22s var(--ease-out)}.modal-panel-sm{max-width:420px}.modal-panel-md{max-width:520px}.modal-panel-lg{max-width:720px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--s-4);padding:var(--s-6) var(--s-6) var(--s-4)}.modal-head-text{display:flex;flex-direction:column;gap:4px;min-width:0}.modal-title{margin:0;letter-spacing:-.005em}.modal-subtitle{color:var(--fg-muted);font-size:13.5px;line-height:1.5;margin:0}.modal-close{width:28px;height:28px;border-radius:var(--r-6);display:grid;place-items:center;color:var(--fg-muted);background:transparent;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out);flex-shrink:0}.modal-close:hover{background:var(--surface-muted);color:var(--fg)}.modal-body{padding:0 var(--s-6) var(--s-6);overflow-y:auto}.modal-footer{padding:var(--s-4) var(--s-6) var(--s-6);display:flex;justify-content:flex-end;gap:var(--s-3);box-shadow:0 -1px 0 var(--ring-border) inset}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:12px;font-weight:500;color:var(--fg-deep);letter-spacing:.01em}.field-hint{font-size:12px;color:var(--fg-muted)}.field-error{font-size:12px;color:var(--fg);font-weight:500}.input,.textarea{width:100%;font-family:var(--font-body);font-size:14px;padding:10px 12px;background:var(--surface);color:var(--fg);border:0;border-radius:var(--r-8);box-shadow:0 0 0 1px var(--ring-border),var(--elevation-inset);transition:box-shadow var(--dur-fast) var(--ease-out)}.input:hover,.textarea:hover{box-shadow:0 0 0 1px var(--ring-border-strong),var(--elevation-inset)}.input:focus,.textarea:focus{outline:none;box-shadow:0 0 0 2px var(--fg),var(--elevation-inset)}.input::placeholder,.textarea::placeholder{color:var(--fg-subtle)}.textarea{min-height:72px;resize:vertical;line-height:1.5}.role-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:var(--r-pill);font-weight:600;letter-spacing:.02em;background:var(--surface);color:var(--fg-deep);box-shadow:0 0 0 1px var(--ring-border);white-space:nowrap;line-height:1.3}.role-pill-sm{font-size:10.5px;padding:2px 7px}.role-pill-md{font-size:11.5px}.role-pill-glyph{width:6px;height:6px;border-radius:var(--r-pill);background:var(--fg-muted)}.role-pill-owner{box-shadow:0 0 0 1px var(--ring-border-strong)}.role-pill-owner .role-pill-glyph{background:var(--fg)}.role-pill-editor .role-pill-glyph{background:var(--fg-deep);opacity:.75}.role-pill-viewer .role-pill-glyph{background:transparent;box-shadow:inset 0 0 0 1px var(--fg-muted)}.project-switcher{position:relative}.project-switcher-trigger{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-10);background:var(--surface);color:var(--fg);box-shadow:var(--elevation-1);cursor:pointer;width:100%;text-align:left;min-height:48px;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.project-switcher-trigger:hover{transform:translateY(-1px);box-shadow:var(--elevation-2)}.project-switcher-monogram{width:30px;height:30px;border-radius:var(--r-8);background:var(--surface-inverted);color:var(--fg-on-inverted);font-family:var(--font-display);font-size:13px;font-weight:600;display:grid;place-items:center;box-shadow:var(--button-highlight);flex-shrink:0}.project-switcher-meta{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0;line-height:1.25}.project-switcher-name{font-size:13px;font-weight:600;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-switcher-role{font-size:11px;color:var(--fg-muted);font-weight:500}.project-switcher-chevron{display:grid;place-items:center;color:var(--fg-muted);flex-shrink:0}.project-switcher-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:360px;overflow-y:auto;background:var(--surface);padding:6px;border-radius:var(--r-10);box-shadow:var(--elevation-2);z-index:30;animation:project-switcher-in .18s var(--ease-out);display:flex;flex-direction:column;gap:2px}@keyframes project-switcher-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.project-switcher-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-8);background:transparent;color:var(--fg-deep);transition:background-color var(--dur-fast) var(--ease-out);cursor:pointer;text-align:left;width:100%;min-height:42px}.project-switcher-option:hover,.project-switcher-option.is-current{background:var(--surface-muted)}.project-switcher-option-monogram{width:26px;height:26px;border-radius:var(--r-6);background:var(--surface-inverted);color:var(--fg-on-inverted);font-family:var(--font-display);font-size:11px;font-weight:600;display:grid;place-items:center;flex-shrink:0;box-shadow:var(--button-highlight)}.project-switcher-option-monogram.plus{background:var(--surface);color:var(--fg);box-shadow:0 0 0 1px var(--ring-border)}.project-switcher-option-text{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.project-switcher-option-name{font-size:13px;font-weight:500;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.project-switcher-check{color:var(--fg);display:grid;place-items:center;flex-shrink:0}.project-switcher-divider{height:1px;background:var(--ring-border);margin:4px 2px;list-style:none}.project-switcher-new{color:var(--fg);font-weight:500}@media (max-width: 860px){.project-switcher-trigger{justify-content:center;padding:8px}.project-switcher-meta,.project-switcher-chevron{display:none}.project-switcher-menu{left:100%;right:auto;width:280px;margin-left:8px;top:0}}.sidebar{position:sticky;top:0;height:100vh;background:var(--surface);box-shadow:1px 0 0 var(--ring-border);padding:var(--s-5) var(--s-4);display:flex;flex-direction:column;gap:var(--s-5);z-index:20}.sidebar-brand{padding:var(--s-2) var(--s-3)}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:var(--s-3)}.sidebar-nav ul{display:flex;flex-direction:column;gap:2px}.sidebar-section-label{font-size:10.5px;font-weight:500;letter-spacing:.12em;color:var(--fg-muted);text-transform:uppercase;padding:var(--s-4) var(--s-3) var(--s-2)}.sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--r-8);font-size:13.5px;font-weight:500;color:var(--fg-deep);transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out);position:relative}.sidebar-item:hover{background:var(--surface-muted)}.sidebar-item-icon{display:grid;place-items:center;width:18px;height:18px;color:var(--fg-muted);flex-shrink:0;transition:color var(--dur-fast) var(--ease-out)}.sidebar-item:hover .sidebar-item-icon{color:var(--fg)}.sidebar-item.is-active{background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight),0 1px 2px #0000001f}.sidebar-item.is-active .sidebar-item-icon{color:var(--fg-on-inverted)}.sidebar-item.is-disabled{opacity:.55;cursor:not-allowed}.sidebar-item.is-disabled:hover{background:transparent}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:var(--s-3);padding-top:var(--s-4);box-shadow:0 -1px 0 var(--ring-border) inset}.sidebar-user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:var(--r-10);min-width:0}.sidebar-user-meta{display:flex;flex-direction:column;min-width:0;line-height:1.25}.sidebar-user-name{font-size:13px;font-weight:600;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:11px;color:var(--fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 860px){.sidebar{padding:var(--s-4) var(--s-2)}.sidebar-item-label,.sidebar-user-meta,.sidebar-section-label{display:none}.sidebar-item{justify-content:center;padding:10px}}.spinner{display:inline-grid;place-items:center}.spinner-ring{border-radius:var(--r-pill);border:2px solid var(--ring-border-strong);border-top-color:var(--fg);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--surface);color:var(--fg)}.app-main{display:flex;flex-direction:column;min-width:0}.project-shell-loader{min-height:100vh;display:grid;place-items:center;background:var(--surface)}.project-shell-empty{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--s-section) var(--s-5);gap:var(--s-3);background:var(--surface);text-align:center}.project-shell-empty>.logo{margin-bottom:var(--s-3)}@media (max-width: 860px){.app-shell{grid-template-columns:72px 1fr}}.progress{position:relative;width:100%;background:var(--surface-muted);border-radius:var(--r-pill);overflow:hidden;box-shadow:inset 0 0 0 1px var(--ring-border)}.progress-thin{height:3px}.progress-default{height:6px}.progress-tall{height:8px}.progress-fill{height:100%;border-radius:var(--r-pill);transition:width var(--dur-slow) var(--ease-out)}.progress-fill-solid{background:var(--fg)}.progress-fill-striped{background:repeating-linear-gradient(135deg,var(--fg) 0 6px,color-mix(in oklab,var(--fg) 80%,var(--surface)) 6px 12px)}.progress-fill-over{background:repeating-linear-gradient(135deg,var(--fg-deep) 0 4px,color-mix(in oklab,var(--fg-deep) 75%,var(--surface)) 4px 8px)}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--r-pill);font-size:11.5px;font-weight:500;background:var(--surface);color:var(--fg-deep);box-shadow:0 0 0 1px var(--ring-border);line-height:1.4;white-space:nowrap}.pill-dot{width:6px;height:6px;border-radius:var(--r-pill);background:var(--fg-muted);flex-shrink:0}.pill-tone-soft{background:var(--surface-muted);box-shadow:none}.pill-status-draft .pill-dot{background:var(--status-draft)}.pill-status-pending_approval .pill-dot{background:var(--status-pending);animation:pill-pulse 1.8s var(--ease-in-out) infinite}.pill-status-pending_approval{box-shadow:0 0 0 1px var(--ring-border-strong);font-weight:600}.pill-status-approved .pill-dot{background:var(--status-approved)}.pill-status-approved{box-shadow:0 0 0 1px var(--ring-border-strong)}.pill-status-rejected .pill-dot{background:var(--status-rejected)}.pill-status-closed .pill-dot{background:var(--status-closed)}@keyframes pill-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.landing-hero{max-width:1280px;margin:0 auto;padding:var(--s-section) var(--s-8);display:grid;grid-template-columns:1.1fr 1fr;gap:var(--s-section);align-items:center;position:relative}.landing-hero-gradient{position:absolute;top:40%;left:-120px;transform:translateY(-50%);width:750px;height:750px;pointer-events:none;z-index:0;opacity:.55}.landing-hero-inner{display:flex;flex-direction:column;gap:var(--s-5);animation:rev .6s var(--ease-out) both;position:relative;z-index:1}.landing-eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}.landing-hero-title{letter-spacing:-.015em;max-width:18ch;color:var(--fg)}.landing-hero-sub{font-size:17px;color:var(--fg-muted);line-height:1.55;max-width:52ch}.landing-hero-ctas{display:flex;gap:var(--s-3);margin-top:var(--s-3);flex-wrap:wrap}.landing-hero-preview{animation:rev .7s var(--ease-out) .1s both;position:relative;z-index:1}.landing-preview-card{background:var(--surface);border-radius:var(--r-16);box-shadow:var(--elevation-2);padding:var(--s-6);display:flex;flex-direction:column;gap:var(--s-4);max-width:500px;margin-left:auto}.landing-preview-head{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3)}.landing-preview-head-left{display:inline-flex;align-items:center;gap:var(--s-3)}.landing-preview-head-right{display:inline-flex;align-items:center;gap:8px;color:var(--fg-muted)}.landing-preview-num{font-family:var(--font-mono);font-size:12px;color:var(--fg-deep)}.landing-preview-title{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:-.005em;color:var(--fg);margin:var(--s-1) 0 0}.landing-preview-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-4);padding:var(--s-4);background:var(--surface-muted);border-radius:var(--r-10)}.landing-preview-totals div{display:flex;flex-direction:column;gap:2px}.landing-preview-label{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);font-weight:500}.landing-preview-value{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--fg);font-variant-numeric:tabular-nums}.landing-preview-overall{display:flex;flex-direction:column;gap:6px;margin-top:-4px}.landing-preview-overall-row{display:flex;justify-content:space-between;align-items:baseline}.landing-preview-lines{display:flex;flex-direction:column;gap:var(--s-3);padding:var(--s-3) 0 0;box-shadow:inset 0 1px 0 var(--ring-border)}.landing-preview-line{display:flex;flex-direction:column;gap:6px}.landing-preview-line-row{display:flex;justify-content:space-between;gap:var(--s-3);align-items:center}.landing-preview-line-row.sub{align-items:center;gap:10px}.landing-preview-line-title,.landing-preview-line-amount{font-size:13px;color:var(--fg);font-weight:500}.landing-preview-line-row.sub>.progress{flex:1}.landing-preview-cta{align-self:flex-start;font-size:13px;color:var(--fg-deep);font-weight:500;padding:8px 0}.landing-preview-cta:hover{text-decoration:underline;text-underline-offset:3px}.landing-pillars{background:var(--surface-muted);padding:var(--s-section) var(--s-8);box-shadow:0 1px 0 var(--ring-border) inset,0 -1px 0 var(--ring-border) inset}.landing-pillars-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-6)}.landing-pillar{background:var(--surface);border-radius:var(--r-12);padding:var(--s-7) var(--s-6);display:flex;flex-direction:column;gap:var(--s-3);box-shadow:var(--elevation-1);transition:transform var(--dur-normal) var(--ease-out),box-shadow var(--dur-normal) var(--ease-out)}.landing-pillar:hover{transform:translateY(-2px);box-shadow:var(--elevation-2)}.landing-pillar-icon{width:40px;height:40px;border-radius:var(--r-10);display:grid;place-items:center;background:var(--surface-muted);color:var(--fg);box-shadow:inset 0 0 0 1px var(--ring-border);margin-bottom:var(--s-2)}.landing-pillar h3{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:.2px;color:var(--fg)}.landing-pillar p{color:var(--fg-muted);font-size:14.5px;line-height:1.55}.landing-pricing{background:var(--surface);padding:var(--s-section) var(--s-8);position:relative}.landing-pricing-inner{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:var(--s-8)}.landing-pricing-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--s-2)}.landing-pricing-sub{color:var(--fg-muted);font-size:16px;max-width:520px;line-height:1.55}.landing-pricing-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:var(--s-5)}.pricing-card{background:var(--surface);border-radius:var(--r-16);padding:var(--s-7) var(--s-6);display:flex;flex-direction:column;gap:var(--s-5);min-height:520px;box-shadow:var(--elevation-1)}.pricing-card-pro{background:var(--surface);box-shadow:0 0 0 1.5px var(--ring-border-strong),0 18px 40px #0000000f,var(--elevation-1);position:relative;overflow:hidden}.pricing-card-pro:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 0%,color-mix(in oklab,var(--fg) 4%,transparent) 0%,transparent 55%)}.pricing-card-head{display:flex;flex-direction:column;gap:4px}.pricing-card-head-row{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3)}.pricing-card-subtitle{color:var(--fg-muted);font-size:13.5px;line-height:1.5}.pricing-card-tag{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.08em;padding:3px 8px;border-radius:var(--r-pill);background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight)}.pricing-card-price{display:flex;align-items:baseline;gap:8px}.pricing-card-amount{font-family:var(--font-display);font-size:44px;font-weight:600;letter-spacing:-.01em;color:var(--fg);line-height:1}.pricing-card-period{color:var(--fg-muted);font-size:13px}.pricing-card-toggle{padding:2px}.pricing-toggle{display:grid;grid-template-columns:1fr 1px 1fr;background:var(--surface-muted);border-radius:var(--r-12);padding:var(--s-2);gap:0;box-shadow:inset 0 0 0 1px var(--ring-border)}.pricing-toggle-option{padding:var(--s-3);display:flex;flex-direction:column;gap:2px;align-items:flex-start}.pricing-toggle-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-weight:500}.pricing-toggle-price{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--fg);letter-spacing:-.01em;line-height:1.1}.pricing-toggle-meta{font-size:11px;color:var(--fg-muted)}.pricing-toggle-sep{width:1px;background:var(--ring-border);margin:6px 0}.pricing-card-features{display:flex;flex-direction:column;gap:10px;padding:0;margin:0;list-style:none;flex:1}.pricing-card-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--fg-deep);line-height:1.45}.pricing-card-features li>svg{color:var(--fg);margin-top:3px;flex-shrink:0}.pricing-card-footnote{text-align:center;font-size:11.5px;color:var(--fg-muted);margin-top:auto}@media (max-width: 980px){.landing-hero{grid-template-columns:1fr;gap:var(--s-8);padding:var(--s-8) var(--s-5)}.landing-hero-gradient{width:320px;height:320px}.landing-hero-preview{order:2}.landing-preview-card{margin:0 auto}.landing-pillars{padding:var(--s-8) var(--s-5)}.landing-pillars-inner{grid-template-columns:1fr}.landing-pricing{padding:var(--s-8) var(--s-5)}.landing-pricing-grid,.pricing-toggle{grid-template-columns:1fr}.pricing-toggle-sep{display:none}.pricing-card{min-height:auto}}.auth-wrap{max-width:1280px;margin:0 auto;padding:var(--s-section) var(--s-8);display:grid;grid-template-columns:1.05fr .95fr;gap:var(--s-section);align-items:center;min-height:calc(100vh - 140px)}.auth-copy{display:flex;flex-direction:column;gap:var(--s-5);max-width:520px;animation:rev .5s var(--ease-out) both}.auth-title{font-family:var(--font-display);font-size:clamp(32px,4.5vw,48px);font-weight:600;line-height:1.08;letter-spacing:-.01em;color:var(--fg)}.auth-sub{color:var(--fg-muted);font-size:16px;line-height:1.55}.auth-card{background:var(--surface);border-radius:var(--r-16);padding:var(--s-8);box-shadow:var(--elevation-2);display:flex;flex-direction:column;gap:var(--s-4);animation:rev .6s var(--ease-out) .05s both;max-width:460px;width:100%;justify-self:center}.auth-card-head{display:flex;flex-direction:column;gap:var(--s-1)}.auth-card-headline{font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--fg)}.auth-card-sub{font-size:14px;color:var(--fg-muted);line-height:1.5}.auth-google-btn{margin-top:var(--s-2)}.auth-google-glyph{width:18px;height:18px;display:grid;place-items:center;background:var(--surface);border-radius:var(--r-4)}.auth-divider{display:flex;align-items:center;gap:var(--s-3);font-size:11px;color:var(--fg-muted);letter-spacing:.1em;text-transform:uppercase;margin:var(--s-2) 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--ring-border)}.auth-footer-row{font-size:13px;color:var(--fg-muted);display:flex;gap:6px;justify-content:center;margin-top:var(--s-3)}.auth-footer-row a{color:var(--fg);font-weight:500;text-decoration:underline;text-underline-offset:3px}.auth-terms{font-size:12px;color:var(--fg-muted);text-align:center;line-height:1.5;margin-top:var(--s-2)}.auth-error{background:var(--surface-muted);color:var(--fg);padding:10px var(--s-3);border-radius:var(--r-8);font-size:13px;box-shadow:inset 0 0 0 1px var(--ring-border-strong)}@media (max-width: 980px){.auth-wrap{grid-template-columns:1fr;padding:var(--s-7) var(--s-5);gap:var(--s-7);min-height:auto}.auth-copy{order:1}.auth-card{order:2;padding:var(--s-6)}}.projects-page{min-height:100vh;display:flex;flex-direction:column;background:var(--surface);color:var(--fg)}.projects-topbar{display:flex;align-items:center;justify-content:space-between;padding:var(--s-5) var(--s-8);box-shadow:0 1px 0 var(--ring-border);background:var(--surface);position:sticky;top:0;z-index:10;backdrop-filter:saturate(180%) blur(6px);gap:var(--s-4);flex-wrap:wrap}.projects-topbar-actions{display:inline-flex;align-items:center;gap:var(--s-3)}.projects-user{display:inline-flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:var(--r-pill);background:var(--surface-muted)}.projects-user-name{font-size:12.5px;font-weight:500;color:var(--fg-deep);max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-main{flex:1;max-width:1280px;margin:0 auto;padding:var(--s-section) var(--s-8);width:100%;display:flex;flex-direction:column;gap:var(--s-8)}.projects-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s-6)}.projects-hero-left{display:flex;flex-direction:column;gap:var(--s-3);max-width:620px}.projects-hero-sub{font-size:15.5px;color:var(--fg-muted);line-height:1.55}.projects-loader{display:grid;place-items:center;padding:var(--s-section) 0}.projects-empty{display:grid;place-items:center;padding:var(--s-section) var(--s-5);background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border)}.projects-empty-inner{text-align:center;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.projects-empty-mark{width:56px;height:56px;border-radius:var(--r-12);background:var(--surface);color:var(--fg);display:grid;place-items:center;box-shadow:var(--elevation-1);margin-bottom:var(--s-3)}.projects-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55;margin-bottom:var(--s-3)}.projects-grid-wrap{display:flex;flex-direction:column;gap:var(--s-8)}.projects-group{display:flex;flex-direction:column;gap:var(--s-4)}.projects-group-head{display:flex;align-items:baseline;justify-content:space-between;padding:0 2px}.projects-group-head h3{color:var(--fg)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--s-4)}.projects-group-archived .project-card{opacity:.72}.projects-group-archived .project-card:hover{opacity:1}.project-card-archived{box-shadow:inset 0 0 0 1px var(--ring-border-strong),var(--elevation-1)}.project-card-archived .project-card-monogram{background:var(--surface-muted);color:var(--fg-muted);box-shadow:inset 0 0 0 1px var(--ring-border)}.project-card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5);display:flex;flex-direction:column;gap:var(--s-4);transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out);color:var(--fg);min-height:156px}.project-card:hover{transform:translateY(-2px);box-shadow:var(--elevation-2)}.project-card:hover .project-card-arrow{transform:translate(3px);color:var(--fg)}.project-card-head{display:flex;align-items:flex-start;gap:var(--s-3)}.project-card-monogram{width:40px;height:40px;border-radius:var(--r-10);background:var(--surface-inverted);color:var(--fg-on-inverted);display:grid;place-items:center;font-family:var(--font-display);font-size:15px;font-weight:600;box-shadow:var(--button-highlight);flex-shrink:0;letter-spacing:.01em}.project-card-heading{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.project-card-name{font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--fg);line-height:1.2;letter-spacing:-.005em;word-break:break-word}.project-card-desc{font-size:12.5px;color:var(--fg-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3);margin-top:auto;padding-top:var(--s-3);box-shadow:inset 0 1px 0 var(--ring-border)}.project-card-members{display:flex;align-items:center;gap:10px}.avatar-stack{display:inline-flex}.avatar-stack .avatar+.avatar{margin-left:-6px}.project-card-arrow{display:inline-flex;align-items:center;color:var(--fg-muted);transition:transform var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}@media (max-width: 720px){.projects-topbar{padding:var(--s-4)}.projects-user-name{display:none}.projects-main{padding:var(--s-7) var(--s-4)}.projects-hero{flex-direction:column;align-items:flex-start}.projects-grid{grid-template-columns:1fr}}.topbar{display:flex;align-items:center;justify-content:space-between;padding:var(--s-5) var(--s-8);background:var(--surface);box-shadow:0 1px 0 var(--ring-border);position:sticky;top:0;z-index:10;gap:var(--s-4)}.topbar-left{display:flex;align-items:baseline;gap:var(--s-3);min-width:0}.topbar-title{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.005em;color:var(--fg)}.topbar-subtitle{color:var(--fg-muted);font-size:13px}.topbar-right{display:inline-flex;align-items:center;gap:var(--s-3)}@media (max-width: 720px){.topbar{padding:var(--s-4);flex-wrap:wrap}.topbar-title{font-size:18px}}.card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1)}.card-sm{padding:var(--s-4);border-radius:var(--r-10)}.card-md{padding:var(--s-6);border-radius:var(--r-12)}.card-lg{padding:var(--s-8);border-radius:var(--r-16)}.card-muted{background:var(--surface-muted);box-shadow:inset 0 0 0 1px var(--ring-border)}.dashboard-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-8)}.dashboard-subtitle{display:inline-flex;align-items:center;gap:var(--s-3);color:var(--fg-muted)}.dashboard-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.dashboard-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.5}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-4)}.metric-card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5);display:flex;flex-direction:column;gap:var(--s-3);min-height:140px;position:relative;overflow:hidden}.metric-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3)}.metric-card-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:var(--r-6);background:var(--surface-muted);color:var(--fg-deep);box-shadow:inset 0 0 0 1px var(--ring-border)}.metric-card-value{font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.01em;color:var(--fg);font-variant-numeric:tabular-nums;line-height:1.05;margin-top:auto;min-height:36px;display:flex;align-items:center}.metric-card-note{font-size:11.5px;color:var(--fg-muted);letter-spacing:.02em}.dashboard-secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-4)}.small-metric{display:flex;align-items:center;gap:var(--s-3);padding:var(--s-4);background:var(--surface-muted);border-radius:var(--r-10);box-shadow:inset 0 0 0 1px var(--ring-border)}.small-metric-icon{width:32px;height:32px;border-radius:var(--r-8);display:grid;place-items:center;background:var(--surface);color:var(--fg-deep);box-shadow:var(--elevation-1);flex-shrink:0}.small-metric-value{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--fg);display:block;line-height:1.1}.small-metric-label{font-size:12px;color:var(--fg-muted)}.dashboard-empty{background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border);padding:var(--s-section) var(--s-6);display:grid;place-items:center}.dashboard-empty-inner{max-width:560px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.dashboard-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55;margin-bottom:var(--s-3)}.dashboard-empty-ctas{display:flex;gap:var(--s-3);flex-wrap:wrap;justify-content:center}.dashboard-split{display:grid;grid-template-columns:2fr 1fr;gap:var(--s-5)}.dashboard-block-head{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3);margin-bottom:var(--s-4)}.dashboard-empty-inline{display:flex;align-items:center;gap:10px;padding:var(--s-4);background:var(--surface-muted);border-radius:var(--r-10);color:var(--fg-muted);font-size:13.5px}@media (max-width: 980px){.dashboard-metrics{grid-template-columns:repeat(2,1fr)}.dashboard-secondary,.dashboard-split{grid-template-columns:1fr}.dashboard-page{padding:var(--s-5)}}.members-page{padding:var(--s-8);max-width:980px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.members-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:640px}.members-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.members-add-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s-3);margin-bottom:var(--s-4)}.members-add-form{display:grid;grid-template-columns:1.5fr 1.5fr auto;gap:var(--s-4);align-items:end}.members-add-caption{font-size:13px;color:var(--fg-muted);margin-top:var(--s-2);margin-bottom:0}.members-readonly{display:inline-flex;align-items:center;gap:10px;padding:var(--s-3) var(--s-4);background:var(--surface-muted);border-radius:var(--r-10);color:var(--fg-muted);font-size:13.5px;align-self:flex-start}.role-segmented{display:inline-flex;background:var(--surface);padding:3px;border-radius:var(--r-10);box-shadow:var(--elevation-1);gap:2px;width:fit-content}.role-segmented-sm{padding:2px}.role-segmented-option{padding:7px 14px;border-radius:7px;font-size:12.5px;font-weight:500;color:var(--fg-muted);background:transparent;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out);cursor:pointer}.role-segmented-sm .role-segmented-option{padding:6px 10px;font-size:11.5px}.role-segmented-option:hover{color:var(--fg)}.role-segmented-option.is-active{background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight),0 1px 2px #0000001a}.members-list{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.member-row{display:flex;align-items:center;justify-content:space-between;padding:var(--s-4) var(--s-5);gap:var(--s-4);position:relative}.member-row+.member-row:before{content:"";position:absolute;left:var(--s-5);right:var(--s-5);top:0;height:1px;background:var(--ring-border)}.member-identity{display:flex;align-items:center;gap:var(--s-3);min-width:0}.member-identity-text{display:flex;flex-direction:column;line-height:1.25;min-width:0;gap:2px}.member-name{font-size:14px;font-weight:600;color:var(--fg);display:inline-flex;align-items:center;gap:8px}.member-self-chip{font-size:10px;font-weight:500;padding:1px 6px;border-radius:var(--r-pill);background:var(--surface-muted);color:var(--fg-muted);text-transform:uppercase;letter-spacing:.06em}.member-email{font-size:12px;color:var(--fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.member-actions{display:flex;align-items:center;gap:var(--s-3)}@media (max-width: 820px){.members-add-form{grid-template-columns:1fr}.member-row{flex-direction:column;align-items:flex-start;gap:var(--s-3)}.members-page{padding:var(--s-5)}}.att-list{display:flex;flex-direction:column;gap:var(--s-3)}.att-drop{display:flex;align-items:center;gap:10px;padding:10px var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);box-shadow:inset 0 0 0 1.5px var(--ring-border);font-size:13px;color:var(--fg);cursor:pointer;transition:box-shadow var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out);text-align:left}.att-drop:hover:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--ring-border-strong)}.att-drop.is-dragging{background:var(--surface);box-shadow:0 0 0 2px var(--fg),var(--elevation-1)}.att-drop.is-busy{cursor:wait}.att-drop-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:var(--r-6);background:var(--surface);color:var(--fg-deep);box-shadow:var(--elevation-1);flex-shrink:0}.att-drop-text{font-weight:500}.att-error{padding:6px 10px;font-size:12px;color:var(--fg);background:var(--surface-muted);border-radius:var(--r-6);box-shadow:inset 0 0 0 1px var(--ring-border-strong)}.att-empty{padding:12px var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);font-size:13px;line-height:1.5}.att-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.att-item{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;padding:8px var(--s-3);background:var(--surface-muted);border-radius:var(--r-8);align-items:center}.att-item-doc{width:32px;height:40px;display:grid;place-items:center;background:var(--surface);color:var(--fg-deep);border-radius:var(--r-6);box-shadow:inset 0 0 0 1px var(--ring-border);transition:transform var(--dur-fast) var(--ease-out)}.att-item-doc:hover{transform:translateY(-1px)}.att-item-doc[aria-disabled=true]{pointer-events:none;opacity:.6}.att-item-main{display:flex;flex-direction:column;gap:2px;min-width:0}.att-item-name{font-size:13px;font-weight:500;color:var(--fg);display:inline-flex;align-items:center;gap:8px;min-width:0}.att-item-name a{color:var(--fg);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.att-item-name a:hover{text-decoration:underline;text-underline-offset:3px}.att-item-kind{font-family:var(--font-mono);font-size:10px;font-weight:600;padding:1px 6px;border-radius:var(--r-pill);background:var(--surface);color:var(--fg-deep);box-shadow:0 0 0 1px var(--ring-border);letter-spacing:.02em}.att-item-meta{font-size:11.5px;color:var(--fg-muted);display:inline-flex;align-items:center;gap:6px}.att-item-meta .sep{opacity:.6}.suppliers-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.suppliers-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.suppliers-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.suppliers-filter{max-width:420px}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon .input{padding-left:36px}.input-with-icon-glyph{position:absolute;left:12px;color:var(--fg-muted);pointer-events:none;display:grid;place-items:center}.suppliers-loader{display:grid;place-items:center;padding:var(--s-section) 0}.suppliers-empty{display:grid;place-items:center;padding:var(--s-section) var(--s-5);background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border)}.suppliers-empty-inner{text-align:center;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.suppliers-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55;margin-bottom:var(--s-3)}.suppliers-empty-mark{width:56px;height:56px;border-radius:var(--r-12);background:var(--surface);color:var(--fg);display:grid;place-items:center;box-shadow:var(--elevation-1);margin-bottom:var(--s-3)}.suppliers-empty-filter{text-align:center;padding:var(--s-8)}.suppliers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--s-4)}.supplier-card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5);display:flex;flex-direction:column;gap:var(--s-4);transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.supplier-card:hover{transform:translateY(-2px);box-shadow:var(--elevation-2)}.supplier-card-head{display:flex;align-items:flex-start;gap:var(--s-3)}.supplier-monogram{width:40px;height:40px;border-radius:var(--r-10);background:var(--surface-inverted);color:var(--fg-on-inverted);display:grid;place-items:center;font-family:var(--font-display);font-size:14px;font-weight:600;box-shadow:var(--button-highlight);flex-shrink:0}.supplier-card-heading{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.25}.supplier-name{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--fg);letter-spacing:-.005em;word-break:break-word}.supplier-tax{color:var(--fg-muted);font-size:11.5px}.supplier-card-actions{display:flex;gap:4px;flex-shrink:0}.supplier-tags{display:flex;flex-wrap:wrap;gap:5px}.supplier-docs-link{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;align-self:flex-start;font-size:11.5px;font-weight:500;color:var(--fg-deep);background:var(--surface-muted);border-radius:var(--r-pill);box-shadow:inset 0 0 0 1px var(--ring-border);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.supplier-docs-link:hover{background:var(--surface);box-shadow:inset 0 0 0 1px var(--ring-border-strong);transform:translateY(-1px)}.supplier-docs-link>svg{color:var(--fg-muted)}.supplier-tag{padding:2px 8px;font-size:10.5px;font-weight:500;border-radius:var(--r-pill);background:var(--surface-muted);color:var(--fg-deep);letter-spacing:.02em}.supplier-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-3);padding:var(--s-3) 0;box-shadow:0 1px 0 var(--ring-border) inset,0 -1px 0 var(--ring-border) inset;margin:0}.supplier-stats>div{display:flex;flex-direction:column;gap:2px;margin:0}.supplier-stats dt{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);font-weight:500}.supplier-stats dd{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--fg);margin:0}.supplier-card-foot{display:flex;flex-direction:column;gap:6px;min-height:30px}.supplier-contact{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--fg-muted)}.supplier-contact:hover{color:var(--fg)}.supplier-contact span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-form{display:flex;flex-direction:column;gap:var(--s-4)}.supplier-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s-4)}@media (max-width: 640px){.supplier-form-grid{grid-template-columns:1fr}.suppliers-page{padding:var(--s-5)}.suppliers-grid{grid-template-columns:1fr}}.pos-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.pos-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.pos-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.pos-totals{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.pos-total-cell{display:flex;flex-direction:column;gap:6px;padding:var(--s-5) var(--s-6);position:relative}.pos-total-cell+.pos-total-cell{box-shadow:inset 1px 0 0 var(--ring-border)}.pos-total-value{font-family:var(--font-display);font-size:36px;font-weight:600;letter-spacing:-.01em;color:var(--fg);line-height:1.05}.pos-filter{display:flex;align-items:center;gap:var(--s-4);flex-wrap:wrap}.pos-tabs{display:inline-flex;background:var(--surface);padding:3px;border-radius:var(--r-10);box-shadow:var(--elevation-1);gap:2px}.pos-tab{padding:7px 12px;border-radius:7px;font-size:12.5px;font-weight:500;color:var(--fg-muted);background:transparent;transition:all var(--dur-fast) var(--ease-out);cursor:pointer}.pos-tab:hover{color:var(--fg)}.pos-tab.is-active{background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight),0 1px 2px #0000001f}.pos-search{flex:1;max-width:360px;min-width:200px}.pos-loader{display:grid;place-items:center;padding:var(--s-section) 0}.pos-list{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.pos-row{display:grid;grid-template-columns:120px minmax(0,1.4fr) 110px 110px 160px 120px 28px;gap:var(--s-3);align-items:center;padding:var(--s-4) var(--s-5);position:relative;color:var(--fg);text-decoration:none}.pos-row+.pos-row:before{content:"";position:absolute;left:var(--s-5);right:var(--s-5);top:0;height:1px;background:var(--ring-border)}.pos-row-head{background:var(--surface);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:500;padding:var(--s-3) var(--s-5);box-shadow:inset 0 -1px 0 var(--ring-border)}.pos-row-head:before{display:none}.pos-row-interactive{cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out)}.pos-row-interactive:hover{background:var(--surface-muted)}.pos-row-interactive:hover .pos-row-caret{color:var(--fg);transform:translate(2px)}.pos-row-number{font-family:var(--font-mono);font-size:12.5px;color:var(--fg-deep)}.pos-row-supplier{display:flex;align-items:center;gap:10px;min-width:0}.pos-row-monogram{width:28px!important;height:28px!important;font-size:11px!important;border-radius:var(--r-6)!important}.pos-row-supplier-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}.pos-row-supplier-name{font-size:13px;color:var(--fg);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;gap:8px;min-width:0}.pos-row-category{font-family:var(--font-mono);font-size:10px;font-weight:600;padding:1px 6px;border-radius:var(--r-pill);background:var(--surface-inverted);color:var(--fg-on-inverted);letter-spacing:.02em;flex-shrink:0}.pos-row-supplier-meta{font-size:11px}.pos-row-amount{font-size:13.5px;font-weight:600;color:var(--fg)}.pos-row-progress{display:flex;align-items:center;gap:8px}.pos-row-progress .progress{flex:1}.pos-row-pct{font-size:11.5px;color:var(--fg-muted);min-width:30px;text-align:right}.pos-row-caret{display:grid;place-items:center;color:var(--fg-subtle);transition:transform var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.pos-empty{display:grid;place-items:center;padding:var(--s-section) var(--s-5);background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border)}.pos-empty-inner{text-align:center;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.pos-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55;margin-bottom:var(--s-3)}.pos-empty-mark{width:56px;height:56px;border-radius:var(--r-12);background:var(--surface);color:var(--fg);display:grid;place-items:center;box-shadow:var(--elevation-1);margin-bottom:var(--s-3)}.pos-empty-filter{text-align:center;padding:var(--s-8)}@media (max-width: 980px){.pos-totals{grid-template-columns:1fr}.pos-total-cell+.pos-total-cell{box-shadow:inset 0 1px 0 var(--ring-border)}.pos-row{grid-template-columns:100px minmax(0,1fr) 90px 90px 28px;padding:var(--s-3) var(--s-4)}.pos-row>:nth-child(5),.pos-row>:nth-child(6){display:none}.pos-page{padding:var(--s-5)}}.dropzone-wrap{display:flex;flex-direction:column;gap:6px}.dropzone{display:flex;align-items:center;gap:var(--s-4);padding:var(--s-5);background:var(--surface-muted);border-radius:var(--r-10);box-shadow:inset 0 0 0 1.5px var(--ring-border);text-align:left;cursor:pointer;transition:box-shadow var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out);width:100%}.dropzone:hover{box-shadow:inset 0 0 0 1.5px var(--ring-border-strong)}.dropzone.is-dragging{background:var(--surface);box-shadow:0 0 0 2px var(--fg),var(--elevation-1)}.dropzone-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:var(--r-8);background:var(--surface);color:var(--fg-deep);box-shadow:var(--elevation-1);flex-shrink:0}.dropzone-copy{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.3}.dropzone-prompt{font-size:13.5px;font-weight:500;color:var(--fg)}.dropzone-or{font-size:12px;color:var(--fg-muted)}.dropzone-browse{color:var(--fg);text-decoration:underline;text-underline-offset:3px}.dropzone-meta{font-size:11px;color:var(--fg-muted);margin-top:2px}.dropzone-filled{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:var(--s-3);align-items:center;padding:var(--s-3) var(--s-4);background:var(--surface);border-radius:var(--r-10);box-shadow:var(--elevation-1)}.dropzone-filled-icon{width:40px;height:48px;background:var(--surface-muted);color:var(--fg-deep);display:grid;place-items:center;border-radius:var(--r-6);box-shadow:inset 0 0 0 1px var(--ring-border)}.dropzone-filled-text{display:flex;flex-direction:column;gap:2px;min-width:0}.dropzone-filled-name{font-size:13px;font-weight:500;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropzone-filled-meta{font-size:11.5px;color:var(--fg-muted)}.dropzone-filled-actions{display:flex;gap:4px}.dropzone-error{color:var(--fg);font-size:12px;background:var(--surface-muted);padding:6px 10px;border-radius:var(--r-6);box-shadow:inset 0 0 0 1px var(--ring-border-strong)}.po-decision{display:flex;flex-direction:column;gap:var(--s-6)}.po-decision-summary{display:flex;gap:var(--s-5);padding:var(--s-4);background:var(--surface-muted);border-radius:var(--r-10);box-shadow:inset 0 0 0 1px var(--ring-border)}.po-decision-summary-row{display:flex;flex-direction:column;gap:2px;flex:1}.po-decision-summary-remaining{border-left:1px solid var(--ring-border);padding-left:var(--s-5)}.po-decision-summary-label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);font-weight:500}.po-decision-summary-row .num{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--fg)}.po-decision-summary-remaining .num{color:var(--fg-deep)}.is-closed{color:var(--fg-muted)!important}.po-decision-closed-flag{font-family:var(--font-body);font-size:11.5px;font-weight:500;color:var(--fg-muted);margin-left:6px}.po-decision-section{display:flex;flex-direction:column;gap:var(--s-4)}.po-decision-section-title{margin:0;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted)}.po-decision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s-3)}.po-decision-mapping-hint{font-size:13px;line-height:1.55;margin:-4px 0 0}.po-decision-lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--s-2)}.po-decision-line{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;gap:var(--s-3);align-items:center;padding:var(--s-3) var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);box-shadow:inset 0 0 0 1px var(--ring-border)}.po-decision-line-title{font-size:13.5px;font-weight:500;color:var(--fg)}.po-decision-line-meta{font-size:11.5px}.po-decision-line-input{display:flex;align-items:center;background:var(--surface);border-radius:var(--r-8);box-shadow:0 0 0 1px var(--ring-border),var(--elevation-inset);overflow:hidden;transition:box-shadow var(--dur-fast) var(--ease-out)}.po-decision-line-input:focus-within{box-shadow:0 0 0 2px var(--fg),var(--elevation-inset)}.po-decision-line-input>span{display:grid;place-items:center;padding:0 12px;font-size:13px;color:var(--fg-muted);font-weight:500;background:var(--surface-muted);box-shadow:inset -1px 0 0 var(--ring-border);min-width:36px;height:100%}.po-decision-line-input .input{background:transparent;box-shadow:none!important;border-radius:0;padding:9px 10px;font-variant-numeric:tabular-nums}.po-decision-line-input .input:focus{outline:none}.po-decision-mismatch{font-size:12.5px;color:#c72020;margin:0}[data-theme=dark] .po-decision-mismatch{color:#ff7272}@media (max-width: 640px){.po-decision-summary{flex-direction:column;gap:var(--s-3)}.po-decision-summary-remaining{border-left:none;border-top:1px solid var(--ring-border);padding-left:0;padding-top:var(--s-3)}.po-decision-grid,.po-decision-line{grid-template-columns:1fr}}.invoice-form{display:flex;flex-direction:column;gap:var(--s-6)}.invoice-form-section{display:flex;flex-direction:column;gap:var(--s-4)}.invoice-form-section-title{margin:0;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted)}.invoice-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--s-3)}.invoice-form-mapping-hint{font-size:13px;line-height:1.55;margin:-4px 0 0}.invoice-form-lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--s-2)}.invoice-form-line{display:grid;grid-template-columns:minmax(0,1fr) 160px auto;gap:var(--s-3);align-items:center;padding:var(--s-3) var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);box-shadow:inset 0 0 0 1px var(--ring-border)}.invoice-form-line-desc{display:flex;flex-direction:column;gap:2px;min-width:0}.invoice-form-line-title{font-size:13.5px;font-weight:500;color:var(--fg)}.invoice-form-line-meta{font-size:11.5px}.invoice-form-line-input{display:flex;align-items:center;background:var(--surface);border-radius:var(--r-8);box-shadow:0 0 0 1px var(--ring-border),var(--elevation-inset);overflow:hidden;transition:box-shadow var(--dur-fast) var(--ease-out)}.invoice-form-line-input:focus-within{box-shadow:0 0 0 2px var(--fg),var(--elevation-inset)}.invoice-form-line-prefix{display:grid;place-items:center;padding:0 12px;font-size:13px;color:var(--fg-muted);font-weight:500;background:var(--surface-muted);box-shadow:inset -1px 0 0 var(--ring-border);min-width:36px;height:100%}.invoice-form-line-input .input{background:transparent;box-shadow:none!important;border-radius:0;padding:9px 10px;font-variant-numeric:tabular-nums;text-align:right}.invoice-form-line-input .input:focus{outline:none}.invoice-form-line-over{display:grid;place-items:center;color:#c72020;min-width:20px}[data-theme=dark] .invoice-form-line-over{color:#ff7272}.invoice-form-summary{padding:var(--s-4);border-radius:var(--r-10);display:grid;grid-template-columns:1fr 1fr;gap:6px var(--s-5);align-items:baseline;background:var(--surface-muted);box-shadow:inset 0 0 0 1px var(--ring-border)}.invoice-form-summary-match{box-shadow:inset 0 0 0 1px var(--ring-border-strong)}.invoice-form-summary-over{box-shadow:inset 0 0 0 1.5px #c7202073}[data-theme=dark] .invoice-form-summary-over{box-shadow:inset 0 0 0 1.5px #ff727259}.invoice-form-summary-row{display:flex;justify-content:space-between;gap:var(--s-3);align-items:baseline}.invoice-form-summary-num{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--fg)}.invoice-form-summary-status{grid-column:1 / -1;display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--fg-deep);padding-top:6px;box-shadow:inset 0 1px 0 var(--ring-border);margin-top:4px}.invoice-form-summary-match .invoice-form-summary-status{color:var(--fg)}.invoice-form-summary-match .invoice-form-summary-status>svg{color:var(--fg)}.invoice-form-summary-over .invoice-form-summary-status{color:#c72020}.invoice-form-summary-over .invoice-form-summary-status>svg{color:#c72020}[data-theme=dark] .invoice-form-summary-over .invoice-form-summary-status,[data-theme=dark] .invoice-form-summary-over .invoice-form-summary-status>svg{color:#ff7272}@media (max-width: 640px){.invoice-form-grid,.invoice-form-line{grid-template-columns:1fr}}.po-detail-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.po-detail-loader{display:grid;place-items:center;padding:var(--s-section) 0}.po-back-link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--fg-muted);padding:6px 8px;margin-left:-8px;border-radius:var(--r-6);transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.po-back-link:hover{color:var(--fg);background:var(--surface-muted)}.po-hero{display:flex;flex-direction:column;gap:var(--s-4)}.po-hero-status{display:flex;align-items:center;gap:var(--s-2)}.po-hero-tag{padding:2px 8px;font-size:10.5px;font-weight:500;border-radius:var(--r-pill);background:var(--surface-muted);color:var(--fg-deep);letter-spacing:.02em}.po-hero-title{font-family:var(--font-display);font-size:clamp(36px,5vw,48px);font-weight:600;line-height:1.08;letter-spacing:-.01em;color:var(--fg)}.po-hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--s-5)}.po-hero-supplier{display:flex;align-items:center;gap:10px}.po-hero-monogram{width:32px!important;height:32px!important;font-size:12px!important;border-radius:var(--r-8)!important}.po-hero-supplier-text{display:flex;flex-direction:column;line-height:1.25;gap:1px}.po-hero-supplier-name{font-size:14px;font-weight:600;color:var(--fg)}.po-hero-supplier-meta{font-size:11.5px;color:var(--fg-muted)}.po-hero-dates{display:flex;flex-wrap:wrap;gap:6px;color:var(--fg-muted);font-size:12.5px}.po-hero-notes{max-width:720px;font-size:14.5px;line-height:1.55;color:var(--fg-muted);margin:0}.po-warning{display:inline-flex;align-items:center;gap:10px;padding:10px var(--s-4);background:var(--surface-muted);color:var(--fg);border-radius:var(--r-10);font-size:13.5px;font-weight:500;box-shadow:inset 0 0 0 1px var(--ring-border-strong);align-self:flex-start}.po-warning>svg{color:#c72020}[data-theme=dark] .po-warning>svg{color:#ff7272}.po-totals{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.po-total-cell{display:flex;flex-direction:column;gap:6px;padding:var(--s-5) var(--s-6)}.po-total-cell+.po-total-cell{box-shadow:inset 1px 0 0 var(--ring-border)}.pos-total-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:500}.pos-total-value{font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:-.01em;color:var(--fg);line-height:1.05}.pos-total-value.is-over{color:#c72020}[data-theme=dark] .pos-total-value.is-over{color:#ff7272}.pos-total-hint{font-size:12px;color:var(--fg-muted)}.po-split{display:grid;grid-template-columns:2fr 1fr;gap:var(--s-6);align-items:flex-start}.po-split-main,.po-split-aside{display:flex;flex-direction:column;gap:var(--s-6);min-width:0}.po-block{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5);display:flex;flex-direction:column;gap:var(--s-4)}.po-block-head{display:flex;align-items:baseline;gap:10px}.po-block-head .grow{flex:1}.count-chip{font-size:11px;color:var(--fg-muted);padding:2px 8px;background:var(--surface-muted);border-radius:var(--r-pill);font-weight:500;font-variant-numeric:tabular-nums}.po-lines{display:flex;flex-direction:column}.po-line{display:grid;grid-template-columns:minmax(0,1.6fr) 110px 110px 110px 160px;gap:var(--s-4);align-items:center;padding:var(--s-3) 0;position:relative}.po-line+.po-line:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:var(--ring-border)}.po-line-head{font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);padding-bottom:var(--s-2);box-shadow:inset 0 -1px 0 var(--ring-border);padding-top:0}.po-line-head:before{display:none}.po-line-desc{display:flex;flex-direction:column;gap:3px;min-width:0}.po-line-title{font-size:13.5px;font-weight:500;color:var(--fg);line-height:1.35}.po-line-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--fg-muted)}.po-line-category{font-family:var(--font-mono);font-size:10.5px;font-weight:600;padding:1px 6px;border-radius:var(--r-4);background:var(--surface-muted);color:var(--fg-deep);letter-spacing:.02em}.po-line-amount{font-size:13.5px;font-weight:600;color:var(--fg);font-variant-numeric:tabular-nums}.po-line-amount.is-over{color:#c72020}[data-theme=dark] .po-line-amount.is-over{color:#ff7272}.po-line-amount.is-full{color:var(--fg-muted)}.po-line-progress{display:flex;flex-direction:column;gap:4px}.po-line-progress-label{display:flex;justify-content:space-between;font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted)}.po-invoices{display:flex;flex-direction:column;gap:var(--s-3);margin:0;padding:0;list-style:none}.po-invoice{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:var(--s-3);padding:var(--s-3);background:var(--surface-muted);border-radius:var(--r-10);align-items:flex-start}.po-invoice-doc{width:48px;height:56px;border-radius:var(--r-6);background:var(--surface);display:grid;place-items:center;color:var(--fg-muted);box-shadow:inset 0 0 0 1px var(--ring-border);flex-shrink:0}.po-invoice-main{display:flex;flex-direction:column;gap:3px;min-width:0}.po-invoice-number{font-size:13px;font-weight:600;color:var(--fg)}.po-invoice-meta{font-size:11.5px;color:var(--fg-muted);font-variant-numeric:tabular-nums}.po-invoice-lines{display:flex;flex-direction:column;gap:4px;margin-top:6px;padding:0;list-style:none}.po-invoice-mapped{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:8px;align-items:baseline;font-size:12px;color:var(--fg-muted)}.po-invoice-mapped-arrow{color:var(--fg-subtle)}.po-invoice-mapped-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.po-invoice-mapped-amount{color:var(--fg);font-weight:500}.po-invoice-total{font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--fg);font-variant-numeric:tabular-nums}.po-invoice-doc-btn{background:var(--surface);cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.po-invoice-doc-btn:disabled{cursor:default}.po-invoice-doc-btn:not(:disabled):hover{background:var(--surface-muted);transform:translateY(-1px)}.po-invoice-link{color:var(--fg);text-decoration:none}.po-invoice-link:hover{text-decoration:underline;text-underline-offset:3px}.po-invoice-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:0}.po-invoice-actions{display:inline-flex;gap:4px}.po-invoice-action{width:24px;height:24px;border-radius:var(--r-6);display:grid;place-items:center;color:var(--fg-muted);background:transparent;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.po-invoice-action:hover{background:var(--surface);color:var(--fg)}.po-empty-inline{display:flex;align-items:center;gap:10px;padding:var(--s-4);color:var(--fg-muted);font-size:13.5px}.po-timeline{list-style:none;margin:0;padding:0;position:relative;display:flex;flex-direction:column;gap:var(--s-4)}.po-timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:1px;background:var(--ring-border)}.po-timeline-item{position:relative;padding-left:26px;display:flex;flex-direction:column;gap:4px}.po-timeline-glyph{position:absolute;left:0;top:4px;width:15px;height:15px;border-radius:var(--r-pill);background:var(--surface);box-shadow:0 0 0 1px var(--ring-border-strong)}.po-timeline-item.is-done .po-timeline-glyph{background:var(--fg);box-shadow:0 0 0 3px var(--surface),0 0 0 4px var(--fg)}.po-timeline-item.is-reject .po-timeline-glyph{background:var(--fg-deep);box-shadow:0 0 0 3px var(--surface),0 0 0 4px var(--fg-deep)}.po-timeline-item.is-active .po-timeline-glyph{background:var(--surface);box-shadow:0 0 0 2px var(--fg)}.po-timeline-row{display:flex;align-items:center;gap:8px;font-size:13px}.po-timeline-row strong{color:var(--fg);font-weight:600}.po-timeline-time{margin-left:auto;font-size:11.5px}.po-timeline-main .muted{font-size:12.5px;line-height:1.5}.po-supplier-card{display:flex;flex-direction:column;gap:var(--s-3)}.po-supplier-head{display:flex;align-items:center;gap:10px}.po-supplier-name{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--fg)}.po-supplier-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.po-supplier-contact li{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--fg-deep);min-width:0}.po-supplier-contact li>svg{color:var(--fg-muted);flex-shrink:0}.po-supplier-contact li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.po-supplier-contact a{color:var(--fg-deep)}.po-supplier-contact a:hover{text-decoration:underline;text-underline-offset:3px}.text-right{text-align:right}@media (max-width: 1100px){.po-split{grid-template-columns:1fr}.po-line{grid-template-columns:1fr;gap:var(--s-2);padding:var(--s-3) 0}.po-line>:nth-child(2),.po-line>:nth-child(3),.po-line>:nth-child(4){text-align:left}.po-line-head{display:none}.po-detail-page{padding:var(--s-5)}.po-totals{grid-template-columns:1fr}.po-total-cell+.po-total-cell{box-shadow:inset 0 1px 0 var(--ring-border)}}.po-form-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.po-form-loader{display:grid;place-items:center;padding:var(--s-section) 0}.po-form-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.po-form-sub{font-size:15.5px;line-height:1.55}.po-form-body,.po-form-meta{display:flex;flex-direction:column;gap:var(--s-5)}.po-form-meta .po-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s-5);align-items:start}.po-form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23898989' stroke-width='2' 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 12px center;padding-right:32px}.po-form-missing{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3);padding:var(--s-3) var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);box-shadow:inset 0 0 0 1px var(--ring-border)}.po-form-lines{display:flex;flex-direction:column;gap:var(--s-3)}.po-form-lines-head{display:flex;align-items:baseline;gap:10px}.mb-0{margin-bottom:0}.po-form-line{display:grid;grid-template-columns:minmax(0,2fr) 140px 80px 120px 120px 28px;gap:var(--s-3);align-items:center;position:relative}.po-form-line-head{font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);padding:var(--s-2) 0 var(--s-1);box-shadow:inset 0 -1px 0 var(--ring-border)}.po-form-line-head>div{padding:0 2px}.po-form-line .input,.po-form-line select.input{font-size:13.5px;padding:9px 12px}.po-form-line input.text-right{text-align:right;font-variant-numeric:tabular-nums}.po-form-line-subtotal{font-size:13.5px;font-weight:600;color:var(--fg);text-align:right;padding-right:2px}.po-form-line-remove{width:28px;height:28px;border-radius:var(--r-6);display:grid;place-items:center;color:var(--fg-subtle);background:transparent;transition:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.po-form-line-remove:hover:not(:disabled){background:var(--surface-muted);color:var(--fg)}.po-form-line-remove:disabled{opacity:.35;cursor:not-allowed}.po-form-lines-foot{display:flex;align-items:center;justify-content:space-between;padding-top:var(--s-3);gap:var(--s-3);box-shadow:inset 0 1px 0 var(--ring-border)}.po-form-total{display:flex;align-items:baseline;gap:10px}.po-form-total-value{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--fg)}@media (max-width: 980px){.po-form-meta .po-form-grid{grid-template-columns:1fr}.po-form-line{grid-template-columns:1fr;gap:var(--s-2)}.po-form-line-head{display:none}.po-form-line input.text-right,.po-form-line-subtotal{text-align:left}.po-form-page{padding:var(--s-5)}}.approvals-page{padding:var(--s-8);max-width:1100px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.approvals-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.approvals-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.approvals-tabs{display:inline-flex;background:var(--surface);padding:3px;border-radius:var(--r-10);box-shadow:var(--elevation-1);gap:2px;align-self:flex-start}.approvals-tab{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:7px;font-size:12.5px;font-weight:500;color:var(--fg-muted);background:transparent;transition:all var(--dur-fast) var(--ease-out);cursor:pointer}.approvals-tab:hover{color:var(--fg)}.approvals-tab.is-active{background:var(--surface-inverted);color:var(--fg-on-inverted);box-shadow:var(--button-highlight),0 1px 2px #0000001f}.approvals-tab-count{font-variant-numeric:tabular-nums;font-size:10.5px;padding:1px 6px;border-radius:var(--r-pill);background:var(--surface-muted);color:var(--fg-muted)}.approvals-tab.is-active .approvals-tab-count{background:#ffffff1f;color:var(--fg-on-inverted)}.approvals-loader{display:grid;place-items:center;padding:var(--s-section) 0}.approvals-empty{display:flex;flex-direction:column;align-items:center;gap:var(--s-3);text-align:center;padding:var(--s-8)}.approvals-empty>svg{color:var(--fg)}.approvals-empty p{max-width:360px;line-height:1.55;font-size:14px}.approvals-list{display:flex;flex-direction:column;gap:var(--s-4)}.approvals-card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5);display:flex;flex-direction:column;gap:var(--s-3);transition:box-shadow var(--dur-fast) var(--ease-out)}.approvals-card:hover{box-shadow:var(--elevation-2)}.approvals-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3)}.approvals-card-number{font-family:var(--font-mono);font-size:13px;color:var(--fg-deep);font-weight:600}.approvals-card-number:hover{text-decoration:underline;text-underline-offset:3px}.approvals-card-supplier{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.approvals-card-monogram{width:32px!important;height:32px!important;font-size:12px!important;border-radius:var(--r-8)!important}.approvals-card-supplier-text{display:flex;flex-direction:column;line-height:1.2;gap:2px;min-width:0}.approvals-card-supplier-name{font-size:14px;font-weight:600;color:var(--fg)}.approvals-card-supplier-meta{font-size:11.5px}.approvals-card-amount{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--fg)}.approvals-card-notes{padding:var(--s-3) var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);font-size:13px;line-height:1.5;margin:0}.approvals-card-peers{padding-top:2px}.approvals-card-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3);padding-top:var(--s-3);box-shadow:inset 0 1px 0 var(--ring-border)}.approvals-card-actions-left{display:flex;flex-direction:column;gap:3px}.approvals-card-time{font-size:11.5px}.approvals-card-acted{display:inline-flex;align-items:center;gap:5px;font-size:11.5px}.approvals-card-decision{display:flex;align-items:center;gap:10px;padding-top:var(--s-3);box-shadow:inset 0 1px 0 var(--ring-border)}@media (max-width: 720px){.approvals-page{padding:var(--s-5)}.approvals-card-actions{flex-direction:column;align-items:stretch}.approvals-card-actions>div{justify-content:flex-end}}.import-cats{display:flex;flex-direction:column;gap:var(--s-4)}.import-cats-paste{font-family:var(--font-mono);font-size:12.5px;line-height:1.55}.import-cats-or{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);text-align:center;font-weight:500;margin:-2px 0}.import-cats-drop{display:flex;align-items:center;gap:var(--s-4);padding:var(--s-4) var(--s-5);background:var(--surface-muted);border-radius:var(--r-10);box-shadow:inset 0 0 0 1.5px var(--ring-border);text-align:left;cursor:pointer;transition:box-shadow var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out)}.import-cats-drop:hover{box-shadow:inset 0 0 0 1.5px var(--ring-border-strong)}.import-cats-drop.is-dragging{background:var(--surface);box-shadow:0 0 0 2px var(--fg),var(--elevation-1)}.import-cats-drop-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:var(--r-8);background:var(--surface);color:var(--fg-deep);box-shadow:var(--elevation-1);flex-shrink:0}.import-cats-drop-text{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.3}.import-cats-drop-prompt{font-size:13.5px;font-weight:500;color:var(--fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-cats-drop-meta{font-size:11px;color:var(--fg-muted)}.import-cats-warning{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface-muted);border-radius:var(--r-8);font-size:12.5px;color:var(--fg-deep);box-shadow:inset 0 0 0 1px var(--ring-border-strong)}.import-cats-preview{display:flex;flex-direction:column;gap:var(--s-3)}.import-cats-preview-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s-3)}.import-cats-empty{padding:var(--s-4);background:var(--surface-muted);border-radius:var(--r-8);font-size:13px;text-align:center;box-shadow:inset 0 0 0 1px var(--ring-border)}.import-cats-table{background:var(--surface);border-radius:var(--r-10);box-shadow:var(--elevation-1);overflow:hidden}.import-cats-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:var(--s-4);padding:8px var(--s-4);font-size:12.5px;box-shadow:inset 0 -1px 0 var(--ring-border)}.import-cats-row:last-child{box-shadow:none}.import-cats-row-head{font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);background:var(--surface-muted)}.import-cats-more{padding:8px var(--s-4);font-size:11.5px;text-align:center}.categories-page{padding:var(--s-8);max-width:1100px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.categories-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.categories-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.categories-filter{max-width:420px}.categories-loader{display:grid;place-items:center;padding:var(--s-section) 0}.categories-empty{display:grid;place-items:center;padding:var(--s-section) var(--s-5);background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border)}.categories-empty-inner{text-align:center;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.categories-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55;margin-bottom:var(--s-3)}.categories-empty-mark{width:56px;height:56px;border-radius:var(--r-12);background:var(--surface);color:var(--fg);display:grid;place-items:center;box-shadow:var(--elevation-1);margin-bottom:var(--s-3)}.categories-empty-ctas{display:flex;gap:var(--s-3);flex-wrap:wrap;justify-content:center}.categories-empty-filter{text-align:center;padding:var(--s-8)}.categories-list{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.categories-row{display:grid;grid-template-columns:160px minmax(0,1fr) 96px;gap:var(--s-4);padding:var(--s-3) var(--s-5);align-items:center;position:relative}.categories-row+.categories-row:before{content:"";position:absolute;left:var(--s-5);right:var(--s-5);top:0;height:1px;background:var(--ring-border)}.categories-row-head{font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);padding:var(--s-3) var(--s-5);box-shadow:inset 0 -1px 0 var(--ring-border)}.categories-code{font-size:13px;color:var(--fg-deep);font-weight:600}.categories-concept{font-size:13.5px;color:var(--fg);min-width:0;overflow:hidden;text-overflow:ellipsis}.categories-actions{display:flex;gap:4px;justify-content:flex-end}@media (max-width: 720px){.categories-page{padding:var(--s-5)}.categories-row{grid-template-columns:1fr;gap:var(--s-1);padding:var(--s-3)}.categories-row-head{display:none}.categories-actions{justify-content:flex-start;padding-top:4px}}.settings-page{padding:var(--s-8);max-width:840px;width:100%;display:flex;flex-direction:column;gap:var(--s-6)}.settings-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:640px}.settings-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.settings-banner{display:flex;align-items:center;gap:10px;padding:10px var(--s-4);border-radius:var(--r-10);background:var(--surface-muted);color:var(--fg-deep);box-shadow:inset 0 0 0 1px var(--ring-border-strong);font-size:13px}.settings-banner .grow{flex:1}.settings-card{display:flex;flex-direction:column;gap:var(--s-4)}.settings-card-head{display:flex;flex-direction:column;gap:4px}.settings-card-body{display:flex;flex-direction:column;gap:var(--s-4)}.settings-card-foot{display:flex;justify-content:flex-end;gap:var(--s-3);padding-top:var(--s-3);box-shadow:inset 0 1px 0 var(--ring-border)}.settings-card-danger{box-shadow:#c720201a 0 1px 4px -1px,#c7202038 0 0 0 1px,var(--soft-shadow) 0 4px 8px}[data-theme=dark] .settings-card-danger{box-shadow:#00000080 0 1px 5px -4px,#ff727247 0 0 0 1px,#0000004d 0 4px 8px}.settings-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23898989' stroke-width='2' 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 12px center;padding-right:32px}@media (max-width: 720px){.settings-page{padding:var(--s-5)}}.inv-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.inv-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.inv-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.inv-totals{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.inv-total-cell{display:flex;flex-direction:column;gap:6px;padding:var(--s-5) var(--s-6);position:relative}.inv-total-cell+.inv-total-cell{box-shadow:inset 1px 0 0 var(--ring-border)}.inv-total-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:500}.inv-total-value{font-family:var(--font-display);font-size:36px;font-weight:600;letter-spacing:-.01em;color:var(--fg);line-height:1.05}.inv-total-hint{font-size:12px;color:var(--fg-muted)}.inv-filter{display:flex;align-items:center;gap:var(--s-3);flex-wrap:wrap}.inv-filter select{height:36px;padding:0 var(--s-3);border-radius:var(--r-8);border:1px solid var(--ring-border);background:var(--surface);color:var(--fg);font-size:13px;font-family:inherit;cursor:pointer;transition:border-color var(--dur-fast) var(--ease-out)}.inv-filter select:focus{outline:none;border-color:var(--fg)}.inv-filter-dates{display:flex;align-items:center;gap:var(--s-2)}.inv-filter-dates label{font-size:12px;color:var(--fg-muted);white-space:nowrap}.inv-search{flex:1;max-width:320px;min-width:160px}.inv-loader{display:grid;place-items:center;padding:var(--s-section) 0}.inv-list{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);overflow:hidden}.inv-row{display:grid;grid-template-columns:130px 120px minmax(0,1.2fr) 96px 96px 120px minmax(0,.9fr) 28px;gap:var(--s-3);align-items:center;padding:var(--s-4) var(--s-5);position:relative;color:var(--fg);text-decoration:none}.inv-row+.inv-row:before{content:"";position:absolute;left:var(--s-5);right:var(--s-5);top:0;height:1px;background:var(--ring-border)}.inv-row-head{background:var(--surface);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:500;padding:var(--s-3) var(--s-5);box-shadow:inset 0 -1px 0 var(--ring-border)}.inv-row-head:before{display:none}.inv-row-interactive{cursor:pointer;transition:background-color var(--dur-fast) var(--ease-out)}.inv-row-interactive:hover{background:var(--surface-muted)}.inv-row-interactive:hover .inv-row-caret{color:var(--fg);transform:translate(2px)}.inv-row-number{font-family:var(--font-mono);font-size:12.5px;color:var(--fg-deep)}.inv-row-po{font-family:var(--font-mono);font-size:12px;color:var(--fg-muted)}.inv-row-supplier{display:flex;align-items:center;gap:8px;min-width:0}.inv-row-supplier-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inv-row-date{font-size:12.5px;color:var(--fg-muted)}.inv-row-total{font-family:var(--font-mono);font-size:13.5px;font-weight:600;text-align:right}.inv-row-uploader{font-size:12px;color:var(--fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inv-row-caret{display:grid;place-items:center;color:var(--fg-subtle);transition:transform var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.inv-empty{display:grid;place-items:center;padding:var(--s-section) var(--s-5);background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border)}.inv-empty-inner{text-align:center;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.inv-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55}.inv-empty-mark{width:56px;height:56px;border-radius:var(--r-12);background:var(--surface);color:var(--fg);display:grid;place-items:center;box-shadow:var(--elevation-1);margin-bottom:var(--s-3)}.inv-empty-filter{text-align:center;padding:var(--s-8)}@media (max-width: 980px){.inv-totals{grid-template-columns:1fr}.inv-total-cell+.inv-total-cell{box-shadow:inset 0 1px 0 var(--ring-border)}.inv-row{grid-template-columns:110px minmax(0,1fr) 90px 110px 28px;padding:var(--s-3) var(--s-4)}.inv-row>:nth-child(2),.inv-row>:nth-child(3),.inv-row>:nth-child(5),.inv-row>:nth-child(7){display:none}.inv-page{padding:var(--s-5)}}.rpt-page{padding:var(--s-8);max-width:1280px;width:100%;display:flex;flex-direction:column;gap:var(--s-7)}.rpt-hero{display:flex;flex-direction:column;gap:var(--s-2);max-width:720px}.rpt-hero-sub{color:var(--fg-muted);font-size:15.5px;line-height:1.55}.rpt-date-filter{display:flex;align-items:center;gap:var(--s-2)}.rpt-date-filter label{font-size:12px;color:var(--fg-muted);white-space:nowrap}.rpt-date-clear{font-size:12px;color:var(--fg-muted);background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:var(--r-6);transition:color var(--dur-fast) var(--ease-out)}.rpt-date-clear:hover{color:var(--fg)}.rpt-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-4)}.rpt-kpi-card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5) var(--s-6);display:flex;flex-direction:column;gap:6px}.rpt-kpi-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:500}.rpt-kpi-value{font-family:var(--font-display);font-size:28px;font-weight:600;letter-spacing:-.01em;color:var(--fg);line-height:1.05}.rpt-charts{display:grid;grid-template-columns:1fr 1fr;gap:var(--s-5)}.rpt-chart-card{background:var(--surface);border-radius:var(--r-12);box-shadow:var(--elevation-1);padding:var(--s-5) var(--s-6);min-height:320px;display:flex;flex-direction:column;gap:var(--s-4)}.rpt-chart-full{grid-column:1 / -1}.rpt-chart-title{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-weight:500}.rpt-chart-body{flex:1;min-height:240px}.rpt-chart-nodata{flex:1;display:grid;place-items:center;color:var(--fg-muted);font-size:13.5px}.rpt-loader{display:grid;place-items:center;padding:var(--s-section) 0}.rpt-empty{display:grid;place-items:center;padding:var(--s-section) var(--s-5);background:var(--surface-muted);border-radius:var(--r-16);box-shadow:inset 0 0 0 1px var(--ring-border)}.rpt-empty-inner{text-align:center;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:var(--s-3)}.rpt-empty-inner p{color:var(--fg-muted);font-size:14.5px;line-height:1.55}.rpt-empty-mark{width:56px;height:56px;border-radius:var(--r-12);background:var(--surface);color:var(--fg);display:grid;place-items:center;box-shadow:var(--elevation-1);margin-bottom:var(--s-3)}@media (max-width: 980px){.rpt-kpis{grid-template-columns:repeat(2,1fr)}.rpt-charts{grid-template-columns:1fr}.rpt-chart-full{grid-column:1}.rpt-page{padding:var(--s-5)}}:root{color-scheme:light;--surface: #ffffff;--surface-muted: #f5f5f5;--surface-sunken: #ededed;--surface-raised: #ffffff;--surface-inverted: #111111;--fg: #242424;--fg-deep: #111111;--fg-muted: #898989;--fg-subtle: #b8b8b8;--fg-on-inverted: #ffffff;--ring-border: rgba(34, 42, 53, .08);--ring-border-strong: rgba(34, 42, 53, .12);--shadow-contact: rgba(19, 19, 22, .7);--shadow-soft: rgba(34, 42, 53, .05);--shadow-deep: rgba(0, 0, 0, .16);--elevation-1: rgba(19, 19, 22, .7) 0px 1px 5px -4px, rgba(34, 42, 53, .08) 0px 0px 0px 1px, rgba(34, 42, 53, .05) 0px 4px 8px 0px;--elevation-2: rgba(19, 19, 22, .6) 0px 2px 6px -3px, rgba(34, 42, 53, .1) 0px 0px 0px 1px, rgba(34, 42, 53, .06) 0px 10px 24px -4px;--elevation-inset: rgba(0, 0, 0, .16) 0px 1px 1.9px 0px inset;--button-highlight: rgba(255, 255, 255, .18) 0px 2px 0px inset;--focus-ring: rgba(59, 130, 246, .5);--link: #0099ff;--status-draft: #b8b8b8;--status-pending: #242424;--status-approved: #242424;--status-rejected: #111111;--status-closed: #b8b8b8;--font-display: "Cal Sans", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 20px;--s-6: 24px;--s-7: 28px;--s-8: 40px;--s-9: 56px;--s-section: 80px;--s-section-lg: 96px;--r-2: 2px;--r-4: 4px;--r-6: 6px;--r-8: 8px;--r-10: 10px;--r-12: 12px;--r-16: 16px;--r-pill: 9999px;--ease-out: cubic-bezier(.22, .61, .36, 1);--ease-in-out: cubic-bezier(.45, 0, .25, 1);--dur-fast: .15s;--dur-normal: .25s;--dur-slow: .4s}[data-theme=dark]{color-scheme:dark;--surface: #0f0f10;--surface-muted: #17171a;--surface-sunken: #202023;--surface-raised: #1a1a1c;--surface-inverted: #fafafa;--fg: #ededed;--fg-deep: #fafafa;--fg-muted: #8a8a8a;--fg-subtle: #595959;--fg-on-inverted: #0f0f10;--ring-border: rgba(255, 255, 255, .08);--ring-border-strong: rgba(255, 255, 255, .16);--shadow-contact: rgba(0, 0, 0, .6);--shadow-soft: rgba(0, 0, 0, .3);--shadow-deep: rgba(0, 0, 0, .6);--elevation-1: rgba(0, 0, 0, .5) 0px 1px 5px -4px, rgba(255, 255, 255, .08) 0px 0px 0px 1px, rgba(0, 0, 0, .3) 0px 4px 8px 0px;--elevation-2: rgba(0, 0, 0, .55) 0px 2px 6px -3px, rgba(255, 255, 255, .1) 0px 0px 0px 1px, rgba(0, 0, 0, .4) 0px 10px 24px -4px;--elevation-inset: rgba(255, 255, 255, .04) 0px 1px 1px 0px inset;--button-highlight: rgba(255, 255, 255, .06) 0px 2px 0px inset;--focus-ring: rgba(147, 197, 253, .5);--link: #3aa5ff;--status-draft: #595959;--status-pending: #ededed;--status-approved: #ededed;--status-rejected: #ffffff;--status-closed: #595959}@media (prefers-color-scheme: dark){html:not([data-theme]){color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:var(--surface);color:var(--fg)}body{font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11"}img,svg,video{max-width:100%;display:block}button{background:none;border:0;font:inherit;color:inherit;cursor:pointer;padding:0}a{color:inherit;text-decoration:none}input,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{margin:0;padding:0;list-style:none}[hidden]{display:none!important}::selection{background:var(--fg);color:var(--surface)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--r-4)}.display-hero{font-family:var(--font-display);font-weight:600;font-size:clamp(40px,6vw,64px);line-height:1.05;letter-spacing:-.015em;color:var(--fg)}.display-xl{font-family:var(--font-display);font-weight:600;font-size:clamp(32px,4.5vw,48px);line-height:1.08;letter-spacing:-.01em;color:var(--fg)}.display-lg{font-family:var(--font-display);font-weight:600;font-size:32px;line-height:1.12;color:var(--fg);letter-spacing:-.005em}.display-md{font-family:var(--font-display);font-weight:600;font-size:24px;line-height:1.25;color:var(--fg)}.display-sm{font-family:var(--font-display);font-weight:600;font-size:20px;line-height:1.3;letter-spacing:.2px;color:var(--fg)}.display-xs{font-family:var(--font-display);font-weight:600;font-size:16px;line-height:1.2;letter-spacing:.2px;color:var(--fg)}.eyebrow{font-family:var(--font-body);font-weight:500;font-size:11px;letter-spacing:.14em;color:var(--fg-muted);text-transform:uppercase}.mono{font-family:var(--font-mono);font-size:13px;letter-spacing:0}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.muted{color:var(--fg-muted)}.deep{color:var(--fg-deep)}.link{color:var(--link);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.link:hover{text-decoration-thickness:2px}.theme-transition,.theme-transition *,.theme-transition *:before,.theme-transition *:after{transition:background-color var(--dur-normal) var(--ease-out),color var(--dur-normal) var(--ease-out),border-color var(--dur-normal) var(--ease-out),box-shadow var(--dur-normal) var(--ease-out),fill var(--dur-normal) var(--ease-out),stroke var(--dur-normal) var(--ease-out)!important;transition-delay:0!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.reveal{opacity:0;transform:translateY(6px);animation:rev .5s var(--ease-out) forwards}.reveal-d1{animation-delay:.04s}.reveal-d2{animation-delay:.1s}.reveal-d3{animation-delay:.18s}.reveal-d4{animation-delay:.28s}.reveal-d5{animation-delay:.4s}@keyframes rev{to{opacity:1;transform:translateY(0)}}
