/*! FestAxis enterprise cohesion layer — 2026-07-28 */
:root{
  --fx-enterprise-radius:10px;
  --fx-enterprise-radius-sm:7px;
  --fx-enterprise-border:#d9e2eb;
  --fx-enterprise-surface:#ffffff;
  --fx-enterprise-subtle:#f6f8fa;
  --fx-enterprise-ink:#15243a;
  --fx-enterprise-muted:#607086;
}

/* Authenticated workspaces: hierarchy comes from spacing, borders, and type—not card piles. */
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) .content{
  min-width:0;
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) .fx-page-flow{
  width:min(1680px,100%);
  margin-inline:auto;
  padding:clamp(16px,2vw,28px);
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(.card,.panel,.box,.surface){
  border-radius:var(--fx-enterprise-radius)!important;
  box-shadow:none!important;
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(.card,.panel,.box){
  border-color:var(--fx-enterprise-border)!important;
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) .card .card{
  background:var(--fx-enterprise-subtle)!important;
  border-color:#e3e9ef!important;
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(h1,h2,h3){
  color:var(--fx-enterprise-ink);
  text-wrap:balance;
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) h1{
  letter-spacing:-.035em;
}
body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(.muted,.help,.meta,small){
  color:var(--fx-enterprise-muted);
}

/* Tables remain dense and usable without forcing the entire page wider than the viewport. */
.fx-table-scroll{
  max-width:100%;
  overflow:auto;
  border:1px solid var(--fx-enterprise-border);
  border-radius:var(--fx-enterprise-radius);
  background:#fff;
  overscroll-behavior-inline:contain;
}
.fx-table-scroll>table{
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  min-width:max(720px,100%);
}
.fx-table-scroll>table thead th{
  position:sticky;
  top:0;
  z-index:2;
  background:#f7f9fb!important;
  box-shadow:inset 0 -1px #dfe6ed;
}
.fx-table-scroll>table tbody tr{
  transition:background-color .12s ease;
}
.fx-table-scroll>table tbody tr:hover{
  background:#f7fafc;
}

/* Action controls should read as a coherent toolset. */
body.fx-design-system :where(.btn,button.btn,a.btn){
  gap:7px;
}
body.fx-design-system :where(.btn,button.btn,a.btn)>.phosphor-icon,
body.fx-design-system :where(.btn,button.btn,a.btn)>[data-phosphor] .phosphor-icon{
  width:16px;
  height:16px;
  flex:0 0 auto;
}
body.fx-design-system .fx-icon-only{
  display:inline-grid!important;
  place-items:center;
  aspect-ratio:1;
  padding:0!important;
}
body.fx-design-system :where(button,a)[aria-disabled="true"],
body.fx-design-system button:disabled{
  cursor:not-allowed;
}

/* Repeated management rows behave like a data view rather than independent cards. */
body.fx-ops-app:not(.fx-field-mode) :where(.listStack,.list-stack,.fx-list-stack){
  gap:0!important;
  border:1px solid var(--fx-enterprise-border);
  border-radius:var(--fx-enterprise-radius);
  overflow:hidden;
  background:#fff;
}
body.fx-ops-app:not(.fx-field-mode) :where(.listStack,.list-stack,.fx-list-stack)>:where(.listItem,.list-item,.card){
  margin:0!important;
  border:0!important;
  border-bottom:1px solid #e5eaf0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.fx-ops-app:not(.fx-field-mode) :where(.listStack,.list-stack,.fx-list-stack)>:last-child{
  border-bottom:0!important;
}

/* Hub-and-spoke event home. */
.fx-event-hub{
  display:grid;
  gap:18px;
  margin-bottom:20px;
}
.fx-event-hub__core{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
  gap:20px;
  align-items:end;
  padding:22px 0 18px;
  border-bottom:1px solid var(--fx-enterprise-border);
}
.fx-event-hub__identity{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-width:0;
}
.fx-event-hub__mark{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1px solid #cfdbea;
  border-radius:10px;
  color:#24509e;
  background:#eef4ff;
}
.fx-event-hub__mark .phosphor-icon{width:22px;height:22px}
.fx-event-hub__identity h1{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.02}
.fx-event-hub__identity p{margin:8px 0 0;max-width:760px;color:var(--fx-enterprise-muted)}
.fx-event-hub__state{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid var(--fx-enterprise-border);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.fx-event-hub__state>div{padding:12px 14px;border-right:1px solid var(--fx-enterprise-border)}
.fx-event-hub__state>div:last-child{border-right:0}
.fx-event-hub__state span{display:block;color:var(--fx-enterprise-muted);font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.055em}
.fx-event-hub__state strong{display:block;margin-top:5px;font-size:18px;color:var(--fx-enterprise-ink)}
.fx-event-hub__switch{
  display:flex;
  align-items:end;
  gap:9px;
  flex-wrap:wrap;
  margin-top:14px;
}
.fx-event-hub__switch label{flex:1 1 260px;margin:0}
.fx-event-hub__switch select{width:100%}
.fx-event-hub__spokes{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-block:1px solid var(--fx-enterprise-border);
  background:#fff;
}
.fx-event-spoke{
  min-width:0;
  padding:18px;
  border-right:1px solid var(--fx-enterprise-border);
}
.fx-event-spoke:last-child{border-right:0}
.fx-event-spoke__head{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;align-items:center;margin-bottom:12px}
.fx-event-spoke__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#eef3f9;color:#254e91}
.fx-event-spoke__icon .phosphor-icon{width:17px;height:17px}
.fx-event-spoke h2{margin:0;font-size:15px;letter-spacing:-.01em}
.fx-event-spoke__summary{margin:3px 0 0;color:var(--fx-enterprise-muted);font-size:12px;line-height:1.45}
.fx-event-spoke__links{display:grid;gap:2px}
.fx-event-spoke__links a{
  display:grid;
  grid-template-columns:18px minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  min-height:35px;
  padding:7px 8px;
  border-radius:7px;
  color:#263850;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
}
.fx-event-spoke__links a:hover,.fx-event-spoke__links a:focus-visible{background:#f0f4f8;color:#183d78}
.fx-event-spoke__links .phosphor-icon{width:15px;height:15px;color:#5c6f86}
.fx-event-spoke__links .navItemBadge{justify-self:end}
.fx-event-spoke__more{margin-top:8px;color:#31568f!important}

/* The dashboard metric row is a strip, not six unrelated cards. */
body.fx-page-dashboard .fx-kpi-strip{
  gap:0!important;
  border:1px solid var(--fx-enterprise-border);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
body.fx-page-dashboard .fx-stat-card{
  border:0!important;
  border-right:1px solid var(--fx-enterprise-border)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.fx-page-dashboard .fx-stat-card:last-child{border-right:0!important}
body.fx-page-dashboard .fx-tab-list{
  padding:0!important;
  border:0!important;
  border-bottom:1px solid var(--fx-enterprise-border)!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.fx-page-dashboard .fx-tab{
  border-radius:0!important;
  border-bottom:2px solid transparent!important;
}
body.fx-page-dashboard .fx-tab.is-active{
  color:#174489!important;
  background:transparent!important;
  border-bottom-color:#2f5fb3!important;
  box-shadow:none!important;
}

/* High-bloat legacy modules are visually flattened without removing capability. */
body:is(.fx-page-parade,.fx-page-settings,.fx-page-programming,.fx-page-tickets,.fx-page-vendors) .card{
  border-radius:10px!important;
  box-shadow:none!important;
}
body:is(.fx-page-parade,.fx-page-settings,.fx-page-programming,.fx-page-tickets,.fx-page-vendors) .card .card{
  background:#f7f9fb!important;
}

/* Public and event-branded transactional surfaces stay clean and legible. */
body.fx-mode-event :where(.card,.panel),
body.fx-mode-portal :where(.card,.panel){
  border-radius:10px;
}

@media(max-width:1280px){
  .fx-event-hub__spokes{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fx-event-spoke:nth-child(3n){border-right:0}
  .fx-event-spoke:nth-child(n+4){border-top:1px solid var(--fx-enterprise-border)}
}
@media(max-width:900px){
  body.fx-ops-app:not(.fx-field-mode):not(.fx-page-site-planner) .fx-page-flow{padding:14px}
  .fx-event-hub__core{grid-template-columns:1fr;align-items:start}
  .fx-event-hub__spokes{grid-template-columns:1fr 1fr}
  .fx-event-spoke,.fx-event-spoke:nth-child(3n){border-right:1px solid var(--fx-enterprise-border)}
  .fx-event-spoke:nth-child(2n){border-right:0}
  .fx-event-spoke:nth-child(n+3){border-top:1px solid var(--fx-enterprise-border)}
  body.fx-page-dashboard .fx-stat-card:nth-child(2n){border-right:0!important}
}
@media(max-width:620px){
  .fx-event-hub__state{grid-template-columns:1fr}
  .fx-event-hub__state>div{border-right:0;border-bottom:1px solid var(--fx-enterprise-border)}
  .fx-event-hub__state>div:last-child{border-bottom:0}
  .fx-event-hub__spokes{grid-template-columns:1fr}
  .fx-event-spoke,.fx-event-spoke:nth-child(2n),.fx-event-spoke:nth-child(3n){border-right:0}
  .fx-event-spoke:nth-child(n+2){border-top:1px solid var(--fx-enterprise-border)}
  body.fx-page-dashboard .fx-stat-card{border-right:0!important;border-bottom:1px solid var(--fx-enterprise-border)!important}
  body.fx-page-dashboard .fx-stat-card:last-child{border-bottom:0!important}
}

/* Event Hub composition: one stable event core feeding focused work spokes. */
.fx-event-hub.card{padding:0!important;overflow:visible;background:transparent!important;border:0!important}
.fx-event-hub__core{
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:"identity actions" "state state" "switch switch";
  align-items:center;
  padding:22px;
  border:1px solid var(--fx-enterprise-border);
  border-radius:12px;
  background:#fff;
}
.fx-event-hub__identity{grid-area:identity}
.fx-event-hub__actions{grid-area:actions;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.fx-event-hub__state{grid-area:state;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}
.fx-event-hub__switch{grid-area:switch;display:grid;grid-template-columns:minmax(180px,320px) minmax(0,1fr);align-items:end}
.fx-event-hub__switch>label{grid-column:1/-1;font-size:12px;font-weight:750;color:var(--fx-enterprise-muted)}
.fx-event-hub__switch>div{display:flex;gap:8px;align-items:center}
.fx-event-hub__switch select{min-width:220px;max-width:420px}
.fx-event-hub__spokes{border:1px solid var(--fx-enterprise-border);border-radius:12px;overflow:hidden}
.fx-event-hub__metrics{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  border:1px solid var(--fx-enterprise-border);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}
.fx-event-hub__metrics>div{min-width:0;padding:13px 14px;border-right:1px solid var(--fx-enterprise-border)}
.fx-event-hub__metrics>div:last-child{border-right:0}
.fx-event-hub__metrics span,.fx-event-hub__metrics small{display:block;color:var(--fx-enterprise-muted);font-size:11px}
.fx-event-hub__metrics strong{display:block;margin:5px 0 3px;font-size:20px;color:var(--fx-enterprise-ink);font-variant-numeric:tabular-nums}
.fx-event-spoke__head{align-items:start}
.fx-event-spoke__summary{min-height:34px}
.fx-calm-state{display:grid;grid-template-columns:22px minmax(0,1fr);gap:2px 9px;align-items:start;padding:14px;border:1px solid #cce7da;border-radius:8px;background:#f3fbf7;color:#183d31}
.fx-calm-state .phosphor-icon{grid-row:1/3;width:19px;height:19px;color:#16855d}
.fx-calm-state span{color:#557269;font-size:12px}

@media(max-width:1180px){
  .fx-event-hub__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fx-event-hub__metrics>div:nth-child(3n){border-right:0}
  .fx-event-hub__metrics>div:nth-child(n+4){border-top:1px solid var(--fx-enterprise-border)}
}
@media(max-width:780px){
  .fx-event-hub__core{grid-template-columns:1fr;grid-template-areas:"identity" "actions" "state" "switch";align-items:start}
  .fx-event-hub__actions{justify-content:flex-start;margin-top:14px}
  .fx-event-hub__state{grid-template-columns:repeat(2,minmax(0,1fr))}
  .fx-event-hub__state>div:nth-child(2){border-right:0}
  .fx-event-hub__state>div:nth-child(n+3){border-top:1px solid var(--fx-enterprise-border)}
  .fx-event-hub__switch{grid-template-columns:1fr}
  .fx-event-hub__switch>div{align-items:stretch;flex-wrap:wrap}
  .fx-event-hub__switch select{max-width:none;flex:1 1 220px}
}
@media(max-width:560px){
  .fx-event-hub__core{padding:17px}
  .fx-event-hub__actions .btn{width:100%;justify-content:center}
  .fx-event-hub__state{grid-template-columns:1fr}
  .fx-event-hub__state>div{border-right:0!important;border-bottom:1px solid var(--fx-enterprise-border)}
  .fx-event-hub__state>div:last-child{border-bottom:0}
  .fx-event-hub__metrics{grid-template-columns:1fr 1fr}
  .fx-event-hub__metrics>div,.fx-event-hub__metrics>div:nth-child(3n){border-right:1px solid var(--fx-enterprise-border)}
  .fx-event-hub__metrics>div:nth-child(2n){border-right:0}
  .fx-event-hub__metrics>div:nth-child(n+3){border-top:1px solid var(--fx-enterprise-border)}
}

/* Phosphor + neutral application chrome completion — 2026-07-29 */
.phosphor-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1em;height:1em;color:currentColor;vertical-align:-.125em}
@media (min-width:901px){
  body.fx-ops-app .topHamburger{display:none!important}
}
body.fx-ops-app .sidebar .navAdvanced{
  border-top-color:rgba(148,163,184,.24)!important;
  background:transparent!important;
}
body.fx-ops-app .sidebar .navAdvanced>summary{
  min-height:36px!important;
  padding:8px 11px!important;
  border:1px solid transparent!important;
  border-radius:7px!important;
  background:transparent!important;
  color:#91a6b9!important;
  box-shadow:none!important;
}
body.fx-ops-app .sidebar .navAdvanced>summary:hover,
body.fx-ops-app .sidebar .navAdvanced[open]>summary{
  border-color:rgba(148,163,184,.18)!important;
  background:rgba(255,255,255,.055)!important;
  color:#d8e2ec!important;
}
body.fx-ops-app .fx-context-selector,
body.fx-ops-app .fx-context-switcher>summary,
body.fx-ops-app .fx-context-popover,
body.fx-ops-app .fx-context-choice,
body.fx-ops-app .fx-context-manage{
  --accent:#0F6E91;
  --accent2:#0F3568;
}
body.fx-ops-app .fx-context-selector{border-color:#d6e0e8!important;background:#fff!important;color:#111827!important;box-shadow:none!important}
body.fx-ops-app .fx-context-selector:hover{border-color:#b8c7d3!important;background:#f8fafc!important}
body.fx-ops-app .fx-context-icon{background:#edf7ff!important;color:#0F3568!important}
body.fx-ops-app .fx-context-selector small{color:#64748b!important}
body.fx-ops-app .fx-context-selector strong{color:#111827!important}
body.fx-ops-app .fx-context-popover{border-color:#cbd8e2!important;background:#fff!important}
body.fx-ops-app .fx-context-choice{background:#fff!important;color:#111827!important}
body.fx-ops-app .fx-context-choice:hover{background:#f1f5f9!important}
body.fx-ops-app .fx-context-choice.is-current{background:#eaf3f8!important;color:#0F3568!important}
body.fx-ops-app .fx-context-manage{color:#075f9b!important}
body.fx-ops-app .fx-account-menu>summary{
  width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;
  border:0!important;border-radius:50%!important;background:transparent!important;background-image:none!important;
  box-shadow:none!important;outline-offset:3px;
}
body.fx-ops-app .fx-account-menu>summary:hover,
body.fx-ops-app .fx-account-menu[open]>summary{background:transparent!important;box-shadow:none!important}
body.fx-ops-app .fx-avatar{border-radius:50%!important;box-shadow:none!important}
body.fx-ops-app .brand .logo img.fa-event-logo{max-width:188px;max-height:46px;height:auto;object-fit:contain;object-position:left center}
body.fx-ops-app .brand .title{margin-top:2px}

/* Event identity stays visible in neutral admin chrome without importing event colors. */
body.fx-ops-app .fx-context-icon--logo{
  overflow:hidden;border:1px solid #d8e2ea!important;background:#fff!important;color:#0F3568!important;
}
body.fx-ops-app .fx-context-icon--logo img{
  display:block;width:100%;height:100%;padding:3px;box-sizing:border-box;object-fit:contain;object-position:center;
}
body.fx-ops-app .fx-context-choice{justify-content:flex-start!important;gap:9px!important}
body.fx-ops-app .fx-context-choice-visual{
  display:grid!important;place-items:center;width:30px;height:30px;flex:0 0 30px;overflow:hidden;
  border:1px solid #d8e2ea;border-radius:6px;background:#fff;color:#0F3568;
}
body.fx-ops-app .fx-context-choice-visual img{display:block;width:100%;height:100%;padding:3px;box-sizing:border-box;object-fit:contain}
body.fx-ops-app .fx-context-choice-visual .phosphor-icon{width:16px;height:16px}
body.fx-ops-app .fx-context-choice>.fx-context-choice-copy{display:grid;gap:2px;min-width:0;flex:1 1 auto}
body.fx-ops-app .fx-context-choice>.phosphor-icon{margin-left:auto}


/* Workflow home launchers — 2026-07-30 */
.fx-workspace-home{display:grid;gap:28px;width:min(1540px,100%);margin-inline:auto}
.fx-workspace-home__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:4px 0 20px;border-bottom:1px solid var(--fx-enterprise-border)}
.fx-workspace-home__header h1{margin:4px 0 8px;font-size:clamp(30px,4vw,44px);line-height:1.06;letter-spacing:-.04em}
.fx-workspace-home__header p{max-width:780px;margin:0;color:var(--fx-enterprise-muted);font-size:15px;line-height:1.62}
.fx-workspace-primary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.fx-workspace-primary-card{display:grid;grid-template-columns:64px minmax(0,1fr) 28px;align-items:center;gap:18px;min-height:142px;padding:24px;border:1px solid #cfd9e4;border-radius:12px;background:#fff;color:var(--fx-enterprise-ink);text-decoration:none;transition:border-color .12s ease,background-color .12s ease,transform .12s ease}
.fx-workspace-primary-card:hover,.fx-workspace-primary-card:focus-visible{border-color:#8da9cd;background:#f8fbff;transform:translateY(-1px)}
.fx-workspace-primary-card__icon{display:grid;place-items:center;width:56px;height:56px;border:1px solid #cbd9e8;border-radius:12px;background:#edf4fb;color:#173f77}
.fx-workspace-primary-card__icon .phosphor-icon{display:block;width:30px;height:30px;margin:auto}
.fx-workspace-primary-card__copy{display:grid;gap:7px;min-width:0}
.fx-workspace-primary-card__copy strong{font-size:21px;line-height:1.25;color:#14243a}
.fx-workspace-primary-card__copy small{max-width:56ch;font-size:13px;line-height:1.55;color:#617188}
.fx-workspace-primary-card__arrow{display:grid;place-items:center;color:#56708f}
.fx-workspace-primary-card__arrow .phosphor-icon{width:20px;height:20px}
.fx-workspace-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:12px}
.fx-workspace-section-head h2{margin:0;font-size:19px;letter-spacing:-.02em}
.fx-workspace-section-head p{margin:0;color:var(--fx-enterprise-muted);font-size:13px}
.fx-workspace-quick-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--fx-enterprise-border);border-radius:12px;overflow:hidden;background:#fff}
.fx-workspace-quick-card{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-height:104px;padding:16px;border-right:1px solid var(--fx-enterprise-border);color:#1c314c;text-decoration:none}
.fx-workspace-quick-card:last-child{border-right:0}
.fx-workspace-quick-card:hover,.fx-workspace-quick-card:focus-visible{background:#f4f7fa;color:#173f77}
.fx-workspace-quick-card__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:9px;background:#eef3f8;color:#244e84}
.fx-workspace-quick-card__icon .phosphor-icon{display:block;width:22px;height:22px;margin:auto}
.fx-workspace-quick-card>span:last-child{display:grid;gap:4px;min-width:0}
.fx-workspace-quick-card strong{font-size:13px;line-height:1.35}
.fx-workspace-quick-card small{font-size:11.5px;line-height:1.4;color:#6a7a8e}
.fx-workspace-tool-groups{display:grid;gap:10px}
.fx-workspace-tool-group{border:1px solid var(--fx-enterprise-border);border-radius:10px;background:#fff;overflow:hidden}
.fx-workspace-tool-group>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:12px 16px;list-style:none;cursor:pointer}
.fx-workspace-tool-group>summary::-webkit-details-marker{display:none}
.fx-workspace-tool-group[open]>summary{border-bottom:1px solid var(--fx-enterprise-border);background:#f8fafc}
.fx-workspace-tool-group__lead{display:flex;align-items:center;gap:12px;min-width:0}
.fx-workspace-tool-group__lead>span:last-child{display:grid;gap:3px}
.fx-workspace-tool-group__lead strong{font-size:14px;color:#1b2d45}
.fx-workspace-tool-group__lead small{font-size:12px;color:#65758a}
.fx-workspace-tool-group__icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:8px;background:#edf2f7;color:#315985}
.fx-workspace-tool-group__icon .phosphor-icon{display:block;width:20px;height:20px;margin:auto}
.fx-workspace-tool-group__count{display:grid;place-items:center;min-width:28px;height:24px;padding:0 8px;border:1px solid #ccd8e4;border-radius:999px;color:#5c6d82;font-size:11px;font-weight:700}
.fx-workspace-tool-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.fx-workspace-tool-list>a{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;min-height:68px;padding:12px 16px;border-right:1px solid #e4eaf0;border-bottom:1px solid #e4eaf0;color:#20344d;text-decoration:none}
.fx-workspace-tool-list>a:nth-child(2n){border-right:0}.fx-workspace-tool-list>a:nth-last-child(-n+2){border-bottom:0}
.fx-workspace-tool-list>a:hover,.fx-workspace-tool-list>a:focus-visible{background:#f7fafc;color:#173f77}
.fx-workspace-tool-link__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#f0f4f8;color:#526f91}
.fx-workspace-tool-link__icon .phosphor-icon{display:block;width:18px;height:18px;margin:auto}
.fx-workspace-tool-list>a>span:nth-child(2){display:grid;gap:3px;min-width:0}.fx-workspace-tool-list strong{font-size:13px}.fx-workspace-tool-list small{font-size:11.5px;line-height:1.4;color:#697a8f}.fx-workspace-tool-link__arrow{color:#8696a8}.fx-workspace-tool-link__arrow .phosphor-icon{width:15px;height:15px}

/* Admin-wide standards conformance: calm first viewport, consistent controls. */
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) .fx-page-flow> :where(.card,.panel,details.section-toggle)+:where(.card,.panel,details.section-toggle){margin-top:16px}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) details.section-toggle{border:1px solid var(--fx-enterprise-border)!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) details.section-toggle>summary{display:flex;align-items:center;min-height:48px;padding:11px 16px;font-size:14px;font-weight:700;color:#21344d;list-style:none;cursor:pointer;background:#fff}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) details.section-toggle>summary::-webkit-details-marker{display:none}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) details.section-toggle[open]>summary{border-bottom:1px solid var(--fx-enterprise-border);background:#f8fafc}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) details.section-toggle>.section-body{padding:18px}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(input,select,textarea){max-width:100%;box-sizing:border-box}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(label){color:#26384f}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(.btnrow,.actions,.page-actions){align-items:center;gap:8px}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(table){font-variant-numeric:tabular-nums}
body.fx-admin-app:not(.fx-field-mode):not(.fx-page-site-planner) :where(.alert){border-radius:8px;box-shadow:none}

@media(max-width:1250px){.fx-workspace-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fx-workspace-quick-card{border-bottom:1px solid var(--fx-enterprise-border)}.fx-workspace-quick-card:nth-child(3n){border-right:0}}
@media(max-width:820px){.fx-workspace-home__header{align-items:stretch;flex-direction:column}.fx-workspace-primary-grid,.fx-workspace-tool-list{grid-template-columns:1fr}.fx-workspace-tool-list>a{border-right:0!important}.fx-workspace-tool-list>a:nth-last-child(-n+2){border-bottom:1px solid #e4eaf0}.fx-workspace-tool-list>a:last-child{border-bottom:0}.fx-workspace-quick-grid{grid-template-columns:1fr 1fr}.fx-workspace-quick-card:nth-child(3n){border-right:1px solid var(--fx-enterprise-border)}.fx-workspace-quick-card:nth-child(2n){border-right:0}}
@media(max-width:560px){.fx-workspace-primary-card{grid-template-columns:52px minmax(0,1fr);padding:18px}.fx-workspace-primary-card__arrow{display:none}.fx-workspace-primary-card__icon{width:48px;height:48px}.fx-workspace-primary-card__icon .phosphor-icon{width:26px;height:26px}.fx-workspace-quick-grid{grid-template-columns:1fr}.fx-workspace-quick-card{border-right:0!important}.fx-workspace-section-head{align-items:flex-start;flex-direction:column;gap:4px}}

/* Workflow launcher alignment and disclosure affordances. */
.fx-workspace-primary-card__icon,
.fx-workspace-quick-card__icon,
.fx-workspace-tool-group__icon,
.fx-workspace-tool-link__icon,
.fx-workspace-primary-card__arrow,
.fx-workspace-tool-link__arrow,
.fx-workspace-tool-group__caret{line-height:0}
.fx-workspace-primary-card__icon :where(.phosphor-icon,svg),
.fx-workspace-quick-card__icon :where(.phosphor-icon,svg),
.fx-workspace-tool-group__icon :where(.phosphor-icon,svg),
.fx-workspace-tool-link__icon :where(.phosphor-icon,svg),
.fx-workspace-primary-card__arrow :where(.phosphor-icon,svg),
.fx-workspace-tool-link__arrow :where(.phosphor-icon,svg),
.fx-workspace-tool-group__caret :where(.phosphor-icon,svg){display:block!important;margin:0!important;position:static!important;transform:none}
.fx-workspace-primary-card:focus-visible,
.fx-workspace-quick-card:focus-visible,
.fx-workspace-tool-list>a:focus-visible,
.fx-workspace-tool-group>summary:focus-visible{outline:3px solid rgba(5,140,186,.28)!important;outline-offset:2px}
.fx-workspace-tool-group__meta{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.fx-workspace-tool-group__caret{display:grid;place-items:center;width:24px;height:24px;color:#5c6d82;transition:transform .18s cubic-bezier(.2,.8,.2,1)}
.fx-workspace-tool-group__caret .phosphor-icon{width:16px;height:16px}
.fx-workspace-tool-group[open] .fx-workspace-tool-group__caret{transform:rotate(180deg)}
@media(prefers-reduced-motion:reduce){
  .fx-workspace-primary-card,.fx-workspace-tool-group__caret{transition:none!important}
  .fx-workspace-primary-card:hover,.fx-workspace-primary-card:focus-visible{transform:none!important}
}

/* 2026-07-31 usage-based plans, quiet workflow disclosures, and canonical tabs. */
.fx-ux-usage-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #d6e0e8;border-radius:8px;background:#f8fafc;color:#334155}
.fx-ux-usage-intro strong{color:#162a46;font-size:13px}.fx-ux-usage-intro span{font-size:12px;color:#64748b;text-align:right}
.fx-ux-usage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}.fx-ux-usage-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.fx-ux-usage{display:grid;gap:5px;padding:12px 14px;border:1px solid #d6e0e8;border-radius:8px;background:#fff}.fx-ux-usage .label{font-size:12px;font-weight:650;color:#475569}.fx-ux-usage>strong{font-size:20px;color:#162a46;font-variant-numeric:tabular-nums}.fx-ux-usage .meta{font-size:11px;color:#64748b}
.fx-ux-usage.watch,.fx-ux-usage.action{border-color:#efd6a7;background:#fffaf1}.fx-ux-usage.limit{border-color:#e8aeb3;background:#fff5f5}.fx-ux-usage.limit>strong{color:#a92f3a}
.fx-progress{height:6px;overflow:hidden;border-radius:999px;background:#e2e8f0}.fx-progress>span{display:block;height:100%;border-radius:inherit;background:#0f3568;transition:width 180ms cubic-bezier(.2,.8,.2,1)}.fx-ux-usage.watch .fx-progress>span,.fx-ux-usage.action .fx-progress>span{background:#b86a00}.fx-ux-usage.limit .fx-progress>span{background:#c83a45}
.fx-ux-usage-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px;padding:12px 14px;border:1px solid #efd6a7;border-radius:8px;background:#fffaf1;color:#6b4a16;font-size:12px}.fx-ux-usage-actions>div{display:flex;gap:8px;flex-wrap:wrap}

/* Tool drawers are neutral surfaces; active intent comes from type and icon, not a wall of blue. */
body.fx-admin-app .fx-workspace-tool-group{border-color:#d6e0e8!important;background:#fff!important;box-shadow:none!important}
body.fx-admin-app .fx-workspace-tool-group>summary{background:#f8fafc!important;color:#1f2937!important}
body.fx-admin-app .fx-workspace-tool-group:not([open])>summary:hover{background:#f1f5f9!important}
body.fx-admin-app .fx-workspace-tool-group[open]>summary{background:#eef3f7!important;border-bottom-color:#d6e0e8!important}
body.fx-admin-app .fx-workspace-tool-group__icon,body.fx-admin-app .fx-workspace-tool-link__icon{background:#fff!important;border:1px solid #d6e0e8!important;color:#315985!important}
body.fx-admin-app .fx-workspace-tool-group__lead strong,body.fx-admin-app .fx-workspace-tool-group__lead small{color:#1f2937!important}
body.fx-admin-app .fx-workspace-tool-group__lead small{color:#64748b!important}
body.fx-admin-app .fx-workspace-tool-group__count{background:#fff!important;color:#475569!important}

/* Canonical peer-view tabs from the FestAxis design system. */
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs){display:flex;align-items:center;gap:24px;overflow-x:auto;border:0;border-bottom:2px solid #d6e0e8;background:transparent;box-shadow:none;border-radius:0;padding:0;scrollbar-width:none}
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)::-webkit-scrollbar{display:none}
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)>:where(a,button,[role="tab"]){position:relative;min-height:40px;padding:9px 0 10px;border:0;border-radius:0;background:transparent;color:#64748b;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;box-shadow:none}
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)>:where(a,button,[role="tab"])::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;border-radius:3px 3px 0 0;background:#058cba;transform:scaleX(0);transition:transform 120ms cubic-bezier(.2,.8,.2,1)}
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)>:where(a,button,[role="tab"]):hover{color:#0f3568;background:transparent}
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)>:where(.active,.is-active,[aria-selected="true"]){color:#0f3568;background:transparent;box-shadow:none}
:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)>:where(.active,.is-active,[aria-selected="true"])::after{transform:scaleX(1)}

/* Calm motion confirms hierarchy without slowing operations. */
body.fx-admin-app :where(.card,.panel,.fx-action-card,.fx-workspace-quick-card,.fx-workspace-tool-list>a,.btn,.navSectionItems a){transition-duration:120ms;transition-timing-function:cubic-bezier(.2,.8,.2,1)}
body.fx-admin-app :where(dialog,.modal,.drawer,.fx-help-dialog){transition-duration:240ms;transition-timing-function:cubic-bezier(.2,.8,.2,1)}
@media(max-width:900px){.fx-ux-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fx-ux-usage-actions,.fx-ux-usage-intro{align-items:flex-start;flex-direction:column}.fx-ux-usage-intro span{text-align:left}}
@media(max-width:560px){.fx-ux-usage-grid,.fx-ux-usage-grid.compact{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.fx-progress>span,:where(.fx-tabs,.fx-tab-list[data-tabs],.fa-tabs,.entity-tabs,.record-tabs)>:where(a,button,[role="tab"])::after,body.fx-admin-app *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}


/* Usage-based billing warning: visible only at the 85% action threshold. */
.fx-plan-capacity-notice{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 0 16px;padding:12px 14px;border:1px solid #f1d4a9;border-radius:12px;background:#fffaf1;color:#334155}
.fx-plan-capacity-notice>i{width:22px;height:22px;color:#9a5700}.fx-plan-capacity-notice strong{display:block;color:#7a4700;font-size:14px}.fx-plan-capacity-notice span{display:block;margin-top:2px;color:#64748b;font-size:12px;line-height:1.5}.fx-plan-capacity-notice.is-limit{border-color:#e7b8bd;background:#fff5f5}.fx-plan-capacity-notice.is-limit>i,.fx-plan-capacity-notice.is-limit strong{color:#a92f3a}.fx-plan-capacity-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:820px){.fx-plan-capacity-notice{grid-template-columns:auto 1fr}.fx-plan-capacity-actions{grid-column:1/-1;justify-content:flex-start}}

/* Normalize legacy and newly discovered peer-view tab containers. */
body.fx-admin-app :where(.tabs,[role="tablist"].tabs){display:flex!important;align-items:center!important;gap:24px!important;overflow-x:auto!important;border:0!important;border-bottom:2px solid #d6e0e8!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important;scrollbar-width:none}
body.fx-admin-app :where(.tabs,[role="tablist"].tabs)::-webkit-scrollbar{display:none}
body.fx-admin-app :where(.tabs,[role="tablist"].tabs)>:where(.tab,a,button,[role="tab"]){position:relative!important;display:inline-flex!important;align-items:center!important;min-height:40px!important;padding:9px 0 10px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#64748b!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important}
body.fx-admin-app :where(.tabs,[role="tablist"].tabs)>:where(.tab,a,button,[role="tab"])::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;border-radius:3px 3px 0 0;background:#058cba;transform:scaleX(0);transition:transform 120ms cubic-bezier(.2,.8,.2,1)}
body.fx-admin-app :where(.tabs,[role="tablist"].tabs)>:where(.tab,a,button,[role="tab"]):hover{color:#0f3568!important;background:transparent!important}
body.fx-admin-app :where(.tabs,[role="tablist"].tabs)>:where(.active,.is-active,[aria-selected="true"],[aria-current="page"]){color:#0f3568!important;background:transparent!important}
body.fx-admin-app :where(.tabs,[role="tablist"].tabs)>:where(.active,.is-active,[aria-selected="true"],[aria-current="page"])::after{transform:scaleX(1)}


/* v1.3 tab contract: every peer-view tab uses the same quiet underline pattern.
   Event-branded contexts only replace the active accent and active text color. */
:root{--fx-tab-accent:#058cba;--fx-tab-active:#0f3568}
body.fx-admin-app{--fx-tab-accent:#058cba!important;--fx-tab-active:#0f3568!important}
/* Organizer operations never inherit event brand colors. Participant-facing
   modes may still use the selected event palette below. */
body.fx-admin-app :where(.fx-mode-event,.fx-event-auth-branding,.fx-partner-page){--fx-tab-accent:#058cba!important;--fx-tab-active:#0f3568!important}
.fx-mode-event,.fx-event-auth-branding,.fx-partner-page{--fx-tab-accent:var(--event-accent,var(--fx-event-accent,var(--fx-accent,#40b9b1)));--fx-tab-active:var(--event-brand,var(--event-accent2,var(--fx-event-brand,var(--fx-accent2,#0f3568))))}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs){display:flex!important;align-items:center!important;gap:24px!important;overflow-x:auto!important;border:0!important;border-bottom:2px solid #d6e0e8!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;scrollbar-width:none}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)::-webkit-scrollbar{display:none}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(a,button,[role="tab"]){position:relative!important;display:inline-flex!important;align-items:center!important;min-height:40px!important;padding:9px 0 10px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#64748b!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(a,button,[role="tab"])::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-2px!important;height:3px!important;border-radius:3px 3px 0 0!important;background:var(--fx-tab-accent,#058cba)!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform 120ms cubic-bezier(.2,.8,.2,1)!important}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(a,button,[role="tab"]):hover{background:transparent!important;color:var(--fx-tab-active,#0f3568)!important}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(.active,.is-active,[aria-selected="true"],[aria-current="page"]){background:transparent!important;color:var(--fx-tab-active,#0f3568)!important;box-shadow:none!important}
:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(.active,.is-active,[aria-selected="true"],[aria-current="page"])::after{transform:scaleX(1)!important}
/* tab contract reduced-motion guard */
@media(prefers-reduced-motion:reduce){:where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(a,button,[role="tab"])::after{transition:none!important}}

.fx-workspace-home__title-row,.fx-ops-dashboard__title-row{display:flex;align-items:flex-start;gap:14px;min-width:0}
.fx-workspace-home__title-icon,.fx-ops-dashboard__title-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;margin-top:2px;border:1px solid #cbd5e1;border-radius:10px;background:#f1f5f9;color:#0f3568}
.fx-workspace-home__title-icon .phosphor-icon,.fx-ops-dashboard__title-icon .phosphor-icon{width:22px;height:22px;font-size:22px}
.fx-admin-app .navSectionBtn .left>.phosphor-icon{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex:0 0 17px!important;width:17px!important;height:17px!important;font-size:17px!important}
@media(max-width:640px){.fx-workspace-home__title-icon,.fx-ops-dashboard__title-icon{width:38px;height:38px;flex-basis:38px}.fx-workspace-home__title-icon .phosphor-icon,.fx-ops-dashboard__title-icon .phosphor-icon{width:20px;height:20px;font-size:20px}}


/* 2026-07-31 regression hardening: compact auth tabs have only two peers and
   must never create an overflow scrollbar from the active underline. */
body.fx-auth-app .fx-auth-tabs{
  overflow:visible!important;
  overflow-x:visible!important;
  overflow-y:visible!important;
  scrollbar-width:none!important;
}
body.fx-auth-app .fx-auth-tabs::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}

/* Event Hub tabs are buttons, but they remain peer-view tabs—not primary
   actions. This selector deliberately outranks the generic button contract. */
body.fx-admin-app.fx-page-dashboard .fx-dashboard-tabs .fx-tab-list>button.fx-tab{
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  color:#64748b!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
body.fx-admin-app.fx-page-dashboard .fx-dashboard-tabs .fx-tab-list>button.fx-tab:is(:hover,:focus-visible,.is-active){
  background:transparent!important;
  color:#0f3568!important;
  filter:none!important;
  transform:none!important;
}
body.fx-admin-app.fx-page-dashboard .fx-dashboard-tabs .fx-tab-list>button.fx-tab::after{
  background:#058cba!important;
}

/* 2026-07-31 organizer create-action drawers. Create forms stay out of the
   working canvas until explicitly opened, preserving context and reducing
   split-screen form clutter. */
body.fx-admin-app .fx-create-page-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin:0 0 16px}
body.fx-admin-app .fx-action-with-icon,body.fx-admin-app .fx-create-drawer-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px}
body.fx-admin-app .fx-action-with-icon>.phosphor-icon,body.fx-admin-app .fx-create-drawer-trigger>.phosphor-icon{width:16px;height:16px;font-size:16px}
.fx-create-drawer{position:fixed;inset:0 0 0 auto;width:min(460px,100vw);height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;border-left:1px solid #b8c7d3;border-radius:0;background:#fff;color:#111827;box-shadow:-18px 0 48px rgba(15,23,42,.18);overflow:hidden}
.fx-create-drawer::backdrop{background:rgba(15,23,42,.42);backdrop-filter:blur(2px)}
.fx-create-drawer-panel{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%;background:#fff}
.fx-create-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:12px 16px;border-bottom:1px solid #d6e0e8;background:#f8fafc}
.fx-create-drawer-head>div{min-width:0}.fx-create-drawer-head span{display:block;color:#64748b;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.fx-create-drawer-head h2{margin:2px 0 0;color:#162a46;font-size:18px;line-height:1.3}
.fx-create-drawer-close{flex:0 0 auto}.fx-create-drawer-body{min-height:0;overflow:auto;padding:20px;background:#fff;color:#111827;overscroll-behavior:contain}
.fx-create-drawer-body .fx-create-drawer-source{display:block!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#111827!important}
.fx-create-drawer-body .fx-create-drawer-source>h2:first-child,.fx-create-drawer-body .fx-create-drawer-source>h3:first-child,.fx-create-drawer-body .fx-create-drawer-source>h4:first-child{display:none}
.fx-create-drawer-body :where(label,input,select,textarea,p,small,.muted){color:inherit}.fx-create-drawer-body :where(input,select,textarea){background:#fff;color:#111827;border-color:#b8c7d3}.fx-create-drawer-body :where(input,select,textarea):focus{border-color:#058cba;box-shadow:0 0 0 3px rgba(5,140,186,.18)}
@media(max-width:640px){.fx-create-drawer{width:100vw}.fx-create-drawer-body{padding:16px}.fx-create-page-actions{justify-content:stretch!important}.fx-create-page-actions>.btn{width:100%}}
@media(prefers-reduced-motion:no-preference){.fx-create-drawer[open]{animation:fx-create-drawer-in 180ms cubic-bezier(.2,.8,.2,1)}@keyframes fx-create-drawer-in{from{transform:translateX(18px);opacity:.86}to{transform:translateX(0);opacity:1}}}
@media(prefers-reduced-motion:reduce){.fx-create-drawer[open]{animation:none}}

/* Final cascade boundary: organizer tabs always use FestAxis blue. */
body.fx-admin-app :where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(a,button,[role="tab"])::after{background:#058cba!important}
body.fx-admin-app :where(.fx-tabs,.fx-tab-list,.fa-tabs,.entity-tabs,.record-tabs,.tabs,.brand-tabs,.parade-tabs,.fx-auth-tabs,.fx-ops-dashboard__tabs,.fx-partner-tabs)>:where(a,button,[role="tab"]):is(:hover,.active,.is-active,[aria-selected="true"],[aria-current="page"]){color:#0f3568!important}

/* Full organizer information-architecture sweep. Conservative peer navigation
   is normalized as tabs, while secondary configuration/history sections use
   native disclosures rather than permanently occupying the working canvas. */
body.fx-admin-app .fx-auto-tabs{margin:0 0 20px!important}
body.fx-admin-app .fx-auto-tabs>.fx-auto-tab{gap:6px!important}
body.fx-admin-app .fx-auto-tabs>.fx-auto-tab>.phosphor-icon{width:16px;height:16px;font-size:16px}
body.fx-admin-app .fx-auto-disclosure{margin:16px 0;border:1px solid #d6e0e8;border-radius:12px;background:#fff;color:#111827;overflow:hidden;box-shadow:none}
body.fx-admin-app .fx-auto-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:11px 14px;cursor:pointer;list-style:none;background:#f8fafc;color:#162a46;font-size:14px;font-weight:700}
body.fx-admin-app .fx-auto-disclosure>summary::-webkit-details-marker{display:none}
body.fx-admin-app .fx-auto-disclosure>summary::before{content:"";width:8px;height:8px;flex:0 0 8px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:rotate(-45deg);transition:transform 120ms cubic-bezier(.2,.8,.2,1)}
body.fx-admin-app .fx-auto-disclosure[open]>summary::before{transform:rotate(45deg)}
body.fx-admin-app .fx-auto-disclosure-title{flex:1;min-width:0}
body.fx-admin-app .fx-auto-disclosure-hint{color:#64748b;font-size:12px;font-weight:600}
body.fx-admin-app .fx-auto-disclosure-body{padding:16px;border-top:1px solid #d6e0e8;background:#fff;color:#111827}
body.fx-admin-app .fx-auto-disclosure-body>:first-child{margin-top:0}
body.fx-admin-app .fx-auto-disclosure-body>:last-child{margin-bottom:0}
body.fx-admin-app .fx-auto-disclosure:focus-within{outline:3px solid rgba(5,140,186,.18);outline-offset:2px}
@media(max-width:640px){body.fx-admin-app .fx-auto-disclosure-body{padding:14px}}
@media(prefers-reduced-motion:reduce){body.fx-admin-app .fx-auto-disclosure>summary::before{transition:none}}

/* 2026-08-01 — Uniform launcher icon geometry across consolidated workspaces. */
:where(
  .fx-workspace-primary-card__icon,.fx-workspace-quick-card__icon,
  .fx-workspace-tool-group__icon,.fx-workspace-tool-link__icon,
  .fx-workspace-home__title-icon,.fx-ops-dashboard__title-icon
){display:grid!important;place-items:center!important;align-content:center!important;justify-content:center!important;overflow:hidden;line-height:1!important}
:where(
  .fx-workspace-primary-card__icon,.fx-workspace-quick-card__icon,
  .fx-workspace-tool-group__icon,.fx-workspace-tool-link__icon,
  .fx-workspace-home__title-icon,.fx-ops-dashboard__title-icon
)>:where(i,.phosphor-icon,svg){display:inline-flex!important;align-items:center!important;justify-content:center!important;place-self:center!important;margin:0!important;position:static!important;line-height:1!important;vertical-align:middle!important;transform:none!important}
:where(
  .fx-workspace-primary-card__icon,.fx-workspace-quick-card__icon,
  .fx-workspace-tool-group__icon,.fx-workspace-tool-link__icon,
  .fx-workspace-home__title-icon,.fx-ops-dashboard__title-icon
)>i::before{display:block!important;margin:0!important;line-height:1!important;transform:none!important}
.fx-workspace-primary-card__icon>i{font-size:30px!important;width:30px!important;height:30px!important}
.fx-workspace-quick-card__icon>i{font-size:22px!important;width:22px!important;height:22px!important}
.fx-workspace-tool-group__icon>i{font-size:20px!important;width:20px!important;height:20px!important}
.fx-workspace-tool-link__icon>i{font-size:18px!important;width:18px!important;height:18px!important}
.fx-workspace-home__title-icon>i,.fx-ops-dashboard__title-icon>i{font-size:22px!important;width:22px!important;height:22px!important}

/* Free is intentionally one-event by design. Treat that as positive plan context
   on Event Hub rather than an application-wide limit warning. */
.fx-free-plan-event-notice{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 0 16px;padding:12px 14px;border:1px solid #b8dfce;border-radius:12px;background:#f0faf5;color:#334155}
.fx-free-plan-event-notice>i{width:22px;height:22px;color:#0f7a58}.fx-free-plan-event-notice strong{display:block;color:#0d6b4e;font-size:14px}.fx-free-plan-event-notice span{display:block;margin-top:2px;color:#526273;font-size:12px;line-height:1.5}.fx-free-plan-event-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:820px){.fx-free-plan-event-notice{grid-template-columns:auto 1fr}.fx-free-plan-event-actions{grid-column:1/-1;justify-content:flex-start}}
