body { background-color: #09090b; color: #f4f4f5; -webkit-tap-highlight-color: transparent; overflow-x: hidden; }
.glass { background: rgba(24, 24, 27, 0.98); border-bottom: 2px solid #FCD34D; backdrop-filter: blur(15px); }
.glass-float { background: rgba(24, 24, 27, 0.95); border: 1px solid rgba(252, 211, 77, 0.2); box-shadow: 0 10px 40px -10px rgba(0,0,0,0.7); backdrop-filter: blur(10px); }
input, select, textarea { background: #27272a !important; color: white !important; border: 1px solid #3f3f46 !important; padding: 12px; border-radius: 12px; width: 100%; outline: none; font-size: 14px; }

/* SIDEBAR CATEGORIAS À ESQUERDA */
.sidebar-categories { width: 105px; position: fixed; left: 8px; top: 175px; display: flex; flex-direction: column; gap: 8px; z-index: 30; }
.category-pill { width: 100%; text-align: left; padding: 12px 10px; border-radius: 15px; font-size: 9px; font-weight: 800; text-transform: uppercase; border: 1px solid #27272a; background: #18181b; color: #71717a; transition: all 0.3s; line-height: 1; }
.category-active { background: #FCD34D !important; color: #09090b !important; border-color: #FCD34D; transform: translateX(5px); }

/* CARDS */
.product-card { background: #18181b; border: 1px solid #27272a; border-radius: 18px; padding: 10px; display: flex; gap: 12px; margin-bottom: 10px; margin-left: 120px; width: calc(100% - 128px); }
.img-wrapper { width: 70px; height: 70px; border-radius: 12px; overflow: hidden; background: #27272a; flex-shrink: 0; }
.product-img { width: 100%; height: 100%; object-fit: cover; }

.no-scrollbar::-webkit-scrollbar { display: none; }
@keyframes alert-pulse { 0% { background-color: #09090b; } 50% { background-color: #450a0a; } 100% { background-color: #09090b; } }
.alerta-ativa { animation: alert-pulse 1.5s infinite !important; }
