:root{--brand:#941179;--brand-700:#7a0e64;--brand-300:#c46bb0;--brand-tint:#f6ecf3;--brand-tint-2:#fbf5f9;--ink:#463c3c;--text:#2a2222;--muted:#8a7d7d;--bg:#fff;--surface:#fbf9fa;--line:#ece4e8;--line-strong:#ddd0d8;--ok:#2e7d52;--warn:#b8860b;--danger:#b00450;--shadow-sm:0 1px 2px #463c3c0f;--shadow-md:0 6px 24px #463c3c1a;--radius:12px;--radius-sm:8px;--sans:"Fira Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--bar-h:60px;--nav-w:250px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}h1,h2,h3{font-family:var(--sans);color:var(--ink);text-transform:uppercase;letter-spacing:.045em;margin:0 0 .5rem;font-weight:600;line-height:1.15}h1{font-size:1.7rem}h2{font-size:1.15rem}h3{letter-spacing:.07em;color:var(--muted);font-size:.92rem}a{color:var(--brand);text-decoration:none}a:hover{color:var(--ink)}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;align-items:center;gap:.5rem;padding:.55rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .15s,color .15s,border-color .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-700)}.btn-ghost{color:var(--brand);border-color:var(--line-strong);background:#fff}.btn-ghost:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint-2)}.btn-sm{padding:.35rem .7rem;font-size:.82rem}label.field{color:var(--muted);flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:500;display:flex}input[type=text],input[type=number],input[type=date],select,textarea{color:var(--text);border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;width:100%;padding:.5rem .6rem;font-family:inherit;font-size:.92rem}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);outline:none}input[type=checkbox]{appearance:none;border:1.5px solid var(--line-strong);cursor:pointer;background:#fff;border-radius:5px;flex:none;place-content:center;width:18px;height:18px;margin:0;transition:background .15s,border-color .15s;display:inline-grid}input[type=checkbox]:before{content:"";clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);background:#fff;width:10px;height:10px;transition:transform .12s ease-in-out;transform:scale(0)}input[type=checkbox]:checked{background:var(--brand);border-color:var(--brand)}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:hover:not(:checked){border-color:var(--brand-300)}input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px var(--brand-tint);outline:none}.card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff}.card-pad{padding:1.1rem 1.25rem}.pill{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:.16rem .6rem;font-size:.74rem;font-weight:600;display:inline-block}.pill-pruefen{background:var(--brand-tint);color:var(--brand-700);border-color:#e6c9dd}.pill-geprueft{color:var(--ok);background:#e8f5ee;border-color:#c6e6d3}.pill-neutral{background:var(--surface);color:var(--muted);border-color:var(--line)}.muted{color:var(--muted)}.err{color:var(--danger);border-radius:var(--radius-sm);background:#fdecf3;border:1px solid #f6c9dc;padding:.6rem .8rem;font-size:.88rem}.mono{font-variant-numeric:tabular-nums}.divider{background:var(--line);border:0;height:1px;margin:1rem 0}.app.svelte-12qhfyh{grid-template-columns:var(--nav-w) 1fr;grid-template-rows:var(--bar-h) 1fr;grid-template-areas:"logo top""side main";min-height:100vh;display:grid}.app.nav-collapsed.svelte-12qhfyh{grid-template-columns:0 1fr}.topbar.svelte-12qhfyh{height:var(--bar-h);border-bottom:1px solid var(--line-strong);z-index:20;background:linear-gradient(#fff,#f3eef1);grid-area:top/1/top/-1;align-items:center;gap:.75rem;padding:0 1rem;display:flex;position:sticky;top:0}.hamburger.svelte-12qhfyh{border:1px solid var(--line-strong);cursor:pointer;background:#fff;border-radius:8px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;width:38px;height:38px;display:flex}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){background:var(--ink);border-radius:2px;width:17px;height:2px}.logo.svelte-12qhfyh{color:var(--ink);align-items:center;gap:.55rem;display:flex}.logo-img.svelte-12qhfyh{width:auto;height:34px;display:block}.logo-app.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.14em;color:var(--brand);border-left:1px solid var(--line-strong);padding-left:.55rem;font-size:.78rem;font-weight:700}.spacer.svelte-12qhfyh{flex:1}.user.svelte-12qhfyh{align-items:center;gap:.6rem;display:flex}.avatar.svelte-12qhfyh{background:var(--brand);color:#fff;text-transform:uppercase;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.82rem;font-weight:600;display:grid}.who.svelte-12qhfyh{flex-direction:column;max-width:220px;line-height:1.1;display:flex}.who.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.who.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.sidebar.svelte-12qhfyh{border-right:1px solid var(--line);top:var(--bar-h);height:calc(100vh - var(--bar-h));background:#fff;flex-direction:column;grid-area:side;justify-content:space-between;padding:1rem .6rem;display:flex;position:sticky;overflow:hidden}.nav-collapsed.svelte-12qhfyh .sidebar:where(.svelte-12qhfyh){display:none}.nav-group.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:0 .6rem .5rem;font-size:.72rem}.nav-item.svelte-12qhfyh{border-radius:var(--radius-sm);color:var(--text);border-left:3px solid #0000;align-items:center;gap:.7rem;margin-bottom:.2rem;padding:.6rem;display:flex}.nav-item.svelte-12qhfyh:hover{background:var(--brand-tint-2)}.nav-item.active.svelte-12qhfyh{background:var(--brand-tint);border-left-color:var(--brand)}.nav-item.svelte-12qhfyh .num:where(.svelte-12qhfyh){background:var(--surface);border:1px solid var(--line);width:24px;height:24px;color:var(--muted);border-radius:6px;flex:none;place-items:center;font-size:.78rem;font-weight:700;display:grid}.nav-item.active.svelte-12qhfyh .num:where(.svelte-12qhfyh){background:var(--brand);color:#fff;border-color:var(--brand)}.nav-label.svelte-12qhfyh{color:var(--ink);flex-direction:column;font-size:.92rem;font-weight:600;display:flex}.nav-label.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--muted);font-size:.72rem;font-weight:400}.sidebar-foot.svelte-12qhfyh{flex-direction:column;gap:.4rem;padding:.6rem;display:flex}.content.svelte-12qhfyh{grid-area:main;width:100%;max-width:1280px;padding:1.5rem clamp(1rem,4vw,2.5rem)}.content.flush.svelte-12qhfyh{max-width:none;height:calc(100vh - var(--bar-h));padding:1.25rem clamp(1rem,3vw,2rem);overflow:hidden}.content.wide.svelte-12qhfyh{max-width:none}.splash.svelte-12qhfyh{background:linear-gradient(#fff,#faf3f7);place-items:center;min-height:100vh;padding:1rem;display:grid}.gate-card.svelte-12qhfyh{text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:360px;padding:2.5rem 2.5rem 2rem;display:flex}.logo-img-lg.svelte-12qhfyh{width:100%;max-width:210px;height:auto;margin-bottom:.1rem}.logo-app-lg.svelte-12qhfyh{text-transform:uppercase;letter-spacing:.22em;color:var(--brand);margin-bottom:.6rem;font-size:.82rem;font-weight:700}.dev-users.svelte-12qhfyh{flex-direction:column;gap:.4rem;width:100%;display:flex}.spinner.svelte-12qhfyh{border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}@media (width<=900px){.content.flush.svelte-12qhfyh{height:auto;overflow:visible}}@media (width<=880px){.app.svelte-12qhfyh{grid-template-columns:0 1fr}.sidebar.svelte-12qhfyh{top:var(--bar-h);width:var(--nav-w);z-index:30;box-shadow:var(--shadow-md);position:fixed;left:0}.who.svelte-12qhfyh{display:none}}
