@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg-gradient-start:#09090b;--bg-gradient-end:#17102b;--accent:#8b5cf6;--accent-hover:#7c3aed;--accent-light:#8b5cf633;--text:#f8fafc;--text-muted:#94a3b8;--glass-bg:#ffffff08;--glass-border:#ffffff14;--card-bg:#0f172a99;--radius:12px}*{box-sizing:border-box;color:var(--text);margin:0;padding:0;font-family:Plus Jakarta Sans,system-ui,sans-serif}html{background-color:#09090b}body{background:linear-gradient(135deg, var(--bg-gradient-start), var(--bg-gradient-end));-webkit-font-smoothing:antialiased;min-height:100vh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background-attachment:fixed}h1,h2,h3,h4{font-weight:700;line-height:1.2}p{color:var(--text-muted);line-height:1.6}button{cursor:pointer;background:0 0;border:none;font-family:inherit;animation:.5s ease-out forwards fade-up}.hidden-mobile{display:block}@media (width<=768px){.hidden-mobile{display:none!important}}.visible-mobile{display:none}@media (width<=768px){.visible-mobile{display:block!important}}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 15px var(--accent-light);border-radius:8px;padding:12px 24px;font-weight:600}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf64d}.btn-secondary{color:var(--text);border:1px solid var(--glass-border);background:0 0;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#ffffff0d;border-color:#fff3}.text-gradient{background:linear-gradient(90deg,#a78bfa,#fbcfe8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.4s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{transform-origin:50%;animation:.8s linear infinite spin;display:inline-block}.animate-spin{animation:1s linear infinite spin}.loading-overlay{min-height:100vh;color:var(--text-muted);background:var(--bg-gradient-start);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}@media (width<=768px){.container{padding:0 16px}.hidden-mobile{display:none!important}.flex-col-mobile{flex-direction:column!important}.w-full-mobile{width:100%!important}}@media (width>=769px){.mobile-only{display:none!important}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#ffffff26 #09090b}::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#09090b;border-radius:0}html::-webkit-scrollbar-track{background:#09090b;border-radius:0}body::-webkit-scrollbar-track{background:#09090b;border-radius:0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}html::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}html::-webkit-scrollbar-thumb:hover{background:var(--accent)}body::-webkit-scrollbar-thumb:hover{background:var(--accent)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:6px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--accent)}.admin-dashboard-container{max-width:1200px;margin:0 auto;padding:2rem}.admin-header{margin-bottom:2rem}.admin-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:800}.admin-subtitle{color:var(--text-muted)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.stat-info p{color:var(--text-muted);margin-bottom:.25rem;font-size:.875rem}.stat-value{color:#fff;font-size:1.875rem;font-weight:700}.stat-icon-wrapper{border-radius:.75rem;justify-content:center;align-items:center;padding:1rem;display:flex}.icon-blue{color:#3b82f6;background:#3b82f61a}.icon-emerald{color:#10b981;background:#10b9811a}.icon-red{color:#ef4444;background:#ef44441a}.icon-amber{color:#f59e0b;background:#f59e0b1a}.admin-action-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#f59e0b1a,#f973161a);border:1px solid #f59e0b33;border-radius:1rem;padding:2rem}.admin-sidebar{background:#020617;border-right:1px solid #ffffff1a;flex-direction:column;width:260px;height:100vh;display:flex;position:sticky;top:0}.sidebar-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.nav-item{color:var(--text-muted);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0d}.nav-item.active{color:#f59e0b;background:#f59e0b1a;font-weight:600}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem}.logout-btn{width:100%;color:var(--text-muted);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.logout-btn:hover{color:#ef4444;background:#ef44441a}.admin-table-container{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1rem;overflow:hidden}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{color:var(--text-muted);background:#ffffff05;border-bottom:1px solid #ffffff0d;padding:1rem 1.5rem;font-size:.875rem;font-weight:600}.admin-table td{border-bottom:1px solid #ffffff0d;padding:1rem 1.5rem}.business-info{align-items:center;gap:1rem;display:flex}.business-logo-placeholder{color:#f59e0b;background:#f59e0b1a;border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.badge{border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-emerald{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.badge-red{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.badge-slate{color:#94a3b8;background:#94a3b81a}.action-btn{color:var(--text-muted);border-radius:.5rem;padding:.5rem;transition:all .2s}.action-btn:hover{background:#ffffff0d}.action-btn.btn-delete:hover{color:#ef4444;background:#ef44441a}.action-btn.btn-edit:hover{color:#f59e0b;background:#f59e0b1a}.admin-tabs{border-bottom:1px solid #ffffff1a;gap:1rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex}.tab-btn{color:var(--text-muted);border-radius:.75rem;padding:.75rem 1.25rem;font-weight:600;transition:all .2s;position:relative}.tab-btn:hover{color:#fff;background:#ffffff0d}.tab-btn.active{color:#f59e0b}.tab-btn.active:after{content:"";background:#f59e0b;height:2px;position:absolute;bottom:-.5rem;left:0;right:0;box-shadow:0 -4px 10px #f59e0b80}.mgmt-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;padding:1.5rem}.mgmt-list{flex-direction:column;gap:1rem;display:flex}.mgmt-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.mgmt-item:hover{background:#ffffff0a;border-color:#ffffff1a}.item-main{align-items:center;gap:1rem;display:flex}.item-icon{border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.admin-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:.625rem .875rem;font-size:.875rem}.admin-input:focus{background:#ffffff14;border-color:#f59e0b;outline:none}
