:root {
  color-scheme: light;
  --bg: #eef2f6;
  --ink: #111722;
  --muted: #687386;
  --paper: #ffffff;
  --paper-soft: #f8fafc;
  --line: #d8e0ea;
  --brand: #d92332;
  --brand-dark: #9f101b;
  --blue: #1266aa;
  --green: #12835d;
  --amber: #b86a00;
  --dark: #111820;
  --shadow: 0 22px 70px rgba(17, 23, 34, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--bg); }
body.is-standalone { overscroll-behavior-y: contain; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
p { color: var(--muted); line-height: 1.55; }
.muted { color: var(--muted); }

.shell { width: min(1220px, calc(100% - 32px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(216,224,234,.86); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.topbar-inner { min-height: 74px; display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.2fr) auto; align-items: center; gap: 14px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: 172px; max-width: 100%; height: auto; display: block; flex: 0 0 auto; filter: drop-shadow(0 10px 24px rgba(217,35,50,.12)); }
.nav-brand .brand-logo { width: 188px; }
.footer-brand-logo .brand-logo { width: 178px; }
.brand-mark { width: 40px; height: 40px; border-radius: 8px; display: grid; place-items: center; background: var(--brand); color: #fff; font-weight: 950; box-shadow: 0 12px 28px rgba(217,35,50,.28); flex: 0 0 auto; }
.brand-text { display: grid; gap: 2px; min-width: 0; }
.brand-text strong, .brand-text span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand-text span { color: var(--muted); font-size: 12px; }
.top-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.statement-link { border-color: #f0c4ca; background: #fff7f8; color: var(--brand-dark); }
.main-nav { min-height: 48px; border: 1px solid var(--line); border-radius: 8px; padding: 5px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; background: #f8fafc; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.main-nav a { min-width: 0; border: 1px solid transparent; border-radius: 7px; padding: 6px 9px; display: grid; gap: 1px; color: #475467; background: transparent; }
.main-nav a span { font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.main-nav a strong { font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.main-nav a.active, .main-nav a:hover { border-color: #f0c4ca; background: #fff; color: var(--brand-dark); box-shadow: 0 8px 22px rgba(17,23,34,.07); }
.main-nav a.active span, .main-nav a:hover span { color: var(--brand-dark); }
.nav-ops { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.nav-live { min-height: 34px; border: 1px solid #cfe8da; border-radius: 999px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 8px; color: #106844; background: #e5f7ef; font-size: 12px; font-weight: 950; white-space: nowrap; }

.btn { min-height: 38px; border: 1px solid var(--line); border-radius: 7px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--ink); font-weight: 850; cursor: pointer; white-space: nowrap; }
.btn.primary { color: #fff; background: var(--brand); border-color: var(--brand); box-shadow: 0 12px 30px rgba(217,35,50,.24); }
.btn.danger { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.pill { min-height: 28px; border-radius: 999px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 7px; background: #edf2f7; color: #394456; font-size: 12px; font-weight: 850; white-space: nowrap; }
.pill.red { background: #ffe6e9; color: var(--brand-dark); }
.pill.blue { background: #e6f2fb; color: #115f98; }
.pill.green { background: #e5f7ef; color: #106844; }
.pill.dark { background: rgba(255,255,255,.13); color: #fff; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 7px rgba(217,35,50,.16); }

.hero { position: relative; min-height: 640px; display: grid; align-items: end; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(12,17,25,.96), rgba(12,17,25,.42)), linear-gradient(180deg, rgba(12,17,25,.2), rgba(12,17,25,.88)), url("newsroom-hero.png") center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(180deg, transparent, var(--bg)); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding: 54px 0 76px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: end; }
.hero-main { display: grid; gap: 20px; min-width: 0; }
.hero-kicker, .hero-toolbar, .facts, .meta-line, .author-line { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.hero h1 { max-width: 860px; font-size: clamp(34px, 6vw, 72px); line-height: .94; letter-spacing: 0; }
.hero-copy { max-width: 760px; color: #d8e2ec; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.45; }
.rich-public p { margin: 0 0 12px; color: inherit; }
.rich-public p:last-child { margin-bottom: 0; }
.rich-public strong { color: inherit; font-weight: 950; }
.rich-public em { color: inherit; }
.rich-public ul, .rich-public ol { margin: 10px 0 12px 22px; padding: 0; }
.rich-public li + li { margin-top: 6px; }
.rich-public blockquote { margin: 12px 0; padding: 11px 13px; border-left: 4px solid var(--brand); border-radius: 7px; background: rgba(255,255,255,.1); }
.hero-card { border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.1); backdrop-filter: blur(18px); box-shadow: 0 22px 70px rgba(0,0,0,.25); padding: 16px; display: grid; gap: 13px; }
.signal-grid, .stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.signal, .stat { min-height: 88px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 11px; display: grid; align-content: space-between; background: rgba(255,255,255,.08); }
.signal span { color: #becbd9; font-size: 12px; font-weight: 850; }
.signal strong, .stat strong { font-size: 28px; letter-spacing: 0; }

.ticker-strip { position: relative; z-index: 2; margin-top: -50px; }
.has-notice .ticker-strip { margin-top: 0; padding-top: 12px; }
.strip-inner { position: relative; overflow: hidden; border: 1px solid #f0b6be; border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.12), #fff 38%, #fff 72%, rgba(18,102,170,.07)); box-shadow: 0 24px 70px rgba(217,35,50,.16), 0 18px 46px rgba(17,23,34,.12); padding: 13px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.strip-inner::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: linear-gradient(180deg, var(--brand), var(--brand-dark)); }
.strip-inner::after { content: ""; position: absolute; right: 88px; top: -54px; width: 180px; height: 180px; border-radius: 999px; background: radial-gradient(circle, rgba(217,35,50,.16), transparent 66%); pointer-events: none; }
.strip-label { position: relative; z-index: 1; min-height: 48px; padding: 0 17px; border-radius: 7px; display: inline-flex; align-items: center; gap: 10px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); font-weight: 950; white-space: nowrap; box-shadow: 0 14px 30px rgba(217,35,50,.26); }
.strip-label .live-dot { background: #fff; box-shadow: 0 0 0 7px rgba(255,255,255,.2); }
.strip-text { position: relative; z-index: 1; min-width: 0; display: grid; gap: 4px; }
.strip-text strong { color: var(--ink); font-size: 18px; line-height: 1.15; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.strip-text span { color: #5f6b7b; font-size: 13px; font-weight: 650; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.strip-inner .btn { position: relative; z-index: 1; min-height: 42px; padding-inline: 18px; font-weight: 950; }
.notice-strip { position: relative; z-index: 3; margin-top: 0; padding: 18px 0 12px; background: var(--bg); }
.notice-inner { border: 1px solid #b9d7ef; border-left: 7px solid var(--blue); border-radius: var(--radius); background: linear-gradient(135deg, rgba(18,102,170,.1), #fff 36%); box-shadow: var(--shadow); padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; align-items: start; overflow: hidden; }
.notice-inner > div { min-width: 0; max-width: 100%; }
.notice-inner > .btn { justify-self: end; }
.notice-inner span { width: max-content; min-height: 28px; border-radius: 999px; padding: 4px 10px; display: inline-flex; align-items: center; background: #e6f2fb; color: #115f98; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.notice-inner h2 { margin-top: 9px; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.05; }
.notice-inner p, .notice-copy { margin-top: 7px; color: #344054; font-size: 16px; font-weight: 650; max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
.notice-copy * { max-width: 100%; overflow-wrap: anywhere; white-space: normal; }
.notice-copy p { display: block; margin: 0 0 13px; padding: 0; background: transparent; }
.notice-copy p:last-child { margin-bottom: 0; }
.notice-copy .pill, .notice-copy span { width: auto; max-width: 100%; white-space: normal; }
.notice-copy blockquote { background: #fff7f8; }
.notice-warning .notice-inner { border-color: #ffdca7; border-left-color: var(--amber); background: linear-gradient(135deg, rgba(184,106,0,.12), #fff 42%); }
.notice-warning .notice-inner span { background: #fff3df; color: #915200; }
.notice-danger .notice-inner { border-color: #f3c2c8; border-left-color: var(--brand); background: linear-gradient(135deg, rgba(217,35,50,.12), #fff 42%); }
.notice-danger .notice-inner span { background: #ffe6e9; color: var(--brand-dark); }

.layout { padding: 28px 0 44px; display: grid; grid-template-columns: minmax(0, 1fr) 354px; gap: 20px; align-items: start; }
.stream, .updates, .sidebar, .grid { display: grid; gap: 14px; min-width: 0; }
.stream-top, .card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.stream-top { padding: 16px; background: linear-gradient(135deg, rgba(217,35,50,.045), #fff 42%); }
.stream-head, .card-head, .update-title, .update-footer, .page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.stream-head h2 { font-size: 27px; line-height: 1.05; }
.stream-head p { max-width: 560px; margin-top: 4px; font-size: 15px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; align-items: center; max-width: 260px; }
.filter { min-height: 34px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.92); color: #475467; padding: 0 13px; font-size: 13px; font-weight: 900; cursor: pointer; white-space: nowrap; box-shadow: 0 8px 18px rgba(17,23,34,.04); }
.filter:hover { border-color: #b8c4d3; transform: translateY(-1px); }
.filter.active { color: #fff; background: var(--dark); border-color: var(--dark); }
.impact-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.impact, .stat { min-height: 88px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-soft); padding: 12px; display: grid; gap: 6px; align-content: space-between; }
.impact.hot { border-color: #f3c2c8; background: linear-gradient(135deg, rgba(217,35,50,.11), #fff 55%); }
.impact span, .stat span { color: var(--muted); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.impact strong { font-size: 23px; line-height: 1.05; letter-spacing: 0; overflow-wrap: anywhere; }
.impact.hot strong { color: var(--brand-dark); }

.updates { position: relative; }
.updates::before { content: ""; position: absolute; left: 50px; top: 16px; bottom: 16px; width: 2px; background: linear-gradient(180deg, var(--brand), rgba(18,102,170,.28), rgba(17,23,34,.08)); }
.update { position: relative; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 0; }
.stamp { position: relative; z-index: 1; display: grid; justify-items: center; align-content: start; gap: 9px; padding-top: 18px; }
.stamp-dot { width: 18px; height: 18px; border: 4px solid #fff; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 7px rgba(217,35,50,.16); }
.stamp-card { min-width: 68px; border: 1px solid var(--line); border-radius: 8px; padding: 7px 8px; display: grid; justify-items: center; gap: 1px; background: rgba(255,255,255,.96); box-shadow: 0 10px 24px rgba(17,23,34,.08); }
.stamp time { color: #344054; font-weight: 950; font-size: 17px; letter-spacing: 0; line-height: 1; }
.stamp small { color: var(--muted); font-size: 12px; font-weight: 850; }
.update-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 16px 44px rgba(17,23,34,.08); overflow: hidden; }
.update.breaking .update-card { border-color: #f19aa4; background: linear-gradient(135deg, rgba(217,35,50,.09), transparent 34%), #fff; }
.update-card-main { padding: 18px; display: grid; gap: 12px; }
.update-title h2 { font-size: clamp(20px, 2.5vw, 28px); min-width: 0; overflow-wrap: anywhere; }
.teaser { color: #344054; font-size: 16px; line-height: 1.68; }
.teaser p { margin: 0 0 16px; min-height: 1em; }
.teaser p:last-child { margin-bottom: 0; }
.teaser > div { margin: 0 0 16px; min-height: 1em; }
.teaser > div:last-child { margin-bottom: 0; }
.teaser ul, .teaser ol { margin: 10px 0 16px 22px; padding: 0; }
.teaser li + li { margin-top: 6px; }
.teaser blockquote { margin: 14px 0; padding: 12px 14px; border-left: 4px solid var(--brand); border-radius: 7px; background: #fff7f8; color: #253041; }
.teaser strong { color: #253041; }
.teaser em { color: #667085; }
.fact { min-height: 30px; border: 1px solid var(--line); border-radius: 999px; padding: 4px 9px; display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #475467; font-size: 12px; font-weight: 850; }
.author-line { margin-top: 4px; align-items: stretch; }
.author-card-mini { min-height: 54px; border: 1px solid #dbe4ef; border-radius: 8px; background: linear-gradient(135deg, rgba(217,35,50,.055), #fff 58%); padding: 8px 10px; display: flex; align-items: center; gap: 9px; box-shadow: 0 10px 24px rgba(17,23,34,.05); }
.author-card-mini.subtle { background: linear-gradient(135deg, rgba(18,102,170,.065), #fff 58%); }
.author-card-mini span:last-child { display: grid; gap: 1px; min-width: 0; }
.author-card-mini small { color: var(--muted); font-size: 10px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.author-card-mini strong { color: var(--ink); font-size: 13px; line-height: 1.1; overflow-wrap: anywhere; }
.author-card-mini em { color: #5f6b7b; font-size: 11px; font-style: normal; font-weight: 800; overflow-wrap: anywhere; }
.author-avatar { width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 950; box-shadow: 0 10px 22px rgba(17,23,34,.12); flex: 0 0 auto; }
.author-avatar.tiny { width: 30px; height: 30px; border-radius: 7px; font-size: 11px; }
.location-chip { min-height: 54px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; padding: 8px 11px; display: inline-flex; align-items: center; color: #475467; font-size: 12px; font-weight: 900; }
.author-bio-line { width: max-content; max-width: 100%; border: 1px solid #dbe4ef; padding: 6px; border-radius: 999px; background: #fff; color: #344054; font-size: 12px; font-weight: 850; box-shadow: 0 8px 18px rgba(17,23,34,.045); }
.author-bio-line[open] { width: 100%; border-radius: 8px; background: linear-gradient(135deg, #f8fafc, #fff 70%); }
.author-bio-line summary { min-height: 34px; cursor: pointer; color: var(--ink); font-size: 12px; font-weight: 950; list-style: none; display: inline-flex; align-items: center; gap: 8px; padding-right: 8px; }
.author-bio-line summary::-webkit-details-marker { display: none; }
.author-bio-line summary strong { color: var(--brand-dark); }
.author-bio-line summary em { color: #667085; font-style: normal; font-weight: 850; }
.author-bio-line summary::after { content: "anzeigen"; min-height: 24px; border-radius: 999px; padding: 4px 8px; color: #667085; background: #f2f5f8; font-size: 11px; font-weight: 900; }
.author-bio-line[open] summary::after { content: "ausblenden"; }
.author-bio-line p { margin: 8px 4px 2px; border-top: 1px solid var(--line); padding-top: 9px; color: #475467; line-height: 1.45; }
.meta-line { color: #5f6b7b; font-size: 12px; font-weight: 850; }
.update-footer { border-top: 1px solid var(--line); background: #f8fafc; padding: 11px 18px; align-items: center; flex-wrap: wrap; }
.pulse { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 800; }
.pulse i { width: 26px; height: 12px; border-radius: 999px; background: linear-gradient(90deg, var(--brand) 0 30%, transparent 30% 40%, var(--brand) 40% 60%, transparent 60% 70%, var(--brand) 70% 100%); opacity: .8; }
.link-btn { border: 0; background: transparent; color: var(--blue); font-weight: 900; padding: 0; cursor: pointer; }

.sidebar { position: sticky; top: 86px; }
.card-head { min-height: 52px; padding: 14px 15px; border-bottom: 1px solid var(--line); align-items: center; }
.card-body { padding: 15px; display: grid; gap: 12px; }
.next-box, .editorial-note, .support-box { border: 1px solid #f3c2c8; border-radius: 8px; background: linear-gradient(135deg, rgba(217,35,50,.08), transparent 46%), #fff8f9; padding: 14px; display: grid; gap: 8px; }
.support-box { border-color: #b9d7ef; background: linear-gradient(135deg, rgba(18,102,170,.09), transparent 48%), #f5fbff; }
.next-box strong, .editorial-note strong { color: var(--brand-dark); }
.support-box strong { color: #115f98; }
.warnradar-card .card-body { gap: 10px; }
.warnradar-link { min-height: 96px; border: 1px solid #cbd6e3; border-radius: 10px; background: linear-gradient(135deg, #fff, #f5f9ff); display: grid; place-items: center; padding: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.warnradar-link:hover { border-color: #1266aa; transform: translateY(-1px); box-shadow: 0 14px 28px rgba(18,102,170,.12); }
.warnradar-card p { color: var(--muted); font-size: 13px; font-weight: 750; line-height: 1.45; }
.support-actions { display: grid; gap: 8px; }
.bank-box { border: 1px solid #cbd6e3; border-radius: 8px; background: #fff; padding: 13px; display: grid; gap: 10px; }
.bank-box > span { width: max-content; border-radius: 999px; padding: 4px 9px; background: #fff3df; color: #915200; font-size: 12px; font-weight: 950; }
.bank-box p { font-size: 13px; }
.bank-box div { border-top: 1px solid var(--line); padding-top: 8px; display: grid; gap: 2px; }
.bank-box small { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.bank-box strong { color: var(--ink); font-size: 14px; overflow-wrap: anywhere; }
.timeline-mini, .source-list, .live-readers, .input-row { display: grid; gap: 10px; }
.timeline-mini div, .reader { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 9px; font-size: 13px; }
.timeline-mini div:last-child, .reader:last-child { border-bottom: 0; padding-bottom: 0; }
.source { display: grid; grid-template-columns: 76px minmax(0, 1fr) 40px; gap: 9px; align-items: center; color: var(--muted); font-size: 13px; }
.source i { height: 9px; display: block; border-radius: 999px; overflow: hidden; background: #e5eaf0; }
.source i span { height: 100%; display: block; border-radius: inherit; background: var(--brand); }
.input, .textarea, .select { width: 100%; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--ink); padding: 10px 11px; outline: 0; }
.textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.field { display: grid; gap: 7px; }
.field label { color: #475467; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }

.admin-shell { display: grid; grid-template-columns: 304px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 16px; border-right: 1px solid #d6dde8; background: linear-gradient(180deg, #f8fafc, #eef3f8); color: var(--ink); display: flex; flex-direction: column; gap: 13px; box-shadow: 18px 0 46px rgba(17,23,34,.08); }
.side-panel { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(17,23,34,.07); }
.side-brand-panel { padding: 13px; display: grid; gap: 12px; }
.side-brand-panel .brand-mark { background: linear-gradient(135deg, var(--brand), #7f1018); box-shadow: 0 12px 26px rgba(217,35,50,.25); }
.side-live { width: max-content; min-height: 28px; border: 1px solid #cfe8da; border-radius: 999px; padding: 4px 10px; display: inline-flex; align-items: center; gap: 8px; color: #106844; background: #e5f7ef; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.side-user-card { border: 1px solid #cbd6e3; border-radius: 8px; padding: 12px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 11px; align-items: center; background: linear-gradient(135deg, #10151d, #243142); color: #fff; box-shadow: 0 16px 38px rgba(17,23,34,.18); }
.user-orbit { width: 48px; height: 48px; border-radius: 8px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), var(--blue)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.user-orbit span { color: #fff; font-size: 20px; font-weight: 950; }
.side-user-copy { min-width: 0; display: grid; gap: 2px; }
.side-user-copy span { color: #aeb8c5; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.side-user-copy strong { color: #fff; overflow-wrap: anywhere; }
.side-user-copy p { color: #c6d2df; font-size: 12px; }
.admin-nav { display: grid; gap: 7px; }
.admin-nav-item { min-height: 58px; border: 1px solid var(--line); border-radius: 8px; padding: 8px; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 10px; align-items: center; background: #fff; color: #344054; box-shadow: 0 10px 24px rgba(17,23,34,.045); }
.admin-nav-item:hover { border-color: #b8c4d3; transform: translateY(-1px); }
.admin-nav-item.active { border-color: #f19aa4; background: linear-gradient(135deg, rgba(217,35,50,.09), #fff 52%); box-shadow: 0 14px 34px rgba(217,35,50,.11); }
.nav-mark { width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: #10151d; font-size: 12px; font-weight: 950; }
.admin-nav-item.active .nav-mark { background: var(--brand); }
.nav-copy { min-width: 0; display: grid; gap: 2px; }
.nav-copy strong { color: var(--ink); font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nav-copy small { color: var(--muted); font-size: 11px; font-weight: 800; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.side-status { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.side-status div { border: 1px solid var(--line); border-radius: 8px; padding: 11px; display: grid; gap: 4px; background: #fff; box-shadow: 0 10px 26px rgba(17,23,34,.05); }
.side-status span { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.side-status strong { color: var(--ink); font-size: 24px; }
.side-logout { min-height: 42px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: var(--brand-dark); font-weight: 900; box-shadow: 0 14px 30px rgba(159,16,27,.2); }
.admin-main { min-width: 0; }
.admin-top { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 22px; border-bottom: 1px solid var(--line); background: rgba(244,246,248,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 5; }
.admin-content { padding: 22px; display: grid; gap: 18px; align-content: start; }
.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 16px; align-items: start; }
.metric-card { min-height: 132px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); padding: 16px; display: grid; gap: 8px; }
.metric-card span { color: var(--muted); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.metric-card strong { font-size: 34px; line-height: 1; letter-spacing: 0; }
.metric-card p { font-size: 13px; }
.user-profile-panel { display: grid; grid-template-columns: minmax(0, .92fr) minmax(360px, .8fr); gap: 16px; align-items: stretch; }
.profile-card-pro { border: 1px solid #f0b8bf; border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.11), #fff 44%, rgba(18,102,170,.06)); box-shadow: var(--shadow); padding: 18px; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; align-items: center; overflow: hidden; }
.profile-avatar-large { width: 92px; height: 92px; border-radius: 18px; display: grid; place-items: center; color: #fff; font-size: 26px; font-weight: 950; box-shadow: 0 20px 44px rgba(17,23,34,.18); }
.profile-card-pro h2 { margin-top: 10px; font-size: clamp(26px, 3vw, 38px); line-height: 1; overflow-wrap: anywhere; }
.profile-card-pro p { margin-top: 6px; color: var(--brand-dark); font-weight: 950; }
.author-bio-preview { margin-top: 12px; border: 1px solid #f3c2c8; border-radius: 8px; background: #fff7f8; color: #5f1b23; padding: 12px; font-weight: 750; line-height: 1.45; }
.profile-editor-card { background: linear-gradient(135deg, rgba(18,102,170,.055), #fff 54%); }
.profile-form { gap: 12px; }
.profile-form input[type="color"] { min-height: 44px; padding: 4px; }
.profile-bio-input { min-height: 110px; }
.dashboard-author-facts { align-items: center; }
.team-profile-list { gap: 10px; }
.team-profile-card { border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, rgba(17,23,34,.035), #fff 58%); padding: 11px; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 10px; align-items: start; box-shadow: 0 10px 24px rgba(17,23,34,.045); }
.team-profile-card strong { display: block; color: var(--ink); line-height: 1.1; overflow-wrap: anywhere; }
.team-profile-card small { display: block; margin-top: 3px; color: var(--brand-dark); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.team-profile-card p { margin-top: 7px; color: #5f6b7b; font-size: 12px; font-weight: 750; line-height: 1.35; }
.dashboard-profile-strip { border: 1px solid #d6e1ef; border-radius: var(--radius); background: linear-gradient(135deg, rgba(17,23,34,.045), #fff 48%, rgba(217,35,50,.06)); box-shadow: var(--shadow); padding: 13px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 13px; align-items: center; }
.dashboard-profile-strip span { color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.dashboard-profile-strip strong { display: block; margin-top: 3px; color: var(--ink); font-size: 20px; line-height: 1.05; overflow-wrap: anywhere; }
.dashboard-profile-strip p { margin-top: 4px; color: #5f6b7b; font-weight: 750; }
.profile-avatar-large.compact { width: 58px; height: 58px; border-radius: 12px; font-size: 17px; }
.profile-hero-pro { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 16px; align-items: stretch; }
.profile-identity-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: radial-gradient(circle at 88% 12%, rgba(217,35,50,.28), transparent 34%), linear-gradient(135deg, #10151d, #263241); color: #fff; box-shadow: var(--shadow); padding: 22px; display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 18px; align-items: center; }
.profile-avatar-xl { width: 118px; height: 118px; border-radius: 22px; display: grid; place-items: center; color: #fff; font-size: 34px; font-weight: 950; box-shadow: 0 24px 58px rgba(0,0,0,.28); }
.profile-identity-card h2 { margin-top: 12px; color: #fff; font-size: clamp(34px, 4vw, 58px); line-height: .9; letter-spacing: 0; overflow-wrap: anywhere; }
.profile-identity-card p { margin-top: 8px; color: #ffccd1; font-size: 18px; font-weight: 950; }
.profile-bio-pro { margin-top: 14px; border: 1px solid rgba(255,255,255,.14); border-left: 5px solid var(--brand); border-radius: 8px; background: rgba(255,255,255,.08); color: #e5edf6; padding: 13px; font-weight: 750; line-height: 1.5; overflow-wrap: anywhere; }
.profile-scoreboard { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); padding: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.profile-scoreboard div { border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; padding: 12px; display: grid; align-content: space-between; gap: 8px; }
.profile-scoreboard span { color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.profile-scoreboard strong { color: var(--ink); font-size: 28px; line-height: 1; overflow-wrap: anywhere; }
.profile-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 16px; align-items: start; }
.profile-studio-card { background: linear-gradient(135deg, rgba(217,35,50,.055), rgba(18,102,170,.05)), #fff; }
.profile-form-pro { gap: 15px; }
.profile-color-row { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.profile-color-preview { border: 1px solid #d7e1ec; border-left: 6px solid var(--profile-color); border-radius: 8px; background: #f8fafc; padding: 12px; display: grid; align-content: center; gap: 6px; }
.profile-color-preview span { color: var(--muted); font-size: 12px; font-weight: 850; }
.profile-color-preview strong { color: var(--ink); overflow-wrap: anywhere; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.profile-side-stack { display: grid; gap: 16px; }
.account-security-card { background: linear-gradient(135deg, rgba(217,35,50,.055), #fff 58%); }
.account-security-card .cols-2 { grid-template-columns: 1fr; }
.profile-tip { border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; padding: 12px; display: grid; gap: 5px; }
.profile-tip strong { color: var(--ink); }
.profile-tip span { color: #5f6b7b; font-size: 13px; font-weight: 750; line-height: 1.35; }
.ticker-list { display: grid; gap: 12px; padding: 14px; }
.ticker-item { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; gap: 12px; align-items: start; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-soft); }
.ticker-time { color: var(--muted); font-weight: 900; font-size: 13px; }
.ticker-item strong { display: block; margin-bottom: 5px; }
.purpose-panel { display: grid; gap: 12px; }
.dashboard-editor-card { background: linear-gradient(135deg, rgba(217,35,50,.045), rgba(18,102,170,.045)), #fff; }
.dashboard-editor { gap: 14px; }
.dashboard-editor .textarea-large { min-height: 190px; font-size: 15px; line-height: 1.62; background: linear-gradient(180deg, #fff, #fbfcfe); }
.compact-commandbar { padding: 8px; box-shadow: 0 10px 24px rgba(17,23,34,.1); }
.setting-rich-editor { min-height: 210px; border: 1px solid #c9d4e2; border-top: 0; border-radius: 0 0 8px 8px; font-size: 16px; }
.switch-row-strong { border-color: #f0b8bf; background: linear-gradient(135deg, rgba(217,35,50,.1), #fff 62%); }
.editor-form-stack { display: grid; gap: 12px; }
.editor-helper-row { display: flex; justify-content: space-between; gap: 10px; align-items: center; flex-wrap: wrap; }
.char-counter { color: var(--muted); font-size: 12px; font-weight: 850; }
.char-counter strong { color: var(--brand-dark); }
.template-chip { min-height: 32px; border: 1px solid #d4deea; border-radius: 999px; background: #fff; color: #253041; padding: 0 12px; font-size: 12px; font-weight: 900; cursor: pointer; box-shadow: 0 8px 18px rgba(17,23,34,.05); }
.template-chip:hover { border-color: #f19aa4; color: var(--brand-dark); transform: translateY(-1px); }
.editor-preview-card { border: 1px solid #ccd7e5; border-radius: 8px; background: linear-gradient(135deg, #111722, #263241); color: #fff; padding: 13px; display: grid; gap: 10px; box-shadow: 0 18px 40px rgba(17,23,34,.16); }
.preview-eyebrow { color: #cbd6e4; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.preview-note { color: #d5dfeb; font-size: 12px; font-weight: 750; }
.notice-preview-box { border: 1px solid rgba(255,255,255,.16); border-left: 5px solid var(--brand); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); padding: 14px; display: grid; gap: 8px; }
.notice-preview-box strong { color: #fff; font-size: 22px; line-height: 1.08; overflow-wrap: anywhere; }
.notice-preview-box p { color: #e7edf5; font-weight: 650; overflow-wrap: anywhere; }
.notice-preview-info { border-left-color: #1266aa; }
.notice-preview-warning { border-left-color: #f59e0b; }
.notice-preview-danger { border-left-color: var(--brand); }
.purpose-preview-box { border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.08); padding: 14px; display: grid; gap: 12px; }
.purpose-preview-box small, .purpose-preview-next span { color: #ffccd1; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.purpose-preview-box p, .purpose-preview-box [data-purpose-preview] { color: #fff; font-weight: 750; }
.purpose-preview-box [data-purpose-preview] p { margin: 0 0 10px; }
.purpose-preview-box [data-purpose-preview] p:last-child { margin-bottom: 0; }
.purpose-preview-next { border-top: 1px solid rgba(255,255,255,.14); padding-top: 11px; display: grid; gap: 4px; }
.purpose-preview-next strong { color: #fff; font-size: 20px; }
.purpose-preview-next em { color: #d5dfeb; font-style: normal; font-weight: 750; }
.dashboard-form-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.dashboard-form-actions span { color: var(--muted); font-size: 12px; font-weight: 800; }
.mini-list { display: grid; gap: 10px; }
.mini-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.mini-row:last-child { border-bottom: 0; padding-bottom: 0; }
.mini-row strong { color: var(--ink); text-align: right; }
.admin-hero { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.09), rgba(18,102,170,.07)), #fff; box-shadow: var(--shadow); padding: 18px; display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.admin-hero h2 { font-size: clamp(24px, 3vw, 38px); line-height: 1.05; }
.tracker-hero p { max-width: 760px; margin-top: 7px; color: var(--muted); font-weight: 650; }
.tracker-session-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tracker-session { border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, rgba(17,23,34,.04), #fff 48%); padding: 13px; display: grid; gap: 12px; box-shadow: 0 12px 28px rgba(17,23,34,.045); }
.tracker-session-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.tracker-session-top div, .tracker-detail-grid div { min-width: 0; display: grid; gap: 3px; }
.tracker-session-top span, .tracker-detail-grid span, .tracker-raw span { color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.tracker-session-top strong { font-size: 20px; overflow-wrap: anywhere; }
.tracker-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.tracker-detail-grid div { border: 1px solid #e1e7ef; border-radius: 7px; background: #f8fafc; padding: 9px; }
.tracker-detail-grid strong { color: var(--ink); font-size: 13px; overflow-wrap: anywhere; }
.tracker-raw { border: 1px solid #d8e2ee; border-radius: 7px; background: #fff; padding: 9px; display: grid; gap: 4px; color: #475467; font-size: 12px; overflow-wrap: anywhere; }
.tracker-mini-line { display: block; max-width: 360px; color: var(--muted); font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tracker-events-table td { vertical-align: top; }
.editor-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: 16px; align-items: start; }
.compose-card { background: linear-gradient(135deg, rgba(217,35,50,.06), transparent 42%), #fff; }
.editor-titlebar p { margin-top: 4px; font-size: 13px; }
.editor-form { display: grid; }
.editor-cockpit { padding: 14px 15px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.cockpit-card { min-height: 76px; border: 1px solid var(--line); border-radius: 8px; padding: 11px; display: grid; align-content: space-between; background: #10151d; color: #fff; box-shadow: 0 14px 34px rgba(17,23,34,.12); }
.cockpit-card.hot { background: linear-gradient(135deg, var(--brand), #7f1018); }
.cockpit-card span { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.cockpit-card strong { font-size: 16px; overflow-wrap: anywhere; }
.compose-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 16px; padding: 15px; align-items: start; }
.writing-panel { display: grid; gap: 13px; min-width: 0; }
.title-field .headline-input { min-height: 60px; font-size: 25px; font-weight: 950; letter-spacing: 0; background: linear-gradient(180deg, #fff, #fbfcfe); }
.editor-commandbar { border: 1px solid #c9d4e2; border-radius: 8px; background: linear-gradient(135deg, #10151d, #202b38); padding: 9px; display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; box-shadow: 0 16px 34px rgba(17,23,34,.13); }
.editor-toolbar { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; border: 0; border-radius: 7px; background: transparent; }
.tool { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; background: rgba(255,255,255,.09); color: #fff; font-weight: 900; cursor: pointer; }
.tool:hover { background: rgba(255,255,255,.18); }
.template-row { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.editor-shell, .context-box { border: 1px solid #c9d4e2; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 18px 46px rgba(17,23,34,.09); }
.editor-shell { border-top: 4px solid var(--brand); }
.context-box { border-top: 4px solid var(--blue); }
.editor-fieldbar { min-height: 46px; padding: 10px 12px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(217,35,50,.08), rgba(18,102,170,.06)); display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.editor-fieldbar span { font-weight: 950; color: var(--ink); }
.editor-fieldbar strong { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.rich-editor { min-height: 340px; padding: 22px; outline: 0; color: #253041; font-size: 18px; line-height: 1.66; background: linear-gradient(180deg, #fff 0, #fff 70%, #fbfcfe 100%); }
.rich-editor:empty::before { content: attr(data-placeholder); color: #98a2b3; }
.rich-editor p + p { margin-top: 12px; }
.rich-editor strong { color: #111722; }
.rich-editor blockquote { margin: 12px 0; padding: 12px 14px; border-left: 4px solid var(--brand); background: #fff7f8; color: #344054; border-radius: 6px; }
.context-editor { min-height: 170px; font-size: 15px; background: #fbfcfe; }
.publish-panel { display: grid; gap: 12px; position: sticky; top: 86px; }
.live-preview { border: 1px solid #2b3440; border-radius: 8px; background: #10151d; color: #fff; padding: 13px; display: grid; gap: 12px; box-shadow: 0 18px 44px rgba(17,23,34,.2); }
.preview-topline { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.preview-topline small { color: #c6d2df; font-weight: 900; }
.preview-screen { border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); padding: 13px; display: grid; gap: 10px; min-height: 220px; }
.preview-kicker { display: flex; flex-wrap: wrap; gap: 7px; color: #ffb8bf; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.preview-kicker b { color: #c6d2df; }
.preview-screen h3 { font-size: 22px; line-height: 1.12; color: #fff; overflow-wrap: anywhere; }
.preview-copy { color: #dce5ef; font-size: 14px; line-height: 1.5; max-height: 230px; overflow: auto; }
.preview-copy p + p { margin-top: 8px; }
.publish-box { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 13px; display: grid; gap: 12px; box-shadow: 0 12px 30px rgba(17,23,34,.05); }
.publish-box h3 { font-size: 15px; }
.switch-row { border: 1px solid var(--line); border-radius: 8px; padding: 10px; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 10px; align-items: start; background: #f8fafc; cursor: pointer; }
.switch-row input { margin-top: 3px; }
.switch-row span { display: grid; gap: 2px; }
.switch-row small { color: var(--muted); font-size: 12px; font-weight: 750; }
.note-box { background: linear-gradient(135deg, rgba(217,35,50,.08), transparent 50%), #fff8f9; border-color: #f3c2c8; }
.publish-actions { display: grid; gap: 8px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.queue-list { display: grid; gap: 10px; max-height: calc(100vh - 230px); overflow: auto; padding-right: 4px; }
.queue-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(17,23,34,.06); padding: 12px; display: grid; gap: 10px; }
.queue-item.active { border-color: #f19aa4; background: #fff7f8; }
.queue-title { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.queue-title strong { overflow-wrap: anywhere; }
.queue-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.queue-actions form { display: inline-flex; }
.role-redaktion form:has(input[name="action"][value="delete"]),
.role-redakteur form:has(input[name="action"][value="delete"]),
.role-editor form:has(input[name="action"][value="delete"]),
.role-moderator form:has(input[name="action"][value="delete"]),
.role-viewer form:has(input[name="action"][value="delete"]) { display: none; }
.btn.small { min-height: 32px; padding: 0 10px; font-size: 12px; }
.btn.warn { color: #915200; background: #fff3df; border-color: #ffdca7; }
.btn.ghost { background: #f8fafc; }
.archive-hero { min-height: 560px; }
.archive-hero-pro { min-height: 610px; }
.archive-command { position: relative; z-index: 2; margin-top: -44px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.055), #fff 40%); box-shadow: var(--shadow); padding: 16px; display: grid; gap: 14px; }
.archive-command-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.archive-command-head h2 { margin-top: 9px; font-size: clamp(28px, 4vw, 44px); line-height: 1; }
.archive-command-head p { margin-top: 8px; max-width: 680px; font-weight: 650; }
.archive-command-stat { min-width: 160px; border: 1px solid #f3c2c8; border-radius: 8px; background: #fff7f8; padding: 12px; display: grid; gap: 4px; text-align: right; }
.archive-command-stat span, .archive-command-stat small { color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.archive-command-stat strong { color: var(--brand-dark); font-size: 34px; line-height: 1; }
.archive-day-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.archive-day-tile { min-height: 112px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 13px; display: grid; gap: 8px; align-content: space-between; box-shadow: 0 12px 30px rgba(17,23,34,.045); }
.archive-day-tile:hover { transform: translateY(-2px); border-color: #b8c4d3; }
.archive-day-tile.active { border-color: #f19aa4; background: linear-gradient(135deg, rgba(217,35,50,.11), #fff 56%); box-shadow: 0 18px 40px rgba(217,35,50,.12); }
.archive-day-tile span { color: var(--ink); font-weight: 950; }
.archive-day-tile strong { color: var(--brand-dark); font-size: 34px; line-height: 1; }
.archive-day-tile small { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.archive-selected { padding-top: 18px; }
.archive-selected-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); padding: 16px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.archive-selected-card h2 { margin-top: 8px; font-size: clamp(30px, 5vw, 52px); line-height: .96; }
.archive-selected-card p { margin-top: 8px; font-weight: 650; }
.archive-selected-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.archive-stream { position: relative; padding: 20px 0 44px; display: grid; gap: 14px; }
.archive-stream::before { content: ""; position: absolute; left: 55px; top: 34px; bottom: 54px; width: 2px; background: linear-gradient(180deg, var(--brand), rgba(18,102,170,.35), rgba(17,23,34,.08)); }
.archive-update-card { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 16px; align-items: start; }
.archive-update-time { position: sticky; top: 94px; z-index: 1; width: 78px; min-height: 66px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(17,23,34,.08); display: grid; place-items: center; align-content: center; gap: 2px; font-weight: 950; }
.archive-update-time::before { content: ""; position: absolute; top: -10px; left: 50%; width: 16px; height: 16px; border: 4px solid #ffe6e9; border-radius: 999px; background: var(--brand); transform: translateX(-50%); }
.archive-update-time span { font-size: 20px; }
.archive-update-time small { color: var(--muted); font-size: 12px; }
.archive-update-body { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); padding: 18px; display: grid; gap: 13px; }
.archive-update-title { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.archive-update-title h2 { margin-top: 10px; font-size: clamp(24px, 3vw, 38px); line-height: 1.08; overflow-wrap: anywhere; }
.archive-teaser { color: #344054; font-size: 17px; line-height: 1.68; }
.archive-grid { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 16px; align-items: start; }
.archive-days { gap: 8px; }
.archive-day { min-height: 58px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.archive-day.active { border-color: #f19aa4; background: #fff7f8; box-shadow: 0 12px 30px rgba(217,35,50,.08); }
.archive-day span { display: grid; gap: 2px; }
.archive-day small { color: var(--muted); font-size: 12px; font-weight: 800; }
.archive-day b { min-width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; background: var(--dark); color: #fff; font-size: 13px; }
.archive-list { display: grid; gap: 12px; }
.archive-item { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-soft); padding: 12px; }
.archive-time { display: grid; align-content: start; gap: 4px; color: var(--muted); font-size: 12px; font-weight: 850; }
.archive-time strong { color: var(--ink); font-size: 20px; }
.archive-body { display: grid; gap: 9px; min-width: 0; }
.legal-page { padding: 28px 0 54px; }
.research-page { padding: 28px 0 54px; }
.research-hero { position: relative; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: radial-gradient(circle at 82% 14%, rgba(217,35,50,.46), transparent 28%), linear-gradient(135deg, #090d13, #1b2533 54%, #2a0d14); color: #fff; box-shadow: 0 34px 100px rgba(17,23,34,.26); padding: 30px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 18px; align-items: stretch; margin-bottom: 16px; overflow: hidden; }
.research-hero::before { content: ""; position: absolute; inset: 0; border-top: 5px solid var(--brand); background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 42%); pointer-events: none; }
.research-hero-copy { position: relative; z-index: 1; display: grid; align-content: center; gap: 14px; min-height: 360px; }
.research-hero h1 { max-width: 880px; color: #fff; font-size: clamp(42px, 7vw, 88px); line-height: .88; letter-spacing: 0; }
.research-hero p { max-width: 760px; color: #d7e1ec; font-size: 19px; font-weight: 650; line-height: 1.48; }
.research-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.research-hero-panel { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.09); backdrop-filter: blur(18px); padding: 18px; display: grid; align-content: space-between; gap: 14px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.research-hero-panel > span, .research-hero-panel small { color: #b9c6d5; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.research-hero-panel strong { color: #fff; font-size: 72px; line-height: .9; }
.research-hero-panel p { margin: 0; color: #d7e1ec; font-size: 15px; }
.research-hero-panel div { border-top: 1px solid rgba(255,255,255,.14); padding-top: 12px; display: grid; gap: 4px; }
.research-hero-panel b, .research-hero-panel a { color: #fff; overflow-wrap: anywhere; }
.research-command { border: 1px solid #f0c4ca; border-radius: var(--radius); background: linear-gradient(135deg, #fff7f8, #fff 46%, #f4f8fc); box-shadow: var(--shadow); padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.research-command h2 { margin-top: 10px; font-size: 30px; line-height: 1; }
.research-command p { margin-top: 7px; color: var(--muted); font-weight: 650; }
.research-command-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.research-command-tags span, .research-meta { min-height: 30px; border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; display: inline-flex; align-items: center; color: #344054; background: #f8fafc; font-size: 12px; font-weight: 950; }
.research-grid { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr); gap: 16px; align-items: stretch; }
.research-card { position: relative; min-height: 360px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.11), #fff 40%, rgba(18,102,170,.07)); box-shadow: var(--shadow); padding: 18px; display: grid; align-content: space-between; gap: 18px; overflow: hidden; }
.research-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: linear-gradient(180deg, var(--brand), var(--blue)); }
.research-card.featured { min-height: 430px; border-color: #f2a8b2; background: radial-gradient(circle at 90% 0%, rgba(217,35,50,.2), transparent 28%), linear-gradient(135deg, #fff, #fff3f5 52%, #eef6ff); box-shadow: 0 28px 72px rgba(217,35,50,.16); }
.research-card.featured::before { width: 9px; background: linear-gradient(180deg, #e11822, #111827); }
.research-card.featured::after { content: "Aktuell"; position: absolute; right: 18px; bottom: 76px; color: rgba(225,24,34,.08); font-size: clamp(52px, 7vw, 96px); line-height: .8; font-weight: 950; text-transform: uppercase; pointer-events: none; }
.research-card-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.research-card-top div { display: grid; gap: 10px; }
.research-card-top small { color: var(--muted); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.research-status-dot { width: 16px; height: 16px; border-radius: 999px; background: var(--brand); box-shadow: 0 0 0 8px rgba(217,35,50,.12); }
.research-card-body { position: relative; z-index: 1; display: grid; gap: 12px; }
.research-card h2 { font-size: clamp(42px, 6vw, 76px); line-height: .88; letter-spacing: 0; }
.research-card.featured h2 { font-size: clamp(56px, 8vw, 96px); }
.research-card p { color: #475467; font-size: 18px; font-weight: 650; line-height: 1.5; }
.research-meta { width: max-content; max-width: 100%; border-color: #f0c4ca; background: #fff7f8; color: var(--brand-dark); border-radius: 7px; white-space: normal; }
.research-card-footer { position: relative; z-index: 1; border-top: 1px solid var(--line); padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.research-card-footer span { color: var(--muted); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.research-note { margin-top: 16px; border: 1px solid #b9d7ef; border-left: 7px solid var(--blue); border-radius: var(--radius); background: linear-gradient(135deg, rgba(18,102,170,.09), #fff 42%); box-shadow: var(--shadow); padding: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; overflow: hidden; }
.research-note > div { min-width: 0; display: grid; gap: 8px; }
.research-note strong { display: block; color: var(--ink); font-size: 24px; line-height: 1.05; }
.research-note p { max-width: 880px; color: #475467; font-weight: 650; line-height: 1.5; overflow-wrap: anywhere; }
.research-note .btn { align-self: center; min-width: 168px; }
.legal-hero { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.09), rgba(18,102,170,.07)), #fff; box-shadow: var(--shadow); padding: 24px; display: grid; gap: 12px; margin-bottom: 18px; }
.legal-hero h1 { font-size: clamp(38px, 6vw, 72px); line-height: .95; letter-spacing: 0; }
.legal-hero p { max-width: 860px; font-size: 18px; font-weight: 650; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
.legal-card.wide { grid-column: 1 / -1; }
.legal-card .card-body { gap: 14px; }
.legal-list { display: grid; gap: 10px; }
.legal-list div, .legal-highlight, .legal-table div { border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; padding: 12px; display: grid; gap: 4px; }
.legal-list span, .legal-table span { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.legal-list strong, .legal-highlight strong, .legal-table strong { color: var(--ink); overflow-wrap: anywhere; }
.legal-highlight { border-color: #f3c2c8; background: linear-gradient(135deg, rgba(217,35,50,.08), #fff 58%); }
.legal-highlight span { color: var(--muted); font-weight: 750; }
.legal-table { display: grid; gap: 9px; }
.settings-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 16px; align-items: start; }
.settings-preview { background: linear-gradient(135deg, #111722, #263241); }
.role-overview { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.role-card { min-height: 104px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, rgba(17,23,34,.035), #fff 54%); padding: 12px; display: grid; align-content: space-between; gap: 7px; box-shadow: 0 12px 28px rgba(17,23,34,.045); }
.role-card.active { border-color: #f19aa4; background: linear-gradient(135deg, rgba(217,35,50,.12), #fff 58%); }
.role-card span { color: var(--muted); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.role-card strong { color: var(--ink); font-size: 30px; line-height: 1; }
.role-card p { color: #5f6b7b; font-size: 12px; font-weight: 800; line-height: 1.25; }
.user-grid { display: grid; grid-template-columns: 390px minmax(0, 1fr); gap: 16px; align-items: start; }
.user-editor-card { background: linear-gradient(135deg, rgba(217,35,50,.055), rgba(18,102,170,.05)), #fff; }
.user-form { gap: 14px; }
.user-list { gap: 10px; }
.user-row { border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, rgba(17,23,34,.035), #fff 58%); padding: 12px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 12px; align-items: center; box-shadow: 0 10px 24px rgba(17,23,34,.045); }
.user-row:hover { border-color: #c7d2df; transform: translateY(-1px); }
.user-avatar { width: 44px; height: 44px; border-radius: 8px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), var(--blue)); font-weight: 950; }
.user-row strong { display: block; overflow-wrap: anywhere; }
.user-row p { font-size: 13px; overflow-wrap: anywhere; }
.table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th, .table td { padding: 11px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table th { color: #475467; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; background: var(--paper-soft); }
.login-screen { min-height: 100vh; padding: 28px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(12,17,25,.92), rgba(12,17,25,.58)), url("newsroom-hero.png") center / cover fixed no-repeat; }
.pro-login { align-items: center; }
.login-stage { width: min(1080px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 18px; align-items: stretch; }
.login-info { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: linear-gradient(135deg, rgba(217,35,50,.22), rgba(18,102,170,.12)), rgba(16,21,29,.82); color: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.34); padding: 24px; display: grid; align-content: space-between; gap: 26px; min-height: 520px; backdrop-filter: blur(18px); }
.login-brand .brand-text strong, .login-info h1 { color: #fff; }
.login-brand .brand-text span, .login-info p { color: #d7e1ec; }
.login-brand .brand-logo { width: 216px; }
.login-brand .brand-text { display: none; }
.login-info h1 { margin-top: 14px; font-size: clamp(42px, 6vw, 76px); line-height: .94; letter-spacing: 0; }
.login-info p { max-width: 620px; margin-top: 12px; font-size: 18px; font-weight: 650; }
.login-cap-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.login-cap-grid div { min-height: 92px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.08); padding: 12px; display: grid; align-content: space-between; }
.login-cap-grid span { color: #b8c5d3; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.login-cap-grid strong { color: #fff; font-size: 22px; }
.login-card { width: min(430px, 100%); margin: 0 auto; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); box-shadow: var(--shadow); padding: 22px; display: grid; gap: 18px; }
.login-panel { width: 100%; align-content: center; padding: 26px; }
.login-panel-head { display: grid; gap: 8px; }
.login-panel-head h2 { font-size: 38px; line-height: 1; }
.login-input { min-height: 48px; font-size: 16px; }
.login-submit { min-height: 48px; font-size: 16px; }
.login-remember { background: linear-gradient(135deg, rgba(18,102,170,.07), #fff); }
.login-remember input { width: 18px; height: 18px; accent-color: var(--brand); }
.login-foot { border-top: 1px solid var(--line); padding-top: 14px; display: flex; justify-content: space-between; gap: 12px; align-items: center; color: var(--muted); font-size: 13px; font-weight: 850; }
.alert { border: 1px solid #f3c2c8; border-radius: 8px; background: #fff8f9; color: var(--brand-dark); padding: 12px; font-weight: 800; }
.site-footer { position: relative; margin-top: 34px; background: radial-gradient(circle at 12% 0%, rgba(217,35,50,.36), transparent 34%), radial-gradient(circle at 86% 20%, rgba(18,102,170,.18), transparent 28%), linear-gradient(180deg, #151922, #070a0f); color: #fff; border-top: 5px solid var(--brand); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 34%, rgba(255,255,255,.04)); pointer-events: none; }
.footer-grid { position: relative; z-index: 1; padding: 44px 0 26px; display: grid; grid-template-columns: minmax(280px, 1.35fr) minmax(200px, .85fr) minmax(220px, .85fr) minmax(210px, .8fr); gap: 18px; align-items: stretch; }
.footer-brand-block, .footer-panel { min-height: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); padding: 18px; display: grid; gap: 13px; box-shadow: 0 24px 60px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.footer-brand-block { align-content: space-between; }
.footer-brand-logo .brand-text strong { color: #fff; }
.footer-brand-logo .brand-text span, .footer-brand-block p, .footer-panel p { color: #c6d2df; }
.footer-brand-block p { max-width: 560px; font-weight: 750; line-height: 1.45; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badges span { min-height: 28px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 0 10px; background: rgba(255,255,255,.07); color: #f3f6fb; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
.footer-panel h2 { font-size: 15px; color: #fff; text-transform: uppercase; letter-spacing: .06em; }
.footer-panel a { min-height: 42px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; padding: 9px 12px; display: flex; align-items: center; color: #e8eef6; font-size: 13px; font-weight: 900; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.footer-panel a:hover, .footer-panel .footer-action { border-color: rgba(255,255,255,.25); background: var(--brand); color: #fff; transform: translateY(-1px); }
.footer-bank { border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.06); padding: 10px; display: grid; gap: 3px; }
.footer-bank span, .footer-bank small { color: #aeb8c5; font-size: 12px; font-weight: 850; }
.footer-bank strong { color: #fff; font-size: 13px; overflow-wrap: anywhere; }
.footer-stats div { border-bottom: 1px solid rgba(255,255,255,.1); padding: 0 0 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.footer-stats div:last-child { border-bottom: 0; padding-bottom: 0; }
.footer-stats span { color: #aeb8c5; font-size: 12px; font-weight: 850; }
.footer-stats strong { color: #fff; font-size: 20px; text-align: right; }
.footer-bottom { position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #aeb8c5; font-size: 12px; font-weight: 850; }
.footer-bottom strong { color: #fff; text-align: right; }
.mobile-app-nav { display: none; }

@media (max-width: 1050px) {
  .topbar-inner { grid-template-columns: 1fr; padding: 12px 0; }
  .main-nav { width: 100%; }
  .nav-ops { width: 100%; justify-content: space-between; }
  .hero-content, .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .hero { min-height: 720px; }
  .impact-row, .cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .user-profile-panel { grid-template-columns: 1fr; }
  .profile-hero-pro, .profile-workspace { grid-template-columns: 1fr; }
  .editor-grid { grid-template-columns: 1fr; }
  .tracker-session-grid { grid-template-columns: 1fr; }
  .editor-cockpit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compose-workspace { grid-template-columns: 1fr; }
  .publish-panel { position: static; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-day-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-command { margin-top: -28px; }
  .research-hero { grid-template-columns: 1fr; }
  .legal-grid, .research-grid { grid-template-columns: 1fr; }
  .settings-grid { grid-template-columns: 1fr; }
  .role-overview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .user-grid { grid-template-columns: 1fr; }
  .queue-list { max-height: none; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .login-stage { grid-template-columns: 1fr; }
  .login-info { min-height: 420px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  body { padding-bottom: 0; }
  .topbar { position: static; }
  .shell { width: min(100% - 24px, 1220px); }
  .topbar-inner, .admin-top, .stream-head, .page-head { align-items: flex-start; padding: 12px 0; }
  .stream-head { display: grid; }
  .filters { width: 100%; max-width: none; justify-content: flex-start; }
  .filter { flex: 1 1 auto; }
  .main-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-brand .brand-logo { width: 146px; }
  .login-brand .brand-logo { width: 178px; }
  .brand-text { display: none; }
  .top-actions { width: 100%; justify-content: flex-start; }
  .top-actions .btn { flex: 1 1 auto; min-width: 0; padding-inline: 10px; }
  .top-actions .statement-link { flex-basis: 100%; }
  .nav-ops { display: grid; grid-template-columns: 1fr; }
  .nav-ops .btn { width: 100%; }
  .admin-top { padding: 12px 14px; }
  .admin-content { padding: 14px; }
  .hero { min-height: 760px; }
  .hero-content { padding: 34px 0 70px; }
  .signal-grid, .impact-row, .cols-4, .cols-3, .cols-2 { grid-template-columns: 1fr; }
  .tracker-detail-grid { grid-template-columns: 1fr; }
  .tracker-session-top { display: grid; }
  .ticker-item { grid-template-columns: 1fr; }
  .archive-item { grid-template-columns: 1fr; }
  .archive-command-head, .archive-selected-card, .archive-update-title { display: grid; }
  .archive-command-stat { width: 100%; text-align: left; }
  .archive-day-grid { grid-template-columns: 1fr; }
  .archive-stream::before { left: 21px; }
  .archive-update-card { grid-template-columns: 48px minmax(0, 1fr); gap: 10px; }
  .archive-update-time { position: static; width: 42px; min-height: 42px; padding: 0; }
  .archive-update-time span, .archive-update-time small { display: none; }
  .archive-update-time::before { top: 12px; width: 14px; height: 14px; }
  .archive-update-body { padding: 14px; }
  .archive-selected-actions { justify-content: stretch; }
  .archive-selected-actions .btn { flex: 1 1 auto; }
  .research-command, .research-note, .research-card-footer { display: grid; }
  .research-command-tags { justify-content: flex-start; }
  .research-hero { padding: 20px; }
  .research-hero-copy { min-height: 330px; }
  .research-hero-actions .btn, .research-note .btn, .research-card-footer .btn { width: 100%; }
  .user-row { grid-template-columns: 44px minmax(0, 1fr); }
  .user-row .queue-actions { grid-column: 1 / -1; }
  .role-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-hero { display: grid; }
  .profile-card-pro { grid-template-columns: 1fr; }
  .profile-avatar-large { width: 74px; height: 74px; border-radius: 14px; font-size: 21px; }
  .dashboard-profile-strip, .profile-identity-card, .profile-color-row { grid-template-columns: 1fr; }
  .dashboard-profile-strip .btn, .profile-actions .btn { width: 100%; }
  .profile-avatar-xl { width: 88px; height: 88px; border-radius: 16px; font-size: 26px; }
  .profile-scoreboard { grid-template-columns: 1fr; }
  .author-line { display: grid; }
  .author-card-mini, .location-chip { width: 100%; }
  .strip-inner { grid-template-columns: 1fr; }
  .strip-inner::after { right: -70px; top: -72px; }
  .strip-label { width: max-content; }
  .strip-text strong, .strip-text span { white-space: normal; }
  .strip-inner .btn { width: 100%; }
  .notice-inner { grid-template-columns: 1fr; }
  .updates::before { left: 21px; }
  .update { grid-template-columns: 64px minmax(0, 1fr); }
  .stamp { padding-top: 18px; gap: 7px; }
  .stamp-card { min-width: 56px; padding: 6px 6px; display: grid; border-radius: 7px; }
  .stamp time { font-size: 14px; }
  .stamp small { font-size: 10px; }
  .update-title { display: grid; }
  .hero h1 { font-size: clamp(35px, 12vw, 52px); }
  .editor-commandbar { display: grid; }
  .editor-cockpit { grid-template-columns: 1fr; }
  .rich-editor { min-height: 260px; font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; padding: 24px 0; }
  .footer-bottom { display: grid; gap: 6px; padding-bottom: 92px; }
  .footer-bottom strong { text-align: left; }
  .login-screen { padding: 14px; }
  .login-info { min-height: auto; padding: 18px; }
  .login-info h1 { font-size: 42px; }
  .login-info p { font-size: 15px; }
  .login-cap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .login-panel { padding: 18px; }
  .login-foot { display: grid; }
  .mobile-app-nav { position: static; width: min(100% - 24px, 1220px); margin: 18px auto; min-height: 62px; border: 1px solid rgba(216,224,234,.92); border-radius: 14px; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); box-shadow: 0 18px 48px rgba(17,23,34,.16); padding: 7px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .admin-mobile-nav { grid-template-columns: repeat(auto-fit, minmax(62px, 1fr)); }
  .mobile-app-nav a { min-width: 0; min-height: 48px; border-radius: 10px; display: grid; place-items: center; align-content: center; gap: 2px; color: #475467; font-size: 11px; font-weight: 900; }
  .mobile-app-nav a span { font-size: 15px; line-height: 1; color: var(--muted); }
  .mobile-app-nav a strong { font-size: 11px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; }
  .mobile-app-nav a.active { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); box-shadow: 0 10px 22px rgba(217,35,50,.22); }
  .mobile-app-nav a.active span { color: #fff; }
}
