*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f5f5f5;color:#171717}header{background:#111;color:#fff;padding:15px 20px;display:flex;align-items:center;gap:25px;flex-wrap:wrap}.brand{font-size:22px;font-weight:800}nav{display:flex;gap:5px;flex-wrap:wrap}nav a{color:white;text-decoration:none;padding:8px 10px;border-radius:7px}nav a:hover{background:#333}main{max-width:1200px;margin:20px auto;padding:0 15px}.hero{background:#111;color:white;border-radius:18px;padding:35px 25px;margin-bottom:20px}.hero h1{font-size:34px;margin:0 0 10px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.card{background:white;border-radius:14px;padding:18px;box-shadow:0 2px 12px #00000012}.card b.big{font-size:28px;display:block;margin-top:8px}.formgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}label{font-weight:600;font-size:14px}input,select,textarea{width:100%;padding:12px;border:1px solid #d4d4d4;border-radius:8px;margin:5px 0 10px;background:#fff}button,.btn{border:0;background:#111;color:#fff;padding:12px 16px;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block}.btn.green{background:#16803c}.btn.red{background:#b42318}.tablewrap{overflow:auto;background:white;border-radius:14px;padding:10px;margin-top:18px}table{width:100%;border-collapse:collapse}th,td{padding:11px;border-bottom:1px solid #eee;text-align:left}.alert{padding:12px;background:#fff3cd;border-radius:8px;margin:10px 0}.ok{padding:14px;background:#dcfce7;color:#166534;border-radius:10px}.muted{color:#666}.login{min-height:100vh;display:grid;place-items:center;background:#111}.loginbox{width:min(390px,92vw);background:#fff;padding:30px;border-radius:18px}.stars{color:#f59e0b;font-size:21px}.slotgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;margin-top:10px}.slot{padding:11px;border:1px solid #ddd;border-radius:8px;text-align:center;cursor:pointer;background:#fff}.slot:hover{background:#eee}.slot.selected{background:#111;color:#fff}.service{cursor:pointer;border:2px solid transparent}.service:hover{border-color:#111}.service.selected{border-color:#111}.topline{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:650px){.hero h1{font-size:27px}header{display:block}nav{margin-top:10px}.card{padding:15px}}
.admin-form{margin-bottom:18px}.admin-form h3{margin-top:0}.check{display:flex;align-items:center;gap:8px;margin:4px 0 14px;font-weight:600}.check input{width:auto;margin:0}.btn.small{padding:7px 10px;font-size:12px}.btn.danger{background:#b42318}.badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}.badge.on{background:#dcfce7;color:#166534}.badge.off{background:#eee;color:#666}.inline-form,.status-form{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.inline-form input,.status-form input,.status-form select{width:auto;margin:0;padding:8px}.status-form input{min-width:140px}.status-form select{min-width:125px}
.quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.quick-actions .btn{background:#fff;color:#111;border:1px solid #ddd}.quick-actions .btn:hover{background:#f2f2f2}

/* ===== TEMA EDITÁVEL DO PAINEL ===== */
:root{
  --theme-primary:#111111;
  --theme-secondary:#333333;
  --theme-bg:#f4f4f2;
  --theme-card:#ffffff;
  --theme-text:#171717;
  --theme-muted:#737373;
  --theme-border:#e5e5e5;
  --theme-radius:14px;
}
body.admin-theme{background:var(--theme-bg);color:var(--theme-text)}
body.admin-theme header{background:var(--theme-primary)}
body.admin-theme .hero{background:var(--theme-primary)}
body.admin-theme .card,.admin-theme .tablewrap,.admin-theme .loginbox{background:var(--theme-card)}
body.admin-theme .btn:not(.red):not(.green){background:var(--theme-primary)}
body.admin-theme nav a:hover{background:var(--theme-secondary)}
body.admin-theme .card,.admin-theme .tablewrap{border-radius:var(--theme-radius)}
.theme-panel{background:var(--theme-card);border:1px solid var(--theme-border);border-radius:18px;padding:24px;margin-top:20px}
.theme-preview{display:flex;gap:10px;align-items:center;margin:15px 0}
.theme-swatch{width:42px;height:42px;border-radius:10px;border:1px solid #ddd}
.theme-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.theme-field label{display:block;font-weight:700;font-size:13px}
.theme-field input[type=color]{height:46px;padding:4px;cursor:pointer}
.theme-field select{margin-top:6px}
.theme-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.theme-presets{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.theme-preset{border:1px solid var(--theme-border);background:var(--theme-card);border-radius:10px;padding:9px 12px;cursor:pointer}
.theme-preset:hover{border-color:var(--theme-primary)}
