._dashboardContainer_8o9yc_5{display:flex;height:100vh;width:100vw;overflow:hidden;background:var(--color-bg-main);font-family:var(--font-family)}._sidebar_8o9yc_25{width:var(--sidebar-width);background:var(--color-bg-sidebar);color:#fff;display:flex;flex-direction:column;flex-shrink:0;border-right:1px solid rgba(255,255,255,.1)}._sidebarHeader_8o9yc_45{padding:1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}._sidebarLogo_8o9yc_61{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}._sidebarLogoIcon_8o9yc_77{background:var(--color-primary-light);color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-weight:700}._currentEvent_8o9yc_101{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}._currentEventLabel_8o9yc_111{font-size:.75rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}._currentEventName_8o9yc_127{font-weight:600;font-size:1rem;margin-bottom:.25rem}._statusIndicator_8o9yc_139{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--color-success)}._statusDot_8o9yc_155{width:6px;height:6px;border-radius:50%;background:var(--color-success)}._mainArea_8o9yc_171{flex:1;display:flex;flex-direction:column;overflow:hidden}._topbar_8o9yc_187{height:72px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;flex-shrink:0}._searchBar_8o9yc_209{display:flex;align-items:center;gap:.5rem;color:var(--color-text-muted);width:300px}._searchInput_8o9yc_225{border:none;outline:none;font-size:.875rem;width:100%}._topbarActions_8o9yc_239{display:flex;align-items:center;gap:1.5rem}._topbarIcon_8o9yc_251{color:var(--color-text-muted);position:relative;cursor:pointer}._topbarIcon_8o9yc_251:hover{color:var(--color-text-main)}._notificationDot_8o9yc_271{position:absolute;top:0;right:2px;width:6px;height:6px;background:var(--color-danger);border-radius:50%}._userProfile_8o9yc_291{width:32px;height:32px;border-radius:50%;background:var(--color-primary-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;cursor:pointer}._contentArea_8o9yc_321{flex:1;overflow-y:auto;padding:2rem}._guestAppWrapper_1p8yr_5{display:flex;justify-content:center;background-color:#e2e8f0;height:100vh;overflow:hidden}._mobileContainer_1p8yr_21{width:100%;max-width:var(--mobile-width-max);background:var(--color-bg-main);height:100vh;box-shadow:var(--shadow-xl);position:relative;display:flex;flex-direction:column;overflow:hidden}._topAppBar_1p8yr_47{background:#fff;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:40}._appBrand_1p8yr_73{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.125rem}._appBrandIcon_1p8yr_89{background:var(--color-primary-dark);color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-weight:700;font-size:.75rem}._topActions_1p8yr_115{display:flex;align-items:center;gap:1rem}._iconBtn_1p8yr_127{color:var(--color-text-muted);position:relative}._iconBtn_1p8yr_127:hover{color:var(--color-text-main)}._badge_1p8yr_145{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:var(--color-danger);border-radius:50%;border:1px solid white}._avatar_1p8yr_167{width:28px;height:28px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem}._mainScrollArea_1p8yr_195{flex:1;overflow-y:auto;padding-bottom:80px}._bottomNav_1p8yr_209{position:absolute;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid #e2e8f0;display:flex;justify-content:space-around;align-items:center;z-index:40}._navItem_1p8yr_237{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--color-text-muted);font-size:.625rem;font-weight:600;transition:color .2s ease;text-decoration:none}._navItem_1p8yr_237._active_1p8yr_261{color:var(--color-accent)}._navItem_1p8yr_237 svg{width:20px;height:20px}._pageContainer_eyaqo_7{min-height:100vh;display:flex;flex-direction:column}._navbar_eyaqo_21{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 5%;background:var(--color-bg-card);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:50}._logoArea_eyaqo_45{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.5rem;letter-spacing:-.025em;color:var(--color-text-main)}._logoIcon_eyaqo_65{background:var(--color-primary-dark);color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-weight:700}._navLinks_eyaqo_89{display:flex;gap:2rem;font-weight:500;color:var(--color-text-muted)}._navLinks_eyaqo_89 a:hover{color:var(--color-primary-light)}._navActions_eyaqo_111{display:flex;gap:1rem}._btnOutline_eyaqo_121{padding:.5rem 1rem;border:1px solid var(--color-text-muted);border-radius:var(--radius-md);color:var(--color-text-main);background:transparent;font-weight:600}._btnOutline_eyaqo_121:hover{background:var(--color-bg-main);border-color:var(--color-text-main)}._btnSolid_eyaqo_147{padding:.5rem 1rem;border-radius:var(--radius-md);color:#fff;background:var(--color-primary-dark);font-weight:600;display:flex;align-items:center;gap:.5rem}._btnSolid_eyaqo_147:hover{background:var(--color-primary)}._hero_eyaqo_177{position:relative;background:linear-gradient(to bottom,#0f172acc,#0f172af2);color:#fff;padding:8rem 5% 6rem;text-align:center}._heroBadge_eyaqo_199{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}._heroBadgeDot_eyaqo_225{width:8px;height:8px;border-radius:50%;background:var(--color-success)}._heroTitle_eyaqo_239{font-size:4.5rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;max-width:900px;margin-inline:auto}._heroTitle_eyaqo_239 span{color:var(--color-accent)}._heroDesc_eyaqo_265{font-size:1.25rem;max-width:700px;margin-inline:auto;color:#cbd5e1;margin-bottom:3rem}._heroActions_eyaqo_281{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:4rem}._btnHeroPrimary_eyaqo_297{background:#fff;color:var(--color-primary-dark);padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;font-size:1.125rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}._btnHeroPrimary_eyaqo_297:hover{background:#f8fafc;transform:translateY(-2px)}._btnHeroSecondary_eyaqo_333{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;font-size:1.125rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}._btnHeroSecondary_eyaqo_333:hover{background:#fff3}._heroStats_eyaqo_369{display:flex;justify-content:center;gap:3rem;color:#94a3b8;font-weight:500}._statItem_eyaqo_385{display:flex;align-items:center;gap:.5rem}._statItem_eyaqo_385 svg{color:var(--color-success)}:root{--color-primary: #1e40af;--color-primary-light: #2563eb;--color-primary-dark: #1e3a8a;--color-accent: #3b82f6;--color-success: #10b981;--color-danger: #ef4444;--color-warning: #f59e0b;--color-bg-main: #f8fafc;--color-bg-card: #ffffff;--color-bg-sidebar: #0f172a;--color-bg-sidebar-hover: #1e293b;--color-text-main: #0f172a;--color-text-muted: #64748b;--color-text-inverse: #ffffff;--sidebar-width: 250px;--mobile-width-max: 480px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg-main);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}.btnOutline{padding:.5rem 1rem;border:1px solid var(--color-text-muted);border-radius:var(--radius-md);color:var(--color-text-main);background:transparent;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.btnOutline:hover{background:var(--color-bg-main);border-color:var(--color-text-main)}.btnSolid{padding:.5rem 1rem;border-radius:var(--radius-md);color:#fff;background:var(--color-primary-dark);font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;border:1px solid transparent}.btnSolid:hover{background:var(--color-primary)}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.scale-btn{transition:transform .1s cubic-bezier(.4,0,.2,1)}.scale-btn:active{transform:scale(.96)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUpFade .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton{background:#f6f7f8;background-image:linear-gradient(to right,#f6f7f8,#edeef1 20%,#f6f7f8 40% 100%);background-repeat:no-repeat;background-size:1000px 100%;animation:shimmer 2s infinite linear}
