:root{color-scheme:dark;--bg:#0a0b12;--text:#eef2ff;--muted:#a5b4cc;--border:#2b3150;--purple:#8b5cf6;--teal:#2dd4bf;--gold:#fbbf24;--red:#f87171;--green:#34d399;--blue:#60a5fa;--accent:var(--purple);--surface:hsla(0,0%,100%,.03);--header-bg:rgba(10,11,18,.92);--solid-header-bg:#0a0b12;--solid-panel-bg:#101424;--surface-0:hsla(0,0%,100%,.02);--surface-1:hsla(0,0%,100%,.03);--surface-2:hsla(0,0%,100%,.04);--surface-3:hsla(0,0%,100%,.07);--panel-grad-top:hsla(0,0%,100%,.03);--panel-grad-bottom:hsla(0,0%,100%,.015);--input-bg:#0f1320;--table-head-bg:#101424;--map-bg:#fff;--alert-bg:rgba(251,191,36,.1);--alert-border:rgba(251,191,36,.45);--alert-text:#fff3ca;--toast-bg:#101828;--danger-bg:hsla(0,91%,71%,.14);--danger-border:hsla(0,91%,71%,.4);--danger-text:#ffd5dd;--demand-pill-border:hsla(0,0%,100%,.15);--demand-pill-bg:hsla(0,0%,100%,.07);--event-text-strong:#fff;--event-text-meta:hsla(0,0%,100%,.92);--track-card-mix:18%;--track-card-base:hsla(0,0%,100%,.035);--track-card-fade:hsla(0,0%,100%,.02);--track-tag-mix:22%;--track-tag-base:hsla(0,0%,100%,.05);--track-tag-text-mix:82%;--track-tag-text-base:#fff;--track-tag-border:hsla(0,0%,100%,.14);--track-tag-bg:hsla(0,0%,100%,.15);--track-tag-text:#fff}[data-theme=light]{color-scheme:light;--bg:#f6f7fb;--text:#1b2433;--muted:#5b6475;--border:#d7ddea;--purple:#7c3aed;--teal:#0f766e;--gold:#b7791f;--red:#dc2626;--green:#059669;--blue:#2563eb;--accent:var(--purple);--surface:rgba(17,24,39,.035);--header-bg:rgba(246,247,251,.94);--solid-header-bg:#f6f7fb;--solid-panel-bg:#fff;--surface-0:rgba(17,24,39,.025);--surface-1:rgba(17,24,39,.035);--surface-2:rgba(17,24,39,.055);--surface-3:rgba(17,24,39,.09);--panel-grad-top:hsla(0,0%,100%,.92);--panel-grad-bottom:rgba(243,246,251,.92);--input-bg:#fff;--table-head-bg:#e9eef7;--map-bg:#fff;--alert-bg:rgba(251,191,36,.14);--alert-border:rgba(217,119,6,.35);--alert-text:#6b4f00;--toast-bg:#fff;--danger-bg:rgba(239,68,68,.1);--danger-border:rgba(220,38,38,.28);--danger-text:#991b1b;--demand-pill-border:rgba(17,24,39,.14);--demand-pill-bg:rgba(17,24,39,.06);--event-text-strong:#111827;--event-text-meta:rgba(17,24,39,.8);--track-card-mix:34%;--track-card-base:#fff;--track-card-fade:hsla(0,0%,100%,.86);--track-tag-mix:28%;--track-tag-base:#fff;--track-tag-text-mix:72%;--track-tag-text-base:#111827;--track-tag-border:rgba(17,24,39,.12);--track-tag-bg:rgba(17,24,39,.08);--track-tag-text:#111827}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Georgia,Times New Roman,serif;line-height:1.6;letter-spacing:.01em}a{color:inherit;text-decoration:none}.skipLink{position:fixed;left:1rem;top:1rem;z-index:10000;transform:translateY(-150%);padding:.65rem .9rem;border:2px solid var(--blue);border-radius:999px;background:var(--solid-panel-bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:800;box-shadow:0 12px 32px rgba(0,0,0,.25);transition:transform .16s ease}.skipLink:focus-visible{transform:translateY(0)}:where(a,button,input,select,textarea,summary,[tabindex]:not([tabindex="-1"]),.buttonish,.secondaryBtn,.dangerBtn,.mystiPrimaryButton,.mystiSecondaryButton,.mystiFooterButton,.guestCard,.mystiMiniCard):focus-visible{outline:3px solid rgba(96,165,250,.92);outline-offset:3px}.wrap{width:min(1400px,calc(100% - 2rem));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:var(--solid-header-bg);border-bottom:1px solid var(--border)}.header-inner{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 0}.eyebrow{color:var(--purple);text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700}.brand{margin:.15rem 0 0;font-size:1.6rem}.nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.nav a{padding:.55rem .8rem;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface-0)}.nav a:hover{color:var(--text);border-color:var(--purple)}.mobileBottomNav{display:none}.main-area{padding:2rem 0 3rem}.app-footer{padding:0 0 1.5rem;color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-align:center}.card,.heroCard,.panel{background:linear-gradient(180deg,var(--panel-grad-top),var(--panel-grad-bottom));border:1px solid var(--border);border-radius:22px}.heroCard,.panel{padding:1.2rem}.card{padding:1rem}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.section-title{margin:0 0 .35rem;font-size:1.35rem}.kicker,.muted,.section-subtitle{color:var(--muted)}.kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:700}.timeline{overflow:auto;position:relative}.timeline table{width:100%;border-collapse:separate;border-spacing:0;min-width:1100px}.timeline td,.timeline th{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.55rem;vertical-align:top;background:hsla(0,0%,100%,.015)}[data-theme=light] .timeline td,[data-theme=light] .timeline th{background:rgba(17,24,39,.02)}.timeline tbody th:first-child,.timeline thead th:first-child{border-left:1px solid var(--border)}.timeline thead tr:first-child th{border-top:1px solid var(--border)}.timeline th{background:var(--table-head-bg);text-align:left;color:var(--muted)}.eventBlock{border:1px solid var(--border);border-radius:16px;padding:.55rem;min-height:95px;display:flex;flex-direction:column;gap:.28rem}.eventBlock h4{margin:0;font-size:.92rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.eventMeta{color:var(--muted);font-size:.74rem;line-height:1.3}.eventBlock.panel{background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.4)}.eventBlock.signing{background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.4)}.eventBlock.film{background:rgba(45,212,191,.12);border-color:rgba(45,212,191,.4)}.eventBlock.gaming{background:rgba(52,211,153,.12);border-color:rgba(52,211,153,.4)}.eventBlock.special{background:hsla(0,91%,71%,.12);border-color:hsla(0,91%,71%,.4)}.eventBlock.social{background:rgba(96,165,250,.12);border-color:rgba(96,165,250,.4)}.trackTag{display:inline-block;margin-bottom:.4rem;padding:.18rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;background:var(--track-tag-bg);color:var(--track-tag-text)}.list{display:grid;grid-gap:.8rem;gap:.8rem}.listItem{border:1px solid var(--border);border-radius:18px;padding:.95rem;background:var(--surface-0);display:block}.listItem h3{margin:0 0 .3rem;font-size:1rem}.chairAccentCard{border-color:rgba(163,230,53,.76);box-shadow:inset 0 0 0 1px rgba(163,230,53,.18),0 10px 28px rgba(0,0,0,.1)}.newsCard{border-width:1px}.newsBodyText{white-space:pre-wrap}.siteBannerBodyCollapsed{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.importantNewsCard{border-color:hsla(0,91%,71%,.82);box-shadow:inset 0 0 0 1px hsla(0,91%,71%,.18),0 10px 28px rgba(0,0,0,.12)}.standardNewsCard{border-color:rgba(96,165,250,.78);box-shadow:inset 0 0 0 1px rgba(96,165,250,.14),0 10px 28px rgba(0,0,0,.1)}[data-theme=light] .chairAccentCard{border-color:rgba(101,163,13,.78);box-shadow:inset 0 0 0 1px rgba(101,163,13,.12),0 10px 24px rgba(17,24,39,.07)}[data-theme=light] .importantNewsCard{border-color:rgba(220,38,38,.72);box-shadow:inset 0 0 0 1px rgba(220,38,38,.1),0 10px 24px rgba(17,24,39,.07)}[data-theme=light] .standardNewsCard{border-color:rgba(37,99,235,.68);box-shadow:inset 0 0 0 1px rgba(37,99,235,.1),0 10px 24px rgba(17,24,39,.07)}.split{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:1rem;gap:1rem}.buttonish,.dangerBtn,.secondaryBtn{display:inline-block;padding:.6rem .9rem;border-radius:999px;border:1px solid var(--border);color:var(--text);background:var(--surface-0);cursor:pointer}.secondaryBtn{background:transparent}.dangerBtn{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text)}.buttonRow{gap:.6rem;margin-top:.8rem}.buttonRow,.tagRow{display:flex;flex-wrap:wrap}.tagRow{gap:.45rem}.guestCategoryPicker{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.45rem;align-items:flex-start}.guestCategoryChoice{display:inline-flex;align-items:center;justify-content:flex-start;gap:.45rem;flex:0 0 auto;min-width:6.75rem;min-height:2.35rem;padding:.42rem .72rem;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--text);cursor:pointer;font-size:.86rem;font-weight:600;line-height:1.1;white-space:nowrap}.guestCategoryChoiceSelected{background:var(--surface-0);border-color:var(--purple)}.guestCategoryChoice span{display:inline-block;flex:0 0 auto}.adminDateRow{display:flex;flex-wrap:wrap;align-items:end;gap:.75rem;margin-top:.85rem}.adminDateRow .field{min-width:min(12rem,100%)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem}.appInstallWrap{position:relative;display:inline-flex;align-items:center}.appInstallButton{font-family:Arial,Helvetica,sans-serif;font-weight:700;white-space:nowrap}.appInstallButtonHero,.appInstallHelp{color:var(--text)}.appInstallHelp{position:absolute;right:0;top:calc(100% + .45rem);z-index:30;width:min(17rem,calc(100vw - 1.5rem));padding:.65rem .75rem;border:1px solid rgba(45,212,191,.35);border-radius:14px;background:var(--header-bg);box-shadow:0 14px 32px rgba(0,0,0,.28);font-family:Arial,Helvetica,sans-serif;font-size:.86rem;font-weight:700;line-height:1.35}.appInstallWrap-hero .appInstallHelp{left:0;right:auto}.tag{display:inline-block;padding:.28rem .55rem;border-radius:999px;font-size:.78rem;border:1px solid var(--border);color:var(--muted)}.stat{font-size:2rem;font-weight:800;margin:.2rem 0}.field{display:grid;grid-gap:.35rem;gap:.35rem}.field select{width:100%;border-radius:12px;background:var(--input-bg);color:var(--text);padding:.75rem .85rem}.detailBox,.field select{border:1px solid var(--border)}.detailBox{border-radius:16px;padding:.9rem;background:var(--surface-0)}@media (max-width:900px){.heroButtons{gap:.45rem}.heroButtons>a{flex:0 1 auto;min-width:0;padding-inline:.82rem;font-size:.9rem;white-space:nowrap}.heroMascotLarge{width:min(100%,400px)}.compact-nav{padding-bottom:.2rem}}.mapImg{width:100%;height:auto;border-radius:18px;border:1px solid var(--border);background:var(--map-bg)}.field input,.field select,.field textarea{width:100%;border-radius:12px;background:var(--input-bg);color:var(--text);border:1px solid var(--border);padding:.75rem .85rem;font:inherit}.field .guestCategoryCheckbox,.guestCategoryChoice .guestCategoryCheckbox{flex:0 0 1rem;width:1rem;min-width:1rem;max-width:1rem;height:1rem;min-height:1rem;margin:0;padding:0}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.fullWidth{grid-column:1/-1}.alertBox{background:var(--alert-bg);border:1px solid var(--alert-border);color:var(--alert-text);border-radius:18px;padding:1rem 1.1rem}.alertBox ul{margin:.4rem 0 0 1rem}.adminStatusToast{position:fixed;right:1rem;bottom:1rem;z-index:10000;width:min(420px,calc(100vw - 2rem));padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(45,212,191,.45);background:var(--toast-bg);color:var(--text);box-shadow:inset 0 0 0 1px rgba(45,212,191,.12),0 18px 42px rgba(0,0,0,.32);animation:adminStatusToastIn .18s ease-out}@keyframes adminStatusToastIn{0%{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}.compactList{max-height:34rem;overflow:auto}.header-stack{padding:1rem 0;display:grid;grid-gap:.8rem;gap:.8rem}.header-top{justify-content:space-between;gap:1rem}.header-search,.header-top{display:flex;align-items:center}.header-search{gap:.6rem;min-width:min(420px,100%)}.header-search input{flex:1 1;border-radius:999px;background:var(--input-bg);color:var(--text);border:1px solid var(--border);padding:.75rem .9rem;font:inherit}.staff-nav{display:flex;flex-wrap:wrap;gap:.5rem}.staff-nav a{padding:.3rem .6rem;border:1px dashed var(--border);border-radius:999px;color:var(--muted);font-size:.9rem}.guestDirectoryControls{display:flex;flex-wrap:wrap;gap:.8rem 1rem;align-items:end;margin-top:.9rem}.guestSearchField{flex:1 1 260px;max-width:420px}.guestSortField{gap:.35rem}.guestSortLabel{color:var(--muted);font-size:.9rem;font-weight:700}.guestSortToggle{display:inline-flex;gap:.2rem;padding:.18rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-0)}.guestSortToggle button{border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:.9rem;padding:.55rem .8rem}.guestSortToggle button.active{background:rgba(139,92,246,.2);color:var(--text)}[data-theme=light] .guestSortToggle button.active{background:rgba(124,58,237,.12)}.guestGrid{display:grid;grid-gap:1.4rem;gap:1.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}.guestCard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem;padding:.9rem;border-radius:22px;border:1px solid transparent}.guestCard:is(a,.linkedPublicCard){color:inherit;text-decoration:none;cursor:pointer}.guestCard:is(a):not(.linkedPublicCard):focus-visible,.guestCard:is(a):not(.linkedPublicCard):hover{border-color:var(--border);background:var(--surface-0)}.linkedPublicCard{color:inherit;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.card.linkedPublicCard{display:block}.linkedPublicCard:focus-visible,.linkedPublicCard:hover{border-color:var(--purple);background:var(--surface-0);box-shadow:inset 0 0 0 1px rgba(139,92,246,.18)}.linkedPublicCard .buttonish{cursor:inherit}.guestCardText{display:grid;grid-gap:.18rem;gap:.18rem;justify-items:center}.guestCard h3{margin:0;font-size:1.15rem}.guestCardText p{margin:0}.guestCategoryTags{display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem}.guestHeroCategoryTags{justify-content:flex-start;margin-top:.45rem}.guestCategoryTag{margin-bottom:0;padding:.12rem .42rem;font-size:.66rem}.guestAvatarFallback,.guestAvatarImg{border-radius:50%;object-fit:cover;border:2px solid hsla(0,0%,100%,.15);background:linear-gradient(180deg,rgba(139,92,246,.35),rgba(96,165,250,.22));display:flex;align-items:center;justify-content:center}[data-theme=light] .guestAvatarFallback,[data-theme=light] .guestAvatarImg{border:2px solid rgba(17,24,39,.12)}.guestAvatarFallback span{font-size:2rem;font-weight:800}.guestHero{display:flex;gap:1.25rem;align-items:center}.checkboxField label{display:flex;align-items:center;gap:.6rem}.checkboxField input{width:auto}@media (max-width:900px){.guestGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.header-top{flex-direction:column;align-items:flex-start}.header-search{min-width:100%;width:100%}.guestSearchField,.guestSortField{max-width:none;width:100%}}@media (max-width:560px){.guestGrid{grid-template-columns:1fr}.guestHero{flex-direction:column;align-items:flex-start}.guestSortToggle{width:100%}.guestSortToggle button{flex:1 1}}.activeMode{background:rgba(139,92,246,.18);border-color:rgba(139,92,246,.5)}.adminSplit{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:minmax(0,1.7fr) minmax(340px,.95fr);align-items:start}.adminSplit>.panel{min-height:0}.stickyPanel{max-height:82vh;overflow-y:auto}.splitHeader{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:.9rem}.adminFilters{display:flex;gap:.8rem;flex-wrap:wrap}.compactField{min-width:180px}.adminGridWrap{overflow:auto;border:1px solid var(--border);border-radius:18px;max-height:calc(100vh - 18rem);background:var(--bg)}[data-theme=light] .adminGridWrap{background:#f6f7fb}.publicGridWrap{overflow:auto;border:1px solid var(--border);border-radius:18px;max-height:calc(100vh - 16rem);background:hsla(0,0%,100%,.015)}[data-theme=light] .publicGridWrap{background:rgba(17,24,39,.02)}.publicGridWrap .scheduleGridTable{min-width:1100px}.publicGridWrap .myScheduleGridTable{min-width:680px}.publicGridWrap .scheduleGridTable thead th{top:0}@media (max-width:1100px){.publicGridWrap{max-height:none}}.adminGridTable{width:100%;border-collapse:separate;border-spacing:0;min-width:1100px}.adminGridNarrow .adminGridTable{min-width:0;width:auto}.adminGridTable td,.adminGridTable th{border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:top;padding:.55rem;background:hsla(0,0%,100%,.015)}[data-theme=light] .adminGridTable td,[data-theme=light] .adminGridTable th{background:rgba(17,24,39,.02)}.adminGridTable thead th{top:0;z-index:2}.adminGridTable .stickyTime,.adminGridTable thead th{position:-webkit-sticky;position:sticky;background:var(--solid-panel-bg);background-clip:padding-box}.adminGridTable .stickyTime{left:0;z-index:3;min-width:100px}[data-theme=light] .adminGridTable .stickyTime,[data-theme=light] .adminGridTable thead th{background:var(--solid-panel-bg)!important}.adminEventBlock,.emptySlot{width:100%;text-align:left;border-radius:16px;padding:.7rem;border:1px solid var(--border);background:var(--surface-1);color:var(--text);cursor:pointer;min-height:120px}.adminGridTable .adminEventBlock,.adminGridTable .emptySlot{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.adminEventBlock.selected{border-color:var(--purple);box-shadow:inset 0 0 0 1px rgba(139,92,246,.3)}.adminEventBlock.inlineEditing{border-color:var(--teal);box-shadow:0 0 0 2px rgba(45,212,191,.35)}.inlineEditorBackdrop{position:fixed;inset:0;background:rgba(4,6,12,.65);display:grid;place-items:center;z-index:200;padding:1rem}[data-theme=light] .inlineEditorBackdrop{background:rgba(17,24,39,.3)}.inlineEditorPopover{width:min(560px,calc(100vw - 2rem));max-height:calc(100vh - 3rem);overflow-y:auto;background:#12141f;border:1px solid var(--border);border-radius:14px;padding:1.1rem;box-shadow:0 20px 60px rgba(0,0,0,.35),0 0 0 1px rgba(139,92,246,.12)}[data-theme=light] .inlineEditorPopover{background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.14),0 0 0 1px rgba(139,92,246,.12)}.inlineEditorHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.inlineEditorPopover .formGrid{gap:.5rem}.inlineEditorPopover .field label{font-size:.75rem}.inlineEditorPopover input,.inlineEditorPopover select,.inlineEditorPopover textarea{font-size:.85rem;padding:.35rem .55rem}.emptySlot{min-height:95px;color:var(--muted);background:var(--surface-0)}.issuePills{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}.issuePillsClickable{cursor:pointer;border-radius:8px;padding:.15rem;margin:-.15rem;transition:background .15s}.issuePillsClickable:hover{background:hsla(0,91%,71%,.1)}[data-theme=light] .issuePillsClickable:hover{background:rgba(239,68,68,.06)}.issuePill{padding:.18rem .45rem;border-radius:999px;font-size:.72rem;border:1px solid hsla(0,91%,71%,.35);color:#ffd5dd;background:hsla(0,91%,71%,.12)}[data-theme=light] .issuePill{color:#991b1b;border:1px solid rgba(220,38,38,.25);background:rgba(239,68,68,.08)}.removableTag{cursor:pointer;background:var(--surface-2)}.miniRow{display:flex;justify-content:space-between;gap:.75rem;align-items:center;border:1px solid var(--border);border-radius:14px;padding:.6rem .75rem;background:var(--surface-0)}.guestAdminGrid{display:grid;grid-gap:.8rem;gap:.8rem;grid-template-columns:repeat(3,minmax(0,1fr))}.modalBackdrop{position:fixed;inset:0;background:rgba(4,6,12,.7);display:grid;place-items:center;z-index:100;padding:1rem}[data-theme=light] .modalBackdrop{background:rgba(17,24,39,.35)}.modalCard{width:min(640px,100%);background:#070b1a}[data-theme=light] .modalCard{background:#fff}button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1100px){.adminSplit{grid-template-columns:1fr}.adminGridWrap,.stickyPanel{max-height:none}.stickyPanel{overflow:visible}}@media (max-width:900px){.adminFilters,.splitHeader{flex-direction:column;align-items:stretch}.guestAdminGrid{grid-template-columns:1fr}}.editorSection{border-top:1px solid var(--border);padding-top:.85rem;margin-top:.1rem}.editorSectionTitle{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 .6rem}.roomLegendItem{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-1);font-size:.82rem}.roomLegendSwatch{width:.9rem;height:.9rem;border-radius:999px;display:inline-block;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.25)}[data-theme=light] .roomLegendSwatch{box-shadow:inset 0 0 0 1px rgba(17,24,39,.18)}.roomHeaderPill{padding:.2rem .55rem;border:1px solid}.roomMeta{margin-top:.18rem}.demandRow{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.demandPill{display:inline-flex;align-items:center;padding:.18rem .5rem;border-radius:999px;font-size:.72rem;border:1px solid var(--demand-pill-border);background:var(--demand-pill-bg)}.guestLoadCard,.guestLoadGrid{display:grid;grid-gap:1rem;gap:1rem}.guestLoadCard{border:1px solid var(--border);border-radius:20px;padding:1rem;background:var(--surface-0)}.guestLoadHeader{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.guestLoadHeader h3{margin:0 0 .25rem}.guestLoadDays{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.guestLoadItem{display:block;border:1px solid var(--border);border-radius:14px;padding:.7rem .8rem;background:var(--surface-0)}.guestLoadItem strong{display:block;margin-bottom:.2rem}@media (max-width:900px){.guestLoadDays{grid-template-columns:1fr}.guestLoadHeader{flex-direction:column}}.colorFieldRow{display:flex;gap:.65rem;align-items:center}.colorInput{width:3rem!important;min-width:3rem;height:2.75rem;padding:.2rem!important;border-radius:12px}.roomLegendButton{cursor:pointer;color:var(--text)}.roomHeaderPill{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;border:1px solid var(--border);color:var(--text);background:var(--surface-2);font-size:.8rem;font-weight:600}.adminGridTable td{min-width:180px}.adminEventBlock strong{display:block;margin-bottom:.25rem;line-height:1.3}.trackTag{border:1px solid var(--track-tag-border)}.scheduleGridTable thead th{top:0;z-index:4}.scheduleGridTable .scheduleStickyTime,.scheduleGridTable thead th{position:-webkit-sticky;position:sticky;background:var(--solid-panel-bg)}.scheduleGridTable .scheduleStickyTime{left:0;z-index:3;min-width:100px}.scheduleGridTable .scheduleCornerHeader{z-index:6}.scheduleGridTable .scheduleRoomHeader{z-index:5}[data-theme=light] .scheduleGridTable .scheduleStickyTime,[data-theme=light] .scheduleGridTable thead th{background:var(--solid-panel-bg)}.scheduleGridTable tbody td,.scheduleGridTable tbody th{height:7rem}.scheduleGridTable tbody th{min-width:100px}.scheduleGridTable tbody td{min-width:180px}.scheduleSpanCell{padding:.35rem!important}.scheduleSpanCell .adminEventBlock,.scheduleSpanCell .eventBlock{height:100%;min-height:100%}.scheduleFavoriteBtn{padding:.45rem .7rem;font-size:.82rem;line-height:1.15;width:100%;text-align:center}.adminGridTable tbody td,.adminGridTable tbody th{height:7rem}.adminGridTable tbody td{min-width:180px}.adminEventBlock,.emptySlot{padding:.55rem}.adminEventBlock strong{font-size:.92rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.adminEventBlock .eventMeta{font-size:.74rem;line-height:1.3}.adminEventBlock .staffingMeta{margin-top:.18rem;color:var(--text);opacity:.86}.scheduleEventTrigger{width:100%;text-align:left;cursor:pointer}.scheduleSpanCell .eventBlock h4{color:var(--event-text-strong)}.scheduleSpanCell .eventBlock .eventMeta{color:var(--event-text-meta)}.scheduleEventTrigger .staffingMeta{color:var(--text);opacity:.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scheduleEventTrigger .staffingLabel{color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.04em;margin-right:.28rem;text-transform:uppercase}.scheduleEventTrigger .subtypeMeta{color:var(--muted);opacity:.82}.listItemButton{width:100%;text-align:left;color:inherit;background:var(--surface-0);cursor:pointer;font:inherit}.eventDetailModal{max-height:min(90vh,900px);overflow:auto}.eventDetailMeta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:.35rem;margin-bottom:1rem}.eventDetailInnerPanel,.eventDetailMeta>div{border:1px solid var(--border);border-radius:16px;padding:.9rem;background:var(--surface-0)}.eventDetailSection{margin-bottom:1rem}.eventPeopleList{margin:.5rem 0 0 1rem;padding:0}.eventPeopleList li+li{margin-top:.35rem}@media (max-width:900px){.eventDetailMeta{grid-template-columns:1fr}}.conflictDetailModal{max-height:min(90vh,900px);overflow:auto;width:min(680px,100%)}.conflictSummaryBar{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.conflictSummaryPill{display:inline-flex;align-items:center;font-size:.82rem;font-weight:600;padding:.3rem .75rem;border-radius:999px;letter-spacing:.02em}.conflictSummaryPillRed{background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3)}.conflictSummaryPillAmber{background:rgba(245,158,11,.15);color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.conflictSummaryPillBlue{background:rgba(59,130,246,.12);color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.conflictSummaryPillGreen{background:rgba(16,185,129,.12);color:#34d399;border:1px solid rgba(16,185,129,.3)}[data-theme=light] .conflictSummaryPillRed{color:#dc2626}[data-theme=light] .conflictSummaryPillAmber{color:#b45309}[data-theme=light] .conflictSummaryPillBlue{color:#2563eb}[data-theme=light] .conflictSummaryPillGreen{color:#059669}.conflictPeopleRow{display:flex;flex-wrap:wrap;gap:.4rem}.conflictPersonTag{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;padding:.3rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--table-head-bg)}.conflictPersonRole{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;opacity:.6}.conflictSection{margin-bottom:1rem}.conflictList{display:grid;grid-gap:.45rem;gap:.45rem}.conflictRow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;border-radius:12px;border:1px solid transparent}.conflictRowRed{background:rgba(127,29,29,.14);border-color:rgba(239,68,68,.25)}.conflictRowAmber{background:rgba(120,53,15,.12);border-color:rgba(245,158,11,.25)}.conflictRowBlue{background:rgba(30,58,138,.12);border-color:rgba(59,130,246,.2)}[data-theme=light] .conflictRowRed{background:hsla(0,93%,94%,.55);border-color:rgba(239,68,68,.25)}[data-theme=light] .conflictRowAmber{background:hsla(48,96%,89%,.55);border-color:rgba(245,158,11,.3)}[data-theme=light] .conflictRowBlue{background:rgba(219,234,254,.55);border-color:rgba(59,130,246,.25)}.conflictRowContent{display:flex;align-items:flex-start;gap:.5rem;flex:1 1;min-width:0}.conflictIcon{flex-shrink:0;font-size:.95rem;line-height:1.4}.conflictMessage{font-size:.88rem;line-height:1.45}.conflictJumpBtn{flex-shrink:0;font-size:.8rem!important;white-space:nowrap}@media (max-width:600px){.conflictRow{flex-direction:column;align-items:flex-start}.conflictJumpBtn{align-self:flex-end}}.gamingListHeader{margin-bottom:1rem}.gamingListLayout{display:grid;grid-gap:1rem;gap:1rem}.gamingRoomSection{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start}.gamingRoomLabelWrap{padding-top:.35rem}.gamingRoomLabel{color:var(--blue);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.gamingRoomEvents{display:grid;grid-gap:.7rem;gap:.7rem}.gamingEventRowWrap{display:grid;grid-gap:.45rem;gap:.45rem}.gamingEventRow{width:100%;text-align:left;border-radius:16px;border:1px solid var(--border);padding:.95rem 1rem;background:var(--surface-1);color:var(--text);cursor:pointer}.scheduleListTopline{display:flex;flex-wrap:wrap;gap:.45rem .55rem;align-items:center;margin-bottom:.55rem}.scheduleListSubtype,.scheduleListTime{color:var(--muted);font-size:.82rem;font-weight:700}.scheduleListSubtype{text-transform:capitalize}.scheduleListTitle{font-size:1.08rem}.scheduleListTitle strong{font-size:1.1rem}.scheduleListRoom{margin-top:.18rem;color:var(--muted);font-size:.82rem;font-weight:700}.scheduleListStaff{padding-top:.5rem;border-top:1px solid var(--border)}.gamingEventMain{display:flex;flex-wrap:wrap;gap:.45rem;align-items:baseline;font-size:1.02rem;line-height:1.35}.gamingEventMain strong{font-size:1.05rem}.gamingEventMetaRow{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-top:.6rem;color:var(--muted);font-size:.82rem}.gamingEventMetaRow span:not(.trackTag){display:inline-flex;align-items:center}.gameMastersPanel{display:grid;grid-gap:.65rem;gap:.65rem;padding-block:1rem}.gameMastersHeader{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:space-between}.compactSectionTitle{margin:0;color:var(--text);font-family:Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.2}.gameMasterList{display:flex;flex-wrap:wrap;gap:.35rem}.gameMasterButton{display:inline-flex;align-items:center;gap:.35rem;min-height:2.15rem;padding:.35rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-0);color:var(--text);cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-weight:700}.activeGameMasterButton,.gameMasterButton:hover{border-color:rgba(139,92,246,.5);background:rgba(139,92,246,.12)}.gameMasterCount{color:var(--muted);font-size:.76rem;font-weight:700}.gameMasterEvents{padding-top:.7rem;border-top:1px solid var(--border)}@media (max-width:900px){.gamingRoomSection{grid-template-columns:1fr;gap:.65rem}.gamingRoomLabelWrap{padding-top:0}}.collapsibleHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;background:none;border:none;padding:0;cursor:pointer;color:inherit;text-align:left;font:inherit}.collapsibleHeader:hover .collapseArrow{color:var(--accent)}.collapseArrow{font-size:.85rem;color:var(--muted);flex-shrink:0;padding-top:.15rem;transition:color .15s}.adminTabNav{display:flex;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.3rem}.adminTab{flex:1 1;padding:.6rem 1rem;background:transparent;border:none;border-radius:9px;color:var(--muted);font:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s}.adminTab:hover{color:var(--text);background:rgba(139,92,246,.08)}.adminTabActive{background:rgba(139,92,246,.18);color:var(--text);border:1px solid rgba(139,92,246,.35)}.buttonish,.dangerBtn,.nav a,.secondaryBtn,.staff-nav a,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif}.eyebrowLink{display:inline-flex;align-items:center;transition:color .18s ease,opacity .18s ease}.eyebrowLink:hover{color:#c4b5fd;opacity:1}.brand{font-size:1.9rem}.brand,.heroTitle,.mystiNavCard h3,.mystiVenueCard h3,.section-title{font-family:Georgia,Times New Roman,serif}.homePageLayout{display:grid;grid-gap:1.2rem;gap:1.2rem}.mystiHero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr);grid-gap:1.5rem;gap:1.5rem;padding:1.6rem;overflow:hidden;position:relative;background:radial-gradient(circle at top right,rgba(52,211,153,.14),transparent 28%),radial-gradient(circle at 18% 18%,rgba(251,191,36,.14),transparent 22%),linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.018))}[data-theme=light] .mystiHero{background:radial-gradient(circle at top right,rgba(5,150,105,.1),transparent 28%),radial-gradient(circle at 18% 18%,rgba(183,121,31,.1),transparent 22%),linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(243,246,251,.92))}.heroContent{position:relative;z-index:2;min-width:0}.heroLogo{display:block;width:min(100%,520px);height:auto;margin-bottom:.7rem;filter:drop-shadow(0 0 12px rgba(255,255,255,.18))}[data-theme=light] .heroLogo{filter:brightness(0) saturate(100%) invert(12%) sepia(18%) saturate(1296%) hue-rotate(183deg) brightness(82%) contrast(118%) drop-shadow(0 1px 0 rgba(255,255,255,.86)) drop-shadow(0 2px 10px rgba(17,24,39,.2))}.heroDates{margin:0 0 .35rem;color:#f5d98a;font-size:1rem}[data-theme=light] .heroDates{color:#7c5a10}.heroTitle{margin:0 0 .4rem;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.heroEventDates{margin:-.05rem 0 .55rem;color:#f5d98a;font-family:Arial,Helvetica,sans-serif;font-size:1.02rem;font-weight:800}[data-theme=light] .heroEventDates{color:#7c5a10}.heroCopy{margin:0;max-width:36rem;color:#e9edf9;font-size:1.08rem}[data-theme=light] .heroCopy{color:var(--text)}.heroContent>:last-child{margin-bottom:0}.heroButtons{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.95rem;align-items:center}.heroButtons>a{flex:0 0 auto;white-space:nowrap}.mystiFooterButton,.mystiPrimaryButton,.mystiSecondaryButton{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;padding:.62rem .82rem;border-radius:999px;border:1px solid var(--border);font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.95rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.mystiFooterButton:hover,.mystiMiniCard:hover,.mystiNavCard:hover,.mystiPrimaryButton:hover,.mystiSecondaryButton:hover{transform:translateY(-2px)}.mystiFooterButton:hover,.mystiPrimaryButton:hover,.mystiSecondaryButton:hover{border-color:rgba(251,191,36,.45);box-shadow:0 10px 26px rgba(0,0,0,.24),inset 0 0 0 1px hsla(0,0%,100%,.04),0 0 18px rgba(96,165,250,.12)}[data-theme=light] .mystiFooterButton:hover,[data-theme=light] .mystiPrimaryButton:hover,[data-theme=light] .mystiSecondaryButton:hover{box-shadow:0 10px 26px rgba(17,24,39,.1),inset 0 0 0 1px hsla(0,0%,100%,.45),0 0 18px rgba(37,99,235,.1)}.mystiFooterButton:hover,.mystiSecondaryButton:hover{background:hsla(0,0%,100%,.06)}[data-theme=light] .mystiFooterButton:hover,[data-theme=light] .mystiSecondaryButton:hover{background:rgba(17,24,39,.04)}.mystiPrimaryButton{background:linear-gradient(180deg,rgba(251,191,36,.3),rgba(251,191,36,.14));border-color:rgba(251,191,36,.45);box-shadow:inset 0 0 0 1px rgba(251,191,36,.08),0 10px 28px rgba(0,0,0,.18)}[data-theme=light] .mystiPrimaryButton{box-shadow:inset 0 0 0 1px rgba(183,121,31,.12),0 10px 22px rgba(17,24,39,.08)}.mystiFooterButton,.mystiMiniCard,.mystiSecondaryButton{background:hsla(0,0%,100%,.03)}[data-theme=light] .mystiFooterButton,[data-theme=light] .mystiMiniCard,[data-theme=light] .mystiSecondaryButton{background:rgba(17,24,39,.02)}.heroArtWrap{position:relative;display:grid;place-items:center;min-height:20rem}.heroGlow{position:absolute;inset:auto;width:28rem;height:28rem;border-radius:50%;background:radial-gradient(circle,rgba(52,211,153,.26) 0,rgba(96,165,250,.16) 38%,rgba(251,191,36,.1) 58%,transparent 76%);filter:blur(18px);opacity:.95}[data-theme=light] .heroGlow{opacity:.6}.heroMascot{position:relative;z-index:1;width:min(100%,440px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(0,0,0,.38)) drop-shadow(0 0 18px rgba(52,211,153,.18))}[data-theme=light] .heroMascot{filter:drop-shadow(0 16px 24px rgba(17,24,39,.14))}.heroMascotLarge{width:clamp(260px,30vw,400px);transform:translate(-35px,-35px)}.mystiCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.mystiNavCard{border:1px solid var(--border);border-radius:22px;padding:1.2rem;background:radial-gradient(circle at top left,rgba(96,165,250,.08),transparent 35%),linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.016));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.02)}[data-theme=light] .mystiNavCard{background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 35%),linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(243,246,251,.92));box-shadow:inset 0 0 0 1px rgba(17,24,39,.03)}.mystiNavCard h3{margin:.3rem 0 .35rem;font-size:1.7rem}.mystiNavCard p{margin:0;color:var(--muted);font-size:1rem}.mystiNavIcon{display:inline-grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:50%;background:rgba(251,191,36,.14);border:1px solid rgba(251,191,36,.3);font-size:1.3rem}.mystiSecondarySection{padding:1rem 1.1rem}.mystiMiniCardRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.mystiMiniCard{border:1px solid var(--border);border-radius:18px;padding:.95rem 1rem;text-align:center;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mystiInfoGrid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:1rem;gap:1rem}.mystiVenueCard h3{margin:.35rem 0 .45rem;font-size:1.6rem}.mystiVenueCard p{margin:0;color:#edf1fb;font-size:1.02rem}[data-theme=light] .mystiVenueCard p{color:var(--text)}.mystiPortalButtons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}@media (max-width:900px){.mystiCardGrid,.mystiHero,.mystiInfoGrid,.mystiMiniCardRow{grid-template-columns:1fr}.heroArtWrap{min-height:14rem}.heroMascot{width:min(100%,320px)}}.compact-header{padding:.55rem 0 .6rem;box-shadow:0 8px 20px rgba(0,0,0,.12)}[data-theme=light] .compact-header{box-shadow:0 8px 18px rgba(17,24,39,.08)}.compact-header-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.6rem;gap:.6rem}.compact-nav{flex-wrap:nowrap;gap:.35rem;overflow-x:auto;scrollbar-width:thin}.compact-nav a{padding:.36rem .58rem;font-size:.84rem;white-space:nowrap}.compact-search{min-width:240px;width:auto}.compact-search input{padding:.55rem .8rem;font-size:.92rem}.compact-search .buttonish{padding:.55rem .8rem;font-size:.9rem}@media (max-width:1200px){.compact-header-top{grid-template-columns:1fr;align-items:stretch}.compact-search{min-width:100%;width:100%}.header-actions{justify-content:flex-start}}@media (max-width:900px){.heroButtons{gap:.5rem}.heroButtons>a{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - .5rem);min-width:0}.heroMascotLarge{width:min(100%,400px)}.compact-nav{padding-bottom:.2rem}}@media (max-width:560px){.mystiHero{padding:1rem}.heroButtons{display:grid;grid-template-columns:1fr}.heroButtons>.appInstallWrap,.heroButtons>a{width:100%;white-space:normal;flex-basis:auto}.appInstallWrap-hero .appInstallButton{width:100%}.heroArtWrap{min-height:11rem}.heroMascot,.heroMascotLarge{width:min(100%,290px)}}.scheduleHeaderPanel{padding:.95rem 1.1rem}.scheduleHeaderBar{display:flex;align-items:center;justify-content:space-between;gap:1rem 1.4rem}.scheduleHeaderTitle{display:grid;grid-gap:.2rem;gap:.2rem;min-width:12rem}.scheduleHeaderTitle .section-title{margin-bottom:0}.scheduleHeaderTitle .section-subtitle{margin:0}.scheduleHeaderControls{display:flex;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap;gap:.75rem 1rem;min-width:0}.scheduleSelectControls{display:flex;align-items:flex-end;gap:.75rem}.scheduleControlField{min-width:11rem}.scheduleControlField span{display:block;margin-bottom:.25rem;color:var(--muted);font-weight:700}.scheduleDayPills{justify-content:flex-end}.scheduleDayPills .dayPill{padding:.55rem .82rem}.scheduleControlsGrid{align-items:end}.scheduleDayField{min-width:0}.dayPillRow{display:flex;flex-wrap:wrap;gap:.45rem}.dayPill{display:inline-flex;align-items:center;gap:.42rem;padding:.7rem .9rem;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.03);color:var(--muted);cursor:pointer;font:inherit;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}[data-theme=light] .dayPill{background:rgba(17,24,39,.02)}.dayPill:hover{transform:translateY(-1px)}.activeDayPill,.dayPill:hover{color:var(--text);border-color:rgba(96,165,250,.45)}.activeDayPill{background:rgba(96,165,250,.16);box-shadow:inset 0 -2px 0 rgba(96,165,250,.85)}.todayDayPill{border-color:rgba(45,212,191,.42)}.dayPillBadge{display:inline-flex;align-items:center;padding:.14rem .45rem;border-radius:999px;background:rgba(45,212,191,.18);color:var(--teal);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.happeningNowPanel{display:grid;grid-gap:.95rem;gap:.95rem}.happeningNowHeader{display:flex;justify-content:space-between;gap:1rem;align-items:center}.happeningNowList{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));grid-gap:.8rem;gap:.8rem}.happeningNowCard{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;border:1px solid rgba(45,212,191,.28);border-radius:18px;padding:1rem 1.1rem;background:linear-gradient(180deg,rgba(45,212,191,.08),hsla(0,0%,100%,.02));color:var(--text);text-decoration:none}.happeningNowCard:hover{border-color:rgba(45,212,191,.5)}.happeningNowMeta{color:var(--teal);font-size:.84rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.happeningNowCard h4{margin:.25rem 0 .3rem;font-size:1.18rem}.happeningNowDescription{margin:0}.happeningNowPill{display:inline-flex;align-items:center;justify-content:center;min-width:5.8rem;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(45,212,191,.32);background:rgba(10,11,18,.45);color:var(--text);font-weight:700}[data-theme=light] .happeningNowPill{background:hsla(0,0%,100%,.75)}.happeningNowEmpty{margin:0}.guestHeroPolished{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:1.5rem}.guestHeroCopy{display:grid;grid-gap:.55rem;gap:.55rem}.guestHeroTitle{font-size:clamp(1.8rem,2.4vw,2.5rem);margin-bottom:.15rem}.guestHeroSubtitle{max-width:48rem}.guestLinkRow{margin-top:.35rem}.guestBioPanel{padding-top:1.1rem}.guestBioText{max-width:70ch;font-size:1.04rem}.guestAppearancesHeader{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:.9rem}.guestAppearanceCount{color:var(--muted);font-size:.9rem}.guestAppearanceList{gap:1rem}.guestAppearanceCard{background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.02))}.guestAppearanceMeta{color:var(--teal);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}@media (max-width:900px){.guestAppearancesHeader,.happeningNowCard,.happeningNowHeader{flex-direction:column;align-items:flex-start}.guestHeroPolished{grid-template-columns:1fr}}.venueMapLayout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start}.venueRoomSidebar{display:grid;grid-gap:.85rem;gap:.85rem}.venueRoomList{display:grid;grid-gap:.55rem;gap:.55rem}.venueRoomButton{display:block;width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:14px;background:hsla(0,0%,100%,.02);color:var(--text);line-height:1.3}[data-theme=light] .venueRoomButton{background:rgba(17,24,39,.02)}.venueRoomButton:hover{border-color:var(--purple);background:hsla(0,0%,100%,.05)}[data-theme=light] .venueRoomButton:hover{background:rgba(17,24,39,.04)}.venueMapPanel{display:grid;grid-gap:.85rem;gap:.85rem}.venueMapHotspotWrap{position:relative;width:100%}.venueMapHotspot{position:absolute;z-index:2;display:grid;place-items:center;padding:0;border:2px solid rgba(139,92,246,.75);border-radius:10px;background:rgba(139,92,246,.12);color:transparent;opacity:0;transition:opacity .15s ease,background .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit}.venueMapHotspot span{padding:.15rem .35rem;border-radius:999px;background:rgba(10,11,18,.78);color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:.72rem;font-weight:800;line-height:1.2}.venueMapHotspot:focus-visible,.venueMapHotspot:hover,.venueMapHotspot[aria-pressed=true]{opacity:1}.venueMapHotspot:focus-visible{outline:3px solid rgba(96,165,250,.9);outline-offset:2px}.venueMapChoicePanel{position:absolute;z-index:4;display:grid;grid-template-columns:1fr;grid-gap:.9rem;gap:.9rem;align-items:center;width:min(260px,48%);padding:.8rem;border:1px solid var(--border);border-radius:16px;background:var(--solid-panel-bg);box-shadow:0 18px 42px rgba(0,0,0,.35);transform:translate(12px,12px)}.venueMapChoicePanel h3{margin:.15rem 0 .2rem}.venueMapChoiceList{display:grid;grid-gap:.5rem;gap:.5rem}@media (max-width:900px){.venueMapLayout{grid-template-columns:1fr}.venueMapPanel{order:1}.venueRoomSidebar{order:2}.venueRoomList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.venueRoomList{grid-template-columns:1fr}.venueMapChoicePanel{width:min(230px,70%);transform:translate(6px,6px)}}@media (max-width:1024px){.wrap{width:min(1400px,calc(100% - 1.2rem))}.main-area{padding:1rem 0 2rem}.heroCard,.panel{padding:1rem}.compact-header-top{gap:.5rem}.compact-nav{width:100%;justify-content:flex-start;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.compact-search{width:100%}}@media (max-width:900px){.section-title{font-size:1.2rem}.heroTitle{font-size:clamp(1.75rem,8vw,2.4rem)}.heroCopy,.muted,.mystiVenueCard p,.section-subtitle{font-size:.96rem}.mystiMiniCardRow{grid-template-columns:repeat(2,minmax(0,1fr))}.happeningNowAction{width:100%;justify-content:center}.scheduleHeaderBar{align-items:flex-start;flex-direction:column}.scheduleHeaderControls{width:100%;justify-content:flex-start}.scheduleSelectControls{width:100%}.scheduleControlField{flex:1 1 10rem;min-width:0}.scheduleControlsGrid{grid-template-columns:1fr!important}.dayPillRow{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.dayPill{flex:0 0 auto;white-space:nowrap}.scheduleDayPills{width:100%;justify-content:flex-start}.adminGridWrap,.publicGridWrap,.timeline{border-radius:16px}.publicGridWrap .scheduleGridTable,.timeline table{min-width:860px}.adminGridTable tbody td,.adminGridTable tbody th,.scheduleGridTable tbody td,.scheduleGridTable tbody th{height:5.5rem}.adminGridTable tbody td,.scheduleGridTable tbody td{min-width:145px}.adminGridTable .stickyTime,.adminGridTable tbody th,.scheduleGridTable .scheduleStickyTime,.scheduleGridTable tbody th{min-width:76px;width:76px;font-size:.82rem}.adminEventBlock,.emptySlot,.eventBlock,.scheduleSpanCell .adminEventBlock,.scheduleSpanCell .eventBlock{min-height:100%;padding:.45rem}.adminEventBlock strong,.eventBlock h4,.scheduleSpanCell .eventBlock h4{font-size:.82rem;line-height:1.15}.adminEventBlock .eventMeta,.eventMeta,.scheduleFavoriteBtn,.trackTag{font-size:.68rem}.gamingEventRow{padding:.85rem .9rem}.gamingEventMain,.gamingEventMain strong{font-size:.95rem}.buttonish,.dangerBtn,.gamingEventRow,.listItem,.mystiFooterButton,.mystiMiniCard,.mystiPrimaryButton,.mystiSecondaryButton,.secondaryBtn,.venueRoomButton{min-height:44px}.eventDetailModal{padding:.25rem}}@media (max-width:640px){.wrap{width:min(1400px,calc(100% - .85rem))}.site-header{position:-webkit-sticky;position:sticky;top:0}.compact-header{padding:.45rem 0 .5rem}.eyebrow{letter-spacing:.12em;font-size:.68rem}.compact-nav,.compact-search{display:none}.compact-nav a{padding:.42rem .58rem;font-size:.8rem}.header-search{gap:.45rem}.header-search input{min-width:0;padding:.62rem .75rem;font-size:.92rem}.header-search .buttonish{padding:.62rem .78rem}.mystiMiniCardRow>a,.mystiPortalButtons>a{width:100%}.mystiMiniCardRow,.mystiPortalButtons{grid-template-columns:1fr}.mystiPortalButtons{display:grid}.card,.guestCard,.heroCard,.panel{border-radius:18px}.venueRoomList{grid-template-columns:1fr}.adminGridTable,.publicGridWrap .scheduleGridTable,.timeline table{min-width:760px}.adminGridTable tbody td,.scheduleGridTable tbody td{min-width:128px}.adminGridTable .stickyTime,.adminGridTable tbody th,.scheduleGridTable .scheduleStickyTime,.scheduleGridTable tbody th{min-width:68px;width:68px;font-size:.76rem}.trackTag{padding:.12rem .38rem}.guestHeroPolished{padding:1rem}}@media (max-width:760px){body{padding-bottom:calc(4.8rem + env(safe-area-inset-bottom))}.mobileBottomNav{position:fixed;right:0;bottom:0;left:0;z-index:9000;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.25rem;gap:.25rem;padding:.42rem .5rem calc(.42rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--solid-header-bg);box-shadow:0 -12px 28px rgba(0,0,0,.24)}.mobileBottomNavItem{position:relative;display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:14px;color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:800;line-height:1.1;text-align:center;text-decoration:none}.activeMobileBottomNavItem,.mobileBottomNavItem:focus-visible,.mobileBottomNavItem:hover{border-color:var(--border);background:var(--surface-0);color:var(--text)}.mobileMoreNav{position:relative;min-width:0}.mobileMoreNav summary{cursor:pointer;list-style:none}.mobileMoreNav summary::-webkit-details-marker{display:none}.mobileMorePanel{position:absolute;right:0;bottom:calc(100% + .55rem);display:grid;width:min(15rem,calc(100vw - 1rem));grid-gap:.25rem;gap:.25rem;padding:.45rem;border:1px solid var(--border);border-radius:16px;background:var(--solid-header-bg);box-shadow:0 18px 45px rgba(0,0,0,.28)}.mobileMorePanel a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:42px;padding:.55rem .7rem;border-radius:12px;color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:800;text-decoration:none}.mobileMorePanel .activeMobileMoreLink,.mobileMorePanel a:focus-visible,.mobileMorePanel a:hover{background:var(--surface-0)}.mobileMorePanel span{color:var(--purple);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.mobileNavDot{position:absolute;top:.5rem;right:.72rem;width:.5rem;height:.5rem;border-radius:999px;background:#fbbf24;box-shadow:0 0 0 2px var(--solid-header-bg)}}.pinnedNewsCard{border-color:rgba(251,191,36,.4);box-shadow:inset 0 0 0 1px rgba(251,191,36,.08),0 10px 28px rgba(0,0,0,.12)}.adminPage{min-width:0}.adminPage *{box-sizing:border-box}@media (max-width:760px){.adminPage,.adminPage .card,.adminPage .detailBox,.adminPage .heroCard,.adminPage .listItem,.adminPage .panel,.adminPage>*{width:100%;max-width:100%;min-width:0}.adminPage .adminSplit,.adminPage .formGrid,.adminPage .grid-2,.adminPage .grid-3,.adminPage .grid-4,.adminPage .split{grid-template-columns:1fr!important}.adminPage .adminTabNav{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.adminPage .adminTab{flex:0 0 auto;white-space:nowrap}.adminPage .detailBox,.adminPage .listItem,.adminPage .muted,.adminPage h1,.adminPage h2,.adminPage h3,.adminPage p,.adminPage strong{overflow-wrap:anywhere;word-break:break-word}.adminPage button,.adminPage input,.adminPage select,.adminPage textarea{max-width:100%;min-width:0}.adminPage .adminGridWrap,.adminPage .compactList,.adminPage .timeline{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.adminPage .buttonRow{flex-direction:column;align-items:stretch}.adminPage .buttonRow a,.adminPage .buttonRow button{width:100%}}.adminGridPage{position:fixed;inset:0;z-index:700;display:flex;flex-direction:column;min-height:0;padding:.85rem;background:var(--bg);overflow:hidden}.adminGridPageHeader{flex:0 0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem;border:1px solid var(--border);border-radius:18px;background:var(--solid-panel-bg);box-shadow:0 18px 48px rgba(0,0,0,.25)}.adminGridPageHeader h1{margin:.15rem 0}.adminGridPageControls{display:flex;align-items:end;justify-content:flex-end;flex-wrap:wrap;gap:.65rem}.adminGridPageLegend{flex:0 0 auto;margin:.7rem 0}.adminGridPageBody{flex:1 1 auto;min-height:0;overflow:hidden}.adminGridPageWrap{width:100%;height:100%;max-height:none;overflow:auto;-webkit-overflow-scrolling:touch}.adminGridPageWrap .adminGridTable{min-width:1300px}.adminGridPageWrap .adminGridTable thead th{top:0}@media (max-width:900px){.adminGridPage{padding:.5rem}.adminGridPageHeader{flex-direction:column;align-items:stretch}.adminGridPageControls{justify-content:stretch}.adminGridPageControls .field,.adminGridPageControls .secondaryBtn{width:100%}}.adminGridMovePanel{position:fixed;right:1rem;bottom:1rem;z-index:720;width:min(420px,calc(100vw - 2rem));display:grid;grid-gap:.75rem;gap:.75rem;box-shadow:0 18px 60px rgba(0,0,0,.35)}.adminGridMoveModal{width:min(720px,calc(100vw - 1.5rem));max-height:calc(100vh - 2rem);overflow:auto}.adminGridPageMessage{flex:0 0 auto;margin:.65rem 0 0}@media (max-width:720px){.adminGridMovePanel{left:.65rem;right:.65rem;bottom:.65rem;width:auto}}.adminGridMoveModal{background:#070b1a!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:1px solid rgba(96,165,250,.28);box-shadow:0 24px 80px rgba(0,0,0,.6),inset 0 0 0 1px hsla(0,0%,100%,.03)}.modalBackdrop{background:rgba(0,0,0,.72)}.decisionButtonRow{display:flex;flex-wrap:wrap;gap:.28rem;justify-content:flex-end;align-items:center}.decisionButton{min-height:0;padding:.22rem .48rem;border:1px solid var(--border);border-radius:999px;background:hsla(0,0%,100%,.025);color:var(--muted);font:inherit;font-size:.74rem;font-weight:800;line-height:1.1;cursor:pointer}.decisionButton:focus-visible,.decisionButton:hover{color:var(--text);border-color:var(--blue)}.decisionButtonActive{color:#071018;border-width:2px;box-shadow:0 0 0 2px hsla(0,0%,100%,.08)}.decisionButton-yes.decisionButtonActive{background:var(--green);border-color:var(--green)}.decisionButton-maybe.decisionButtonActive{background:var(--gold);border-color:var(--gold)}.decisionButton-no.decisionButtonActive{background:var(--red);border-color:var(--red)}.decisionButtonClear{color:var(--muted);opacity:.85}.decisionBadge{display:inline-flex;margin-top:.28rem;padding:.12rem .4rem;border-radius:999px;font-family:Arial,Helvetica,sans-serif;font-size:.64rem;font-weight:900;letter-spacing:0;color:#071018}.decisionBadge-yes{background:var(--green)}.decisionBadge-maybe{background:var(--gold)}.decisionBadge-no{background:var(--red)}[data-theme=light] .decisionButton{background:rgba(17,24,39,.025)}[data-theme=light] .decisionButtonActive{color:#fff;box-shadow:0 0 0 2px rgba(17,24,39,.08)}[data-theme=light] .decisionBadge{color:#fff}.guestReturnBar{width:min(1400px,calc(100% - 2rem));margin:.7rem auto 0;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.55rem .75rem;border:1px solid rgba(45,212,191,.34);border-radius:12px;background:var(--solid-panel-bg);box-shadow:0 10px 28px rgba(0,0,0,.18)}.guestReturnText{color:var(--text);font-weight:800;line-height:1.25}.guestReturnButton{flex:0 0 auto;padding:.35rem .7rem;border:1px solid rgba(45,212,191,.48);border-radius:999px;background:rgba(45,212,191,.13);color:var(--text);font-weight:900;line-height:1.1}.guestReturnButton:focus-visible,.guestReturnButton:hover{border-color:var(--teal);background:rgba(45,212,191,.22)}@media (max-width:560px){.guestCategoryPicker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.guestCategoryChoice{min-width:0;width:100%}.guestReturnBar{width:min(1400px,calc(100% - 1rem));align-items:stretch;flex-direction:column}.guestReturnButton{text-align:center}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}