*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
body{background:#0a0a0a;color:#fff}

/* CAPA COM FUNDO ESCURECIDO PRA LETRA APARECER */
.capa{
  height: 200px;
  display:flex;
  align-items:flex-end;
  padding:16px;
  gap:12px;
  position:relative;
  background-size:cover !important;
  background-position:center 30% !important;
  isolation:isolate;
}
.capa::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%);
  z-index:1;
}
.logo,.header-info{position:relative; z-index:2;}
.logo{width:72px;height:72px;border-radius:50%;border:3px solid #FFD700;background:#000;object-fit:cover}
.header-info h1{
  font-size:22px;
  line-height:19px;
  color:#FFD700;
  font-weight:900;
  text-shadow: 0 2px 10px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.35);
  padding:4px 8px;
  border-radius:6px;
  backdrop-filter: blur(2px);
}
.header-info p{font-size:12px;color:#fff;margin-top:4px;text-shadow:0 2px 6px #000;font-weight:700}
.status{background:#25D366;color:#fff;font-size:10px;padding:4px 8px;border-radius:12px;font-weight:900;margin-top:6px;display:inline-block; box-shadow:0 2px 8px rgba(0,0,0,0.5);}

.menu-cat{display:flex;gap:8px;padding:12px;overflow:auto;background:#111}
.cat{background:#1e1e1e;color:#fff;padding:8px 14px;border-radius:20px;white-space:nowrap;font-size:13px;border:1px solid #333}
.cat.ativo{background:#FFD700;color:#000;font-weight:900}
.produto{display:flex;gap:12px;padding:14px;border-bottom:1px solid #1a1a1a;background:#111;margin:8px;border-radius:12px}
.produto img{width:80px;height:80px;border-radius:10px;object-fit:cover}
.prod-info{flex:1}
.prod-info h3{font-size:15px;color:#fff}
.prod-info p{font-size:12px;color:#999;margin:4px 0}
.preco{color:#FFD700;font-weight:900}
.btn-add{background:#FFD700;color:#000;border:none;width:36px;height:36px;border-radius:50%;font-weight:900;font-size:20px}
.carrinho-bar{position:fixed;bottom:0;left:0;right:0;background:#FFD700;color:#000;padding:14px 20px;display:flex;justify-content:space-between;font-weight:900;z-index:99}
#modal-carrinho{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.9);z-index:100;padding:14px;overflow:auto}
.modal-box{background:#121212;border:1px solid #333;border-radius:16px;padding:16px;max-width:420px;margin:20px auto}
input,select{width:100%;padding:12px;margin-top:8px;border-radius:8px;border:1px solid #333;background:#1e1e1e;color:#fff;font-size:16px}
.btn-final{width:100%;background:#25D366;color:#fff;padding:14px;border:none;border-radius:10px;font-weight:900;margin-top:12px}
.btn-fechar{width:100%;background:#222;color:#fff;padding:10px;border:none;border-radius:8px;margin-top:8px}
.btn-outline{width:100%;background:transparent;color:#999;padding:10px;border:1px solid #333;border-radius:8px;margin-top:8px}
.btn-tipo{flex:1;padding:12px;border-radius:8px;border:1px solid #333;background:#1e1e1e;color:#fff;font-weight:900;font-size:12px}
.btn-tipo.ativo-tipo{background:#FFD700;color:#000;border-color:#FFD700}
@media (max-width:480px){.capa{height:165px;}.logo{width:60px;height:60px;}.header-info h1{font-size:19px;}}
