/* inforo – Design-System V1 (editorial, strikt monochrom). Aus design_handoff_inforo_v1. */
:root {
  --ink: #0d0d0d;
  --text2: #555; --text3: #666;
  --muted: #9b9b9b; --faint: #b0b0b0; --faint2: #c0c0c0; --faint3: #c4c4c4;
  --line: #e6e6e6; --line2: #f0f0f0; --line3: #f2f2f2;
  --surf: #fafafa; --surf2: #f4f4f4; --surf3: #f7f7f7;
  --mono: "SFMono-Regular", "Menlo", "Consolas", monospace;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: var(--sans); -webkit-font-smoothing: antialiased; background: #fff; color: var(--ink); font-size: 13px; line-height: 1.5; }
a { color: var(--ink); text-decoration: none; } a:hover { opacity: .55; }
button { font-family: inherit; } input, textarea, select { font-family: inherit; }
select { -webkit-appearance: none; appearance: none; }
::selection { background: var(--ink); color: #fff; }
.mono { font-family: var(--mono); }

/* --- Logo-Figuren (Platzhalter, wird durch finale Marke ersetzt) --- */
.i-tall, .i-short { border: 1.4px solid var(--ink); border-radius: 99px; position: relative; display: inline-block; }
.i-tall { width: 8px; height: 22px; } .i-short { width: 8px; height: 14px; }
.i-tall::before, .i-short::before { content: ""; position: absolute; top: -6px; left: 0; width: 6px; height: 6px; border: 1.4px solid var(--ink); border-radius: 99px; background: #fff; }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-word { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; margin-left: 2px; }

/* --- App-Shell --- */
.app { display: flex; flex-direction: column; height: 100vh; overflow: hidden; }
.mast { flex: 0 0 auto; border-bottom: 1px solid var(--ink); padding: 0 30px; display: flex; align-items: center; height: 62px; gap: 30px; }
.nav { display: flex; align-items: center; gap: 22px; height: 100%; }
.nav a { display: flex; align-items: center; height: 100%; font-size: 13px; letter-spacing: .01em; color: var(--muted); font-weight: 400; border-bottom: 2px solid transparent; }
.nav a:hover { opacity: 1; color: var(--ink); }
.nav a.active { color: var(--ink); font-weight: 600; border-bottom: 2px solid var(--ink); }
.spacer { flex: 1; }
.chip { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; color: var(--muted); }
.prod-off { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border: 1px solid #e0e0e0; padding: 3px 9px; }
.prod-on { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; color: #fff; background: var(--ink); padding: 4px 9px; }
.avatar { width: 32px; height: 32px; border-radius: 99px; background: var(--ink); color: #fff; border: none; font-size: 10px; font-weight: 600; cursor: pointer; letter-spacing: .02em; }
.usermenu { position: absolute; right: 0; top: 40px; width: 186px; background: #fff; border: 1px solid var(--ink); padding: 6px; z-index: 20; }
.content { flex: 1; overflow: auto; }
.content::-webkit-scrollbar { width: 10px; } .content::-webkit-scrollbar-thumb { background: #dcdcdc; border: 3px solid #fff; }
.view { padding: 40px 48px 60px; }

/* --- Editoriale Typografie --- */
.kicker { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.label { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.label-b { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); }
h1.display { font-size: 40px; font-weight: 600; letter-spacing: -0.03em; margin: 0; line-height: 1.02; }
.rule-strong { border-bottom: 1px solid var(--ink); }
.rule { border-bottom: 1px solid var(--line); }

/* --- Buttons --- */
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; border: none; height: 44px; padding: 0 22px; font-size: 14px; font-weight: 600; cursor: pointer; }
.btn-text { display: inline-flex; align-items: center; gap: 9px; background: transparent; border: none; font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; padding: 0; }
.btn-underline { background: transparent; border: none; font-size: 14px; font-weight: 600; cursor: pointer; border-bottom: 1.5px solid var(--ink); padding: 0 0 3px; }

/* --- Inputs --- */
.input-underline { width: 100%; height: 40px; padding: 0 2px; border: none; border-bottom: 1.5px solid var(--ink); font-size: 16px; background: transparent; color: var(--ink); }

/* --- Badges / Tags --- */
.badge-norm { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); font-weight: 700; white-space: nowrap; }
.badge-jud { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; white-space: nowrap; }
.badge-auth { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); font-weight: 600; white-space: nowrap; }
.badge-cons { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); font-weight: 600; white-space: nowrap; }

/* --- Switch --- */
.switch { position: relative; width: 40px; height: 22px; border-radius: 999px; padding: 0; cursor: pointer; flex: 0 0 auto; border: 1px solid #cfcfcf; background: #fff; }
.switch .knob { position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 999px; background: #fff; border: 1px solid #cfcfcf; transition: left .15s; }
.switch.on { border: none; background: var(--ink); }
.switch.on .knob { left: 21px; top: 3px; border: none; box-shadow: 0 1px 2px rgba(0,0,0,.3); }

/* --- PENDING (Schwarz trägt die Warn-Bedeutung, keine Farbe) --- */
.pending { background: var(--ink); color: #fff; padding: 22px; }
.pending .prow { display: flex; gap: 12px; font-size: 13px; line-height: 1.4; padding: 10px 0; border-top: 1px solid #333; }

/* --- Auth-Screens (Login / Setup) --- */
.auth-grid { height: 100vh; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; }
.auth-left { position: relative; border-right: 1px solid var(--ink); overflow: hidden; padding: 40px 44px; display: flex; flex-direction: column; }
.auth-motif { position: absolute; bottom: -260px; left: -160px; width: 820px; height: 820px; }
.auth-hero { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; }
.auth-headline { font-size: 60px; font-weight: 600; letter-spacing: -0.04em; line-height: .98; margin: 0; }
.auth-foot { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint2); position: relative; }
.auth-right { display: flex; flex-direction: column; justify-content: center; padding: 0 68px; }

@media (max-width: 1100px) {
  .auth-grid { grid-template-columns: 1fr; }
  .auth-left { display: none; }
}
