@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary:#1a1ee0;--color-primary-dark:#1318b0;--color-primary-light:#2b32f0;--color-accent:#e8436a;--color-accent-dark:#c43058;--color-accent-light:#ff6b8e;--color-white:#fff;--color-bg:#f4f6ff;--color-bg-card:#fff;--color-text:#1a1a2e;--color-text-muted:#6b7280;--color-border:#e2e5f1;--color-border-strong:#c9d0e8;--color-surface-soft:#f8faff;--color-surface-elevated:#fff;--color-error:#dc2626;--color-success:#16a34a;--radius-sm:6px;--radius-md:8px;--radius-lg:8px;--radius-xl:8px;--shadow-sm:0 1px 3px #1a1ee014;--shadow-md:0 4px 16px #1a1ee01f;--shadow-lg:0 8px 32px #1a1ee029;--shadow-card:0 10px 30px #1a1ee012;--shadow-hover:0 16px 38px #1a1ee01c;--focus-ring:0 0 0 3px #1a1ee029;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{outline:none;font-family:inherit}select,textarea{font-family:inherit}.btn{border-radius:var(--radius-md);letter-spacing:0;min-height:42px;transition:background var(--transition), border-color var(--transition), box-shadow var(--transition), color var(--transition), transform var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-accent);color:var(--color-white);box-shadow:0 8px 18px #e635602e}.btn-primary:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 4px 16px #e6356059}.btn-outline{background:var(--color-white);color:var(--color-primary);border:1.5px solid var(--color-primary)}.btn-outline:hover{background:var(--color-primary);color:var(--color-white);transform:translateY(-1px)}.btn-danger{color:#fff;background:#dc2626;box-shadow:0 8px 18px #dc26263d}.btn-danger:hover{background:#b91c1c;transform:translateY(-1px)}.btn-ghost{color:var(--color-white);background:#ffffff1f;border:2px solid #ffffff4d}.btn-ghost:hover{background:#ffffff38}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-lg{border-radius:var(--radius-lg);padding:15px 36px;font-size:1rem}.field{flex-direction:column;gap:6px;display:flex}.field label{color:var(--color-text);font-size:.85rem;font-weight:600}.field input,.field select,.field textarea{border:1.5px solid var(--color-border);width:100%;color:var(--color-text);background:var(--color-white);transition:all var(--transition);appearance:none;border-radius:8px;padding:12px 16px;font-size:.95rem}.field input::placeholder,.field textarea::placeholder{color:var(--color-text-muted);opacity:.7}.field input:hover,.field select:hover,.field textarea:hover{border-color:#1a1ee04d}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a1ee01a}.field input.error,.field select.error,.field textarea.error{border-color:var(--color-error);background-color:#dc262605}.field input.error:focus,.field select.error:focus,.field textarea.error:focus{box-shadow:0 0 0 3px #dc26261a}.field select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.field-error{color:var(--color-error);font-size:.8rem}.card{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--color-border)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}._logoImg_zz0ae_1{object-fit:contain;-webkit-user-select:none;user-select:none;display:block}._badge_5y0h0_1{letter-spacing:0;text-transform:uppercase;border:1px solid #ffffffad;border-radius:999px;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex;box-shadow:inset 0 -1px #12182d0f}._approved_5y0h0_14,._active_5y0h0_14{color:#065f46;background:#d1fae5}._pending_5y0h0_19,._inactive_5y0h0_19,._member_5y0h0_19{color:#92400e;background:#fef3c7}._rejected_5y0h0_24,._canceled_5y0h0_24{color:#991b1b;background:#fee2e2}._admin_5y0h0_29{color:#4c1d95;background:#ede9fe}._meeting_5y0h0_34{color:#92400e;background:#fef3c7}._none_5y0h0_39{color:#6b7280;background:#f3f4f6}._pastDue_5y0h0_44{color:#b45309;background:#fef3c7}._professional_5y0h0_49{color:#1e40af;background:#dbeafe}._partner_5y0h0_54{color:#065f46;background:#d1fae5}._wrap_3dwg0_1{justify-content:center;align-items:center;padding:48px;display:flex}._ring_3dwg0_8{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:.7s linear infinite _spin_3dwg0_1}@keyframes _spin_3dwg0_1{to{transform:rotate(360deg)}}._stack_17gl7_1{z-index:9999;flex-direction:column;gap:10px;width:calc(100vw - 48px);max-width:360px;display:flex;position:fixed;bottom:24px;right:24px}._toast_17gl7_13{background:#fff;border-left:4px solid #1a1f8f;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;animation:.2s _slideIn_17gl7_1;display:flex;box-shadow:0 8px 24px #00000024}._toast_17gl7_13._info_17gl7_25{border-left-color:#1a1f8f}._toast_17gl7_13._success_17gl7_26{background:#f0fdf4;border-left-color:#15803d}._toast_17gl7_13._warning_17gl7_27{background:#fffbeb;border-left-color:#f59e0b}._toast_17gl7_13._error_17gl7_28{background:#fef2f2;border-left-color:#dc2626}._body_17gl7_30{color:#1a1a1a;flex-direction:column;flex:1;gap:2px;font-size:.87rem;line-height:1.5;display:flex}._title_17gl7_40{font-size:.88rem;font-weight:700}._close_17gl7_45{cursor:pointer;color:#888;background:0 0;border:none;flex-shrink:0;margin-top:-2px;padding:0;font-size:1.2rem;line-height:1}._close_17gl7_45:hover{color:#333}@keyframes _slideIn_17gl7_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){._stack_17gl7_1{width:auto;max-width:none;bottom:16px;left:16px;right:16px}}._overlay_1e6g4_1{z-index:999999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at top,#4970ff29,#0000 30%),#0a122d94;place-items:center;padding:22px;display:grid;position:fixed;inset:0}._modal_1e6g4_15{background:radial-gradient(circle at 0 0,#577eff14,#0000 28%),linear-gradient(#fffffffa 0%,#f8fafffa 100%);border:1px solid #dce4f8d1;border-radius:30px;grid-template-rows:auto minmax(0,1fr) auto;width:100%;max-width:980px;min-height:0;max-height:calc(100dvh - 44px);display:grid;overflow:clip;box-shadow:0 34px 90px #08112d57}._header_1e6g4_32{background:linear-gradient(#fffffff0 0%,#f9fbffe6 100%);border-bottom:1px solid #1d377014;justify-content:space-between;align-items:start;gap:18px;padding:24px 26px 18px;display:flex}._headerCopy_1e6g4_42{gap:8px;display:grid}._header_1e6g4_32 h2{color:#10245b;letter-spacing:-.03em;margin:0;font-size:clamp(1.2rem,2vw,1.55rem)}._header_1e6g4_32 p{color:#64748b;max-width:70ch;margin:0;line-height:1.65}._closeBtn_1e6g4_61{color:#4d618d;background:#ffffffe6;border:1px solid #1d37701a;border-radius:16px;flex-shrink:0;place-items:center;width:42px;height:42px;transition:transform .15s,background .15s,border-color .15s,color .15s;display:grid}._closeBtn_1e6g4_61:hover{color:#1f4db3;background:#edf3ffeb;border-color:#2252c333;transform:translateY(-1px)}._body_1e6g4_81{overscroll-behavior:contain;padding:22px 26px;overflow:auto}._footer_1e6g4_87{background:#ffffffe6;border-top:1px solid #1d377014;flex-wrap:wrap;justify-content:flex-end;gap:10px;padding:18px 26px 24px;display:flex}@media (width<=720px){._overlay_1e6g4_1{padding:12px;padding-top:calc(12px + env(safe-area-inset-top));padding-bottom:calc(12px + env(safe-area-inset-bottom));place-items:end center}._modal_1e6g4_15{border-radius:22px;max-height:calc(100dvh - 12px)}._header_1e6g4_32,._body_1e6g4_81,._footer_1e6g4_87{padding-left:18px;padding-right:18px}._header_1e6g4_32{padding-top:20px}._footer_1e6g4_87{justify-content:stretch}._footer_1e6g4_87 .btn{justify-content:center;width:100%}}@media (width<=540px){._modal_1e6g4_15{border-radius:18px}._header_1e6g4_32{gap:12px;padding-top:16px;padding-bottom:14px}._closeBtn_1e6g4_61{border-radius:12px;width:38px;height:38px}._body_1e6g4_81,._footer_1e6g4_87{padding-top:16px;padding-bottom:16px}}._shell_kc04k_6{background:var(--color-bg);min-height:100vh;display:flex}._loadingWrap_kc04k_12{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;display:flex}._sidebar_kc04k_21{z-index:10;background:linear-gradient(175deg,#12195a 0%,#1a237e 55%,#283593 100%);flex-direction:column;flex-shrink:0;justify-content:space-between;width:240px;height:100vh;transition:width .22s;display:flex;position:sticky;top:0;overflow:hidden auto;box-shadow:6px 0 32px #12195a47}._sidebar_kc04k_21::-webkit-scrollbar{width:3px}._sidebar_kc04k_21::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}._sidebarCollapsed_kc04k_41{width:72px}._sidebarTop_kc04k_46{flex-direction:column;flex:1;align-items:stretch;min-height:0;padding:0 8px 8px;display:flex;overflow:hidden auto}._brandRow_kc04k_58{justify-content:center;align-items:center;padding:20px 8px 16px;display:flex}._brandLink_kc04k_65{line-height:0;transition:transform .15s,box-shadow .15s;display:block}._brandLink_kc04k_65:hover{transform:translateY(-1px)}._brandLogoIsland_kc04k_78{background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:7px 14px;transition:box-shadow .15s,transform .15s;display:inline-flex;box-shadow:0 4px 20px #00000059,0 1px 4px #0003,0 0 0 1px #ffffff0f}._brandLink_kc04k_65:hover ._brandLogoIsland_kc04k_78{transform:translateY(-1px);box-shadow:0 8px 28px #0006,0 2px 8px #00000040}._avatarSmall_kc04k_100{color:#fff;cursor:default;background:#ffffff2e;border:2px solid #ffffff47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.05rem;font-weight:800;display:flex}._userBlock_kc04k_117{background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:center;gap:4px;margin:0 4px 10px;padding:14px 10px;display:flex;overflow:hidden}._sidebarCollapsed_kc04k_41 ._userBlock_kc04k_117{display:none}._avatar_kc04k_100{color:#fff;background:linear-gradient(135deg,#e8436a,#ff6b8e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 6px 16px #e8436a66}._userName_kc04k_150{color:#fff;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.87rem;font-weight:700;overflow:hidden}._userEmail_kc04k_161{color:#ffffff80;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.7rem;overflow:hidden}._badgeRow_kc04k_171{margin-top:5px}._editProfileBtn_kc04k_175{color:#ffffffb3;cursor:pointer;background:#ffffff17;border:1px solid #ffffff29;border-radius:20px;margin-top:8px;padding:5px 14px;font-size:.72rem;font-weight:600;transition:background .15s,color .15s}._editProfileBtn_kc04k_175:hover{color:#fff;background:#ffffff2b}._avatarImg_kc04k_192{object-fit:cover;border-radius:50%;width:100%;height:100%}._avatarPreview_kc04k_199{color:#fff;background:linear-gradient(135deg,#e8436a,#ff6b8e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:800;display:flex;overflow:hidden}._sideNav_kc04k_215{flex-direction:column;gap:2px;padding-top:6px;display:flex}._navSection_kc04k_222{text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;white-space:nowrap;margin:0;padding:14px 12px 5px;font-size:.62rem;font-weight:700;overflow:hidden}._sidebarCollapsed_kc04k_41 ._navSection_kc04k_222{background:#ffffff1f;height:1px;margin:6px 10px;padding:0;font-size:0}._navItem_kc04k_242{color:#ffffffa6;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;min-height:42px;padding:9px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex;overflow:hidden}._navItem_kc04k_242:hover{color:#fff;background:#ffffff1a;border-color:#ffffff1f}._navActive_kc04k_266{color:#fff;box-shadow:inset 3px 0 0 var(--color-accent);background:#ffffff21;border-color:#ffffff2e;font-weight:700}._navActive_kc04k_266 ._icon_kc04k_274{stroke:#fff}._sidebarCollapsed_kc04k_41 ._navItem_kc04k_242{justify-content:center;gap:0;padding:10px}._navLabel_kc04k_284{white-space:nowrap;max-width:180px;transition:opacity .15s,max-width .22s;overflow:hidden}._sidebarCollapsed_kc04k_41 ._navLabel_kc04k_284{opacity:0;pointer-events:none;max-width:0}._icon_kc04k_274{stroke:#fff9;flex-shrink:0;transition:stroke .15s}._navItem_kc04k_242:hover ._icon_kc04k_274,._navActive_kc04k_266 ._icon_kc04k_274{stroke:#fff}._badge_kc04k_171{background:var(--color-accent);color:#fff;text-align:center;border-radius:999px;min-width:18px;margin-left:auto;padding:2px 6px;font-size:.66rem;font-weight:700;line-height:1}._sidebarFooter_kc04k_322{background:#00000024;border-top:1px solid #ffffff14;flex-direction:column;gap:4px;padding:8px;display:flex}._collapseBtn_kc04k_331{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex;overflow:hidden}._collapseBtn_kc04k_331:hover{color:#fff;background:#ffffff14}._sidebarCollapsed_kc04k_41 ._collapseBtn_kc04k_331{justify-content:center;gap:0;padding:10px}._logoutBtn_kc04k_360{color:#e8436ad9;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e8436a59;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.875rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:flex;overflow:hidden}._logoutBtn_kc04k_360:hover{border-color:var(--color-accent);color:#ff8aaa;background:#e8436a1f}._logoutBtn_kc04k_360 ._icon_kc04k_274{stroke:#e8436ad9}._logoutBtn_kc04k_360:hover ._icon_kc04k_274{stroke:#ff8aaa}._sidebarCollapsed_kc04k_41 ._logoutBtn_kc04k_360{justify-content:center;gap:0;padding:9px}._content_kc04k_394{flex-direction:column;flex:1;min-width:0;display:flex}._mobileBar_kc04k_402{display:none}._hamburger_kc04k_406{width:40px;height:40px;color:var(--color-primary);cursor:pointer;background:0 0;border:1px solid #1a1ee024;border-radius:10px;justify-content:center;align-items:center;transition:background .15s;display:flex}._hamburger_kc04k_406:hover{background:#1a1ee012}._hamburger_kc04k_406 ._icon_kc04k_274{stroke:var(--color-primary)}._mobileBarSpacer_kc04k_428{width:40px}._overlay_kc04k_433{z-index:140;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a0c328c;transition:opacity .22s;display:none;position:fixed;inset:0}@media (width<=900px){._mobileBar_kc04k_402{height:56px;height:calc(56px + env(safe-area-inset-top));-webkit-backdrop-filter:blur(14px);padding:env(safe-area-inset-top) 16px 0;z-index:99;background:#fffffff0;border-bottom:1px solid #1a1ee01a;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #1a1ee014}._content_kc04k_394{padding-top:calc(56px + env(safe-area-inset-top));width:100%}._sidebar_kc04k_21{z-index:150;height:100vh;transition:transform .22s;top:0;left:0;transform:translate(-100%);box-shadow:20px 0 48px #12185a59;width:min(86vw,304px)!important;position:fixed!important}._sidebarMobileOpen_kc04k_487{transform:translate(0)}._navLabel_kc04k_284{opacity:1!important;max-width:180px!important}._navItem_kc04k_242{justify-content:flex-start!important;gap:10px!important;padding:9px 12px!important}._collapseBtn_kc04k_331{display:none}._logoutBtn_kc04k_360{justify-content:flex-start!important;gap:10px!important;padding:9px 12px!important}._sidebarCollapsed_kc04k_41 ._userBlock_kc04k_117{display:flex}._sidebarCollapsed_kc04k_41 ._navSection_kc04k_222{background:0 0;height:auto;margin:0;padding:14px 12px 5px;font-size:.62rem}._overlay_kc04k_433{display:block}._overlayVisible_kc04k_524{opacity:1;pointer-events:auto}}@media (width<=600px){._content_kc04k_394{overflow-x:hidden}}:root{--al-topbar-bg:#ffffffe6;--al-topbar-border:#1a1f8f1a;--al-surface:#fff}._shell_1dynm_9{flex-direction:column;min-height:0;display:flex}._topbar_1dynm_16{z-index:100;background:var(--al-topbar-bg);border-bottom:1px solid var(--al-topbar-border);-webkit-backdrop-filter:blur(16px);align-items:center;gap:16px;padding:13px 24px;display:flex;position:sticky;top:0}._topbarLeft_1dynm_30{flex:1;align-items:center;gap:14px;min-width:0;display:flex}._topbarIconWrap_1dynm_38{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}._topbarBreadcrumb_1dynm_50{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;margin-bottom:2px;font-size:.72rem;font-weight:600;display:flex}._breadcrumbSep_1dynm_62{opacity:.45}._topbarTitle_1dynm_66{color:var(--color-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.05rem;font-weight:800;line-height:1.1;overflow:hidden}._topbarRight_1dynm_77{flex-shrink:0;align-items:center;gap:10px;display:flex}._backBtn_1dynm_84{color:var(--color-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .14s,border-color .14s;display:inline-flex}._backBtn_1dynm_84:hover{background:#1a1f8f0f;border-color:#1a1f8f4d}@media (width<=720px){._topbarTitle_1dynm_66{font-size:.9rem}._topbarBreadcrumb_1dynm_50{display:none}._topbar_1dynm_16{padding:10px 16px}}._nav_tcz1k_1{z-index:200;height:72px;height:calc(72px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);-webkit-backdrop-filter:blur(20px);background:#fffffff5;border-bottom:1.5px solid #1a1ee01a;transition:background .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}._nav_tcz1k_1._transparent_tcz1k_17{box-shadow:none;background:0 0;border-bottom-color:#ffffff1f}._nav_tcz1k_1._scrolled_tcz1k_23{box-shadow:0 4px 28px #1a1ee01a;background:#fffffffa!important;border-bottom-color:#1a1ee01f!important}._inner_tcz1k_29{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;height:100%;margin:0 auto;padding:0 32px;display:flex}._brand_tcz1k_41{flex-shrink:0;align-items:center;text-decoration:none;display:flex}._logoIsland_tcz1k_48{background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:6px 14px;transition:box-shadow .22s,transform .22s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 4px 20px #0003,0 1px 4px #0000001f}._brand_tcz1k_41:hover ._logoIsland_tcz1k_48{transform:translateY(-2px);box-shadow:0 10px 30px #00000047,0 2px 8px #00000029}._nav_tcz1k_1._transparent_tcz1k_17:not(._scrolled_tcz1k_23) ._logoIsland_tcz1k_48{box-shadow:0 4px 20px #00000040,0 0 0 1px #ffffff26}._navLinks_tcz1k_72{flex:1;justify-content:center;align-items:center;gap:1px;display:flex;overflow:hidden}._navLink_tcz1k_72{color:#1a1a2eb3;white-space:nowrap;border-radius:999px;padding:7px 11px;font-size:.815rem;font-weight:600;transition:color .18s,background .18s;position:relative}._navLink_tcz1k_72:after{content:"";background:var(--color-primary);border-radius:999px;width:calc(100% - 32px);height:2px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:5px;left:50%;transform:translate(-50%)scaleX(0)}._navLink_tcz1k_72:hover{color:var(--color-primary);background:#1a1ee012}._navLink_tcz1k_72:hover:after{transform:translate(-50%)scaleX(1)}._navLinkGhost_tcz1k_113{color:#ffffffd1}._navLinkGhost_tcz1k_113:hover{color:#fff;background:#ffffff24}._navLinkGhost_tcz1k_113:after{background:#fff}._navLinkActive_tcz1k_125{color:var(--color-primary);background:#1a1ee014}._navLinkActive_tcz1k_125:after{transform:translate(-50%)scaleX(1)!important}._navLinkActive_tcz1k_125._navLinkGhost_tcz1k_113{color:#fff;background:#ffffff2e}._navDivider_tcz1k_138{background:#1a1ee026;border-radius:2px;flex-shrink:0;width:1.5px;height:28px;margin:0 4px}._nav_tcz1k_1._transparent_tcz1k_17:not(._scrolled_tcz1k_23) ._navDivider_tcz1k_138{background:#ffffff40}._actions_tcz1k_152{flex-shrink:0;align-items:center;gap:10px;display:flex}._hamburger_tcz1k_160{cursor:pointer;background:0 0;border:1.5px solid #1a1ee038;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;transition:background .15s,border-color .15s;display:none}._hamburger_tcz1k_160:hover{background:#1a1ee012;border-color:#1a1ee061}._hamburgerGhost_tcz1k_181{background:#ffffff1f;border-color:#ffffff4d}._hamburgerGhost_tcz1k_181:hover{background:#ffffff38;border-color:#ffffff80}._hBar_tcz1k_191{background:var(--color-primary);border-radius:2px;width:20px;height:2px;transition:transform .25s,opacity .25s,background .2s;display:block}._hamburgerGhost_tcz1k_181 ._hBar_tcz1k_191{background:#fff}._hBar1Open_tcz1k_202{transform:translateY(7px)rotate(45deg)}._hBar2Open_tcz1k_203{opacity:0;transform:scaleX(0)}._hBar3Open_tcz1k_204{transform:translateY(-7px)rotate(-45deg)}._mobileMenu_tcz1k_207{-webkit-backdrop-filter:blur(20px);background:#fffffffc;border-top:1.5px solid #1a1ee01a;flex-direction:column;gap:8px;padding:16px 20px 24px;display:none;box-shadow:0 12px 32px #1a1ee01a}._mobileMenu_tcz1k_207 ._btn_tcz1k_219{justify-content:center;width:100%}._mobileCtaBadge_tcz1k_221{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:999px;justify-content:center;align-items:center;gap:6px;margin-bottom:4px;padding:5px 14px;font-size:.78rem;font-weight:700;display:flex}._mobileCtaBadgeDot_tcz1k_235{background:#fff;border-radius:50%;width:6px;height:6px;animation:2s infinite _dotPulse_tcz1k_1}@keyframes _dotPulse_tcz1k_1{0%,to{opacity:1}50%{opacity:.35}}._mobileNavLink_tcz1k_248{color:var(--color-text);text-align:center;border-radius:12px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:background .15s,color .15s;display:block}._mobileNavLink_tcz1k_248:hover{color:var(--color-primary);background:#1a1ee012}._mobileDivider_tcz1k_264{background:#1a1ee01f;border-radius:2px;height:1.5px;margin:6px 0}@media (width<=900px){._navLinks_tcz1k_72,._navDivider_tcz1k_138{display:none}._hamburger_tcz1k_160,._mobileMenu_tcz1k_207{display:flex}}@media (width<=640px){._actions_tcz1k_152{display:none}._inner_tcz1k_29{padding:0 20px}._nav_tcz1k_1{height:64px;height:calc(64px + env(safe-area-inset-top))}}@media (width<=400px){._inner_tcz1k_29{padding:0 16px}._nav_tcz1k_1{height:60px;height:calc(60px + env(safe-area-inset-top))}}._footer_1mths_1{background:#0d1080;flex-direction:column;align-items:center;gap:48px;padding:80px 24px 48px;display:flex}._footerInner_1mths_10{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;width:100%;max-width:1200px;display:grid}._footerBrand_1mths_18{flex-direction:column;gap:16px;display:flex}._footerLogoIsland_1mths_24{background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:10px 20px;display:inline-flex;box-shadow:0 6px 20px #0000004d}._footerTagline_1mths_34{color:#ffffff80;align-items:center;gap:6px;font-size:.9rem;display:flex}._footerCol_1mths_42{flex-direction:column;gap:14px;display:flex}._footerColTitle_1mths_48{text-transform:uppercase;letter-spacing:.12em;color:#fff6;margin-bottom:4px;font-size:.72rem;font-weight:800}._footerLinks_1mths_57{flex-direction:column;gap:10px;display:flex}._footerNavLinks_1mths_63{grid-template-columns:repeat(2,minmax(0,max-content));gap:10px 24px;display:grid}._footerLink_1mths_57{color:#ffffffa6;font-size:.9rem;font-weight:500;transition:color .2s,padding-left .2s}._footerLink_1mths_57:hover{color:#fff;padding-left:6px}._footerSocial_1mths_82{gap:12px;display:flex}._footerContacts_1mths_87{flex-direction:column;gap:14px;display:flex}._footerContactItem_1mths_93{flex-direction:column;gap:6px;display:flex}._footerContactItem_1mths_93 strong{color:#fffc;font-size:.85rem;font-weight:700}._footerContactText_1mths_105{color:#ffffffa6;font-size:.9rem}._footerSocialLink_1mths_110{color:#fff9;background:#ffffff12;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex}._footerSocialLink_1mths_110:hover{color:#fff;background:#ffffff26;border-color:#ffffff40;transform:translateY(-3px)}._footerDivider_1mths_130{background:#ffffff14;width:100%;max-width:1200px;height:1px}._footerBottom_1mths_137{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1200px;display:flex}._footerCopyright_1mths_147{color:#ffffff4d;font-size:.82rem}._footerMade_1mths_152{color:#ffffff4d;align-items:center;gap:5px;font-size:.82rem;display:flex}@media (width<=900px){._footerInner_1mths_10{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){._footer_1mths_1{gap:36px;padding:64px 20px 40px}._footerInner_1mths_10{grid-template-columns:1fr;gap:32px}._footerBottom_1mths_137{text-align:center;flex-direction:column}._footerNavLinks_1mths_63{grid-template-columns:1fr}}._page_3lo7g_4{--hero-bottom-color:#1318b0;flex-direction:column;display:flex;overflow-x:hidden}._hero_3lo7g_14{background:linear-gradient(145deg, #080b5c 0%, #0f13a0 30%, #1a1ee0 65%, var(--hero-bottom-color) 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}._heroOrb1_3lo7g_25{pointer-events:none;filter:blur(1px);background:radial-gradient(circle,#e8436a59 0%,#0000 65%);border-radius:50%;width:700px;height:700px;animation:14s ease-in-out infinite _orbFloat1_3lo7g_1;position:absolute;top:-220px;right:-160px}._heroOrb2_3lo7g_38{pointer-events:none;filter:blur(1px);background:radial-gradient(circle,#7c3aed4d 0%,#0000 65%);border-radius:50%;width:550px;height:550px;animation:17s ease-in-out infinite _orbFloat2_3lo7g_1;position:absolute;bottom:-150px;left:-120px}._heroOrb3_3lo7g_51{pointer-events:none;filter:blur(2px);background:radial-gradient(circle,#1a1ee080 0%,#0000 65%);border-radius:50%;width:400px;height:400px;animation:11s ease-in-out infinite _orbFloat3_3lo7g_1;position:absolute;top:40%;left:30%}@keyframes _orbFloat1_3lo7g_1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-40px,30px)scale(1.05)}66%{transform:translate(25px,-40px)scale(.97)}}@keyframes _orbFloat2_3lo7g_1{0%,to{transform:translate(0)scale(1)}40%{transform:translate(35px,-25px)scale(1.08)}70%{transform:translate(-20px,35px)scale(.95)}}@keyframes _orbFloat3_3lo7g_1{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.15)}}._hero_3lo7g_14:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#0000,#1318b0);height:160px;position:absolute;bottom:0;left:0;right:0}._heroGrid_3lo7g_93{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0}._heroContent_3lo7g_103{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:28px;max-width:820px;padding:148px 24px 108px;animation:.9s cubic-bezier(.4,0,.2,1) _heroFadeIn_3lo7g_1;display:flex;position:relative}@keyframes _heroFadeIn_3lo7g_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._heroLogoIsland_3lo7g_122{border-radius:22px;justify-content:center;align-items:center;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s;animation:.9s .1s both _heroFadeIn_3lo7g_1;display:inline-flex;overflow:hidden}._heroLogoIsland_3lo7g_122:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 36px 88px #00000070,0 14px 36px #00000047}._heroLogoVideo_3lo7g_137{width:auto;height:220px;display:block}._heroBadge_3lo7g_144{color:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;padding:7px 18px 7px 7px;font-size:.875rem;font-weight:600;animation:.9s .18s both _heroFadeIn_3lo7g_1;display:inline-flex;box-shadow:0 4px 20px #00000026,inset 0 1px #ffffff1a}._heroBadgeDivider_3lo7g_161{background:#fff3;flex-shrink:0;width:1px;height:20px}._heroBadgeDot_3lo7g_168{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.5s ease-in-out infinite _dotPulse_3lo7g_1;box-shadow:0 0 0 3px #22c55e40}@keyframes _dotPulse_3lo7g_1{0%,to{box-shadow:0 0 0 3px #22c55e40}50%{box-shadow:0 0 0 6px #22c55e1a}}._avatarStack_3lo7g_184{align-items:center;display:flex}._avatarItem_3lo7g_189{color:#fff;border:2px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-8px;font-size:.6rem;font-weight:800;transition:transform .2s;display:flex}._avatarItem_3lo7g_189:first-child{margin-left:0}._heroBadge_3lo7g_144:hover ._avatarItem_3lo7g_189{transform:translateY(-2px)}._headline_3lo7g_212{color:#fff;letter-spacing:-.035em;font-size:clamp(2.35rem,5.2vw,3.9rem);font-weight:800;line-height:1.08;animation:.9s cubic-bezier(.4,0,.2,1) .22s both _headlineIn_3lo7g_1}@keyframes _headlineIn_3lo7g_1{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}._headlineAccent_3lo7g_226{background:linear-gradient(135deg,#ff6b8e 0%,#e8436a 50%,#ff9eb5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._subline_3lo7g_233{color:#ffffffbf;max-width:560px;font-size:1.12rem;line-height:1.82;animation:.9s cubic-bezier(.4,0,.2,1) .3s both _headlineIn_3lo7g_1}._heroCta_3lo7g_242{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:6px;animation:.9s cubic-bezier(.4,0,.2,1) .38s both _headlineIn_3lo7g_1;display:flex}._heroCtaPrimary_3lo7g_251{align-items:center;gap:8px;display:inline-flex!important}._heroCtaPrimary_3lo7g_251 svg{transition:transform .2s}._heroCtaPrimary_3lo7g_251:hover svg{transform:translate(3px)}._heroStats_3lo7g_266{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;padding-top:8px;animation:.9s cubic-bezier(.4,0,.2,1) .46s both _headlineIn_3lo7g_1;display:flex}._heroStat_3lo7g_266{flex-direction:column;align-items:center;gap:3px;display:flex}._heroStatValue_3lo7g_283{color:#fff;letter-spacing:-.025em;font-size:1.5rem;font-weight:800}._heroStatLabel_3lo7g_290{color:#ffffff80;text-transform:uppercase;letter-spacing:.09em;font-size:.73rem;font-weight:600}._heroStatSep_3lo7g_298{background:#ffffff47;border-radius:2px;width:1.5px;height:36px}._heroScroll_3lo7g_306{z-index:1;animation:.9s .7s both _heroFadeIn_3lo7g_1;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}._heroScroll_3lo7g_306 span{border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d;width:24px;height:24px;animation:1.7s ease-in-out infinite _scrollBounce_3lo7g_1;display:block;transform:rotate(45deg)}@keyframes _scrollBounce_3lo7g_1{0%,to{opacity:.3;transform:rotate(45deg)translateY(0)}50%{opacity:1;transform:rotate(45deg)translateY(9px)}}@media (width<=768px){._heroContent_3lo7g_103{gap:24px;padding:118px 20px 88px}._heroCta_3lo7g_242{flex-direction:column;align-items:center}._heroCta_3lo7g_242 ._btn_3lo7g_334{justify-content:center;width:100%;max-width:320px}._heroStats_3lo7g_266{gap:18px}._heroStatSep_3lo7g_298{display:none}}@media (width<=480px){._heroContent_3lo7g_103{padding:96px 16px 68px}._heroLogoIsland_3lo7g_122{border-radius:16px;padding:14px 28px}}._countriesStrip_3lo7g_347{background:var(--hero-bottom-color);padding:18px 0;position:relative;overflow:hidden}._hero_3lo7g_14>._countriesStrip_3lo7g_347{display:none}._page_3lo7g_4>._countriesStrip_3lo7g_347{display:block}._countriesStrip_3lo7g_347:before,._countriesStrip_3lo7g_347:after{content:"";z-index:1;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}._countriesStrip_3lo7g_347:before{background:linear-gradient(to right, var(--hero-bottom-color), transparent);left:0}._countriesStrip_3lo7g_347:after{background:linear-gradient(to left, var(--hero-bottom-color), transparent);right:0}._countriesTrack_3lo7g_383{white-space:nowrap;align-items:center;gap:16px;width:max-content;animation:90s linear infinite _marquee_3lo7g_1;display:flex}@keyframes _marquee_3lo7g_1{0%{transform:translate(0)}to{transform:translate(-50%)}}._cityChip_3lo7g_397{white-space:nowrap;background:#ffffff17;border:1px solid #ffffff2e;border-radius:999px;flex-shrink:0;align-items:center;gap:9px;padding:9px 20px 9px 12px;display:inline-flex}._cityFlag_3lo7g_409{object-fit:cover;border-radius:3px;flex-shrink:0;width:28px;height:19px;display:block}._cityName_3lo7g_418{color:#ffffffe6;letter-spacing:.01em;font-size:.84rem;font-weight:700}._citySub_3lo7g_425{color:#ffffff80;letter-spacing:.01em;font-size:.76rem;font-weight:500}._section_3lo7g_435{opacity:0;background:#fff;padding:120px 0;transition:opacity .72s cubic-bezier(.4,0,.2,1),transform .72s cubic-bezier(.4,0,.2,1);position:relative;transform:translateY(32px)}._sectionVisible_3lo7g_444{opacity:1;transform:translateY(0)}._sectionAlt_3lo7g_449{background:#f0f3ff}._sectionDark_3lo7g_453{color:#fff;background:linear-gradient(#080b5c 0%,#1318b0 100%)}._sectionInner_3lo7g_458{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 32px;display:flex}._sectionHeader_3lo7g_468{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:60px;display:flex}._sectionEyebrow_3lo7g_477{text-transform:uppercase;letter-spacing:.13em;color:var(--color-accent);background:#e8436a14;border:1px solid #e8436a2e;border-radius:999px;align-items:center;gap:7px;padding:5px 14px;font-size:.76rem;font-weight:800;display:inline-flex}._sectionEyebrowWhite_3lo7g_492{color:#ff6b8e;background:#ff6b8e1a;border-color:#ff6b8e33}._sectionTitle_3lo7g_498{color:var(--color-primary);letter-spacing:-.025em;margin:0;font-size:clamp(1.8rem,3.4vw,2.85rem);font-weight:800;line-height:1.12}._sectionTitleWhite_3lo7g_507{color:#fff}._sectionSub_3lo7g_511{color:var(--color-text-muted);max-width:520px;margin:0;font-size:1.05rem;line-height:1.78}._sectionSubWhite_3lo7g_519{color:#ffffffad}@media (width<=768px){._section_3lo7g_435{padding:88px 0}._sectionInner_3lo7g_458{padding:0 20px}._sectionHeader_3lo7g_468{margin-bottom:44px}._sectionSub_3lo7g_511{font-size:.97rem}}._wave_3lo7g_533{z-index:10;margin-bottom:-1px;font-size:0;line-height:0;display:block;position:relative}._wave_3lo7g_533 svg{width:100%;display:block}._steps_3lo7g_550{grid-template-columns:repeat(4,1fr);justify-items:center;gap:32px;width:100%;display:grid;position:relative}._stepsConnector_3lo7g_559{background:linear-gradient(to right, var(--color-primary), var(--color-accent));opacity:.25;border-radius:2px;height:2px;position:absolute;top:48px;left:16.6667%;right:16.6667%}._step_3lo7g_550{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:20px;padding:0 16px;display:flex;position:relative}._stepOrb_3lo7g_581{background:linear-gradient(135deg, var(--color-primary) 0%, #2b32f0 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:1.65rem;transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .32s;display:flex;box-shadow:0 14px 44px #1a1ee052,0 0 0 10px #1a1ee012}._step_3lo7g_550:hover ._stepOrb_3lo7g_581{transform:scale(1.12)translateY(-4px);box-shadow:0 22px 56px #1a1ee061,0 0 0 14px #1a1ee01a}._stepTitle_3lo7g_604{color:var(--color-primary);margin:0;font-size:1.1rem;font-weight:800}._stepDesc_3lo7g_611{color:var(--color-text-muted);max-width:280px;margin:0;font-size:.92rem;line-height:1.72}@media (width<=768px){._steps_3lo7g_550{grid-template-columns:1fr;gap:44px}._stepsConnector_3lo7g_559{display:none}._step_3lo7g_550{padding:0}}._featuresGrid_3lo7g_629{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;max-width:920px;display:grid}._featureCard_3lo7g_637{border:1px solid var(--color-border);background:#fff;border-radius:20px;flex-direction:column;padding:28px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 16px #1a1ee00a}._featureCard_3lo7g_637:after{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-accent));transform-origin:0;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}._featureCard_3lo7g_637:hover{border-color:#1a1ee029;transform:translateY(-4px);box-shadow:0 18px 48px #1a1ee01c}._featureCard_3lo7g_637:hover:after{transform:scaleX(1)}._featureCardOpen_3lo7g_669{border-color:#1318b038;box-shadow:0 18px 48px #1a1ee01c}._featureCardOpen_3lo7g_669:after{transform:scaleX(1)}._featureTop_3lo7g_677{align-items:flex-start;gap:18px;display:flex}._featureIconWrap_3lo7g_683{background:linear-gradient(135deg,#1a1ee012 0%,#e8436a0d 100%);border:1px solid #1a1ee01a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.45rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}._featureCard_3lo7g_637:hover ._featureIconWrap_3lo7g_683{transform:scale(1.08)rotate(-4deg)}._featureBody_3lo7g_699{flex-direction:column;gap:6px;display:flex}._featureTitle_3lo7g_705{color:var(--color-primary);margin:0;font-size:.97rem;font-weight:800;line-height:1.3}._featureDesc_3lo7g_713{color:var(--color-text-muted);margin:0;font-size:.87rem;line-height:1.7}._fpToggleBtn_3lo7g_721{color:#1318b0;cursor:pointer;background:#f5f7ff;border:1.5px solid #1318b02e;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-top:18px;padding:10px 16px;font-size:.82rem;font-weight:700;transition:background .18s,border-color .18s;display:flex}._fpToggleBtn_3lo7g_721:hover,._fpToggleBtnOpen_3lo7g_739{background:#eaedff;border-color:#1318b052}._fpToggleIcon_3lo7g_744{flex-shrink:0;transition:transform .22s}._fpToggleIconOpen_3lo7g_749{transform:rotate(180deg)}._fpDropdown_3lo7g_752{flex-direction:column;gap:8px;margin-top:12px;animation:.22s _fpFadeIn_3lo7g_1;display:flex}@keyframes _fpFadeIn_3lo7g_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._fpGroupItem_3lo7g_766{background:#f5f7ff;border:1px solid #1318b012;border-radius:12px;align-items:center;gap:12px;padding:8px 12px 8px 8px;display:flex}._fpAvatar_3lo7g_776{object-fit:cover;border-radius:10px;flex-shrink:0;width:44px;height:44px;box-shadow:0 2px 6px #0000001f}._fpGroupMeta_3lo7g_785{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._fpGroupCountry_3lo7g_793{color:#1a1d3b;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:800;overflow:hidden}._fpGroupObj_3lo7g_802{color:#6b7280;font-size:.72rem}._fpCapWrap_3lo7g_807{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3px;display:flex}._fpCapBar_3lo7g_815{background:#dde2ff;border-radius:999px;width:72px;height:5px;overflow:hidden}._fpCapFill_3lo7g_823{background:linear-gradient(90deg,#1318b0,#4f46e5);border-radius:999px;height:100%}._fpCapCount_3lo7g_829{color:#9ca3af;font-size:.68rem}._fpForumItem_3lo7g_835{background:#f5f7ff;border:1px solid #1318b012;border-radius:12px;align-items:center;gap:12px;padding:8px 12px 8px 8px;display:flex}._fpForumEmoji_3lo7g_845{flex-shrink:0;font-size:1.2rem}._fpForumMeta_3lo7g_850{flex-direction:column;gap:2px;min-width:0;display:flex}._fpForumName_3lo7g_857{color:#1a1d3b;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:800;overflow:hidden}._fpForumDesc_3lo7g_866{color:#6b7280;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.72rem;display:-webkit-box;overflow:hidden}._fpDropdownCta_3lo7g_876{color:#fff;background:#1318b0;border-radius:12px;justify-content:center;align-items:center;gap:7px;margin-top:4px;padding:11px 16px;font-size:.83rem;font-weight:700;text-decoration:none;transition:background .18s,transform .18s;display:flex}._fpDropdownCta_3lo7g_876:hover{background:#0e139a;transform:translateY(-1px)}@media (width<=768px){._featuresGrid_3lo7g_629{grid-template-columns:1fr}._featureCard_3lo7g_637{padding:22px}._featureTop_3lo7g_677{gap:14px}._featureIconWrap_3lo7g_683{width:44px;height:44px;font-size:1.25rem}}@media (width<=480px){._fpCapBar_3lo7g_815{width:56px}}._testimonialsLayout_3lo7g_912{grid-template-columns:minmax(320px,.96fr) minmax(0,1.04fr);align-items:start;gap:20px;width:100%;display:grid}._testimonialsVideoCol_3lo7g_920{grid-template-columns:1fr;gap:12px;display:grid}._testimonialVideoCard_3lo7g_926{background:#fff;border:1px solid #1a1ee01a;border-radius:14px;grid-template-columns:minmax(120px,40%) minmax(0,60%);align-items:stretch;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:0 6px 16px #1a1ee014}._testimonialVideoCard_3lo7g_926:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1a1ee024}._testimonialVideoMedia_3lo7g_944{position:relative}._testimonialVideoThumb_3lo7g_948{object-fit:cover;width:100%;height:100%;min-height:118px;display:block}._testimonialVideoOverlay_3lo7g_956{justify-content:space-between;align-items:center;display:flex;position:absolute;top:12px;left:12px;right:12px}._testimonialPlay_3lo7g_966{color:#1a1ee0;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;font-weight:900;display:inline-flex;box-shadow:0 8px 20px #0003}._testimonialDuration_3lo7g_980{color:#fff;letter-spacing:.04em;background:#080b5cdb;border-radius:999px;padding:4px 9px;font-size:.68rem;font-weight:800}._testimonialVideoBody_3lo7g_990{flex-direction:column;justify-content:center;gap:5px;padding:11px 12px;display:flex}._testimonialVideoTitle_3lo7g_998{color:#1d265f;font-size:.86rem;font-weight:800;line-height:1.3}._testimonialVideoMeta_3lo7g_1005{color:#66709b;font-size:.73rem}._testimonialsGrid_3lo7g_1010{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;display:grid}._testimonialCard_3lo7g_1017{background:#fff;border:1px solid #1a1ee01a;border-radius:14px;flex-direction:column;gap:12px;padding:18px 16px 16px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #1a1ee00f}._testimonialCard_3lo7g_1017:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1a1ee01a}._testimonialStars_3lo7g_1036{background:#fff4d6;border-radius:999px;align-items:center;gap:3px;width:fit-content;padding:4px 8px;display:inline-flex}._testimonialStarIcon_3lo7g_1046{fill:#f59e0b;width:12px;height:12px;display:block}._testimonialText_3lo7g_1053{color:var(--color-text);flex:1;margin:0;font-size:.84rem;line-height:1.55}._testimonialVerified_3lo7g_1061{color:var(--color-success);background:#dcfce7;border-radius:999px;align-items:center;gap:5px;width:fit-content;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-flex}._testimonialAuthor_3lo7g_1074{align-items:center;gap:10px;display:flex}._testimonialAvatar_3lo7g_1080{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;font-weight:800;display:flex;box-shadow:0 6px 20px #1a1ee038}._testimonialName_3lo7g_1094{color:var(--color-text);font-size:.85rem;font-weight:700}._testimonialCity_3lo7g_1095{color:var(--color-text-muted);margin-top:2px;font-size:.74rem}@media (width<=1080px){._testimonialsLayout_3lo7g_912{grid-template-columns:1fr}._testimonialsVideoCol_3lo7g_920,._testimonialsGrid_3lo7g_1010{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){._testimonialsVideoCol_3lo7g_920,._testimonialVideoCard_3lo7g_926{grid-template-columns:1fr}._testimonialVideoThumb_3lo7g_948{min-height:180px}._testimonialsGrid_3lo7g_1010{grid-template-columns:1fr}._testimonialCard_3lo7g_1017{padding:16px 14px}}._metricsGrid_3lo7g_1114{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;grid-template-columns:repeat(3,1fr);gap:2px;width:100%;display:grid;overflow:hidden}._metricCard_3lo7g_1125{text-align:center;background:#ffffff0a;flex-direction:column;align-items:center;gap:10px;padding:44px 32px;transition:background .25s;display:flex;position:relative}._metricCard_3lo7g_1125:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff0d 0%,#0000 100%);transition:opacity .25s;position:absolute;inset:0}._metricCard_3lo7g_1125:hover{background:#ffffff14}._metricCard_3lo7g_1125:hover:before{opacity:1}._metricValue_3lo7g_1154{letter-spacing:-.04em;background:linear-gradient(135deg,#fff 20%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.4rem,4vw,3.2rem);font-weight:800;line-height:1}._metricLabel_3lo7g_1165{color:#ffffffd9;font-size:.95rem;font-weight:600}._metricSub_3lo7g_1171{color:#ffffff73;font-size:.78rem;font-weight:500}@media (width<=768px){._metricsGrid_3lo7g_1114{grid-template-columns:repeat(2,1fr)}._metricCard_3lo7g_1125{padding:32px 20px}}@media (width<=480px){._metricsGrid_3lo7g_1114{grid-template-columns:1fr 1fr;gap:1px}._metricCard_3lo7g_1125{padding:28px 16px}}._plansGrid_3lo7g_1190{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;max-width:1240px;margin:0 auto;display:grid}._planCard_3lo7g_1199{background:#e23870;border-radius:24px;flex-direction:column;min-height:100%;padding:10px;display:flex;box-shadow:0 18px 44px #e2387040}._planTop_3lo7g_1209{background:#fff;border-radius:20px;align-items:center;gap:10px;padding:12px 14px;display:flex}._planBrandLogo_3lo7g_1218{flex:0 0 94px;width:94px;line-height:0}._planBrandLogo_3lo7g_1218 img{object-fit:contain;width:100%;height:auto}._planHeading_3lo7g_1230{color:#d83a6d;text-transform:uppercase;flex-direction:column;min-width:0;line-height:1;display:flex}._planCycle_3lo7g_1239{letter-spacing:.06em;font-size:.72rem;font-weight:800}._planType_3lo7g_1245{letter-spacing:0;font-size:clamp(1.38rem,1.55vw,1.62rem);font-weight:900;line-height:.98}._planFeatures_3lo7g_1252{background:#fff;border-radius:20px;flex-direction:column;flex:1;gap:15px;margin-top:0;padding:10px 14px 18px;display:flex}._planFeature_3lo7g_1252{color:#1b2a85;text-transform:uppercase;align-items:flex-start;gap:8px;margin:0;font-size:.8rem;font-weight:800;line-height:1.3;display:flex}._planBulletLogo_3lo7g_1275{object-fit:contain;border-radius:6px;flex:0 0 26px;width:26px;height:26px;margin-top:0}._planPriceButton_3lo7g_1284{color:#fff;text-align:center;letter-spacing:.03em;text-transform:uppercase;z-index:2;background:#1b2a85;border-radius:9999px;margin-top:-14px;padding:10px 14px 9px;font-size:clamp(1.5rem,1.9vw,2.1rem);font-weight:900;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;position:relative}._planPriceButton_3lo7g_1284:hover{transform:translateY(-1px);box-shadow:0 10px 24px #1b2a8547}@media (width<=1160px){._plansGrid_3lo7g_1190{grid-template-columns:1fr;max-width:520px}._planTop_3lo7g_1209{justify-content:center}._planHeading_3lo7g_1230{text-align:left}}@media (width<=640px){._planCard_3lo7g_1199{border-radius:20px;padding:10px}._planTop_3lo7g_1209,._planFeatures_3lo7g_1252{border-radius:16px}._planBrandLogo_3lo7g_1218{flex-basis:78px;width:78px}._planType_3lo7g_1245{font-size:1.18rem}._planFeature_3lo7g_1252{font-size:.73rem}._planPriceButton_3lo7g_1284{font-size:1.38rem}}._faqList_3lo7g_1330{flex-direction:column;gap:0;width:100%;max-width:780px;margin:0 auto;display:flex}._faqItem_3lo7g_1339{border-bottom:1px solid var(--color-border);transition:border-color .2s}._faqItem_3lo7g_1339:first-child{border-top:1px solid var(--color-border)}._faqQuestion_3lo7g_1346{width:100%;color:var(--color-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:26px 8px;font-size:1rem;font-weight:600;transition:color .2s;display:flex}._faqQuestion_3lo7g_1346:hover{color:var(--color-accent)}._faqToggle_3lo7g_1365{width:34px;height:34px;color:var(--color-primary);background:#1a1ee012;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:400;line-height:1;transition:transform .28s cubic-bezier(.34,1.56,.64,1),background .2s,color .2s;display:flex}._faqOpen_3lo7g_1381 ._faqToggle_3lo7g_1365{background:var(--color-accent);color:#fff}._faqAnswer_3lo7g_1386{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}._faqOpen_3lo7g_1381 ._faqAnswer_3lo7g_1386{max-height:400px}._faqAnswerText_3lo7g_1394{color:var(--color-text-muted);margin:0;padding:0 8px 28px;font-size:.95rem;line-height:1.82}._faqFinalMessage_3lo7g_1402{border-left:3px solid var(--color-accent);color:#1f2763;letter-spacing:.002em;background:0 0;margin:28px 0 0;padding:18px 0 6px 20px;font-size:1.08rem;font-style:italic;font-weight:600;line-height:1.72;box-shadow:0 14px 28px -16px #1a1ee059}@media (width<=640px){._faqQuestion_3lo7g_1346{padding:22px 4px;font-size:.94rem}._faqFinalMessage_3lo7g_1402{margin-top:22px;padding-left:14px;font-size:.96rem;line-height:1.62}}._ctaSection_3lo7g_1424{text-align:center;background:#c43058;padding:120px 24px;position:relative;overflow:hidden}._ctaOrb1_3lo7g_1432{pointer-events:none;background:radial-gradient(circle,#ffffff24 0%,#0000 65%);border-radius:50%;width:600px;height:600px;animation:16s ease-in-out infinite _orbFloat1_3lo7g_1;position:absolute;top:120px;right:-100px}._ctaOrb2_3lo7g_1444{pointer-events:none;background:radial-gradient(circle,#0000001f 0%,#0000 65%);border-radius:50%;width:500px;height:500px;animation:19s ease-in-out infinite _orbFloat2_3lo7g_1;position:absolute;bottom:-180px;left:-80px}._ctaInner_3lo7g_1456{z-index:1;flex-direction:column;align-items:center;gap:20px;max-width:620px;margin:0 auto;display:flex;position:relative}._ctaUrgency_3lo7g_1467{color:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff21;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:7px;padding:7px 18px;font-size:.82rem;font-weight:600;display:inline-flex}._ctaUrgencyDot_3lo7g_1482{background:#fff;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.5s ease-in-out infinite _dotPulse_3lo7g_1}._ctaTitle_3lo7g_1491{color:#fff;letter-spacing:-.025em;margin:0;font-size:clamp(1.9rem,3.8vw,2.8rem);font-weight:800;line-height:1.12}._ctaSub_3lo7g_1500{color:#fffc;margin:0;font-size:1.05rem;line-height:1.72}._ctaBtn_3lo7g_1507{background:#fff;border-radius:18px;align-items:center;gap:8px;margin-top:8px;padding:18px 52px;font-size:1.05rem;font-weight:800;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;box-shadow:0 10px 28px #00000038;color:var(--color-accent)!important;display:inline-flex!important}._ctaBtn_3lo7g_1507:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 18px 40px #0000004d}._ctaBtn_3lo7g_1507 svg{transition:transform .2s}._ctaBtn_3lo7g_1507:hover svg{transform:translate(3px)}@media (width<=640px){._ctaSection_3lo7g_1424{padding:80px 20px}._ctaTitle_3lo7g_1491{font-size:1.65rem}._ctaBtn_3lo7g_1507{padding:16px 36px;font-size:.97rem}}._mockupOuter_3lo7g_1544{border-radius:18px;align-self:center;width:100%;max-width:1060px;margin:0 auto 48px;position:relative;overflow:hidden;box-shadow:0 52px 110px #12195a4d,0 18px 44px #00000029,0 0 0 1px #1a1ee01f}._mockupBar_3lo7g_1558{background:#e4e4e4;border-bottom:1px solid #ccc;align-items:center;gap:10px;height:40px;padding:0 16px;display:flex}._mockupDots_3lo7g_1568{gap:6px;display:flex}._dotRed_3lo7g_1569{background:#ff5f57;border-radius:50%;width:12px;height:12px}._dotYellow_3lo7g_1570{background:#ffbd2e;border-radius:50%;width:12px;height:12px}._dotGreen_3lo7g_1571{background:#28c840;border-radius:50%;width:12px;height:12px}._mockupUrl_3lo7g_1573{color:#555;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #d0d0d0;border-radius:6px;flex:1;max-width:380px;margin:0 auto;padding:4px 14px;font-family:monospace;font-size:.77rem;overflow:hidden}._mockupViewport_3lo7g_1590{background:#f4f6ff;height:640px;position:relative;overflow:hidden}._mockupGradient_3lo7g_1597{pointer-events:none;background:linear-gradient(#0000,#f0f3ff);height:120px;position:absolute;bottom:0;left:0;right:0}._mockupApp_3lo7g_1607{width:100%;height:100%;display:flex}._mockupContent_3lo7g_1613{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}._mMockMobileBar_3lo7g_1622,._mMockOverlay_3lo7g_1623{display:none}._previewCta_3lo7g_1628{background:#fff;border:1px solid #e2e5f1;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1060px;padding:28px 40px;display:flex;box-shadow:0 12px 44px #1a1ee014}._previewCtaText_3lo7g_1643{flex-direction:column;gap:4px;display:flex}._previewCtaText_3lo7g_1643 strong{color:#1a1a2e;font-size:1.05rem;font-weight:700}._previewCtaText_3lo7g_1643 span{color:#6b7280;font-size:.92rem}._mSidebar_3lo7g_1650{background:linear-gradient(175deg,#12195a 0%,#1a237e 55%,#283593 100%);flex-direction:column;flex-shrink:0;justify-content:space-between;width:220px;height:100%;display:flex;overflow:hidden;box-shadow:6px 0 32px #12195a47}._mSidebarTop_3lo7g_1662{flex-direction:column;flex:1;min-height:0;padding:0 8px 8px;display:flex;overflow:hidden auto}._mBrandRow_3lo7g_1672{justify-content:center;padding:20px 8px 16px;display:flex}._mLogoIsland_3lo7g_1674{background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:7px 14px;display:inline-flex;box-shadow:0 4px 20px #00000059}._mUserBlock_3lo7g_1684{background:#ffffff12;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;align-items:center;gap:4px;margin:0 4px 10px;padding:14px 10px;display:flex}._mAvatar_3lo7g_1696{color:#fff;background:linear-gradient(135deg,#e8436a,#ff6b8e);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;font-size:1.3rem;font-weight:800;display:flex;box-shadow:0 6px 16px #e8436a66}._mUserName_3lo7g_1711,._mUserEmail_3lo7g_1712{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}._mUserName_3lo7g_1711{color:#fff;font-size:.87rem;font-weight:700}._mUserEmail_3lo7g_1712{color:#ffffff80;font-size:.7rem}._mBadgeGreen_3lo7g_1723{text-transform:uppercase;color:#065f46;background:#d1fae5;border-radius:999px;align-items:center;margin-top:5px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}._mEditProfileBtn_3lo7g_1736{color:#ffffffb3;cursor:pointer;background:#ffffff17;border:1px solid #ffffff29;border-radius:20px;margin-top:8px;padding:5px 14px;font-size:.72rem;font-weight:600;transition:background .15s,color .15s}._mEditProfileBtn_3lo7g_1736:hover{color:#fff;background:#ffffff2b}._mSideNav_3lo7g_1754{flex-direction:column;gap:2px;padding-top:6px;display:flex}._mNavSection_3lo7g_1756{text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin:0;padding:14px 12px 5px;font-size:.62rem;font-weight:700}._mNavItem_3lo7g_1766{color:#ffffffa6;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;min-height:42px;padding:9px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}._mNavItem_3lo7g_1766:hover{color:#fff;background:#ffffff1a}._mNavActive_3lo7g_1786{color:#fff;background:#ffffff21;border-color:#ffffff2e;font-weight:700;box-shadow:inset 3px 0 #e8436a}._mNavIcon_3lo7g_1794{stroke:#fff9;flex-shrink:0}._mNavItem_3lo7g_1766:hover ._mNavIcon_3lo7g_1794,._mNavActive_3lo7g_1786 ._mNavIcon_3lo7g_1794{stroke:#fff}._mNavLabel_3lo7g_1797{white-space:nowrap;overflow:hidden}._mSidebarFooter_3lo7g_1799{background:#00000024;border-top:1px solid #ffffff14;flex-direction:column;gap:4px;padding:8px;display:flex}._mCollapseBtn_3lo7g_1808{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}._mCollapseBtn_3lo7g_1808:hover{color:#fff;background:#ffffff14}._mLogoutBtn_3lo7g_1829{color:#e8436ad9;cursor:pointer;background:0 0;border:1px solid #e8436a59;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.875rem;font-weight:600;display:flex}._mLogoutBtn_3lo7g_1829 svg{stroke:#e8436ad9}._mTopbar_3lo7g_1848{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #1a1f8f1a;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px;padding:13px 24px;display:flex;position:sticky;top:0}._mTopbarLeft_3lo7g_1864{flex:1;align-items:center;gap:14px;min-width:0;display:flex}._mTopbarRight_3lo7g_1865{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px;display:flex}._mTopbarIcon_3lo7g_1867{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}._mBreadcrumb_3lo7g_1877{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;margin-bottom:2px;font-size:.72rem;font-weight:600;display:flex}._mBreadSep_3lo7g_1889{opacity:.45}._mPageTitle_3lo7g_1891{color:#1a1ee0;margin:0;font-size:1.05rem;font-weight:800;line-height:1.1}._mCountChip_3lo7g_1899{color:#1a1ee0;white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700}._mScreen_3lo7g_1912{background:#f4f6ff;flex-direction:column;height:100%;display:flex;overflow:hidden}._mInner_3lo7g_1920{flex-direction:column;gap:20px;padding:20px 24px 40px;display:flex;overflow:auto}._mInfoGrid_3lo7g_1928{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}._mInfoCard_3lo7g_1934{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #1a1f8f1a;border-top:3px solid #cfd7ff;border-radius:8px;flex-direction:column;gap:8px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #1a1ee012}._mInfoLabel_3lo7g_1946{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-size:.72rem;font-weight:700}._mInfoValue_3lo7g_1954{color:#1a1a2e;font-size:.88rem;font-weight:600}._mSection_3lo7g_1956{flex-direction:column;gap:14px;display:flex}._mSectionHeader_3lo7g_1958{border-bottom:1px solid #1a1f8f14;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}._mSectionTitle_3lo7g_1966{color:#1a1ee0;margin:0;font-size:1rem;font-weight:800}._mSectionLink_3lo7g_1967{color:#1a1ee0;opacity:.8;font-size:.82rem}._mGroupsGrid_3lo7g_1969{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}._mGroupCard_3lo7g_1971{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #1a1f8f1a;border-radius:8px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 1px 3px #1a1ee012}._mGroupAvatarRow_3lo7g_1982{align-items:center;gap:12px;display:flex}._mGroupAvatar_3lo7g_1982{object-fit:cover;border-radius:12px;flex-shrink:0;width:48px;height:48px;box-shadow:0 2px 8px #0000001f}._mGroupAvatarLg_3lo7g_1997{object-fit:cover;border-radius:14px;flex-shrink:0;width:56px;height:56px;box-shadow:0 2px 8px #0000001f}._mGroupMeta_3lo7g_2006{flex-direction:column;gap:4px;display:flex}._mGroupCountry_3lo7g_2007{color:#1a1a2e;font-size:.95rem;font-weight:800}._mGroupObj_3lo7g_2008{color:#6b7280;font-size:.82rem}._mCapacity_3lo7g_2010{flex-direction:column;gap:6px;display:flex}._mCapBar_3lo7g_2012{background:#e4eaf4;border-radius:999px;height:6px;overflow:hidden}._mCapFill_3lo7g_2019{background:#1a1ee0;border-radius:999px;height:100%}._mCapFull_3lo7g_2020{background:#dc2626}._mCapText_3lo7g_2022{color:#6b7280;justify-content:space-between;font-size:.78rem;display:flex}._mCapCount_3lo7g_2023{color:#1a1a2e;font-weight:600}._mCommCard_3lo7g_2025{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #1a1f8f1a;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 1px 3px #1a1ee012}._mCommBody_3lo7g_2035{flex-direction:column;flex:1;gap:6px;display:flex}._mCommTitle_3lo7g_2036{color:#1a1a2e;margin:0;font-size:1rem;font-weight:800}._mCommDesc_3lo7g_2037{color:#6b7280;margin:0;font-size:.84rem;line-height:1.5}._mGroupsBigGrid_3lo7g_2039{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}._mGroupBigCard_3lo7g_2041{background:#fff;border:1px solid #e4eaf4;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 1px 3px #1a1f8f14}._mCommBigGrid_3lo7g_2052{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}._mCommBigCard_3lo7g_2054{background:#fff;border:1px solid #dce2f7;border-radius:16px;flex-direction:column;gap:10px;padding:16px;display:flex;box-shadow:0 1px 3px #19216012}._mCardAvatarImg_3lo7g_2065{object-fit:cover;border-radius:12px;flex-shrink:0;width:48px;height:48px;box-shadow:0 2px 8px #0000001f}._mCardHead_3lo7g_2074{align-items:flex-start;gap:10px;display:flex}._mCardAvatar_3lo7g_2065{background:#1a1ee00f;border:1px solid #1a1ee01a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}._mCardIdentity_3lo7g_2089{flex-direction:column;gap:3px;display:flex}._mCardName_3lo7g_2091{color:#1f2763;margin:0;font-size:1rem;font-weight:700}._mCardSlug_3lo7g_2093{color:#59618f;background:#f2f5ff;border:1px solid #dde4ff;border-radius:8px;padding:1px 6px;font-size:.72rem;display:inline-block}._mCardDesc_3lo7g_2103{color:#5e668f;margin:0;font-size:.86rem;line-height:1.45}._mCardMeta_3lo7g_2105{color:#3f4770;flex-wrap:wrap;gap:12px;font-size:.8rem;display:flex}._mCardMeta_3lo7g_2105 strong{color:#2a3368}._mBtnPrimary_3lo7g_2108{color:#fff;cursor:pointer;background:#1a1ee0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:.88rem;font-weight:700;display:inline-flex}._mBtnOutline_3lo7g_2122{color:#1a1ee0;cursor:default;background:0 0;border:1.5px solid #1a1ee04d;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:.88rem;font-weight:600;display:inline-flex}._mBtnDisabled_3lo7g_2136{color:#6b7280;background:#e4eaf4}._mForumShell_3lo7g_2141{background:#f0f2fa;flex-direction:column;height:100%;display:flex;overflow:hidden}._mCommHeader_3lo7g_2149{background:linear-gradient(135deg,#1a237e 0%,#283593 45%,#3949ab 100%);flex-shrink:0;padding:14px 24px;box-shadow:0 3px 14px #1a237e66}._mCommHeaderInner_3lo7g_2156{justify-content:space-between;align-items:center;gap:16px;display:flex}._mCommHeaderInfo_3lo7g_2157{align-items:center;gap:12px;display:flex}._mCommAvatar_3lo7g_2159{background:#ffffff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;display:flex}._mCommName_3lo7g_2171{color:#fff;margin:0;font-size:1.1rem;font-weight:800}._mCommSubDesc_3lo7g_2172{color:#ffffff9e;margin:2px 0 0;font-size:.78rem}._mBackBtn_3lo7g_2174{color:#ffffffd9;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:600}._mForumLayout_3lo7g_2186{flex:1;grid-template-columns:216px 1fr;gap:10px;min-height:0;padding:10px 14px;display:grid;overflow:hidden}._mForumSidebar_3lo7g_2196{flex-direction:column;gap:10px;display:flex;overflow:hidden}._mSidebarCard_3lo7g_2198{background:#fff;border:1px solid #e3e8f8;border-radius:14px;flex-shrink:0;padding:14px;box-shadow:0 2px 10px #1e28780f}._mSidebarCardTitle_3lo7g_2207{text-transform:uppercase;letter-spacing:.09em;color:#9199c8;margin:0 0 10px;font-size:.68rem;font-weight:800}._mCommInfoDesc_3lo7g_2216{color:#4b5380;margin:0 0 10px;font-size:.82rem;line-height:1.5}._mCommStats_3lo7g_2218{gap:6px;display:grid}._mStatItem_3lo7g_2220{color:#4b5380;align-items:center;gap:7px;font-size:.82rem;display:flex}._mStatItem_3lo7g_2220 strong{color:#1a237e}._mForumNav_3lo7g_2223{gap:4px;display:grid}._mForumNavItem_3lo7g_2225{cursor:default;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:9px;width:100%;padding:8px;display:flex}._mForumNavItemActive_3lo7g_2238{background:#eef1ff;border-color:#b0bcff}._mForumNavText_3lo7g_2240{gap:1px;min-width:0;display:grid}._mForumNavText_3lo7g_2240 strong{color:#1e2869;font-size:.83rem}._mForumNavText_3lo7g_2240 span{color:#6b728e;font-size:.72rem}._mChatArea_3lo7g_2244{flex-direction:column;min-width:0;min-height:0;display:flex}._mChatBox_3lo7g_2246{background:#fff;border:1px solid #e3e8f8;border-radius:16px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 4px 20px #1e287814}._mChatHeader_3lo7g_2258{border-bottom:1px solid #eef0fb;flex-shrink:0;align-items:center;gap:10px;padding:11px 16px;display:flex}._mChatHeaderText_3lo7g_2267{flex:1;display:grid}._mChatForumName_3lo7g_2268{color:#1a237e;font-size:.93rem;font-weight:700;display:block}._mChatForumDesc_3lo7g_2269{color:#7b83aa;font-size:.74rem;display:block}._mMessageList_3lo7g_2271{flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px 14px;display:flex;overflow:hidden}._mMessageWrapper_3lo7g_2281{align-self:flex-start;align-items:flex-end;gap:7px;max-width:78%;display:flex}._mMessageWrapperOwn_3lo7g_2289{flex-direction:row-reverse;align-self:flex-end}._mMsgAvatar_3lo7g_2291{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:flex}._mMsgBubble_3lo7g_2304{background:#f0f2fa;border-radius:16px 16px 16px 4px;gap:4px;min-width:70px;padding:8px 11px;display:grid}._mMsgBubbleOwn_3lo7g_2313{background:#e8eeff;border-radius:16px 16px 4px}._mBubbleAuthor_3lo7g_2315{color:#3949ab;font-size:.73rem;font-weight:800;display:block}._mBubbleText_3lo7g_2316{color:#1f2860;margin:0;font-size:.88rem;line-height:1.5}._mBubbleMeta_3lo7g_2317{justify-content:flex-end;display:flex}._mBubbleTime_3lo7g_2318{color:#9099be;font-size:.67rem}._mInputArea_3lo7g_2320{background:#fff;border-top:1px solid #eef0fb;flex-shrink:0;padding:10px 12px}._mInputRow_3lo7g_2327{align-items:center;gap:8px;display:flex}._mInputTextarea_3lo7g_2329{color:#8d9ab4;background:#f8f9ff;border:1.5px solid #d8dff8;border-radius:20px;flex:1;padding:9px 14px;font-size:.88rem}._mSendBtn_3lo7g_2339{color:#fff;cursor:default;background:#3949ab;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}@media (width<=1000px){._mSidebar_3lo7g_1650{width:200px}._mForumLayout_3lo7g_2186{grid-template-columns:200px 1fr}._mGroupsBigGrid_3lo7g_2039{grid-template-columns:repeat(2,1fr)}}@media (width<=840px){._mSidebar_3lo7g_1650{width:60px}._mSidebar_3lo7g_1650 ._mUserBlock_3lo7g_1684,._mSidebar_3lo7g_1650 ._mNavLabel_3lo7g_1797,._mSidebar_3lo7g_1650 ._mNavSection_3lo7g_1756,._mSidebar_3lo7g_1650 ._mCollapseBtn_3lo7g_1808 span,._mSidebar_3lo7g_1650 ._mLogoutBtn_3lo7g_1829 span{display:none}._mSidebar_3lo7g_1650 ._mNavItem_3lo7g_1766,._mSidebar_3lo7g_1650 ._mCollapseBtn_3lo7g_1808{justify-content:center;gap:0;padding:10px}._mSidebar_3lo7g_1650 ._mLogoutBtn_3lo7g_1829{border-color:#0000;justify-content:center;gap:0;padding:9px}._mSidebar_3lo7g_1650 ._mBrandRow_3lo7g_1672{padding:14px 4px}._mForumLayout_3lo7g_2186{grid-template-columns:180px 1fr}._mGroupsGrid_3lo7g_1969{grid-template-columns:repeat(2,1fr)}._mInfoGrid_3lo7g_1928{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){._mockupOuter_3lo7g_1544{border-radius:16px;margin-bottom:32px}._mockupBar_3lo7g_1558{gap:8px;padding:0 10px}._mockupDots_3lo7g_1568{display:none}._mockupUrl_3lo7g_1573{width:100%;max-width:none;padding:4px 10px;font-size:.7rem}._mMockMobileBar_3lo7g_1622{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:34;background:#fffffff0;border-bottom:1px solid #1a1ee01a;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex;position:absolute;top:0;left:0;right:0;box-shadow:0 2px 16px #1a1ee014}._mMockHamburger_3lo7g_2399{color:#1a1ee0;cursor:pointer;background:0 0;border:1px solid #1a1ee024;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}._mMockHamburger_3lo7g_2399 svg{stroke:#1a1ee0}._mMockMobileLogo_3lo7g_2412{line-height:0}._mMockMobileSpacer_3lo7g_2413{width:40px;height:40px}._mMockOverlay_3lo7g_1623{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:33;background:#0a0c328c;transition:opacity .22s;display:block;position:absolute;inset:56px 0 0}._mMockOverlayVisible_3lo7g_2426{opacity:1;pointer-events:auto}._mockupApp_3lo7g_1607{padding-top:56px}._mSidebar_3lo7g_1650{z-index:35;width:min(86vw,304px);height:auto;transition:transform .22s;display:flex;position:absolute;top:56px;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 48px #12185a59}._mSidebarMobileOpen_3lo7g_2444{transform:translate(0)}._mSidebar_3lo7g_1650 ._mUserBlock_3lo7g_1684,._mSidebar_3lo7g_1650 ._mNavLabel_3lo7g_1797,._mSidebar_3lo7g_1650 ._mNavSection_3lo7g_1756,._mSidebar_3lo7g_1650 ._mCollapseBtn_3lo7g_1808 span,._mSidebar_3lo7g_1650 ._mLogoutBtn_3lo7g_1829 span{display:initial}._mSidebar_3lo7g_1650 ._mUserBlock_3lo7g_1684{display:flex}._mSidebar_3lo7g_1650 ._mNavSection_3lo7g_1756{display:block}._mSidebar_3lo7g_1650 ._mNavItem_3lo7g_1766{justify-content:flex-start;gap:10px;padding:9px 12px}._mSidebar_3lo7g_1650 ._mCollapseBtn_3lo7g_1808{display:none}._mSidebar_3lo7g_1650 ._mLogoutBtn_3lo7g_1829{border-color:#e8436a59;justify-content:flex-start;gap:10px;padding:9px 12px}._mSidebar_3lo7g_1650 ._mBrandRow_3lo7g_1672{padding:20px 8px 16px}._mForumSidebar_3lo7g_2196{display:none}._mForumLayout_3lo7g_2186{grid-template-columns:1fr;padding:8px 10px}._mockupViewport_3lo7g_1590{height:560px}._mGroupsBigGrid_3lo7g_2039,._mCommBigGrid_3lo7g_2052,._mGroupsGrid_3lo7g_1969,._mInfoGrid_3lo7g_1928{grid-template-columns:1fr}._mTopbar_3lo7g_1848{align-items:flex-start;gap:8px;padding:10px 12px}._mTopbarLeft_3lo7g_1864{width:100%}._mTopbarRight_3lo7g_1865{flex-wrap:wrap;gap:8px;width:100%}._mPageTitle_3lo7g_1891{font-size:.95rem}._mCountChip_3lo7g_1899{padding:4px 10px;font-size:.72rem}._mInner_3lo7g_1920{gap:12px;padding:12px 12px 18px}._mInfoCard_3lo7g_1934,._mGroupCard_3lo7g_1971,._mGroupBigCard_3lo7g_2041,._mCommBigCard_3lo7g_2054{padding:16px}._mCommHeader_3lo7g_2149{padding:12px 14px}._mCommHeaderInner_3lo7g_2156{flex-wrap:wrap}._mBackBtn_3lo7g_2174{justify-content:center;width:100%}._mBreadcrumb_3lo7g_1877{display:none}._previewCta_3lo7g_1628{flex-direction:column;align-items:stretch;padding:20px}._previewCta_3lo7g_1628 ._btn_3lo7g_334{justify-content:center;width:100%}}@media (width<=480px){._mockupViewport_3lo7g_1590{height:500px}._mTopbar_3lo7g_1848{padding:10px}._mTopbarRight_3lo7g_1865{display:none}._mInfoGrid_3lo7g_1928{grid-template-columns:1fr}}@media (width<=360px){._mockupViewport_3lo7g_1590{height:460px}._mInfoGrid_3lo7g_1928{grid-template-columns:1fr}}._page_x6syr_1{background:#f0f3ff;flex-direction:column;min-height:100vh;display:flex}._hero_x6syr_8{text-align:center;background:linear-gradient(145deg,#080b5c 0%,#0f13a0 40%,#1a1ee0 100%);padding:120px 24px 72px}._heroEyebrow_x6syr_14{letter-spacing:.12em;text-transform:uppercase;color:#fff9;margin-bottom:16px;font-size:.78rem;font-weight:700;display:inline-block}._heroTitle_x6syr_24{color:#fff;margin:0 0 12px;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.15}._heroSub_x6syr_32{color:#fff9;margin:0;font-size:.95rem}._body_x6syr_38{flex:1;width:100%;max-width:800px;margin:0 auto;padding:64px 24px 96px}._section_x6syr_46{background:#fff;border:1px solid #1318b014;border-radius:20px;flex-direction:column;gap:40px;padding:48px 52px;display:flex;box-shadow:0 2px 16px #1318b00d}._block_x6syr_57{flex-direction:column;gap:12px;display:flex}._blockTitle_x6syr_63{color:#1318b0;align-items:center;gap:8px;margin:0;font-size:1.05rem;font-weight:800;display:flex}._blockTitle_x6syr_63:before{content:"";background:linear-gradient(#1318b0,#4f46e5);border-radius:2px;flex-shrink:0;width:4px;height:18px;display:inline-block}._blockText_x6syr_83{color:#4b5563;margin:0;font-size:.93rem;line-height:1.8}._blockList_x6syr_90{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}._blockList_x6syr_90 li{color:#4b5563;padding-left:20px;font-size:.93rem;line-height:1.7;position:relative}._blockList_x6syr_90 li:before{content:"→";color:#1318b0;font-size:.8rem;font-weight:700;position:absolute;top:2px;left:0}._divider_x6syr_117{background:#1318b014;height:1px;margin:0}._updated_x6syr_123{color:#9ca3af;text-align:center;margin-top:32px;font-size:.8rem}._contactBox_x6syr_130{background:#f5f7ff;border:1px solid #1318b01a;border-radius:14px;flex-direction:column;gap:6px;padding:24px 28px;display:flex}._contactBox_x6syr_130 strong{color:#1318b0;font-size:.93rem;font-weight:800}._contactBox_x6syr_130 a{color:#1318b0;font-size:.9rem;font-weight:600;text-decoration:none}._contactBox_x6syr_130 a:hover{text-decoration:underline}@media (width<=640px){._section_x6syr_46{padding:32px 24px}._hero_x6syr_8{padding:100px 20px 56px}}._overlay_1h5vu_1{z-index:9999;opacity:1;background:#fff;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}._fadeOut_1h5vu_13{opacity:0;pointer-events:none}._video_1h5vu_18{object-fit:contain;width:min(340px,80vw);height:auto}._container_lap9v_1{align-items:center;display:flex;position:relative}._container_lap9v_1 input{width:100%;padding-right:40px}._toggle_lap9v_12{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:12px}._toggle_lap9v_12:hover:not(:disabled){color:#1a1ee0}._toggle_lap9v_12:disabled{cursor:not-allowed;opacity:.5}._toggle_lap9v_12:focus{outline-offset:2px;border-radius:4px;outline:2px solid #1a1ee0}._page_1a5ge_1{grid-template-columns:1fr 1fr;height:100dvh;display:grid;overflow:hidden}@media (width<=768px){._page_1a5ge_1{grid-template-columns:1fr}._visual_1a5ge_14{display:none}}._panel_1a5ge_20{background:var(--color-white);flex-direction:column;justify-content:center;align-items:center;min-height:0;padding:32px 24px;display:flex;overflow:hidden}@media (width<=480px){._panel_1a5ge_20{padding:20px 16px}}._panelInner_1a5ge_35{background:linear-gradient(#f8fafff7 0%,#fffffffc 100%);border:1px solid #1a1ee017;border-radius:28px;flex-direction:column;width:100%;max-width:460px;min-height:0;max-height:100%;padding:32px 28px 24px;display:flex;box-shadow:0 20px 60px #1a1ee017,0 2px 8px #1a1ee00d}@media (width<=768px){._panelInner_1a5ge_35{border-radius:22px;max-width:100%;padding:24px 18px 18px}}._logoLink_1a5ge_58{align-self:center;margin-bottom:28px;display:block}._header_1a5ge_64{text-align:center;align-self:center;max-width:380px;margin-bottom:24px}._header_1a5ge_64 h1{color:var(--color-primary);letter-spacing:-.02em;margin-bottom:8px;font-size:1.75rem;font-weight:800}._header_1a5ge_64 p{color:var(--color-text-muted);font-size:.91rem;line-height:1.65}._formScroll_1a5ge_85{overscroll-behavior:contain;flex:1;min-height:0;margin-right:-8px;padding-right:8px;overflow:visible auto}._formScroll_1a5ge_85::-webkit-scrollbar{width:8px}._formScroll_1a5ge_85::-webkit-scrollbar-thumb{background:#1a1ee029;border-radius:999px}._form_1a5ge_85{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}._alertError_1a5ge_112{color:var(--color-error);border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;padding:12px 16px;font-size:.88rem}._alertInfo_1a5ge_121{color:var(--color-primary);border-radius:var(--radius-md);background:#eef1ff;border:1px solid #c7cffe;padding:12px 16px;font-size:.88rem}._submitBtn_1a5ge_130{width:100%;margin-top:4px}._switchLink_1a5ge_135{color:var(--color-text-muted);text-align:center;margin-top:24px;font-size:.88rem}._switchLink_1a5ge_135 a{color:var(--color-accent);font-weight:600}._switchLink_1a5ge_135 a:hover{text-decoration:underline}._select_1a5ge_151{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;font-size:.95rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);appearance:none;cursor:pointer;transition:border-color var(--transition), box-shadow var(--transition);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding:12px 16px}._select_1a5ge_151:focus{border-color:var(--color-primary);box-shadow:var(--focus-ring);outline:none}._visual_1a5ge_14{background:linear-gradient(135deg,#1a1ee0 0%,#1318b0 45%,#0d1080 75%,#e8436a 150%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._pageRegister_1a5ge_185 ._visual_1a5ge_14{order:-1}._visualOverlay_1a5ge_189{background:radial-gradient(70% 50% at 50% 0,#e8436a47 0%,#0000 65%),radial-gradient(50% 40% at 100% 100%,#1a1ee073 0%,#0000 65%);position:absolute;inset:0}._visual_1a5ge_14:before,._visual_1a5ge_14:after{content:"";pointer-events:none;border-radius:50%;position:absolute}._visual_1a5ge_14:before{background:radial-gradient(circle,#e8436a2e 0%,#0000 65%);border:1px solid #e8436a1f;width:420px;height:420px;bottom:-100px;right:-100px}._visual_1a5ge_14:after{background:radial-gradient(circle,#ffffff0f 0%,#0000 65%);border:1px solid #ffffff0f;width:280px;height:280px;top:-70px;left:-70px}._visualContent_1a5ge_224{z-index:1;flex-direction:column;align-items:flex-start;gap:36px;padding:48px;display:flex;position:relative}._visualLogoIsland_1a5ge_239{background:#fff;border-radius:16px;justify-content:center;align-items:center;padding:14px 30px;display:inline-flex;box-shadow:0 16px 48px #0006,0 4px 16px #00000040,0 0 0 1px #ffffff0f}._visualContent_1a5ge_224 blockquote{color:#ffffffeb;border-left:3px solid var(--color-accent);padding-left:20px;font-size:1.25rem;font-style:italic;font-weight:700;line-height:1.55}._row2_1a5ge_263{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=480px){._row2_1a5ge_263{grid-template-columns:1fr}}._phoneRow_1a5ge_273{grid-template-columns:minmax(156px,40%) minmax(0,1fr);align-items:stretch;gap:12px;width:100%;min-width:0;display:grid}._phoneCountryField_1a5ge_282{min-width:0;position:relative}._phoneCountryField_1a5ge_282:after{content:"";pointer-events:none;z-index:1;border-bottom:2px solid #1a1ee080;border-right:2px solid #1a1ee080;width:9px;height:9px;position:absolute;top:50%;right:16px;transform:translateY(-65%)rotate(45deg)}._phoneCountryDisplay_1a5ge_301{border:1.5px solid var(--color-border);border-radius:var(--radius-md);min-width:0;min-height:100%;transition:border-color var(--transition), box-shadow var(--transition);background:linear-gradient(#fffffffa 0%,#f7f9fffa 100%);grid-template-columns:auto auto;align-items:center;gap:10px;padding:12px 42px 12px 14px;display:grid}._phoneCountryField_1a5ge_282:focus-within ._phoneCountryDisplay_1a5ge_301{border-color:var(--color-primary);box-shadow:var(--focus-ring)}._phoneCountryFlag_1a5ge_320{object-fit:cover;border-radius:2px;flex-shrink:0;width:22px;height:15px;display:block}._phoneCountryDdi_1a5ge_329{color:var(--color-primary);white-space:nowrap;font-size:.92rem;font-weight:700}._phoneCountrySelect_1a5ge_336{opacity:0;cursor:pointer;appearance:none;border:none;width:100%;height:100%;position:absolute;inset:0}._phoneNumberField_1a5ge_348{min-width:0}._phoneInputWrap_1a5ge_352{background:var(--color-white);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;min-width:0;transition:border-color var(--transition), box-shadow var(--transition);align-items:center;display:flex;overflow:hidden}._phoneInputWrap_1a5ge_352:focus-within{border-color:var(--color-primary);box-shadow:var(--focus-ring)}._phoneInput_1a5ge_352{width:100%;min-width:0;font-size:.95rem;font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);border:none;border-radius:0;flex:1;padding:12px 16px}._phoneInput_1a5ge_352:focus{outline:none}._phoneRowError_1a5ge_386 ._phoneCountryDisplay_1a5ge_301,._phoneRowError_1a5ge_386 ._phoneInputWrap_1a5ge_352,._phoneInput_1a5ge_352._error_1a5ge_388,._phoneCountrySelect_1a5ge_336._error_1a5ge_388{border-color:var(--color-error)}._fieldHint_1a5ge_393{color:var(--color-text-muted);margin-top:4px;font-size:.76rem;display:block}@media (width<=640px){._phoneRow_1a5ge_273{grid-template-columns:1fr}._phoneCountryDisplay_1a5ge_301,._phoneInputWrap_1a5ge_352{min-height:48px}}._choiceGrid_1a5ge_411{border-radius:var(--radius-md);background:#ffffffd9;border:1px solid #1a1ee01a;flex-wrap:wrap;gap:8px;padding:10px;display:flex}._choiceChip_1a5ge_421{border-radius:var(--radius-sm);color:var(--color-text);border:1px solid #1a1ee01a;align-items:center;gap:6px;padding:7px 10px;font-size:.86rem;font-weight:600;display:inline-flex}._choiceChip_1a5ge_421 input{margin:0}._avatarUpload_1a5ge_438{flex-direction:column;align-items:center;gap:12px;display:flex}._avatarPreview_1a5ge_445{cursor:pointer;background:linear-gradient(135deg,#1a1ee012,#e8436a0d);border:2.5px dashed #1318b040;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;transition:border-color .18s,transform .18s;display:flex;position:relative;overflow:hidden}._avatarPreview_1a5ge_445:hover{border-color:#1318b0;transform:scale(1.03)}._avatarPreviewError_1a5ge_466{border-color:#dc2626}._avatarPreviewImg_1a5ge_470{object-fit:cover;width:100%;height:100%;display:block}._avatarPlaceholder_1a5ge_477{color:#9ca3af;pointer-events:none;flex-direction:column;align-items:center;gap:6px;display:flex}._avatarPlaceholder_1a5ge_477 svg{color:#1318b0;opacity:.5}._avatarPlaceholder_1a5ge_477 span{text-align:center;font-size:.72rem;font-weight:600;line-height:1.3}._avatarOverlay_1a5ge_498{opacity:0;color:#fff;background:#1318b08c;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:opacity .18s;display:flex;position:absolute;inset:0}._avatarPreview_1a5ge_445:hover ._avatarOverlay_1a5ge_498{opacity:1}._avatarHint_1a5ge_516{color:#9ca3af;text-align:center;font-size:.78rem;line-height:1.4}._termsSection_1a5ge_524{background:#1a1ee00a;border:1.5px solid #1a1ee01f;border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex}._termsLabel_1a5ge_534{color:var(--color-text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:12px;font-size:.87rem;line-height:1.6;display:flex}._termsLabelError_1a5ge_545{color:#dc2626}._termsText_1a5ge_549{display:block}._termsCheckbox_1a5ge_553{accent-color:#1318b0;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:1px}._termsLink_1a5ge_562{color:#1318b0;border-bottom:2px solid #1318b0;font-weight:600;text-decoration:none;transition:all .2s}._termsLink_1a5ge_562:hover{color:#0e139a;border-bottom-color:#0e139a}._termsLink_1a5ge_562:focus{outline-offset:2px;outline:2px solid #1318b0}._termsCheck_1a5ge_553{flex-direction:column;gap:6px;display:flex}._geoContainer_1sxgr_3{background:linear-gradient(135deg,#f5f7ff 0%,#fafbff 100%);border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex}._title_1sxgr_13{color:#1a1eee;font-size:18px;font-weight:600}._description_1sxgr_19{color:#6b7280;margin:0;font-size:14px}._selectorsGrid_1sxgr_27{grid-template-columns:1fr 1fr 1fr;gap:16px;margin:8px 0;display:grid}@media (width<=900px){._selectorsGrid_1sxgr_27{grid-template-columns:1fr 1fr}}@media (width<=600px){._selectorsGrid_1sxgr_27{grid-template-columns:1fr}}._selectorWrapper_1sxgr_48{flex-direction:column;gap:6px;display:flex}._label_1sxgr_54{color:#374151;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}._hint_1sxgr_62{color:#9ca3af;text-transform:none;font-size:11px;font-weight:400}._selectContainer_1sxgr_71{flex-direction:column;display:flex;position:relative}._selectButton_1sxgr_79{color:#1f2937;cursor:pointer;text-align:left;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:11px 12px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}._selectButton_1sxgr_79:hover:not(._disabled_1sxgr_97){border-color:#1a1eee;box-shadow:0 0 0 3px #1a1eee1a}._selectButton_1sxgr_79:focus{border-color:#1a1eee;outline:none;box-shadow:0 0 0 3px #1a1eee1a}._selectButton_1sxgr_79._disabled_1sxgr_97{opacity:.5;cursor:not-allowed;background:#f9fafb}._selectButton_1sxgr_79._error_1sxgr_114{border-color:#ef4444}._selectButton_1sxgr_79._error_1sxgr_114:hover{box-shadow:0 0 0 3px #ef44441a}._selectButton_1sxgr_79 ._flag_1sxgr_124{border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:18px;display:flex;overflow:hidden}._selectButton_1sxgr_79 ._flag_1sxgr_124 img{object-fit:cover;width:100%;height:100%}._selectButton_1sxgr_79 ._text_1sxgr_141{flex:1;font-weight:500}._selectButton_1sxgr_79 ._code_1sxgr_146{color:#9ca3af;min-width:40px;font-size:12px;font-weight:600}._selectButton_1sxgr_79 ._subtext_1sxgr_153{color:#9ca3af;font-size:12px;font-weight:500}._selectButton_1sxgr_79 ._placeholder_1sxgr_159{color:#9ca3af}._selectButton_1sxgr_79 ._loading_1sxgr_163{color:#9ca3af;font-style:italic}._selectButton_1sxgr_79 ._arrow_1sxgr_168{color:#6b7280;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;transition:transform .2s;display:flex}._selectButton_1sxgr_79 ._arrow_1sxgr_168._open_1sxgr_180{transform:rotate(180deg)}._dropdown_1sxgr_186{z-index:999999;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;flex-direction:column;max-height:400px;margin-top:4px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}._dropdownSearch_1sxgr_203{border-bottom:1px solid #f3f4f6;flex-shrink:0;padding:8px}._dropdownSearch_1sxgr_203 input{border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}._dropdownSearch_1sxgr_203 input:focus{border-color:#1a1eee;outline:none;box-shadow:0 0 0 3px #1a1eee1a}._dropdownList_1sxgr_224{flex-direction:column;flex:1;display:flex;overflow-y:auto}._dropdownItem_1sxgr_231{cursor:pointer;text-align:left;background:#fff;border:none;border-bottom:1px solid #f9fafb;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;font-family:inherit;font-size:14px;transition:background .15s;display:flex}._dropdownItem_1sxgr_231:last-child{border-bottom:none}._dropdownItem_1sxgr_231:hover{background:#f9fafb}._dropdownItem_1sxgr_231._selected_1sxgr_255{color:#1a1eee;background:#f0f4ff}._dropdownItem_1sxgr_231._selected_1sxgr_255 ._name_1sxgr_260{font-weight:600}._dropdownItem_1sxgr_231 ._flag_1sxgr_124{border-radius:2px;justify-content:center;align-items:center;width:24px;height:18px;margin-bottom:4px;display:flex;overflow:hidden}._dropdownItem_1sxgr_231 ._flag_1sxgr_124 img{object-fit:cover;width:100%;height:100%}._dropdownItem_1sxgr_231 ._name_1sxgr_260{color:#1f2937;font-weight:500}._dropdownItem_1sxgr_231 ._subtext_1sxgr_153{color:#9ca3af;font-size:12px}._emptyState_1sxgr_291{text-align:center;color:#9ca3af;padding:20px;font-size:14px}._autocompleteWrapper_1sxgr_300{align-items:center;display:flex;position:relative}._autocompleteInput_1sxgr_306{color:#1f2937;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;width:100%;padding:11px 36px 11px 12px;font-family:inherit;font-size:14px;transition:all .2s}._autocompleteInput_1sxgr_306:hover{border-color:#1a1eee;box-shadow:0 0 0 3px #1a1eee1a}._autocompleteInput_1sxgr_306:focus{border-color:#1a1eee;outline:none;box-shadow:0 0 0 3px #1a1eee1a}._autocompleteInput_1sxgr_306._error_1sxgr_114{border-color:#ef4444}._autocompleteInput_1sxgr_306:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}._loadingSpinner_1sxgr_340{color:#1a1eee;justify-content:center;align-items:center;width:16px;height:16px;font-size:14px;animation:1s linear infinite _spin_1sxgr_1;display:flex;position:absolute;right:12px}@keyframes _spin_1sxgr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorMessage_1sxgr_364{color:#ef4444;margin-top:4px;font-size:12px;display:block}._summary_1sxgr_373{background:#fff;border-left:3px solid #1a1eee;border-radius:4px;flex-direction:column;gap:4px;margin-top:12px;padding:12px;display:flex}._summaryTitle_1sxgr_384{text-transform:uppercase;color:#6b7280;letter-spacing:.5px;font-size:12px;font-weight:600}._summaryText_1sxgr_392{color:#1f2937;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;display:flex}._flagSmall_1sxgr_401{object-fit:cover;border-radius:2px;width:20px;height:15px}._dropdownList_1sxgr_224::-webkit-scrollbar{width:6px}._dropdownList_1sxgr_224::-webkit-scrollbar-track{background:0 0}._dropdownList_1sxgr_224::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._dropdownList_1sxgr_224::-webkit-scrollbar-thumb:hover{background:#9ca3af}._countrySelectWrapper_1sxgr_429{z-index:999998;flex-direction:column;gap:8px;display:flex;position:relative}._countrySelectButton_1sxgr_437{border:1.5px solid var(--color-border);background:var(--color-white);width:100%;color:var(--color-text);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:12px;padding:12px 44px 12px 16px;font-size:.95rem;transition:all .2s;display:flex;position:relative}._countrySelectButton_1sxgr_437:hover:not(:disabled){border-color:#1a1ee04d}._countrySelectButton_1sxgr_437:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a1ee01a}._countrySelectButton_1sxgr_437._error_1sxgr_114{border-color:var(--color-error);background-color:#dc262605}._countrySelectButton_1sxgr_437._disabled_1sxgr_97{opacity:.6;cursor:not-allowed}._countryFlag_1sxgr_475{border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:20px;display:flex;overflow:hidden}._countryFlag_1sxgr_475 img{object-fit:cover;width:100%;height:100%}._countryName_1sxgr_492{flex:1;font-weight:500}._countryCode_1sxgr_497{color:var(--color-text-muted);font-size:.85rem;font-weight:500}._countryPlaceholder_1sxgr_503{color:var(--color-text-muted)}._countryArrow_1sxgr_507{width:18px;height:18px;color:var(--color-text-muted);pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;transition:transform .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}._countryArrow_1sxgr_507._open_1sxgr_180{transform:translateY(-50%)rotate(180deg)}._countryDropdown_1sxgr_528{background:var(--color-white);border:1.5px solid var(--color-border);z-index:999999;border-radius:8px;flex-direction:column;max-height:400px;margin-top:8px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 12px 32px #00000029}._countrySearch_1sxgr_545{border-bottom:1px solid var(--color-border);flex-shrink:0;padding:12px;position:relative}._countrySearchInput_1sxgr_552{border:1px solid var(--color-border);border-radius:6px;width:100%;padding:10px 12px 10px 16px;font-family:inherit;font-size:.9rem;transition:border-color .2s}._countrySearchInput_1sxgr_552:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #1a1ee01a}._countryClearSearch_1sxgr_568{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.2rem;line-height:1;transition:color .2s;position:absolute;top:50%;right:20px;transform:translateY(-50%)}._countryClearSearch_1sxgr_568:hover{color:var(--color-text)}._countryList_1sxgr_587{flex-direction:column;flex:1;display:flex;overflow-y:auto}._countryItem_1sxgr_594{width:100%;color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:background-color .15s;display:flex}._countryItem_1sxgr_594:hover{background-color:#1a1ee00f}._countryItem_1sxgr_594._selected_1sxgr_255{background-color:#1a1ee01f;font-weight:600}._countryItemName_1sxgr_619{flex:1}._countryItemCode_1sxgr_623{color:var(--color-text-muted);font-size:.85rem}._countryNoResults_1sxgr_628{text-align:center;color:var(--color-text-muted);padding:24px 16px;font-size:.9rem}._countryError_1sxgr_635{color:var(--color-error);font-size:.8rem}._countryList_1sxgr_587::-webkit-scrollbar{width:6px}._countryList_1sxgr_587::-webkit-scrollbar-track{background:0 0}._countryList_1sxgr_587::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._countryList_1sxgr_587::-webkit-scrollbar-thumb:hover{background:#9ca3af}._page_11anr_1{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}._card_11anr_10{background:var(--color-surface);border:1px solid var(--color-border);text-align:center;border-radius:12px;width:100%;max-width:440px;padding:48px 40px}._logoLink_11anr_20{margin-bottom:32px;display:inline-block}._body_11anr_25{flex-direction:column;align-items:center;gap:16px;display:flex}._icon_11anr_32{font-size:2.5rem;line-height:1}._body_11anr_25 h1{color:var(--color-text);margin:0;font-size:1.4rem;font-weight:700}._lead_11anr_44{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.6}._page_olbjy_1{max-width:880px;margin:0 auto;padding:40px 24px 80px}._card_olbjy_7{border-radius:var(--radius-lg);background:var(--color-white);box-shadow:var(--shadow-card);border:1px solid #1a1f8f1a;flex-direction:column;gap:18px;padding:28px;display:flex}._header_olbjy_18 h1{color:var(--color-primary);margin-bottom:6px;font-size:1.8rem}._header_olbjy_18 p{color:var(--color-text-muted)}._error_olbjy_28{border-radius:var(--radius-md);color:var(--color-error);background:#fef2f2;border:1px solid #fecaca;padding:12px 16px}._form_olbjy_36{gap:16px;display:grid}._choiceGrid_olbjy_41{border-radius:var(--radius-md);background:#ffffffd1;border:1px solid #1a1f8f1f;flex-wrap:wrap;gap:8px;padding:10px;display:flex}._choiceChip_olbjy_51{border-radius:var(--radius-sm);color:var(--color-text);border:1px solid #1a1f8f1f;align-items:center;gap:6px;padding:7px 10px;font-size:.86rem;font-weight:600;display:inline-flex}._choiceChip_olbjy_51 input{margin:0}._actions_olbjy_67{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._helper_olbjy_75{color:var(--color-text-muted);margin-top:4px;font-size:.8rem;display:block}._loading_olbjy_82{justify-content:center;padding:120px 24px;display:flex}._avatar_ei2x6_1{color:#1d2a85;background:#e8edff;border:1px solid #d2dcff;border-radius:14px;place-items:center;font-weight:800;display:inline-grid;overflow:hidden}._avatar_ei2x6_1 img{object-fit:cover;width:100%;height:100%;display:block}._avatar_ei2x6_1 span{line-height:1}._sm_ei2x6_23{width:36px;height:36px;font-size:.78rem}._md_ei2x6_29{width:42px;height:42px;font-size:.92rem}._lg_ei2x6_35{width:56px;height:56px;font-size:1.08rem}._topbar_13euu_2{z-index:100;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #1a1f8f1a;align-items:center;gap:16px;padding:13px 24px;display:flex;position:sticky;top:0}._topbarLeft_13euu_16{flex:1;align-items:center;gap:14px;min-width:0;display:flex}._topbarIconWrap_13euu_24{color:#fff;background:#1a1f8f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}._topbarBreadcrumb_13euu_36{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;margin-bottom:2px;font-size:.72rem;font-weight:600;display:flex}._breadcrumbSep_13euu_48{opacity:.45}._topbarTitle_13euu_50{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:800;line-height:1.1}._page_13euu_59{flex-direction:column;min-width:0;display:flex}._inner_13euu_65{flex-direction:column;gap:24px;width:100%;max-width:1180px;margin:0 auto;padding:24px 24px 80px;display:flex}@media (width<=600px){._inner_13euu_65{padding:16px 16px 80px}._topbarBreadcrumb_13euu_36{display:none}._topbarTitle_13euu_50{font-size:.95rem}}._alertError_13euu_81{color:var(--color-error);border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;padding:12px 16px;font-size:.88rem}._alertSuccess_13euu_90{color:#15803d;border-radius:var(--radius-md);background:#f0fdf4;border:1px solid #bbf7d0;padding:12px 16px;font-size:.88rem}._infoGrid_13euu_100{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;display:grid}._infoCard_13euu_106{flex-direction:column;gap:8px;padding:18px 20px;display:flex}._infoLabel_13euu_113{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:.72rem;font-weight:700}._infoValue_13euu_121{color:var(--color-text);font-size:.88rem;font-weight:600}._pendingCard_13euu_128{background:linear-gradient(135deg,#fffbeb 0%,#fff 100%);border-left:4px solid #f59e0b;align-items:flex-start;gap:20px;padding:28px 32px;display:flex}._pendingIcon_13euu_137{flex-shrink:0;margin-top:2px;font-size:2rem;line-height:1}._pendingBody_13euu_144{flex-direction:column;gap:12px;display:flex}._pendingBody_13euu_144 h2{color:#92400e;font-size:1.15rem;font-weight:800}._pendingLead_13euu_156{color:var(--color-text-muted);font-size:.9rem;line-height:1.6}._pendingSteps_13euu_162{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}._pendingSteps_13euu_162 li{color:var(--color-text-muted);align-items:flex-start;gap:10px;font-size:.86rem;line-height:1.5;display:flex}._stepDot_13euu_180{background:#f59e0b;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:5px}._paymentCard_13euu_190{border-left:4px solid var(--color-primary);background:linear-gradient(135deg,#f0f1ff 0%,#fff 100%);align-items:flex-start;gap:20px;padding:28px 32px;display:flex}._paymentIcon_13euu_199{flex-shrink:0;margin-top:2px;font-size:2rem;line-height:1}._paymentBody_13euu_206{flex-direction:column;gap:14px;display:flex}._paymentBody_13euu_206 h2{color:var(--color-primary);font-size:1.15rem;font-weight:800}._paymentBody_13euu_206 p{color:var(--color-text-muted);font-size:.88rem;line-height:1.6}._benefitList_13euu_224{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._benefitList_13euu_224 li{color:var(--color-text-muted);font-size:.85rem}._section_13euu_239{flex-direction:column;gap:16px;display:flex}._sectionHeader_13euu_245{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._ecoTitle_13euu_253{color:var(--color-primary);margin:0;font-size:1rem;font-weight:800}._sectionLink_13euu_260{color:var(--color-primary);white-space:nowrap;opacity:.8;font-size:.82rem;text-decoration:none}._sectionLink_13euu_260:hover{opacity:1;text-decoration:underline}._sectionSpinner_13euu_273{padding:16px 0}._emptySection_13euu_277{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);padding:20px 24px;font-size:.88rem;line-height:1.6}._groupsGrid_13euu_288{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}._groupCard_13euu_294{flex-direction:column;gap:14px;padding:20px 20px 16px;display:flex}._groupMeta_13euu_301{flex-direction:column;gap:4px;display:flex}._groupCountry_13euu_307{color:var(--color-text);font-size:.95rem;font-weight:800}._groupObjective_13euu_313{color:var(--color-text-muted);font-size:.82rem}._groupCapacity_13euu_318{flex-direction:column;gap:6px;display:flex}._capBar_13euu_324{background:var(--color-border);border-radius:999px;height:6px;overflow:hidden}._capFill_13euu_331{background:var(--color-primary);border-radius:999px;height:100%;transition:width .3s}._capFull_13euu_338{background:#ef4444}._capText_13euu_340{color:var(--color-text-muted);justify-content:space-between;font-size:.78rem;display:flex}._capCount_13euu_347{color:var(--color-text);font-weight:600}._commGrid_13euu_353{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}._commCard_13euu_359{transition:box-shadow var(--transition), transform var(--transition);flex-direction:column;gap:12px;padding:20px 20px 16px;display:flex}._commCard_13euu_359:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}._commIcon_13euu_372{font-size:2rem;line-height:1}._commBody_13euu_377{flex-direction:column;flex:1;gap:6px;display:flex}._commTitle_13euu_384{color:var(--color-text);margin:0;font-size:1rem;font-weight:800}._commDesc_13euu_391{color:var(--color-text-muted);margin:0;font-size:.84rem;line-height:1.5}@media (width<=600px){._groupsGrid_13euu_288,._commGrid_13euu_353{grid-template-columns:1fr}}._profileCard_13euu_406{padding:28px 32px}._sectionTitle_13euu_410{color:var(--color-primary);margin-bottom:20px;font-size:.95rem;font-weight:700}._profileDl_13euu_417{flex-direction:column;display:flex}._profileRow_13euu_422{border-bottom:1px solid var(--color-border);grid-template-columns:160px 1fr;align-items:center;gap:16px;padding:12px 0;display:grid}._profileRow_13euu_422:last-child{border-bottom:none}._profileRow_13euu_422 dt{color:var(--color-text-muted);font-size:.82rem;font-weight:600}._profileRow_13euu_422 dd{color:var(--color-text);font-size:.88rem}._inner_13euu_65{gap:28px}._infoGrid_13euu_100{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}._infoCard_13euu_106,._pendingCard_13euu_128,._paymentCard_13euu_190,._profileCard_13euu_406,._groupCard_13euu_294,._commCard_13euu_359,._emptySection_13euu_277{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid #1a1f8f1a}._infoCard_13euu_106{background:linear-gradient(#fff 0%,#fbfcff 100%);border-top:3px solid #cfd7ff}._infoValue_13euu_121{letter-spacing:0}._pendingCard_13euu_128,._paymentCard_13euu_190{background:#fff;align-items:flex-start;position:relative;overflow:hidden}._pendingCard_13euu_128:before,._paymentCard_13euu_190:before{content:"";background:var(--color-accent);width:4px;position:absolute;inset:0 auto 0 0}._pendingIcon_13euu_137,._paymentIcon_13euu_199{box-shadow:0 10px 24px #e635602e}._section_13euu_239{gap:16px}._sectionHeader_13euu_245{border-bottom:1px solid #1a1f8f14;padding-bottom:10px}._groupCard_13euu_294,._commCard_13euu_359{background:linear-gradient(#fff 0%,#fbfcff 100%)}._groupCard_13euu_294:hover,._commCard_13euu_359:hover{box-shadow:var(--shadow-hover)}._capBar_13euu_324{background:#e9edf9}._profileRow_13euu_422{border-bottom-color:#1a1f8f14}._subscriptionPanel_13euu_524{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;border:1px solid #1a1f8f1f;flex-direction:column;gap:18px;padding:20px;display:flex}._subscriptionPanelHeader_13euu_535{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}._subscriptionPanelTitle_13euu_543{color:var(--color-primary);margin:0;font-size:1.15rem;font-weight:800}._subscriptionBadges_13euu_550{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}._subscriptionBadge_13euu_550{color:#4338ca;background:#eef2ff;border-radius:999px;align-items:center;padding:5px 10px;font-size:.75rem;font-weight:700;display:inline-flex}._subscriptionSuccessBox_13euu_568{background:#f0fdf4;border:1px solid #86efac;border-radius:12px;padding:14px 16px}._subscriptionSuccessBox_13euu_568 h3{color:#166534;margin:0;font-size:.95rem;font-weight:800}._subscriptionSuccessBox_13euu_568 p{color:#166534;margin:6px 0 0;font-size:.86rem}._subscriptionGrid_13euu_588{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}._subscriptionCard_13euu_594{background:#fff;border:1px solid #1a1f8f1f;border-radius:14px;flex-direction:column;gap:10px;padding:16px;display:flex}._subscriptionCardCurrent_13euu_604{background:linear-gradient(#f8faff 0%,#fff 100%)}._subscriptionCardLabel_13euu_608{text-transform:uppercase;letter-spacing:.14em;color:#64748b;margin:0;font-size:.72rem;font-weight:700}._subscriptionCard_13euu_594 h3{color:#0f172a;margin:0;font-size:1.35rem;font-weight:800}._subscriptionCardPrice_13euu_624{color:var(--color-primary);margin:0;font-size:1rem;font-weight:800}._subscriptionCardDesc_13euu_631{color:#475569;flex:1;margin:0;font-size:.86rem;line-height:1.5}._subscriptionSummary_13euu_639{background:#f8fafc;border:1px solid #1a1f8f1f;border-radius:14px;padding:16px}._subscriptionSummary_13euu_639 h3{color:var(--color-primary);margin:0 0 12px;font-size:.95rem;font-weight:800}._subscriptionSummaryGrid_13euu_653{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;display:grid}._subscriptionSummaryItem_13euu_659{background:#fff;border:1px solid #1a1f8f1f;border-radius:10px;flex-direction:column;gap:5px;padding:10px;display:flex}._subscriptionSummaryItem_13euu_659 span{text-transform:uppercase;letter-spacing:.12em;color:#64748b;font-size:.72rem;font-weight:700}._subscriptionSummaryItem_13euu_659 strong{color:#0f172a;font-size:1rem}@media (width<=720px){._inner_13euu_65{gap:22px}._pendingCard_13euu_128,._paymentCard_13euu_190{flex-direction:column;padding:22px}._sectionHeader_13euu_245{flex-direction:column;align-items:flex-start;gap:8px}._profileCard_13euu_406{padding:22px}._profileRow_13euu_422{grid-template-columns:1fr;gap:4px}._subscriptionPanel_13euu_524{padding:16px}}._wrapper_crwdm_1{position:relative}._menu_crwdm_5{z-index:999999;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);box-shadow:var(--shadow-card);flex-direction:column;max-height:260px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto}._option_crwdm_22{background:var(--color-white);width:100%;color:var(--color-text);cursor:pointer;text-align:left;border:none;border-bottom:1px solid #1a1f8f14;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}._option_crwdm_22:last-child{border-bottom:none}._option_crwdm_22:hover{background:#1a1f8f0d}._optionName_crwdm_45{font-weight:600}._optionMeta_crwdm_49{color:var(--color-text-muted);flex-shrink:0;font-size:.76rem}._helper_crwdm_55{color:var(--color-text-muted);margin-top:4px;font-size:.8rem;display:block}._topbar_1svzj_2{z-index:100;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #1a1f8f1a;align-items:center;gap:16px;padding:13px 24px;display:flex;position:sticky;top:0}._topbarLeft_1svzj_16{flex:1;align-items:center;gap:14px;min-width:0;display:flex}._topbarIconWrap_1svzj_24{color:#fff;background:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}._topbarBreadcrumb_1svzj_36{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;margin-bottom:2px;font-size:.72rem;font-weight:600;display:flex}._breadcrumbSep_1svzj_48{opacity:.45}._topbarTitle_1svzj_50{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:800;line-height:1.1}._backBtn_1svzj_58{color:var(--color-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:8px;flex-shrink:0;align-items:center;padding:6px 14px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .14s,border-color .14s;display:inline-flex}._backBtn_1svzj_58:hover{background:#1a1f8f0f;border-color:#1a1f8f4d}._page_1svzj_75{flex-direction:column;display:flex}._inner_1svzj_80{flex-direction:column;gap:16px;width:100%;max-width:1100px;margin:0 auto;padding:16px 24px 80px;display:flex}._preview_1svzj_91{background:#eef2ff;border:1px solid #1a1f8f26;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}._preview_1svzj_91 p{color:var(--color-primary);margin:0;font-size:.88rem}._toolbar_1svzj_105{align-items:center;gap:12px;display:flex}._toolbarRight_1svzj_111{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}._countChip_1svzj_119{color:var(--color-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700}._filterToggleBtn_1svzj_129{color:#5f6f8d;cursor:pointer;background:#fff;border:1.5px solid #1a1f8f26;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:background .14s,border-color .14s,color .14s;display:grid;position:relative}._filterToggleBtn_1svzj_129:hover{color:var(--color-primary);background:#eef2ff;border-color:#1a1f8f40}._filterToggleBtnActive_1svzj_148{color:var(--color-primary);background:#eef2ff;border-color:#1a1f8f4d}._filterBadgeDot_1svzj_154{background:#dc2626;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}._filterPanel_1svzj_166{opacity:0;visibility:hidden;max-height:0;transition:max-height .22s ease-out,opacity .2s,visibility 0s .22s;overflow:hidden}._filterPanelOpen_1svzj_173{opacity:1;visibility:visible;max-height:300px;transition:max-height .22s ease-out,opacity .2s,visibility}._filterPanelInner_1svzj_180{background:#fff;border:1px solid #e4eaf4;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #1a1f8f14}._filterField_1svzj_192{flex-direction:column;flex:1;gap:5px;min-width:180px;display:flex}._filterLabel_1svzj_200{text-transform:uppercase;letter-spacing:.07em;color:#8d9ab4;white-space:nowrap;font-size:.7rem;font-weight:800}._filterSelect_1svzj_209{color:#1a1a2e;background:#fff;border:1px solid #1a1f8f26;border-radius:10px;outline:none;height:40px;padding:0 12px;font-size:.88rem;transition:border-color .14s,box-shadow .14s}._filterSelect_1svzj_209:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._cityFieldWrap_1svzj_225{width:100%}._cityFieldWrap_1svzj_225 select,._cityFieldWrap_1svzj_225 input[type=text]{box-sizing:border-box;color:#1a1a2e;background:#fff;border:1px solid #1a1f8f26;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:.88rem;transition:border-color .14s,box-shadow .14s}._cityFieldWrap_1svzj_225 select:focus,._cityFieldWrap_1svzj_225 input[type=text]:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._clearBtn_1svzj_246{color:#e63560;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e6356040;border-radius:10px;flex-shrink:0;align-self:flex-end;height:34px;padding:0 14px;font-size:.82rem;font-weight:700;transition:background .14s,border-color .14s}._clearBtn_1svzj_246:hover{background:#e635600f;border-color:#e6356066}._alertError_1svzj_264{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5;border-radius:12px;padding:12px 16px;font-size:.87rem}._grid_1svzj_274{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}._groupCard_1svzj_281{background:#fff;border:1px solid #e4eaf4;border-radius:16px;flex-direction:column;gap:20px;padding:28px;transition:transform .14s,box-shadow .14s;display:flex;box-shadow:0 1px 3px #1a1f8f14}._groupCard_1svzj_281:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1a1f8f1f}._groupMeta_1svzj_294{flex-direction:column;gap:4px;display:flex}._country_1svzj_295{color:var(--color-primary);font-size:1.05rem;font-weight:700}._objective_1svzj_296{color:var(--color-text-muted);font-size:.85rem;font-weight:500}._capacity_1svzj_299{flex-direction:column;gap:8px;display:flex}._capacityBar_1svzj_301{background:#e4eaf4;border-radius:999px;height:6px;overflow:hidden}._capacityFill_1svzj_308{background:var(--color-primary);border-radius:999px;height:100%;transition:width .4s}._capacityFill_1svzj_308._full_1svzj_314{background:#dc2626}._capacityText_1svzj_316{color:var(--color-text-muted);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}._capacityCount_1svzj_323{color:var(--color-text);font-weight:600}._disabledLink_1svzj_324{opacity:.5;cursor:not-allowed;pointer-events:none}._emptyState_1svzj_327{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}._emptyIcon_1svzj_335{font-size:2.5rem;line-height:1}._emptyTitle_1svzj_336{color:var(--color-primary);font-size:1.1rem;font-weight:700}._emptySubtitle_1svzj_337{color:var(--color-text-muted);max-width:360px;font-size:.88rem;line-height:1.6}@media (width<=600px){._inner_1svzj_80{padding:12px 14px 80px}._topbar_1svzj_2{padding:10px 14px}._topbarBreadcrumb_1svzj_36{display:none}._topbarTitle_1svzj_50{font-size:.95rem}._grid_1svzj_274{grid-template-columns:1fr}._filterPanelInner_1svzj_180{flex-direction:column;align-items:stretch}._filterField_1svzj_192{min-width:unset}}._page_1mcgn_1{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}._card_1mcgn_10{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:480px;padding:48px 40px;display:flex}@media (width<=480px){._card_1mcgn_10{padding:36px 24px}}._brand_1mcgn_29{margin-bottom:8px}._iconSuccess_1mcgn_34{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;font-weight:800;animation:.4s cubic-bezier(.34,1.56,.64,1) _popIn_1mcgn_1;display:flex;box-shadow:0 8px 24px #10b9814d}@keyframes _popIn_1mcgn_1{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}._iconPending_1mcgn_54{background:var(--color-bg);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2rem;display:flex}._spinner_1mcgn_66{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite _spin_1mcgn_66}@keyframes _spin_1mcgn_66{to{transform:rotate(360deg)}}._title_1mcgn_80{color:var(--color-primary);font-size:1.5rem;font-weight:800;line-height:1.2}._sub_1mcgn_87{color:var(--color-text-muted);max-width:360px;font-size:.92rem;line-height:1.7}._hint_1mcgn_94{color:var(--color-text-muted);margin-top:-8px;font-size:.78rem}._progressBar_1mcgn_101{background:var(--color-border);border-radius:999px;width:100%;height:4px;overflow:hidden}._progressFill_1mcgn_109{background:linear-gradient(90deg, var(--color-primary), var(--color-accent));border-radius:999px;height:100%;transition:width .5s}._ctas_1mcgn_117{flex-direction:column;gap:10px;width:100%;margin-top:8px;display:flex}._ctas_1mcgn_117 ._btn_1mcgn_125{justify-content:center;width:100%}._page_1xccq_1{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}._card_1xccq_10{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:440px;padding:48px 40px;display:flex}@media (width<=480px){._card_1xccq_10{padding:36px 24px}}._brand_1xccq_29{margin-bottom:8px}._icon_1xccq_33{color:#991b1b;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;font-weight:800;display:flex}._title_1xccq_46{color:var(--color-text);font-size:1.5rem;font-weight:800}._sub_1xccq_52{color:var(--color-text-muted);max-width:360px;font-size:.92rem;line-height:1.7}._hint_1xccq_59{color:var(--color-text-muted);margin-top:-8px;font-size:.78rem}._ctas_1xccq_65{flex-direction:column;gap:10px;width:100%;margin-top:8px;display:flex}._ctas_1xccq_65 ._btn_1xccq_73{justify-content:center;width:100%}._page_155w5_2{flex-direction:column;gap:32px;width:100%;max-width:1280px;margin:0 auto;padding:28px 28px 88px;display:flex}._topBar_155w5_13{background:#fff;border:1.5px solid #1a1f8f17;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 4px #0000000d}._topBarLeft_155w5_25{flex-direction:column;gap:3px;display:flex}._pageTitle_155w5_31{color:#1a1f8f;margin:0;font-size:1.25rem;font-weight:800;line-height:1.2}._pageDate_155w5_39{color:#6b7280;text-transform:capitalize;margin:0;font-size:.78rem}._refreshBtn_155w5_46{color:#1a1f8f;cursor:pointer;white-space:nowrap;background:#f0f3ff;border:1.5px solid #1a1f8f2e;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:9px 18px;font-size:.82rem;font-weight:700;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}._refreshBtn_155w5_46:hover:not(:disabled){background:#e5eaff;border-color:#1a1f8f59}._refreshBtn_155w5_46:disabled{opacity:.65;cursor:default}._refreshIcon_155w5_71{align-items:center;display:flex}@keyframes _spin_155w5_79{to{transform:rotate(360deg)}}._spinIcon_155w5_79{align-items:center;animation:.8s linear infinite _spin_155w5_79;display:flex}._alertError_155w5_86{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;padding:13px 16px;font-size:.875rem}._heroGrid_155w5_96{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._heroLink_155w5_102{text-decoration:none;display:block}._heroStatic_155w5_107{display:block}._heroCard_155w5_111{border:1.5px solid #0000;border-radius:18px;align-items:flex-start;gap:16px;padding:22px 20px;transition:transform .15s,box-shadow .15s;display:flex}._heroLink_155w5_102 ._heroCard_155w5_111:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0000001c}._heroIconWrap_155w5_126{color:#fff;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}._heroBody_155w5_137{flex-direction:column;gap:3px;min-width:0;display:flex}._heroValue_155w5_144{white-space:nowrap;text-overflow:ellipsis;font-size:1.6rem;font-weight:800;line-height:1.1;overflow:hidden}._heroLabel_155w5_153{text-transform:uppercase;letter-spacing:.07em;opacity:.65;font-size:.7rem;font-weight:700}._heroSub_155w5_161{opacity:.55;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.74rem;overflow:hidden}._hero--revenue_155w5_171{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border-color:#ffffff14}._hero--revenue_155w5_171 ._heroIconWrap_155w5_126{background:#ffffff26}._hero--users_155w5_178{color:#1e40af;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-color:#bfdbfe}._hero--users_155w5_178 ._heroIconWrap_155w5_126{background:#1d4ed8}._hero--triage_155w5_185{color:#92400e;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#fde68a}._hero--triage_155w5_185 ._heroIconWrap_155w5_126{background:#d97706}._hero--meetings_155w5_192{color:#065f46;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#bbf7d0}._hero--meetings_155w5_192 ._heroIconWrap_155w5_126{background:#16a34a}._chartCard_155w5_200{background:#fff;border:1.5px solid #1a1f8f17;border-radius:18px;padding:22px 22px 14px;box-shadow:0 1px 4px #0000000d}._chartCardFull_155w5_208{width:100%}._chartTitle_155w5_212{text-transform:uppercase;letter-spacing:.08em;color:#1a1f8f;margin:0 0 18px;font-size:.75rem;font-weight:700}._chartLegend_155w5_222{border-top:1px solid #1a1f8f12;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding-top:12px;display:flex}._legendDot_155w5_232{border-radius:50%;flex-shrink:0;width:10px;height:10px}._legendText_155w5_239{color:#6b7280;margin-right:12px;font-size:.76rem}._chartsRow_155w5_246{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}._tooltip_155w5_253{background:#fff;border:1.5px solid #1a1f8f1f;border-radius:12px;flex-direction:column;gap:5px;padding:11px 15px;font-size:.82rem;display:flex;box-shadow:0 4px 20px #0000001a}._tooltipLabel_155w5_265{color:#1a1f8f;margin-bottom:2px;font-size:.8rem;font-weight:700}._tooltipRow_155w5_272{align-items:center;gap:7px;font-size:.82rem;display:flex}._tooltipDot_155w5_279{border-radius:50%;flex-shrink:0;width:8px;height:8px}._donutWrap_155w5_287{position:relative}._donutCenter_155w5_292{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0 0 38px}._donutTotal_155w5_305{color:#1a1f8f;font-size:1.7rem;font-weight:800;line-height:1}._donutTotalLabel_155w5_312{text-transform:uppercase;letter-spacing:.07em;color:#9ca3af;margin-top:3px;font-size:.7rem;font-weight:600}._donutEmpty_155w5_321{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:220px;display:flex}._donutEmptyRing_155w5_330{opacity:.6;border:10px solid #e5e7eb;border-top-color:#d1d5db;border-radius:50%;width:100px;height:100px}._donutEmptyText_155w5_339{color:#9ca3af;margin:0;font-size:.85rem;font-weight:500}._section_155w5_347{flex-direction:column;gap:14px;display:flex}._sectionHeader_155w5_353{border-bottom:1.5px solid #1a1f8f17;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}._sectionTitle_155w5_361{text-transform:uppercase;letter-spacing:.09em;color:#1a1f8f;margin:0;font-size:.7rem;font-weight:700}._sectionLink_155w5_370{color:#e63560;font-size:.78rem;font-weight:700;text-decoration:none;transition:opacity .15s}._sectionLink_155w5_370:hover{opacity:.7}._kpiRow_155w5_380{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;display:grid}._kpiCard_155w5_386{background:#fff;border:1.5px solid #1a1f8f17;border-left-width:4px;border-radius:14px;flex-direction:column;gap:6px;padding:20px 18px 18px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 4px #0000000a}._kpiCard_155w5_386:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a1f8f1a}._kpiValue_155w5_404{font-size:2.1rem;font-weight:800;line-height:1}._kpiLabel_155w5_410{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}._kpi--default_155w5_419{border-left-color:#1a1f8f1f}._kpi--default_155w5_419 ._kpiValue_155w5_404{color:#111827}._kpi--primary_155w5_422{background:linear-gradient(#fff 0%,#f5f7ff 100%);border-left-color:#1a1f8f}._kpi--primary_155w5_422 ._kpiValue_155w5_404{color:#1a1f8f}._kpi--success_155w5_425{background:linear-gradient(#fff 0%,#f0fdf4 100%);border-left-color:#16a34a}._kpi--success_155w5_425 ._kpiValue_155w5_404{color:#065f46}._kpi--warning_155w5_428{background:linear-gradient(#fff 0%,#fffbeb 100%);border-left-color:#d97706}._kpi--warning_155w5_428 ._kpiValue_155w5_404{color:#92400e}._kpi--danger_155w5_431{background:linear-gradient(#fff 0%,#fef2f2 100%);border-left-color:#dc2626}._kpi--danger_155w5_431 ._kpiValue_155w5_404{color:#991b1b}._kpi--info_155w5_434{background:linear-gradient(#fff 0%,#eff6ff 100%);border-left-color:#3b82f6}._kpi--info_155w5_434 ._kpiValue_155w5_404{color:#1e40af}._quickActions_155w5_438{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}._quickCard_155w5_444{background:#fff;border:1.5px solid #1a1f8f17;border-radius:16px;align-items:center;gap:14px;padding:18px 20px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 4px #0000000d}._quickCard_155w5_444:hover{border-color:#1a1f8f38;transform:translateY(-3px);box-shadow:0 8px 24px #1a1f8f1f}._quickIconWrap_155w5_462{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #0000002e}._quickBlue_155w5_473{background:linear-gradient(135deg,#1a1f8f,#2a31c4)}._quickAmber_155w5_474{background:linear-gradient(135deg,#d97706,#b45309)}._quickIndigo_155w5_475{background:linear-gradient(135deg,#4f46e5,#3730a3)}._quickTeal_155w5_476{background:linear-gradient(135deg,#0d9488,#0f766e)}._quickGreen_155w5_477{background:linear-gradient(135deg,#16a34a,#15803d)}._quickBody_155w5_479{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}._quickBody_155w5_479 strong{color:#1a1f8f;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}._quickBody_155w5_479 span{color:#6b7280;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}._quickCta_155w5_505{color:#e63560;white-space:nowrap;flex-shrink:0;font-size:.75rem;font-weight:700}@keyframes _shimmer_155w5_1{0%{background-position:-600px 0}to{background-position:600px 0}}._skeletonHero_155w5_519{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}._skeletonCard_155w5_525{background:linear-gradient(90deg,#e8edf7 25%,#f0f4fc 50%,#e8edf7 75%) 0 0/600px 100%;border-radius:18px;height:108px;animation:1.4s linear infinite _shimmer_155w5_1}._skeletonMainChart_155w5_533{background:linear-gradient(90deg,#e8edf7 25%,#f0f4fc 50%,#e8edf7 75%) 0 0/600px 100%;border-radius:18px;height:340px;animation:1.4s linear infinite _shimmer_155w5_1}._skeletonChartRow_155w5_541{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}._skeletonBlock_155w5_547{background:linear-gradient(90deg,#e8edf7 25%,#f0f4fc 50%,#e8edf7 75%) 0 0/600px 100%;border-radius:18px;height:280px;animation:1.4s linear infinite _shimmer_155w5_1}@media (width<=1100px){._heroGrid_155w5_96,._skeletonHero_155w5_519{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){._chartsRow_155w5_246,._skeletonChartRow_155w5_541{grid-template-columns:1fr}._quickActions_155w5_438{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){._heroGrid_155w5_96,._skeletonHero_155w5_519{grid-template-columns:1fr}._kpiRow_155w5_380{grid-template-columns:repeat(2,1fr)}._quickActions_155w5_438{grid-template-columns:1fr}._page_155w5_2{gap:24px;padding:16px 16px 64px}._topBar_155w5_13{flex-direction:column;align-items:flex-start}._refreshBtn_155w5_46{justify-content:center;width:100%}}@media (width<=400px){._kpiRow_155w5_380{grid-template-columns:1fr}}:root{--at-surface:#fff;--at-surface-soft:#f8faff;--at-line:#1a1f8f1a}._page_tkzyv_9{flex-direction:column;gap:24px;width:100%;max-width:1360px;margin:0 auto;padding:16px 0 80px;display:flex}._toolbar_tkzyv_20{justify-content:space-between;align-items:center;gap:10px;padding:0 24px;display:flex}._toolbarLeft_tkzyv_28{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._countChip_tkzyv_35{color:var(--color-primary);white-space:nowrap;background:#1a1f8f14;border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:700}._filterChip_tkzyv_45{color:#c42250;white-space:nowrap;background:#e635601a;border:1px solid #e6356033;border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:700}._tabsBar_tkzyv_57{scrollbar-width:none;padding:0 24px;overflow-x:auto}._tabsBar_tkzyv_57::-webkit-scrollbar{display:none}._tabs_tkzyv_57{background:var(--at-surface-soft);border:1.5px solid var(--at-line);white-space:nowrap;border-radius:14px;gap:6px;padding:4px;display:inline-flex}._tab_tkzyv_57{font:inherit;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 18px;font-size:.84rem;font-weight:600;transition:color .15s,background .15s,box-shadow .15s}._tab_tkzyv_57:hover{color:var(--color-primary);background:#1a1f8f0f}._tabActive_tkzyv_95{background:var(--at-surface);color:var(--color-primary);font-weight:700;box-shadow:0 1px 4px #1a1f8f24,0 0 0 1px #1a1f8f1a}._toast_tkzyv_103{border-radius:10px;margin:0 24px;padding:12px 20px;font-size:.88rem;font-weight:600;animation:.2s _toastIn_tkzyv_1}@keyframes _toastIn_tkzyv_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._toast_tkzyv_103._success_tkzyv_117{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}._toast_tkzyv_103._error_tkzyv_123{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}._alertError_tkzyv_129{color:var(--color-error,#dc2626);background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0 24px;padding:12px 16px;font-size:.88rem}._tableWrap_tkzyv_140{border:1.5px solid var(--at-line);background:var(--at-surface);border-radius:16px;margin:0 24px;overflow-x:auto;box-shadow:0 2px 12px #1a1f8f0f}._table_tkzyv_140{border-collapse:collapse;width:100%;font-size:.875rem}._th_tkzyv_155{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#4b5563;background:var(--at-surface-soft);border-bottom:1.5px solid var(--at-line);white-space:nowrap;padding:13px 16px;font-size:.72rem;font-weight:700}._row_tkzyv_168{border-bottom:1px solid var(--at-line);transition:background .15s}._row_tkzyv_168:last-child{border-bottom:none}._row_tkzyv_168:hover{background:#f8faff}._td_tkzyv_181{color:var(--color-text);vertical-align:middle;white-space:nowrap;padding:14px 16px}._tdUser_tkzyv_188{vertical-align:middle;min-width:200px;padding:14px 16px}._userName_tkzyv_194{color:var(--color-primary);margin-bottom:2px;font-weight:700}._userEmail_tkzyv_200{color:var(--color-text-muted);font-size:.8rem}._tdActions_tkzyv_206{vertical-align:middle;white-space:nowrap;padding:10px 16px}._actionsStack_tkzyv_212{flex-direction:column;align-items:flex-start;gap:6px;min-width:260px;display:inline-flex}._actionsRow_tkzyv_220{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._meetingHint_tkzyv_227{color:var(--color-text-muted);white-space:normal;border-left:3px solid var(--color-primary);border-radius:2px;max-width:280px;padding-left:10px;font-size:.74rem}._actionBtn_tkzyv_237{font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;padding:7px 14px;font-size:.78rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex}._actionBtn_tkzyv_237:hover:not(:disabled){transform:translateY(-1px)}._actionBtn_tkzyv_237:disabled{opacity:.5;cursor:not-allowed}._approve_tkzyv_261{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}._approve_tkzyv_261:hover:not(:disabled){background:#a7f3d0}._meeting_tkzyv_227{color:#92400e;background:#fef3c7;border:1px solid #fde68a}._meeting_tkzyv_227:hover:not(:disabled){background:#fde68a}._reject_tkzyv_275{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}._reject_tkzyv_275:hover:not(:disabled){background:#fecaca}._empty_tkzyv_283{background:var(--at-surface);border:1.5px dashed var(--at-line);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:0 24px;padding:72px 24px;display:flex}._emptyIcon_tkzyv_297{color:var(--color-text-muted);opacity:.4}._emptyTitle_tkzyv_302{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}._emptyHint_tkzyv_309{color:var(--color-text-muted);margin:0;font-size:.875rem}._pagination_tkzyv_316{justify-content:center;align-items:center;gap:20px;padding:0 24px;display:flex}._pageBtn_tkzyv_324{border:1.5px solid var(--at-line);background:var(--at-surface);color:var(--color-primary);font:inherit;cursor:pointer;border-radius:10px;align-items:center;padding:9px 20px;font-size:.84rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}._pageBtn_tkzyv_324:hover:not(:disabled){border-color:var(--color-primary);background:#1a1f8f0d}._pageBtn_tkzyv_324:disabled{opacity:.4;cursor:not-allowed}._pageInfo_tkzyv_349{color:var(--color-text-muted);font-size:.875rem;font-weight:500}@media (width<=720px){._topbarTitle_tkzyv_357{font-size:.95rem}._topbarBreadcrumb_tkzyv_358,._countChip_tkzyv_35{display:none}._tabsBar_tkzyv_57{padding:0 16px}._tableWrap_tkzyv_140,._empty_tkzyv_283,._alertError_tkzyv_129,._toast_tkzyv_103{margin:0 16px}._pagination_tkzyv_316{padding:0 16px}._tab_tkzyv_57{padding:7px 12px;font-size:.8rem}}._body_8j4yg_1{grid-template-columns:56px minmax(0,1fr);align-items:start;gap:16px;padding:6px 0 2px;display:grid}._iconWrap_8j4yg_11{border-radius:20px;place-items:center;width:56px;height:56px;display:grid}._iconDefault_8j4yg_19{color:#2563eb;background:#2563eb1f}._iconDanger_8j4yg_24{color:#dc2626;background:#dc26261f}._copy_8j4yg_29{gap:8px;display:grid}._label_8j4yg_34{color:#5f6f90;letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:800}._copy_8j4yg_29 p{color:#475569;margin:0;line-height:1.7}@media (width<=600px){._body_8j4yg_1{grid-template-columns:1fr}}:root{--am-surface:#fff;--am-surface-soft:#f8faff;--am-line:#1a1f8f1a}._page_15hgu_9{flex-direction:column;gap:24px;width:100%;max-width:1360px;margin:0 auto;padding:16px 0 80px;display:flex}._toolbar_15hgu_20{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:0 24px;display:flex}._toolbarLeft_15hgu_29{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._toolbarRight_15hgu_36{align-items:center;gap:8px;display:flex}._gcalChip_15hgu_42{color:#065f46;white-space:nowrap;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:5px;padding:5px 11px;font-size:.76rem;font-weight:700;display:inline-flex}._filterChip_15hgu_56{color:#c42250;white-space:nowrap;background:#e635601a;border:1px solid #e6356033;border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:700}._triagemBtn_15hgu_67{border:1.5px solid var(--am-line);background:var(--am-surface);color:var(--color-primary);white-space:nowrap;border-radius:10px;align-items:center;padding:8px 16px;font-size:.84rem;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}._triagemBtn_15hgu_67:hover{border-color:var(--color-primary);background:#1a1f8f0d}._newBtn_15hgu_87{color:#fff;font:inherit;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#e63560 0%,#c42250 100%);border:none;border-radius:12px;padding:9px 18px;font-size:.875rem;font-weight:700;transition:opacity .15s,transform .15s}._newBtn_15hgu_87:hover{opacity:.9;transform:translateY(-1px)}._tabsBar_15hgu_107{scrollbar-width:none;padding:0 24px;overflow-x:auto}._tabsBar_15hgu_107::-webkit-scrollbar{display:none}._tabs_15hgu_107{background:var(--am-surface-soft);border:1.5px solid var(--am-line);white-space:nowrap;border-radius:14px;gap:6px;padding:4px;display:inline-flex}._tab_15hgu_107{font:inherit;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 18px;font-size:.84rem;font-weight:600;transition:color .15s,background .15s,box-shadow .15s}._tab_15hgu_107:hover{color:var(--color-primary);background:#1a1f8f0f}._tabActive_15hgu_145{background:var(--am-surface);color:var(--color-primary);font-weight:700;box-shadow:0 1px 4px #1a1f8f24,0 0 0 1px #1a1f8f1a}._infoNotice_15hgu_153{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin:0 24px;padding:10px 16px;font-size:.84rem;font-weight:600}._toast_15hgu_165{border-radius:10px;margin:0 24px;padding:12px 20px;font-size:.88rem;font-weight:600;animation:.2s _toastIn_15hgu_1}@keyframes _toastIn_15hgu_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._toast_15hgu_165._success_15hgu_179{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}._toast_15hgu_165._error_15hgu_185{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}._alertError_15hgu_191{color:var(--color-error,#dc2626);background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0 24px;padding:12px 16px;font-size:.88rem}._tableWrap_15hgu_202{border:1.5px solid var(--am-line);background:var(--am-surface);border-radius:16px;margin:0 24px;overflow-x:auto;box-shadow:0 2px 12px #1a1f8f0f}._table_15hgu_202{border-collapse:collapse;width:100%;font-size:.875rem}._th_15hgu_217{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#4b5563;background:var(--am-surface-soft);border-bottom:1.5px solid var(--am-line);white-space:nowrap;padding:13px 16px;font-size:.72rem;font-weight:700}._row_15hgu_230{border-bottom:1px solid var(--am-line);transition:background .15s}._row_15hgu_230:last-child{border-bottom:none}._row_15hgu_230:hover{background:#f8faff}._td_15hgu_239{color:var(--color-text);vertical-align:middle;white-space:nowrap;padding:14px 16px}._tdUser_15hgu_246{vertical-align:middle;min-width:200px;padding:14px 16px}._userName_15hgu_252{color:var(--color-primary);margin-bottom:2px;font-weight:700}._userEmail_15hgu_258{color:var(--color-text-muted);font-size:.8rem}._tdNotes_15hgu_263{vertical-align:middle;max-width:240px;padding:14px 16px}._outcome_15hgu_269{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-style:italic;display:block;overflow:hidden}._notes_15hgu_279{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;display:block;overflow:hidden}._meetingLink_15hgu_288{color:var(--color-primary);font-size:.84rem;font-weight:700;text-decoration:none}._meetingLink_15hgu_288:hover{text-decoration:underline}._notifyState_15hgu_299{color:var(--color-text-muted);margin-top:4px;font-size:.72rem;font-weight:600}._tdActions_15hgu_307{vertical-align:middle;white-space:nowrap;padding:10px 16px}._actionStack_15hgu_313{flex-direction:column;align-items:flex-start;gap:8px;display:inline-flex}._actionBtn_15hgu_320{font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;padding:7px 14px;font-size:.78rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex}._actionBtn_15hgu_320:hover:not(:disabled){transform:translateY(-1px)}._actionBtn_15hgu_320:disabled{opacity:.5;cursor:not-allowed}._finalize_15hgu_337{color:var(--color-primary);background:#1a1f8f14;border:1px solid #1a1f8f24}._finalize_15hgu_337:hover:not(:disabled){background:#1a1f8f24}._delete_15hgu_344{color:#b91c1c;background:#dc262614;border:1px solid #dc262624}._delete_15hgu_344:hover:not(:disabled){background:#dc262624}._finalizedLabel_15hgu_351{color:var(--color-text-muted);padding:7px 0;font-size:.8rem;font-style:italic}._empty_15hgu_359{background:var(--am-surface);border:1.5px dashed var(--am-line);text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:0 24px;padding:72px 24px;display:flex}._emptyIcon_15hgu_373{color:var(--color-text-muted);opacity:.4}._emptyTitle_15hgu_378{color:var(--color-text);margin:0;font-size:1rem;font-weight:700}._emptyHint_15hgu_385{color:var(--color-text-muted);margin:0;font-size:.875rem}._pagination_15hgu_392{justify-content:center;align-items:center;gap:20px;padding:0 24px;display:flex}._pageBtn_15hgu_400{border:1.5px solid var(--am-line);background:var(--am-surface);color:var(--color-primary);font:inherit;cursor:pointer;border-radius:10px;align-items:center;padding:9px 20px;font-size:.84rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}._pageBtn_15hgu_400:hover:not(:disabled){border-color:var(--color-primary);background:#1a1f8f0d}._pageBtn_15hgu_400:disabled{opacity:.4;cursor:not-allowed}._pageInfo_15hgu_425{color:var(--color-text-muted);font-size:.875rem;font-weight:500}._backdrop_15hgu_432{-webkit-backdrop-filter:blur(5px);z-index:200;background:#12182d85;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modal_15hgu_445{background:var(--am-surface);border:1.5px solid var(--am-line);border-radius:18px;width:100%;max-width:500px;animation:.22s _slideUp_15hgu_1;overflow:hidden;box-shadow:0 24px 64px #12182d38}@keyframes _slideUp_15hgu_1{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._modalHeader_15hgu_461{border-bottom:1px solid var(--am-line);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._modalHeader_15hgu_461 h2{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:800}._closeBtn_15hgu_476{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}._closeBtn_15hgu_476:hover{color:var(--color-primary);background:#1a1f8f12}._meetingRef_15hgu_496{background:var(--am-surface-soft);border-bottom:1px solid var(--am-line);flex-direction:column;gap:2px;padding:14px 24px;font-size:.875rem;display:flex}._meetingRef_15hgu_496 strong{color:var(--color-primary);font-weight:700}._meetingRef_15hgu_496 span{color:var(--color-text-muted)}._refDate_15hgu_515{font-size:.8rem;font-weight:600;color:var(--color-primary)!important}._modalForm_15hgu_521{flex-direction:column;gap:20px;padding:24px;display:flex}._fieldHint_15hgu_528{color:var(--color-text-muted);margin-top:4px;font-size:.76rem;display:block}._optional_15hgu_535{color:var(--color-text-muted);font-size:.82rem;font-weight:400}._required_15hgu_541{color:#dc2626;margin-left:2px;font-weight:600}._textarea_15hgu_547{border:1.5px solid var(--am-line);width:100%;font-size:.9rem;font-family:var(--font-sans);color:var(--color-text);background:var(--am-surface);resize:vertical;border-radius:8px;padding:10px 14px;transition:border-color .15s,box-shadow .15s}._textarea_15hgu_547:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a1f8f1a}._modalActions_15hgu_566{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}._modalForm_15hgu_521 ._alertError_15hgu_191{border-radius:8px;margin:0}._radioGroup_15hgu_580{flex-wrap:wrap;gap:10px;display:flex}._radioLabel_15hgu_586{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.84rem;font-weight:600;transition:filter .15s;display:inline-flex}._radioLabel_15hgu_586:hover{filter:brightness(.95)}._radioLabel_15hgu_586 input[type=radio],._radioLabel_15hgu_586 input[type=checkbox]{accent-color:currentColor}._radioLabel_15hgu_586._approve_15hgu_606{color:#065f46;background:#d1fae5;border-color:#a7f3d0}._radioLabel_15hgu_586._meeting_15hgu_288{color:#92400e;background:#fef3c7;border-color:#fde68a}._radioLabel_15hgu_586._reject_15hgu_618{color:#991b1b;background:#fee2e2;border-color:#fecaca}._userCard_15hgu_625{background:#ecfdf5;border:1.5px solid #a7f3d0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}._userCardBody_15hgu_636{flex-direction:column;gap:4px;display:flex}._userCardName_15hgu_642{color:var(--color-primary);font-size:.92rem;font-weight:700}._userCardEmail_15hgu_648{color:var(--color-text-muted);font-size:.8rem}._userCardMeta_15hgu_653{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}._userCardClear_15hgu_661{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex}._userCardClear_15hgu_661:hover{background:#0000000f}._triagemBadge_15hgu_680{color:#5b21b6;text-transform:uppercase;letter-spacing:.04em;background:#ede9fe;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700}._searchWrap_15hgu_692{position:relative}._searchWrap_15hgu_692 input{border:1.5px solid var(--am-line);width:100%;font:inherit;color:var(--color-text);background:var(--am-surface);border-radius:8px;padding:9px 12px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}._searchWrap_15hgu_692 input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1a1f8f1a}._searchHint_15hgu_714{color:var(--color-text-muted);padding:8px 12px;font-size:.82rem}._resultsList_15hgu_720{border:1.5px solid var(--am-line);background:var(--am-surface);border-radius:12px;margin:6px 0 0;padding:0;list-style:none;overflow:hidden;box-shadow:0 8px 24px #1a1f8f1a}._resultItem_15hgu_731{border:none;border-bottom:1px solid var(--am-line);cursor:pointer;text-align:left;background:0 0;flex-wrap:wrap;align-items:center;gap:10px;width:100%;padding:10px 14px;transition:background .15s;display:flex}._resultsList_15hgu_720 li:last-child ._resultItem_15hgu_731{border-bottom:none}._resultItem_15hgu_731:hover{background:#1a1f8f0a}._resultName_15hgu_754{color:var(--color-primary);flex:1;min-width:120px;font-size:.88rem;font-weight:700}._resultEmail_15hgu_762{color:var(--color-text-muted);flex:1;min-width:120px;font-size:.8rem}@media (width<=720px){._gcalChip_15hgu_42{display:none}._tabsBar_15hgu_107{padding:0 16px}._tableWrap_15hgu_202,._empty_15hgu_359,._alertError_15hgu_191,._toast_15hgu_165,._infoNotice_15hgu_153{margin:0 16px}._pagination_15hgu_392{padding:0 16px}._tab_15hgu_107{padding:7px 12px;font-size:.8rem}._modal_15hgu_445{width:min(94vw,640px);max-height:88vh;overflow-y:auto}}._wrapper_197dh_1{gap:22px;display:grid}._loadingState_197dh_6{color:#64748b;text-align:center;place-items:center;gap:12px;min-height:320px;display:grid}._introPanel_197dh_15{background:radial-gradient(circle at 0 0,#5870ff1f,#0000 30%),linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #1d377014;border-radius:26px;grid-template-columns:minmax(0,1.45fr) minmax(240px,.8fr);gap:18px;padding:20px;display:grid}._userCard_197dh_27{align-items:center;gap:16px;min-width:0;display:flex}._userAvatar_197dh_34{color:#fff;background:linear-gradient(135deg,#f26172 0%,#e53b67 55%,#8d3ee0 100%);border-radius:24px;flex-shrink:0;place-items:center;width:70px;height:70px;font-size:1.5rem;font-weight:800;display:grid;box-shadow:0 20px 38px #d2406d3d}._userMeta_197dh_48{gap:8px;min-width:0;display:grid}._eyebrow_197dh_54{color:#163784;letter-spacing:.08em;text-transform:uppercase;background:#11317414;border-radius:999px;align-items:center;width:fit-content;padding:7px 12px;font-size:.72rem;font-weight:800;display:inline-flex}._userMeta_197dh_48 h3,._sectionHead_197dh_69 h3{color:#122456;letter-spacing:-.03em;margin:0}._userMeta_197dh_48 h3{font-size:1.45rem}._userMeta_197dh_48 p,._scopeTop_197dh_80 p{color:#657495;margin:0;line-height:1.65}._summaryGrid_197dh_86{gap:10px;display:grid}._summaryCard_197dh_91{background:#ffffffd6;border:1px solid #1d377014;border-radius:20px;padding:14px 16px}._summaryCard_197dh_91 span{color:#6a7997;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}._summaryCard_197dh_91 strong{color:#122456;font-size:1rem}._banner_197dh_113,._error_197dh_114{border-radius:18px;padding:14px 16px;font-weight:700}._banner_197dh_113{color:#9a3412;background:linear-gradient(#fff7ed 0%,#ffe9d2 100%);border:1px solid #fdba74}._error_197dh_114{color:#b42334;background:linear-gradient(#fff6f6 0%,#ffe8e8 100%);border:1px solid #ffc8c8}._section_197dh_69{gap:16px;display:grid}._sectionHead_197dh_69{gap:10px;display:grid}._screenList_197dh_142{gap:16px;display:grid}._screenCard_197dh_147{background:linear-gradient(#fff 0%,#f9fbff 100%);border:1px solid #1d37701a;border-radius:24px;overflow:clip;box-shadow:0 12px 28px #1322570f}._screenCardActive_197dh_155{border-color:#2252c32e;box-shadow:0 18px 36px #1f48a71a}._screenHeader_197dh_160{justify-content:space-between;align-items:start;gap:16px;padding:18px 20px;display:flex}._switchLabel_197dh_168{cursor:pointer;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:14px;display:grid}._switchLabel_197dh_168 input{opacity:0;pointer-events:none;position:absolute}._switchVisual_197dh_182{background:#d8e0f0;border-radius:999px;width:56px;height:32px;transition:background .16s;position:relative}._switchVisual_197dh_182:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .16s;position:absolute;top:4px;left:4px;box-shadow:0 4px 10px #1223582e}._switchLabel_197dh_168 input:checked+._switchVisual_197dh_182{background:linear-gradient(135deg,#1d4ed8,#3b82f6)}._switchLabel_197dh_168 input:checked+._switchVisual_197dh_182:after{transform:translate(24px)}._switchText_197dh_212{gap:5px;display:grid}._switchText_197dh_212 strong{color:#13265d;font-size:1.02rem}._switchText_197dh_212 span{color:#64748b;overflow-wrap:anywhere;line-height:1.6}._screenMeta_197dh_228{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}._screenMeta_197dh_228 span{color:#163784;white-space:nowrap;background:#11317414;border-radius:999px;padding:8px 12px;font-size:.74rem;font-weight:800}._screenBody_197dh_245{gap:18px;padding:0 20px 20px;display:grid}._actionMatrix_197dh_251{flex-wrap:wrap;gap:10px;display:flex}._actionChip_197dh_257{color:#445472;cursor:pointer;background:#fff;border:1px solid #1d37701a;border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:0 14px;font-weight:700;display:inline-flex}._actionChip_197dh_257 input{margin:0}._actionChipActive_197dh_275{color:#2047a3;background:#e4efffe6;border-color:#2252c333}._scopePanel_197dh_281{background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px solid #1d377014;border-radius:22px;gap:16px;padding:18px;display:grid}._scopeTop_197dh_80{justify-content:space-between;align-items:start;gap:16px;display:flex}._scopeTop_197dh_80 strong{color:#13265d;margin-bottom:6px;display:block}._scopeOptions_197dh_303{flex-wrap:wrap;gap:10px;display:flex}._scopeOptions_197dh_303 label{color:#274374;background:#fff;border:1px solid #1d37701a;border-radius:999px;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-weight:700;display:inline-flex}._scopeOptions_197dh_303 input,._resourceItem_197dh_323 input{margin:0}._filterBar_197dh_327{border-top:1px solid #1d377014;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:12px;padding:20px 0;display:grid}@media (width<=900px){._filterBar_197dh_327{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){._filterBar_197dh_327{grid-template-columns:1fr}}._filterField_197dh_348{flex-direction:column;gap:8px;display:flex}._filterField_197dh_348 label{color:#6b7b97;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._sectionHeader_197dh_362{margin-top:20px}._sectionKicker_197dh_366{color:#1f3c87;background:#10276114;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:7px 12px;font-size:.72rem;font-weight:600;display:inline-flex}._sectionHeader_197dh_362 h5{color:#122456;margin:10px 0 0;font-size:1rem;font-weight:600}._metaEmpty_197dh_386{color:#9ca3af;margin-top:4px;font-size:11px;font-weight:400}._filterBar_197dh_327 select{color:#13265d;min-height:46px;font:inherit;background:#fff;border:1px solid #1d37701f;border-radius:16px;padding:0 14px}._resourceList_197dh_403{gap:10px;max-height:300px;padding-right:4px;display:grid;overflow:auto}._resourceItem_197dh_323{cursor:pointer;background:#fff;border:1px solid #1d377017;border-radius:18px;align-items:center;gap:12px;padding:12px 14px;display:flex}._resourceItemSelected_197dh_422{background:#ebf2ffdb;border-color:#2252c32e}._resourceCopy_197dh_427{gap:4px;min-width:0;display:grid}._resourceCopy_197dh_427 strong{color:#13265d}._resourceCopy_197dh_427 small{color:#6b7b97;overflow-wrap:anywhere}._emptyResources_197dh_442{color:#6b7b97;text-align:center;border:1px dashed #1d377029;border-radius:16px;padding:14px 16px}@media (width<=920px){._introPanel_197dh_15{grid-template-columns:1fr}._screenHeader_197dh_160,._scopeTop_197dh_80{flex-direction:column;align-items:stretch}._screenMeta_197dh_228{justify-content:flex-start}}@media (width<=720px){._introPanel_197dh_15,._screenHeader_197dh_160,._screenBody_197dh_245,._scopePanel_197dh_281{padding-left:14px;padding-right:14px}._userCard_197dh_27{flex-direction:column;align-items:flex-start}._switchLabel_197dh_168{grid-template-columns:44px minmax(0,1fr);gap:10px}._filterBar_197dh_327{grid-template-columns:1fr}._actionMatrix_197dh_251{grid-template-columns:1fr 1fr;display:grid}._resourceList_197dh_403{max-height:min(36dvh,260px)}}@media (width<=560px){._actionMatrix_197dh_251{grid-template-columns:1fr}._scopeOptions_197dh_303{grid-template-columns:1fr;display:grid}._resourceItem_197dh_323{align-items:flex-start}._screenCard_197dh_147{border-radius:20px}}._page_1hb7i_1{gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:18px 0 88px;display:grid}._hero_1hb7i_10{background:radial-gradient(circle at 0 0,#4779ff29,#0000 34%),radial-gradient(circle at 100% 0,#00b09b24,#0000 30%),linear-gradient(#fffffff5 0%,#f4f8fff5 100%);border:1px solid #1d37701f;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 28px 80px #1322571f}._heroTop_1hb7i_22{grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:20px;padding:28px 28px 18px;display:grid}._heroCopy_1hb7i_29{align-content:start;gap:12px;display:grid}._heroEyebrow_1hb7i_35,._sectionKicker_1hb7i_36,._formEyebrow_1hb7i_37{color:#1f3c87;letter-spacing:.08em;text-transform:uppercase;background:#10276114;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:7px 12px;font-size:.72rem;font-weight:800;display:inline-flex}._heroTitle_1hb7i_52{color:#122456;letter-spacing:-.04em;max-width:12ch;margin:0;font-size:clamp(1.95rem,3vw,3rem);line-height:1.02}._heroDescription_1hb7i_61{color:#4e5d7f;max-width:68ch;margin:0;font-size:1rem;line-height:1.7}._heroMetrics_1hb7i_69{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}._metricCard_1hb7i_75{background:#ffffffc2;border:1px solid #1d37701a;border-radius:20px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid;box-shadow:inset 0 1px #fff9}._metricIcon_1hb7i_87{color:#fff;background:linear-gradient(135deg,#16338b,#2b67d2);border-radius:16px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 14px 28px #204aa138}._metricLabel_1hb7i_98{color:#61708f;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:.78rem;font-weight:700;display:block}._metricValue_1hb7i_108{color:#10245b;font-size:1.25rem;line-height:1}._toolbarPanel_1hb7i_114{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:0 28px 22px;display:grid}._searchWrap_1hb7i_122{position:relative}._searchIcon_1hb7i_126{color:#7081a7;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}._searchInput_1hb7i_135{color:#10245b;width:100%;min-height:54px;font:inherit;background:#ffffffdb;border:1px solid #1d377024;border-radius:18px;padding:0 18px 0 48px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:inset 0 1px #ffffffb3}._searchInput_1hb7i_135::placeholder{color:#8090af}._searchInput_1hb7i_135:focus{border-color:#2252c370;outline:none;box-shadow:0 0 0 4px #3166e11a}._toolbarMeta_1hb7i_158{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._countChip_1hb7i_165,._softChip_1hb7i_166{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;font-size:.8rem;font-weight:800;display:inline-flex}._countChip_1hb7i_165{color:#163784;background:#11317417}._softChip_1hb7i_166{color:#0d6b61;background:#009b881a}._toolbarActions_1hb7i_187{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}._newBtn_1hb7i_194,._filterToggleBtn_1hb7i_195,._clearBtn_1hb7i_196,._dangerGhost_1hb7i_197,._quickBtn_1hb7i_198{font:inherit;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s,color .15s,opacity .15s}._newBtn_1hb7i_194{color:#fff;background:linear-gradient(135deg,#ed5a68 0%,#cd284f 100%);border:none;border-radius:18px;min-height:54px;padding:0 20px;font-weight:800;box-shadow:0 18px 38px #cc355842}._newBtn_1hb7i_194:hover:not(:disabled),._filterToggleBtn_1hb7i_195:hover:not(:disabled),._clearBtn_1hb7i_196:hover:not(:disabled),._dangerGhost_1hb7i_197:hover:not(:disabled),._quickBtn_1hb7i_198:hover:not(:disabled){transform:translateY(-1px)}._newBtn_1hb7i_194:disabled{opacity:.55;cursor:not-allowed}._filterToggleBtn_1hb7i_195{color:#163784;background:#ffffffd1;border:1px solid #1d377024;border-radius:18px;align-items:center;gap:10px;min-height:54px;padding:0 18px;font-weight:700;display:inline-flex;position:relative}._filterToggleBtnActive_1hb7i_241{background:#dfeaffe6;border-color:#2252c342;box-shadow:0 12px 28px #2851ae1f}._filterBadgeDot_1hb7i_247{background:#e93962;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #e9396229}._filterPanel_1hb7i_255{opacity:0;max-height:0;transition:max-height .22s,opacity .18s,transform .18s;overflow:hidden;transform:translateY(-6px)}._filterPanelOpen_1hb7i_263{opacity:1;max-height:min(68vh,620px);overflow:auto;transform:translateY(0)}._filterPanelInner_1hb7i_270{grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:14px;padding:0 28px 26px;display:grid}._filterGroup_1hb7i_277,._field_1hb7i_278,._inlineControl_1hb7i_279{gap:8px;display:grid}._filterGroup_1hb7i_277 label,._field_1hb7i_278 label,._inlineControl_1hb7i_279 span{color:#5e6b8a;letter-spacing:.08em;text-transform:uppercase;font-size:.73rem;font-weight:800}._filterGroup_1hb7i_277 input,._filterGroup_1hb7i_277 select,._field_1hb7i_278 input,._field_1hb7i_278 select,._actions_1hb7i_298 select{color:#10245b;width:100%;min-height:46px;font:inherit;background:#fffffff0;border:1px solid #1d377024;border-radius:16px;padding:0 14px;transition:border-color .15s,box-shadow .15s,background .15s}._filterGroup_1hb7i_277 input:focus,._filterGroup_1hb7i_277 select:focus,._field_1hb7i_278 input:focus,._field_1hb7i_278 select:focus,._actions_1hb7i_298 select:focus{border-color:#2252c366;outline:none;box-shadow:0 0 0 4px #3166e11a}._filterActions_1hb7i_320{align-items:end;display:flex}._clearBtn_1hb7i_196{color:#163784;background:#fff;border:1px solid #1d37701f;border-radius:16px;min-height:46px;padding:0 18px;font-weight:700}._clearBtn_1hb7i_196:disabled{opacity:.46}._toast_1hb7i_339,._alertError_1hb7i_340{border-radius:18px;margin:0 28px 24px;padding:14px 16px;font-size:.92rem;font-weight:700}._success_1hb7i_348{color:#0d6b3d;background:linear-gradient(#effbf5 0%,#dff7ea 100%);border:1px solid #bdeccf}._error_1hb7i_354,._alertError_1hb7i_340{color:#b42334;background:linear-gradient(#fff6f6 0%,#ffe7e7 100%);border:1px solid #ffc7c7}._heroStats_1hb7i_361{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}._statCard_1hb7i_367{text-align:left;background:linear-gradient(#fffffff5 0%,#f9fbfff5 100%);border:1px solid #1d37701a;border-radius:24px;gap:10px;min-height:170px;padding:20px 22px;display:grid;box-shadow:0 16px 42px #10225b14}._statCard_1hb7i_367:hover{transform:translateY(-2px)}._statCardSelected_1hb7i_383{border-color:#1d377038;box-shadow:0 22px 48px #10225b24}._statLabel_1hb7i_388{color:#586987;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}._statNum_1hb7i_396{color:#10245b;letter-spacing:-.04em;font-size:clamp(2rem,3vw,2.75rem);line-height:1}._statDetail_1hb7i_403{color:#657495;max-width:28ch;font-size:.94rem;line-height:1.55}._stat_active_1hb7i_410{background:linear-gradient(#fff 0%,#ecfff6 100%)}._stat_awaiting_1hb7i_414{background:linear-gradient(#fff 0%,#fff9ea 100%)}._stat_problem_1hb7i_418{background:linear-gradient(#fff 0%,#fff0f0 100%)}._stat_suspended_1hb7i_422{background:linear-gradient(#fff 0%,#f5f7fa 100%)}._contentSection_1hb7i_426{background:linear-gradient(#fffffffa 0%,#f7fafffa 100%);border:1px solid #1d37701a;border-radius:30px;box-shadow:0 24px 60px #10225b14}._sectionTopbar_1hb7i_433{border-bottom:1px solid #1d377014;justify-content:space-between;align-items:end;gap:24px;padding:26px 28px 18px;display:flex}._sectionTopbar_1hb7i_433 h3{color:#122456;letter-spacing:-.03em;margin:12px 0 8px;font-size:clamp(1.35rem,2vw,1.8rem)}._sectionTopbar_1hb7i_433 p{color:#62718e;max-width:68ch;margin:0;line-height:1.7}._sectionSummary_1hb7i_456{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}._sectionSummary_1hb7i_456 span{color:#163784;white-space:nowrap;background:#11317414;border-radius:999px;padding:10px 14px;font-size:.78rem;font-weight:800}._tableWrap_1hb7i_473{padding:0 14px 16px;overflow-x:auto}._table_1hb7i_473{border-collapse:separate;border-spacing:0 12px;width:100%}._th_1hb7i_484{color:#5f6f90;letter-spacing:.08em;text-transform:uppercase;text-align:left;padding:0 14px 6px;font-size:.72rem;font-weight:800}._row_1hb7i_494 td{vertical-align:top;background:#fff;border-top:1px solid #1d377014;border-bottom:1px solid #1d377014;transition:transform .15s,box-shadow .15s,background .15s}._row_1hb7i_494 td:first-child{border-left:1px solid #1d377014;border-top-left-radius:22px;border-bottom-left-radius:22px}._row_1hb7i_494 td:last-child{border-right:1px solid #1d377014;border-top-right-radius:22px;border-bottom-right-radius:22px}._row_1hb7i_494:hover td{background:linear-gradient(#fff 0%,#f8fbff 100%);box-shadow:0 18px 32px #1632710f}._td_1hb7i_519,._tdUser_1hb7i_520,._tdDates_1hb7i_521,._tdActions_1hb7i_522{padding:18px 14px}._tdUser_1hb7i_520{min-width:270px}._userSummary_1hb7i_530{gap:14px;display:grid}._userIdentity_1hb7i_535{align-items:center;gap:14px;display:flex}._userAvatarThumb_1hb7i_541,._avatarThumbLg_1hb7i_542{color:#fff;background:linear-gradient(135deg,#f26172 0%,#e53b67 55%,#8d3ee0 100%);border-radius:24px;place-items:center;display:grid;overflow:hidden;box-shadow:0 22px 40px #d14a743d}._userAvatarThumb_1hb7i_541{flex-shrink:0;width:52px;height:52px;font-size:1rem;font-weight:800}._userAvatarImg_1hb7i_560,._avatarThumbImg_1hb7i_561{object-fit:cover;width:100%;height:100%}._userHeadline_1hb7i_567{gap:6px;min-width:0;display:grid}._userNameRow_1hb7i_573{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._userName_1hb7i_573{color:#122456;font-size:1rem;line-height:1.2}._superAdminTag_1hb7i_586{color:#2852b7;letter-spacing:.08em;text-transform:uppercase;background:#2252c31a;border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:800}._userEmail_1hb7i_597{color:#667693;overflow-wrap:anywhere;font-size:.88rem}._userMetaList_1hb7i_603{flex-wrap:wrap;gap:8px;display:flex}._metaPill_1hb7i_609,._presencePill_1hb7i_610{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.78rem;font-weight:700;display:inline-flex}._metaPill_1hb7i_609{color:#4d628a;background:#f2f6ff}._presencePill_1hb7i_610{border:1px solid #0000}._presenceOnline_1hb7i_630{color:#0d7a57;background:#13b77e1f}._presenceOffline_1hb7i_635{color:#53627f;background:#697ca11f}._presenceDot_1hb7i_640{background:currentColor;border-radius:999px;width:8px;height:8px}._cellStack_1hb7i_647{align-content:start;gap:8px;display:grid}._cellLabel_1hb7i_653{color:#63728f;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}._cellHint_1hb7i_661,._naText_1hb7i_662,._saving_1hb7i_663,._metaEmpty_1hb7i_664{color:#7181a2;font-size:.79rem}._situacaoBadge_1hb7i_669{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;padding:0 14px;font-size:.76rem;font-weight:800;display:inline-flex}._sit_active_1hb7i_682{color:#0a6d48;background:#def7eb}._sit_awaiting_1hb7i_683{color:#9a6300;background:#fff0c8}._sit_problem_1hb7i_684{color:#b42334;background:#ffe0e0}._sit_suspended_1hb7i_685{color:#5f6f90;background:#eef2f8}._sit_pipeline_1hb7i_686{color:#1d4ed8;background:#e4efff}._sit_staff_1hb7i_687{color:#0a7b71;background:#dcf4ef}._row_problem_1hb7i_689 td:first-child{box-shadow:inset 4px 0 #d7264c}._row_awaiting_1hb7i_693 td:first-child{box-shadow:inset 4px 0 #d58900}._row_active_1hb7i_697 td:first-child{box-shadow:inset 4px 0 #0ea76f}._datesGrid_1hb7i_701{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:200px;display:grid}._dateCard_1hb7i_708{background:#f7f9fd;border-radius:16px;gap:4px;padding:10px 12px;display:grid}._dateCard_1hb7i_708 strong{color:#172b61;font-size:.84rem}._dateLabel_1hb7i_721{color:#7080a2;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}._actions_1hb7i_298{gap:12px;min-width:270px;display:grid}._actionTop_1hb7i_735{gap:10px;display:grid}._readOnlyField_1hb7i_740 strong{color:#10245b;font-size:.92rem}._quickActions_1hb7i_745{flex-wrap:wrap;gap:8px;display:flex}._quickBtn_1hb7i_198{border:1px solid #0000;border-radius:14px;min-height:40px;padding:0 14px;font-size:.78rem;font-weight:800}._quickBtn_1hb7i_198:disabled,._dangerGhost_1hb7i_197:disabled{opacity:.45;cursor:not-allowed}._edit_1hb7i_766{color:#234eb6;background:#e4efff}._secondary_1hb7i_771{color:#3658a1;background:#eff4ff;border-color:#234eb61f}._suspend_1hb7i_777,._delete_1hb7i_778,._dangerGhost_1hb7i_197{color:#b42334;background:#fff0f2}._reactivate_1hb7i_784{color:#0d7a57;background:#e4fff5}._contentSection_1hb7i_426 ._empty_1hb7i_789,._loadingPanel_1hb7i_790{margin:0 18px 18px}._loadingPanel_1hb7i_790,._empty_1hb7i_789{text-align:center;background:linear-gradient(#fff 0%,#f7faff 100%);border:1px dashed #1d377024;border-radius:24px;place-items:center;gap:12px;min-height:280px;padding:30px;display:grid}._loadingCopy_1hb7i_807{gap:6px;display:grid}._loadingCopy_1hb7i_807 strong,._emptyTitle_1hb7i_813{color:#10245b;font-size:1.02rem}._loadingCopy_1hb7i_807 span,._emptyHint_1hb7i_819{color:#6a7998;max-width:38ch;line-height:1.65}._emptyIcon_1hb7i_825{color:#6f7ea1;opacity:.45}._formPanel_1hb7i_830{gap:22px;display:grid}._formHero_1hb7i_835{background:linear-gradient(#fff 0%,#f7faff 100%);border:1px solid #1d377017;border-radius:26px;grid-template-columns:minmax(0,1fr) minmax(230px,280px);gap:18px;padding:20px;display:grid}._avatarCluster_1hb7i_845{align-items:center;gap:18px;display:flex}._avatarThumbLg_1hb7i_542{border-radius:28px;flex-shrink:0;width:88px;height:88px;font-size:1.75rem;font-weight:800}._avatarInfo_1hb7i_860{gap:8px;display:grid}._avatarInfo_1hb7i_860 h3{color:#122456;letter-spacing:-.03em;margin:0;font-size:1.4rem}._avatarInfo_1hb7i_860 p{color:#657495;margin:0;line-height:1.6}._avatarActions_1hb7i_878{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}._dangerGhost_1hb7i_197{border:1px solid #b4233424;border-radius:14px;min-height:40px;padding:0 14px}._formHeroAside_1hb7i_892{gap:10px;display:grid}._formStat_1hb7i_897{background:#ffffffd9;border:1px solid #1d377014;border-radius:20px;padding:14px 16px}._formStat_1hb7i_897 span{color:#687895;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:800;display:block}._formStat_1hb7i_897 strong{color:#122456;font-size:1rem}._formLayout_1hb7i_919{gap:18px;display:grid}._formSection_1hb7i_924{background:#fff;border:1px solid #1d377014;border-radius:24px;gap:16px;padding:20px;display:grid}._sectionHeader_1hb7i_933 h4{color:#122456;margin:10px 0 0;font-size:1.08rem}._formGrid_1hb7i_939{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}._fieldWide_1hb7i_945{grid-column:1/-1}._objectiveGrid_1hb7i_949{background:#f7faff;border:1px solid #1d37701a;border-radius:18px;flex-wrap:wrap;gap:10px;padding:14px;display:flex}._objectiveCheck_1hb7i_959{color:#3f4f72;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #1d37701a;border-radius:14px;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;font-size:.86rem;font-weight:700;transition:all .2s;display:inline-flex}._objectiveCheck_1hb7i_959:hover{background:#f0f6ff;border-color:#1d37704d}._objectiveCheck_1hb7i_959 input{cursor:pointer;-webkit-appearance:checkbox;accent-color:#1d3770;border:none;outline:none;flex-shrink:0;width:16px;height:16px;margin:0;padding:0}._objectiveCheck_1hb7i_959 input:focus{box-shadow:none;outline:none}._objectiveCheck_1hb7i_959 input:focus-visible{outline:none}._formActions_1hb7i_1005{justify-content:flex-end;display:flex}@media (width<=1180px){._heroTop_1hb7i_22,._toolbarPanel_1hb7i_114{grid-template-columns:1fr}._toolbarActions_1hb7i_187{justify-content:flex-start}._filterPanelInner_1hb7i_270,._heroStats_1hb7i_361{grid-template-columns:repeat(2,minmax(0,1fr))}._formHero_1hb7i_835{grid-template-columns:1fr}}@media (width<=920px){._page_1hb7i_1{gap:20px}._heroTop_1hb7i_22,._toolbarPanel_1hb7i_114,._filterPanelInner_1hb7i_270,._sectionTopbar_1hb7i_433{padding-left:20px;padding-right:20px}._toast_1hb7i_339,._alertError_1hb7i_340{margin-left:20px;margin-right:20px}._tableWrap_1hb7i_473{padding-left:10px;padding-right:10px}._formGrid_1hb7i_939{grid-template-columns:1fr 1fr}._table_1hb7i_473{min-width:980px}}@media (width<=720px){._heroMetrics_1hb7i_69,._heroStats_1hb7i_361,._filterPanelInner_1hb7i_270,._formGrid_1hb7i_939,._datesGrid_1hb7i_701{grid-template-columns:1fr}._avatarCluster_1hb7i_845,._sectionTopbar_1hb7i_433{flex-direction:column;align-items:start}._actions_1hb7i_298{min-width:220px}._tableWrap_1hb7i_473{overflow-x:auto}._th_1hb7i_484{white-space:nowrap}._formActions_1hb7i_1005{justify-content:stretch}._formActions_1hb7i_1005 .btn{justify-content:center;width:100%}}@media (width<=980px){._table_1hb7i_473{border-spacing:0;min-width:0}._table_1hb7i_473 thead{display:none}._table_1hb7i_473,._table_1hb7i_473 tbody{display:block}._row_1hb7i_494{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #1d37701a;border-radius:22px;gap:10px;margin-bottom:12px;padding:12px;display:grid}._row_1hb7i_494 td,._row_1hb7i_494 td:first-child,._row_1hb7i_494 td:last-child{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0;display:block}._row_1hb7i_494:hover td{box-shadow:none;background:0 0}._row_problem_1hb7i_689 td:first-child,._row_awaiting_1hb7i_693 td:first-child,._row_active_1hb7i_697 td:first-child{box-shadow:none}._td_1hb7i_519,._tdUser_1hb7i_520,._tdDates_1hb7i_521,._tdActions_1hb7i_522{padding:0}._userSummary_1hb7i_530,._cellStack_1hb7i_647,._actions_1hb7i_298{background:#fff;border:1px solid #1d377014;border-radius:18px;padding:12px}._actions_1hb7i_298,._datesGrid_1hb7i_701{min-width:0}._sectionSummary_1hb7i_456{justify-content:flex-start}}@media (width<=560px){._heroTop_1hb7i_22,._toolbarPanel_1hb7i_114,._filterPanelInner_1hb7i_270,._sectionTopbar_1hb7i_433{padding-left:14px;padding-right:14px}._toast_1hb7i_339,._alertError_1hb7i_340,._contentSection_1hb7i_426 ._empty_1hb7i_789,._loadingPanel_1hb7i_790{margin-left:14px;margin-right:14px}._hero_1hb7i_10{border-radius:22px}._contentSection_1hb7i_426{border-radius:24px}._newBtn_1hb7i_194,._filterToggleBtn_1hb7i_195{justify-content:center;width:100%}}._page_ppg2n_1{gap:18px;padding:24px;display:grid}._metrics_ppg2n_7{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}._metricCard_ppg2n_13{background:#fff;border:1px solid #dbe4f3;border-radius:14px;gap:6px;padding:14px 16px;display:grid}._metricCard_ppg2n_13 span{color:#4c5b72;text-transform:uppercase;letter-spacing:.08em;font-size:12px}._metricCard_ppg2n_13 strong{color:#0f1e36;font-size:28px}._panel_ppg2n_34{background:#fff;border:1px solid #dbe4f3;border-radius:14px;gap:14px;padding:16px;display:grid}._toolbar_ppg2n_43{grid-template-columns:1.6fr 1fr 1fr;gap:10px;display:grid}._search_ppg2n_49,._select_ppg2n_50{color:#10213e;background:#f7faff;border:1px solid #c8d4e8;border-radius:10px;width:100%;padding:10px 12px;font-size:14px}._search_ppg2n_49{background:#fbfdff}._search_ppg2n_49:focus,._select_ppg2n_50:focus{border-color:#7aa7ff;outline:none;box-shadow:0 0 0 3px #3575ff24}._selectWrap_ppg2n_71{position:relative}._select_ppg2n_50{appearance:none;cursor:pointer;background:linear-gradient(#fff 0%,#f4f8ff 100%);border:1px solid #bccde8;padding-right:36px;font-weight:600}._selectIcon_ppg2n_86{color:#3f5f95;pointer-events:none;font-size:15px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}._error_ppg2n_96{color:#8b1c2f;background:#fff0f3;border:1px solid #f3b6c0;border-radius:10px;padding:10px 12px}._tableWrap_ppg2n_104{overflow-x:auto}._table_ppg2n_104{border-collapse:collapse;width:100%;min-width:760px}._table_ppg2n_104 th,._table_ppg2n_104 td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5ecf8;padding:11px 10px}._table_ppg2n_104 th{text-transform:uppercase;letter-spacing:.06em;color:#4f607d;font-size:12px}._userCell_ppg2n_129{gap:2px;display:grid}._userCell_ppg2n_129 strong{color:#12213f}._userCell_ppg2n_129 small{color:#5c6f90}._statusPill_ppg2n_142,._segmentPill_ppg2n_143{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}._statusPill_ppg2n_142{color:#2e4e82;background:#f5f8ff;border:1px solid #d6e2f7}._segmentPill_ppg2n_143{border:1px solid #0000}._badgeActive_ppg2n_162{color:#11693a;background:#e7f7eb;border-color:#c7ebd2}._badgeExpire_ppg2n_168{color:#8b5200;background:#fff4e5;border-color:#f7d8a8}._badgeInactive_ppg2n_174{color:#4b5a73;background:#f1f3f7;border-color:#dbe1ea}._empty_ppg2n_180{text-align:center;color:#6f7f98;padding:28px 12px}@media (width<=1024px){._metrics_ppg2n_7{grid-template-columns:repeat(2,minmax(0,1fr))}._toolbar_ppg2n_43{grid-template-columns:1fr}}:root{--ag-surface:#fff;--ag-surface-soft:#f8faff;--ag-line:#e4eaf4;--ag-line-strong:#c9d4e8;--ag-text:#1a1a2e;--ag-text-soft:#5f6f8d;--ag-text-muted:#8d9ab4;--ag-primary:#1a1f8f;--ag-primary-mid:#2a31c4;--ag-primary-soft:#eef2ff;--ag-primary-strong:#13176b;--ag-success:#16a34a;--ag-success-soft:#dcfce7;--ag-warning:#d97706;--ag-warning-soft:#fef3c7;--ag-danger:#dc2626;--ag-danger-soft:#fee2e2;--ag-accent:#e63560;--ag-whatsapp:#25d366;--ag-whatsapp-dark:#128c45;--ag-shadow-sm:0 1px 3px #1a1f8f14;--ag-shadow-md:0 4px 16px #1a1f8f1f;--ag-shadow-lg:0 8px 32px #1a1f8f29;--ag-transition-fast:.14s ease;--ag-transition-base:.2s ease;--ag-transition-slow:.22s ease-out}._page_cwah0_32{width:100%;max-width:1360px;color:var(--ag-text);flex-direction:column;gap:20px;margin:0 auto;padding:16px 0 80px;display:flex}._toolbar_cwah0_44{flex-wrap:wrap;align-items:center;gap:12px;padding:0 28px;display:flex}._toolbarSearch_cwah0_52{flex:1;align-items:center;max-width:320px;display:flex;position:relative}._topbarSearchIcon_cwah0_60{color:var(--ag-text-muted);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}._topbarSearchInput_cwah0_69{width:100%;height:40px;color:var(--ag-text);transition:border-color var(--ag-transition-fast), box-shadow var(--ag-transition-fast);background:#fff;border:1px solid #1a1f8f1f;border-radius:20px;outline:none;padding:0 16px 0 38px;font-size:.88rem;box-shadow:inset 0 1px 3px #1a1f8f0f}._topbarSearchInput_cwah0_69::placeholder{color:var(--ag-text-muted)}._topbarSearchInput_cwah0_69:focus{border-color:#1a1f8f4d;box-shadow:inset 0 1px 3px #1a1f8f0f,0 0 0 3px #1a1f8f14}._toolbarRight_cwah0_94{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}._totalChip_cwah0_102{color:var(--ag-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700}._newBtn_cwah0_112{color:#fff;cursor:pointer;min-height:40px;transition:transform var(--ag-transition-fast), box-shadow var(--ag-transition-fast), filter var(--ag-transition-fast);background:linear-gradient(135deg,#e63560 0%,#c42250 100%);border:none;border-radius:12px;align-items:center;gap:7px;padding:0 18px;font-size:.88rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #e635604d}._newBtn_cwah0_112:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #e6356061}._newBtn_cwah0_112:disabled{opacity:.55;cursor:not-allowed}._filterToggleBtn_cwah0_143{width:40px;height:40px;color:var(--ag-text-soft);cursor:pointer;transition:background var(--ag-transition-fast), border-color var(--ag-transition-fast), color var(--ag-transition-fast), transform var(--ag-transition-fast);background:#fff;border:1.5px solid #1a1f8f26;border-radius:10px;flex-shrink:0;place-items:center;display:grid;position:relative}._filterToggleBtn_cwah0_143:hover{background:var(--ag-primary-soft);color:var(--ag-primary);border-color:#1a1f8f40;transform:translateY(-1px)}._filterToggleBtnActive_cwah0_169{background:var(--ag-primary-soft);color:var(--ag-primary);border-color:#1a1f8f4d}._filterBadgeDot_cwah0_175{background:var(--ag-danger);border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}._toast_cwah0_187{white-space:nowrap;animation:_toastEnter_cwah0_1 var(--ag-transition-slow);border:1px solid #0000;border-radius:12px;padding:9px 14px;font-size:.83rem;font-weight:700}._success_cwah0_197{background:var(--ag-success-soft);color:#15803d;border-color:#bbf7d0}._error_cwah0_203{background:var(--ag-danger-soft);color:var(--ag-danger);border-color:#fca5a5}@keyframes _toastEnter_cwah0_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._heroStats_cwah0_215{flex-wrap:nowrap;gap:16px;padding:0 4px;display:flex;overflow-x:auto}._statCard_cwah0_223{border:1px solid var(--ag-line);min-width:140px;box-shadow:var(--ag-shadow-sm);transition:box-shadow var(--ag-transition-base), transform var(--ag-transition-base);background:#fff;border-radius:16px;flex:1;align-items:center;gap:16px;padding:20px 24px;display:flex}._statCard_cwah0_223:hover{box-shadow:var(--ag-shadow-md);transform:translateY(-1px)}._statCardTotal_cwah0_244{border-left:4px solid var(--ag-primary)}._statCardActive_cwah0_245{border-left:4px solid var(--ag-success)}._statCardInactive_cwah0_246{border-left:4px solid #9ca3af}._statIcon_cwah0_248{flex-shrink:0;font-size:1.5rem}._statContent_cwah0_250{flex-direction:column;gap:3px;display:flex}._statValue_cwah0_256{color:var(--ag-text);font-size:1.75rem;font-weight:800;line-height:1}._statValueActive_cwah0_263{color:var(--ag-success)}._statValueInactive_cwah0_264{color:#6b7280}._statLabel_cwah0_266{text-transform:uppercase;letter-spacing:.07em;color:var(--ag-text-muted);font-size:.72rem;font-weight:700}._filterPanel_cwah0_275{opacity:0;visibility:hidden;max-height:0;transition:max-height var(--ag-transition-slow), opacity var(--ag-transition-base), visibility 0s var(--ag-transition-slow);overflow:hidden}._filterPanelOpen_cwah0_286{opacity:1;visibility:visible;max-height:240px;transition:max-height var(--ag-transition-slow), opacity var(--ag-transition-base), visibility 0s 0s}._filterPanelInner_cwah0_296{border:1px solid var(--ag-line);box-shadow:var(--ag-shadow-sm);background:#fff;border-radius:16px;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 20px;display:flex}._filterMobileSearch_cwah0_308{flex:1;min-width:200px;display:none}._searchWrap_cwah0_314{position:relative}._searchIcon_cwah0_316{color:var(--ag-text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}._searchInput_cwah0_325{box-sizing:border-box;background:var(--ag-surface);width:100%;height:40px;color:var(--ag-text);transition:border-color var(--ag-transition-fast), box-shadow var(--ag-transition-fast);border:1px solid #1a1f8f26;border-radius:10px;outline:none;padding:0 14px 0 36px;font-size:.88rem}._searchInput_cwah0_325:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._statusFilter_cwah0_346{flex-direction:column;flex:none;gap:8px;display:flex}._statusFilter_cwah0_346 ._filterLabel_cwah0_353{margin-right:0}._geoFilters_cwah0_357{flex-direction:column;flex:1;gap:12px;display:flex}._geoFilters_cwah0_357 ._field_cwah0_364{flex-direction:column;gap:6px;display:flex}._geoFilters_cwah0_357 ._geoRow_cwah0_370{grid-template-columns:repeat(3,1fr)}._filterSelect_cwah0_374{border:1px solid var(--ag-line);min-height:40px;color:var(--ag-text);transition:border-color var(--ag-transition-base);background:#fff;border-radius:8px;padding:0 12px;font-family:inherit;font-size:.9rem}._filterSelect_cwah0_374:hover{border-color:var(--ag-line-strong)}._filterSelect_cwah0_374:focus{border-color:var(--ag-primary);outline:none;box-shadow:0 0 0 3px #1a1f8f1a}._geoSection_cwah0_396{border-top:1px solid var(--ag-line);border-bottom:1px solid var(--ag-line);gap:16px;padding:16px 0;display:grid}._geoRow_cwah0_370{grid-template-columns:1fr 1fr;gap:16px;display:grid}._geoRow_cwah0_370 ._field_cwah0_364{flex-direction:column;gap:8px;display:flex}._geoRow_cwah0_370 ._field_cwah0_364 label{text-transform:uppercase;letter-spacing:.5px;color:#374151;font-size:.8rem;font-weight:600}@media (width<=600px){._geoRow_cwah0_370{grid-template-columns:1fr}}._filterLabel_cwah0_353{text-transform:uppercase;letter-spacing:.07em;color:var(--ag-text-muted);white-space:nowrap;font-size:.7rem;font-weight:800}._pillGroup_cwah0_439{gap:6px;display:flex}._pill_cwah0_439{border:1.5px solid var(--ag-line);height:34px;color:var(--ag-text-soft);cursor:pointer;transition:background var(--ag-transition-fast), border-color var(--ag-transition-fast), color var(--ag-transition-fast), transform var(--ag-transition-fast);background:#fff;border-radius:999px;padding:0 14px;font-size:.82rem;font-weight:700}._pill_cwah0_439:hover{background:var(--ag-primary-soft);color:var(--ag-primary);border-color:#1a1f8f40;transform:translateY(-1px)}._pillActive_cwah0_465{background:var(--ag-primary-soft);color:var(--ag-primary);border-color:#1a1f8f59;font-weight:800}._clearBtn_cwah0_472{height:34px;color:var(--ag-accent);cursor:pointer;white-space:nowrap;transition:background var(--ag-transition-fast), border-color var(--ag-transition-fast), transform var(--ag-transition-fast);background:#fff;border:1.5px solid #e6356040;border-radius:10px;padding:0 14px;font-size:.82rem;font-weight:700}._clearBtn_cwah0_472:hover{background:#e635600f;border-color:#e6356066;transform:translateY(-1px)}._alertError_cwah0_496{background:var(--ag-danger-soft);color:var(--ag-danger);border:1px solid #fca5a5;border-radius:12px;padding:12px 16px;font-size:.87rem;font-weight:600}._loadingState_cwah0_506{border:1px solid var(--ag-line);background:var(--ag-surface);min-height:200px;box-shadow:var(--ag-shadow-sm);border-radius:20px;place-items:center;display:grid}._emptyState_cwah0_516{text-align:center;border:1.5px dashed var(--ag-line-strong);background:var(--ag-surface);min-height:280px;box-shadow:var(--ag-shadow-sm);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}._emptyIllustration_cwah0_531{background:var(--ag-primary-soft);border-radius:24px;place-items:center;width:76px;height:76px;margin-bottom:4px;font-size:2rem;display:grid}._emptyTitle_cwah0_542{color:var(--ag-text);font-size:1.05rem;font-weight:700}._emptySubtitle_cwah0_548{max-width:380px;color:var(--ag-text-soft);margin:0;font-size:.9rem;line-height:1.55}._groupGrid_cwah0_557{grid-template-columns:repeat(3,1fr);gap:20px;padding:4px;display:grid}._groupCard_cwah0_565{box-shadow:var(--ag-shadow-sm);transition:transform var(--ag-transition-base), box-shadow var(--ag-transition-base), border-color var(--ag-transition-base);background:#fff;border:1px solid #1a1f8f12;border-radius:20px;flex-direction:column;gap:16px;padding:22px;display:flex}._groupCard_cwah0_565:hover{box-shadow:var(--ag-shadow-md);border-color:#1a1f8f1f;transform:translateY(-2px)}._groupCardInactive_cwah0_586{opacity:.7}._cardHeader_cwah0_591{align-items:flex-start;gap:14px;display:flex}._cardHeaderText_cwah0_598{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}._cardTitleRow_cwah0_606{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}._cardCountry_cwah0_613{color:var(--ag-text);margin:0;font-size:1.05rem;font-weight:800;line-height:1.2}._badgeActive_cwah0_621,._badgeInactive_cwah0_622{white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;min-height:24px;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}._badgeActive_cwah0_621{background:var(--ag-success-soft);color:#15803d}._badgeInactive_cwah0_622{color:#6b7280;background:#f3f4f6}._cardChips_cwah0_644{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._objectiveChip_cwah0_651{color:#1a1f8f;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#eef2ff;border-radius:999px;align-items:center;min-height:22px;padding:0 9px;font-size:.7rem;font-weight:800;display:inline-flex}._regionChip_cwah0_666{border:1px solid var(--ag-line);min-height:22px;color:var(--ag-text-soft);white-space:nowrap;background:#f5f7fb;border-radius:999px;align-items:center;gap:4px;padding:0 9px;font-size:.75rem;font-weight:600;display:inline-flex}._cardOccupancy_cwah0_682{background:var(--ag-surface-soft);border:1px solid var(--ag-line);border-radius:14px;flex-direction:column;gap:8px;padding:16px;display:flex}._occupancyHeader_cwah0_692{justify-content:space-between;align-items:center;gap:8px;display:flex}._occupancyLabel_cwah0_699{text-transform:uppercase;letter-spacing:.06em;color:var(--ag-text-muted);font-size:.72rem;font-weight:800}._occupancyCount_cwah0_707{color:var(--ag-text);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:.88rem;font-weight:800;display:flex}._occupancyCountFull_cwah0_717{color:var(--ag-danger)}._fullPill_cwah0_721{background:var(--ag-danger-soft);color:var(--ag-danger);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:1px 7px;font-size:.68rem;font-weight:800;display:inline-flex}._occupancyTrack_cwah0_734{background:var(--ag-line);border-radius:999px;height:8px;overflow:hidden}._occupancyFill_cwah0_741{border-radius:999px;height:100%;transition:width .4s}._fillPrimary_cwah0_748{background:linear-gradient(90deg,#2a31c4 0%,#1a1f8f 100%)}._fillWarning_cwah0_752{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}._fillDanger_cwah0_756{background:linear-gradient(90deg,#f87171 0%,#dc2626 100%)}._occupancyPct_cwah0_760{color:var(--ag-text-muted);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:600}._cardDivider_cwah0_768{background:var(--ag-line);border-radius:1px;height:1px}._cardFooter_cwah0_774{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}._cardDate_cwah0_782{color:var(--ag-text-muted);white-space:nowrap;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:inline-flex}._cardActions_cwah0_792{align-items:center;gap:6px;display:flex}._actionLink_cwah0_799,._actionEdit_cwah0_800,._actionDeactivate_cwah0_801,._actionActivate_cwah0_802{cursor:pointer;white-space:nowrap;height:34px;transition:background var(--ag-transition-fast), border-color var(--ag-transition-fast), transform var(--ag-transition-fast), box-shadow var(--ag-transition-fast);border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}._actionLink_cwah0_799{color:var(--ag-whatsapp-dark);background:#25d36614;border:1.5px solid #25d3664d;text-decoration:none}._actionLink_cwah0_799:hover{background:#25d36626;border-color:#25d36680;transform:translateY(-1px);box-shadow:0 4px 10px #25d36633}._actionEdit_cwah0_800{background:var(--ag-primary-soft);color:var(--ag-primary);border:1.5px solid #1a1f8f2e}._actionEdit_cwah0_800:hover:not(:disabled){background:#dde5ff;border-color:#1a1f8f4d;transform:translateY(-1px)}._actionDeactivate_cwah0_801{background:var(--ag-warning-soft);color:var(--ag-warning);border:1.5px solid #d9770638}._actionDeactivate_cwah0_801:hover:not(:disabled){background:#fde68a;border-color:#d9770666;transform:translateY(-1px)}._actionActivate_cwah0_802{background:var(--ag-success-soft);color:var(--ag-success);border:1.5px solid #16a34a38}._actionActivate_cwah0_802:hover:not(:disabled){background:#bbf7d0;border-color:#16a34a66;transform:translateY(-1px)}._actionDelete_cwah0_871{width:34px;height:34px;color:var(--ag-danger);cursor:pointer;transition:background var(--ag-transition-fast), border-color var(--ag-transition-fast), transform var(--ag-transition-fast);background:#fff;border:1.5px solid #dc262633;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}._actionDelete_cwah0_871:hover:not(:disabled){background:var(--ag-danger-soft);border-color:#dc262659;transform:translateY(-1px)}._actionEdit_cwah0_800:disabled,._actionDeactivate_cwah0_801:disabled,._actionActivate_cwah0_802:disabled,._actionDelete_cwah0_871:disabled{opacity:.5;cursor:not-allowed;transform:none}._backdrop_cwah0_905{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#12182d7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}._modal_cwah0_918{box-shadow:var(--ag-shadow-lg);background:#fff;border:1px solid #1a1f8f1a;border-radius:20px;width:100%;max-width:600px;max-height:90vh;animation:.2s ease-out _slideUp_cwah0_1;overflow-y:auto}@keyframes _slideUp_cwah0_1{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}._modalHeader_cwah0_935{border-bottom:1px solid #1a1f8f12;justify-content:space-between;align-items:center;padding:22px 24px 16px;display:flex}._modalHeader_cwah0_935 h2{color:var(--ag-primary);margin:0;font-size:1.15rem;font-weight:800}._closeBtn_cwah0_950{cursor:pointer;width:34px;height:34px;color:var(--ag-text-muted);transition:background var(--ag-transition-fast), color var(--ag-transition-fast);background:0 0;border:none;border-radius:8px;place-items:center;font-size:1rem;display:grid}._closeBtn_cwah0_950:hover{background:var(--ag-surface-soft);color:var(--ag-text)}._modalForm_cwah0_971{flex-direction:column;gap:16px;padding:20px 24px 24px;display:flex}._formRow_cwah0_978{grid-template-columns:1fr 1fr;gap:12px;display:grid}._checkRow_cwah0_984{align-items:center;display:flex}._checkLabel_cwah0_986{color:var(--ag-text);cursor:pointer;background:var(--ag-surface-soft);border:1px solid var(--ag-line);box-sizing:border-box;border-radius:12px;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 14px;font-size:.88rem;font-weight:600;display:flex}._checkLabel_cwah0_986 input[type=checkbox]{width:16px;height:16px;accent-color:var(--ag-primary);cursor:pointer;flex-shrink:0}._required_cwah0_1011{color:var(--ag-danger);margin-left:2px}._modalActions_cwah0_1016{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}._photoField_cwah0_1024{flex-direction:column;gap:8px;display:flex}._photoLabel_cwah0_1030{color:var(--ag-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}._photoUploadRow_cwah0_1038{border:1.5px solid var(--ag-line);background:var(--ag-surface-soft);border-radius:12px;align-items:center;gap:16px;padding:14px 16px;display:flex}._photoControls_cwah0_1048{flex-direction:column;flex:1;gap:8px;display:flex}._fileInput_cwah0_1055{opacity:0;clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}._fileInputLabel_cwah0_1065{border:1.5px solid var(--ag-line);background:var(--ag-surface);color:var(--ag-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:7px 16px;font-size:.84rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}._fileInputLabel_cwah0_1065:hover{border-color:var(--ag-primary);background:#1a1f8f0d}._removeImageBtn_cwah0_1086{color:#dc2626;font:inherit;cursor:pointer;background:#dc26260f;border:1.5px solid #dc262633;border-radius:8px;align-items:center;width:fit-content;padding:5px 12px;font-size:.8rem;font-weight:700;transition:border-color .15s,background .15s;display:inline-flex}._removeImageBtn_cwah0_1086:hover{background:#dc26261a;border-color:#dc262666}._photoHint_cwah0_1107{color:var(--ag-text-muted);font-size:.74rem}._groupMeta_cwah0_1112{background:var(--ag-surface-soft);border-bottom:1px solid var(--ag-line);flex-direction:column;gap:8px;padding:12px 24px;display:flex}._groupMetaItem_cwah0_1121{color:var(--ag-text);align-items:center;gap:10px;font-size:.88rem;display:flex}._groupMetaLabel_cwah0_1129{text-transform:uppercase;letter-spacing:.05em;color:var(--ag-text-muted);min-width:64px;font-size:.7rem;font-weight:800}._immutableNote_cwah0_1138{color:var(--ag-text-muted);margin:2px 0 0;font-size:.75rem;font-style:italic}._fieldHint_cwah0_1145{color:var(--ag-text-muted);margin-top:3px;font-size:.75rem}@media (width<=1279px){._groupGrid_cwah0_557{grid-template-columns:repeat(2,1fr)}}@media (width<=1023px){._filterMobileSearch_cwah0_308{display:flex}._filterPanelOpen_cwah0_286{max-height:420px}._filterPanelInner_cwah0_296{flex-direction:column;align-items:flex-start}._geoFilters_cwah0_357 ._geoRow_cwah0_370{grid-template-columns:repeat(2,1fr)}._statusFilter_cwah0_346{width:100%}}@media (width<=767px){._toolbar_cwah0_44{padding:0 16px}._totalChip_cwah0_102{display:none}._groupGrid_cwah0_557{grid-template-columns:1fr;gap:16px}._heroStats_cwah0_215{padding-bottom:4px;overflow-x:auto}._statCard_cwah0_223{min-width:130px;padding:16px 18px}._filterPanelOpen_cwah0_286{max-height:600px}._filterPanelInner_cwah0_296{flex-direction:column;align-items:stretch}._statusFilter_cwah0_346{width:100%}._pillGroup_cwah0_439{flex-wrap:wrap}._geoFilters_cwah0_357{width:100%}._geoFilters_cwah0_357 ._geoRow_cwah0_370{grid-template-columns:1fr}._clearBtn_cwah0_472{text-align:center;width:100%;height:40px}._formRow_cwah0_978{grid-template-columns:1fr}._cardFooter_cwah0_774{flex-direction:column;align-items:flex-start;gap:10px}._cardActions_cwah0_792{width:100%}._actionLink_cwah0_799,._actionEdit_cwah0_800,._actionDeactivate_cwah0_801,._actionActivate_cwah0_802{flex:1}}@media (width<=639px){._modal_cwah0_918{width:min(94vw,600px);max-height:88vh}}:root{--ac-bg:#f4f7fb;--ac-surface:#fff;--ac-surface-soft:#f8faff;--ac-line:#e4eaf4;--ac-line-strong:#c9d4e8;--ac-text:#1a1a2e;--ac-text-soft:#5f6f8d;--ac-text-muted:#8d9ab4;--ac-primary:#1a1f8f;--ac-primary-mid:#2a31c4;--ac-primary-soft:#eef2ff;--ac-primary-strong:#13176b;--ac-success:#16a34a;--ac-success-soft:#dcfce7;--ac-warning:#d97706;--ac-warning-soft:#fef3c7;--ac-danger:#dc2626;--ac-danger-soft:#fee2e2;--ac-accent:#e63560;--ac-accent-dark:#c42250;--ac-shadow-sm:0 1px 3px #1a1f8f14;--ac-shadow-md:0 4px 16px #1a1f8f1f;--ac-shadow-lg:0 8px 32px #1a1f8f29;--ac-transition-fast:.14s ease;--ac-transition-base:.2s ease;--ac-transition-slow:.22s ease-out}._page_u5vpm_32{width:100%;max-width:1360px;color:var(--ac-text);flex-direction:column;gap:20px;margin:0 auto;padding:16px 0 80px;display:flex}._toolbar_u5vpm_44{flex-wrap:wrap;align-items:center;gap:12px;padding:0 28px;display:flex}._toolbarSearch_u5vpm_52{flex:1;align-items:center;max-width:320px;display:flex;position:relative}._topbarSearchIcon_u5vpm_60{color:var(--ac-text-muted);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}._topbarSearchInput_u5vpm_69{width:100%;height:40px;color:var(--ac-text);transition:border-color var(--ac-transition-fast), box-shadow var(--ac-transition-fast);background:#fff;border:1px solid #1a1f8f1f;border-radius:20px;outline:none;padding:0 16px 0 38px;font-size:.88rem;box-shadow:inset 0 1px 3px #1a1f8f0f}._topbarSearchInput_u5vpm_69::placeholder{color:var(--ac-text-muted)}._topbarSearchInput_u5vpm_69:focus{border-color:#1a1f8f4d;box-shadow:inset 0 1px 3px #1a1f8f0f,0 0 0 3px #1a1f8f14}._toolbarRight_u5vpm_96{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}._totalChip_u5vpm_104{color:var(--ac-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700}._newBtn_u5vpm_114{color:#fff;cursor:pointer;min-height:40px;transition:transform var(--ac-transition-fast), box-shadow var(--ac-transition-fast), filter var(--ac-transition-fast);background:linear-gradient(135deg,#e63560 0%,#c42250 100%);border:none;border-radius:12px;align-items:center;gap:7px;padding:0 18px;font-size:.88rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #e635604d}._newBtn_u5vpm_114:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #e6356061}._newBtn_u5vpm_114:active{transform:translateY(0)}._filterToggleBtn_u5vpm_144{width:40px;height:40px;color:var(--ac-text-soft);cursor:pointer;transition:background var(--ac-transition-fast), border-color var(--ac-transition-fast), color var(--ac-transition-fast), transform var(--ac-transition-fast);background:#fff;border:1.5px solid #1a1f8f26;border-radius:10px;flex-shrink:0;place-items:center;display:grid;position:relative}._filterToggleBtn_u5vpm_144:hover{background:var(--ac-primary-soft);color:var(--ac-primary);border-color:#1a1f8f40;transform:translateY(-1px)}._filterToggleBtnActive_u5vpm_170{background:var(--ac-primary-soft);color:var(--ac-primary);border-color:#1a1f8f4d}._filterBadgeDot_u5vpm_176{background:var(--ac-danger);border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}._toast_u5vpm_188{animation:_toast-enter_u5vpm_1 var(--ac-transition-slow);white-space:nowrap;border:1px solid #0000;border-radius:12px;padding:9px 14px;font-size:.83rem;font-weight:700}._toastSuccess_u5vpm_198{background:var(--ac-success-soft);color:#15803d;border-color:#bbf7d0}._toastError_u5vpm_204{background:var(--ac-danger-soft);color:var(--ac-danger);border-color:#fca5a5}._heroStats_u5vpm_211{flex-wrap:nowrap;gap:16px;padding:0 4px;display:flex;overflow-x:auto}._statCard_u5vpm_219{border:1px solid var(--ac-line);min-width:140px;box-shadow:var(--ac-shadow-sm);transition:box-shadow var(--ac-transition-base), transform var(--ac-transition-base);background:#fff;border-radius:16px;flex:1;align-items:center;gap:16px;padding:20px 24px;display:flex}._statCard_u5vpm_219:hover{box-shadow:var(--ac-shadow-md);transform:translateY(-1px)}._statCardTotal_u5vpm_240{border-left:4px solid var(--ac-primary)}._statCardActive_u5vpm_241{border-left:4px solid var(--ac-success)}._statCardInactive_u5vpm_242{border-left:4px solid #9ca3af}._statIcon_u5vpm_244{flex-shrink:0;font-size:1.5rem}._statContent_u5vpm_249{flex-direction:column;gap:3px;display:flex}._statValue_u5vpm_255{color:var(--ac-text);font-size:1.75rem;font-weight:800;line-height:1}._statValueActive_u5vpm_262{color:var(--ac-success)}._statValueInactive_u5vpm_263{color:#6b7280}._statLabel_u5vpm_265{text-transform:uppercase;letter-spacing:.07em;color:var(--ac-text-muted);font-size:.72rem;font-weight:700}._filterPanel_u5vpm_274{opacity:0;visibility:hidden;max-height:0;transition:max-height var(--ac-transition-slow), opacity var(--ac-transition-base), visibility 0s var(--ac-transition-slow);overflow:hidden}._filterPanelOpen_u5vpm_285{opacity:1;visibility:visible;max-height:400px;transition:max-height var(--ac-transition-slow), opacity var(--ac-transition-base), visibility 0s 0s}._filterPanelInner_u5vpm_295{border:1px solid var(--ac-line);box-shadow:var(--ac-shadow-sm);background:#fff;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}._filterMobileSearch_u5vpm_308{flex:1;min-width:200px;display:none;position:relative}._searchWrap_u5vpm_315{position:relative}._searchIcon_u5vpm_319{color:var(--ac-text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}._searchInput_u5vpm_328{box-sizing:border-box;background:var(--ac-surface);width:100%;height:40px;color:var(--ac-text);transition:border-color var(--ac-transition-fast), box-shadow var(--ac-transition-fast);border:1px solid #1a1f8f26;border-radius:10px;outline:none;padding:0 14px 0 36px;font-size:.88rem}._searchInput_u5vpm_328:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._filterField_u5vpm_349{flex-direction:column;gap:5px;min-width:160px;display:flex}._filterLabel_u5vpm_356{text-transform:uppercase;letter-spacing:.07em;color:var(--ac-text-muted);font-size:.7rem;font-weight:800}._filterField_u5vpm_349 select{background:var(--ac-surface);height:40px;color:var(--ac-text);cursor:pointer;transition:border-color var(--ac-transition-fast), box-shadow var(--ac-transition-fast);border:1px solid #1a1f8f26;border-radius:10px;outline:none;padding:0 12px;font-size:.88rem}._filterField_u5vpm_349 select:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._clearBtn_u5vpm_384{height:40px;color:var(--ac-accent);cursor:pointer;white-space:nowrap;transition:background var(--ac-transition-fast), border-color var(--ac-transition-fast), transform var(--ac-transition-fast);background:#fff;border:1.5px solid #e6356040;border-radius:10px;align-self:flex-end;padding:0 16px;font-size:.85rem;font-weight:700}._clearBtn_u5vpm_384:hover{background:#e635600f;border-color:#e6356066;transform:translateY(-1px)}._pillGroup_u5vpm_408{gap:6px;display:flex}._pill_u5vpm_408{border:1.5px solid var(--ac-line);height:34px;color:var(--ac-text-soft);cursor:pointer;transition:background var(--ac-transition-fast), border-color var(--ac-transition-fast), color var(--ac-transition-fast), transform var(--ac-transition-fast);background:#fff;border-radius:999px;padding:0 14px;font-size:.82rem;font-weight:700}._pill_u5vpm_408:hover{background:var(--ac-primary-soft);color:var(--ac-primary);border-color:#1a1f8f40;transform:translateY(-1px)}._pillActive_u5vpm_437{background:var(--ac-primary-soft);color:var(--ac-primary);border-color:#1a1f8f59;font-weight:800}._pageBody_u5vpm_445{flex-direction:column;gap:16px;display:flex}._alertError_u5vpm_451{background:var(--ac-danger-soft);color:var(--ac-danger);border:1px solid #fca5a5;border-radius:12px;padding:12px 16px;font-size:.87rem;font-weight:600}._loadingState_u5vpm_461,._loadingInline_u5vpm_462{border:1px solid var(--ac-line);background:var(--ac-surface);min-height:180px;box-shadow:var(--ac-shadow-sm);border-radius:20px;place-items:center;display:grid}._emptyState_u5vpm_473{text-align:center;border:1.5px dashed var(--ac-line-strong);background:var(--ac-surface);min-height:280px;box-shadow:var(--ac-shadow-sm);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}._emptyIllustration_u5vpm_488{background:var(--ac-primary-soft);border-radius:24px;place-items:center;width:76px;height:76px;margin-bottom:4px;font-size:2rem;display:grid}._emptyTitle_u5vpm_499{color:var(--ac-text);font-size:1.05rem;font-weight:700}._emptySubtitle_u5vpm_505{max-width:380px;color:var(--ac-text-soft);margin:0;font-size:.9rem;line-height:1.55}._communityGrid_u5vpm_514{grid-template-columns:repeat(3,1fr);gap:20px;padding:4px;display:grid}._communityCard_u5vpm_522{box-shadow:var(--ac-shadow-sm);transition:transform var(--ac-transition-base), box-shadow var(--ac-transition-base), border-color var(--ac-transition-base);background:#fff;border:1px solid #1a1f8f12;border-radius:20px;flex-direction:column;gap:14px;padding:22px;display:flex}._communityCard_u5vpm_522:hover{box-shadow:var(--ac-shadow-md);border-color:#1a1f8f1f;transform:translateY(-2px)}._communityCardInactive_u5vpm_543{opacity:.75}._communityCardSelected_u5vpm_547{box-shadow:var(--ac-shadow-md), 0 0 0 3px #1a1f8f12;border-color:#1a1f8f38}._cardHeader_u5vpm_555{align-items:flex-start;gap:14px;display:flex}._cardHeaderText_u5vpm_561{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}._cardTitleRow_u5vpm_569{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}._cardName_u5vpm_576{color:var(--ac-text);margin:0;font-size:1rem;font-weight:700;line-height:1.25}._badgeActive_u5vpm_585,._badgeInactive_u5vpm_586{white-space:nowrap;letter-spacing:.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:.73rem;font-weight:800;display:inline-flex}._badgeActive_u5vpm_585{background:var(--ac-success-soft);color:#15803d}._badgeInactive_u5vpm_586{color:#6b7280;background:#f3f4f6}._objectiveChip_u5vpm_611,._objectiveChipMuted_u5vpm_612{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;width:fit-content;max-width:100%;min-height:24px;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex;overflow:hidden}._objectiveChip_u5vpm_611{color:#1a1f8f;background:#eef2ff}._objectiveChipMuted_u5vpm_612{color:var(--ac-text-muted);background:#f5f7fb}._cardDescription_u5vpm_640{color:var(--ac-text-soft);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.58;display:-webkit-box;overflow:hidden}._cardDivider_u5vpm_653{background:var(--ac-line);border-radius:1px;height:1px}._cardLocation_u5vpm_660{color:var(--ac-text-soft);align-items:center;gap:6px;font-size:.83rem;font-weight:500;display:flex}._cardActions_u5vpm_670{align-items:center;gap:8px;display:flex}._actionTopics_u5vpm_676,._actionEdit_u5vpm_677,._actionDeactivate_u5vpm_678,._actionActivate_u5vpm_679,._actionDelete_u5vpm_680{cursor:pointer;white-space:nowrap;min-height:36px;transition:background var(--ac-transition-fast), border-color var(--ac-transition-fast), color var(--ac-transition-fast), transform var(--ac-transition-fast), box-shadow var(--ac-transition-fast);border-radius:10px;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:inline-flex}._actionTopics_u5vpm_676,._actionEdit_u5vpm_677,._actionDeactivate_u5vpm_678,._actionActivate_u5vpm_679{flex:1;padding:0 10px}._actionTopics_u5vpm_676{background:var(--ac-primary-soft);color:var(--ac-primary);border:1.5px solid #1a1f8f33}._actionTopics_u5vpm_676:hover{background:#dde5ff;border-color:#1a1f8f59;transform:translateY(-1px)}._actionEdit_u5vpm_677{border:1.5px solid var(--ac-line-strong);color:var(--ac-text-soft);background:#fff}._actionEdit_u5vpm_677:hover{color:var(--ac-text);background:#f5f7fb;border-color:#b0bcd4;transform:translateY(-1px)}._actionDeactivate_u5vpm_678{color:var(--ac-warning);background:#fffbeb;border:1.5px solid #d9770640}._actionDeactivate_u5vpm_678:hover{background:#fef3c7;border-color:#d9770666;transform:translateY(-1px)}._actionActivate_u5vpm_679{color:var(--ac-success);background:#f0fdf4;border:1.5px solid #16a34a40}._actionActivate_u5vpm_679:hover{background:var(--ac-success-soft);border-color:#16a34a66;transform:translateY(-1px)}._actionDelete_u5vpm_680{width:36px;color:var(--ac-danger);background:#fff;border:1.5px solid #dc262633;flex-shrink:0;padding:0}._actionDelete_u5vpm_680:hover{background:var(--ac-danger-soft);border-color:#dc262659;transform:translateY(-1px)}._actionTopics_u5vpm_676:disabled,._actionEdit_u5vpm_677:disabled,._actionDeactivate_u5vpm_678:disabled,._actionActivate_u5vpm_679:disabled,._actionDelete_u5vpm_680:disabled{opacity:.5;cursor:not-allowed;transform:none}._cardFooter_u5vpm_781{justify-content:space-between;align-items:center;gap:10px;display:flex}._memberLink_u5vpm_788{color:var(--ac-primary);transition:color var(--ac-transition-fast), text-decoration var(--ac-transition-fast);font-size:.8rem;font-weight:700;text-decoration:none}._memberLink_u5vpm_788:hover{color:var(--ac-primary-mid);text-decoration:underline}._cardSlug_u5vpm_801{background:var(--ac-surface-soft);border:1px solid var(--ac-line);min-height:22px;color:var(--ac-text-muted);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;align-items:center;max-width:160px;padding:0 8px;font-family:SFMono-Regular,Consolas,monospace;font-size:.73rem;font-weight:700;display:inline-flex;overflow:hidden}._modalScene_u5vpm_820{animation:.22s ease-out _modal-content-in_u5vpm_1}._forumPanel_u5vpm_824{gap:16px;display:grid}._forumHeader_u5vpm_829{border:1px solid var(--ac-line);background:var(--ac-surface-soft);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}._forumHeaderIdentity_u5vpm_841{align-items:flex-start;gap:12px;display:flex}._forumHeaderIdentity_u5vpm_841 h2{color:var(--ac-text);margin:0;font-size:1.05rem;font-weight:700}._forumHeaderIdentity_u5vpm_841 p{color:var(--ac-text-soft);margin:5px 0 0;font-size:.87rem}._forumHeaderBadges_u5vpm_860{flex-wrap:wrap;gap:8px;display:flex}._emptyInline_u5vpm_866{border:1px dashed var(--ac-line-strong);background:var(--ac-surface-soft);color:var(--ac-text-soft);border-radius:14px;padding:16px;font-size:.87rem;font-weight:600}._forumGrid_u5vpm_876{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}._forumCard_u5vpm_882{border:1px solid var(--ac-line);background:var(--ac-surface);box-shadow:var(--ac-shadow-sm);transition:transform var(--ac-transition-fast), box-shadow var(--ac-transition-fast), border-color var(--ac-transition-fast);border-radius:18px;gap:12px;padding:14px;display:grid}._forumCard_u5vpm_882:hover{box-shadow:var(--ac-shadow-md);border-color:var(--ac-line-strong);transform:translateY(-2px)}._forumCardTop_u5vpm_902{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}._forumIdentity_u5vpm_909{align-items:flex-start;gap:10px;min-width:0;display:flex}._forumIdentityText_u5vpm_916{gap:6px;min-width:0;display:grid}._forumIdentityText_u5vpm_916 h3{color:var(--ac-text);margin:0;font-size:.95rem;font-weight:700;line-height:1.2}._forumIdentityText_u5vpm_916 code{background:var(--ac-surface-soft);border:1px solid var(--ac-line);width:fit-content;min-height:22px;color:var(--ac-text-muted);border-radius:999px;align-items:center;padding:0 8px;font-size:.73rem;font-weight:700;display:inline-flex}._forumDescription_u5vpm_944{color:var(--ac-text-soft);min-height:42px;margin:0;font-size:.85rem;line-height:1.52}._forumActions_u5vpm_952{flex-wrap:wrap;gap:8px;display:flex}._modalForm_u5vpm_959{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}._modalFieldWide_u5vpm_965{grid-column:1/-1}._formField_u5vpm_969{gap:7px;display:grid}._formField_u5vpm_969 label{text-transform:uppercase;letter-spacing:.07em;color:var(--ac-text-muted);font-size:.72rem;font-weight:800}._formField_u5vpm_969 input,._formField_u5vpm_969 select,._formField_u5vpm_969 textarea{box-sizing:border-box;border:1px solid var(--ac-line);background:var(--ac-surface);width:100%;color:var(--ac-text);resize:vertical;transition:border-color var(--ac-transition-fast), box-shadow var(--ac-transition-fast);border-radius:12px;outline:none;padding:11px 13px;font-family:inherit;font-size:.9rem}._formField_u5vpm_969 input:focus,._formField_u5vpm_969 select:focus,._formField_u5vpm_969 textarea:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._modalCheck_u5vpm_1008{background:var(--ac-surface-soft);border:1px solid var(--ac-line);min-height:46px;color:var(--ac-primary);cursor:pointer;border-radius:12px;align-items:center;gap:9px;padding:0 14px;font-size:.88rem;font-weight:700;display:flex}._iconPicker_u5vpm_1024{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:8px;display:grid}._iconOption_u5vpm_1030{border:1px solid var(--ac-line);background:var(--ac-surface);min-height:60px;color:var(--ac-text-soft);cursor:pointer;transition:transform var(--ac-transition-fast), border-color var(--ac-transition-fast), background var(--ac-transition-fast), box-shadow var(--ac-transition-fast);border-radius:13px;place-items:center;gap:3px;padding:7px 6px;display:grid}._iconOption_u5vpm_1030:hover{border-color:var(--ac-line-strong);background:var(--ac-surface-soft);transform:translateY(-1px)}._iconOption_u5vpm_1030 span{font-size:1.1rem;line-height:1}._iconOption_u5vpm_1030 small{text-align:center;font-size:.67rem;font-weight:700}._iconOptionActive_u5vpm_1065{background:var(--ac-primary-soft);color:var(--ac-primary);border-color:#1a1f8f40}._fileUploadRow_u5vpm_1072{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._fileInput_u5vpm_1079{min-width:0;color:var(--ac-text-soft);flex:1;font-size:.87rem}._fileInput_u5vpm_1079::file-selector-button{border:1px solid var(--ac-line);background:var(--ac-surface-soft);min-height:36px;color:var(--ac-primary);cursor:pointer;transition:background var(--ac-transition-fast);border-radius:10px;margin-right:10px;padding:0 12px;font-weight:700}._fileInput_u5vpm_1079::file-selector-button:hover{background:var(--ac-primary-soft)}._removeImageBtn_u5vpm_1103{min-height:36px;color:var(--ac-danger);cursor:pointer;transition:background var(--ac-transition-fast), border-color var(--ac-transition-fast), transform var(--ac-transition-fast);background:#fff;border:1.5px solid #dc262633;border-radius:10px;padding:0 12px;font-size:.82rem;font-weight:700}._removeImageBtn_u5vpm_1103:hover{background:var(--ac-danger-soft);border-color:#dc262659;transform:translateY(-1px)}._previewRow_u5vpm_1125{color:var(--ac-text-soft);align-items:center;gap:12px;margin-top:10px;font-size:.84rem;display:flex}._statusFilter_u5vpm_1135{flex-direction:column;flex:none;gap:8px;display:flex}._statusFilter_u5vpm_1135 ._filterLabel_u5vpm_356{margin-right:0}._geoFilters_u5vpm_1146{flex-direction:column;flex:1;gap:12px;display:flex}._geoRow_u5vpm_1153{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}._geoRow_u5vpm_1153 ._filterField_u5vpm_349,._geoRow_u5vpm_1153 ._formField_u5vpm_969,._geoRow_u5vpm_1153 ._field_u5vpm_1162{flex-direction:column;gap:8px;display:flex}._geoRow_u5vpm_1153 ._filterField_u5vpm_349 label,._geoRow_u5vpm_1153 ._formField_u5vpm_969 label,._geoRow_u5vpm_1153 ._field_u5vpm_1162 label{text-transform:uppercase;letter-spacing:.07em;color:var(--ac-text-muted);font-size:.7rem;font-weight:800}@keyframes _modal-content-in_u5vpm_1{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _toast-enter_u5vpm_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=1279px){._communityGrid_u5vpm_514{grid-template-columns:repeat(2,1fr)}}@media (width<=1023px){._filterMobileSearch_u5vpm_308{display:flex}._filterPanelOpen_u5vpm_285{max-height:420px}._geoFilters_u5vpm_1146 ._geoRow_u5vpm_1153{grid-template-columns:repeat(2,1fr)}._statusFilter_u5vpm_1135{width:100%}}@media (width<=767px){._toolbar_u5vpm_44{padding:0 16px}._totalChip_u5vpm_104{display:none}._communityGrid_u5vpm_514{grid-template-columns:1fr;gap:16px}._heroStats_u5vpm_211{padding-bottom:4px;overflow-x:auto}._statCard_u5vpm_219{min-width:130px;padding:16px 18px}._cardActions_u5vpm_670{grid-template-columns:1fr 1fr;gap:8px;display:grid}._actionTopics_u5vpm_676,._actionEdit_u5vpm_677,._actionDeactivate_u5vpm_678,._actionActivate_u5vpm_679{flex:unset}._actionDelete_u5vpm_680{grid-area:2/2;width:100%}._filterPanelOpen_u5vpm_285{max-height:600px}._filterPanelInner_u5vpm_295{flex-direction:column;align-items:stretch}._filterField_u5vpm_349{min-width:unset}._statusFilter_u5vpm_1135,._geoFilters_u5vpm_1146{width:100%}._geoFilters_u5vpm_1146 ._geoRow_u5vpm_1153{grid-template-columns:1fr}._pillGroup_u5vpm_408{flex-wrap:wrap}._clearBtn_u5vpm_384{align-self:auto;width:100%}._modalForm_u5vpm_959,._forumGrid_u5vpm_876{grid-template-columns:1fr}._forumHeader_u5vpm_829{flex-direction:column}}@media (width<=639px){._communityCard_u5vpm_522{padding:18px}}._topbar_1tk6q_2{z-index:100;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border-bottom:1px solid #1a1f8f1a;align-items:center;gap:16px;padding:13px 24px;display:flex;position:sticky;top:0}._topbarLeft_1tk6q_16{flex:1;align-items:center;gap:14px;min-width:0;display:flex}._topbarIconWrap_1tk6q_24{color:#fff;background:#0d9488;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}._topbarBreadcrumb_1tk6q_36{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:5px;margin-bottom:2px;font-size:.72rem;font-weight:600;display:flex}._breadcrumbSep_1tk6q_48{opacity:.45}._topbarTitle_1tk6q_50{color:var(--color-primary);margin:0;font-size:1.05rem;font-weight:800;line-height:1.1}._backBtn_1tk6q_58{color:var(--color-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:8px;flex-shrink:0;align-items:center;padding:6px 14px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .14s,border-color .14s;display:inline-flex}._backBtn_1tk6q_58:hover{background:#1a1f8f0f;border-color:#1a1f8f4d}._page_1tk6q_75{flex-direction:column;display:flex}._inner_1tk6q_80{flex-direction:column;gap:16px;width:100%;max-width:1160px;margin:0 auto;padding:16px 22px 80px;display:flex}._preview_1tk6q_91{background:#eef2ff;border:1px solid #d7defa;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}._preview_1tk6q_91 strong{color:#1a237a;font-size:.92rem;display:block}._preview_1tk6q_91 p{color:#4c557f;margin:3px 0 0;font-size:.85rem}._toolbar_1tk6q_106{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._toolbarSearch_1tk6q_113{flex:1;align-items:center;max-width:380px;display:flex;position:relative}._searchIcon_1tk6q_121{color:#8d9ab4;pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}._searchInput_1tk6q_130{color:#1a1a2e;background:#fff;border:1px solid #1a1f8f1f;border-radius:20px;outline:none;width:100%;height:40px;padding:0 16px 0 38px;font-size:.88rem;transition:border-color .14s,box-shadow .14s;box-shadow:inset 0 1px 3px #1a1f8f0f}._searchInput_1tk6q_130::placeholder{color:#8d9ab4}._searchInput_1tk6q_130:focus{border-color:#1a1f8f4d;box-shadow:inset 0 1px 3px #1a1f8f0f,0 0 0 3px #1a1f8f14}._toolbarRight_1tk6q_149{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}._countChip_1tk6q_157{color:var(--color-primary);white-space:nowrap;border:1.5px solid #1a1f8f2e;border-radius:20px;padding:5px 12px;font-size:.8rem;font-weight:700}._filterToggleBtn_1tk6q_167{color:#5f6f8d;cursor:pointer;background:#fff;border:1.5px solid #1a1f8f26;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;transition:background .14s,border-color .14s,color .14s;display:grid;position:relative}._filterToggleBtn_1tk6q_167:hover{color:var(--color-primary);background:#eef2ff;border-color:#1a1f8f40}._filterToggleBtnActive_1tk6q_186{color:var(--color-primary);background:#eef2ff;border-color:#1a1f8f4d}._filterBadgeDot_1tk6q_192{background:#dc2626;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;right:5px}._filterPanel_1tk6q_204{opacity:0;visibility:hidden;max-height:0;transition:max-height .22s ease-out,opacity .2s,visibility 0s .22s;overflow:hidden}._filterPanelOpen_1tk6q_211{opacity:1;visibility:visible;max-height:300px;transition:max-height .22s ease-out,opacity .2s,visibility}._filterPanelInner_1tk6q_218{background:#fff;border:1px solid #e4eaf4;border-radius:16px;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #1a1f8f14}._filterField_1tk6q_230{flex-direction:column;flex:1;gap:5px;min-width:180px;display:flex}._filterLabel_1tk6q_238{text-transform:uppercase;letter-spacing:.07em;color:#8d9ab4;white-space:nowrap;font-size:.7rem;font-weight:800}._filterSelect_1tk6q_247{color:#1a1a2e;background:#fff;border:1px solid #1a1f8f26;border-radius:10px;outline:none;height:40px;padding:0 12px;font-size:.88rem;transition:border-color .14s,box-shadow .14s}._filterSelect_1tk6q_247:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._cityFieldWrap_1tk6q_263{width:100%}._cityFieldWrap_1tk6q_263 select,._cityFieldWrap_1tk6q_263 input[type=text]{box-sizing:border-box;color:#1a1a2e;background:#fff;border:1px solid #1a1f8f26;border-radius:10px;outline:none;width:100%;height:40px;padding:0 12px;font-size:.88rem;transition:border-color .14s,box-shadow .14s}._cityFieldWrap_1tk6q_263 select:focus,._cityFieldWrap_1tk6q_263 input[type=text]:focus{border-color:#1a1f8f4d;box-shadow:0 0 0 3px #1a1f8f14}._clearBtn_1tk6q_284{color:#e63560;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e6356040;border-radius:10px;flex-shrink:0;align-self:flex-end;height:34px;padding:0 14px;font-size:.82rem;font-weight:700;transition:background .14s,border-color .14s}._clearBtn_1tk6q_284:hover{background:#e635600f;border-color:#e6356066}._alertError_1tk6q_302{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5;border-radius:12px;padding:12px 16px;font-size:.87rem}._grid_1tk6q_312{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}._card_1tk6q_319{background:#fff;border:1px solid #dce2f7;border-radius:16px;gap:12px;padding:16px;transition:box-shadow .14s,transform .14s;display:grid;box-shadow:0 1px 3px #19216012}._card_1tk6q_319:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1921601f}._cardHead_1tk6q_331{align-items:flex-start;gap:10px;display:flex}._cardIdentity_1tk6q_332 h3{color:#1f2763;margin:0;font-size:1rem}._cardIdentity_1tk6q_332 code{color:#59618f;background:#f2f5ff;border:1px solid #dde4ff;border-radius:8px;margin-top:2px;padding:1px 6px;font-size:.76rem;display:inline-block}._cardDescription_1tk6q_343{color:#5e668f;min-height:42px;margin:0;font-size:.86rem;line-height:1.45}._cardMeta_1tk6q_344{color:#3f4770;gap:4px;font-size:.8rem;display:grid}._cardMeta_1tk6q_344 strong{color:#2a3368}._card_1tk6q_319 button{justify-self:start}._emptyState_1tk6q_349{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}._emptyIcon_1tk6q_357{font-size:2.5rem;line-height:1}._emptyTitle_1tk6q_358{color:var(--color-primary);font-size:1.1rem;font-weight:700}._emptySubtitle_1tk6q_359{color:var(--color-text-muted);max-width:360px;font-size:.88rem;line-height:1.6}@media (width<=720px){._inner_1tk6q_80{padding:12px 14px 64px}._topbar_1tk6q_2{padding:10px 14px}._topbarBreadcrumb_1tk6q_36{display:none}._topbarTitle_1tk6q_50{font-size:.95rem}._toolbarSearch_1tk6q_113{flex:100%;max-width:100%}._toolbarRight_1tk6q_149{margin-left:0}._grid_1tk6q_312{grid-template-columns:1fr}._filterPanelInner_1tk6q_218{flex-direction:column;align-items:stretch}._filterField_1tk6q_230{min-width:unset}}._shell_9ehjo_10{background:#f0f2fa;flex-direction:column;height:100vh;display:flex;overflow:hidden}._communityHeader_9ehjo_26{background:linear-gradient(135deg,#1a237e 0%,#283593 45%,#3949ab 100%);flex-shrink:0;padding:14px 24px;box-shadow:0 3px 14px #1a237e66}._communityHeaderInner_9ehjo_33{justify-content:space-between;align-items:center;gap:16px;display:flex}._communityHeaderInfo_9ehjo_40{align-items:center;gap:12px;min-width:0;display:flex}._communityName_9ehjo_47{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.25rem;font-weight:800;overflow:hidden}._communityDesc_9ehjo_57{color:#ffffff9e;white-space:nowrap;text-overflow:ellipsis;max-width:400px;margin:2px 0 0;font-size:.78rem;overflow:hidden}._backBtn_9ehjo_67{flex-shrink:0;color:#ffffffd9!important;background:#ffffff1a!important;border-color:#ffffff4d!important;padding:6px 12px!important;font-size:.82rem!important}._backBtn_9ehjo_67:hover{background:#fff3!important}._accessBanner_9ehjo_78{background:#fff8e1;border-bottom:1px solid #ffe082;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;display:flex}._accessBanner_9ehjo_78 strong{color:#b45309;font-size:.88rem;display:block}._accessBanner_9ehjo_78 p{color:#78350f;margin:2px 0 0;font-size:.8rem}._pageError_9ehjo_92{color:#991b1b;background:#fef2f2;border-bottom:1px solid #fecaca;flex-shrink:0;padding:8px 20px;font-size:.86rem}._layout_9ehjo_106{box-sizing:border-box;flex:1;grid-template-columns:256px 1fr;gap:12px;min-height:0;padding:12px 16px;display:grid;overflow:hidden}._sidebar_9ehjo_118{flex-direction:column;gap:10px;min-height:0;display:flex;overflow-y:auto}._sidebar_9ehjo_118::-webkit-scrollbar{width:4px}._sidebar_9ehjo_118::-webkit-scrollbar-thumb{background:#c5cae9;border-radius:4px}._sidebarCard_9ehjo_129{background:#fff;border:1px solid #e3e8f8;border-radius:14px;flex-shrink:0;padding:14px;box-shadow:0 2px 10px #1e28780f}._sidebarCardTitle_9ehjo_138{text-transform:uppercase;letter-spacing:.09em;color:#9199c8;margin:0 0 10px;font-size:.68rem;font-weight:800}._communityDescSidebar_9ehjo_148{color:#4b5380;margin:0 0 10px;font-size:.82rem;line-height:1.5}._communityStats_9ehjo_155{gap:7px;display:grid}._statItem_9ehjo_160{color:#4b5380;align-items:center;gap:7px;font-size:.82rem;display:flex}._statIcon_9ehjo_168{flex-shrink:0;font-size:.95rem}._statItem_9ehjo_160 strong{color:#1a237e}._forumNav_9ehjo_172{gap:4px;display:grid}._emptyHint_9ehjo_174{color:#9199c8;margin:0;font-size:.8rem}._forumNavItem_9ehjo_176{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;width:100%;padding:8px;transition:background .13s,border-color .13s;display:flex}._forumNavItem_9ehjo_176:hover{background:#f0f2fd;border-color:#dce3ff}._forumNavItemActive_9ehjo_190{background:#eef1ff;border-color:#b0bcff}._forumNavText_9ehjo_192{gap:1px;min-width:0;display:grid}._forumNavText_9ehjo_192 strong{color:#1e2869;white-space:nowrap;text-overflow:ellipsis;font-size:.83rem;overflow:hidden}._forumNavText_9ehjo_192 span{color:#6b728e;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}._chatArea_9ehjo_213{flex-direction:column;min-width:0;min-height:0;display:flex}._chatBox_9ehjo_222{background:#fff;border:1px solid #e3e8f8;border-radius:16px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 4px 20px #1e287814}._chatHeader_9ehjo_235{background:#fff;border-bottom:1px solid #eef0fb;flex-shrink:0;align-items:center;gap:10px;padding:11px 16px;display:flex}._chatForumName_9ehjo_245{color:#1a237e;font-size:.93rem;font-weight:700;display:block}._chatForumDesc_9ehjo_252{color:#7b83aa;margin-top:1px;font-size:.74rem;display:block}._chatHeaderText_9ehjo_259{flex:1;min-width:0;display:grid}._closeForumBtn_9ehjo_265{color:#7b83aa;cursor:pointer;background:#f5f7ff;border:1px solid #e3e8f8;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:.85rem;transition:background .12s,color .12s;display:grid}._closeForumBtn_9ehjo_265:hover{color:#e53935;background:#fdecea;border-color:#ffcdd2}._messageList_9ehjo_221{flex-direction:column;flex:1;gap:6px;min-height:0;padding:12px 14px;display:flex;overflow-y:auto}._messageList_9ehjo_221::-webkit-scrollbar{width:5px}._messageList_9ehjo_221::-webkit-scrollbar-thumb{background:#d0d5f0;border-radius:4px}@keyframes _msgHighlight_9ehjo_1{0%,40%{background:#3949ab26}to{background:0 0}}._messageHighlight_9ehjo_304{margin-inline:-14px;padding-inline:14px;animation:2s ease-out forwards _msgHighlight_9ehjo_1}._messageWrapper_9ehjo_311{align-self:flex-start;align-items:flex-end;gap:7px;max-width:76%;display:flex}._messageWrapperOwn_9ehjo_319{flex-direction:row-reverse;align-self:flex-end}._messageBubble_9ehjo_324{background:#f0f2fa;border-radius:16px 16px 16px 4px;gap:4px;min-width:70px;max-width:100%;padding:8px 11px;display:grid}._messageBubbleOwn_9ehjo_334{background:#e8eeff;border-radius:16px 16px 4px}._bubbleAuthor_9ehjo_339{color:#3949ab;font-size:.73rem;font-weight:800;display:block}._bubbleAuthorOwn_9ehjo_346{color:#5c6bc0;text-align:right}._quoteBlock_9ehjo_352{background:#3949ab14;border-left:3px solid #5c6bc0;border-radius:6px;gap:1px;padding:4px 8px;display:grid}._quoteAuthor_9ehjo_360{color:#3949ab;font-size:.69rem;font-weight:800}._quoteText_9ehjo_365{color:#5a6180;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;line-height:1.3;overflow:hidden}._bubbleText_9ehjo_374{color:#1f2860;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.88rem;line-height:1.5}._bubbleImage_9ehjo_383{object-fit:contain;border:1px solid #00000012;border-radius:10px;max-width:220px;max-height:200px;display:block}._bubbleMeta_9ehjo_392{justify-content:flex-end;display:flex}._bubbleTime_9ehjo_393{color:#9099be;font-size:.67rem}._replyBtn_9ehjo_396{color:#b0b8e0;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-self:center;padding:3px 5px;font-size:.88rem;transition:opacity .13s,color .13s}._messageWrapper_9ehjo_311:hover ._replyBtn_9ehjo_396{opacity:1}._replyBtn_9ehjo_396:hover{color:#3949ab}._avatar_9ehjo_413{color:#fff;letter-spacing:-.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}._avatar_sm_9ehjo_423{width:30px;height:30px;font-size:.7rem}._avatar_md_9ehjo_424{width:38px;height:38px;font-size:.85rem}._avatar_lg_9ehjo_425{width:48px;height:48px;font-size:1rem}._inputArea_9ehjo_428{background:#fff;border-top:1px solid #eef0fb;flex-direction:column;flex-shrink:0;gap:7px;padding:8px 12px 10px;display:flex}._replyBar_9ehjo_439{background:#f0f2fd;border-left:3px solid #5c6bc0;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;display:flex}._replyBarContent_9ehjo_448{flex:1;gap:1px;min-width:0;display:grid}._replyBarAuthor_9ehjo_449{color:#3949ab;font-size:.72rem;font-weight:800}._replyBarText_9ehjo_450{color:#5a6180;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;overflow:hidden}._replyBarClose_9ehjo_451{color:#9199c8;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 5px;font-size:.8rem}._replyBarClose_9ehjo_451:hover{color:#e53935}._draftImageWrap_9ehjo_455{max-width:120px;display:inline-block;position:relative}._draftImage_9ehjo_455{object-fit:cover;border:1px solid #d8dff8;border-radius:8px;max-width:120px;max-height:90px;display:block}._removeDraftImage_9ehjo_457{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;place-items:center;width:18px;height:18px;font-size:.62rem;display:grid;position:absolute;top:3px;right:3px}._emojiPicker_9ehjo_465{background:#f7f9ff;border:1px solid #d8dff8;border-radius:12px;flex-wrap:wrap;gap:2px;max-height:150px;padding:8px;display:flex;overflow-y:auto}._emojiBtn_9ehjo_476{cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;width:32px;height:32px;font-size:1.05rem;transition:background .1s;display:grid}._emojiBtn_9ehjo_476:hover{background:#e9edff}._inputRow_9ehjo_484{align-items:flex-end;gap:7px;display:flex}._inputIconBtn_9ehjo_486{cursor:pointer;background:#f5f7ff;border:1px solid #d8dff8;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:1rem;transition:background .12s;display:grid;position:relative;overflow:hidden}._inputIconBtn_9ehjo_486:hover{background:#eaedff;border-color:#b0bcff}._inputIconBtnActive_9ehjo_494{background:#dde3ff;border-color:#8ca2ff}._hiddenInput_9ehjo_496{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}._inputTextarea_9ehjo_501{color:#1a237e;resize:none;background:#f8f9ff;border:1.5px solid #d8dff8;border-radius:20px;flex:1;max-height:100px;padding:8px 14px;font-family:inherit;font-size:.9rem;line-height:1.4;transition:border-color .14s;overflow-y:auto}._inputTextarea_9ehjo_501:focus{background:#fff;border-color:#7986cb;outline:none}._sendBtn_9ehjo_518{color:#fff;cursor:pointer;background:#3949ab;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:.95rem;transition:background .12s,transform .1s;display:grid}._sendBtn_9ehjo_518:hover:not(:disabled){background:#283593;transform:scale(1.06)}._sendBtn_9ehjo_518:disabled{cursor:not-allowed;background:#c5cae9}._emptyChatState_9ehjo_529{text-align:center;color:#7b83aa;background:#fff;border:1px solid #e3e8f8;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:40px 20px;display:flex;box-shadow:0 4px 20px #1e28780f}._emptyChatState_9ehjo_529 h3{color:#2d3569;margin:0;font-size:1rem}._emptyChatState_9ehjo_529 p{max-width:240px;margin:0;font-size:.85rem}._emptyChat_9ehjo_529{text-align:center;color:#9199c8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:30px 20px;display:flex}._emptyChat_9ehjo_529 p{margin:0;font-size:.83rem}._emptyIcon_9ehjo_555{font-size:2.2rem}._centered_9ehjo_556{place-items:center;padding:28px;display:grid}._alertError_9ehjo_558{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:9px 13px;font-size:.84rem}@media (width<=1100px){._layout_9ehjo_106{grid-template-columns:220px 1fr}}@media (width<=900px){._shell_9ehjo_10{height:calc(100vh - 56px)}._layout_9ehjo_106{grid-template-columns:1fr;gap:10px;height:auto;padding:10px 12px 20px;overflow:hidden auto}._sidebar_9ehjo_118{flex-shrink:0;overflow:visible}._chatArea_9ehjo_213{flex-shrink:0;height:72vh;min-height:380px}._chatBox_9ehjo_222{flex:1}._messageWrapper_9ehjo_311{max-width:88%}}@media (width<=600px){._communityName_9ehjo_47{font-size:1.05rem}._communityDesc_9ehjo_57{display:none}._communityHeader_9ehjo_26{padding:10px 14px}._layout_9ehjo_106{padding:8px 10px 16px}._chatArea_9ehjo_213{height:65vh}._messageWrapper_9ehjo_311{max-width:92%}._bubbleImage_9ehjo_383{max-width:170px}}
