@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-sidebar.eg-Sidebar-module-open .eg-Sidebar-module-navItem span,.eg-Sidebar-module-sidebar.eg-Sidebar-module-open .eg-Sidebar-module-categoryLabel{display:block}.eg-Sidebar-module-sidebar.eg-Sidebar-module-open .eg-Sidebar-module-logoImg{height:44px;display:block}.eg-Sidebar-module-sidebar.eg-Sidebar-module-open .eg-Sidebar-module-header{justify-content:space-between}}.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}@media (width<=767px){.eg-Sidebar-module-nav{padding:var(--space-1) 0 0}}.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}@media (width<=767px){.eg-Sidebar-module-footer{padding:var(--space-1) var(--space-2)}}.eg-Sidebar-module-upgradeBanner{gap:var(--space-2);padding:var(--space-3) var(--space-3);margin:0 var(--space-2) var(--space-2);border-radius:var(--radius-xl);background:linear-gradient(135deg,#d4a01714 0%,#d4a01705 100%);border:1px solid #d4a01733;flex-direction:column;display:none}@media (width>=1024px){.eg-Sidebar-module-upgradeBanner{display:flex}}.eg-Sidebar-module-upgradeBannerTitle{font-size:var(--text-xs);color:var(--color-text-primary);font-weight:700}.eg-Sidebar-module-upgradeBannerText{color:var(--color-text-muted);margin:0;font-size:10px;line-height:1.4}.eg-Sidebar-module-upgradeBannerActions{gap:var(--space-2);margin-top:var(--space-1);display:flex}.eg-Sidebar-module-upgradeBannerBtn{padding:var(--space-1) var(--space-2);color:var(--color-accent);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);font-size:10px;font-weight:700;font-family:var(--font-base);letter-spacing:.02em;background:#d4a01726;border:1px solid #d4a01740;flex:1;justify-content:center;align-items:center;display:inline-flex}.eg-Sidebar-module-upgradeBannerBtn:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.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-2);display:flex}.eg-TopBar-module-right{align-items:center;gap:var(--space-1);display:flex}.eg-TopBar-module-menuBtn{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;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-TopBar-module-menuBtn:hover{background-color:var(--color-surface-2);color:var(--color-text-primary)}@media (width>=768px){.eg-TopBar-module-menuBtn{display:none}}.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}@media (width<=767px){.eg-TopBar-module-pipe{display: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}@media (width<=767px){.eg-TopBar-module-subtitle{display:none}}.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-userBtnWrap{position:relative}.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-userDropdown{top:calc(100% + var(--space-1));background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:160px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);flex-direction:column;display:flex;position:absolute;right:0;overflow:hidden}.eg-TopBar-module-userDropdownItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);text-align:left;width:100%;font-family:var(--font-base);background:0 0;border:none;text-decoration:none;display:flex}.eg-TopBar-module-userDropdownItem:hover{background-color:var(--color-surface-hover);color:var(--color-text-primary)}.eg-TopBar-module-userAvatar{border-radius:var(--radius-full);background:linear-gradient(180deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);width:34px;height:34px;color:var(--color-text-inverse);font-size:var(--text-sm);font-weight:var(--weight-bold);border:1.5px solid var(--color-accent-border);box-sizing:content-box;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}.eg-TopBar-module-betaBadge{color:var(--color-accent);background:var(--color-surface-2);border:1px solid var(--color-accent);letter-spacing:.5px;-webkit-user-select:none;user-select:none;border-radius:8px;padding:6px 8px;font-size:12px;font-weight:700;line-height:1.4}@media (width>=768px){.eg-TopBar-module-userName{display:block}}.eg-AppTour-module-welcomeOverlay{z-index:9998;padding:var(--space-4);-webkit-backdrop-filter:blur(16px);background:#000000d1;justify-content:center;align-items:center;animation:.3s ease-out eg-AppTour-module-fadeIn;display:flex;position:fixed;inset:0}.eg-AppTour-module-welcomeCard{background:#080808;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;width:100%;max-width:480px;animation:.45s cubic-bezier(.16,1,.3,1) eg-AppTour-module-scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff05,0 24px 64px #000c,0 8px 16px #0006}.eg-AppTour-module-welcomeHeader{background:#000;width:100%;height:190px;position:relative;overflow:hidden}.eg-AppTour-module-welcomeHeaderImg{object-fit:cover;object-position:center 35%;opacity:.82;filter:saturate(.9)brightness(.85);width:100%;height:100%;transition:transform 6s ease-out}.eg-AppTour-module-welcomeCard:hover .eg-AppTour-module-welcomeHeaderImg{transform:scale(1.05)}.eg-AppTour-module-welcomeHeaderOverlay{background:linear-gradient(#08080800 40%,#080808b3 75%,#080808 100%);position:absolute;inset:0}.eg-AppTour-module-welcomeBadge{align-items:center;gap:var(--space-2);-webkit-backdrop-filter:blur(10px);color:#e5c158;letter-spacing:.03em;background:#080808a6;border:1px solid #ffffff1f;border-radius:99px;padding:6px 14px;font-size:11px;font-weight:700;display:flex;position:absolute;top:18px;right:18px;box-shadow:0 4px 12px #00000040}.eg-AppTour-module-welcomeBadgeIcon{color:#e5c158;animation:3.5s linear infinite eg-AppTour-module-rotateSparkle}@keyframes eg-AppTour-module-rotateSparkle{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.15)}to{transform:rotate(360deg)scale(1)}}.eg-AppTour-module-welcomeContent{text-align:left;flex-direction:column;gap:18px;padding:24px 28px 32px;display:flex}.eg-AppTour-module-welcomeMeta{align-items:center;gap:var(--space-2);display:flex}.eg-AppTour-module-welcomeRoleTag{color:#e5c158;text-transform:uppercase;letter-spacing:.12em;background:#e5c15814;border:1px solid #e5c15833;border-radius:6px;padding:3px 10px;font-size:9px;font-weight:800}.eg-AppTour-module-welcomeTitle{color:#fff;letter-spacing:-.025em;margin:0;font-size:1.625rem;font-weight:800;line-height:1.2}.eg-AppTour-module-welcomeBody{font-size:var(--text-sm);color:#a1a1aa;margin:0;line-height:1.6}.eg-AppTour-module-welcomeFeaturesSection{padding:var(--space-4);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:12px;display:flex}.eg-AppTour-module-welcomeFeaturesTitle{color:#71717a;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700}.eg-AppTour-module-welcomeFeaturesGrid{flex-direction:column;gap:10px;display:flex}.eg-AppTour-module-welcomeFeatureItem{align-items:center;gap:12px;display:flex}.eg-AppTour-module-welcomeFeatureCheckWrap{color:#e5c158;background:#e5c15814;border:1px solid #e5c15840;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.eg-AppTour-module-welcomeFeatureCheckIcon{color:#e5c158}.eg-AppTour-module-welcomeFeatureText{font-size:var(--text-sm);color:#e4e4e7;font-weight:600}.eg-AppTour-module-welcomeActions{align-items:center;gap:var(--space-3);margin-top:var(--space-2);display:flex}.eg-AppTour-module-welcomeBtn{padding:13px var(--space-4);font-weight:700;font-size:var(--text-sm);cursor:pointer;font-family:var(--font-base);text-align:center;border:none;border-radius:14px;flex:1;transition:all .25s cubic-bezier(.16,1,.3,1)}.eg-AppTour-module-welcomeBtnPrimary{color:#080808;background:linear-gradient(135deg,#e5c158 0%,#b8860b 100%);font-weight:700;box-shadow:0 4px 24px #e5c15838}.eg-AppTour-module-welcomeBtnPrimary:hover{background:linear-gradient(135deg,#f0d278 0%,#c99b1c 100%);transform:translateY(-2px);box-shadow:0 8px 30px #e5c15866}.eg-AppTour-module-welcomeBtnPrimary:active{transform:translateY(0)}.eg-AppTour-module-welcomeBtnGhost{color:#a1a1aa;background:#ffffff08;border:1px solid #ffffff14}.eg-AppTour-module-welcomeBtnGhost:hover{color:#fff;background:#ffffff12;border-color:#ffffff29;transform:translateY(-1px)}.eg-AppTour-module-welcomeBtnGhost:active{transform:translateY(0)}.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{max-width:92%;padding:0}.eg-AppTour-module-welcomeHeader{height:160px}.eg-AppTour-module-welcomeContent{padding:20px var(--space-5) 24px var(--space-5);gap:14px}.eg-AppTour-module-welcomeTitle{font-size:1.375rem}.eg-AppTour-module-welcomeFeaturesSection{padding:var(--space-3)}.eg-AppTour-module-tooltip{width:calc(100vw - 32px);left:16px!important}.eg-AppTour-module-helpBtn{bottom:68px}}@media (width<=480px){.eg-AppTour-module-welcomeActions{flex-direction:column;gap:8px}.eg-AppTour-module-welcomeBtn{width:100%;padding:11px var(--space-4);flex:none}}.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:hidden 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);z-index:1001;justify-content:space-between;align-items:center;height:86px;margin:0 auto;display:flex;position:relative}@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), backdrop-filter 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{-webkit-backdrop-filter:blur(12px);background-color:#111827f2;border-bottom-color:#ffffff14;box-shadow:0 4px 20px #00000059}.eg-Navbar-module-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.eg-Navbar-module-logoImg{width:auto;height:48px;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:#fffc;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);color:#ffffffe6}.eg-Navbar-module-userLink{align-items:center;gap:var(--space-2);color:#fff;margin-left:var(--space-2);text-decoration:none;display:flex}.eg-Navbar-module-navAvatar{background:var(--color-accent);color:#000;width:32px;height:32px;font-size:var(--text-sm);font-weight:var(--weight-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-Navbar-module-navAvatarImg{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.eg-Navbar-module-navUserName{font-size:var(--text-base);font-weight:var(--weight-medium);color:#ffffffe6}.eg-Navbar-module-hamburger{border-radius:var(--radius-md);color:#fff;cursor:pointer;width:40px;height:40px;transition:background-color var(--transition-fast), border-color var(--transition-fast);background:#ffffff1a;border:1px solid #ffffff26;justify-content:center;align-items:center;display:flex}.eg-Navbar-module-hamburger:hover{background:#fff3;border-color:#ffffff4d}@media (width>=1024px){.eg-Navbar-module-hamburger{display:none}}.eg-Navbar-module-mobileMenu{-webkit-backdrop-filter:blur(24px);z-index:1000;width:100vw;height:100vh;padding:120px var(--space-8) 60px var(--space-8);box-sizing:border-box;justify-content:center;align-items:center;gap:var(--space-8);background-color:#0b0f17fa;flex-direction:column;animation:.28s cubic-bezier(.16,1,.3,1) forwards eg-Navbar-module-fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes eg-Navbar-module-fadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.eg-Navbar-module-mobileNav{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.eg-Navbar-module-mobileNavLink{cursor:pointer;font-family:var(--font-base);color:#ffffffb3;text-align:center;min-height:48px;padding:0 var(--space-3);transition:color var(--transition-base), transform var(--transition-base);letter-spacing:-.02em;background:0 0;border:none;justify-content:center;align-items:center;font-size:2rem;font-weight:200;display:flex;position:relative}.eg-Navbar-module-mobileNavLink:hover{color:var(--color-accent);transform:translateY(-2px)}.eg-Navbar-module-mobileNavLink: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:-4px;left:50%}.eg-Navbar-module-mobileNavLink:hover:after{width:40px;left:calc(50% - 20px)}.eg-Navbar-module-header .btn-ghost{color:#ffffffe6}.eg-Navbar-module-header .btn-ghost:hover{color:#fff;background-color:#ffffff1a}.eg-Navbar-module-header .btn-primary{color:#fff;font-weight:var(--weight-bold);border-radius:var(--radius-sm);text-transform:uppercase;font-size:var(--text-xs);letter-spacing:.05em;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #ffffffd9;padding:10px 20px}.eg-Navbar-module-header .btn-primary:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.eg-Navbar-module-mobileCta{gap:var(--space-4);flex-direction:column;width:100%;max-width:320px;margin-top:1rem;display:flex}.eg-HeroSection-module-hero{background-color:var(--color-bg-base);flex-direction:column;justify-content:flex-end;height:100vh;min-height:100vh;padding-bottom:clamp(60px,10vh,120px);display:flex;position:relative;overflow:hidden}.eg-HeroSection-module-slideshow{z-index:0;position:absolute;inset:0}.eg-HeroSection-module-slide{background-position:50%;background-size:cover;width:120%;height:120%;position:absolute;top:-10%;left:-10%}.eg-HeroSection-module-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000b8 0%,#00000059 50%,#000000b8 100%),#00000040;position:absolute;inset:0}.eg-HeroSection-module-container{z-index:2;width:100%;max-width:1800px;padding:0 var(--space-6);margin:0 auto;position:relative}@media (width>=768px){.eg-HeroSection-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-HeroSection-module-container{padding:0 var(--space-12)}}.eg-HeroSection-module-heroLayout{gap:var(--space-10);grid-template-columns:1fr;align-items:flex-end;display:grid}@media (width>=900px){.eg-HeroSection-module-heroLayout{gap:var(--space-12);grid-template-columns:1.2fr .8fr}}.eg-HeroSection-module-leftCol{align-items:flex-start;gap:var(--space-6);text-align:left;flex-direction:column;display:flex}.eg-HeroSection-module-title{font-family:var(--font-base);color:#fff;letter-spacing:-.015em;text-shadow:0 4px 24px #0000004d;margin:0;font-size:clamp(3rem,7.5vw,7rem);font-weight:100;line-height:1.05}.eg-HeroSection-module-ctaWrap{margin-top:var(--space-2)}.eg-HeroSection-module-btnGold{justify-content:center;align-items:center;gap:var(--space-2);color:#111827;font-size:15px;font-weight:var(--weight-bold);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.08em;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:linear-gradient(#d4a017 0%,#b8860b 100%);border:1px solid #d4a017;padding:18px 40px;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #d4a01759,inset 0 1px #fff3}.eg-HeroSection-module-btnGold:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff26 0%,#0000 50%,#00000014 100%);position:absolute;inset:0}.eg-HeroSection-module-btnGold:hover{color:#111827;background:linear-gradient(#c8960e 0%,#a07509 100%);transform:translateY(-2px);box-shadow:0 8px 28px #d4a01780,inset 0 1px #ffffff26}.eg-HeroSection-module-rightCol{text-align:left;flex-direction:column;align-items:flex-start;margin-bottom:5rem;display:flex}@media (width>=900px){.eg-HeroSection-module-rightCol{text-align:right;justify-content:flex-end;align-items:flex-end}}.eg-HeroSection-module-summary{font-family:var(--font-base);color:#ffffffd9;font-size:clamp(.85rem,1.5vw,.95rem);font-weight:var(--weight-semibold);letter-spacing:.12em;text-shadow:0 2px 8px #0000004d;margin:0;line-height:1.8}.eg-HeroSection-module-scrollIndicator{z-index:2;align-items:center;gap:var(--space-2);color:#ffffff80;pointer-events:none;flex-direction:column;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=767px){.eg-HeroSection-module-scrollIndicator{display:none}}.eg-HeroSection-module-scrollText{font-size:10px;font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.15em}.eg-HeroSection-module-bounceChevron{animation:2s 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-PartnersSection-module-section{padding:6rem var(--space-6);z-index:2;background:radial-gradient(circle at center, #d4a01714 0%, #11182700 70%), var(--color-bg-base);position:relative;overflow:hidden}@media (width>=768px){.eg-PartnersSection-module-section{padding:7rem var(--space-8)}}.eg-PartnersSection-module-container{width:100%;max-width:1200px;margin:0 auto}.eg-PartnersSection-module-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:linear-gradient(135deg,#141821d9 0%,#0a0c12f2 100%);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;width:100%;padding:3.5rem 2rem;display:flex;position:relative;box-shadow:0 24px 60px #00000080,inset 0 1px #ffffff1a}@media (width>=768px){.eg-PartnersSection-module-card{padding:5rem 4rem}}.eg-PartnersSection-module-card:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#d4a0170f 0%,#0000 70%);position:absolute;inset:-10%}.eg-PartnersSection-module-title{font-family:var(--font-base);color:#fff;letter-spacing:-.02em;margin-bottom:4rem;font-size:1.75rem;font-weight:300}@media (width>=768px){.eg-PartnersSection-module-title{font-size:2.25rem}}.eg-PartnersSection-module-subtitle{font-family:var(--font-base);color:#ffffff80;max-width:560px;margin:0 auto 4rem;font-size:.95rem;font-weight:400;line-height:1.6}.eg-PartnersSection-module-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 3.5rem;width:100%;max-width:960px;display:flex}.eg-PartnersSection-module-logoWrapper{opacity:.6;transition:opacity var(--transition-base), transform var(--transition-base), filter var(--transition-base);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:10rem;height:6rem;display:flex}.eg-PartnersSection-module-logoWrapper:hover{opacity:1;filter:drop-shadow(0 0 10px #ffffff40);transform:scale(1.04)}.eg-PartnersSection-module-logoWrapper img,.eg-PartnersSection-module-logoWrapper svg{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.eg-PartnersSection-module-partnerImg{filter:brightness(0)invert()}.eg-PartnersSection-module-partnerTextLogo{font-family:var(--font-base);color:#fff;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;border:1px solid #fff3;border-radius:8px;padding:8px 16px;font-size:11px;font-weight:700}.eg-StepsSection-module-section{background-color:var(--color-bg-base);padding:6rem var(--space-6) 8rem var(--space-6);z-index:2;border-bottom:1px solid #ffffff0a;position:relative;overflow:hidden}@media (width>=768px){.eg-StepsSection-module-section{padding:8rem var(--space-8) 10rem var(--space-8)}}.eg-StepsSection-module-container{max-width:1800px;margin:0 auto;position:relative}.eg-StepsSection-module-header{text-align:center;margin-bottom:5rem}@media (width>=768px){.eg-StepsSection-module-header{text-align:left}}.eg-StepsSection-module-tagline{font-family:var(--font-base);color:var(--color-accent);text-transform:uppercase;letter-spacing:.18em;margin-bottom:.75rem;font-size:11px;font-weight:700;display:block}.eg-StepsSection-module-title{font-family:var(--font-base);color:var(--color-text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:300}@media (width>=768px){.eg-StepsSection-module-title{font-size:2.75rem}}.eg-StepsSection-module-timelineContainer{margin-top:4rem;position:relative}.eg-StepsSection-module-glowBeam{z-index:1;background:#ffffff0d;border-radius:2px;width:100%;height:4px;margin-bottom:0;position:relative}.eg-StepsSection-module-glowBeamInner{background:linear-gradient(90deg, transparent 0%, #d4a01733 15%, var(--color-accent) 45%, gold 50%, var(--color-accent) 55%, #d4a01733 85%, transparent 100%);width:100%;height:100%;box-shadow:0 0 15px 3px var(--color-accent), 0 0 30px 6px #d4a0174d;background-size:200% 100%;border-radius:2px;animation:4s linear infinite eg-StepsSection-module-shine;position:absolute;top:0;left:0}@keyframes eg-StepsSection-module-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.eg-StepsSection-module-stepsGrid{z-index:2;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:-2px;display:grid;position:relative}.eg-StepsSection-module-stepCard{flex-direction:column;display:flex;position:relative}.eg-StepsSection-module-indicatorContainer{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.eg-StepsSection-module-indicatorDot{border:2px solid var(--color-accent);width:8px;height:8px;box-shadow:0 0 8px 2px var(--color-accent);z-index:3;background-color:#fff;border-radius:50%}.eg-StepsSection-module-indicatorLine{background:linear-gradient(to bottom, var(--color-accent) 0%, #ffffff0d 100%);width:1px;height:48px}.eg-StepsSection-module-cardContent{text-align:center;padding:0 1rem}.eg-StepsSection-module-iconWrapper{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-text-secondary);transition:transform var(--transition-base), color var(--transition-base), background-color var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);background:#ffffff05;border:1px solid #ffffff14;justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.eg-StepsSection-module-stepCard:hover .eg-StepsSection-module-iconWrapper{color:var(--color-accent);border-color:var(--color-accent-border);background:#d4a0170d;transform:translateY(-4px)scale(1.05);box-shadow:0 4px 15px #d4a01726}.eg-StepsSection-module-stepIcon{display:block}.eg-StepsSection-module-stepNumber{font-family:var(--font-base);font-size:var(--text-xs);color:var(--color-accent);letter-spacing:.1em;margin-bottom:.5rem;font-weight:700;display:block}.eg-StepsSection-module-stepTitle{font-family:var(--font-base);font-size:var(--text-base);font-weight:var(--weight-bold);color:var(--color-text-primary);letter-spacing:-.01em;margin-bottom:.75rem}.eg-StepsSection-module-stepDesc{font-family:var(--font-base);font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}@media (width<=1023px){.eg-StepsSection-module-glowBeam{width:4px;height:calc(100% - 120px);margin-bottom:0;position:absolute;top:0;left:20px}.eg-StepsSection-module-glowBeamInner{background:linear-gradient(180deg, transparent 0%, #d4a01733 15%, var(--color-accent) 45%, gold 50%, var(--color-accent) 55%, #d4a01733 85%, transparent 100%);width:100%;height:100%;box-shadow:0 0 15px 3px var(--color-accent), 0 0 30px 6px #d4a0174d;background-size:100% 200%;animation:4s linear infinite eg-StepsSection-module-shineVertical}@keyframes eg-StepsSection-module-shineVertical{0%{background-position:0 200%}to{background-position:0 -200%}}.eg-StepsSection-module-stepsGrid{flex-direction:column;gap:4rem;margin-top:0;padding-left:60px;display:flex}.eg-StepsSection-module-stepCard{flex-direction:row;align-items:flex-start}.eg-StepsSection-module-indicatorContainer{height:auto;margin-bottom:0;position:absolute;top:18px;left:-40px}.eg-StepsSection-module-indicatorDot{width:10px;height:10px}.eg-StepsSection-module-indicatorLine{background:linear-gradient(to right, var(--color-accent) 0%, #ffffff0d 100%);width:24px;height:1px}.eg-StepsSection-module-cardContent{text-align:left;padding:0}.eg-StepsSection-module-iconWrapper{margin-bottom:1rem}}.eg-ProblemSection-module-section{background-color:var(--color-bg-base);border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;flex-direction:column;width:100%;min-height:100vh;display:flex}.eg-ProblemSection-module-container{max-width:1800px;padding:0 var(--space-6);flex-direction:column;flex:1;justify-content:center;margin:0 auto;display:flex}@media (width>=768px){.eg-ProblemSection-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-ProblemSection-module-container{padding:0 var(--space-12)}}.eg-ProblemSection-module-layout{gap:var(--space-12);grid-template-columns:1fr;align-items:start;display:grid}@media (width>=900px){.eg-ProblemSection-module-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:80px}}.eg-ProblemSection-module-leftCol{flex-direction:column;display:flex}@media (width>=900px){.eg-ProblemSection-module-leftCol{position:sticky;top:100px}}.eg-ProblemSection-module-headline{font-family:var(--font-base);color:var(--color-text-primary);letter-spacing:-.03em;margin:0;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:300;line-height:1.2}.eg-ProblemSection-module-rightCol{gap:var(--space-12);flex-direction:column;display:flex}.eg-ProblemSection-module-stepsList{flex-direction:column;gap:0;display:flex}.eg-ProblemSection-module-stepRow{gap:var(--space-5);padding:var(--space-6) 0;border-top:1px solid #ffffff0f;display:flex}.eg-ProblemSection-module-stepRow:last-child{border-bottom:1px solid #ffffff0f}.eg-ProblemSection-module-stepLeft{flex-direction:column;flex-shrink:0;align-items:center;gap:0;width:auto;display:flex}.eg-ProblemSection-module-stepNumber{color:var(--color-accent);letter-spacing:.05em;font-size:6rem;font-weight:100;line-height:1}.eg-ProblemSection-module-stepConnector{width:1px;margin-top:var(--space-2);background:#ffffff0f;flex:1;min-height:20px}.eg-ProblemSection-module-stepContent{padding-bottom:var(--space-2);flex-direction:column;flex:1;display:flex}.eg-ProblemSection-module-stepTitle{font-family:var(--font-base);color:var(--color-text-primary);margin:0 0 var(--space-2) 0;font-size:2rem;font-weight:100;line-height:var(--leading-normal)}.eg-ProblemSection-module-stepDesc{color:var(--color-text-muted);font-size:1.5rem;line-height:var(--leading-relaxed);margin:0}.eg-ProblemSection-module-statsRow{gap:var(--space-6);padding-top:var(--space-8);border-top:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);margin-bottom:6rem;display:grid}.eg-ProblemSection-module-statItem{gap:var(--space-2);flex-direction:column;display:flex}.eg-ProblemSection-module-statValue{font-family:var(--font-base);color:var(--color-text-primary);letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,7.75rem);font-weight:100;line-height:1}.eg-ProblemSection-module-statLabel{color:var(--color-text-muted);font-size:1rem;line-height:var(--leading-normal);margin:0}@media (width<=640px){.eg-ProblemSection-module-statsRow{grid-template-columns:1fr 1fr}.eg-ProblemSection-module-headline{font-size:clamp(2rem,8vw,2.75rem)}.eg-ProblemSection-module-stepDesc{font-size:clamp(1rem,1vw,1rem)}.eg-ProblemSection-module-stepTitle{font-size:clamp(2rem,2vw,2rem)}}.eg-BentoFeaturesSection-module-section{background-color:var(--color-bg-base);padding:var(--space-16) 0;width:100%}.eg-BentoFeaturesSection-module-container{max-width:1800px;padding:0 var(--space-6);margin:0 auto}@media (width>=768px){.eg-BentoFeaturesSection-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-BentoFeaturesSection-module-container{padding:0 var(--space-12)}}.eg-BentoFeaturesSection-module-header{text-align:center;max-width:640px;margin:0 auto var(--space-12) auto}.eg-BentoFeaturesSection-module-headline{font-family:var(--font-base);font-size:clamp(2rem,3.5vw,4rem);font-weight:100;line-height:var(--leading-tight);color:var(--color-text-primary);margin:0 0 var(--space-4) 0;letter-spacing:-.025em}.eg-BentoFeaturesSection-module-subtext{font-size:var(--text-base);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin:0}.eg-BentoFeaturesSection-module-bentoGrid{grid-template:"cellA cellB cellC"260px"cellD cellE cellF"300px/1fr 1.6fr 1fr;gap:16px;display:grid}.eg-BentoFeaturesSection-module-cell{border-radius:18px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.eg-BentoFeaturesSection-module-cell:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.eg-BentoFeaturesSection-module-cellDark{background-color:var(--color-surface-1);padding:var(--space-8);border:1px solid #ffffff0f;flex-direction:column;justify-content:flex-end;display:flex}.eg-BentoFeaturesSection-module-cellA{grid-area:cellA}.eg-BentoFeaturesSection-module-cellB{grid-area:cellB}.eg-BentoFeaturesSection-module-cellC{grid-area:cellC}.eg-BentoFeaturesSection-module-cellD{grid-area:cellD}.eg-BentoFeaturesSection-module-cellE{grid-area:cellE}.eg-BentoFeaturesSection-module-cellF{grid-area:cellF}.eg-BentoFeaturesSection-module-cellImage{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.eg-BentoFeaturesSection-module-cell:hover .eg-BentoFeaturesSection-module-cellImage{transform:scale(1.04)}.eg-BentoFeaturesSection-module-cellLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-3);display:inline-block}.eg-BentoFeaturesSection-module-cellTagline{font-family:var(--font-base);font-size:clamp(1rem,1.8vw,1.3rem);font-weight:var(--weight-bold);color:var(--color-text-primary);margin:0;line-height:1.4}.eg-BentoFeaturesSection-module-em{color:var(--color-text-secondary);font-style:normal;font-weight:var(--weight-regular)}.eg-BentoFeaturesSection-module-bigStat{font-family:var(--font-base);color:var(--color-accent);letter-spacing:-.02em;margin-bottom:var(--space-2);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:100;line-height:1}.eg-BentoFeaturesSection-module-statLabel{font-size:var(--text-xs);color:var(--color-text-muted);line-height:var(--leading-normal);max-width:120px;margin:0}.eg-BentoFeaturesSection-module-ctaBtn{align-items:center;gap:var(--space-2);margin-top:var(--space-5);background-color:var(--color-text-primary);color:var(--color-bg-base);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-bold);transition:background-color var(--transition-fast), gap var(--transition-fast);align-self:flex-start;padding:10px 20px;text-decoration:none;display:inline-flex}.eg-BentoFeaturesSection-module-ctaBtn:hover{background-color:var(--color-accent);color:var(--color-text-inverse);gap:var(--space-3)}.eg-BentoFeaturesSection-module-overlayChip{-webkit-backdrop-filter:blur(6px);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-text-primary);background-color:#111827d9;border:1px solid #ffffff1a;align-items:center;gap:8px;padding:6px 14px;display:flex;position:absolute;bottom:16px;left:16px}.eg-BentoFeaturesSection-module-chipDot{background-color:var(--color-status-green);width:8px;height:8px;box-shadow:0 0 6px var(--color-status-green);border-radius:50%;flex-shrink:0;animation:1.5s ease-in-out infinite alternate eg-BentoFeaturesSection-module-blink}@keyframes eg-BentoFeaturesSection-module-blink{0%{opacity:.5}to{opacity:1}}@media (width<=900px){.eg-BentoFeaturesSection-module-bentoGrid{grid-template:"cellA cellB"220px"cellE cellE"260px"cellD cellF"220px/1fr 1fr}.eg-BentoFeaturesSection-module-cellC{display:none}}@media (width<=600px){.eg-BentoFeaturesSection-module-bentoGrid{grid-template:"cellA""cellB""cellE""cellF"/1fr}.eg-BentoFeaturesSection-module-cellC,.eg-BentoFeaturesSection-module-cellD{display:none}.eg-BentoFeaturesSection-module-cell{min-height:220px}.eg-BentoFeaturesSection-module-cellDark{min-height:180px}}.eg-FeatureSpotlightA-module-section{background-color:var(--color-bg-base);padding:var(--space-16) 0 calc(var(--space-16) * 1.5);width:100%;overflow:hidden}.eg-FeatureSpotlightA-module-container{max-width:1800px;padding:0 var(--space-6);margin:0 auto}@media (width>=768px){.eg-FeatureSpotlightA-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-FeatureSpotlightA-module-container{padding:0 var(--space-12)}}.eg-FeatureSpotlightA-module-sectionHeader{text-align:center;margin-bottom:calc(var(--space-16) * 1.25)}.eg-FeatureSpotlightA-module-eyebrow{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.14em;margin-bottom:var(--space-4);display:inline-block}.eg-FeatureSpotlightA-module-sectionTitle{font-family:var(--font-base);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:100;line-height:var(--leading-tight);color:var(--color-text-primary);letter-spacing:-.025em;margin:0}.eg-FeatureSpotlightA-module-moduleGrid{gap:calc(var(--space-16) * 1.5);flex-direction:column;display:flex}.eg-FeatureSpotlightA-module-module{gap:var(--space-10);grid-template-columns:1fr;align-items:center;display:grid;position:relative}@media (width>=900px){.eg-FeatureSpotlightA-module-module{grid-template-columns:1fr 3px 1fr;gap:36px}.eg-FeatureSpotlightA-module-moduleReversed{direction:rtl}.eg-FeatureSpotlightA-module-moduleReversed>*{direction:ltr}}.eg-FeatureSpotlightA-module-imageCluster{width:100%;position:relative}.eg-FeatureSpotlightA-module-imagePrimary{min-height:30rem;box-shadow:var(--shadow-lg);background-color:var(--color-surface-2);border-radius:18px;position:relative;overflow:hidden}.eg-FeatureSpotlightA-module-imagePrimary img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.eg-FeatureSpotlightA-module-imageCluster:hover .eg-FeatureSpotlightA-module-imagePrimary img{transform:scale(1.04)}.eg-FeatureSpotlightA-module-progressTrack{background:#ffffff0f;border-radius:2px;width:100%;height:3px;position:relative;overflow:hidden}.eg-FeatureSpotlightA-module-progressFillDesktop{display:none}.eg-FeatureSpotlightA-module-progressFillMobile{background:var(--color-accent);transform-origin:0;border-radius:2px;width:100%;height:100%;position:absolute;top:0;left:0}@media (width>=900px){.eg-FeatureSpotlightA-module-progressTrack{place-self:stretch center;width:3px;height:100%}.eg-FeatureSpotlightA-module-progressFillDesktop{background:var(--color-accent);transform-origin:top;border-radius:2px;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.eg-FeatureSpotlightA-module-progressFillMobile{display:none}}.eg-FeatureSpotlightA-module-phaseChip{align-items:center;gap:var(--space-2);background-color:var(--color-bg-base);border:1.5px solid var(--color-accent-border);border-radius:var(--radius-full);box-shadow:var(--shadow-md);z-index:2;padding:8px 16px 8px 10px;display:inline-flex;position:absolute;bottom:-16px;left:28px}.eg-FeatureSpotlightA-module-moduleReversed .eg-FeatureSpotlightA-module-phaseChip{left:auto;right:28px}.eg-FeatureSpotlightA-module-phaseChipNumber{background-color:var(--color-accent);width:26px;height:26px;color:var(--color-text-inverse);border-radius:var(--radius-full);font-size:11px;font-weight:var(--weight-extrabold);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-FeatureSpotlightA-module-phaseChipText{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-primary);letter-spacing:.02em}.eg-FeatureSpotlightA-module-textBlock{padding-top:var(--space-6);flex-direction:column;align-items:flex-start;display:flex}@media (width>=900px){.eg-FeatureSpotlightA-module-textBlock{padding-top:0}}.eg-FeatureSpotlightA-module-headline{font-family:var(--font-base);color:var(--color-text-primary);margin:0 0 var(--space-5) 0;letter-spacing:-.03em;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:100;line-height:1.05}.eg-FeatureSpotlightA-module-headline:after{content:"";background:var(--color-accent);border-radius:var(--radius-full);width:48px;height:3px;margin-top:var(--space-4);display:block}.eg-FeatureSpotlightA-module-summary{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin:0 0 var(--space-6) 0;max-width:520px}.eg-FeatureSpotlightA-module-ctaLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-accent);letter-spacing:.01em;transition:gap var(--transition-fast), color var(--transition-fast);text-decoration:none;display:inline-flex}.eg-FeatureSpotlightA-module-ctaLink:hover{color:var(--color-accent-hover);gap:var(--space-3)}@media (width<=899px){.eg-FeatureSpotlightA-module-moduleGrid{gap:var(--space-16)}.eg-FeatureSpotlightA-module-module{grid-template-columns:1fr}.eg-FeatureSpotlightA-module-moduleReversed{direction:ltr}.eg-FeatureSpotlightA-module-headline{font-size:clamp(2.25rem,10vw,3rem)}.eg-FeatureSpotlightA-module-phaseChip{bottom:-14px;left:20px}.eg-FeatureSpotlightA-module-moduleReversed .eg-FeatureSpotlightA-module-phaseChip{left:20px;right:auto}}.eg-FeatureSpotlightB-module-section{background-color:var(--color-bg-base);width:100%;overflow:hidden}.eg-FeatureSpotlightB-module-layout{flex-direction:column;min-height:600px;display:flex}@media (width>=900px){.eg-FeatureSpotlightB-module-layout{flex-direction:row;min-height:680px}}.eg-FeatureSpotlightB-module-imagePane{flex-shrink:0;width:100%;min-height:320px;position:relative;overflow:hidden}@media (width>=900px){.eg-FeatureSpotlightB-module-imagePane{width:60%;min-height:unset}}.eg-FeatureSpotlightB-module-eventImage{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.eg-FeatureSpotlightB-module-imagePane:hover .eg-FeatureSpotlightB-module-eventImage{transform:scale(1.03)}.eg-FeatureSpotlightB-module-imageOverlay{padding:var(--space-8);background:linear-gradient(135deg,#00000073 0%,#0000 60%);align-items:flex-end;display:flex;position:absolute;inset:0}.eg-FeatureSpotlightB-module-overlayLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-full);background-color:#ffffff1a;border:1px solid #ffffff26;padding:6px 14px}.eg-FeatureSpotlightB-module-contentPane{background-color:var(--color-surface-1);border-left:1px solid #ffffff0d;flex:1;align-items:center;display:flex}.eg-FeatureSpotlightB-module-contentInner{padding:var(--space-10) var(--space-8);flex-direction:column;align-items:flex-start;gap:0;width:100%;display:flex}@media (width>=1200px){.eg-FeatureSpotlightB-module-contentInner{padding:var(--space-12) var(--space-10)}}.eg-FeatureSpotlightB-module-eyebrow{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-4);display:block}.eg-FeatureSpotlightB-module-headline{font-family:var(--font-base);color:var(--color-text-primary);margin:0 0 var(--space-4) 0;letter-spacing:-.025em;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:100;line-height:1.2}.eg-FeatureSpotlightB-module-subtext{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin:0 0 var(--space-8) 0}.eg-FeatureSpotlightB-module-cardStack{width:100%;margin-bottom:var(--space-8);flex-direction:column;gap:0;display:flex}.eg-FeatureSpotlightB-module-featureCard{align-items:flex-start;gap:var(--space-4);padding:var(--space-5) 0;transition:background-color var(--transition-base);border-bottom:1px solid #ffffff0f;display:flex}.eg-FeatureSpotlightB-module-featureCard:first-child{border-top:1px solid #ffffff0f}.eg-FeatureSpotlightB-module-cardIcon{color:var(--color-accent);flex-shrink:0;margin-top:1px;font-size:18px;line-height:1.4}.eg-FeatureSpotlightB-module-cardBody{gap:var(--space-1);flex-direction:column;display:flex}.eg-FeatureSpotlightB-module-cardTitle{font-family:var(--font-base);font-size:var(--text-sm);color:var(--color-text-primary);font-weight:100;line-height:var(--leading-normal);margin:0}.eg-FeatureSpotlightB-module-cardText{font-size:var(--text-xs);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin:0}.eg-FeatureSpotlightB-module-ctaLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-accent);transition:gap var(--transition-fast), color var(--transition-fast);text-decoration:none;display:inline-flex}.eg-FeatureSpotlightB-module-ctaLink:hover{color:var(--color-accent-hover);gap:var(--space-3)}@media (width<=899px){.eg-FeatureSpotlightB-module-contentInner{padding:var(--space-8) var(--space-6)}.eg-FeatureSpotlightB-module-imagePane{min-height:280px}}.eg-FeatureSpotlightC-module-section{background-color:var(--color-surface-1);border-top:1px solid #ffffff0a;width:100%;overflow:hidden}.eg-FeatureSpotlightC-module-layout{flex-direction:column;min-height:600px;display:flex}@media (width>=900px){.eg-FeatureSpotlightC-module-layout{flex-direction:row;min-height:680px}}.eg-FeatureSpotlightC-module-contentPane{background-color:var(--color-surface-1);border-right:1px solid #ffffff0d;flex:0 0 40%;align-items:center;display:flex}@media (width<=899px){.eg-FeatureSpotlightC-module-contentPane{flex:unset;border-right:none}}.eg-FeatureSpotlightC-module-contentInner{padding:var(--space-10) var(--space-8);flex-direction:column;align-items:flex-start;width:100%;display:flex}@media (width>=1200px){.eg-FeatureSpotlightC-module-contentInner{padding:var(--space-12) var(--space-10)}}.eg-FeatureSpotlightC-module-eyebrow{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-4);display:block}.eg-FeatureSpotlightC-module-headline{font-family:var(--font-base);color:var(--color-text-primary);margin:0 0 var(--space-4) 0;letter-spacing:-.025em;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:100;line-height:1.2}.eg-FeatureSpotlightC-module-subtext{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin:0 0 var(--space-8) 0}.eg-FeatureSpotlightC-module-cardStack{width:100%;margin-bottom:var(--space-8);flex-direction:column;gap:0;display:flex}.eg-FeatureSpotlightC-module-featureCard{align-items:flex-start;gap:var(--space-4);padding:var(--space-5) 0;transition:background-color var(--transition-base);border-bottom:1px solid #ffffff0f;display:flex}.eg-FeatureSpotlightC-module-featureCard:first-child{border-top:1px solid #ffffff0f}.eg-FeatureSpotlightC-module-cardIcon{color:var(--color-accent);flex-shrink:0;margin-top:1px;font-size:18px;line-height:1.4}.eg-FeatureSpotlightC-module-cardBody{gap:var(--space-1);flex-direction:column;display:flex}.eg-FeatureSpotlightC-module-cardTitle{font-family:var(--font-base);font-size:var(--text-sm);color:var(--color-text-primary);font-weight:100;line-height:var(--leading-normal);margin:0}.eg-FeatureSpotlightC-module-cardText{font-size:var(--text-xs);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin:0}.eg-FeatureSpotlightC-module-ctaLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-accent);transition:gap var(--transition-fast), color var(--transition-fast);text-decoration:none;display:inline-flex}.eg-FeatureSpotlightC-module-ctaLink:hover{color:var(--color-accent-hover);gap:var(--space-3)}.eg-FeatureSpotlightC-module-imagePane{flex:0 0 60%;min-height:320px;position:relative;overflow:hidden}@media (width<=899px){.eg-FeatureSpotlightC-module-imagePane{flex:unset;order:-1;width:100%;min-height:280px}}.eg-FeatureSpotlightC-module-eventImage{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.eg-FeatureSpotlightC-module-imagePane:hover .eg-FeatureSpotlightC-module-eventImage{transform:scale(1.03)}.eg-FeatureSpotlightC-module-imageOverlay{padding:var(--space-8);background:linear-gradient(225deg,#00000073 0%,#0000 60%);justify-content:flex-end;align-items:flex-end;display:flex;position:absolute;inset:0}.eg-FeatureSpotlightC-module-overlayLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-full);background-color:#ffffff1a;border:1px solid #ffffff26;padding:6px 14px}@media (width<=899px){.eg-FeatureSpotlightC-module-contentInner{padding:var(--space-8) var(--space-6)}}.eg-FeatureSpotlightD-module-section{background-color:var(--color-bg-base);border-top:1px solid #ffffff0a;width:100%;overflow:hidden}.eg-FeatureSpotlightD-module-layout{flex-direction:column;min-height:600px;display:flex}@media (width>=900px){.eg-FeatureSpotlightD-module-layout{flex-direction:row;min-height:680px}}.eg-FeatureSpotlightD-module-imagePane{flex-shrink:0;width:100%;min-height:320px;position:relative;overflow:hidden}@media (width>=900px){.eg-FeatureSpotlightD-module-imagePane{width:60%;min-height:unset}}.eg-FeatureSpotlightD-module-eventImage{object-fit:cover;width:100%;height:100%;transition:transform .7s;display:block}.eg-FeatureSpotlightD-module-imagePane:hover .eg-FeatureSpotlightD-module-eventImage{transform:scale(1.03)}.eg-FeatureSpotlightD-module-imageOverlay{padding:var(--space-8);background:linear-gradient(135deg,#00000073 0%,#0000 60%);align-items:flex-end;display:flex;position:absolute;inset:0}.eg-FeatureSpotlightD-module-overlayLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-full);background-color:#ffffff1a;border:1px solid #ffffff26;padding:6px 14px}.eg-FeatureSpotlightD-module-contentPane{background-color:var(--color-surface-1);border-left:1px solid #ffffff0d;flex:1;align-items:center;display:flex}.eg-FeatureSpotlightD-module-contentInner{padding:var(--space-10) var(--space-8);flex-direction:column;align-items:flex-start;width:100%;display:flex}@media (width>=1200px){.eg-FeatureSpotlightD-module-contentInner{padding:var(--space-12) var(--space-10)}}.eg-FeatureSpotlightD-module-eyebrow{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-4);display:block}.eg-FeatureSpotlightD-module-headline{font-family:var(--font-base);color:var(--color-text-primary);margin:0 0 var(--space-4) 0;letter-spacing:-.025em;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:100;line-height:1.2}.eg-FeatureSpotlightD-module-subtext{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin:0 0 var(--space-8) 0}.eg-FeatureSpotlightD-module-cardStack{width:100%;margin-bottom:var(--space-8);flex-direction:column;gap:0;display:flex}.eg-FeatureSpotlightD-module-featureCard{align-items:flex-start;gap:var(--space-4);padding:var(--space-5) 0;border-bottom:1px solid #ffffff0f;display:flex}.eg-FeatureSpotlightD-module-featureCard:first-child{border-top:1px solid #ffffff0f}.eg-FeatureSpotlightD-module-cardIcon{color:var(--color-accent);flex-shrink:0;margin-top:1px;font-size:18px;line-height:1.4}.eg-FeatureSpotlightD-module-cardBody{gap:var(--space-1);flex-direction:column;display:flex}.eg-FeatureSpotlightD-module-cardTitle{font-family:var(--font-base);font-size:var(--text-sm);color:var(--color-text-primary);font-weight:100;line-height:var(--leading-normal);margin:0}.eg-FeatureSpotlightD-module-cardText{font-size:var(--text-xs);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin:0}.eg-FeatureSpotlightD-module-ctaLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-accent);transition:gap var(--transition-fast), color var(--transition-fast);text-decoration:none;display:inline-flex}.eg-FeatureSpotlightD-module-ctaLink:hover{color:var(--color-accent-hover);gap:var(--space-3)}@media (width<=899px){.eg-FeatureSpotlightD-module-contentInner{padding:var(--space-8) var(--space-6)}.eg-FeatureSpotlightD-module-imagePane{min-height:280px}}.eg-RoleSection-module-section{background-color:var(--color-bg-base);padding:var(--space-16) 0;width:100%}.eg-RoleSection-module-container{max-width:1800px;padding:0 var(--space-6);margin:0 auto}@media (width>=768px){.eg-RoleSection-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-RoleSection-module-container{padding:0 var(--space-12)}}.eg-RoleSection-module-header{text-align:center;max-width:700px;margin:0 auto var(--space-12) auto;flex-direction:column;align-items:center;display:flex}.eg-RoleSection-module-sectionLabel{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:var(--space-3);display:inline-block}.eg-RoleSection-module-headline{font-family:var(--font-base);font-size:clamp(2.25rem,3.5vw,3.25rem);font-weight:100;line-height:var(--leading-tight);color:var(--color-text-primary);letter-spacing:-.02em;margin:0}.eg-RoleSection-module-grid{gap:var(--space-6);grid-template-columns:1fr;max-width:1200px;margin:0 auto;display:grid}@media (width>=768px){.eg-RoleSection-module-grid{grid-template-columns:repeat(2,1fr)}}.eg-RoleSection-module-card{border-radius:var(--radius-xl);transition:transform var(--transition-base);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.eg-RoleSection-module-card:hover{transform:translateY(-4px)}.eg-RoleSection-module-cardImage{width:100%;height:18rem;position:relative;overflow:hidden}.eg-RoleSection-module-cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.eg-RoleSection-module-card:hover .eg-RoleSection-module-cardImage img{transform:scale(1.06)}.eg-RoleSection-module-cardOverlay{background:linear-gradient(#0b112026 0%,#0b1120d9 100%);position:absolute;inset:0}.eg-RoleSection-module-cardBody{padding:var(--space-8);gap:var(--space-2);z-index:2;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.eg-RoleSection-module-cardTitle{font-family:var(--font-base);font-size:var(--text-title-lg);color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;font-weight:100}.eg-RoleSection-module-cardDesc{font-size:var(--text-sm);color:#fffc;line-height:var(--leading-normal);margin:0}.eg-RoleSection-module-cardLink{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-accent);margin-top:var(--space-2);transition:color var(--transition-fast)}.eg-RoleSection-module-card:hover .eg-RoleSection-module-cardLink{color:var(--color-accent-hover)}@media (width<=768px){.eg-RoleSection-module-section{padding:var(--space-10) 0}.eg-RoleSection-module-cardImage{height:14rem}.eg-RoleSection-module-cardBody{padding:var(--space-6)}}.eg-FaqSection-module-faqSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:10rem 0}.eg-FaqSection-module-noise{pointer-events:none;opacity:.4;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.eg-FaqSection-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-FaqSection-module-header{text-align:center;font-family:var(--font-base);color:#fff;letter-spacing:-.03em;margin:0 0 2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.1}.eg-FaqSection-module-summary{color:#9ca3af;text-align:center;max-width:600px;margin:0 auto 60px;font-size:1.5rem}.eg-FaqSection-module-faqCategories{flex-direction:column;gap:60px;max-width:800px;margin:0 auto;display:flex}.eg-FaqSection-module-faqCategoryBlock{flex-direction:column;gap:24px;display:flex}.eg-FaqSection-module-faqCategoryTitle{color:#f9fafb;border-left:3px solid #d4a017;margin:0;padding-left:12px;font-size:22px;font-weight:300}.eg-FaqSection-module-faqList{flex-direction:column;gap:16px;display:flex}.eg-FaqSection-module-faqCard{background-color:#121214;border:1px solid #ffffff0d;border-radius:12px;transition:all .2s;overflow:hidden}.eg-FaqSection-module-faqCardOpen{border-color:#d4a01733;box-shadow:0 10px 25px #0000004d}.eg-FaqSection-module-faqTrigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:20px 24px;display:flex}.eg-FaqSection-module-faqQuestion{color:#fff;font-size:16px;font-weight:300;transition:color .15s}.eg-FaqSection-module-faqTrigger:hover .eg-FaqSection-module-faqQuestion{color:#d4a017}.eg-FaqSection-module-faqChevron{color:#9ca3af;flex-shrink:0}.eg-FaqSection-module-faqContent{border-top:1px solid #ffffff08;padding:0 24px 20px}.eg-FaqSection-module-faqAnswer{color:#9ca3af;margin:0;padding-top:16px;font-size:14px;line-height:1.65}.eg-TestimonialsSection-module-section{background-color:#080808;width:100%;padding:0 0 96px;position:relative;overflow:hidden}.eg-TestimonialsSection-module-noise{pointer-events:none;opacity:.4;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.eg-TestimonialsSection-module-accentRule{z-index:1;background:linear-gradient(90deg,#0000 0%,#d4a017cc 20%,#d4a017 50%,#d4a017cc 80%,#0000 100%);height:1px;margin-bottom:80px;position:relative}.eg-TestimonialsSection-module-container{z-index:1;max-width:1800px;margin:0 auto;padding:0 64px;position:relative}@media (width<=768px){.eg-TestimonialsSection-module-container{padding:0 24px}}.eg-TestimonialsSection-module-header{gap:var(--space-10);flex-direction:column;margin-bottom:64px;display:flex}@media (width>=900px){.eg-TestimonialsSection-module-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.eg-TestimonialsSection-module-headerLeft{gap:var(--space-4);flex-direction:column;display:flex}.eg-TestimonialsSection-module-eyebrow{font-size:11px;font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.14em}.eg-TestimonialsSection-module-headline{font-family:var(--font-base);color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1.1}.eg-TestimonialsSection-module-statsRow{flex-wrap:wrap;align-items:flex-end;gap:48px;display:flex}.eg-TestimonialsSection-module-statItem{flex-direction:column;gap:4px;display:flex}.eg-TestimonialsSection-module-statValue{font-family:var(--font-base);color:#fff;letter-spacing:-.02em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:100;line-height:1}.eg-TestimonialsSection-module-statLabel{color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:var(--weight-medium)}.eg-TestimonialsSection-module-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=700px){.eg-TestimonialsSection-module-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.eg-TestimonialsSection-module-grid{grid-template-columns:repeat(4,1fr)}}.eg-TestimonialsSection-module-card{justify-content:space-between;gap:var(--space-6);background-color:#ffffff08;border:1px solid #ffffff12;border-radius:18px;flex-direction:column;padding:36px 32px;transition:border-color .25s,background-color .25s,transform .25s;display:flex;position:relative;overflow:hidden}.eg-TestimonialsSection-module-card:hover{background-color:#ffffff0d;border-color:#d4a0174d;transform:translateY(-3px)}.eg-TestimonialsSection-module-cardFeatured{background-color:#d4a0170f;border-color:#d4a01740}.eg-TestimonialsSection-module-cardFeatured:hover{background-color:#d4a0171a;border-color:#d4a01773}.eg-TestimonialsSection-module-cardFeatured:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a01726 0%,#0000 70%);width:120px;height:120px;position:absolute;top:-40px;left:-40px}.eg-TestimonialsSection-module-quoteIcon{color:var(--color-accent);opacity:.5;margin-bottom:-var(--space-2);-webkit-user-select:none;user-select:none;font-family:Georgia,serif;font-size:3.5rem;line-height:1}.eg-TestimonialsSection-module-quote{font-size:var(--text-sm);color:#ffffffbf;flex:1;margin:0;font-style:normal;line-height:1.7}.eg-TestimonialsSection-module-author{align-items:center;gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid #ffffff0f;display:flex}.eg-TestimonialsSection-module-avatar{object-fit:cover;border:1.5px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:40px;height:40px}.eg-TestimonialsSection-module-authorInfo{flex-direction:column;gap:2px;display:flex}.eg-TestimonialsSection-module-authorName{font-size:var(--text-xs);font-weight:var(--weight-bold);color:#ffffffe6;line-height:1.3}.eg-TestimonialsSection-module-authorRole{color:#ffffff59;font-size:11px;line-height:1.3}.eg-LandingCTA-module-section{background-color:#080808;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.eg-LandingCTA-module-noise{pointer-events:none;opacity:.4;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.eg-LandingCTA-module-bgWrap{z-index:0;position:absolute;inset:0}.eg-LandingCTA-module-bgImage{object-fit:cover;object-position:center 35%;opacity:.25;filter:saturate(.3)brightness(.6);width:100%;height:100%;display:block}.eg-LandingCTA-module-bgOverlay{background:linear-gradient(135deg,#080808f7 0%,#080808b3 50%,#080808d9 100%);position:absolute;inset:0}.eg-LandingCTA-module-accentRule{z-index:2;background:linear-gradient(90deg,#0000 0%,#d4a017cc 20%,#d4a017 50%,#d4a017cc 80%,#0000 100%);flex-shrink:0;height:1px;position:relative}.eg-LandingCTA-module-content{z-index:2;box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:64px;width:100%;max-width:1800px;margin:0 auto;padding:14rem 64px;display:flex;position:relative}@media (width>=900px){.eg-LandingCTA-module-content{flex-direction:row;justify-content:space-between;align-items:center}}@media (width<=768px){.eg-LandingCTA-module-content{gap:48px;padding:80px 24px}}.eg-LandingCTA-module-textBlock{gap:var(--space-5);flex-direction:column;max-width:560px;display:flex}.eg-LandingCTA-module-eyebrow{font-size:11px;font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.14em}.eg-LandingCTA-module-headline{font-family:var(--font-base);color:#fff;letter-spacing:-.03em;white-space:pre-line;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.eg-LandingCTA-module-subtext{font-size:var(--text-sm);color:#ffffff80;margin:0;line-height:1.8}.eg-LandingCTA-module-actions{gap:var(--space-4);text-align:center;flex-direction:column;flex-shrink:0;align-items:stretch;width:100%;display:flex}@media (width>=500px){.eg-LandingCTA-module-actions{flex-direction:row;justify-content:center;align-items:center;width:auto}}.eg-LandingCTA-module-primaryBtn{text-align:center;justify-content:center;align-items:center;gap:var(--space-3);background-color:var(--color-accent);color:#080808;font-size:var(--text-base);font-weight:var(--weight-extrabold);letter-spacing:-.01em;white-space:nowrap;border-radius:0;padding:18px 36px;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 0 #d4a01700}.eg-LandingCTA-module-primaryBtn:hover{background-color:#e8b020;transform:translateY(-2px);box-shadow:0 12px 32px #d4a01766}.eg-LandingCTA-module-secondaryBtn{text-align:center;justify-content:center;align-items:center;gap:var(--space-2);color:#ffffffb3;font-size:var(--text-sm);font-weight:var(--weight-semibold);white-space:nowrap;background-color:#0000;border:1px solid #ffffff24;border-radius:0;padding:16px 32px;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.eg-LandingCTA-module-secondaryBtn:hover{color:#fff;background-color:#ffffff0a;border-color:#ffffff59}.eg-Footer-module-footer{background-color:#080808;width:100%;position:relative}.eg-Footer-module-footer:before{content:"";pointer-events:none;z-index:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.eg-Footer-module-accentRule{z-index:1;background:linear-gradient(90deg,#0000 0%,#d4a017cc 20%,#d4a017 50%,#d4a017cc 80%,#0000 100%);height:1px;position:relative}.eg-Footer-module-ctaBanner{z-index:1;border-bottom:1px solid #ffffff0f;position:relative}.eg-Footer-module-container{width:100%;max-width:1800px;padding:0 var(--space-6);margin:0 auto}@media (width>=768px){.eg-Footer-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-Footer-module-container{padding:0 var(--space-12)}}.eg-Footer-module-ctaBannerInner{gap:var(--space-8);flex-direction:column;align-items:flex-start;padding:120px 0;display:flex}@media (width>=900px){.eg-Footer-module-ctaBannerInner{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media (width<=768px){.eg-Footer-module-ctaBannerInner{padding:48px 0 40px}}.eg-Footer-module-ctaBannerEyebrow{font-size:11px;font-weight:var(--weight-bold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.14em;margin:0 0 var(--space-4) 0}.eg-Footer-module-ctaBannerHeadline{font-family:var(--font-base);color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:100;line-height:1.1}.eg-Footer-module-ctaBannerActions{gap:var(--space-4);flex-direction:column;flex-shrink:0;align-items:flex-start;display:flex}@media (width>=500px){.eg-Footer-module-ctaBannerActions{flex-direction:row;align-items:center}}.eg-Footer-module-ctaPrimary{align-items:center;gap:var(--space-2);background-color:var(--color-accent);color:#080808;font-size:var(--text-sm);font-weight:var(--weight-extrabold);letter-spacing:.01em;white-space:nowrap;border-radius:0;padding:14px 28px;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 0 #d4a01700}.eg-Footer-module-ctaPrimary:hover{background-color:#e8b020;transform:translateY(-2px);box-shadow:0 8px 24px #d4a01759}.eg-Footer-module-ctaSecondary{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:#ffffff80;white-space:nowrap;letter-spacing:-.01em;text-decoration:none;transition:color .2s}.eg-Footer-module-ctaSecondary:hover{color:#fff}.eg-Footer-module-navBlock{z-index:1;gap:var(--space-12);border-bottom:1px solid #ffffff0f;flex-direction:column;padding:120px 0;display:flex;position:relative}@media (width>=900px){.eg-Footer-module-navBlock{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (width<=768px){.eg-Footer-module-navBlock{padding:40px 0}}.eg-Footer-module-navCols{gap:var(--space-10);flex-direction:column;display:flex}@media (width>=500px){.eg-Footer-module-navCols{flex-direction:row;gap:72px}}.eg-Footer-module-navCol{gap:var(--space-5);flex-direction:column;display:flex}.eg-Footer-module-colTitle{font-size:10px;font-weight:var(--weight-bold);color:#ffffff47;text-transform:uppercase;letter-spacing:.14em;display:block}.eg-Footer-module-linksList{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.eg-Footer-module-navLink{font-size:var(--text-sm);font-weight:var(--weight-medium);color:#fff9;line-height:var(--leading-tight);text-decoration:none;transition:color .15s;display:inline-block;position:relative}.eg-Footer-module-navLink:after{content:"";background-color:var(--color-accent);width:0;height:1px;transition:width .2s;position:absolute;bottom:-2px;left:0}.eg-Footer-module-navLink:hover{color:#fffffff2}.eg-Footer-module-navLink:hover:after{width:100%}.eg-Footer-module-brandSide{gap:var(--space-6);flex-direction:column;align-items:flex-start;display:flex}@media (width>=900px){.eg-Footer-module-brandSide{align-items:flex-end}}.eg-Footer-module-builtFor{font-family:var(--font-base);font-size:var(--text-title);font-weight:var(--weight-bold);color:#ffffffd9;text-align:right;margin:0;line-height:1.5}.eg-Footer-module-builtForMuted{color:#ffffff59;font-weight:var(--weight-regular)}.eg-Footer-module-socials{gap:var(--space-4);align-items:center;display:flex}.eg-Footer-module-socialLink{color:#ffffff73;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,border-color .2s,background-color .2s;display:flex}.eg-Footer-module-socialLink:hover{color:var(--color-accent);border-color:var(--color-accent);background-color:#d4a01714}.eg-Footer-module-wordmarkBlock{z-index:1;padding:120px 0 0;line-height:1;position:relative}@media (width<=768px){.eg-Footer-module-wordmarkBlock{padding:24px 16px 0}}.eg-Footer-module-wordmark{font-family:var(--font-base);font-size:clamp(3rem,18.5vw,32.5rem);font-weight:var(--weight-extrabold);letter-spacing:-.04em;white-space:nowrap;background:linear-gradient(135deg,#ffffff1f 0%,#ffffff0f 30%,#d4a01726 50%,#ffffff0d 70%,#ffffff1a 100%);-webkit-text-fill-color:transparent;color:#ffffff14;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;line-height:.88;display:block}.eg-Footer-module-bottomBar{z-index:1;min-height:200px;margin-top:-2px;position:relative;overflow:hidden}.eg-Footer-module-bottomBgWrap{position:absolute;inset:0}.eg-Footer-module-bottomBgImg{object-fit:cover;object-position:center 30%;opacity:.35;filter:saturate(.3)brightness(.7);width:100%;height:100%;display:block}.eg-Footer-module-bottomBgOverlay{background:linear-gradient(#080808 0%,#08080826 50%,#08080899 100%);position:absolute;inset:0}.eg-Footer-module-bottomContent{z-index:2;gap:var(--space-4);flex-direction:column;align-items:flex-start;padding:48px 0 40px;display:flex;position:relative}@media (width>=768px){.eg-Footer-module-bottomContent{flex-direction:row;justify-content:space-between;align-items:flex-end}}@media (width<=768px){.eg-Footer-module-bottomContent{padding:32px 0}}.eg-Footer-module-legalLinks{align-items:center;gap:var(--space-2);row-gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-Footer-module-legalGroup{align-items:center;gap:var(--space-2);display:inline-flex}.eg-Footer-module-legalLink{color:#ffffff4d;white-space:nowrap;font-size:11px;text-decoration:none;transition:color .15s}.eg-Footer-module-legalLink:hover{color:#ffffffbf}.eg-Footer-module-legalDot{color:#ffffff26;font-size:11px}.eg-Footer-module-copyright{color:#ffffff40;white-space:nowrap;margin:0;font-size:11px}.eg-BackToTop-module-backToTop{z-index:100;border-radius:var(--radius-full);color:#111827;cursor:pointer;opacity:0;visibility:hidden;background:linear-gradient(#d4a017 0%,#b8860b 100%);border:1px solid #d4a017;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s,visibility .3s,transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:32px;right:32px;overflow:hidden;transform:translateY(12px);box-shadow:0 4px 16px #d4a01759,inset 0 1px #fff3}.eg-BackToTop-module-backToTop:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff26 0%,#0000 50%,#00000014 100%);position:absolute;inset:0}.eg-BackToTop-module-visible{opacity:1;visibility:visible;transform:translateY(0)}.eg-BackToTop-module-backToTop:hover{background:linear-gradient(#c8960e 0%,#a07509 100%);transform:translateY(-2px);box-shadow:0 6px 24px #d4a01780,inset 0 1px #ffffff26}.eg-BackToTop-module-backToTop svg{z-index:1;position:relative}@media (width<=768px){.eg-BackToTop-module-backToTop{width:42px;height:42px;bottom:20px;right:20px}}.eg-LandingPage-module-page{background-color:var(--color-bg-base);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.eg-LandingPage-module-page main>*+*{margin-top:100px}.eg-LandingPage-module-spotlightGroup,.eg-LandingPage-module-faqTestimonialsWrap{flex-direction:column;display:flex}.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{flex-direction:column;align-items:flex-start;width:100%;margin-top:auto;display:flex}.eg-Auth-module-testimonialCard{-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-xl);width:70%;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}img.eg-Auth-module-authorAvatar{object-fit:cover;display:block}.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);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-formWrapperRole{max-width:720px}.eg-Auth-module-roleSelectorRow{gap:var(--space-4);margin-bottom:var(--space-5);width:100%;display:flex}@media (width<=768px){.eg-Auth-module-roleSelectorRow{flex-direction:column}.eg-Auth-module-formWrapperRole{max-width:420px}}.eg-Auth-module-roleCardPicture{border-radius:var(--radius-lg);border:1.5px solid var(--color-border);cursor:pointer;height:220px;padding:var(--space-4);text-align:left;transition:all var(--transition-base);background-position:50%;background-size:cover;flex-direction:column;flex:1;justify-content:flex-end;font-family:inherit;display:flex;position:relative;overflow:hidden}.eg-Auth-module-roleCardPicture:hover{border-color:var(--color-accent-border);transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.eg-Auth-module-roleCardPictureOverlay{z-index:1;transition:background var(--transition-fast);background:linear-gradient(#11182726 0%,#111827b3 50%,#111827f2 100%);position:absolute;inset:0}.eg-Auth-module-roleCardPictureActive{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent), 0 8px 24px #6366f140;transform:translateY(-2px)}.eg-Auth-module-roleCardPictureContent{z-index:2;color:#fff;pointer-events:none;position:relative}.eg-Auth-module-roleCardPictureTitle{font-size:var(--text-base);font-weight:var(--weight-bold);color:#fff;margin-bottom:4px}.eg-Auth-module-roleCardPictureDesc{color:#ffffffb3;font-size:11px;line-height:1.4}.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)}}.adminAuthContainer{height:100vh;padding:var(--space-4);box-sizing:border-box;font-family:var(--font-base);background-color:#0a0e14;display:flex;overflow:hidden}.adminAuthLeft{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}.adminAuthLeft: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}.adminAuthLeft: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%)}.adminAuthTopBar{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.adminAuthCenter{z-index:2;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.adminAuthCenterContent{max-width:340px}.adminAuthBadge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);margin-bottom:var(--space-4);font-weight:600;display:inline-flex}.adminAuthTitle{font-size:var(--text-2xl);margin:0 0 var(--space-3);color:#f9fafb;font-weight:700;line-height:1.2}.adminAuthDesc{font-size:var(--text-sm);color:#9ca3af;margin:0;line-height:1.6}.adminAuthFooter{z-index:2;position:relative}.adminAuthFooterText{font-size:var(--text-xs);color:#6b7280;margin:0}.adminAuthFooterLink{font-weight:600;text-decoration:none}.adminAuthRight{padding:var(--space-8);background-color:#0a0e14;flex:1;justify-content:center;align-items:center;display:flex}.adminAuthForm{width:100%;max-width:400px}.adminAuthFormTitle{font-size:var(--text-xl);margin:0 0 var(--space-1);color:#f9fafb;font-weight:700}.adminAuthFormDesc{font-size:var(--text-sm);color:#9ca3af;margin:0 0 var(--space-6)}.adminAuthError{padding:var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);margin-bottom:var(--space-4)}.adminAuthError.error{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.adminAuthError.success{color:#34d399;background:#34d3991a;border:1px solid #34d39933}.adminAuthInput{color:#f9fafb;box-sizing:border-box;background-color:#1a1f2e;border-color:#2a2f3e;width:100%}.adminAuthLabel{color:#d1d5db}.adminAuthSubmit{width:100%;min-height:44px;font-size:var(--text-sm);border-radius:var(--radius-md);cursor:pointer;border:none;font-weight:600}.adminAuthSubmit:disabled{opacity:.6;cursor:not-allowed}.passwordToggle{cursor:pointer;color:#fff;opacity:.6;transition:opacity var(--transition-fast);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.passwordToggle:hover{opacity:1}@media (width<=375px){.adminAuthContainer{padding:0}.adminAuthLeft{display:none}.adminAuthRight{padding:var(--space-5);border-radius:0}}.eg-NotFoundPage-module-wrapper{min-height:100vh;font-family:var(--font-base);background-color:#080b0f;flex-direction:column;display:flex;position:relative;overflow:hidden}.eg-NotFoundPage-module-gridBackground{pointer-events:none;z-index:0;background-image:linear-gradient(#d4a01712 1px,#0000 1px),linear-gradient(90deg,#d4a01712 1px,#0000 1px);background-position:50%;background-size:60px 60px;position:absolute;inset:0}.eg-NotFoundPage-module-gridOverlay{pointer-events:none;z-index:1;background:radial-gradient(circle,#080b0f1a 0%,#080b0fbf 50%,#080b0f 100%);position:absolute;inset:0}.eg-NotFoundPage-module-content{box-sizing:border-box;text-align:center;z-index:2;min-height:100vh;padding:calc(var(--space-20) + var(--space-4)) var(--space-6) var(--space-10);flex-direction:column;justify-content:center;align-items:center;max-width:580px;margin:0 auto;display:flex;position:relative}.eg-NotFoundPage-module-radarContainer{width:200px;height:200px;margin-bottom:var(--space-8);border-radius:var(--radius-full);background:#ffffff01;border:1px solid #d4a0170d;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 0 50px #0006}.eg-NotFoundPage-module-radarOuterRing{border-radius:var(--radius-full);border:1px solid #d4a01714;width:90%;height:90%;position:absolute}.eg-NotFoundPage-module-axisHorizontal{background:linear-gradient(90deg,#0000,#d4a0171f,#0000);width:100%;height:1px;position:absolute}.eg-NotFoundPage-module-axisVertical{background:linear-gradient(#0000,#d4a0171f,#0000);width:1px;height:100%;position:absolute}.eg-NotFoundPage-module-radarSweep{transform-origin:0 100%;pointer-events:none;background:linear-gradient(45deg,#d4a01714 0%,#0000 100%);border-top-right-radius:100%;width:50%;height:50%;animation:4s linear infinite eg-NotFoundPage-module-radarRotate;position:absolute;top:0;left:50%}.eg-NotFoundPage-module-pulsePoint{border-radius:var(--radius-full);background-color:var(--color-accent);width:8px;height:8px;box-shadow:0 0 12px var(--color-accent);animation:2s ease-in-out infinite eg-NotFoundPage-module-pulsePointGlow;position:absolute;top:calc(50% - 30px);left:calc(50% + 20px)}.eg-NotFoundPage-module-badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);color:var(--color-accent);font-size:var(--text-xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:var(--space-5);background:#d4a0170f;border:1px solid #d4a0172e;display:flex;box-shadow:0 4px 12px #0000001a}.eg-NotFoundPage-module-badgePulse{border-radius:var(--radius-full);background-color:var(--color-accent);width:6px;height:6px;box-shadow:0 0 8px var(--color-accent);animation:2.5s infinite eg-NotFoundPage-module-statusPulse}.eg-NotFoundPage-module-headline{color:#fff;letter-spacing:-.8px;margin:0 0 var(--space-3);font-size:clamp(2rem,6vw,4.5rem);font-weight:300;line-height:var(--leading-tight)}.eg-NotFoundPage-module-description{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-secondary);margin:0 0 var(--space-8);max-width:440px}.eg-NotFoundPage-module-actions{gap:var(--space-4);align-items:center;display:flex}@keyframes eg-NotFoundPage-module-radarRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes eg-NotFoundPage-module-statusPulse{0%{transform:scale(.95);box-shadow:0 0 #d4a01799}70%{transform:scale(1);box-shadow:0 0 0 6px #d4a01700}to{transform:scale(.95);box-shadow:0 0 #d4a01700}}@keyframes eg-NotFoundPage-module-pulsePointGlow{0%,to{opacity:.7;box-shadow:0 0 6px var(--color-accent)}50%{opacity:1;box-shadow:0 0 16px var(--color-accent), 0 0 24px var(--color-accent);transform:scale(1.15)}}@media (width<=640px){.eg-NotFoundPage-module-actions{gap:var(--space-3);flex-direction:column-reverse;width:100%}.eg-NotFoundPage-module-actions .btn{justify-content:center;width:100%}.eg-NotFoundPage-module-radarContainer{width:160px;height:160px}}.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}img.eg-Onboarding-module-testimonialAvatar{object-fit:cover;display:block}.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-stepContent{flex-direction:column;flex:1;width:100%;max-width:560px;margin-left:auto;margin-right:auto;animation:.25s forwards eg-Onboarding-module-fadeSlideIn;display:flex}.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);width:100%;max-width:560px;margin-top:auto;margin-left:auto;margin-right:auto;display:flex}.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}@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-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-Onboarding-module-photoGrid{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.eg-Onboarding-module-photoCard{border-radius:var(--radius-lg);border:2px solid var(--color-border);cursor:pointer;height:140px;transition:all var(--transition-base);text-align:left;box-sizing:border-box;background:linear-gradient(135deg,#1a1f2e 0%,#2a1f3d 50%,#1a2a3d 100%);padding:0;position:relative;overflow:hidden}.eg-Onboarding-module-photoCard:hover{border-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.eg-Onboarding-module-photoCardActive{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent)}.eg-Onboarding-module-photoCardOverlay{z-index:1;transition:background var(--transition-fast);background:linear-gradient(#0003 0%,#000000bf 100%);position:absolute;inset:0}.eg-Onboarding-module-photoCard:hover .eg-Onboarding-module-photoCardOverlay{background:linear-gradient(#0000001a 0%,#000c 100%)}.eg-Onboarding-module-photoCardContent{bottom:var(--space-3);left:var(--space-4);right:var(--space-4);z-index:2;color:#fff;position:absolute}.eg-Onboarding-module-photoCardTitle{font-size:var(--text-sm);font-weight:var(--weight-bold);justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.eg-Onboarding-module-photoCardDesc{color:#ffffffb3;font-size:10px;line-height:1.3}.eg-Onboarding-module-checkboxIndicator{border-radius:var(--radius-sm);width:16px;height:16px;transition:all var(--transition-fast);background:#0000004d;border:1.5px solid #fff9;justify-content:center;align-items:center;display:flex}.eg-Onboarding-module-photoCardActive .eg-Onboarding-module-checkboxIndicator{background:var(--color-accent);border-color:var(--color-accent)}@media (width<=600px){.eg-Onboarding-module-photoGrid{grid-template-columns:1fr}.eg-Onboarding-module-photoCard{height:180px}}.eg-Onboarding-module-optionGrid{gap:var(--space-4);margin-bottom:var(--space-5);grid-template-columns:repeat(2,1fr);display:grid}.eg-Onboarding-module-optionCard{-webkit-backdrop-filter:blur(8px);border:1.5px solid var(--color-border);border-radius:var(--radius-xl);width:100%;padding:var(--space-5);cursor:pointer;text-align:left;align-items:flex-start;gap:var(--space-3);transition:all var(--transition-base);background:#ffffff05;flex-direction:column;display:flex;position:relative}.eg-Onboarding-module-optionCard:hover{border-color:var(--color-accent-hover);background:#ffffff0d;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.eg-Onboarding-module-optionCardActive{border-color:var(--color-accent);background:#d4a0170a;box-shadow:0 0 20px #d4a01714,inset 0 0 12px #d4a01708}.eg-Onboarding-module-optionCardHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.eg-Onboarding-module-optionIconWrapper{border-radius:var(--radius-lg);width:36px;height:36px;color:var(--color-text-secondary);transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;display:flex}.eg-Onboarding-module-optionCardActive .eg-Onboarding-module-optionIconWrapper{color:var(--color-accent);background:#d4a0171a;border-color:#d4a01740}.eg-Onboarding-module-summaryCard{border-radius:var(--radius-xl);padding:var(--space-6);gap:var(--space-4);margin-bottom:var(--space-6);-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;flex-direction:column;display:flex;box-shadow:0 12px 40px #00000040,inset 0 1px #ffffff0d}.eg-Onboarding-module-summaryHeader{align-items:center;gap:var(--space-4);display:flex;position:relative}.eg-Onboarding-module-summaryLogo{border-radius:var(--radius-lg);object-fit:cover;background:#ffffff05;border:1px solid #ffffff1f;width:52px;height:52px}.eg-Onboarding-module-summaryLogoFallback{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--color-accent-muted) 0%, #d4a01733 100%);border:1.5px solid var(--color-accent);width:52px;height:52px;color:var(--color-accent);font-weight:var(--weight-bold);font-size:var(--text-lg);letter-spacing:1px;justify-content:center;align-items:center;display:flex}.eg-Onboarding-module-summaryBusinessInfo{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.eg-Onboarding-module-summaryTitle{font-size:var(--text-base);font-weight:var(--weight-extrabold);color:#fff;letter-spacing:-.3px;margin:0}.eg-Onboarding-module-summaryLocation{align-items:center;gap:var(--space-1);font-size:var(--text-xs);color:var(--color-text-muted);display:flex}.eg-Onboarding-module-locationIcon{color:var(--color-accent)}.eg-Onboarding-module-summaryBadge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);color:#10b981;font-size:10px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.5px;background:#10b98114;border:1px solid #10b98133;display:flex}.eg-Onboarding-module-summaryStatusDot{border-radius:var(--radius-full);background-color:#10b981;width:6px;height:6px;box-shadow:0 0 8px #10b981}.eg-Onboarding-module-summaryDivider{background:linear-gradient(90deg,#ffffff14 0%,#ffffff05 100%);height:1px}.eg-Onboarding-module-summaryGrid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.eg-Onboarding-module-summaryGridItem{gap:var(--space-1);flex-direction:column;display:flex}.eg-Onboarding-module-summaryItemLabel{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.5px;font-size:10px}.eg-Onboarding-module-summaryItemValueContainer{align-items:center;gap:var(--space-2);display:flex}.eg-Onboarding-module-summaryItemIcon{color:var(--color-accent);flex-shrink:0}.eg-Onboarding-module-summaryItemValue{font-size:var(--text-xs);font-weight:var(--weight-semibold);color:#fff}.eg-Onboarding-module-summarySection{gap:var(--space-2);flex-direction:column;display:flex}.eg-Onboarding-module-summarySectionLabel{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.5px;font-size:10px}.eg-Onboarding-module-serviceBadgesList{gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-Onboarding-module-serviceBadgeActive{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2_5);border-radius:var(--radius-md);color:var(--color-accent);font-size:11px;font-weight:var(--weight-semibold);background:#d4a0171a;border:1px solid #d4a01740;display:flex}.eg-Onboarding-module-serviceBadge{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2_5);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:11px;font-weight:var(--weight-medium);transition:all var(--transition-fast);background:#ffffff08;border:1px solid #ffffff14;display:flex}.eg-Onboarding-module-serviceBadge:hover{color:#fff;background:#ffffff0d;border-color:#ffffff26}.eg-Onboarding-module-serviceBadgeMuted{font-size:var(--text-xs);color:var(--color-text-muted);font-style:italic}.eg-Onboarding-module-dashboardPreviewContainer{border-radius:var(--radius-lg);height:100px;margin-top:var(--space-1);background:#00000040;border:1px solid #ffffff0d;display:flex;overflow:hidden}.eg-Onboarding-module-previewSidebar{width:32px;padding:var(--space-3) 0;align-items:center;gap:var(--space-2);background:#ffffff03;border-right:1px solid #ffffff08;flex-direction:column;display:flex}.eg-Onboarding-module-previewSidebarDot{border-radius:var(--radius-full);background:#ffffff1a;width:5px;height:5px}.eg-Onboarding-module-previewSidebarDotActive{border-radius:var(--radius-full);background:var(--color-accent);width:5px;height:5px;box-shadow:0 0 4px var(--color-accent)}.eg-Onboarding-module-previewMain{padding:var(--space-3);gap:var(--space-3);flex-direction:column;flex:1;display:flex}.eg-Onboarding-module-previewHeaderBar{justify-content:space-between;align-items:center;display:flex}.eg-Onboarding-module-previewHeaderTitle{background:#ffffff1a;border-radius:2px;width:50px;height:5px}.eg-Onboarding-module-previewHeaderAvatar{border-radius:var(--radius-full);background:#ffffff26;width:12px;height:12px}.eg-Onboarding-module-previewCardsGrid{gap:var(--space-2);flex:1;grid-template-columns:repeat(3,1fr);display:grid}.eg-Onboarding-module-previewCardMini{border-radius:var(--radius-md);padding:var(--space-2);gap:var(--space-1_5);background:#ffffff03;border:1px solid #ffffff08;flex-direction:column;justify-content:center;display:flex}.eg-Onboarding-module-previewCardMiniActive{border-radius:var(--radius-md);padding:var(--space-2);gap:var(--space-1_5);background:#d4a01708;border:1px solid #d4a01726;flex-direction:column;justify-content:center;display:flex}.eg-Onboarding-module-previewCardLineShort{background:#ffffff1f;border-radius:1px;width:15px;height:4px}.eg-Onboarding-module-previewCardLineLong{background:#ffffff0d;border-radius:1px;width:25px;height:3px}.eg-Onboarding-module-previewCardLineShortGold{background:var(--color-accent);border-radius:1px;width:15px;height:4px}.eg-Onboarding-module-previewCardLineLongGold{background:#d4a01740;border-radius:1px;width:25px;height:3px}.eg-Onboarding-module-launchDisclaimer{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);color:var(--color-text-secondary);font-size:var(--text-xs);background:#d4a01708;border:1px dashed #d4a01733;line-height:1.6;display:flex}.eg-Onboarding-module-disclaimerIcon{color:var(--color-accent);flex-shrink:0;margin-top:2px}@media (width<=768px){.eg-Onboarding-module-optionGrid{grid-template-columns:1fr}.eg-Onboarding-module-summaryGrid{gap:var(--space-3);grid-template-columns:1fr}.eg-Onboarding-module-dashboardPreviewContainer{display:none}}.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{z-index:9999;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;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-Table-module-tableCard{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);overflow:clip}.eg-Table-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-Table-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-Table-module-tableScroll{overflow-x:auto}.eg-Table-module-table{border-collapse:collapse;width:100%}.eg-Table-module-thead{background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border)}.eg-Table-module-thead tr:first-child th:first-child{border-top-left-radius:var(--radius-xl)}.eg-Table-module-thead tr:first-child th:last-child{border-top-right-radius:var(--radius-xl)}.eg-Table-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-Table-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-Table-module-loading{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;min-height:200px;display:flex}.eg-Table-module-loadingText{font-size:var(--text-sm);color:var(--color-text-muted)}.eg-PlannerDashboard-module-dashboard{gap:var(--space-8);padding-bottom:var(--space-12);flex-direction:column;animation:.4s eg-PlannerDashboard-module-fadeIn;display:flex}.eg-PlannerDashboard-module-quickActions{justify-content:space-between;align-items:center;gap:var(--space-4);padding:0 0 var(--space-2);box-shadow:none;background:0 0;border:none;border-radius:0;flex-wrap:wrap;display:flex}.eg-PlannerDashboard-module-quickActionsTitle{font-size:1.35rem;font-weight:var(--weight-extrabold);color:var(--color-text-primary);letter-spacing:-.03em;background:linear-gradient(135deg, #fff 0%, var(--color-text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0}.eg-PlannerDashboard-module-quickActionsBtns{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.eg-PlannerDashboard-module-actionOutline{align-items:center;gap:var(--space-2);min-height:40px;padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface-3);color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:var(--weight-bold);font-family:var(--font-base);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--transition-fast);text-decoration:none;display:inline-flex;box-shadow:0 2px 4px #0000001a}.eg-PlannerDashboard-module-actionOutline:hover{border-color:var(--color-accent);color:var(--color-text-primary);background:var(--color-accent-muted);transform:translateY(-1px);box-shadow:0 4px 12px #d4a01726}.eg-PlannerDashboard-module-statsGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.eg-PlannerDashboard-module-statCard{background:linear-gradient(180deg, var(--color-surface-2) 0%, #1f293799 100%);padding:var(--space-5) var(--space-6);gap:var(--space-3);transition:all var(--transition-base);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -10px #0003,inset 0 1px #ffffff0d}.eg-PlannerDashboard-module-statCard:before{content:"";width:100%;height:4px;transition:background var(--transition-base);background:0 0;position:absolute;top:0;left:0}.eg-PlannerDashboard-module-statCardClickable{cursor:pointer}.eg-PlannerDashboard-module-statCardClickable:hover{border-color:var(--color-accent-border);transform:translateY(-4px);box-shadow:0 20px 35px -15px #d4a01726,0 4px 20px -5px #0000004d,inset 0 1px #ffffff14}.eg-PlannerDashboard-module-statCardClickable:hover:before{background:var(--color-accent)}.eg-PlannerDashboard-module-statCardHeader{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.eg-PlannerDashboard-module-statLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em}.eg-PlannerDashboard-module-statBadge{font-size:10px;font-weight:var(--weight-bold);border-radius:var(--radius-full);white-space:nowrap;letter-spacing:.02em;padding:3px 8px}.eg-PlannerDashboard-module-statBadgePositive{color:#4ade80;background-color:#22c55e1f;border:1px solid #22c55e33}.eg-PlannerDashboard-module-statBadgeNegative{color:#f87171;background-color:#ef44441f;border:1px solid #ef444433}.eg-PlannerDashboard-module-statBadgeNeutral{background-color:var(--color-surface-3);color:var(--color-text-secondary);border:1px solid var(--color-border)}.eg-PlannerDashboard-module-statValue{color:var(--color-text-primary);letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin:var(--space-1) 0;background:linear-gradient(135deg,#fff 50%,#d1d5db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.25rem;font-weight:900;line-height:1}.eg-PlannerDashboard-module-barSparkline{height:40px;margin-top:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);background:#00000026;border:1px solid #ffffff05;align-items:flex-end;gap:5px;display:flex}.eg-PlannerDashboard-module-barSparklineBar{background-color:var(--color-accent);opacity:.85;border-radius:2px 2px 0 0;flex:1;min-height:3px;transition:height .3s cubic-bezier(.4,0,.2,1)}.eg-PlannerDashboard-module-barSparklinePositive .eg-PlannerDashboard-module-barSparklineBar{background:linear-gradient(0deg, var(--color-accent-hover) 0%, var(--color-accent) 100%)}.eg-PlannerDashboard-module-barSparklineNegative .eg-PlannerDashboard-module-barSparklineBar{background:linear-gradient(0deg, #991b1b 0%, var(--color-error) 100%)}.eg-PlannerDashboard-module-sectionCard{background:var(--color-surface-2);border:1px solid #ffffff0a;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px -10px #00000040,inset 0 1px #ffffff0d}.eg-PlannerDashboard-module-sectionHeader{padding:var(--space-5) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-3);background:linear-gradient(#ffffff03 0%,#0000 100%);border-bottom:1px solid #ffffff0d;display:flex}.eg-PlannerDashboard-module-sectionTitle{font-size:var(--text-base);font-weight:var(--weight-extrabold);color:var(--color-text-primary);letter-spacing:-.02em;align-items:center;gap:var(--space-2);margin:0;display:flex}.eg-PlannerDashboard-module-sectionLink{font-size:var(--text-xs);color:var(--color-accent);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:color var(--transition-fast);text-decoration:none}.eg-PlannerDashboard-module-sectionLink:hover{color:var(--color-accent-hover)}.eg-PlannerDashboard-module-tableScroll{overflow-x:auto}.eg-PlannerDashboard-module-table{border-collapse:collapse;width:100%}.eg-PlannerDashboard-module-tableHead{padding:var(--space-4) var(--space-6);font-size:10px;font-weight:var(--weight-bold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.1em;column-gap:var(--space-4);background-color:#00000026;border-bottom:1px solid #ffffff0f;display:grid}.eg-PlannerDashboard-module-tableHeadEvents{display:flex}.eg-PlannerDashboard-module-tableHeadActivity{grid-template-columns:40px 80px minmax(180px,2fr) minmax(120px,1fr) 120px 100px 80px;min-width:900px}.eg-PlannerDashboard-module-tableHeadCenter{text-align:center;justify-content:center;display:flex}.eg-PlannerDashboard-module-tableHeadRight{text-align:right;justify-content:flex-end;display:flex}.eg-PlannerDashboard-module-tableBody{flex-direction:column;display:flex}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow{transition:all var(--transition-fast);border-bottom:1px solid #ffffff0a}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow:nth-child(odd){background-color:#ffffff01}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow:nth-child(2n){background-color:#00000014}.eg-PlannerDashboard-module-tableRow{padding:var(--space-5) var(--space-6);align-items:center;column-gap:var(--space-4);display:grid}.eg-PlannerDashboard-module-tableRowEvents{display:flex}.eg-PlannerDashboard-module-tableHeadEvents>*,.eg-PlannerDashboard-module-tableRowEvents>*{min-width:0}.eg-PlannerDashboard-module-tableHeadEvents>:first-child,.eg-PlannerDashboard-module-tableRowEvents>:first-child{flex:2.2;min-width:140px}.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(2),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(2),.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(3),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(3){flex:1;min-width:80px}.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(4),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(4){text-align:center;flex:.7;min-width:60px}.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(5),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(5){flex:1.2;min-width:90px}.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(6),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(6){text-align:center;flex:.8;min-width:70px}.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(7),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(7){flex:1.3;min-width:100px}.eg-PlannerDashboard-module-tableHeadEvents>:nth-child(8),.eg-PlannerDashboard-module-tableRowEvents>:nth-child(8){text-align:center;flex:.7;min-width:65px}.eg-PlannerDashboard-module-tableRowClickable{cursor:pointer}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRowClickable:hover{background-color:#d4a0170d;transform:scale(1.002)}.eg-PlannerDashboard-module-tableBody .eg-PlannerDashboard-module-tableRow:last-child{border-bottom:none}.eg-PlannerDashboard-module-tableRowActivity{grid-template-columns:40px 80px minmax(180px,2fr) minmax(120px,1fr) 120px 100px 80px;min-width:900px}.eg-PlannerDashboard-module-cellPrimary{font-weight:var(--weight-bold);font-size:var(--text-sm);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-PlannerDashboard-module-cellSecondary{color:var(--color-text-muted);margin-top:3px;font-size:11px}.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-eventType{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:var(--weight-medium);background:var(--color-surface-3);text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;border:1px solid #ffffff05;border-radius:6px;max-width:100%;padding:3px 8px;display:inline-block;overflow:hidden}.eg-PlannerDashboard-module-activityIcon{border:1px solid #ffffff08;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #00000026}.eg-PlannerDashboard-module-activityDesc{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-PlannerDashboard-module-typeBadge{font-size:10px;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);background-color:var(--color-accent-muted);color:var(--color-accent);border:1px solid var(--color-accent-border);justify-content:center;align-items:center;padding:2px 8px;display:inline-flex}.eg-PlannerDashboard-module-activityTypeText{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.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-6);justify-content:space-between;align-items:center;gap:var(--space-3);background:#00000014;border-top:1px solid #ffffff0d;flex-wrap:wrap;display:flex}.eg-PlannerDashboard-module-tableFooterInfo{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:var(--weight-medium)}.eg-PlannerDashboard-module-twoCol{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=1024px){.eg-PlannerDashboard-module-twoCol{grid-template-columns:2fr 1.05fr;align-items:stretch}}.eg-PlannerDashboard-module-shortcutList{flex-direction:column;display:flex}.eg-PlannerDashboard-module-shortcutItem{align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4) var(--space-5);cursor:pointer;font-family:var(--font-base);text-align:left;transition:all var(--transition-fast);background-color:#0000;border:none;border-bottom:1px solid #ffffff0a;display:flex}.eg-PlannerDashboard-module-shortcutItem:last-child{border-bottom:none}.eg-PlannerDashboard-module-shortcutItem:hover{background-color:#ffffff05}.eg-PlannerDashboard-module-shortcutItem:hover .eg-PlannerDashboard-module-shortcutIcon{transform:scale(1.1);box-shadow:0 4px 12px #00000040}.eg-PlannerDashboard-module-shortcutItem:hover .eg-PlannerDashboard-module-shortcutArrow{color:var(--color-accent);transform:translate(4px)}.eg-PlannerDashboard-module-shortcutIcon{width:42px;height:42px;transition:all var(--transition-fast);border:1px solid #ffffff05;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-PlannerDashboard-module-shortcutText{flex:1;min-width:0}.eg-PlannerDashboard-module-shortcutLabel{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-PlannerDashboard-module-shortcutDesc{color:var(--color-text-muted);margin-top:2px;font-size:11px}.eg-PlannerDashboard-module-shortcutArrow{color:var(--color-text-muted);transition:all var(--transition-fast);flex-shrink:0}.eg-PlannerDashboard-module-modalOverlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(8px);padding:var(--space-4);background-color:#000000ad;justify-content:center;align-items:center;animation:.2s eg-PlannerDashboard-module-fadeIn;display:flex;position:fixed;inset:0}.eg-PlannerDashboard-module-modalCard{border:1px solid #ffffff0f;width:100%;max-width:480px;box-shadow:0 24px 54px -10px #00000080,inset 0 1px #ffffff0d}.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-extrabold);align-items:center;margin:0;display:flex}.eg-PlannerDashboard-module-modalDesc{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-5);line-height:1.55}.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-4) 0}.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);border:1px solid #22c55e33;justify-content:center;align-items:center;display:flex}.eg-PlannerDashboard-module-modalUrlBox{border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-5);font-size:var(--text-sm);word-break:break-all;color:var(--color-accent);background-color:#0003;border:1px solid #ffffff0d;font-family:monospace}.eg-PlannerDashboard-module-modalFieldGroup{gap:var(--space-4);margin-bottom:var(--space-5);flex-direction:column;display:flex}@keyframes eg-PlannerDashboard-module-fadeIn{0%{opacity:0}to{opacity:1}}.eg-CoordinatorDashboard-module-dashboard{gap:var(--space-8);padding-bottom:var(--space-12);flex-direction:column;animation:.4s eg-CoordinatorDashboard-module-fadeIn;display:flex}.eg-CoordinatorDashboard-module-quickActions{justify-content:space-between;align-items:center;gap:var(--space-4);padding:0 0 var(--space-2);box-shadow:none;background:0 0;border:none;border-radius:0;flex-wrap:wrap;display:flex}.eg-CoordinatorDashboard-module-quickActionsTitle{font-size:1.35rem;font-weight:var(--weight-extrabold);color:var(--color-text-primary);letter-spacing:-.03em;background:linear-gradient(135deg, #fff 0%, var(--color-text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0}.eg-CoordinatorDashboard-module-quickActionsBtns{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.eg-CoordinatorDashboard-module-statsGrid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.eg-CoordinatorDashboard-module-statCard{background:linear-gradient(180deg, var(--color-surface-2) 0%, #1f293799 100%);padding:var(--space-5) var(--space-6);gap:var(--space-3);transition:all var(--transition-base);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -10px #0003,inset 0 1px #ffffff0d}.eg-CoordinatorDashboard-module-statCard:before{content:"";width:100%;height:4px;transition:background var(--transition-base);background:0 0;position:absolute;top:0;left:0}.eg-CoordinatorDashboard-module-statCardClickable{cursor:pointer}.eg-CoordinatorDashboard-module-statCardClickable:hover{border-color:var(--color-accent-border);transform:translateY(-4px);box-shadow:0 20px 35px -15px #d4a01726,0 4px 20px -5px #0000004d,inset 0 1px #ffffff14}.eg-CoordinatorDashboard-module-statCardClickable:hover:before{background:var(--color-accent)}.eg-CoordinatorDashboard-module-statCardHeader{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.eg-CoordinatorDashboard-module-statLabel{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em}.eg-CoordinatorDashboard-module-statBadge{font-size:10px;font-weight:var(--weight-bold);border-radius:var(--radius-full);white-space:nowrap;letter-spacing:.02em;padding:3px 8px}.eg-CoordinatorDashboard-module-statBadgePositive{color:#4ade80;background-color:#22c55e1f;border:1px solid #22c55e33}.eg-CoordinatorDashboard-module-statBadgeNegative{color:#f87171;background-color:#ef44441f;border:1px solid #ef444433}.eg-CoordinatorDashboard-module-statBadgeNeutral{background-color:var(--color-surface-3);color:var(--color-text-secondary);border:1px solid var(--color-border)}.eg-CoordinatorDashboard-module-statValue{color:var(--color-text-primary);letter-spacing:-.04em;font-variant-numeric:tabular-nums;margin:var(--space-1) 0;background:linear-gradient(135deg,#fff 50%,#d1d5db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.25rem;font-weight:900;line-height:1}.eg-CoordinatorDashboard-module-barSparkline{height:40px;margin-top:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-md);background:#00000026;border:1px solid #ffffff05;align-items:flex-end;gap:5px;display:flex}.eg-CoordinatorDashboard-module-barSparklineBar{background-color:var(--color-accent);opacity:.85;border-radius:2px 2px 0 0;flex:1;min-height:3px;transition:height .3s cubic-bezier(.4,0,.2,1)}.eg-CoordinatorDashboard-module-barSparklinePositive .eg-CoordinatorDashboard-module-barSparklineBar{background:linear-gradient(0deg, var(--color-accent-hover) 0%, var(--color-accent) 100%)}.eg-CoordinatorDashboard-module-barSparklineNegative .eg-CoordinatorDashboard-module-barSparklineBar{background:linear-gradient(0deg, #991b1b 0%, var(--color-error) 100%)}.eg-CoordinatorDashboard-module-sectionCard{background:var(--color-surface-2);border:1px solid #ffffff0a;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px -10px #00000040,inset 0 1px #ffffff0d}.eg-CoordinatorDashboard-module-sectionHeader{padding:var(--space-5) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-3);background:linear-gradient(#ffffff03 0%,#0000 100%);border-bottom:1px solid #ffffff0d;display:flex}.eg-CoordinatorDashboard-module-sectionTitle{font-size:var(--text-base);font-weight:var(--weight-extrabold);color:var(--color-text-primary);letter-spacing:-.02em;align-items:center;gap:var(--space-2);margin:0;display:flex}.eg-CoordinatorDashboard-module-sectionLink{font-size:var(--text-xs);color:var(--color-accent);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:color var(--transition-fast);text-decoration:none}.eg-CoordinatorDashboard-module-sectionLink:hover{color:var(--color-accent-hover)}.eg-CoordinatorDashboard-module-tableScroll{overflow-x:auto}.eg-CoordinatorDashboard-module-table{border-collapse:collapse;width:100%}.eg-CoordinatorDashboard-module-tableHead{padding:var(--space-4) var(--space-6);font-size:10px;font-weight:var(--weight-bold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.1em;column-gap:var(--space-4);background-color:#00000026;border-bottom:1px solid #ffffff0f;display:grid}.eg-CoordinatorDashboard-module-tableHeadProjects{grid-template-columns:minmax(160px,2.2fr) 120px 110px 95px minmax(120px,1.3fr) 95px;min-width:760px}.eg-CoordinatorDashboard-module-tableHeadTasks{grid-template-columns:minmax(180px,2.5fr) minmax(120px,1.2fr) 110px 95px 100px;min-width:640px}.eg-CoordinatorDashboard-module-tableHeadActivity{grid-template-columns:40px 80px minmax(180px,2fr) minmax(120px,1fr) 110px 80px;min-width:860px}.eg-CoordinatorDashboard-module-tableHeadCenter{text-align:center;justify-content:center;display:flex}.eg-CoordinatorDashboard-module-tableHeadRight{text-align:right;justify-content:flex-end;display:flex}.eg-CoordinatorDashboard-module-tableBody{flex-direction:column;display:flex}.eg-CoordinatorDashboard-module-tableBody .eg-CoordinatorDashboard-module-tableRow{transition:all var(--transition-fast);border-bottom:1px solid #ffffff0a}.eg-CoordinatorDashboard-module-tableBody .eg-CoordinatorDashboard-module-tableRow:nth-child(odd){background-color:#ffffff01}.eg-CoordinatorDashboard-module-tableBody .eg-CoordinatorDashboard-module-tableRow:nth-child(2n){background-color:#00000014}.eg-CoordinatorDashboard-module-tableBody .eg-CoordinatorDashboard-module-tableRow:last-child{border-bottom:none}.eg-CoordinatorDashboard-module-tableRow{padding:var(--space-5) var(--space-6);align-items:center;column-gap:var(--space-4);display:grid}.eg-CoordinatorDashboard-module-tableRowProjects{grid-template-columns:minmax(160px,2.2fr) 120px 110px 95px minmax(120px,1.3fr) 95px;min-width:760px}.eg-CoordinatorDashboard-module-tableRowTasks{grid-template-columns:minmax(180px,2.5fr) minmax(120px,1.2fr) 110px 95px 100px;min-width:640px}.eg-CoordinatorDashboard-module-tableRowActivity{grid-template-columns:40px 80px minmax(180px,2fr) minmax(120px,1fr) 110px 80px;min-width:860px}.eg-CoordinatorDashboard-module-tableRowClickable{cursor:pointer}.eg-CoordinatorDashboard-module-tableBody .eg-CoordinatorDashboard-module-tableRowClickable:hover{background-color:#d4a0170d;transform:scale(1.002)}.eg-CoordinatorDashboard-module-cellPrimary{font-weight:var(--weight-bold);font-size:var(--text-sm);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-CoordinatorDashboard-module-cellSecondary{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;overflow:hidden}.eg-CoordinatorDashboard-module-cellCenter{justify-content:center;align-items:center;display:flex}.eg-CoordinatorDashboard-module-cellRight{font-size:var(--text-xs);color:var(--color-text-muted);justify-content:flex-end;align-items:center;display:flex}.eg-CoordinatorDashboard-module-cellTruncate{text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-sm);color:var(--color-text-secondary);overflow:hidden}.eg-CoordinatorDashboard-module-cellOverdue{color:var(--color-error)}.eg-CoordinatorDashboard-module-overdueTag{font-size:10px;font-weight:var(--weight-bold);color:var(--color-error);border-radius:var(--radius-sm);background:#ef44441f;margin-left:4px;padding:1px 5px}.eg-CoordinatorDashboard-module-eventType{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:var(--weight-medium);background:var(--color-surface-3);text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;border:1px solid #ffffff05;border-radius:6px;max-width:100%;padding:3px 8px;display:inline-block;overflow:hidden}.eg-CoordinatorDashboard-module-taskPriority{font-size:10px;font-weight:var(--weight-bold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;text-align:center;max-width:max-content;padding:2px 8px;display:inline-block}.eg-CoordinatorDashboard-module-priorityHigh{color:var(--color-error);background-color:#ef44441f}.eg-CoordinatorDashboard-module-priorityMedium{color:var(--color-warning);background-color:#f59e0b1f}.eg-CoordinatorDashboard-module-priorityLow{color:var(--color-info);background-color:#3b82f61f}.eg-CoordinatorDashboard-module-activityIcon{border:1px solid #ffffff08;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 2px 8px #00000026}.eg-CoordinatorDashboard-module-activityDesc{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eg-CoordinatorDashboard-module-activityTypeText{font-size:var(--text-xs);font-weight:var(--weight-bold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.eg-CoordinatorDashboard-module-tableFooter{padding:var(--space-4) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-3);background:#00000014;border-top:1px solid #ffffff0d;flex-wrap:wrap;display:flex}.eg-CoordinatorDashboard-module-tableFooterInfo{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:var(--weight-medium)}.eg-CoordinatorDashboard-module-twoCol{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=1024px){.eg-CoordinatorDashboard-module-twoCol{grid-template-columns:2fr 1.05fr;align-items:stretch}}.eg-CoordinatorDashboard-module-shortcutList{flex-direction:column;display:flex}.eg-CoordinatorDashboard-module-shortcutItem{align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4) var(--space-5);cursor:pointer;font-family:var(--font-base);text-align:left;transition:all var(--transition-fast);background-color:#0000;border:none;border-bottom:1px solid #ffffff0a;display:flex}.eg-CoordinatorDashboard-module-shortcutItem:disabled{opacity:.5;cursor:not-allowed}.eg-CoordinatorDashboard-module-shortcutItem:last-child{border-bottom:none}.eg-CoordinatorDashboard-module-shortcutItem:not(:disabled):hover{background-color:#ffffff05}.eg-CoordinatorDashboard-module-shortcutItem:not(:disabled):hover .eg-CoordinatorDashboard-module-shortcutIcon{transform:scale(1.1);box-shadow:0 4px 12px #00000040}.eg-CoordinatorDashboard-module-shortcutItem:not(:disabled):hover .eg-CoordinatorDashboard-module-shortcutArrow{color:var(--color-accent);transform:translate(4px)}.eg-CoordinatorDashboard-module-shortcutIcon{width:42px;height:42px;transition:all var(--transition-fast);border:1px solid #ffffff05;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-CoordinatorDashboard-module-shortcutText{flex:1;min-width:0}.eg-CoordinatorDashboard-module-shortcutLabel{font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--color-text-primary)}.eg-CoordinatorDashboard-module-shortcutDesc{color:var(--color-text-muted);margin-top:2px;font-size:11px}.eg-CoordinatorDashboard-module-shortcutArrow{color:var(--color-text-muted);transition:all var(--transition-fast);flex-shrink:0}@keyframes eg-CoordinatorDashboard-module-fadeIn{0%{opacity:0}to{opacity:1}}.eg-FeedbackChat-module-splitPanel{background:var(--color-surface-2);border:1px solid #ffffff0d;border-radius:20px;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 10px 25px -10px #0003}.eg-FeedbackChat-module-conversationPanel{border-right:1px solid var(--color-border-subtle);flex-direction:column;flex-shrink:0;width:320px;display:flex;overflow:hidden}.eg-FeedbackChat-module-conversationPanelFull{border-right:none;width:100%}.eg-FeedbackChat-module-conversationHeader{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border-subtle);font-size:var(--text-sm);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.eg-FeedbackChat-module-conversationList{flex:1;overflow-y:auto}.eg-FeedbackChat-module-convItem{padding:var(--space-2) var(--space-4);cursor:pointer;gap:var(--space-2);border-left:3px solid #0000;transition:all .15s;display:flex}.eg-FeedbackChat-module-convItem:hover{background:var(--color-surface-1)}.eg-FeedbackChat-module-convItemSelected{background:var(--color-accent-muted);border-left-color:var(--color-accent)}.eg-FeedbackChat-module-convIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.eg-FeedbackChat-module-convBody{flex:1;min-width:0}.eg-FeedbackChat-module-convRow{justify-content:space-between;align-items:center;margin-bottom:1px;display:flex}.eg-FeedbackChat-module-convSubject{font-size:var(--text-xs);white-space:nowrap;text-overflow:ellipsis;color:var(--color-text-primary);font-weight:600;overflow:hidden}.eg-FeedbackChat-module-convTime{color:var(--color-text-muted);flex-shrink:0;margin-left:4px;font-size:9px}.eg-FeedbackChat-module-convEmail{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.eg-FeedbackChat-module-chatPanel{flex-direction:column;flex:1;min-width:0;display:flex}.eg-FeedbackChat-module-chatInner{flex-direction:column;height:100%;display:flex}.eg-FeedbackChat-module-chatHeader{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border-subtle);align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.eg-FeedbackChat-module-chatHeaderIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.eg-FeedbackChat-module-chatHeaderInfo{flex:1;min-width:0}.eg-FeedbackChat-module-chatHeaderSubject{font-size:var(--text-sm);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.eg-FeedbackChat-module-chatHeaderMeta{color:var(--color-text-muted);font-size:10px}.eg-FeedbackChat-module-chatStatus{border-radius:var(--radius-full);text-transform:uppercase;flex-shrink:0;padding:2px 8px;font-size:9px;font-weight:700}.eg-FeedbackChat-module-messagesArea{padding:var(--space-3) var(--space-4);gap:var(--space-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.eg-FeedbackChat-module-emptyMessages{font-size:var(--text-sm);color:var(--color-text-muted);flex:1;justify-content:center;align-items:center;display:flex}.eg-FeedbackChat-module-msgRow{flex-direction:column;max-width:80%;display:flex}.eg-FeedbackChat-module-msgRowEnd{align-self:flex-end;align-items:flex-end}.eg-FeedbackChat-module-msgRowStart{align-self:flex-start;align-items:flex-start}.eg-FeedbackChat-module-msgSender{color:var(--color-text-muted);margin-bottom:2px;margin-left:2px;font-size:10px}.eg-FeedbackChat-module-msgBubble{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);word-break:break-word;border-radius:16px;line-height:1.6}.eg-FeedbackChat-module-msgBubbleMe{background:linear-gradient(135deg, var(--color-accent) 0%, #b8860b 100%);color:#000;border:none;border-bottom-right-radius:4px}.eg-FeedbackChat-module-msgBubbleOther{background:var(--color-surface-1);color:var(--color-text-primary);border:1px solid var(--color-border-subtle);border-bottom-left-radius:4px}.eg-FeedbackChat-module-msgAttachment{margin-top:var(--space-1)}.eg-FeedbackChat-module-msgImage{object-fit:cover;border-radius:8px;max-width:200px;max-height:150px}.eg-FeedbackChat-module-msgFileLink{color:var(--color-accent);font-size:var(--text-xs);text-decoration:underline}.eg-FeedbackChat-module-msgFileLinkMe{color:#000}.eg-FeedbackChat-module-msgTime{color:var(--color-text-muted);margin-top:1px;margin-left:2px;font-size:9px}.eg-FeedbackChat-module-inputArea{padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border-subtle);flex-shrink:0}.eg-FeedbackChat-module-attachPreview{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-2);background:var(--color-surface-1);border-radius:var(--radius-md);display:flex}.eg-FeedbackChat-module-attachPreviewImg{object-fit:cover;border-radius:6px;width:32px;height:32px}.eg-FeedbackChat-module-attachPreviewName{font-size:var(--text-xs);color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.eg-FeedbackChat-module-attachPreviewRemove{width:24px;height:24px}.eg-FeedbackChat-module-inputRow{gap:var(--space-2);align-items:flex-end;display:flex}.eg-FeedbackChat-module-attachBtn{flex-shrink:0}.eg-FeedbackChat-module-fileInput{display:none}.eg-FeedbackChat-module-chatInput{resize:none;min-height:40px;max-height:120px;padding:var(--space-2) var(--space-3);font-family:inherit;font-size:var(--text-sm);border:1px solid var(--color-border);background:var(--color-surface-1);color:var(--color-text-primary);border-radius:12px;outline:none;flex:1;line-height:1.5;transition:border-color .15s}.eg-FeedbackChat-module-chatInput:focus{border-color:var(--color-accent)}.eg-FeedbackChat-module-sendBtn{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:flex}.eg-FeedbackChat-module-emptyChat{justify-content:center;align-items:center;gap:var(--space-2);color:var(--color-text-muted);flex-direction:column;flex:1;display:flex}.eg-FeedbackChat-module-emptyChatIcon{opacity:.3}.eg-FeedbackChat-module-loadingArea{padding:var(--space-4)}.eg-FeedbackChat-module-skeletonItem{height:64px;margin-bottom:8px}.eg-FeedbackChat-module-emptyConv{padding:var(--space-4);text-align:center;font-size:var(--text-xs);color:var(--color-text-muted)}@media (width<=767px){.eg-FeedbackChat-module-conversationPanel{border-right:none;width:100%}}.eg-PageHero-module-hero{border-radius:var(--radius-xl);border:1px solid var(--color-border);gap:var(--space-4);background-position:50%;background-size:cover;background-image:var(--hero-bg), linear-gradient(135deg, #1a1f2e 0%, #2a1f3d 50%, #1a2a3d 100%);flex-direction:column;margin-bottom:2rem;padding:2.5rem 2rem 2rem;display:flex;position:relative}.eg-PageHero-module-heroOverlay{border-radius:var(--radius-xl);z-index:1;background:linear-gradient(#0b11208c 0%,#0b1120d9 100%);position:absolute;inset:0}.eg-PageHero-module-breadcrumbs{z-index:2;font-size:var(--text-xs);color:#fff9;font-weight:var(--weight-semibold);align-items:center;gap:.5rem;display:flex;position:relative}.eg-PageHero-module-breadcrumbLink{color:#fff9;transition:color var(--transition-fast);text-decoration:none}.eg-PageHero-module-breadcrumbLink:hover{color:var(--color-accent)}.eg-PageHero-module-breadcrumbSeparator{color:#ffffff4d;margin:0 .25rem}.eg-PageHero-module-breadcrumbCurrent{color:#fff}.eg-PageHero-module-heroContent{z-index:1;align-items:flex-start;gap:1.25rem;display:flex;position:relative}.eg-PageHero-module-heroIcon{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-hover) 100%);width:52px;height:52px;color:var(--color-text-inverse);box-shadow:0 8px 24px rgba(var(--color-accent-rgb,99, 102, 241), .25);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-PageHero-module-heroText{flex:1}.eg-PageHero-module-heroTitle{color:var(--color-text-primary);letter-spacing:-.02em;margin:0 0 .25rem;font-size:2.65rem;font-weight:700}.eg-PageHero-module-heroSubtitle{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0;line-height:1.6}.eg-PageHero-module-heroActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.eg-PageHero-module-backBtn{width:40px;height:40px;color:var(--color-text-secondary);background:var(--color-surface-3);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-PageHero-module-backBtn:hover{background:var(--color-accent);color:var(--color-text-inverse);transform:translate(-2px)}@media (width<=768px){.eg-PageHero-module-hero{margin-bottom:1rem;padding:1.25rem 1rem}.eg-PageHero-module-breadcrumbs,.eg-PageHero-module-heroIcon,.eg-PageHero-module-heroSubtitle{display:none}.eg-PageHero-module-heroContent{align-items:center;gap:.75rem;display:flex}.eg-PageHero-module-heroText{flex:1;min-width:0}.eg-PageHero-module-heroTitle{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.125rem;font-weight:700;overflow:hidden}.eg-PageHero-module-heroActions{flex-shrink:0}}.eg-NotificationsPage-module-page{padding-bottom:var(--space-6)}.eg-NotificationsPage-module-content{max-width:100%;padding:0 var(--space-4)}.eg-NotificationsPage-module-searchWrapper{margin-bottom:var(--space-4);max-width:480px;position:relative}.eg-NotificationsPage-module-searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.eg-NotificationsPage-module-searchInput{min-height:42px;font-size:var(--text-sm);border-radius:12px;padding-left:38px}.eg-NotificationsPage-module-tabBar{background:var(--color-surface-1);border-radius:var(--radius-md);gap:1px;padding:2px;display:flex;overflow:hidden}.eg-NotificationsPage-module-tab{cursor:pointer;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:var(--text-xs);background:0 0;border:none;padding:4px 12px;font-family:inherit;font-weight:600;transition:all .15s}.eg-NotificationsPage-module-tabActive{background:var(--color-accent);color:#000}.eg-NotificationsPage-module-tabCount{opacity:.7;margin-left:4px}.eg-NotificationsPage-module-bulkBar{padding:var(--space-2) var(--space-4);margin-bottom:var(--space-2);background:var(--color-accent-muted);border:1px solid var(--color-accent-border);align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-secondary);border-radius:12px;animation:.2s eg-NotificationsPage-module-slideDown;display:inline-flex}@keyframes eg-NotificationsPage-module-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.eg-NotificationsPage-module-bulkCount{font-weight:600}.eg-NotificationsPage-module-skeletonList{gap:var(--space-3);flex-direction:column;display:flex}.eg-NotificationsPage-module-skeletonCard{border-radius:var(--radius-xl);background:var(--color-surface-2);height:72px;animation:1.5s ease-in-out infinite eg-NotificationsPage-module-skeletonPulse}@keyframes eg-NotificationsPage-module-skeletonPulse{0%,to{opacity:.4}50%{opacity:.7}}.eg-NotificationsPage-module-list{gap:var(--space-3);flex-direction:column;display:flex}.eg-NotificationsPage-module-card{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-2);border-radius:var(--radius-xl);transition:all var(--transition-fast);cursor:default;animation:.3s both eg-NotificationsPage-module-cardIn;display:flex;position:relative}.eg-NotificationsPage-module-cardUnread{background:var(--color-accent-muted)}.eg-NotificationsPage-module-card:hover{background:var(--color-surface-3);box-shadow:0 2px 12px #0000000a}.eg-NotificationsPage-module-cardActive{background:var(--color-accent-muted)!important;box-shadow:inset 3px 0 0 var(--color-accent), 0 2px 12px #0000000f!important}@keyframes eg-NotificationsPage-module-cardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.eg-NotificationsPage-module-cardCheck{flex-shrink:0;padding-top:3px}.eg-NotificationsPage-module-checkbox{cursor:pointer;accent-color:var(--color-accent);width:16px;height:16px}.eg-NotificationsPage-module-cardIcon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:1px;display:flex}.eg-NotificationsPage-module-cardBody{cursor:pointer;flex:1;min-width:0}.eg-NotificationsPage-module-cardTop{justify-content:space-between;align-items:flex-start;gap:var(--space-2);margin-bottom:2px;display:flex}.eg-NotificationsPage-module-cardTitle{font-size:var(--text-sm);color:var(--color-text-primary);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.eg-NotificationsPage-module-cardTitleBold{font-weight:700}.eg-NotificationsPage-module-cardTitleNormal{color:var(--color-text-secondary);font-weight:400}.eg-NotificationsPage-module-cardSnippet{font-size:var(--text-xs);color:var(--color-text-muted);text-overflow:ellipsis;-webkit-line-clamp:1;margin-bottom:var(--space-1);-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.eg-NotificationsPage-module-cardSnippetGold{color:var(--color-text-primary)}.eg-NotificationsPage-module-cardMeta{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-NotificationsPage-module-metaTag{text-transform:capitalize;letter-spacing:.03em;border-radius:4px;padding:0 6px;font-size:9px;font-weight:600;line-height:16px}.eg-NotificationsPage-module-metaTagType{color:var(--color-text-muted);background:var(--color-surface-3)}.eg-NotificationsPage-module-metaTagEvent{color:var(--color-accent);background:var(--color-accent-muted)}.eg-NotificationsPage-module-metaDate{color:var(--color-text-muted);white-space:nowrap;margin-left:auto;font-size:9px}.eg-NotificationsPage-module-cardActions{align-items:center;gap:var(--space-1);flex-direction:column;flex-shrink:0;padding-top:1px;display:flex}.eg-NotificationsPage-module-replyBtn{background:var(--color-accent-muted);width:30px;height:30px;color:var(--color-accent);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.eg-NotificationsPage-module-replyBtn:hover{background:var(--color-accent);color:#000;transform:scale(1.1)}.eg-NotificationsPage-module-emptyState{margin-top:var(--space-12)}.eg-NotificationsPage-module-splitLayout{gap:var(--space-4);align-items:flex-start;display:flex}.eg-NotificationsPage-module-splitLeft{flex-shrink:0;width:420px}.eg-NotificationsPage-module-splitRight{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-2);flex-direction:column;flex:1;min-width:0;min-height:400px;display:flex;overflow:hidden}.eg-NotificationsPage-module-splitRightHeader{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.eg-NotificationsPage-module-splitRightTitle{font-size:var(--text-sm);color:var(--color-text-primary);font-weight:700}.eg-NotificationsPage-module-splitRightBody{flex:1;min-height:0;overflow:hidden}@media (width<=1024px){.eg-NotificationsPage-module-splitLayout{flex-direction:column}.eg-NotificationsPage-module-splitLeft{width:100%}}@media (width<=768px){.eg-NotificationsPage-module-content{padding:0 var(--space-3)}.eg-NotificationsPage-module-searchWrapper{max-width:100%}.eg-NotificationsPage-module-card{padding:var(--space-3);gap:var(--space-2)}.eg-NotificationsPage-module-cardIcon{width:32px;height:32px}.eg-NotificationsPage-module-cardIcon svg{width:14px;height:14px}.eg-NotificationsPage-module-replyBtn{width:26px;height:26px}.eg-NotificationsPage-module-replyBtn svg{width:12px;height:12px}}.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:clip}.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:nowrap;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:nowrap;flex-shrink:0;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-3);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);padding:var(--space-2) var(--space-4)}.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-toolbar{align-items:stretch;gap:var(--space-2);flex-direction:column}.eg-PhaseTimelineTracker-module-tabs{justify-content:center}.eg-PhaseTimelineTracker-module-toolbarRight{flex-wrap:wrap;justify-content:center}.eg-PhaseTimelineTracker-module-searchWrap{flex:1;min-width:140px}.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-ModuleLock-module-lock{text-align:center;padding:var(--space-12) var(--space-6);flex-direction:column;justify-content:center;align-items:center;min-height:320px;display:flex}.eg-ModuleLock-module-lockIcon{background:var(--color-surface-3);width:72px;height:72px;color:var(--color-text-muted);margin-bottom:var(--space-5);border-radius:50%;justify-content:center;align-items:center;display:flex}.eg-ModuleLock-module-lockTitle{font-size:var(--text-title);font-weight:var(--weight-bold);color:var(--color-text-primary);margin:0 0 var(--space-2)}.eg-ModuleLock-module-lockDesc{font-size:var(--text-sm);color:var(--color-text-secondary);max-width:440px;margin:0 0 var(--space-6);line-height:1.6}.eg-EventVendorsPage-module-page{gap:var(--space-5);flex-direction:column;width:100%;display:flex}.eg-EventVendorsPage-module-content{gap:var(--space-4);flex-direction:column;display:flex}.eg-EventVendorsPage-module-toolbar{justify-content:flex-end;display:flex}.eg-EventVendorsPage-module-loading{justify-content:center;align-items:center;min-height:200px;display:flex}.eg-EventVendorsPage-module-tableCard{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);position:relative;overflow:visible}.eg-EventVendorsPage-module-tableScroll{position:relative;overflow:visible}@media (width<=767px){.eg-EventVendorsPage-module-tableScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}}.eg-EventVendorsPage-module-table{border-collapse:collapse;width:100%}.eg-EventVendorsPage-module-thead{background:var(--color-surface-3)}.eg-EventVendorsPage-module-th{padding:var(--space-3) var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;white-space:nowrap;font-weight:600}.eg-EventVendorsPage-module-thCenter{text-align:center}.eg-EventVendorsPage-module-tr{border-bottom:1px solid var(--color-border-subtle);transition:background var(--transition-fast)}.eg-EventVendorsPage-module-tr:last-child{border-bottom:none}.eg-EventVendorsPage-module-tr:hover{background:var(--color-surface-3)}.eg-EventVendorsPage-module-td{padding:var(--space-3) var(--space-3);font-size:var(--text-sm);vertical-align:middle;overflow:visible}.eg-EventVendorsPage-module-cellCenter{text-align:center}.eg-EventVendorsPage-module-vendorCell{min-width:200px}.eg-EventVendorsPage-module-vendorInfo{align-items:center;gap:var(--space-3);display:flex}.eg-EventVendorsPage-module-vendorAvatar{border-radius:var(--radius-full);background:var(--color-accent-muted);width:36px;height:36px;color:var(--color-accent);font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.eg-EventVendorsPage-module-vendorName{color:var(--color-text);font-weight:500}.eg-EventVendorsPage-module-vendorCategory{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-EventVendorsPage-module-serviceDesc{color:var(--color-text-secondary);font-size:var(--text-xs)}.eg-EventVendorsPage-module-amount{font-family:var(--font-mono,monospace);font-weight:600;font-size:var(--text-sm)}.eg-EventVendorsPage-module-rowActions{justify-content:center;align-items:center;gap:var(--space-1);display:flex}.eg-EventVendorsPage-module-iconBtn{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.eg-EventVendorsPage-module-iconBtn:hover{background:var(--color-surface-3);color:var(--color-text)}.eg-EventVendorsPage-module-iconBtnDanger:hover{background:var(--color-error-bg);color:var(--color-error)}.eg-EventVendorsPage-module-tableFooter{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);color:var(--color-text-muted);border-top:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;display:flex}.eg-EventVendorsPage-module-directoryLink{align-items:center;gap:var(--space-1);color:var(--color-accent);font-size:var(--text-xs);text-decoration:none;display:flex}.eg-EventVendorsPage-module-directoryLink:hover{text-decoration:underline}.eg-EventVendorsPage-module-directoryItem{width:100%;padding:var(--space-3);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-3);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);text-align:left;font-size:inherit;justify-content:space-between;align-items:center;display:flex}.eg-EventVendorsPage-module-directoryItem:hover{background:var(--color-accent-muted);border-color:var(--color-accent-border)}.eg-EventAssetsPage-module-page{gap:var(--space-4);padding-bottom:var(--space-10);flex-direction:column;display:flex}.eg-EventAssetsPage-module-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border-subtle);flex-wrap:wrap;display:flex}.eg-EventAssetsPage-module-toolbarLeft{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.eg-EventAssetsPage-module-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.eg-EventAssetsPage-module-card{border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);background:var(--color-surface);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;display:flex;position:relative;overflow:hidden}.eg-EventAssetsPage-module-card:hover{border-color:var(--color-accent-border);box-shadow:0 2px 12px #00000026}.eg-EventAssetsPage-module-cardThumb{background:var(--color-surface-3);justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.eg-EventAssetsPage-module-cardThumbImg{object-fit:cover;width:100%;height:100%}.eg-EventAssetsPage-module-docIcon{color:var(--color-text-muted);opacity:.6}.eg-EventAssetsPage-module-cardTypeBadge{bottom:var(--space-2);left:var(--space-2);text-transform:capitalize;color:#fff;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex;position:absolute}.eg-EventAssetsPage-module-cardBody{padding:var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;display:flex}.eg-EventAssetsPage-module-cardName{font-size:var(--text-sm);color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.eg-EventAssetsPage-module-cardBadgeRow{align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.eg-EventAssetsPage-module-cardMeta{font-size:var(--text-xs);color:var(--color-text-muted);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.eg-EventAssetsPage-module-cardActions{top:var(--space-2);right:var(--space-2);opacity:0;transition:opacity var(--transition-fast);position:absolute}.eg-EventAssetsPage-module-card:hover .eg-EventAssetsPage-module-cardActions{opacity:1}.eg-EventAssetsPage-module-deleteBtn{border-radius:var(--radius-md);width:28px;height:28px;color:var(--color-error);cursor:pointer;transition:background var(--transition-fast);background:#ef444426;border:none;justify-content:center;align-items:center;display:flex}.eg-EventAssetsPage-module-deleteBtn:hover{background:#ef44444d}.eg-EventAssetsPage-module-deleteBtn:disabled{opacity:.5;cursor:not-allowed}.eg-EventAssetsPage-module-uploadArea{border:2px dashed var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast);justify-content:center;align-items:center;min-height:120px;display:flex}.eg-EventAssetsPage-module-uploadArea:hover{border-color:var(--color-accent);background:var(--color-accent-muted)}.eg-EventAssetsPage-module-uploadAreaPreview{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-secondary);flex-direction:column;display:flex}.eg-EventAssetsPage-module-uploadPreviewImg{object-fit:cover;border-radius:var(--radius-md);width:80px;height:80px}.eg-EventAssetsPage-module-uploadAreaPlaceholder{align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--text-sm);flex-direction:column;display:flex}.eg-EventAssetsPage-module-uploadAreaHint{font-size:var(--text-xs);color:var(--color-text-muted);opacity:.6}.eg-EventAssetsPage-module-fileInput{display:none}.eg-EventAssetsPage-module-formOverlay{z-index:1000;padding:var(--space-4);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.eg-EventAssetsPage-module-formCard{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex;overflow-y:auto}.eg-EventAssetsPage-module-formCardHeader{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;display:flex}.eg-EventAssetsPage-module-formCardTitle{align-items:center;gap:var(--space-2);font-size:var(--text-base);font-weight:600;display:flex}.eg-EventAssetsPage-module-formCardClose{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.eg-EventAssetsPage-module-formCardClose:hover{background:var(--color-surface-3)}.eg-EventAssetsPage-module-formCardClose:disabled{opacity:.4}.eg-EventAssetsPage-module-formCardBody{padding:var(--space-4) var(--space-5);gap:var(--space-4);flex-direction:column;display:flex}.eg-EventAssetsPage-module-formField{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.eg-EventAssetsPage-module-formLabel{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.eg-EventAssetsPage-module-formInput{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-surface-2);color:var(--color-text-primary);font-size:var(--text-sm);transition:border-color var(--transition-fast);outline:none}.eg-EventAssetsPage-module-formInput:focus{border-color:var(--color-accent)}.eg-EventAssetsPage-module-formRow{gap:var(--space-3);display:flex}.eg-EventAssetsPage-module-formCardFooter{justify-content:flex-end;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border-subtle);display:flex}.eg-EventAssetsPage-module-emptyState{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-10) var(--space-4);text-align:center;flex-direction:column;min-height:320px;display:flex}.eg-EventAssetsPage-module-emptyStateIcon{border-radius:var(--radius-full);background:var(--color-surface-3);width:72px;height:72px;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.eg-EventAssetsPage-module-emptyStateTitle{font-size:var(--text-title);color:var(--color-text-primary);font-weight:600}.eg-EventAssetsPage-module-emptyStateDesc{font-size:var(--text-sm);color:var(--color-text-secondary);max-width:360px}.eg-EventAssetsPage-module-previewCard{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:720px;max-height:90vh;display:flex;overflow:hidden}.eg-EventAssetsPage-module-previewBody{background:var(--color-surface-3);flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:auto}.eg-EventAssetsPage-module-previewImage{object-fit:contain;max-width:100%;max-height:65vh}.eg-EventAssetsPage-module-previewPdf{border:none;width:100%;height:65vh}.eg-EventAssetsPage-module-previewFallback{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-10) var(--space-4);color:var(--color-text-muted);text-align:center;flex-direction:column;display:flex}.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{border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-5);background:linear-gradient(135deg,#1a1f2e 0%,#2a1f3d 50%,#1a2a3d 100%);position:relative;overflow:hidden}.eg-EventDashboardPage-module-commandHeader:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#0b11208c 0%,#0b1120d9 100%);position:absolute;inset:0}.eg-EventDashboardPage-module-headerRow1{align-items:center;gap:var(--space-3);z-index:1;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);z-index:1;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-financialSnapshot,.eg-EventDashboardPage-module-ganttSection{display:none}.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-VendorDirectoryPage-module-toolbar{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.eg-VendorDirectoryPage-module-toolbarLeft{align-items:center;gap:var(--space-3);flex:1;min-width:0;display:flex}.eg-VendorDirectoryPage-module-toolbarRight{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.eg-VendorDirectoryPage-module-viewToggle{border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);display:flex;overflow:hidden}.eg-VendorDirectoryPage-module-viewToggleBtn{background:var(--color-surface-2);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);border:none;justify-content:center;align-items:center;display:inline-flex}.eg-VendorDirectoryPage-module-viewToggleBtn:hover{background:var(--color-surface-3);color:var(--color-text-primary)}.eg-VendorDirectoryPage-module-viewToggleBtnActive,.eg-VendorDirectoryPage-module-viewToggleBtnActive:hover{background:var(--color-accent);color:#fff}.eg-VendorDirectoryPage-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-VendorDirectoryPage-module-tableScroll{overflow-x:auto}.eg-VendorDirectoryPage-module-table{border-collapse:collapse;width:100%;min-width:700px}.eg-VendorDirectoryPage-module-thead{background-color:var(--color-surface-3);border-bottom:1px solid var(--color-border)}.eg-VendorDirectoryPage-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-VendorDirectoryPage-module-thActions{text-align:right}.eg-VendorDirectoryPage-module-tr{border-bottom:1px solid var(--color-border-subtle);transition:background-color var(--transition-fast)}.eg-VendorDirectoryPage-module-tr:nth-child(odd){background-color:var(--color-surface-1)}.eg-VendorDirectoryPage-module-tr:nth-child(2n){background-color:var(--color-surface-2)}.eg-VendorDirectoryPage-module-tr:hover{background-color:var(--color-accent-muted)}.eg-VendorDirectoryPage-module-td{padding:var(--space-3) var(--space-4);vertical-align:middle;font-size:var(--text-sm)}.eg-VendorDirectoryPage-module-tdActions{text-align:right}.eg-VendorDirectoryPage-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-VendorDirectoryPage-module-cellMuted{color:var(--color-text-secondary);font-size:var(--text-sm)}.eg-VendorDirectoryPage-module-vendorName{font-weight:var(--weight-semibold);color:var(--color-text-primary)}.eg-VendorDirectoryPage-module-vendorNameMuted{color:var(--color-text-muted);font-style:italic}.eg-VendorDirectoryPage-module-orgLabel{font-size:var(--text-xs);color:var(--color-text-muted)}.eg-VendorDirectoryPage-module-orgLabelYours{color:var(--color-accent);font-weight:var(--weight-semibold)}.eg-VendorDirectoryPage-module-rowActions{gap:var(--space-1);justify-content:flex-end;display:flex}.eg-VendorDirectoryPage-module-iconBtn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast), background-color var(--transition-fast);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.eg-VendorDirectoryPage-module-iconBtn:hover{border-color:var(--color-accent-border);color:var(--color-accent);background-color:var(--color-accent-muted)}.eg-VendorDirectoryPage-module-iconBtnDanger:hover{border-color:var(--color-error);color:var(--color-error);background-color:var(--color-error-bg)}.eg-VendorDirectoryPage-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-VendorDirectoryPage-module-pagination{justify-content:center;align-items:center;gap:var(--space-1);margin-top:var(--space-6);display:flex}.eg-VendorDirectoryPage-module-pageBtn{min-width:36px;height:36px;padding:0 var(--space-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-surface-2);color:var(--color-text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.eg-VendorDirectoryPage-module-pageBtn:hover{background:var(--color-surface-3);border-color:var(--color-accent-border);color:var(--color-accent)}.eg-VendorDirectoryPage-module-pageBtnActive{background:var(--color-accent);border-color:var(--color-accent);color:#fff;font-weight:var(--weight-semibold)}.eg-VendorDirectoryPage-module-pageBtnActive:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.eg-VendorDirectoryPage-module-pageBtn:disabled{opacity:.4;cursor:not-allowed}.eg-VendorDirectoryPage-module-pageInfo{font-size:var(--text-xs);color:var(--color-text-muted);padding:0 var(--space-2)}.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}@media (width<=900px){.eg-TaskBoard-module-kanbanGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.eg-TaskBoard-module-kanbanGrid{grid-template-columns:1fr}}.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{flex-direction:column;width:100%;height:100dvh;display:flex}.eg-LiveBoardPage-module-feedLayout{gap:var(--space-4);padding:0 var(--space-4) 0;flex:1;width:100%;max-width:1400px;margin:0 auto;display:flex;overflow:hidden}.eg-LiveBoardPage-module-feedLayoutFull{max-width:900px}.eg-LiveBoardPage-module-feedMain{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.eg-LiveBoardPage-module-feedSidebar{flex-shrink:0;width:420px;max-height:calc(100vh - 100px);overflow-y:auto}.eg-LiveBoardPage-module-feedTimeline{gap:var(--space-3);padding:var(--space-4) 0;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}@media (width<=1024px){.eg-LiveBoardPage-module-feedLayout{padding:0 var(--space-3) var(--space-4);flex-direction:column}.eg-LiveBoardPage-module-feedSidebar{width:100%;position:static}}.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-hideMobile{display:flex}@media (width<=768px){.eg-LiveBoardPage-module-hideMobile{display:none}}.eg-LiveBoardPage-module-issuesToggleBtn{position:relative}.eg-LiveBoardPage-module-issuesBadge{background:var(--color-error);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.eg-LiveBoardPage-module-loadingWrap{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;min-height:320px;display:flex}.eg-LiveBoardPage-module-loadingImg{opacity:.4;width:48px;height:48px;animation:1.5s ease-in-out infinite eg-LiveBoardPage-module-pulse}.eg-LiveBoardPage-module-loadingText{font-size:var(--text-sm);color:var(--color-text-muted)}@keyframes eg-LiveBoardPage-module-pulse{0%,to{opacity:.4}50%{opacity:.8}}.eg-LiveBoardPage-module-postForm{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:border-color var(--transition-fast);flex-shrink:0;overflow:hidden;box-shadow:0 -4px 20px #00000014}.eg-LiveBoardPage-module-postForm:focus-within{border-color:var(--color-accent-border)}.eg-LiveBoardPage-module-postFormHeader{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-4) var(--space-3);border-bottom:1px solid var(--color-border-subtle);display:flex}.eg-LiveBoardPage-module-postFormAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.eg-LiveBoardPage-module-postFormAvatarPlaceholder{background:var(--color-surface-3);width:36px;height:36px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-LiveBoardPage-module-postFormName{font-size:var(--text-sm);color:var(--color-text-primary);font-weight:600}.eg-LiveBoardPage-module-postFormPreviewsWrap{padding:var(--space-3) var(--space-4) 0}.eg-LiveBoardPage-module-postFormInput{resize:none;width:100%;min-height:64px;font-size:var(--text-sm);color:var(--color-text-primary);font-family:inherit;line-height:var(--leading-relaxed);background:0 0;border:none;outline:none}.eg-LiveBoardPage-module-postFormInput::placeholder{color:var(--color-text-muted)}.eg-LiveBoardPage-module-postFormPreviews{gap:var(--space-2);padding:0 var(--space-4);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-postFormPreviewItem{border-radius:var(--radius-md);border:1px solid var(--color-border-subtle);width:72px;height:72px;position:relative;overflow:hidden}.eg-LiveBoardPage-module-postFormPreviewImg{object-fit:cover;width:100%;height:100%}.eg-LiveBoardPage-module-postFormPreviewRemove{color:#fff;cursor:pointer;opacity:0;width:20px;height:20px;transition:opacity var(--transition-fast);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:4px;right:4px}.eg-LiveBoardPage-module-postFormPreviewItem:hover .eg-LiveBoardPage-module-postFormPreviewRemove{opacity:1}.eg-LiveBoardPage-module-postFormFooter{gap:var(--space-3);padding:var(--space-3) var(--space-4);flex-direction:column;display:flex}.eg-LiveBoardPage-module-postFormActionsRow{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.eg-LiveBoardPage-module-postFormLeft{align-items:center;gap:var(--space-2);display:flex}.eg-LiveBoardPage-module-postFormAttachBtn{border-radius:var(--radius-md);background:var(--color-surface-3);border:1px solid var(--color-border);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-LiveBoardPage-module-postFormAttachBtn:hover{background:var(--color-surface-hover);color:var(--color-accent);border-color:var(--color-accent-border)}.eg-LiveBoardPage-module-postFormLocation{align-items:center;gap:var(--space-1);color:var(--color-text-muted);display:flex}.eg-LiveBoardPage-module-postFormLocationInput{font-size:var(--text-xs);color:var(--color-text-primary);background:0 0;border:none;outline:none;width:120px;min-height:28px}.eg-LiveBoardPage-module-postFormLocationInput::placeholder{color:var(--color-text-muted)}.eg-LiveBoardPage-module-postFormSendBtn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:4px;min-width:100px;min-height:34px;font-weight:600;display:flex}.eg-LiveBoardPage-module-feedPost{gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);transition:all var(--transition-fast);animation:.3s both eg-LiveBoardPage-module-feedPostIn;display:flex}@keyframes eg-LiveBoardPage-module-feedPostIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.eg-LiveBoardPage-module-feedPost:hover{border-color:var(--color-accent-border);box-shadow:0 4px 16px #0000000f}.eg-LiveBoardPage-module-feedPostAvatar{flex-shrink:0}.eg-LiveBoardPage-module-feedPostAvatarImg{object-fit:cover;border-radius:50%;width:40px;height:40px}.eg-LiveBoardPage-module-feedPostAvatarPlaceholder{background:var(--color-surface-3);width:40px;height:40px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-LiveBoardPage-module-feedPostBody{flex:1;min-width:0}.eg-LiveBoardPage-module-feedPostHeader{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.eg-LiveBoardPage-module-feedPostAuthor{font-size:var(--text-sm);color:var(--color-text-primary);font-weight:600}.eg-LiveBoardPage-module-feedPostTime{font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap;align-items:center;gap:3px;margin-left:auto;display:flex}.eg-LiveBoardPage-module-feedPostMessage{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);white-space:pre-wrap;word-break:break-word;margin-bottom:var(--space-3)}.eg-LiveBoardPage-module-feedPostPhotos{border-radius:var(--radius-lg);margin-bottom:var(--space-3);gap:3px;display:grid;overflow:hidden}.eg-LiveBoardPage-module-feedPostPhotos[data-count="1"]{grid-template-columns:1fr;max-width:420px}.eg-LiveBoardPage-module-feedPostPhotos[data-count="2"],.eg-LiveBoardPage-module-feedPostPhotos[data-count="3"],.eg-LiveBoardPage-module-feedPostPhotos[data-count="4"]{grid-template-columns:1fr 1fr}.eg-LiveBoardPage-module-feedPostPhotos[data-count="3"] .eg-LiveBoardPage-module-feedPostPhotoLink:first-child{grid-column:span 2}.eg-LiveBoardPage-module-feedPostPhotoLink{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.eg-LiveBoardPage-module-feedPostPhoto{object-fit:cover;width:100%;height:180px;transition:transform .3s;display:block}.eg-LiveBoardPage-module-feedPostPhotos[data-count="1"] .eg-LiveBoardPage-module-feedPostPhoto,.eg-LiveBoardPage-module-feedPostPhotos[data-count="3"] .eg-LiveBoardPage-module-feedPostPhotoLink:first-child .eg-LiveBoardPage-module-feedPostPhoto{height:240px}.eg-LiveBoardPage-module-feedPostPhotoLink:hover .eg-LiveBoardPage-module-feedPostPhoto{transform:scale(1.04)}.eg-LiveBoardPage-module-feedPostPhotoMore{color:#fff;font-size:var(--text-lg);letter-spacing:.02em;background:#0000008c;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;inset:0}.eg-LiveBoardPage-module-feedPostPdfGrid{gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-feedPostPdfCard{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--color-surface-3);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);color:var(--color-text-primary);font-size:var(--text-xs);display:flex}.eg-LiveBoardPage-module-feedPostPdfCard:hover{background:var(--color-surface-2);border-color:var(--color-accent)}.eg-LiveBoardPage-module-feedPostPdfCard svg{flex-shrink:0}.eg-LiveBoardPage-module-feedPostPdfName{font-weight:600}.eg-LiveBoardPage-module-postFormPdfPreview{background:var(--color-surface-3);width:100%;height:100%;color:var(--color-accent);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.eg-LiveBoardPage-module-feedPostFooter{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-feedPostLocation{font-size:var(--text-xs);color:var(--color-accent);background:var(--color-accent-muted);padding:3px var(--space-2);border-radius:var(--radius-full);align-items:center;gap:4px;font-weight:500;display:inline-flex}.eg-LiveBoardPage-module-feedPostFlagBtn{font-size:var(--text-xs);color:var(--color-text-muted);cursor:pointer;padding:3px var(--space-2);border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:4px;font-family:inherit;display:inline-flex}.eg-LiveBoardPage-module-feedPostFlagBtn:hover{color:var(--color-status-red);background:var(--color-status-red-bg)}.eg-LiveBoardPage-module-issuesCard{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden}.eg-LiveBoardPage-module-issuesCardHeader{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-1);padding-left:var(--space-1);border-bottom:1px solid var(--color-border);display:flex}.eg-LiveBoardPage-module-issuesBulkBar{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background: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);color:var(--color-accent);font-weight:600}.eg-LiveBoardPage-module-issuesBulkActions{gap:var(--space-2);align-items:center;display:flex}.eg-LiveBoardPage-module-issuesList{flex-direction:column;display:flex}.eg-LiveBoardPage-module-issueCard{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border-subtle);transition:background var(--transition-fast)}.eg-LiveBoardPage-module-issueCard:last-child{border-bottom:none}.eg-LiveBoardPage-module-issueCard:hover{background:var(--color-accent-muted)}.eg-LiveBoardPage-module-issueCardTop{align-items:flex-start;gap:var(--space-3);display:flex}.eg-LiveBoardPage-module-issueCardCheck{flex-shrink:0;padding-top:1px}.eg-LiveBoardPage-module-issueCardContent{flex:1;min-width:0}.eg-LiveBoardPage-module-issueCardTitleRow{align-items:center;gap:var(--space-2);flex-wrap:wrap;margin-bottom:2px;display:flex}.eg-LiveBoardPage-module-issueCardTitle{font-size:var(--text-sm);color:var(--color-text-primary);font-weight:600}.eg-LiveBoardPage-module-issueCardDesc{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-2)}.eg-LiveBoardPage-module-issueCardMeta{align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);flex-wrap:wrap;display:flex}.eg-LiveBoardPage-module-issueCardMetaItem{align-items:center;gap:3px;display:inline-flex}.eg-LiveBoardPage-module-issueCardActions{align-items:center;gap:var(--space-1);margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--color-border-subtle);display:flex}.eg-LiveBoardPage-module-severityBadge{text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;font-size:10px;font-weight:600}.eg-LiveBoardPage-module-resolveRow{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.eg-LiveBoardPage-module-resolveInput{min-height:32px;font-size:var(--text-xs);border-radius:var(--radius-md);max-width:180px}.eg-LiveBoardPage-module-resolvedTag{color:var(--color-status-green,#2ecc71);border-radius:var(--radius-full);background:#2ecc711a;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.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:440px;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-inlineCard{padding:0}.eg-LiveBoardPage-module-inlineTitle{font-size:var(--text-sm);color:var(--color-text-primary);margin-bottom:var(--space-4);font-weight:700}.eg-LiveBoardPage-module-severityRow{gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.eg-LiveBoardPage-module-severityBtn{min-height:34px;font-size:var(--text-xs);border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer;transition:all var(--transition-fast);color:var(--color-text-muted);background:0 0;flex:1;font-family:inherit}.eg-LiveBoardPage-module-severityBtn:hover{border-color:var(--color-accent-border);color:var(--color-text-primary)}.eg-LiveBoardPage-module-severityBtnActive{background:var(--color-surface-3);border-color:var(--color-accent);color:var(--color-text-primary)}.eg-LiveBoardPage-module-formActions{gap:var(--space-2);margin-top:var(--space-4);display:flex}.eg-LiveBoardPage-module-lightboxOverlay{z-index:var(--z-overlay);padding:var(--space-4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;animation:.2s eg-LiveBoardPage-module-lightboxIn;display:flex;position:fixed;inset:0}@keyframes eg-LiveBoardPage-module-lightboxIn{0%{opacity:0}to{opacity:1}}.eg-LiveBoardPage-module-lightboxContent{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.eg-LiveBoardPage-module-lightboxImage{object-fit:contain;border-radius:var(--radius-lg);max-width:100%;max-height:85vh;box-shadow:0 20px 60px #00000080}.eg-LiveBoardPage-module-lightboxClose{top:var(--space-4);right:var(--space-4);color:#fff;cursor:pointer;z-index:1;width:44px;height:44px;transition:background var(--transition-fast);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed}.eg-LiveBoardPage-module-lightboxClose:hover{background:#ffffff4d}.eg-LiveBoardPage-module-lightboxNav{color:#fff;cursor:pointer;z-index:1;width:44px;height:44px;transition:background var(--transition-fast);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.eg-LiveBoardPage-module-lightboxNav:hover{background:#ffffff4d}.eg-LiveBoardPage-module-lightboxPrev{left:var(--space-4)}.eg-LiveBoardPage-module-lightboxNext{right:var(--space-4)}.eg-LiveBoardPage-module-lightboxCounter{bottom:var(--space-4);color:#fff;font-size:var(--text-sm);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;left:50%;transform:translate(-50%)}.eg-LiveBoardPage-module-pdfPreviewContent{align-items:center;gap:var(--space-3);flex-direction:column;width:90vw;height:90vh;display:flex;position:relative}.eg-LiveBoardPage-module-pdfPreviewIframe{border-radius:var(--radius-lg);background:#fff;border:none;flex:1;width:100%}.eg-LiveBoardPage-module-pdfPreviewOpenBtn{padding:var(--space-2) var(--space-4);background:var(--color-accent);color:#fff;border-radius:var(--radius-full);font-size:var(--text-xs);transition:opacity var(--transition-fast);align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.eg-LiveBoardPage-module-pdfPreviewOpenBtn:hover{opacity:.85}@media (width<=480px){.eg-LiveBoardPage-module-postFormBody{padding:var(--space-2) var(--space-3)}.eg-LiveBoardPage-module-postFormInput{min-height:64px}.eg-LiveBoardPage-module-postFormPreviews{padding:0 var(--space-3)}.eg-LiveBoardPage-module-postFormPreviewItem{width:56px;height:56px}.eg-LiveBoardPage-module-postFormFooter{padding:var(--space-2) var(--space-3)}.eg-LiveBoardPage-module-feedPost{padding:var(--space-3)}.eg-LiveBoardPage-module-feedPostPhoto{height:120px}.eg-LiveBoardPage-module-feedPostPhotos[data-count="1"] .eg-LiveBoardPage-module-feedPostPhoto,.eg-LiveBoardPage-module-feedPostPhotos[data-count="3"] .eg-LiveBoardPage-module-feedPostPhotoLink:first-child .eg-LiveBoardPage-module-feedPostPhoto{height:180px}.eg-LiveBoardPage-module-feedPostAvatarImg,.eg-LiveBoardPage-module-feedPostAvatarPlaceholder{width:32px;height:32px}.eg-LiveBoardPage-module-feedPostPdfCard{padding:var(--space-1) var(--space-2);font-size:10px}.eg-LiveBoardPage-module-feedPostPdfCard svg{width:16px;height:16px}.eg-LiveBoardPage-module-pdfPreviewContent{width:96vw;height:85vh}.eg-LiveBoardPage-module-issueCard{padding:var(--space-3)}}.eg-LandingPageHero-module-heroSection{box-sizing:border-box;background-color:#080808;flex-direction:column;justify-content:flex-end;min-height:480px;padding:140px 0 0;display:flex;position:relative;overflow:hidden}.eg-LandingPageHero-module-bgWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.eg-LandingPageHero-module-bgImage{object-fit:cover;object-position:top;opacity:.4;filter:saturate(.4)brightness(.7);width:100%;height:100%}.eg-LandingPageHero-module-overlayGradient{background:linear-gradient(#0808088c 0%,#08080866 50%,#080808bf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.eg-LandingPageHero-module-container{z-index:2;width:100%;max-width:1800px;padding:0 var(--space-6);margin:0 auto;position:relative}@media (width>=768px){.eg-LandingPageHero-module-container{padding:0 var(--space-8)}}@media (width>=1280px){.eg-LandingPageHero-module-container{padding:0 var(--space-12)}}.eg-LandingPageHero-module-heroContent{gap:var(--space-4);flex-direction:column;max-width:800px;display:flex}.eg-LandingPageHero-module-breadcrumbs{font-size:var(--text-xs);color:#fff6;font-weight:var(--weight-semibold);align-items:center;gap:.5rem;display:flex}.eg-LandingPageHero-module-breadcrumbLink{color:#fff6;text-decoration:none;transition:color .15s}.eg-LandingPageHero-module-breadcrumbLink:hover{color:var(--color-accent)}.eg-LandingPageHero-module-breadcrumbSeparator{color:#ffffff26;margin:0 .25rem}.eg-LandingPageHero-module-breadcrumbCurrent{color:#ffffffb3}.eg-LandingPageHero-module-textBlock{gap:var(--space-5);flex-direction:column;padding:80px 0;display:flex}@media (width<=768px){.eg-LandingPageHero-module-textBlock{padding:48px 0 40px}}.eg-LandingPageHero-module-iconBox{width:40px;height:40px;color:var(--color-accent);background-color:#d4a0171a;border:1px solid #d4a01733;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.eg-LandingPageHero-module-eyebrowWrapper{display:inline-flex}.eg-LandingPageHero-module-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent);font-size:11px;font-weight:700}.eg-LandingPageHero-module-title{font-family:var(--font-base);color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:300;line-height:1.1}.eg-LandingPageHero-module-subtitle{color:#ffffff80;max-width:600px;margin:0;font-size:clamp(15px,2vw,18px);line-height:1.6}.eg-LandingPageHero-module-accentRule{z-index:2;background:linear-gradient(90deg,#0000 0%,#d4a017cc 20%,#d4a017 50%,#d4a017cc 80%,#0000 100%);flex-shrink:0;height:1px;position:relative}@media (width<=768px){.eg-LandingPageHero-module-heroSection{min-height:380px}}.eg-RolesLanding-module-pageWrapper{color:#e5e7eb;background-color:#0b0b0c;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.eg-RolesLanding-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-RolesLanding-module-metricsSection{background-color:#0b0b0c;border-bottom:1px solid #ffffff0d;padding:80px 0}.eg-RolesLanding-module-metricsGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.eg-RolesLanding-module-metricItem{flex-direction:column;align-items:center;gap:12px;display:flex}.eg-RolesLanding-module-metricVal{color:#d4a017;letter-spacing:-.02em;background:linear-gradient(135deg,#d4a017 0%,#b8860b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(36px,6vw,64px);font-weight:300;line-height:1}.eg-RolesLanding-module-metricLbl{color:#9ca3af;max-width:280px;font-size:14px;line-height:1.5}.eg-RolesLanding-module-featuresSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-RolesLanding-module-sectionTitle{color:#f9fafb;text-align:center;letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(24px,4vw,36px);font-weight:300}.eg-RolesLanding-module-sectionSubtitle{color:#9ca3af;text-align:center;max-width:600px;margin:0 auto 64px;font-size:16px;line-height:1.6}.eg-RolesLanding-module-cardsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.eg-RolesLanding-module-card{background-color:#121214;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:16px;padding:32px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.eg-RolesLanding-module-card:hover{background-color:#161619;border-color:#d4a01733;transform:translateY(-4px);box-shadow:0 12px 30px #0006,0 0 20px #d4a01708}.eg-RolesLanding-module-iconWrap{color:#d4a017;background-color:#d4a01714;border:1px solid #d4a01726;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.eg-RolesLanding-module-icon{color:#d4a017}.eg-RolesLanding-module-cardTitle{color:#f9fafb;margin:0;font-size:18px;font-weight:300}.eg-RolesLanding-module-cardDesc{color:#9ca3af;margin:0;font-size:14px;line-height:1.6}@media (width<=992px){.eg-RolesLanding-module-metricsGrid{gap:32px}}@media (width<=768px){.eg-RolesLanding-module-metricsSection{padding:60px 0}.eg-RolesLanding-module-metricsGrid{grid-template-columns:1fr;gap:40px}.eg-RolesLanding-module-featuresSection{padding:70px 0}.eg-RolesLanding-module-cardsGrid{grid-template-columns:1fr;gap:20px}.eg-RolesLanding-module-card{padding:24px}}.eg-FeaturesLanding-module-pageWrapper{color:#e5e7eb;background-color:#0b0b0c;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.eg-FeaturesLanding-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-FeaturesLanding-module-metricsSection{background-color:#0b0b0c;border-bottom:1px solid #ffffff0d;padding:80px 0}.eg-FeaturesLanding-module-metricsGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.eg-FeaturesLanding-module-metricItem{flex-direction:column;align-items:center;gap:12px;display:flex}.eg-FeaturesLanding-module-metricVal{color:#d4a017;letter-spacing:-.02em;background:linear-gradient(135deg,#d4a017 0%,#b8860b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(36px,6vw,64px);font-weight:300;line-height:1}.eg-FeaturesLanding-module-metricLbl{color:#9ca3af;max-width:280px;font-size:14px;line-height:1.5}.eg-FeaturesLanding-module-featuresSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-FeaturesLanding-module-sectionTitle{color:#f9fafb;text-align:center;letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(24px,4vw,36px);font-weight:300}.eg-FeaturesLanding-module-sectionSubtitle{color:#9ca3af;text-align:center;max-width:600px;margin:0 auto 64px;font-size:16px;line-height:1.6}.eg-FeaturesLanding-module-cardsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.eg-FeaturesLanding-module-card{background-color:#121214;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:16px;padding:32px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.eg-FeaturesLanding-module-card:hover{background-color:#161619;border-color:#d4a01733;transform:translateY(-4px);box-shadow:0 12px 30px #0006,0 0 20px #d4a01708}.eg-FeaturesLanding-module-iconWrap{color:#d4a017;background-color:#d4a01714;border:1px solid #d4a01726;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.eg-FeaturesLanding-module-icon{color:#d4a017}.eg-FeaturesLanding-module-cardTitle{color:#f9fafb;margin:0;font-size:18px;font-weight:300}.eg-FeaturesLanding-module-cardDesc{color:#9ca3af;margin:0;font-size:14px;line-height:1.6}@media (width<=992px){.eg-FeaturesLanding-module-metricsGrid{gap:32px}}@media (width<=768px){.eg-FeaturesLanding-module-metricsSection{padding:60px 0}.eg-FeaturesLanding-module-metricsGrid{grid-template-columns:1fr;gap:40px}.eg-FeaturesLanding-module-featuresSection{padding:70px 0}.eg-FeaturesLanding-module-cardsGrid{grid-template-columns:1fr;gap:20px}.eg-FeaturesLanding-module-card{padding:24px}}.eg-InfoPages-module-pageWrapper{color:#e5e7eb;background-color:#0b0b0c;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.eg-InfoPages-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-InfoPages-module-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:#d4a017;margin-bottom:8px;font-size:11px;font-weight:700;display:block}.eg-InfoPages-module-metricsSection{background-color:#0b0b0c;border-bottom:1px solid #ffffff0d;padding:80px 0}.eg-InfoPages-module-metricsGrid{text-align:center;grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.eg-InfoPages-module-metricItem{flex-direction:column;align-items:center;gap:12px;display:flex}.eg-InfoPages-module-metricVal{color:#d4a017;letter-spacing:-.02em;background:linear-gradient(135deg,#d4a017 0%,#b8860b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(36px,6vw,64px);font-weight:300;line-height:1}.eg-InfoPages-module-metricLbl{color:#9ca3af;max-width:280px;font-size:14px;line-height:1.5}.eg-InfoPages-module-contentSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-InfoPages-module-splitGrid{grid-template-columns:repeat(2,1fr);gap:64px;display:grid}.eg-InfoPages-module-textBlock{flex-direction:column;gap:16px;display:flex}.eg-InfoPages-module-textBlock .eg-InfoPages-module-title{color:#f9fafb;margin:0;font-size:clamp(22px,3.5vw,30px);font-weight:300;line-height:1.25}.eg-InfoPages-module-desc{color:#9ca3af;margin:0;font-size:15px;line-height:1.65}.eg-InfoPages-module-postsSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-InfoPages-module-postsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.eg-InfoPages-module-postCard{background-color:#121214;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.eg-InfoPages-module-postCard:hover{background-color:#161619;border-color:#d4a01733;transform:translateY(-4px);box-shadow:0 12px 30px #0006}.eg-InfoPages-module-postImgWrap{width:100%;height:200px;position:relative}.eg-InfoPages-module-postImg{object-fit:cover;width:100%;height:100%}.eg-InfoPages-module-postCat{color:#d4a017;background-color:#0b0b0cd9;border:1px solid #d4a0174d;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px}.eg-InfoPages-module-postBody{flex-direction:column;flex-grow:1;gap:12px;padding:24px;display:flex}.eg-InfoPages-module-postMeta{color:#9ca3af;align-items:center;gap:8px;font-size:12px;display:flex}.eg-InfoPages-module-metaDot{color:#d4a017}.eg-InfoPages-module-postTitle{color:#f9fafb;margin:0;font-size:18px;font-weight:300;line-height:1.4}.eg-InfoPages-module-postExcerpt{color:#9ca3af;margin:0;font-size:14px;line-height:1.5}.eg-InfoPages-module-rolesSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-InfoPages-module-sectionTitle{color:#f9fafb;text-align:center;margin:0 0 16px;font-size:clamp(24px,4vw,36px);font-weight:300}.eg-InfoPages-module-sectionSubtitle{color:#9ca3af;text-align:center;max-width:600px;margin:0 auto 64px;font-size:16px;line-height:1.6}.eg-InfoPages-module-rolesList{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.eg-InfoPages-module-roleCard{background-color:#121214;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;padding:24px 32px;transition:all .2s;display:flex}.eg-InfoPages-module-roleCard:hover{background-color:#161619;border-color:#d4a01733}.eg-InfoPages-module-roleDept{letter-spacing:.1em;color:#d4a017;text-transform:uppercase;font-size:11px;font-weight:700}.eg-InfoPages-module-roleTitle{color:#fff;margin:4px 0 8px;font-size:18px;font-weight:300}.eg-InfoPages-module-roleMeta{color:#9ca3af;align-items:center;gap:8px;font-size:13px;display:flex}.eg-InfoPages-module-applyBtn{color:#e5e7eb;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s}.eg-InfoPages-module-applyBtn:hover{color:#0b0b0c;background:#d4a017;border-color:#d4a017}.eg-InfoPages-module-assetsSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-InfoPages-module-cardsGrid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto;display:grid}.eg-InfoPages-module-card{background-color:#121214;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:16px;padding:32px;transition:all .2s;display:flex}.eg-InfoPages-module-card:hover{background-color:#161619;border-color:#d4a01733}.eg-InfoPages-module-iconWrap{color:#d4a017;background-color:#d4a01714;border:1px solid #d4a01726;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.eg-InfoPages-module-icon{color:#d4a017}.eg-InfoPages-module-cardTitle{color:#f9fafb;margin:0;font-size:18px;font-weight:300}.eg-InfoPages-module-cardDesc{color:#9ca3af;margin:0;font-size:14px;line-height:1.6}.eg-InfoPages-module-downloadBtn{color:#fff;cursor:pointer;background-color:#ffffff08;border:1px solid #ffffff14;border-radius:6px;align-self:flex-start;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.eg-InfoPages-module-downloadBtn:hover{color:#0b0b0c;background-color:#d4a017;border-color:#d4a017}.eg-InfoPages-module-faqSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-InfoPages-module-faqCategories{flex-direction:column;gap:60px;max-width:800px;margin:0 auto;display:flex}.eg-InfoPages-module-faqCategoryBlock{flex-direction:column;gap:24px;display:flex}.eg-InfoPages-module-faqCategoryTitle{color:#f9fafb;border-left:3px solid #d4a017;margin:0;padding-left:12px;font-size:22px;font-weight:300}.eg-InfoPages-module-faqList{flex-direction:column;gap:16px;display:flex}.eg-InfoPages-module-faqCard{background-color:#121214;border:1px solid #ffffff0d;border-radius:12px;transition:all .2s;overflow:hidden}.eg-InfoPages-module-faqCardOpen{border-color:#d4a01733;box-shadow:0 10px 25px #0000004d}.eg-InfoPages-module-faqTrigger{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:20px 24px;display:flex}.eg-InfoPages-module-faqQuestion{color:#fff;font-size:16px;font-weight:300;transition:color .15s}.eg-InfoPages-module-faqTrigger:hover .eg-InfoPages-module-faqQuestion{color:#d4a017}.eg-InfoPages-module-faqChevron{color:#9ca3af;flex-shrink:0}.eg-InfoPages-module-faqContent{border-top:1px solid #ffffff08;padding:0 24px 20px}.eg-InfoPages-module-faqAnswer{color:#9ca3af;margin:0;padding-top:16px;font-size:14px;line-height:1.65}@media (width<=992px){.eg-InfoPages-module-postsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=768px){.eg-InfoPages-module-metricsGrid{grid-template-columns:1fr;gap:40px}.eg-InfoPages-module-splitGrid{grid-template-columns:1fr;gap:48px}.eg-InfoPages-module-postsGrid{grid-template-columns:1fr;gap:24px}.eg-InfoPages-module-roleCard{flex-direction:column;align-items:flex-start;padding:24px}.eg-InfoPages-module-applyBtn{text-align:center;box-sizing:border-box;width:100%}.eg-InfoPages-module-cardsGrid{grid-template-columns:1fr;gap:20px}}.eg-ContactPage-module-pageWrapper{color:#e5e7eb;background-color:#0b0b0c;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.eg-ContactPage-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-ContactPage-module-contactSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-ContactPage-module-contactLayout{grid-template-columns:1.3fr 1fr;align-items:start;gap:64px;display:grid}.eg-ContactPage-module-formCard{background-color:#121214;border:1px solid #ffffff0d;border-radius:20px;padding:40px;box-shadow:0 20px 40px -15px #00000080}.eg-ContactPage-module-cardTitle{color:#f9fafb;letter-spacing:-.01em;margin:0 0 28px;font-size:24px;font-weight:300}.eg-ContactPage-module-contactForm{flex-direction:column;gap:24px;display:flex}.eg-ContactPage-module-formGroup{flex-direction:column;gap:8px;display:flex}.eg-ContactPage-module-label{color:#9ca3af;font-size:13px;font-weight:600}.eg-ContactPage-module-input,.eg-ContactPage-module-textarea{color:#fff;box-sizing:border-box;background-color:#0b0b0c;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.eg-ContactPage-module-input:focus,.eg-ContactPage-module-textarea:focus{border-color:#d4a017;outline:none;box-shadow:0 0 0 3px #d4a01726}.eg-ContactPage-module-textarea{resize:vertical}.eg-ContactPage-module-submitBtn{color:#0b0b0c;cursor:pointer;background-color:#d4a017;border:none;border-radius:8px;align-self:flex-start;padding:14px 24px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #d4a01733}.eg-ContactPage-module-submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.eg-ContactPage-module-submitBtn:hover{background-color:#b8860b;transform:translateY(-1px)}.eg-ContactPage-module-detailsPane{flex-direction:column;gap:40px;padding-top:10px;display:flex}.eg-ContactPage-module-detailBlock{flex-direction:column;gap:12px;display:flex}.eg-ContactPage-module-detailsTitle{color:#f9fafb;margin:0;font-size:18px;font-weight:300}.eg-ContactPage-module-detailsDesc{color:#9ca3af;margin:0;font-size:14px;line-height:1.5}.eg-ContactPage-module-infoRow{align-items:center;gap:12px;margin-top:4px;display:flex}.eg-ContactPage-module-infoIcon{color:#d4a017}.eg-ContactPage-module-infoLink{color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.eg-ContactPage-module-infoLink:hover{color:#d4a017}.eg-ContactPage-module-infoText{color:#e5e7eb;font-size:14px;line-height:1.6}@media (width<=992px){.eg-ContactPage-module-contactLayout{grid-template-columns:1fr;gap:48px}}@media (width<=768px){.eg-ContactPage-module-contactSection{padding:60px 0}.eg-ContactPage-module-formCard{padding:24px}.eg-ContactPage-module-submitBtn{align-self:center;width:100%}}.eg-PricingPage-module-pageWrapper{color:#e5e7eb;background-color:#0b0b0c;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.eg-PricingPage-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-PricingPage-module-pricingSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0;position:relative;overflow:hidden}.eg-PricingPage-module-comingSoonSpotlight{text-align:center;z-index:10;background:linear-gradient(135deg,#d4a01726 0%,#0c0b0af2 100%);border:1px solid #d4a0174d;border-radius:20px;max-width:760px;margin:0 auto 64px;padding:60px 40px;position:relative;box-shadow:0 20px 45px #0009,0 0 40px #d4a01714}.eg-PricingPage-module-badgeWrap{background-color:#d4a0171a;border:1px solid #d4a01740;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;display:inline-flex}.eg-PricingPage-module-badgeIcon{color:#d4a017}.eg-PricingPage-module-badgeText{letter-spacing:.15em;color:#d4a017;font-size:11px;font-weight:700}.eg-PricingPage-module-spotlightTitle{color:#fff;letter-spacing:-.01em;margin:0 0 16px;font-size:clamp(24px,4vw,32px);font-weight:300}.eg-PricingPage-module-spotlightDesc{color:#d1d5db;max-width:600px;margin:0 auto;font-size:15px;line-height:1.6}.eg-PricingPage-module-spotlightDesc strong{color:#d4a017}.eg-PricingPage-module-plansPreviewGrid{filter:blur(4px)grayscale(40%);opacity:.3;pointer-events:none;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.eg-PricingPage-module-planCard{background-color:#121214;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:24px;padding:40px 32px;display:flex;position:relative}.eg-PricingPage-module-planCardFeatured{background-color:#151412;border-color:#d4a0174d}.eg-PricingPage-module-featuredLabel{color:#0b0b0c;letter-spacing:.1em;background-color:#d4a017;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.eg-PricingPage-module-planName{color:#f9fafb;margin:0;font-size:20px;font-weight:300}.eg-PricingPage-module-priceRow{color:#fff;align-items:baseline;display:flex}.eg-PricingPage-module-currency{font-size:24px;font-weight:300}.eg-PricingPage-module-price{font-size:48px;font-weight:300;line-height:1}.eg-PricingPage-module-period{color:#9ca3af;margin-left:4px;font-size:14px}.eg-PricingPage-module-featureList{color:#9ca3af;flex-direction:column;gap:12px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.eg-PricingPage-module-featureList li{padding-left:20px;position:relative}.eg-PricingPage-module-featureList li:before{content:"✓";color:#d4a017;position:absolute;left:0}@media (width<=992px){.eg-PricingPage-module-plansPreviewGrid{gap:24px}}@media (width<=768px){.eg-PricingPage-module-pricingSection{padding:60px 0}.eg-PricingPage-module-comingSoonSpotlight{padding:40px 24px}.eg-PricingPage-module-plansPreviewGrid{grid-template-columns:1fr;gap:24px}}.eg-LegalPages-module-pageWrapper{color:#e5e7eb;background-color:#0b0b0c;flex-direction:column;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;display:flex}.eg-LegalPages-module-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.eg-LegalPages-module-legalSection{background-color:#0e0e10;border-bottom:1px solid #ffffff0d;padding:100px 0}.eg-LegalPages-module-legalLayout{grid-template-columns:280px 1fr;align-items:start;gap:64px;display:grid}.eg-LegalPages-module-sideNav{background-color:#121214;border:1px solid #ffffff0d;border-radius:12px;padding:24px;position:sticky;top:100px}.eg-LegalPages-module-sideNav ul{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.eg-LegalPages-module-sideNav a{color:#9ca3af;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s;display:block}.eg-LegalPages-module-sideNav a:hover{color:#d4a017}.eg-LegalPages-module-textContent{flex-direction:column;gap:56px;max-width:760px;display:flex}.eg-LegalPages-module-textSection{scroll-margin-top:120px}.eg-LegalPages-module-sectionTitle{color:#f9fafb;letter-spacing:-.01em;margin:0 0 18px;font-size:22px;font-weight:300}.eg-LegalPages-module-textContent p{color:#9ca3af;margin:0 0 16px;font-size:15px;line-height:1.7}.eg-LegalPages-module-textContent ul{flex-direction:column;gap:12px;margin:0 0 16px;padding-left:20px;display:flex}.eg-LegalPages-module-textContent li{color:#9ca3af;font-size:15px;line-height:1.65}.eg-LegalPages-module-textContent strong{color:#fff}.eg-LegalPages-module-legalTable{border-collapse:collapse;width:100%;margin-bottom:24px;font-size:14px}.eg-LegalPages-module-legalTable thead th{text-align:left;color:#d4a017;text-transform:uppercase;letter-spacing:.04em;background:#1a1a1d;border-bottom:1px solid #ffffff0f;padding:12px 16px;font-size:13px;font-weight:600}.eg-LegalPages-module-legalTable tbody td{color:#9ca3af;border-bottom:1px solid #ffffff0a;padding:12px 16px;line-height:1.5}.eg-LegalPages-module-legalTable tbody tr:last-child td{border-bottom:none}.eg-LegalPages-module-legalTable tbody tr:hover td{background:#d4a01708}.eg-LegalPages-module-subTitle{color:#e5e7eb;margin:24px 0 12px;font-size:16px;font-weight:600}@media (width<=992px){.eg-LegalPages-module-legalLayout{grid-template-columns:1fr;gap:40px}.eg-LegalPages-module-sideNav{padding:16px;position:static}.eg-LegalPages-module-sideNav ul{flex-flow:wrap;gap:16px 24px}}.eg-SurveyPage-module-pageWrapper{color:#e5e7eb;background:#0b0b0c;flex-direction:column;min-height:100vh;display:flex}.eg-SurveyPage-module-pageContainer{flex:1;width:100%;max-width:680px;margin:0 auto;padding:3rem 1.5rem}.eg-SurveyPage-module-surveyForm{flex-direction:column;gap:2rem;display:flex}.eg-SurveyPage-module-section{background:#141416;border:1px solid #222;border-radius:16px;padding:1.75rem}.eg-SurveyPage-module-sectionTitle{color:#fff;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:1.15rem;font-weight:700}.eg-SurveyPage-module-field{margin-bottom:1rem}.eg-SurveyPage-module-field:last-child{margin-bottom:0}.eg-SurveyPage-module-row{gap:1rem;display:flex}.eg-SurveyPage-module-row .eg-SurveyPage-module-field{flex:1}.eg-SurveyPage-module-label{color:#d1d5db;margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.eg-SurveyPage-module-optional{color:#6b7280;font-size:.8rem;font-weight:400}.eg-SurveyPage-module-checkLabel{color:#d1d5db;cursor:pointer;align-items:center;gap:10px;font-size:.9rem;display:flex}.eg-SurveyPage-module-checkLabel input[type=checkbox]{accent-color:#d4a017;cursor:pointer;width:18px;height:18px}.eg-SurveyPage-module-input,.eg-SurveyPage-module-textarea,.eg-SurveyPage-module-select{color:#e5e7eb;box-sizing:border-box;background:#1a1a1e;border:1px solid #2a2a30;border-radius:10px;outline:none;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.eg-SurveyPage-module-input:focus,.eg-SurveyPage-module-textarea:focus{border-color:#d4a017}.eg-SurveyPage-module-textarea{resize:vertical;min-height:80px}select.eg-SurveyPage-module-input{appearance:auto;cursor:pointer}.eg-SurveyPage-module-featureGrid{flex-wrap:wrap;gap:8px;display:flex}.eg-SurveyPage-module-featureChip{color:#9ca3af;cursor:pointer;background:#1a1a1e;border:1px solid #2a2a30;border-radius:100px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.eg-SurveyPage-module-featureChip:hover{color:#d1d5db;border-color:#444}.eg-SurveyPage-module-featureChipActive{color:#d4a017;background:#d4a0171a;border-color:#d4a017}.eg-SurveyPage-module-submitBtn{color:#111;cursor:pointer;background:#d4a017;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.9rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}.eg-SurveyPage-module-submitBtn:hover{background:#e5b52a;transform:translateY(-1px)}.eg-SurveyPage-module-submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.eg-SurveyPage-module-thankYou{flex:1;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.eg-SurveyPage-module-thankYouCard{text-align:center;background:#141416;border:1px solid #222;border-radius:20px;max-width:480px;padding:3rem 2.5rem}.eg-SurveyPage-module-thankYouIcon{color:#d4a017;background:#d4a0171f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.eg-SurveyPage-module-thankYouTitle{color:#fff;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.eg-SurveyPage-module-thankYouDesc{color:#9ca3af;margin:0;font-size:.9rem;line-height:1.7}@media (width<=640px){.eg-SurveyPage-module-pageContainer{padding:2rem 1rem}.eg-SurveyPage-module-section{padding:1.25rem}.eg-SurveyPage-module-row{flex-direction:column;gap:0}}.eg-CookieNotice-module-cookieNotice{z-index:var(--z-toast,9999);background:var(--color-surface-2);border-top:1px solid var(--color-border);padding:var(--space-4);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex;position:fixed;bottom:0;left:0;right:0}.eg-CookieNotice-module-cookieNotice__text{font-size:var(--text-sm);color:var(--color-text-secondary);flex:1;min-width:240px}.eg-CookieNotice-module-cookieNotice__actions{gap:var(--space-3);align-items:center;display:flex}@media (width<=480px){.eg-CookieNotice-module-cookieNotice{flex-direction:column;align-items:stretch}.eg-CookieNotice-module-cookieNotice__actions{justify-content:flex-end}}.eg-PremiumModal-module-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;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:10000;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)}*,: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);caret-color:#0000;overflow:hidden auto}input,textarea,select,[contenteditable=true]{caret-color: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)}[data-tooltip]{position:relative}[data-tooltip]:before{content:attr(data-tooltip);border-radius:var(--radius-sm);color:#e2e8f0;white-space:nowrap;pointer-events:none;opacity:0;z-index:9999;background:#1a1a2e;padding:4px 10px;font-size:12px;font-weight:500;line-height:1.4;transition:opacity .15s,transform .15s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-4px)}[data-tooltip]:hover:before{opacity:1;transform:translate(-50%)translateY(-8px)}[data-tooltip]:not(:hover):before{opacity:0;transform:translate(-50%)translateY(-4px)}.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-blue{color:#60a5fa;background-color:#60a5fa1f}.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-blue .badge-dot{background-color:#60a5fa}.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,.modal-card-header{padding:var(--space-5) var(--space-5) 0;justify-content:space-between;align-items:center;display:flex}.modal-card__title,.modal-card-title{font-size:var(--text-base);font-weight:var(--weight-bold);margin:0}.modal-card__close,.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,.modal-card-close:hover{background:var(--color-accent);color:#fff}.modal-card__body,.modal-card-body{padding:var(--space-5);gap:var(--space-3);flex-direction:column;display:flex}.modal-card__footer{padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border-subtle);justify-content:flex-end;gap:var(--space-3);display:flex}.stat-card{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);text-align:center}.stat-card__value{color:var(--color-accent);margin-bottom:4px;font-size:2rem;font-weight:800;line-height:1}.stat-card__label{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.overview-card{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-2);flex-direction:column;display:flex}.overview-card__title{margin:0 0 var(--space-1);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.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)}}@media (width<=768px){.desktop-only{display:none!important}}.spin{animation:1s linear infinite spin-anim}@keyframes spin-anim{to{transform:rotate(360deg)}}
