@charset "UTF-8";:root{--primary-color: #00a6f3;--primary-dark: #0584bf;--primary-light: #58bceb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Tahoma,sans-serif!important;line-height:1.5;text-rendering:optimizeSpeed;overflow-y:overlay}._loadingScreen_17jb0_1{display:flex;flex:1;align-items:center;justify-content:center;padding:48px;background:radial-gradient(circle at 8% 12%,rgba(88,188,235,.16),transparent 55%),radial-gradient(circle at 84% 88%,rgba(232,245,251,.28),transparent 58%),linear-gradient(135deg,#f9fafb,#fff);color:#374151}._card_17jb0_11{display:flex;flex-direction:column;align-items:center;gap:clamp(16px,2.5vw,32px);padding:clamp(32px,4vw,48px);border-radius:12px;background:#ffffffe6;box-shadow:0 28px 70px -38px #0584bf59,0 18px 42px -28px #00a6f338;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}._spinnerShell_17jb0_24{position:relative;width:84px;height:84px}._spinnerShell_17jb0_24:before{content:"";position:absolute;inset:-16px;border-radius:9999px;background:radial-gradient(circle,rgba(88,188,235,.18),transparent 65%);filter:blur(1px)}._spinner_17jb0_24{position:absolute;inset:0;display:grid;place-items:center}._spinner_17jb0_24:before,._spinner_17jb0_24:after{content:"";position:absolute;border-radius:9999px;animation:_spin_17jb0_24 1.2s linear infinite}._spinner_17jb0_24:before{width:100%;height:100%;border:4px solid transparent;border-top-color:#00a6f3;border-right-color:#58bceb;border-bottom-color:#0584bfe6;filter:drop-shadow(0 0 10px rgba(88,188,235,.4))}._spinner_17jb0_24:after{width:68%;height:68%;border:3px solid transparent;border-left-color:#58bcebbf;border-bottom-color:#00a6f3d9;animation-duration:1.9s;animation-direction:reverse;opacity:.9}._message_17jb0_75{font-size:18px;font-weight:500;letter-spacing:.3px;color:#111827}._progressTrack_17jb0_82{position:relative;width:160px;height:6px;border-radius:9999px;overflow:hidden;background:#e8f5fbb3;box-shadow:inset 0 0 0 1px #58bceb73}._progressDot_17jb0_92{position:absolute;top:0;left:-70px;width:80px;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00a6f300,#00a6f38c,#58bcebf2,#00a6f38c,#00a6f300);animation:_slide_17jb0_1 1.6s ease-in-out infinite;filter:drop-shadow(0 0 6px rgba(88,188,235,.45))}@keyframes _spin_17jb0_24{to{transform:rotate(360deg)}}@keyframes _slide_17jb0_1{0%{transform:translate(0);opacity:0}20%{opacity:1}50%{transform:translate(140px)}85%{opacity:1}to{transform:translate(220px);opacity:0}}@media(max-width:600px){._card_17jb0_11{width:100%;padding:clamp(24px,8vw,32px);border-radius:8px;gap:24px}._spinnerShell_17jb0_24{width:70px;height:70px}._message_17jb0_75{font-size:16px}}._reminderDialog_14fie_1{z-index:10000}._dialogTitle_14fie_5{padding:24px;border-bottom:1px solid #e5e7eb}._titleWrapper_14fie_10{display:flex;align-items:center;gap:16px}._titleWrapper_14fie_10 h2{margin:0;font-size:20px;font-weight:700;color:#111827}._iconWrapper_14fie_22{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#00a6f3,#58bceb);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}._subtitle_14fie_34{margin:4px 0 0;font-size:14px;color:#6b7280;font-weight:400}._dialogContent_14fie_41{padding:0 24px}._reminderList_14fie_45{display:flex;flex-direction:column;gap:16px}._checkboxWrapper_14fie_51{margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}._checkboxWrapper_14fie_51 label{margin:0;font-size:14px;color:#374151;-webkit-user-select:none;user-select:none}._reminderItem_14fie_63{display:flex;gap:16px;padding:16px;background-color:#f9fafb;border-radius:8px;border-left:4px solid #00a6f3;transition:all .2s ease}._reminderItem_14fie_63:hover{background-color:#f3f4f6;box-shadow:0 1px 2px #0000000d}._reminderIcon_14fie_77{width:40px;height:40px;border-radius:8px;background-color:#e8f5fb;color:#00a6f3;display:flex;align-items:center;justify-content:center;flex-shrink:0}._reminderDetails_14fie_89{flex:1;display:flex;flex-direction:column;gap:4px}._reminderTitle_14fie_96{margin:0;font-size:16px;font-weight:600;color:#111827}._reminderDate_14fie_103{margin:0;font-size:14px;color:#4b5563}._reminderTime_14fie_109{margin:0;font-size:14px;color:#6b7280}._reminderTime_14fie_109 strong{color:#00a6f3;font-weight:600}._upcomingSection_14fie_119{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}._upcomingTitle_14fie_125{margin:0 0 16px;font-size:16px;font-weight:600;color:#374151}._upcomingList_14fie_132{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}._upcomingItem_14fie_141{display:flex;justify-content:space-between;align-items:center;padding:8px;background-color:#f9fafb;border-radius:4px;font-size:14px;color:#374151}._upcomingItem_14fie_141:hover{background-color:#f3f4f6}._upcomingDate_14fie_155{font-size:12px;color:#6b7280}._dialogActions_14fie_160{padding:24px;border-top:1px solid #e5e7eb;justify-content:flex-end}@media(max-width:768px){._titleWrapper_14fie_10{flex-direction:column;align-items:flex-start}._reminderItem_14fie_63{flex-direction:column}._upcomingItem_14fie_141{flex-direction:column;align-items:flex-start;gap:4px}}._layout_1fit5_1{min-height:100vh;display:flex;flex-direction:column;background-color:#e8f5fb;color:#111827}._main_1fit5_9{flex:1;width:100%}._footer_1pfl8_1{background-color:#111827;color:#fff;padding:48px 0}._footerContent_1pfl8_7{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px}._footerBrand_1pfl8_13{display:flex;flex-direction:column;gap:16px}._footerBrand_1pfl8_13 img{width:140px}._footerDescription_1pfl8_22{color:#d1d5db;line-height:1.75}._footerSocial_1pfl8_27 a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#ffffff1a;color:#fff;transition:background-color .15s ease-in-out,transform .15s ease-in-out}._footerSocial_1pfl8_27 a:hover{background-color:#00a6f3;transform:translateY(-2px)}._footerColumn_1pfl8_43{display:flex;flex-direction:column;gap:16px}._footerTitle_1pfl8_49{font-size:18px;font-weight:700;position:relative;padding-left:16px}._footerTitle_1pfl8_49:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:9999px;background:linear-gradient(180deg,#ff1493,#00a6f3)}._footerLink_1pfl8_66{color:#d1d5db;text-decoration:none;font-size:14px;transition:color .15s ease-in-out}._footerLink_1pfl8_66:hover{color:#fff}._subscribeForm_1pfl8_76{display:grid;gap:8px}._subscribeInput_1pfl8_81 .MuiOutlinedInput-root{background-color:#fff;border-radius:8px}._subscribeButton_1pfl8_86{justify-self:start;font-weight:600;padding-inline:32px;background:linear-gradient(90deg,#ff1493,#00a6f3)}._subscribeButton_1pfl8_86:hover{background:linear-gradient(90deg,#ff2e9f,#0eb2ff)}@media(max-width:1024px){._footerContent_1pfl8_7{grid-template-columns:1fr 1fr}}@media(max-width:768px){._footerContent_1pfl8_7{grid-template-columns:1fr}}._toolbar_edxbe_1{display:grid;grid-template-columns:auto 1fr auto;align-items:center;justify-content:center;gap:24px;padding:16px 24px;width:100%;margin:0 auto}._brand_edxbe_12 img{height:48px;transition:transform .15s ease-in-out}._brand_edxbe_12 img:hover{transform:scale(1.05)}._navLinks_edxbe_20{justify-content:center;flex-wrap:wrap;gap:8px}._navLink_edxbe_20{display:inline-flex;align-items:center;padding:8px 16px;font-weight:600;font-size:16px;color:#00a6f3;border-radius:9999px;text-decoration:none;transition:all .15s ease-in-out}._navLink_edxbe_20:hover{background-color:#00a6f31f;box-shadow:inset 0 0 0 1px #00a6f33d}._navLinkActive_edxbe_43{color:#fff;background:linear-gradient(135deg,#0584bf,#00a6f3);box-shadow:0 1px 2px #0000000d}._headerActions_edxbe_49{display:flex;align-items:center;padding-left:24px;border-left:1px solid rgba(0,166,243,.2)}._userProfile_edxbe_56{display:inline-flex;align-items:center;gap:8px;border-radius:9999px;padding:4px 8px;color:#0584bf;cursor:pointer;transition:all .15s ease-in-out}._userProfile_edxbe_56:hover{background-color:#00a6f314}._userAvatar_edxbe_70{width:36px!important;height:36px!important;background:linear-gradient(135deg,#0584bf,#00a6f3);color:#fff;font-weight:600;font-size:12px;box-shadow:0 4px 6px -1px #0000001a}._userProfileInfo_edxbe_80{display:flex;flex-direction:column;align-items:flex-start}._userName_edxbe_86{font-weight:700;color:#0584bf}._profileMenu_edxbe_91{padding:16px;border-radius:12px!important;background-color:#fff;box-shadow:0 12px 32px #0f172a1f!important;min-width:240px}._profileMenuHeader_edxbe_99{display:flex;align-items:center;gap:16px;padding-bottom:8px}._profileMenuAvatar_edxbe_106{width:48px!important;height:48px!important;font-size:16px;background:linear-gradient(135deg,#0584bf,#00a6f3);color:#fff}._profileMenuDivider_edxbe_114{margin:8px 0}._profileMenuItem_edxbe_118{font-size:14px;color:#374151;padding:8px 16px;border-radius:8px}._profileMenuItem_edxbe_118:hover{background-color:#00a6f314;color:#0584bf}._profileMenuLogout_edxbe_129{color:#ef4444!important}._profileMenuLogout_edxbe_129:hover{background-color:#ef444414!important}._loginButton_edxbe_136{font-weight:600;padding-inline:32px}._loginButton_edxbe_136:hover{box-shadow:0 10px 28px #00a6f373}@media(max-width:1024px){._toolbar_edxbe_1{gap:16px}._navLink_edxbe_20{font-size:14px;padding:4px 8px}}@media(max-width:768px){._toolbar_edxbe_1{grid-template-columns:1fr;gap:16px;padding:16px}._brand_edxbe_12 img{height:40px}._navLinks_edxbe_20{justify-content:center;width:100%}._loginButton_edxbe_136{width:100%}}._adminLayout_a73zb_1{display:flex;min-height:100vh;background-color:#fff;overflow:hidden}._sidebar_a73zb_8{width:260px;background-color:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100vh;position:fixed;transition:transform .3s ease-in-out}@media(max-width:768px){._sidebar_a73zb_8{transform:translate(-100%);z-index:1000}._sidebar_a73zb_8._open_a73zb_23{transform:translate(0)}}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27{padding:24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#00a6f314,#58bceb14)}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27 ._logoWrapper_a73zb_32{display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s ease-in-out}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27 ._logoWrapper_a73zb_32:hover{opacity:.8}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27 ._logoWrapper_a73zb_32 ._logo_a73zb_32{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27 ._logoWrapper_a73zb_32 ._logo_a73zb_32 img{width:100%;height:100%;object-fit:contain}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27 ._logoWrapper_a73zb_32 ._brand_a73zb_56 h6{color:#111827;font-weight:700;margin:0}._sidebar_a73zb_8 ._sidebarHeader_a73zb_27 ._logoWrapper_a73zb_32 ._brand_a73zb_56 span{color:#6b7280;font-size:12px}._sidebar_a73zb_8 ._sidebarNav_a73zb_65{flex:1;padding:16px 8px;overflow-y:auto}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70{display:flex;align-items:center;padding:8px 16px;margin-bottom:8px;border-radius:8px;color:#374151;text-decoration:none;transition:all .2s ease-in-out}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70:hover{background-color:#00a6f314;color:#00a6f3}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._active_a73zb_84{background-color:#00a6f31a;color:#00a6f3}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._active_a73zb_84 ._navIcon_a73zb_88{color:#00a6f3}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70 ._navIcon_a73zb_88{margin-right:8px;color:#6b7280}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70 ._navLabel_a73zb_95{font-weight:500;font-size:14px}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._hasSubmenu_a73zb_99{position:relative;cursor:pointer}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._hasSubmenu_a73zb_99:hover{background-color:#00a6f30f}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._hasSubmenu_a73zb_99._active_a73zb_84{background:linear-gradient(45deg,#00a6f314,#00a6f31f);font-weight:600}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._hasSubmenu_a73zb_99 ._submenuArrow_a73zb_110{margin-left:auto;transition:all .2s ease-in-out;opacity:.6}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._navItem_a73zb_70._hasSubmenu_a73zb_99 ._submenuArrow_a73zb_110._open_a73zb_23{transform:rotate(-180deg);opacity:1;color:#00a6f3}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110{margin:0 8px;max-height:0;overflow:hidden;transition:all .2s ease-in-out;opacity:0;transform:translateY(-10px);position:relative}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110:before{content:"";position:absolute;left:24px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#00a6f31a 0% 100%)}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110._open_a73zb_23{max-height:500px;opacity:1;transform:translateY(0);margin:4px 8px}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144{display:flex;align-items:center;padding:8px 16px 8px 40px;margin-bottom:4px;border-radius:8px;color:#4b5563;text-decoration:none;font-size:14px;transition:all .2s ease-in-out;position:relative;font-weight:500}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144:hover{background-color:#00a6f30a;color:#00a6f3}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144:hover:before{transform:scale(1.2);background-color:#00a6f3;box-shadow:0 0 0 2px #00a6f333}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144._active_a73zb_84{background-color:#00a6f314;color:#00a6f3}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144._active_a73zb_84:before{background-color:#00a6f3;transform:scale(1.2);box-shadow:0 0 0 3px #00a6f333}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144:before{content:"";width:6px;height:6px;border-radius:50%;background-color:#9ca3af;position:absolute;left:32px;transition:all .2s ease-in-out}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144:after{content:"";position:absolute;inset:0;border-radius:8px;background-color:currentColor;opacity:0;transition:opacity .2s ease-in-out;z-index:-1}._sidebar_a73zb_8 ._sidebarNav_a73zb_65 ._submenu_a73zb_110 ._submenuItem_a73zb_144:hover:after{opacity:.04}._sidebar_a73zb_8 ._sidebarFooter_a73zb_201{padding:16px;border-top:1px solid #e5e7eb}._sidebar_a73zb_8 ._sidebarFooter_a73zb_201 span{color:#6b7280;font-size:12px}._mainContent_a73zb_210{flex:1;margin-left:260px;min-height:100vh;background-color:#fff}@media(max-width:768px){._mainContent_a73zb_210{margin-left:0}}._mainContent_a73zb_210 ._header_a73zb_221{height:64px;background-color:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;position:fixed;top:0;right:0;left:260px;z-index:100;box-shadow:0 1px 2px #0000000d}@media(max-width:768px){._mainContent_a73zb_210 ._header_a73zb_221{left:0}}._mainContent_a73zb_210 ._header_a73zb_221 ._mobileMenuBtn_a73zb_241{display:none;color:#374151;margin-right:auto}@media(max-width:768px){._mainContent_a73zb_210 ._header_a73zb_221 ._mobileMenuBtn_a73zb_241{display:block}}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .2s ease-in-out;position:relative}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251:hover{background-color:#f3f4f6}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._profileInfo_a73zb_264{text-align:right}@media(max-width:768px){._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._profileInfo_a73zb_264{display:none}}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._profileInfo_a73zb_264 ._userName_a73zb_272{display:block;color:#111827;font-weight:600;font-size:14px}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._profileInfo_a73zb_264 ._userEmail_a73zb_278{display:block;color:#6b7280;font-size:12px}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._avatar_a73zb_283{width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,166,243,.3);overflow:hidden}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._avatar_a73zb_283 img{width:100%;height:100%;object-fit:cover}._mainContent_a73zb_210 ._header_a73zb_221 ._profileSection_a73zb_251 ._chevronIcon_a73zb_295{font-size:20px;color:#4b5563}._mainContent_a73zb_210 ._profileDropdown_a73zb_299{position:absolute;top:calc(100% + 8px);right:auto;width:240px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;padding:8px;text-align:left}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._profileHeader_a73zb_311{display:flex;align-items:center;padding:8px;cursor:pointer}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._profileHeader_a73zb_311 ._avatar_a73zb_283{width:32px;height:32px;border-radius:50%;margin-right:8px;overflow:hidden}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._profileHeader_a73zb_311 ._avatar_a73zb_283 img{width:100%;height:100%;object-fit:cover}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._profileHeader_a73zb_311 ._userInfo_a73zb_329{display:flex;flex-direction:column;line-height:1.2;overflow:hidden}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._profileHeader_a73zb_311 ._userInfo_a73zb_329 ._name_a73zb_335{color:#111827;font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._profileHeader_a73zb_311 ._userInfo_a73zb_329 ._email_a73zb_343{color:#6b7280;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._dropdownDivider_a73zb_350{height:1px;background-color:#e5e7eb;margin:8px 0}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._dropdownItem_a73zb_355{width:100%;display:flex;align-items:center;padding:8px;color:#374151;transition:background-color .15s ease-in-out;border-radius:4px;justify-content:flex-start}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._dropdownItem_a73zb_355:hover{background-color:#f3f4f6}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._dropdownItem_a73zb_355 svg{margin-right:8px;font-size:20px}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._dropdownItem_a73zb_355._logout_a73zb_372{color:#ef4444}._mainContent_a73zb_210 ._profileDropdown_a73zb_299 ._dropdownItem_a73zb_355._logout_a73zb_372 svg{color:#ef4444}._mainContent_a73zb_210 ._pageContent_a73zb_378{padding:24px;margin-top:64px;min-height:calc(100vh - 64px);background-color:#fff}._modalOverlay_lslf0_1{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_lslf0_1 .2s ease-out}@keyframes _fadeIn_lslf0_1{0%{opacity:0}to{opacity:1}}._modalContent_lslf0_25{background:#fff;border-radius:4px;box-shadow:0 20px 25px -5px #0000001a;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:_slideUp_lslf0_1 .3s ease-out}@keyframes _slideUp_lslf0_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_lslf0_46{display:flex;align-items:center;justify-content:space-between;padding:32px 32px 24px;border-bottom:1px solid #e5e7eb}._modalHeader_lslf0_46 ._headerLeft_lslf0_53{display:flex;align-items:center;gap:16px}._modalHeader_lslf0_46 ._headerLeft_lslf0_53 ._iconWrapper_lslf0_58{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#00a6f31a,#58bceb26);display:flex;align-items:center;justify-content:center;color:#00a6f3;border:1px solid rgba(0,166,243,.2)}._modalHeader_lslf0_46 ._headerLeft_lslf0_53 ._headerInfo_lslf0_69 h2{margin:0 0 4px;font-size:20px;font-weight:700;color:#111827}._modalHeader_lslf0_46 ._headerLeft_lslf0_53 ._headerInfo_lslf0_69 p{margin:0;color:#4b5563;font-size:14px}._modalHeader_lslf0_46 ._closeButton_lslf0_80{width:36px;height:36px;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .15s ease-in-out}._modalHeader_lslf0_46 ._closeButton_lslf0_80:hover{background-color:#f3f4f6;color:#374151}._modalHeader_lslf0_46 ._closeButton_lslf0_80:disabled{opacity:.5;cursor:not-allowed}._form_lslf0_102{padding:24px 32px 32px}._formGroup_lslf0_106{margin-bottom:24px}._formGroup_lslf0_106 ._label_lslf0_109{display:block;margin-bottom:8px;font-weight:600;color:#111827;font-size:14px}._formGroup_lslf0_106 ._label_lslf0_109 ._required_lslf0_116{color:#ef4444;margin-left:2px}._formGroup_lslf0_106 ._inputWrapper_lslf0_120{position:relative;display:flex;align-items:center}._formGroup_lslf0_106 ._input_lslf0_120{width:100%;padding:8px 48px 8px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .15s ease-in-out;background-color:#fff}._formGroup_lslf0_106 ._input_lslf0_120:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 3px #00a6f31a}._formGroup_lslf0_106 ._input_lslf0_120._error_lslf0_140{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._formGroup_lslf0_106 ._input_lslf0_120:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}._formGroup_lslf0_106 ._input_lslf0_120::placeholder{color:#6b7280}._formGroup_lslf0_106 ._togglePassword_lslf0_152{position:absolute;right:8px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .15s ease-in-out}._formGroup_lslf0_106 ._togglePassword_lslf0_152:hover{background-color:#f3f4f6;color:#374151}._formGroup_lslf0_106 ._togglePassword_lslf0_152:disabled{opacity:.5;cursor:not-allowed}._formGroup_lslf0_106 ._errorMessage_lslf0_171{display:block;margin-top:4px;color:#ef4444;font-size:13px;font-weight:500}._securityTips_lslf0_179{background:linear-gradient(135deg,#00a6f30d,#58bceb14);border:1px solid rgba(0,166,243,.1);border-radius:12px;padding:16px;margin-bottom:24px}._securityTips_lslf0_179 h4{margin:0 0 8px;font-size:14px;font-weight:700;color:#00a6f3}._securityTips_lslf0_179 ul{margin:0;padding-left:16px;color:#374151}._securityTips_lslf0_179 ul li{font-size:13px;line-height:1.4;margin-bottom:4px}._securityTips_lslf0_179 ul li:last-child{margin-bottom:0}._modalActions_lslf0_206{display:flex;gap:8px;justify-content:flex-end;margin-top:32px}@media(max-width:480px){._modalActions_lslf0_206{flex-direction:column-reverse}}._cancelButton_lslf0_218,._submitButton_lslf0_219{padding:8px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .15s ease-in-out;border:none;display:flex;align-items:center;justify-content:center;gap:4px}._cancelButton_lslf0_218:disabled,._submitButton_lslf0_219:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._cancelButton_lslf0_218,._submitButton_lslf0_219{width:100%}}._cancelButton_lslf0_218{background-color:transparent;color:#374151;border:1px solid #d1d5db}._cancelButton_lslf0_218:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}._submitButton_lslf0_219{background:linear-gradient(135deg,#00a6f3,#0584bf);color:#fff;min-width:140px}._submitButton_lslf0_219:hover:not(:disabled){background:linear-gradient(135deg,#0584bf,#0473a6);box-shadow:0 4px 6px -1px #0000001a}._submitButton_lslf0_219:active:not(:disabled){transform:translateY(1px)}._spinner_lslf0_267{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:_spin_lslf0_267 1s linear infinite}@keyframes _spin_lslf0_267{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._modalOverlay_lslf0_1{padding:8px}._modalContent_lslf0_25{max-width:100%;border-radius:12px}._modalHeader_lslf0_46{padding:24px 24px 16px}._modalHeader_lslf0_46 ._headerLeft_lslf0_53 ._iconWrapper_lslf0_58{width:40px;height:40px}._modalHeader_lslf0_46 ._headerLeft_lslf0_53 ._headerInfo_lslf0_69 h2{font-size:18px}._modalHeader_lslf0_46 ._headerLeft_lslf0_53 ._headerInfo_lslf0_69 p{font-size:13px}._form_lslf0_102{padding:16px 24px 24px}._formGroup_lslf0_106{margin-bottom:16px}._securityTips_lslf0_179{padding:8px}._securityTips_lslf0_179 h4{font-size:13px}._securityTips_lslf0_179 ul li{font-size:12px}}._modalContent_lslf0_25:focus-within ._closeButton_lslf0_80:focus{outline:2px solid #00a6f3;outline-offset:2px}@media(prefers-contrast:high){._modalOverlay_lslf0_1{background-color:#000c}._input_lslf0_120{border-width:2px}._submitButton_lslf0_219{background:#00a6f3}._submitButton_lslf0_219:hover:not(:disabled){background:#0584bf}}@media(prefers-reduced-motion:reduce){._modalOverlay_lslf0_1,._modalContent_lslf0_25,._input_lslf0_120,._cancelButton_lslf0_218,._submitButton_lslf0_219,._togglePassword_lslf0_152,._closeButton_lslf0_80{animation:none;transition:none}._spinner_lslf0_267{animation:none;border:2px solid #ffffff;border-top:2px solid transparent}}._backgroundAccent_1ckzw_11{background-image:linear-gradient(135deg,rgba(255,255,255,.12) 0%,transparent 35%,rgba(255,255,255,.08) 75%,transparent 100%),url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0.18' offset='0%25'/%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 40 L40 0 L160 120 L120 160 Z' fill='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;opacity:.35;mix-blend-mode:screen}._container_1ckzw_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1200px circle at 0% 0%,rgba(232,245,251,.28),transparent 55%),radial-gradient(900px circle at 100% 100%,rgba(255,255,255,.16),transparent 60%),linear-gradient(135deg,#0584bf,#00a6f3 45%,#58bceb);overflow:hidden}._backgroundAccent_1ckzw_11,._backgroundGlow_1ckzw_12{position:absolute;inset:0;pointer-events:none}._backgroundAccent_1ckzw_11{background-image:linear-gradient(135deg,rgba(255,255,255,.12) 0%,transparent 35%,rgba(255,255,255,.08) 75%,transparent 100%),url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0.18' offset='0%25'/%3E%3Cstop stop-color='%23FFFFFF' stop-opacity='0' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 40 L40 0 L160 120 L120 160 Z' fill='url(%23g)'/%3E%3C/svg%3E");background-repeat:repeat;opacity:.35;mix-blend-mode:screen}._backgroundGlow_1ckzw_12{background:radial-gradient(400px circle at 15% 30%,rgba(255,255,255,.35),transparent 65%),radial-gradient(500px circle at 85% 70%,rgba(232,245,251,.45),transparent 65%);filter:blur(0px);opacity:.6}._inner_1ckzw_31{position:relative;z-index:1;width:min(1100px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(32px,5vw,48px);align-items:stretch}._showcase_1ckzw_41{color:#fff;padding:clamp(32px,4vw,48px);border-radius:12px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 35px 80px -40px #11182773;display:flex;flex-direction:column;gap:clamp(24px,3vw,48px)}._badge_1ckzw_54{align-self:flex-start;padding:6px 16px;border-radius:9999px;border:1px solid rgba(255,255,255,.6);background:#ffffff26;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}._heading_1ckzw_66{font-size:clamp(32px,4vw,40px);line-height:1.2;font-weight:700;margin:0}._description_1ckzw_73{font-size:16px;line-height:1.75;color:#ffffffd9;margin:0}._highlights_1ckzw_80{display:grid;gap:24px}._highlight_1ckzw_80{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start;padding:24px;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}._highlightNumber_1ckzw_96{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;font-weight:600;font-size:14px;color:#ffffffe6}._highlightTitle_1ckzw_110{margin:0 0 8px;font-size:18px;font-weight:600;color:#fff}._highlightText_1ckzw_117{margin:0;font-size:14px;color:#ffffffbf;line-height:1.5}._formArea_1ckzw_124{position:relative;padding:32px;border-radius:12px;background:#ffffffeb;box-shadow:0 28px 60px -30px #0584bf66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center}@media(max-width:1024px){._container_1ckzw_1{padding:32px 16px}._inner_1ckzw_31{grid-template-columns:1fr}._showcase_1ckzw_41{order:2;text-align:center}._badge_1ckzw_54{align-self:center}._highlights_1ckzw_80{text-align:left}}@media(max-width:640px){._container_1ckzw_1{padding:32px 16px}._formArea_1ckzw_124{padding:24px 16px}._highlight_1ckzw_80{grid-template-columns:1fr;text-align:center}._highlightNumber_1ckzw_96{margin:0 auto}}._container_1kxrm_1{width:100%;background:linear-gradient(135deg,#f9fafb,#e8f5fb);min-height:100vh;padding:0}._wrapper_1kxrm_8{margin:0 auto;display:flex;flex-direction:column;gap:24px}._header_1kxrm_15{display:flex;align-items:center;flex-wrap:wrap;gap:24px}@media(max-width:768px){._header_1kxrm_15{flex-direction:column;align-items:stretch}}._searchSection_1kxrm_28{display:flex;gap:16px;flex:1;min-width:300px;align-items:center}@media(max-width:768px){._searchSection_1kxrm_28{flex-direction:column}}._searchInput_1kxrm_41{flex:1;padding:8px 16px;border:1px solid rgba(5,132,191,.18);border-radius:12px;font-size:16px;transition:all .2s ease-in-out;background:#fff;color:#111827}._searchInput_1kxrm_41:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 3px #00a6f31a}._searchInput_1kxrm_41::placeholder{color:#4b5563}._tableWrapper_1kxrm_60{background:#fff;border-radius:12px;border:1px solid rgba(88,188,235,.18);overflow:hidden;animation:_slideUp_1kxrm_1 .4s ease}@keyframes _slideUp_1kxrm_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._table_1kxrm_60{width:100%;border-collapse:collapse}._table_1kxrm_60 thead{background:linear-gradient(135deg,#00a6f3,#0584bf);color:#fff}._table_1kxrm_60 thead th{padding:8px 4px;text-align:left;font-weight:600;font-size:14px;letter-spacing:.5px;border:1px solid rgba(255,255,255,.3)}._table_1kxrm_60 tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s ease-in-out}._table_1kxrm_60 tbody tr:hover{background-color:#e8f5fb;box-shadow:inset 0 0 10px #00a6f30d}._table_1kxrm_60 tbody tr:last-child{border-bottom:none}._table_1kxrm_60 tbody tr td{padding:8px 4px;font-size:16px;color:#111827;border:1px solid #e5e7eb;vertical-align:middle}._checkbox_1kxrm_113{display:flex;align-items:center;justify-content:center}._actionCell_1kxrm_119{display:flex;justify-content:center;align-items:center;gap:8px}._emptyState_1kxrm_126{text-align:center;padding:48px;color:#4b5563}._emptyState_1kxrm_126 p{font-size:16px;margin:0}._pagination_1kxrm_136{display:flex;justify-content:center;padding:16px 0}@media(max-width:640px){._container_1kxrm_1{padding:24px}._wrapper_1kxrm_8{gap:24px}._header_1kxrm_15{gap:16px}._searchSection_1kxrm_28{min-width:auto}}._formContainer_1kxrm_156{display:flex;flex-direction:column;gap:16px;min-width:500px}._modalActions_1kxrm_163{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}._lessonTable_1kxrm_170 ._tableContainer_1kxrm_170{max-height:400px;overflow-y:auto}._lessonTable_1kxrm_170 ._table_1kxrm_60 ._headerCell_1kxrm_174{background-color:#f5f5f5;font-weight:600;padding:12px;border-bottom:2px solid #e0e0e0}._lessonTable_1kxrm_170 ._table_1kxrm_60 ._dataCell_1kxrm_180{padding:10px 12px;border-bottom:1px solid #e0e0e0}._detailSection_1kxrm_185{margin-bottom:24px}._detailSection_1kxrm_185 ._sectionTitle_1kxrm_188{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}._detailSection_1kxrm_185 ._infoRow_1kxrm_194{display:flex;margin-bottom:8px}._detailSection_1kxrm_185 ._infoRow_1kxrm_194 ._label_1kxrm_198{font-weight:600;min-width:120px;color:#555}._detailSection_1kxrm_185 ._infoRow_1kxrm_194 ._value_1kxrm_203{color:#333}._chip_1kxrm_207._primary_1kxrm_207{background-color:#1976d2;color:#fff}._chip_1kxrm_207._success_1kxrm_211{background-color:#2e7d32;color:#fff}._chip_1kxrm_207._default_1kxrm_215{background-color:#757575;color:#fff}._loadingContainer_1kxrm_220{display:flex;justify-content:center;align-items:center;min-height:200px}._errorContainer_1kxrm_227{display:flex;justify-content:center;align-items:center;min-height:200px;color:#d32f2f;font-size:16px}@media(max-width:768px){._container_1kxrm_1 ._wrapper_1kxrm_8{padding:16px}._header_1kxrm_15{flex-direction:column}._header_1kxrm_15 button{width:100%}._tableWrapper_1kxrm_60{overflow-x:auto}._tableWrapper_1kxrm_60 ._table_1kxrm_60{min-width:800px}}._container_5rj7z_1{width:100%;background:linear-gradient(135deg,#f9fafb,#e8f5fb);min-height:100vh;padding:0}._wrapper_5rj7z_8{margin:0 auto;display:flex;flex-direction:column;gap:24px}._header_5rj7z_15{display:flex;align-items:center;flex-wrap:wrap;gap:24px}@media(max-width:768px){._header_5rj7z_15{flex-direction:column;align-items:stretch}}._searchSection_5rj7z_28{display:flex;gap:16px;flex:1;min-width:300px;align-items:center}@media(max-width:768px){._searchSection_5rj7z_28{flex-direction:column}}._searchInput_5rj7z_41{flex:1;padding:8px 16px;border:1px solid rgba(5,132,191,.18);border-radius:12px;font-size:16px;transition:all .2s ease-in-out;background:#fff;color:#111827}._searchInput_5rj7z_41:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 3px #00a6f31a}._searchInput_5rj7z_41::placeholder{color:#4b5563}._tableWrapper_5rj7z_60{background:#fff;border-radius:12px;border:1px solid rgba(88,188,235,.18);overflow:hidden;animation:_slideUp_5rj7z_1 .4s ease}@keyframes _slideUp_5rj7z_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._table_5rj7z_60{width:100%;border-collapse:collapse}._table_5rj7z_60 thead{background:linear-gradient(135deg,#00a6f3,#0584bf);color:#fff}._table_5rj7z_60 thead th{padding:8px 4px;text-align:left;font-weight:600;font-size:14px;letter-spacing:.5px;border:1px solid rgba(255,255,255,.3)}._table_5rj7z_60 tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s ease-in-out}._table_5rj7z_60 tbody tr:hover{background-color:#e8f5fb;box-shadow:inset 0 0 10px #00a6f30d}._table_5rj7z_60 tbody tr:last-child{border-bottom:none}._table_5rj7z_60 tbody tr td{padding:8px 4px;font-size:16px;color:#111827;border:1px solid #e5e7eb;vertical-align:middle}._checkbox_5rj7z_113{display:flex;align-items:center;justify-content:center}._actionCell_5rj7z_119{display:flex;justify-content:center;align-items:center;gap:8px}._emptyState_5rj7z_126{text-align:center;padding:48px;color:#4b5563}._emptyState_5rj7z_126 p{font-size:16px;margin:0}._pagination_5rj7z_136{display:flex;justify-content:center;padding:16px 0}@media(max-width:640px){._container_5rj7z_1{padding:24px}._wrapper_5rj7z_8{gap:24px}._header_5rj7z_15{gap:16px}._searchSection_5rj7z_28{min-width:auto}}._container_zu9up_1{width:100%;background:linear-gradient(135deg,#f9fafb,#e8f5fb);min-height:100vh}._wrapper_zu9up_7{margin:0 auto;display:flex;flex-direction:column;gap:24px}._header_zu9up_14{display:flex;align-items:center;flex-wrap:wrap;gap:24px}@media(max-width:768px){._header_zu9up_14{flex-direction:column;align-items:stretch}}._searchSection_zu9up_27{display:flex;gap:16px;flex:1;min-width:300px;align-items:center}@media(max-width:768px){._searchSection_zu9up_27{flex-direction:column}}._searchInput_zu9up_40{flex:1;padding:8px 16px;border:1px solid rgba(5,132,191,.18);border-radius:12px;font-size:16px;transition:all .2s ease-in-out;background:#fff;color:#111827}._searchInput_zu9up_40:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 3px #00a6f31a}._searchInput_zu9up_40::placeholder{color:#4b5563}._tableWrapper_zu9up_59{background:#fff;border-radius:12px;border:1px solid rgba(88,188,235,.18);overflow:hidden;animation:_slideUp_zu9up_1 .4s ease}@keyframes _slideUp_zu9up_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._table_zu9up_59{width:100%;border-collapse:collapse}._table_zu9up_59 thead{background:linear-gradient(135deg,#00a6f3,#0584bf);color:#fff}._table_zu9up_59 thead th{padding:8px 4px;text-align:left;font-weight:600;font-size:14px;letter-spacing:.5px;border:1px solid rgba(255,255,255,.3)}._table_zu9up_59 tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s ease-in-out}._table_zu9up_59 tbody tr:hover{background-color:#e8f5fb;box-shadow:inset 0 0 10px #00a6f30d}._table_zu9up_59 tbody tr:last-child{border-bottom:none}._table_zu9up_59 tbody tr td{padding:8px 4px;font-size:16px;color:#111827;border:1px solid #e5e7eb;vertical-align:middle}._checkbox_zu9up_112{display:flex;align-items:center;justify-content:center}._actionCell_zu9up_118{display:flex;justify-content:center;align-items:center;gap:8px}._emptyState_zu9up_125{text-align:center;padding:48px;color:#4b5563}._emptyState_zu9up_125 p{font-size:16px;margin:0}._pagination_zu9up_135{display:flex;justify-content:center;padding:16px 0}@media(max-width:640px){._container_zu9up_1{padding:24px}._wrapper_zu9up_7{gap:24px}._header_zu9up_14{gap:16px}._searchSection_zu9up_27{min-width:auto}}._container_45h7s_1{width:100%;background:linear-gradient(135deg,#f9fafb,#e8f5fb);min-height:100vh;padding:0}._wrapper_45h7s_8{margin:0 auto;display:flex;flex-direction:column;gap:24px}._header_45h7s_15{display:flex;align-items:center;flex-wrap:wrap;gap:24px}@media(max-width:768px){._header_45h7s_15{flex-direction:column;align-items:stretch}}._searchSection_45h7s_28{display:flex;gap:16px;flex:1;min-width:300px;align-items:center}@media(max-width:768px){._searchSection_45h7s_28{flex-direction:column}}._searchInput_45h7s_41{flex:1;padding:8px 16px;border:1px solid rgba(5,132,191,.18);border-radius:12px;font-size:16px;transition:all .2s ease-in-out;background:#fff;color:#111827}._searchInput_45h7s_41:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 3px #00a6f31a}._searchInput_45h7s_41::placeholder{color:#4b5563}._tableWrapper_45h7s_60{background:#fff;border-radius:12px;border:1px solid rgba(88,188,235,.18);overflow:hidden;animation:_slideUp_45h7s_1 .4s ease}@keyframes _slideUp_45h7s_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._table_45h7s_60{width:100%;border-collapse:collapse}._table_45h7s_60 thead{background:linear-gradient(135deg,#00a6f3,#0584bf);color:#fff}._table_45h7s_60 thead th{padding:8px 4px;text-align:left;font-weight:600;font-size:14px;letter-spacing:.5px;border:1px solid rgba(255,255,255,.3);white-space:nowrap}._table_45h7s_60 tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s ease-in-out}._table_45h7s_60 tbody tr:hover{background-color:#e8f5fb;box-shadow:inset 0 0 10px #00a6f30d}._table_45h7s_60 tbody tr:last-child{border-bottom:none}._table_45h7s_60 tbody tr td{padding:8px 4px;font-size:16px;color:#111827;border:1px solid #e5e7eb;vertical-align:middle;white-space:nowrap}._table_45h7s_60 tbody tr td:nth-child(3){max-width:280px;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}._table_45h7s_60 tbody tr td:nth-child(4){max-width:200px;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}._table_45h7s_60 tbody tr td:nth-child(5){max-width:280px;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}._table_45h7s_60 tbody tr td ._chapterText_45h7s_132{max-width:160px;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;font-size:16px;color:#111827}._checkbox_45h7s_141{display:flex;align-items:center;justify-content:center}._actionCell_45h7s_147{display:flex;justify-content:center;align-items:center;gap:8px}._emptyState_45h7s_154{text-align:center;padding:48px;color:#4b5563}._emptyState_45h7s_154 p{font-size:16px;margin:0}._pagination_45h7s_164{display:flex;justify-content:center;padding:16px 0}@media(max-width:640px){._container_45h7s_1{padding:24px}._wrapper_45h7s_8{gap:24px}._header_45h7s_15{gap:16px}._searchSection_45h7s_28{min-width:auto}._tableWrapper_45h7s_60{overflow-x:auto}._tableWrapper_45h7s_60 ._table_45h7s_60{min-width:800px}._tableWrapper_45h7s_60 ._table_45h7s_60 th,._tableWrapper_45h7s_60 ._table_45h7s_60 td{padding:8px 6px;font-size:.875rem}}._formContainer_45h7s_203{display:flex;flex-direction:column;gap:16px;min-width:500px}._modalActions_45h7s_210{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}._detailSection_45h7s_217{margin-bottom:24px}._detailSection_45h7s_217 ._sectionTitle_45h7s_220{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}._detailSection_45h7s_217 ._infoRow_45h7s_226{display:flex;margin-bottom:8px}._detailSection_45h7s_217 ._infoRow_45h7s_226 ._label_45h7s_230{font-weight:600;min-width:120px;color:#555}._detailSection_45h7s_217 ._infoRow_45h7s_226 ._value_45h7s_235{color:#333}._contentPreview_45h7s_239{max-height:300px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:4px;padding:12px;margin-top:8px;background-color:#f9f9f9;font-family:Courier New,monospace;font-size:.875rem;white-space:pre-wrap;word-wrap:break-word}._videoPreview_45h7s_253{margin-top:8px}._videoPreview_45h7s_253 ._videoLink_45h7s_256{color:#1976d2;text-decoration:underline;cursor:pointer}._videoPreview_45h7s_253 ._videoLink_45h7s_256:hover{text-decoration:none}._chip_45h7s_265._primary_45h7s_265{background-color:#1976d2;color:#fff}._chip_45h7s_265._secondary_45h7s_269{background-color:#9c27b0;color:#fff}._chip_45h7s_265._success_45h7s_273{background-color:#2e7d32;color:#fff}._chip_45h7s_265._default_45h7s_277{background-color:#757575;color:#fff}._loadingContainer_45h7s_282{display:flex;justify-content:center;align-items:center;min-height:200px}._errorContainer_45h7s_289{display:flex;justify-content:center;align-items:center;min-height:200px;color:#d32f2f;font-size:16px}._switchContainer_45h7s_298{display:flex;align-items:center;margin-top:16px;padding:8px 0}._durationInput_45h7s_305 ._timeHelper_45h7s_305{font-size:.75rem;color:#666;margin-top:4px}@media(max-width:1200px){._tableWrapper_45h7s_60{overflow-x:auto}._tableWrapper_45h7s_60 ._table_45h7s_60{min-width:1000px}}@media(max-width:768px){._container_45h7s_1 ._wrapper_45h7s_8{padding:16px}._header_45h7s_15{flex-direction:column}._header_45h7s_15 button{width:100%}._tableWrapper_45h7s_60{overflow-x:auto}._tableWrapper_45h7s_60 ._table_45h7s_60{min-width:800px}._tableWrapper_45h7s_60 ._table_45h7s_60 th,._tableWrapper_45h7s_60 ._table_45h7s_60 td{padding:8px 6px;font-size:.875rem}}._container_cijun_1{width:100%;min-height:100vh;display:flex;justify-content:center}._wrapper_cijun_8{width:100%;background:#fff}._title_cijun_13{display:flex;align-items:center;font-size:1.5rem;font-weight:600;gap:8px}._form_cijun_21{display:flex;flex-direction:column;gap:16px}._form_cijun_21 ._avatarSection_cijun_26{display:flex;align-items:center;gap:16px}._form_cijun_21 ._avatarSection_cijun_26 ._avatarPreview_cijun_31{width:80px;height:80px;border-radius:50%;object-fit:cover;border:1px solid rgba(209,213,219,.5)}._form_cijun_21 ._buttonGroup_cijun_38{display:flex;gap:16px;justify-content:flex-end;margin-top:16px}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiOutlinedInput-root_cijun_45{border-radius:8px}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiOutlinedInput-root_cijun_45 ._MuiOutlinedInput-notchedOutline_cijun_48{border-color:#e0e0e0}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiOutlinedInput-root_cijun_45:hover ._MuiOutlinedInput-notchedOutline_cijun_48{border-color:#1976d2}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiOutlinedInput-root_cijun_45._Mui-focused_cijun_54 ._MuiOutlinedInput-notchedOutline_cijun_48{border-color:#1976d2;border-width:2px}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiOutlinedInput-root_cijun_45._Mui-error_cijun_58 ._MuiOutlinedInput-notchedOutline_cijun_48{border-color:#d32f2f}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiInputLabel-root_cijun_61._Mui-focused_cijun_54{color:#1976d2}.MuiTextField-root .MuiAutocomplete-root .MuiFormControl-root ._MuiInputLabel-root_cijun_61._Mui-error_cijun_58{color:#d32f2f}.MuiAutocomplete-popper ._MuiPaper-root_cijun_68{border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:4px}.MuiAutocomplete-popper ._MuiAutocomplete-listbox_cijun_73{padding:4px 0}.MuiAutocomplete-popper ._MuiAutocomplete-listbox_cijun_73 ._MuiAutocomplete-option_cijun_76{padding:8px 16px;font-size:14px;border-bottom:1px solid #f0f0f0}.MuiAutocomplete-popper ._MuiAutocomplete-listbox_cijun_73 ._MuiAutocomplete-option_cijun_76:last-child{border-bottom:none}.MuiAutocomplete-popper ._MuiAutocomplete-listbox_cijun_73 ._MuiAutocomplete-option_cijun_76:hover{background-color:#f5f5f5}.MuiAutocomplete-popper ._MuiAutocomplete-listbox_cijun_73 ._MuiAutocomplete-option_cijun_76._Mui-focused_cijun_54{background-color:#e3f2fd}.MuiAutocomplete-popper ._MuiAutocomplete-noOptions_cijun_90{padding:16px;color:#666;font-style:italic}._contactPage_d4zv8_3{min-height:100vh;padding:20px 0}._contactPage_d4zv8_3 ._MuiContainer-root_d4zv8_7{padding:0 24px}@media(max-width:768px){._contactPage_d4zv8_3 ._MuiContainer-root_d4zv8_7{padding:0 16px}}._heroSection_d4zv8_17{text-align:center;padding:48px 0;margin-bottom:32px}._heroContent_d4zv8_23{max-width:800px;margin:0 auto}._badge_d4zv8_28{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:#00a6f31a;color:#0584bf;font-weight:600;font-size:12.5px;letter-spacing:.2px;box-shadow:inset 0 1px #fff9;margin-bottom:20px}._badge_d4zv8_28 ._pulseDot_d4zv8_43{width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 #10b98199;animation:_pulse_d4zv8_43 2s infinite}@keyframes _pulse_d4zv8_43{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}._title_d4zv8_63{margin:0 0 16px;font-size:clamp(28px,3.2vw,42px);line-height:1.15;font-weight:800;letter-spacing:-.02em;color:#111827}._brand_d4zv8_72{background:linear-gradient(90deg,#58bceb,#00a6f3 55%,#0584bf);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 1px 0 rgba(255,255,255,.5)}._subtitle_d4zv8_80{color:#4b5563;font-size:clamp(15px,1.6vw,18px);line-height:1.6;max-width:600px;margin:0 auto}._contentWrapper_d4zv8_90{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-bottom:48px}@media(max-width:1024px){._contentWrapper_d4zv8_90{grid-template-columns:1fr;gap:32px}}._formSection_d4zv8_104{position:relative}._formContainer_d4zv8_108{background:#fff;border-radius:24px;padding:32px;box-shadow:0 8px 24px #11182714;border:1px solid rgba(0,0,0,.06)}@media(max-width:768px){._formContainer_d4zv8_108{padding:24px}}._formHeader_d4zv8_121{text-align:center;margin-bottom:32px}._formHeader_d4zv8_121 ._formIcon_d4zv8_125{color:#00a6f3;margin-bottom:12px}._formHeader_d4zv8_121 h2{margin:0 0 8px;font-size:24px;font-weight:700;color:#111827}._formHeader_d4zv8_121 p{margin:0;color:#4b5563;line-height:1.5}._contactForm_d4zv8_142{display:grid;gap:20px}._formGrid_d4zv8_147{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:640px){._formGrid_d4zv8_147{grid-template-columns:1fr}}._formGroup_d4zv8_158{display:grid;gap:6px}._label_d4zv8_163{font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}._input_d4zv8_170,._select_d4zv8_171,._textarea_d4zv8_172{width:100%;padding:12px 16px;border:1.5px solid rgba(0,0,0,.12);border-radius:12px;font-size:15px;color:#1f2937;background:#fff;transition:border-color .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._input_d4zv8_170:focus,._select_d4zv8_171:focus,._textarea_d4zv8_172:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 3px #00a6f31f}._input_d4zv8_170::placeholder,._select_d4zv8_171::placeholder,._textarea_d4zv8_172::placeholder{color:#9ca3af}._inputError_d4zv8_195{border-color:#ef4444!important}._inputError_d4zv8_195:focus{box-shadow:0 0 0 3px #ef44441f!important}._errorMessage_d4zv8_202{display:block;margin-top:6px;font-size:14px;color:#ef4444;font-weight:500}._textarea_d4zv8_172{resize:vertical;min-height:120px;font-family:inherit;line-height:1.5}._select_d4zv8_171{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;appearance:none}._submitButton_d4zv8_227{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border:none;border-radius:12px;background:linear-gradient(90deg,#0584bf,#00a6f3);color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1);box-shadow:0 8px 18px #00a6f347}._submitButton_d4zv8_227:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 28px #00a6f352}._submitButton_d4zv8_227:active{transform:translateY(0)}._submitButton_d4zv8_227:disabled{opacity:.7;cursor:not-allowed;transform:none!important}._spinner_d4zv8_256{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_d4zv8_256 .8s linear infinite}@keyframes _spin_d4zv8_256{to{transform:rotate(360deg)}}._infoSection_d4zv8_271{position:relative}._infoContainer_d4zv8_275{background:linear-gradient(135deg,#00a6f30d,#58bceb14);border-radius:24px;padding:32px;height:fit-content;position:sticky;top:20px}@media(max-width:1024px){._infoContainer_d4zv8_275{position:static}}@media(max-width:768px){._infoContainer_d4zv8_275{padding:24px}}._infoContainer_d4zv8_275 h3{margin:0 0 24px;font-size:20px;font-weight:700;color:#111827}._contactInfo_d4zv8_301{display:grid;gap:20px;margin-bottom:32px}._contactItem_d4zv8_307{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}._contactIcon_d4zv8_314{width:48px;height:48px;border-radius:12px;background:#fff;display:grid;place-items:center;color:#00a6f3;box-shadow:0 1px 2px #0000000f;border:1px solid rgba(0,0,0,.06)}._contactDetails_d4zv8_326 h4{margin:0 0 4px;font-size:16px;font-weight:700;color:#111827}._contactDetails_d4zv8_326 p{margin:0 0 4px;font-size:15px;font-weight:600;color:#1f2937}._contactDetails_d4zv8_326 span{font-size:13px;color:#4b5563}._quickHelp_d4zv8_344{margin-bottom:32px}._quickHelp_d4zv8_344 h4{margin:0 0 16px;font-size:16px;font-weight:700;color:#111827}._faqLinks_d4zv8_354{display:grid;gap:8px}._faqLink_d4zv8_354{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;color:#374151;text-decoration:none;font-size:14px;transition:background .22s cubic-bezier(.2,.7,.2,1),color .22s cubic-bezier(.2,.7,.2,1)}._faqLink_d4zv8_354:hover{background:#00a6f314;color:#00a6f3}._faqLink_d4zv8_354 svg{flex-shrink:0;color:#10b981}._supportStats_d4zv8_380 h4{margin:0 0 16px;font-size:16px;font-weight:700;color:#111827}._statsGrid_d4zv8_387{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}._statItem_d4zv8_393{text-align:center;padding:12px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000f}._statNumber_d4zv8_402{display:block;font-size:18px;font-weight:800;color:#00a6f3;margin-bottom:4px}._statLabel_d4zv8_410{font-size:12px;color:#4b5563;font-weight:600}._mapSection_d4zv8_417{margin-top:48px}._mapContainer_d4zv8_421 h3{margin:0 0 24px;font-size:24px;font-weight:700;color:#111827;text-align:center}._mapWrapper_d4zv8_429{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #11182714;border:1px solid rgba(0,0,0,.08)}._mapWrapper_d4zv8_429 iframe{width:100%;height:400px;border:none}@media(max-width:768px){._mapWrapper_d4zv8_429 iframe{height:300px}}@media(max-width:768px){._heroSection_d4zv8_17{padding:32px 0}._contentWrapper_d4zv8_90{gap:24px}._formGrid_d4zv8_147{grid-template-columns:1fr}._statsGrid_d4zv8_387{grid-template-columns:1fr;gap:8px}._statItem_d4zv8_393{display:flex;align-items:center;justify-content:space-between;text-align:left}._statNumber_d4zv8_402{margin-bottom:0}}._alternativeContact_d4zv8_472{margin:48px 0;padding:48px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:24px}._sectionHeader_d4zv8_479{text-align:center;margin-bottom:40px}._sectionHeader_d4zv8_479 h2{margin:0 0 12px;font-size:clamp(24px,2.8vw,32px);font-weight:800;color:#111827}._sectionHeader_d4zv8_479 p{margin:0;color:#4b5563;font-size:16px;line-height:1.6}._contactMethodsGrid_d4zv8_496{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1000px;margin:0 auto;padding:0 20px}._contactMethod_d4zv8_496{background:#fff;padding:24px;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000f;text-align:center;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._contactMethod_d4zv8_496:hover{transform:translateY(-4px);box-shadow:0 8px 24px #11182714}._contactMethod_d4zv8_496 h4{margin:16px 0 8px;font-size:18px;font-weight:700;color:#111827}._contactMethod_d4zv8_496 p{margin:0 0 16px;color:#4b5563;line-height:1.5}._methodIcon_d4zv8_530{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#00a6f31a,#58bceb26);display:grid;place-items:center;color:#00a6f3;margin:0 auto 16px;border:1px solid rgba(0,166,243,.2)}._methodInfo_d4zv8_542{display:grid;gap:4px;margin-bottom:16px;font-size:13px}._availability_d4zv8_549{color:#10b981;font-weight:600}._responseTime_d4zv8_554{color:#4b5563}._methodButton_d4zv8_558{padding:10px 20px;border:1px solid #00a6f3;border-radius:8px;background:transparent;color:#00a6f3;font-weight:600;font-size:14px;cursor:pointer;transition:background .22s cubic-bezier(.2,.7,.2,1),color .22s cubic-bezier(.2,.7,.2,1)}._methodButton_d4zv8_558:hover{background:#00a6f3;color:#fff}._processSection_d4zv8_575{margin:48px 0;padding:48px 0;background:linear-gradient(135deg,#00a6f30d,#58bceb14);border-radius:24px}._processContainer_d4zv8_582{max-width:1200px;margin:0 auto;padding:0 20px}._processContent_d4zv8_588{text-align:center;margin-bottom:40px}._processContent_d4zv8_588 h2{margin:0 0 12px;font-size:clamp(24px,2.8vw,32px);font-weight:800;color:#111827}._processContent_d4zv8_588 p{margin:0;color:#4b5563;font-size:16px}._processSteps_d4zv8_604{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}._processStep_d4zv8_604{background:#fff;padding:24px;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000f;text-align:center;position:relative}._processStep_d4zv8_604:not(:last-child):after{content:"→";position:absolute;top:50%;right:-12px;transform:translateY(-50%);color:#00a6f3;font-size:20px;font-weight:700}@media(max-width:768px){._processStep_d4zv8_604:not(:last-child):after{display:none}}._stepNumber_d4zv8_635{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00a6f3,#0584bf);color:#fff;display:grid;place-items:center;font-weight:700;font-size:18px;margin:0 auto 16px}._stepContent_d4zv8_648 h4{margin:0 0 8px;font-size:16px;font-weight:700;color:#111827}._stepContent_d4zv8_648 p{margin:0 0 12px;color:#4b5563;font-size:14px;line-height:1.4}._stepTime_d4zv8_661{display:inline-block;padding:4px 8px;background:#10b9811a;color:#10b981;font-size:12px;font-weight:600;border-radius:4px}._teamSection_d4zv8_672{margin:48px 0;padding:48px 0}._teamGrid_d4zv8_677{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1000px;margin:0 auto;padding:0 20px}._teamMember_d4zv8_686{background:#fff;padding:24px;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000f;text-align:center;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._teamMember_d4zv8_686:hover{transform:translateY(-4px);box-shadow:0 8px 24px #11182714}._teamMember_d4zv8_686 h4{margin:16px 0 12px;font-size:18px;font-weight:700;color:#111827}._teamMember_d4zv8_686 p{margin:0 0 16px;color:#4b5563;line-height:1.5;font-size:14px}._memberAvatar_d4zv8_712{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#00a6f31a,#58bceb26);display:grid;place-items:center;color:#00a6f3;margin:0 auto 16px;border:1px solid rgba(0,166,243,.2)}._memberTags_d4zv8_724{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}._memberTags_d4zv8_724 span{padding:4px 8px;background:#00a6f31a;color:#00a6f3;font-size:11px;font-weight:600;border-radius:12px}._knowledgeBase_d4zv8_740{margin:48px 0;padding:48px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:24px}._kbContainer_d4zv8_747{max-width:1000px;margin:0 auto;padding:0 20px}._kbContent_d4zv8_753{text-align:center;margin-bottom:40px}._kbContent_d4zv8_753 h2{margin:0 0 12px;font-size:clamp(24px,2.8vw,32px);font-weight:800;color:#111827}._kbContent_d4zv8_753 p{margin:0;color:#4b5563;font-size:16px}._kbCategories_d4zv8_769{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}._kbCategory_d4zv8_775{background:#fff;padding:20px;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000f;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._kbCategory_d4zv8_775:hover{transform:translateY(-2px);box-shadow:0 8px 24px #11182714}._kbIcon_d4zv8_792{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#00a6f31a,#58bceb26);display:grid;place-items:center;color:#00a6f3;border:1px solid rgba(0,166,243,.2)}._kbInfo_d4zv8_803 h4{margin:0 0 4px;font-size:16px;font-weight:700;color:#111827}._kbInfo_d4zv8_803 p{margin:0 0 6px;font-size:13px;color:#4b5563}._kbLink_d4zv8_815{color:#00a6f3;text-decoration:none;font-size:13px;font-weight:600;transition:color .22s cubic-bezier(.2,.7,.2,1)}._kbLink_d4zv8_815:hover{color:#0584bf}._slaSection_d4zv8_827{margin:48px 0;padding:48px 0;background:linear-gradient(135deg,#00a6f30d,#58bceb14);border-radius:24px}._slaContainer_d4zv8_834{max-width:1000px;margin:0 auto;padding:0 20px}._slaGrid_d4zv8_840{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}@media(max-width:768px){._slaGrid_d4zv8_840{grid-template-columns:1fr}}._slaCard_d4zv8_851{background:#fff;padding:24px;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000f}._slaCard_d4zv8_851 h3{margin:0 0 20px;font-size:20px;font-weight:700;color:#111827}._slaMetrics_d4zv8_865{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._slaMetric_d4zv8_865{text-align:center}._slaMetric_d4zv8_865 ._slaNumber_d4zv8_874{display:block;font-size:24px;font-weight:800;color:#00a6f3;margin-bottom:4px}._slaMetric_d4zv8_865 ._slaLabel_d4zv8_881{font-size:12px;color:#4b5563;font-weight:600}._serviceHours_d4zv8_887{display:grid;gap:12px}._hourItem_d4zv8_892{display:flex;justify-content:space-between;align-items:center;padding:8px;background:#f9fafb80;border-radius:8px;font-size:14px;color:#374151}._hourItem_d4zv8_892 strong{color:#111827}._emergencySection_d4zv8_907{margin:48px 0}._emergencyContainer_d4zv8_911{max-width:800px;margin:0 auto;padding:0 20px}._emergencyBanner_d4zv8_917{background:linear-gradient(135deg,#ef44441a,#f59e0b0d);border:2px solid rgba(239,68,68,.2);border-radius:16px;padding:20px;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center}._emergencyIcon_d4zv8_928{width:56px;height:56px;border-radius:12px;background:#ef44441a;display:grid;place-items:center;color:#ef4444;border:1px solid rgba(239,68,68,.3)}._emergencyContent_d4zv8_939 h3{margin:0 0 8px;font-size:18px;font-weight:700;color:#111827}._emergencyContent_d4zv8_939 p{margin:0;color:#374151;line-height:1.5}._emergencyContent_d4zv8_939 p strong{color:#ef4444;font-weight:700}._emergencyEmail_d4zv8_955{color:#00a6f3;text-decoration:none;font-weight:600}._emergencyEmail_d4zv8_955:hover{text-decoration:underline}@media(max-width:768px){._alternativeContact_d4zv8_472,._processSection_d4zv8_575,._teamSection_d4zv8_672,._knowledgeBase_d4zv8_740,._slaSection_d4zv8_827{margin:32px 0;padding:32px 0}._contactMethodsGrid_d4zv8_496,._teamGrid_d4zv8_677{grid-template-columns:1fr;gap:16px}._processSteps_d4zv8_604{grid-template-columns:1fr}._processStep_d4zv8_604:after{display:none}._emergencyBanner_d4zv8_917{grid-template-columns:1fr;text-align:center}._slaMetrics_d4zv8_865{grid-template-columns:1fr;gap:12px}}@media(prefers-reduced-motion:reduce){._submitButton_d4zv8_227,._faqLink_d4zv8_354,._input_d4zv8_170,._select_d4zv8_171,._textarea_d4zv8_172,._spinner_d4zv8_256,._contactMethod_d4zv8_496,._teamMember_d4zv8_686,._kbCategory_d4zv8_775,._methodButton_d4zv8_558{transition:none!important;animation:none!important}._pulseDot_d4zv8_43{animation:none!important}}._documentPage_1cdcg_3{min-height:100vh;padding:32px 0;background:linear-gradient(180deg,#f9fafb,#fff)}._documentPage_1cdcg_3 ._MuiContainer-root_1cdcg_8{padding:0 24px}@media(max-width:768px){._documentPage_1cdcg_3 ._MuiContainer-root_1cdcg_8{padding:0 16px}}._heroSection_1cdcg_18{text-align:center;padding:48px 0;margin-bottom:40px}@media(max-width:768px){._heroSection_1cdcg_18{padding:32px 0;margin-bottom:24px}}._heroContent_1cdcg_30{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}._badge_1cdcg_40{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;background:linear-gradient(135deg,#00a6f31a,#58bceb26);color:#0584bf;font-weight:600;font-size:12px;letter-spacing:.5px;box-shadow:inset 0 1px #fff9,0 1px 2px #1118270f}._badge_1cdcg_40 ._pulseDot_1cdcg_54{width:8px;height:8px;border-radius:9999px;background:#10b981;box-shadow:0 0 #10b98199;animation:_pulse_1cdcg_54 2s infinite}@keyframes _pulse_1cdcg_54{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}._title_1cdcg_75{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.15;font-weight:800;letter-spacing:-.02em;color:#111827}._brand_1cdcg_84{background:linear-gradient(90deg,#58bceb,#00a6f3 55%,#0584bf);-webkit-background-clip:text;background-clip:text;color:transparent}._description_1cdcg_91{margin:0;color:#4b5563;font-size:clamp(16px,1.8vw,18px);line-height:1.7;max-width:650px}._searchWrapper_1cdcg_100{position:relative;width:100%;max-width:600px;margin-top:8px}._searchIcon_1cdcg_107{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}._searchInput_1cdcg_116{width:100%;padding:14px 16px 14px 48px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;color:#111827;background:#fff;transition:border-color .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._searchInput_1cdcg_116::placeholder{color:#9ca3af}._searchInput_1cdcg_116:focus{outline:none;border-color:#00a6f3;box-shadow:0 0 0 4px #00a6f31a}._quickStats_1cdcg_136{display:flex;align-items:center;gap:24px;margin-top:16px;flex-wrap:wrap;justify-content:center}@media(max-width:640px){._quickStats_1cdcg_136{gap:16px}}._statItem_1cdcg_150{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:14px;font-weight:500}._statItem_1cdcg_150 svg{color:#00a6f3}._categoriesSection_1cdcg_163{margin-bottom:48px}._sectionTitle_1cdcg_167{font-size:clamp(24px,2.5vw,32px);font-weight:700;color:#111827;margin:0 0 24px;text-align:center}._categoriesGrid_1cdcg_175{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}._categoryCard_1cdcg_181{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:20px;background:#fff;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .22s cubic-bezier(.2,.7,.2,1);text-align:left}._categoryCard_1cdcg_181:hover{border-color:#00a6f3;box-shadow:0 8px 24px #11182714;transform:translateY(-2px)}._categoryCard_1cdcg_181._active_1cdcg_199{border-color:#00a6f3;background:linear-gradient(135deg,#00a6f30d,#58bceb14);box-shadow:0 8px 24px #11182714}._categoryCard_1cdcg_181._active_1cdcg_199 ._categoryIcon_1cdcg_204{background:#00a6f3;color:#fff}._categoryCard_1cdcg_181._active_1cdcg_199 ._categoryArrow_1cdcg_208{color:#00a6f3}._categoryIcon_1cdcg_204{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f3f4f6;color:#00a6f3;transition:all .22s cubic-bezier(.2,.7,.2,1)}._categoryContent_1cdcg_224 h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#111827}._categoryContent_1cdcg_224 p{margin:0;font-size:14px;color:#4b5563}._categoryArrow_1cdcg_208{color:#9ca3af;transition:color .22s cubic-bezier(.2,.7,.2,1),transform .22s cubic-bezier(.2,.7,.2,1)}._categoryCard_1cdcg_181:hover ._categoryArrow_1cdcg_208{transform:translate(4px)}._documentsSection_1cdcg_245{margin-bottom:48px}._documentsHeader_1cdcg_249{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}._resultsCount_1cdcg_258{color:#4b5563;font-size:16px;font-weight:500;margin:0}._noResults_1cdcg_266{text-align:center;padding:48px 24px;color:#4b5563}._noResults_1cdcg_266 svg{color:#d1d5db;margin-bottom:16px}._noResults_1cdcg_266 h3{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 8px}._noResults_1cdcg_266 p{margin:0;font-size:16px}._documentsGrid_1cdcg_287{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}@media(max-width:640px){._documentsGrid_1cdcg_287{grid-template-columns:1fr}}._documentCard_1cdcg_298{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:all .22s cubic-bezier(.2,.7,.2,1)}._documentCard_1cdcg_298:hover{border-color:#58bceb;box-shadow:0 18px 48px #1118271f;transform:translateY(-4px)}._documentHeader_1cdcg_314{display:flex;justify-content:space-between;align-items:center}._documentIcon_1cdcg_320{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#00a6f31a,#58bceb26);color:#00a6f3}._documentCategory_1cdcg_331{padding:4px 12px;background:#f3f4f6;color:#374151;font-size:12px;font-weight:600;border-radius:9999px}._documentTitle_1cdcg_340{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}._documentDescription_1cdcg_348{margin:0;font-size:14px;color:#4b5563;font-weight:500;line-height:1.6}._documentContent_1cdcg_356{margin:0;font-size:14px;color:#4b5563;line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._documentFooter_1cdcg_368{margin-top:auto;display:flex;flex-direction:column;gap:12px}._documentTags_1cdcg_375{display:flex;flex-wrap:wrap;gap:8px}._tag_1cdcg_381{padding:4px 10px;background:#00a6f314;color:#0584bf;font-size:12px;font-weight:500;border-radius:9999px}._readMoreBtn_1cdcg_390{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:transparent;border:1px solid #00a6f3;color:#00a6f3;font-weight:600;font-size:14px;border-radius:10px;cursor:pointer;align-self:flex-start;transition:all .22s cubic-bezier(.2,.7,.2,1)}._readMoreBtn_1cdcg_390:hover{background:#00a6f3;color:#fff;transform:translate(4px)}._readMoreBtn_1cdcg_390 svg{transition:transform .22s cubic-bezier(.2,.7,.2,1)}._readMoreBtn_1cdcg_390:hover svg{transform:translate(4px)}._helpSection_1cdcg_418{margin-bottom:48px}._helpContainer_1cdcg_422{background:linear-gradient(135deg,#00a6f30d,#58bceb1a);border:2px solid rgba(0,166,243,.2);border-radius:24px;padding:48px;text-align:center}@media(max-width:768px){._helpContainer_1cdcg_422{padding:32px 24px}}._helpContent_1cdcg_435{max-width:600px;margin:0 auto}._helpContent_1cdcg_435 h2{font-size:clamp(24px,2.5vw,32px);font-weight:700;color:#111827;margin:16px 0 12px}._helpContent_1cdcg_435 p{font-size:16px;color:#4b5563;line-height:1.7;margin:0 0 24px}._helpIcon_1cdcg_452{color:#00a6f3}._helpActions_1cdcg_456{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}._primaryBtn_1cdcg_463{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:linear-gradient(90deg,#0584bf,#00a6f3);color:#fff;font-weight:700;font-size:16px;border-radius:12px;text-decoration:none;box-shadow:0 8px 18px #00a6f347;transition:all .22s cubic-bezier(.2,.7,.2,1)}._primaryBtn_1cdcg_463:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00a6f352}._secondaryBtn_1cdcg_482{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:transparent;color:#00a6f3;font-weight:700;font-size:16px;border:2px solid #00a6f3;border-radius:12px;text-decoration:none;transition:all .22s cubic-bezier(.2,.7,.2,1)}._secondaryBtn_1cdcg_482:hover{background:#00a6f314;border-color:#0584bf}._downloadSection_1cdcg_502{margin-bottom:48px}._downloadCard_1cdcg_506{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:24px;background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #11182714}@media(max-width:768px){._downloadCard_1cdcg_506{grid-template-columns:1fr;text-align:center;justify-items:center}}._downloadIcon_1cdcg_525{color:#00a6f3}@media(max-width:768px){._downloadIcon_1cdcg_525{margin-bottom:8px}}._downloadContent_1cdcg_534 h3{margin:0 0 6px;font-size:20px;font-weight:700;color:#111827}._downloadContent_1cdcg_534 p{margin:0;font-size:14px;color:#4b5563;line-height:1.6}._downloadBtn_1cdcg_547{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#00a6f3;color:#fff;font-weight:700;font-size:16px;border:none;border-radius:10px;cursor:pointer;transition:all .22s cubic-bezier(.2,.7,.2,1);white-space:nowrap}._downloadBtn_1cdcg_547:hover{background:#0584bf;transform:translateY(-2px);box-shadow:0 8px 16px #00a6f34d}@media(max-width:1024px){._categoriesGrid_1cdcg_175{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){._documentPage_1cdcg_3{padding:24px 0}._heroSection_1cdcg_18{padding:32px 0}._categoriesSection_1cdcg_163,._documentsSection_1cdcg_245,._helpSection_1cdcg_418,._downloadSection_1cdcg_502{margin-bottom:32px}._documentsGrid_1cdcg_287{gap:16px}._documentCard_1cdcg_298{padding:20px}}@media(max-width:640px){._categoryCard_1cdcg_181{grid-template-columns:auto 1fr}._categoryCard_1cdcg_181 ._categoryArrow_1cdcg_208{display:none}._quickStats_1cdcg_136{flex-direction:column;align-items:flex-start;width:100%}}:root{color-scheme:light}._coursePage_1e8vy_8{min-height:100vh;padding:20px 0}._coursePage_1e8vy_8 ._MuiContainer-root_1e8vy_12{padding:0 24px}@media(max-width:768px){._coursePage_1e8vy_8 ._MuiContainer-root_1e8vy_12{padding:0 16px}}._introduceWrapper_1e8vy_22{position:relative;border-radius:24px;overflow:hidden;padding:48px 0;margin-bottom:40px}@media(max-width:768px){._introduceWrapper_1e8vy_22{padding:32px 0;margin-bottom:24px}}._container_1e8vy_36{margin-inline:auto;max-width:1200px;display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(20px,4vw,40px);align-items:center}@media(max-width:1024px){._container_1e8vy_36{grid-template-columns:1fr}}._contentCol_1e8vy_50{display:grid;gap:20px}._badge_1e8vy_56{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:#00a6f31a;color:#0584bf;font-weight:600;font-size:12.5px;letter-spacing:.2px;box-shadow:inset 0 1px #fff9}._badge_1e8vy_56 ._pulseDot_1e8vy_70{width:8px;height:8px;border-radius:999px;background:#10b981;box-shadow:0 0 #10b98199;animation:_pulse_1e8vy_70 2s infinite}@keyframes _pulse_1e8vy_70{0%{box-shadow:0 0 #10b98199}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}._title_1e8vy_91{margin:0;font-size:clamp(28px,3.2vw,42px);line-height:1.15;font-weight:800;letter-spacing:-.02em;color:#111827}._brand_1e8vy_100{background:linear-gradient(90deg,#58bceb,#00a6f3 55%,#0584bf);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 1px 0 rgba(255,255,255,.5)}._desc_1e8vy_108{margin:0;color:#4b5563;font-size:clamp(15px,1.6vw,17px);line-height:1.75}._featureGrid_1e8vy_116{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media(max-width:900px){._featureGrid_1e8vy_116{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){._featureGrid_1e8vy_116{grid-template-columns:1fr}}._featureCard_1e8vy_132{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:16px;border-radius:16px;background:linear-gradient(180deg,#ffffffe6,#ffffffc7);border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000f,0 8px 24px #1118270f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(0);transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1),border-color .22s cubic-bezier(.2,.7,.2,1)}._featureCard_1e8vy_132:hover{transform:translateY(-4px);box-shadow:0 18px 48px #1118271f;border-color:#00a6f340}._featureCard_1e8vy_132 h4{margin:0 0 6px;font-size:17px;font-weight:700;color:#111827}._featureCard_1e8vy_132 p{margin:0;color:#4b5563;font-size:14.5px;line-height:1.6}._icon_1e8vy_164{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#00a6f3;background:radial-gradient(100% 100% at 50% 0%,#b4e1f6,#fff);border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 1px #fff9,0 6px 16px #00a6f31f}._icon_1e8vy_164 svg{width:20px;height:20px}._cardBody_1e8vy_180{align-self:center}._actions_1e8vy_185{display:flex;flex-wrap:wrap;gap:12px}._cta_1e8vy_191{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;color:#fff;font-weight:700;text-decoration:none;background:linear-gradient(90deg,#0584bf,#00a6f3);box-shadow:0 8px 18px #00a6f347;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._cta_1e8vy_191:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00a6f352}._cta_1e8vy_191:active{transform:translateY(0)}._secondary_1e8vy_213{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:12px;color:#00a6f3;background:transparent;border:1px solid rgba(0,166,243,.35);text-decoration:none;font-weight:700;transition:background .22s cubic-bezier(.2,.7,.2,1),color .22s cubic-bezier(.2,.7,.2,1),border-color .22s cubic-bezier(.2,.7,.2,1)}._secondary_1e8vy_213:hover{background:#00a6f30f;border-color:#00a6f399}._mission_1e8vy_232{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:16px;border-radius:16px;background:linear-gradient(180deg,#fff7ed,#fff);border:1px solid rgba(245,158,11,.35);box-shadow:0 1px 2px #0000000f}._mission_1e8vy_232 b{color:#111827;margin-right:6px}._missionIcon_1e8vy_248{font-size:22px;line-height:1;transform:translateY(1px);color:#00a6f3;display:flex;align-items:center}._mediaCol_1e8vy_258{position:relative}._heroVisual_1e8vy_262{position:relative;aspect-ratio:4/3;max-width:520px;margin-inline:auto;display:grid;place-items:center;isolation:isolate}._blob_1e8vy_272,._blobAlt_1e8vy_273{position:absolute;border-radius:50%;filter:blur(32px);opacity:.5;z-index:-1}._blob_1e8vy_272{width:360px;height:360px;background:radial-gradient(closest-side,rgba(0,166,243,.35),transparent);top:-6%;left:-8%;animation:_floatY_1e8vy_1 8s ease-in-out infinite}._blobAlt_1e8vy_273{width:300px;height:300px;background:radial-gradient(closest-side,rgba(88,188,235,.28),transparent);right:-6%;bottom:-8%;animation:_floatX_1e8vy_1 10s ease-in-out infinite}@keyframes _floatY_1e8vy_1{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes _floatX_1e8vy_1{0%,to{transform:translate(0)}50%{transform:translate(12px)}}._glassCard_1e8vy_316{width:min(100%,480px);border-radius:18px;background:linear-gradient(180deg,#ffffffeb,#ffffffc7);border:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #1118271f;overflow:hidden;transform:perspective(1000px) rotateX(2deg) rotateY(-6deg);transition:transform .36s cubic-bezier(.2,.7,.2,1),box-shadow .36s cubic-bezier(.2,.7,.2,1)}._glassCard_1e8vy_316:hover{transform:perspective(1000px) rotateX(0) rotateY(-2deg) translateY(-2px);box-shadow:0 28px 60px #1118272e}._glassHeader_1e8vy_332{height:44px;display:flex;align-items:center;gap:8px;padding:0 14px;background:linear-gradient(180deg,#0000000a,#0000);border-bottom:1px solid rgba(0,0,0,.06)}._glassHeader_1e8vy_332 ._dot_1e8vy_341{width:10px;height:10px;border-radius:50%;background:#ff7a7a;box-shadow:inset 0 1px #fff9}._glassHeader_1e8vy_332 ._dot_1e8vy_341:nth-child(2){background:#ffd36e}._glassHeader_1e8vy_332 ._dot_1e8vy_341:nth-child(3){background:#7deaaa}._glassContent_1e8vy_355{padding:16px 16px 18px}._mathLine_1e8vy_359,._mathLineWide_1e8vy_360{height:10px;border-radius:6px;background:linear-gradient(90deg,#c5e8f8,#fff);margin-bottom:10px}._mathLineWide_1e8vy_360{width:78%}._mathLine_1e8vy_359{width:56%}._kpiRow_1e8vy_375{margin-top:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._kpiCard_1e8vy_382{padding:12px 14px;border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#ffffffd1);border:1px solid rgba(0,0,0,.06);display:grid;gap:4px}._kpiLabel_1e8vy_391{font-size:12.5px;color:#4b5563}._kpiValue_1e8vy_396{font-weight:800;font-size:18px;color:#00a6f3}._sectionHeader_1e8vy_403{text-align:center;margin-bottom:40px}._sectionHeader_1e8vy_403 h2{margin:0 0 12px;font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#111827;letter-spacing:-.02em}._sectionHeader_1e8vy_403 p{margin:0;color:#4b5563;font-size:clamp(14px,1.4vw,18px);line-height:1.6;max-width:600px;margin-inline:auto}._featuresDetailSection_1e8vy_424{padding:48px 0;background:linear-gradient(180deg,#f9fafb,#fff);border-radius:24px;margin:32px 0}._featuresDetailGrid_1e8vy_431{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;max-width:1200px;margin:0 auto;padding:0 20px}._featureDetailCard_1e8vy_440{padding:24px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 24px #11182714;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._featureDetailCard_1e8vy_440:hover{transform:translateY(-6px);box-shadow:0 18px 48px #1118271f}._featureDetailCard_1e8vy_440 h3{margin:16px 0 12px;font-size:20px;font-weight:700;color:#111827}._featureDetailCard_1e8vy_440 p{margin:0 0 16px;color:#4b5563;line-height:1.6}._featureDetailCard_1e8vy_440 ul{margin:0;padding:0;list-style:none}._featureDetailCard_1e8vy_440 ul li{position:relative;padding:6px 0 6px 20px;color:#374151;font-size:14px}._featureDetailCard_1e8vy_440 ul li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}._featureIcon_1e8vy_482{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;font-size:28px;background:linear-gradient(135deg,#00a6f31a,#58bceb26);border:1px solid rgba(0,166,243,.2);color:#00a6f3}._targetSection_1e8vy_495{padding:48px 0;background:linear-gradient(135deg,#00a6f30d,#58bceb14);margin:32px 0;border-radius:24px}._targetContainer_1e8vy_502{max-width:1200px;margin:0 auto;padding:0 20px}._targetContent_1e8vy_508{text-align:center;margin-bottom:40px}._targetContent_1e8vy_508 h2{margin:0 0 16px;font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#111827}._targetContent_1e8vy_508 p{margin:0;color:#4b5563;font-size:clamp(14px,1.4vw,18px);line-height:1.6;max-width:600px;margin-inline:auto}._targetGrid_1e8vy_527{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}._targetCard_1e8vy_533{padding:24px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000f;text-align:center;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._targetCard_1e8vy_533:hover{transform:translateY(-4px);box-shadow:0 8px 24px #11182714}._targetCard_1e8vy_533 h4{margin:12px 0 8px;font-size:18px;font-weight:700;color:#111827}._targetCard_1e8vy_533 p{margin:0 0 16px;color:#4b5563;line-height:1.5}._targetIcon_1e8vy_558{font-size:48px;margin-bottom:8px;color:#00a6f3;display:flex;justify-content:center}._targetBenefits_1e8vy_566{display:flex;flex-direction:column;gap:6px}._targetBenefits_1e8vy_566 span{font-size:13px;color:#374151;text-align:left}._statsSection_1e8vy_578{padding:48px 0;background:linear-gradient(135deg,#111827,#1f2937);border-radius:24px;margin:32px 0;color:#fff}._statsContainer_1e8vy_586{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}._statsContainer_1e8vy_586 h2{margin:0 0 40px;font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#fff}._statsGrid_1e8vy_599{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}._statCard_1e8vy_605{padding:24px;border-radius:16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;transition:transform .22s cubic-bezier(.2,.7,.2,1),background .22s cubic-bezier(.2,.7,.2,1)}._statCard_1e8vy_605:hover{transform:translateY(-4px);background:#ffffff26}._statNumber_1e8vy_619{font-size:clamp(32px,4vw,48px);font-weight:900;color:#fff;margin-bottom:8px;background:linear-gradient(90deg,#58bceb,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}._statLabel_1e8vy_630{font-size:16px;color:#fffc;font-weight:600}._testimonialsSection_1e8vy_637{padding:48px 0;background:#fff}._testimonialsContainer_1e8vy_642{max-width:1200px;margin:0 auto;padding:0 20px}._testimonialsGrid_1e8vy_648{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}._testimonialCard_1e8vy_654{padding:24px;border-radius:20px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000f;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._testimonialCard_1e8vy_654:hover{transform:translateY(-4px);box-shadow:0 8px 24px #11182714}._testimonialContent_1e8vy_667{margin-bottom:20px;font-size:16px;line-height:1.6;color:#374151;font-style:italic;position:relative}._testimonialContent_1e8vy_667:before{content:'"';position:absolute;top:-10px;left:-10px;font-size:48px;color:#00a6f34d;font-family:serif}._testimonialAuthor_1e8vy_685{display:flex;align-items:center;gap:12px}._authorAvatar_1e8vy_691{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#00a6f31a,#58bceb33);display:grid;place-items:center;font-size:20px;color:#00a6f3}._authorName_1e8vy_702{font-weight:700;color:#111827;margin-bottom:4px}._authorRole_1e8vy_708{font-size:14px;color:#4b5563}._faqSection_1e8vy_714{padding:48px 0;background:linear-gradient(180deg,#f9fafb,#fff);border-radius:24px;margin:32px 0}._faqContainer_1e8vy_721{max-width:900px;margin:0 auto;padding:0 20px}._faqGrid_1e8vy_727{display:grid;gap:20px}._faqItem_1e8vy_732{padding:20px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000f;transition:box-shadow .22s cubic-bezier(.2,.7,.2,1)}._faqItem_1e8vy_732:hover{box-shadow:0 8px 24px #11182714}._faqItem_1e8vy_732 h4{margin:0 0 12px;font-size:18px;font-weight:700;color:#111827}._faqItem_1e8vy_732 p{margin:0;color:#4b5563;line-height:1.6}._ctaSection_1e8vy_756{padding:48px 0;background:linear-gradient(135deg,#00a6f3,#0584bf);border-radius:24px;margin:32px 0;color:#fff}._ctaContainer_1e8vy_764{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}@media(max-width:1024px){._ctaContainer_1e8vy_764{grid-template-columns:1fr;text-align:center}}._ctaContent_1e8vy_780 h2{margin:0 0 16px;font-size:clamp(24px,2.8vw,36px);font-weight:800;color:#fff;line-height:1.2}._ctaContent_1e8vy_780 p{margin:0 0 24px;color:#ffffffe6;font-size:16px;line-height:1.6}._ctaActions_1e8vy_794{display:flex;flex-wrap:wrap;gap:16px}._ctaPrimary_1e8vy_800,._ctaSecondary_1e8vy_801{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;font-weight:700;text-decoration:none;transition:transform .22s cubic-bezier(.2,.7,.2,1),box-shadow .22s cubic-bezier(.2,.7,.2,1)}._ctaPrimary_1e8vy_800:hover,._ctaSecondary_1e8vy_801:hover{transform:translateY(-2px)}._ctaPrimary_1e8vy_800{background:#fff;color:#00a6f3;box-shadow:0 8px 24px #00000026}._ctaPrimary_1e8vy_800:hover{box-shadow:0 12px 32px #0003}._ctaSecondary_1e8vy_801{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}._ctaSecondary_1e8vy_801:hover{background:#ffffff1a;border-color:#ffffff80}._ctaVisual_1e8vy_835{display:grid;place-items:center}@media(max-width:1024px){._ctaVisual_1e8vy_835{margin-top:32px}}._ctaCard_1e8vy_845{width:100%;max-width:350px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .36s cubic-bezier(.2,.7,.2,1)}._ctaCard_1e8vy_845:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(2deg) translateY(-4px)}._ctaCardHeader_1e8vy_860{padding:12px 16px;background:#ffffff1a;border-bottom:1px solid rgba(255,255,255,.1);display:flex;gap:8px}._ctaDot_1e8vy_868{width:8px;height:8px;border-radius:50%;background:#fff9}._ctaCardContent_1e8vy_875{padding:20px}._ctaProgress_1e8vy_879{margin-bottom:16px}._ctaProgress_1e8vy_879 span{display:block;color:#ffffffe6;font-size:14px;margin-bottom:8px;font-weight:600}._progressBar_1e8vy_890{height:6px;background:#fff3;border-radius:3px;overflow:hidden}._progressFill_1e8vy_897{width:85%;height:100%;background:linear-gradient(90deg,#58bceb,#fff);border-radius:3px;animation:_progressAnimation_1e8vy_1 2s ease-in-out}@keyframes _progressAnimation_1e8vy_1{0%{width:0}to{width:85%}}._ctaAchievements_1e8vy_913{display:grid;gap:8px}._achievement_1e8vy_918{color:#fffc;font-size:13px;font-weight:500}@media(max-width:768px){._container_1e8vy_36{gap:24px}._featuresDetailSection_1e8vy_424,._targetSection_1e8vy_495,._statsSection_1e8vy_578,._testimonialsSection_1e8vy_637,._faqSection_1e8vy_714,._ctaSection_1e8vy_756{margin:20px 0;padding:32px 0}._featuresDetailGrid_1e8vy_431,._targetGrid_1e8vy_527,._testimonialsGrid_1e8vy_648{grid-template-columns:1fr;gap:16px}._statsGrid_1e8vy_599{grid-template-columns:repeat(2,1fr);gap:16px}}@media(prefers-reduced-motion:reduce){._featureCard_1e8vy_132,._cta_1e8vy_191,._glassCard_1e8vy_316,._blob_1e8vy_272,._blobAlt_1e8vy_273,._featureDetailCard_1e8vy_440,._targetCard_1e8vy_533,._statCard_1e8vy_605,._testimonialCard_1e8vy_654,._ctaCard_1e8vy_845,._progressFill_1e8vy_897{transition:none!important;animation:none!important;transform:none!important}}._chatbotWidget_1oqvd_1{position:fixed;right:24px;bottom:24px;z-index:10001;display:flex;flex-direction:column;align-items:flex-end;gap:12px}._chatWindow_1oqvd_12{width:320px;max-height:440px;background-color:#fff;border-radius:20px;box-shadow:0 24px 40px -20px #11182761;border:1px solid rgba(0,166,243,.18);display:grid;grid-template-rows:auto 1fr auto auto;overflow:hidden}._header_1oqvd_24{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0584bfeb,#00a6f3eb);color:#fff}._headerInfo_1oqvd_33{display:flex;gap:12px;align-items:center}._botAvatar_1oqvd_39{width:42px;height:42px;border-radius:9999px;background-color:#ffffff2e;display:grid;place-items:center}._botIcon_1oqvd_48{width:42px;height:42px;display:block;object-fit:contain}._title_1oqvd_55{font-size:15px;font-weight:700;line-height:1.2}._subtitle_1oqvd_61{font-size:13px;opacity:.82}._closeButton_1oqvd_66{border:none;background:#ffffff29;color:#fff;width:32px;height:32px;border-radius:9999px;cursor:pointer;display:grid;place-items:center;transition:background-color .2s ease-in-out,transform .2s ease-in-out}._closeButton_1oqvd_66:hover{background-color:#ffffff42;transform:scale(1.03)}._messages_1oqvd_84{padding:16px 20px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;background-color:#f9fafb}._message_1oqvd_84{max-width:90%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:8px}._messageUser_1oqvd_105{align-self:flex-end;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff}._messageAssistant_1oqvd_111{align-self:flex-start;background-color:#fff;border:1px solid rgba(0,166,243,.14);color:#374151}._markdownRoot_1oqvd_118{display:flex;flex-direction:column;gap:8px}._markdownParagraph_1oqvd_124{margin:0;line-height:1.6;color:inherit;white-space:pre-wrap}._markdownStrong_1oqvd_131{font-weight:700}._markdownEm_1oqvd_135{font-style:italic}._markdownList_1oqvd_139{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:4px}._markdownListItem_1oqvd_147{line-height:1.6}._markdownCodeInline_1oqvd_151{background-color:#11182714;border-radius:6px;padding:0 6px;font-size:13px}._markdownCodeBlock_1oqvd_158{display:block;background-color:#11182714;border-radius:10px;padding:10px 12px;font-size:13px;overflow-x:auto}._expandActions_1oqvd_167{padding:12px 20px 8px;display:flex;justify-content:flex-end}._expandButton_1oqvd_173{border:none;background:transparent;color:var(--primary-dark);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;padding:6px 8px;border-radius:12px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._expandButton_1oqvd_173:hover{background-color:#00a6f31f;color:var(--primary-color)}._inputBar_1oqvd_193{padding:12px 12px 16px;display:flex;flex-direction:column;gap:10px}._inputControls_1oqvd_200{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}._hiddenInput_1oqvd_207{width:1px;height:1px;opacity:0;pointer-events:none;position:absolute}._attachButton_1oqvd_215{width:40px;height:40px;border:1px solid rgba(0,166,243,.24);border-radius:16px;background-color:#fff;color:var(--primary-dark);cursor:pointer;display:grid;place-items:center;transition:background-color .2s ease-in-out,color .2s ease-in-out,transform .2s ease-in-out}._attachButton_1oqvd_215:hover:not(:disabled){background-color:#00a6f31f;color:var(--primary-color);transform:translateY(-1px)}._attachButton_1oqvd_215:disabled{opacity:.5;cursor:not-allowed}._inputField_1oqvd_237{flex:1;border:1px solid #e5e7eb;border-radius:16px;padding:10px 12px;font-size:14px;background-color:#fff;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}._inputField_1oqvd_237:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}._inputField_1oqvd_237:disabled::placeholder{color:#6b7280;font-style:italic}._inputField_1oqvd_237:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #00a6f329}._sendButton_1oqvd_262{width:35px;height:35px;border:none;border-radius:16px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out}._sendButton_1oqvd_262:disabled{opacity:.5;cursor:not-allowed}._sendButton_1oqvd_262:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 20px -12px #0584bf99}._sendButtonIcon_1oqvd_285{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}._attachmentPreview_1oqvd_293{position:relative;width:100%;border:1px dashed rgba(0,166,243,.28);border-radius:16px;padding:8px;display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;background-color:#00a6f30f}._previewImage_1oqvd_306{width:72px;height:72px;object-fit:cover;border-radius:12px;box-shadow:0 1px 2px #0000000d}._removeAttachment_1oqvd_314{border:none;background:#1118276b;color:#fff;width:28px;height:28px;border-radius:9999px;cursor:pointer;display:grid;place-items:center;transition:background-color .2s ease-in-out,transform .2s ease-in-out}._removeAttachment_1oqvd_314:hover{background:#11182799;transform:scale(1.05)}._messageImage_1oqvd_331{width:180px;max-width:100%;border-radius:16px;margin-bottom:8px;box-shadow:0 1px 2px #0000000d}._fab_1oqvd_339{width:64px;height:64px;border-radius:9999px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none;cursor:pointer;display:grid;place-items:center;box-shadow:0 22px 30px -18px #0584bfa6;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}._fab_1oqvd_339:hover{transform:translateY(-2px);box-shadow:0 24px 40px -18px #0584bfb3}._fabActive_1oqvd_358{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color))}._fabIcon_1oqvd_362{width:64px;height:64px;display:block;object-fit:contain}._typingIndicator_1oqvd_369{display:inline-flex;align-items:center;gap:4px}._typingIndicator_1oqvd_369 span{width:6px;height:6px;border-radius:9999px;background-color:var(--primary-color);opacity:.7;animation:_chatbotTyping_1oqvd_1 1s infinite ease-in-out}._typingIndicator_1oqvd_369 span:nth-child(2){animation-delay:.18s}._typingIndicator_1oqvd_369 span:nth-child(3){animation-delay:.36s}@keyframes _chatbotTyping_1oqvd_1{0%,80%,to{transform:scale(.6);opacity:.45}40%{transform:scale(1);opacity:1}}@media(max-width:640px){._chatbotWidget_1oqvd_1{right:16px;bottom:16px}._chatWindow_1oqvd_12{width:min(94vw,360px);max-height:70vh}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.25"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
