:root{--bg:#f1f5f9;--card:#ffffff;--text:#0f172a;--muted:#64748b;--faint:#94a3b8;--border:#e2e8f0;--accent:#0f766e;--radius:12px}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;margin:0;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:1rem}.c-green{--c-bg:#ecfdf5;--c-border:#a7f3d0;--c-strong:#065f46;--c-sub:#059669;--c-accent:#34d399}.c-teal{--c-bg:#f0fdfa;--c-border:#99f6e4;--c-strong:#134e4a;--c-sub:#0d9488;--c-accent:#2dd4bf}.c-peach{--c-bg:#fff7ed;--c-border:#fed7aa;--c-strong:#7c2d12;--c-sub:#ea580c;--c-accent:#fb923c}.c-amber,.c-orange{--c-bg:#fffbeb;--c-border:#fde68a;--c-strong:#78350f;--c-sub:#d97706;--c-accent:#fbbf24}.c-blue{--c-bg:#f0f9ff;--c-border:#bae6fd;--c-strong:#0c4a6e;--c-sub:#0284c7;--c-accent:#38bdf8}.c-pink{--c-bg:#fff1f2;--c-border:#fecdd3;--c-strong:#881337;--c-sub:#e11d48;--c-accent:#fb7185}.c-slate{--c-bg:#f8fafc;--c-border:#e2e8f0;--c-strong:#1e293b;--c-sub:#64748b;--c-accent:#94a3b8}.site-header{background:var(--card);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem}.site-header a.brand{font-weight:700;color:var(--text);font-size:1.05rem}.site-header .user{color:var(--muted);font-size:.9rem}h1{font-size:1.7rem;font-weight:800;margin:1.2rem 0 .4rem}h2{font-size:1.2rem;font-weight:700;margin:1.6rem 0 .6rem}.lead{margin-top:0}.breadcrumb,.lead{color:var(--muted)}.breadcrumb{font-size:.88rem;margin-top:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:.8rem;gap:.8rem}.card{background:var(--c-bg,var(--card));border:1px solid var(--border);border-left:4px solid var(--c-accent,var(--border));border-radius:var(--radius);padding:.9rem 1rem;display:block;color:var(--text);transition:box-shadow .15s,transform .15s}.card:hover{text-decoration:none;box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-1px)}.card .title{font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:.5rem;color:var(--c-strong,var(--text))}.card .sub{color:var(--c-sub,var(--muted));font-size:.85rem;margin-top:.2rem;display:block}.schedule{width:100%;border-collapse:collapse;background:var(--card)}.schedule td,.schedule th{border:1px solid var(--border);padding:.55rem .65rem;vertical-align:top;text-align:left}.schedule th{background:#f8fafc;font-size:.85rem;color:var(--muted)}.schedule .time{white-space:nowrap;color:var(--faint);font-size:.8rem;width:1%;background:#f8fafc}.schedule .cell{background:var(--c-bg);border-left:4px solid var(--c-accent);transition:filter .15s}.schedule .cell:hover{filter:brightness(.97)}.schedule .cell .label{font-weight:700;font-size:.88rem;line-height:1.3}.schedule .cell .label a{color:var(--c-strong)}.schedule .cell .sub{color:var(--c-sub);font-size:.78rem;margin-top:.2rem;white-space:pre-line;line-height:1.4}.schedule .break td{background:#f8fafc;text-align:center;color:var(--faint);font-style:italic}.schedule-scroll{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border)}.hero{background:var(--c-bg);border:2px solid var(--c-border);border-radius:16px;padding:1.5rem;margin:1rem 0;box-shadow:0 1px 2px rgba(15,23,42,.04)}.hero .head{gap:1rem;margin-bottom:1.2rem}.hero .head,.hero .icon-tile{display:flex;align-items:center}.hero .icon-tile{background:var(--card);border-radius:12px;padding:.8rem;box-shadow:0 1px 3px rgba(15,23,42,.1);color:var(--c-sub);justify-content:center;flex-shrink:0}.hero .kicker{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-sub);margin-bottom:.15rem}.hero h1{margin:0;font-size:1.6rem;font-weight:800;color:var(--c-strong)}.tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.7rem;gap:.7rem}.tile{background:rgba(255,255,255,.75);border-radius:10px;padding:.65rem .8rem}.scard .tile{background:#f8fafc}.mini-label{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--faint);margin-bottom:.25rem}.tile .value{font-size:.88rem;font-weight:600;color:#1e293b}.tile p{margin:0;font-size:.82rem;color:#334155}.scard{background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 2px rgba(15,23,42,.04);margin-bottom:1rem;overflow:hidden}.scard-head{padding:.7rem 1.25rem;border-bottom:1px solid #f1f5f9;background:#f8fafc;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:#334155}.scard-body{padding:1.25rem}.scard-body p{margin:.3rem 0;font-size:.9rem;color:#334155;white-space:pre-line}.scard-body .big-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .8rem}.three-col,.two-col{display:grid;grid-gap:1.1rem;gap:1.1rem}@media (min-width:720px){.two-col{grid-template-columns:1fr 1fr}.three-col{grid-template-columns:1fr 1fr 1fr}}.check-list,.tri-list,.warn-list{list-style:none;margin:.2rem 0 0;padding:0}.check-list li,.tri-list li,.warn-list li{font-size:.88rem;color:#334155;display:flex;gap:.45rem;align-items:flex-start;margin-bottom:.35rem}.tri-list li:before{content:"▸";color:#cbd5e1;flex-shrink:0}.check-list li:before{content:"✓";color:#34d399;font-weight:700;flex-shrink:0}.warn-list li:before{content:"!";color:#fbbf24;font-weight:800;flex-shrink:0}.komp-list{display:flex;flex-direction:column}.komp-row{padding:.7rem 0;border-bottom:1px solid #f1f5f9}.komp-row:first-child{padding-top:0}.komp-row:last-child{border-bottom:none;padding-bottom:0}.komp-row p{margin:0;font-size:.88rem;color:#334155}@media (min-width:720px){.komp-row{display:grid;grid-template-columns:210px 1fr;grid-gap:1rem;gap:1rem;align-items:start}.komp-row .mini-label{margin-top:.2rem}}.klafki-grid{display:grid;grid-gap:.8rem;gap:.8rem}@media (min-width:720px){.klafki-grid{grid-template-columns:1fr 1fr}}.kcard{background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:1rem}.kcard .khead{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.4rem}.kcircle{width:1.8rem;height:1.8rem;border-radius:999px;background:#e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}.kcard .ktitle{font-weight:700;font-size:.9rem;color:#1e293b}.kcard .q{font-size:.78rem;color:var(--muted);font-style:italic}.kcard p{margin:0;font-size:.83rem;color:#475569;padding-left:2.5rem}.ariva-list{display:flex;flex-direction:column;gap:.7rem}.ariva-phase{border:2px solid var(--ph,#cbd5e1);border-radius:12px;padding:.9rem 1rem}.ariva-phase .phead{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.ariva-phase .letter{width:2rem;height:2rem;border-radius:999px;background:var(--ph-bg,#f1f5f9);color:#334155;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;flex-shrink:0}.ariva-phase .ptitle{font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#334155;line-height:1.2}.ariva-phase .pdauer{font-size:.72rem;color:var(--faint)}.ariva-phase p{margin:0;font-size:.85rem;color:#475569}.ph-a{--ph:#6ee7b7;--ph-bg:#d1fae5}.ph-r{--ph:#7dd3fc;--ph-bg:#e0f2fe}.ph-i{--ph:#c4b5fd;--ph-bg:#ede9fe}.ph-v{--ph:#fcd34d;--ph-bg:#fef3c7}.ph-x{--ph:#fda4af;--ph-bg:#ffe4e6}.anhang-item{border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;background:var(--card);margin-bottom:.7rem}.anhang-item h4{margin:0 0 .4rem;font-size:.9rem;font-weight:600;color:#334155}.anhang-item p{margin:0;font-size:.87rem;color:#475569;white-space:pre-line}.downloads{display:flex;flex-wrap:wrap;gap:.6rem}.downloads a{display:inline-flex;align-items:center;gap:.5rem;background:#1e293b;color:#ffffff;border-radius:10px;padding:.55rem 1rem;font-size:.86rem;font-weight:500;transition:background .15s}.downloads a:hover{background:#334155;text-decoration:none}.dl-group{margin-bottom:.9rem}.dl-group:last-child{margin-bottom:0}.dl-group .downloads{margin-top:.3rem}details.prep{border-bottom:1px solid #f1f5f9;padding:.55rem 0}details.prep:last-child{border-bottom:none}details.prep summary{cursor:pointer;font-weight:600;font-size:.9rem;color:#334155}details.prep summary:hover{color:var(--text)}.block-nav{display:flex;justify-content:space-between;gap:.8rem;margin:1.2rem 0 2rem}.block-nav .nav-item{display:inline-flex;align-items:center;gap:.6rem;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.7rem 1rem;color:var(--text);font-size:.9rem;font-weight:600;max-width:48%}.block-nav .nav-item:hover{text-decoration:none;box-shadow:0 2px 8px rgba(15,23,42,.08)}.block-nav .nav-next{text-align:right}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.88rem;font-weight:500;margin-top:1rem}.back-link .circ{background:var(--card);border:1px solid var(--border);border-radius:999px;padding:.35rem;display:flex;box-shadow:0 1px 2px rgba(15,23,42,.06)}.back-link:hover{color:var(--text);text-decoration:none}.login-note{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center;margin-top:3rem}.linklike{background:none;border:none;padding:0;font:inherit;color:var(--accent);cursor:pointer}.linklike:hover{text-decoration:underline}.login-form{gap:.9rem}.login-form,.login-form label{display:flex;flex-direction:column}.login-form label{gap:.25rem}.login-form input{border:1px solid var(--border);border-radius:8px;padding:.55rem .7rem;font:inherit;font-size:.92rem;background:#f8fafc}.login-form input:focus{outline:2px solid #99f6e4;border-color:var(--accent);background:var(--card)}.login-form button[type=submit]{background:#1e293b;color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;font:inherit;font-weight:600;cursor:pointer}.login-form button[type=submit]:hover{background:#334155}.login-form button[type=submit]:disabled{opacity:.6;cursor:default}.form-error{color:#e11d48;font-size:.85rem;margin:0}