:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{min-height:100svh;margin:0}#root{flex-direction:column;min-height:100svh;display:flex}.baustelle-root{--b-primary:#00b893;--b-primary-dark:#018a6d;--b-accent:#642d87;--b-bg:#f4f5f7;--b-bg-elevated:#fff;--b-text:#201f26;--b-text-dim:#6b6874;--b-border:#e3e2e8;--b-warn:#92660a;--b-warn-bg:#fdf1d9;--b-danger:#b3261e;--b-danger-bg:#fbeae9;--b-sans:Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--b-mono:"JetBrains Mono", ui-monospace, Consolas, monospace;width:100%;min-height:100svh;font-family:var(--b-sans);color:var(--b-text);background:var(--b-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;flex-direction:column;display:flex;overflow-x:hidden}.baustelle-root *{box-sizing:border-box}.baustelle-root button,.baustelle-root input,.baustelle-root select,.baustelle-root textarea{color:var(--b-text);font-family:inherit;font-size:15px}.baustelle-root h1,.baustelle-root h2,.baustelle-root h3{color:var(--b-text);margin:0 0 10px;font-weight:600}.baustelle-root h1{font-size:22px}.baustelle-root h2{font-size:16px}.baustelle-root h3{text-transform:uppercase;letter-spacing:.3px;color:var(--b-text-dim);margin-top:14px;font-size:13px}.baustelle-root .mono{font-family:var(--b-mono)}.baustelle-root a{color:var(--b-primary-dark)}.baustelle-root :focus-visible{outline:2px solid var(--b-primary);outline-offset:2px}.baustelle-btn{border:1px solid var(--b-border);background:var(--b-bg-elevated);min-height:48px;color:var(--b-text);cursor:pointer;border-radius:12px;padding:10px 18px;font-weight:500}.baustelle-btn:disabled{opacity:.5;cursor:default}.baustelle-btn--primary{background:var(--b-primary);border-color:var(--b-primary);color:#fff;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.baustelle-btn--primary:hover:not(:disabled){background:var(--b-primary-dark)}.baustelle-btn--klein{min-width:40px;min-height:40px;padding:6px 12px;font-size:13px}.baustelle-btn--gross{width:100%;min-height:56px;font-size:16px;font-weight:600}.baustelle-fehlerbanner{background:var(--b-danger-bg);color:var(--b-danger);border:1px solid #b3261e40;border-radius:12px;margin:0 0 12px;padding:12px 14px;font-size:14px}.baustelle-hinweis{color:var(--b-text-dim);margin:4px 0;font-size:13px}.baustelle-hinweis--fehler{color:var(--b-danger)}.baustelle-klein{color:var(--b-text-dim);font-size:12px}@keyframes baustelle-pulse{0%,to{opacity:.6}50%{opacity:1}}.baustelle-skeleton{background:linear-gradient(90deg,#e9e9ee,#f4f4f7,#e9e9ee);border-radius:12px;animation:1.4s ease-in-out infinite baustelle-pulse}.baustelle-skeleton--block{width:220px;height:48px}.baustelle-skeleton--karte{width:100%;height:96px;margin-bottom:12px}.baustelle-skeleton--zeile{width:160px;height:18px}.baustelle-skeleton--chip{border-radius:999px;width:96px;height:32px;display:inline-block}.baustelle-app{flex:1;width:100%;max-width:720px;margin:0 auto;padding:24px}.baustelle-app--center{justify-content:center;align-items:center;display:flex}.baustelle-login{flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.baustelle-login-card{background:var(--b-bg-elevated);border:1px solid var(--b-border);border-radius:16px;width:100%;max-width:400px;padding:32px 28px}.baustelle-login-brand{flex-direction:column;align-items:center;gap:4px;margin-bottom:16px;display:flex}.baustelle-login-logo{letter-spacing:1px;color:var(--b-accent);font-size:26px;font-weight:700}.baustelle-login-bild{width:100%;max-width:220px;height:auto;margin:0 0 12px;display:block}.baustelle-login-sub{color:var(--b-text-dim);font-size:14px}.baustelle-login-hinweis{color:var(--b-text-dim);text-align:center;margin:0 0 20px;font-size:12px}.baustelle-login-form{flex-direction:column;gap:16px;display:flex}.baustelle-login-form label{color:var(--b-text-dim);flex-direction:column;gap:6px;font-size:13px;display:flex}.baustelle-login-form input{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;min-height:48px;padding:10px 12px}.baustelle-liste{flex:1;width:100%;min-width:0;max-width:720px;margin:0 auto;padding:20px 16px 32px}.baustelle-liste-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.baustelle-suchleiste{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.baustelle-suchleiste input[type=search]{border:1px solid var(--b-border);background:var(--b-bg-elevated);border-radius:12px;flex:1;min-width:140px;min-height:48px;padding:10px 14px}.baustelle-toggle{border:1px solid var(--b-border);border-radius:12px;display:flex;overflow:hidden}.baustelle-toggle button{background:var(--b-bg-elevated);cursor:pointer;min-height:48px;color:var(--b-text-dim);border:none;padding:0 14px;font-size:13px}.baustelle-toggle button.aktiv{background:var(--b-primary);color:#fff;font-weight:600}.baustelle-toggle-erledigte{color:var(--b-text-dim);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:inline-flex}.baustelle-toggle-erledigte input[type=checkbox]{cursor:pointer;width:18px;height:18px}.baustelle-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;display:grid}.baustelle-karte{text-align:left;background:var(--b-bg-elevated);border:1px solid var(--b-border);cursor:pointer;border-radius:16px;flex-direction:column;gap:4px;min-width:0;max-width:100%;padding:16px;display:flex}.baustelle-karte:hover{border-color:var(--b-primary)}.baustelle-karte-kopf{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;max-width:100%;display:flex}.baustelle-karte-name{overflow-wrap:anywhere;min-width:0;font-size:16px;font-weight:600}.baustelle-karte-nr{color:var(--b-text-dim);font-size:13px}.baustelle-karte-prnr{overflow-wrap:anywhere;max-width:100%;font-family:var(--b-mono);letter-spacing:.3px;color:var(--b-accent);background:#642d871a;border:1px solid #642d874d;border-radius:8px;align-self:flex-start;padding:2px 9px;font-size:13px;font-weight:700}.baustelle-karte-kunde{overflow-wrap:anywhere;min-width:0;max-width:100%;font-size:14px}.baustelle-karte-adresse{color:var(--b-text-dim);overflow-wrap:anywhere;min-width:0;max-width:100%;font-size:13px}.baustelle-karte-zeitraum{color:var(--b-text-dim);min-width:0;max-width:100%;font-size:13px}.baustelle-karte-zeitraum--leer{color:var(--b-text-dim)}.baustelle-badge{background:var(--b-bg);border:1px solid var(--b-border);color:var(--b-text-dim);white-space:nowrap;border-radius:999px;align-self:flex-start;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.baustelle-badge--rolle-bauleiter{color:var(--b-accent);border-color:var(--b-accent);background:#642d871a}.baustelle-badge--rolle-beteiligt,.baustelle-badge--eintrag{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b8931a}.baustelle-badge--warn{color:var(--b-warn);background:var(--b-warn-bg);border-color:#e9c979}.baustelle-badge--erledigt{color:var(--b-text-dim);border-color:var(--b-border);background:var(--b-bg)}.baustelle-badge--status-final{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b8931a}.baustelle-badge--status-entwurf{color:var(--b-warn);background:var(--b-warn-bg);border-color:#e9c979}.baustelle-badge-mini{background:var(--b-bg);border:1px solid var(--b-border);color:var(--b-text-dim);border-radius:999px;margin-left:6px;padding:2px 6px;font-size:10px;font-weight:600}.baustelle-detail{flex-direction:column;flex:1;width:100%;display:flex}.baustelle-detail-header{z-index:5;background:var(--b-bg-elevated);border-bottom:1px solid var(--b-border);align-items:center;gap:10px;padding:10px 12px;display:flex;position:sticky;top:0}.baustelle-zurueck{cursor:pointer;min-width:48px;min-height:48px;color:var(--b-text);background:0 0;border:none;border-radius:12px;font-size:20px}.baustelle-zurueck:hover{background:var(--b-bg)}.baustelle-detail-titel{flex-direction:column;min-width:0;display:flex}.baustelle-detail-name{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.baustelle-detail-meta{color:var(--b-text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.baustelle-detail-content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:16px 16px 96px}.baustelle-tabbar{display:flex}.baustelle-tabbar--unten{z-index:10;padding-bottom:env(safe-area-inset-bottom,0);background:#1c1a22;position:fixed;bottom:0;left:0;right:0}.baustelle-tabbar--oben{display:none}.baustelle-tabbar button{color:#9d9aa6;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:56px;font-size:11px;display:flex}.baustelle-tabbar button.aktiv{color:var(--b-primary)}.baustelle-tab{flex-direction:column;gap:12px;display:flex}.baustelle-card{background:var(--b-bg-elevated);border:1px solid var(--b-border);border-radius:16px;flex-direction:column;gap:8px;padding:16px;display:flex}.baustelle-card--link{color:var(--b-accent);flex-direction:row;justify-content:space-between;align-items:center;font-weight:600;text-decoration:none}.baustelle-card--platzhalter{color:var(--b-text-dim);justify-content:center;align-items:center;min-height:120px}.baustelle-adresse{font-size:15px}.baustelle-adresse-zeile{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.baustelle-stift-btn{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;min-width:32px;min-height:32px;color:var(--b-text-dim);border-radius:8px;flex-shrink:0;font-size:14px}.baustelle-stift-btn:hover{color:var(--b-accent);border-color:var(--b-accent)}.baustelle-stift-btn--deaktiviert{opacity:.4;cursor:not-allowed}.baustelle-stift-btn--deaktiviert:hover{color:var(--b-text-dim);border-color:var(--b-border)}.baustelle-adresse-form{flex-direction:column;gap:10px;display:flex}.baustelle-adresse-form label{color:var(--b-text-dim);flex-direction:column;gap:6px;font-size:13px;display:flex}.baustelle-adresse-form input{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;min-height:48px;padding:10px 12px}.baustelle-team-zeile{align-items:center;gap:10px;padding:4px 0;display:flex}.baustelle-avatar{background:var(--b-bg);border:1px solid var(--b-border);width:36px;height:36px;color:var(--b-text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.baustelle-avatar--bauleiter{border-color:var(--b-accent);color:var(--b-accent);background:#642d871f}.baustelle-termin-zeile,.baustelle-checkliste-zeile{border-bottom:1px solid var(--b-border);justify-content:space-between;align-items:center;gap:8px;padding:6px 0;font-size:14px;display:flex}.baustelle-termin-zeile:last-child,.baustelle-checkliste-zeile:last-child{border-bottom:none}.baustelle-datums-stepper{align-items:center;gap:8px;display:flex}.baustelle-datums-stepper input[type=date]{border:1px solid var(--b-border);background:var(--b-bg-elevated);border-radius:12px;flex:1;min-height:48px;padding:8px 12px}.baustelle-datum-lang{color:var(--b-text-dim);text-transform:capitalize;margin:-4px 0 0;font-size:13px}.baustelle-chip-reihe{flex-wrap:wrap;gap:8px;display:flex}.baustelle-chip-reihe--scroll{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.baustelle-datum-chip{border:1px solid var(--b-border);background:var(--b-bg-elevated);min-height:36px;font-size:12px;font-family:var(--b-mono);white-space:nowrap;cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:4px 12px;display:inline-flex}.baustelle-datum-chip.aktiv{border-color:var(--b-primary);background:#00b8931a;font-weight:600}.baustelle-punkt{background:var(--b-text-dim);border-radius:50%;width:7px;height:7px}.baustelle-punkt--final{background:var(--b-primary)}.baustelle-punkt--entwurf{background:#e9a63c}.baustelle-tagebuch-kopf{justify-content:space-between;align-items:center;gap:8px;display:flex}.baustelle-tagebuch label{color:var(--b-text-dim);flex-direction:column;gap:6px;font-size:13px;display:flex}.baustelle-tagebuch textarea,.baustelle-tagebuch input[type=text],.baustelle-tagebuch input[type=time]{border:1px solid var(--b-border);background:var(--b-bg);color:var(--b-text);resize:vertical;border-radius:12px;padding:10px 12px;font-size:15px}.baustelle-speicherstatus{color:var(--b-text-dim);min-height:16px;font-size:12px}.baustelle-form-zeile{gap:10px;display:flex}.baustelle-form-zeile>label{flex:1}.baustelle-wetter-chip{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:4px 12px;font-size:13px;display:inline-flex}.baustelle-wetter-chip--fehler{color:var(--b-danger);border-color:#b3261e59}.baustelle-anwesenheit-kopf{justify-content:space-between;align-items:center;gap:8px;display:flex}.baustelle-anwesenheit-zeile{border-bottom:1px solid var(--b-border);justify-content:space-between;align-items:center;gap:8px;padding:6px 0;font-size:14px;display:flex}.baustelle-anwesenheit-zeile:last-child{border-bottom:none}.baustelle-unterueberschrift{margin:10px 0 2px}.baustelle-manuell-form{border:1px dashed var(--b-border);border-radius:12px;flex-direction:column;gap:10px;padding:10px;display:flex}.baustelle-accordion-kopf{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:4px 0;font-size:14px;font-weight:600}.baustelle-revisionen{flex-direction:column;gap:4px;display:flex}.baustelle-revision-zeile{color:var(--b-text-dim);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.baustelle-overlay{z-index:20;background:#14121880;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.baustelle-sheet{background:var(--b-bg-elevated);border-radius:20px 20px 0 0;flex-direction:column;gap:12px;width:100%;max-width:720px;max-height:90svh;padding:20px;display:flex;overflow-y:auto}.baustelle-sheet label{color:var(--b-text-dim);flex-direction:column;gap:6px;font-size:13px;display:flex}.baustelle-sheet input,.baustelle-sheet select{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;min-height:48px;padding:8px 12px}.baustelle-sheet-aktionen{justify-content:flex-end;gap:10px;display:flex}.baustelle-chip{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;border-radius:999px;min-height:44px;padding:8px 16px;font-size:14px}.baustelle-chip--aktiv{background:var(--b-primary);border-color:var(--b-primary);color:#fff;font-weight:600}.baustelle-chip:disabled{opacity:.4;cursor:not-allowed}.baustelle-ergebnis-liste{flex-direction:column;gap:4px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.baustelle-ergebnis-liste li.ok{color:var(--b-primary-dark)}.baustelle-ergebnis-liste li.fehler{color:var(--b-danger)}@media (width>=480px){.baustelle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.baustelle-btn--danger{color:var(--b-danger);border-color:#b3261e66}.baustelle-btn--danger:hover:not(:disabled){background:var(--b-danger-bg)}.baustelle-foto-galerie{flex-direction:column;gap:10px;display:flex}.baustelle-datei-input-versteckt{display:none}.baustelle-upload-liste{flex-direction:column;gap:4px;display:flex}.baustelle-upload-zeile{flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.baustelle-upload-vorschau{object-fit:cover;border-radius:6px;flex-shrink:0;width:36px;height:36px}.baustelle-foto-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;display:grid}.baustelle-foto-thumb{aspect-ratio:1;border:1px solid var(--b-border);cursor:pointer;background:var(--b-bg);border-radius:10px;padding:0;overflow:hidden}.baustelle-foto-thumb img{object-fit:cover;width:100%;height:100%;display:block}.baustelle-foto-vollbild{align-items:stretch}.baustelle-foto-vollbild-bild{object-fit:contain;background:#000;border-radius:12px;width:100%;max-height:60svh}.baustelle-sprachnotiz-aufnahme{flex-direction:column;align-items:center;gap:12px;display:flex}.baustelle-pegel-anzeige{background:var(--b-bg);border:1px solid var(--b-border);border-radius:999px;width:100%;height:10px;overflow:hidden}.baustelle-pegel-balken{background:var(--b-primary);height:100%;transition:width .1s linear}.baustelle-sprachnotiz-timer{font-size:20px}.baustelle-sprachnotiz-review{flex-direction:column;gap:14px;display:flex}.baustelle-sprachnotiz-review-spalte h3{margin:0 0 6px}.baustelle-sprachnotiz-transkript-text{color:var(--b-text-dim);white-space:pre-wrap;font-size:13px}.baustelle-transkript-zeile{border-bottom:1px solid var(--b-border);padding:4px 0}.baustelle-transkript-zeile:last-child{border-bottom:none}.baustelle-badge--transkript-aufgenommen,.baustelle-badge--transkript-transkribiert{color:var(--b-warn);background:var(--b-warn-bg);border-color:#e9c979}.baustelle-badge--transkript-entwurf_erstellt{color:var(--b-accent);border-color:var(--b-accent);background:#642d871a}.baustelle-badge--transkript-uebernommen{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b8931a}.baustelle-badge--transkript-fehler{color:var(--b-danger);background:var(--b-danger-bg);border-color:#b3261e59}.baustelle-auftrag-reihe{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:stretch;gap:6px;min-width:0;max-width:100%;padding:2px 0 6px;display:flex;overflow-x:auto}.baustelle-auftrag-card{border:1px solid var(--b-border);background:var(--b-bg-elevated);border-radius:16px;flex-shrink:0;align-items:flex-start;gap:6px;min-width:0;padding:4px 8px 4px 4px;display:flex}.baustelle-auftrag-reihe .baustelle-auftrag-card{max-width:200px}.baustelle-auftrag-card--klickbar{cursor:pointer}.baustelle-auftrag-card--aktiv{border-color:var(--b-primary);background:#00b89314}.baustelle-auftrag-card--gross{padding:6px 12px 6px 6px}.baustelle-auftrag-ring{flex-shrink:0;display:block}.baustelle-auftrag-info{flex-direction:column;gap:1px;min-width:0;max-width:100%;display:flex}.baustelle-auftrag-nummer{color:var(--b-text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.baustelle-auftrag-bezeichnung{color:var(--b-text);-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:12px;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.baustelle-auftrag-stunden{white-space:nowrap;font-size:12px;font-weight:600}.baustelle-auftrag-stunden--warn{color:var(--b-danger)}.baustelle-auftrag-mehr{color:var(--b-text-dim);flex-shrink:0;padding:0 4px;font-size:12px;font-weight:600}.baustelle-gewerke-zeile{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.baustelle-gewerke-icons{flex-shrink:0;align-items:center;gap:3px;display:flex}.baustelle-gewerk-icon{color:var(--b-text-dim);display:inline-flex}.baustelle-gewerke-text{color:var(--b-text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.baustelle-auftrag-zeile{border-bottom:1px solid var(--b-border);align-items:center;gap:12px;min-width:0;max-width:100%;padding:6px 0;display:flex}.baustelle-auftrag-zeile:last-child{border-bottom:none}.baustelle-auftrag-status{overflow-wrap:anywhere;flex-direction:column;gap:2px;min-width:0;max-width:100%;font-size:14px;display:flex}.baustelle-zeitliste-gruppe{border-bottom:1px solid var(--b-border);padding:6px 0}.baustelle-zeitliste-gruppe:last-of-type{border-bottom:none}.baustelle-zeitliste-gruppe-kopf{justify-content:space-between;align-items:center;margin-bottom:4px;font-size:14px;font-weight:600;display:flex}.baustelle-zeitliste-zeile{flex-wrap:wrap;align-items:center;gap:8px;padding:4px 0 4px 10px;font-size:13px;display:flex}.baustelle-zeitliste-gesamt{margin:8px 0 0;font-size:15px;font-weight:700}.baustelle-badge--sync-synced{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b8931a}.baustelle-badge--sync-pending_push{color:var(--b-warn);background:var(--b-warn-bg);border-color:#e9c979}.baustelle-badge--sync-conflict{color:var(--b-danger);background:var(--b-danger-bg);border-color:#b3261e59}.baustelle-tz-warnbanner{background:var(--b-warn-bg);color:var(--b-warn);text-align:center;border-bottom:1px solid #e9c979;margin:0;padding:8px 16px;font-size:13px}.baustelle-konflikt-banner{background:var(--b-warn-bg);color:var(--b-warn);border:1px solid #e9c979;border-radius:12px;flex-direction:column;gap:8px;padding:12px 14px;font-size:13px;display:flex}.baustelle-foto-thumb-fehler{width:100%;height:100%;color:var(--b-danger);background:var(--b-danger-bg);cursor:pointer;text-align:center;justify-content:center;align-items:center;padding:4px;font-size:11px;display:flex}.baustelle-hinweis--erfolg{color:var(--b-primary-dark)}.baustelle-kontakt-karte{border-bottom:1px solid var(--b-border);flex-direction:column;gap:6px;padding:10px 0;display:flex}.baustelle-kontakt-karte:last-of-type{border-bottom:none}.baustelle-kontakt-kopf{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.baustelle-kontakt-aktionen{flex-shrink:0;align-items:center;gap:6px;display:flex}.baustelle-kontakt-name-zeile{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.baustelle-kontakt-name{overflow-wrap:anywhere;font-size:15px;font-weight:600}.baustelle-badge--primaer{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b8931a}.baustelle-kontakt-links{flex-wrap:wrap;gap:10px;display:flex}.baustelle-kontakt-link{border:1px solid var(--b-border);background:var(--b-bg);max-width:100%;min-height:44px;color:var(--b-text);overflow-wrap:anywhere;border-radius:12px;align-items:center;gap:6px;padding:6px 14px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.baustelle-kontakt-link--leer{color:var(--b-text-dim);font-size:13px;font-weight:400}.baustelle-kontakt-email{color:var(--b-primary-dark);font-size:13px}.baustelle-foto-thumb-badge{color:#fff;background:#000000a6;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:600;position:absolute;bottom:4px;right:4px}.baustelle-foto-thumb{position:relative}.baustelle-annotation-sheet{max-width:720px}.baustelle-annotation-toolbar{flex-wrap:wrap;gap:6px;display:flex}.baustelle-annotation-tool{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;border-radius:12px;min-width:48px;min-height:48px;font-size:18px}.baustelle-annotation-tool.aktiv{border-color:var(--b-primary);background:#00b8931f}.baustelle-annotation-farben{gap:8px;display:flex}.baustelle-annotation-farbe{border:2px solid var(--b-border);cursor:pointer;border-radius:50%;width:36px;height:36px;padding:0}.baustelle-annotation-farbe.aktiv{border-color:var(--b-accent);box-shadow:0 0 0 2px #642d8740}.baustelle-annotation-canvas-wrapper{width:100%;position:relative}.baustelle-annotation-canvas{touch-action:none;cursor:crosshair;background:#000;border-radius:12px;width:100%;height:auto;display:block}.baustelle-annotation-text-eingabe{background:var(--b-bg-elevated);border:1px solid var(--b-border);z-index:5;border-radius:8px;gap:4px;padding:4px;display:flex;position:absolute;transform:translate(-4px,-4px)}.baustelle-annotation-text-eingabe input{border:1px solid var(--b-border);border-radius:6px;width:140px;min-height:36px;padding:4px 8px}.baustelle-auftrag-stapel{flex-direction:column;gap:6px;min-width:0;max-width:100%;display:flex}.baustelle-auftrag-zeile-kompakt{border:1px solid var(--b-border);background:var(--b-bg-elevated);border-radius:10px;align-items:center;gap:8px;min-width:0;max-width:100%;padding:6px 10px;display:flex}.baustelle-auftrag-zeile-kompakt--klickbar{cursor:pointer}.baustelle-auftrag-zeile-kompakt--aktiv{border-color:var(--b-primary);background:#00b89314}.baustelle-auftrag-zeile-icons{flex-shrink:0}.baustelle-auftrag-zeile-icons .baustelle-gewerke-text{display:none}.baustelle-auftrag-zeile-text{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.baustelle-auftrag-zeile-kab{color:var(--b-text-dim);margin-right:6px;font-size:12px;font-weight:700}.baustelle-auftrag-zeile-bez{color:var(--b-text);font-size:13px}.baustelle-auftrag-zeile-fortschritt{flex-shrink:0;align-items:center;gap:6px;display:flex}.baustelle-auftrag-zeile-stunden{white-space:nowrap;font-size:11px;font-weight:600}@media (width>=1024px){.baustelle-shell{max-width:1600px;padding-left:32px;padding-right:32px}.baustelle-liste.baustelle-shell .baustelle-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.baustelle-tabbar--unten{display:none}.baustelle-tabbar--oben{background:var(--b-bg-elevated);border-bottom:1px solid var(--b-border);width:100%;max-width:1600px;margin:0 auto;padding:0 32px;display:flex;position:static}.baustelle-tabbar--oben button{min-height:52px;color:var(--b-text-dim);border-bottom:2px solid #0000;flex-direction:row;flex:none;gap:8px;padding:0 18px;font-size:13px;font-weight:600}.baustelle-tabbar--oben button.aktiv{color:var(--b-accent);border-bottom-color:var(--b-accent)}.baustelle-detail-content--split{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.baustelle-detail-sidebar{flex-direction:column;gap:12px;min-width:0;max-height:calc(100svh - 32px);display:flex;position:sticky;top:16px;overflow-y:auto}.baustelle-detail-haupt{min-width:0}}.baustelle-ansicht-toggle{border:1px solid var(--b-border);border-radius:12px;flex-shrink:0;display:flex;overflow:hidden}.baustelle-ansicht-toggle button{border:none;border-right:1px solid var(--b-border);background:var(--b-bg-elevated);min-width:44px;min-height:44px;color:var(--b-text-dim);cursor:pointer;justify-content:center;align-items:center;display:flex}.baustelle-ansicht-toggle button:last-child{border-right:none}.baustelle-ansicht-toggle button.aktiv{background:var(--b-primary);color:#fff}.baustelle-tabelle-wrapper{-webkit-overflow-scrolling:touch;border:1px solid var(--b-border);background:var(--b-bg-elevated);border-radius:12px;overflow-x:auto}.baustelle-tabelle{border-collapse:collapse;width:100%;font-size:13px}.baustelle-tabelle th{text-align:left;text-transform:uppercase;letter-spacing:.3px;color:var(--b-text-dim);border-bottom:1px solid var(--b-border);white-space:nowrap;padding:10px 12px;font-size:11px}.baustelle-tabelle td{border-bottom:1px solid var(--b-border);vertical-align:middle;padding:10px 12px}.baustelle-tabelle tbody tr{cursor:pointer}.baustelle-tabelle tbody tr:hover{background:var(--b-bg)}.baustelle-tabelle tbody tr:focus-visible{outline:2px solid var(--b-primary);outline-offset:-2px}.baustelle-tabelle tbody tr:last-child td{border-bottom:none}.baustelle-tabelle-auftraege{align-items:center;gap:6px;display:flex}.baustelle-kanban{flex-direction:column;gap:8px;display:flex}.baustelle-kanban-tabs{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.baustelle-kanban-tab{border:1px solid var(--b-border);background:var(--b-bg-elevated);color:var(--b-text-dim);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none}.baustelle-kanban-spalten{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.baustelle-kanban-spalte{scroll-snap-align:start;background:var(--b-bg-elevated);border:1px solid var(--b-border);border-radius:16px;flex-direction:column;flex:0 0 85%;min-width:0;max-height:65svh;padding:12px;display:flex}.baustelle-kanban-spalte-titel{margin:0 0 8px;font-size:14px}.baustelle-kanban-karten{flex-direction:column;gap:8px;min-height:0;display:flex;overflow-y:auto}.baustelle-kanban-karte{text-align:left;border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;border-radius:12px;flex-direction:column;gap:4px;min-width:0;padding:10px 12px;display:flex}.baustelle-kanban-karte-name{overflow-wrap:anywhere;font-size:14px;font-weight:600}.baustelle-kanban-hinweis{color:var(--b-text-dim)}@media (width>=1024px){.baustelle-kanban-tabs{display:none}.baustelle-kanban-spalten{scroll-snap-type:none;overflow-x:visible}.baustelle-kanban-spalte{flex:1 1 0;max-height:75vh}}.baustelle-hauptbereich{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.baustelle-hauptbereich--mit-tabbar .baustelle-liste{padding-bottom:96px}.baustelle-badge--aufnahme-offen{color:var(--b-warn);border-color:#e9c979}.baustelle-badge--aufnahme-in-aufnahme{color:var(--b-accent);border-color:var(--b-accent)}.baustelle-badge--aufnahme-review{color:var(--b-primary-dark);border-color:var(--b-primary)}.baustelle-badge--aufnahme-fertig{color:#fff;background:var(--b-primary);border-color:var(--b-primary)}.baustelle-badge--aufnahme-keine{color:var(--b-text-dim);border-color:var(--b-border)}.baustelle-badge--online{color:var(--b-accent);border-color:var(--b-accent);background:#642d8714}.baustelle-badge--kommend{color:var(--b-text-dim);border-color:var(--b-border)}.anfrage-karte-badges{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.anfrage-kopf-betrag{color:var(--b-text);margin-top:4px;font-size:20px;font-weight:700}.anfrage-abschnitt-kopf{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.anfrage-abschnitt-kopf h2{margin:0}.anfrage-online-liste{flex-direction:column;display:flex}.anfrage-online-feld{border-bottom:1px solid var(--b-border);color:var(--b-text-dim);justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;display:flex}.anfrage-online-feld:last-child{border-bottom:none}.anfrage-online-feld-label{color:var(--b-text-dim);flex-shrink:0;font-size:13px}.anfrage-online-feld-wert{color:var(--b-text-dim);text-align:right;overflow-wrap:anywhere;font-size:14px}.anfrage-online-liste--kontakt{border-top:1px dashed var(--b-border);margin-top:8px;padding-top:8px}.anfrage-journey-liste{flex-direction:column;gap:2px;display:flex}.anfrage-journey-zeile{border-bottom:1px solid var(--b-border);align-items:baseline;gap:10px;padding:6px 0;display:flex}.anfrage-journey-zeile:last-child{border-bottom:none}.anfrage-journey-zeile--hervorgehoben{border-left:3px solid var(--b-accent);background:#642d870d;border-radius:0 8px 8px 0;padding-left:8px}.anfrage-journey-datum{color:var(--b-text-dim);flex-shrink:0;min-width:92px;font-size:12px}.anfrage-journey-label{font-size:14px}.anfrage-aktion-zeile{align-items:center;gap:10px;margin-top:8px;display:flex}.anfrage-aufnahme-text{color:var(--b-text);white-space:pre-wrap;margin:8px 0 0;font-size:14px}.baustelle-material-gruppe{border-bottom:1px solid var(--b-border);flex-direction:column;gap:6px;padding:8px 0;display:flex}.baustelle-material-gruppe:last-of-type{border-bottom:none}.baustelle-material-zeile{flex-wrap:wrap;align-items:center;gap:10px;padding:4px 0 4px 10px;font-size:14px;display:flex}.baustelle-material-bezeichnung{overflow-wrap:anywhere;flex:1;min-width:0}.baustelle-material-hinweis{width:100%;color:var(--b-text-dim);margin:0 0 0 10px}.baustelle-positionen-liste{flex-direction:column;gap:6px;display:flex}.baustelle-position-zeile{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.baustelle-position-zeile input[type=checkbox]{flex-shrink:0;width:20px;height:20px}.baustelle-position-text{overflow-wrap:anywhere;flex:1;min-width:0;font-size:14px}.baustelle-position-menge{border:1px solid var(--b-border);border-radius:8px;width:72px;min-height:36px;padding:4px 8px}.baustelle-scan-video-wrapper{background:#000;border-radius:12px;width:100%;overflow:hidden}.baustelle-scan-video{object-fit:cover;width:100%;height:auto;max-height:50svh;display:block}.baustelle-geraet-karte{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.baustelle-werkzeug-zeile{border-bottom:1px solid var(--b-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.baustelle-werkzeug-zeile:last-child{border-bottom:none}.baustelle-checkliste-zeile--klickbar{text-align:left;border:none;border-bottom:1px solid var(--b-border);cursor:pointer;background:0 0;width:100%}.baustelle-checkliste-zeile--klickbar:hover{background:var(--b-bg)}.aufnahme-sprung-btn{text-align:left;width:100%;color:var(--b-accent);border-color:var(--b-accent);background:#642d870f}.aufnahme-sektion{padding:0;overflow:hidden}.aufnahme-sektion-kopf{cursor:pointer;text-align:left;width:100%;color:var(--b-text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:16px;font-size:15px;font-weight:600;display:flex}.aufnahme-sektion-titel{overflow-wrap:anywhere;min-width:0}.aufnahme-sektion-inhalt{border-top:1px solid var(--b-border);flex-direction:column;gap:16px;padding:0 16px 16px;display:flex}.aufnahme-feld{flex-direction:column;gap:6px;padding-top:12px;display:flex}.aufnahme-feld-kopf{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.aufnahme-feld-label{overflow-wrap:anywhere;min-width:0;font-size:14px;font-weight:600}.aufnahme-feld-pflicht{color:var(--b-danger)}.aufnahme-eingabe{border:1px solid var(--b-border);background:var(--b-bg);width:100%;min-height:48px;color:var(--b-text);border-radius:12px;padding:10px 12px}.aufnahme-eingabe--memo{resize:vertical;min-height:88px}.aufnahme-eingabe--prefill{color:var(--b-text-dim);background:var(--b-bg);border-style:dashed;font-style:italic}.baustelle-chip.aufnahme-eingabe--prefill{color:var(--b-text-dim);border-style:dashed;font-style:italic}.aufnahme-uebernehmen-btn{align-self:flex-start}.aufnahme-checkbox-zeile{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.aufnahme-checkbox-zeile input[type=checkbox]{cursor:pointer;width:22px;height:22px}.aufnahme-badge-quelle{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b89314}.aufnahme-foto-feld{flex-direction:column;gap:10px;display:flex}.aufnahme-foto-thumb--ausstehend img{opacity:.6}.aufnahme-template-liste{flex-direction:column;gap:4px;max-height:50svh;display:flex;overflow-y:auto}.aufnahme-template-zeile{border-bottom:1px solid var(--b-border);cursor:pointer;align-items:center;gap:10px;padding:10px 4px;display:flex}.aufnahme-template-zeile:last-child{border-bottom:none}.aufnahme-template-zeile input[type=radio]{cursor:pointer;flex-shrink:0;width:20px;height:20px}.aufnahme-template-info{flex-direction:column;gap:2px;min-width:0;display:flex}.aufnahme-template-name{overflow-wrap:anywhere;font-size:14px;font-weight:600}.baustelle-abnahme-liste{flex-direction:column;gap:10px;display:flex}.baustelle-abnahme-karte{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.baustelle-abnahme-kopf{justify-content:space-between;align-items:center;gap:8px;display:flex}.baustelle-abnahme-titel{overflow-wrap:anywhere;min-width:0;font-weight:600}.baustelle-abnahme-template-liste{flex-direction:column;gap:6px;max-height:40svh;display:flex;overflow-y:auto}.baustelle-abnahme-template-karte{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;text-align:left;color:var(--b-text);border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.baustelle-abnahme-template-karte--aktiv{border-color:var(--b-primary);background:#00b89314}.baustelle-abnahme-template-info{flex-direction:column;gap:2px;min-width:0;display:flex}.baustelle-abnahme-template-name{overflow-wrap:anywhere;font-size:14px;font-weight:600}.baustelle-gewerk-icon--generisch{color:var(--b-text-dim);opacity:.7}.baustelle-material-sektion{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;margin-bottom:10px;overflow:hidden}.baustelle-material-sektion-kopf{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:12px;font-weight:600;display:flex}.baustelle-material-sektion-inhalt{border-top:1px solid var(--b-border);flex-direction:column;gap:6px;padding:0 12px 12px;display:flex}.baustelle-position-zeile--anzeige{cursor:default;flex-wrap:wrap}.baustelle-bestellung-karte{border:1px solid var(--b-border);background:var(--b-bg);border-radius:10px}.baustelle-bestellung-kopf{cursor:pointer;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 10px;display:flex}.baustelle-bestellung-positionen{border-top:1px solid var(--b-border);flex-direction:column;gap:4px;padding:0 10px 10px;display:flex}.baustelle-lieferung-zeile{border-bottom:1px solid var(--b-border);align-items:center;gap:10px;padding:8px 0;display:flex}.baustelle-lieferung-zeile:last-child{border-bottom:none}.baustelle-lieferung-text{overflow-wrap:anywhere;flex-direction:column;flex:1;min-width:0;display:flex}.baustelle-lieferung-bezeichnung{font-weight:600}.baustelle-ampel{border-radius:50%;flex-shrink:0;width:12px;height:12px}.baustelle-ampel--gruen{background:var(--b-primary)}.baustelle-ampel--gelb{background:#e9c979}.baustelle-ampel--grau{background:var(--b-border)}.baustelle-dokument-liste{flex-direction:column;gap:4px;display:flex}.baustelle-dokument-zeile{border-bottom:1px solid var(--b-border);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}.baustelle-dokument-zeile:last-child{border-bottom:none}.baustelle-dokument-name{overflow-wrap:anywhere;min-width:0}.baustelle-dokument-fotogruppe{margin-top:12px}.baustelle-dokument-fotoreihe{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:6px;display:grid}.baustelle-dokument-foto{aspect-ratio:1;background:var(--b-bg);border-radius:8px;display:block;overflow:hidden}.baustelle-dokument-foto img{object-fit:cover;width:100%;height:100%;display:block}.baustelle-hinweis-karte{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.aufnahme-uebernahme-sektion{border-top:1px dashed var(--b-border);flex-direction:column;gap:10px;margin-top:12px;padding-top:12px;display:flex}.aufnahme-beschreibung-textarea{border:1px solid var(--b-border);background:var(--b-bg);width:100%;min-height:140px;color:var(--b-text);resize:vertical;font:inherit;border-radius:12px;padding:10px 12px}.aufnahme-beschreibung-textarea:disabled{opacity:.6}.aufnahme-kandidaten-liste{flex-direction:column;gap:6px;max-height:50svh;display:flex;overflow-y:auto}.aufnahme-kandidat-zeile{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;text-align:left;color:var(--b-text);border-radius:12px;flex-direction:column;gap:2px;padding:10px;display:flex}.aufnahme-kandidat-zeile:disabled{opacity:.5;cursor:not-allowed}.aufnahme-kandidat-nummer{font-size:13px;font-weight:600}.aufnahme-kandidat-name{color:var(--b-text-dim);font-size:13px}.baustelle-aufnahme-anzeige-liste{flex-direction:column;margin-bottom:8px;display:flex}.baustelle-aufnahme-anzeige-feld{border-bottom:1px solid var(--b-border);flex-direction:column;gap:4px;padding:7px 0;display:flex}.baustelle-aufnahme-anzeige-feld:last-child{border-bottom:none}.baustelle-aufnahme-anzeige-kopf{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.baustelle-aufnahme-anzeige-label{overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:600}.baustelle-aufnahme-anzeige-wert{overflow-wrap:anywhere;font-size:14px}.baustelle-btn--klein svg{vertical-align:-3px;margin-right:4px}.baustelle-zeiten-shell{max-width:720px}.baustelle-zeiten-wochennav{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.baustelle-zeiten-wochenspanne{color:var(--b-text-dim);white-space:nowrap;font-size:14px}.baustelle-zeiten-kopf{margin-bottom:12px}.baustelle-zeiten-kopf-zeile{justify-content:space-between;align-items:center;font-size:14px;display:flex}.baustelle-zeiten-grid{grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:16px;display:grid}.baustelle-zeiten-tag{gap:10px}.baustelle-zeiten-tag--heute{border-color:var(--b-primary);box-shadow:0 0 0 1px var(--b-primary)}.baustelle-zeiten-tag-kopf{justify-content:space-between;align-items:baseline;font-weight:600;display:flex}.baustelle-zeiten-eintrag{border-top:1px solid var(--b-border);flex-direction:column;gap:4px;padding:8px 0;display:flex}.baustelle-zeiten-eintrag-zeile{justify-content:space-between;align-items:center;gap:8px;display:flex}.baustelle-zeiten-eintrag-zeit{font-size:13px}.baustelle-zeiten-eintrag-projekt{overflow-wrap:anywhere;min-width:0;font-size:14px}.baustelle-zeiten-eintrag-aktionen{align-items:center;gap:8px;margin-top:2px;display:flex}.baustelle-zeiten-erfassen-btn{position:sticky;bottom:12px}.baustelle-picker-liste{flex-direction:column;gap:6px;max-height:220px;display:flex;overflow-y:auto}.baustelle-picker-zeile{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:10px;min-height:44px;padding:8px 12px;display:flex}.baustelle-picker-zeile--aktiv{border-color:var(--b-primary);background:#00b89314}.baustelle-picker-zeile-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.baustelle-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.baustelle-quick-kachel{border:1px solid var(--b-border);background:var(--b-bg);cursor:pointer;border-radius:12px;min-height:44px;padding:10px 12px;font-size:14px}.baustelle-quick-kachel--aktiv{background:var(--b-primary);border-color:var(--b-primary);color:#fff;font-weight:600}@media (width>=1024px){.baustelle-zeiten-shell{max-width:1200px}.baustelle-zeiten-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.baustelle-badge--danger{color:var(--b-danger);border-color:var(--b-danger);background:var(--b-danger-bg)}.baustelle-sync-badge{border:1px solid var(--b-border);background:var(--b-bg);color:var(--b-text-dim);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.baustelle-sync-badge--fehler{color:var(--b-danger);border-color:var(--b-danger);background:var(--b-danger-bg)}.baustelle-sync-badge--offline{color:var(--b-warn);background:var(--b-warn-bg);border-color:#e9c979}.baustelle-sync-panel{width:100%;max-width:480px}.baustelle-sync-op-zeile{border-bottom:1px solid var(--b-border);flex-direction:column;gap:4px;padding:10px 0;display:flex}.baustelle-sync-op-kopf{align-items:center;gap:8px;display:flex}.aufnahme-diktat-sektion{border-top:1px dashed var(--b-border);flex-direction:column;gap:10px;margin-top:14px;padding-top:14px;display:flex}.aufnahme-diktat-kopf{justify-content:space-between;align-items:center;gap:8px;display:flex}.aufnahme-diktat-aktionen{align-items:center;gap:12px;display:flex}.aufnahme-diktat-mic-btn{background:var(--b-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;display:flex}.aufnahme-diktat-mic-btn:hover{background:var(--b-primary-dark)}.aufnahme-diktat-mic-btn--aktiv,.aufnahme-diktat-mic-btn--aktiv:hover{background:var(--b-danger)}.aufnahme-diktat-timer{font-size:18px}.aufnahme-diktat-status-liste{flex-direction:column;gap:8px;display:flex}.aufnahme-diktat-status-zeile{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.aufnahme-diktat-badge--warten{color:var(--b-warn);background:var(--b-warn-bg);border-color:#e9c979}.aufnahme-diktat-badge--fehler{color:var(--b-danger);background:var(--b-danger-bg);border-color:#b3261e59}.aufnahme-diktat-badge--fertig{color:var(--b-primary-dark);border-color:var(--b-primary);background:#00b8931a}.aufnahme-diktat-transkript summary{cursor:pointer;font-size:14px;font-weight:600}.aufnahme-diktat-transkript{border:1px solid var(--b-border);border-radius:12px;padding:10px 12px}.aufnahme-diktat-ergebnis-liste{flex-direction:column;gap:4px;display:flex}.aufnahme-diktat-mapping-liste{flex-direction:column;gap:10px;display:flex}.aufnahme-diktat-mapping-zeile{border:1px solid var(--b-border);background:var(--b-bg);border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.aufnahme-diktat-mapping-kopf{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.aufnahme-diktat-konfidenz{color:var(--b-text-dim);font-weight:400}.aufnahme-diktat-vorschlag-wert{overflow-wrap:anywhere;font-size:14px;font-weight:600}.aufnahme-diktat-beleg{color:var(--b-text-dim);overflow-wrap:anywhere;font-size:13px;font-style:italic}.anfrage-stage-zeile{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.anfrage-stage-warnhinweis{border:1px dashed var(--b-border);border-radius:12px;padding:10px 12px}.anfrage-kopf-notizen{border-top:1px dashed var(--b-border);flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.anfrage-kopf-notiz{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px}.anfrage-kopf-notiz-label{color:var(--b-text-dim);margin-bottom:2px;font-size:12px;font-weight:600;display:block}.anfrage-edit-form{flex-direction:column;gap:10px;display:flex}.anfrage-edit-form label{color:var(--b-text-dim);flex-direction:column;gap:6px;font-size:13px;display:flex}.anfrage-edit-form input,.anfrage-edit-form select{border:1px solid var(--b-border);background:var(--b-bg);min-height:48px;color:var(--b-text);font:inherit;border-radius:12px;padding:10px 12px}.anfrage-edit-textarea{border:1px solid var(--b-border);background:var(--b-bg);min-height:90px;color:var(--b-text);resize:vertical;font:inherit;border-radius:12px;padding:10px 12px}.anfrage-online-feld-wert-zeile{flex-shrink:0;align-items:center;gap:8px;display:flex}.anfrage-online-feld--bearbeitung{flex-direction:column;align-items:stretch;gap:6px}.anfrage-wp-edit-zeile{flex-direction:column;gap:8px;display:flex}.anfrage-wp-edit-zeile input,.anfrage-wp-edit-zeile select{border:1px solid var(--b-border);background:var(--b-bg);min-height:44px;color:var(--b-text);font:inherit;border-radius:10px;padding:8px 12px}.anfrage-wp-edit-aktionen{justify-content:flex-end;gap:8px;display:flex}
