:root{--background:rgb(248, 250, 252);--foreground:rgb(15, 23, 41);--card:rgb(255, 255, 255);--card-foreground:rgb(15, 23, 41);--popover:rgb(255, 255, 255);--popover-foreground:rgb(15, 23, 41);--primary:rgb(13, 162, 231);--primary-foreground:rgb(255, 255, 255);--secondary:rgb(241, 245, 249);--secondary-foreground:rgb(15, 23, 41);--accent:rgb(16, 183, 127);--accent-foreground:rgb(255, 255, 255);--muted:rgb(241, 245, 249);--muted-foreground:rgb(101, 117, 139);--destructive:rgb(239, 67, 67);--destructive-foreground:rgb(248, 250, 252);--border:rgb(225, 231, 239);--input:rgb(225, 231, 239);--ring:rgb(13, 162, 231);--radius:0.75rem;--sidebar-background:rgb(250, 250, 250);--sidebar-foreground:rgb(63, 63, 70);--sidebar-primary:rgb(24, 24, 27);--sidebar-primary-foreground:rgb(250, 250, 250);--sidebar-accent:rgb(244, 244, 245);--sidebar-accent-foreground:rgb(24, 24, 27);--sidebar-border:rgb(229, 231, 235);--sidebar-ring:rgb(59, 130, 246)}*,::after,::before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.wait{padding:48px 16px;background-color:var(--background)}.wait-cont{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);padding:24px;background-color:var(--card);border-radius:16px;border:1px solid var(--border);margin:0 auto}.search-svg-cont{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.pulse-ring{position:absolute;width:128px;height:128px;border-radius:50%;background-color:rgba(16,183,127,.25);animation:1s ease-out infinite pulse-ring}@keyframes pulse-ring{0%{transform:scale(1);opacity:.8}100%{transform:scale(2);opacity:0}}.search-svg-cont .img{padding:32px;height:128px;width:128px;background-color:rgba(16,183,127,.1);border:none;border-radius:50%}.search-svg-cont .img svg{width:64px;height:64px;color:var(--accent);animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,100%{color:var(--accent)}50%{color:color-mix(in srgb,var(--accent) 70%,#000)}}.wait h1{color:var(--foreground);font-weight:700;font-size:24px;line-height:1.3;text-align:center;margin-bottom:12px}.wait .text{color:var(--muted-foreground);font-size:14px;line-height:1.25;text-align:center;margin-bottom:32px}.wait__progress-bar-cont{width:100%;max-width:448px;margin:0 auto 32px}.wait__progress-track{width:100%;height:12px;background-color:var(--secondary);border-radius:6px;overflow:hidden;margin-bottom:8px}.wait__progress-bar{width:0%;height:12px;background-color:var(--primary);border-radius:6px;animation:progress-fill var(--progress-duration) linear forwards}@keyframes progress-fill{from{width:0%}to{width:100%}}.wait__progress-text-cont{display:flex;justify-content:space-between}.wait__progress-text-cont p{color:var(--muted-foreground);font-size:12px;line-height:1}.wait__advantages-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;align-items:center;gap:24px;list-style:none;max-width:216px;margin:0 auto}.wait__advantages-list li{display:flex;flex-direction:column;align-items:center;align-items:center;gap:8px;text-align:center}.wait__advantages-list div{background-color:rgba(16,183,127,.1);padding:16px;border-radius:12px;border:1px solid var(--border)}.wait__advantages-list svg{color:var(--accent);width:24px;height:24px}.wait__advantages-list p{font-size:12px;line-height:1;color:var(--muted-foreground)}@media (min-width:768px){.wait{padding:80px 16px}.wait-cont{max-width:500px;padding:40px}}