@import"https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap";#root{width:100%;margin:0;padding:0;text-align:center}.app{width:100%;min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column}.appContent{position:relative;z-index:1;flex:1 0 auto;display:flex;flex-direction:column}main{flex:1 0 auto;padding-top:var(--header-total-height, 80px);padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.route-fade-enter{opacity:0}.route-fade-enter-active{opacity:1;transition:opacity .18s ease-in}.route-fade-exit{opacity:1}.route-fade-exit-active{opacity:0;transition:opacity .12s ease-out}.route-fade{animation:routeFadeIn .18s ease-in}@keyframes routeFadeIn{0%{opacity:0}to{opacity:1}}:root{--accent-1: #fe356b;--accent-2: #923cff;--accent-3: #00c2ff;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--header-height: 80px;--header-total-height: calc(var(--header-height) + var(--safe-top))}._header_1jkwf_16{position:fixed;inset:0 0 auto 0;background:#000;z-index:1000;box-shadow:0 2px 4px #0000001a;height:var(--header-total-height);padding-top:var(--safe-top);-webkit-transform:translateZ(0)}._container_1jkwf_28{max-width:1200px;margin:0 auto;height:var(--header-height);padding:0 1rem;display:flex;align-items:center;justify-content:space-between}._left_1jkwf_39,._center_1jkwf_40,._right_1jkwf_41{display:flex;align-items:center}._center_1jkwf_40{order:1}._left_1jkwf_39{order:2}._right_1jkwf_41{order:3}._left_1jkwf_39{flex:1 1 auto;gap:1rem}._center_1jkwf_40{flex:0 0 auto;justify-content:center}._right_1jkwf_41{flex:0 0 auto;justify-content:flex-end}._logo_1jkwf_55{width:115px;object-fit:contain;cursor:pointer}._center_1jkwf_40{padding:0 16px}@media (min-width: 1101px){._left_1jkwf_39{margin-left:24px}}._burgerBtn_1jkwf_74{display:none;flex-direction:column;justify-content:center;width:30px;height:26px;background:none;border:none;cursor:pointer;padding:0}._burgerBtn_1jkwf_74 span{height:4px;width:100%;background:var(--accent-1);border-radius:4px;transition:.3s}._burgerBtn_1jkwf_74 span+span{margin-top:7px}._burgerBtn_1jkwf_74._active_1jkwf_94 span:nth-child(1){transform:translateY(11px) rotate(45deg)}._burgerBtn_1jkwf_74._active_1jkwf_94 span:nth-child(2){opacity:0}._burgerBtn_1jkwf_74._active_1jkwf_94 span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}._nav_1jkwf_99{display:flex;gap:2rem}._nav_1jkwf_99 a{color:#fff;text-decoration:none;font-weight:700;font-size:16px;line-height:1.6;letter-spacing:.5px;transition:all .3s ease;position:relative;padding:12px 0}@media (min-width: 1101px){._nav_1jkwf_99{flex-wrap:nowrap}._nav_1jkwf_99 a{white-space:nowrap}}._nav_1jkwf_99 a:hover{background:linear-gradient(135deg,var(--accent-3),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:translate(5px);text-shadow:0 0 8px rgba(0,194,255,.3)}._menuItem_1jkwf_127{display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;padding:4px 0}._menuIcon_1jkwf_136{width:24px;height:24px;color:#fe356b;transition:all .4s cubic-bezier(.25,.46,.45,.94);flex-shrink:0;filter:drop-shadow(0 0 4px rgba(254,53,107,.3));position:relative;z-index:2}._menuItem_1jkwf_127:hover ._menuIcon_1jkwf_136{color:var(--accent-2);transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 8px rgba(146,60,255,.5))}._menuItem_1jkwf_127:before{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:radial-gradient(circle,rgba(254,53,107,.1),transparent 70%);border-radius:50%;opacity:0;transition:all .3s ease;z-index:1}._menuItem_1jkwf_127:hover:before{opacity:1;transform:translateY(-50%) scale(1.2);background:radial-gradient(circle,rgba(146,60,255,.2),transparent 70%)}._menuDivider_1jkwf_175{height:1px;width:100%;margin:10px 0;background:#ffffff1a}._menuSectionTitle_1jkwf_182{display:flex;align-items:center;gap:10px;padding:6px 0 2px;color:#ffffffc7;font-weight:800;font-size:13px;letter-spacing:.6px;text-transform:uppercase}._menuSectionIcon_1jkwf_194{width:18px;height:18px;color:#fe356b;flex-shrink:0;filter:drop-shadow(0 0 4px rgba(254,53,107,.3))}._menuContacts_1jkwf_202{display:flex;flex-direction:column;gap:2px;margin-top:4px}._mobileOnly_1jkwf_210{display:none}@media (max-width: 1100px){._mobileOnly_1jkwf_210{display:block}}._menuSectionToggle_1jkwf_220{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:none;padding:6px 0 2px;cursor:pointer;text-align:left}._menuSectionChevron_1jkwf_233{width:10px;height:10px;border-right:2px solid rgba(255,255,255,.55);border-bottom:2px solid rgba(255,255,255,.55);transform:rotate(45deg);transition:transform .2s ease;margin-right:2px;flex-shrink:0}._menuSectionChevronOpen_1jkwf_244{transform:rotate(225deg)}._menuAccordion_1jkwf_248{max-height:0;overflow:hidden;transition:max-height .25s ease}._menuAccordionOpen_1jkwf_254{max-height:360px}@media (max-width: 1100px){._nav_1jkwf_99{gap:1rem}._nav_1jkwf_99{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}._nav_1jkwf_99 a{display:flex;align-items:center;border-radius:12px;margin:6px 0;transition:all .3s ease;border-left:4px solid transparent;text-align:left;width:100%;font-size:17px;line-height:1.7;letter-spacing:.6px;font-weight:600;color:#fff;background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);padding:10px 5px}._nav_1jkwf_99 a:hover{background:linear-gradient(135deg,#00c2ff26,#923cff1a);border-left-color:var(--accent-3);border-color:#00c2ff4d;transform:translate(8px);-webkit-text-fill-color:#ffffff;color:#fff;box-shadow:0 4px 20px #00c2ff33}._nav_1jkwf_99 a:focus{outline:2px solid var(--accent-3);outline-offset:2px}._menuSectionTitle_1jkwf_182{font-size:12px}._menuContacts_1jkwf_202 ._menuItem_1jkwf_127{padding:8px 5px}._menuContacts_1jkwf_202 ._menuItem_1jkwf_127 span{font-size:14px;line-height:1.45;letter-spacing:.2px;font-weight:600}}._searchBtn_1jkwf_324{background:none;border:none;cursor:pointer;width:30px;height:30px;padding:0}._searchIcon_1jkwf_332{width:100%;height:100%;background:var(--accent-1);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") center/contain no-repeat}._profileBtn_1jkwf_341{display:flex;align-items:center;justify-content:center;width:30px;height:30px;cursor:pointer;margin-left:10px}._profileIcon_1jkwf_351{width:100%;height:100%;background:var(--accent-1);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") center/contain no-repeat}._profileBtn_1jkwf_341:hover ._profileIcon_1jkwf_351{background:linear-gradient(45deg,var(--accent-1),var(--accent-2))}._walletBtn_1jkwf_364{display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:10px;text-decoration:none;transition:all .3s ease}._walletContainer_1jkwf_374{display:flex;align-items:center;gap:8px;padding:6px 12px;background:linear-gradient(135deg,#fe356b1a,#923cff1a);border:1px solid rgba(254,53,107,.2);border-radius:20px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._walletContainer_1jkwf_374:hover{background:linear-gradient(135deg,#fe356b33,#923cff33);border-color:#fe356b66;transform:translateY(-1px);box-shadow:0 4px 15px #fe356b4d}._walletIcon_1jkwf_393{width:20px;height:20px;color:var(--accent-1);transition:color .3s ease;flex-shrink:0}._walletBtn_1jkwf_364:hover ._walletIcon_1jkwf_393{color:var(--accent-2)}._balanceContainer_1jkwf_405{display:flex;align-items:center;min-width:45px;justify-content:center}._balanceText_1jkwf_412{font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;letter-spacing:.3px}._balanceLoader_1jkwf_424{width:12px;height:12px;border:2px solid rgba(254,53,107,.3);border-top:2px solid var(--accent-1);border-radius:50%;animation:_balanceSpinner_1jkwf_1 1s linear infinite}@keyframes _balanceSpinner_1jkwf_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._bookingBtn_1jkwf_439{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#00c2ff1a,#923cff1a);border:1px solid rgba(0,194,255,.2);border-radius:20px;text-decoration:none;color:#fff;font-weight:600;font-size:13px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-left:10px}._bookingBtn_1jkwf_439:hover{background:linear-gradient(135deg,#00c2ff33,#923cff33);border-color:#00c2ff66;transform:translateY(-1px);box-shadow:0 4px 15px #00c2ff4d}._bookingIcon_1jkwf_463{width:18px;height:18px;color:var(--accent-3);transition:color .3s ease;flex-shrink:0}._bookingBtn_1jkwf_439:hover ._bookingIcon_1jkwf_463{color:var(--accent-2)}._bookingText_1jkwf_475{color:#fff;background:linear-gradient(135deg,var(--accent-3),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;letter-spacing:.3px}@media (max-width: 1100px){._container_1jkwf_28{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}._left_1jkwf_39{grid-column:1}._center_1jkwf_40{grid-column:2;justify-content:center}._right_1jkwf_41{grid-column:3;justify-content:flex-end}._left_1jkwf_39{order:1}._center_1jkwf_40{order:2}._right_1jkwf_41{order:3}._left_1jkwf_39{justify-content:flex-start}._burgerBtn_1jkwf_74{display:flex}._nav_1jkwf_99{position:fixed;top:var(--header-total-height);left:0;bottom:0;width:280px;max-width:80vw;flex-direction:column;gap:1.5rem;background:linear-gradient(135deg,#000000f2,#14141ef2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:2px 0 20px #0000004d;border-right:1px solid rgba(254,53,107,.2);z-index:999}._navActive_1jkwf_512{transform:translate(0)}._menuOverlay_1jkwf_515{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:998}._menuOverlayActive_1jkwf_529{opacity:1;visibility:visible}._center_1jkwf_40{padding:0 8px}._walletContainer_1jkwf_374{padding:4px 8px;gap:6px}._walletIcon_1jkwf_393{width:18px;height:18px}._balanceText_1jkwf_412{font-size:12px}._balanceContainer_1jkwf_405{min-width:35px}._bookingBtn_1jkwf_439{padding:4px 8px;gap:4px;font-size:12px}._bookingIcon_1jkwf_463{width:16px;height:16px}._menuIcon_1jkwf_136{width:22px;height:22px;filter:drop-shadow(0 0 3px rgba(254,53,107,.4))}._menuItem_1jkwf_127{gap:8px!important;padding:2px 0;display:flex!important;align-items:center!important}._menuIcon_1jkwf_136{width:22px;height:22px;filter:drop-shadow(0 0 3px rgba(254,53,107,.4));margin-right:0!important}}@media (max-width: 480px){._walletContainer_1jkwf_374{padding:3px 6px;gap:4px}._balanceText_1jkwf_412{font-size:14px}._balanceContainer_1jkwf_405{min-width:30px}._bookingBtn_1jkwf_439{padding:3px 6px;gap:3px;font-size:11px}._bookingIcon_1jkwf_463{width:14px;height:14px}._menuItem_1jkwf_127{gap:6px!important;padding:1px 0;display:flex!important;align-items:center!important}._menuIcon_1jkwf_136{width:24px;height:24px;filter:drop-shadow(0 0 2px rgba(254,53,107,.5));margin:0!important}}._bookingMenuItem_1jkwf_639{display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;padding:12px 16px;margin:8px 0;background:linear-gradient(135deg,#fe356b26,#923cff26);border:2px solid rgba(254,53,107,.3);border-radius:16px;text-decoration:none;color:#fff;font-weight:700;font-size:16px;transition:all .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #fe356b33}._bookingMenuItem_1jkwf_639:hover{background:linear-gradient(135deg,#fe356b40,#923cff40);border-color:#fe356b80;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 30px #fe356b66}._bookingMenuItem_1jkwf_639:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}._bookingMenuItem_1jkwf_639:hover:before{left:100%}._bookingMenuIcon_1jkwf_681{width:24px;height:24px;color:#fe356b;transition:all .4s cubic-bezier(.25,.46,.45,.94);flex-shrink:0;filter:drop-shadow(0 0 6px rgba(254,53,107,.5));position:relative;z-index:2}._bookingMenuItem_1jkwf_639:hover ._bookingMenuIcon_1jkwf_681{color:#fff;transform:scale(1.15) rotate(-5deg);filter:drop-shadow(0 0 12px rgba(255,255,255,.8))}._bookingMenuText_1jkwf_698{background:linear-gradient(135deg,#fe356b,#923cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:.5px;transition:all .3s ease}._bookingMenuItem_1jkwf_639:hover ._bookingMenuText_1jkwf_698{-webkit-text-fill-color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}._loginMenuItem_1jkwf_714{display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;padding:12px 16px;margin:8px 0;background:linear-gradient(135deg,#00c2ff26,#923cff26);border:2px solid rgba(0,194,255,.3);border-radius:16px;text-decoration:none;color:#fff;font-weight:700;font-size:16px;transition:all .4s cubic-bezier(.25,.46,.45,.94));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #00c2ff33}._loginMenuItem_1jkwf_714:hover{background:linear-gradient(135deg,#00c2ff40,#923cff40);border-color:#00c2ff80;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 30px #00c2ff66}._loginMenuIcon_1jkwf_741{width:24px;height:24px;color:var(--accent-3);transition:all .4s cubic-bezier(.25,.46,.45,.94));flex-shrink:0;filter:drop-shadow(0 0 6px rgba(0,194,255,.5));position:relative;z-index:2}._loginMenuText_1jkwf_752{background:linear-gradient(135deg,var(--accent-3),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:.5px;transition:all .3s ease}._loginBtn_1jkwf_763{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#fe356b26,#923cff26);border:1px solid rgba(254,53,107,.35);border-radius:24px;color:#fff;font-weight:600;font-size:15px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}._loginBtn_1jkwf_763:hover{background:linear-gradient(135deg,#fe356b40,#923cff40);border-color:#fe356b8c;transform:translateY(-1px);box-shadow:0 6px 18px #fe356b4d}._loginBtnIcon_1jkwf_786{width:18px;height:18px;color:var(--accent-1);transition:color .3s ease;flex-shrink:0}._loginBtnText_1jkwf_794{color:#fff;white-space:nowrap;letter-spacing:.3px}._tgBtn_1jkwf_801{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-left:10px;border-radius:12px;background:linear-gradient(135deg,#fe356b26,#923cff26);border:1px solid rgba(254,53,107,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;text-decoration:none}._tgBtn_1jkwf_801:hover{transform:translateY(-2px);background:linear-gradient(135deg,#fe356b40,#923cff40);box-shadow:0 10px 24px #fe356b40;border-color:#fe356b8c}._tgBtnIcon_1jkwf_821{width:22px;height:22px;color:#fff}@keyframes _bookingPulse_1jkwf_1{0%,to{box-shadow:0 4px 20px #fe356b33}50%{box-shadow:0 4px 25px #fe356b66}}._bookingMenuItem_1jkwf_639{animation:_bookingPulse_1jkwf_1 2s ease-in-out infinite}._bookingMenuItem_1jkwf_639:hover{animation:none}._supportMenuItem_1jkwf_845{display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;padding:12px 16px;margin:8px 0;background:linear-gradient(135deg,#00c2ff26,#923cff26);border:2px solid rgba(0,194,255,.3);border-radius:16px;text-decoration:none;color:#fff;font-weight:700;font-size:16px;transition:all .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #00c2ff33}._supportMenuItem_1jkwf_845:hover{background:linear-gradient(135deg,#00c2ff40,#923cff40);border-color:#00c2ff80;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 30px #00c2ff66}._supportMenuItem_1jkwf_845:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}._supportMenuItem_1jkwf_845:hover:before{left:100%}._supportMenuIcon_1jkwf_887{width:24px;height:24px;color:#00c2ff;transition:all .4s cubic-bezier(.25,.46,.45,.94);flex-shrink:0;filter:drop-shadow(0 0 6px rgba(0,194,255,.5));position:relative;z-index:2}._supportMenuItem_1jkwf_845:hover ._supportMenuIcon_1jkwf_887{color:#fff;transform:scale(1.15) rotate(-5deg);filter:drop-shadow(0 0 12px rgba(255,255,255,.8))}._supportMenuText_1jkwf_904{background:linear-gradient(135deg,#00c2ff,#923cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;letter-spacing:.5px;transition:all .3s ease}._supportMenuItem_1jkwf_845:hover ._supportMenuText_1jkwf_904{-webkit-text-fill-color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}@keyframes _supportPulse_1jkwf_1{0%,to{box-shadow:0 4px 20px #00c2ff33}50%{box-shadow:0 4px 25px #00c2ff66}}._supportMenuItem_1jkwf_845{animation:_supportPulse_1jkwf_1 2s ease-in-out infinite}._supportMenuItem_1jkwf_845:hover{animation:none}._overlay_13ci0_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100}._modal_13ci0_11{position:relative;width:100%;max-width:420px;background:radial-gradient(circle at top,rgba(138,110,255,.35),transparent 55%),#141423fa;border-radius:20px;padding:22px 22px 26px;box-shadow:0 18px 40px #0009;border:1px solid rgba(138,110,255,.4);color:#fff}._closeBtn_13ci0_24{position:absolute;top:10px;right:12px;border:none;background:transparent;color:#ffffffb3;font-size:22px;cursor:pointer}._title_13ci0_35{font-size:18px;font-weight:600;margin:0 0 6px}._subtitle_13ci0_41{font-size:13px;color:#ffffffbf;margin:0 0 18px}._step_13ci0_47{margin-top:10px}._form_13ci0_51{display:flex;flex-direction:column;gap:10px}._field_13ci0_57{display:flex;flex-direction:column;gap:4px}._passwordWrapper_13ci0_63{position:relative}._label_13ci0_67{font-size:13px;color:#ffffffd9}._input_13ci0_72{width:100%;padding:9px 11px;border-radius:10px;border:1px solid rgba(138,110,255,.4);background:#121223f2;color:#fff;font-size:14px}._passwordToggle_13ci0_82{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#ffffffb3;font-size:11px;cursor:pointer}._helper_13ci0_94{margin:4px 0 0;font-size:11px;color:#ffffffa6}._primaryBtn_13ci0_100{width:100%;margin-top:12px;padding:10px 0;border-radius:999px;border:none;background:linear-gradient(135deg,#ff1f7a,#8a6eff);color:#fff;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 8px 24px #ff1f7a73}._error_13ci0_114{margin-top:10px;padding:8px 10px;border-radius:10px;background:#ff4d4f1a;border:1px solid rgba(255,77,79,.5);color:#ffb3b8;font-size:13px}._success_13ci0_124{text-align:center;padding:10px 4px 4px}._successIcon_13ci0_129{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#00c853,#64dd17);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;font-weight:700}._successTitle_13ci0_141{margin:0 0 6px;font-size:18px;font-weight:600}._successText_13ci0_147{margin:0 0 16px;font-size:13px;color:#fffc}@media (max-width: 480px){._modal_13ci0_11{max-width:90%;padding:20px 18px 22px}}._overlay_1taey_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:_fadeIn_1taey_1 .3s ease-out}._modal_1taey_18{background:linear-gradient(135deg,#1a1a2af2,#282846f2);border-radius:20px;border:1px solid rgba(138,110,255,.3);max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:_slideIn_1taey_1 .3s ease-out}@keyframes _fadeIn_1taey_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1taey_1{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}._header_1taey_52{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid rgba(255,255,255,.1);background:#282846cc;border-radius:20px 20px 0 0}._title_1taey_62{margin:0;font-size:1.4rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._closeButton_1taey_73{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:20px;color:#fffc;cursor:pointer;padding:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease}._closeButton_1taey_73:hover{background:#fff3;color:#fff;transform:rotate(90deg)}._closeButton_1taey_73:disabled{opacity:.5;cursor:not-allowed}._content_1taey_100{padding:30px}._description_1taey_104{margin:0 0 24px;color:#ffffffb3;line-height:1.5;font-size:14px}._form_1taey_111{display:flex;flex-direction:column;gap:24px}._formGroup_1taey_117{display:flex;flex-direction:column;gap:8px}._label_1taey_124{font-weight:600;color:#fff;font-size:14px;display:flex;align-items:center;gap:5px}._input_1taey_133{background:#282846b3;border:2px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;padding:14px 18px;font-size:14px;transition:all .3s ease;font-family:inherit}._input_1taey_133:focus{outline:none;border-color:#8a6eff99;box-shadow:0 0 0 3px #8a6eff1a;background:#323250cc}._input_1taey_133:disabled{background:#1e1e3280;color:#fff6;cursor:not-allowed}._input_1taey_133::placeholder{color:#fff6}._inputError_1taey_161{border-color:#ff3b30cc!important;background:#ff3b3014!important;box-shadow:0 0 0 1px #ff3b3033!important}._inputError_1taey_161:focus{border-color:#ff3b30!important;box-shadow:0 0 0 3px #ff3b3026!important;background:#ff3b301a!important}._fieldError_1taey_173{color:#ff3b30;font-size:13px;font-weight:500;margin-top:6px;display:flex;align-items:center;gap:6px;padding:8px 12px;background:#ff3b301a;border:1px solid rgba(255,59,48,.2);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_errorSlideIn_1taey_1 .4s ease-out}._fieldError_1taey_173:before{content:"⚠";font-size:14px;color:#ff3b30}@keyframes _errorSlideIn_1taey_1{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._error_1taey_206{background:linear-gradient(135deg,#ff3b3026,#ff3b301a);border:1px solid rgba(255,59,48,.4);color:#ff3b30;padding:14px 18px;border-radius:12px;font-size:14px;font-weight:500;margin-top:12px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 12px #ff3b3033;display:flex;align-items:center;gap:10px;animation:_errorPulse_1taey_1 .5s ease-out}._error_1taey_206:before{content:"❌";font-size:16px;flex-shrink:0}@keyframes _errorPulse_1taey_1{0%{opacity:0;transform:scale(.9)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}._submitButton_1taey_243{background:linear-gradient(135deg,#8a6eff,#00c2ff);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 15px #8a6eff4d}._submitButton_1taey_243:hover:not(:disabled){background:linear-gradient(135deg,#ff1f7a,#8a6eff);transform:translateY(-2px);box-shadow:0 8px 25px #8a6eff66}._submitButton_1taey_243:disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;transform:none;box-shadow:none}._existingUserInfo_1taey_271{margin:12px 0 24px;padding:12px 14px;border-radius:10px;background:#282846b3;border:1px solid rgba(255,255,255,.08)}._existingUserRow_1taey_279{display:flex;justify-content:space-between;gap:8px;font-size:13px;color:#fffc}._existingUserRow_1taey_279+._existingUserRow_1taey_279{margin-top:6px}._existingUserLabel_1taey_291{opacity:.7}._existingUserValue_1taey_295{font-weight:500}._passwordActions_1taey_299{display:flex;justify-content:space-between;gap:12px;margin:8px 0 4px}._linkButton_1taey_306{background:transparent;border:none;color:#8a6eff;font-size:13px;padding:0;cursor:pointer;text-decoration:underline}._linkButton_1taey_306:disabled{opacity:.5;cursor:not-allowed}._passwordWrapper_1taey_321{position:relative}._passwordToggle_1taey_325{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#ffffffb3;font-size:11px;cursor:pointer;padding:0}._passwordToggle_1taey_325:hover{color:#fff}._modal_1taey_18::-webkit-scrollbar{width:6px}._modal_1taey_18::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}._modal_1taey_18::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8a6eff,#00c2ff);border-radius:3px}._modal_1taey_18::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#ff1f7a,#8a6eff)}._successContent_1taey_362{padding:40px 30px;text-align:center}._successIcon_1taey_367{font-size:48px;margin-bottom:16px;animation:_successBounce_1taey_1 .6s ease-out;background:linear-gradient(135deg,#00c851,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes _successBounce_1taey_1{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}._successTitle_1taey_389{margin:0 0 12px;font-size:24px;font-weight:600;color:#fff;background:linear-gradient(90deg,#00c851,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._successMessage_1taey_400{margin:0;color:#ffffffb3;font-size:16px;line-height:1.5}@media (max-width: 576px){._modal_1taey_18{max-width:100%;margin:10px;max-height:95vh}._header_1taey_52{padding:16px 20px}._title_1taey_62{font-size:1.2rem}._content_1taey_100{padding:20px}._successContent_1taey_362{padding:30px 20px}}@media (max-height: 600px){._overlay_1taey_1{align-items:flex-start;padding-top:10px}._modal_1taey_18{max-height:95vh}}@media (max-height: 450px){._overlay_1taey_1{align-items:flex-start;padding-top:5px;overflow-y:auto}._modal_1taey_18{max-height:98vh;margin-bottom:20px}._header_1taey_52{position:sticky;top:0;z-index:10}}._input_1taey_133:invalid{border-color:#ffffff1a;background:#282846b3;box-shadow:none}._input_1taey_133::-webkit-validation-bubble{display:none}._input_1taey_133::-webkit-validation-bubble-message{display:none}._input_1taey_133::-webkit-validation-bubble-arrow{display:none}._input_1taey_133:invalid:focus{border-color:#8a6eff99;box-shadow:0 0 0 3px #8a6eff1a;background:#323250cc}._input_1taey_133:invalid:not(:focus):not(:placeholder-shown){border-color:#ffffff1a;background:#282846b3}._overlay_i7gr0_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_i7gr0_1 .3s ease-out}@keyframes _fadeIn_i7gr0_1{0%{opacity:0}to{opacity:1}}._modal_i7gr0_25{background:linear-gradient(135deg,#1a1a2af2,#282846f2);border-radius:20px;border:1px solid rgba(138,110,255,.3);padding:0;max-width:420px;width:90%;box-shadow:0 20px 40px #0000004d,inset 0 0 0 1px #8a6eff2e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:_slideUp_i7gr0_1 .3s ease-out;overflow:hidden}@keyframes _slideUp_i7gr0_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_i7gr0_50{background:#282846cc;padding:24px 78px 24px 30px;border-bottom:1px solid rgba(255,255,255,.1);text-align:center;position:relative}._closeButton_i7gr0_59{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#0000002e;color:#ffffffe6;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease,transform .15s ease}._closeButton_i7gr0_59:hover:not(:disabled){background:#ffffff1a;border-color:#8a6eff73;transform:translateY(calc(-50% - 1px))}._closeButton_i7gr0_59:disabled{opacity:.5;cursor:not-allowed;transform:none}._title_i7gr0_91{font-size:20px;font-weight:600;color:#fff;margin:0;background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._content_i7gr0_102{padding:30px;text-align:center}._methodTabs_i7gr0_108{display:flex;justify-content:center;gap:12px;margin-bottom:16px}._tab_i7gr0_115{background:#28284699;color:#ffffffb3;border:2px solid rgba(255,255,255,.15);padding:10px 16px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._tab_i7gr0_115:hover:not(:disabled){border-color:#ffffff4d;color:#fff}._tabActive_i7gr0_132{background:linear-gradient(135deg,#8a6eff,#00c2ff);color:#fff;border-color:transparent;box-shadow:0 4px 12px #8a6eff59}._description_i7gr0_139{color:#fffc;margin-bottom:24px;line-height:1.6;font-size:16px}._description_i7gr0_139 strong{color:#8a6eff;font-weight:600}._editPhoneButton_i7gr0_151{background:transparent;color:#8a6eff;border:2px solid rgba(138,110,255,.4);padding:12px 20px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-left:8px;position:relative;overflow:hidden;min-height:48px;display:flex;align-items:center;justify-content:center}._editPhoneButton_i7gr0_151:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#8a6eff,#00c2ff);transition:width .3s ease;z-index:-1}._editPhoneButton_i7gr0_151:hover:not(:disabled){color:#fff;border-color:#8a6eff;transform:translateY(-1px);box-shadow:0 2px 8px #8a6eff4d}._editPhoneButton_i7gr0_151:hover:not(:disabled):before{width:100%}._editPhoneButton_i7gr0_151:disabled{color:#ffffff4d;border-color:#ffffff1a;cursor:not-allowed;transform:none;box-shadow:none}._editPhoneButton_i7gr0_151:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #8a6eff33}._phoneEditSection_i7gr0_206,._phoneVerifySection_i7gr0_210{text-align:center}._phoneVerifySection_i7gr0_210 ._actions_i7gr0_214{display:flex;flex-direction:column;gap:12px;margin-top:24px}._phoneVerifySection_i7gr0_210 ._actions_i7gr0_214 ._editPhoneButton_i7gr0_151{margin-left:0;align-self:center}._phoneConfirmationSection_i7gr0_227{text-align:center;padding:20px 0}._phoneDisplayContainer_i7gr0_232{margin-bottom:30px}._phoneIcon_i7gr0_236{font-size:48px;margin-bottom:16px;opacity:.8}._confirmationTitle_i7gr0_242{font-size:18px;font-weight:600;color:#fff;margin:0 0 20px;background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._phoneDisplay_i7gr0_232{background:#28284699;border:2px solid rgba(138,110,255,.3);border-radius:12px;padding:16px 24px;margin:20px 0;display:inline-block;min-width:200px}._phoneDisplay_i7gr0_232 strong{color:#8a6eff;font-size:20px;font-weight:600;letter-spacing:1px}._confirmationDescription_i7gr0_270{color:#ffffffb3;font-size:14px;line-height:1.5;max-width:300px;margin:20px auto}._confirmationActions_i7gr0_280{display:flex;flex-direction:column;gap:16px;margin-top:30px}._confirmationActions_i7gr0_280 ._verifyButton_i7gr0_287{order:1}._confirmationActions_i7gr0_280 ._editPhoneButton_i7gr0_151{order:2;margin-left:0;align-self:center;padding:14px 24px;font-size:14px;font-weight:500;min-height:48px}@media (max-width: 480px){._phoneIcon_i7gr0_236{font-size:40px;margin-bottom:12px}._confirmationTitle_i7gr0_242{font-size:16px}._phoneDisplay_i7gr0_232{padding:12px 16px;min-width:180px}._phoneDisplay_i7gr0_232 strong{font-size:18px}._confirmationDescription_i7gr0_270{font-size:13px;margin:16px 0}._editPhoneButton_i7gr0_151{padding:10px 16px;font-size:13px;min-height:44px}._confirmationActions_i7gr0_280 ._editPhoneButton_i7gr0_151{padding:12px 20px;font-size:13px;min-height:44px}._codeInputActions_i7gr0_338 ._editPhoneButton_i7gr0_151{padding:10px 16px;font-size:13px;min-height:44px}}._phoneInput_i7gr0_345{display:flex;flex-direction:column;gap:16px;margin-top:20px}._phoneInput_i7gr0_345 ._input_i7gr0_352{font-size:16px;letter-spacing:normal;text-align:left;padding:16px 20px;font-family:inherit}._editButton_i7gr0_360{background:transparent;color:#ffffffb3;border:2px solid rgba(255,255,255,.2);padding:14px 24px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._editButton_i7gr0_360:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#ffffff1a;transition:width .3s ease;z-index:-1}._editButton_i7gr0_360:hover:not(:disabled){color:#fff;border-color:#fff6;transform:translateY(-1px);box-shadow:0 2px 8px #ffffff1a}._editButton_i7gr0_360:hover:not(:disabled):before{width:100%}._editButton_i7gr0_360:disabled{color:#ffffff4d;border-color:#ffffff1a;cursor:not-allowed;transform:none;box-shadow:none}._editButton_i7gr0_360:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #ffffff1a}._codeInput_i7gr0_338{margin-bottom:20px;position:relative}._codeInputActions_i7gr0_338{display:flex;justify-content:center;margin-bottom:24px}._codeInputActions_i7gr0_338 ._editPhoneButton_i7gr0_151{margin-left:0}._input_i7gr0_352{width:100%;padding:16px 20px;font-size:24px;text-align:center;background:#28284699;border:2px solid rgba(138,110,255,.3);border-radius:12px;color:#fff;letter-spacing:8px;font-weight:600;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;transition:all .3s ease}._input_i7gr0_352:focus{outline:none;border-color:#8a6eff;box-shadow:0 0 0 3px #8a6eff33,0 4px 15px #8a6eff1a;background:#323250b3;transform:translateY(-1px)}._input_i7gr0_352::placeholder{color:#ffffff4d;letter-spacing:8px}._input_i7gr0_352:disabled{opacity:.6;cursor:not-allowed}._error_i7gr0_459{color:#ff4757;margin-bottom:20px;font-size:14px;font-weight:500;background:#ff47571a;border:1px solid rgba(255,71,87,.3);border-radius:8px;padding:12px 16px;animation:_shake_i7gr0_1 .5s ease-in-out}@keyframes _shake_i7gr0_1{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._actions_i7gr0_214{display:flex;flex-direction:column;gap:16px}._verifyButton_i7gr0_287{background:linear-gradient(135deg,#8a6eff,#00c2ff);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8a6eff66;position:relative;overflow:hidden}._verifyButton_i7gr0_287:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._verifyButton_i7gr0_287:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #8a6eff99}._verifyButton_i7gr0_287:hover:not(:disabled):before{left:100%}._verifyButton_i7gr0_287:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 10px #8a6eff66}._verifyButton_i7gr0_287:disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;box-shadow:none;transform:none}._resendButton_i7gr0_531{background:transparent;color:#8a6eff;border:2px solid rgba(138,110,255,.3);padding:14px 24px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._resendButton_i7gr0_531:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#8a6eff,#00c2ff);transition:width .3s ease;z-index:-1}._resendButton_i7gr0_531:hover:not(:disabled){color:#fff;border-color:#8a6eff;transform:translateY(-1px);box-shadow:0 4px 12px #8a6eff4d}._resendButton_i7gr0_531:hover:not(:disabled):before{width:100%}._resendButton_i7gr0_531:disabled{color:#ffffff4d;border-color:#ffffff1a;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 480px){._modal_i7gr0_25{margin:20px;width:calc(100% - 40px)}._header_i7gr0_50{padding:20px 24px}._title_i7gr0_91{font-size:18px}._content_i7gr0_102{padding:24px}._input_i7gr0_352{font-size:20px;letter-spacing:6px;padding:14px 16px}._input_i7gr0_352::placeholder{letter-spacing:6px}}._verifyButton_i7gr0_287:disabled:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid rgba(255,255,255,.6);border-radius:50%;animation:_spin_i7gr0_1 1s linear infinite}@keyframes _spin_i7gr0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successContent_i7gr0_627{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;min-height:200px}._successIcon_i7gr0_637{font-size:64px;margin-bottom:20px;animation:_successPulse_i7gr0_1 1.5s ease-in-out}._successTitle_i7gr0_643{color:#8a6eff;font-size:24px;font-weight:600;margin:0 0 16px;text-align:center}._successMessage_i7gr0_651{color:#fffc;font-size:16px;line-height:1.5;margin:0;text-align:center}@keyframes _successPulse_i7gr0_1{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}._modalOverlay_2mhf2_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_2mhf2_1 .3s ease-out}._modalContent_2mhf2_16{background:linear-gradient(135deg,#1a1a2af2,#282846f2);border-radius:20px;border:1px solid rgba(138,110,255,.3);padding:40px 30px;max-width:400px;width:90%;box-shadow:0 20px 40px #0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:_slideUp_2mhf2_1 .3s ease-out;text-align:center}._loadingContainer_2mhf2_29{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}._spinner_2mhf2_37{width:80px;height:80px;background:linear-gradient(45deg,#00c2ff,#8a6eff);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:_rotate_2mhf2_1 2s linear infinite;box-shadow:0 6px 16px #8a6eff66;margin-bottom:24px}._spinner_2mhf2_37:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top:3px solid rgba(255,255,255,.8);animation:_spin_2mhf2_37 1s linear infinite}._spinnerInner_2mhf2_64{width:50px;height:50px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}._spinnerDot_2mhf2_75{width:20px;height:20px;background:#ffffffe6;border-radius:50%;animation:_pulse_2mhf2_1 1.5s ease-in-out infinite}._title_2mhf2_83{font-size:22px;font-weight:600;color:#fff;margin:0 0 12px;background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_2mhf2_94{font-size:16px;color:#fffc;margin:0;line-height:1.5}@keyframes _fadeIn_2mhf2_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_2mhf2_1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _rotate_2mhf2_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _spin_2mhf2_37{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulse_2mhf2_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}@media (max-width: 480px){._modalContent_2mhf2_16{padding:30px 20px;margin:16px}._spinner_2mhf2_37{width:60px;height:60px}._spinnerInner_2mhf2_64{width:35px;height:35px}._spinnerDot_2mhf2_75{width:15px;height:15px}._title_2mhf2_83{font-size:18px}._description_2mhf2_94{font-size:14px}}._overlay_l22cr_1{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000d9,#1e1e1ee6);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(8px) saturate(180%);backdrop-filter:blur(8px) saturate(180%);animation:_fadeIn_l22cr_1 .4s cubic-bezier(.25,.46,.45,.94)}._modal_l22cr_16{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:24px;padding:40px;max-width:420px;width:90%;text-align:center;box-shadow:0 32px 64px -12px #00000040,0 25px 50px -12px #00000026,0 0 0 1px #fffc,inset 0 1px #ffffffe6;animation:_slideUp_l22cr_1 .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}._modal_l22cr_16:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent)}._iconContainer_l22cr_43{margin-bottom:28px;display:flex;justify-content:center;position:relative}._iconContainer_l22cr_43:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:radial-gradient(circle,rgba(239,68,68,.1) 0%,transparent 70%);border-radius:50%;animation:_iconGlow_l22cr_1 3s ease-in-out infinite}._errorIcon_l22cr_63{width:72px;height:72px;animation:_errorPulse_l22cr_1 2.5s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(239,68,68,.3));position:relative;z-index:1}._title_l22cr_72{font-size:26px;font-weight:700;background:linear-gradient(135deg,#1f2937,#374151);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 18px;letter-spacing:-.025em}._message_l22cr_83{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 28px;font-weight:400}._details_l22cr_91{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid rgba(148,163,184,.2);border-radius:12px;padding:20px;margin-bottom:28px;text-align:left;position:relative;overflow:hidden}._details_l22cr_91:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.2),transparent)}._details_l22cr_91 p{font-size:14px;font-weight:500;color:#374151;margin:0 0 8px}._details_l22cr_91 ul{margin:0;padding-left:16px;font-size:14px;color:#6b7280}._details_l22cr_91 li{margin-bottom:4px}._retryButton_l22cr_130{background:linear-gradient(135deg,#3b82f6,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 4px 15px #3b82f666,0 2px 4px #0000001a,inset 0 1px #fff3}._retryButton_l22cr_130:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._retryButton_l22cr_130:hover:before{left:100%}._retryButton_l22cr_130:hover{background:linear-gradient(135deg,#2563eb,#1e40af,#1e3a8a);transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #3b82f680,0 4px 12px #00000026,inset 0 1px #ffffff4d}._retryButton_l22cr_130:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 15px #3b82f666,0 2px 4px #0000001a}._retryIcon_l22cr_184{width:22px;height:22px;animation:_retryIconSpin_l22cr_1 2s linear infinite;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}._retryButton_l22cr_130:hover ._retryIcon_l22cr_184{animation-duration:.6s;transform:scale(1.1)}@keyframes _fadeIn_l22cr_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_l22cr_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _errorPulse_l22cr_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes _iconGlow_l22cr_1{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@keyframes _retryIconSpin_l22cr_1{0%{transform:rotate(0)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){._overlay_l22cr_1{background:linear-gradient(135deg,#000000f2,#0f0f0ffa)}._modal_l22cr_16{background:linear-gradient(145deg,#1e293b,#0f172a);box-shadow:0 32px 64px -12px #0009,0 25px 50px -12px #0006,0 0 0 1px #ffffff1a,inset 0 1px #ffffff0d}._modal_l22cr_16:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.4),transparent)}._title_l22cr_72{background:linear-gradient(135deg,#f1f5f9,#cbd5e1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._message_l22cr_83{color:#94a3b8}._details_l22cr_91{background:linear-gradient(135deg,#334155,#1e293b);border:1px solid rgba(148,163,184,.1)}._details_l22cr_91:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent)}._details_l22cr_91 p{color:#e2e8f0}._details_l22cr_91 ul{color:#94a3b8}}@media (max-width: 480px){._modal_l22cr_16{padding:28px 24px;margin:16px;border-radius:20px}._title_l22cr_72{font-size:22px}._message_l22cr_83{font-size:15px}._errorIcon_l22cr_63{width:56px;height:56px}._iconContainer_l22cr_43:before{width:80px;height:80px}._retryButton_l22cr_130{padding:12px 24px;font-size:15px}._retryIcon_l22cr_184{width:20px;height:20px}}._backdrop_1mg74_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1mg74_1 .3s ease-out}@keyframes _fadeIn_1mg74_1{0%{opacity:0}to{opacity:1}}._modal_1mg74_23{width:90%;max-width:420px;background:linear-gradient(135deg,#0a0a0af2,#141414f2);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff14;padding:24px;animation:_slideUp_1mg74_1 .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}@keyframes _slideUp_1mg74_1{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modal_1mg74_23:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#8a6eff,#00c2ff);opacity:.85}._title_1mg74_56{font-size:20px;font-weight:700;margin:0 0 16px;text-align:center;color:#fff;background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._list_1mg74_68{display:grid;grid-template-columns:1fr;gap:12px}._emptyState_1mg74_74{color:#ffffffe6;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:16px;text-align:center}._card_1mg74_83{border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0f;overflow:hidden}._cardHeader_1mg74_90{padding:12px 12px 6px}._spName_1mg74_94{color:#fff;font-weight:600;word-break:break-word}._actions_1mg74_100{display:flex;gap:8px;flex-shrink:0}._cardActions_1mg74_107{display:flex;flex-direction:row;align-items:center;gap:12px;padding:10px 12px 14px}._primaryBtn_1mg74_115{background:linear-gradient(90deg,#ff1f7a,#8a6eff);color:#fff;border:none;padding:8px 12px;border-radius:10px;cursor:pointer;width:100%;text-align:center}._secondaryBtn_1mg74_126{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px 12px;cursor:pointer;width:100%;text-align:center;flex:1 1 0%}._description_1mg74_138{max-height:180px;overflow:auto;border-top:1px solid rgba(255,255,255,.08)}._descText_1mg74_144{padding:12px;color:#ffffffe6;white-space:pre-wrap}._button_1mg74_151{padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0f;color:#fffffff2;cursor:pointer;text-align:left;transition:all .25s ease}._button_1mg74_151:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}._footer_1mg74_168{margin-top:16px;display:flex;justify-content:flex-end}._close_1mg74_175{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .25s ease}._close_1mg74_175:hover{background:#ffffff14;border-color:#ffffff40}@media (max-width: 480px){._modal_1mg74_23{padding:20px;margin:16px}._title_1mg74_56{font-size:18px}._button_1mg74_151{padding:12px 14px}}@media (max-width: 380px){._actions_1mg74_100{width:100%;justify-content:flex-end}._cardActions_1mg74_107{gap:8px}._secondaryBtn_1mg74_126{align-self:flex-start}._primaryBtn_1mg74_115,._secondaryBtn_1mg74_126{padding:10px 12px}._primaryBtn_1mg74_115{width:100%}}._bar_1idsf_1{width:100%;background:linear-gradient(135deg,#0a0a0ae6,#161616e6);border-bottom:1px solid rgba(255,255,255,.08);position:fixed;top:var(--header-height, 80px);left:0;right:0;z-index:999}._inner_1idsf_13{max-width:1200px;margin:0 auto;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}._info_1idsf_23{display:inline-flex;align-items:center;gap:8px;color:#ffffffe6;font-weight:600}._label_1idsf_31{color:#ffffffb3;font-weight:500}._name_1idsf_36{background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._nameClickable_1idsf_43{cursor:pointer;position:relative}._nameClickable_1idsf_43:hover:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(90deg,#8a6eff,#00c2ff);opacity:.9}._changeBtn_1idsf_59{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:8px 12px;cursor:pointer;transition:all .25s ease}._changeBtn_1idsf_59:hover{background:#ffffff14;border-color:#ffffff40}@media (max-width: 480px){._inner_1idsf_13{padding:8px 12px}._info_1idsf_23{font-size:14px}._changeBtn_1idsf_59{padding:6px 10px;font-size:14px}}._spacer_1idsf_81{height:46px}@media (max-width: 480px){._spacer_1idsf_81{height:42px}}._searchContainer_1fk03_1{position:fixed;top:-100%;left:0;width:100%;background:#000;padding:1rem;transition:all .3s;z-index:999;box-shadow:0 2px 4px #0000001a}._searchContainer_1fk03_1._active_1fk03_13{top:80px}._searchInput_1fk03_17{width:100%;max-width:600px;margin:0 auto;display:block;padding:.8rem 1rem;border:1px solid transparent;border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;outline:none;background-image:linear-gradient(#ffffff1a,#ffffff1a),linear-gradient(90deg,#ff1f7a,#8a6eff);background-origin:border-box;background-clip:content-box,border-box}._searchInput_1fk03_17::placeholder{color:#ffffff80}._searchBtn_1fk03_39{background:none;border:none;cursor:pointer;padding:0;width:24px;height:24px;margin-right:1rem}._searchIcon_1fk03_49{width:100%;height:100%;background:linear-gradient(90deg,#00c2ff,#7000ff,#f0f);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") center/contain no-repeat}._searchResults_1fk03_57{max-width:600px;margin:1rem auto 0;background:#000000e6;border:1px solid transparent;border-radius:8px;overflow:hidden;background-image:linear-gradient(#ffffff1a,#ffffff1a),linear-gradient(90deg,#00c2ff,#7000ff,#f0f);background-origin:border-box;background-clip:content-box,border-box}._searchItem_1fk03_70{padding:.8rem 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s}._searchItem_1fk03_70:last-child{border-bottom:none}._searchItem_1fk03_70:hover{background:#ffffff1a}._gameName_1fk03_88{color:#fff;font-size:1rem}._gameSection_1fk03_93{color:#ffffff80;font-size:.9rem;padding:.2rem .5rem;border-radius:4px;background:#ffffff1a}._noResults_1fk03_101{padding:1rem;text-align:center;color:#ffffffb3;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.1)}._searchImg_1fk03_109{width:38px;height:38px;object-fit:contain;border-radius:8px;background:#222;margin-right:12px;box-shadow:0 2px 8px #8a6eff22}._price_1fk03_119{display:block;color:#fff;font-weight:700;font-size:15px;margin-top:2px}._searchItem_1fk03_70{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #23234a}._backdrop_lvu2g_1{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100dvh;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_lvu2g_1 .25s ease-out}@keyframes _fadeIn_lvu2g_1{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}._modal_lvu2g_25{background:linear-gradient(135deg,#1a1a2afa,#282846fa);border-radius:20px;border:1px solid rgba(138,110,255,.35);padding:26px 26px 30px;width:100%;max-width:420px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-shadow:0 18px 40px #00000073,inset 0 0 0 1px #8a6eff2e;position:relative;color:#fff}._closeBtn_lvu2g_45{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:22px;cursor:pointer;color:#ffffffb3;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._closeBtn_lvu2g_45:hover{color:#fff;background:#ffffff1f;transform:rotate(90deg)}._header_lvu2g_69{text-align:center;margin-bottom:18px}._title_lvu2g_74{font-size:20px;font-weight:600;margin:0 0 4px;background:linear-gradient(90deg,#8a6eff,#00c2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_lvu2g_84{font-size:13px;color:#ffffffb8;margin:0}._tabs_lvu2g_90{display:flex;gap:8px;margin:18px 0 16px;padding:3px;background:#1e1e32e6;border-radius:999px}._tab_lvu2g_90{flex:1;padding:8px 0;border-radius:999px;border:none;background:transparent;cursor:pointer;font-weight:500;font-size:14px;color:#ffffffb3;transition:all .2s ease}._tabActive_lvu2g_112{background:linear-gradient(135deg,#8a6eff,#00c2ff);color:#fff;box-shadow:0 4px 10px #8a6eff66}._error_lvu2g_118{margin-bottom:14px;padding:8px 10px;border-radius:10px;background:#ff4d4f1f;border:1px solid rgba(255,77,79,.4);color:#ffb3b8;font-size:13px}._form_lvu2g_128{display:flex;flex-direction:column;gap:12px}._field_lvu2g_134{display:flex;flex-direction:column;gap:6px}._fieldLabel_lvu2g_140{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:#ffffffdb}._required_lvu2g_149{color:#ff4d4f}._input_lvu2g_153{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(138,110,255,.35);font-size:14px;background:#191928f2;color:#fff;transition:all .2s ease}._input_lvu2g_153::placeholder{color:#ffffff59}._input_lvu2g_153:focus{outline:none;border-color:#8a6eff;box-shadow:0 0 0 2px #8a6eff59;background:#202037fa}._passwordWrapper_lvu2g_175{position:relative}._passwordToggle_lvu2g_179{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#ffffffb3;font-size:11px;cursor:pointer;padding:0}._passwordToggle_lvu2g_179:hover{color:#fff}._helper_lvu2g_196{margin-top:4px;font-size:11px;line-height:1.4;color:#ffffffa6}._submitBtn_lvu2g_203{margin-top:10px;padding:11px 0;border-radius:999px;border:none;background:linear-gradient(135deg,#1a73e8,#00c2ff);color:#fff;font-weight:600;cursor:pointer;font-size:15px;box-shadow:0 6px 18px #00c2ff80;transition:all .2s ease}._submitBtn_lvu2g_203:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 22px #00c2ffb3}._submitBtn_lvu2g_203:disabled{opacity:.6;cursor:default;box-shadow:none}._linkBtn_lvu2g_228{margin-top:8px;background:transparent;border:none;color:#00c2ffe6;font-size:13px;cursor:pointer;text-decoration:underline;align-self:flex-start}._linkBtnSecondary_lvu2g_239{margin-top:10px;background:transparent;border:none;color:#fffc;font-size:13px;cursor:pointer;text-decoration:underline;align-self:center}@media (max-width: 480px){._modal_lvu2g_25{width:calc(100% - 32px);padding:22px 18px 24px}._title_lvu2g_74{font-size:18px}._subtitle_lvu2g_84{font-size:12px}._input_lvu2g_153{padding:9px 10px;font-size:16px}._submitBtn_lvu2g_203{padding:10px 0}}.auth-loading,.auth-error,.auth-success{padding:10px;margin:10px 0;border-radius:4px;text-align:center}.auth-loading{background-color:#e9f5ff;color:#06c}.auth-error{background-color:#ffebeb;color:#c00;padding:15px;display:flex;flex-direction:column;gap:10px}.auth-error-details{background-color:#fff4f4;border:1px solid #ffcccc;border-radius:4px;padding:8px;margin-top:5px;font-size:14px;text-align:left;word-break:break-word;white-space:pre-wrap;font-family:monospace}.auth-retry-button{background-color:#c00;color:#fff;border:none;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:14px;margin-top:5px;align-self:center}.auth-retry-button:hover{background-color:#a00}.auth-success{background-color:#e9ffe9;color:#060}.auth-telegram-status{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:12px 16px;border-radius:8px;z-index:9999;box-shadow:0 4px 12px #00000026;max-width:90%;min-width:250px;animation:fadeIn .3s;display:flex;align-items:center;justify-content:center}.auth-telegram-status.loading{background-color:#f5f5f5;color:#333}.auth-telegram-status.success{background-color:#389e0d;color:#fff}.auth-telegram-status.error{background-color:#cf1322;color:#fff}.auth-telegram-content{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;flex-wrap:wrap}.auth-telegram-spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.auth-telegram-checkmark{font-weight:700;font-size:18px}.auth-telegram-error-icon{width:16px;height:16px;border-radius:50%;background-color:#fff;color:#cf1322;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.auth-telegram-error-details{width:100%;background-color:#ffffff26;border-radius:4px;padding:8px;margin-top:5px;font-size:13px;text-align:left;word-break:break-word;white-space:pre-wrap;font-family:monospace}.auth-telegram-retry{background-color:#fff;color:#cf1322;border:none;border-radius:4px;padding:4px 8px;margin-left:10px;cursor:pointer;font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.auth-status{display:flex;gap:8px;padding:5px;position:fixed;bottom:10px;right:10px;z-index:1000;font-size:12px;opacity:.8;transition:opacity .2s}.auth-status:hover{opacity:1}.auth-indicator{padding:4px 8px;border-radius:4px;cursor:pointer;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 3px #0000001a}.auth-indicator.authorized{background-color:#caf1ca;color:#188618}.auth-indicator.unauthorized{background-color:#ffcaca;color:#cc3535}._heroSection_gi4yy_3{position:relative;min-height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a;padding:15px 5%}._heroBg_gi4yy_14{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 40%,#8A6EFF33 0%,transparent 70%),radial-gradient(circle at 70% 60%,#FF1F7A33 0%,transparent 70%);z-index:1;animation:_bgMove_gi4yy_1 10s infinite alternate}@keyframes _bgMove_gi4yy_1{0%{background-position:30% 40%,70% 60%}to{background-position:40% 50%,60% 70%}}._heroContent_gi4yy_28{position:relative;z-index:2;max-width:600px;text-align:center;margin:0 auto}._heroTitle_gi4yy_36{font-size:48px;font-weight:900;margin-bottom:24px;line-height:1.1}._gradientText_gi4yy_43{background:linear-gradient(90deg,#ff1f7a,#8a6eff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroDescription_gi4yy_50{font-size:20px;color:#fff;margin-bottom:40px;text-shadow:0 2px 16px #8A6EFF44}@media (max-width: 768px){._heroTitle_gi4yy_36{font-size:32px}._heroDescription_gi4yy_50{font-size:16px}}._heroSubtitle_gi4yy_62{font-family:Play,sans-serif;font-size:2rem;margin-bottom:1rem;background:linear-gradient(90deg,#00c2ff,#7000ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 20px rgba(0,194,255,.5);font-weight:700;letter-spacing:.5px;line-height:1.3}._emoji_gi4yy_75{-webkit-text-fill-color:initial;background:none;text-shadow:none;margin-left:5px}@media (max-width: 480px){._heroSubtitle_gi4yy_62{font-size:28px}._heroDescription_gi4yy_50{font-size:25px}}._buttonGroup_gi4yy_92{display:flex;gap:20px;margin-top:32px}@media (max-width: 576px){._buttonGroup_gi4yy_92{flex-direction:column;gap:16px;align-items:center}}._bookButton_1belu_1{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;border:none;border-radius:32px;background:linear-gradient(90deg,#ff1f7a,#8a6eff);color:#fff;box-shadow:0 4px 24px #8a6eff55;cursor:pointer;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}._bookButton_1belu_1:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 32px #ff1f7a88}._buttonIcon_1belu_24{font-size:24px;color:#fff;filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}@media (max-width: 768px){._bookButton_1belu_1{font-size:16px;padding:12px 24px}}._howItWorks_18d8r_1{padding:80px 28px;background-color:#0a0a0a;position:relative;overflow:hidden;border-radius:20px}._howItWorks_18d8r_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;padding:1px;background:linear-gradient(90deg,#ff1f7a40,#8a6eff40);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none;box-shadow:inset 0 0 0 1px #8a6eff26}._title_18d8r_25{text-align:center;font-size:28px;margin-bottom:48px;color:#fff;display:inline-block}._stepsContainer_18d8r_37{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;position:relative;gap:24px}._step_18d8r_37{display:flex;align-items:center;background-color:#111;border-radius:14px;padding:24px;width:100%;margin-bottom:0;position:relative;box-shadow:0 6px 22px #00000040;z-index:2;transition:transform .2s ease,box-shadow .2s ease}._step_18d8r_37:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:14px;padding:2px;background:linear-gradient(90deg,#ff1f7a,#8a6eff);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}._step_18d8r_37:hover{transform:translateY(-3px);box-shadow:0 10px 28px #8a6eff40}._stepIcon_18d8r_83{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ff1f7a,#8a6eff);margin-right:20px;font-size:30px;flex-shrink:0;box-shadow:0 8px 20px #8a6eff40}._stepNumber_18d8r_97{position:absolute;top:-15px;left:-15px;width:30px;height:30px;border-radius:50%;background:linear-gradient(90deg,#ff1f7a,#8a6eff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 8px 18px #ff1f7a40}._stepContent_18d8r_113{flex:1}._stepContent_18d8r_113 h3{margin:0 0 10px;color:#fff;font-size:22px}._stepContent_18d8r_113 p{margin:0;color:#ccc;line-height:1.5}._connector_18d8r_129{width:3px;height:30px;background:linear-gradient(180deg,#ff1f7a,#8a6eff);position:relative;z-index:1}._additionalInfo_18d8r_137{margin-top:30px;padding:20px;background-color:#ffffff0d;border-radius:10px;border-left:3px solid;border-image:linear-gradient(to bottom,#ff1f7a,#8a6eff) 1;max-width:800px;margin-left:auto;margin-right:auto}._additionalInfo_18d8r_137 p{color:#ccc;line-height:1.6;margin:0}._heroButton_18d8r_156{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-size:20px;font-weight:700;border:none;border-radius:32px;background:linear-gradient(90deg,#ff1f7a,#8a6eff);color:#fff;box-shadow:0 4px 24px #8a6eff55;cursor:pointer;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}._heroButton_18d8r_156:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 32px #ff1f7a88}._buttonIcon_18d8r_179{font-size:24px;color:#fff;filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}@media (max-width: 768px){._howItWorks_18d8r_1{padding:50px 15px 0}._step_18d8r_37{flex-direction:column;text-align:center;padding:30px 15px 20px}._stepIcon_18d8r_83{margin-right:0;margin-bottom:15px}._stepNumber_18d8r_97{top:-15px;left:50%;transform:translate(-50%)}}@media (min-width: 1100px){._stepsContainer_18d8r_37{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 32px;max-width:1200px}._step_18d8r_37{width:100%;margin-bottom:0}._connector_18d8r_129{display:none}._stepNumber_18d8r_97{top:-15px;left:-15px;transform:none;width:32px;height:32px}._title_18d8r_25{font-size:32px;margin-bottom:56px}._stepsContainer_18d8r_37 ._step_18d8r_37:last-of-type{grid-column:1 / -1;justify-self:center;max-width:900px}}._ctaWrap_18d8r_245{margin-top:32px;text-align:center}._faqSection_qnv5x_1{padding:0 20px;max-width:900px;margin:0 auto;border-radius:24px;position:relative;overflow:visible}._faqSection_qnv5x_1:before,._faqSection_qnv5x_1:after{content:"";position:absolute;border-radius:50%;filter:blur(60px);opacity:.25;z-index:0}._faqSection_qnv5x_1:before{width:180px;height:180px;left:-80px;top:-60px;background:#ff1f7a}._faqSection_qnv5x_1:after{width:220px;height:220px;right:-100px;bottom:-80px;background:#8a6eff}._title_qnv5x_36{text-align:center;font-size:36px;margin-bottom:40px;color:#fff;display:inline-block;font-weight:800;letter-spacing:1px;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}._faqList_qnv5x_50{display:flex;flex-direction:column;gap:22px;position:relative;z-index:1}._faqItem_qnv5x_58{background:#181828f2;border-radius:18px;overflow:hidden;box-shadow:0 2px 18px #8a6eff22;transition:box-shadow .3s;position:relative}._faqItem_qnv5x_58:hover{box-shadow:0 6px 32px #ff1f7a33,0 1.5px #8a6eff44}._faqQuestion_qnv5x_73{width:100%;background:none;border:none;outline:none;color:#fff;font-size:24px;font-weight:700;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s;position:relative;z-index:2;border-radius:18px;letter-spacing:.5px;text-align:left}._faqQuestion_qnv5x_73:hover{background:#8a6eff14}._arrow_qnv5x_98{font-size:14px;margin-left:18px;border-radius:50%;background:linear-gradient(90deg,#ff1f7a,#8a6eff);color:#fff;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:transform .3s,box-shadow .2s;box-shadow:0 2px 8px #8a6eff33}._faqQuestion_qnv5x_73:hover ._arrow_qnv5x_98{box-shadow:0 4px 16px #ff1f7a44}._arrow_qnv5x_98._open_qnv5x_117{transform:rotate(180deg) scale(1.1)}._faqAnswer_qnv5x_121{max-height:0;overflow:hidden;background:linear-gradient(90deg,#23234a 80%,#8a6eff22);color:#eee;font-size:19px;padding:0 32px;transition:max-height .5s cubic-bezier(.4,0,.2,1),padding .3s,opacity .3s;opacity:0;border-left:3px solid #8A6EFF55;box-shadow:0 2px 12px #8a6eff11;text-align:left}._faqAnswer_qnv5x_121._open_qnv5x_117{max-height:400px;padding:18px 32px 28px;opacity:1;text-align:left;overflow-y:auto;overflow-x:hidden}._faqAnswer_qnv5x_121._open_qnv5x_117::-webkit-scrollbar{width:6px}._faqAnswer_qnv5x_121._open_qnv5x_117::-webkit-scrollbar-track{background:#8a6eff1a;border-radius:3px}._faqAnswer_qnv5x_121._open_qnv5x_117::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff1f7a,#8a6eff);border-radius:3px}._faqAnswer_qnv5x_121._open_qnv5x_117::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#8a6eff,#ff1f7a)}._answerList_qnv5x_163{list-style-type:none;padding:0;margin:0}._answerList_qnv5x_163 li{position:relative;padding-left:20px;margin-bottom:10px;line-height:1.4}._answerList_qnv5x_163 li:before{content:"⁃";position:absolute;left:0;color:#8a6eff;font-weight:700}._faqFooter_qnv5x_184{margin-top:36px;text-align:center}._faqSmallTitle_qnv5x_189{font-size:20px;color:#fff;font-weight:700;margin-bottom:18px}._faqAskBtn_qnv5x_196{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;border:none;border-radius:32px;background:linear-gradient(90deg,#ff1f7a,#8a6eff);color:#fff;box-shadow:0 4px 24px #8a6eff55;cursor:pointer;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}._faqAskBtn_qnv5x_196:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 32px #ff1f7a88}._buttonIcon_qnv5x_219{font-size:24px;color:#fff;filter:drop-shadow(0 0 2px rgba(255,255,255,.5));stroke:#fff}@media (max-width: 600px){._faqSection_qnv5x_1{padding:40px 5px;border-radius:12px}._title_qnv5x_36{font-size:22px;margin-bottom:24px}._faqQuestion_qnv5x_73{font-size:16px;padding:16px 12px;border-radius:12px}._arrow_qnv5x_98{font-size:14px;width:28px;height:28px}._faqAnswer_qnv5x_121{font-size:15px;padding:0 12px}._faqAnswer_qnv5x_121._open_qnv5x_117{padding:12px 12px 16px;max-height:800px}._faqSmallTitle_qnv5x_189{font-size:16px;margin-bottom:12px}._faqAskBtn_qnv5x_196{font-size:15px;padding:10px 18px}._faqFooter_qnv5x_184{margin-top:22px}._answerList_qnv5x_163 li{font-size:14px;padding-left:16px;margin-bottom:8px}}._modalOverlay_w2t9c_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:_fadeIn_w2t9c_1 .3s ease-out}._modalOverlay_w2t9c_1._closing_w2t9c_16{animation:_fadeOut_w2t9c_1 .3s ease-out}._modalContent_w2t9c_20{background:#181828;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d,0 0 0 1px #8a6eff33;animation:_zoomIn_w2t9c_1 .3s ease-out;transform-origin:center;position:relative;-webkit-overflow-scrolling:touch}@media (max-height: 600px){._modalOverlay_w2t9c_1{align-items:flex-start;padding-top:10px}._modalContent_w2t9c_20{max-height:95vh}}._modalContent_w2t9c_20._closing_w2t9c_16{animation:_zoomOut_w2t9c_1 .3s ease-out}._modalHeader_w2t9c_49{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #333;position:sticky;top:0;background:#181828;z-index:2}._modalTitle_w2t9c_61{margin:0;color:#fff;font-weight:700;font-size:24px;background:linear-gradient(90deg,#ff1f7a,#8a6eff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._closeButton_w2t9c_72{background:none;border:none;color:#888;font-size:28px;cursor:pointer;line-height:1;padding:0;transition:color .2s,transform .2s}._closeButton_w2t9c_72:hover{color:#ff1f7a;transform:scale(1.1)}._modalBody_w2t9c_88{padding:24px;color:#fff}@keyframes _fadeIn_w2t9c_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_w2t9c_1{0%{opacity:1}to{opacity:0}}@keyframes _zoomIn_w2t9c_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _zoomOut_w2t9c_1{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}._modalContent_w2t9c_20::-webkit-scrollbar{width:8px}._modalContent_w2t9c_20::-webkit-scrollbar-track{background:#222;border-radius:8px}._modalContent_w2t9c_20::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#ff1f7a,#8a6eff);border-radius:8px}@media (max-width: 576px){._modalContent_w2t9c_20{max-width:100%;height:auto;max-height:95vh}._modalHeader_w2t9c_49{padding:16px 16px 12px}._modalTitle_w2t9c_61{font-size:20px}._modalBody_w2t9c_88{padding:16px}._modalOverlay_w2t9c_1{padding:10px}}@media (max-height: 450px){._modalOverlay_w2t9c_1{align-items:flex-start;padding-top:5px;overflow-y:auto}._modalContent_w2t9c_20{max-height:98vh;margin-bottom:20px}._modalHeader_w2t9c_49{position:sticky;top:0;z-index:10}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}._form_1c4u4_1{display:flex;flex-direction:column;gap:20px;width:100%}._formGroup_1c4u4_8{display:flex;flex-direction:column;gap:6px}._label_1c4u4_14{font-size:14px;font-weight:600;color:#ddd}._required_1c4u4_20{color:#ff1f7a;margin-left:4px}._input_1c4u4_25,._textarea_1c4u4_26{background:#222;border:1px solid #444;border-radius:8px;padding:12px 16px;color:#fff;font-size:16px;transition:border-color .2s,box-shadow .2s;width:100%}._textarea_1c4u4_26{resize:vertical;min-height:100px}._input_1c4u4_25:focus,._textarea_1c4u4_26:focus{outline:none;border-color:#8a6eff;box-shadow:0 0 0 2px #8a6eff4d}._inputError_1c4u4_49{border-color:#ff1f7a}._inputError_1c4u4_49:focus{box-shadow:0 0 0 2px #ff1f7a4d}._errorMessage_1c4u4_57{font-size:12px;color:#ff1f7a;margin-top:4px}._formActions_1c4u4_63{display:flex;gap:12px;margin-top:10px}._submitButton_1c4u4_69,._cancelButton_1c4u4_70{padding:12px 24px;border-radius:32px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;border:none}._submitButton_1c4u4_69{flex:1;background:linear-gradient(90deg,#ff1f7a,#8a6eff);color:#fff}._submitButton_1c4u4_69:hover:not(:disabled){box-shadow:0 4px 16px #8a6eff44;transform:translateY(-2px)}._cancelButton_1c4u4_70{background:none;color:#ddd;border:1px solid #444}._cancelButton_1c4u4_70:hover:not(:disabled){background:#2a2a3a}._submitButton_1c4u4_69:disabled,._cancelButton_1c4u4_70:disabled{opacity:.6;cursor:not-allowed}._input_1c4u4_25:focus:not(._inputError_1c4u4_49),._textarea_1c4u4_26:focus:not(._inputError_1c4u4_49){background:#26262e;border-color:#8a6eff}._input_1c4u4_25::placeholder,._textarea_1c4u4_26::placeholder{color:#666}@keyframes _shake_1c4u4_127{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}._formGroup_1c4u4_8._shake_1c4u4_127 input,._formGroup_1c4u4_8._shake_1c4u4_127 textarea{animation:_shake_1c4u4_127 .6s ease-in-out}@media (max-width: 576px){._formActions_1c4u4_63{flex-direction:column}._submitButton_1c4u4_69,._cancelButton_1c4u4_70{width:100%}}.PhoneInputInput{flex:1;background:#222;border:1px solid #444;color:#fff;border-radius:8px;padding:12px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s;width:100%}.PhoneInputInput:focus{outline:none;border-color:#8a6eff;box-shadow:0 0 0 2px #8a6eff4d;background:#26262e}.PhoneInputInput::placeholder{color:#666}.PhoneInputInput:disabled{opacity:.6;cursor:not-allowed}.PhoneInputCountry{margin-right:8px}.PhoneInputCountryIcon{width:24px;height:18px;opacity:.8}._webContainer_3a5c2_2{max-width:1400px;margin:37px auto 40px;padding:0 16px;color:#fff}._pageTitle_3a5c2_9{font-size:28px;font-weight:800;margin-bottom:20px;text-align:center;margin-top:65px}._adminStatsBar_3a5c2_18{display:flex;justify-content:center;gap:12px;margin-top:24px;margin-bottom:8px;flex-wrap:wrap}._adminStatsButton_3a5c2_27{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:9999px;padding:10px 22px;font-weight:700;font-size:15px;cursor:pointer;background:linear-gradient(90deg,#fe356b,#923cff 55%,#7c6bff);color:#fff;box-shadow:0 10px 26px #923cff59;transition:transform .18s ease,box-shadow .18s ease,opacity .15s ease;white-space:nowrap}._adminStatsButton_3a5c2_27:hover{transform:translateY(-1px);box-shadow:0 16px 32px #923cff73}._adminStatsButtonSecondary_3a5c2_47{background:#0f172ad9;box-shadow:0 8px 22px #0f172ab3;border:1px solid rgba(148,163,184,.5)}._adminStatsButtonSecondary_3a5c2_47:hover{box-shadow:0 12px 26px #0f172ae6}._sections_3a5c2_57{display:flex;flex-direction:column;gap:24px}._block_3a5c2_63{margin-top:12px}._section_3a5c2_57{position:relative;background:linear-gradient(180deg,#ffffff0a,#ffffff05);border-radius:18px;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000059}._section_3a5c2_57:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:18px;background:linear-gradient(135deg,#fe356b59,#923cff40,#00c2ff59);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._sectionTitle_3a5c2_90{font-size:24px;font-weight:800;text-align:center;margin:18px 18px 10px}._sectionInner_3a5c2_97{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;padding:24px}._imageCol_3a5c2_104,._contentCol_3a5c2_105{display:flex;flex-direction:column}._imageCol_3a5c2_104,._contentCol_3a5c2_105{min-width:0}._imageWrap_3a5c2_108{position:relative;border-radius:14px;overflow:hidden;isolation:isolate;flex:1 1 auto}._imageWrap_3a5c2_108:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 260px at 0% 0%,rgba(254,53,107,.18),transparent 65%),radial-gradient(600px 260px at 100% 100%,rgba(0,194,255,.18),transparent 65%);mix-blend-mode:screen;pointer-events:none}._image_3a5c2_104{width:100%;height:100%;object-fit:contain;object-position:center;background:#000;border-radius:14px;box-shadow:0 8px 24px #00000059;transform:scale(1);transition:transform .45s cubic-bezier(.2,.6,.2,1)}._imageInit_3a5c2_138{clip-path:inset(0 100% 0 0 round 14px);-webkit-clip-path:inset(0 100% 0 0 round 14px)}._imageReveal_3a5c2_143{animation:_imageUnmask_3a5c2_1 .9s cubic-bezier(.22,.7,.16,1) forwards}@keyframes _imageUnmask_3a5c2_1{0%{clip-path:inset(0 100% 0 0 round 14px);-webkit-clip-path:inset(0 100% 0 0 round 14px);opacity:.85}60%{opacity:1}to{clip-path:inset(0 0 0 0 round 14px);-webkit-clip-path:inset(0 0 0 0 round 14px)}}._imageWrap_3a5c2_108:hover ._image_3a5c2_104{transform:scale(1.03)}._title_3a5c2_155{font-size:22px;font-weight:800;margin:6px 0 10px}._desc_3a5c2_161{font-size:15px;line-height:1.6;opacity:.9;margin:12px 0 0;padding:10px 12px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);position:relative}._desc_3a5c2_161:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:3px 0 0 3px;background:linear-gradient(180deg,#fe356b,#923cff,#00c2ff)}._calendarWrap_3a5c2_181{position:relative;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#000;box-shadow:0 8px 24px #00000059;transition:transform .25s ease,box-shadow .25s ease}._calendarWrap_3a5c2_181:hover{transform:translateY(-2px);box-shadow:0 14px 34px #00000073}._calendarWrap_3a5c2_181:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;padding:1px;background:linear-gradient(135deg,#fe356b00,#923cff00);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:background .3s ease}._calendarWrap_3a5c2_181:hover:before{background:linear-gradient(135deg,#fe356b73,#923cff59);animation:_borderShimmer_3a5c2_1 1.6s linear infinite}@keyframes _borderShimmer_3a5c2_1{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}._sectionCta_3a5c2_218{display:flex;justify-content:center;margin:16px 0 8px}._equipToggle_3a5c2_225{margin-top:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:linear-gradient(90deg,#fe356b,#923cff 55%,#7c6bff);color:#fff;padding:12px 20px;border-radius:9999px;font-weight:800;font-size:15px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:max-content;box-shadow:0 10px 26px #923cff59}._equipToggle_3a5c2_225:hover{transform:translateY(-1px);box-shadow:0 16px 32px #923cff73}._equipPanelWide_3a5c2_244,._equipPanel_3a5c2_244{margin-top:12px;padding:12px 80px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff08;position:relative}._equipSlider_3a5c2_255{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;width:100%}._equipSlide_3a5c2_255{flex:0 0 calc((100% - 36px)/4);scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:8px}._equipImg_3a5c2_272{width:100%;max-height:260px;object-fit:contain;border-radius:10px;background:#000}._equipName_3a5c2_279{font-weight:700;text-align:center}._equipDots_3a5c2_283,._equipPanelMobile_3a5c2_284{display:none}._equipDot_3a5c2_283{width:8px;height:8px;border-radius:50%;background:#ffffff59}._equipDotActive_3a5c2_291{background:linear-gradient(135deg,#fe356b,#923cff)}._equipNav_3a5c2_294{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;background:transparent;color:#fe356b;font-size:28px;line-height:1;box-shadow:none;cursor:pointer;z-index:3}._equipPrev_3a5c2_309{left:24px}._equipNext_3a5c2_310{right:24px}._calendarWrap_3a5c2_181:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 200px at 0% 0%,rgba(255,255,255,.06),transparent 60%);pointer-events:none}._calendarFrame_3a5c2_321{width:100%;height:650px}._calendarFrameDark_3a5c2_325{filter:invert(.92) hue-rotate(180deg) contrast(.95) saturate(.9);-webkit-filter:invert(.92) hue-rotate(180deg) contrast(.95) saturate(.9)}._imageCol_3a5c2_104{min-height:650px}._info_3a5c2_336{padding:12px 0;opacity:.9}._loadingRow_3a5c2_341{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 0;width:100%;opacity:.95}._loadingText_3a5c2_351{font-weight:700;color:#ffffffd9}._spinner_3a5c2_356{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.18);border-top-color:#ffffffd9;animation:_spin_3a5c2_356 .9s linear infinite}@keyframes _spin_3a5c2_356{to{transform:rotate(360deg)}}._error_3a5c2_369{color:#ef4444;text-align:center;padding:12px 0}._contactInfo_3a5c2_376{margin-top:10px;display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;background:#0f172a59;border:1px solid rgba(148,163,184,.18)}._contactRow_3a5c2_386{display:flex;gap:8px;align-items:center;line-height:1.4;font-size:14px;color:#ffffffeb}._contactLabel_3a5c2_394{flex:0 0 auto;color:#ffffffb3;font-weight:700}._contactValue_3a5c2_399{flex:1 1 auto;display:flex;justify-content:center;align-items:center;gap:8px;text-align:center;font-weight:750;word-break:break-word}._addressLink_3a5c2_409{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;max-width:100%;color:#60a5fa;text-decoration:none;padding:6px 12px;border-radius:8px;background:#60a5fa1a;border:1px solid rgba(96,165,250,.3);transition:all .2s ease;font-weight:600;cursor:pointer}._addressLink_3a5c2_409:hover{color:#93c5fd;background:#60a5fa26;border-color:#60a5fa80;transform:translateY(-1px);box-shadow:0 2px 8px #60a5fa33}._addressIcon_3a5c2_433{flex-shrink:0;opacity:.9}._addressArrow_3a5c2_437{flex-shrink:0;opacity:.7;margin-left:2px}._addressLink_3a5c2_409:hover ._addressIcon_3a5c2_433,._addressLink_3a5c2_409:hover ._addressArrow_3a5c2_437{opacity:1}._navButton_3a5c2_446{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px;background:#ffcc0026;border:1px solid rgba(255,204,0,.3);color:#fc0;text-decoration:none;cursor:pointer;transition:all .2s ease;flex-shrink:0}._navButton_3a5c2_446:hover{background:#ffcc0040;border-color:#ffcc0080;color:#ffd633;transform:scale(1.05)}._navButton_3a5c2_446 svg{width:18px;height:18px}._contactLink_3a5c2_472{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;color:#cbeaff;text-decoration:none;padding:4px 10px;border-radius:9999px;background:#ffffff0f;border:1px solid rgba(148,163,184,.22)}._contactLink_3a5c2_472:hover{color:#fff;background:#ffffff17;border-color:#94a3b859}._hoursInfo_3a5c2_493{margin-top:10px;display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}._hoursTitle_3a5c2_503{font-weight:800;color:#ffffffe0;font-size:14px}._hoursLines_3a5c2_508{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#ffffffdb;line-height:1.35}._hoursLine_3a5c2_508{word-break:break-word}._hoursUnrestricted_3a5c2_520{font-size:14px;font-weight:800;color:#ffffffe6;padding:8px 10px;border-radius:9999px;width:fit-content;max-width:100%;background:#8a6eff1f;border:1px solid rgba(138,110,255,.28)}._tariffsInfo_3a5c2_533{margin-top:10px;display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}._tariffsTitle_3a5c2_544{font-weight:800;color:#ffffffe0;font-size:14px}._tariffsList_3a5c2_550{display:flex;flex-direction:column;gap:8px}._tariffItem_3a5c2_556{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 12px}._tariffHeader_3a5c2_563{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;flex-wrap:wrap}._tariffName_3a5c2_571{font-weight:900;color:#ffffffeb;line-height:1.25}._tariffBadge_3a5c2_577{background:#8a6eff1f;border:1px solid rgba(138,110,255,.28);border-radius:9999px;padding:4px 10px;font-weight:900;color:#ffffffeb;white-space:nowrap}._tariffMeta_3a5c2_587{margin-top:6px;font-size:13px;color:#ffffffd1;line-height:1.35}._tariffExpandButton_3a5c2_594{margin-top:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(138,110,255,.28);background:#8a6eff1f;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;color:#ffffffeb;cursor:pointer;transition:all .2s ease;text-align:center;width:100%}._tariffExpandButton_3a5c2_594:hover{background:#8a6eff33;border-color:#8a6eff66;transform:translateY(-1px);box-shadow:0 2px 8px #8a6eff40}._tariffExpandButton_3a5c2_594:active{transform:translateY(0);box-shadow:0 1px 4px #8a6eff33}._section_3a5c2_57,#_schedule_3a5c2_1,#_how-it-works_3a5c2_1,#_pricing_3a5c2_1,#_faq_3a5c2_1{scroll-margin-top:90px}._reveal_3a5c2_631{opacity:0;transform:translateY(24px);animation:_revealUp_3a5c2_1 .6s ease forwards}._preReveal_3a5c2_636{opacity:0;transform:translateY(24px)}._section_3a5c2_57:nth-child(1)._reveal_3a5c2_631{animation-delay:0s}._section_3a5c2_57:nth-child(2)._reveal_3a5c2_631{animation-delay:.08s}._section_3a5c2_57:nth-child(3)._reveal_3a5c2_631{animation-delay:.12s}._section_3a5c2_57:nth-child(4)._reveal_3a5c2_631{animation-delay:.16s}@keyframes _revealUp_3a5c2_1{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){._reveal_3a5c2_631{opacity:1;transform:none;animation:none}._imageWrap_3a5c2_108:hover ._image_3a5c2_104,._calendarWrap_3a5c2_181:hover{transform:none}}@media (max-width: 1100px){._pageTitle_3a5c2_9{margin-top:36px}._webContainer_3a5c2_2{margin:37px auto 32px}._sectionInner_3a5c2_97{grid-template-columns:1fr;padding-left:0;padding-right:0}._section_3a5c2_57{border-radius:0}._section_3a5c2_57:before{border-radius:0}._imageWrap_3a5c2_108{height:auto;flex:0 0 auto}._image_3a5c2_104{height:auto;max-height:420px;background:transparent}._imageCol_3a5c2_104{min-height:0}._calendarFrame_3a5c2_321{height:460px}._section_3a5c2_57:nth-child(2n) ._imageCol_3a5c2_104{order:1}._section_3a5c2_57:nth-child(2n) ._contentCol_3a5c2_105{order:2}._equipToggle_3a5c2_225{align-self:center}._equipPanel_3a5c2_244,._equipPanelWide_3a5c2_244{padding:12px}._equipPanelWide_3a5c2_244{display:none}._equipPanelMobile_3a5c2_284{display:block;margin-top:12px;overflow:hidden}._equipSlider_3a5c2_255{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px}._equipSlider_3a5c2_255::-webkit-scrollbar{display:none}._equipSlide_3a5c2_255{flex:0 0 100%;scroll-snap-align:start}._equipDots_3a5c2_283{display:flex;justify-content:center;gap:8px;margin-top:8px}._equipNav_3a5c2_294{display:none}._equipPanelMobile_3a5c2_284 ._equipSlider_3a5c2_255{gap:10px}._equipPanelMobile_3a5c2_284 ._equipSlide_3a5c2_255{flex:0 0 88%}._equipPanelMobile_3a5c2_284 ._equipImg_3a5c2_272{max-height:240px;background:transparent}._sectionCta_3a5c2_218{margin:14px 0 6px}}@media (min-width: 768px) and (max-width: 1100px){._equipPanelMobile_3a5c2_284 ._equipSlide_3a5c2_255{flex:0 0 48%}._equipPanelMobile_3a5c2_284 ._equipImg_3a5c2_272{max-height:260px}}._hero_mlzzp_2{position:relative;overflow:hidden;border-radius:0;width:100%;margin:40px 0 24px;background:transparent;border:none}._bgLayer_mlzzp_15,._grid_mlzzp_21{position:absolute;top:0;right:0;bottom:0;left:0;display:none}._orbOne_mlzzp_27,._orbTwo_mlzzp_27{position:absolute;width:240px;height:240px;border-radius:50%;display:none}._orbOne_mlzzp_27{left:-40px;top:-40px;background:none}._orbTwo_mlzzp_27{right:-40px;bottom:-40px;animation-delay:1.2s;background:none}@keyframes _float_mlzzp_1{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}._inner_mlzzp_51{position:relative;max-width:1100px;margin:0 auto;text-align:center;z-index:1}._title_mlzzp_59{margin:0 0 10px;font-size:40px;line-height:1.1;font-weight:900;letter-spacing:.3px}._accent_mlzzp_67{color:#fff;text-shadow:none}._subtitle_mlzzp_73{margin:6px 0;font-size:18px;line-height:1.7;color:#ffffffeb}._actions_mlzzp_80{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:12px}._cta_mlzzp_88{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;padding:14px 22px;border-radius:9999px;color:#fff;font-weight:800;font-size:16px;letter-spacing:.2px;background:linear-gradient(90deg,#fe356b,#923cff 55%,#7c6bff);box-shadow:0 10px 26px #923cff59;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}._cta_mlzzp_88:hover{transform:translateY(-2px);box-shadow:0 16px 36px #923cff73;filter:brightness(1.03)}._secondary_mlzzp_108{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#fff;padding:10px 16px;border-radius:14px;font-weight:700;font-size:14px;letter-spacing:.4px;background:linear-gradient(135deg,#fe356b26,#923cff26);border:1px solid rgba(254,53,107,.35);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}._secondary_mlzzp_108:hover{transform:translateY(-2px);background:linear-gradient(135deg,#fe356b38,#923cff38);box-shadow:0 10px 28px #fe356b38;border-color:#fe356b8c}._features_mlzzp_131,._featuresGrid_mlzzp_132{margin:60px auto 4px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1100px}._featuresSlider_mlzzp_141{display:none}._slide_mlzzp_144{flex:0 0 100%;scroll-snap-align:start;padding:0 2px}._dots_mlzzp_149{display:none}._dot_mlzzp_149{width:8px;height:8px;border-radius:50%;background:#ffffff59;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}._activeDot_mlzzp_157{background:linear-gradient(135deg,#fe356b,#923cff);box-shadow:0 0 0 3px #923cff2e;transform:scale(1.1)}._card_mlzzp_163{position:relative;background:linear-gradient(180deg,#ffffff0f,#ffffff08);border:none;border-radius:14px;padding:18px 16px 20px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 6px 18px #00000040;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;min-height:200px}._cardInit_mlzzp_175{opacity:0;transform:translateY(18px)}._cardReveal_mlzzp_179{opacity:1;transform:translateY(0);transition:opacity .6s cubic-bezier(.21,.61,.35,1),transform .6s cubic-bezier(.21,.61,.35,1)}._card_mlzzp_163:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:14px;background:linear-gradient(135deg,#fe356b,#923cff);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}._card_mlzzp_163:hover{transform:translateY(-2px);background:linear-gradient(180deg,#ffffff14,#ffffff0a);border-color:#ffffff24;box-shadow:0 10px 26px #00000052}._cardIconWrap_mlzzp_204{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fe356b,#923cff);border:0;margin:0 auto 12px;box-shadow:0 6px 18px #923cff59}._cardIcon_mlzzp_204{width:32px;height:32px;color:#fff}._cardTitle_mlzzp_221{font-weight:800;font-size:16px;margin-bottom:8px}._cardText_mlzzp_226{font-size:14.5px;line-height:1.5;color:#ffffffeb}@media (max-width: 1100px){._title_mlzzp_59{font-size:30px}._subtitle_mlzzp_73{font-size:16px}._actions_mlzzp_80{flex-direction:column;align-items:stretch;gap:10px}._cta_mlzzp_88{padding:12px 18px;font-size:15px;width:100%}._secondary_mlzzp_108{padding:10px 14px;font-size:13.5px;width:100%;justify-content:center}._features_mlzzp_131,._featuresGrid_mlzzp_132{display:none}._featuresSlider_mlzzp_141{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding:0 2px 10px}._featuresSlider_mlzzp_141::-webkit-scrollbar{display:none}._dots_mlzzp_149{display:flex;justify-content:center;gap:8px;margin-top:8px}._features_mlzzp_131{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (min-width: 768px) and (max-width: 1100px){._actions_mlzzp_80{flex-direction:row;align-items:center;justify-content:center;gap:12px}._cta_mlzzp_88,._secondary_mlzzp_108{width:auto}._featuresSlider_mlzzp_141{padding:0 8px 10px;gap:12px}._slide_mlzzp_144{flex:0 0 calc(50% - 8px)}}._backdrop_azlxv_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;z-index:1100}._sheet_azlxv_11{width:100%;max-width:640px;background:#141418fa;border:1px solid rgba(255,255,255,.06);border-radius:16px 16px 0 0;box-shadow:0 -8px 24px #00000059;padding:20px 20px 24px}._titleRow_azlxv_21{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}._title_azlxv_21{font-size:20px;font-weight:800;color:#fff;line-height:1.3}._closeBtn_azlxv_36{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#ffffff0f;color:#fff;width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._content_azlxv_50{color:#ffffffe6;font-size:16px;line-height:1.75}._step_azlxv_56{display:flex;align-items:center;gap:12px;margin-top:12px}._shareIcon_azlxv_63{width:24px;height:24px;color:#0a84ff;flex-shrink:0;display:inline-block}._ctaRow_azlxv_71{display:flex;gap:10px;margin-top:12px}._installBtn_azlxv_77,._laterBtn_azlxv_77{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;cursor:pointer}._installBtn_azlxv_77{background:linear-gradient(135deg,#00c2ff33,#923cff33);border:1px solid rgba(0,194,255,.35)}@media (min-width: 641px){._sheet_azlxv_11{border-radius:16px;margin:16px}._backdrop_azlxv_1{align-items:center}}@supports (padding: env(safe-area-inset-bottom)){._sheet_azlxv_11{padding-bottom:calc(24px + env(safe-area-inset-bottom))}}._wrap_ghq5v_1{width:100%;border-radius:16px;background:#202124;border:1px solid #3c4043;overflow:hidden}._topBar_ghq5v_9{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #3c4043}._topBarLeft_ghq5v_17{display:flex;align-items:center;gap:10px}._topBarRight_ghq5v_23{display:flex;align-items:center;gap:8px}._monthTitle_ghq5v_29{font-size:22px;font-weight:600;color:#e8eaed;letter-spacing:.2px;display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}._caret_ghq5v_40{font-size:14px;color:#9aa0a6;transform:translateY(1px)}._iconBtn_ghq5v_46{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #3c4043;background:transparent;color:#e8eaed;border-radius:50%;width:36px;height:36px;font-size:20px;cursor:pointer;transition:background .12s ease,border-color .12s ease}._iconBtn_ghq5v_46:hover{background:#ffffff14}._ghostBtn_ghq5v_63{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #3c4043;background:transparent;color:#e8eaed;border-radius:18px;padding:8px 12px;font-size:13px;cursor:pointer;transition:background .12s ease}._ghostBtn_ghq5v_63:hover{background:#ffffff14}._body_ghq5v_79{padding:10px 12px 14px}._calendarShell_ghq5v_83{border-radius:12px;overflow:hidden;border:1px solid #3c4043;background:#202124}._calendarHeaderRow_ghq5v_90{display:grid;grid-template-columns:60px 1fr;gap:0;border-bottom:1px solid #3c4043}._timeHeaderSpacer_ghq5v_97{background:#202124;border-right:1px solid #3c4043}._headerScroll_ghq5v_102{overflow-x:auto;overflow-y:hidden}._headerDays_ghq5v_107{display:grid;grid-template-columns:repeat(7,minmax(92px,1fr));width:100%}._dayHeaderCell_ghq5v_113{padding:10px 8px 12px;border-left:1px solid #3c4043;color:#e8eaed}._dayHeaderCell_ghq5v_113:first-child{border-left:none}._dayHeaderCellDayOff_ghq5v_123{color:#e8eaedc7}._dow_ghq5v_127{font-size:11px;letter-spacing:1px;color:#9aa0a6;margin-bottom:8px}._dayNumWrap_ghq5v_134{display:flex;flex-direction:column;align-items:center;gap:6px}._dayOffText_ghq5v_141{margin-left:0;font-size:10px;font-weight:600;color:#9aa0a6;letter-spacing:.4px;text-transform:uppercase;line-height:1}._dayNum_ghq5v_134{font-size:18px;font-weight:500;color:#e8eaed;line-height:1;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}._dayNumToday_ghq5v_164{background:#8ab4f8;color:#202124}._bodyScroll_ghq5v_169{height:460px;overflow:auto}._bodyInner_ghq5v_174{display:grid;grid-template-columns:60px 1fr;min-width:0}._timeCol_ghq5v_180{position:relative;background:#202124;border-right:1px solid #3c4043;position:sticky;left:0;z-index:2}._timeLabel_ghq5v_189{height:var(--hour-row-height);padding:8px 10px 0;font-size:12px;color:#9aa0a6;box-sizing:border-box;border-top:1px solid #3c4043}._daysGrid_ghq5v_198{position:relative;display:grid;grid-template-columns:repeat(7,minmax(92px,1fr));width:100%}._dayCol_ghq5v_205{position:relative;border-left:1px solid #3c4043;background:linear-gradient(to bottom,rgba(255,255,255,.1) 1px,transparent 1px) 0 0 / 100% var(--hour-row-height)}._dayCol_ghq5v_205:first-child{border-left:none}._nonWorkLayer_ghq5v_216{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}._nonWorkBlock_ghq5v_223{position:absolute;left:0;right:0;background:#ffffff29;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}._nowLine_ghq5v_232{position:absolute;left:0;right:0;height:2px;background:#ea4335;z-index:4;pointer-events:none}._nowDot_ghq5v_242{position:absolute;left:-5px;width:10px;height:10px;border-radius:50%;background:#ea4335;transform:translateY(-4px);z-index:5;pointer-events:none}._event_ghq5v_254{position:absolute;left:6px;right:6px;z-index:3;border-radius:10px;padding:8px;box-sizing:border-box;cursor:pointer;background:#fe356b;border:1px solid rgba(254,53,107,.85);color:#fffffff5;overflow:hidden}._eventPast_ghq5v_269{opacity:.55;filter:saturate(.75)}._eventTitle_ghq5v_274{font-size:12px;font-weight:800;line-height:1.15;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._eventMeta_ghq5v_283{margin-top:4px;font-size:11px;color:#ffffffdb;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width: 768px){._topBar_ghq5v_9{padding:10px}._monthTitle_ghq5v_29{font-size:18px;gap:6px}._iconBtn_ghq5v_46{width:32px;height:32px;font-size:18px}._ghostBtn_ghq5v_63{padding:6px 10px;font-size:12px}._calendarHeaderRow_ghq5v_90,._bodyInner_ghq5v_174{grid-template-columns:46px 1fr}._dayHeaderCell_ghq5v_113{padding:8px 4px 10px}._dow_ghq5v_127{font-size:10px;margin-bottom:6px;letter-spacing:.8px}._dayNum_ghq5v_134{font-size:14px;width:26px;height:26px}._dayOffText_ghq5v_141{font-size:9px}._timeLabel_ghq5v_189{padding:6px 6px 0;font-size:10px}._event_ghq5v_254{left:4px;right:4px;padding:6px;border-radius:8px}._eventTitle_ghq5v_274{font-size:10px}._eventMeta_ghq5v_283{font-size:9px;margin-top:3px}._selectedTitle_ghq5v_362{font-size:12px}._selectedLine_ghq5v_366,._bottomHint_ghq5v_367,._authHint_ghq5v_368{font-size:11px}}@media (max-width: 390px){._monthTitle_ghq5v_29{font-size:16px}._iconBtn_ghq5v_46{width:30px;height:30px}}._selectedCard_ghq5v_382{margin-top:10px;border-radius:12px;border:1px solid #3c4043;background:#202124;padding:10px 12px}._selectedTitle_ghq5v_362{font-weight:800;color:#fffffff2;font-size:13px}._selectedLine_ghq5v_366{margin-top:4px;font-size:12px;color:#ffffffb8}._bottomHint_ghq5v_367{margin-top:10px;font-size:12px;color:#9aa0a6;text-align:center}._error_ghq5v_409{padding:12px;color:#f28b82;font-size:13px}._loading_ghq5v_415{padding:12px;color:#9aa0a6;font-size:13px}._authHint_ghq5v_368{margin-top:8px;font-size:12px;color:#ffffff9e}:root{--accent-1: #fe356b;--accent-2: #923cff;--accent-3: #00c2ff}._successPage_yr9fa_7{padding:2rem;text-align:center;max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff}._title_yr9fa_16{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;background:linear-gradient(90deg,var(--accent-1),var(--accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._successPage_yr9fa_7 p{margin-bottom:1.5rem;color:#fff;line-height:1.6;font-size:1.1rem}._iconContainer_yr9fa_33{display:flex;justify-content:center;margin-bottom:2rem}._successIcon_yr9fa_39{width:90px;height:90px;background:linear-gradient(45deg,var(--accent-1),var(--accent-2));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:700;box-shadow:0 6px 16px #fe356b4d}._messageBox_yr9fa_54{margin-bottom:2.5rem}._telegramNotification_yr9fa_58{display:flex;align-items:center;background:#1e1e23f2;border-radius:12px;padding:1.2rem;margin:1rem auto;max-width:400px;box-shadow:0 3px 10px #0000004d,inset 0 0 0 1px #8a6eff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left}._telegramIcon_yr9fa_72{width:48px;height:48px;background:linear-gradient(45deg,var(--accent-1),var(--accent-3));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1rem;flex-shrink:0}._telegramMessage_yr9fa_85{display:flex;flex-direction:column}._telegramTitle_yr9fa_90{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.3rem}._telegramSubtitle_yr9fa_97{font-size:.95rem;color:#ffffffb3}._buttonGroup_yr9fa_103{display:flex;flex-direction:column;gap:1rem;max-width:350px;margin:2rem auto 0}._calendarButton_yr9fa_111,._profileButton_yr9fa_112{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.5rem;border-radius:32px;cursor:pointer;font-weight:600;border:none;transition:all .2s ease-in-out;font-size:1rem;box-shadow:0 3px 8px #00000040}._calendarButton_yr9fa_111{background:linear-gradient(90deg,var(--accent-1),var(--accent-2));color:#fff}._calendarButton_yr9fa_111:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 16px #fe356b66}._profileButton_yr9fa_112{background:#1e1e23f2;color:#fff;border:1px solid rgba(138,110,255,.3);box-shadow:0 3px 10px #0000004d,inset 0 0 0 1px #8a6eff2e}._profileButton_yr9fa_112:hover{background:#282832f2;transform:translateY(-2px);box-shadow:0 6px 12px #0000004d,inset 0 0 0 1px #8a6eff4d}._buttonIcon_yr9fa_151{margin-right:8px;width:20px;height:20px}@media (min-width: 768px){._buttonGroup_yr9fa_103{flex-direction:row;justify-content:center}}._loadingContainer_yr9fa_165{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#fff}._loadingSpinner_yr9fa_174{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid var(--accent-1);border-radius:50%;animation:_spin_yr9fa_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_yr9fa_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._calendarButton_yr9fa_111:hover{transform:none;box-shadow:0 3px 8px #fe356b66}._profileButton_yr9fa_112:hover{background:#282832f2;transform:none;box-shadow:0 3px 10px #0000004d,inset 0 0 0 1px #8a6eff4d}._calendarButton_yr9fa_111:disabled{opacity:.6;cursor:not-allowed}._calendarButton_yr9fa_111:disabled:hover{transform:none;box-shadow:0 3px 8px #00000040}._modalOverlay_1u2eo_8{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:_fadeIn_1u2eo_1 .3s ease-out}._modalContent_1u2eo_23{background:linear-gradient(135deg,#0a0a0af2,#141414f2);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 24px;width:90%;max-width:420px;box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:_slideUp_1u2eo_1 .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}._modalContent_1u2eo_23:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--processing-gradient);opacity:.8}._modalTitle_1u2eo_50{font-size:24px;font-weight:700;margin:0 0 12px;color:#fff;text-align:center;background:var(--processing-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px}._modalText_1u2eo_63{font-size:16px;margin-bottom:32px;color:#fffc;text-align:center;line-height:1.5}._buttonGroup_1u2eo_71{display:flex;flex-direction:column;gap:16px;width:100%}._confirmButton_1u2eo_78,._cancelButton_1u2eo_79,._icalBtn_1u2eo_80,._googleBtn_1u2eo_81,._cancelBtn_1u2eo_82{padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;letter-spacing:.5px}._confirmButton_1u2eo_78,._icalBtn_1u2eo_80{background:var(--processing-gradient);color:#fff;box-shadow:0 4px 16px #00c2ff4d}._confirmButton_1u2eo_78:hover,._icalBtn_1u2eo_80:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00c2ff66}._confirmButton_1u2eo_78:disabled,._icalBtn_1u2eo_80:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}._googleBtn_1u2eo_81{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff;box-shadow:0 4px 16px #4285f44d}._googleBtn_1u2eo_81:hover{background:linear-gradient(135deg,#3367d6,#2e7d32);transform:translateY(-2px);box-shadow:0 8px 24px #4285f466}._googleBtn_1u2eo_81:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}._cancelButton_1u2eo_79,._cancelBtn_1u2eo_82{background:#ffffff0d;color:#ffffffe6;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._cancelButton_1u2eo_79:hover,._cancelBtn_1u2eo_82:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}@keyframes _fadeIn_1u2eo_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1u2eo_1{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media (max-width: 480px){._modalContent_1u2eo_23{padding:24px 20px;margin:16px}._modalTitle_1u2eo_50{font-size:20px}._modalText_1u2eo_63{font-size:14px}._confirmButton_1u2eo_78,._cancelButton_1u2eo_79,._icalBtn_1u2eo_80,._googleBtn_1u2eo_81,._cancelBtn_1u2eo_82{padding:14px 20px;font-size:15px}}._confirmButton_1u2eo_78:disabled:after,._googleBtn_1u2eo_81:disabled:after{content:"";position:absolute;width:20px;height:20px;border:2px solid transparent;border-top:2px solid rgba(255,255,255,.5);border-radius:50%;animation:_spin_1u2eo_1 1s linear infinite}@keyframes _spin_1u2eo_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--accent-1: #fe356b;--accent-2: #923cff;--accent-3: #00c2ff;--error-gradient: linear-gradient(45deg, #ff4757, #ff3838)}._failPage_yvlal_8{padding:2rem;text-align:center;max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff}._title_yvlal_17{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;background:var(--error-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._failPage_yvlal_8 p{margin-bottom:2rem;color:#fff;line-height:1.6;font-size:1.1rem}._description_yvlal_34{margin-bottom:2rem;color:#ffffffe6;line-height:1.6;font-size:1.1rem}._iconContainer_yvlal_41{display:flex;justify-content:center;margin-bottom:2rem}._failIcon_yvlal_47{width:90px;height:90px;background:var(--error-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;font-weight:700;box-shadow:0 6px 16px #ff47574d}._reasonsSection_yvlal_62{margin:2rem auto;max-width:500px}._reasonsToggle_yvlal_67{display:flex;align-items:center;justify-content:space-between;width:100%;background:#1e1e23f2;border:1px solid rgba(138,110,255,.3);border-radius:12px;padding:1rem 1.5rem;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 10px #0000004d}._reasonsToggle_yvlal_67:hover{background:#282832f2;border-color:#8a6eff80}._chevron_yvlal_89{transition:transform .2s ease;color:var(--accent-3)}._chevronUp_yvlal_94{transform:rotate(180deg)}._reasonsList_yvlal_98{margin-top:1rem;background:#141419f2;border-radius:12px;padding:1rem;border:1px solid rgba(138,110,255,.2);animation:_fadeInUp_yvlal_1 .3s ease}._reasonItem_yvlal_107{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}._reasonItem_yvlal_107:last-child{border-bottom:none}._reasonTitle_yvlal_117{font-size:1rem;font-weight:600;color:var(--accent-3);margin-bottom:.5rem}._reasonText_yvlal_124{font-size:.9rem;color:#fffc;line-height:1.5}._actionsSection_yvlal_131{margin:2rem auto;max-width:500px;text-align:left}._timerSection_yvlal_138{display:flex;align-items:center;background:#1e1e23f2;border:2px solid var(--accent-3);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #00c2ff33;animation:_pulse_yvlal_1 2s infinite}@keyframes _pulse_yvlal_1{0%,to{box-shadow:0 4px 12px #00c2ff33}50%{box-shadow:0 4px 16px #00c2ff66}}._timerIcon_yvlal_159{width:60px;height:60px;background:linear-gradient(45deg,var(--accent-3),var(--accent-1));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1.5rem;flex-shrink:0;animation:_rotate_yvlal_1 2s linear infinite}@keyframes _rotate_yvlal_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._timerContent_yvlal_182{flex:1;text-align:left}._timerTitle_yvlal_187{font-size:1.2rem;font-weight:700;color:var(--accent-3);margin-bottom:.5rem}._timerDisplay_yvlal_194{font-size:2.5rem;font-weight:900;color:#fff;font-family:Courier New,monospace;margin-bottom:.5rem;text-shadow:0 0 10px rgba(0,194,255,.5)}._timerText_yvlal_203{font-size:.95rem;color:#fffc;line-height:1.4}._actionsTitle_yvlal_209{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center}._actionsList_yvlal_217{display:flex;flex-direction:column;gap:1rem}._actionItem_yvlal_223{display:flex;align-items:flex-start;background:#1e1e23f2;border-radius:12px;padding:1.2rem;border:1px solid rgba(138,110,255,.2);transition:all .2s ease}._actionItem_yvlal_223:hover{background:#282832f2;border-color:#8a6eff66}._actionIcon_yvlal_238{width:40px;height:40px;background:linear-gradient(45deg,var(--accent-1),var(--accent-3));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-right:1rem;flex-shrink:0}._actionContent_yvlal_251{flex:1}._actionTitle_yvlal_255{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.3rem}._actionText_yvlal_262{font-size:.9rem;color:#ffffffb3;line-height:1.4}._buttonGroup_yvlal_269{display:flex;flex-direction:column;gap:1rem;max-width:350px;margin:2rem auto 0}._homeButton_yvlal_277,._retryButton_yvlal_278,._supportButton_yvlal_279,._bookingsButton_yvlal_280{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.5rem;border-radius:32px;cursor:pointer;font-weight:600;border:none;transition:all .2s ease-in-out;font-size:1rem;box-shadow:0 3px 8px #00000040}._retryButton_yvlal_278{background:linear-gradient(90deg,var(--accent-1),var(--accent-2));color:#fff}._retryButton_yvlal_278:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 16px #fe356b66}._homeButton_yvlal_277{background:#1e1e23f2;color:#fff;border:1px solid rgba(138,110,255,.3);box-shadow:0 3px 10px #0000004d,inset 0 0 0 1px #8a6eff2e}._homeButton_yvlal_277:hover{background:#282832f2;transform:translateY(-2px);box-shadow:0 6px 12px #0000004d,inset 0 0 0 1px #8a6eff4d}._supportButton_yvlal_279{background:linear-gradient(90deg,var(--accent-2),var(--accent-3));color:#fff}._supportButton_yvlal_279:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 16px #923cff66}._bookingsButton_yvlal_280{background:linear-gradient(90deg,var(--accent-3),var(--accent-1));color:#fff}._bookingsButton_yvlal_280:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 16px #00c2ff66}._disabledButton_yvlal_339{background:#3c3c4680!important;color:#fff6!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}._disabledButton_yvlal_339:hover{transform:none!important;box-shadow:none!important}._buttonIcon_yvlal_352{margin-right:8px;width:20px;height:20px}@media (min-width: 768px){._buttonGroup_yvlal_269{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:500px}}@media (min-width: 1024px){._buttonGroup_yvlal_269{grid-template-columns:repeat(4,1fr);max-width:700px}}@keyframes _fadeInUp_yvlal_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._failPage_yvlal_8>*{animation:_fadeInUp_yvlal_1 .4s ease-out forwards}._failPage_yvlal_8>*:nth-child(1){animation-delay:.1s}._failPage_yvlal_8>*:nth-child(2){animation-delay:.2s}._failPage_yvlal_8>*:nth-child(3){animation-delay:.3s}._failPage_yvlal_8>*:nth-child(4){animation-delay:.4s}._failPage_yvlal_8>*:nth-child(5){animation-delay:.5s}:root{--accent-1: #fe356b;--accent-2: #923cff;--accent-3: #00c2ff;--processing-gradient: linear-gradient(45deg, var(--accent-3), var(--accent-2))}._pendingPage_toudz_8{padding:2rem;text-align:center;max-width:600px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#fff;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center}._iconContainer_toudz_22{display:flex;justify-content:center;margin-bottom:2rem}._spinner_toudz_28{width:90px;height:90px;background:var(--processing-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:_rotate_toudz_1 2s linear infinite;box-shadow:0 6px 16px #00c2ff4d}._spinner_toudz_28:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top:3px solid rgba(255,255,255,.8);animation:_spin_toudz_28 1s linear infinite}._spinnerInner_toudz_54{width:60px;height:60px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}._spinnerInner_toudz_54:after{content:"";width:30px;height:30px;background:#ffffffe6;border-radius:50%;animation:_pulse_toudz_1 1.5s ease-in-out infinite}@keyframes _rotate_toudz_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _spin_toudz_28{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulse_toudz_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.8);opacity:.7}}._title_toudz_103{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;background:var(--processing-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_toudz_113{margin-bottom:2rem;color:#ffffffe6;line-height:1.6;font-size:1.1rem;max-width:400px}._statusIndicator_toudz_121{margin-top:2rem}._dots_toudz_125{display:flex;justify-content:center;gap:.5rem}._dot_toudz_125{width:12px;height:12px;background:var(--accent-3);border-radius:50%;animation:_dotPulse_toudz_1 1.4s ease-in-out infinite}._dot_toudz_125:nth-child(1){animation-delay:0s}._dot_toudz_125:nth-child(2){animation-delay:.2s}._dot_toudz_125:nth-child(3){animation-delay:.4s}@keyframes _dotPulse_toudz_1{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@media (max-width: 768px){._pendingPage_toudz_8{padding:1.5rem}._title_toudz_103{font-size:1.8rem}._description_toudz_113{font-size:1rem}._spinner_toudz_28{width:70px;height:70px}._spinnerInner_toudz_54{width:45px;height:45px}._spinnerInner_toudz_54:after{width:20px;height:20px}}._successIcon_toudz_192{font-size:4rem;animation:_successPulse_toudz_1 1.5s ease-in-out infinite}._failIcon_toudz_197{font-size:4rem;color:var(--error-color, #ff4444);animation:_errorShake_toudz_1 .5s ease-in-out}._redirectMessage_toudz_203{margin-top:1rem;font-size:.9rem;color:var(--text-secondary, #666);font-style:italic}._errorButton_toudz_210{margin-top:2rem;padding:12px 24px;background:var(--primary-color, #007bff);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}._errorButton_toudz_210:hover{background:var(--primary-color-dark, #0056b3)}@keyframes _successPulse_toudz_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes _errorShake_toudz_1{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._footer_6gqnm_1{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:1000;background:#14141ce6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid rgba(138,110,255,.25)}._creditStatic_6gqnm_13{position:static;width:100%;background:#14141ce6;border-top:1px solid rgba(138,110,255,.25)}._inner_6gqnm_20{max-width:1100px;margin:0 auto;padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:center;gap:6px}._text_6gqnm_31{color:#cfd3ff;font-size:12px}._link_6gqnm_36{color:#8a6eff;text-decoration:none;font-weight:600;font-size:12px}._link_6gqnm_36:hover{color:#00c2ff;text-decoration:underline}._footer_1dz9g_2{margin-top:24px;background:#0f0f14cc;position:relative;overflow:hidden}._footer_1dz9g_2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px 18px 0 0;padding:1px;background:linear-gradient(135deg,#fe356b40,#923cff40);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}._container_1dz9g_23{max-width:1200px;margin:0 auto;padding:32px 16px 8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;text-align:left}._col_1dz9g_33{min-width:0;position:relative}._col_1dz9g_33:not(:last-child):after{content:"";position:absolute;top:4px;right:-12px;bottom:4px;width:1px;background:linear-gradient(180deg,#fe356b59,#923cff59);opacity:.7}._brand_1dz9g_49{font-weight:800;font-size:20px;color:#fff;display:inline-flex;align-items:center;gap:8px}._logoDot_1dz9g_58{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#fe356b,#923cff);box-shadow:0 0 10px #923cff99}._slogan_1dz9g_66{margin-top:8px;color:#ffffffe6;font-size:14px;line-height:1.5}._colTitle_1dz9g_73{color:#fff;font-weight:800;margin-bottom:10px;background:linear-gradient(135deg,#fe356b,#923cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.2px}._sectionHeader_1dz9g_84{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;background:none;border:none;padding:0;cursor:pointer}._chevron_1dz9g_95{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#fe356b,#923cff);position:relative;transition:transform .2s ease}._chevron_1dz9g_95:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translate(-50%,-60%) rotate(45deg)}._sectionHeader_1dz9g_84._open_1dz9g_114 ._chevron_1dz9g_95{transform:rotate(180deg)}._accordion_1dz9g_116{max-height:none;overflow:visible;transition:max-height .25s ease}._accordionOpen_1dz9g_121{max-height:none}._links_1dz9g_123{list-style:none;padding:0;margin:0;display:grid;gap:6px}._links_1dz9g_123 li{position:relative;padding-left:14px}._links_1dz9g_123 li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#fe356b,#923cff);box-shadow:0 0 8px #923cff99}._links_1dz9g_123 a{color:#ffffffeb;text-decoration:none;transition:color .2s ease,transform .2s ease}._links_1dz9g_123 a:hover{color:#fff;text-shadow:0 0 8px rgba(146,60,255,.35);transform:translate(2px)}._socials_1dz9g_158{margin-top:10px;display:flex;gap:10px}._bookBtnWrap_1dz9g_164{margin-top:8px}._bookBtn_1dz9g_164{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:9999px;text-decoration:none;color:#fff;font-weight:800;letter-spacing:.2px;background:linear-gradient(135deg,#fe356b,#923cff);box-shadow:0 10px 26px #923cff59;transition:transform .2s ease,box-shadow .2s ease}._bookBtn_1dz9g_164:hover{transform:translateY(-2px);box-shadow:0 14px 34px #923cff73}._legalRow_1dz9g_184{margin-top:8px}._legalLink_1dz9g_185{background:none;border:none;padding:0;color:#ffffffeb;text-decoration:underline;cursor:pointer;transition:color .2s ease}._legalLink_1dz9g_185:hover{color:#fff}._tgBtn_1dz9g_196{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#fe356b26,#923cff26);border:1px solid rgba(254,53,107,.35);color:#fff;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;text-decoration:none}._tgBtn_1dz9g_196:hover{transform:translateY(-2px);background:linear-gradient(135deg,#fe356b40,#923cff40);box-shadow:0 10px 24px #fe356b40;border-color:#fe356b8c}._bottom_1dz9g_216{max-width:1200px;margin:0 auto;padding:10px 16px calc(20px + env(safe-area-inset-bottom,0px));color:#ffffffb3;display:flex;align-items:center;gap:8px;justify-content:center;border-top:1px solid rgba(255,255,255,.06)}._dot_1dz9g_228{opacity:.6}._legalText_1dz9g_232{color:#ddd;line-height:1.65;font-size:15px}._legalText_1dz9g_232 p{margin:0 0 12px}._legalText_1dz9g_232 a{color:#8a6eff;text-decoration:none}._legalText_1dz9g_232 a:hover{text-decoration:underline;color:#00c2ff}@media (max-width: 900px){._container_1dz9g_23{grid-template-columns:1fr;gap:18px;padding:20px 14px 8px}._col_1dz9g_33:not(:last-child):after{display:none}._brand_1dz9g_49{font-size:18px}._slogan_1dz9g_66{font-size:13px}._links_1dz9g_123{gap:8px}._links_1dz9g_123 li{padding-left:12px}._links_1dz9g_123 li:before{top:8px;width:5px;height:5px}._tgBtn_1dz9g_196{width:36px;height:36px}._bookBtn_1dz9g_164{width:100%;justify-content:center;padding:12px 14px}._accordion_1dz9g_116{max-height:0;overflow:hidden}._accordionOpen_1dz9g_121{max-height:600px}._chevron_1dz9g_95{display:inline-block}._bottom_1dz9g_216{padding:12px 14px calc(28px + env(safe-area-inset-bottom,0px));flex-direction:column;gap:4px;text-align:center;font-size:12px}}@media (min-width: 901px){._chevron_1dz9g_95{display:none}}._devSwitch_okc8f_2{position:fixed;right:16px;bottom:16px;z-index:10000;background:#111216e6;color:#fff;border:1px solid rgba(255,255,255,.15);padding:10px 12px;border-radius:12px;display:flex;gap:8px;align-items:center;font-size:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._label_okc8f_19{opacity:.8}._btn_okc8f_23{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:6px 10px;cursor:pointer;font-size:12px}._btnActive_okc8f_34{background:linear-gradient(90deg,#8a6eff,#00c2ff);border-color:transparent}._divider_okc8f_39{width:1px;height:16px;background:#ffffff26;margin:0 4px}._root_qb2kr_1{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}._canvas_qb2kr_8{width:100%;height:100%;display:block}._banner_gy8hc_1{width:100%;background:linear-gradient(135deg,#1a1a2afa,#282846fa);border-bottom:1px solid rgba(138,110,255,.25);position:fixed;left:0;right:0;z-index:998;animation:_slideDown_gy8hc_1 .3s ease-out;box-shadow:0 4px 20px #0000004d,0 0 0 1px #8a6eff1a,inset 0 1px #ffffff0d;position:relative}._banner_gy8hc_1:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#ff1f7a,#8a6eff,#00c2ff);opacity:.8;animation:_shimmer_gy8hc_1 3s infinite}@keyframes _shimmer_gy8hc_1{0%,to{opacity:.6}50%{opacity:1}}@keyframes _slideDown_gy8hc_1{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}._inner_gy8hc_44{max-width:1200px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;z-index:1}._info_gy8hc_56{display:inline-flex;align-items:center;gap:12px;color:#fffffff2;font-weight:500;flex:1;position:relative;z-index:1}._icon_gy8hc_67{font-size:18px;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff1f7a26,#8a6eff26);border-radius:10px;border:1px solid rgba(138,110,255,.25);box-shadow:0 2px 8px #8a6eff26,inset 0 1px #ffffff1a;color:#ffffffe6;transition:all .3s ease}._icon_gy8hc_67:hover{background:linear-gradient(135deg,#ff1f7a40,#8a6eff40);border-color:#8a6eff66;box-shadow:0 4px 12px #8a6eff40;transform:scale(1.05)}._text_gy8hc_91{font-size:14px;line-height:1.5;color:#ffffffe6}._actions_gy8hc_97{display:flex;align-items:center;gap:8px;flex-shrink:0}._verifyBtn_gy8hc_104{background:linear-gradient(135deg,#ff1f7a,#8a6eff);color:#fff;border:none;border-radius:10px;padding:10px 24px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative;overflow:hidden;box-shadow:0 2px 8px #8a6eff4d,inset 0 1px #fff3}._verifyBtn_gy8hc_104:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._verifyBtn_gy8hc_104:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8a6eff80,0 0 0 1px #ffffff1a,inset 0 1px #ffffff4d}._verifyBtn_gy8hc_104:hover:before{left:100%}._verifyBtn_gy8hc_104:active{transform:translateY(0);box-shadow:0 2px 8px #8a6eff4d}._dismissBtn_gy8hc_148{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;padding:0;position:relative;z-index:1}._dismissBtn_gy8hc_148:hover{background:#ff1f7a33;border-color:#ff1f7a66;color:#fff;transform:scale(1.1) rotate(90deg);box-shadow:0 2px 8px #ff1f7a4d}._dismissBtn_gy8hc_148:active{transform:scale(.95) rotate(90deg);background:#ff1f7a4d}._spacer_gy8hc_182{height:54px}@media (max-width: 768px){._inner_gy8hc_44{padding:12px 16px;flex-wrap:wrap}._info_gy8hc_56{width:100%;margin-bottom:10px;padding-right:40px}._text_gy8hc_91{font-size:13px}._icon_gy8hc_67{width:28px;height:28px;font-size:18px}._actions_gy8hc_97{width:100%;justify-content:space-between;gap:10px}._verifyBtn_gy8hc_104{flex:1;padding:10px 18px;font-size:13px}._dismissBtn_gy8hc_148{position:absolute;top:10px;right:12px;width:30px;height:30px;font-size:18px}._spacer_gy8hc_182{height:90px}}@media (max-width: 480px){._inner_gy8hc_44{padding:10px 14px}._text_gy8hc_91{font-size:12px;line-height:1.4}._icon_gy8hc_67{width:26px;height:26px;font-size:16px}._verifyBtn_gy8hc_104{font-size:13px;padding:9px 16px}._dismissBtn_gy8hc_148{width:28px;height:28px;font-size:18px;top:8px;right:10px}._spacer_gy8hc_182{height:85px}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#000;color:#fff}*{box-sizing:border-box}html,body,#root,.app{width:100%;min-width:0;max-width:100vw;overflow-x:hidden;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
