/* denschcollabs — Landing-CSS (11.09.2026): NUR die Mockup-Regeln der Bühnen
   (Formular, Status-Pipeline, Dateiliste, Finanzübersicht, App-Phone), per Skript
   aus dc-style.css gezogen — das App-CSS lädt die Landing nicht mehr. Kein
   Panel-Chrome (wf-panel/-pill/-info/-vis/-stagger), keine Dark-Mode-Varianten.
   Seite ist dunkel (html[data-stil=dunkel]); die Mockups sind bewusst helle
   Karten — ihre Alt-Tokens (--bg-white, --text-primary, --accent …) setzt die
   Seite im Bühnen-Glas (Inline-<style>, Block „Mockup-Palette"), dort stehen
   auch Einsatzpunkte (--ab) und Breiten (.bu-mock). */

@import url('/densch-shared/ddl/ddl-schrift.css?v=20260915');
/* ── Basis (vorher aus dc-style.css: Reset + Inter) ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-family: var(--ddl-font-sans, 'Century Gothic', 'Avenir Next', Avenir, system-ui, sans-serif); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { line-height: 1.5; }

/* ── Mockups (gezogen) ── */
.wf-mock { background: var(--bg-white); border-radius: 20px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 8px 32px rgba(0,0,0,0.06); width: 100%; max-width: 440px; overflow: hidden; }
.wf-mock-bar { padding: 14px 20px; font-size: 13px; font-weight: 700; color: var(--text-primary); border-bottom: 1px solid rgba(0,0,0,0.06); background: rgba(0,0,0,0.015); }
.wf-mock-field { padding: 10px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); }
.wf-mock-label { display: block; font-size: 10px; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 3px; }
.wf-mock-input { display: block; font-size: 14px; font-weight: 500; color: var(--text-primary); }
.wf-mock-accent { color: var(--accent); font-weight: 700; }
.wf-mock-row { display: grid; grid-template-columns: 1fr 1fr; }
.wf-mock-row .wf-mock-field:first-child { border-right: 1px solid rgba(0,0,0,0.04); }
.wf-mock-pills { display: flex; gap: 6px; margin-top: 2px; }
.wf-mp { font-size: 11px; padding: 4px 12px; border-radius: 980px; background: rgba(0,0,0,0.04); color: var(--text-secondary); font-weight: 500; }
.wf-mp.active { background: var(--accent); color: #fff; }
.wf-mock-btn { margin: 16px 20px; padding: 10px; text-align: center; background: var(--accent); color: #fff; border-radius: 12px; font-size: 13px; font-weight: 600; }
.wf-pipeline { padding: 8px 20px 16px; }
.wf-pipe-step { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 13px; color: var(--text-secondary); margin-left: 0; padding-left: 0; position: relative; transition: color .2s; }
.wf-pipe-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(0,0,0,0.10); flex-shrink: 0; position: relative; transition: all .3s; }
.wf-pipe-done { color: var(--text-primary); font-weight: 500; }
.wf-pipe-done .wf-pipe-dot { background: var(--accent); }
.wf-pipe-check { margin-left: auto; color: var(--accent); font-size: 14px; font-weight: 700; }
.wf-pipe-active { color: var(--text-primary); font-weight: 700; }
.wf-pipe-active .wf-pipe-dot { background: var(--accent); width: 12px; height: 12px; box-shadow: 0 0 0 4px rgba(180,83,9,0.12); animation: wf-pulse 2s infinite; }
.wf-pipe-badge { margin-left: auto; font-size: 10px; font-weight: 600; padding: 2px 10px; border-radius: 980px; background: rgba(180,83,9,0.1); color: var(--accent); }
@keyframes wf-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(180,83,9,0.15); } 50% { box-shadow: 0 0 0 8px rgba(180,83,9,0.08); } }
.wf-file { display: flex; align-items: center; gap: 12px; padding: 10px 20px; border-bottom: 1px solid rgba(0,0,0,0.04); }
.wf-file:last-child { border-bottom: none; }
.wf-file-icon { font-size: 24px; flex-shrink: 0; }
.wf-file-name { display: block; font-size: 13px; font-weight: 600; color: var(--text-primary); }
.wf-file-meta { display: block; font-size: 11px; color: var(--text-secondary); margin-top: 1px; }
.wf-finance-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(0,0,0,0.04); }
.wf-fin-block { padding: 14px 20px; }
.wf-fin-block:first-child { border-right: 1px solid rgba(0,0,0,0.04); }
.wf-fin-label { display: block; font-size: 10px; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
.wf-fin-value { font-size: 22px; font-weight: 800; color: var(--text-primary); letter-spacing: -0.02em; }
.wf-fin-bar-wrap { padding: 14px 20px; }
.wf-fin-bar-label { font-size: 10px; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.wf-fin-bar { height: 8px; background: rgba(0,0,0,0.06); border-radius: 4px; overflow: hidden; }
.wf-fin-bar-fill { height: 100%; background: linear-gradient(90deg, var(--accent), #D97706); border-radius: 4px; transition: width 1s cubic-bezier(0.16,1,0.3,1); }
.wf-fin-bar-pct { font-size: 20px; font-weight: 800; color: var(--accent); margin-top: 6px; letter-spacing: -0.02em; }
.app-mockup-phone { width: 260px; background: #1a1a1a; border-radius: 44px; padding: 14px; box-shadow: 0 0 0 2px #333, 0 24px 80px rgba(0, 0, 0, 0.25), 0 8px 30px rgba(0, 0, 0, 0.15); position: relative; }
.app-mockup-notch { width: 90px; height: 28px; background: #1a1a1a; border-radius: 0 0 18px 18px; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 2; }
.app-mockup-notch::after { content: ''; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); width: 56px; height: 14px; background: #000; border-radius: 10px; }
.app-mockup-screen { background: var(--bg-light); border-radius: 32px; padding: 52px 20px 36px; min-height: 420px; overflow: hidden; }
.app-mockup-header { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 24px; text-align: left; letter-spacing: -0.02em; }
.app-mockup-item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; margin-bottom: 8px; background: var(--bg-white); border-radius: 12px; text-align: left; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); }
.app-mockup-item:last-child { margin-bottom: 0; }
.app-mockup-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.app-mockup-item span { font-size: 13px; color: var(--text-primary); font-weight: 500; }
@media (prefers-reduced-motion: reduce) {
    .wf-pipe-active .wf-pipe-dot { animation: none; }
    .wf-fin-bar-fill { transition: none; }
}

/* ── Statusfarben + Balkenbreite (vorher style=""-Attribute in den Mocks) ── */
.wf-gruen { color: #22c55e; }
.wf-rot { color: #ef4444; }
.wf-gruen-bg { background: #22c55e; }
.wf-amber-bg { background: #B45309; }
.wf-indigo-bg { background: #6366f1; }
.wf-fin-bar-fill--72 { width: 72%; }
