:root{
  --bg:#06130f;
  --bg2:#0b1f19;
  --panel:#101b20;
  --panel2:#13242a;
  --left:#0f1b20;
  --header:#16252b;
  --bubble:#1f2c33;
  --mine:#005c4b;
  --mine2:#067a63;
  --line:rgba(255,255,255,.10);
  --text:#f2fff9;
  --muted:#9fb6b2;
  --primary:#00a884;
  --primary2:#25d366;
  --accent:#00e5ff;
  --pink:#ff4fa3;
  --danger:#ff5b7a;
  --warning:#ffd166;
  --shadow:0 24px 80px rgba(0,0,0,.38);
  --radius:22px;
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 0%,rgba(37,211,102,.22),transparent 34rem),
    radial-gradient(circle at 90% 15%,rgba(0,229,255,.18),transparent 34rem),
    linear-gradient(135deg,var(--bg),var(--bg2));
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{border:0}
code{background:rgba(255,255,255,.10);border:1px solid var(--line);padding:2px 8px;border-radius:10px}

.zap-bg,.top-gradient{
  position:fixed;inset:0;pointer-events:none;opacity:.8;
  background-image:radial-gradient(rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:22px 22px;
  mask-image:linear-gradient(to bottom,#000,transparent 90%);
}
.glass-card,.auth-card{
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  backdrop-filter:blur(20px);
}
.btn{
  min-height:44px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;cursor:pointer;font-weight:900;transition:.18s transform,.18s background,.18s border-color,.18s box-shadow;white-space:nowrap
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary2));box-shadow:0 14px 34px rgba(37,211,102,.25)}
.btn.ghost{border:1px solid var(--line);background:rgba(255,255,255,.07)}
.btn.neon{background:linear-gradient(135deg,var(--pink),#7c3cff)}
.btn.danger-soft{background:rgba(255,91,122,.15);border:1px solid rgba(255,91,122,.34)}
.btn.wide{width:100%}
.muted{color:var(--muted)}
.tiny-note{font-size:12px;color:var(--muted)}
.alert{padding:14px 16px;border-radius:16px;margin:14px 0;font-weight:800;border:1px solid transparent}
.alert.success{background:rgba(37,211,102,.13);border-color:rgba(37,211,102,.35);color:#c9ffdf}
.alert.danger{background:rgba(255,91,122,.13);border-color:rgba(255,91,122,.35);color:#ffd3dc}

/* Login / cadastro / instalação */
.auth-body{display:flex;align-items:center;justify-content:center;padding:28px;min-height:100vh}
.auth-shell{width:min(1120px,100%);display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center;position:relative;z-index:1}
.auth-shell.compact-auth,.install-shell{display:block;width:min(780px,100%)}
.auth-hero{padding:34px}
.auth-hero h1{font-size:clamp(38px,6vw,76px);line-height:.94;margin:18px 0;background:linear-gradient(135deg,#fff,#bfffe1,#9bf6ff);-webkit-background-clip:text;color:transparent}
.auth-hero p{color:var(--muted);font-size:19px;line-height:1.65;max-width:620px}
.pill{display:inline-flex;padding:10px 16px;border-radius:999px;background:rgba(37,211,102,.16);border:1px solid rgba(37,211,102,.36);color:#b8ffd4;font-weight:950}
.auth-card{border-radius:28px;padding:34px;position:relative;overflow:hidden}
.auth-card:before{content:"";position:absolute;inset:auto -80px -130px auto;width:280px;height:280px;border-radius:50%;background:rgba(37,211,102,.16);filter:blur(12px)}
.auth-card h1,.auth-card h2{margin:12px 0 8px;font-size:34px}
.brand-mark{width:72px;height:72px;border-radius:25px;display:grid;place-items:center;font-size:35px;background:linear-gradient(135deg,var(--primary),var(--primary2),var(--accent));box-shadow:0 18px 48px rgba(37,211,102,.25)}
.brand-mark.small{width:42px;height:42px;font-size:22px;border-radius:15px}
.brand-line{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.form-stack{display:grid;gap:16px;margin-top:20px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}
.form-grid .span-2{grid-column:span 2}
label{display:grid;gap:8px;color:#eafff4;font-weight:850}
input,textarea,select{
  width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(6,13,16,.58);color:var(--text);border-radius:16px;outline:none;padding:14px 16px;transition:.18s border-color,.18s background,.18s box-shadow
}
input:focus,textarea:focus,select:focus{border-color:rgba(37,211,102,.75);box-shadow:0 0 0 4px rgba(37,211,102,.12);background:rgba(6,13,16,.72)}
textarea{resize:vertical;line-height:1.45}
.auth-link{text-align:center;color:var(--muted)}
.auth-link a{color:#173725;font-weight:950}.form-actions{display:flex;gap:12px;flex-wrap:wrap}
.login-box-inline{padding:18px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid var(--line);margin:18px 0;line-height:1.7}

/* Header antigo compatível */
.app-header{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(11,31,25,.8);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px;font-size:18px;font-weight:950;letter-spacing:-.02em}.brand span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary2))}.brand em{font-size:11px;font-style:normal;color:#a8ffd2;padding:3px 8px;border-radius:99px;background:rgba(37,211,102,.12)}
.header-actions{display:flex;align-items:center;gap:10px}.mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;border-radius:15px;font-size:22px;cursor:pointer}

/* App estilo WhatsApp */
.zap-app{position:relative;z-index:1;height:100vh;display:grid;grid-template-columns:360px minmax(0,1fr) 300px;background:rgba(5,13,16,.58)}
.zap-sidebar{background:var(--left);border-right:1px solid var(--line);min-height:0;overflow:hidden;display:flex;flex-direction:column}
.zap-mebar{height:76px;background:var(--header);display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--line)}
.me-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid var(--line);margin-bottom:16px}.me-card.compact{padding:0;background:transparent;border:0;margin:0;min-width:0}.me-card strong{display:block;font-size:15px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.me-card span{display:block;color:var(--muted);font-size:12px;margin-top:3px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avatar,.avatar-img{width:46px;height:46px;border-radius:50%;flex:0 0 auto}.avatar{display:grid;place-items:center;font-weight:950;color:#052218;background:linear-gradient(135deg,#b8ffd4,var(--primary2),var(--accent));box-shadow:inset 0 1px 0 rgba(255,255,255,.28)}.avatar.sm,.avatar-img.sm{width:36px;height:36px;font-size:13px}.avatar.sm2,.avatar-img.sm2{width:48px;height:48px;font-size:16px}.avatar.head,.avatar-img.head{width:44px;height:44px;font-size:16px}.avatar.xl,.avatar-img.xl{width:92px;height:92px;font-size:28px}.avatar-img{object-fit:cover;border:1px solid rgba(255,255,255,.18)}
.mini-actions{display:flex;align-items:center;gap:8px}.round-btn{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff;cursor:pointer}.round-btn:hover{background:rgba(255,255,255,.13)}.round-btn.danger{color:#ffd1da}
.zap-search{margin:12px 14px;display:flex;align-items:center;gap:9px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid var(--line);padding:0 12px}.zap-search input{border:0;background:transparent;padding:12px 2px;box-shadow:none}.zap-search input:focus{box-shadow:none;border:0;background:transparent}
.new-group-box{display:grid;gap:12px;margin:0 14px 12px;padding:14px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid var(--line)}
.conversation-list{overflow:auto;min-height:0;padding:0 8px 14px}.conversation-section{color:#7effb3;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:950;margin:14px 10px 6px}.conversation-item{width:100%;display:flex;align-items:center;gap:12px;border-radius:18px;padding:10px;background:transparent;color:var(--text);cursor:pointer;border:1px solid transparent;text-align:left;transition:.15s background,.15s border-color}.conversation-item:hover{background:rgba(255,255,255,.06)}.conversation-item.active{background:linear-gradient(135deg,rgba(0,168,132,.26),rgba(37,211,102,.11));border-color:rgba(37,211,102,.26)}
.conversation-avatar-wrap{position:relative;flex:0 0 auto}.online-dot{position:absolute;right:0;bottom:2px;width:12px;height:12px;border-radius:50%;background:var(--primary2);border:2px solid var(--left)}.conversation-body{min-width:0;flex:1;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:8px}.conversation-top,.conversation-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.conversation-top strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-top span{color:var(--muted);font-size:11px}.conversation-bottom small{color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--primary2);color:#062116;display:grid;place-items:center;font-size:11px;font-weight:950}

.zap-chat{min-width:0;min-height:0;display:flex;flex-direction:column;background:
  linear-gradient(rgba(7,18,16,.92),rgba(7,18,16,.92)),
  radial-gradient(circle at 20% 20%,rgba(37,211,102,.18),transparent 24rem),
  radial-gradient(circle at 70% 80%,rgba(0,229,255,.12),transparent 24rem)}
.zap-chat-header{height:76px;background:var(--header);display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--line)}.chat-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary2));overflow:hidden;flex:0 0 auto}.chat-avatar .avatar,.chat-avatar .avatar-img{width:48px;height:48px}.chat-heading{min-width:0;flex:1}.chat-heading h1{margin:0;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-heading p{margin:4px 0 0;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(37,211,102,.1);border:1px solid rgba(37,211,102,.25);color:#b9ffd5;font-size:12px;font-weight:950}.status-chip span{width:8px;height:8px;border-radius:50%;background:var(--primary2);box-shadow:0 0 0 5px rgba(37,211,102,.12)}
.zap-messages{flex:1;min-height:0;overflow:auto;padding:24px 8vw 16px;scroll-behavior:smooth}.empty-state{margin:26px auto;padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid var(--line);color:var(--muted);text-align:center;width:max-content;max-width:90%}.empty-state.small{font-size:13px;padding:13px 14px}.typing-line{padding:0 8vw 10px;color:#b8ffd4;font-size:13px}
.message{display:flex;gap:8px;align-items:flex-end;max-width:72%;margin:0 0 10px}.message.mine{margin-left:auto;justify-content:flex-end}.message.mine .bubble{background:linear-gradient(135deg,var(--mine),var(--mine2));border-color:rgba(37,211,102,.18);border-radius:18px 18px 4px 18px}.message:not(.mine) .bubble{border-radius:18px 18px 18px 4px}.bubble{position:relative;background:var(--bubble);border:1px solid rgba(255,255,255,.07);padding:8px 10px 6px;box-shadow:0 10px 30px rgba(0,0,0,.12);max-width:100%;min-width:122px}.message-meta{display:flex;align-items:center;gap:8px;margin-bottom:3px}.message-meta strong{font-size:12px;color:#8fffc0}.message.mine .message-meta strong{display:none}.message-text{white-space:pre-wrap;word-break:break-word;margin:4px 0 2px;line-height:1.45}.deleted-text{color:#c7d5d1;font-style:italic;margin:4px 0}.message-foot{display:flex;justify-content:flex-end;align-items:center;gap:5px;color:#c8d4d0;font-size:11px;margin-top:3px}.checks{letter-spacing:-2px;color:#d1dfdc}.checks.read{color:#6ee8ff}.message-image{display:block;max-width:min(330px,70vw);max-height:360px;border-radius:14px;object-fit:cover;margin:2px 0 6px}.bubble audio{width:min(320px,70vw);height:42px}.file-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:15px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.10);margin:4px 0;color:#fff}.file-card span{font-size:28px}.file-card strong{display:block;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card small{display:block;color:#c3d3ce;margin-top:3px}.message-actions{position:absolute;left:50%;top:-32px;transform:translateX(-50%);display:none;gap:3px;background:rgba(8,20,22,.92);border:1px solid var(--line);border-radius:999px;padding:4px;box-shadow:0 12px 28px rgba(0,0,0,.24);z-index:5}.bubble:hover .message-actions{display:flex}.message-actions button,.reactions button{cursor:pointer;border:0}.message-actions button{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff}.message-actions button:hover{background:rgba(255,255,255,.18)}.reactions{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.reactions button{border-radius:999px;background:rgba(255,255,255,.15);color:#fff;padding:3px 7px;font-size:12px}.reactions .mine-reaction{background:rgba(37,211,102,.28)}
.zap-composer{background:var(--header);border-top:1px solid var(--line);padding:10px 14px;display:flex;align-items:flex-end;gap:9px}.icon-btn,.send-fab{cursor:pointer;flex:0 0 auto;color:#fff}.icon-btn{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:20px}.icon-btn:hover{background:rgba(255,255,255,.14)}.icon-btn.recording{background:var(--danger);animation:pulse 1s infinite}.send-fab{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--primary2));font-size:22px;box-shadow:0 10px 26px rgba(37,211,102,.22)}.composer-main{position:relative;flex:1;min-width:0;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:22px;padding:2px 2px 2px}.composer-main textarea{border:0;background:transparent;box-shadow:none;min-height:44px;max-height:150px;resize:none;padding:12px 14px;color:#fff}.composer-main textarea:focus{border:0;box-shadow:none;background:transparent}.emoji-panel{position:absolute;left:0;bottom:58px;width:min(330px,80vw);display:grid;grid-template-columns:repeat(6,1fr);gap:6px;background:rgba(16,27,32,.98);border:1px solid var(--line);box-shadow:0 18px 50px rgba(0,0,0,.34);border-radius:20px;padding:10px}.emoji-panel button{height:38px;border-radius:12px;background:rgba(255,255,255,.08);font-size:21px;cursor:pointer}.file-preview{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:7px 8px 0;padding:8px 10px;border-radius:14px;background:rgba(37,211,102,.12);border:1px solid rgba(37,211,102,.24);font-size:13px;color:#d7ffe6}.file-preview button{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;cursor:pointer}
.zap-info{background:var(--left);border-left:1px solid var(--line);min-height:0;overflow:auto;padding:16px}.sidebar-section{margin-top:18px}.section-title{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#8ca7a1;font-weight:950;margin:0 0 12px}.info-card{border-radius:22px;padding:18px;background:rgba(255,255,255,.07);border:1px solid var(--line)}.info-card.vibrant{background:linear-gradient(135deg,rgba(0,168,132,.25),rgba(0,229,255,.10));border-color:rgba(37,211,102,.23)}.info-card strong{font-size:18px}.info-card p{color:var(--muted);line-height:1.5}.user-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:16px;background:rgba(255,255,255,.055);margin-bottom:8px}.user-row strong{display:block;font-size:14px}.user-row small{color:#8fffc0;font-size:12px}.mini-empty{color:var(--muted);font-size:13px;padding:12px;border-radius:16px;background:rgba(255,255,255,.05)}
.toast{position:fixed;right:20px;bottom:20px;z-index:99;min-width:260px;max-width:420px;padding:14px 16px;border-radius:16px;background:rgba(16,27,32,.96);border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s;color:#fff;font-weight:800}.toast.show{opacity:1;transform:translateY(0)}.toast.error{border-color:rgba(255,91,122,.5)}.toast.success{border-color:rgba(37,211,102,.5)}

/* Perfil */
.profile-page{position:relative;z-index:1;min-height:calc(100vh - 76px);display:grid;place-items:center;padding:26px}.profile-card{width:min(880px,100%);border-radius:28px;padding:28px}.profile-preview{display:flex;align-items:center;gap:18px;margin-bottom:18px}.profile-preview h1{margin:0;font-size:34px}.profile-preview p{margin:5px 0 0;color:var(--muted)}

@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,91,122,.45)}50%{box-shadow:0 0 0 10px rgba(255,91,122,0)}}
@media (max-width:1240px){.zap-app{grid-template-columns:340px minmax(0,1fr)}.zap-info{display:none}.message{max-width:82%}.zap-messages{padding-left:5vw;padding-right:5vw}}
@media (max-width:980px){.auth-shell{grid-template-columns:1fr}.auth-hero{padding:10px}.auth-hero h1{font-size:44px}.auth-card{padding:24px}.header-actions.zap-actions{display:none}.mobile-toggle{display:grid;place-items:center}.zap-app{grid-template-columns:1fr}.zap-sidebar{position:fixed;z-index:50;top:0;left:0;bottom:0;width:min(370px,calc(100vw - 34px));transform:translateX(-105%);transition:.22s transform;box-shadow:24px 0 60px rgba(0,0,0,.35)}.zap-sidebar.open{transform:translateX(0)}.zap-chat-header{padding:10px 12px}.zap-messages{padding:18px 12px 12px}.typing-line{padding:0 16px 8px}.message{max-width:92%}.zap-composer{padding:9px}.icon-btn{width:40px;height:40px}.send-fab{width:44px;height:44px}}
@media (max-width:640px){.auth-body{padding:18px}.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:span 1}.form-actions .btn{width:100%}.brand strong{font-size:15px}.brand em{display:none}.profile-preview{align-items:flex-start;flex-direction:column}.profile-card{padding:20px}.message{max-width:96%}.message-image{max-width:74vw}.zap-composer{gap:6px}.icon-btn{width:38px;height:38px;font-size:18px}.icon-btn#emojiToggle{display:none}.bubble audio{width:70vw}.toast{left:12px;right:12px;bottom:12px;min-width:0}.conversation-top strong{font-size:14px}.zap-mebar{height:70px}.zap-chat-header{height:70px}}
.profile-preview > img{width:92px;height:92px;border-radius:28px;object-fit:cover;border:1px solid rgba(255,255,255,.18)}

/* ChatLoja */
.chatloja-app{grid-template-columns:340px minmax(0,1fr) 390px}.chatloja-card strong{display:block;font-size:22px;margin-bottom:6px}.cart-header-btn b{min-width:22px;height:22px;border-radius:999px;background:#062116;color:#d9ffe9;display:grid;place-items:center;padding:0 7px}.catalog-mobile-btn{display:none}.product-panel{padding:14px}.product-filters select,.product-filters input,.cart-form-grid input,.cart-form-grid select,.admin-page input,.admin-page select,.admin-page textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;min-height:42px;padding:10px 12px;outline:none}.product-filters{display:grid;gap:8px}.product-catalog{display:grid;gap:10px;margin-top:14px}.product-card{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.055);border-radius:18px;padding:8px;transition:.16s transform,.16s background}.product-card:hover{transform:translateY(-1px);background:rgba(255,255,255,.08)}.product-img-btn{width:72px;height:72px;border-radius:16px;overflow:hidden;background:rgba(255,255,255,.08);cursor:pointer;padding:0}.product-img-btn img{width:100%;height:100%;object-fit:cover;display:block}.product-info{min-width:0}.product-info strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info small{display:block;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:3px 0}.product-info b{color:#b9ffd5;font-size:14px}.product-actions{display:grid;gap:6px}.mini-btn{min-width:34px;height:31px;border-radius:999px;background:rgba(37,211,102,.15);color:#d9ffe9;border:1px solid rgba(37,211,102,.28);font-weight:950;cursor:pointer}.mini-btn.add-product{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#052217;border:0}.chat-product-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding:8px;border-radius:14px;background:rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.10)}.chat-product-actions strong{color:#d9ffe9}.chat-product-actions button{border-radius:999px;padding:8px 12px;background:#fff;color:#075642;font-weight:950;cursor:pointer}.order-message .bubble{background:linear-gradient(135deg,rgba(255,209,102,.22),rgba(37,211,102,.14));border-color:rgba(255,209,102,.34)}.order-message .message-text{font-weight:800;line-height:1.5}.admin-floating{position:fixed;right:20px;bottom:92px;z-index:120}.admin-fab{width:58px;height:58px;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#ffd166,#ff8c42);box-shadow:0 18px 45px rgba(0,0,0,.35);font-size:24px}.admin-fab-menu{position:absolute;right:0;bottom:70px;width:260px;border-radius:22px;background:rgba(16,27,32,.98);border:1px solid var(--line);box-shadow:var(--shadow);padding:12px;display:none}.admin-fab-menu.open{display:grid;gap:8px}.admin-fab-menu strong{padding:6px 8px;color:#fff}.admin-fab-menu a{display:flex;align-items:center;gap:8px;padding:11px;border-radius:14px;background:rgba(255,255,255,.07);color:#eafff5;font-weight:900}.cart-modal{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.62);display:none;place-items:center;padding:18px}.cart-modal.open{display:grid}.cart-dialog{width:min(760px,100%);max-height:92vh;overflow:auto;border-radius:26px;background:linear-gradient(145deg,rgba(16,27,32,.98),rgba(10,22,24,.98));border:1px solid var(--line);box-shadow:var(--shadow);padding:18px}.cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-head strong{display:block;font-size:22px}.cart-head span{color:var(--muted);font-size:13px}.cart-head button{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer}.cart-items{display:grid;gap:8px;margin:14px 0}.cart-row{display:grid;grid-template-columns:56px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:8px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.cart-row img{width:56px;height:56px;border-radius:13px;object-fit:cover}.cart-row-info{min-width:0}.cart-row-info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.cart-row-info small{color:var(--muted);font-size:12px}.qty-box{display:flex;align-items:center;gap:6px}.qty-box button,.remove-cart{width:30px;height:30px;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.10);color:#fff;font-weight:950}.qty-box span{min-width:18px;text-align:center;font-weight:950}.remove-cart{background:rgba(255,91,122,.16);border:1px solid rgba(255,91,122,.32)}.cart-total-line{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:8px 0 16px}.cart-total-line span{color:var(--muted);font-weight:900}.cart-total-line strong{font-size:24px;color:#b9ffd5}.cart-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cart-form-grid label{display:grid;gap:7px;color:#eafff5;font-weight:850;font-size:13px}.cart-form-grid .span-2{grid-column:span 2}.cart-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:16px}.admin-page{min-height:100vh;padding:22px;position:relative;z-index:1}.admin-wrap{width:min(1200px,100%);margin:auto}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-top h1{margin:0;font-size:34px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.admin-tabs a{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);font-weight:900}.admin-section{border-radius:24px;background:rgba(255,255,255,.07);border:1px solid var(--line);padding:16px;margin:0 0 18px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-grid .full{grid-column:1/-1}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{padding:10px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top}.admin-table th{color:#b9ffd5}.admin-table img{width:52px;height:52px;border-radius:12px;object-fit:cover}.inline-actions{display:flex;gap:6px;flex-wrap:wrap}.inline-actions button,.inline-actions a{border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:7px 10px;cursor:pointer;font-weight:850}.landing-body{min-height:100vh}.landing-header{position:sticky;top:0;z-index:20;background:rgba(6,19,15,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.landing-nav{width:min(1180px,100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px}.landing-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:950}.landing-hero{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center;padding:64px 18px}.landing-hero h1{font-size:clamp(40px,6vw,76px);line-height:.95;margin:0 0 18px}.landing-hero p{font-size:18px;color:#c7d9d4;line-height:1.6}.landing-card{border:1px solid var(--line);background:rgba(255,255,255,.08);border-radius:30px;padding:22px;box-shadow:var(--shadow)}.landing-grid{width:min(1180px,100%);margin:0 auto;padding:20px 18px 70px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.landing-feature,.plan-card{border:1px solid var(--line);background:rgba(255,255,255,.07);border-radius:24px;padding:20px}.landing-feature strong,.plan-card strong{font-size:20px}.plan-card .price{font-size:34px;font-weight:950;color:#b9ffd5;margin:10px 0}.shop-grid{width:min(1180px,100%);margin:auto;padding:26px 18px 70px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.shop-card{border:1px solid var(--line);background:rgba(255,255,255,.07);border-radius:22px;overflow:hidden}.shop-card img{width:100%;aspect-ratio:1.1/1;object-fit:cover;background:rgba(255,255,255,.08)}.shop-card-body{padding:14px}.shop-card-body strong{display:block;min-height:42px}.shop-card-body small{display:block;color:var(--muted);margin:6px 0}.shop-card-body b{display:block;color:#b9ffd5;font-size:20px;margin-bottom:12px}
@media (max-width:1240px){.chatloja-app{grid-template-columns:330px minmax(0,1fr)}.product-panel{display:block;position:fixed;right:0;top:0;bottom:0;width:min(390px,calc(100vw - 34px));z-index:60;transform:translateX(105%);transition:.22s transform;box-shadow:-24px 0 60px rgba(0,0,0,.35)}.product-panel.open{transform:translateX(0)}.catalog-mobile-btn{display:inline-flex}}
@media (max-width:980px){.cart-header-btn{display:inline-flex}.cart-form-grid,.admin-grid,.landing-hero{grid-template-columns:1fr}.shop-grid,.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-row{grid-template-columns:48px minmax(0,1fr);}.cart-row .qty-box,.cart-row .remove-cart{justify-self:start}.admin-top{align-items:flex-start;flex-direction:column}.admin-floating{right:14px;bottom:76px}}
@media (max-width:640px){.shop-grid,.landing-grid{grid-template-columns:1fr}.landing-nav{align-items:flex-start;flex-direction:column}.cart-form-grid .span-2{grid-column:span 1}.cart-form-grid{grid-template-columns:1fr}.cart-actions .btn{width:100%}.product-panel{width:calc(100vw - 20px)}}

/* Ajustes ChatLoja solicitados */
*{scrollbar-width:thin;scrollbar-color:rgba(0,168,132,.75) rgba(0,168,132,.10)}
*::-webkit-scrollbar{width:9px;height:9px}
*::-webkit-scrollbar-track{background:rgba(0,168,132,.10);border-radius:999px}
*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary),var(--primary2));border-radius:999px;border:2px solid rgba(255,255,255,.12)}
*::-webkit-scrollbar-thumb:hover{background:var(--primary2)}

body.theme-light{
  --bg:#edf8f2;
  --bg2:#d9f3e5;
  --panel:#ffffff;
  --panel2:#f3fbf6;
  --left:#f7fff9;
  --header:#ffffff;
  --bubble:#ffffff;
  --mine:#d7ffe5;
  --mine2:#bff6d2;
  --line:rgba(7,78,55,.13);
  --text:#0a2f23;
  --muted:#547267;
  --shadow:0 20px 60px rgba(7,78,55,.12);
  background:
    radial-gradient(circle at 8% 0%,rgba(37,211,102,.18),transparent 30rem),
    radial-gradient(circle at 94% 12%,rgba(0,168,132,.12),transparent 30rem),
    linear-gradient(135deg,var(--bg),var(--bg2));
}
body.theme-light .zap-app{background:rgba(255,255,255,.72)}
body.theme-light .zap-chat{background:
  linear-gradient(rgba(238,250,243,.88),rgba(238,250,243,.88)),
  radial-gradient(circle at 20% 20%,rgba(37,211,102,.12),transparent 24rem),
  radial-gradient(circle at 70% 80%,rgba(0,168,132,.09),transparent 22rem)}
body.theme-light .btn{color:#073b2b}
body.theme-light .btn.primary{color:#042216}
body.theme-light .btn.danger-soft{color:#8a1830}
body.theme-light label,
body.theme-light .cart-form-grid label{color:#103b2c}
body.theme-light input,
body.theme-light textarea,
body.theme-light select,
body.theme-light .product-filters select,
body.theme-light .product-filters input,
body.theme-light .cart-form-grid input,
body.theme-light .cart-form-grid select,
body.theme-light .admin-page input,
body.theme-light .admin-page select,
body.theme-light .admin-page textarea{background:#fff;color:#103b2c;border-color:rgba(7,78,55,.16)}
body.theme-light input::placeholder,
body.theme-light textarea::placeholder{color:#789287}
body.theme-light .composer-main textarea{color:#103b2c}
body.theme-light .composer-main,
body.theme-light .zap-search,
body.theme-light .me-card,
body.theme-light .conversation-item:hover,
body.theme-light .info-card,
body.theme-light .product-card,
body.theme-light .cart-row,
body.theme-light .landing-card,
body.theme-light .landing-feature,
body.theme-light .plan-card,
body.theme-light .shop-card,
body.theme-light .admin-section{background:rgba(255,255,255,.76)}
body.theme-light .conversation-item.active{background:linear-gradient(135deg,rgba(37,211,102,.25),rgba(0,168,132,.12));border-color:rgba(0,168,132,.26)}
body.theme-light .conversation-body{border-bottom-color:rgba(7,78,55,.10)}
body.theme-light .message:not(.mine) .bubble{background:#fff;border-color:rgba(7,78,55,.10)}
body.theme-light .message.mine .bubble{background:linear-gradient(135deg,var(--mine),var(--mine2));color:#073b2b;border-color:rgba(0,168,132,.22)}
body.theme-light .message-foot{color:#617c71}
body.theme-light .message-meta strong,
body.theme-light .product-info b,
body.theme-light .cart-total-line strong,
body.theme-light .plan-card .price,
body.theme-light .shop-card-body b{color:#008765}
body.theme-light .message-actions{background:rgba(255,255,255,.96)}
body.theme-light .message-actions button,
body.theme-light .reactions button,
body.theme-light .qty-box button,
body.theme-light .remove-cart{color:#103b2c;background:rgba(0,168,132,.10)}
body.theme-light .admin-table th{color:#008765}
body.theme-light .inline-actions button,
body.theme-light .inline-actions a{background:rgba(0,168,132,.08);color:#103b2c}
body.theme-light .landing-header{background:rgba(255,255,255,.82)}
body.theme-light .landing-hero p{color:#547267}

select option{background:#10211f;color:#f2fff9}
body.theme-light select option{background:#fff;color:#103b2c}

.zap-sidebar{min-width:0}
.sidebar-online-block{border-top:1px solid var(--line);padding:10px 10px 12px;background:rgba(255,255,255,.035);max-height:205px;overflow:auto;flex:0 0 auto}
.compact-title{margin:0 6px 8px!important;font-size:10px!important;letter-spacing:.12em!important}
.compact-online{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.compact-online .user-row{padding:6px 7px;margin:0;border-radius:13px;gap:7px;min-width:0}
.compact-online .avatar,.compact-online .avatar-img{width:26px;height:26px;font-size:10px}
.compact-online .user-row strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:105px}
.compact-online .user-row small{font-size:10px;white-space:nowrap;color:var(--primary)}

.product-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden!important}
.product-panel .chatloja-card,
.product-panel .product-filters,
.product-panel .product-links{flex:0 0 auto}
.product-panel .product-catalog{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px;margin-top:12px}
.product-panel .section-title{position:relative}
.product-links{display:grid;gap:8px}

.tools-fab{display:grid;place-items:center;text-decoration:none;color:#052217}
.whatsapp-followup{margin:8px 14px 0;padding:10px 12px;border:1px solid rgba(37,211,102,.34);background:rgba(37,211,102,.13);border-radius:16px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;color:var(--text);font-weight:850}
.whatsapp-followup[hidden]{display:none!important}
.whatsapp-followup button{border-radius:999px;padding:8px 12px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#052217;font-weight:950;cursor:pointer}
.troco-result{margin-top:6px;border-color:rgba(37,211,102,.38)!important;background:rgba(37,211,102,.12)!important;font-weight:950;color:var(--primary)!important}
.troco-result[hidden]{display:none!important}

.emoji-panel[hidden]{display:none!important}
.emoji-panel{z-index:30}

.admin-tabs a.active{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#052217;border-color:transparent;box-shadow:0 10px 26px rgba(37,211,102,.18)}
.admin-section.tab-panel{display:none}
.admin-section.tab-panel.active{display:block}
.admin-page.theme-light .admin-section{background:rgba(255,255,255,.82)}

@media (max-width:640px){.compact-online{grid-template-columns:1fr}.sidebar-online-block{max-height:170px}.whatsapp-followup{margin:8px 8px 0}.chatloja-app .header-actions.zap-actions{display:none}}

/* Ajustes profissionais do atendimento privado por cliente */
.online-click{width:100%;border:1px solid transparent;text-align:left;color:var(--text);cursor:pointer;position:relative}
.online-click:hover{border-color:rgba(37,211,102,.25);background:rgba(37,211,102,.10)}
.compact-online .online-click{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center}
.unread-badge.tiny{min-width:18px;height:18px;font-size:10px;padding:0 5px;align-self:center}
.conversation-section:first-child{margin-top:4px}
body.theme-light .online-click{color:#103b2c;background:rgba(255,255,255,.72)}
body.theme-light .online-click:hover{background:rgba(37,211,102,.16)}
body.theme-light .compact-online .user-row small{color:#008765}
body.theme-light .message.mine .bubble{color:#062116}
body.theme-dark select option{background:#10211f;color:#f2fff9}
input[data-phone-mask]{letter-spacing:.02em}

/* Light amarelo ouro + branco para landing/loja/cadastro */
body.theme-light.gold-light,
body.theme-light .gold-light{
  --bg:#fff8df;
  --bg2:#ffffff;
  --panel:#ffffff;
  --panel2:#fffaf0;
  --left:#fffdf7;
  --header:#ffffff;
  --bubble:#ffffff;
  --mine:#fff2b8;
  --mine2:#ffe08a;
  --primary:#f5b400;
  --primary2:#ffd54f;
  --accent:#ffffff;
  --line:rgba(143,95,0,.16);
  --text:#3a2a08;
  --muted:#7b6840;
  --shadow:0 22px 70px rgba(166,111,0,.16);
  background:
    radial-gradient(circle at 8% 0%,rgba(255,213,79,.55),transparent 31rem),
    radial-gradient(circle at 94% 16%,rgba(255,255,255,.95),transparent 28rem),
    linear-gradient(135deg,#ffe28a 0%,#fff4c6 38%,#ffffff 78%);
}
body.theme-light.gold-light .btn.primary{background:linear-gradient(135deg,#f2a900,#ffd54f,#fff2ad);color:#3a2a08;box-shadow:0 16px 38px rgba(242,169,0,.25)}
body.theme-light.gold-light .pill{background:rgba(255,213,79,.42);border-color:rgba(181,124,0,.22);color:#5b3b00}
body.theme-light.gold-light .glass-card,
body.theme-light.gold-light .landing-card,
body.theme-light.gold-light .landing-feature,
body.theme-light.gold-light .plan-card,
body.theme-light.gold-light .shop-card,
body.theme-light.gold-light .auth-card{background:rgba(255,255,255,.82);border-color:rgba(143,95,0,.16)}
body.theme-light.gold-light .auth-hero h1,
body.theme-light.gold-light .landing-hero h1{background:linear-gradient(135deg,#6b4700,#c88a00,#3a2a08);-webkit-background-clip:text;color:transparent}
body.theme-light.gold-light .landing-header{background:rgba(255,255,255,.84);border-bottom-color:rgba(143,95,0,.12)}
body.theme-light.gold-light .plan-card .price,
body.theme-light.gold-light .shop-card-body b{color:#b77900}
body.theme-light.gold-light input,
body.theme-light.gold-light textarea,
body.theme-light.gold-light select{background:#fff;color:#3a2a08;border-color:rgba(143,95,0,.18)}
body.theme-light.gold-light select option{background:#fff;color:#3a2a08}
.brand-logo-img{width:46px;height:46px;border-radius:16px;object-fit:cover;border:1px solid rgba(143,95,0,.18);box-shadow:0 10px 28px rgba(166,111,0,.14)}
.landing-brand .brand-logo-img{width:44px;height:44px}.brand-line .brand-logo-img{width:46px;height:46px}.landing-hero-form{grid-template-columns:.9fr 1.1fr;align-items:start}.top-signup-card{position:relative;overflow:hidden}.top-signup-card:before{content:"";position:absolute;inset:-90px -90px auto auto;width:230px;height:230px;border-radius:50%;background:rgba(255,213,79,.4);filter:blur(4px)}.top-signup-card > *{position:relative}.compact-company-form{gap:10px}.compact-company-form label{font-size:13px}.compact-company-form input,.compact-company-form select{padding:12px 14px}.form-success-links{margin:10px 0 8px}
@media (max-width:980px){.landing-hero-form{grid-template-columns:1fr}}

/* Acabamento final ChatLoja: topo fixo, empresas e tema light ouro legível */
.admin-page{padding:0 22px 22px!important}
.admin-fixed-top{position:fixed;top:0;left:0;right:0;z-index:150;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(143,95,0,.14);backdrop-filter:blur(18px);box-shadow:0 12px 36px rgba(166,111,0,.10)}
.admin-fixed-inner{width:min(1200px,100%);margin:auto;min-height:76px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.admin-brand-mini{display:flex;align-items:center;gap:12px;min-width:0}.admin-brand-mini strong{display:block;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.admin-brand-mini small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.admin-top-links .btn{min-height:38px;padding:0 14px}.admin-with-fixed-top{padding-top:100px}.admin-title-block{margin-bottom:16px}.admin-title-block h1{margin:0 0 6px;font-size:34px}.table-scroll{overflow:auto;margin-top:14px}.config-logo-preview{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.50)}.config-logo-preview img{width:76px;height:76px;border-radius:22px;object-fit:cover}.companies-table tr.is-late{background:rgba(255,91,122,.10)}.status-late{display:inline-flex;margin-top:4px;padding:3px 8px;border-radius:999px;background:rgba(255,91,122,.14);color:#b4233f;font-weight:950}.admin-section h2{margin-top:0}.admin-section h3{margin:8px 0 0;color:var(--text)}
body.theme-dark .admin-fixed-top{background:rgba(10,22,24,.92);border-bottom-color:var(--line);box-shadow:0 16px 44px rgba(0,0,0,.26)}
body.theme-dark .config-logo-preview{background:rgba(255,255,255,.06)}

body.theme-light.gold-light{color:#3a2a08}
body.theme-light.gold-light .zap-app{background:rgba(255,248,223,.78)}
body.theme-light.gold-light .zap-sidebar,
body.theme-light.gold-light .zap-mebar,
body.theme-light.gold-light .zap-info{background:rgba(255,253,247,.92);color:#3a2a08}
body.theme-light.gold-light .zap-chat{background:linear-gradient(rgba(255,251,239,.90),rgba(255,251,239,.90)),radial-gradient(circle at 20% 20%,rgba(255,213,79,.28),transparent 24rem),radial-gradient(circle at 70% 80%,rgba(255,255,255,.70),transparent 22rem)}
body.theme-light.gold-light .btn{color:#4a3400}.theme-light.gold-light .btn.ghost{background:rgba(255,255,255,.72);border-color:rgba(143,95,0,.18);color:#4a3400}.theme-light.gold-light .btn.danger-soft{color:#8a1830;background:rgba(255,91,122,.12);border-color:rgba(255,91,122,.28)}
body.theme-light.gold-light .muted,
body.theme-light.gold-light .tiny-note,
body.theme-light.gold-light small{color:#725d2b}
body.theme-light.gold-light label{color:#3a2a08}
body.theme-light.gold-light .alert.success{background:rgba(0,168,132,.12);border-color:rgba(0,168,132,.30);color:#075642}
body.theme-light.gold-light .alert.danger{background:rgba(255,91,122,.12);border-color:rgba(255,91,122,.30);color:#8a1830}
body.theme-light.gold-light .round-btn,
body.theme-light.gold-light .cart-head button,
body.theme-light.gold-light .qty-box button,
body.theme-light.gold-light .remove-cart{color:#3a2a08;background:rgba(143,95,0,.08);border-color:rgba(143,95,0,.14)}
body.theme-light.gold-light .conversation-section{color:#9b6b00}
body.theme-light.gold-light .conversation-item,
body.theme-light.gold-light .online-click{color:#3a2a08}
body.theme-light.gold-light .conversation-item:hover,
body.theme-light.gold-light .online-click:hover{background:rgba(255,213,79,.24);border-color:rgba(181,124,0,.22)}
body.theme-light.gold-light .conversation-item.active{background:linear-gradient(135deg,rgba(255,213,79,.38),rgba(255,255,255,.72));border-color:rgba(181,124,0,.28)}
body.theme-light.gold-light .product-info strong,
body.theme-light.gold-light .cart-row-info strong,
body.theme-light.gold-light .shop-card-body strong,
body.theme-light.gold-light .landing-feature strong,
body.theme-light.gold-light .plan-card strong{color:#3a2a08}
body.theme-light.gold-light .product-info b,
body.theme-light.gold-light .cart-total-line strong,
body.theme-light.gold-light .message-meta strong{color:#9b6b00}
body.theme-light.gold-light .mini-btn{background:rgba(245,180,0,.16);color:#4a3400;border-color:rgba(181,124,0,.24)}
body.theme-light.gold-light .mini-btn.add-product,
body.theme-light.gold-light .whatsapp-followup button{background:linear-gradient(135deg,#f2a900,#ffd54f);color:#3a2a08}
body.theme-light.gold-light .chat-product-actions{background:rgba(255,248,223,.82);border-color:rgba(143,95,0,.16)}
body.theme-light.gold-light .chat-product-actions strong{color:#5b3b00}.theme-light.gold-light .chat-product-actions button{background:#3a2a08;color:#fff8df}
body.theme-light.gold-light .cart-dialog{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,250,240,.98));color:#3a2a08;border-color:rgba(143,95,0,.18)}
body.theme-light.gold-light .cart-row,
body.theme-light.gold-light .product-card,
body.theme-light.gold-light .composer-main,
body.theme-light.gold-light .zap-search,
body.theme-light.gold-light .me-card,
body.theme-light.gold-light .admin-section,
body.theme-light.gold-light .landing-card,
body.theme-light.gold-light .landing-feature,
body.theme-light.gold-light .plan-card,
body.theme-light.gold-light .shop-card{background:rgba(255,255,255,.82);border-color:rgba(143,95,0,.16);color:#3a2a08}
body.theme-light.gold-light .admin-table th{color:#7a5200;background:rgba(255,213,79,.14)}
body.theme-light.gold-light .admin-table td{color:#3a2a08;border-bottom-color:rgba(143,95,0,.12)}
body.theme-light.gold-light .inline-actions button,
body.theme-light.gold-light .inline-actions a,
body.theme-light.gold-light .admin-tabs a{background:rgba(255,255,255,.72);border:1px solid rgba(143,95,0,.14);color:#4a3400}
body.theme-light.gold-light .admin-tabs a.active{background:linear-gradient(135deg,#f2a900,#ffd54f,#fff2ad);color:#3a2a08;border-color:rgba(143,95,0,.18)}
body.theme-light.gold-light input,
body.theme-light.gold-light textarea,
body.theme-light.gold-light select,
body.theme-light.gold-light .product-filters select,
body.theme-light.gold-light .product-filters input,
body.theme-light.gold-light .cart-form-grid input,
body.theme-light.gold-light .cart-form-grid select,
body.theme-light.gold-light .admin-page input,
body.theme-light.gold-light .admin-page select,
body.theme-light.gold-light .admin-page textarea{background:#fff;color:#3a2a08;border-color:rgba(143,95,0,.18)}
body.theme-light.gold-light input:focus,
body.theme-light.gold-light textarea:focus,
body.theme-light.gold-light select:focus{border-color:rgba(245,180,0,.74);box-shadow:0 0 0 4px rgba(245,180,0,.16);background:#fff}
body.theme-light.gold-light input::placeholder,
body.theme-light.gold-light textarea::placeholder{color:#9a854b}
body.theme-light.gold-light code{background:rgba(255,213,79,.16);border-color:rgba(143,95,0,.16);color:#5b3b00}
body.theme-light.gold-light .admin-fab-menu{background:rgba(255,255,255,.98);border-color:rgba(143,95,0,.18);color:#3a2a08}.theme-light.gold-light .admin-fab-menu strong{color:#3a2a08}.theme-light.gold-light .admin-fab-menu a{background:rgba(255,213,79,.18);color:#3a2a08}
body.theme-light.gold-light .message:not(.mine) .bubble{background:#ffffff;color:#3a2a08;border-color:rgba(143,95,0,.12)}
body.theme-light.gold-light .message.mine .bubble{background:linear-gradient(135deg,#fff2b8,#ffe08a);color:#3a2a08;border-color:rgba(143,95,0,.20)}
body.theme-light.gold-light .message-foot{color:#725d2b}
body.theme-light.gold-light .whatsapp-followup{background:rgba(255,213,79,.20);border-color:rgba(143,95,0,.18);color:#3a2a08}
@media (max-width:760px){.admin-fixed-inner{align-items:flex-start;flex-direction:column}.admin-with-fixed-top{padding-top:145px}.admin-title-block h1{font-size:28px}.admin-top-links{width:100%}.admin-top-links .btn{flex:1}}
