.home-mobile{--hm-blue:#0959f1;--hm-blue-dark:#0748d4;--hm-text:#0d2b63;--hm-text-secondary:#4f6699;--hm-green:#65c642;--hm-purple:#9a74fc;--hm-sky:#3a8dff;--hm-gray:#f6f8fc;--hm-border-light:hsla(0,0%,100%,.15);--hm-ease:300ms ease;--hm-block-gap:25px;width:100%;background:#fff;position:relative}.home-mobile__hero{position:relative;overflow-x:clip;padding-top:30px;background:linear-gradient(180deg,#0a66ff,#0054e8 22%,#1a6ef0 38%,#6ba8ff 58%,#c5dcff 78%,#fff)}.home-mobile__waves{pointer-events:none;position:absolute;inset:0 0 auto 0;height:55%;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg width='390' height='320' viewBox='0 0 390 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-20 80C60 40 120 120 200 80C280 40 340 100 420 60' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M-20 140C70 100 130 180 210 140C290 100 350 160 420 120' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M-20 200C80 160 140 240 220 200C300 160 360 220 420 180' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:390px 320px}.home-mobile__inner{position:relative;z-index:1;--hm-scenario-grid-gap:6px}.home-mobile__header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:130px;margin-top:-60px;padding-top:24px}.home-mobile__city-btn{display:inline-flex;height:48px;min-width:0;max-width:155px;align-items:center;gap:4px;border-radius:15px;border:1px solid var(--hm-border-light);background:hsla(0,0%,100%,.08);padding:0 12px 0 10px;font-size:11px;font-weight:500;line-height:13.75px;color:#fff;transition:background var(--hm-ease)}.home-mobile__city-btn:active{background:hsla(0,0%,100%,.14)}.home-mobile__title{margin-top:-6px;margin-bottom:16px;font-size:22px;font-weight:800;line-height:1.05;color:#fff}.home-mobile__search{display:flex;height:48px;align-items:center;gap:10px;border-radius:15px;background:#fff;padding:0 4px 0 16px;box-shadow:0 12px 30px rgba(0,0,0,.12);transition:box-shadow var(--hm-ease)}.home-mobile__search:focus-within{box-shadow:0 12px 30px rgba(0,0,0,.12),0 0 0 4px rgba(11,99,255,.15)}.home-mobile__search.home-mobile__search--flat{border:1px solid #deecff;background:#f3f8ff;box-shadow:none}.home-mobile__search.home-mobile__search--flat:focus-within{border-color:#6cabff;box-shadow:none}.home-mobile__search.home-mobile__search--flat-product{border-color:#bdcae5}.home-mobile__search.home-mobile__search--flat-product:focus-within{border-color:#6cabff}.home-mobile__search-input-wrap{display:flex;min-width:0;flex:1;overflow:hidden;align-items:center}.home-mobile__search-input{width:100%;min-width:0;border:none;background:transparent;font-size:12px;font-weight:600;line-height:1.25;color:var(--hm-text);outline:none}@supports (-webkit-touch-callout:none){.home-mobile__search-input{width:calc(100% / .75);font-size:16px;transform:scale(.75);transform-origin:left center;margin-right:calc(100% - 100% / .75)}}.home-mobile__search-input::placeholder{color:var(--hm-text-secondary);opacity:1}.home-mobile__search-input::-webkit-input-placeholder{color:var(--hm-text-secondary);opacity:1}.home-mobile__search-input::-moz-placeholder{color:var(--hm-text-secondary);opacity:1}span.home-mobile__search-input{color:var(--hm-text-secondary)}.home-mobile__search-input::-ms-clear,.home-mobile__search-input::-webkit-search-cancel-button,.home-mobile__search-input::-webkit-search-decoration,.home-mobile__search-input::-webkit-search-results-button{display:none;width:0;height:0;appearance:none;pointer-events:none}.home-mobile__search-submit{display:flex;height:40px;width:40px;shrink:0;align-items:center;justify-content:center;border-radius:15px;background:var(--hm-green,#65c642);color:#fff;transition:transform var(--hm-ease),background var(--hm-ease)}.home-mobile__search-submit:active{transform:scale(.96);background:color-mix(in srgb,var(--hm-green,#65c642) 82%,#1a3d0f)}.home-mobile__search-submit--blue{background:var(--hm-blue,#0b63ff)}.home-mobile__search-submit--blue:active{background:var(--hm-blue-dark,#0748d4)}.home-mobile__chips-wrap{position:relative;margin-top:var(--hm-block-gap)}.home-mobile__search+.home-mobile__chips-wrap{margin-top:10px}.home-mobile__chips-wrap+.home-mobile__scenarios{margin-top:25px}.home-mobile__chips{display:flex;gap:5px;overflow-x:auto;padding-bottom:0;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent)}.home-mobile__chips::-webkit-scrollbar{display:none}.home-mobile__chip{display:inline-flex;height:32px;shrink:0;align-items:center;border-radius:15px;border:1px solid var(--hm-border-light);background:hsla(0,0%,100%,.08);padding:0 7px;font-size:12px;font-weight:500;color:#fff;transition:background var(--hm-ease)}.home-mobile__chip:active{background:hsla(0,0%,100%,.16)}.site-mobile-search-overlay .home-mobile__search.home-mobile__search--flat{gap:10px;padding:0 4px 0 16px}.site-mobile-search-overlay .home-mobile__search.home-mobile__search--flat .home-mobile__search-submit{height:40px;width:40px;border-radius:15px}.site-mobile-search-overlay .home-mobile__search.home-mobile__search--flat .home-mobile__search-submit:disabled{opacity:1}.site-mobile-search-example-chips{display:flex;flex-wrap:wrap;gap:5px}.site-mobile-search-example-chip{display:inline-flex;height:32px;shrink:0;align-items:center;border-radius:15px;border:1px solid #deecff;background:#deecff;padding:0 7px;font-size:12px;font-weight:500;color:#052850;transition:background .3s ease}.site-mobile-search-example-chip:active{background:#c5dfff}.home-mobile__scenarios{display:flex;flex-direction:column;gap:var(--hm-block-gap);margin-top:var(--hm-block-gap)}.home-mobile__scenarios-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--hm-scenario-grid-gap)}.home-mobile__scenario{display:flex;min-width:0;border-radius:15px;border:2px solid transparent;background:#fff;text-align:left;transition:transform var(--hm-ease),box-shadow var(--hm-ease)}.home-mobile__scenario--vertical{position:relative;flex-direction:column;min-height:228px;padding:16px 16px 36px}.home-mobile__scenario--horizontal{align-items:center;gap:12px;padding:10px 16px}.home-mobile__scenario:active{transform:scale(1.02)}.home-mobile__scenario--products{border-color:var(--hm-blue);box-shadow:0 7px 20px color-mix(in srgb,var(--hm-blue) 30%,transparent)}.home-mobile__scenario--stores{border-color:var(--hm-green);box-shadow:0 7px 20px color-mix(in srgb,var(--hm-green) 30%,transparent)}.home-mobile__scenario--map{border-color:var(--hm-purple);box-shadow:0 7px 20px color-mix(in srgb,var(--hm-purple) 30%,transparent)}.home-mobile__scenario--products:active{box-shadow:0 10px 24px color-mix(in srgb,var(--hm-blue) 36%,transparent)}.home-mobile__scenario-group{--hm-scenario-group-border:#deecff;display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden;border-radius:15px;border:1px solid var(--hm-scenario-group-border);background:#fff;box-shadow:0 10px 34px 0 #34588226}.home-mobile__scenario-group__title{padding:12px 16px 0;font-size:14px;font-weight:700;line-height:1.5;color:#052850}.home-mobile__scenario-group__title+.home-mobile__scenario-group__items{margin-top:15px}.home-mobile__scenario-group__items{display:flex;flex-direction:column;gap:19px;padding:0 16px 15px}.home-mobile__scenario-group__items--location{padding-bottom:30px}.home-mobile__scenario-group__items .home-mobile__scenario-group__item{align-items:flex-start}.home-mobile__scenario-group__items .home-mobile__scenario-action{margin-top:3px}.home-mobile__scenario-group__items .home-mobile__scenario-group__section{padding:0}.home-mobile__scenario-group__item-icon{display:flex;width:34px;height:34px;flex-shrink:0;align-items:center;justify-content:center}.home-mobile__scenario-group__section{padding:0 16px}.home-mobile__scenario-group__section:last-child{padding-bottom:12px}.home-mobile__scenario-group__item{display:flex;width:100%;min-width:0;align-items:center;gap:12px;padding:0;border:none;background:transparent;text-align:left;transition:background-color var(--hm-ease)}.home-mobile__scenario-group__item:active{background:color-mix(in srgb,var(--hm-blue) 6%,transparent)}.home-mobile__scenario--stores:active{box-shadow:0 10px 24px color-mix(in srgb,var(--hm-green) 36%,transparent)}.home-mobile__scenario--map:active{box-shadow:0 10px 24px color-mix(in srgb,var(--hm-purple) 36%,transparent)}.home-mobile__scenario--vertical .home-mobile__scenario-icon{width:95px;height:95px;margin-top:-10px;margin-bottom:auto;flex-shrink:0;object-fit:contain}.home-mobile__scenario--stores.home-mobile__scenario--vertical .home-mobile__scenario-icon{width:114px;height:114px}.home-mobile__scenario--products.home-mobile__scenario--vertical .home-mobile__scenario-icon{margin-top:2px}.home-mobile__scenario--horizontal .home-mobile__scenario-icon{width:56px;height:56px;flex-shrink:0;object-fit:contain}.home-mobile__scenario-text{flex:1;min-width:0}.home-mobile__scenario--vertical .home-mobile__scenario-title{margin-top:12px;padding-right:40px}.home-mobile__scenario--horizontal .home-mobile__scenario-title,.home-mobile__scenario--vertical .home-mobile__scenario-title{font-size:14px;font-weight:700;line-height:16px;color:var(--hm-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile__scenario--vertical .home-mobile__scenario-desc{margin-top:6px;margin-bottom:12px;min-width:0;padding-right:40px;font-size:11px;font-weight:500;line-height:14.5px;color:var(--hm-text-secondary)}.home-mobile__scenario--horizontal .home-mobile__scenario-desc{margin-top:4px;font-size:10px;font-weight:500;line-height:12.5px;color:var(--hm-text-secondary)}.home-mobile__scenario-action{display:flex;height:28px;width:28px;align-items:center;justify-content:center;border-radius:9999px;color:#fff}.home-mobile__scenario--vertical .home-mobile__scenario-action{position:absolute;right:16px;bottom:16px}.home-mobile__scenario--horizontal .home-mobile__scenario-action{flex-shrink:0}.home-mobile__scenario-action svg{width:14px;height:14px}.home-mobile__scenario-action--blue{background:var(--hm-blue)}.home-mobile__scenario-action--green{background:var(--hm-green)}.home-mobile__scenario-action--purple{background:var(--hm-purple)}.home-mobile__quick-actions{display:flex;flex-direction:column;margin-top:var(--hm-block-gap)}.home-mobile__map-banner--map+.home-mobile__quick-actions,.home-mobile__quick-actions+.home-mobile__map-banner--ai{margin-top:10px}.home-mobile__quick-actions-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-mobile__quick-action{display:flex;min-width:0;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;text-align:left}.home-mobile__quick-actions-row .home-mobile__quick-action{padding:12px 10px;gap:8px}.home-mobile__quick-action-icon{width:31px;height:31px;shrink:0;object-fit:contain}.home-mobile__quick-action-text{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}.home-mobile__quick-action-line{min-width:0;flex:1;font-size:11px;font-weight:500;line-height:1.35;color:var(--hm-text)}.home-mobile__quick-action-label{font-size:10px;font-weight:500;line-height:1.2;color:var(--hm-text-secondary)}.home-mobile__quick-action-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.2;color:var(--hm-text)}.home-mobile__map-banner{position:relative;overflow:hidden;margin-top:var(--hm-block-gap);border-radius:15px;background:linear-gradient(90deg,#013087,#0947b7);padding:16px;animation:hm-banner-in .4s ease both}.home-mobile__map-banner-title{font-size:15px}.home-mobile__map-banner-subtitle{font-size:12px;margin-top:-2px}.home-mobile__map-banner-content{position:relative;z-index:10;display:flex;max-width:calc(58% * .8 + 35px);flex-direction:column;gap:15px}.home-mobile__map-banner-btn{padding-inline:23px;background:#fff;color:var(--hm-blue)}.home-mobile__map-banner-btn--extended{width:calc(100% - 20px);max-width:calc(100% - 20px);padding-inline:12px 8px}.home-mobile__map-banner--map .home-mobile__map-banner-content{max-width:calc(58% * .8 + 55px)}.home-mobile__map-banner--map .home-mobile__map-banner-btn--extended{width:calc(100% - 10px);max-width:calc(100% - 10px)}.home-mobile__ai-banner-btn-arrow,.home-mobile__map-banner-btn-arrow{display:flex;height:28px;width:28px;shrink:0;align-items:center;justify-content:center;border-radius:9999px;color:#fff}.home-mobile__ai-banner-btn-arrow svg,.home-mobile__map-banner-btn-arrow svg{width:14px;height:14px}.home-mobile__map-banner-btn-arrow{background:var(--hm-blue)}.home-mobile__map-banner-btn:hover{background:hsla(0,0%,100%,.92)}.home-mobile__map-banner-btn-icon{filter:brightness(0) saturate(100%) invert(31%) sepia(93%) saturate(2878%) hue-rotate(211deg) brightness(102%) contrast(101%)}.home-mobile__map-banner-visual{pointer-events:none;position:absolute;top:50%;right:-35px;height:calc(180px * .75 * 1.2);width:min(52%,220px);transform:translateY(-50%) translateX(-30px)}.home-mobile__map-banner-waves{pointer-events:none;position:absolute;inset:0;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg width='390' height='320' viewBox='0 0 390 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-20 80C60 40 120 120 200 80C280 40 340 100 420 60' stroke='rgba(255,255,255,0.18)' stroke-width='1.5'/%3E%3Cpath d='M-20 140C70 100 130 180 210 140C290 100 350 160 420 120' stroke='rgba(255,255,255,0.18)' stroke-width='1.5'/%3E%3Cpath d='M-20 200C80 160 140 240 220 200C300 160 360 220 420 180' stroke='rgba(255,255,255,0.18)' stroke-width='1.5'/%3E%3Ccircle cx='310' cy='60' r='40' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='80' cy='240' r='28' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:390px 320px}.home-mobile__map-banner-visual--map{top:auto;bottom:1px;right:-28px;width:min(54%,230px);height:calc(180px * .75 * 1.2 * 1.15);transform:translateX(0)}.home-mobile__map-float-card{position:absolute;z-index:2;display:flex;height:28px;width:28px;align-items:center;justify-content:center;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:hm-banner-card-float 4.5s ease-in-out infinite}.home-mobile__map-float-card--pin{top:10%;right:56%;animation-delay:0s}.home-mobile__map-float-card--store{top:34%;right:76%;animation-delay:.7s}.home-mobile__map-float-card--route{bottom:30%;right:50%;animation-delay:1.4s}.home-mobile__map-float-card--bag{top:20%;right:36%;animation-delay:2.1s}.home-mobile__map-banner-visual--map .home-mobile__map-float-card--pin{top:calc(10% + 30px)}.home-mobile__map-banner-visual--map .home-mobile__map-float-card--store{top:calc(34% + 30px)}.home-mobile__map-banner-visual--map .home-mobile__map-float-card--route{bottom:calc(30% - 30px)}.home-mobile__map-banner-visual--map .home-mobile__map-float-card--bag{top:calc(20% + 30px)}.home-mobile__map-banner-shop{display:block;height:100%;width:auto;max-width:none;margin-left:auto;object-fit:contain}.home-mobile__map-banner-shop.home-mobile__ai-banner-image,.home-mobile__map-banner-shop.home-mobile__map-banner-image{object-position:right bottom}.home-mobile__map-banner--ai{background:linear-gradient(135deg,#fd0a5a,#ff1769 35%,#ff2d7a 70%,#ff4d8d)}.home-mobile__ai-banner-waves{pointer-events:none;position:absolute;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg width='390' height='320' viewBox='0 0 390 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-20 80C60 40 120 120 200 80C280 40 340 100 420 60' stroke='rgba(255,255,255,0.15)' stroke-width='1.5'/%3E%3Cpath d='M-20 140C70 100 130 180 210 140C290 100 350 160 420 120' stroke='rgba(255,255,255,0.15)' stroke-width='1.5'/%3E%3Cpath d='M-20 200C80 160 140 240 220 200C300 160 360 220 420 180' stroke='rgba(255,255,255,0.15)' stroke-width='1.5'/%3E%3Ccircle cx='310' cy='60' r='40' fill='rgba(255,255,255,0.12)'/%3E%3Ccircle cx='80' cy='240' r='28' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:390px 320px}.home-mobile__map-banner--ai .home-mobile__map-banner-subtitle{color:hsla(0,0%,100%,.92)}.home-mobile__map-banner--ai .home-mobile__ai-banner-btn{background:#fff;color:#fd0a5a}.home-mobile__map-banner--ai .home-mobile__ai-banner-btn:hover{background:hsla(0,0%,100%,.92)}.home-mobile__ai-banner-btn-sparkles{color:#fd0a5a}.home-mobile__ai-banner-btn-arrow{background:#fd0a5a}.home-mobile__ai-banner-visual{top:auto;bottom:6px;right:-35px;width:min(52%,220px);height:calc(180px * .75 * 1.2 * 1.15);transform:translateX(0)}.home-mobile__ai-float-card{position:absolute;z-index:2;display:flex;height:28px;width:28px;align-items:center;justify-content:center;border-radius:8px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:hm-banner-card-float 4.5s ease-in-out infinite}.home-mobile__ai-float-card--product{top:8%;right:58%;animation-delay:0s}.home-mobile__ai-float-card--rating{top:32%;right:78%;animation-delay:.8s}.home-mobile__ai-float-card--message{bottom:28%;right:52%;animation-delay:1.6s}.home-mobile__ai-float-card--search{top:18%;right:38%;animation-delay:2.4s}@keyframes hm-banner-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes hm-banner-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-mobile-nav{height:86px;border-radius:30px 30px 0 0;background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.08)}.home-mobile-nav__map-btn{display:flex;height:60px;width:60px;align-items:center;justify-content:center;border-radius:9999px;background:var(--hm-blue,#0959f1);color:#fff;transform:translateY(-12px);box-shadow:0 8px 24px rgba(11,99,255,.35)}@media (max-width:1023px){.home-page-categories .home-banner-embedded{margin-bottom:28px}.home-page-categories .home-banner-embedded .home-banner-swiper .swiper-pagination{margin-top:4px;padding:0 15px 4px}.home-page-categories .catalog-category-card{border-radius:15px}.home-popular-carousel-scroll{padding-top:0}}.store-carousel-scroll.home-popular-carousel-scroll{padding-bottom:0;scrollbar-width:thin;scrollbar-color:rgba(62,104,151,.8) transparent}.store-carousel-scroll.home-popular-carousel-scroll::-webkit-scrollbar{height:2px!important}.store-carousel-scroll.home-popular-carousel-scroll::-webkit-scrollbar-track{background:transparent}.store-carousel-scroll.home-popular-carousel-scroll::-webkit-scrollbar-thumb{background:rgba(62,104,151,.8);border-radius:999px}.store-carousel-scroll.home-popular-carousel-scroll::-webkit-scrollbar-thumb:hover{background:#3e6897}@keyframes site-mobile-search-body-reveal{0%{clip-path:inset(0 0 100% 0);opacity:.4}to{clip-path:inset(0 0 0 0);opacity:1}}@keyframes site-mobile-search-close-enter{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes site-mobile-search-surface-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes site-mobile-search-tabs-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes site-mobile-search-fab-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.site-mobile-search-overlay__body-enter{animation:site-mobile-search-body-reveal .32s cubic-bezier(.32,.72,0,1) both;will-change:clip-path,opacity}.site-mobile-search-overlay__close-enter{animation:site-mobile-search-close-enter .42s cubic-bezier(.22,1,.36,1) .12s both;will-change:opacity,transform}.site-mobile-search-overlay__surface-enter{animation:site-mobile-search-surface-enter .24s ease-out both}.site-mobile-search-overlay__tabs-enter{animation:site-mobile-search-tabs-enter .22s ease-out both}.site-mobile-search-overlay__fab-enter{animation:site-mobile-search-fab-enter .26s ease-out .18s both}@media (prefers-reduced-motion:reduce){.site-mobile-search-overlay__body-enter,.site-mobile-search-overlay__close-enter,.site-mobile-search-overlay__fab-enter,.site-mobile-search-overlay__surface-enter,.site-mobile-search-overlay__tabs-enter{animation:none}}.site-loading-splash__loader{width:min(100%,360px);display:flex;flex-direction:column;align-items:center;text-align:center;transform:translateY(-6px)}.site-loading-splash__loader--compact{width:min(100%,280px);transform:translateY(0)}.site-loading-splash__logo-radar{position:relative;width:164px;height:164px;display:grid;place-items:center}.site-loading-splash__loader--compact .site-loading-splash__logo-radar{width:120px;height:120px}.site-loading-splash__logo-radar:before{content:"";inset:12px;background:linear-gradient(90deg,transparent 0 22%,rgba(5,40,80,.07) 22% 23%,transparent 23% 58%,rgba(5,40,80,.055) 58% 59%,transparent 59%),linear-gradient(0deg,transparent 0 28%,rgba(5,40,80,.055) 28% 29%,transparent 29% 64%,rgba(5,40,80,.065) 64% 65%,transparent 65%),linear-gradient(135deg,transparent 0 42%,rgba(5,40,80,.045) 42% 43%,transparent 43%),linear-gradient(45deg,transparent 0 54%,rgba(5,40,80,.04) 54% 55%,transparent 55%);opacity:.9;mask-image:radial-gradient(circle,transparent 0 28%,#000 29% 76%,transparent 77%)}.site-loading-splash__logo-radar:before,.site-loading-splash__ring,.site-loading-splash__sweep{position:absolute;border-radius:999px;pointer-events:none}.site-loading-splash__ring{inset:22px;border:1px solid rgba(5,40,80,.12);animation:siteLoadingRadarPulse 3.6s ease-in-out infinite}.site-loading-splash__ring--two{inset:4px;border-color:rgba(5,40,80,.08);animation-delay:1.15s}.site-loading-splash__sweep{inset:0;background:transparent;opacity:1;animation:siteLoadingRadarSweep 3.6s linear infinite}.site-loading-splash__sweep:before{top:13px;width:2px;height:58px;background:linear-gradient(180deg,rgba(5,40,80,0),rgba(5,40,80,.45))}.site-loading-splash__sweep:after,.site-loading-splash__sweep:before{content:"";position:absolute;left:50%;border-radius:999px;transform:translateX(-50%)}.site-loading-splash__sweep:after{top:66px;width:6px;height:6px;background:rgba(5,40,80,.5)}.site-loading-splash__logo{position:relative;z-index:2;width:104px;height:auto;display:block;opacity:1;filter:drop-shadow(0 12px 18px rgba(9,89,241,.14));animation:siteLoadingLogoIn .58s cubic-bezier(.16,1,.3,1) forwards,siteLoadingLogoScanReveal 3.6s ease-in-out .85s infinite}.site-loading-splash__loader--compact .site-loading-splash__logo{width:76px}.site-loading-splash__brand-text{margin-top:2px;display:flex;flex-direction:column;align-items:center;gap:5px}.site-loading-splash__tagline{font-size:clamp(11px,3vw,14px);line-height:1.25;font-weight:750;color:#052850;opacity:1;transform:translateY(0);animation:siteLoadingTextIn .52s ease .34s forwards}.site-loading-splash__loading-line{position:relative;width:min(100%,260px);height:4px;margin-top:28px;overflow:hidden;border-radius:999px;background:#e8f1ff}.site-loading-splash__loading-line-bar{position:absolute;inset:0;width:48%;border-radius:inherit;background:linear-gradient(90deg,#0959f1,#fd0a5a 52%,#66c638);animation:siteLoadingProgressSweep 1.2s cubic-bezier(.62,0,.38,1) infinite}.site-loading-splash__loading-copy{min-height:20px;margin:8px 0 0;font-size:13px;font-weight:800;color:rgba(5,40,80,.58)}.site-loading-splash__loader--compact .site-loading-splash__loading-copy{margin-top:6px;font-size:11px}.site-loading-splash__loading-percent{margin-top:12px;min-height:18px;font-size:15px;line-height:1;font-weight:650;color:#052850;font-variant-numeric:tabular-nums}@keyframes siteLoadingLogoIn{0%{opacity:.85;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes siteLoadingLogoScanReveal{0%,to{opacity:.48;transform:translateY(0) scale(.97)}18%,68%{opacity:1;transform:translateY(-2px) scale(1.04)}}@keyframes siteLoadingRadarPulse{0%,to{opacity:.28;transform:scale(.82)}45%{opacity:1;transform:scale(1)}75%{opacity:0;transform:scale(1.18)}}@keyframes siteLoadingRadarSweep{to{transform:rotate(1turn)}}@keyframes siteLoadingTextIn{0%{opacity:.7;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes siteLoadingProgressSweep{0%{transform:translateX(-120%)}55%{transform:translateX(60%)}to{transform:translateX(245%)}}@media (prefers-reduced-motion:reduce){.site-loading-splash__loading-line-bar,.site-loading-splash__logo,.site-loading-splash__ring,.site-loading-splash__sweep,.site-loading-splash__tagline{animation:none!important;opacity:1!important;transform:none!important}}