:root{--ink:#14231f;--muted:#65736e;--line:#dfe6e2;--soft:#f4f7f5;--paper:#fff;--green:#155f4a;--green-2:#0d4939;--mint:#dff2e9;--amber:#b66b1f;--red:#b54136;--nav:#10231e}*{box-sizing:border-box}html{background:var(--soft)}body{color:var(--ink);background:var(--soft);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.app-shell{grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--nav);color:#d5e3de;flex-direction:column;height:100vh;padding:27px 18px 20px;display:flex;position:sticky;top:0}.brand{color:#fff;letter-spacing:-.4px;align-items:center;gap:12px;padding:0 10px 31px;font-size:21px;font-weight:720;display:flex}.brand-logo-mark{background:#fff;border-radius:7px;flex:none}.sidebar nav{gap:4px;display:grid}.nav-item{color:#9db0aa;border-radius:7px;align-items:center;gap:13px;min-height:45px;padding:0 13px;font-size:14px;font-weight:560;transition:background .15s,color .15s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0b}.nav-item.active{color:#fff;background:#1f4b3e}.nav-item svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:19px;height:19px}.sidebar-footer{margin-top:auto}.pilot-chip{color:#8ca39c;text-transform:uppercase;letter-spacing:.7px;border:1px solid #a4d7c526;border-radius:7px;margin:0 8px 17px;padding:9px 10px;font-size:11px}.pilot-chip span{background:#53c69a;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block;box-shadow:0 0 0 3px #53c69a21}.profile{border-top:1px solid #ffffff17;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:15px 8px 0;display:grid}.avatar{color:#163d31;background:#b4e3d2;border-radius:50%;place-items:center;width:35px;height:35px;font-size:11px;font-weight:800;display:grid}.profile strong,.profile span{display:block}.profile strong{color:#e2ece8;font-size:12px}.profile div span{color:#788f88;margin-top:3px;font-size:11px}.chevron{color:#71837e}.main-column{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;height:70px;padding:0 31px;display:flex}.workspace-switcher{align-items:center;gap:10px;display:flex}.workspace-icon{color:#fff;background:var(--green);border-radius:7px;place-items:center;width:32px;height:32px;font-family:Georgia,serif;font-weight:700;display:grid}.workspace-switcher>span:nth-child(2){gap:2px;display:grid}.workspace-switcher strong{font-size:13px}.workspace-switcher small{color:var(--muted);font-size:10px}.top-actions{align-items:center;gap:8px;display:flex}.icon-button,.mobile-brand{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:35px;height:35px;font-size:22px;display:grid}.icon-button:hover{background:var(--soft)}.notification{font-size:20px;position:relative;transform:rotate(45deg)}.notification i{background:var(--amber);border-radius:50%;width:5px;height:5px;position:absolute;top:8px;right:7px}.mobile-brand{display:none}.page{max-width:1460px;margin:0 auto;padding:41px 42px 60px}.page-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:29px;display:flex}.eyebrow{color:var(--green);letter-spacing:1.05px;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:760}h1,h2,p{margin-top:0}h1{letter-spacing:-.8px;margin-bottom:6px;font-family:Georgia,Times New Roman,serif;font-size:clamp(29px,3vw,39px);font-weight:500}.page-heading p:last-child{color:var(--muted);margin:0;font-size:14px}.heading-actions{gap:9px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:0 16px;font-size:12px;font-weight:700;transition:transform .15s,background .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{color:#fff;background:var(--green);border-color:var(--green)}.button.primary:hover{background:var(--green-2)}.button.secondary{background:#fff;border-color:#cfd9d4}.button.compact{min-height:34px;padding:0 13px}.button.full{width:100%;min-height:46px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:20px;display:grid}.metric-card{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:130px;padding:20px 20px 17px;box-shadow:0 1px 1px #0f261f05}.metric-label{color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;font-weight:650;display:flex}.metric-dot{background:#a8b4b0;border-radius:50%;width:7px;height:7px}.metric-dot.danger{background:var(--red)}.metric-dot.amber{background:#dc9849}.metric-dot.success{background:#4c9c79}.metric-card>strong{margin:12px 0 8px;font-family:Georgia,serif;font-size:31px;font-weight:500;display:block}.metric-card small{color:var(--muted);font-size:10px}.metric-card small.danger{color:var(--red)}.metric-card small.amber{color:var(--amber)}.metric-card small.success{color:var(--green)}.content-grid{grid-template-columns:minmax(0,1fr) 305px;gap:20px;display:grid}.panel{border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:hidden;box-shadow:0 1px 1px #0f261f05}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:75px;padding:18px 20px;display:flex}.panel-heading h2{margin-bottom:4px;font-family:Georgia,serif;font-size:18px;font-weight:500}.panel-heading p{color:var(--muted);margin:0;font-size:11px}.panel-heading>a{color:var(--green);font-size:11px;font-weight:720}.panel-heading>a span{margin-left:4px}.case-table-wrap{overflow-x:auto}.case-table{border-collapse:collapse;text-align:left;width:100%}.case-table th{color:#7a8782;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.55px;white-space:nowrap;background:#fafbfa;height:37px;padding:0 14px;font-size:9px;font-weight:760}.case-table th:first-child,.case-table td:first-child{padding-left:20px}.case-table th:last-child,.case-table td:last-child{padding-right:15px}.case-table td{vertical-align:middle;border-bottom:1px solid #ebefed;min-height:76px;padding:13px 14px;font-size:11px}.case-table tr:last-child td{border-bottom:0}.case-table tbody tr:hover{background:#fbfcfb}.case-title{text-overflow:ellipsis;max-width:360px;color:var(--ink);white-space:nowrap;font-size:12px;font-weight:720;display:block;overflow:hidden}.case-title:hover{color:var(--green)}.case-meta{color:var(--muted);gap:5px;margin-top:4px;font-size:9.5px;display:flex}.case-tags{display:none}.status{color:#56645f;white-space:nowrap;background:#edf1ef;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-size:9px;font-weight:750;display:inline-flex}.status-in_progress{color:#225b8b;background:#e6f1f8}.status-assigned{color:#725d19;background:#f5efd8}.status-ready_for_review{color:#26604b;background:#e0f1e9}.status-waiting{color:#78543a;background:#f6e9dc}.status-reopened{color:#9a3932;background:#f7e5e3}.muted{color:#8b9692;font-style:italic}.due{white-space:nowrap;font-weight:650}.due.overdue{color:var(--red)}.more-button{color:#84918c;cursor:pointer;letter-spacing:1px;background:0 0;border:0}.pilot-panel .panel-heading{border-bottom:0;padding-bottom:7px}.pilot-section{border-bottom:1px solid var(--line);padding:15px 20px 18px}.pilot-title{grid-template-columns:35px 1fr auto;align-items:center;gap:10px;display:grid}.pilot-symbol{color:#fff;background:#315d4f;border-radius:7px;place-items:center;width:35px;height:35px;font-family:Georgia,serif;display:grid}.pilot-symbol.verwaltung{background:#9c7841}.pilot-title div{gap:2px;display:grid}.pilot-title strong{font-size:11px}.pilot-title small{color:var(--muted);font-size:9px}.pilot-title b{font-size:11px}.progress{background:#e9eeeb;border-radius:999px;height:4px;margin:13px 0;overflow:hidden}.progress span{border-radius:inherit;background:#3d8b6d;height:100%;display:block}.progress.verwaltung span{background:#b4874c}.pilot-section ul{color:var(--muted);gap:8px;margin:0;padding:0;font-size:9.5px;list-style:none;display:grid}.pilot-section li:before{content:"○";color:#9aa7a2;margin-right:7px}.pilot-section li.done:before{content:"✓";color:var(--green);font-weight:800}.demo-notice{color:var(--muted);background:#f4f8f6;border-radius:6px;grid-template-columns:21px 1fr;gap:9px;margin:16px;padding:12px;display:grid}.demo-notice>span{width:18px;height:18px;color:var(--green);border:1px solid #8bafa1;border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:11px;display:grid}.demo-notice p{margin:0;font-size:9px;line-height:1.5}.demo-notice strong{color:var(--ink);margin-bottom:2px;font-size:9.5px;display:block}.cases-page .page-heading{align-items:center}.filters{border-bottom:1px solid var(--line);gap:8px;padding:14px 18px;display:flex}.search-field{max-width:410px;height:36px;color:var(--muted);border:1px solid #d6dfda;border-radius:6px;flex:1;align-items:center;gap:7px;padding:0 11px;display:flex}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.filter-button{color:#52615c;cursor:pointer;background:#fff;border:1px solid #d6dfda;border-radius:6px;min-height:36px;padding:0 11px;font-size:10px;font-weight:650}.filter-button span{margin-left:10px}.external-page{background:radial-gradient(circle at 50% 0,#e6f2ed 0,#f5f7f6 42% 100%);min-height:100vh;padding:30px 20px 60px}.external-brand{align-items:center;gap:11px;max-width:560px;margin:0 auto 24px;font-size:18px;display:flex}.report-card{border:1px solid var(--line);background:#fff;border-radius:12px;max-width:560px;margin:0 auto;padding:30px;box-shadow:0 20px 60px #10302717}.report-context{background:var(--soft);border-radius:8px;align-items:center;gap:11px;margin:-12px -12px 28px;padding:12px;display:flex}.report-context>span{color:#fff;background:var(--green);border-radius:7px;place-items:center;width:38px;height:38px;font-size:11px;font-weight:800;display:grid}.report-context div{gap:2px;display:grid}.report-context strong{font-size:12px}.report-context small{color:var(--muted);font-size:10px}.report-card h1{font-size:31px}.report-card>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.6}.report-card form{gap:19px;margin-top:25px;display:grid}.report-card label{color:#35453f;gap:7px;font-size:11px;font-weight:720;display:grid}.report-card textarea,.report-card select{width:100%;color:var(--ink);resize:vertical;background:#fff;border:1px solid #cfd9d4;border-radius:7px;outline:0;padding:12px;font-size:12px;font-weight:450}.report-card textarea:focus,.report-card select:focus{border-color:#55977f;box-shadow:0 0 0 3px #3285661a}.upload-zone{cursor:pointer;text-align:left;background:#fbfcfb;border:1px dashed #acc0b8;border-radius:7px;align-items:center;gap:13px;min-height:75px;padding:12px;display:flex}.upload-zone>b{background:var(--mint);width:36px;height:36px;color:var(--green);border-radius:50%;place-items:center;font-size:18px;display:grid}.upload-zone span{gap:3px;display:grid}.upload-zone strong{font-size:11px}.upload-zone small{color:var(--muted);font-size:9px;font-weight:450}.token-note{color:#8d9995;margin-top:18px;font-size:8.5px;line-height:1.5;display:block}@media (max-width:1050px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.sidebar{padding-inline:11px}.brand{justify-content:center;padding-inline:0}.brand>span,.nav-item>span,.pilot-chip,.profile>div:not(.avatar),.profile .chevron{display:none}.nav-item{justify-content:center;padding:0}.profile{justify-content:center;padding-inline:0;display:flex}.content-grid{grid-template-columns:1fr}.pilot-panel{grid-template-columns:1fr 1fr;display:grid}.pilot-panel .panel-heading,.demo-notice{grid-column:1/-1}.pilot-section:nth-of-type(2){border-right:1px solid var(--line)}}@media (max-width:760px){.app-shell{display:block}.sidebar{display:none}.topbar{height:60px;padding:0 16px}.mobile-brand{display:grid}.mobile-brand .brand-logo-mark{width:26px;height:26px}.workspace-switcher{display:none}.page{padding:28px 16px 45px}.page-heading{flex-direction:column;align-items:flex-start;gap:18px}.heading-actions{width:100%}.heading-actions .button{flex:1}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:112px;padding:16px}.content-grid{display:block}.pilot-panel{margin-top:16px;display:block}.pilot-section:nth-of-type(2){border-right:0}.case-table th:nth-child(3),.case-table td:nth-child(3){display:none}.filters{overflow-x:auto}.search-field{min-width:230px}.filter-button{white-space:nowrap}}@media (max-width:480px){.top-actions .icon-button{display:none}.metric-grid{gap:9px}.metric-card{min-height:103px}.metric-card>strong{margin:9px 0 6px;font-size:27px}.case-table th:nth-child(4),.case-table td:nth-child(4){display:none}.case-title{max-width:250px}.report-card{padding:24px 19px}.external-page{padding-inline:12px}}
