:root {
  color-scheme: dark;
  --ink: #080a0c;
  --surface: #0e1114;
  --surface-2: #14181c;
  --surface-3: #1a1f24;
  --line: #293038;
  --line-soft: #1d2329;
  --text: #eef1f2;
  --muted: #929ba3;
  --dim: #626b73;
  --orange: #ff6b21;
  --orange-soft: #ff8f57;
  --orange-wash: rgba(255, 107, 33, .1);
  --cyan: #69c7cf;
  --mono: "IBM Plex Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); min-height: 100vh; font-size: 16px; }
button, input, select, textarea { font: inherit; }
button:disabled { cursor: wait; opacity: .55; transform: none !important; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--orange-soft); outline-offset: 3px; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .028; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 268px minmax(0, 1fr); }

.sidebar { position: fixed; z-index: 15; inset: 0 auto 0 0; width: 268px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #0a0c0f; }
.brand-block { padding: 30px 25px 24px; border-bottom: 1px solid var(--line-soft); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 52px; height: 52px; flex: 0 0 auto; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 0 9px rgba(255,107,33,.16)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: .98rem; letter-spacing: .16em; }
.brand-copy small { margin-top: 7px; font: 500 .61rem var(--mono); color: var(--muted); letter-spacing: .2em; }
.network-state { margin-top: 22px; display: flex; align-items: center; gap: 8px; font: 500 .65rem var(--mono); letter-spacing: .14em; color: var(--dim); }
.network-state i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.main-nav { padding: 20px 14px; flex: 1; overflow-y: auto; }
.nav-label { margin: 0 12px 9px; font: 500 .63rem var(--mono); color: #59616a; letter-spacing: .18em; }
.nav-label-secondary { margin-top: 30px; }
.nav-link { position: relative; display: flex; align-items: center; gap: 13px; min-height: 46px; margin: 2px 0; padding: 0 12px; border: 1px solid transparent; color: #9ca4ab; font-size: .84rem; font-weight: 600; letter-spacing: .02em; transition: .16s ease; }
.nav-link[type="button"] { width: 100%; background: transparent; font-family: inherit; text-align: left; cursor: pointer; }
.nav-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.nav-link:hover { color: var(--text); background: var(--surface); }
.nav-link.active { color: var(--text); background: linear-gradient(90deg, var(--orange-wash), rgba(255,107,33,.015)); border-color: rgba(255,107,33,.18); }
.nav-link.active::before { content: ""; position: absolute; left: -15px; top: 7px; bottom: 7px; width: 2px; background: var(--orange); box-shadow: 0 0 12px rgba(255,107,33,.6); }
.nav-count { margin-left: auto; color: var(--orange-soft); font: .63rem var(--mono); }
.status-pip { margin-left: auto; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.sidebar-footer { padding: 18px 18px 22px; border-top: 1px solid var(--line-soft); }
.support-button { width: 100%; min-height: 46px; display: flex; gap: 10px; align-items: center; justify-content: center; margin-bottom: 10px; padding: 9px 12px; border: 1px solid rgba(255,107,33,.3); background: rgba(255,107,33,.055); color: #d6dadd; transition: .15s; }
.support-button:hover, .support-button:focus-visible { border-color: var(--orange); background: rgba(255,107,33,.1); color: var(--orange-soft); }
.support-button svg { width: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; }
.support-button span { display: grid; gap: 2px; text-align: left; }
.support-button strong { font: 600 .875rem var(--mono); letter-spacing: .045em; }
.support-button small { color: #747d84; font: 500 .75rem var(--mono); letter-spacing: .07em; }
.support-button:hover small, .support-button:focus-visible small { color: #a88776; }
.connect-button { width: 100%; display: flex; gap: 10px; align-items: center; justify-content: center; padding: 12px; border: 1px solid #3a424b; background: #14181d; font: 600 .67rem var(--mono); letter-spacing: .08em; cursor: pointer; transition: .15s; }
.connect-button:hover { border-color: var(--orange); color: var(--orange-soft); }
.connect-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.sidebar-footer p { margin: 10px 0 0; text-align: center; color: #59616a; font: .62rem/1.5 var(--mono); }

.main-content { grid-column: 2; min-width: 0; }
.topbar { height: 64px; padding: 0 clamp(24px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); background: rgba(8,10,12,.88); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(16px); }
.breadcrumb, .topbar-meta { display: flex; align-items: center; gap: 10px; font: 500 .65rem var(--mono); letter-spacing: .1em; color: var(--dim); }
.breadcrumb span { color: var(--orange); }.breadcrumb i { font-style: normal; }.breadcrumb strong { color: var(--muted); font-weight: 500; }
.topbar-meta i { width: 5px; height: 5px; background: #6eb987; border-radius: 50%; }.topbar-meta i.degraded { background: #c58a58; box-shadow: 0 0 8px rgba(197,138,88,.35); }
.topbar-actions { display: flex; align-items: center; gap: 18px; }.notification-bell { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #313a42; background: #0d1114; color: #99a3aa; cursor: pointer; }.notification-bell:hover { border-color: var(--orange); color: var(--orange-soft); }.notification-bell svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }.notification-bell span { position: absolute; top: -6px; right: -7px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 4px; border: 2px solid #080a0c; border-radius: 10px; background: var(--orange); color: #080a0c; font: 700 .58rem var(--mono); }
.view { display: none; min-height: calc(100vh - 64px); padding: clamp(38px, 6vw, 78px) clamp(24px, 5vw, 78px) 30px; }
.view.active { display: block; animation: viewIn .25s ease both; }
@keyframes viewIn { from { opacity: 0; transform: translateY(5px); } }
.terminal-intro { display: flex; justify-content: space-between; gap: 40px; align-items: center; max-width: 1220px; }
.eyebrow { margin: 0 0 14px; color: var(--orange-soft); font: 600 .66rem var(--mono); letter-spacing: .18em; }
h1, h2, h3, p { text-wrap: pretty; }
.terminal-intro h1, .page-header h1, .about-hero h1 { margin: 0; font-size: clamp(2.3rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.terminal-intro h1 span { color: #747d85; }
.intro-copy { max-width: 690px; margin: 24px 0 0; color: #a9b0b6; font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.75; }
.terminal-mark { position: relative; width: 250px; height: 250px; flex: 0 0 250px; display: grid; place-items: center; color: var(--orange); }
.terminal-mark::before, .terminal-mark::after { content: ""; position: absolute; pointer-events: none; }
.terminal-mark::before { inset: 5px; border: 1px solid rgba(115,124,133,.18); border-radius: 50%; box-shadow: inset 0 0 45px rgba(255,107,33,.035), 0 0 0 28px rgba(255,255,255,.008); }
.terminal-mark::after { width: 1px; height: 100%; background: linear-gradient(transparent, rgba(115,124,133,.22) 20%, rgba(115,124,133,.22) 80%, transparent); }
.terminal-mark img { position: relative; z-index: 2; width: 218px; height: 218px; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 0 22px rgba(255,107,33,.14)); }
.terminal-mark .mark-reticle { position: absolute; z-index: 1; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(115,124,133,.22) 20%, rgba(115,124,133,.22) 80%, transparent); }
.terminal-mark small { position: absolute; z-index: 3; bottom: 11px; right: 6px; padding: 4px 7px; background: var(--ink); font: .6rem var(--mono); letter-spacing: .15em; color: var(--dim); }
.command-strip { max-width: 1220px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 50px 0 72px; border: 1px solid var(--line); }
.command-strip button { text-align: left; border: 0; border-right: 1px solid var(--line); padding: 20px; background: var(--surface); cursor: pointer; transition: .15s; }
.command-strip button:last-child { border-right: 0; background: var(--orange-wash); }
.command-strip button:hover { background: var(--surface-3); transform: translateY(-2px); }
.command-strip span { display: block; color: var(--orange); font: .62rem var(--mono); margin-bottom: 15px; }.command-strip strong { display: block; font: 600 .75rem var(--mono); letter-spacing: .09em; }.command-strip small { display: block; color: var(--dim); margin-top: 7px; font-size: .72rem; }
.section-heading { max-width: 1220px; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.03em; }.section-heading .eyebrow { margin-bottom: 8px; }
.section-heading.compact { margin-top: 58px; }.section-heading.compact h2 { font-size: 1.45rem; }
.text-button, .article-link { background: none; border: 0; padding: 0; color: var(--muted); font: 600 .66rem var(--mono); letter-spacing: .1em; cursor: pointer; }.text-button span, .article-link span { color: var(--orange); margin-left: 8px; }.text-button:hover, .article-link:hover { color: var(--text); }
.bulletin-feature-grid { max-width: 1220px; display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); }
.feature-notice { position: relative; min-height: 330px; padding: clamp(26px, 4vw, 48px); overflow: hidden; border-right: 1px solid var(--line); background: radial-gradient(circle at 82% 20%, rgba(255,107,33,.13), transparent 35%), var(--surface); }
.feature-notice::after { content: "DRESCHER"; position: absolute; right: -25px; bottom: -25px; color: rgba(255,255,255,.025); font: 800 5.5rem var(--sans); letter-spacing: -.08em; }
.notice-meta { display: flex; align-items: center; gap: 12px; }.notice-meta time { color: var(--dim); font: .63rem var(--mono); letter-spacing: .08em; }
.tag { display: inline-flex; align-items: center; min-height: 23px; padding: 0 8px; border: 1px solid #42505c; color: #b7c0c7; font: 600 .59rem var(--mono); letter-spacing: .1em; }.tag-alert { border-color: rgba(255,107,33,.55); color: var(--orange-soft); background: var(--orange-wash); }.tag-open { border-color: rgba(105,199,207,.45); color: #8bd7dc; background: rgba(105,199,207,.07); }
.feature-notice h3 { max-width: 650px; margin: 30px 0 14px; font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.1; letter-spacing: -.04em; }.feature-notice p { max-width: 560px; margin: 0; color: #9ca5ad; line-height: 1.75; }.feature-notice .article-link { margin-top: 34px; color: var(--text); }
.coordinate-line { position: absolute; bottom: 20px; right: 25px; color: #4d565e; font: .57rem var(--mono); letter-spacing: .12em; }
.notice-stack { display: grid; grid-template-rows: 1fr 1fr; }.compact-notice { display: grid; grid-template-columns: 38px 1fr 28px; gap: 17px; align-items: start; padding: 30px; background: #0d1013; }.compact-notice + .compact-notice { border-top: 1px solid var(--line); }.notice-index { color: #515a62; font: .7rem var(--mono); padding-top: 4px; }.compact-notice h3 { margin: 16px 0 8px; font-size: 1rem; line-height: 1.35; }.compact-notice p { margin: 0; color: #7f8991; font-size: .83rem; line-height: 1.55; }.compact-notice > button { align-self: center; border: 0; background: none; color: var(--orange); font-size: 1.1rem; cursor: pointer; }
.terminal-loading { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; padding: 30px; color: #657079; background: repeating-linear-gradient(135deg, rgba(255,255,255,.012) 0 8px, transparent 8px 16px), var(--surface); font: 600 .68rem var(--mono); letter-spacing: .12em; }.terminal-loading-list { min-height: 180px; border-bottom: 1px solid var(--line); }.terminal-empty { grid-column: 1 / -1; min-height: 250px; display: grid; place-items: center; align-content: center; gap: 12px; padding: 36px; text-align: center; background: var(--surface); }.terminal-empty > span, .terminal-relay-wait > span { color: var(--orange-soft); font: 600 .66rem var(--mono); letter-spacing: .12em; }.terminal-empty p, .terminal-relay-wait p { margin: 0; color: #7f8991; line-height: 1.65; }.terminal-empty button, .terminal-relay-card button { border: 0; background: none; padding: 0; color: var(--orange-soft); font: 600 .66rem var(--mono); letter-spacing: .08em; cursor: pointer; }.terminal-notice-vacant { align-items: center; }.terminal-notice-vacant p { align-self: center; color: #566069; font: 600 .62rem var(--mono); letter-spacing: .09em; }
.terminal-relay-heading { margin-top: 58px; }.terminal-relay { max-width: 1220px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.terminal-relay-card { min-width: 0; min-height: 290px; display: grid; grid-template-columns: minmax(150px,.75fr) 1.25fr; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, var(--surface-2), #0d1013 72%); }.terminal-relay-card > img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; border-right: 1px solid var(--line); }.terminal-relay-mark { display: grid; place-items: center; border-right: 1px solid var(--line); background: radial-gradient(circle, rgba(255,107,33,.18), transparent 48%), repeating-linear-gradient(110deg, transparent 0 27px, rgba(255,255,255,.025) 28px); color: var(--orange); font: 600 clamp(2.2rem,5vw,4rem) var(--mono); }.terminal-relay-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 28px; }.terminal-relay-copy > span { color: #68727a; font: 600 .63rem var(--mono); letter-spacing: .08em; }.terminal-relay-copy h3 { margin: 18px 0 10px; font-size: 1.15rem; line-height: 1.3; }.terminal-relay-copy p { margin: 0; color: #8f989f; font-size: .9rem; line-height: 1.65; }.terminal-relay-copy button { align-self: flex-start; margin-top: 24px; }.terminal-relay-wait { grid-template-columns: 1fr; place-items: center; align-content: center; gap: 13px; padding: 34px; text-align: center; }
.lower-grid { max-width: 1220px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 46px; }.thread-list { border-top: 1px solid var(--line); }.thread-mini { display: grid; grid-template-columns: 38px 1fr auto; gap: 15px; align-items: center; min-height: 75px; border-bottom: 1px solid var(--line-soft); }.thread-mini .avatar, .thread-avatar { width: 34px; height: 34px; display: grid; place-items: center; background: var(--surface-3); border: 1px solid #343c44; color: var(--orange-soft); font: 600 .62rem var(--mono); }.thread-mini h3 { margin: 0 0 5px; font-size: .87rem; }.thread-mini p { margin: 0; color: var(--dim); font: .66rem var(--mono); }.thread-mini time { color: #616a72; font: .62rem var(--mono); }
.status-panel { margin-top: 58px; border: 1px solid var(--line); background: var(--surface); padding: 25px; }.status-row { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); color: #717b83; font: .63rem var(--mono); letter-spacing: .07em; }.status-row strong { color: var(--text); font-size: .9rem; }.system-readout { margin-top: 25px; display: grid; grid-template-columns: 1fr auto; gap: 9px; color: var(--dim); font: .59rem var(--mono); letter-spacing: .08em; }.system-readout div { grid-column: 1 / -1; height: 4px; background: #242a30; }.system-readout div i { display: block; height: 100%; background: var(--orange); }.system-readout b { grid-area: 1 / 2; color: var(--orange-soft); font-weight: 500; }.status-panel > small { display: block; margin-top: 20px; color: #4c545c; font: .58rem/1.5 var(--mono); }

.page-header { max-width: 1220px; display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }.page-header h1 { font-size: clamp(2.3rem, 5vw, 4.6rem); }.page-header > div > p:last-child { max-width: 660px; margin: 20px 0 0; color: var(--muted); line-height: 1.7; }.primary-action, .secondary-action { min-height: 43px; padding: 0 18px; white-space: nowrap; border: 1px solid var(--orange); background: var(--orange); color: #0a0b0d; font: 700 .67rem var(--mono); letter-spacing: .09em; cursor: pointer; transition: .15s; }.primary-action:hover { background: var(--orange-soft); border-color: var(--orange-soft); transform: translateY(-1px); }.secondary-action { border-color: #3d464f; background: transparent; color: var(--text); }.secondary-action:hover { border-color: var(--orange); color: var(--orange-soft); }
.filter-row, .channel-tabs { max-width: 1220px; display: flex; gap: 6px; padding: 24px 0; overflow-x: auto; }.filter, .channel-tabs button { min-height: 35px; border: 1px solid #282f36; background: transparent; color: #717b84; padding: 0 13px; font: 600 .62rem var(--mono); letter-spacing: .09em; cursor: pointer; }.filter:hover, .filter.active, .channel-tabs button:hover, .channel-tabs button.active { color: var(--text); border-color: #4a535c; background: var(--surface-2); }
.bulletin-list { max-width: 1220px; border-top: 1px solid var(--line); }.bulletin-row { display: grid; grid-template-columns: 82px 150px minmax(0,1fr) 32px; gap: 20px; align-items: start; padding: 29px 12px; border-bottom: 1px solid var(--line); transition: .15s; }.bulletin-row:hover { background: rgba(255,255,255,.018); }.bulletin-row time { padding-top: 5px; color: var(--dim); font: .62rem var(--mono); }.bulletin-row h2 { margin: 0 0 8px; font-size: 1.05rem; }.bulletin-row p { margin: 0; color: #7f8991; font-size: .86rem; line-height: 1.6; }.bulletin-row button { align-self: center; border: 0; background: none; color: var(--orange); font-size: 1.15rem; cursor: pointer; }
.directory-tools { max-width: 1220px; display: grid; grid-template-columns: 1fr 230px; gap: 10px; margin: 24px 0; }.search-field { min-height: 46px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); background: var(--surface); padding: 0 14px; }.search-field svg { width: 18px; fill: none; stroke: var(--dim); stroke-width: 1.5; }.search-field input { width: 100%; background: none; border: 0; outline: none; color: var(--text); font-size: .85rem; }.search-field input::placeholder { color: #58616a; }.directory-tools select { padding: 0 13px; background: var(--surface); border: 1px solid var(--line); color: #aab1b7; font-size: .78rem; outline: none; }
.commander-grid { max-width: 1220px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.commander-card { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); background: linear-gradient(145deg, var(--surface-2), #0d1013 65%); overflow: hidden; }.commander-card::after { content: attr(data-id); position: absolute; right: -5px; top: 5px; font: 800 3.6rem var(--mono); color: rgba(255,255,255,.025); }.commander-top { display: flex; align-items: center; gap: 15px; }.commander-avatar { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border: 1px solid #46515b; background: #171c21; color: var(--orange-soft); font: 600 .9rem var(--mono); }.commander-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }.commander-card h2 { margin: 0 0 5px; font-size: 1rem; }.commander-card .role { color: var(--dim); font: .63rem var(--mono); letter-spacing: .06em; }.relationship { margin-left: auto; align-self: flex-start; padding: 5px 7px; border: 1px solid #3a444d; color: #89939c; font: .55rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }.commander-card > p { margin: 25px 0; color: #8d979f; font-size: .83rem; line-height: 1.6; }.skill-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }.skill-list span { padding: 5px 7px; background: #181e23; color: #7f8991; font: .56rem var(--mono); }.commander-card button { margin-top: 19px; padding: 13px 0 0; border: 0; border-top: 1px solid var(--line-soft); background: none; text-align: left; color: var(--text); font: 600 .62rem var(--mono); letter-spacing: .09em; cursor: pointer; }.commander-card button span { float: right; color: var(--orange); }
.empty-state { max-width: 1220px; min-height: 390px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px solid var(--line); background: radial-gradient(circle, rgba(255,107,33,.06), transparent 45%); }.empty-state[hidden] { display: none; }.empty-state > span { color: var(--orange); font: 2.4rem var(--mono); }.empty-state h2 { margin: 18px 0 9px; font-size: 1.2rem; }.empty-state p { max-width: 540px; margin: 0; color: var(--muted); line-height: 1.7; }
.comms-layout { max-width: 1220px; display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 35px; }.thread-board { border-top: 1px solid var(--line); }.thread-row { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 17px; padding: 23px 5px; border-bottom: 1px solid var(--line); }.thread-row h2 { margin: 0 0 7px; font-size: .98rem; }.thread-row p { margin: 0; color: var(--dim); font: .63rem var(--mono); }.thread-stats { text-align: right; color: var(--dim); font: .6rem/1.7 var(--mono); }.thread-stats strong { display: block; color: var(--text); font-size: .72rem; }.channel-guide { margin-top: 24px; align-self: start; border: 1px solid var(--line); background: var(--surface); padding: 25px; }.channel-guide h3 { margin: 0 0 12px; font-size: 1.05rem; }.channel-guide > p:not(.eyebrow) { color: #818b93; font-size: .79rem; line-height: 1.7; }.channel-guide button { margin-top: 12px; border: 0; background: none; padding: 0; color: var(--orange-soft); font: 600 .62rem var(--mono); cursor: pointer; }
.thread-row { width: 100%; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; color: inherit; cursor: pointer; transition: background .15s, padding .15s; }
.thread-row:hover { padding-left: 12px; padding-right: 12px; background: rgba(255,255,255,.018); }
.thread-row[data-pinned="true"] { border-left: 2px solid var(--orange); background: rgba(255,107,33,.035); }
.thread-row-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 7px; }
.thread-row-badges span { padding: 3px 6px; border: 1px solid #39434b; color: #7d8790; font: 600 .52rem var(--mono); letter-spacing: .08em; }
.thread-row-badges .pinned { border-color: rgba(255,107,33,.45); color: var(--orange-soft); }
.thread-mini { width: 100%; border: 0; border-bottom: 1px solid var(--line-soft); background: transparent; color: inherit; text-align: left; cursor: pointer; }
.board-empty { padding: 45px 18px; border-bottom: 1px solid var(--line); color: var(--muted); text-align: center; }
.composer-modal { width: min(760px, calc(100% - 28px)); }
.thread-modal { width: min(900px, calc(100% - 28px)); max-height: min(900px, calc(100vh - 28px)); overflow-y: auto; }
.thread-head { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.thread-head h2 { max-width: 760px; margin: 14px 0 12px; font-size: clamp(1.7rem,4vw,2.8rem); }
.thread-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: #68727a; font: .61rem/1.5 var(--mono); letter-spacing: .07em; }
.thread-meta .channel { color: var(--orange-soft); }
.thread-body { padding: 28px 0; color: #afb6bb; font-size: .96rem; line-height: 1.8; white-space: normal; }
.thread-controls, .reaction-bar, .reply-actions, .moderation-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.thread-controls { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.thread-controls button, .reaction-bar button, .reply-actions button, .moderation-actions button { min-height: 34px; padding: 0 10px; border: 1px solid #354049; background: transparent; color: #909aa2; font: 600 .57rem var(--mono); letter-spacing: .07em; cursor: pointer; }
.thread-controls button:hover, .reaction-bar button:hover, .reply-actions button:hover, .moderation-actions button:hover { border-color: var(--orange); color: var(--orange-soft); }
.thread-controls .danger, .reply-actions .danger, .moderation-actions .danger { color: #ffad8a; }
.reaction-bar { align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }
.reaction-bar > span { margin-right: 5px; color: #68727a; font: 600 .57rem var(--mono); letter-spacing: .09em; }
.reaction-bar button.active { border-color: var(--orange); background: var(--orange-wash); color: var(--orange-soft); }
.reply-section { padding-top: 24px; }
.reply-section > h3 { margin: 0 0 16px; color: #717b83; font: 600 .63rem var(--mono); letter-spacing: .1em; }
.reply-list { display: grid; gap: 9px; }
.reply-card { padding: 18px; border: 1px solid var(--line); background: #0d1114; }
.reply-card[data-status="hidden"] { border-color: rgba(255,107,33,.45); background: repeating-linear-gradient(135deg, rgba(255,107,33,.035) 0 8px, transparent 8px 16px), #0d1114; }
.reply-card-head { display: flex; justify-content: space-between; gap: 18px; color: #626c74; font: .58rem var(--mono); }
.reply-card-head strong { color: #c1c7cb; font-size: .65rem; }
.reply-hidden-label { margin-right: 10px; color: var(--orange-soft); font: inherit; letter-spacing: .08em; }
.reply-card-body { margin: 14px 0 0; color: #9fa7ad; font-size: .86rem; line-height: 1.72; }
.reply-actions { margin-top: 14px; }
.reply-form { display: grid; gap: 10px; margin-top: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.reply-form label { color: #717b83; font: 600 .58rem var(--mono); letter-spacing: .09em; }
.reply-form textarea { min-height: 110px; width: 100%; resize: vertical; padding: 12px; border: 1px solid #333b43; border-radius: 0; outline: 0; background: #090c0f; color: var(--text); line-height: 1.6; }
.reply-form textarea:focus { border-color: var(--orange); }
.reply-form-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.reply-mention-tools { display: flex; align-items: end; gap: 8px; }.reply-mention-tools label { flex: 1; display: grid; gap: 7px; }.reply-mention-tools select { min-height: 39px; padding: 0 10px; border: 1px solid #333b43; background: #090c0f; color: #abb3b8; }.reply-mention-tools button { min-height: 39px; }
.notification-modal { width: min(680px,calc(100% - 28px)); }.notification-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-right: 38px; }.notification-heading h2 { margin: 10px 0 0; }.notification-heading .text-action { width: auto; white-space: nowrap; }.notification-list { display: grid; gap: 7px; max-height: min(620px,65vh); margin-top: 24px; overflow-y: auto; }.notification-item { position: relative; width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 5px 16px; padding: 17px 18px; border: 1px solid var(--line); background: #0c1013; color: #aab2b7; text-align: left; cursor: pointer; }.notification-item::before { content: ""; position: absolute; top: 18px; left: 7px; width: 4px; height: 4px; border-radius: 50%; background: transparent; }.notification-item.unread { border-color: rgba(255,107,33,.35); background: linear-gradient(90deg,rgba(255,107,33,.055),transparent 45%),#0c1013; }.notification-item.unread::before { background: var(--orange); box-shadow: 0 0 8px rgba(255,107,33,.7); }.notification-item:hover { border-color: var(--orange); }.notification-kind { color: var(--orange-soft); font: 600 .58rem var(--mono); letter-spacing: .09em; }.notification-item strong { grid-column: 1; color: #c5cacf; font-size: .83rem; line-height: 1.4; }.notification-item p { grid-column: 1; overflow: hidden; margin: 0; color: #747e85; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }.notification-item time { grid-column: 2; grid-row: 1 / span 3; align-self: center; color: #5f6970; font: .59rem var(--mono); }.notification-empty { padding: 38px 20px; border: 1px dashed #313a42; text-align: center; }.notification-empty span { color: #858f96; font: 600 .65rem var(--mono); letter-spacing: .1em; }.notification-empty p { margin: 10px 0 0; color: #657078; font-size: .8rem; }
.thread-locked { margin: 18px 0 0; padding: 13px; border-left: 2px solid #57616a; background: rgba(255,255,255,.025); color: #77818a; font: .62rem/1.6 var(--mono); }
.moderation-console { max-width: 1220px; margin-top: 70px; padding-top: 34px; border-top: 1px solid var(--line); }
.moderation-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 24px; }
.moderation-grid > div > h3 { margin: 0 0 12px; color: #69737b; font: 600 .61rem var(--mono); letter-spacing: .1em; }
.moderation-list { display: grid; gap: 8px; }
.moderation-item { padding: 17px; border: 1px solid var(--line); background: var(--surface); }
.moderation-item h4 { margin: 0 0 7px; font-size: .88rem; }
.moderation-item p { margin: 0; color: #7f8991; font-size: .76rem; line-height: 1.6; }
.moderation-item .moderation-meta { margin-bottom: 9px; color: #626c74; font: .56rem var(--mono); letter-spacing: .07em; }
.moderation-actions { margin-top: 13px; }
.deletion-request-list { max-width: 1220px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }.deletion-request-list .moderation-item { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }.deletion-request-list .moderation-actions { margin-top: 0; }
.dispatch-tools { max-width: 1220px; display: flex; align-items: end; justify-content: space-between; gap: 22px; }.dispatch-tools .channel-tabs { flex: 1 1 auto; padding-bottom: 12px; }.dispatch-tools label { min-width: 220px; display: grid; gap: 8px; padding-bottom: 12px; color: #69737b; font: 600 .56rem var(--mono); letter-spacing: .09em; }.dispatch-tools select { min-height: 37px; padding: 0 10px; border: 1px solid #384149; background: #0b0e11; color: #b5bcc1; }.dispatch-grid { max-width: 1220px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 0; }.dispatch { min-height: 390px; display: flex; flex-direction: column; overflow: hidden; padding: 0; border: 1px solid var(--line); background: var(--surface); }.dispatch[data-status="hidden"] { border-color: #8d4e33; }.dispatch-lead { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 380px; }.dispatch-graphic { position: relative; min-height: 190px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(255,107,33,.18), transparent 36%), repeating-linear-gradient(110deg, transparent 0 27px, rgba(255,255,255,.025) 28px); border-bottom: 1px solid var(--line); }.dispatch-lead .dispatch-graphic { min-height: 380px; border-right: 1px solid var(--line); border-bottom: 0; }.dispatch-graphic > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.dispatch-graphic > span:not(.dispatch-hidden) { position: relative; z-index: 1; font: 600 clamp(2.8rem,6vw,5rem) var(--mono); color: var(--orange); text-shadow: 0 0 26px rgba(255,107,33,.35); }.dispatch-graphic div { position: absolute; width: 180px; height: 180px; border: 1px solid #3a4148; border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.012), 0 0 0 60px rgba(255,255,255,.009); }.dispatch-graphic small { position: absolute; z-index: 2; bottom: 17px; left: 18px; color: var(--dim); font: .58rem var(--mono); letter-spacing: .12em; }.dispatch-hidden { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 6px 8px; border: 1px solid #b75f38; background: rgba(45,20,11,.92); color: #ffad8a; font: 600 .54rem var(--mono); letter-spacing: .1em; }.dispatch-copy { min-width: 0; display: flex; flex: 1; flex-direction: column; justify-content: center; padding: 30px; }.dispatch-lead .dispatch-copy { padding: clamp(30px,5vw,64px); }.dispatch h2 { margin: 20px 0 12px; font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.12; letter-spacing: -.04em; }.dispatch-lead h2 { font-size: clamp(1.6rem,3vw,2.45rem); }.dispatch p { margin: 0 0 28px; color: #89939b; line-height: 1.7; }.byline { margin-top: auto; display: flex; justify-content: space-between; gap: 20px; color: #656e76; font: .6rem var(--mono); letter-spacing: .08em; }.dispatch button { margin-top: 27px; align-self: flex-start; border: 0; background: none; padding: 0; color: var(--orange-soft); font: 600 .65rem var(--mono); letter-spacing: .08em; cursor: pointer; }.dispatch-empty { grid-column: 1 / -1; }.dispatch-composer-modal { width: min(760px, calc(100% - 28px)); }.dispatch-reader-modal { width: min(880px, calc(100% - 28px)); }.dispatch-reader-cover { display: block; width: calc(100% + clamp(56px,10vw,96px)); max-height: 430px; margin: calc(-1 * clamp(28px,5vw,48px)) calc(-1 * clamp(28px,5vw,48px)) 34px; object-fit: cover; border-bottom: 1px solid var(--line); }.dispatch-reader-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; color: #68727a; font: .63rem var(--mono); letter-spacing: .07em; }.dispatch-reader-meta button { padding: 0; border: 0; background: none; color: var(--orange-soft); font: inherit; letter-spacing: inherit; cursor: pointer; }.dispatch-hidden-inline { padding: 4px 6px; border: 1px solid #8d4e33; color: #ffad8a; }.dispatch-reader-summary { margin: 28px 0; padding: 18px 20px; border-left: 2px solid var(--orange); background: #171b1f; color: #aeb5ba; font-size: 1rem; line-height: 1.65; }.dispatch-reader-body { color: #a2aab0; font-size: 1rem; line-height: 1.8; }.dispatch-reader-controls { margin-top: 32px; padding: 20px 0 0; border-top: 1px solid var(--line); border-bottom: 0; }
.gallery-tools { max-width: 1220px; display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 17px 18px; border: 1px solid var(--line); background: rgba(17,21,25,.72); }.gallery-tools label { min-width: min(320px, 100%); display: grid; gap: 8px; color: #69737b; font: 600 .56rem var(--mono); letter-spacing: .09em; }.gallery-tools select { min-height: 42px; padding: 0 11px; border: 1px solid #384149; background: #0b0e11; color: #b5bcc1; }.gallery-tools p { max-width: 560px; margin: 0; color: #69737b; font: .63rem/1.55 var(--mono); }.gallery-grid { max-width: 1220px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }.gallery-card { min-width: 0; border: 1px solid var(--line); background: linear-gradient(145deg, var(--surface-2), #0d1013 72%); }.gallery-card[data-status="hidden"] { border-color: #8d4e33; }.gallery-image-wrap { position: relative; aspect-ratio: 4 / 3; background: #090b0d; overflow: hidden; }.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; }.gallery-card .hidden-badge { position: absolute; left: 12px; top: 12px; padding: 6px 8px; border: 1px solid #b75f38; background: rgba(45,20,11,.92); color: #ffad8a; font: 600 .54rem var(--mono); letter-spacing: .1em; }.gallery-card-body { padding: 16px; }.gallery-card-body h2 { margin: 0; font-size: .95rem; line-height: 1.3; }.gallery-card-body p { min-height: 2.5em; margin: 9px 0 13px; color: #8e979e; font-size: .78rem; line-height: 1.55; }.gallery-card-meta { display: flex; justify-content: space-between; gap: 10px; color: #69737b; font: .56rem var(--mono); }.gallery-card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line-soft); }.gallery-card-actions button { padding: 7px 9px; border: 1px solid #414a52; background: transparent; color: #bac0c5; font: 600 .55rem var(--mono); letter-spacing: .07em; cursor: pointer; }.gallery-card-actions button:hover { border-color: var(--orange); color: var(--orange-soft); }.gallery-card-actions .danger { color: #ffad8a; }.gallery-empty { grid-column: 1 / -1; margin-top: 0; min-height: 390px; padding: 40px; }.gallery-empty .secondary-action { margin-top: 25px; }.aperture { position: relative; width: 110px; height: 110px; border: 1px solid #323940; border-radius: 50%; }.aperture::before, .aperture::after, .aperture i { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,107,33,.4); transform: rotate(45deg); }.aperture::after { transform: rotate(105deg); }.aperture i:nth-child(1) { transform: rotate(165deg); }.aperture i:nth-child(2) { inset: 43px; border-radius: 50%; border-color: var(--orange); box-shadow: 0 0 16px rgba(255,107,33,.4); }.aperture i:nth-child(3) { inset: -6px 50%; width: 1px; border: 0; border-left: 1px solid #30363c; transform: none; }
.about-hero { max-width: 980px; padding: 35px 0 65px; }.about-hero h1 { font-size: clamp(2.5rem,6vw,5.6rem); }.about-hero > p:last-child { max-width: 760px; margin: 28px 0 0; color: #a0a8af; font-size: 1.05rem; line-height: 1.75; }.about-grid { max-width: 1220px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }.about-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); background: var(--surface); }.about-grid article:last-child { border: 0; }.about-grid span { color: var(--orange); font: .65rem var(--mono); }.about-grid h2 { margin: 50px 0 12px; font-size: 1.1rem; }.about-grid p { margin: 0; color: #7f8991; font-size: .84rem; line-height: 1.7; }.charter-card { max-width: 1220px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; margin-top: 14px; padding: 35px; border: 1px solid rgba(255,107,33,.28); background: linear-gradient(100deg, var(--orange-wash), transparent); }.charter-card h2 { margin: 0; font-size: 1.3rem; }.charter-card > p { margin: 0; color: #8d969e; font-size: .84rem; line-height: 1.65; }
.policy-summary { max-width: 1220px; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr) auto; gap: 38px; align-items: center; margin-top: 14px; padding: 35px; border: 1px solid var(--line); background: var(--surface); }.policy-summary h2 { margin: 0; font-size: 1.25rem; }.policy-summary > p { margin: 0; color: #8d969e; font-size: .84rem; line-height: 1.65; }
footer { max-width: 1220px; display: flex; justify-content: space-between; gap: 30px; margin-top: 80px; padding: 24px 0 0; border-top: 1px solid var(--line-soft); color: #4e565d; font: .57rem var(--mono); letter-spacing: .08em; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }.footer-links button { border: 0; padding: 0; background: none; color: #78828a; font: inherit; letter-spacing: inherit; cursor: pointer; }.footer-links button:hover { color: var(--orange-soft); }

.modal { width: min(580px, calc(100% - 28px)); padding: clamp(28px,5vw,48px); border: 1px solid #3b444c; background: #111519; color: var(--text); box-shadow: 0 32px 100px rgba(0,0,0,.65); }.modal::backdrop { background: rgba(4,6,7,.78); backdrop-filter: blur(6px); }.modal-close { position: absolute; right: 16px; top: 13px; border: 0; background: none; color: #7d878f; font-size: 1.5rem; cursor: pointer; }.modal-code { color: var(--orange-soft); font: 600 .63rem var(--mono); letter-spacing: .14em; }.modal h2 { margin: 20px 0 14px; font-size: clamp(1.5rem,4vw,2.2rem); line-height: 1.1; letter-spacing: -.035em; }.modal > p, .modal #articleBody { color: #949da4; line-height: 1.75; }.modal-actions { display: flex; gap: 9px; margin-top: 30px; }.content-modal { width: min(720px, calc(100% - 28px)); }.content-modal #articleBody p { margin: 0 0 18px; }.record-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--line); color: #58616a; font: .59rem var(--mono); }.profile-modal { width: min(670px, calc(100% - 28px)); }.profile-head { display: flex; align-items: center; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }.profile-head .commander-avatar { width: 62px; height: 62px; font-size: 1rem; }.profile-head h2 { margin: 0 0 7px; }.profile-head p { margin: 0; color: var(--dim); font: .68rem var(--mono); }.profile-portrait-trigger { display: grid; flex: 0 0 auto; gap: 7px; justify-items: center; padding: 0; border: 0; background: none; color: #79838b; font: 600 .51rem var(--mono); letter-spacing: .08em; cursor: zoom-in; }.profile-portrait-trigger:hover, .profile-portrait-trigger:focus-visible { color: var(--orange-soft); }.profile-portrait-trigger:hover .commander-avatar, .profile-portrait-trigger:focus-visible .commander-avatar { border-color: var(--orange); box-shadow: 0 0 18px rgba(255,107,33,.16); }.portrait-modal { width: min(1100px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: clamp(28px,4vw,44px); }.portrait-modal h2 { margin: 14px 0 20px; font-size: clamp(1.2rem,3vw,1.8rem); }.portrait-stage { min-height: min(62vh, 620px); display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at center, #171b1f 0, #080a0c 72%); }.portrait-stage img { display: block; max-width: 100%; max-height: calc(100vh - 180px); width: auto; height: auto; object-fit: contain; }.profile-bio { color: #979fa6; line-height: 1.75; margin: 26px 0; }.profile-data { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }.profile-data div { padding: 14px; border-bottom: 1px solid var(--line-soft); }.profile-data div:nth-child(odd) { border-right: 1px solid var(--line-soft); }.profile-data span { display: block; color: var(--dim); font: .56rem var(--mono); letter-spacing: .1em; }.profile-data strong { display: block; margin-top: 7px; font-size: .78rem; font-weight: 500; }.profile-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }.profile-links a { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #3a434b; color: #b0b7bd; font: 600 .61rem var(--mono); }.profile-links a:hover { color: var(--orange-soft); border-color: var(--orange); }
.profile-links button { min-height: 38px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #3a434b; background: transparent; color: #b0b7bd; font: 600 .61rem var(--mono); cursor: pointer; }.profile-links button:hover { color: var(--orange-soft); border-color: var(--orange); }
.profile-hub-view { position: relative; }.profile-hub-toolbar { max-width: 1220px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; color: #59636b; font: 600 .62rem var(--mono); letter-spacing: .1em; }.profile-hub-toolbar .text-button span { margin: 0 8px 0 0; }.profile-hub-hero { max-width: 1220px; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); min-height: 560px; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 82% 18%, rgba(255,107,33,.12), transparent 35%), var(--surface); }.profile-hub-portrait { position: relative; min-height: 560px; padding: 0; overflow: hidden; border: 0; border-right: 1px solid var(--line); background: #090b0d; cursor: zoom-in; }.profile-hub-portrait img { display: block; width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center top; transition: transform .25s ease, opacity .25s ease; }.profile-hub-portrait:hover img { transform: scale(1.012); opacity: .9; }.profile-hub-portrait > span { position: absolute; z-index: 2; right: 16px; bottom: 15px; padding: 7px 9px; border: 1px solid rgba(255,143,87,.4); background: rgba(8,10,12,.9); color: var(--orange-soft); font: 600 .6rem var(--mono); letter-spacing: .09em; }.profile-hub-portrait-empty { display: grid; place-items: center; align-content: center; gap: 16px; background: radial-gradient(circle, rgba(255,107,33,.15), transparent 35%), repeating-linear-gradient(110deg, transparent 0 31px, rgba(255,255,255,.025) 32px); }.profile-hub-portrait-empty strong { color: var(--orange); font: 600 clamp(3.5rem,8vw,7rem) var(--mono); }.profile-hub-portrait-empty span { position: static; color: #69737b; background: none; border-color: var(--line); }.profile-hub-identity { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px,6vw,78px); }.profile-hub-code { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 16px; margin-bottom: 35px; color: #626d75; font: 600 .62rem var(--mono); letter-spacing: .1em; }.profile-hub-code b { padding: 5px 8px; border: 1px solid #434d56; color: #9ca6ad; font-weight: 600; }.profile-hub-identity h1 { margin: 0; font-size: clamp(2.5rem,5.4vw,5.2rem); line-height: .98; letter-spacing: -.055em; }.profile-hub-role { margin: 16px 0 0; color: var(--orange-soft); font: 600 .75rem var(--mono); letter-spacing: .11em; text-transform: uppercase; }.profile-hub-summary { max-width: 680px; margin: 32px 0 0; color: #a2abb1; font-size: 1rem; line-height: 1.8; }.profile-hub-identity .skill-list { margin-top: 25px; }.profile-hub-panel { max-width: 1220px; margin-top: 14px; padding: clamp(28px,4vw,48px); border: 1px solid var(--line); background: linear-gradient(145deg, var(--surface), #0b0e11); }.profile-hub-panel > .eyebrow { margin-bottom: 24px; }.profile-hub-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border: 1px solid var(--line); }.profile-hub-facts > div, .profile-appearance-facts > div, .profile-ooc-grid > div { min-width: 0; padding: 16px; border-bottom: 1px solid var(--line-soft); }.profile-hub-facts > div:nth-child(odd), .profile-appearance-facts > div:not(:last-child), .profile-ooc-grid > div:nth-child(odd) { border-right: 1px solid var(--line-soft); }.profile-hub-facts span, .profile-appearance-facts span, .profile-ooc-grid span, .profile-ooc-copy > span { display: block; color: #636d75; font: 600 .61rem var(--mono); letter-spacing: .1em; }.profile-hub-facts strong, .profile-appearance-facts strong, .profile-ooc-grid strong { display: block; margin-top: 8px; color: #c5cbd0; font-size: .86rem; font-weight: 500; line-height: 1.5; }.profile-appearance-facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-bottom: 28px; border: 1px solid var(--line); }.profile-narrative { color: #a6aeb4; font-size: 1rem; line-height: 1.85; }.profile-feature-callout { margin-top: 28px; padding: 20px 22px; border-left: 2px solid var(--orange); background: var(--orange-wash); }.profile-feature-callout span { color: var(--orange-soft); font: 600 .62rem var(--mono); letter-spacing: .1em; }.profile-feature-callout p { margin: 10px 0 0; color: #a8b0b6; line-height: 1.75; }.profile-hub-narratives { max-width: 1220px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.profile-hub-narratives .profile-hub-panel:last-child { grid-column: 1 / -1; }.profile-panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 22px; margin-bottom: 27px; }.profile-panel-heading .eyebrow { margin-bottom: 8px; }.profile-panel-heading h2 { margin: 0; font-size: clamp(1.35rem,3vw,2rem); }.profile-access-badge { flex: 0 0 auto; padding: 6px 8px; border: 1px solid rgba(105,199,207,.35); color: #8bd7dc; font: 600 .58rem var(--mono); letter-spacing: .1em; }.profile-ooc-panel { border-color: #2d3e43; background: linear-gradient(145deg, rgba(105,199,207,.035), #0b0e11 68%); }.profile-locked-copy { margin: 0; color: #78828a; line-height: 1.7; }.profile-ooc-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #27383d; }.profile-ooc-copy { margin-top: 24px; padding-top: 22px; border-top: 1px solid #243238; }.profile-ooc-copy p { margin: 10px 0 0; color: #a1aab0; line-height: 1.75; }.profile-boundaries { border-top-color: rgba(255,107,33,.3); }.profile-boundaries > span { color: var(--orange-soft); }.profile-index-panel { padding-bottom: clamp(34px,5vw,58px); }.profile-network-index { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }.profile-network-index button { min-height: 105px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 7px 18px; padding: 20px; border: 0; background: #0b0e11; text-align: left; cursor: pointer; }.profile-network-index button + button { border-left: 1px solid var(--line); }.profile-network-index button:hover { background: var(--orange-wash); }.profile-network-index span { color: #7c868e; font: 600 .62rem var(--mono); letter-spacing: .09em; }.profile-network-index strong { grid-area: 1 / 2 / span 2; align-self: center; color: var(--orange-soft); font: 600 1.65rem var(--mono); }.profile-network-index small { color: #59636b; font: .58rem var(--mono); letter-spacing: .08em; }.profile-work-list { display: grid; gap: 9px; margin-top: 14px; }.profile-work-card { position: relative; padding: 23px; border: 1px solid var(--line); background: #0d1013; }.profile-work-card[data-featured="true"] { border-left: 2px solid var(--orange); background: linear-gradient(90deg, rgba(255,107,33,.07), #0d1013 42%); }.profile-work-meta { display: flex; flex-wrap: wrap; gap: 9px 16px; color: #636d75; font: 600 .59rem var(--mono); letter-spacing: .08em; }.profile-work-meta b { color: var(--orange-soft); font-weight: 600; }.profile-work-card h3 { margin: 15px 0 0; font-size: 1rem; }.profile-work-card h3 a:hover { color: var(--orange-soft); }.profile-work-card h3 span { color: var(--orange); }.profile-work-card > p { max-width: 780px; margin: 12px 0 0; color: #89939b; font-size: .86rem; line-height: 1.65; }.profile-work-controls { display: flex; gap: 8px; margin-top: 18px; }.profile-work-controls button { min-height: 34px; padding: 0 11px; border: 1px solid #3a434b; background: transparent; color: #9ca5ac; font: 600 .58rem var(--mono); letter-spacing: .08em; cursor: pointer; }.profile-work-controls button:hover { border-color: var(--orange); color: var(--orange-soft); }.profile-work-controls .danger { color: #ffad8a; }.profile-index-empty { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 28px; border: 1px dashed #303840; text-align: center; }.profile-index-empty span { color: #717b83; font: 600 .63rem var(--mono); letter-spacing: .09em; }.profile-index-empty p { max-width: 600px; margin: 0; color: #606a72; line-height: 1.65; }.profile-form-section { min-width: 0; margin: 0; padding: 28px 0; border: 0; border-top: 1px solid var(--line); }.profile-form-section:first-of-type { border-top: 0; padding-top: 0; }.profile-form-section legend { margin-bottom: 20px; padding: 0; color: var(--orange-soft); font: 600 .64rem var(--mono); letter-spacing: .13em; }.ooc-form-section { border-color: #2d3e43; }.ooc-form-section > p { margin: -7px 0 20px; color: #778188; font-size: .78rem; line-height: 1.6; }.form-checkbox { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 10px !important; min-height: 42px; padding: 10px 12px; border: 1px solid #333b43; background: #0b0e11; cursor: pointer; }.form-checkbox input { width: 17px !important; min-height: 17px !important; margin: 0; accent-color: var(--orange); }.form-checkbox span { color: #9ca5ac; }.profile-work-modal { width: min(720px, calc(100% - 28px)); }
.policy-modal { width: min(780px, calc(100% - 28px)); }.policy-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 28px; border: 1px solid var(--line); background: var(--line); }.policy-copy section { padding: 22px; background: var(--surface); }.policy-copy section:last-child { grid-column: 1 / -1; }.policy-copy h3 { margin: 0 0 9px; color: var(--orange-soft); font: 600 .65rem var(--mono); letter-spacing: .08em; }.policy-copy p { margin: 0; color: #8d969e; font-size: .82rem; line-height: 1.65; }
.auth-modal { width: min(620px, calc(100% - 28px)); }
.oauth-button { width: 100%; margin-top: 24px; border-color: #53606b; }
.auth-divider { display: flex; align-items: center; gap: 14px; margin: 25px 0 18px; color: #58616a; font: 600 .57rem var(--mono); letter-spacing: .13em; }.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }.auth-tab { min-height: 40px; border: 0; background: #0b0e11; color: #68727a; font: 600 .62rem var(--mono); letter-spacing: .09em; cursor: pointer; }.auth-tab + .auth-tab { border-left: 1px solid var(--line); }.auth-tab.active { background: var(--orange-wash); color: var(--orange-soft); }
.auth-form { display: grid; gap: 14px; margin-top: 18px; }.auth-form label { display: grid; gap: 8px; color: #747e86; font: 600 .58rem var(--mono); letter-spacing: .1em; }.auth-form input { width: 100%; min-height: 44px; padding: 11px 12px; border: 1px solid #333b43; border-radius: 0; outline: none; background: #0b0e11; color: var(--text); font: .8rem var(--sans); letter-spacing: 0; }.auth-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,107,33,.08); }.auth-form .primary-action { width: 100%; margin-top: 4px; }.text-action { justify-self: start; padding: 2px 0; border: 0; background: transparent; color: #8f999f; font: 600 .59rem var(--mono); letter-spacing: .08em; cursor: pointer; }.text-action:hover { color: var(--orange-soft); }.auth-privacy { margin: 12px 0 0 !important; color: #59636b !important; font: .59rem/1.6 var(--mono); }.auth-cancel-row { margin-top: 18px; }.auth-cancel-row button { width: 100%; }
.auth-consent { margin: 0; color: #68727a; font: .59rem/1.55 var(--mono); }.auth-consent button { border: 0; padding: 0; background: none; color: var(--orange-soft); font: inherit; cursor: pointer; }.turnstile-slot { min-height: 65px; overflow: hidden; }
.data-notice { max-width: 1220px; margin: 22px 0; padding: 12px 14px; border-left: 2px solid var(--orange); background: var(--orange-wash); color: #aab2b9; font: .65rem/1.6 var(--mono); letter-spacing: .04em; }
.form-status { min-height: 20px; margin: 18px 0 0; color: #8e989f; font: .64rem/1.55 var(--mono); }
.form-status[data-kind="error"], .data-notice[data-kind="error"] { color: #ffad8a; border-color: #ff6b4a; }
.form-status[data-kind="success"], .data-notice[data-kind="success"] { color: #8fd3ae; border-color: #6eb987; }
.account-modal { width: min(940px, calc(100% - 28px)); max-height: calc(100vh - 28px); overflow-y: auto; }
.account-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin: 18px 0 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.account-heading h2 { margin: 0 0 7px; }.account-heading p { margin: 0; color: var(--dim); font: .66rem var(--mono); }
.account-state { flex: 0 0 auto; padding: 7px 9px; border: 1px solid #4a535b; color: #a4adb4; font: 600 .58rem var(--mono); letter-spacing: .12em; }
.account-state[data-state="approved"] { border-color: rgba(110,185,135,.55); color: #8fd3ae; background: rgba(110,185,135,.08); }
.account-state[data-state="suspended"] { border-color: rgba(255,107,74,.55); color: #ffad8a; background: rgba(255,107,74,.08); }
.account-danger-zone { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 28px; padding-top: 24px; border-top: 1px solid #563223; }.account-danger-zone span { color: #ffad8a; font: 600 .59rem var(--mono); letter-spacing: .1em; }.account-danger-zone p { margin: 8px 0 0; color: #737c83; font-size: .78rem; line-height: 1.55; }.danger-action { border-color: #8d4e33; color: #ffad8a; }.danger-action:hover { border-color: #ff6b4a; color: #ffc0a5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label { display: grid; gap: 8px; color: #747e86; font: 600 .58rem var(--mono); letter-spacing: .1em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #333b43; border-radius: 0; outline: none; background: #0b0e11; color: var(--text); padding: 11px 12px; font: .8rem var(--sans); letter-spacing: 0; }
.form-grid input, .form-grid select { min-height: 44px; }.form-grid textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,107,33,.08); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #4e5860; }.form-wide { grid-column: 1 / -1; }
.form-help { margin: 18px 0 0; color: #59636b; font: .6rem/1.6 var(--mono); }
.file-help { display: block; margin-top: 8px; color: #59636b; font: .59rem/1.5 var(--mono); }.avatar-preview { width: 92px; height: 92px; margin-top: 12px; border: 1px solid #46515b; object-fit: cover; background: #171c21; }.gallery-upload-modal { width: min(680px, calc(100% - 28px)); }
.admin-queue { max-width: 1220px; display: grid; gap: 10px; }
.admin-filters { padding-top: 0; }
.admin-record { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(180px,.7fr) auto; gap: 24px; align-items: center; padding: 23px; border: 1px solid var(--line); background: var(--surface); }
.admin-record h2 { margin: 0 0 6px; font-size: 1rem; }.admin-record p { margin: 0; color: var(--dim); font: .63rem/1.55 var(--mono); }
.admin-record .admin-bio { margin-top: 12px; color: #8e979e; font: .78rem/1.55 var(--sans); }
.admin-record .admin-email-state { margin-top: 13px; color: #71808a; font: 600 .55rem/1.7 var(--mono); letter-spacing: .06em; }
.admin-review { display: grid; gap: 8px; color: #69737b; font: 600 .56rem var(--mono); letter-spacing: .09em; }.admin-review select { min-height: 39px; padding: 0 9px; border: 1px solid #384149; background: #0b0e11; color: #b5bcc1; }
.admin-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.admin-actions button { min-height: 39px; padding: 0 12px; border: 1px solid #414a52; background: transparent; color: #bac0c5; font: 600 .59rem var(--mono); letter-spacing: .08em; cursor: pointer; }.admin-actions button:disabled { opacity: .48; cursor: not-allowed; }.admin-actions .approve { border-color: var(--orange); background: var(--orange); color: #090b0d; }.admin-actions .suspend { color: #ffad8a; }.admin-actions .remind { border-color: #576671; color: #a9bcc8; }
.admin-actions .grant-admin { border-color: #6a8795; color: #b5d3df; }.admin-actions .revoke-admin { border-color: #8d4e33; color: #ffad8a; }.admin-clearance { align-self: center; padding: 7px 9px; border: 1px solid rgba(105,199,207,.4); color: var(--cyan); font: 600 .58rem var(--mono); letter-spacing: .08em; }
.mobile-header, .sidebar-scrim { display: none; }

.policy-copy section:last-child { grid-column: auto; }.messages-view { padding-bottom: 38px; }.messages-page-header { max-width: 1220px; }.message-console { max-width: 1220px; min-height: 650px; display: grid; grid-template-columns: minmax(280px,340px) minmax(0,1fr); border: 1px solid var(--line); background: #090c0e; }.conversation-panel { min-width: 0; border-right: 1px solid var(--line); background: #0b0e11; }.conversation-panel-head { min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #69747c; font: 600 .65rem var(--mono); letter-spacing: .1em; }.conversation-panel-head strong { color: var(--orange-soft); font-weight: 600; }.conversation-list { display: grid; align-content: start; max-height: 690px; overflow-y: auto; }.conversation-item { width: 100%; min-height: 92px; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: center; padding: 14px 16px; border: 0; border-bottom: 1px solid var(--line-soft); background: transparent; color: var(--text); text-align: left; cursor: pointer; }.conversation-item:hover { background: rgba(255,255,255,.02); }.conversation-item.active { background: var(--orange-wash); box-shadow: inset 2px 0 var(--orange); }.conversation-avatar, .message-peer-avatar { display: grid; place-items: center; border: 1px solid #3c464e; background: #12171b; color: var(--orange-soft); font: 600 .7rem var(--mono); }.conversation-avatar { width: 42px; height: 42px; }.conversation-copy { min-width: 0; display: grid; gap: 7px; }.conversation-copy strong { overflow: hidden; color: #d3d7da; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }.conversation-copy small { overflow: hidden; color: #6f7981; font: .65rem var(--sans); text-overflow: ellipsis; white-space: nowrap; }.conversation-state { align-self: start; padding-top: 4px; color: #68727a; font: 600 .55rem var(--mono); letter-spacing: .05em; }.conversation-item.active .conversation-state { color: var(--orange-soft); }.message-list-empty { min-height: 180px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 24px; color: #59636b; font: 600 .61rem var(--mono); letter-spacing: .08em; text-align: center; }.message-list-empty strong { color: #737e86; }.message-list-empty span { font-weight: 400; line-height: 1.6; }.message-panel { min-width: 0; background: radial-gradient(circle at 85% 10%, rgba(255,107,33,.04), transparent 30%), #090c0e; }.message-empty { min-height: 648px; display: grid; place-items: center; align-content: center; padding: 32px; text-align: center; }.message-empty > span { color: var(--orange-soft); font: 600 .62rem var(--mono); letter-spacing: .12em; }.message-empty h2 { margin: 15px 0 8px; font-size: clamp(1.35rem,3vw,2rem); }.message-empty p { margin: 0; color: #68727a; }.message-active { min-height: 648px; height: min(72vh,760px); display: grid; grid-template-rows: auto minmax(0,1fr) auto; }.message-peer-header { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 18px; border-bottom: 1px solid var(--line); background: rgba(11,14,17,.92); }.message-peer-identity { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }.message-peer-avatar { width: 44px; height: 44px; flex: 0 0 auto; }.message-peer-identity > span:last-child { min-width: 0; display: grid; gap: 5px; }.message-peer-identity small { color: #657079; font: 600 .56rem var(--mono); letter-spacing: .1em; }.message-peer-identity strong { overflow: hidden; color: #d5d9dc; font-size: .88rem; text-overflow: ellipsis; white-space: nowrap; }.message-peer-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }.compact-action { min-height: 36px; padding: 0 11px; font-size: .57rem; }.message-transcript { min-height: 0; display: flex; flex-direction: column; gap: 14px; padding: 24px; overflow-y: auto; scroll-behavior: smooth; }.private-message { width: fit-content; max-width: min(76%,680px); padding: 14px 16px 12px; border: 1px solid #283139; background: #11161a; }.private-message.sent { align-self: flex-end; border-color: rgba(255,107,33,.32); background: linear-gradient(135deg, rgba(255,107,33,.1), #141312); }.private-message.received { align-self: flex-start; }.private-message > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; margin-bottom: 9px; color: #657079; font: 600 .55rem var(--mono); letter-spacing: .07em; }.private-message.sent > div span { color: var(--orange-soft); }.private-message p { margin: 0; color: #c0c6ca; font-size: 1rem; line-height: 1.65; overflow-wrap: anywhere; }.private-message > small { display: block; margin-top: 9px; color: #78838b; font: 600 .52rem var(--mono); letter-spacing: .08em; text-align: right; }.message-thread-empty { margin: auto; padding: 28px; color: #657079; text-align: center; }.message-thread-empty span { color: var(--orange-soft); font: 600 .61rem var(--mono); letter-spacing: .1em; }.message-thread-empty p { margin: 12px 0 0; line-height: 1.6; }.message-composer { padding: 16px 18px 18px; border-top: 1px solid var(--line); background: #0b0e11; }.message-composer > label { display: block; margin-bottom: 8px; color: #747e86; font: 600 .59rem var(--mono); letter-spacing: .1em; }.message-composer textarea { width: 100%; min-height: 82px; max-height: 190px; resize: vertical; padding: 12px; border: 1px solid #333b43; border-radius: 0; outline: none; background: #080a0c; color: var(--text); font: 1rem/1.55 var(--sans); }.message-composer textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,107,33,.08); }.message-composer textarea:disabled { opacity: .55; cursor: not-allowed; }.message-compose-footer { min-height: 44px; display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 9px; }.message-compose-footer .form-status { min-height: 0; margin: 0; }.message-privacy-note { max-width: 1220px; margin: 14px 0 0; color: #58636b; font: .61rem/1.65 var(--mono); }.new-message-modal { width: min(620px,calc(100% - 28px)); }

.message-peer-identity:disabled { cursor: default; opacity: .7; }
.private-message-actions { display: flex !important; justify-content: flex-end !important; margin: 9px 0 0 !important; color: #78838b !important; font: 600 .55rem var(--mono) !important; letter-spacing: .08em !important; }.private-message-actions button { padding: 0; border: 0; background: transparent; color: #8b959c; font: inherit; letter-spacing: inherit; cursor: pointer; }.private-message-actions button:hover, .private-message-actions button:focus-visible { color: var(--orange-soft); }.private-message-report blockquote { margin: 13px 0; padding: 12px 14px; border-left: 2px solid var(--orange); background: #0a0d0f; color: #b8bfc4; font-size: .86rem; line-height: 1.65; overflow-wrap: anywhere; }.private-message-report p strong { color: #939da4; font: 600 .56rem var(--mono); letter-spacing: .06em; }

.profile-hub-portrait img { object-fit: contain; object-position: center; }

@media (max-width: 1050px) {
  .commander-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .command-strip { grid-template-columns: repeat(2,1fr); }.command-strip button:nth-child(2) { border-right: 0; }.command-strip button:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bulletin-feature-grid { grid-template-columns: 1fr; }.feature-notice { border: 0; border-bottom: 1px solid var(--line); }
  .lower-grid { grid-template-columns: 1fr; }.status-panel { margin-top: 0; }.terminal-relay { grid-template-columns: 1fr; }
  .charter-card, .policy-summary { grid-template-columns: 1fr 1fr; }.charter-card button, .policy-summary button { grid-column: 1 / -1; justify-self: start; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-hub-hero { grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); min-height: 500px; }.profile-hub-portrait, .profile-hub-portrait img { min-height: 500px; }.profile-hub-identity { padding: 38px; }.profile-appearance-facts { grid-template-columns: 1fr 1fr; }.profile-appearance-facts > div:nth-child(2) { border-right: 0; }
  .message-console { grid-template-columns: 300px minmax(0,1fr); }
}

@media (max-width: 760px) {
  .mobile-header { height: 58px; padding: 0 14px; position: sticky; top: 0; z-index: 18; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(8,10,12,.96); backdrop-filter: blur(12px); }.icon-button { width: 36px; height: 36px; display: grid; align-content: center; gap: 4px; border: 0; background: none; cursor: pointer; }.icon-button span { width: 18px; height: 1px; background: #aab1b7; }.mobile-brand { display: flex; align-items: center; gap: 7px; font: 700 .7rem var(--mono); letter-spacing: .08em; }.mobile-brand .brand-mark { width: 34px; height: 34px; }.mobile-auth { border: 0; background: none; color: var(--orange-soft); font: 600 .59rem var(--mono); letter-spacing: .06em; }
  .app-shell { display: block; }.sidebar { width: min(286px, 86vw); transform: translateX(-102%); transition: transform .22s ease; }.sidebar.open { transform: translateX(0); }.sidebar-scrim { position: fixed; z-index: 14; inset: 0; border: 0; background: rgba(0,0,0,.65); }.sidebar-scrim.open { display: block; }.main-content { width: 100%; }.topbar { display: none; }.view { min-height: calc(100vh - 58px); padding: 38px 18px 24px; }
  .terminal-intro { align-items: start; }.terminal-mark { width: 120px; height: 120px; flex-basis: 120px; }.terminal-mark img { width: 106px; height: 106px; }.terminal-mark small { display: none; }.terminal-relay-card { grid-template-columns: minmax(145px,.65fr) 1.35fr; }
  .command-strip { margin: 36px 0 55px; }.command-strip button { padding: 16px; }.section-heading { align-items: center; }.notice-stack { grid-template-rows: auto auto; }.compact-notice { padding: 22px 16px; grid-template-columns: 25px 1fr 22px; gap: 10px; }.coordinate-line { display: none; }
  .page-header { align-items: start; flex-direction: column; }.directory-tools { grid-template-columns: 1fr; }.directory-tools select { min-height: 46px; }.commander-grid { grid-template-columns: 1fr; }.gallery-tools { display: grid; align-items: start; gap: 14px; }.gallery-tools label { min-width: 0; }.gallery-grid { grid-template-columns: 1fr; }.bulletin-row { grid-template-columns: 68px 1fr 28px; }.bulletin-row .tag { grid-column: 2; grid-row: 1; justify-self: start; }.bulletin-row > div { grid-column: 2; }.bulletin-row button { grid-column: 3; grid-row: 1 / span 2; }.comms-layout { grid-template-columns: 1fr; }.channel-guide { margin-top: 0; }.moderation-grid { grid-template-columns: 1fr; }.dispatch-tools { display: grid; align-items: start; gap: 10px; margin-bottom: 18px; }.dispatch-tools .channel-tabs { padding-bottom: 0; }.dispatch-tools label { min-width: 0; padding-bottom: 0; }.dispatch-grid { grid-template-columns: 1fr; }.dispatch-lead { display: flex; grid-column: auto; }.dispatch-lead .dispatch-graphic, .dispatch-graphic { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }.about-grid { grid-template-columns: 1fr; }.about-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.charter-card, .policy-summary { grid-template-columns: 1fr; }.charter-card button, .policy-summary button { grid-column: auto; }.profile-data, .form-grid, .policy-copy { grid-template-columns: 1fr; }.profile-data div:nth-child(odd) { border-right: 0; }.policy-copy section:last-child { grid-column: auto; }.account-danger-zone, .deletion-request-list .moderation-item { grid-template-columns: 1fr; }.form-wide { grid-column: auto; }.admin-record { grid-template-columns: 1fr; }.admin-actions { flex-wrap: wrap; }.modal-actions { flex-direction: column; }.modal-actions button { width: 100%; }.record-footer, footer { flex-direction: column; }.footer-links { justify-content: flex-start; }.topbar-meta { display: none; }
  .profile-hub-toolbar { align-items: flex-start; flex-direction: column; }.profile-hub-hero { grid-template-columns: 1fr; }.profile-hub-portrait { min-height: 480px; border-right: 0; border-bottom: 1px solid var(--line); }.profile-hub-portrait img { min-height: 480px; max-height: 650px; }.profile-hub-identity { padding: 34px 24px; }.profile-hub-code { margin-bottom: 26px; }.profile-hub-facts, .profile-ooc-grid { grid-template-columns: 1fr; }.profile-hub-facts > div:nth-child(odd), .profile-ooc-grid > div:nth-child(odd) { border-right: 0; }.profile-hub-narratives { grid-template-columns: 1fr; }.profile-hub-narratives .profile-hub-panel:last-child { grid-column: auto; }.profile-panel-heading { align-items: flex-start; flex-direction: column; }.profile-panel-heading .primary-action { width: 100%; }.profile-network-index { grid-template-columns: 1fr; }.profile-network-index button + button { border-left: 0; border-top: 1px solid var(--line); }
  .message-console { min-height: 0; grid-template-columns: 1fr; }.conversation-panel { max-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }.conversation-list { max-height: 225px; }.message-empty { min-height: 430px; }.message-active { min-height: 560px; height: 72vh; }.message-transcript { padding: 18px 14px; }.private-message { max-width: 88%; }.message-compose-footer { align-items: stretch; flex-direction: column; }.message-compose-footer .primary-action { width: 100%; }.message-privacy-note { font-size: .58rem; }
}

@media (max-width: 480px) {
  .terminal-intro { display: block; }.terminal-mark { display: none; }.command-strip { grid-template-columns: 1fr; }.command-strip button { border-right: 0; border-bottom: 1px solid var(--line); }.command-strip button:nth-child(2) { border-right: 0; }.section-heading .text-button { display: none; }.feature-notice { min-height: 365px; }.terminal-relay-card { grid-template-columns: 1fr; }.terminal-relay-card > img { min-height: 220px; max-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }.terminal-relay-mark { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }.bulletin-row { grid-template-columns: 1fr 28px; gap: 11px; }.bulletin-row time, .bulletin-row .tag, .bulletin-row > div { grid-column: 1; }.bulletin-row button { grid-column: 2; grid-row: 1 / span 3; }.thread-row { grid-template-columns: 38px 1fr; }.thread-stats { grid-column: 2; text-align: left; }.thread-head h2 { font-size: 1.55rem; }.reply-card-head { flex-direction: column; gap: 5px; }.byline { flex-direction: column; gap: 6px; }
  .profile-hub-portrait, .profile-hub-portrait img { min-height: 390px; }.profile-hub-panel { padding: 24px 18px; }.profile-appearance-facts { grid-template-columns: 1fr; }.profile-appearance-facts > div { border-right: 0 !important; }.profile-hub-role { line-height: 1.6; }.profile-work-meta { flex-direction: column; }.profile-work-controls { flex-direction: column; }.profile-work-controls button { width: 100%; }
  .message-peer-header { align-items: flex-start; flex-wrap: wrap; }.message-peer-actions { width: 100%; justify-content: flex-start; }.message-peer-header .compact-action { margin-top: 4px; }.private-message { max-width: 94%; }.private-message > div { display: grid; }.message-composer { padding: 14px; }
}

.commander-card { height: 340px; min-height: 340px; }
.commander-top { min-width: 0; }
.commander-top > div:nth-child(2) { min-width: 0; }
.commander-avatar { flex: 0 0 48px; }
.commander-card h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.commander-card .role { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.commander-card > p { display: -webkit-box; overflow: hidden; margin-bottom: 18px; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.commander-card .skill-list { max-height: 26px; overflow: hidden; }

.gallery-image-wrap { width: 100%; padding: 0; border: 0; color: inherit; cursor: zoom-in; }
.gallery-card img { transition: transform .2s ease, opacity .2s ease; }
.gallery-image-wrap:hover img, .gallery-image-wrap:focus-visible img { transform: scale(1.02); opacity: .82; }
.gallery-view-cue { position: absolute; right: 12px; bottom: 12px; padding: 6px 8px; border: 1px solid rgba(255,143,87,.45); background: rgba(8,10,12,.88); color: var(--orange-soft); font: 600 .55rem var(--mono); letter-spacing: .08em; opacity: 0; transform: translateY(4px); transition: .18s; }
.gallery-image-wrap:hover .gallery-view-cue, .gallery-image-wrap:focus-visible .gallery-view-cue { opacity: 1; transform: none; }
.gallery-card-actions button:disabled { cursor: default; opacity: .48; }
.gallery-card-actions button:disabled:hover { border-color: #414a52; color: #bac0c5; }
.gallery-card-actions .gallery-like { margin-right: auto; }
.gallery-card-actions .gallery-like span, .gallery-card-actions .gallery-like strong { color: var(--orange-soft); font: inherit; }
.gallery-card-actions .gallery-like.active { border-color: var(--orange); background: var(--orange-wash); color: var(--orange-soft); }
.gallery-viewer-modal { overflow-y: auto; }
.gallery-viewer-meta { margin: -9px 0 18px !important; color: #69737b !important; font: 600 .6rem var(--mono); letter-spacing: .08em; }
.gallery-viewer-description { margin: 16px 0 0 !important; color: #8f989f !important; font-size: .85rem; line-height: 1.65 !important; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

.feedback-tools { max-width: 1220px; display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }.feedback-tools .channel-tabs { padding-bottom: 0; border-bottom: 0; }.feedback-tools label { min-width: 230px; display: grid; gap: 8px; padding-bottom: 14px; color: #69737b; font: 600 .58rem var(--mono); letter-spacing: .09em; }.feedback-tools select { min-height: 42px; padding: 0 12px; border: 1px solid #384149; background: #0b0e11; color: #b9c0c5; font: .68rem var(--mono); }.feedback-list, .development-list { max-width: 1220px; display: grid; border-top: 1px solid var(--line); }.feedback-card { min-width: 0; display: grid; grid-template-columns: 170px minmax(0,1fr) 125px; gap: 26px; align-items: center; padding: 24px 18px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: pointer; }.feedback-card:hover, .feedback-card:focus-visible, .development-entry:hover, .development-entry:focus-visible { background: rgba(255,255,255,.025); }.feedback-card[data-hidden="true"] { opacity: .66; background: repeating-linear-gradient(135deg, rgba(255,107,33,.025) 0 8px, transparent 8px 16px); }.feedback-card-index { display: grid; gap: 9px; align-self: start; }.feedback-card-index span, .feedback-card-index strong { width: fit-content; padding: 5px 8px; border: 1px solid #39434b; color: #87929a; font: 600 .56rem var(--mono); letter-spacing: .08em; }.feedback-card-index strong { border-color: rgba(255,107,33,.42); color: var(--orange-soft); }.feedback-card-copy { min-width: 0; }.feedback-card-meta, .development-entry-meta { color: #66717a; font: 600 .56rem var(--mono); letter-spacing: .08em; }.feedback-card h2, .development-entry h2 { margin: 9px 0 8px; font-size: 1rem; line-height: 1.35; }.feedback-card p, .development-entry p { margin: 0; color: #858f96; font-size: .82rem; line-height: 1.6; }.feedback-card-activity { display: grid; justify-items: end; gap: 4px; color: #69737b; font: 600 .55rem var(--mono); letter-spacing: .06em; }.feedback-card-activity strong { color: #d3d8db; font-size: 1.2rem; }.feedback-card-activity small { margin-top: 8px; color: var(--orange-soft); }
.feedback-reader-modal, .development-reader-modal { width: min(940px,calc(100% - 28px)); max-height: calc(100vh - 36px); overflow-y: auto; }.feedback-composer-modal, .development-composer-modal { width: min(780px,calc(100% - 28px)); }.feedback-reader-head, .development-reader-head { padding-right: 44px; }.feedback-reader-head h2, .development-reader-head h2 { margin: 20px 0 10px; font-size: clamp(1.6rem,4vw,2.7rem); line-height: 1.1; }.feedback-reader-head > p, .development-reader-head > p { margin: 0; color: #6c767e; font: 600 .6rem var(--mono); letter-spacing: .07em; }.feedback-reader-status { width: fit-content; margin-top: 14px; padding: 6px 9px; border: 1px solid rgba(255,107,33,.4); color: var(--orange-soft); font: 600 .6rem var(--mono); letter-spacing: .09em; }.feedback-environment, .feedback-response { margin-top: 20px; padding: 18px; border: 1px solid var(--line); background: #0b0f12; }.feedback-environment > span, .feedback-response > span { color: #6e7981; font: 600 .58rem var(--mono); letter-spacing: .1em; }.feedback-environment p, .feedback-response p { margin: 12px 0 0; color: #a7afb5; font-size: .86rem; line-height: 1.7; }.feedback-response { border-left: 2px solid var(--orange); background: var(--orange-wash); }.feedback-admin-panel { margin: 24px 0; padding: 18px; border: 1px solid rgba(255,107,33,.35); background: rgba(255,107,33,.035); }.feedback-admin-panel > div { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 14px; }.feedback-admin-panel label { display: grid; gap: 7px; color: #757f87; font: 600 .58rem var(--mono); letter-spacing: .09em; }.feedback-admin-panel select, .feedback-admin-panel textarea { width: 100%; padding: 11px; border: 1px solid #384149; background: #080b0d; color: var(--text); font: .8rem/1.55 var(--sans); }.feedback-admin-panel button { margin-top: 12px; }.feedback-comments { margin-top: 34px; }.public-like strong { color: var(--orange-soft); font: inherit; }.public-like.active { border-color: var(--orange) !important; background: var(--orange-wash) !important; color: var(--orange-soft) !important; }
.development-tabs { max-width: 1220px; }.development-entry { min-width: 0; display: grid; grid-template-columns: 150px minmax(0,1fr) 30px; gap: 28px; align-items: center; padding: 27px 18px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: inherit; text-align: left; cursor: pointer; }.development-entry[data-hidden="true"] { opacity: .62; }.development-date { display: grid; gap: 8px; align-self: start; color: #77828a; font: 600 .6rem var(--mono); letter-spacing: .08em; }.development-date strong { color: var(--orange-soft); font-weight: 600; }.development-open { justify-self: end; color: var(--orange); font: 1rem var(--mono); }.development-reader-head > div { width: fit-content; margin-top: 14px; padding: 6px 9px; border: 1px solid #3c464e; color: var(--orange-soft); font: 600 .62rem var(--mono); letter-spacing: .09em; }.development-reader-summary { margin: 25px 0 0; padding: 18px; border-left: 2px solid var(--orange); background: var(--orange-wash); color: #c0c6ca; font-size: 1rem; line-height: 1.65; }.development-feedback-link { width: 100%; margin-top: 20px; padding: 15px; border: 1px solid #3a444c; background: transparent; color: #aab3b9; font: 600 .62rem var(--mono); letter-spacing: .07em; text-align: left; cursor: pointer; }.development-feedback-link:hover { border-color: var(--orange); color: var(--orange-soft); }.terminal-development-card { grid-column: 1 / -1; min-height: 220px; grid-template-columns: minmax(150px,.28fr) 1fr; }.terminal-development-card .terminal-relay-copy { padding: 26px 34px; }.terminal-development-mark { min-height: 220px; color: var(--orange-soft); }

@media (max-width: 760px) {
  .feedback-tools { display: grid; align-items: start; gap: 10px; }.feedback-tools label { min-width: 0; padding-bottom: 12px; }.feedback-card { grid-template-columns: 1fr; gap: 15px; padding: 22px 10px; }.feedback-card-index { display: flex; flex-wrap: wrap; }.feedback-card-activity { justify-items: start; grid-template-columns: auto auto; align-items: baseline; gap: 7px; }.feedback-card-activity small { grid-column: 1 / -1; margin-top: 0; }.feedback-admin-panel > div { grid-template-columns: 1fr; }.development-entry { grid-template-columns: 1fr 24px; gap: 13px; }.development-date { grid-column: 1 / -1; display: flex; justify-content: space-between; }.development-entry > div:nth-child(2) { grid-column: 1; }.development-open { grid-column: 2; grid-row: 2; }.terminal-development-card { grid-template-columns: minmax(145px,.42fr) 1fr; }
}
@media (max-width: 480px) {
  .terminal-development-card { grid-template-columns: 1fr; }.terminal-development-mark { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
}

.public-like-readout { display: inline-flex; align-items: center; gap: 5px; padding: 8px 10px; color: #78838b; font: 600 .55rem var(--mono); letter-spacing: .07em; }
.public-like-readout strong { color: var(--orange-soft); font: inherit; }

.page-header-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.galnet-wireline { max-width: 1220px; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 28px; align-items: center; margin-top: 22px; padding: 16px 18px; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(105,199,207,.055), transparent 55%), #0c0f12; }
.galnet-wireline > div { display: grid; gap: 4px; min-width: 150px; padding-right: 24px; border-right: 1px solid var(--line); }
.galnet-wireline span { color: #65727b; font: 600 .56rem var(--mono); letter-spacing: .12em; }
.galnet-wireline strong { color: var(--cyan); font: 600 .68rem var(--mono); letter-spacing: .09em; }
.galnet-wireline strong[data-state="degraded"] { color: var(--orange-soft); }
.galnet-wireline p { margin: 0; color: #758089; font: .62rem/1.6 var(--mono); }
.galnet-tabs { padding-bottom: 18px; }
.galnet-list { max-width: 1220px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.galnet-card { position: relative; min-width: 0; min-height: 245px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg,var(--surface-2),#0c0f12 72%); color: inherit; text-align: left; cursor: pointer; }
.galnet-card:hover, .galnet-card:focus-visible { border-color: #45515a; background: linear-gradient(145deg,#191e23,#0e1114 72%); }
.galnet-card:first-child { grid-column: 1 / -1; min-height: 330px; padding: clamp(30px,5vw,54px); background: radial-gradient(circle at 83% 17%,rgba(105,199,207,.12),transparent 35%), radial-gradient(circle at 15% 85%,rgba(255,107,33,.09),transparent 31%), var(--surface); }
.galnet-card:first-child::after { content: "GALNET"; position: absolute; right: -10px; bottom: -34px; color: rgba(255,255,255,.025); font: 800 clamp(4rem,10vw,8rem) var(--sans); letter-spacing: -.08em; pointer-events: none; }
.galnet-card-head { width: 100%; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #68737c; font: 600 .58rem var(--mono); letter-spacing: .08em; }
.galnet-source { padding: 5px 8px; border: 1px solid rgba(105,199,207,.4); color: #8ed8dd; background: rgba(105,199,207,.055); }
.galnet-card[data-source="network"] .galnet-source { border-color: rgba(255,107,33,.42); color: var(--orange-soft); background: var(--orange-wash); }
.galnet-hidden { padding: 5px 8px; border: 1px solid #8d4e33; color: #ffad8a; }
.galnet-card h2 { max-width: 780px; margin: 26px 0 13px; font-size: clamp(1.25rem,2.6vw,2rem); line-height: 1.15; letter-spacing: -.03em; }
.galnet-card:first-child h2 { font-size: clamp(2rem,4.5vw,3.5rem); }
.galnet-card p { max-width: 760px; margin: 0; color: #8b959c; font-size: .86rem; line-height: 1.7; }
.galnet-card-open { margin-top: auto; padding-top: 30px; color: var(--orange-soft); font: 600 .62rem var(--mono); letter-spacing: .09em; }
.galnet-attribution { max-width: 1220px; margin: 18px 0 0; color: #505a62; font: .58rem/1.6 var(--mono); }
.galnet-reader-modal { width: min(940px,calc(100% - 28px)); max-height: calc(100vh - 36px); overflow-y: auto; }
.galnet-composer-modal { width: min(800px,calc(100% - 28px)); }
.galnet-reader-head { padding-right: 44px; }
.galnet-reader-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #6b767e; font: 600 .58rem var(--mono); letter-spacing: .08em; }
.galnet-reader-head h2 { max-width: 780px; margin: 24px 0 11px; font-size: clamp(1.9rem,4.5vw,3.6rem); line-height: 1.05; letter-spacing: -.045em; }
.galnet-reader-summary { margin: 25px 0; padding: 18px; border-left: 2px solid var(--cyan); background: rgba(105,199,207,.055); color: #bac2c7; font-size: 1rem; line-height: 1.7; }
.galnet-source-link { display: inline-flex; margin-top: 24px; color: var(--orange-soft); font: 600 .63rem var(--mono); letter-spacing: .08em; }
.terminal-galnet-card { grid-column: 1 / -1; min-height: 220px; grid-template-columns: minmax(150px,.28fr) 1fr; }
.terminal-galnet-card .terminal-relay-copy { padding: 26px 34px; }
.terminal-galnet-mark { min-height: 220px; color: var(--cyan); background: radial-gradient(circle,rgba(105,199,207,.16),transparent 48%),repeating-linear-gradient(110deg,transparent 0 27px,rgba(255,255,255,.025) 28px); }

@media (max-width: 760px) {
  .page-header-actions { width: 100%; justify-content: flex-start; }
  .galnet-wireline { grid-template-columns: 1fr; gap: 12px; }
  .galnet-wireline > div { padding: 0 0 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .galnet-list { grid-template-columns: 1fr; }
  .galnet-card:first-child { grid-column: auto; min-height: 300px; }
  .terminal-galnet-card { grid-template-columns: minmax(145px,.42fr) 1fr; }
}

@media (max-width: 480px) {
  .page-header-actions { display: grid; }
  .page-header-actions button { width: 100%; }
  .galnet-card, .galnet-card:first-child { min-height: 270px; padding: 25px 20px; }
  .terminal-galnet-card { grid-template-columns: 1fr; }
  .terminal-galnet-mark { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
}

/* Persistent external broadcast and in-universe sponsored transmissions. */
body:not(.broadcast-collapsed) .main-content { padding-bottom: 116px; }
.broadcast-console { position: fixed; z-index: 30; right: 18px; bottom: 16px; left: 286px; min-height: 84px; display: grid; grid-template-columns: 56px minmax(190px,230px) minmax(250px,1fr) minmax(118px,145px) auto 36px; align-items: center; gap: 14px; padding: 12px 13px; border: 1px solid #3a444c; border-left: 2px solid var(--orange); background: linear-gradient(90deg,rgba(255,107,33,.055),transparent 28%),rgba(8,11,13,.97); box-shadow: 0 14px 45px rgba(0,0,0,.55); backdrop-filter: blur(16px); }
.broadcast-console::before { content: ""; position: absolute; top: -1px; left: 0; width: 90px; height: 1px; background: var(--orange); box-shadow: 0 0 12px rgba(255,107,33,.5); }
.broadcast-play { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,107,33,.52); background: var(--orange-wash); color: var(--orange-soft); cursor: pointer; }
.broadcast-play:hover, .broadcast-play:focus-visible { border-color: var(--orange); background: rgba(255,107,33,.16); }
.broadcast-play span { font: 600 1rem var(--mono); transform: translateX(1px); }
.broadcast-play[aria-pressed="true"] span { transform: none; }
.broadcast-station { min-width: 0; display: grid; gap: 4px; }
.broadcast-station > span { display: flex; align-items: center; gap: 7px; color: #657079; font: 600 .68rem var(--mono); letter-spacing: .09em; }
.broadcast-station i, .broadcast-restore i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #6b747b; }
.broadcast-station strong { overflow: hidden; color: #dce1e3; font: 600 .83rem var(--mono); letter-spacing: .07em; text-overflow: ellipsis; white-space: nowrap; }
.broadcast-station small { color: #7a848b; font: 600 .68rem var(--mono); letter-spacing: .06em; }
.broadcast-station small[data-state="live"] { color: #80c997; }
.broadcast-station small[data-state="buffering"] { color: #d7a276; }
.broadcast-station small[data-state="error"] { color: #ff9b74; }
.broadcast-mobile-external { display: none; color: var(--orange-soft); font: 600 .59rem var(--mono); letter-spacing: .06em; }
.broadcast-ad { min-width: 0; display: grid; gap: 3px; padding: 2px 18px; border-left: 1px solid var(--line); }
.broadcast-ad span { color: #77594b; font: 600 .64rem var(--mono); letter-spacing: .11em; }
.broadcast-ad strong { overflow: hidden; color: var(--orange-soft); font: 600 .75rem var(--mono); letter-spacing: .08em; text-overflow: ellipsis; white-space: nowrap; }
.broadcast-ad p { overflow: hidden; margin: 0; color: #969fa5; font-size: .78rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.broadcast-volume { display: grid; gap: 8px; color: #68737b; font: 600 .64rem var(--mono); letter-spacing: .09em; }
.broadcast-volume input { width: 100%; height: 3px; accent-color: var(--orange); cursor: pointer; }
.broadcast-external { padding: 9px 10px; border: 1px solid #333c43; color: #929ca3; font: 600 .66rem var(--mono); letter-spacing: .06em; text-align: center; white-space: nowrap; }
.broadcast-external:hover, .broadcast-external:focus-visible { border-color: var(--orange); color: var(--orange-soft); }
.broadcast-minimize { width: 34px; height: 34px; border: 0; background: transparent; color: #737d84; font: 600 1rem var(--mono); cursor: pointer; }
.broadcast-minimize:hover { color: var(--orange-soft); }
.broadcast-restore { position: fixed; z-index: 30; right: 18px; bottom: 16px; min-height: 46px; display: flex; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid #3b454d; border-left: 2px solid var(--orange); background: rgba(8,11,13,.97); color: #abb3b8; box-shadow: 0 10px 34px rgba(0,0,0,.5); font: 600 .72rem var(--mono); letter-spacing: .08em; cursor: pointer; }
.broadcast-restore:hover { border-color: var(--orange); color: var(--orange-soft); }
.broadcast-restore.playing i { background: #75bd8d; box-shadow: 0 0 9px rgba(117,189,141,.65); }

@media (max-width: 1120px) {
  .broadcast-console { grid-template-columns: 54px minmax(180px,220px) minmax(220px,1fr) minmax(110px,135px) 34px; }
  .broadcast-external { display: none; }
}

@media (max-width: 760px) {
  body:not(.broadcast-collapsed) .main-content { padding-bottom: 154px; }
  .broadcast-console { right: 10px; bottom: 10px; left: 10px; min-height: 0; grid-template-columns: 52px minmax(0,1fr) 36px; gap: 10px; padding: 10px; }
  .broadcast-play { grid-row: 1; width: 48px; height: 48px; }
  .broadcast-station { grid-column: 2; grid-row: 1; }
  .broadcast-station > span { font-size: .62rem; }
  .broadcast-station strong { font-size: .78rem; }
  .broadcast-station small { font-size: .62rem; }
  .broadcast-mobile-external { display: inline; }
  .broadcast-minimize { grid-column: 3; grid-row: 1; }
  .broadcast-ad { grid-column: 1 / -1; grid-row: 2; min-height: 48px; padding: 9px 2px 0; border-top: 1px solid var(--line); border-left: 0; }
  .broadcast-ad span { font-size: .58rem; }
  .broadcast-ad p { font-size: .72rem; }
  .broadcast-volume, .broadcast-external { display: none; }
  .broadcast-restore { right: 10px; bottom: 10px; }
  .reply-mention-tools, .notification-heading { align-items: stretch; flex-direction: column; }
  .notification-heading .text-action { align-self: flex-start; }
  .notification-item { grid-template-columns: 1fr; }
  .notification-item time { grid-column: 1; grid-row: auto; }
}
