@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--primary: #6366f1;--primary-hover: #4f46e5;--secondary: #ec4899;--bg: #0f172a;--card-bg: rgba(30, 41, 59, .7);--text: #f8fafc;--text-dim: #94a3b8;--accent: #10b981}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:Outfit,system-ui,sans-serif;background-color:var(--bg);background-image:radial-gradient(circle at 0% 0%,rgba(99,102,241,.15) 0,transparent 50%),radial-gradient(circle at 100% 100%,rgba(236,72,153,.15) 0,transparent 50%);color:var(--text);display:flex;justify-content:center;align-items:center;min-height:100vh}.app-container{width:100%;max-width:500px;padding:1.5rem;margin:1rem auto;background:var(--card-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));box-sizing:border-box}.app-container--admin{max-width:560px}@media (max-width: 640px){.app-container{width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0;border-radius:0;padding-left:1rem;padding-right:1rem;padding-top:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));overflow-x:hidden}.app-container--admin{max-width:100%}.card{padding:1rem}}.admin-header-row{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:0;margin-right:0;padding:0}.schedule-slot-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;min-width:0;max-width:100%}.schedule-slot-row label{max-width:100%}.schedule-slot-row label .input,.schedule-slot-row label select,.schedule-slot-row label input[type=time]{margin-bottom:0}.schedule-slot-row>button{align-self:flex-end;flex-shrink:0}.schedule-slot-row input[type=time],.schedule-slot-row .input{max-width:100%;box-sizing:border-box}.schedule-slot-row input[type=time]{padding-left:1rem;padding-right:1rem}@media (max-width: 480px){.schedule-settings-card{padding-right:1rem}.schedule-slot-row{flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box}.schedule-slot-row label{min-width:0!important;max-width:100%!important;width:100%;box-sizing:border-box}.schedule-slot-row .input,.schedule-slot-row select,.schedule-slot-row input[type=time]{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.schedule-slot-row input[type=time]{padding:.5rem .75rem!important;width:100%!important;max-width:100%!important;font-size:1rem;min-height:auto}.schedule-slot-row>button{align-self:flex-start}}h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#818cf8,#f472b6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.subtitle{color:var(--text-dim);margin-bottom:2rem}.button{background:var(--primary);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;font-size:1rem;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.button:hover{background:var(--primary-hover);transform:translateY(-1px)}.input{width:100%;background:rgba(15,23,42,.5);border:1px solid rgba(255,255,255,.1);padding:.75rem 1rem;border-radius:.75rem;color:#fff;margin-bottom:1rem;box-sizing:border-box;font-size:16px}.card{background:rgba(255,255,255,.03);padding:1.5rem;border-radius:1rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.05);min-width:0;max-width:100%;overflow-x:hidden;box-sizing:border-box}.ticket-num{font-size:4rem;font-weight:700;margin:1rem 0;color:var(--accent)}
