
:root{--yellow-500:#FFC107;--yellow-600:#FFB300;--yellow-700:#FFA000;--bg:#fffef6;--text:#2b2b2b}
body{font-family:'Poppins',sans-serif;background:var(--bg);color:var(--text)}
.logo-center{height:72px;width:auto;border-radius:12px;object-fit:contain}
.nav-links .btn-pill{border:none;border-radius:999px;padding:.45rem .9rem}
.btn-yellow{background:var(--yellow-600);color:#1a1a1a;border:none}.btn-yellow:hover{background:var(--yellow-700);color:#000}
.card-product{border:none;box-shadow:0 4px 14px rgba(0,0,0,.08)}.badge-brand{background:#111;color:#fff}.footer{padding:24px;text-align:center;color:#666}
.btn i{margin-right:8px}.form-control,.form-select{border-radius:10px}
.table-modern thead{background:var(--yellow-500)}.table-modern thead th{color:#000}.table-modern tbody tr{background:#fff}.table-modern tbody tr:hover{background:#fff9d6}
.kpi-card{border-radius:14px;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.size-chip .btn{border-radius:999px;padding:.35rem .75rem}
.size-chip .btn-check:checked+.btn{background:#111;color:#fff}
.blink{animation:blink 1s linear infinite}
@keyframes blink{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}
.thumb-grid img{height:56px;border-radius:8px;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.1);object-fit:cover}
.desc-collapsed{display:none}
.chart-icon{height:28px;width:auto;opacity:.85;margin-right:8px;vertical-align:middle}
.badge-status{border-radius:999px;padding:.35rem .6rem;font-weight:600}
.badge-prep{background:var(--yellow-500);color:#2b2b2b}
.badge-entregue{background:#4CAF50;color:#fff}
.badge-fechada{background:#607D8B;color:#fff}
.site-header{background:var(--bg);}
/* Fundo infantil com estrelas (SVG embutido + bolhas) */
body{background-image: radial-gradient( circle at 10% 10%, rgba(255,193,7,.12) 0 12%, transparent 12% ),
                 radial-gradient( circle at 90% 20%, rgba(255,193,7,.10) 0 10%, transparent 10% ),
                 radial-gradient( circle at 30% 80%, rgba(255,193,7,.10) 0 10%, transparent 10% ),
                 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cg fill='%23FFC107' opacity='0.35'%3E%3Cpath d='M70 10l4 12h12l-10 7 4 12-10-7-10 7 4-12-10-7h12z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat; background-size: auto, auto, auto, 180px 180px; }

.btn-outline-primary{border-color:#FFB300;color:#FFB300}.btn-outline-primary:hover{background:#FFC107;color:#000}
.btn-outline-danger{border-color:#FF7043;color:#FF7043}.btn-outline-danger:hover{background:#FF7043;color:#fff}
