:root{color-scheme:light;--mandant-canvas: #F6F1E8;--mandant-surface: #FFFCF7;--mandant-nav: #EFE6D8;--mandant-ink: #292722;--mandant-muted: #6B6259;--mandant-line: #D8CCBB;--mandant-control: #958777;--mandant-accent: #B4472C;--mandant-accent-hover: #923822;--mandant-on-accent: #FFFFFF;--mandant-link: #B4472C;--mandant-selection: #F3DECD;--mandant-selection-ink: #923822;--mandant-nav-hover: #E5D9C7;--mandant-focus: #88422D;--mandant-neutral: #EDE6DC;--mandant-warning: #8A5B0B;--mandant-warning-surface: #FFF1CF;--mandant-critical: #AC2E32;--mandant-critical-surface: #FCE8E6;--mandant-success: #32624C;--mandant-success-surface: #E7F0E8;--mandant-scrim: #29272280;--mandant-rail: 224px;--mandant-rail-collapsed: 72px;--mandant-row-target: 44px}:root[data-theme=dark]{color-scheme:dark;--mandant-canvas: #1C1B18;--mandant-surface: #25231F;--mandant-nav: #201E1A;--mandant-ink: #F4EDE2;--mandant-muted: #B8AA98;--mandant-line: #494138;--mandant-control: #817362;--mandant-accent: #E17B55;--mandant-accent-hover: #F0926D;--mandant-on-accent: #201B16;--mandant-link: #F0A080;--mandant-selection: #443027;--mandant-selection-ink: #F2C5AB;--mandant-nav-hover: #302C25;--mandant-focus: #EAB191;--mandant-neutral: #3C362D;--mandant-warning: #E8C37B;--mandant-warning-surface: #3B321E;--mandant-critical: #F0A5A6;--mandant-critical-surface: #48292B;--mandant-success: #9BD0AA;--mandant-success-surface: #243A2D;--mandant-scrim: #080705B3}*{box-sizing:border-box}html{background:var(--mandant-canvas);color:var(--mandant-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}body{margin:0;min-width:320px}h1,h2,h3,h4{color:var(--mandant-ink);text-wrap:balance}h1{font-size:28px;font-weight:650;line-height:1.2;letter-spacing:-.035em}h2{margin:24px 0 10px;font-size:18px;font-weight:600;line-height:1.4;letter-spacing:-.02em}h3{margin:18px 0 8px;font-size:15px;font-weight:600;line-height:1.45;letter-spacing:-.01em}h4{margin:16px 0 8px;font-size:14px;font-weight:600}p{margin:8px 0 16px}a{color:var(--mandant-link);text-underline-offset:3px}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{outline-offset:3px}:is(button,a,input,select,textarea,summary):focus-visible{outline:2px solid var(--mandant-focus)}button{cursor:pointer}button:disabled{cursor:default}input,select,textarea{accent-color:var(--mandant-accent)}input:not([type=checkbox]):not([type=radio]),select,textarea{max-width:100%;min-height:40px;padding:9px 12px;border:1px solid var(--mandant-control);border-radius:7px;background:var(--mandant-surface);color:var(--mandant-ink);font-size:14px;line-height:1.4}input::placeholder,textarea::placeholder{color:var(--mandant-muted);opacity:.8}select{padding-right:30px}select option{background:var(--mandant-surface);color:var(--mandant-ink)}textarea{min-height:96px;resize:vertical}input[type=checkbox],input[type=radio]{flex:none;width:16px;height:16px;margin:2px 0}fieldset{min-width:0;margin:0;padding:18px;border:1px solid var(--mandant-line);border-radius:8px}legend{padding:0 6px;font-weight:600}summary{cursor:pointer;color:var(--mandant-link);font-size:13px;font-weight:500}details[open]>summary{margin-bottom:12px}pre{max-width:100%;overflow:auto;padding:16px;border:1px solid var(--mandant-line);border-radius:7px;background:var(--mandant-surface);font-size:12px;line-height:1.6}.mandant-card{padding:24px;border:1px solid var(--mandant-line);border-radius:10px;background:var(--mandant-surface)}.mandant-card>:first-child{margin-top:0}.mandant-card>:last-child{margin-bottom:0}.mandant-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 14px;border:1px solid var(--mandant-line);border-radius:7px;background:var(--mandant-surface);color:var(--mandant-ink);font-size:13px;font-weight:550;line-height:20px;text-align:center;text-decoration:none;transition:background-color .12s,border-color .12s,color .12s}.mandant-button:hover:not(:disabled){border-color:var(--mandant-control);background:var(--mandant-nav-hover)}.mandant-button:active:not(:disabled){background:var(--mandant-neutral)}.mandant-button:disabled{opacity:.5}.mandant-button--primary{border-color:var(--mandant-accent);background:var(--mandant-accent);color:var(--mandant-on-accent)}.mandant-button--primary:hover:not(:disabled),.mandant-button--primary:active:not(:disabled){border-color:var(--mandant-accent-hover);background:var(--mandant-accent-hover)}.mandant-button--danger{border-color:var(--mandant-critical);color:var(--mandant-critical)}.mandant-button--danger:hover:not(:disabled){border-color:var(--mandant-critical);background:var(--mandant-critical-surface)}.mandant-button--quiet{border-color:transparent;background:transparent;color:var(--mandant-muted)}.mandant-button--quiet:hover:not(:disabled){border-color:transparent;background:var(--mandant-nav-hover);color:var(--mandant-ink)}.mandant-badge{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:5px;background:var(--mandant-neutral);color:var(--mandant-muted);font-size:12px;font-weight:500;line-height:20px}.mandant-badge--warning{background:var(--mandant-warning-surface);color:var(--mandant-warning)}.mandant-badge--critical{background:var(--mandant-critical-surface);color:var(--mandant-critical)}.mandant-badge--success{background:var(--mandant-success-surface);color:var(--mandant-success)}.mandant-notice{margin:16px 0;padding:12px 16px;border-left:2px solid var(--mandant-accent);border-radius:0 6px 6px 0;background:var(--mandant-neutral);color:var(--mandant-ink);font-size:13px;line-height:1.6}.mandant-notice--critical{border-left-color:var(--mandant-critical);background:var(--mandant-critical-surface);color:var(--mandant-critical)}.mandant-notice p{margin:4px 0}.mandant-empty{margin:0;padding:20px;border:1px dashed var(--mandant-line);border-radius:8px;color:var(--mandant-muted)}@media(max-width:760px){.mandant-button{min-height:44px}.mandant-card{padding:20px}}@media(prefers-reduced-motion:reduce){.mandant-button{transition:none}}.page-content{display:grid;align-content:start;gap:24px;min-width:0}.page-content>*{min-width:0;margin-block:0}.page-content>.mandant-button{justify-self:start}.page-content>section>:first-child{margin-top:0}.page-content>section>:last-child{margin-bottom:0}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;margin-bottom:16px}.section-heading :is(h2,h3){margin:0}.section-heading p{margin:8px 0 0;max-width:72ch}.card-list,.field-stack,.form-stack,.form-grid{display:grid;min-width:0;align-content:start}.card-list,.field-stack,.form-stack{gap:16px}.form-stack{max-width:760px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.form-grid>.field-wide{grid-column:1 / -1}:is(.card-list,.field-stack,.form-stack,.form-grid)>*{min-width:0;margin-block:0}:is(.field-stack,.form-stack)>:is(.mandant-button,a){justify-self:start}:is(.field-stack,.form-stack)>.actions{padding-top:4px}.page-content label{display:grid;align-content:start;gap:8px;font-size:13px;font-weight:500}.page-content label>:is(input,textarea,select){width:100%}.page-content label:has(>:is(input[type=checkbox],input[type=radio])){display:flex;align-items:flex-start;gap:8px;line-height:1.6}.page-content label>:is(input[type=checkbox],input[type=radio]){width:16px;margin-top:3px}.selection-list>label+label{margin-top:12px}.review-panel{display:grid;gap:16px;padding:20px;border:1px solid var(--mandant-line);border-radius:8px;background:var(--mandant-canvas)}.review-panel>*{margin-block:0}.page-content .receipt-meta{border-radius:8px}.page-content .mandant-empty>:last-child{margin-bottom:0}@media(max-width:760px){.page-content{gap:20px}.form-grid{grid-template-columns:1fr}.page-content .receipt-meta{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:10px 16px}.section-heading{gap:12px}}.mandant-app-shell{display:grid;grid-template-columns:var(--mandant-rail) minmax(0,1fr);min-height:100dvh}.mandant-app-shell:has(.console-sidebar--collapsed){grid-template-columns:72px minmax(0,1fr)}.mandant-sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100dvh;padding:16px 12px;overflow-y:auto;border-right:1px solid var(--mandant-line);background:var(--mandant-nav)}.console-sidebar{display:flex;flex:1;flex-direction:column;min-height:100%;gap:0}.mandant-main{width:min(1360px,100%);min-width:0;padding:16px clamp(24px,2.5vw,40px) 40px;margin:0 auto}.mandant-header{display:flex;justify-content:flex-end;align-items:center;gap:16px;min-height:40px;margin-bottom:20px}.sidebar-brand-row{min-height:40px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:6px}.controlset-brand{display:flex;align-items:center;gap:10px}.brand{padding:0 10px;margin-bottom:0}.controlset-mark{display:grid;place-items:center;width:30px;height:30px;flex:none;border-radius:8px;background:var(--mandant-accent);color:var(--mandant-on-accent);font-size:18px;font-weight:760;letter-spacing:-.05em}.controlset-brand-copy{display:grid;min-width:0;gap:3px}.controlset-name{font-size:19px;font-weight:680;letter-spacing:-.045em;line-height:1}.controlset-attribution{display:flex;align-items:center;gap:5px;color:var(--mandant-muted);font-size:9px;font-weight:550;letter-spacing:.01em;line-height:1;white-space:nowrap}.vlno-lockup{display:inline-flex;align-items:center;height:18px;padding:2px 4px;border:1px solid #443a32;border-radius:4px;background:#201b16}.vlno-lockup img{display:block;width:38px;height:auto}.sidebar-toggle{display:inline-grid;place-items:center;min-width:36px;padding:6px;line-height:1}.sidebar-toggle svg{width:18px;height:18px}.workspace{padding:0 12px 12px}.caption,.nav-group{color:var(--mandant-muted);font-size:11px;font-weight:600;letter-spacing:.065em;text-transform:uppercase}.workspace-caption{display:flex;align-items:center;gap:6px}.workspace-caption svg{width:15px;height:15px}.workspace-name{margin-top:6px;overflow-wrap:anywhere;font-size:13px}.nav-group{padding:16px 12px 8px}.nav-link{display:flex;align-items:center;min-height:40px;gap:12px;padding:8px 12px;border-radius:6px;color:var(--mandant-ink);font-size:13px;font-weight:450;text-decoration:none}.nav-link:hover{background:var(--mandant-nav-hover)}.nav-link.active{box-shadow:inset 2px 0 var(--mandant-accent);background:var(--mandant-selection);color:var(--mandant-selection-ink);font-weight:600}.nav-link svg{width:20px;height:20px;flex:none}.sidebar-footer{margin-top:auto;padding:20px 12px 0;color:var(--mandant-muted);font-size:11px;line-height:1.6}.sidebar-footer p{margin:0}.appearance-control{display:grid;gap:5px;margin-top:12px;font-weight:600}.sidebar-footer .appearance-control{margin-top:0}.appearance-select{position:relative;display:block}.appearance-select svg{position:absolute;top:50%;left:9px;width:16px;height:16px;translate:0 -50%;pointer-events:none}.appearance-control select{width:100%;padding-left:32px}.appearance-control select option{background:var(--mandant-surface);color:var(--mandant-ink)}.icon-label-button{display:inline-flex;align-items:center;gap:7px}.icon-label-button svg{width:17px;height:17px}.console-sidebar--collapsed .brand{justify-content:center;padding:0}.console-sidebar--collapsed .controlset-brand-copy,.console-sidebar--collapsed .workspace,.console-sidebar--collapsed .nav-group,.console-sidebar--collapsed .nav-link-label,.console-sidebar--collapsed .sidebar-footer p,.console-sidebar--collapsed .appearance-label{display:none}.console-sidebar--collapsed .sidebar-brand-row{flex-direction:column;margin-bottom:18px}.console-sidebar--collapsed .brand{margin-bottom:0}.console-sidebar--collapsed .nav-link{justify-content:center;padding:10px}.console-sidebar--collapsed .sidebar-footer{padding:18px 0 0}.console-sidebar--collapsed .appearance-control{margin:0}.console-sidebar--collapsed .appearance-select svg{left:50%;translate:-50% -50%}.console-sidebar--collapsed .appearance-control select{width:48px;min-height:44px;padding:0;appearance:none;color:transparent}.header-actions,.actions{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap}.page-heading{margin-bottom:24px}.page-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-heading h1{margin:0;font-size:28px;font-weight:650;line-height:1.25;letter-spacing:-.035em}.page-description{max-width:76ch;margin:8px 0 0;color:var(--mandant-muted);font-size:14px;line-height:1.6}.muted{color:var(--mandant-muted);line-height:1.6}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0}.metric{margin:12px 0 4px;font-size:30px;font-weight:550;letter-spacing:-.035em;line-height:1.2;font-variant-numeric:tabular-nums}.receipt-meta{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:8px 18px;padding:16px;border:1px solid var(--mandant-line);background:var(--mandant-canvas)}.receipt-meta dt{color:var(--mandant-muted);font-size:12px;font-weight:600}.receipt-meta dd{margin:0;overflow-wrap:anywhere}.table-wrap{overflow-x:auto;border:1px solid var(--mandant-line);border-radius:8px;background:var(--mandant-surface)}table{min-width:560px;width:100%;border-collapse:collapse;text-align:left;font-size:14px}td,th{padding:12px 16px;border-bottom:1px solid var(--mandant-line);vertical-align:top;overflow-wrap:anywhere}th{color:var(--mandant-muted);font-size:12px;font-weight:550;letter-spacing:0;background:var(--mandant-canvas)}.source-list{display:grid;gap:16px}.source-row{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap}.source-name{margin:0 0 5px;font-size:16px}.login{display:grid;min-height:100dvh;grid-template-columns:minmax(0,1fr) minmax(320px,1fr)}.login-story{padding:12vw 8vw;background:var(--mandant-ink);color:var(--mandant-canvas)}.login-story h1{color:inherit;max-width:540px;margin:16px 0;font-size:clamp(38px,5vw,56px);font-weight:500;letter-spacing:-1.4px;line-height:1.1}.login-brand{width:max-content;margin-bottom:34px;padding:0;color:inherit}.login-brand .controlset-mark{width:40px;height:40px;font-size:23px}.login-brand .controlset-name{font-size:25px}.login-brand .controlset-attribution{color:color-mix(in srgb,currentColor 72%,transparent);font-size:10px}.login-brand .vlno-lockup{height:21px}.login-brand .vlno-lockup img{width:46px}.login-box{align-self:center;max-width:500px;padding:48px}.login-box h2{font-size:26px;font-weight:500}.loading{padding:48px;color:var(--mandant-muted)}@media(max-width:760px){.mandant-app-shell,.mandant-app-shell:has(.console-sidebar--collapsed){display:block}.mandant-sidebar{display:none}.console-drawer-open .mandant-sidebar{display:flex;position:fixed;inset:0 auto 0 0;width:min(320px,calc(100vw - 32px));height:100dvh;z-index:51;padding:20px 12px;overscroll-behavior:contain}.console-drawer-scrim{position:fixed;inset:0;z-index:50;border:0;padding:0;background:#0006}.console-drawer-open .mandant-sidebar nav{display:block}.console-drawer-open .nav-link{white-space:normal}.mandant-main{min-width:0;padding:16px 20px 32px}.mandant-header{justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px}.page-heading h1{font-size:26px}.page-title-row{align-items:flex-start;flex-wrap:wrap}.header-actions{gap:8px}.grid{grid-template-columns:1fr}.login{grid-template-columns:1fr;align-content:start;gap:0}.login-story,.login-box{padding:40px 28px}}.source-row h2{margin:0}.source-row{margin-bottom:12px}@media(max-width:420px){.mandant-main{padding-inline:16px}}
