:root{--primary: #60A5FA;--primary-hover: #7DD3FC;--primary-active: #3B82F6;--primary-light: #93C5FD;--primary-soft: #BAE6FD;--primary-pale: #E0F2FE;--primary-bg: #F0F7FF;--secondary: #A78BFA;--secondary-hover: #C4B5FD;--secondary-active: #8B5CF6;--secondary-light: #DDD6FE;--secondary-soft: #EDE9FE;--accent: #67E8F9;--accent-hover: #A5F3FC;--accent-active: #22D3EE;--accent-light: #CFFAFE;--accent-pale: #ECFEFF;--success: #6EE7B7;--success-hover: #A7F3D0;--success-active: #34D399;--success-soft: #D1FAE5;--success-pale: #ECFDF5;--warning: #FCD34D;--warning-hover: #FDE68A;--warning-active: #FBBF24;--warning-soft: #FEF3C7;--warning-pale: #FFFBEB;--danger: #FB7185;--danger-hover: #FDA4AF;--danger-active: #F43F5E;--danger-soft: #FECDD3;--danger-pale: #FFF1F2;--bg-app: #F8FAFC;--bg-alt: #F1F5F9;--surface-card: #FFFFFF;--surface-hover: #F8FAFC;--border: #E2E8F0;--border-dark: #CBD5E1;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--text-disabled: #64748B;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--card-shadow: 0 4px 20px 0 rgba(148, 163, 184, .12);--elevation-high: 0 10px 30px 0 rgba(148, 163, 184, .2);--font-heading: "Plus Jakarta Sans", "Inter", sans-serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;height:100%;background-color:var(--bg-app);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-alt)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.light-card{background:var(--surface-card);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:16px}.glow-btn{background-color:var(--primary)!important;color:#fff!important;font-weight:600!important;border-radius:12px!important;text-transform:none!important;transition:all .2s ease!important;box-shadow:0 4px 14px #60a5fa59!important}.glow-btn:hover{background-color:var(--primary-active)!important;box-shadow:0 6px 20px #3b82f673!important;transform:translateY(-1px)}.App{min-height:100vh;background-color:#f8fafc;color:#0f172a}.landingPageContainer{min-height:100vh;width:100%;display:flex;flex-direction:column;position:relative;background:linear-gradient(180deg,#f0f7ff,#f8fafc)}.landingPageContainer nav{padding:1.25rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #94a3b80d}.navBrand{display:flex;align-items:center;gap:12px;cursor:pointer}.navBrand img{height:38px;width:auto}.navBrand h2{font-family:var(--font-heading);font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.5px}.navBrand h2 span{color:#3b82f6}.landingPageContainer nav .navlist{display:flex;align-items:center;gap:2rem}.navLink{color:#475569;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.navLink:hover{color:#3b82f6}.btnPrimary{background-color:#60a5fa;color:#fff;padding:.65rem 1.4rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .2s ease;box-shadow:0 4px 14px #60a5fa4d;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btnPrimary:hover{background-color:#3b82f6;box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.btnSecondary{background:#fff;color:#334155;padding:.65rem 1.4rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;border:1px solid #CBD5E1;transition:all .2s ease;box-shadow:0 2px 6px #0000000a}.btnSecondary:hover{background:#f1f5f9;border-color:#94a3b8}.landingMainContainer{flex:1;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;padding:4rem 5rem 3rem;gap:3rem;max-width:1400px;margin:0 auto;width:100%}.landingHeroContent h1{font-family:var(--font-heading);font-size:3.4rem;line-height:1.2;font-weight:800;letter-spacing:-1.2px;color:#0f172a;margin-bottom:1.5rem}.landingHeroContent h1 span{color:#3b82f6}.landingHeroContent p{color:#475569;font-size:1.18rem;line-height:1.6;margin-bottom:2.2rem;max-width:540px}.heroCTA{display:flex;gap:1.2rem;align-items:center}.landingHeroVisual img{width:100%;max-width:620px;height:auto;border-radius:20px;box-shadow:0 20px 40px #94a3b833;border:1px solid #E2E8F0}.statsBanner{background:#fff;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0;padding:2.5rem 5rem}.statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1400px;margin:0 auto;text-align:center}.statItem h3{font-family:var(--font-heading);font-size:2.2rem;font-weight:800;color:#3b82f6;margin-bottom:.2rem}.statItem p{color:#64748b;font-size:.95rem;font-weight:600}.sectionTitle{text-align:center;margin:4rem auto 2.5rem;max-width:700px}.sectionTitle h2{font-family:var(--font-heading);font-size:2.4rem;font-weight:800;color:#0f172a;margin-bottom:.8rem}.sectionTitle p{color:#64748b;font-size:1.05rem;line-height:1.5}.featuresGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;max-width:1400px;margin:0 auto 5rem;padding:0 5rem;width:100%}.featureCard{background:#fff;border:1px solid #E2E8F0;border-radius:20px;padding:1.8rem;box-shadow:0 4px 20px #94a3b814;transition:all .25s ease;display:flex;flex-direction:column}.featureCardVisual{width:100%;height:175px;object-fit:contain;border-radius:12px;margin-bottom:1.2rem;border:none;background:transparent}.featureCard:hover{transform:translateY(-3px);border-color:#93c5fd;box-shadow:0 10px 25px #60a5fa26}.featureIcon{width:52px;height:52px;border-radius:14px;background:#f0f7ff;border:1px solid #BAE6FD;display:flex;align-items:center;justify-content:center;color:#3b82f6;margin-bottom:1.2rem}.featureCard h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;margin-bottom:.6rem;color:#0f172a}.featureCard p{color:#64748b;font-size:.95rem;line-height:1.5}.showcaseSection{background:#f0f7ff;padding:5rem;border-top:1px solid #BAE6FD;border-bottom:1px solid #BAE6FD}.showcaseContainer{display:grid;grid-template-columns:1.3fr 2.3fr;gap:3rem;max-width:1400px;margin:0 auto;align-items:center}.showcaseTabs{display:flex;flex-direction:column;gap:12px;min-width:380px}.showcaseTabItem{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:1.2rem 1.6rem;cursor:pointer;transition:all .2s ease}.showcaseTabItem:hover,.showcaseTabItem.active{border-color:#60a5fa;box-shadow:0 6px 20px #60a5fa26;transform:translate(4px)}.showcaseTabItem.active{background:#fff;border-left:5px solid #3B82F6}.showcaseTag{font-size:.78rem;font-weight:700;color:#0284c7;text-transform:uppercase;letter-spacing:.5px}.showcaseTabItem h4{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:#0f172a;margin-top:4px}.showcasePreviewCard{background:#fff;border:1px solid #CBD5E1;border-radius:20px;overflow:hidden;box-shadow:0 16px 40px #94a3b82e}.previewCardHeader{background:#f8fafc;padding:12px 20px;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#fb7185}.dot.yellow{background:#fcd34d}.dot.green{background:#6ee7b7}.previewTitle{margin-left:12px;font-size:.85rem;font-weight:700;color:#475569}.previewCardBody{padding:3rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.previewIconBox{width:72px;height:72px;border-radius:20px;background:#f0f7ff;border:1px solid #BAE6FD;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.previewCardBody h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.8rem}.previewCardBody p{color:#475569;font-size:1.05rem;line-height:1.6;max-width:460px}.stepsSection{background:#fff;padding:5rem;border-bottom:1px solid #E2E8F0}.stepsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto;width:100%}.stepCard{background:#f8fafc;border:1px solid #E2E8F0;border-radius:20px;padding:2.2rem;position:relative}.stepNumber{width:42px;height:42px;border-radius:12px;background:#60a5fa;color:#fff;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;box-shadow:0 4px 12px #60a5fa4d}.stepCard h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:.6rem}.stepCard p{color:#64748b;font-size:.95rem;line-height:1.5}.faqSection{padding:4rem 5rem 6rem;background:#f8fafc}.faqContainer{max-width:840px;margin:0 auto}.corporateFooter{background:#0f172a;color:#fff;border-top:1px solid #1E293B;padding:4.5rem 5rem 2rem}.footerContainer{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid #1E293B}.footerBrand{display:flex;align-items:center;gap:12px;margin-bottom:1.2rem}.footerBrand img{height:36px;width:auto}.footerBrand h3{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;color:#fff}.footerBrand h3 span{color:#60a5fa}.brandCol p{color:#94a3b8;font-size:.95rem;line-height:1.6;max-width:360px}.footerCol h4{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:1.2rem}.footerCol a,.footerLinkItem{display:block;color:#94a3b8;font-size:.92rem;margin-bottom:.8rem;text-decoration:none;cursor:pointer;transition:color .2s ease}.footerCol a:hover,.footerLinkItem:hover{color:#60a5fa}.footerBottomBar{max-width:1400px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.88rem;flex-wrap:wrap;gap:1rem}.footerBottomLinks{display:flex;gap:1.8rem}.footerBottomLinks span{cursor:pointer;transition:color .2s ease}.footerBottomLinks span:hover{color:#94a3b8}.appShell{display:flex;min-height:100vh;background-color:#f8fafc}.sidebarRail{width:240px;background-color:#0f172a;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 1.2rem;border-right:1px solid #1E293B}.sidebarBrand{display:flex;align-items:center;gap:12px;margin-bottom:2.5rem}.sidebarBrand h2{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:#fff}.sidebarBrand h2 span{color:#60a5fa}.sidebarNav{display:flex;flex-direction:column;gap:8px;flex:1}.sidebarNavItem{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:12px;color:#94a3b8;font-weight:600;cursor:pointer;transition:all .2s ease}.sidebarNavItem:hover,.sidebarNavItem.active{background:#1e293b;color:#60a5fa}.dashboardContent{flex:1;display:flex;flex-direction:column}.topHeaderBar{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2.5rem;background:#fff;border-bottom:1px solid #E2E8F0;box-shadow:0 1px 3px #00000005}.meetContainer{display:grid;grid-template-columns:1fr 1.2fr;padding:2rem 2rem 2rem 3rem;gap:2rem;align-items:center;max-width:1400px;margin:0 auto;width:100%}.leftPanel h2{font-family:var(--font-heading);font-size:2.6rem;font-weight:800;line-height:1.25;color:#0f172a;margin-bottom:1.2rem}.leftPanel h2 span{color:#3b82f6}.rightPanel>img{width:100%;max-width:750px;height:auto;border-radius:20px;box-shadow:0 12px 30px #94a3b833;border:1px solid #E2E8F0}@media(max-width:1200px){.featuresGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.appShell{flex-direction:column}.sidebarRail{width:100%;flex-direction:row;align-items:center}.meetContainer,.landingMainContainer{grid-template-columns:1fr;padding:2rem}.featuresGrid,.stepsSection,.showcaseSection,.faqSection,.corporateFooter{padding:2rem}.showcaseContainer,.footerContainer{grid-template-columns:1fr}}@media(max-width:640px){.featuresGrid{grid-template-columns:1fr}}[data-theme=dark] body,[data-theme=dark] .App{background-color:#0f172a!important;color:#e2e8f0!important}[data-theme=dark] .appShell{background-color:#0b0f19!important}[data-theme=dark] .sidebarRail{background:#090d16!important;border-right-color:#1e293b!important}[data-theme=dark] .dashboardContent{background-color:#0f172a!important;color:#e2e8f0!important}[data-theme=dark] .topHeaderBar{background-color:#1e293b!important;border-bottom-color:#334155!important;color:#e2e8f0!important}[data-theme=dark] .leftPanel h2,[data-theme=dark] .leftPanel h2 span{color:#e2e8f0!important}[data-theme=dark] .leftPanel h2 span{color:#60a5fa!important}[data-theme=dark] .leftPanel p{color:#94a3b8!important}[data-theme=dark] .MuiPaper-root{background-color:#1e293b!important;color:#e2e8f0!important;border-color:#334155!important}[data-theme=dark] .MuiDialog-paper{background-color:#1e293b!important;color:#e2e8f0!important}[data-theme=dark] .MuiDialogTitle-root{color:#f1f5f9!important}[data-theme=dark] .MuiDialogContent-root{color:#cbd5e1!important}[data-theme=dark] .MuiInputBase-input{color:#f1f5f9!important}[data-theme=dark] .MuiInputLabel-root{color:#94a3b8!important}[data-theme=dark] .MuiOutlinedInput-notchedOutline{border-color:#334155!important}[data-theme=dark] .MuiOutlinedInput-root{background-color:#0f172a!important}[data-theme=dark] .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#475569!important}[data-theme=dark] .MuiSelect-select{color:#f1f5f9!important}[data-theme=dark] .MuiMenuItem-root{color:#e2e8f0!important}[data-theme=dark] .MuiSwitch-track{background-color:#475569!important}[data-theme=dark] .MuiChip-root{border-color:#475569!important}[data-theme=dark] .MuiTab-root{color:#94a3b8!important}[data-theme=dark] .MuiTab-root.Mui-selected{color:#60a5fa!important}[data-theme=dark] .MuiDivider-root{border-color:#334155!important}[data-theme=dark] .MuiListItem-root{color:#e2e8f0!important}[data-theme=dark] .MuiListItemText-secondary{color:#94a3b8!important}[data-theme=dark] .MuiAlert-root{background-color:#1e293b!important;color:#e2e8f0!important}[data-theme=dark] .MuiTypography-root{color:inherit}[data-theme=dark] .light-card{background-color:#1e293b!important;border-color:#334155!important}[data-theme=dark] .meetContainer{color:#e2e8f0!important}[data-theme=dark] .MuiButton-outlined{border-color:#475569!important;color:#94a3b8!important}[data-theme=dark] .MuiButton-outlined:hover{border-color:#60a5fa!important;color:#60a5fa!important;background-color:#60a5fa14!important}[data-theme=dark] .MuiRadio-root{color:#64748b!important}[data-theme=dark] .MuiRadio-root.Mui-checked{color:#60a5fa!important}[data-theme=dark] .historyPage{background-color:#0f172a!important;color:#e2e8f0!important}[data-theme=dark] .rightPanel>img{border-color:#334155!important}[data-theme=dark] .MuiFormControlLabel-label{color:#cbd5e1!important}@media(max-width:768px){.appShell{flex-direction:column!important}.sidebarRail{width:100%!important;height:auto!important;padding:12px 16px!important;border-right:none!important;border-bottom:1px solid var(--border)!important}.sidebarNav{flex-direction:row!important;gap:8px!important;overflow-x:auto!important}.dashboardContent{padding:16px!important}.footerContainer{grid-template-columns:1fr 1fr!important;gap:24px!important}.footerBottomBar{flex-direction:column!important;gap:12px!important;text-align:center!important}}@media(max-width:480px){.footerContainer{grid-template-columns:1fr!important}}._lobbyWrapper_s7uj3_1{min-height:100vh;width:100vw;background-color:var(--bg-main, #F0F7FF);display:flex;align-items:center;justify-content:center;padding:2rem}[data-theme=dark] ._lobbyWrapper_s7uj3_1{background-color:#0f172a}._lobbyCard_s7uj3_15{background:var(--bg-card, #FFFFFF);border:1px solid var(--border-color, #E2E8F0);border-radius:24px;padding:2.5rem;width:100%;max-width:500px;box-shadow:0 20px 50px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1.5rem}[data-theme=dark] ._lobbyCard_s7uj3_15{background:#1e293b;border-color:#334155}._lobbyVideoBox_s7uj3_34{width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background:#0f172a;border:1px solid #CBD5E1;position:relative}._lobbyVideoBox_s7uj3_34 video{width:100%;height:100%;object-fit:cover}._meetVideoContainer_s7uj3_50{position:relative;width:100vw;height:100vh;background:#0b0f19;overflow:hidden;display:flex;flex-direction:column}._meetHeaderBar_s7uj3_60{height:60px;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:30;color:#f8fafc;box-shadow:0 4px 20px #0000004d}._meetMainBody_s7uj3_74{flex:1;display:flex;flex-direction:row;overflow:hidden;position:relative;height:calc(100vh - 136px)}._videoStage_s7uj3_83{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:1rem;height:100%}._gridContainer_s7uj3_94{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:1.25rem;width:100%;height:100%;max-height:100%;align-content:center;justify-content:center;align-items:center;justify-items:center;padding:1rem;overflow-y:auto}._screenShareStage_s7uj3_109{display:flex;flex-direction:row;gap:1rem;width:100%;height:100%;overflow:hidden}._screenMainStage_s7uj3_118{flex:1;height:100%;background:#000;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:2px solid #3B82F6;box-shadow:0 10px 30px #00000080}._screenSideStrip_s7uj3_131{width:260px;display:flex;flex-direction:column;gap:.8rem;overflow-y:auto;max-height:100%}._screenSideStrip_s7uj3_131 ._conferenceTile_s7uj3_140{aspect-ratio:16 / 9;width:100%;height:auto;flex-shrink:0}._sideDrawerContainer_s7uj3_147{width:360px;max-width:35vw;background:#1e293b;border-left:1px solid #334155;color:#f8fafc;display:flex;flex-direction:column;height:100%;z-index:40;box-shadow:-4px 0 20px #0000004d}._sideDrawerHeader_s7uj3_160{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #334155;background:#0f172a99}._sideDrawerContent_s7uj3_169{flex:1;overflow-y:auto;display:flex;flex-direction:column}._conferenceView_s7uj3_180{flex:1;min-width:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));grid-auto-rows:1fr;padding:1.25rem;gap:1.25rem;overflow-y:auto;width:100%;height:100%;align-content:stretch}._conferenceView_s7uj3_180._manyParticipants_s7uj3_195{display:flex;flex-direction:column;gap:1rem;padding:1rem}._stageArea_s7uj3_202{flex:1;width:100%;min-height:0;display:flex;align-items:center;justify-content:center}._thumbnailStrip_s7uj3_211{display:flex;gap:.8rem;height:120px;overflow-x:auto;padding-bottom:4px}._thumbnailTile_s7uj3_219{width:180px;height:100%;flex-shrink:0;border-radius:12px;overflow:hidden;background:#1e293b;position:relative;border:2px solid transparent}._conferenceView_s7uj3_180._screenShareView_s7uj3_231{display:flex;flex-direction:column;gap:1rem;padding:1rem}._screenShareContainer_s7uj3_238{position:relative;flex:1;min-width:0;height:100%;display:flex;flex-direction:column;padding:1rem;gap:1rem;overflow:hidden}._screenShareStage_s7uj3_109{flex:1;width:100%;height:100%;min-height:0;background:#000;border-radius:16px;overflow:hidden;position:relative;border:2px solid #3B82F6;box-shadow:0 10px 30px #00000080}._screenShareStage_s7uj3_109 video{width:100%;height:100%;object-fit:contain}._screenShareThumbnails_s7uj3_269{display:flex;gap:.75rem;height:120px;width:100%;overflow-x:auto;padding-bottom:4px;align-items:center;justify-content:center}._screenShareThumbTile_s7uj3_280{width:160px;height:100px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#1e293b;position:relative;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0006}._conferenceTile_s7uj3_140{position:relative;border-radius:16px;overflow:hidden;background:#1e293b;border:2px solid transparent;box-shadow:0 8px 24px #0000004d;transition:border-color .25s ease,box-shadow .25s ease;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16 / 9;max-width:100%;max-height:100%}._activeSpeaker_s7uj3_309{border-color:#3b82f6!important;box-shadow:0 0 24px #3b82f680!important}._conferenceTile_s7uj3_140 video{width:100%;height:100%;object-fit:cover;display:block}._cameraOffFallback_s7uj3_321{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;background:#1e293b}._cameraOffAvatar_s7uj3_334{width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:800;box-shadow:0 8px 20px #3b82f64d}._tileBadge_s7uj3_348{position:absolute;bottom:12px;left:12px;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1)}._micIcon_s7uj3_365{font-size:1rem}._micMuted_s7uj3_369{color:#f43f5e}._speakingBadge_s7uj3_373{position:absolute;top:12px;left:12px;background:#3b82f6;color:#fff;padding:5px 14px;border-radius:20px;font-size:.78rem;font-weight:700;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px #3b82f659}._meetUserVideo_s7uj3_389{position:absolute;bottom:100px;right:24px;width:200px;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;object-fit:cover;border:3px solid #60A5FA;box-shadow:0 10px 30px #60a5fa40;z-index:20;transition:all .25s ease}._meetUserVideo_s7uj3_389:hover{transform:scale(1.02)}._bottomControlBar_s7uj3_408{height:76px;background:#1e293b;border-top:1px solid #334155;display:flex;align-items:center;justify-content:center;gap:1rem;padding:0 2rem;z-index:40}._controlBtn_s7uj3_420{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:8px 14px;border-radius:12px;transition:all .15s ease;color:#f8fafc;background:transparent;border:none}._controlBtn_s7uj3_420:hover{background:#ffffff1a}._controlBtn_s7uj3_420 span{font-size:.75rem;font-weight:600;white-space:nowrap}._controlBtn_s7uj3_420._danger_s7uj3_444{color:#f43f5e}._controlBtn_s7uj3_420._danger_s7uj3_444:hover{background:#f43f5e1a}._leaveBtn_s7uj3_452{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;padding:10px 22px;border-radius:20px;background:#f43f5e;color:#fff;font-weight:700;border:none;margin-left:auto;transition:all .2s ease}._leaveBtn_s7uj3_452:hover{background:#be123c}._sidePanelContainer_s7uj3_476{width:360px;max-width:30vw;background:#1e293b;border-left:1px solid #334155;color:#f8fafc;display:flex;flex-direction:column;z-index:40;transition:all .3s ease}[data-theme=light] ._sidePanelContainer_s7uj3_476{background:#fff;border-left-color:#e2e8f0;color:#0f172a}._chatContainer_s7uj3_494{display:flex;flex-direction:column;height:100%;padding:1.2rem}._chatHeader_s7uj3_501{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid #334155}[data-theme=light] ._chatHeader_s7uj3_501{border-bottom-color:#e2e8f0}._chatHeader_s7uj3_501 h1{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:inherit}._chattingDisplay_s7uj3_521{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:4px}._chatBubble_s7uj3_530{background:#334155;border:1px solid #475569;border-radius:14px;padding:8px 12px}[data-theme=light] ._chatBubble_s7uj3_530{background:#f1f5f9;border-color:#e2e8f0}._chatSender_s7uj3_542{font-size:.78rem;font-weight:700;color:#60a5fa;margin-bottom:2px}[data-theme=light] ._chatSender_s7uj3_542{color:#2563eb}._chatText_s7uj3_553{font-size:.9rem;color:#f8fafc;word-break:break-word}[data-theme=light] ._chatText_s7uj3_553{color:#1e293b}._chattingArea_s7uj3_563{margin-top:.8rem;display:flex;gap:8px;align-items:center}._emojiStream_s7uj3_571{position:absolute;bottom:100px;left:40px;display:flex;flex-direction:column;gap:12px;z-index:45;pointer-events:none}._floatingEmoji_s7uj3_582{font-size:2rem;animation:_floatUp_s7uj3_1 2.5s ease-out forwards}@keyframes _floatUp_s7uj3_1{0%{opacity:0;transform:translateY(20px) scale(.6)}20%{opacity:1;transform:translateY(0) scale(1.2)}to{opacity:0;transform:translateY(-120px) scale(1)}}._screenShareNotesBar_s7uj3_594{position:absolute;top:70px;right:20px;z-index:50;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.4);border-radius:12px;padding:6px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px #0000004d}@media(max-width:960px){._sidePanelContainer_s7uj3_476{position:fixed;bottom:80px;right:0;left:0;width:100vw;max-width:100vw;height:60vh;border-radius:20px 20px 0 0;border-top:1px solid #334155}._conferenceView_s7uj3_180._grid2_s7uj3_623,._conferenceView_s7uj3_180._grid4_s7uj3_623{grid-template-columns:1fr}}
