@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";.eg-Sidebar-module-sidebar{top:var(--space-4);left:var(--space-4);bottom:var(--space-4);width:var(--sidebar-collapsed-width);background-color:var(--color-surface-1);border:1px solid var(--color-border);z-index:var(--z-sticky);transition:width var(--transition-slow), transform var(--transition-slow), left var(--transition-slow), right var(--transition-slow);box-shadow:var(--shadow-md);border-radius:2rem;flex-direction:column;display:flex;position:fixed;overflow:hidden}@media (width>=1024px){.eg-Sidebar-module-sidebar{width:var(--sidebar-width)}}@media (width<=767px){.eg-Sidebar-module-sidebar{width:var(--sidebar-width);border:none;border-radius:0;top:0;bottom:0;left:0;transform:translate(-100%)}.eg-Sidebar-module-sidebar.eg-Sidebar-module-open{transform:translate(0)}}.eg-Sidebar-module-overlay{display:none}@media (width<=767px){.eg-Sidebar-module-overlay{background-color:var(--color-overlay);z-index:calc(var(--z-sticky) - 1);display:block;position:fixed;inset:0}}.eg-Sidebar-module-header{padding:var(--space-5) var(--space-4);border-bottom:1px solid var(--color-border-subtle);flex-shrink:0;display:flex}.eg-Sidebar-module-logo{align-items:center;display:flex;position:relative}.eg-Sidebar-module-logoImg{width:auto;height:6rem;display:none}@media (width>=768px){.eg-Sidebar-module-logoImg{height:44px;display:block}}@media (width>=1024px){.eg-Sidebar-module-logoImg{height:56px}}.eg-Sidebar-module-closeBtn{border-radius:var(--radius-full);background:var(--color-surface-3);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1.5rem;display:none}.eg-Sidebar-module-closeBtn:hover{background:var(--color-accent)}@media (width<=767px){.eg-Sidebar-module-closeBtn{display:flex}}.eg-Sidebar-module-nav{padding:var(--space-3) 0;flex:1;overflow-y:auto}.eg-Sidebar-module-category{padding:0 var(--space-2);margin-bottom:var(--space-1)}.eg-Sidebar-module-categoryLabel{padding:var(--space-2) var(--space-2) var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;display:none}@media (width>=1024px){.eg-Sidebar-module-categoryLabel{display:block}}.eg-Sidebar-module-navItem{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;border-radius:var(--radius-lg);transition:background-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);text-align:left;width:100%;min-height:40px;font-family:var(--font-base);background:0 0;border:none;margin-bottom:2px;text-decoration:none;display:flex;position:relative;overflow:hidden}.eg-Sidebar-module-navItem:hover{background-color:var(--color-surface-hover);color:var(--color-text-primary)}.eg-Sidebar-module-navItem.eg-Sidebar-module-active{color:var(--color-nav-active-text);background:linear-gradient(#d4a01726 0%,#b8860b14 100%);box-shadow:inset 0 1px #ffffff0d}.eg-Sidebar-module-navItem.eg-Sidebar-module-active:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff14 0%,#0000 50%,#0000000a 100%);position:absolute;inset:0}.eg-Sidebar-module-navItem span{display:none}@media (width>=1024px){.eg-Sidebar-module-navItem span{display:block}}.eg-Sidebar-module-footer{padding:var(--space-2);border-top:1px solid var(--color-border-subtle);flex-direction:column;flex-shrink:0;gap:2px;display:flex}.eg-Sidebar-module-onboardingBanner{gap:var(--space-2);padding:var(--space-3) var(--space-3);margin:0 var(--space-1) var(--space-2);background:linear-gradient(135deg, var(--color-accent-muted), #d4a01714);border:1px solid var(--color-accent-border);border-radius:var(--radius-lg);flex-direction:column;display:none}@media (width>=1024px){.eg-Sidebar-module-onboardingBanner{display:flex}}.eg-Sidebar-module-onboardingBannerTitle{font-size:var(--text-xs);color:var(--color-accent);font-weight:700}.eg-Sidebar-module-onboardingBannerText{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.4}.eg-Sidebar-module-onboardingBannerBtn{padding:var(--space-1) var(--space-3);background:var(--color-accent);color:#fff;border-radius:var(--radius-md);font-size:var(--text-xs);cursor:pointer;transition:opacity var(--transition-fast);font-weight:600;font-family:var(--font-base);border:none;justify-content:center;align-items:center;display:inline-flex}.eg-Sidebar-module-onboardingBannerBtn:hover{opacity:.9}.eg-BottomTabBar-module-tabBar{height:var(--bottom-bar-height);background-color:var(--color-surface-1);border-top:1px solid var(--color-border);z-index:var(--z-sticky);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}@media (width>=768px){.eg-BottomTabBar-module-tabBar{display:none}}.eg-BottomTabBar-module-tabItem{padding:var(--space-1) var(--space-3);color:var(--color-text-secondary);min-width:44px;min-height:44px;transition:color var(--transition-fast);flex-direction:column;align-items:center;gap:2px;text-decoration:none;display:flex}.eg-BottomTabBar-module-tabItem.eg-BottomTabBar-module-active{color:var(--color-accent)}.eg-BottomTabBar-module-tabLabel{font-size:10px;font-weight:var(--weight-medium)}.eg-TopBar-module-topBar{height:var(--top-bar-height);padding:0 var(--page-padding-x);background-color:#0000;justify-content:space-between;align-items:center;display:flex}@media (width>=768px){.eg-TopBar-module-topBar{padding:0 var(--page-padding-x-md)}}.eg-TopBar-module-left{align-items:center;gap:var(--space-3);display:flex}.eg-TopBar-module-right,.eg-TopBar-module-titleGroup{align-items:center;gap:var(--space-2);display:flex}.eg-TopBar-module-title{font-size:var(--text-title);font-weight:var(--weight-bold);color:var(--color-text-primary);white-space:nowrap;line-height:1.2}.eg-TopBar-module-pipe{color:var(--color-border);font-size:var(--text-sm);-webkit-user-select:none;user-select:none}.eg-TopBar-module-subtitle{font-size:var(--text-xs);color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;line-height:1.2;overflow:hidden}.eg-TopBar-module-iconBtn{width:40px;height:40px;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:background-color var(--transition-fast), color var(--transition-fast);cursor:pointer;font-family:var(--font-base);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.eg-TopBar-module-iconBtn:hover{background-color:var(--color-surface-2);color:var(--color-text-primary)}.eg-TopBar-module-userBtn{align-items:center;gap:var(--space-2);padding:var(--space-1);border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--transition-fast);min-height:40px;font-family:var(--font-base);background:0 0;border:none;text-decoration:none;display:flex}.eg-TopBar-module-userBtn:hover{background-color:var(--color-surface-2)}.eg-TopBar-module-userAvatar{border-radius:var(--radius-full);background:linear-gradient(180deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);width:32px;height:32px;color:var(--color-text-inverse);font-size:var(--text-sm);font-weight:var(--weight-bold);border:1px solid var(--color-accent-border);background-position:50%;background-size:cover;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.eg-TopBar-module-userName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-primary);display:none}@media (width>=768px){.eg-TopBar-module-userName{display:block}}.eg-AppTour-module-welcomeOverlay{z-index:9998;padding:var(--space-4);-webkit-backdrop-filter:blur(12px);background:#000000c7;justify-content:center;align-items:center;animation:.3s eg-AppTour-module-fadeIn;display:flex;position:fixed;inset:0}.eg-AppTour-module-welcomeCard{background:var(--color-surface-2);border:1px solid var(--color-border);padding:var(--space-8) var(--space-8);text-align:center;border-radius:24px;width:100%;max-width:460px;animation:.4s cubic-bezier(.34,1.46,.64,1) eg-AppTour-module-scaleIn;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,0 32px 80px #0000008c,0 8px 24px #0000004d}.eg-AppTour-module-welcomeCard:before{content:"";pointer-events:none;background:radial-gradient(#d4a0172e 0%,#0000 70%);width:240px;height:200px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.eg-AppTour-module-welcomeEmojiWrap{background:linear-gradient(135deg, var(--color-accent-muted), #d4a0170f);border:1px solid var(--color-accent-border);width:72px;height:72px;margin:0 auto var(--space-5);border-radius:20px;justify-content:center;align-items:center;display:inline-flex;position:relative}.eg-AppTour-module-welcomeEmoji{font-size:36px;line-height:1}.eg-AppTour-module-welcomeTitle{color:var(--color-text-primary);margin:0 0 var(--space-2) 0;letter-spacing:-.03em;font-size:1.5rem;font-weight:800;line-height:1.2}.eg-AppTour-module-welcomeSubtitle{font-size:var(--text-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-3);font-weight:600}.eg-AppTour-module-welcomeBody{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0 0 var(--space-6) 0;line-height:1.65}.eg-AppTour-module-welcomeFeatures{gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;justify-content:center;display:flex}.eg-AppTour-module-welcomeFeaturePill{font-size:var(--text-xs);color:var(--color-text-secondary);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-weight:600;display:inline-flex}.eg-AppTour-module-welcomeFeatureDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.eg-AppTour-module-welcomeActions{gap:var(--space-2);flex-direction:column;display:flex}.eg-AppTour-module-welcomeBtn{width:100%;padding:13px var(--space-6);border-radius:var(--radius-lg);font-weight:700;font-size:var(--text-sm);cursor:pointer;font-family:var(--font-base);letter-spacing:.01em;border:none;transition:all .2s}.eg-AppTour-module-welcomeBtnPrimary{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);color:var(--color-text-inverse);box-shadow:0 4px 16px #d4a0174d,inset 0 1px #ffffff1a}.eg-AppTour-module-welcomeBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d4a01766,inset 0 1px #ffffff1a}.eg-AppTour-module-welcomeBtnPrimary:active{transform:translateY(0)}.eg-AppTour-module-welcomeBtnGhost{color:var(--color-text-muted);font-size:var(--text-xs);padding:var(--space-2);background:0 0}.eg-AppTour-module-welcomeBtnGhost:hover{color:var(--color-text-secondary)}.eg-AppTour-module-spotPanel{z-index:9997;pointer-events:all;background:#000000ad;transition:all .28s cubic-bezier(.4,0,.2,1);position:fixed}.eg-AppTour-module-tooltip{z-index:9999;background:var(--color-surface-2);border:1px solid var(--color-border);width:300px;padding:var(--space-4) var(--space-5);pointer-events:all;border-radius:16px;animation:.22s cubic-bezier(.4,0,.2,1) eg-AppTour-module-slideUp;position:fixed;box-shadow:inset 0 0 0 1px #ffffff0a,0 20px 48px #00000073}.eg-AppTour-module-tooltipArrow{background:var(--color-surface-2);border:1px solid var(--color-border);width:10px;height:10px;position:absolute;transform:rotate(45deg)}.eg-AppTour-module-tooltipArrowBottom{border-bottom:none;border-right:none;top:-6px;left:50%;translate:-50%}.eg-AppTour-module-tooltipArrowTop{border-top:none;border-left:none;bottom:-6px;left:50%;translate:-50%}.eg-AppTour-module-tooltipArrowRight{border-top:none;border-right:none;top:50%;left:-6px;translate:0 -50%}.eg-AppTour-module-tooltipArrowLeft{border-bottom:none;border-left:none;top:50%;right:-6px;translate:0 -50%}.eg-AppTour-module-tooltipStep{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-1);font-size:10px;font-weight:700}.eg-AppTour-module-tooltipTitle{font-size:var(--text-base);color:var(--color-text-primary);margin:0 0 var(--space-2) 0;letter-spacing:-.01em;font-weight:700}.eg-AppTour-module-tooltipBody{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0 0 var(--space-4) 0;line-height:1.6}.eg-AppTour-module-tooltipFooter{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.eg-AppTour-module-dots{align-items:center;gap:5px;display:flex}.eg-AppTour-module-dot{background:var(--color-border);border-radius:50%;width:6px;height:6px;transition:all .2s}.eg-AppTour-module-dotActive{background:var(--color-accent);border-radius:3px;width:18px}.eg-AppTour-module-navBtns{gap:var(--space-2);display:flex}.eg-AppTour-module-navBtn{border-radius:var(--radius-md);font-size:var(--text-xs);cursor:pointer;font-weight:600;font-family:var(--font-base);border:none;padding:6px 14px;transition:all .15s}.eg-AppTour-module-navBtnSecondary{background:var(--color-surface-3);color:var(--color-text-secondary)}.eg-AppTour-module-navBtnSecondary:hover{background:var(--color-surface-2);color:var(--color-text-primary)}.eg-AppTour-module-navBtnPrimary{background:var(--color-accent);color:var(--color-text-inverse);box-shadow:0 2px 8px #d4a01740}.eg-AppTour-module-navBtnPrimary:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.eg-AppTour-module-skipBtn{color:var(--color-text-muted);font-size:var(--text-xs);cursor:pointer;font-family:var(--font-base);background:0 0;border:none;padding:0;transition:color .15s}.eg-AppTour-module-skipBtn:hover{color:var(--color-text-secondary)}.eg-AppTour-module-helpBtn{z-index:9000;background:var(--color-surface-2);border:1px solid var(--color-border);width:42px;height:42px;color:var(--color-text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 20px #0000004d}.eg-AppTour-module-helpBtn:hover{background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent-border);transform:scale(1.1);box-shadow:0 6px 24px #00000059}@keyframes eg-AppTour-module-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes eg-AppTour-module-scaleIn{0%{opacity:0;transform:scale(.92)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes eg-AppTour-module-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.eg-AppTour-module-welcomeCard{padding:var(--space-6) var(--space-5)}.eg-AppTour-module-tooltip{width:calc(100vw - 32px);left:16px!important}.eg-AppTour-module-helpBtn{bottom:68px}}.eg-AppShell-module-shell{background-color:var(--color-bg-base);height:100dvh;display:flex;overflow:hidden}.eg-AppShell-module-main{min-width:0;padding-bottom:var(--bottom-bar-height);flex-direction:column;flex:1;display:flex;overflow:hidden}@media (width>=768px){.eg-AppShell-module-main{margin-left:var(--sidebar-collapsed-width);padding-bottom:0}}@media (width>=1024px){.eg-AppShell-module-main{margin-left:calc(var(--sidebar-width) + var(--space-4) + 1rem);margin-right:var(--space-4);padding-top:var(--space-4);padding-bottom:var(--space-4)}}.eg-AppShell-module-content{padding:var(--space-4) var(--page-padding-x);background-color:var(--color-surface-1);border:1px solid var(--color-border);scrollbar-width:none;-ms-overflow-style:none;border-radius:2rem;flex:1;width:100%;min-height:0;overflow-y:auto}.eg-AppShell-module-content::-webkit-scrollbar{display:none}@media (width>=768px){.eg-AppShell-module-content{padding:var(--space-6) var(--page-padding-x-md)}}.eg-Navbar-module-container{width:100%;max-width:1800px;padding:0 var(--space-6);justify-content:space-between;align-items:center;height:86px;margin:0 auto;display:flex}@media (width>=768px){.eg-Navbar-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-Navbar-module-container{padding:0 var(--space-12)}}.eg-Navbar-module-header{z-index:var(--z-sticky);transition:background-color var(--transition-slow), border-color var(--transition-slow), box-shadow var(--transition-slow);background:0 0;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.eg-Navbar-module-header.eg-Navbar-module-scrolled{background-color:var(--color-surface-1);border-bottom-color:var(--color-border);box-shadow:var(--shadow-md)}.eg-Navbar-module-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.eg-Navbar-module-logoImg{width:auto;height:3.5rem;display:block}.eg-Navbar-module-desktopNav{align-items:center;gap:var(--space-8);display:none}@media (width>=1024px){.eg-Navbar-module-desktopNav{display:flex}}.eg-Navbar-module-navLink{cursor:pointer;font-family:var(--font-base);font-size:1rem;font-weight:var(--weight-medium);color:var(--color-text-secondary);padding:var(--space-2) 0;white-space:nowrap;transition:color var(--transition-fast);background:0 0;border:none;position:relative}.eg-Navbar-module-navLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width var(--transition-base), left var(--transition-base);border-radius:1px;position:absolute;bottom:0;left:50%}.eg-Navbar-module-navLink:hover{color:var(--color-accent)}.eg-Navbar-module-navLink:hover:after{width:100%;left:0}.eg-Navbar-module-desktopCta{align-items:center;gap:var(--space-3);display:none}@media (width>=1024px){.eg-Navbar-module-desktopCta{display:flex}}.eg-Navbar-module-greeting{font-size:var(--text-base);font-weight:var(--weight-medium)}.eg-Navbar-module-userLink{align-items:center;gap:var(--space-2);color:var(--color-accent);text-decoration:none;display:flex}.eg-Navbar-module-avatar{background:var(--color-accent);color:#fff;width:52px;height:52px;font-size:var(--text-sm);font-weight:var(--weight-bold);padding:var(--space-1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.eg-Navbar-module-avatarImg{object-fit:cover;width:100%;height:100%}.eg-Navbar-module-mobileUserLink{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);color:var(--color-accent);text-decoration:none;display:flex}.eg-Navbar-module-hamburger{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.eg-Navbar-module-hamburger:hover{background:var(--color-surface-3);border-color:var(--color-accent-border)}@media (width>=1024px){.eg-Navbar-module-hamburger{display:none}}.eg-Navbar-module-mobileMenu{background-color:var(--color-surface-1);border-bottom:1px solid var(--color-border);padding:var(--space-4) var(--space-6);gap:var(--space-4);flex-direction:column;animation:.18s eg-Navbar-module-slideDown;display:flex}@keyframes eg-Navbar-module-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.eg-Navbar-module-mobileNav{flex-direction:column;display:flex}.eg-Navbar-module-mobileNavLink{cursor:pointer;font-family:var(--font-base);font-size:var(--text-base);font-weight:var(--weight-medium);color:var(--color-text-secondary);text-align:left;min-height:52px;padding:0 var(--space-3);border-radius:var(--radius-md);transition:color var(--transition-fast), background-color var(--transition-fast);background:0 0;border:none;align-items:center;display:flex}.eg-Navbar-module-mobileNavLink:hover{color:var(--color-text-primary);background-color:var(--color-surface-2)}.eg-Navbar-module-mobileCta{gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.eg-HeroSection-module-hero{background:radial-gradient(ellipse 80% 50% at 50% -10%, #d4a0171f 0%, transparent 70%), var(--color-bg-base);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.eg-HeroSection-module-hero:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#d4a01714 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.eg-HeroSection-module-dotGrid{display:none}.eg-HeroSection-module-container{z-index:1;width:100%;max-width:1800px;padding:var(--space-12) var(--space-6);margin:0 auto;position:relative}@media (width>=768px){.eg-HeroSection-module-container{padding:var(--space-12) var(--space-8)}}@media (width>=1280px){.eg-HeroSection-module-container{padding:var(--space-16) var(--space-12)}}.eg-HeroSection-module-layout{gap:var(--space-12);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=1024px){.eg-HeroSection-module-layout{gap:var(--space-16);grid-template-columns:55fr 45fr}}.eg-HeroSection-module-textCol{gap:var(--space-6);text-align:center;flex-direction:column;display:flex}@media (width>=1024px){.eg-HeroSection-module-textCol{text-align:left}}.eg-HeroSection-module-badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--color-accent-muted);border:1px solid var(--color-accent-border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);align-self:center;display:inline-flex}@media (width>=1024px){.eg-HeroSection-module-badge{align-self:flex-start}}.eg-HeroSection-module-headline{font-size:clamp(2.5rem,5vw,4rem);font-weight:var(--weight-extrabold);color:var(--color-text-primary);letter-spacing:-.02em;margin:0;line-height:1.1}.eg-HeroSection-module-accentText{color:var(--color-accent)}.eg-HeroSection-module-sub{font-size:var(--text-base);font-weight:var(--weight-regular);color:var(--color-text-secondary);line-height:var(--leading-relaxed);max-width:520px;margin:0 auto}@media (width>=1024px){.eg-HeroSection-module-sub{font-size:var(--text-subtitle);margin:0}}.eg-HeroSection-module-ctaRow{gap:var(--space-4);flex-direction:column;align-items:stretch;display:flex}@media (width>=640px){.eg-HeroSection-module-ctaRow{flex-direction:row;justify-content:center}}@media (width>=1024px){.eg-HeroSection-module-ctaRow{justify-content:flex-start}}.eg-HeroSection-module-ctaPrimary,.eg-HeroSection-module-ctaSecondary{flex-shrink:0}.eg-HeroSection-module-playIcon{color:var(--color-accent);fill:var(--color-accent)}.eg-HeroSection-module-proofList{gap:var(--space-5);flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none;display:flex}@media (width>=1024px){.eg-HeroSection-module-proofList{justify-content:flex-start}}.eg-HeroSection-module-proofItem{align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);display:flex}.eg-HeroSection-module-checkIcon{color:var(--color-success);flex-shrink:0}.eg-HeroSection-module-visualCol{padding:var(--space-8) var(--space-6);justify-content:center;align-items:center;display:flex;position:relative}.eg-HeroSection-module-chip{background:var(--color-surface-3);border:1px solid var(--color-accent-border);border-radius:var(--radius-full);padding:var(--space-2) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);white-space:nowrap;z-index:2;box-shadow:var(--shadow-md);display:none;position:absolute}@media (width>=1024px){.eg-HeroSection-module-chip{display:block}}.eg-HeroSection-module-chipTopRight{top:8px;right:-12px}.eg-HeroSection-module-chipBottomLeft{bottom:8px;left:-12px}.eg-HeroSection-module-mockCard{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:420px;transition:transform var(--transition-slow);position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-6deg)rotateX(2deg)}.eg-HeroSection-module-mockCard:hover{transform:perspective(1000px)rotateY(-2deg)rotateX(0)}.eg-HeroSection-module-mockHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);background:var(--color-surface-1)}.eg-HeroSection-module-liveRow{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.eg-HeroSection-module-liveDot{background-color:var(--color-status-red);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite eg-HeroSection-module-pulse-live}@keyframes eg-HeroSection-module-pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.eg-HeroSection-module-liveLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;flex:1}.eg-HeroSection-module-liveBadge{font-size:10px;font-weight:var(--weight-bold);color:var(--color-status-red);background:var(--color-status-red-bg);border-radius:var(--radius-full);padding:2px var(--space-2);letter-spacing:.08em;border:1px solid #ef44444d}.eg-HeroSection-module-eventName{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-HeroSection-module-eventMeta{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.eg-HeroSection-module-stationList{padding:var(--space-2) 0}.eg-HeroSection-module-stationRow{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);transition:background-color var(--transition-fast);display:flex}.eg-HeroSection-module-stationRow:hover{background-color:var(--color-surface-1)}.eg-HeroSection-module-statusDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.eg-HeroSection-module-dotGreen{background-color:var(--color-status-green)}.eg-HeroSection-module-dotYellow{background-color:var(--color-status-yellow)}.eg-HeroSection-module-dotRed{background-color:var(--color-status-red)}.eg-HeroSection-module-stationName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-primary);flex:1}.eg-HeroSection-module-stationStatus{font-size:var(--text-xs);color:var(--color-text-secondary);text-align:right;min-width:90px}.eg-HeroSection-module-stationIcon{font-size:var(--text-sm);font-weight:var(--weight-bold);text-align:center;flex-shrink:0;width:20px}.eg-HeroSection-module-iconGreen{color:var(--color-status-green)}.eg-HeroSection-module-iconYellow{color:var(--color-status-yellow)}.eg-HeroSection-module-iconRed{color:var(--color-status-red)}.eg-HeroSection-module-mockFooter{padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border);background:var(--color-surface-1);justify-content:space-between;align-items:center;display:flex}.eg-HeroSection-module-issuesBadge{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-status-yellow);background:var(--color-status-yellow-bg);border-radius:var(--radius-full);padding:2px var(--space-3)}.eg-HeroSection-module-guestCount{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-secondary)}.eg-HeroSection-module-fadeMask{background:linear-gradient(to bottom, transparent, var(--color-surface-2));pointer-events:none;height:40px;position:absolute;bottom:48px;left:0;right:0}.eg-HeroSection-module-scrollIndicator{bottom:var(--space-8);align-items:center;gap:var(--space-1);z-index:1;flex-direction:column;display:none;position:absolute;left:50%;transform:translate(-50%)}@media (width>=768px){.eg-HeroSection-module-scrollIndicator{display:flex}}.eg-HeroSection-module-scrollText{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:var(--weight-medium);letter-spacing:.04em}.eg-HeroSection-module-scrollChevron{color:var(--color-text-muted);animation:1.6s ease-in-out infinite eg-HeroSection-module-bounce-y}@keyframes eg-HeroSection-module-bounce-y{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.eg-LandingFooter-module-footer{color:#ffffffd9;padding:var(--space-12) var(--page-padding-x) var(--space-8);background-color:#2d2d2d}.eg-LandingFooter-module-inner{max-width:1100px;margin:0 auto}.eg-LandingFooter-module-top{gap:var(--space-10);margin-bottom:var(--space-10);grid-template-columns:1fr;display:grid}@media (width>=768px){.eg-LandingFooter-module-top{grid-template-columns:1.2fr repeat(3,1fr)}}.eg-LandingFooter-module-brand{gap:var(--space-4);flex-direction:column;display:flex}.eg-LandingFooter-module-brandLink{font-family:Playfair Display,Georgia,serif;font-size:var(--text-title);color:#fff;font-weight:600;text-decoration:none}.eg-LandingFooter-module-brandDesc{font-size:var(--text-sm);color:#fff9;line-height:var(--leading-relaxed);max-width:240px;margin:0}.eg-LandingFooter-module-social{gap:var(--space-3);display:flex}.eg-LandingFooter-module-socialLink{color:#ffffffb3;width:36px;height:36px;font-size:var(--text-xs);font-weight:var(--weight-bold);transition:border-color var(--transition-fast), color var(--transition-fast);border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.eg-LandingFooter-module-socialLink:hover{color:#b09464;border-color:#b09464}.eg-LandingFooter-module-linkGroupTitle{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-4)}.eg-LandingFooter-module-linkList{gap:var(--space-2);flex-direction:column;display:flex}.eg-LandingFooter-module-footerLink{font-size:var(--text-sm);color:#fff9;transition:color var(--transition-fast);text-decoration:none}.eg-LandingFooter-module-footerLink:hover{color:#b09464}.eg-LandingFooter-module-roleItem{font-size:var(--text-sm);color:#fff9}.eg-LandingFooter-module-bottom{padding-top:var(--space-6);justify-content:space-between;gap:var(--space-3);border-top:1px solid #ffffff1a;flex-wrap:wrap;display:flex}.eg-LandingFooter-module-copyright{font-size:var(--text-xs);color:#ffffff73;margin:0}.eg-LandingFooter-module-legal{gap:var(--space-4);display:flex}.eg-LandingFooter-module-legalItem{font-size:var(--text-xs);color:#ffffff73}.eg-LandingPage-module-page{--landing-gold:#b09464;--landing-gold-hover:#9a7f52;--landing-gold-light:#c4a574;--landing-beige:#f5f2f0;--landing-cream:#faf8f6;--landing-charcoal:#2d2d2d;--landing-text:#1a1a1a;--landing-text-muted:#5c5c5c;--landing-white:#fff;--landing-serif:"Playfair Display", Georgia, serif;--landing-sans:var(--font-base);background-color:var(--landing-white);color:var(--landing-text);font-family:var(--landing-sans);min-height:100vh;overflow-x:hidden}.eg-LandingPage-module-serif{font-family:var(--landing-serif)}.eg-LandingPage-module-btnGold{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-6);background-color:var(--landing-gold);color:var(--landing-white);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--landing-sans);cursor:pointer;transition:background-color var(--transition-fast);letter-spacing:.02em;border:none;border-radius:2px;text-decoration:none;display:inline-flex}.eg-LandingPage-module-btnGold:hover{background-color:var(--landing-gold-hover);color:var(--landing-white)}.eg-LandingPage-module-btnGoldOutline{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-6);color:var(--landing-gold);border:1px solid var(--landing-gold);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--landing-sans);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);background-color:#0000;border-radius:2px;text-decoration:none;display:inline-flex}.eg-LandingPage-module-btnGoldOutline:hover{background-color:var(--landing-gold);color:var(--landing-white)}.eg-LandingPage-module-sectionInner{max-width:1100px;padding:0 var(--page-padding-x);margin:0 auto}.eg-LandingPage-module-hero{align-items:stretch;min-height:85vh;display:flex;position:relative;overflow:hidden}.eg-LandingPage-module-heroBg{background-position:50% 30%;background-size:cover;position:absolute;inset:0}.eg-LandingPage-module-heroOverlay{background:linear-gradient(90deg,#00000026 0%,#00000059 50%,#00000073 100%);position:absolute;inset:0}.eg-LandingPage-module-heroContent{z-index:1;padding:var(--space-16) var(--page-padding-x) var(--space-12);flex-direction:column;flex:1;justify-content:center;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.eg-LandingPage-module-heroLayout{gap:var(--space-8);align-items:end;min-height:60vh;display:grid}@media (width>=768px){.eg-LandingPage-module-heroLayout{grid-template-columns:1fr 1fr;align-items:center}}.eg-LandingPage-module-heroCtaWrap{align-items:flex-end;display:flex}.eg-LandingPage-module-heroTitle{font-family:var(--landing-serif);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:var(--weight-regular);color:var(--landing-white);letter-spacing:-.01em;text-align:right;margin:0;line-height:1.1}@media (width<=767px){.eg-LandingPage-module-heroTitle{text-align:left}}.eg-LandingPage-module-builtFor{background-color:var(--landing-beige);padding:var(--space-16) 0 var(--space-12);text-align:center}.eg-LandingPage-module-builtForTitle{font-family:var(--landing-serif);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:var(--weight-regular);color:var(--landing-text);margin-bottom:var(--space-4);line-height:1.2}.eg-LandingPage-module-builtForDesc{font-size:var(--text-base);color:var(--landing-text-muted);max-width:640px;margin:0 auto var(--space-6);line-height:var(--leading-relaxed)}.eg-LandingPage-module-laptopWrap{margin:var(--space-10) auto var(--space-12);max-width:900px;padding:0 var(--page-padding-x)}.eg-LandingPage-module-laptop{background-color:var(--landing-charcoal);border-radius:12px 12px 0 0;padding:12px 12px 0;position:relative;box-shadow:0 24px 48px #0000002e}.eg-LandingPage-module-laptopScreen{background-color:var(--landing-cream);aspect-ratio:16/10;border-radius:4px 4px 0 0;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px;display:grid;overflow:hidden}.eg-LandingPage-module-laptopCard{background-color:var(--landing-white);border-radius:var(--radius-md);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.eg-LandingPage-module-laptopCardImg{background-position:50%;background-size:cover;flex:1;min-height:60px}.eg-LandingPage-module-laptopCardLabel{font-size:10px;font-weight:var(--weight-semibold);color:var(--landing-text-muted);text-align:center;padding:8px}.eg-LandingPage-module-laptopBase{background:linear-gradient(#3a3a3a 0%,#1a1a1a 100%);border-radius:0 0 4px 4px;height:14px;margin:0 -20px}.eg-LandingPage-module-laptopShadow{background:radial-gradient(#00000026 0%,#0000 70%);height:20px;margin-top:4px}.eg-LandingPage-module-roleGrid{max-width:1100px;padding:0 var(--page-padding-x);grid-template-columns:repeat(2,1fr);gap:3px;margin:0 auto;display:grid}@media (width>=768px){.eg-LandingPage-module-roleGrid{grid-template-columns:repeat(3,1fr)}}.eg-LandingPage-module-roleCard{aspect-ratio:4/3;cursor:default;position:relative;overflow:hidden}.eg-LandingPage-module-roleCardImg{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.eg-LandingPage-module-roleCard:hover .eg-LandingPage-module-roleCardImg{transform:scale(1.04)}.eg-LandingPage-module-roleCardOverlay{background:linear-gradient(#0000001a 0%,#0000008c 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.eg-LandingPage-module-roleCardTitle{font-family:var(--landing-serif);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:var(--weight-regular);color:var(--landing-white);text-align:center;margin:0}.eg-LandingPage-module-success{grid-template-columns:1fr;min-height:480px;display:grid}@media (width>=768px){.eg-LandingPage-module-success{grid-template-columns:1fr 1fr}}.eg-LandingPage-module-successImageWrap{min-height:400px;position:relative}.eg-LandingPage-module-successImage{object-fit:cover;width:100%;height:100%;min-height:400px;display:block}.eg-LandingPage-module-successFloatCard{bottom:var(--space-8);left:var(--space-6);right:var(--space-6);background-color:var(--landing-charcoal);max-width:280px;color:var(--landing-white);padding:var(--space-5);font-size:var(--text-sm);line-height:var(--leading-relaxed);position:absolute}.eg-LandingPage-module-successFloatName{font-weight:var(--weight-semibold);margin-bottom:var(--space-1)}.eg-LandingPage-module-successFloatMeta{font-size:var(--text-xs);color:#ffffffb3}.eg-LandingPage-module-successQuote{background-color:var(--landing-cream);padding:var(--space-12) var(--space-8);flex-direction:column;justify-content:center;display:flex}.eg-LandingPage-module-successQuoteText{font-family:var(--landing-serif);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:var(--weight-regular);color:var(--landing-text);margin:0 0 var(--space-6);line-height:1.35}.eg-LandingPage-module-stats{background-color:var(--landing-gold);padding:var(--space-10) var(--page-padding-x)}.eg-LandingPage-module-statsGrid{gap:var(--space-6);text-align:center;grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto;display:grid}.eg-LandingPage-module-statValue{font-family:var(--landing-serif);font-size:clamp(2rem,4vw,3rem);font-weight:var(--weight-regular);color:var(--landing-white);line-height:1}.eg-LandingPage-module-statLabel{font-size:var(--text-sm);color:#ffffffe6;margin-top:var(--space-2);font-weight:var(--weight-medium)}.eg-LandingPage-module-features{padding:var(--space-16) 0;background-color:var(--landing-white)}.eg-LandingPage-module-featureGrid{gap:var(--space-10) var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=640px){.eg-LandingPage-module-featureGrid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.eg-LandingPage-module-featureGrid{grid-template-columns:repeat(3,1fr)}}.eg-LandingPage-module-featureItem{gap:var(--space-4);align-items:flex-start;display:flex}.eg-LandingPage-module-featureIcon{background-color:var(--landing-charcoal);width:44px;height:44px;color:var(--landing-gold-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-LandingPage-module-featureTitle{font-family:var(--landing-serif);font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--landing-text);margin-bottom:var(--space-1)}.eg-LandingPage-module-featureDesc{font-size:var(--text-sm);color:var(--landing-text-muted);line-height:var(--leading-relaxed);margin:0}.eg-LandingPage-module-pricing{padding:var(--space-16) 0;background-color:var(--landing-beige);text-align:center}.eg-LandingPage-module-pricingTitle{font-family:var(--landing-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--weight-regular);margin-bottom:var(--space-2)}.eg-LandingPage-module-pricingDesc{font-size:var(--text-base);color:var(--landing-text-muted);margin-bottom:var(--space-10)}.eg-LandingPage-module-pricingGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:900px;margin:0 auto;display:grid}.eg-LandingPage-module-pricingCard{background-color:var(--landing-white);padding:var(--space-6);border:1px solid #0000000f}.eg-LandingPage-module-pricingCardHighlight{border-color:var(--landing-gold);box-shadow:0 4px 20px #b0946426}.eg-LandingPage-module-pricingTier{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--landing-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-2)}.eg-LandingPage-module-pricingPrice{font-family:var(--landing-serif);font-size:var(--text-title-lg);color:var(--landing-gold);margin-bottom:var(--space-1)}.eg-LandingPage-module-pricingGuests{font-size:var(--text-xs);color:var(--landing-text-muted)}.eg-LandingPage-module-dualCta{grid-template-columns:1fr;display:grid}@media (width>=768px){.eg-LandingPage-module-dualCta{grid-template-columns:1fr 1fr}}.eg-LandingPage-module-dualCard{justify-content:center;align-items:center;min-height:320px;text-decoration:none;display:flex;position:relative;overflow:hidden}.eg-LandingPage-module-dualCardBg{transition:transform var(--transition-slow);background-position:50%;background-size:cover;position:absolute;inset:0}.eg-LandingPage-module-dualCard:hover .eg-LandingPage-module-dualCardBg{transform:scale(1.03)}.eg-LandingPage-module-dualCardOverlay{transition:background var(--transition-fast);background:#00000059;position:absolute;inset:0}.eg-LandingPage-module-dualCard:hover .eg-LandingPage-module-dualCardOverlay{background:#00000073}.eg-LandingPage-module-dualCardTitle{z-index:1;font-family:var(--landing-serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:var(--weight-regular);color:var(--landing-white);margin:0;position:relative}.eg-LandingPage-module-reviews{padding:var(--space-12) 0;background-color:var(--landing-beige);overflow:hidden}.eg-LandingPage-module-reviewsTrack{gap:var(--space-4);padding:0 var(--page-padding-x);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.eg-LandingPage-module-reviewsTrack::-webkit-scrollbar{display:none}.eg-LandingPage-module-reviewCard{scroll-snap-align:start;background-color:var(--landing-white);border-radius:var(--radius-md);padding:var(--space-5);flex:0 0 280px;box-shadow:0 2px 12px #0000000f}.eg-LandingPage-module-reviewCardWide{flex:0 0 300px}.eg-LandingPage-module-reviewGoogle{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.eg-LandingPage-module-reviewGoogleLogo{font-weight:var(--weight-bold);font-size:var(--text-sm);color:var(--landing-text)}.eg-LandingPage-module-reviewStars{color:#f4b400;gap:2px;display:flex}.eg-LandingPage-module-reviewAvatar{background-color:var(--landing-beige);width:40px;height:40px;font-weight:var(--weight-bold);font-size:var(--text-sm);color:var(--landing-gold);margin-bottom:var(--space-2);border-radius:50%;justify-content:center;align-items:center;display:flex}.eg-LandingPage-module-reviewName{font-weight:var(--weight-semibold);font-size:var(--text-sm);margin-bottom:var(--space-2)}.eg-LandingPage-module-reviewText{font-size:var(--text-xs);color:var(--landing-text-muted);line-height:var(--leading-relaxed);margin:0}.eg-LandingPage-module-videoSection{background-color:var(--landing-cream);grid-template-columns:1fr;display:grid}@media (width>=768px){.eg-LandingPage-module-videoSection{grid-template-columns:1fr 1.2fr}}.eg-LandingPage-module-videoThumb{min-height:400px;position:relative;overflow:hidden}.eg-LandingPage-module-videoThumbImg{object-fit:cover;width:100%;height:100%;min-height:400px;display:block}.eg-LandingPage-module-videoPlay{background:#00000026;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.eg-LandingPage-module-videoPlayBtn{width:64px;height:64px;color:var(--landing-charcoal);background-color:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:flex}.eg-LandingPage-module-videoQuote{padding:var(--space-12) var(--space-8);flex-direction:column;justify-content:center;display:flex}.eg-LandingPage-module-videoQuoteText{font-family:var(--landing-serif);font-size:clamp(1.75rem,4vw,3rem);font-weight:var(--weight-regular);color:var(--landing-text);margin:0;line-height:1.25}.eg-LandingPage-module-reviewsAlt{padding:var(--space-12) 0 var(--space-16);background-color:var(--landing-white)}.eg-LandingPage-module-preFooter{background-color:var(--landing-gold);padding:var(--space-6) var(--page-padding-x);text-align:center}.eg-LandingPage-module-preFooterBtn{background-color:var(--landing-white);color:var(--landing-gold);border:none}.eg-LandingPage-module-preFooterBtn:hover{background-color:var(--landing-cream);color:var(--landing-gold-hover)}.eg-Auth-module-container{background-color:var(--color-bg-base);min-height:100vh;font-family:var(--font-base);color:var(--color-text-primary);grid-template-columns:1.2fr 1fr;display:grid;overflow:hidden}.eg-Auth-module-leftPanel{padding:var(--space-4);background-color:var(--color-bg-base);position:relative}.eg-Auth-module-floatingCard{width:100%;height:100%;padding:var(--space-8) var(--space-10);box-shadow:var(--shadow-lg), 0 20px 40px #0000000d;border-radius:1rem;flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.eg-Auth-module-sliderContainer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.eg-Auth-module-slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:0;left:0}.eg-Auth-module-slideActive{opacity:.65}.eg-Auth-module-overlay{z-index:2;background:linear-gradient(#1118274d 0%,#11182799 50%,#111827f2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.eg-Auth-module-leftContent{z-index:3;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.eg-Auth-module-branding{align-items:center;display:flex}.eg-Auth-module-brandLogoImage{width:auto;height:38px;display:block}.eg-Auth-module-testimonialWrapper{width:100%;margin-top:auto}.eg-Auth-module-testimonialCard{-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-xl);padding:var(--space-5) var(--space-6);transition:transform var(--transition-base), opacity var(--transition-base);background:#ffffff1a;border:1px solid #ffffff24;box-shadow:0 8px 32px #0000003d}.eg-Auth-module-stars{gap:var(--space-1);color:var(--color-status-yellow);margin-bottom:var(--space-2);display:flex}.eg-Auth-module-quoteText{font-size:var(--text-base);line-height:1.5;font-weight:var(--weight-medium);color:var(--color-text-primary);margin-bottom:var(--space-3);font-style:italic}.eg-Auth-module-authorInfo{align-items:center;gap:var(--space-3);display:flex}.eg-Auth-module-authorAvatar{border-radius:var(--radius-full);background:var(--color-accent-muted);border:1.5px solid var(--color-accent);width:36px;height:36px;font-weight:var(--weight-bold);font-size:var(--text-xs);color:var(--color-accent);justify-content:center;align-items:center;display:flex}.eg-Auth-module-authorDetails{flex-direction:column;display:flex}.eg-Auth-module-authorName{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--color-text-primary)}.eg-Auth-module-authorRole{color:var(--color-text-secondary);font-size:10px}.eg-Auth-module-sliderDots{gap:var(--space-2);margin-top:var(--space-3);padding-left:var(--space-2);display:flex}.eg-Auth-module-dot{border-radius:var(--radius-full);cursor:pointer;width:8px;height:8px;transition:all var(--transition-fast);background-color:#ffffff4d;border:none;padding:0}.eg-Auth-module-dotActive{background-color:var(--color-accent);width:24px}.eg-Auth-module-rightPanel{padding:var(--space-4);z-index:3;justify-content:center;align-items:center;display:flex}.eg-Auth-module-formWrapper{flex-direction:column;width:100%;max-width:420px;padding:1rem;display:flex}.eg-Auth-module-formHeader{margin-bottom:var(--space-6)}.eg-Auth-module-formHeader h1{font-size:var(--text-title-lg);font-weight:var(--weight-extrabold);margin-bottom:var(--space-1);letter-spacing:-.5px}.eg-Auth-module-formSubtitle{color:var(--color-text-secondary);font-size:var(--text-sm)}.eg-Auth-module-formLink{color:var(--color-accent);font-weight:var(--weight-semibold);transition:color var(--transition-fast);text-decoration:none}.eg-Auth-module-formLink:hover{color:var(--color-accent-hover);text-decoration:underline}.eg-Auth-module-roleSelector{gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.eg-Auth-module-roleCard{background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);cursor:pointer;text-align:left;transition:all var(--transition-base)}.eg-Auth-module-roleCard:hover{border-color:var(--color-accent);background-color:var(--color-surface-hover);transform:translateY(-1px)}.eg-Auth-module-roleCardActive{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent);background-color:var(--color-accent-muted)}.eg-Auth-module-roleTitle{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-text-primary);margin-bottom:2px}.eg-Auth-module-roleDesc{font-size:var(--text-xs);color:var(--color-text-secondary)}.eg-Auth-module-submitBtn{width:100%;margin-top:var(--space-4);padding:var(--space-3) var(--space-4);font-size:var(--text-base);font-weight:var(--weight-bold);border-radius:var(--radius-md);background-color:var(--color-accent);color:var(--color-text-inverse);cursor:pointer;transition:background-color var(--transition-fast), transform var(--transition-fast);border:none}.eg-Auth-module-submitBtn:hover{background-color:var(--color-accent-hover)}.eg-Auth-module-submitBtn:active{transform:scale(.98)}.eg-Auth-module-submitBtn:disabled{background-color:var(--color-surface-2);color:var(--color-text-muted);cursor:not-allowed;box-shadow:none}.eg-Auth-module-inputField{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface-2);color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.eg-Auth-module-inputField:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-muted);outline:none}.eg-Auth-module-footerText{text-align:center;margin-top:var(--space-4);color:var(--color-text-secondary);font-size:var(--text-xs)}.eg-Auth-module-backToLanding{align-items:center;gap:var(--space-2);margin-top:var(--space-6);font-size:var(--text-xs);color:var(--color-text-secondary);transition:color var(--transition-fast);text-decoration:none;display:inline-flex}.eg-Auth-module-backToLanding:hover{color:var(--color-text-primary)}@media (width<=900px){.eg-Auth-module-container{grid-template-columns:1fr}.eg-Auth-module-leftPanel{display:none}.eg-Auth-module-rightPanel{padding:var(--space-4)}}.eg-Onboarding-module-container{height:100vh;padding:var(--space-4);box-sizing:border-box;font-family:var(--font-base);background-color:#0a0e14;display:flex;overflow:hidden}.eg-Onboarding-module-leftPanel{border-radius:var(--radius-xl) 0 0 var(--radius-xl);height:100%;padding:var(--space-8);box-sizing:border-box;background:linear-gradient(135deg,#0f1419 0%,#151d27 100%);flex-direction:column;flex:0 0 36%;display:flex;position:relative;overflow:hidden}.eg-Onboarding-module-leftPanel:before{content:"";pointer-events:none;z-index:1;background-image:linear-gradient(#d4a0170a 1px,#0000 1px),linear-gradient(90deg,#d4a0170a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.eg-Onboarding-module-leftPanel:after{content:"";opacity:.04;pointer-events:none;z-index:1;background-image:url(/EventGrid-favicon.svg);background-repeat:no-repeat;background-size:contain;width:50rem;height:50rem;position:absolute;top:50%;right:-25rem;transform:translateY(-50%)}.eg-Onboarding-module-topBar{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.eg-Onboarding-module-branding{align-items:center;display:flex}.eg-Onboarding-module-brandLogoImage{width:auto;height:32px;display:block}.eg-Onboarding-module-topRightActions{align-items:center;gap:var(--space-3);display:flex}.eg-Onboarding-module-backBtn{color:#ffffffb3;border-radius:var(--radius-md);padding:var(--space-1) var(--space-3);font-family:var(--font-base);font-size:var(--text-xs);cursor:pointer;align-items:center;gap:var(--space-1);transition:all var(--transition-fast);background:#ffffff14;border:1px solid #ffffff1f;display:flex}.eg-Onboarding-module-backBtn:hover{color:#fff;background:#ffffff1f}.eg-Onboarding-module-backToSite{color:#fff6;font-size:var(--text-xs);align-items:center;gap:var(--space-1);transition:color var(--transition-fast);text-decoration:none;display:flex}.eg-Onboarding-module-backToSite:hover{color:#fffc}.eg-Onboarding-module-leftContent{z-index:2;padding:var(--space-6) 0;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.eg-Onboarding-module-welcomeTag{color:var(--color-accent);font-size:var(--text-xs);font-weight:var(--weight-extrabold);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-2)}.eg-Onboarding-module-welcomeTitle{font-size:var(--text-title-lg);font-weight:var(--weight-extrabold);line-height:var(--leading-tight);color:#fff;margin-bottom:var(--space-3);letter-spacing:-.5px}.eg-Onboarding-module-welcomeDesc{color:#ffffff8c;font-size:var(--text-sm);line-height:var(--leading-normal);max-width:280px}.eg-Onboarding-module-leftTestimonial{z-index:2;padding-top:var(--space-5);border-top:1px solid #ffffff14;position:relative}.eg-Onboarding-module-testimonialCard{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-4);background:#ffffff0d;border:1px solid #d4a0171f;box-shadow:0 8px 32px #0003}.eg-Onboarding-module-testimonialQuote{font-size:var(--text-xs);line-height:var(--leading-relaxed);color:#ffffffbf;margin:0 0 var(--space-3) 0;font-style:italic}.eg-Onboarding-module-testimonialStars{margin-bottom:var(--space-2);color:var(--color-accent);gap:2px;display:flex}.eg-Onboarding-module-testimonialUser{align-items:center;gap:var(--space-3);display:flex}.eg-Onboarding-module-testimonialAvatar{border-radius:var(--radius-full);background:var(--color-accent-muted);border:1.5px solid var(--color-accent);width:36px;height:36px;color:var(--color-accent);font-weight:var(--weight-bold);font-size:var(--text-xs);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-Onboarding-module-testimonialDetails{flex-direction:column;display:flex}.eg-Onboarding-module-testimonialName{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:#fff}.eg-Onboarding-module-testimonialRole{color:#fff6;font-size:10px}.eg-Onboarding-module-leftFooter{z-index:2;padding-top:var(--space-4);margin-top:var(--space-4);border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;display:flex;position:relative}.eg-Onboarding-module-footerLinks{gap:var(--space-4);display:flex}.eg-Onboarding-module-footerLink{color:#ffffff59;font-size:var(--text-xs);transition:color var(--transition-fast);text-decoration:none}.eg-Onboarding-module-footerLink:hover{color:#ffffffbf}.eg-Onboarding-module-logoutBtn{border-radius:var(--radius-md);padding:var(--space-1) var(--space-3);cursor:pointer;align-items:center;gap:var(--space-1);color:#fff6;font-family:var(--font-base);font-size:var(--text-xs);transition:all var(--transition-fast);background:0 0;border:1px solid #ffffff1a;display:flex}.eg-Onboarding-module-logoutBtn:hover{color:var(--color-error);background:#ef444414;border-color:#ef44444d}.eg-Onboarding-module-rightPanel{box-sizing:border-box;border-radius:0 var(--radius-xl) var(--radius-xl) 0;height:100%;padding:var(--space-10) var(--space-12);background:#0f1419;flex-direction:column;flex:1;display:flex;overflow-y:auto;box-shadow:inset 4px 0 32px #0000004d}.eg-Onboarding-module-stepHeader{margin-bottom:var(--space-10);justify-content:space-between;align-items:flex-start;display:flex}.eg-Onboarding-module-stepMeta{gap:var(--space-2);flex-direction:column;display:flex}.eg-Onboarding-module-stepLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.eg-Onboarding-module-stepper{align-items:center;gap:var(--space-2);display:flex}.eg-Onboarding-module-stepDot{border-radius:var(--radius-full);height:6px;transition:all var(--transition-slow)}.eg-Onboarding-module-stepDotActive{background-color:var(--color-accent);width:28px}.eg-Onboarding-module-stepDotInactive{background-color:var(--color-surface-3);width:8px}.eg-Onboarding-module-stepContent{flex-direction:column;flex:1;animation:.25s forwards eg-Onboarding-module-fadeSlideIn;display:flex}@keyframes eg-Onboarding-module-fadeSlideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.eg-Onboarding-module-infoBox{gap:var(--space-3);padding:var(--space-3) var(--space-4);background-color:var(--color-accent-muted);border:1px solid var(--color-accent-border);border-radius:var(--radius-md);margin-bottom:var(--space-5);color:var(--color-text-secondary);font-size:var(--text-xs);line-height:var(--leading-normal);display:flex}.eg-Onboarding-module-infoIcon{color:var(--color-accent);flex-shrink:0;margin-top:1px}.eg-Onboarding-module-question{font-size:var(--text-title);font-weight:var(--weight-extrabold);letter-spacing:-.5px;margin-bottom:var(--space-5);color:var(--color-text-primary);line-height:var(--leading-tight)}.eg-Onboarding-module-formLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);margin-bottom:var(--space-2);color:var(--color-text-secondary);display:block}.eg-Onboarding-module-inputField{width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1.5px solid var(--color-border);background-color:var(--color-surface-1);color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);transition:all var(--transition-fast);box-sizing:border-box}.eg-Onboarding-module-inputField::placeholder{color:var(--color-text-muted)}.eg-Onboarding-module-inputField:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-muted);outline:none}.eg-Onboarding-module-optionList{gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:column;display:flex}.eg-Onboarding-module-optionCard{background-color:var(--color-surface-1);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;padding:var(--space-4) var(--space-5);cursor:pointer;text-align:left;transition:all var(--transition-base);justify-content:space-between;align-items:center;display:flex}.eg-Onboarding-module-optionCard:hover{background-color:var(--color-surface-hover);border-color:var(--color-accent-muted)}.eg-Onboarding-module-optionCardActive{background-color:var(--color-accent-muted);border-color:var(--color-accent);border-width:1.5px}.eg-Onboarding-module-optionDetails{flex-direction:column;gap:2px;display:flex}.eg-Onboarding-module-optionTitle{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--color-text-primary)}.eg-Onboarding-module-optionDesc{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-Onboarding-module-radioIndicator{border-radius:var(--radius-full);border:2px solid var(--color-border);box-sizing:border-box;width:18px;height:18px;transition:border-color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-Onboarding-module-optionCardActive .eg-Onboarding-module-radioIndicator{border-color:var(--color-accent)}.eg-Onboarding-module-radioIndicatorInner{border-radius:var(--radius-full);background-color:var(--color-accent);opacity:0;width:10px;height:10px;transition:all var(--transition-fast);transform:scale(.4)}.eg-Onboarding-module-optionCardActive .eg-Onboarding-module-radioIndicatorInner{opacity:1;transform:scale(1)}.eg-Onboarding-module-uploadContainer{border:2px dashed var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);text-align:center;cursor:pointer;background-color:var(--color-surface-1);justify-content:center;align-items:center;gap:var(--space-2);transition:border-color var(--transition-fast), background-color var(--transition-fast);flex-direction:column;display:flex}.eg-Onboarding-module-uploadContainer:hover{border-color:var(--color-accent);background-color:var(--color-accent-muted)}.eg-Onboarding-module-uploadPreview{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--color-border);width:80px;height:80px}.eg-Onboarding-module-uploadText{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-Onboarding-module-uploadActionText{color:var(--color-accent);font-weight:var(--weight-semibold)}.eg-Onboarding-module-navRow{justify-content:flex-end;align-items:center;gap:var(--space-3);padding-top:var(--space-6);border-top:1px solid var(--color-border-subtle);margin-top:auto;display:flex}.eg-Onboarding-module-stepBackBtn{color:var(--color-text-secondary);border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-5);font-family:var(--font-base);font-weight:var(--weight-semibold);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);background-color:#0000}.eg-Onboarding-module-stepBackBtn:hover{color:var(--color-text-primary);background-color:var(--color-surface-hover);border-color:var(--color-border)}.eg-Onboarding-module-continueBtn{background-color:var(--color-accent);color:var(--color-text-inverse);border-radius:var(--radius-md);padding:var(--space-2) var(--space-6);font-family:var(--font-base);font-weight:var(--weight-bold);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);border:none;box-shadow:0 2px 8px #d4a01759}.eg-Onboarding-module-continueBtn:hover:not(:disabled){background-color:var(--color-accent-hover);box-shadow:0 4px 16px #d4a01773}.eg-Onboarding-module-continueBtn:active:not(:disabled){transform:scale(.98)}.eg-Onboarding-module-continueBtn:disabled{background-color:var(--color-surface-2);color:var(--color-text-muted);cursor:not-allowed;box-shadow:none;border:1px solid var(--color-border)}@media (width<=900px){.eg-Onboarding-module-container{height:auto;min-height:100vh;padding:var(--space-2);background-color:#0f1419;display:block;overflow-y:auto}.eg-Onboarding-module-leftPanel{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;height:auto;padding:var(--space-6);flex:none}.eg-Onboarding-module-leftPanel:before,.eg-Onboarding-module-leftPanel:after{display:none}.eg-Onboarding-module-leftContent{padding:var(--space-4) 0}.eg-Onboarding-module-rightPanel{border-radius:0 0 var(--radius-xl) var(--radius-xl);width:100%;height:auto;padding:var(--space-6);flex:none}.eg-Onboarding-module-leftTestimonial,.eg-Onboarding-module-leftFooter{display:none}.eg-Onboarding-module-stepHeader{margin-bottom:var(--space-6)}}.eg-Pagination-module-pagination{justify-content:center;align-items:center;gap:var(--space-1);display:flex}.eg-Pagination-module-navBtn{min-width:36px;min-height:36px;padding:0 var(--space-2);border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface-2);color:var(--color-text-primary);font-size:var(--text-sm);font-weight:var(--weight-medium);font-family:var(--font-base);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.eg-Pagination-module-navBtn:hover:not(:disabled){background-color:var(--color-surface-hover);border-color:var(--color-accent-border)}.eg-Pagination-module-navBtn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.eg-Pagination-module-pageBtn{min-width:36px;min-height:36px;padding:0 var(--space-2);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:var(--weight-medium);font-family:var(--font-base);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);background-color:#0000;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.eg-Pagination-module-pageBtn:hover{background-color:var(--color-surface-2);color:var(--color-text-primary)}.eg-Pagination-module-pageBtnActive{background-color:var(--color-accent);color:var(--color-text-inverse);border-color:var(--color-accent)}.eg-Pagination-module-pageBtnActive:hover{background-color:var(--color-accent-hover);color:var(--color-text-inverse)}.eg-Pagination-module-ellipsis{min-width:36px;min-height:36px;color:var(--color-text-muted);font-size:var(--text-sm);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.eg-Pagination-module-srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eg-DropdownMenu-module-wrapper{display:block;position:relative}.eg-DropdownMenu-module-trigger{justify-content:space-between;align-items:center;gap:var(--space-1);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;padding:var(--space-2) var(--space-3);color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--transition-fast);white-space:nowrap;text-overflow:ellipsis;min-height:40px;display:flex;overflow:hidden}.eg-DropdownMenu-module-trigger:hover{border-color:var(--color-accent-border)}.eg-DropdownMenu-module-trigger:disabled{opacity:.5;cursor:not-allowed;border-color:var(--color-border)}.eg-DropdownMenu-module-chevron{color:var(--color-text-muted);transition:transform var(--transition-fast)}.eg-DropdownMenu-module-chevronOpen{transform:rotate(180deg)}.eg-DropdownMenu-module-menu{top:calc(100% + var(--space-1));z-index:var(--z-dropdown);background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-1);max-height:15rem;animation:.15s eg-DropdownMenu-module-menuIn;position:absolute;left:0;right:0;overflow-y:auto}.eg-DropdownMenu-module-menuEnd{left:auto;right:0}@keyframes eg-DropdownMenu-module-menuIn{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.eg-DropdownMenu-module-item{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);cursor:pointer;transition:background var(--transition-fast);text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;display:flex;overflow:hidden}.eg-DropdownMenu-module-item:hover{background:var(--color-surface-hover)}.eg-DropdownMenu-module-item:disabled{opacity:.4;cursor:not-allowed}.eg-DropdownMenu-module-itemDanger{color:var(--color-error)}.eg-DropdownMenu-module-itemDanger:hover{background:var(--color-error-bg)}.eg-DropdownMenu-module-itemIcon{color:var(--color-text-muted);flex-shrink:0;align-items:center;display:flex}.eg-PlannerDashboard-module-dashboard{gap:var(--space-6);flex-direction:column;display:flex}.eg-PlannerDashboard-module-quickActions{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.eg-PlannerDashboard-module-quickActionsTitle{font-size:var(--text-title);font-weight:var(--weight-bold);color:var(--color-text-primary);margin:0}.eg-PlannerDashboard-module-quickActionsBtns{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.eg-PlannerDashboard-module-quickActionsBtns .btn{border-radius:var(--radius-sm)}.eg-PlannerDashboard-module-actionOutline{align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--color-accent-border);color:var(--color-accent);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-base);cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast);background-color:#0000;text-decoration:none;display:inline-flex}.eg-PlannerDashboard-module-actionOutline:hover{background-color:var(--color-accent-muted);color:var(--color-accent)}.eg-PlannerDashboard-module-statsGrid{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.eg-PlannerDashboard-module-statCard{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-5);gap:var(--space-3);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;display:flex}.eg-PlannerDashboard-module-statCardClickable{cursor:pointer}.eg-PlannerDashboard-module-statCardClickable:hover{border-color:var(--color-accent-border);box-shadow:var(--shadow-sm)}.eg-PlannerDashboard-module-statCardHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.eg-PlannerDashboard-module-statLabel{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary)}.eg-PlannerDashboard-module-statBadge{font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-full);white-space:nowrap;padding:2px 8px}.eg-PlannerDashboard-module-statBadgePositive{background-color:var(--color-success-bg);color:var(--color-success)}.eg-PlannerDashboard-module-statBadgeNegative{background-color:var(--color-error-bg);color:var(--color-error)}.eg-PlannerDashboard-module-statBadgeNeutral{background-color:var(--color-status-grey-bg);color:var(--color-status-grey)}.eg-PlannerDashboard-module-statValue{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:var(--weight-extrabold);color:var(--color-text-primary);font-variant-numeric:tabular-nums;line-height:1}.eg-PlannerDashboard-module-barSparkline{align-items:flex-end;gap:4px;height:48px;margin-top:auto;display:flex}.eg-PlannerDashboard-module-barSparklineBar{background-color:var(--color-accent);opacity:.85;min-height:4px;transition:height var(--transition-base);border-radius:2px 2px 0 0;flex:1}.eg-PlannerDashboard-module-barSparklinePositive .eg-PlannerDashboard-module-barSparklineBar{background-color:var(--color-accent)}.eg-PlannerDashboard-module-barSparklineNegative .eg-PlannerDashboard-module-barSparklineBar{background-color:var(--color-error)}.eg-PlannerDashboard-module-sectionCard{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:hidden}.eg-PlannerDashboard-module-sectionHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.eg-PlannerDashboard-module-sectionTitle{font-size:var(--text-base);font-weight:var(--weight-bold);align-items:center;gap:var(--space-2);margin:0;display:flex}.eg-PlannerDashboard-module-sectionLink{font-size:var(--text-sm);color:var(--color-accent);font-weight:var(--weight-medium);white-space:nowrap;text-decoration:none}.eg-PlannerDashboard-module-sectionLink:hover{color:var(--color-accent-hover)}.eg-PlannerDashboard-module-tableScroll{overflow-x:auto}.eg-PlannerDashboard-module-table{width:100%;min-width:0}.eg-PlannerDashboard-module-tableHead{padding:var(--space-3) var(--space-5);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border);display:grid}.eg-PlannerDashboard-module-tableHeadEvents{grid-template-columns:minmax(140px,2fr) 80px 90px 70px minmax(90px,1fr) 90px minmax(110px,1.2fr) 80px;min-width:820px}.eg-PlannerDashboard-module-tableHeadActivity{grid-template-columns:40px 72px minmax(160px,2fr) minmax(100px,1fr) 90px 72px;min-width:680px}.eg-PlannerDashboard-module-tableHeadCenter{text-align:center}.eg-PlannerDashboard-module-tableHeadRight{text-align:right}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow{transition:background-color var(--transition-fast);cursor:default}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow:nth-child(odd){background-color:var(--color-surface-1)}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow:nth-child(2n){background-color:var(--color-surface-2)}.eg-PlannerDashboard-module-tableRow{padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--color-border-subtle);align-items:center;display:grid}.eg-PlannerDashboard-module-tableRowEvents{grid-template-columns:minmax(140px,2fr) 80px 90px 70px minmax(90px,1fr) 90px minmax(110px,1.2fr) 80px;min-width:820px}.eg-PlannerDashboard-module-tableRowClickable{cursor:pointer}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRowClickable:hover{background-color:var(--color-accent-muted)}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow:last-child{border-bottom:none}.eg-PlannerDashboard-module-tableRowActivity{grid-template-columns:40px 72px minmax(160px,2fr) minmax(100px,1fr) 90px 72px;min-width:680px}.eg-PlannerDashboard-module-cellPrimary{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-PlannerDashboard-module-cellSecondary{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.eg-PlannerDashboard-module-cellCenter{justify-content:center;align-items:center;display:flex}.eg-PlannerDashboard-module-cellRight{font-size:var(--text-xs);color:var(--color-text-muted);justify-content:flex-end;align-items:center;display:flex}.eg-PlannerDashboard-module-activityIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.eg-PlannerDashboard-module-activityDesc{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-PlannerDashboard-module-typeBadge{font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:capitalize;background-color:var(--color-accent-muted);color:var(--color-accent);display:inline-block}.eg-PlannerDashboard-module-cellTruncate{text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-sm);color:var(--color-text-secondary);overflow:hidden}.eg-PlannerDashboard-module-tableFooter{padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-PlannerDashboard-module-tableFooterInfo{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-PlannerDashboard-module-twoCol{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=1024px){.eg-PlannerDashboard-module-twoCol{grid-template-columns:2fr 1fr;align-items:stretch}}.eg-PlannerDashboard-module-shortcutList{flex-direction:column;display:flex}.eg-PlannerDashboard-module-shortcutItem{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4) var(--space-5);border:none;border-bottom:1px solid var(--color-border-subtle);cursor:pointer;font-family:var(--font-base);text-align:left;transition:background-color var(--transition-fast);background-color:#0000;display:flex}.eg-PlannerDashboard-module-shortcutItem:last-child{border-bottom:none}.eg-PlannerDashboard-module-shortcutItem:hover{background-color:var(--color-accent-muted)}.eg-PlannerDashboard-module-shortcutIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.eg-PlannerDashboard-module-shortcutText{flex:1;min-width:0}.eg-PlannerDashboard-module-shortcutLabel{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.eg-PlannerDashboard-module-shortcutDesc{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.eg-PlannerDashboard-module-shortcutArrow{color:var(--color-text-muted);flex-shrink:0}.eg-PlannerDashboard-module-loadingTitle{width:280px;margin-bottom:var(--space-6)}.eg-PlannerDashboard-module-loadingStats{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.eg-PlannerDashboard-module-loadingStat{height:140px}.eg-PlannerDashboard-module-loadingCard{height:320px}.eg-PlannerDashboard-module-modalOverlay{z-index:var(--z-modal);background-color:var(--color-overlay);padding:var(--space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-PlannerDashboard-module-modalCard{width:100%;max-width:480px}.eg-PlannerDashboard-module-modalHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.eg-PlannerDashboard-module-modalTitle{font-size:var(--text-base);font-weight:var(--weight-bold);margin:0}.eg-PlannerDashboard-module-modalDesc{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-4)}.eg-PlannerDashboard-module-modalActions{gap:var(--space-3);display:flex}.eg-PlannerDashboard-module-modalActionsPrimary{flex:1}.eg-PlannerDashboard-module-modalSuccess{text-align:center;padding:var(--space-6)}.eg-PlannerDashboard-module-modalSuccessIcon{border-radius:var(--radius-full);background-color:var(--color-success-bg);width:56px;height:56px;color:var(--color-success);margin:0 auto var(--space-4);justify-content:center;align-items:center;display:flex}.eg-PlannerDashboard-module-modalUrlBox{background-color:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-3);margin-bottom:var(--space-4);font-size:var(--text-sm);word-break:break-all;color:var(--color-text-secondary)}.eg-PlannerDashboard-module-modalFieldGroup{gap:var(--space-3);margin-bottom:var(--space-4);flex-direction:column;display:flex}.eg-PhasePipeline-module-segmentBar{border-radius:var(--radius-full);background-color:var(--color-surface-3);gap:3px;height:8px;display:flex;overflow:hidden}.eg-PhasePipeline-module-segment{min-width:4px;transition:opacity var(--transition-fast);border-radius:2px;flex:1}.eg-PhasePipeline-module-segmentNotStarted{background-color:var(--color-surface-3);opacity:.6}.eg-PhasePipeline-module-segmentInProgress{background-color:var(--color-accent);box-shadow:0 0 6px var(--color-accent-muted)}.eg-PhasePipeline-module-segmentCompleted{background-color:var(--color-accent)}.eg-PhasePipeline-module-segmentBlocked{background-color:var(--color-error)}.eg-PhasePipeline-module-progressMeta{justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-2);display:flex}.eg-PhasePipeline-module-progressPct{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent)}.eg-PhasePipeline-module-progressCount{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-PhasePipeline-module-linearTrack{border-radius:var(--radius-full);background-color:var(--color-surface-3);flex:1;height:8px;overflow:hidden}.eg-PhasePipeline-module-linearFill{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--color-accent-hover) 0%, var(--color-accent) 100%);height:100%;transition:width var(--transition-slow)}.eg-PhasePipeline-module-linearRow{align-items:center;gap:var(--space-3);display:flex}.eg-PhasePipeline-module-pipelineCompact{gap:var(--space-2);display:flex}.eg-PhasePipeline-module-phaseChip{align-items:center;gap:var(--space-1);padding:var(--space-3) var(--space-3);border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);background-color:var(--color-surface-1);font-family:var(--font-base);color:var(--color-text-secondary);font-size:var(--text-xs);text-align:center;transition:border-color var(--transition-fast), background-color var(--transition-fast);flex-direction:column;flex:1;display:flex}.eg-PhasePipeline-module-phaseChip:hover{border-color:var(--color-accent-border)}.eg-PhasePipeline-module-phaseChipCurrent{border:2px solid var(--color-accent);background-color:var(--color-accent-muted)}.eg-PhasePipeline-module-phaseChipCompleted{border-color:var(--color-accent-border);background-color:var(--color-accent-muted)}.eg-PhasePipeline-module-phaseChipBlocked{border-color:var(--color-error);background-color:var(--color-error-bg)}.eg-PhasePipeline-module-phaseChipInProgress{border-color:var(--color-accent);background-color:var(--color-accent-muted)}.eg-PhasePipeline-module-phaseNumber{border-radius:var(--radius-full);width:28px;height:28px;font-size:var(--text-xs);font-weight:var(--weight-bold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-PhasePipeline-module-phaseNumberNotStarted{background-color:var(--color-status-grey-bg);color:var(--color-status-grey)}.eg-PhasePipeline-module-phaseNumberInProgress{background-color:var(--color-accent);color:var(--color-text-inverse)}.eg-PhasePipeline-module-phaseNumberCompleted{color:var(--color-accent)}.eg-PhasePipeline-module-phaseNumberBlocked{background-color:var(--color-error-bg);color:var(--color-error)}.eg-PhasePipeline-module-phaseName{font-weight:var(--weight-medium);text-overflow:ellipsis;white-space:nowrap;max-width:120px;line-height:1.2;overflow:hidden}.eg-PhasePipeline-module-phaseNameCurrent{font-weight:var(--weight-bold);color:var(--color-accent)}.eg-PhasePipeline-module-phaseDate{color:var(--color-text-muted);font-size:10px}.eg-PhasePipeline-module-pipelineList{gap:var(--space-2);flex-direction:column;display:flex}.eg-PhasePipeline-module-phaseRow{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);background-color:var(--color-surface-1);cursor:pointer;text-align:left;width:100%;font-family:var(--font-base);color:var(--color-text-primary);transition:border-color var(--transition-fast), background-color var(--transition-fast);display:flex}.eg-PhasePipeline-module-phaseRow:hover{border-color:var(--color-accent-border);background-color:var(--color-accent-muted)}.eg-PhasePipeline-module-phaseRowCurrent{border-color:var(--color-accent);background-color:var(--color-accent-muted)}.eg-PhasePipeline-module-phaseRowCompleted{border-left:3px solid var(--color-accent)}.eg-PhasePipeline-module-phaseRowBlocked{border-left:3px solid var(--color-error)}.eg-PhasePipeline-module-phaseRowBody{flex:1;min-width:0}.eg-PhasePipeline-module-phaseRowTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold)}.eg-PhasePipeline-module-phaseRowTitleCurrent{color:var(--color-accent)}.eg-PhasePipeline-module-phaseRowDue{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.eg-PhasePipeline-module-emptyPipeline{text-align:center;padding:var(--space-6)}.eg-PhasePipeline-module-stepper{gap:var(--space-2);margin-bottom:var(--space-4);grid-template-columns:repeat(9,1fr);display:grid}@media (width<=1023px){.eg-PhasePipeline-module-stepper{padding-bottom:var(--space-2);display:flex;overflow-x:auto}}.eg-PhasePipeline-module-stepperItem{align-items:center;gap:var(--space-2);flex-direction:column;flex:1;min-width:72px;display:flex}.eg-PhasePipeline-module-stepperConnector{display:none}.eg-PhasePipeline-module-stepperDot{border-radius:var(--radius-full);width:36px;height:36px;font-size:var(--text-xs);font-weight:var(--weight-bold);border:2px solid var(--color-border);background-color:var(--color-surface-1);color:var(--color-text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.eg-PhasePipeline-module-stepperDotCompleted{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-text-inverse)}.eg-PhasePipeline-module-stepperDotActive{background-color:var(--color-accent-muted);border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-muted)}.eg-PhasePipeline-module-stepperDotBlocked{background-color:var(--color-error-bg);border-color:var(--color-error);color:var(--color-error)}.eg-PhasePipeline-module-stepperLabel{color:var(--color-text-muted);text-align:center;max-width:72px;font-size:10px;line-height:1.2}.eg-PhasePipeline-module-stepperLabelActive{color:var(--color-accent);font-weight:var(--weight-semibold)}.eg-Checkbox-module-checkbox{width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer}.eg-EventsListPage-module-page{gap:var(--space-5);flex-direction:column;display:flex}.eg-EventsListPage-module-header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-EventsListPage-module-headerTitle{margin:0}.eg-EventsListPage-module-headerDesc{font-size:var(--text-sm);color:var(--color-text-secondary);margin-top:var(--space-1)}.eg-EventsListPage-module-tableCard{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:hidden}.eg-EventsListPage-module-bulkBar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);background-color:var(--color-accent-muted);border-bottom:1px solid var(--color-accent-border);flex-wrap:wrap;display:flex}.eg-EventsListPage-module-bulkInfo{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-accent)}.eg-EventsListPage-module-bulkActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.eg-EventsListPage-module-tableScroll{overflow-x:auto}.eg-EventsListPage-module-table{border-collapse:collapse;width:100%;min-width:960px}.eg-EventsListPage-module-thead{background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border)}.eg-EventsListPage-module-thead tr:first-child th:first-child{border-top-left-radius:var(--radius-xl)}.eg-EventsListPage-module-thead tr:first-child th:last-child{border-top-right-radius:var(--radius-xl)}.eg-EventsListPage-module-th{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap}.eg-EventsListPage-module-thCenter{text-align:center}.eg-EventsListPage-module-thCheck{width:44px;padding-left:var(--space-5)}.eg-EventsListPage-module-tr{border-bottom:1px solid var(--color-border-subtle);transition:background-color var(--transition-fast)}.eg-EventsListPage-module-tr:nth-child(odd){background-color:var(--color-surface-1)}.eg-EventsListPage-module-tr:nth-child(2n){background-color:var(--color-surface-2)}.eg-EventsListPage-module-tr:hover{background-color:var(--color-accent-muted)}.eg-EventsListPage-module-trSelected{background-color:var(--color-accent-muted)!important}.eg-EventsListPage-module-td{padding:var(--space-4);vertical-align:middle;font-size:var(--text-sm)}.eg-EventsListPage-module-tdCheck{width:44px;padding-left:var(--space-5)}.eg-EventsListPage-module-eventCell{min-width:180px}.eg-EventsListPage-module-eventName{font-weight:var(--weight-semibold);color:var(--color-text-primary);margin-bottom:2px}.eg-EventsListPage-module-eventMeta{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventsListPage-module-cellMuted{color:var(--color-text-secondary);font-size:var(--text-sm)}.eg-EventsListPage-module-cellCenter{text-align:center}.eg-EventsListPage-module-progressWrap{min-width:120px}.eg-EventsListPage-module-rowActions{gap:var(--space-1);justify-content:flex-end;display:flex}.eg-EventsListPage-module-iconBtn{border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background-color:var(--color-surface-1);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.eg-EventsListPage-module-iconBtn:hover{border-color:var(--color-accent-border);color:var(--color-accent);background-color:var(--color-accent-muted)}.eg-EventsListPage-module-iconBtnDanger:hover{border-color:var(--color-error);color:var(--color-error);background-color:var(--color-error-bg)}.eg-EventsListPage-module-clickableName{font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}.eg-EventsListPage-module-clickableName:hover .eg-EventsListPage-module-eventName{color:var(--color-accent)}.eg-EventsListPage-module-tableFooter{padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border-subtle);font-size:var(--text-xs);color:var(--color-text-muted);justify-content:space-between;align-items:center;display:flex}.eg-EventsListPage-module-toolbar{padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--color-border-subtle);gap:var(--space-3);align-items:center;display:flex}.eg-EventsListPage-module-searchWrap{flex:1;max-width:320px;position:relative}.eg-EventsListPage-module-searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.eg-EventsListPage-module-searchInput{padding-left:36px}.eg-EventsListPage-module-filterWrap{min-width:150px}.eg-CalendarModal-module-overlay{z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-CalendarModal-module-modal{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:340px;animation:.2s eg-CalendarModal-module-modalIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes eg-CalendarModal-module-modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.eg-CalendarModal-module-header{padding:var(--space-4) var(--space-4) 0;justify-content:space-between;align-items:center;display:flex}.eg-CalendarModal-module-headerLabel{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.eg-CalendarModal-module-navBtn{border-radius:var(--radius-full);background:var(--color-surface-2);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.eg-CalendarModal-module-navBtn:hover{background:var(--color-surface-3);color:var(--color-text-primary)}.eg-CalendarModal-module-weekRow{padding:var(--space-3) var(--space-3) 0;grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.eg-CalendarModal-module-weekLabel{text-align:center;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);padding:var(--space-1) 0;text-transform:uppercase;letter-spacing:.04em}.eg-CalendarModal-module-grid{padding:var(--space-1) var(--space-3) var(--space-3);grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.eg-CalendarModal-module-dayCell{aspect-ratio:1;font-size:var(--text-sm);color:var(--color-text-primary);justify-content:center;align-items:center;display:flex}.eg-CalendarModal-module-dayBtn{border-radius:var(--radius-md);width:100%;height:100%;color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none}.eg-CalendarModal-module-dayBtn:hover{background:var(--color-surface-2)}.eg-CalendarModal-module-isToday{border:1px solid var(--color-accent-border);font-weight:var(--weight-semibold)}.eg-CalendarModal-module-isSelected{background:var(--color-accent);color:#111827;font-weight:var(--weight-bold)}.eg-CalendarModal-module-isSelected:hover{background:var(--color-accent-hover)}.eg-CalendarModal-module-footer{gap:var(--space-2);padding:0 var(--space-4) var(--space-4);display:flex}.eg-CalendarModal-module-cancelBtn{border-radius:var(--radius-lg);border:1px solid var(--color-border);min-height:40px;color:var(--color-text-secondary);font-family:var(--font-base);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast);background:0 0;flex:1}.eg-CalendarModal-module-cancelBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}.eg-CalendarModal-module-confirmBtn{border-radius:var(--radius-lg);color:#111827;min-height:40px;font-family:var(--font-base);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;transition:opacity var(--transition-fast);background:linear-gradient(#d4a017 0%,#b8860b 100%);border:none;flex:1}.eg-CalendarModal-module-confirmBtn:hover{opacity:.9}.eg-CalendarModal-module-confirmBtn:disabled{opacity:.4;cursor:not-allowed}.eg-PhaseTimelineTracker-module-tracker{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:hidden}.eg-PhaseTimelineTracker-module-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-subtle);flex-wrap:wrap;display:flex}.eg-PhaseTimelineTracker-module-tabs{gap:var(--space-1);flex-wrap:wrap;display:flex}.eg-PhaseTimelineTracker-module-tab{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-base);transition:color var(--transition-fast), border-color var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;min-height:40px}.eg-PhaseTimelineTracker-module-tab:hover{color:var(--color-text-primary)}.eg-PhaseTimelineTracker-module-tabActive{color:var(--color-accent);border-bottom-color:var(--color-accent);font-weight:var(--weight-semibold)}.eg-PhaseTimelineTracker-module-toolbarRight{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-PhaseTimelineTracker-module-searchWrap{min-width:180px;position:relative}.eg-PhaseTimelineTracker-module-searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.eg-PhaseTimelineTracker-module-searchInput{width:100%;min-height:36px;padding:var(--space-2) var(--space-3) var(--space-2) 32px;background-color:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--text-sm);font-family:var(--font-base);color:var(--color-text-primary);outline:none}.eg-PhaseTimelineTracker-module-searchInput:focus{border-color:var(--color-accent)}.eg-PhaseTimelineTracker-module-viewSelect{min-height:36px;padding:0 var(--space-3);background-color:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--text-sm);font-family:var(--font-base);color:var(--color-text-primary)}.eg-PhaseTimelineTracker-module-navBtn{border:1px solid var(--color-border);border-radius:var(--radius-sm);background-color:var(--color-surface-1);min-width:36px;min-height:36px;color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-base);font-size:var(--text-xs);font-weight:var(--weight-semibold);justify-content:center;align-items:center;display:inline-flex}.eg-PhaseTimelineTracker-module-navBtn:hover{border-color:var(--color-accent-border);color:var(--color-accent)}.eg-PhaseTimelineTracker-module-timelineHeader{border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-surface-1);grid-template-columns:200px 1fr;display:grid}.eg-PhaseTimelineTracker-module-timelineLabel{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--color-border-subtle)}.eg-PhaseTimelineTracker-module-timelineDates{display:flex;position:relative;overflow-x:auto}.eg-PhaseTimelineTracker-module-dateCell{min-width:56px;padding:var(--space-2) var(--space-1);text-align:center;color:var(--color-text-muted);border-right:1px solid var(--color-border-subtle);flex:1;font-size:10px}.eg-PhaseTimelineTracker-module-dateCellDay{font-weight:var(--weight-semibold);color:var(--color-text-secondary)}.eg-PhaseTimelineTracker-module-dateCellToday{color:var(--color-accent);font-weight:var(--weight-bold)}.eg-PhaseTimelineTracker-module-todayLine{background-color:var(--color-accent);z-index:2;pointer-events:none;width:2px;position:absolute;top:0;bottom:0}.eg-PhaseTimelineTracker-module-body{max-height:520px;overflow-y:auto}.eg-PhaseTimelineTracker-module-row{border-bottom:1px solid var(--color-border-subtle);grid-template-columns:200px 1fr;align-items:stretch;min-height:56px;display:grid}.eg-PhaseTimelineTracker-module-row:nth-child(odd) .eg-PhaseTimelineTracker-module-rowLabel{background-color:var(--color-surface-1)}.eg-PhaseTimelineTracker-module-row:nth-child(2n) .eg-PhaseTimelineTracker-module-rowLabel{background-color:var(--color-surface-2)}.eg-PhaseTimelineTracker-module-rowLabel{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-right:1px solid var(--color-border-subtle);display:flex}.eg-PhaseTimelineTracker-module-rowIcon{border-radius:var(--radius-sm);background-color:var(--color-accent-muted);width:32px;height:32px;color:var(--color-accent);font-size:var(--text-xs);font-weight:var(--weight-bold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-PhaseTimelineTracker-module-rowName{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-PhaseTimelineTracker-module-rowTrack{padding:var(--space-3) var(--space-2);align-items:center;display:flex;position:relative}.eg-PhaseTimelineTracker-module-gridBg{pointer-events:none;display:flex;position:absolute;inset:0}.eg-PhaseTimelineTracker-module-gridCell{border-right:1px solid var(--color-border-subtle);flex:1;min-width:56px}.eg-PhaseTimelineTracker-module-bar{border-radius:var(--radius-full);justify-content:space-between;align-items:center;gap:var(--space-2);height:32px;padding:0 var(--space-3);z-index:1;min-width:120px;box-shadow:var(--shadow-sm);display:flex;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.eg-PhaseTimelineTracker-module-barCompleted{background:linear-gradient(90deg, color-mix(in srgb, var(--color-success) 70%, transparent), var(--color-success));color:var(--color-text-inverse)}.eg-PhaseTimelineTracker-module-barActive{background:linear-gradient(90deg, #3b82f6d9, var(--color-info));color:var(--color-text-inverse)}.eg-PhaseTimelineTracker-module-barPending{background-color:var(--color-surface-3);color:var(--color-text-secondary);border:1px dashed var(--color-border)}.eg-PhaseTimelineTracker-module-barBlocked{background:linear-gradient(90deg, var(--color-warning), #d97706);color:var(--color-text-inverse)}.eg-PhaseTimelineTracker-module-barLabel{font-size:10px;font-weight:var(--weight-semibold);opacity:.95;white-space:nowrap;text-overflow:ellipsis;max-width:45%;overflow:hidden}.eg-PhaseTimelineTracker-module-barProgress{font-size:10px;font-weight:var(--weight-bold);white-space:nowrap}.eg-PhaseTimelineTracker-module-statusPill{border-radius:var(--radius-full);font-size:10px;font-weight:var(--weight-bold);white-space:nowrap;background-color:#ffffff40;flex-shrink:0;align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.eg-PhaseTimelineTracker-module-empty{padding:var(--space-10);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm)}.eg-PhaseTimelineTracker-module-legend{gap:var(--space-4);padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border-subtle);background-color:var(--color-surface-1);flex-wrap:wrap;display:flex}.eg-PhaseTimelineTracker-module-legendItem{align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-secondary);display:flex}.eg-PhaseTimelineTracker-module-legendSwatch{border-radius:var(--radius-full);width:12px;height:12px}.eg-PhaseTimelineTracker-module-swatchCompleted{background-color:var(--color-success)}.eg-PhaseTimelineTracker-module-swatchActive{background-color:var(--color-info)}.eg-PhaseTimelineTracker-module-swatchPending{background-color:var(--color-surface-3);border:1px dashed var(--color-border)}.eg-PhaseTimelineTracker-module-swatchBlocked{background-color:var(--color-warning)}@media (width<=767px){.eg-PhaseTimelineTracker-module-timelineHeader,.eg-PhaseTimelineTracker-module-row{grid-template-columns:140px 1fr}.eg-PhaseTimelineTracker-module-timelineLabel,.eg-PhaseTimelineTracker-module-rowLabel{padding:var(--space-2) var(--space-3)}}.eg-GeneratePortalModal-module-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-GeneratePortalModal-module-modal{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:440px;animation:.2s eg-GeneratePortalModal-module-modalIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes eg-GeneratePortalModal-module-modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.eg-GeneratePortalModal-module-header{padding:var(--space-5) var(--space-5) 0;justify-content:space-between;align-items:center;display:flex}.eg-GeneratePortalModal-module-title{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-GeneratePortalModal-module-closeBtn{border-radius:var(--radius-full);background:var(--color-surface-3);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--transition-fast), opacity var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.eg-GeneratePortalModal-module-closeBtn:hover{background:var(--color-accent);color:#fff}.eg-GeneratePortalModal-module-body{padding:var(--space-5)}.eg-GeneratePortalModal-module-linkCard{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4)}.eg-GeneratePortalModal-module-linkLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2)}.eg-GeneratePortalModal-module-linkValue{font-size:var(--text-sm);color:var(--color-accent);word-break:break-all;margin-bottom:var(--space-3);padding:var(--space-2);background:var(--color-accent-muted);border-radius:var(--radius-md);font-family:monospace}.eg-GeneratePortalModal-module-linkActions{gap:var(--space-2);display:flex}.eg-TimeModal-module-overlay{z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-TimeModal-module-modal{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:20px;flex-direction:column;width:100%;max-width:440px;animation:.2s eg-TimeModal-module-modalIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes eg-TimeModal-module-modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.eg-TimeModal-module-header{padding:var(--space-4) var(--space-4) 0;text-align:center}.eg-TimeModal-module-headerTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.eg-TimeModal-module-body{gap:var(--space-4);padding:var(--space-4);justify-content:space-between;display:flex}.eg-TimeModal-module-column{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.eg-TimeModal-module-colLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:center;margin-bottom:var(--space-1)}.eg-TimeModal-module-grid{gap:var(--space-1);grid-template-columns:repeat(3,1fr);display:grid}.eg-TimeModal-module-cell{aspect-ratio:1.2;border-radius:var(--radius-md);background:var(--color-surface-2);color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);border:none;justify-content:center;align-items:center;display:flex}.eg-TimeModal-module-cell:hover{background:var(--color-surface-3)}.eg-TimeModal-module-isSelected{font-weight:var(--weight-bold);background:var(--color-accent)!important;color:#111827!important}.eg-TimeModal-module-isSelected:hover{background:var(--color-accent-hover)!important}.eg-TimeModal-module-periodColumn{flex:0 0 70px}.eg-TimeModal-module-periodGroup{gap:var(--space-2);flex-direction:column;justify-content:center;height:100%;display:flex}.eg-TimeModal-module-periodBtn{padding:var(--space-3) 0;border-radius:var(--radius-md);background:var(--color-surface-2);color:var(--color-text-primary);font-family:var(--font-base);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);text-align:center;border:none}.eg-TimeModal-module-periodBtn:hover{background:var(--color-surface-3)}.eg-TimeModal-module-footer{gap:var(--space-2);padding:0 var(--space-4) var(--space-4);display:flex}.eg-TimeModal-module-cancelBtn{border-radius:var(--radius-lg);border:1px solid var(--color-border);min-height:40px;color:var(--color-text-secondary);font-family:var(--font-base);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast);background:0 0;flex:1}.eg-TimeModal-module-cancelBtn:hover{border-color:var(--color-accent);color:var(--color-accent)}.eg-TimeModal-module-confirmBtn{border-radius:var(--radius-lg);color:#111827;min-height:40px;font-family:var(--font-base);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;transition:opacity var(--transition-fast);background:linear-gradient(#d4a017 0%,#b8860b 100%);border:none;flex:2}.eg-TimeModal-module-confirmBtn:hover{opacity:.9}.eg-Tabs-module-tabContainer{gap:var(--space-1);border-bottom:1px solid var(--color-border-subtle);margin-bottom:var(--space-4);scrollbar-width:none;-ms-overflow-style:none;padding-bottom:0;display:flex;overflow-x:auto}.eg-Tabs-module-tabContainer::-webkit-scrollbar{display:none}.eg-Tabs-module-tabBtn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);cursor:pointer;font-family:var(--font-base);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-muted);transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;display:flex;box-shadow:inset 0 -2px #0000}.eg-Tabs-module-tabBtn:hover{color:var(--color-text-secondary);box-shadow:inset 0 -2px 0 var(--color-border)}.eg-Tabs-module-tabBtnActive{color:var(--color-accent);font-weight:var(--weight-semibold);box-shadow:inset 0 -2px 0 var(--color-accent)}.eg-Tabs-module-tabIcon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.eg-Tabs-module-tabBadge{border-radius:var(--radius-full);background:var(--color-surface-3);color:var(--color-text-muted);transition:all var(--transition-fast);padding:1px 6px;font-size:10px;font-weight:700}.eg-Tabs-module-tabBadgeActive{background:var(--color-accent-muted);color:var(--color-accent)}.eg-EventDashboardPage-module-page{gap:var(--space-4);padding-bottom:var(--space-10);flex-direction:column;display:flex}.eg-EventDashboardPage-module-commandHeader{background:linear-gradient(135deg, var(--color-surface-2) 0%, var(--color-surface-1) 100%);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-5);position:relative;overflow:hidden}.eg-EventDashboardPage-module-commandHeader:before{content:"";pointer-events:none;background:radial-gradient(at 100% 0,#d4a01724 0%,#0000 65%);width:280px;height:200px;position:absolute;top:-60px;right:-60px}.eg-EventDashboardPage-module-headerRow1{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex;position:relative}.eg-EventDashboardPage-module-headerBack{border-radius:var(--radius-md);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-headerBack:hover{background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent-border)}.eg-EventDashboardPage-module-headerTitle{align-items:center;gap:var(--space-2);flex-wrap:wrap;flex:1;min-width:0;display:flex}.eg-EventDashboardPage-module-headerName{font-size:var(--text-title-lg);font-weight:var(--weight-bold);color:var(--color-text-primary);letter-spacing:-.02em;margin:0;line-height:1.2}.eg-EventDashboardPage-module-headerType{color:var(--color-text-secondary);white-space:nowrap;margin-left:var(--space-1);font-size:1.125rem;font-weight:400}.eg-EventDashboardPage-module-headerEditBtn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.eg-EventDashboardPage-module-headerEditBtn:hover{background:var(--color-accent-muted);color:var(--color-accent)}.eg-EventDashboardPage-module-countdown{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);flex-shrink:0;display:flex}.eg-EventDashboardPage-module-countdownItem{flex-direction:column;align-items:center;min-width:28px;display:flex}.eg-EventDashboardPage-module-countdownNum{font-size:var(--text-title);font-weight:var(--weight-bold);color:var(--color-accent);line-height:1}.eg-EventDashboardPage-module-countdownLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:1px;font-size:9px}.eg-EventDashboardPage-module-countdownSep{color:var(--color-border);font-size:var(--text-base);margin-bottom:4px;font-weight:300}.eg-EventDashboardPage-module-countdownPast{font-size:var(--text-xs);color:var(--color-text-muted);font-style:italic}.eg-EventDashboardPage-module-headerRow2{align-items:center;gap:var(--space-3);margin-top:var(--space-3);flex-wrap:wrap;display:flex;position:relative}.eg-EventDashboardPage-module-headerMeta{align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);flex-wrap:wrap;flex:1;min-width:0;display:flex}.eg-EventDashboardPage-module-headerMetaItem{white-space:nowrap;align-items:center;gap:4px;display:flex}.eg-EventDashboardPage-module-headerBadges{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-EventDashboardPage-module-headerActions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.eg-EventDashboardPage-module-btnPayGreen{align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-base);cursor:pointer;white-space:nowrap;color:#fff;text-shadow:0 1px 2px #0003;background:linear-gradient(160deg,#4ade80 0%,#22c55e 40%,#16a34a 100%);border:1px solid #ffffff2e;padding:.45rem 1rem;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #22c55e73,inset 0 1px #ffffff59,inset 0 -1px #0000001f}.eg-EventDashboardPage-module-btnPayGreen:hover{background:linear-gradient(160deg,#86efac 0%,#4ade80 40%,#22c55e 100%);transform:translateY(-1px);box-shadow:0 4px 14px #22c55e8c,inset 0 1px #fff6,inset 0 -1px #0000001a}.eg-EventDashboardPage-module-btnPayGreen:active{transform:translateY(0);box-shadow:0 1px 4px #22c55e59,inset 0 1px #fff3}.eg-EventDashboardPage-module-alertBanner{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);border:1px solid;animation:.3s eg-EventDashboardPage-module-slideFadeIn;display:flex}.eg-EventDashboardPage-module-alertBannerCritical{background:#ef444414;border-color:#ef44444d}.eg-EventDashboardPage-module-alertBannerWarning{background:#eab30812;border-color:#eab3084d}.eg-EventDashboardPage-module-alertBannerIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.eg-EventDashboardPage-module-alertBannerCritical .eg-EventDashboardPage-module-alertBannerIcon{color:#ef4444;background:#ef444426}.eg-EventDashboardPage-module-alertBannerWarning .eg-EventDashboardPage-module-alertBannerIcon{color:var(--color-warning);background:#eab30826}.eg-EventDashboardPage-module-alertBannerBody{flex:1}.eg-EventDashboardPage-module-alertBannerTitle{font-weight:var(--weight-semibold);color:var(--color-text-primary);line-height:1.4}.eg-EventDashboardPage-module-alertBannerSub{font-size:var(--text-xs);color:var(--color-text-secondary);margin-top:1px}.eg-EventDashboardPage-module-sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-3)}.eg-EventDashboardPage-module-actionsSection{animation:.3s eg-EventDashboardPage-module-slideFadeIn}.eg-EventDashboardPage-module-actionsGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));display:grid}.eg-EventDashboardPage-module-actionCard{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);cursor:pointer;font-family:var(--font-base);text-align:left;color:inherit;width:100%;transition:all var(--transition-fast);text-decoration:none;display:flex;position:relative;overflow:hidden}.eg-EventDashboardPage-module-actionCard:before{content:"";width:3px;position:absolute;top:0;bottom:0;left:0}.eg-EventDashboardPage-module-actionCardCritical{background:#ef44440d;border-color:#ef444433}.eg-EventDashboardPage-module-actionCardCritical:before{background:var(--color-error)}.eg-EventDashboardPage-module-actionCardWarning{background:#eab3080a;border-color:#eab30833}.eg-EventDashboardPage-module-actionCardWarning:before{background:var(--color-warning)}.eg-EventDashboardPage-module-actionCardInfo{background:var(--color-surface-2)}.eg-EventDashboardPage-module-actionCardInfo:before{background:var(--color-accent)}.eg-EventDashboardPage-module-actionCard:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.eg-EventDashboardPage-module-actionCardCritical:hover{border-color:#ef444466}.eg-EventDashboardPage-module-actionCardWarning:hover{border-color:#eab30859}.eg-EventDashboardPage-module-actionCardInfo:hover{border-color:var(--color-accent-border)}.eg-EventDashboardPage-module-actionCardIcon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.eg-EventDashboardPage-module-actionCardCritical .eg-EventDashboardPage-module-actionCardIcon{color:var(--color-error);background:#ef44441f}.eg-EventDashboardPage-module-actionCardWarning .eg-EventDashboardPage-module-actionCardIcon{color:var(--color-warning);background:#eab3081f}.eg-EventDashboardPage-module-actionCardInfo .eg-EventDashboardPage-module-actionCardIcon{background:var(--color-accent-muted);color:var(--color-accent)}.eg-EventDashboardPage-module-actionCardContent{flex:1;min-width:0}.eg-EventDashboardPage-module-actionCardTitle{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);margin-bottom:3px;line-height:1.4}.eg-EventDashboardPage-module-actionCardSubtitle{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.5}.eg-EventDashboardPage-module-actionCardCta{margin-top:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);align-items:center;gap:4px;display:inline-flex}.eg-EventDashboardPage-module-phaseSection{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:hidden}.eg-EventDashboardPage-module-phaseSectionHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-EventDashboardPage-module-phaseSectionMeta{flex-direction:column;gap:3px;display:flex}.eg-EventDashboardPage-module-phaseCount{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventDashboardPage-module-phaseProgressWrap{align-items:center;gap:var(--space-3);display:flex}.eg-EventDashboardPage-module-phaseProgressBar{background:var(--color-surface-3);border-radius:var(--radius-full);width:100px;height:4px;overflow:hidden}.eg-EventDashboardPage-module-phaseProgressFill{background:var(--color-accent);border-radius:var(--radius-full);height:100%;transition:width .5s}.eg-EventDashboardPage-module-phaseProgressPct{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);white-space:nowrap}.eg-EventDashboardPage-module-phaseManagerToggleBtn{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:var(--space-1) var(--space-3);cursor:pointer;font-family:var(--font-base);align-items:center;gap:var(--space-1);transition:all var(--transition-fast);white-space:nowrap;display:flex}.eg-EventDashboardPage-module-phaseManagerToggleBtn:hover{color:var(--color-text-primary);border-color:var(--color-accent-border)}.eg-EventDashboardPage-module-phaseStrip{padding:var(--space-4) var(--space-5);scrollbar-width:none;align-items:center;gap:0;display:flex;overflow-x:auto}.eg-EventDashboardPage-module-phaseStrip::-webkit-scrollbar{display:none}.eg-EventDashboardPage-module-phaseNode{align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg);cursor:pointer;font-family:var(--font-base);min-width:88px;max-width:108px;transition:background var(--transition-fast);text-align:center;background:0 0;border:none;flex-direction:column;flex-shrink:0;display:flex}.eg-EventDashboardPage-module-phaseNode:hover{background:var(--color-surface-3)}.eg-EventDashboardPage-module-phaseNodeBullet{border-radius:var(--radius-full);width:28px;height:28px;font-size:var(--text-xs);font-weight:var(--weight-bold);transition:all var(--transition-fast);border:2px solid;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-phaseNodeDone .eg-EventDashboardPage-module-phaseNodeBullet{background:var(--color-accent);border-color:var(--color-accent);color:#000}.eg-EventDashboardPage-module-phaseNodeCurrent .eg-EventDashboardPage-module-phaseNodeBullet{background:var(--color-accent-muted);border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 0 0 3px #d4a01733}.eg-EventDashboardPage-module-phaseNodePending .eg-EventDashboardPage-module-phaseNodeBullet{background:var(--color-surface-3);border-color:var(--color-border);color:var(--color-text-muted)}.eg-EventDashboardPage-module-phaseNodeBlocked .eg-EventDashboardPage-module-phaseNodeBullet{background:var(--color-error-bg);border-color:var(--color-error);color:var(--color-error)}.eg-EventDashboardPage-module-phaseNodeName{font-size:10px;font-weight:var(--weight-medium);color:var(--color-text-secondary);line-height:1.3}.eg-EventDashboardPage-module-phaseNodeDone .eg-EventDashboardPage-module-phaseNodeName{color:var(--color-accent)}.eg-EventDashboardPage-module-phaseNodeCurrent .eg-EventDashboardPage-module-phaseNodeName{color:var(--color-text-primary);font-weight:var(--weight-semibold)}.eg-EventDashboardPage-module-phaseNodeBlocked .eg-EventDashboardPage-module-phaseNodeName{color:var(--color-error)}.eg-EventDashboardPage-module-phaseNodeDate{color:var(--color-text-muted);font-size:9px}.eg-EventDashboardPage-module-phaseConnector{background:var(--color-border);border-radius:var(--radius-full);flex:1 0;min-width:16px;max-width:36px;height:2px;margin-bottom:16px;transition:background .4s}.eg-EventDashboardPage-module-phaseConnectorDone{background:var(--color-accent)}.eg-EventDashboardPage-module-phaseManager{padding:var(--space-5);border-top:1px solid var(--color-border-subtle);background:var(--color-surface-1)}.eg-EventDashboardPage-module-phaseManagerTitle{margin:0 0 var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.eg-EventDashboardPage-module-phaseManagerGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));display:grid}.eg-EventDashboardPage-module-phaseManagerItem{padding:var(--space-3) var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);justify-content:space-between;align-items:center;display:flex}.eg-EventDashboardPage-module-phaseManagerItemCompleted{border-left:3px solid var(--color-accent)}.eg-EventDashboardPage-module-phaseManagerLeft{align-items:center;gap:var(--space-3);display:flex}.eg-EventDashboardPage-module-phaseManagerNum{border-radius:var(--radius-full);width:28px;height:28px;font-size:var(--text-xs);font-weight:var(--weight-bold);background:var(--color-accent-muted);color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-phaseManagerNumDone{background:var(--color-accent);color:#000}.eg-EventDashboardPage-module-phaseManagerName{font-weight:var(--weight-semibold);font-size:var(--text-sm)}.eg-EventDashboardPage-module-phaseManagerStatus{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventDashboardPage-module-metricsRow{gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-EventDashboardPage-module-metricChip{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);cursor:pointer;font-family:var(--font-base);transition:all var(--transition-fast);min-height:44px;color:inherit;text-decoration:none;display:flex}.eg-EventDashboardPage-module-metricChip:hover{border-color:var(--color-accent-border);background:var(--color-surface-3)}.eg-EventDashboardPage-module-metricChipWarn{background:#ef44440f;border-color:#ef444440}.eg-EventDashboardPage-module-metricChipWarn:hover{background:#ef44441a;border-color:#ef444466}.eg-EventDashboardPage-module-metricChipIcon{border-radius:var(--radius-md);background:var(--color-accent-muted);width:28px;height:28px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-metricChipWarn .eg-EventDashboardPage-module-metricChipIcon{background:var(--color-error-bg);color:var(--color-error)}.eg-EventDashboardPage-module-metricChipValue{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-text-primary);line-height:1.1}.eg-EventDashboardPage-module-metricChipWarn .eg-EventDashboardPage-module-metricChipValue{color:var(--color-error)}.eg-EventDashboardPage-module-metricChipLabel{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventDashboardPage-module-contentGrid{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.eg-EventDashboardPage-module-feedCard{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);flex-direction:column;height:360px;display:flex;overflow:hidden}.eg-EventDashboardPage-module-feedCardTitle{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-subtle);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary);flex-shrink:0;display:flex}.eg-EventDashboardPage-module-feedBody{padding:var(--space-4) var(--space-5);gap:var(--space-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.eg-EventDashboardPage-module-feedEmpty{padding:var(--space-6) var(--space-5);text-align:center;font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventDashboardPage-module-feedItem{align-items:flex-start;gap:var(--space-3);font-size:var(--text-sm);display:flex}.eg-EventDashboardPage-module-feedItemIcon{border-radius:var(--radius-md);background:var(--color-surface-3);width:28px;height:28px;color:var(--color-text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-feedItemIconWarn{background:var(--color-error-bg);color:var(--color-error)}.eg-EventDashboardPage-module-feedItemIconAccent{color:var(--color-accent)}.eg-EventDashboardPage-module-feedItemBody{flex:1;min-width:0}.eg-EventDashboardPage-module-feedItemTitle{font-weight:var(--weight-semibold);color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.eg-EventDashboardPage-module-feedItemTitleWarn{color:var(--color-error)}.eg-EventDashboardPage-module-feedItemMeta{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.eg-EventDashboardPage-module-feedItemBadge{font-size:10px;font-weight:var(--weight-semibold);border-radius:var(--radius-full);background:var(--color-surface-3);color:var(--color-text-muted);white-space:nowrap;text-transform:capitalize;flex-shrink:0;padding:1px 6px}.eg-EventDashboardPage-module-financialStrip{align-items:center;gap:var(--space-5);padding:var(--space-3) var(--space-5);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);flex-wrap:wrap;display:flex}.eg-EventDashboardPage-module-financialStripLabel{align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--color-border-subtle);padding-right:var(--space-5);flex-shrink:0;display:flex}.eg-EventDashboardPage-module-financialItems{align-items:center;gap:var(--space-5);flex-wrap:wrap;flex:1;display:flex}.eg-EventDashboardPage-module-financialItem{flex-direction:column;gap:2px;display:flex}.eg-EventDashboardPage-module-financialItemLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.eg-EventDashboardPage-module-financialItemValue{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-EventDashboardPage-module-financialItemValueSuccess{color:var(--color-success)}.eg-EventDashboardPage-module-financialItemValueError{color:var(--color-error)}.eg-EventDashboardPage-module-financialStripLink{align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);white-space:nowrap;margin-left:auto;text-decoration:none;display:flex}.eg-EventDashboardPage-module-financialStripLink:hover{text-decoration:underline}.eg-EventDashboardPage-module-quickToolsGrid{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.eg-EventDashboardPage-module-quickToolCard{align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);color:inherit;cursor:pointer;font-family:var(--font-base);transition:all var(--transition-fast);min-height:44px;text-decoration:none;display:flex}.eg-EventDashboardPage-module-quickToolCard:hover{border-color:var(--color-accent-border);background:var(--color-surface-3);transform:translateY(-1px)}.eg-EventDashboardPage-module-quickToolCardIcon{border-radius:var(--radius-sm);background:var(--color-accent-muted);width:28px;height:28px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-quickToolCardName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary);flex:1}.eg-EventDashboardPage-module-quickToolCard:hover .eg-EventDashboardPage-module-quickToolCardName{color:var(--color-text-primary)}.eg-EventDashboardPage-module-quickToolCardBadge{font-size:10px;font-weight:var(--weight-semibold);border-radius:var(--radius-full);background:var(--color-accent-muted);color:var(--color-accent);padding:1px 6px}.eg-EventDashboardPage-module-quickToolCardBadgeWarn{background:var(--color-error-bg);color:var(--color-error)}.eg-EventDashboardPage-module-timelineSection{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:hidden}.eg-EventDashboardPage-module-timelineToggle{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4) var(--space-5);cursor:pointer;font-family:var(--font-base);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-secondary);text-align:left;transition:color var(--transition-fast);background:0 0;border:none;display:flex}.eg-EventDashboardPage-module-timelineToggle:hover{color:var(--color-text-primary)}.eg-EventDashboardPage-module-payModal{padding:var(--space-6);text-align:center}.eg-EventDashboardPage-module-paySuccessIcon{width:72px;height:72px;color:var(--color-success);margin:0 auto var(--space-4);background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;animation:.4s cubic-bezier(.175,.885,.32,1.275) eg-EventDashboardPage-module-successPop;display:flex}@keyframes eg-EventDashboardPage-module-successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.eg-EventDashboardPage-module-payAmount{font-size:2.5rem;font-weight:var(--weight-extrabold);color:var(--color-accent);letter-spacing:-.03em;margin:var(--space-3) 0 var(--space-5);justify-content:center;align-items:baseline;gap:var(--space-1);display:flex}.eg-EventDashboardPage-module-payCurrency{font-size:var(--text-title);font-weight:var(--weight-bold)}.eg-EventDashboardPage-module-payEventName{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-1)}.eg-EventDashboardPage-module-payButtons{gap:var(--space-3);margin-top:var(--space-2);flex-direction:column;display:flex}.eg-EventDashboardPage-module-payTestInfo{margin-top:var(--space-5);padding:var(--space-4);background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);font-size:var(--text-xs);color:var(--color-text-muted);text-align:left;line-height:1.7}.eg-EventDashboardPage-module-payTestTitle{font-weight:var(--weight-semibold);color:var(--color-text-secondary);margin-bottom:var(--space-3);font-size:var(--text-sm);align-items:center;gap:var(--space-2);display:flex}.eg-EventDashboardPage-module-payCardNum{background:var(--color-surface-3);color:var(--color-text-primary);font-family:monospace;font-weight:var(--weight-semibold);letter-spacing:.05em;border-radius:4px;padding:1px 6px}.eg-EventDashboardPage-module-payProcessing{align-items:center;gap:var(--space-4);padding:var(--space-8) 0;flex-direction:column;display:flex}.eg-EventDashboardPage-module-payStatusMsg{font-size:var(--text-sm);color:var(--color-text-secondary)}.eg-EventDashboardPage-module-payAutoClose{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-2)}@keyframes eg-EventDashboardPage-module-slideFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.eg-EventDashboardPage-module-slideFadeIn{animation:.3s eg-EventDashboardPage-module-slideFadeIn}.eg-EventDashboardPage-module-nextStepCard{padding:var(--space-4) var(--space-5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:var(--space-4);background:#d4a0170d;border:1px solid #d4a0171f;animation:.3s eg-EventDashboardPage-module-slideFadeIn;display:flex}.eg-EventDashboardPage-module-nextStepCardLeft{gap:var(--space-1);flex-direction:column;display:flex}.eg-EventDashboardPage-module-nextStepBadge{font-size:9px;font-weight:var(--weight-bold);text-transform:uppercase;color:var(--color-accent);letter-spacing:.08em;border-radius:var(--radius-sm);background:#d4a0171f;align-self:flex-start;padding:1px 6px;display:inline-flex}.eg-EventDashboardPage-module-nextStepTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text-primary);margin:0}.eg-EventDashboardPage-module-nextStepSubtitle{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:var(--leading-normal);margin:0}.eg-EventDashboardPage-module-tabBar{align-items:center;gap:var(--space-1);background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);scrollbar-width:none;padding:4px;display:flex;overflow-x:auto}.eg-EventDashboardPage-module-tabBar::-webkit-scrollbar{display:none}.eg-EventDashboardPage-module-tabBtn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-muted);font-family:var(--font-base);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);background:0 0;border:none;display:flex}.eg-EventDashboardPage-module-tabBtn:hover{color:var(--color-text-secondary);background:var(--color-surface-hover)}.eg-EventDashboardPage-module-tabBtnActive{color:var(--color-accent);background:var(--color-surface-2);font-weight:var(--weight-semibold);box-shadow:var(--shadow-sm)}.eg-EventDashboardPage-module-overviewStatsGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.eg-EventDashboardPage-module-statCard{padding:var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);text-align:left;cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.eg-EventDashboardPage-module-statCardHeader{color:var(--color-text-muted);margin-bottom:var(--space-2);transition:color var(--transition-fast);justify-content:space-between;align-items:center;display:flex}.eg-EventDashboardPage-module-statCardValue{font-size:1.75rem;font-weight:var(--weight-bold);color:var(--color-text-primary);margin-bottom:2px;line-height:1.1}.eg-EventDashboardPage-module-statCardLabel{font-size:var(--text-xs);color:var(--color-text-secondary)}.eg-EventDashboardPage-module-statCardChevron{font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-accent);opacity:0;transition:all var(--transition-fast);transform:translate(-4px)}.eg-EventDashboardPage-module-statCard:hover{border-color:var(--color-accent-border);background:var(--color-surface-hover);transform:translateY(-2px)}.eg-EventDashboardPage-module-statCard:hover .eg-EventDashboardPage-module-statCardHeader{color:var(--color-accent)}.eg-EventDashboardPage-module-statCard:hover .eg-EventDashboardPage-module-statCardChevron{opacity:1;transform:translate(0)}.eg-EventDashboardPage-module-statCardWarn{background:#eab30805}.eg-EventDashboardPage-module-statCardWarn:hover{background:#eab3080d;border-color:#eab30840}.eg-EventDashboardPage-module-statCardWarn:hover .eg-EventDashboardPage-module-statCardHeader{color:var(--color-warning)}.eg-EventDashboardPage-module-statCardError{background:#ef444405}.eg-EventDashboardPage-module-statCardError:hover{background:#ef44440d;border-color:#ef444440}.eg-EventDashboardPage-module-statCardError:hover .eg-EventDashboardPage-module-statCardHeader{color:var(--color-error)}.eg-EventDashboardPage-module-financialSnapshot{padding:var(--space-4) var(--space-5);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);gap:var(--space-4);flex-direction:column;display:flex}.eg-EventDashboardPage-module-finSnapHeader{justify-content:space-between;align-items:center;display:flex}.eg-EventDashboardPage-module-finSnapTitle{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0}.eg-EventDashboardPage-module-finSnapLink{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);align-items:center;gap:4px;text-decoration:none;display:flex}.eg-EventDashboardPage-module-finSnapLink:hover{text-decoration:underline}.eg-EventDashboardPage-module-finSnapGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.eg-EventDashboardPage-module-finSnapCard{gap:var(--space-1);background:var(--color-surface-1);padding:var(--space-3) var(--space-4);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);flex-direction:column;display:flex}.eg-EventDashboardPage-module-finSnapLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px}.eg-EventDashboardPage-module-finSnapValue{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-EventDashboardPage-module-finSnapValueSuccess{color:var(--color-success)}.eg-EventDashboardPage-module-finSnapValueError{color:var(--color-error)}.eg-EventDashboardPage-module-ganttSection{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-5)}.eg-EventDashboardPage-module-ganttHeader{margin-bottom:var(--space-5);flex-direction:column;gap:2px;display:flex}.eg-EventDashboardPage-module-ganttTitle{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em}.eg-EventDashboardPage-module-ganttSub{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventDashboardPage-module-ganttList{gap:var(--space-3);flex-direction:column;display:flex}.eg-EventDashboardPage-module-ganttRow{align-items:center;gap:var(--space-4);display:flex}.eg-EventDashboardPage-module-ganttLabelCol{align-items:center;gap:var(--space-3);flex-shrink:0;width:200px;display:flex}.eg-EventDashboardPage-module-ganttNum{border-radius:var(--radius-full);background:var(--color-surface-3);width:20px;height:20px;font-size:10px;font-weight:var(--weight-bold);color:var(--color-text-secondary);justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-ganttName{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.eg-EventDashboardPage-module-ganttBarCol{flex:1}.eg-EventDashboardPage-module-ganttBarTrack{background:var(--color-surface-1);border-radius:var(--radius-full);height:6px;overflow:hidden}.eg-EventDashboardPage-module-ganttBarFill{border-radius:var(--radius-full);height:100%;transition:width .4s}.eg-EventDashboardPage-module-ganttDateCol{text-align:right;flex-shrink:0;width:100px}.eg-EventDashboardPage-module-ganttDate{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--weight-medium)}.eg-EventDashboardPage-module-ganttDateEmpty{font-size:var(--text-xs);color:var(--color-text-muted);font-style:italic}.eg-EventDashboardPage-module-modulesGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.eg-EventDashboardPage-module-moduleCard{align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);min-height:84px;color:inherit;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;display:flex}.eg-EventDashboardPage-module-moduleCard:hover{border-color:var(--color-accent-border);background:var(--color-surface-hover);transform:translateY(-2px)}.eg-EventDashboardPage-module-moduleIcon{border-radius:var(--radius-lg);background:var(--color-accent-muted);width:40px;height:40px;color:var(--color-accent);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-moduleCard:hover .eg-EventDashboardPage-module-moduleIcon{transform:scale(1.05)}.eg-EventDashboardPage-module-moduleInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.eg-EventDashboardPage-module-moduleTitle{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-EventDashboardPage-module-moduleDesc{font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.eg-EventDashboardPage-module-moduleBadge{font-size:10px;font-weight:var(--weight-semibold);border-radius:var(--radius-full);background:var(--color-accent-muted);color:var(--color-accent);white-space:nowrap;padding:1px 6px}.eg-EventDashboardPage-module-moduleBadgeWarn,.eg-EventDashboardPage-module-moduleBadgeError{background:var(--color-error-bg);color:var(--color-error)}@media (width<=768px){.eg-EventDashboardPage-module-nextStepCard{align-items:stretch;gap:var(--space-3);flex-direction:column}.eg-EventDashboardPage-module-nextStepCard .eg-EventDashboardPage-module-btn{width:100%}.eg-EventDashboardPage-module-ganttLabelCol{width:130px}.eg-EventDashboardPage-module-finSnapGrid{gap:var(--space-2);grid-template-columns:1fr}}@media (width<=640px){.eg-EventDashboardPage-module-contentGrid{grid-template-columns:1fr}}@media (width<=480px){.eg-EventDashboardPage-module-commandHeader{padding:var(--space-3) var(--space-4)}.eg-EventDashboardPage-module-headerName{font-size:var(--text-title)}.eg-EventDashboardPage-module-phaseStrip{padding:var(--space-3) var(--space-4)}.eg-EventDashboardPage-module-ganttRow{align-items:stretch;gap:var(--space-1);border-bottom:1px solid var(--color-border-subtle);padding-bottom:var(--space-2);flex-direction:column}.eg-EventDashboardPage-module-ganttLabelCol{width:100%}.eg-EventDashboardPage-module-ganttDateCol{text-align:left;width:100%}}.eg-EventDashboardPage-module-feedPagination{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border-subtle);background:var(--color-surface-1);display:flex}.eg-EventDashboardPage-module-feedPageBtn{background:var(--color-surface-3);border:1px solid var(--color-border-subtle);color:var(--color-text-secondary);border-radius:var(--radius-md);cursor:pointer;width:24px;height:24px;font-size:var(--text-xs);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-feedPageBtn:hover:not(:disabled){background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent-border)}.eg-EventDashboardPage-module-feedPageBtn:disabled{opacity:.5;cursor:not-allowed}.eg-EventDashboardPage-module-feedPageInfo{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:var(--weight-medium)}.eg-EventDashboardPage-module-phaseTabContent{gap:var(--space-4);flex-direction:column;display:flex}.eg-EventDashboardPage-module-phaseHeaderCard{padding:var(--space-4) var(--space-5);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-EventDashboardPage-module-phaseHeaderMeta{flex-direction:column;gap:2px;display:flex}.eg-EventDashboardPage-module-phaseHeaderTitle{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.06em;margin:0}.eg-EventDashboardPage-module-phaseHeaderSub{font-size:var(--text-xs);color:var(--color-text-muted);margin:0}.eg-EventDashboardPage-module-phaseProgressContainer{align-items:center;gap:var(--space-3);display:flex}.eg-EventDashboardPage-module-phaseCardsGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=992px){.eg-EventDashboardPage-module-phaseCardsGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.eg-EventDashboardPage-module-phaseCardsGrid{grid-template-columns:1fr}.eg-EventDashboardPage-module-phaseHeaderCard{flex-direction:column;align-items:stretch}}.eg-EventDashboardPage-module-phaseCard{padding:var(--space-4) var(--space-5);background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);transition:all var(--transition-fast);flex-direction:column;min-height:160px;display:flex;position:relative;overflow:hidden}.eg-EventDashboardPage-module-phaseCardCompleted{background:#22c55e05;border-color:#22c55e4d}.eg-EventDashboardPage-module-phaseCardCurrent{border-color:var(--color-accent-border);box-shadow:0 0 0 1px var(--color-accent-muted)}.eg-EventDashboardPage-module-phaseCardBlocked{background:#ef444405;border-color:#ef44444d}.eg-EventDashboardPage-module-phaseCard:hover{box-shadow:var(--shadow-md);background:var(--color-surface-hover);transform:translateY(-2px)}.eg-EventDashboardPage-module-phaseCardTop{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.eg-EventDashboardPage-module-phaseCardNumberBadge{font-size:10px;font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.eg-EventDashboardPage-module-phaseCardToggle{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:2px;display:inline-flex}.eg-EventDashboardPage-module-phaseCardToggle:hover{color:var(--color-accent)}.eg-EventDashboardPage-module-phaseCardToggleChecked{color:var(--color-success)}.eg-EventDashboardPage-module-phaseCardName{margin:0 0 var(--space-2);font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-text-primary);line-height:1.3}.eg-EventDashboardPage-module-phaseCardMeta{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-EventDashboardPage-module-phaseCardDate{font-size:var(--text-xs);color:var(--color-text-secondary)}.eg-EventDashboardPage-module-phaseCardFooter{border-top:1px solid var(--color-border-subtle);padding-top:var(--space-3);margin-top:auto}.eg-EventDashboardPage-module-phaseCardLink{align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);transition:gap var(--transition-fast);text-decoration:none;display:inline-flex}.eg-EventDashboardPage-module-phaseCardLink:hover{gap:6px;text-decoration:underline}.eg-EventDashboardPage-module-modulesTabContent{gap:var(--space-6);flex-direction:column;display:flex}.eg-EventDashboardPage-module-moduleCategorySection{background:var(--color-surface-1);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.eg-EventDashboardPage-module-moduleCategoryTitle{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--color-border-subtle);padding-bottom:var(--space-2);margin:0}.eg-EventDashboardPage-module-tableResponsive{flex:1;width:100%;overflow-x:auto}.eg-EventDashboardPage-module-deadlinesTable{border-collapse:collapse;width:100%;font-size:var(--text-xs);text-align:left}.eg-EventDashboardPage-module-deadlinesTable th{padding:var(--space-2) var(--space-4);font-weight:var(--weight-bold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border-subtle);background:var(--color-surface-2);white-space:nowrap;font-size:10px}.eg-EventDashboardPage-module-deadlinesTable td{padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--color-border-subtle);color:var(--color-text-secondary);vertical-align:middle;height:52px}.eg-EventDashboardPage-module-deadlinesTable tbody tr:hover{background:var(--color-surface-hover)}.eg-EventDashboardPage-module-taskCell{max-width:200px}.eg-EventDashboardPage-module-taskTitleContainer{align-items:center;gap:var(--space-2);width:100%;display:flex}.eg-EventDashboardPage-module-taskTypeBadge{font-size:9px;font-weight:var(--weight-bold);border-radius:var(--radius-sm);text-transform:uppercase;flex-shrink:0;padding:1px 5px}.eg-EventDashboardPage-module-typeTask{background:var(--color-info-bg);color:var(--color-info)}.eg-EventDashboardPage-module-typePhase{background:var(--color-accent-muted);color:var(--color-accent)}.eg-EventDashboardPage-module-typePayment{background:var(--color-warning-bg);color:var(--color-warning)}.eg-EventDashboardPage-module-taskTitleText{white-space:nowrap;text-overflow:ellipsis;font-weight:var(--weight-semibold);color:var(--color-text-primary);flex:1;overflow:hidden}.eg-EventDashboardPage-module-assigneeCell{min-width:130px}.eg-EventDashboardPage-module-assigneeWrap{align-items:center;gap:var(--space-2);display:flex}.eg-EventDashboardPage-module-assigneeAvatar{object-fit:cover;border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;width:24px;height:24px}.eg-EventDashboardPage-module-assigneeInitial{background:var(--color-surface-3);width:24px;height:24px;color:var(--color-text-secondary);font-size:10px;font-weight:var(--weight-bold);border:1px solid var(--color-border-subtle);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-EventDashboardPage-module-assigneeName{font-weight:var(--weight-medium);color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:96px;overflow:hidden}.eg-EventDashboardPage-module-dateText{white-space:nowrap}.eg-EventDashboardPage-module-dateCellWrap{align-items:center;gap:var(--space-2);display:flex}.eg-EventDashboardPage-module-dateCellOverdue{color:var(--color-error)}.eg-EventDashboardPage-module-overdueLabel{font-size:9px;font-weight:var(--weight-bold);color:var(--color-error);background:var(--color-error-bg);text-transform:uppercase;border-radius:3px;padding:1px 4px}.eg-EventDashboardPage-module-statusBadge{font-size:10px;font-weight:var(--weight-bold);border-radius:var(--radius-full);text-transform:capitalize;white-space:nowrap;align-items:center;padding:2px 8px;display:inline-flex}.eg-EventDashboardPage-module-statusBadgeReady{background:var(--color-surface-3);color:var(--color-text-secondary)}.eg-EventDashboardPage-module-statusBadgeActive{background:var(--color-info-bg);color:var(--color-info)}.eg-EventDashboardPage-module-statusBadgeDone{background:var(--color-success-bg);color:var(--color-success)}.eg-EventDashboardPage-module-statusBadgeOverdue{background:var(--color-error-bg);color:var(--color-error)}.eg-EventDashboardPage-module-rowOverdue{background:#ef444405}.eg-VendorsPage-module-page{gap:var(--space-5);flex-direction:column;width:100%;display:flex}.eg-VendorsPage-module-header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-VendorsPage-module-headerBack{border-radius:var(--radius-md);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-VendorsPage-module-headerBack:hover{background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent-border)}.eg-VendorsPage-module-headerTitle{margin:0}.eg-VendorsPage-module-headerDesc{font-size:var(--text-sm);color:var(--color-text-secondary);margin-top:var(--space-1)}.eg-VendorsPage-module-eventFilterLabel{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-1)}.eg-VendorsPage-module-eventFilterWrap{min-width:12rem;max-width:18rem}.eg-VendorsPage-module-eventFilterTrigger{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.eg-VendorsPage-module-searchWrap{margin-bottom:0}.eg-VendorsPage-module-tableCard{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);width:100%;overflow:hidden}.eg-VendorsPage-module-bulkBar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);background-color:var(--color-accent-muted);border-bottom:1px solid var(--color-accent-border);flex-wrap:wrap;display:flex}.eg-VendorsPage-module-bulkInfo{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-accent)}.eg-VendorsPage-module-bulkActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.eg-VendorsPage-module-tableScroll{overflow-x:auto}.eg-VendorsPage-module-table{border-collapse:collapse;width:100%;min-width:800px}.eg-VendorsPage-module-thead{background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border)}.eg-VendorsPage-module-thead tr:first-child th:first-child{border-top-left-radius:var(--radius-xl)}.eg-VendorsPage-module-thead tr:first-child th:last-child{border-top-right-radius:var(--radius-xl)}.eg-VendorsPage-module-th{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap}.eg-VendorsPage-module-thCheck{width:44px;padding-left:var(--space-5)}.eg-VendorsPage-module-thActions{text-align:right}.eg-VendorsPage-module-tr{border-bottom:1px solid var(--color-border-subtle);transition:background-color var(--transition-fast)}.eg-VendorsPage-module-tr:nth-child(odd){background-color:var(--color-surface-1)}.eg-VendorsPage-module-tr:nth-child(2n){background-color:var(--color-surface-2)}.eg-VendorsPage-module-tr:hover{background-color:var(--color-accent-muted)}.eg-VendorsPage-module-trSelected{background-color:var(--color-accent-muted)!important}.eg-VendorsPage-module-td{padding:var(--space-4);vertical-align:middle;font-size:var(--text-sm)}.eg-VendorsPage-module-tdCheck{width:44px;padding-left:var(--space-5)}.eg-VendorsPage-module-cellMuted{color:var(--color-text-secondary);font-size:var(--text-sm)}.eg-VendorsPage-module-typeBadge{font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;background-color:var(--color-accent-muted)!important;color:var(--color-accent)!important}.eg-VendorsPage-module-vendorNameWrap{min-width:160px}.eg-VendorsPage-module-vendorName{font-weight:var(--weight-semibold);color:var(--color-text-primary)}.eg-VendorsPage-module-vendorNameMuted{color:var(--color-text-muted);font-style:italic}.eg-VendorsPage-module-inlineEdit{gap:var(--space-2);align-items:center;display:flex}.eg-VendorsPage-module-inlineEditInput{min-height:36px;font-size:var(--text-sm)}.eg-VendorsPage-module-starWrap{align-items:center;gap:var(--space-1);display:flex}.eg-VendorsPage-module-starIcon{color:var(--color-accent);fill:var(--color-accent)}.eg-VendorsPage-module-starValue{font-size:var(--text-sm);font-weight:600}.eg-VendorsPage-module-rowActions{gap:var(--space-1);justify-content:flex-end;display:flex}.eg-VendorsPage-module-iconBtn{border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background-color:var(--color-surface-1);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.eg-VendorsPage-module-iconBtn:hover{border-color:var(--color-accent-border);color:var(--color-accent);background-color:var(--color-accent-muted)}.eg-VendorsPage-module-iconBtnDanger:hover{border-color:var(--color-error);color:var(--color-error);background-color:var(--color-error-bg)}.eg-VendorsPage-module-tableFooter{padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border-subtle);font-size:var(--text-xs);color:var(--color-text-muted);justify-content:space-between;align-items:center;display:flex}.eg-VendorsPage-module-addForms{gap:var(--space-4);flex-direction:column;display:flex}.eg-TeamPage-module-page{gap:var(--space-5);flex-direction:column;width:100%;display:flex}.eg-TeamPage-module-header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-TeamPage-module-headerBack{border-radius:var(--radius-md);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-TeamPage-module-headerBack:hover{background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent-border)}.eg-TeamPage-module-headerTitle{margin:0}.eg-TeamPage-module-headerDesc{font-size:var(--text-sm);color:var(--color-text-secondary);margin-top:var(--space-1)}.eg-TeamPage-module-tableCard{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);width:100%;overflow:hidden}.eg-TeamPage-module-tableScroll{overflow-x:auto}.eg-TeamPage-module-table{border-collapse:collapse;width:100%;min-width:600px}.eg-TeamPage-module-thead{background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border)}.eg-TeamPage-module-thead tr:first-child th:first-child{border-top-left-radius:var(--radius-xl)}.eg-TeamPage-module-thead tr:first-child th:last-child{border-top-right-radius:var(--radius-xl)}.eg-TeamPage-module-th{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap}.eg-TeamPage-module-thTasks{text-align:center}.eg-TeamPage-module-tr{border-bottom:1px solid var(--color-border-subtle);transition:background-color var(--transition-fast)}.eg-TeamPage-module-tr:nth-child(odd){background-color:var(--color-surface-1)}.eg-TeamPage-module-tr:nth-child(2n){background-color:var(--color-surface-2)}.eg-TeamPage-module-tr:hover{background-color:var(--color-accent-muted)}.eg-TeamPage-module-td{padding:var(--space-3) var(--space-4);vertical-align:middle;font-size:var(--text-sm)}.eg-TeamPage-module-memberCell{min-width:180px}.eg-TeamPage-module-memberInfo{align-items:center;gap:var(--space-3);display:flex}.eg-TeamPage-module-avatar{border-radius:var(--radius-full);background:var(--color-accent-muted);width:36px;height:36px;color:var(--color-accent);font-weight:700;font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-TeamPage-module-memberName{font-weight:var(--weight-semibold);color:var(--color-text-primary)}.eg-TeamPage-module-memberEmail{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-TeamPage-module-cellMuted{color:var(--color-text-secondary);font-size:var(--text-sm)}.eg-TeamPage-module-cellCenter{text-align:center}.eg-TeamPage-module-tasksCount{font-size:var(--text-sm);color:var(--color-text-secondary);white-space:nowrap}.eg-TeamPage-module-tableFooter{padding:var(--space-3) var(--space-5);border-top:1px solid var(--color-border-subtle);font-size:var(--text-xs);color:var(--color-text-muted);justify-content:space-between;align-items:center;display:flex}.eg-TeamPage-module-overlay{z-index:1000;padding:var(--space-4);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-TeamPage-module-modal{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);width:100%;max-width:440px;box-shadow:0 20px 60px #0000004d}.eg-TeamPage-module-modalHeader{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.eg-TeamPage-module-modalTitle{font-size:var(--text-base);font-weight:var(--weight-bold);margin:0}.eg-TeamPage-module-modalClose{border-radius:var(--radius-full);background:var(--color-surface-3);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--transition-fast), opacity var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1.5rem;display:inline-flex}.eg-TeamPage-module-modalClose:hover{background:var(--color-accent);color:#fff}.eg-TeamPage-module-modalBody{gap:var(--space-4);flex-direction:column;display:flex}.eg-TeamPage-module-modalActions{gap:var(--space-2);margin-top:var(--space-2);display:flex}.eg-TaskBoard-module-page{gap:var(--space-5);flex-direction:column;width:100%;display:flex}.eg-TaskBoard-module-header{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-TaskBoard-module-headerBack{border-radius:var(--radius-md);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);width:36px;height:36px;color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-TaskBoard-module-headerBack:hover{background:var(--color-accent-muted);color:var(--color-accent);border-color:var(--color-accent-border)}.eg-TaskBoard-module-headerTitle{margin:0}.eg-TaskBoard-module-headerDesc{font-size:var(--text-sm);color:var(--color-text-secondary);margin-top:var(--space-1)}.eg-TaskBoard-module-viewToggle{background-color:var(--color-surface-2);border-radius:var(--radius-lg);gap:2px;padding:2px;display:flex}.eg-TaskBoard-module-viewBtn{min-height:32px;padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);font-family:var(--font-base);font-size:var(--text-xs);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);border:none;justify-content:center;align-items:center;display:inline-flex}.eg-TaskBoard-module-viewBtnActive{background-color:var(--color-accent);color:#111827}.eg-TaskBoard-module-viewBtnInactive{color:var(--color-text-secondary);background-color:#0000}.eg-TaskBoard-module-viewBtnInactive:hover{color:var(--color-text-primary)}.eg-TaskBoard-module-kanbanGrid{gap:var(--space-3);grid-template-columns:repeat(4,1fr);align-items:start;display:grid}.eg-TaskBoard-module-kanbanCol{gap:var(--space-2);flex-direction:column;display:flex}.eg-TaskBoard-module-kanbanHeader{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2);padding:var(--space-2) var(--space-3);background-color:var(--color-surface-2);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;font-weight:600;display:flex}.eg-TaskBoard-module-kanbanCount{background-color:var(--color-surface-3);border-radius:var(--radius-full);padding:0 var(--space-2);font-size:var(--text-xs);text-align:center;min-width:20px}.eg-TaskBoard-module-listSection{gap:var(--space-2);margin-bottom:var(--space-3);flex-direction:column;display:flex}.eg-TaskBoard-module-listHeader{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2);padding:var(--space-1) var(--space-2);font-weight:600}.eg-TaskBoard-module-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-TaskBoard-module-modal{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:500px;max-height:90vh;animation:.2s eg-TaskBoard-module-modalIn;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}@keyframes eg-TaskBoard-module-modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.eg-TaskBoard-module-modalHeader{padding:var(--space-5) var(--space-5) 0;justify-content:space-between;align-items:center;display:flex}.eg-TaskBoard-module-modalTitle{font-size:var(--text-base);font-weight:var(--weight-bold);margin:0}.eg-TaskBoard-module-modalClose{border-radius:var(--radius-full);background:var(--color-surface-3);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;border:none;justify-content:center;align-items:center;display:flex}.eg-TaskBoard-module-modalClose:hover{background:var(--color-surface-2);color:var(--color-text-primary)}.eg-TaskBoard-module-modalBody{padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.eg-TaskBoard-module-modalActions{gap:var(--space-2);margin-top:var(--space-2);display:flex}.eg-TaskBoard-module-formRow{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.eg-LiveBoardPage-module-page{width:100%}.eg-LiveBoardPage-module-header{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-headerLeft{align-items:center;gap:var(--space-3);display:flex}.eg-LiveBoardPage-module-headerTitle{margin:0}.eg-LiveBoardPage-module-headerDesc{font-size:var(--text-xs);color:var(--color-text-secondary);margin-top:2px}.eg-LiveBoardPage-module-headerRight{gap:var(--space-2);align-items:center;display:flex}.eg-LiveBoardPage-module-clockBadge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--color-text-primary);font-weight:600;display:flex}.eg-LiveBoardPage-module-clockIcon{color:var(--color-accent);flex-shrink:0}.eg-LiveBoardPage-module-addForm{margin-bottom:var(--space-4);padding:var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.eg-LiveBoardPage-module-addFormHeader{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.eg-LiveBoardPage-module-addFormTitle{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.eg-LiveBoardPage-module-addFormRow{gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-contentWrap{gap:var(--space-4);grid-template-columns:1fr;display:grid}.eg-LiveBoardPage-module-stationGrid{gap:var(--space-3);grid-template-columns:1fr;display:grid}@media (width>=768px){.eg-LiveBoardPage-module-stationGrid{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){.eg-LiveBoardPage-module-stationGrid{grid-template-columns:repeat(3,1fr)}}.eg-LiveBoardPage-module-statusCard{background:var(--color-surface-2);border-radius:var(--radius-xl);padding:var(--space-4);transition:all var(--transition-fast);flex-direction:column;display:flex}.eg-LiveBoardPage-module-statusCardClickable{text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;flex-direction:column;width:100%;padding:0;font-family:inherit;display:flex}.eg-LiveBoardPage-module-statusCardClickable:hover~.eg-LiveBoardPage-module-flagBtn,.eg-LiveBoardPage-module-statusCard:hover .eg-LiveBoardPage-module-statusCardClickable{border-color:var(--color-accent-border)}.eg-LiveBoardPage-module-statusCard:hover{border-color:var(--color-accent-border);box-shadow:0 4px 12px #0000001a}.eg-LiveBoardPage-module-statusCardTop{margin-bottom:var(--space-3);justify-content:space-between;align-items:flex-start;display:flex}.eg-LiveBoardPage-module-statusCardInfo{flex:1;min-width:0}.eg-LiveBoardPage-module-stationName{font-weight:600;font-size:var(--text-base);color:var(--color-text-primary);margin-bottom:2px}.eg-LiveBoardPage-module-categoryBadge{font-size:var(--text-xs)}.eg-LiveBoardPage-module-statusDot{width:14px;height:14px;box-shadow:0 0 0 2px var(--color-surface-2);border-radius:50%;flex-shrink:0;margin-top:4px}.eg-LiveBoardPage-module-statusLabel{font-size:var(--text-xs);color:var(--color-text-secondary);margin-bottom:var(--space-3);line-height:var(--leading-relaxed)}.eg-LiveBoardPage-module-statusPill{align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);margin-bottom:var(--space-3);align-self:flex-start;font-weight:600;display:inline-flex}.eg-LiveBoardPage-module-pillDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.eg-LiveBoardPage-module-flagBtn{border-radius:var(--radius-sm);justify-content:flex-start;width:100%}.eg-LiveBoardPage-module-issuesCard{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:hidden}.eg-LiveBoardPage-module-issuesTabs{background:var(--color-surface-3);border-bottom:1px solid var(--color-border);display:flex}.eg-LiveBoardPage-module-issuesTab{text-align:center;padding:var(--space-2) var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-base);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;min-height:40px}.eg-LiveBoardPage-module-issuesTab:hover{color:var(--color-text-primary)}.eg-LiveBoardPage-module-issuesTabActive{color:var(--color-accent);border-bottom-color:var(--color-accent);background:var(--color-surface-2)}.eg-LiveBoardPage-module-issuesBulkBar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);background-color:var(--color-accent-muted);border-bottom:1px solid var(--color-accent-border);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-issuesBulkInfo{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-accent)}.eg-LiveBoardPage-module-issuesBulkActions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.eg-LiveBoardPage-module-issuesScroll{overflow-x:auto}.eg-LiveBoardPage-module-issuesTable{border-collapse:collapse;width:100%;min-width:700px}.eg-LiveBoardPage-module-issuesThead{background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border)}.eg-LiveBoardPage-module-issuesThead tr:first-child th:first-child{border-top-left-radius:0}.eg-LiveBoardPage-module-issuesThead tr:first-child th:last-child{border-top-right-radius:0}.eg-LiveBoardPage-module-issuesTh{padding:var(--space-3) var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap}.eg-LiveBoardPage-module-issuesThCheck{width:40px;padding:var(--space-3) var(--space-2) var(--space-3) var(--space-4);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;text-align:left;white-space:nowrap}.eg-LiveBoardPage-module-issuesThActions{text-align:right;width:180px;padding-right:var(--space-4)}.eg-LiveBoardPage-module-issuesTr{border-bottom:1px solid var(--color-border-subtle);transition:background var(--transition-fast)}.eg-LiveBoardPage-module-issuesTr:nth-child(odd){background-color:var(--color-surface-1)}.eg-LiveBoardPage-module-issuesTr:nth-child(2n){background-color:var(--color-surface-2)}.eg-LiveBoardPage-module-issuesTr:hover{background-color:var(--color-accent-muted)}.eg-LiveBoardPage-module-issuesTd{padding:var(--space-3) var(--space-3);vertical-align:middle;font-size:var(--text-sm);white-space:nowrap}.eg-LiveBoardPage-module-issuesTdCheck{padding:var(--space-3) var(--space-2) var(--space-3) var(--space-4);vertical-align:middle}.eg-LiveBoardPage-module-issuesTdActions{text-align:right;padding-right:var(--space-4);white-space:nowrap}.eg-LiveBoardPage-module-issueCellTitle{font-weight:var(--weight-medium);color:var(--color-text-primary);margin-bottom:1px}.eg-LiveBoardPage-module-issueCellDesc{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:var(--leading-relaxed)}.eg-LiveBoardPage-module-issueCellStation{font-size:var(--text-sm);color:var(--color-text-secondary)}.eg-LiveBoardPage-module-issueCellMeta{font-size:var(--text-xs);color:var(--color-text-secondary);white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.eg-LiveBoardPage-module-severityBadge{font-size:var(--text-xs);flex-shrink:0}.eg-LiveBoardPage-module-actionBtn{min-height:28px;padding:0 var(--space-2);font-size:var(--text-xs);border-radius:var(--radius-sm)}.eg-LiveBoardPage-module-resolveRow{gap:var(--space-1);justify-content:flex-end;align-items:center;display:flex}.eg-LiveBoardPage-module-resolveInput{min-height:28px;font-size:var(--text-xs);border-radius:var(--radius-sm);width:110px}.eg-LiveBoardPage-module-inlineCard{margin-top:var(--space-3);padding:var(--space-4);background:var(--color-surface-1);border-radius:var(--radius-xl)}.eg-LiveBoardPage-module-inlineTitle{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-3);font-weight:600}.eg-LiveBoardPage-module-statusBtnRow{gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.eg-LiveBoardPage-module-statusBtn{min-height:32px;font-size:var(--text-xs);border-radius:var(--radius-sm);flex:1}.eg-LiveBoardPage-module-suggestionRow{gap:var(--space-1);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-suggestionChip{min-height:28px;padding:0 var(--space-2);font-size:var(--text-xs);border-radius:var(--radius-full)}.eg-LiveBoardPage-module-formActions{gap:var(--space-2);display:flex}.eg-LiveBoardPage-module-severityRow{gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.eg-LiveBoardPage-module-severityBtn{min-height:32px;font-size:var(--text-xs);border-radius:var(--radius-sm);flex:1}.eg-LiveBoardPage-module-loadingWrap{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;min-height:200px;display:flex}.eg-LiveBoardPage-module-loadingImg{opacity:.5;width:48px;height:48px}.eg-LiveBoardPage-module-loadingText{font-size:var(--text-sm);color:var(--color-text-muted)}.eg-LiveBoardPage-module-modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-LiveBoardPage-module-modalCard{background:var(--color-surface-1);border:1px solid var(--color-border);width:100%;max-width:420px;padding:var(--space-5);border-radius:20px;animation:.2s eg-LiveBoardPage-module-modalIn;position:relative;box-shadow:0 25px 50px -12px #00000080}@keyframes eg-LiveBoardPage-module-modalIn{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.eg-LiveBoardPage-module-modalClose{top:var(--space-3);right:var(--space-3);border-radius:var(--radius-full);background:var(--color-surface-3);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--transition-fast);z-index:1;border:none;justify-content:center;align-items:center;display:flex;position:absolute}.eg-LiveBoardPage-module-modalClose:hover{background:var(--color-accent)}.eg-PremiumModal-module-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;animation:.2s eg-PremiumModal-module-overlayIn;display:flex;position:fixed;inset:0}@keyframes eg-PremiumModal-module-overlayIn{0%{opacity:0}to{opacity:1}}@keyframes eg-PremiumModal-module-modalIn{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes eg-PremiumModal-module-modalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(12px)}}@keyframes eg-PremiumModal-module-iconPop{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes eg-PremiumModal-module-shimmer{0%{background-position:-200%}to{background-position:200%}}.eg-PremiumModal-module-modal{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:400px;padding:0;animation:.3s cubic-bezier(.16,1,.3,1) eg-PremiumModal-module-modalIn;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.eg-PremiumModal-module-toastModal{background:var(--color-surface-1);border-radius:20px;width:100%;max-width:400px;padding:0;animation:.3s cubic-bezier(.16,1,.3,1) eg-PremiumModal-module-modalIn;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.eg-PremiumModal-module-closing{animation:.2s forwards eg-PremiumModal-module-modalOut}.eg-PremiumModal-module-accentLine{background:linear-gradient(90deg, transparent 0%, var(--color-accent) 20%, var(--color-accent) 80%, transparent 100%);background-size:200% 100%;width:100%;height:3px;animation:2s ease-in-out infinite eg-PremiumModal-module-shimmer}.eg-PremiumModal-module-body{padding:var(--space-6) var(--space-6) var(--space-5);text-align:center}.eg-PremiumModal-module-iconWrapper{width:56px;height:56px;margin:0 auto var(--space-4);border-radius:16px;justify-content:center;align-items:center;animation:.4s cubic-bezier(.16,1,.3,1) .1s both eg-PremiumModal-module-iconPop;display:flex}.eg-PremiumModal-module-iconWrapper.eg-PremiumModal-module-success{background:var(--color-success-bg);color:var(--color-success)}.eg-PremiumModal-module-iconWrapper.eg-PremiumModal-module-error{background:var(--color-error-bg);color:var(--color-error)}.eg-PremiumModal-module-iconWrapper.eg-PremiumModal-module-warning{background:var(--color-warning-bg);color:var(--color-warning)}.eg-PremiumModal-module-iconWrapper.eg-PremiumModal-module-info{background:var(--color-info-bg);color:var(--color-info)}.eg-PremiumModal-module-iconWrapper.eg-PremiumModal-module-confirm{background:var(--color-accent-muted);color:var(--color-accent)}.eg-PremiumModal-module-title{font-size:var(--text-subtitle);font-weight:var(--weight-bold);color:var(--color-text-primary);margin-bottom:var(--space-2);line-height:var(--leading-tight)}.eg-PremiumModal-module-message{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);max-width:320px;margin:0 auto}.eg-PremiumModal-module-actions{gap:var(--space-3);padding:0 var(--space-6) var(--space-6);display:flex}.eg-PremiumModal-module-actions.eg-PremiumModal-module-column{flex-direction:column}.eg-PremiumModal-module-actions .eg-PremiumModal-module-btn{flex:1;min-height:44px}.eg-PremiumModal-module-btnPrimary{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-base);cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);color:#111827;background:linear-gradient(#d4a017 0%,#b8860b 100%);border:1px solid #d4a017;text-decoration:none;display:inline-flex;box-shadow:0 1px 3px #d4a0174d,inset 0 1px #fff3}.eg-PremiumModal-module-btnPrimary:hover{background:linear-gradient(#c8960e 0%,#a07509 100%)}.eg-PremiumModal-module-btnSecondary{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-base);cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);color:var(--color-text-secondary);border:1px solid var(--color-border);background:0 0;text-decoration:none;display:inline-flex}.eg-PremiumModal-module-btnSecondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.eg-PremiumModal-module-btnDanger{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-base);cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);color:var(--color-error);border:1px solid var(--color-error);background:0 0;text-decoration:none;display:inline-flex}.eg-PremiumModal-module-btnDanger:hover{background:var(--color-error-bg)}.eg-PremiumModal-module-dismiss{top:var(--space-3);right:var(--space-3);border-radius:var(--radius-full);background:var(--color-surface-3);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--transition-fast), opacity var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute}.eg-PremiumModal-module-dismiss:hover{background:var(--color-accent);color:#fff}.eg-PremiumModal-module-timer{background:var(--color-surface-3);border-radius:0 0 20px 20px;height:2px;overflow:hidden}.eg-PremiumModal-module-timerBar{background:var(--color-accent);border-radius:0 0 20px 20px;height:100%;animation:linear forwards eg-PremiumModal-module-timerShrink}@keyframes eg-PremiumModal-module-timerShrink{0%{width:100%}to{width:0%}}.eg-PremiumModal-module-toastLayer{z-index:var(--z-toast);padding:var(--space-4);pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-PremiumModal-module-toastLayer>*{pointer-events:auto}:root{--color-accent:#d4a017;--color-accent-hover:#b8860b;--color-accent-muted:#d4a01726;--color-accent-border:#d4a01740;--color-status-green:#22c55e;--color-status-green-bg:#22c55e1a;--color-status-yellow:#eab308;--color-status-yellow-bg:#eab3081a;--color-status-red:#ef4444;--color-status-red-bg:#ef44441a;--color-status-grey:#6b7280;--color-status-grey-bg:#6b72801a;--color-success:#22c55e;--color-success-bg:#22c55e1a;--color-warning:#eab308;--color-warning-bg:#eab3081a;--color-error:#ef4444;--color-error-bg:#ef44441a;--color-info:#3b82f6;--color-info-bg:#3b82f61a;--color-payment-unpaid:var(--color-error);--color-payment-unpaid-bg:var(--color-error-bg);--color-payment-advance:var(--color-warning);--color-payment-advance-bg:var(--color-warning-bg);--color-payment-paid:var(--color-success);--color-payment-paid-bg:var(--color-success-bg);--font-base:"Plus Jakarta Sans", sans-serif;--text-display:2rem;--text-title-lg:1.5rem;--text-title:1.25rem;--text-subtitle:1.125rem;--text-base:1rem;--text-sm:.875rem;--text-xs:.75rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 8px 24px #0009;--shadow-gold:0 0 0 2px var(--color-accent);--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--z-base:0;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--sidebar-width:320px;--sidebar-collapsed-width:72px;--bottom-bar-height:64px;--top-bar-height:56px;--page-padding-x:var(--space-4);--page-padding-x-md:var(--space-6);--page-padding-x-xl:var(--space-8);--content-max-width:1200px}:root,[data-theme=dark]{--color-bg-base:#111827;--color-surface-1:#1f2937;--color-surface-2:#374151;--color-surface-3:#4b5563;--color-surface-hover:#2d3748;--color-text-primary:#f9fafb;--color-text-secondary:#9ca3af;--color-text-muted:#6b7280;--color-text-inverse:#111827;--color-text-accent:#d4a017;--color-border:#374151;--color-border-subtle:#1f2937;--color-border-focus:#d4a017;--color-overlay:#000000b3;--color-nav-active-bg:var(--color-accent-muted);--color-nav-active-text:var(--color-accent);--color-nav-active-border:var(--color-accent)}[data-theme=light]{--color-bg-base:#f5f2eb;--color-surface-1:#e8e4db;--color-surface-2:#fff;--color-surface-3:#f0ece4;--color-surface-hover:#ddd9d0;--color-text-primary:#1a1a2e;--color-text-secondary:#5a5a6e;--color-text-muted:#8a8a9e;--color-text-inverse:#fff;--color-text-accent:#b8860b;--color-border:#d4d0c7;--color-border-subtle:#e0dcd3;--color-border-focus:#d4a017;--color-overlay:#0006;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--shadow-gold:0 0 0 2px var(--color-accent);--color-accent-muted:#d4a0171f;--color-accent-border:#d4a01733;--color-nav-active-bg:#fff;--color-nav-active-text:#b8860b;--color-nav-active-border:#d4a017}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-base);font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-base), color var(--transition-base);overflow-y:auto}#root{min-height:100vh}body.shell-active{overflow:hidden}h1{font-size:var(--text-display);font-weight:var(--weight-bold);line-height:var(--leading-tight)}h2{font-size:var(--text-title-lg);font-weight:var(--weight-bold);line-height:var(--leading-tight)}h3{font-size:var(--text-title);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}h4{font-size:var(--text-subtitle);font-weight:var(--weight-semibold)}h5{font-size:var(--text-base);font-weight:var(--weight-semibold)}p{color:var(--color-text-primary);line-height:var(--leading-relaxed)}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:var(--font-base);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-base);font-size:var(--text-sm)}img,video{max-width:100%;display:block}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface-1)}::-webkit-scrollbar-thumb{background:var(--color-surface-3);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}::selection{background-color:var(--color-accent-muted);color:var(--color-text-primary)}.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-base);cursor:pointer;white-space:nowrap;transition:background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border:1px solid #0000;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff1f 0%,#0000 50%,#0000000f 100%);position:absolute;inset:0}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn-primary{color:#111827;background:linear-gradient(#d4a017 0%,#b8860b 100%);border-color:#d4a017;box-shadow:0 1px 3px #d4a0174d,inset 0 1px #fff3}.btn-primary:hover{color:#111827;background:linear-gradient(#c8960e 0%,#a07509 100%);border-color:#c8960e;box-shadow:0 4px 12px #d4a01766,inset 0 1px #ffffff26}.btn-secondary{color:var(--color-text-primary);border-color:var(--color-border);background:0 0;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent);box-shadow:0 2px 8px #d4a01726}.btn-ghost{color:var(--color-text-secondary);background:0 0;border-color:#0000}.btn-ghost:before{display:none}.btn-ghost:hover{background-color:var(--color-surface-2);color:var(--color-text-primary)}.btn-destructive{color:var(--color-error);border-color:var(--color-error);background:0 0}.btn-destructive:before{display:none}.btn-destructive:hover{background-color:var(--color-error-bg)}.btn-sm{min-height:36px;padding:var(--space-1) var(--space-3);font-size:var(--text-xs)}.btn-lg{min-height:52px;padding:var(--space-3) var(--space-6);font-size:var(--text-base)}.btn-icon{flex-shrink:0;width:44px;min-height:44px;padding:0}.card{background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-4)}@media (width>=768px){.card{padding:var(--space-6)}}.card-elevated{background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-4);box-shadow:var(--shadow-md)}.card-interactive{cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast)}.card-interactive:hover{background-color:var(--color-surface-hover);border-color:var(--color-accent-border)}.input{width:100%;min-height:44px;padding:var(--space-2) var(--space-4);background-color:var(--color-surface-3);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-primary);font-size:var(--text-sm);font-weight:var(--weight-medium);font-family:var(--font-base);transition:border-color var(--transition-fast);outline:none}.input::placeholder{color:var(--color-text-muted)}.input:focus{border-color:var(--color-border-focus)}.input:disabled{opacity:.5;cursor:not-allowed}.input-error{border-color:var(--color-error)}.input-wrapper{gap:var(--space-1);flex-direction:column;display:flex}.input-label{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.input-label .required{color:var(--color-accent);margin-left:2px}.input-error-msg{font-size:var(--text-xs);color:var(--color-error)}.input-helper{font-size:var(--text-xs);color:var(--color-text-muted)}.input-currency-wrapper{align-items:center;display:flex;position:relative}.input-currency-prefix{left:var(--space-4);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-secondary);pointer-events:none;z-index:1;position:absolute}.input-currency{padding-left:calc(var(--space-4) + 1.25rem);text-align:right}.badge{align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;display:inline-flex}.badge-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.badge-green{background-color:var(--color-status-green-bg);color:var(--color-status-green)}.badge-yellow{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow)}.badge-red{background-color:var(--color-status-red-bg);color:var(--color-status-red)}.badge-grey{background-color:var(--color-status-grey-bg);color:var(--color-status-grey)}.badge-green .badge-dot{background-color:var(--color-status-green)}.badge-yellow .badge-dot{background-color:var(--color-status-yellow)}.badge-red .badge-dot{background-color:var(--color-status-red)}.badge-grey .badge-dot{background-color:var(--color-status-grey)}.badge-unpaid{background-color:var(--color-payment-unpaid-bg);color:var(--color-payment-unpaid)}.badge-advance{background-color:var(--color-payment-advance-bg);color:var(--color-payment-advance)}.badge-paid{background-color:var(--color-payment-paid-bg);color:var(--color-payment-paid)}.badge-low{background-color:var(--color-status-grey-bg);color:var(--color-status-grey)}.badge-medium{background-color:var(--color-surface-3);color:var(--color-text-secondary)}.badge-high{background-color:var(--color-status-yellow-bg);color:var(--color-status-yellow)}.badge-urgent{background-color:var(--color-status-red-bg);color:var(--color-status-red)}.divider{background-color:var(--color-border-subtle);height:1px;margin:var(--space-4) 0;border:none}.section-label{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em}.empty-state{text-align:center;padding:var(--space-16) var(--space-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state__icon{background-color:var(--color-surface-2);width:48px;height:48px;margin-bottom:var(--space-4);color:var(--color-text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.empty-state__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-1)}.empty-state__description{font-size:var(--text-xs);color:var(--color-text-secondary);max-width:220px;line-height:var(--leading-relaxed)}.empty-state .btn{margin-top:var(--space-4)}.skeleton{background:linear-gradient(90deg, var(--color-surface-2) 0%, var(--color-surface-3) 50%, var(--color-surface-2) 100%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{width:100%;height:14px;margin-bottom:var(--space-2)}.skeleton-title{width:60%;height:20px;margin-bottom:var(--space-3)}.skeleton-card{border-radius:var(--radius-xl);width:100%;height:80px}.toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);background-color:var(--color-surface-2);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-left:4px solid;width:100%;max-width:360px;display:flex}.toast-success{border-color:var(--color-success)}.toast-error{border-color:var(--color-error)}.toast-warning{border-color:var(--color-warning)}.toast-info{border-color:var(--color-info)}.toast__icon{flex-shrink:0;margin-top:2px}.toast__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.toast__body{font-size:var(--text-xs);color:var(--color-text-secondary);margin-top:2px}.modal-overlay{background-color:var(--color-overlay);z-index:var(--z-overlay);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=768px){.modal-overlay{align-items:center}}.modal{background-color:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-height:92vh;padding:var(--space-6);z-index:var(--z-modal);overflow-y:auto}@media (width>=768px){.modal{border-radius:var(--radius-xl);width:520px;max-height:80vh}}.modal__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.modal__title{font-size:var(--text-subtitle);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:500px;max-height:90vh;animation:.2s modalCardIn;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080}@keyframes modalCardIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-card-header{padding:var(--space-5) var(--space-5) 0;justify-content:space-between;align-items:center;display:flex}.modal-card-title{font-size:var(--text-base);font-weight:var(--weight-bold);margin:0}.modal-card-close{border-radius:var(--radius-full);background:var(--color-surface-3);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--transition-fast), opacity var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.modal-card-close:hover{background:var(--color-accent);color:#fff}.modal-card-body{padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.app-shell{background-color:var(--color-bg-base);min-height:100vh;display:flex}.app-shell__main{min-width:0;padding-bottom:var(--bottom-bar-height);flex:1}@media (width>=768px){.app-shell__main{margin-left:var(--sidebar-collapsed-width);padding-bottom:0}}@media (width>=1024px){.app-shell__main{margin-left:var(--sidebar-width)}}.page-content{padding:var(--space-4) var(--page-padding-x)}@media (width>=768px){.page-content{padding:var(--space-6) var(--page-padding-x-md)}}@media (width>=1280px){.page-content{padding:var(--space-8) var(--page-padding-x-xl);max-width:var(--content-max-width);margin:0 auto}}.dashboard-grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){.dashboard-grid{grid-template-columns:repeat(4,1fr)}}.financial-table-wrapper{margin:0 calc(-1 * var(--page-padding-x));padding:0 var(--page-padding-x);overflow-x:auto}.financial-table{border-collapse:collapse;width:100%;min-width:820px;font-size:var(--text-sm)}.financial-table th{text-align:left;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;padding:var(--space-3) var(--space-3);border-bottom:1px solid var(--color-border);white-space:nowrap}.financial-table th.col-amount,.financial-table td.col-amount{text-align:right;font-variant-numeric:tabular-nums}.financial-table td{padding:var(--space-3);border-bottom:1px solid var(--color-border-subtle);color:var(--color-text-primary);vertical-align:middle}.financial-table tr:hover td{background-color:var(--color-surface-1)}.financial-table .category-row td{background-color:var(--color-accent-muted);color:var(--color-accent);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;padding:var(--space-2) var(--space-3);border-bottom:none}.financial-table .col-balance.is-outstanding{color:var(--color-error)}.financial-table .col-balance.is-settled{color:var(--color-success)}.financial-table tfoot tr td{border-top:2px solid var(--color-border);font-weight:var(--weight-semibold);color:var(--color-text-primary);padding-top:var(--space-4)}.financial-table.vendor-table tbody tr:not(.category-row):nth-child(odd) td{background-color:var(--color-surface-2)}.financial-table.vendor-table tbody tr:not(.category-row):nth-child(2n) td{background-color:var(--color-surface-1)}.financial-table.vendor-table tbody tr:not(.category-row):hover td{background-color:var(--color-accent-muted)!important}.is-outstanding{font-weight:var(--weight-semibold);color:var(--color-error)!important}.is-settled{color:var(--color-success)!important}.import-dropzone{border:2px dashed var(--color-border);border-radius:var(--radius-xl);padding:var(--space-8);text-align:center;cursor:pointer;transition:border-color var(--transition-fast), background-color var(--transition-fast);background-color:var(--color-surface-1)}.import-dropzone:hover,.import-dropzone.drag-over{border-color:var(--color-accent);background-color:var(--color-accent-muted)}.spinner-loader{border:2px solid;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin-loader;display:inline-block}@keyframes spin-loader{to{transform:rotate(360deg)}}
