@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");:root{--font-inter:"Inter",sans-serif;--font-cinzel:"Cinzel",serif;--font-space:"Space Grotesk",sans-serif;--gold:#d4af37;--gold-glow:rgba(212,175,55,.15);--gold-dark:#aa841c;--bg-dark:#050505;--card-bg:hsla(0,0%,100%,.02);--card-border:hsla(0,0%,100%,.05);--blue-primary:#0a2463;--blue-dark:#000b30;--blue-glow:rgba(10,36,99,.2)}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:#222 transparent}body{background:var(--bg-dark);color:#fff;font-family:var(--font-inter);overflow-x:hidden;min-height:100vh}.glass{background:var(--card-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border)}.gold-glow{box-shadow:0 0 45px var(--gold-glow)}.gold-text{color:var(--gold);background:linear-gradient(135deg,#fff6d6,#d4af37 50%,#8a6f1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gold-button{background:linear-gradient(135deg,#d4af37,#aa841c);color:#000;font-weight:800;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.gold-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px var(--gold-glow)}.gold-button:active{transform:translateY(0)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#222;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#333}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.relative{position:relative}.absolute{position:absolute}.inline-block{display:inline-block}.block{display:block}.hidden{display:none}.self-start{align-self:flex-start}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:w-72{width:18rem}.md\:p-12{padding:3rem}.md\:text-left{text-align:left}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}}.w-full{width:100%}.h-full{height:100%}.max-w-md{max-width:28rem}.max-w-5xl{max-width:64rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-3{height:.75rem}.w-3{width:.75rem}.h-4{height:1rem}.w-4{width:1rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-8{height:2rem}.w-8{width:2rem}.h-10{height:2.5rem}.w-10{width:2.5rem}.h-12{height:3rem}.w-12{width:3rem}.h-16{height:4rem}.w-16{width:4rem}.h-64{height:16rem}.h-[\36 50px]{height:650px}.h-[\37 50px]{height:750px}.max-h-screen{max-height:100vh}.max-h-48{max-height:12rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.resize-none{resize:none}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-16{padding-left:4rem}.pl-24{padding-left:6rem}.pr-6{padding-right:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.text-white{color:#fff}.text-black{color:#000}.text-neutral-300{color:#d4d4d4}.text-neutral-400{color:#a3a3a3}.text-neutral-500{color:#737373}.text-red-400{color:#f87171}.text-red-500{color:#ef4444}.text-green-400{color:#4ade80}.text-green-500{color:#22c55e}.text-yellow-500{color:#eab308}.text-center{text-align:center}.text-left{text-align:left}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-bold{font-weight:700}.font-black{font-weight:900}.font-mono{font-family:monospace}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration:line-through}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.tracking-\[3px\]{letter-spacing:3px}.tracking-\[4px\]{letter-spacing:4px}.tracking-\[8px\]{letter-spacing:8px}.bg-\[\#050505\]{background-color:#050505}.bg-\[\#0a0a0a\]{background-color:#0a0a0a}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-red-500\/5{background-color:rgba(239,68,68,.05)}.bg-red-500\/10{background-color:rgba(239,68,68,.1)}.bg-green-500\/5{background-color:rgba(34,197,94,.05)}.bg-green-500\/10{background-color:rgba(34,197,94,.1)}.bg-\[\#D4AF37\]\/5{background-color:rgba(212,175,55,.05)}.bg-\[\#D4AF37\]\/10{background-color:rgba(212,175,55,.1)}.bg-yellow-500\/5{background-color:rgba(234,179,8,.05)}.bg-green-500{background-color:#22c55e}.bg-yellow-500{background-color:#eab308}.bg-red-500{background-color:#ef4444}.border-white\/5{border:1px solid hsla(0,0%,100%,.05)}.border-white\/10{border:1px solid hsla(0,0%,100%,.1)}.border-red-500\/10{border:1px solid rgba(239,68,68,.1)}.border-red-500\/20{border:1px solid rgba(239,68,68,.2)}.border-green-500\/20{border:1px solid rgba(34,197,94,.2)}.border-\[\#D4AF37\]\/10{border:1px solid rgba(212,175,55,.1)}.border-\[\#D4AF37\]\/20{border:1px solid rgba(212,175,55,.2)}.border-\[\#D4AF37\]\/30{border:1px solid rgba(212,175,55,.3)}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[28px\]{border-radius:28px}.rounded-\[30px\]{border-radius:30px}.rounded-\[35px\]{border-radius:35px}.rounded-\[40px\]{border-radius:40px}.rounded-full{border-radius:9999px}.transition-all{transition:all .3s ease}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}.hover\:text-white:hover{color:#fff}.hover\:bg-white\/5:hover{background-color:hsla(0,0%,100%,.05)}.hover\:bg-\[\#D4AF37\]\/5:hover{background-color:rgba(212,175,55,.05)}.hover\:bg-\[\#D4AF37\]\/10:hover{background-color:rgba(212,175,55,.1)}.hover\:border-\[\#D4AF37\]\/20:hover{border-color:rgba(212,175,55,.2)}.hover\:border-white\/10:hover{border-color:hsla(0,0%,100%,.1)}.active\:scale-95:active{transform:scale(.95)}.cursor-not-allowed{cursor:not-allowed}.animate-pulse{animation:pulse-glow 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.5}}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.premium-glass-card{background:hsla(0,0%,4%,.45)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:1px solid hsla(0,0%,100%,.08)!important;box-shadow:0 10px 40px rgba(0,0,0,.5),inset 0 1px 1px hsla(0,0%,100%,.08),0 0 60px rgba(212,175,55,.03)!important;position:relative;z-index:10}.premium-gold-button{background:linear-gradient(135deg,#fff6d6,#d4af37 50%,#b8901c)!important;color:#000!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;transition:all .4s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 15px rgba(212,175,55,.2)!important;position:relative!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;cursor:pointer}.premium-gold-button:after{content:""!important;position:absolute!important;top:0!important;left:-50%!important;width:200%!important;height:100%!important;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.25) 50%,hsla(0,0%,100%,0))!important;transform:skewX(-25deg)!important;transition:.75s!important;opacity:0!important}.premium-gold-button:hover:after{left:125%!important;opacity:1!important;transition:all .75s ease-in-out!important}.premium-gold-button:hover{transform:scale(1.02) translateY(-1px)!important;box-shadow:0 12px 28px rgba(212,175,55,.35)!important;background:linear-gradient(135deg,#fff,#e5c04a 50%,#a57f13)!important}.premium-gold-button:active{transform:scale(.98) translateY(0)!important}.premium-gold-button:disabled{background:#222!important;color:#666!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.premium-gold-button:disabled:after{display:none!important}.radial-bg-glow{background:radial-gradient(circle at center,rgba(212,175,55,.08) 0,rgba(0,122,255,.03) 45%,transparent 70%)!important}.group:focus-within .group-focus-within\:text-\[\#D4AF37\]{color:#d4af37!important}.group:focus-within .group-focus-within\:text-\[\#D4AF37\]\/75{color:rgba(212,175,55,.75)!important}.group:focus-within .group-focus-within\:border-\[\#D4AF37\]\/20{border-color:rgba(212,175,55,.2)!important}.py-4\.5{padding-top:1.125rem!important;padding-bottom:1.125rem!important}.group:hover .group-hover\:translate-x-1{transform:translateX(4px)!important}.group:hover .group-hover\:bg-\[\#D4AF37\]{background-color:#d4af37!important}.group:hover .group-hover\:scale-125{transform:scale(1.25)!important}.group:hover .group-hover\:underline{text-decoration:underline!important}.bg-zinc-900\/60{background-color:rgba(24,24,27,.6)!important}.bg-zinc-950\/50{background-color:rgba(9,9,11,.5)!important}.bg-black\/40{background-color:rgba(0,0,0,.4)!important}.bg-transparent,input.bg-transparent{background-color:transparent!important}input.bg-transparent{border:0!important;outline:none!important;box-shadow:none!important}.border-zinc-800\/60{border:1px solid rgba(39,39,42,.6)!important}.border-zinc-800{border:1px solid #27272a!important}.border-r{border-right-width:1px!important}.border-0{border-width:0!important}.backdrop-blur-xl{backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.pl-4{padding-left:1rem!important}.pr-12{padding-right:3rem!important}.p-10{padding:2.5rem!important}.text-zinc-400{color:#a1a1aa!important}.text-zinc-500{color:#71717a!important}.text-zinc-600{color:#52525b!important}.hover\:text-zinc-400:hover{color:#a1a1aa!important}.placeholder-zinc-500::placeholder{color:#71717a!important}.focus-within\:border-amber-500\/50:focus-within{border-color:rgba(245,158,11,.5)!important}.focus-within\:ring-1:focus-within{box-shadow:0 0 0 1px rgba(245,158,11,.3)!important}.focus-within\:ring-amber-500\/30:focus-within{box-shadow:0 0 0 3px rgba(245,158,11,.15)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.bg-surface-dim{background-color:#131313!important}.bg-surface-container-lowest{background-color:#0e0e0e!important}.bg-surface-container-low{background-color:#1c1b1b!important}.bg-surface-container-high{background-color:#2a2a2a!important}.bg-surface-container-highest{background-color:#353535!important}.text-on-surface-variant{color:#d0c5af!important}.text-primary-gold{color:#f2ca50!important}.text-secondary-cyan{color:#00e3fd!important}.bg-secondary-cyan{background-color:#00e3fd!important}.text-on-secondary-cyan{color:#00363d!important}.border-secondary-cyan{border-color:#00e3fd!important}.border-secondary-cyan-30{border-color:rgba(0,227,253,.3)!important}.border-primary-gold{border-color:#d4af37!important}.font-headline{letter-spacing:-.04em!important}.font-body,.font-headline,.font-label{font-family:var(--font-inter)}.shadow-neon-blue{box-shadow:0 8px 30px rgba(0,227,253,.3)!important}.shadow-gold-header{box-shadow:0 12px 12px rgba(233,195,73,.06)!important}.neon-blue-glow-text{text-shadow:0 0 8px rgba(0,227,253,.4)!important}.avatar-ring-master{border:2px solid #d4af37!important;padding:3px!important}.avatar-ring-available{border:2px solid #00e3fd!important;padding:3px!important}.avatar-ring-inactive{border:2px solid transparent!important;padding:3px!important}.service-card-horizontal{background-color:#1c1b1b!important;border-left:4px solid transparent!important;transition:all .25s ease-in-out!important}.service-card-horizontal.selected,.service-card-horizontal:hover{background-color:#2a2a2a!important}.service-card-horizontal.selected{border-left:4px solid #00e3fd!important}.time-slot-pill{border-radius:9999px!important;background-color:#353535!important;color:#d0c5af!important;transition:all .2s ease!important;border:1px solid transparent!important}.time-slot-pill:hover:not(:disabled){border-color:rgba(0,227,253,.3)!important;color:#fff!important}.time-slot-pill.selected{background:linear-gradient(135deg,#f2ca50,#d4af37)!important;color:#000!important;border-color:#d4af37!important}.time-slot-pill.booked{background-color:rgba(239,68,68,.05)!important;color:rgba(239,68,68,.3)!important;text-decoration:line-through!important;cursor:not-allowed!important}.underline-input-container{position:relative!important;margin-bottom:1.5rem!important}.underline-input{width:100%!important;background-color:transparent!important;border:none!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important;border-radius:0!important;padding:.5rem 0!important;font-size:.875rem!important;color:#fff!important;outline:none!important;transition:border-bottom-color .3s ease!important}.underline-input:focus{border-bottom-color:#d4af37!important;box-shadow:none!important}.underline-input-label{font-size:.75rem!important;text-transform:uppercase!important;font-weight:700!important;letter-spacing:.05em!important;color:#d4af37!important;display:block!important;margin-bottom:.25rem!important}.glass-navbar{border-radius:9999px!important;box-shadow:0 20px 40px rgba(0,0,0,.5)!important}.glass-floating-btn,.glass-navbar{background-color:rgba(53,53,53,.6)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}.glass-floating-btn{border:1px solid hsla(0,0%,100%,.08)!important}