:root{--primary: #2563EB;--primary-hover: #1d4ed8;--bg-dark: #1e293b;--bg-card: #0f172a;--text-main: #ffffff;--text-muted: #94a3b8;--input-bg: #f1f5f9;--radius: 12px;--font-family: "Inter", system-ui, sans-serif}[data-theme=midnight]{--primary: #3b82f6;--primary-hover: #2563eb;--bg-dark: #000000;--bg-card: #111111;--text-muted: #a3a3a3}[data-theme=forest]{--primary: #10b981;--primary-hover: #059669;--bg-dark: #052e16;--bg-card: #022c22;--text-muted: #86efac}[data-theme=wine]{--primary: #fb7185;--primary-hover: #f43f5e;--bg-dark: #4a044e;--bg-card: #2e022d;--text-muted: #fda4af}[data-theme=slate]{--primary: #cbd5e1;--primary-hover: #94a3b8;--bg-dark: #111827;--bg-card: #030712;--text-muted: #6b7280}[data-theme=royal]{--primary: #a78bfa;--primary-hover: #8b5cf6;--bg-dark: #2e1065;--bg-card: #1e0bb1;--text-muted: #ddd6fe}[data-theme=ocean]{--primary: #22d3ee;--primary-hover: #06b6d4;--bg-dark: #083344;--bg-card: #082f49;--text-muted: #bae6fd}[data-theme=sunset]{--primary: #fb923c;--primary-hover: #f97316;--bg-dark: #431407;--bg-card: #2a0a04;--text-muted: #fdba74}[data-theme=light]{--primary: #2563EB;--primary-hover: #1d4ed8;--bg-dark: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--bg-glass: rgba(0, 0, 0, .05)}[data-theme=cream]{--primary: #a97142;--primary-hover: #925c35;--bg-dark: #fdf6e3;--bg-card: #eee8d5;--text-main: #433422;--text-muted: #8b7e6e;--bg-glass: rgba(67, 52, 34, .05)}[data-theme=noir]{--primary: #d4af37;--primary-hover: #b4941f;--bg-dark: #000000;--bg-card: #0a0a0a;--text-main: #f5f5f5;--text-muted: #a3a3a3;--border-color: #333}[data-theme=arctic]{--primary: #0ea5e9;--primary-hover: #0284c7;--bg-dark: #f0f9ff;--bg-card: #e0f2fe;--text-main: #0c4a6e;--text-muted: #334155;--bg-glass: rgba(14, 165, 233, .05)}[data-theme=sakura]{--primary: #ec4899;--primary-hover: #db2777;--bg-dark: #fff1f2;--bg-card: #ffe4e6;--text-main: #881337;--text-muted: #9f1239;--bg-glass: rgba(236, 72, 153, .05)}[data-theme=emerald]{--primary: #34d399;--primary-hover: #10b981;--bg-dark: #022c22;--bg-card: #064e3b;--text-main: #ecfdf5;--text-muted: #6ee7b7}[data-theme=graphite]{--primary: #94a3b8;--primary-hover: #64748b;--bg-dark: #18181b;--bg-card: #27272a;--text-main: #fafafa;--text-muted: #a1a1aa}[data-theme=lavender]{--primary: #8b5cf6;--primary-hover: #7c3aed;--bg-dark: #f5f3ff;--bg-card: #ede9fe;--text-main: #4c1d95;--text-muted: #5b21b6;--bg-glass: rgba(139, 92, 246, .05)}[data-theme=sapphire]{--primary: #3b82f6;--primary-hover: #2563eb;--bg-dark: #172554;--bg-card: #1e3a8a;--text-main: #eff6ff;--text-muted: #93c5fd}[data-theme=sand]{--primary: #d97706;--primary-hover: #b45309;--bg-dark: #fffbeb;--bg-card: #fef3c7;--text-main: #451a03;--text-muted: #78350f;--bg-glass: rgba(217, 119, 6, .05)}[data-theme=neon]{--primary: #06b6d4;--primary-hover: #0891b2;--bg-dark: #09090b;--bg-card: #18181b;--text-main: #ffffff;--text-muted: #22d3ee;--border-color: #06b6d4}[data-theme=mint]{--primary: #14b8a6;--primary-hover: #0d9488;--bg-dark: #f0fdfa;--bg-card: #ccfbf1;--text-main: #134e4a;--text-muted: #115e59;--bg-glass: rgba(20, 184, 166, .05)}[data-theme=light],[data-theme=cream],[data-theme=arctic],[data-theme=sakura],[data-theme=lavender],[data-theme=sand],[data-theme=mint]{--text-main: #000000 !important;color:#000!important}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=cream] h1,[data-theme=cream] h2,[data-theme=cream] h3,[data-theme=arctic] h1,[data-theme=arctic] h2,[data-theme=arctic] h3,[data-theme=sakura] h1,[data-theme=sakura] h2,[data-theme=sakura] h3,[data-theme=lavender] h1,[data-theme=lavender] h2,[data-theme=lavender] h3,[data-theme=sand] h1,[data-theme=sand] h2,[data-theme=sand] h3,[data-theme=mint] h1,[data-theme=mint] h2,[data-theme=mint] h3{color:#0d0d0d!important;text-shadow:none!important}h1,h2,h3,h4,h5,h6{color:var(--text-main);transition:color .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;margin:0;transition:background-color .5s ease}button{cursor:pointer;border:none;font-family:inherit}input{font-family:inherit}select{font-family:inherit;background-color:var(--bg-dark, #1e293b)!important;color:var(--text-main, #fff)}select option{background-color:var(--bg-dark, #1e293b);color:var(--text-main, #fff)}.glass-panel{background:transparent}@media(min-width:768px){.glass-panel{background:#1e293b;background:var(--bg-dark);padding:40px;border-radius:24px;box-shadow:0 25px 50px -12px #00000080}}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}@keyframes editPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.item-card-hover{transition:transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1),filter .15s ease}.item-card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #0009,0 8px 12px -2px #0006;filter:brightness(1.1);z-index:10}.item-card-hover:active{transform:translateY(1px);box-shadow:0 2px 4px -1px #0006;filter:brightness(.95)}.login-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.login-card{width:100%;max-width:400px;padding:40px 20px;text-align:center;animation:slideUpFade .6s ease-out;background:transparent}.login-logo{width:120px;height:auto;margin-bottom:2rem}.login-welcome{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.login-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1rem}.input-group{position:relative}.login-input{width:100%;padding:16px;background:#1e293b;border:1px solid rgba(255,255,255,.05);border-radius:12px;color:var(--text-main);font-size:1rem;transition:all .2s ease}.login-input:focus{outline:none;border-color:var(--primary);background:#1e293b;box-shadow:0 0 0 2px #2563eb33}.login-button{width:100%;padding:16px;background:var(--primary);color:#fff;font-weight:600;border-radius:12px;font-size:1rem;transition:background .2s;margin-top:10px}.login-button:hover{background:var(--primary-hover)}.login-button:disabled{opacity:.7;cursor:not-allowed}.error-msg{color:#fca5a5;font-size:.85rem;text-align:left;background:#7f1d1d33;padding:10px;border-radius:8px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pos-container{display:flex;height:100vh;width:100vw;background-color:var(--bg-dark);color:var(--text-main);overflow:hidden}.pos-sidebar{width:80px;background-color:var(--bg-card);display:flex;flex-direction:column;align-items:center;padding-top:20px;border-right:1px solid rgba(255,255,255,.1);z-index:50}.pos-nav-item{width:50px;height:50px;border-radius:12px;display:flex;justify-content:center;align-items:center;margin-bottom:15px;cursor:pointer;transition:all .2s ease;color:var(--text-muted)}.pos-nav-item:hover,.pos-nav-item.active{background-color:var(--primary);color:#fff;box-shadow:0 4px 15px #0000004d}.pos-content{flex:1;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.pos-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:16px}.pos-grid-orders{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:20px;overflow-y:auto;height:100%}.btn-pos{background-color:var(--primary);color:#fff;padding:12px 24px;border-radius:var(--radius);font-weight:600;border:none;cursor:pointer;transition:transform .1s}.btn-pos:active{transform:scale(.95)}@keyframes pos-ready-blink{0%,to{opacity:1}50%{opacity:.6}}@keyframes toast-fade-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}
