@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px #00000040;position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translate(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translate(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:#00000040;border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:#00000026}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px #00000021;width:100%}.notyf__dismiss{width:56px}}*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}abbr:where([title]){text-decoration:underline dotted}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}fieldset{margin:0}fieldset,legend{padding:0}[hidden]{display:none}:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 10% 3.9%;--radius:.5rem;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}*,: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:rgba(59,130,246,.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: }::backdrop{--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:rgba(59,130,246,.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: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.-bottom-12{bottom:-3rem}.-bottom-5{bottom:-1.25rem}.-left-12{left:-3rem}.-right-12{right:-3rem}.-top-12{top:-3rem}.-top-\[35px\]{top:-35px}.-top-\[45px\]{top:-45px}.bottom-0{bottom:0}.bottom-\[15px\]{bottom:15px}.bottom-\[50px\]{bottom:50px}.left-0{left:0}.left-1\/2{left:50%}.left-\[12px\]{left:12px}.left-\[4\%\]{left:4%}.right-\[20px\]{right:20px}.top-0{top:0}.top-1\/2{top:50%}.top-\[12px\]{top:12px}.top-\[18\%\]{top:18%}.top-\[35\%\]{top:35%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[4\]{z-index:4}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[40px\]{margin-top:40px;margin-bottom:40px}.\!mt-\[14px\]{margin-top:14px!important}.-mb-\[70px\]{margin-bottom:-70px}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.-mt-\[10px\]{margin-top:-10px}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[20px\]{margin-bottom:20px}.mb-\[25px\]{margin-bottom:25px}.mb-\[30px\]{margin-bottom:30px}.mb-\[3px\]{margin-bottom:3px}.mb-\[5px\]{margin-bottom:5px}.mb-\[6px\]{margin-bottom:6px}.mb-\[8px\]{margin-bottom:8px}.ml-2{margin-left:.5rem}.ml-\[17px\]{margin-left:17px}.ml-\[25px\]{margin-left:25px}.mr-\[10px\]{margin-right:10px}.mr-\[2px\]{margin-right:2px}.mr-\[5px\]{margin-right:5px}.mr-\[8px\]{margin-right:8px}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[0px\]{margin-top:0}.mt-\[100px\]{margin-top:100px}.mt-\[10px\]{margin-top:10px}.mt-\[120px\]{margin-top:120px}.mt-\[15px\]{margin-top:15px}.mt-\[200px\]{margin-top:200px}.mt-\[20px\]{margin-top:20px}.mt-\[25px\]{margin-top:25px}.mt-\[30px\]{margin-top:30px}.mt-\[40px\]{margin-top:40px}.mt-\[50px\]{margin-top:50px}.mt-\[60px\]{margin-top:60px}.mt-\[7px\]{margin-top:7px}.mt-\[80px\]{margin-top:80px}.mt-\[85px\]{margin-top:85px}.mt-\[8px\]{margin-top:8px}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\!h-\[200px\]{height:200px!important}.\!h-\[250px\]{height:250px!important}.\!h-\[25px\]{height:25px!important}.\!h-full{height:100%!important}.h-11{height:2.75rem}.h-2\.5{height:.625rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[110px\]{height:110px}.h-\[120px\]{height:120px}.h-\[210px\]{height:210px}.h-\[240px\]{height:240px}.h-\[250px\]{height:250px}.h-\[260px\]{height:260px}.h-\[300px\]{height:300px}.h-\[45px\]{height:45px}.h-\[50px\]{height:50px}.h-\[6px\]{height:6px}.h-full{height:100%}.\!min-h-\[250px\]{min-height:250px!important}.\!min-h-\[25px\]{min-height:25px!important}.min-h-\[100vh\]{min-height:100vh}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[250px\]{min-height:250px}.min-h-\[25px\]{min-height:25px}.min-h-\[390px\]{min-height:390px}.min-h-\[80px\]{min-height:80px}.w-11{width:2.75rem}.w-2\.5{width:.625rem}.w-4{width:1rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[140px\]{width:140px}.w-\[200px\]{width:200px}.w-\[250px\]{width:250px}.w-\[25px\]{width:25px}.w-\[260px\]{width:260px}.w-\[40px\]{width:40px}.w-\[45px\]{width:45px}.w-\[4px\]{width:4px}.w-\[50px\]{width:50px}.w-fit{width:fit-content}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[250px\]{min-width:250px}.min-w-\[25px\]{min-width:25px}.min-w-\[45px\]{min-width:45px}.max-w-\[380px\]{max-width:380px}.max-w-\[450px\]{max-width:450px}.max-w-\[600px\]{max-width:600px}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.basis-1\/2{flex-basis:50%}.basis-full{flex-basis:100%}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-\[85\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[85\%\]{--tw-scale-x:85%;--tw-scale-y:85%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;user-select:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1\.5{gap:.375rem}.gap-4{gap:1rem}.gap-\[10px\]{gap:10px}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-\[3px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3px * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.whitespace-nowrap{white-space:nowrap}.\!text-wrap{text-wrap:wrap!important}.break-all{word-break:break-all}.\!rounded-full{border-radius:9999px!important}.rounded-2xl{border-radius:1rem}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.\!rounded-b-lg{border-bottom-right-radius:var(--radius)!important;border-bottom-left-radius:var(--radius)!important}.\!rounded-b-xl{border-bottom-right-radius:.75rem!important;border-bottom-left-radius:.75rem!important}.\!rounded-t-lg{border-top-left-radius:var(--radius)!important;border-top-right-radius:var(--radius)!important}.\!rounded-t-xl{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-bl-\[4px\]{border-bottom-left-radius:4px}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-\[4px\]{border-top-left-radius:4px}.rounded-tr-3xl{border-top-right-radius:1.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[12px\]{border-width:12px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-\[\#0C0F14\]{--tw-border-opacity:1;border-color:rgb(12 15 20/var(--tw-border-opacity))}.border-destructive\/50{border-color:hsl(var(--destructive)/.5)}.border-green-500{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-zinc-600{--tw-border-opacity:1;border-color:rgb(82 82 91/var(--tw-border-opacity))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.\!bg-\[\#eee\]{--tw-bg-opacity:1!important;background-color:rgb(238 238 238/var(--tw-bg-opacity))!important}.\!bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.\!bg-white,.\!bg-zinc-800{--tw-bg-opacity:1!important}.\!bg-zinc-800{background-color:rgb(39 39 42/var(--tw-bg-opacity))!important}.bg-\[\#000\]{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-\[\#181818\]{--tw-bg-opacity:1;background-color:rgb(24 24 24/var(--tw-bg-opacity))}.bg-\[\#262626\]{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity))}.bg-\[\#272727\]{--tw-bg-opacity:1;background-color:rgb(39 39 39/var(--tw-bg-opacity))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-primary{background-color:hsl(var(--primary))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-zinc-800{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity))}.\!bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:hsla(53,98%,77%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-zinc-200{--tw-gradient-from:#e4e4e7 var(--tw-gradient-from-position);--tw-gradient-to:hsla(240,6%,90%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-zinc-900{--tw-gradient-from:#18181b var(--tw-gradient-from-position);--tw-gradient-to:rgba(24,24,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-zinc-900\/70{--tw-gradient-to:rgba(24,24,27,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(24,24,27,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-amber-400{--tw-gradient-to:#fbbf24 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-zinc-50{--tw-gradient-to:#fafafa var(--tw-gradient-to-position)}.to-zinc-900{--tw-gradient-to:#18181b var(--tw-gradient-to-position)}.\!p-\[0px\]{padding:0!important}.p-24{padding:6rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[12px\]{padding:12px}.p-\[15px\]{padding:15px}.p-\[1px\]{padding:1px}.p-\[5px\]{padding:5px}.\!py-\[30px\]{padding-top:30px!important;padding-bottom:30px!important}.\!py-\[40px\]{padding-top:40px!important;padding-bottom:40px!important}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0px\]{padding-left:0;padding-right:0}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[13px\]{padding-left:13px;padding-right:13px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[29px\]{padding-left:29px;padding-right:29px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[40px\]{padding-left:40px;padding-right:40px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!pb-\[20px\]{padding-bottom:20px!important}.\!pb-\[25px\]{padding-bottom:25px!important}.\!pl-\[60px\]{padding-left:60px!important}.\!pt-\[10px\]{padding-top:10px!important}.pb-0{padding-bottom:0}.pb-\[100px\]{padding-bottom:100px}.pb-\[10px\]{padding-bottom:10px}.pb-\[15px\]{padding-bottom:15px}.pb-\[20px\]{padding-bottom:20px}.pb-\[8px\]{padding-bottom:8px}.pl-4{padding-left:1rem}.pr-\[20px\]{padding-right:20px}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-\[10px\]{padding-top:10px}.pt-\[15px\]{padding-top:15px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-inter{font-family:Inter,sans-serif}.font-nunito{font-family:Nunito,sans-serif}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[11px\]{font-size:11px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[50px\]{font-size:50px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-medium{font-weight:500}.font-normal{font-weight:400}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-none{line-height:1}.tracking-\[5px\]{letter-spacing:5px}.tracking-tight{letter-spacing:-.025em}.text-\[\#ddd\]{--tw-text-opacity:1;color:rgb(221 221 221/var(--tw-text-opacity))}.text-\[\#eee\]{--tw-text-opacity:1;color:rgb(238 238 238/var(--tw-text-opacity))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity))}.text-zinc-300{--tw-text-opacity:1;color:rgb(212 212 216/var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122/var(--tw-text-opacity))}.text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42/var(--tw-text-opacity))}.text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity))}.underline-offset-4{text-underline-offset:4px}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.mix-blend-plus-darker{mix-blend-mode:plus-darker}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-\[\#181818\/50\]{--tw-shadow-color:#181818/50;--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-offset-background{--tw-ring-offset-color:hsl(var(--background))}.blur-\[5px\]{--tw-blur:blur(5px)}.blur-\[5px\],.blur-sm{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-sm{--tw-blur:blur(4px)}.\!drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-0{--tw-saturate:saturate(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive)/.8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive)/.9)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary)/.8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary)/.9)}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary)/.8)}.hover\:bg-zinc-800:hover{--tw-bg-opacity:1;background-color:rgb(39 39 42/var(--tw-bg-opacity))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color:hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:hsl(var(--background))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked],.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:0px}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.progress{background:#fee2e2;justify-content:flex-start;border-radius:100px;align-items:center;position:relative;padding:0 5px;display:flex;height:22px;width:370px}.progress-value{animation:load 3s normal forwards;box-shadow:0 10px 40px -10px #fff;border-radius:100px;background:#ef4444;height:15px;width:0}.progress-value-5{animation:load 5s normal forwards;box-shadow:0 10px 40px -10px #fff;border-radius:100px;background:#ef4444;height:15px;width:0}.progress-value-2{animation:load 2s normal forwards;box-shadow:0 10px 40px -10px #fff;border-radius:100px;background:#ef4444;height:15px;width:0}.progress-value-7{animation:load 7s normal forwards;box-shadow:0 10px 40px -10px #fff;border-radius:100px;background:#ef4444;height:15px;width:0}.progress-value-4{animation:load 4s normal forwards;box-shadow:0 10px 40px -10px #fff;border-radius:100px;background:#ef4444;height:15px;width:0}@keyframes load{0%{width:0}to{width:100%}}.carousel{position:relative;overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;padding:10px;cursor:pointer;z-index:10}.relative{position:relative}.carousel-track{display:flex;transition:transform .5s ease}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;padding:10px;cursor:pointer;z-index:10;font-size:24px}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.hidden-text{display:inline-block;max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.hidden-text:after{content:"...";position:absolute;right:0;background-color:#fff;padding-left:10px}.saturate-white{filter:saturate(0) brightness(1.5);background-color:#fff;opacity:.8}.text-black{color:#000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#374151;background-color:#f9fafb}.queue-container{min-height:100vh;display:flex;align-items:center;justify-content:center;//background: linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%)}.queue-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;text-align:center}.logo-container{background:linear-gradient(135deg,#8b5cf6,#ec4899);width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.title{font-size:1.875rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.subtitle{color:#6b7280;margin-bottom:1.5rem}.alert{padding:1rem;border-radius:.5rem;border:1px solid;margin-bottom:1.5rem}.alert-warning{background-color:#fef3c7;border-color:#fcd34d}.alert-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.spinner-container{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.spinner{width:3rem;height:3rem;border:2px solid #e5e7eb;border-top:2px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.queue-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.queue-subtitle{color:#6b7280;margin-bottom:1rem}.timer-container{background-color:#f3f4f6;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.timer-display{font-size:1.875rem;font-weight:700;color:#8b5cf6;margin-bottom:.5rem;font-family:Courier New,monospace}.progress-bar{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:9999px;transition:width 1s ease-out}.position-container{background-color:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.position-header{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.skip-section{border-top:1px solid #e5e7eb;padding-top:1.5rem}.skip-offer{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.skip-header{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.skip-description{font-size:.875rem;color:#065f46;margin-bottom:.75rem}.price{font-size:1.5rem;font-weight:700;color:#059669;margin-bottom:.25rem}.price-subtitle{font-size:.75rem;color:#059669}.btn-skip{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;margin-bottom:.75rem}.btn-skip:hover{transform:scale(1.05);background:linear-gradient(135deg,#059669,#047857)}.wait-text{margin-top:1rem;font-size:.75rem;color:#6b7280}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content{background:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:28rem;box-shadow:0 25px 50px -12px #00000040}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-icon{width:4rem;height:4rem;background-color:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.modal-subtitle{color:#6b7280}.modal-price{font-size:1.875rem;font-weight:700;color:#059669;margin:1rem 0}.benefits-list{margin-bottom:1.5rem}.benefit-item{display:flex;align-items:center;margin-bottom:1rem;font-size:.875rem;color:#374151}.benefit-icon{width:1.25rem;height:1.25rem;color:#10b981;margin-right:.75rem;flex-shrink:0}.modal-actions{display:flex;flex-direction:column;gap:.75rem}.btn-pay{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-pay:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)}.btn-pay:disabled{opacity:.5;cursor:not-allowed}.processing{display:flex;align-items:center;justify-content:center}.spinner-small{width:1.25rem;height:1.25rem;margin-right:.75rem;animation:spin 1s linear infinite}.btn-cancel{width:100%;border:1px solid #d1d5db;color:#374151;background:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background-color:#f9fafb}.modal-footer{font-size:.75rem;color:#6b7280;text-align:center;margin-top:1rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;//background: linear-gradient(135deg,#a855f7,#ec4899,#ef4444)}.login-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem}.login-header{text-align:center;margin-bottom:2rem}.success-alert{background-color:#dcfce7;border:1px solid #86efac;border-radius:.5rem;padding:.75rem;margin-top:1rem}.success-icon{display:flex;align-items:center;justify-content:center}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.plan-selection{display:flex;flex-direction:column;gap:.75rem}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.plan-option{padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center}.plan-option:hover{border-color:#d1d5db}.plan-selected{border-color:#8b5cf6!important;background-color:#f3f4f6;color:#7c3aed}.plan-title{font-weight:600}.plan-subtitle{font-size:.875rem;color:#6b7280}.btn-login{width:100%;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-login:hover{transform:scale(1.05);background:linear-gradient(135deg,#7c3aed,#db2777)}.navbar{background:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb}.nav-container{max-width:80rem;margin:0 auto;padding:0 1rem}.nav-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.nav-logo{display:flex;align-items:center;gap:.5rem}.logo-icon{background:linear-gradient(135deg,#8b5cf6,#ec4899);width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-text{font-weight:700;font-size:1.25rem;color:#1f2937}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{transition:color .2s ease;font-weight:500;background:none;border:none;cursor:pointer;padding:.5rem 0}.nav-link-active{color:#8b5cf6;font-weight:600}.nav-link-inactive{color:#6b7280}.nav-link-inactive:hover{color:#1f2937}.premium-link{display:flex;align-items:center;gap:.25rem}.pro-badge{background-color:#f3e8ff;color:#8b5cf6;font-size:.75rem;padding:.125rem .5rem;border-radius:9999px}.user-menu{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:2rem;height:2rem;background-color:#f3e8ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-text{color:#8b5cf6;font-weight:600;font-size:.875rem}.user-details{display:none}@media (min-width: 768px){.user-details{display:block}}.username{font-weight:500;color:#1f2937;font-size:.875rem}.user-plan{font-size:.75rem;color:#6b7280}.logout-btn{color:#6b7280;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:color .2s ease}.logout-btn:hover{color:#374151}.dashboard{max-width:80rem;margin:0 auto;padding:2rem 1rem}.dashboard-header{margin-bottom:2rem}.dashboard-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.dashboard-subtitle{color:#6b7280}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;transition:box-shadow .3s ease}.stat-card:hover{box-shadow:0 4px 6px -1px #0000001a}.stat-card.wide{grid-column:1 / -1}.stat-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.stat-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.stat-icon.red{background-color:#fef2f2;color:#dc2626}.stat-icon.green{background-color:#f0fdf4;color:#16a34a}.stat-icon.yellow{background-color:#fefce8;color:#ca8a04}.stat-icon.blue{background-color:#eff6ff;color:#2563eb}.stat-info{flex:1}.stat-title{font-weight:600;color:#1f2937;font-size:.875rem}.stat-count{font-size:.875rem;color:#6b7280}.stat-list{display:flex;flex-direction:column;gap:.75rem}.user-item{display:flex;align-items:center;gap:.75rem}.user-avatar-small{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.user-avatar-small.inactive{opacity:.6}.user-avatar-placeholder{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-avatar-placeholder.green{background-color:#f0fdf4}.avatar-letter{color:#16a34a;font-weight:600}.user-info-small{flex:1}.user-name{font-weight:500;color:#1f2937;font-size:.875rem}.user-username,.more-text{font-size:.875rem;color:#6b7280}.time-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media (min-width: 768px){.time-grid{grid-template-columns:repeat(3,1fr)}}.time-card{background-color:#eff6ff;padding:1rem;border-radius:.5rem;text-align:center}.time-hour{font-size:1.5rem;font-weight:700;color:#2563eb}.time-engagement{font-size:.875rem;color:#6b7280}.time-rank{font-size:.75rem;color:#2563eb;margin-top:.25rem}.premium-cta{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:1rem;padding:1.5rem;color:#fff}.cta-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (min-width: 768px){.cta-content{flex-direction:row;text-align:left}}.cta-text{flex:1}.cta-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.cta-subtitle{opacity:.9}.cta-button{background:#fff;color:#8b5cf6;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cta-button:hover{background-color:#f9fafb}.premium-view{max-width:80rem;margin:0 auto;padding:2rem 1rem}.premium-header{margin-bottom:2rem}.premium-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.premium-subtitle{color:#6b7280}.premium-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 1024px){.premium-grid{grid-template-columns:repeat(2,1fr)}}.premium-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.premium-card-header{padding:1.5rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.premium-icon{width:3rem;height:3rem;background-color:#f3e8ff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.premium-info{flex:1}.premium-card-title{font-weight:600;color:#1f2937}.premium-card-subtitle{font-size:.875rem;color:#6b7280}.visitor-list{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.visitor-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.visitor-info{display:flex;align-items:center;gap:.75rem}.visitor-avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.visitor-details{flex:1}.visitor-name{font-weight:500;color:#1f2937}.visitor-username{font-size:.875rem;color:#6b7280}.visitor-time{text-align:right}.visit-time{font-size:.875rem;color:#6b7280}.premium-locked{position:relative;padding:1.5rem}.locked-content{filter:blur(2px);pointer-events:none}.locked-placeholder{display:flex;flex-direction:column;gap:1rem}.placeholder-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.placeholder-avatar{width:3rem;height:3rem;background-color:#d1d5db;border-radius:50%}.placeholder-text{flex:1;margin-left:.75rem}.placeholder-line{height:1rem;background-color:#d1d5db;border-radius:.25rem;width:6rem;margin-bottom:.25rem}.placeholder-line-small{height:.75rem;background-color:#e5e7eb;border-radius:.25rem;width:4rem}.unlock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center}.unlock-content{text-align:center;padding:1.5rem}.unlock-icon{width:4rem;height:4rem;background-color:#f3e8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.unlock-title{font-weight:600;color:#1f2937;margin-bottom:.5rem}.unlock-subtitle{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.unlock-button{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.unlock-button:hover{background:linear-gradient(135deg,#7c3aed,#db2777)}.private-profile{padding:0 1.5rem 1.5rem}.profile-container{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile-avatar{width:4rem;height:4rem;border-radius:50%;object-fit:cover}.profile-info{flex:1}.profile-name{font-weight:700;font-size:1.125rem}.profile-username{color:#6b7280}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.profile-stat{text-align:center}.stat-number{font-weight:700;font-size:1.25rem}.stat-label{font-size:.875rem;color:#6b7280}.profile-bio{color:#374151}.locked-profile{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem}.locked-profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.placeholder-avatar-large{width:4rem;height:4rem;background-color:#d1d5db;border-radius:50%}.placeholder-profile-info{flex:1}.placeholder-line-large{height:1.25rem;background-color:#d1d5db;border-radius:.25rem;width:8rem;margin-bottom:.5rem}.locked-profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.placeholder-stat{text-align:center}.placeholder-number{height:1.25rem;background-color:#d1d5db;border-radius:.25rem;width:2rem;margin:0 auto .25rem}.placeholder-label{height:.75rem;background-color:#e5e7eb;border-radius:.25rem;width:3rem;margin:0 auto}.placeholder-bio{height:1rem;background-color:#d1d5db;border-radius:.25rem;width:100%}.upgrade-banner{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:1rem;padding:2rem;color:#fff;text-align:center}.upgrade-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.upgrade-subtitle{margin-bottom:1.5rem;opacity:.9}.upgrade-button{background:#fff;color:#8b5cf6;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.upgrade-button:hover{background-color:#f9fafb}@media (max-width: 640px){.queue-card,.login-card,.modal-content{margin:1rem;padding:1.5rem}.title{font-size:1.5rem}.dashboard,.premium-view{padding:1rem}.dashboard-title,.premium-title{font-size:1.5rem}.cta-content{text-align:center}.user-details{display:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out}button:focus,input:focus{outline:2px solid #8b5cf6;outline-offset:2px}*{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}[data-v-86ed1ce2]{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body[data-v-86ed1ce2]{background-color:#f9f9f9;text-align:center;padding:40px 20px}.container[data-v-86ed1ce2]{max-width:400px;margin:0 auto;background:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000001a}h1[data-v-86ed1ce2]{font-size:20px;margin-bottom:10px}h2[data-v-86ed1ce2]{font-size:24px;color:#ff2d55;margin-bottom:15px}img[data-v-86ed1ce2]{width:100%;border-radius:10px;margin-bottom:15px}p[data-v-86ed1ce2]{font-size:16px;color:#333;margin-bottom:20px}.cta-button[data-v-86ed1ce2]{display:inline-block;background:#ff2d55;color:#fff;font-size:18px;font-weight:700;padding:12px 20px;border-radius:8px;text-decoration:none;box-shadow:0 4px 10px #ff2d554d;transition:background .3s ease-in-out}.cta-button[data-v-86ed1ce2]:hover{background:#d81b4d}*,:before,:after{--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 / .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: }::backdrop{--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 / .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: }*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:var(--font-sans),ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--font-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:hsl(var(--border))}html{scroll-behavior:smooth}body{font-synthesis-weight:none;text-rendering:optimizeLegibility}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.h-10{height:2.5rem}.h-5{height:1.25rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-5{width:1.25rem}.bg-background{background-color:hsl(var(--background))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.\!opacity-100{opacity:1!important}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-300{animation-duration:.3s}@media (max-width: 640px){.container{padding-left:1rem;padding-right:1rem}}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--primary: 0 0% 98%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--accent: 240 3.7% 15.9%;--accent-foreground: ;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 85.7% 97.3%;--warning: 35, 100%, 52%;--warning-foreground: 0 0% 9%;--ring: 240 3.7% 15.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 240 4.9% 83.9%}[data-v-_v0_vue_]{margin:0;padding:0;box-sizing:border-box}body[data-v-_v0_vue_]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#374151;background-color:#f9fafb}body{background:linear-gradient(135deg,#ec4899,#ec4899,#ef4444)!important}#app{padding:0!important}.queue-container[data-v-_v0_vue_]{min-height:100vh;display:flex;align-items:center;justify-content:center}.queue-card[data-v-_v0_vue_]{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;text-align:center}.logo-container[data-v-_v0_vue_]{background:linear-gradient(135deg,#8b5cf6,#ec4899);width:5rem;height:5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.title[data-v-_v0_vue_]{font-size:1.875rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.subtitle[data-v-_v0_vue_]{color:#6b7280;margin-bottom:1.5rem}.alert[data-v-_v0_vue_]{padding:1rem;border-radius:.5rem;border:1px solid;margin-bottom:1.5rem}.alert-warning[data-v-_v0_vue_]{background-color:#fef3c7;border-color:#fcd34d}.alert-icon[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.spinner-container[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.spinner[data-v-_v0_vue_]{width:3rem;height:3rem;border:2px solid #e5e7eb;border-top:2px solid #8b5cf6;border-radius:50%;animation:spin-_v0_vue_ 1s linear infinite}@keyframes spin-_v0_vue_{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.queue-title[data-v-_v0_vue_]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.queue-subtitle[data-v-_v0_vue_]{color:#6b7280;margin-bottom:1rem}.timer-container[data-v-_v0_vue_]{background-color:#f3f4f6;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.timer-display[data-v-_v0_vue_]{font-size:1.875rem;font-weight:700;color:#8b5cf6;margin-bottom:.5rem;font-family:Courier New,monospace}.progress-bar[data-v-_v0_vue_]{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden}.progress-fill[data-v-_v0_vue_]{height:100%;background:linear-gradient(90deg,#8b5cf6,#ec4899);border-radius:9999px;transition:width 1s ease-out}.position-container[data-v-_v0_vue_]{background-color:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.position-header[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.skip-section[data-v-_v0_vue_]{border-top:1px solid #e5e7eb;padding-top:1.5rem}.skip-offer[data-v-_v0_vue_]{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.skip-header[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.skip-description[data-v-_v0_vue_]{font-size:.875rem;color:#065f46;margin-bottom:.75rem}.price[data-v-_v0_vue_]{font-size:1.5rem;font-weight:700;color:#059669;margin-bottom:.25rem}.price-subtitle[data-v-_v0_vue_]{font-size:.75rem;color:#059669}.btn-skip[data-v-_v0_vue_]{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;margin-bottom:.75rem}.btn-skip[data-v-_v0_vue_]:hover{transform:scale(1.05);background:linear-gradient(135deg,#059669,#047857)}.wait-text[data-v-_v0_vue_]{font-size:.75rem;color:#6b7280}.modal-overlay[data-v-_v0_vue_]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content[data-v-_v0_vue_]{background:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:28rem;box-shadow:0 25px 50px -12px #00000040}.modal-header[data-v-_v0_vue_]{text-align:center;margin-bottom:1.5rem}.modal-icon[data-v-_v0_vue_]{width:4rem;height:4rem;background-color:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-title[data-v-_v0_vue_]{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.modal-subtitle[data-v-_v0_vue_]{color:#6b7280}.modal-price[data-v-_v0_vue_]{font-size:1.875rem;font-weight:700;color:#059669;margin:1rem 0}.benefits-list[data-v-_v0_vue_]{margin-bottom:1.5rem}.benefit-item[data-v-_v0_vue_]{display:flex;align-items:center;margin-bottom:1rem;font-size:.875rem;color:#374151}.benefit-icon[data-v-_v0_vue_]{width:1.25rem;height:1.25rem;color:#10b981;margin-right:.75rem;flex-shrink:0}.modal-actions[data-v-_v0_vue_]{display:flex;flex-direction:column;gap:.75rem}.btn-pay[data-v-_v0_vue_]{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-pay[data-v-_v0_vue_]:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)}.btn-pay[data-v-_v0_vue_]:disabled{opacity:.5;cursor:not-allowed}.processing[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:center}.spinner-small[data-v-_v0_vue_]{width:1.25rem;height:1.25rem;margin-right:.75rem;animation:spin-_v0_vue_ 1s linear infinite}.btn-cancel[data-v-_v0_vue_]{width:100%;border:1px solid #d1d5db;color:#374151;background:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel[data-v-_v0_vue_]:hover{background-color:#f9fafb}.modal-footer[data-v-_v0_vue_]{font-size:.75rem;color:#6b7280;text-align:center;margin-top:1rem}.login-container[data-v-_v0_vue_]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a855f7,#ec4899,#ef4444);padding:1.5rem}.login-card[data-v-_v0_vue_]{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem}.login-header[data-v-_v0_vue_]{text-align:center;margin-bottom:2rem}.success-alert[data-v-_v0_vue_]{background-color:#dcfce7;border:1px solid #86efac;border-radius:.5rem;padding:.75rem;margin-top:1rem}.success-icon[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:center}.login-form[data-v-_v0_vue_]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-_v0_vue_]{display:flex;flex-direction:column}.form-label[data-v-_v0_vue_]{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input[data-v-_v0_vue_]{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;transition:all .3s ease}.form-input[data-v-_v0_vue_]:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.plan-selection[data-v-_v0_vue_]{display:flex;flex-direction:column;gap:.75rem}.plan-grid[data-v-_v0_vue_]{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.plan-option[data-v-_v0_vue_]{padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center}.plan-option[data-v-_v0_vue_]:hover{border-color:#d1d5db}.plan-selected[data-v-_v0_vue_]{border-color:#8b5cf6!important;background-color:#f3f4f6;color:#7c3aed}.plan-title[data-v-_v0_vue_]{font-weight:600}.plan-subtitle[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.btn-login[data-v-_v0_vue_]{width:100%;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-login[data-v-_v0_vue_]:hover{transform:scale(1.05);background:linear-gradient(135deg,#7c3aed,#db2777)}.navbar[data-v-_v0_vue_]{background:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb}.nav-container[data-v-_v0_vue_]{max-width:80rem;margin:0 auto;padding:0 1rem}.nav-content[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:space-between;height:4rem}.nav-logo[data-v-_v0_vue_]{display:flex;align-items:center;gap:.5rem}.logo-icon[data-v-_v0_vue_]{background:linear-gradient(135deg,#8b5cf6,#ec4899);width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-text[data-v-_v0_vue_]{font-weight:700;font-size:1.25rem;color:#1f2937}.nav-links[data-v-_v0_vue_]{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links[data-v-_v0_vue_]{display:flex}}.nav-link[data-v-_v0_vue_]{transition:color .2s ease;font-weight:500;background:none;border:none;cursor:pointer;padding:.5rem 0}.nav-link-active[data-v-_v0_vue_]{color:#8b5cf6;font-weight:600}.nav-link-inactive[data-v-_v0_vue_]{color:#6b7280}.nav-link-inactive[data-v-_v0_vue_]:hover{color:#1f2937}.premium-link[data-v-_v0_vue_]{display:flex;align-items:center;gap:.25rem}.pro-badge[data-v-_v0_vue_]{background-color:#f3e8ff;color:#8b5cf6;font-size:.75rem;padding:.125rem .5rem;border-radius:9999px}.user-menu[data-v-_v0_vue_]{display:flex;align-items:center;gap:1rem}.user-info[data-v-_v0_vue_]{display:flex;align-items:center;gap:.75rem}.user-avatar[data-v-_v0_vue_]{width:2rem;height:2rem;background-color:#f3e8ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-text[data-v-_v0_vue_]{color:#8b5cf6;font-weight:600;font-size:.875rem}.user-details[data-v-_v0_vue_]{display:none}@media (min-width: 768px){.user-details[data-v-_v0_vue_]{display:block}}.username[data-v-_v0_vue_]{font-weight:500;color:#1f2937;font-size:.875rem}.user-plan[data-v-_v0_vue_]{font-size:.75rem;color:#6b7280}.logout-btn[data-v-_v0_vue_]{color:#6b7280;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:color .2s ease}.logout-btn[data-v-_v0_vue_]:hover{color:#374151}.dashboard[data-v-_v0_vue_]{max-width:80rem;margin:0 auto;padding:2rem 1rem}.dashboard-header[data-v-_v0_vue_]{margin-bottom:2rem}.dashboard-title[data-v-_v0_vue_]{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.dashboard-subtitle[data-v-_v0_vue_]{color:#6b7280}.stats-grid[data-v-_v0_vue_]{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.stats-grid[data-v-_v0_vue_]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stats-grid[data-v-_v0_vue_]{grid-template-columns:repeat(3,1fr)}}.stat-card[data-v-_v0_vue_]{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;transition:box-shadow .3s ease}.stat-card[data-v-_v0_vue_]:hover{box-shadow:0 4px 6px -1px #0000001a}.stat-card.wide[data-v-_v0_vue_]{grid-column:1 / -1}.stat-header[data-v-_v0_vue_]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.stat-icon[data-v-_v0_vue_]{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.stat-icon.red[data-v-_v0_vue_]{background-color:#fef2f2;color:#dc2626}.stat-icon.green[data-v-_v0_vue_]{background-color:#f0fdf4;color:#16a34a}.stat-icon.yellow[data-v-_v0_vue_]{background-color:#fefce8;color:#ca8a04}.stat-icon.blue[data-v-_v0_vue_]{background-color:#eff6ff;color:#2563eb}.stat-info[data-v-_v0_vue_]{flex:1}.stat-title[data-v-_v0_vue_]{font-weight:600;color:#1f2937;font-size:.875rem}.stat-count[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.stat-list[data-v-_v0_vue_]{display:flex;flex-direction:column;gap:.75rem}.user-item[data-v-_v0_vue_]{display:flex;align-items:center;gap:.75rem}.user-avatar-small[data-v-_v0_vue_]{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.user-avatar-small.inactive[data-v-_v0_vue_]{opacity:.6}.user-avatar-placeholder[data-v-_v0_vue_]{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-avatar-placeholder.green[data-v-_v0_vue_]{background-color:#f0fdf4}.avatar-letter[data-v-_v0_vue_]{color:#16a34a;font-weight:600}.user-info-small[data-v-_v0_vue_]{flex:1}.user-name[data-v-_v0_vue_]{font-weight:500;color:#1f2937;font-size:.875rem}.user-username[data-v-_v0_vue_],.more-text[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.time-grid[data-v-_v0_vue_]{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media (min-width: 768px){.time-grid[data-v-_v0_vue_]{grid-template-columns:repeat(3,1fr)}}.time-card[data-v-_v0_vue_]{background-color:#eff6ff;padding:1rem;border-radius:.5rem;text-align:center}.time-hour[data-v-_v0_vue_]{font-size:1.5rem;font-weight:700;color:#2563eb}.time-engagement[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.time-rank[data-v-_v0_vue_]{font-size:.75rem;color:#2563eb;margin-top:.25rem}.premium-cta[data-v-_v0_vue_]{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:1rem;padding:1.5rem;color:#fff}.cta-content[data-v-_v0_vue_]{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (min-width: 768px){.cta-content[data-v-_v0_vue_]{flex-direction:row;text-align:left}}.cta-text[data-v-_v0_vue_]{flex:1}.cta-title[data-v-_v0_vue_]{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.cta-subtitle[data-v-_v0_vue_]{opacity:.9}.cta-button[data-v-_v0_vue_]{background:#fff;color:#8b5cf6;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cta-button[data-v-_v0_vue_]:hover{background-color:#f9fafb}.premium-view[data-v-_v0_vue_]{max-width:80rem;margin:0 auto;padding:2rem 1rem}.premium-header[data-v-_v0_vue_]{margin-bottom:2rem}.premium-title[data-v-_v0_vue_]{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.premium-subtitle[data-v-_v0_vue_]{color:#6b7280}.premium-grid[data-v-_v0_vue_]{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 1024px){.premium-grid[data-v-_v0_vue_]{grid-template-columns:repeat(2,1fr)}}.premium-card[data-v-_v0_vue_]{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.premium-card-header[data-v-_v0_vue_]{padding:1.5rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.premium-icon[data-v-_v0_vue_]{width:3rem;height:3rem;background-color:#f3e8ff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.premium-info[data-v-_v0_vue_]{flex:1}.premium-card-title[data-v-_v0_vue_]{font-weight:600;color:#1f2937}.premium-card-subtitle[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.visitor-list[data-v-_v0_vue_]{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.visitor-item[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.visitor-info[data-v-_v0_vue_]{display:flex;align-items:center;gap:.75rem}.visitor-avatar[data-v-_v0_vue_]{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.visitor-details[data-v-_v0_vue_]{flex:1}.visitor-name[data-v-_v0_vue_]{font-weight:500;color:#1f2937}.visitor-username[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.visitor-time[data-v-_v0_vue_]{text-align:right}.visit-time[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.premium-locked[data-v-_v0_vue_]{position:relative;padding:1.5rem}.locked-content[data-v-_v0_vue_]{filter:blur(2px);pointer-events:none}.locked-placeholder[data-v-_v0_vue_]{display:flex;flex-direction:column;gap:1rem}.placeholder-item[data-v-_v0_vue_]{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.placeholder-avatar[data-v-_v0_vue_]{width:3rem;height:3rem;background-color:#d1d5db;border-radius:50%}.placeholder-text[data-v-_v0_vue_]{flex:1;margin-left:.75rem}.placeholder-line[data-v-_v0_vue_]{height:1rem;background-color:#d1d5db;border-radius:.25rem;width:6rem;margin-bottom:.25rem}.placeholder-line-small[data-v-_v0_vue_]{height:.75rem;background-color:#e5e7eb;border-radius:.25rem;width:4rem}.unlock-overlay[data-v-_v0_vue_]{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center}.unlock-content[data-v-_v0_vue_]{text-align:center;padding:1.5rem}.unlock-icon[data-v-_v0_vue_]{width:4rem;height:4rem;background-color:#f3e8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.unlock-title[data-v-_v0_vue_]{font-weight:600;color:#1f2937;margin-bottom:.5rem}.unlock-subtitle[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.unlock-button[data-v-_v0_vue_]{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.unlock-button[data-v-_v0_vue_]:hover{background:linear-gradient(135deg,#7c3aed,#db2777)}.private-profile[data-v-_v0_vue_]{padding:0 1.5rem 1.5rem}.profile-container[data-v-_v0_vue_]{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem}.profile-header[data-v-_v0_vue_]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile-avatar[data-v-_v0_vue_]{width:4rem;height:4rem;border-radius:50%;object-fit:cover}.profile-info[data-v-_v0_vue_]{flex:1}.profile-name[data-v-_v0_vue_]{font-weight:700;font-size:1.125rem}.profile-username[data-v-_v0_vue_]{color:#6b7280}.profile-stats[data-v-_v0_vue_]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.profile-stat[data-v-_v0_vue_]{text-align:center}.stat-number[data-v-_v0_vue_]{font-weight:700;font-size:1.25rem}.stat-label[data-v-_v0_vue_]{font-size:.875rem;color:#6b7280}.profile-bio[data-v-_v0_vue_]{color:#374151}.locked-profile[data-v-_v0_vue_]{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem}.locked-profile-header[data-v-_v0_vue_]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.placeholder-avatar-large[data-v-_v0_vue_]{width:4rem;height:4rem;background-color:#d1d5db;border-radius:50%}.placeholder-profile-info[data-v-_v0_vue_]{flex:1}.placeholder-line-large[data-v-_v0_vue_]{height:1.25rem;background-color:#d1d5db;border-radius:.25rem;width:8rem;margin-bottom:.5rem}.locked-profile-stats[data-v-_v0_vue_]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.placeholder-stat[data-v-_v0_vue_]{text-align:center}.placeholder-number[data-v-_v0_vue_]{height:1.25rem;background-color:#d1d5db;border-radius:.25rem;width:2rem;margin:0 auto .25rem}.placeholder-label[data-v-_v0_vue_]{height:.75rem;background-color:#e5e7eb;border-radius:.25rem;width:3rem;margin:0 auto}.placeholder-bio[data-v-_v0_vue_]{height:1rem;background-color:#d1d5db;border-radius:.25rem;width:100%}.upgrade-banner[data-v-_v0_vue_]{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:1rem;padding:2rem;color:#fff;text-align:center}.upgrade-title[data-v-_v0_vue_]{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.upgrade-subtitle[data-v-_v0_vue_]{margin-bottom:1.5rem;opacity:.9}.upgrade-button[data-v-_v0_vue_]{background:#fff;color:#8b5cf6;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.upgrade-button[data-v-_v0_vue_]:hover{background-color:#f9fafb}@media (max-width: 640px){.queue-card[data-v-_v0_vue_],.login-card[data-v-_v0_vue_],.modal-content[data-v-_v0_vue_]{margin:1rem;padding:1.5rem}.title[data-v-_v0_vue_]{font-size:1.5rem}.dashboard[data-v-_v0_vue_],.premium-view[data-v-_v0_vue_]{padding:1rem}.dashboard-title[data-v-_v0_vue_],.premium-title[data-v-_v0_vue_]{font-size:1.5rem}.cta-content[data-v-_v0_vue_]{text-align:center}.user-details[data-v-_v0_vue_]{display:none!important}}@keyframes fadeIn-_v0_vue_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in[data-v-_v0_vue_]{animation:fadeIn-_v0_vue_ .5s ease-out}button[data-v-_v0_vue_]:focus,input[data-v-_v0_vue_]:focus{outline:2px solid #8b5cf6;outline-offset:2px}[data-v-_v0_vue_]{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
