/* Opt-in primitives: #904 activates these on the application shell. */
[data-theme-version="v2-neon-broadcast"] { --theme-bg:#080a12; --theme-bg-elevated:#101524; --theme-surface:#151c2e; --theme-surface-strong:#1d2740; --theme-border:#344464; --theme-border-strong:#5d78a8; --theme-text:#f3f7ff; --theme-text-muted:#a9b7cf; --theme-primary:#4de2ff; --theme-primary-glow:rgb(77 226 255 / 35%); --theme-secondary:#a78bfa; --theme-danger:#ff617d; --theme-warning:#ffcb6b; --theme-success:#64e6a5; --theme-focus-ring:#fff2a6; --theme-radius-sm:.375rem; --theme-radius-md:.75rem; --theme-radius-lg:1.125rem; --theme-shadow-card:0 .75rem 2rem rgb(0 0 0 / 28%); --theme-shadow-glow:0 0 1.25rem var(--theme-primary-glow); --theme-space-page:clamp(1rem,2vw,2rem); --theme-space-card:clamp(.875rem,1.5vw,1.25rem); --theme-font-body:Inter,ui-sans-serif,system-ui,sans-serif; --theme-font-display:Orbitron,Inter,ui-sans-serif,sans-serif; --theme-motion-fast:160ms; }
[data-theme-version="v2-neon-broadcast"] .page { background:radial-gradient(circle at 16% 0%,rgb(77 226 255 / 12%),transparent 28%),radial-gradient(circle at 88% 8%,rgb(167 139 250 / 12%),transparent 24%),var(--theme-bg); }
[data-theme-version="v2-neon-broadcast"] .app-shell-bar { background:linear-gradient(110deg,var(--theme-bg-elevated),var(--theme-surface-strong)); border-bottom-color:var(--theme-border-strong); box-shadow:0 1rem 2.5rem rgb(0 0 0 / 32%),0 0 2rem var(--theme-primary-glow); padding:.5rem var(--theme-space-page); }
[data-theme-version="v2-neon-broadcast"] .app-shell-drawer { background:var(--theme-bg-elevated); border-right:1px solid var(--theme-border); }
[data-theme-version="v2-neon-broadcast"] .content { padding:var(--theme-space-page); }
[data-theme-version="v2-neon-broadcast"] .app-shell-title { color:var(--theme-text); font-family:var(--theme-font-display); letter-spacing:.09em; }
[data-theme-version="v2-neon-broadcast"] .app-shell-header__menu-button,[data-theme-version="v2-neon-broadcast"] .app-shell-header__settings-button { border-color:var(--theme-border-strong); border-radius:var(--theme-radius-sm); color:var(--theme-primary); }
[data-theme-version="v2-neon-broadcast"] .app-shell-header__menu-button:focus-visible,[data-theme-version="v2-neon-broadcast"] .app-shell-header__settings-button:focus-visible { outline:3px solid var(--theme-focus-ring); outline-offset:3px; }
[data-theme-version="v2-neon-broadcast"] :is(.site-dashboard__primary,.admin-dashboard__primary,.site-dashboard__summary-panel) { background:linear-gradient(145deg,var(--theme-surface),var(--theme-surface-strong)) !important; border-color:var(--theme-border) !important; border-radius:var(--theme-radius-md); box-shadow:var(--theme-shadow-card); }
[data-theme-version="v2-neon-broadcast"] :is(.site-dashboard__details,.site-dashboard__inline-details,.admin-dashboard__details) { background:var(--theme-bg-elevated); border-color:var(--theme-border); border-radius:var(--theme-radius-md); }
[data-theme-version="v2-neon-broadcast"] :is(.site-dashboard__summary-entry,.site-kick-readiness__item) { border-left:2px solid var(--theme-primary); padding-left:.65rem; }
[data-theme-version="v2-neon-broadcast"] :is(.health-metrics-dashboard,.twitch-overview-dashboard,.games-media-dashboard,.streamer-admin-dashboard,.inplay-dashboard,.diagnostics-labs-dashboard) :is(.mud-paper,.mud-card) { background:var(--theme-surface) !important; border-color:var(--theme-border) !important; box-shadow:var(--theme-shadow-card); }
[data-theme-version="v2-neon-broadcast"] :is(.health-metrics-dashboard,.twitch-overview-dashboard,.games-media-dashboard,.streamer-admin-dashboard,.inplay-dashboard,.diagnostics-labs-dashboard) :is(.mud-alert,.mud-chip) { border-radius:var(--theme-radius-sm); }
[data-theme-version="v2-neon-broadcast"] :is(.mud-input-control-input-container,.mud-select,.mud-input) { background:var(--theme-bg-elevated); border-radius:var(--theme-radius-sm); }
[data-theme-version="v2-neon-broadcast"] :is(.mud-input-control-input-container,.mud-select):focus-within { outline:3px solid var(--theme-focus-ring); outline-offset:2px; }
[data-theme-version="v2-neon-broadcast"] .mud-table { background:var(--theme-surface); border:1px solid var(--theme-border); border-radius:var(--theme-radius-md); overflow:hidden; }
[data-theme-version="v2-neon-broadcast"] .mud-table-head { background:var(--theme-surface-strong); font-family:var(--theme-font-display); letter-spacing:.04em; }
[data-theme-version="v2-neon-broadcast"] .mud-table-row:hover { background:rgb(77 226 255 / 7%); } [data-theme-version="v2-neon-broadcast"] .mud-table-row:focus-within { outline:2px solid var(--theme-focus-ring); outline-offset:-2px; }
[data-theme-version="v2-neon-broadcast"] :is(.achievement,.reward,.event,.badge,.progress) { border-color:var(--theme-border); } [data-theme-version="v2-neon-broadcast"] .mud-progress-linear-bar { background-color:var(--theme-primary); }
[data-theme-version="v2-neon-broadcast"] { font-family: var(--theme-font-body); color: var(--theme-text); }
[data-theme-version="v2-neon-broadcast"] .cc-panel { background: var(--theme-surface); border: 1px solid var(--theme-border); border-radius: var(--theme-radius-md); box-shadow: var(--theme-shadow-card); overflow: hidden; }
[data-theme-version="v2-neon-broadcast"] .cc-panel__header { align-items:center; border-bottom: 1px solid var(--theme-border); display:flex; gap: var(--theme-space-card); justify-content:space-between; padding: .75rem var(--theme-space-card); }
[data-theme-version="v2-neon-broadcast"] .cc-panel__header h2 { font: 600 1rem/1.25 var(--theme-font-display); letter-spacing:.04em; margin:0; }
[data-theme-version="v2-neon-broadcast"] .cc-panel__body { padding:var(--theme-space-card); }
[data-theme-version="v2-neon-broadcast"] .cc-button { align-items:center; border:1px solid transparent; border-radius:var(--theme-radius-sm); cursor:pointer; display:inline-flex; font:600 .8rem/1 var(--theme-font-display); gap:.5rem; justify-content:center; letter-spacing:.05em; min-height:2.5rem; padding:.6rem .85rem; transition:background var(--theme-motion-fast), box-shadow var(--theme-motion-fast), transform var(--theme-motion-fast); }
[data-theme-version="v2-neon-broadcast"] .cc-button--primary { background:var(--theme-primary); color:#061019; }
[data-theme-version="v2-neon-broadcast"] .cc-button--secondary { background:transparent; border-color:var(--theme-border-strong); color:var(--theme-text); }
[data-theme-version="v2-neon-broadcast"] .cc-button--danger { background:var(--theme-danger); color:#21030a; }
[data-theme-version="v2-neon-broadcast"] .cc-button:hover:not(:disabled) { box-shadow:var(--theme-shadow-glow); transform:translateY(-1px); }
[data-theme-version="v2-neon-broadcast"] .cc-button:focus-visible { outline:3px solid var(--theme-focus-ring); outline-offset:3px; }
[data-theme-version="v2-neon-broadcast"] .cc-button:disabled { cursor:not-allowed; opacity:.52; }
[data-theme-version="v2-neon-broadcast"] .cc-button__spinner { animation:cc-spin .8s linear infinite; border:2px solid currentColor; border-right-color:transparent; border-radius:50%; height:.8rem; width:.8rem; }
[data-theme-version="v2-neon-broadcast"] .cc-empty-state { background:var(--theme-bg-elevated); border:1px dashed var(--theme-border-strong); border-radius:var(--theme-radius-md); padding:clamp(1.5rem,5vw,3rem); text-align:center; }
[data-theme-version="v2-neon-broadcast"] .cc-empty-state__eyebrow { color:var(--theme-primary); font:600 .7rem/1 var(--theme-font-display); letter-spacing:.1em; text-transform:uppercase; }
[data-theme-version="v2-neon-broadcast"] .cc-empty-state h2 { font-family:var(--theme-font-display); margin:.75rem 0 .5rem; }
[data-theme-version="v2-neon-broadcast"] .cc-empty-state p { color:var(--theme-text-muted); margin:0 auto 1rem; max-width:42rem; }
[data-theme-version="v2-neon-broadcast"] .cc-badge { border:1px solid currentColor; border-radius:999px; display:inline-block; font:600 .65rem/1 var(--theme-font-display); letter-spacing:.07em; padding:.35rem .5rem; text-transform:uppercase; }
[data-theme-version="v2-neon-broadcast"] .cc-badge--success { color:var(--theme-success); } [data-theme-version="v2-neon-broadcast"] .cc-badge--warning { color:var(--theme-warning); } [data-theme-version="v2-neon-broadcast"] .cc-badge--error { color:var(--theme-danger); } [data-theme-version="v2-neon-broadcast"] .cc-badge--neutral { color:var(--theme-text-muted); }
[data-theme-version="v2-neon-broadcast"] .cc-domain-signal { align-items:start; background:var(--theme-surface-strong); border:1px solid var(--theme-border); border-left:3px solid var(--theme-primary); border-radius:var(--theme-radius-sm); display:flex; gap:.75rem; min-width:0; padding:.8rem; }
[data-theme-version="v2-neon-broadcast"] .cc-domain-signal__icon { align-items:center; border:1px solid currentColor; border-radius:50%; display:inline-flex; flex:0 0 auto; height:2rem; justify-content:center; width:2rem; }
[data-theme-version="v2-neon-broadcast"] .cc-domain-signal__content { display:grid; gap:.2rem; min-width:0; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__eyebrow,[data-theme-version="v2-neon-broadcast"] .cc-domain-signal__state { font:600 .65rem/1 var(--theme-font-display); letter-spacing:.08em; text-transform:uppercase; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__label { font-size:.95rem; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__detail { color:var(--theme-text-muted); font-size:.85rem; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__progress { align-items:center; display:flex; gap:.5rem; font-size:.8rem; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__progress progress { accent-color:var(--theme-primary); flex:1; min-width:6rem; }
[data-theme-version="v2-neon-broadcast"] .cc-domain-signal--locked,[data-theme-version="v2-neon-broadcast"] .cc-domain-signal--unavailable,[data-theme-version="v2-neon-broadcast"] .cc-domain-signal--disabled { border-left-color:var(--theme-text-muted); color:var(--theme-text-muted); } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal--unlocked,[data-theme-version="v2-neon-broadcast"] .cc-domain-signal--available { border-left-color:var(--theme-primary); color:var(--theme-primary); } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal--completed { border-left-color:var(--theme-success); color:var(--theme-success); } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal--error { border-left-color:var(--theme-danger); color:var(--theme-danger); } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__label,[data-theme-version="v2-neon-broadcast"] .cc-domain-signal__detail { color:var(--theme-text); } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal--compact { padding:.55rem .65rem; }
[data-theme-version="v2-neon-broadcast"] .cc-field { display:grid; gap:.4rem; margin-bottom:1rem; } [data-theme-version="v2-neon-broadcast"] .cc-field label { font-weight:700; } [data-theme-version="v2-neon-broadcast"] .cc-field input,[data-theme-version="v2-neon-broadcast"] .cc-field select,[data-theme-version="v2-neon-broadcast"] .cc-field textarea { background:var(--theme-bg); border:1px solid var(--theme-border); border-radius:var(--theme-radius-sm); color:var(--theme-text); min-height:2.5rem; padding:.6rem .75rem; } [data-theme-version="v2-neon-broadcast"] .cc-field :is(input,select,textarea):focus-visible { border-color:var(--theme-primary); outline:3px solid var(--theme-focus-ring); outline-offset:2px; } [data-theme-version="v2-neon-broadcast"] .cc-field__error { color:var(--theme-danger); font-weight:600; } [data-theme-version="v2-neon-broadcast"] .cc-field small { color:var(--theme-text-muted); }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface { background:linear-gradient(145deg,var(--theme-surface),var(--theme-bg-elevated)); border:1px solid var(--theme-border); border-left:3px solid var(--theme-primary); border-radius:var(--theme-radius-md); box-shadow:var(--theme-shadow-card); min-width:0; }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-input-control-input-container,.mud-select,.mud-input) { background:var(--theme-bg); border-color:var(--theme-border); color:var(--theme-text); }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-input-control-input-container,.mud-select):focus-within { border-color:var(--theme-primary); box-shadow:0 0 0 1px var(--theme-primary),0 0 1rem var(--theme-primary-glow); outline:3px solid var(--theme-focus-ring); outline-offset:2px; }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-input-error,.mud-input-error .mud-input-control-input-container,.mud-input-error .mud-select) { border-color:var(--theme-danger); }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-input-error .mud-input-helper-text,.mud-input-error .mud-input-error) { color:var(--theme-danger); font-weight:600; }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface .mud-input-error .mud-input-outlined-border { border-color:var(--theme-danger) !important; }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface .mud-input-helper-text.mud-input-error { color:var(--theme-danger) !important; font-weight:600; }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-disabled,.mud-input-control-input-container:has(input[readonly]),.mud-input-control-input-container:has(textarea[readonly])) { background:color-mix(in srgb,var(--theme-bg-elevated) 72%,var(--theme-text-muted)); cursor:not-allowed; opacity:.72; }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-progress-linear,.mud-progress-circular) { color:var(--theme-primary); }
[data-theme-version="v2-neon-broadcast"] .cc-setting-surface .app-setting-card__nested-content { border-left:1px solid var(--theme-border-strong); margin-left:.25rem; padding-left:1rem; }
@media (max-width:640px) { [data-theme-version="v2-neon-broadcast"] .cc-setting-surface { margin-inline:0 !important; } [data-theme-version="v2-neon-broadcast"] .cc-setting-surface :is(.mud-input-control-input-container,.mud-select,.mud-input) { min-width:0; width:100%; } }
[data-theme-version="v2-neon-broadcast"] .cc-stat-card { background:var(--theme-surface-strong); border-left:3px solid var(--theme-primary); border-radius:var(--theme-radius-sm); display:grid; gap:.35rem; padding:var(--theme-space-card); } [data-theme-version="v2-neon-broadcast"] .cc-stat-card__label,[data-theme-version="v2-neon-broadcast"] .cc-stat-card__detail { color:var(--theme-text-muted); } [data-theme-version="v2-neon-broadcast"] .cc-stat-card__value { font:700 clamp(1.5rem,4vw,2.5rem)/1 var(--theme-font-display); }
[data-theme-version="v2-neon-broadcast"] .cc-connection-row { align-items:center; background:linear-gradient(100deg,rgb(8 10 18 / 74%),var(--theme-surface)); border:1px solid var(--theme-border); border-left:2px solid var(--theme-border-strong); display:grid; gap:.875rem; grid-template-columns:auto minmax(0,1fr) auto; min-height:5.25rem; padding:.75rem 1rem; transition:border-color var(--theme-motion-fast),background var(--theme-motion-fast),box-shadow var(--theme-motion-fast); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row:hover { background:linear-gradient(100deg,rgb(77 226 255 / 8%),var(--theme-surface)); border-color:var(--theme-border-strong); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row:focus-within { border-color:var(--theme-primary); box-shadow:0 0 0 2px var(--theme-focus-ring); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row--success { border-left-color:var(--theme-success); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row--warning { border-left-color:var(--theme-warning); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row--error { border-left-color:var(--theme-danger); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row__icon { align-items:center; background:var(--theme-bg-elevated); border:1px solid var(--theme-border); color:var(--theme-primary); display:flex; font-size:1.25rem; height:2.75rem; justify-content:center; width:2.75rem; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row__content { min-width:0; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row__heading { align-items:center; display:flex; flex-wrap:wrap; gap:.5rem; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row h3 { color:var(--theme-text); font:600 .9rem/1.2 var(--theme-font-display); letter-spacing:.035em; margin:0; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row p { color:var(--theme-text-muted); font-size:.82rem; line-height:1.45; margin:.3rem 0 0; overflow-wrap:anywhere; white-space:normal; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row__action { display:flex; justify-content:flex-end; } [data-theme-version="v2-neon-broadcast"] .cc-action-link { align-items:center; border:1px solid transparent; border-radius:var(--theme-radius-sm); display:inline-flex; font:600 .72rem/1 var(--theme-font-display); justify-content:center; letter-spacing:.075em; min-height:2.25rem; padding:.55rem .7rem; text-decoration:none; text-transform:uppercase; transition:box-shadow var(--theme-motion-fast),transform var(--theme-motion-fast),background var(--theme-motion-fast); white-space:nowrap; } [data-theme-version="v2-neon-broadcast"] .cc-action-link--primary { background:var(--theme-primary); color:#061019; } [data-theme-version="v2-neon-broadcast"] .cc-action-link--secondary { border-color:var(--theme-border-strong); color:var(--theme-text); } [data-theme-version="v2-neon-broadcast"] .cc-action-link--danger { background:var(--theme-danger); color:#21030a; } [data-theme-version="v2-neon-broadcast"] .cc-action-link:hover:not(.is-disabled) { box-shadow:var(--theme-shadow-glow); transform:translateY(-1px); } [data-theme-version="v2-neon-broadcast"] .cc-action-link:focus-visible { outline:3px solid var(--theme-focus-ring); outline-offset:3px; } [data-theme-version="v2-neon-broadcast"] .cc-action-link.is-disabled { cursor:not-allowed; opacity:.52; }
[data-theme-version="v2-neon-broadcast"] .cc-preview { background:var(--theme-bg); min-height:100vh; padding:var(--theme-space-page); } [data-theme-version="v2-neon-broadcast"] .cc-preview__header { margin-bottom:var(--theme-space-page); } [data-theme-version="v2-neon-broadcast"] .cc-preview__header span { color:var(--theme-primary); font:600 .75rem/1 var(--theme-font-display); letter-spacing:.1em; } [data-theme-version="v2-neon-broadcast"] .cc-preview__header h1 { font-family:var(--theme-font-display); } [data-theme-version="v2-neon-broadcast"] .cc-preview__grid { display:grid; gap:var(--theme-space-card); grid-template-columns:repeat(2,minmax(0,1fr)); margin:auto; max-width:72rem; } [data-theme-version="v2-neon-broadcast"] .cc-preview__actions,.cc-preview__stats { display:flex; flex-wrap:wrap; gap:.75rem; } [data-theme-version="v2-neon-broadcast"] .cc-preview__stats { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); } [data-theme-version="v2-neon-broadcast"] .cc-preview .cc-empty-state { grid-column:1/-1; }

[data-theme-version="v2-neon-broadcast"] .cc-operation-status,[data-theme-version="v2-neon-broadcast"] .cc-toast { align-items:center; background:var(--theme-bg-elevated); border:1px solid var(--theme-border); display:flex; flex-wrap:wrap; gap:.65rem; padding:.8rem 1rem; } [data-theme-version="v2-neon-broadcast"] .cc-operation-status--failure { border-color:var(--theme-danger); } [data-theme-version="v2-neon-broadcast"] .cc-operation-status--warning { border-color:var(--theme-secondary); } [data-theme-version="v2-neon-broadcast"] .cc-skeleton { animation:cc-pulse 1.2s ease-in-out infinite; background:linear-gradient(90deg,var(--theme-surface),var(--theme-surface-strong),var(--theme-surface)); border-radius:var(--theme-radius-sm); min-height:1rem; } [data-theme-version="v2-neon-broadcast"] .cc-progress { background:var(--theme-surface); min-height:1.5rem; position:relative; } [data-theme-version="v2-neon-broadcast"] .cc-progress>span:first-child { background:var(--theme-primary); display:block; height:100%; transition:width .2s ease; } [data-theme-version="v2-neon-broadcast"] .cc-progress__label { inset:0; padding:.2rem .5rem; position:absolute; } [data-theme-version="v2-neon-broadcast"] .cc-health-indicator--degraded,.cc-health-indicator--warning { color:var(--theme-secondary); } [data-theme-version="v2-neon-broadcast"] .cc-health-indicator--offline,.cc-health-indicator--failure { color:var(--theme-danger); } [data-theme-version="v2-neon-broadcast"] .cc-event-feed { margin:0; padding-left:1.25rem; } [data-theme-version="v2-neon-broadcast"] .cc-transition-boundary { contain:layout style; }

@keyframes cc-pulse { 50% { opacity:.55; } }
@keyframes cc-spin { to { transform:rotate(360deg); } }
@media (max-width: 640px) { [data-theme-version="v2-neon-broadcast"] .cc-panel__header { align-items:flex-start; flex-direction:column; } [data-theme-version="v2-neon-broadcast"] .cc-button { width:100%; } [data-theme-version="v2-neon-broadcast"] .cc-preview__grid,[data-theme-version="v2-neon-broadcast"] .cc-preview__stats { grid-template-columns:1fr; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row { align-items:start; grid-template-columns:auto minmax(0,1fr); } [data-theme-version="v2-neon-broadcast"] .cc-connection-row__action { grid-column:2; justify-content:stretch; } [data-theme-version="v2-neon-broadcast"] .cc-connection-row__action .cc-action-link { width:100%; } }
@media (max-width: 640px) { [data-theme-version="v2-neon-broadcast"] .cc-panel__header { align-items:flex-start; flex-direction:column; } [data-theme-version="v2-neon-broadcast"] .cc-button { width:100%; } [data-theme-version="v2-neon-broadcast"] .cc-preview__grid,[data-theme-version="v2-neon-broadcast"] .cc-preview__stats { grid-template-columns:1fr; } }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette__backdrop { align-items:flex-start; background:rgb(0 0 0 / 72%); display:flex; inset:0; justify-content:center; padding:clamp(1rem,10vh,7rem) 1rem 1rem; position:fixed; z-index:1500; }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette { background:var(--theme-bg-elevated); border:1px solid var(--theme-border-strong); box-shadow:var(--theme-shadow-card),var(--theme-shadow-glow); color:var(--theme-text); display:grid; max-height:min(44rem,80vh); max-width:46rem; overflow:hidden; width:100%; }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette__header { align-items:center; border-bottom:1px solid var(--theme-border); display:flex; justify-content:space-between; padding:1rem; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__header span,[data-theme-version="v2-neon-broadcast"] .cc-command-palette__group { color:var(--theme-primary); font:.65rem/1 var(--theme-font-display); letter-spacing:.09em; text-transform:uppercase; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__header h2 { font:600 1.1rem/1.2 var(--theme-font-display); margin:.35rem 0 0; }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette kbd { background:var(--theme-surface); border:1px solid var(--theme-border); border-radius:var(--theme-radius-sm); color:var(--theme-text-muted); padding:.2rem .4rem; }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette__search { border-bottom:1px solid var(--theme-border); display:block; padding:1rem; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__search input { background:var(--theme-bg); border:1px solid var(--theme-border); color:var(--theme-text); font-size:1rem; min-height:3rem; padding:.75rem; width:100%; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__search input:focus-visible { outline:3px solid var(--theme-focus-ring); outline-offset:2px; }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette__results { display:grid; overflow:auto; padding:.5rem; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__result { background:transparent; border:1px solid transparent; color:var(--theme-text); display:grid; gap:.25rem; min-height:4.5rem; padding:.75rem; text-align:left; width:100%; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__result small { color:var(--theme-text-muted); } [data-theme-version="v2-neon-broadcast"] .cc-command-palette__result:is(:hover,.is-active,:focus-visible) { background:var(--theme-surface); border-color:var(--theme-primary); outline:none; }
[data-theme-version="v2-neon-broadcast"] .cc-command-palette__empty { color:var(--theme-text-muted); padding:2rem 1rem; text-align:center; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette footer { border-top:1px solid var(--theme-border); display:flex; flex-wrap:wrap; gap:1rem; padding:.75rem 1rem; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette footer span { align-items:center; display:flex; gap:.3rem; }
@media (max-width:640px) { [data-theme-version="v2-neon-broadcast"] .cc-command-palette__backdrop { padding:.5rem; } [data-theme-version="v2-neon-broadcast"] .cc-command-palette { max-height:calc(100vh - 1rem); } [data-theme-version="v2-neon-broadcast"] .cc-command-palette footer { font-size:.75rem; } }
@media (max-width: 640px) { [data-theme-version="v2-neon-broadcast"] .cc-domain-signal { gap:.6rem; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__progress { align-items:flex-start; flex-direction:column; } [data-theme-version="v2-neon-broadcast"] .cc-domain-signal__progress progress { width:100%; } }
