: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)}

/* Lumio */
.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 Lumio 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 paroquiano */
.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-signup-card{padding:16px 18px}.compact-signup-card h2{font-size:22px;margin:0 0 3px}.compact-form-intro{font-size:12px;margin:0 0 8px}.compact-company-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 9px;margin-top:10px}.compact-company-form label{font-size:11px;gap:4px}.compact-company-form input,.compact-company-form select{min-height:36px;padding:8px 10px;border-radius:11px;font-size:13px}.compact-company-form .span-2{grid-column:span 2}.compact-company-form .compact-submit{display:flex;align-items:end}.compact-company-form .compact-submit .btn{min-height:36px;padding:8px 12px}.form-success-links{margin:8px 0 6px}
@media (max-width:980px){.landing-hero-form{grid-template-columns:1fr}}
@media (max-width:760px){.compact-company-form{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-company-form .span-2{grid-column:span 2}.compact-company-form .compact-submit{grid-column:span 2}}
@media (max-width:520px){.compact-signup-card{padding:14px}.compact-company-form{grid-template-columns:1fr}.compact-company-form .span-2,.compact-company-form .compact-submit{grid-column:span 1}}

/* Acabamento final Lumio: topo fixo, paróquias 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:#000}
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}}

/* Lumio: painel flutuante dentro da conversa, sem sidebar lateral de contribuições */
.chatdizimo-app{grid-template-columns:340px minmax(0,1fr)!important}
.chatdizimo-chat{position:relative;overflow:hidden}
.dizimo-floating-panel{position:absolute;right:18px;bottom:92px;z-index:55;width:min(390px,calc(100% - 36px));max-height:calc(100vh - 188px);overflow:auto;padding:12px;border-radius:28px;background:linear-gradient(145deg,rgba(16,27,32,.96),rgba(10,22,24,.96));border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.36);backdrop-filter:blur(18px);display:grid;gap:10px;transform:translateY(0);transition:.2s transform,.2s opacity}
.dizimo-floating-panel:not(.open){opacity:0;pointer-events:none;transform:translateY(18px) scale(.98)}
.dizimo-floating-panel .mobile-panel-close{display:grid;place-items:center;position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);color:var(--text);border:1px solid var(--line);font-size:22px;z-index:3;cursor:pointer}
.dizimo-card-head{padding:14px 48px 14px 14px!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(255,209,102,.22),rgba(37,211,102,.14));border:1px solid rgba(255,209,102,.26)}
.quick-pastoral-messages{padding:10px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.06)}
.quick-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.quick-template-grid button{min-height:34px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);color:var(--text);font-weight:900;cursor:pointer}.quick-template-grid button:hover{background:rgba(37,211,102,.18)}
.paroquianos-bottom{margin-top:auto;border-top:1px solid var(--line);padding:10px 8px;background:rgba(255,255,255,.035)}
.chatdizimo-body .cart-header-btn b{background:#3a2a08;color:#fff8df}
.chatdizimo-body .product-card{grid-template-columns:54px minmax(0,1fr) auto}.chatdizimo-body .product-img-btn{width:54px;height:54px;border-radius:999px}.chatdizimo-body .product-img-btn img{object-fit:cover}.chatdizimo-body .mini-btn.add-product{min-width:48px}
.chatdizimo-body .message.order-message .message-text{white-space:pre-wrap}.chatdizimo-body .message-text{white-space:pre-wrap}
body.theme-light.gold-light .dizimo-floating-panel{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,250,240,.96));color:#3a2a08;border-color:rgba(143,95,0,.16);box-shadow:0 24px 70px rgba(166,111,0,.18)}
body.theme-light.gold-light .quick-pastoral-messages{background:rgba(255,255,255,.72);border-color:rgba(143,95,0,.16)}
body.theme-light.gold-light .quick-template-grid button{background:rgba(255,213,79,.18);border-color:rgba(143,95,0,.16);color:#3a2a08}
body.theme-light.gold-light .dizimo-card-head{background:linear-gradient(135deg,rgba(255,213,79,.34),rgba(255,255,255,.86));border-color:rgba(143,95,0,.18)}
body.theme-light.gold-light .paroquianos-bottom{background:rgba(255,255,255,.50);border-top-color:rgba(143,95,0,.14)}
body.theme-light.gold-light .dizimo-floating-panel .mobile-panel-close{color:#3a2a08;background:rgba(143,95,0,.08);border-color:rgba(143,95,0,.14)}
@media (max-width:1100px){.chatdizimo-app{grid-template-columns:330px minmax(0,1fr)!important}.dizimo-floating-panel{right:12px;bottom:84px;width:min(380px,calc(100% - 24px));max-height:calc(100dvh - 170px)}}
@media (max-width:780px){.chatdizimo-app{grid-template-columns:1fr!important}.dizimo-floating-panel{left:8px;right:8px;bottom:70px;width:auto;max-height:48dvh;border-radius:22px;padding:9px}.dizimo-card-head{padding:11px 44px 11px 11px!important}.quick-template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.quick-template-grid button{min-height:30px;font-size:11px}.dizimo-floating-panel .product-catalog{max-height:24dvh;overflow:auto}.dizimo-floating-panel .product-filters{gap:6px}.dizimo-floating-panel:not(.open){transform:translateY(110%);opacity:0}.chatdizimo-app .header-actions.zap-actions{grid-template-columns:1fr 1fr 1fr!important}.chatdizimo-app .header-actions.zap-actions .catalog-mobile-btn,.chatdizimo-app .header-actions.zap-actions .cart-header-btn,.chatdizimo-app .header-actions.zap-actions #themeToggle{display:inline-flex!important}}
@media (max-width:420px){.quick-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dizimo-floating-panel{max-height:52dvh}.chatdizimo-body .product-card{grid-template-columns:48px minmax(0,1fr) auto}.chatdizimo-body .product-img-btn{width:48px!important;height:48px!important}}

/* Ajustes finais Lumio: login curto, menu pastoral flutuante, offline e paroquianos offline */
.auth-hero h1{font-size:clamp(28px,4vw,48px)!important;line-height:1.06!important;max-width:680px}
.auth-hero p{font-size:17px!important;max-width:560px!important}

.pastoral-floating{position:fixed;right:20px;bottom:92px;z-index:122}
.pastoral-fab{width:60px;height:60px;border-radius:50%;cursor:pointer;border:0;background:linear-gradient(135deg,#25d366,#f5b400);box-shadow:0 18px 45px rgba(0,0,0,.35);font-size:27px;display:grid;place-items:center;color:#062116;font-weight:950}
.pastoral-fab::after{content:'Menu';position:absolute;right:68px;top:50%;transform:translateY(-50%);background:rgba(6,19,15,.92);color:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950;white-space:nowrap;opacity:.92}
.admin-floating.admin-floating-left{left:20px;right:auto;bottom:92px}
.admin-floating.admin-floating-left .admin-fab{background:linear-gradient(135deg,#0ea5e9,#7c3aed);color:#fff}

.user-row.is-offline{opacity:.82}
.user-row.is-offline .avatar,.user-row.is-offline .avatar-img{filter:grayscale(.8)}
.user-row.is-offline small{color:#9aa9a3!important}
.user-wa-btn{margin-left:auto;width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:rgba(37,211,102,.18);border:1px solid rgba(37,211,102,.34);text-decoration:none;font-size:15px;flex:0 0 30px}
.user-row.is-offline .user-wa-btn{background:linear-gradient(135deg,#25d366,#f5b400);border:0;box-shadow:0 8px 22px rgba(37,211,102,.18)}

.offline-status{position:fixed;left:50%;top:10px;transform:translateX(-50%);z-index:9999;display:flex;align-items:center;gap:8px;max-width:calc(100% - 20px);padding:8px 10px;border-radius:999px;background:linear-gradient(135deg,#481313,#9a3412);color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.30);border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:900;line-height:1}
.offline-status[hidden]{display:none!important}.offline-status strong{letter-spacing:.04em}.offline-status span{background:rgba(255,255,255,.18);padding:5px 8px;border-radius:999px}.offline-status em{font-style:normal;font-weight:700;opacity:.9}.offline-status a{color:#fff;background:rgba(255,255,255,.2);padding:7px 10px;border-radius:999px;text-decoration:none;font-weight:950}
body.is-offline-app .zap-chat-header{padding-top:42px}

@media (max-width:980px){.auth-hero h1{font-size:30px!important}.pastoral-floating{right:12px;bottom:70px}.admin-floating.admin-floating-left{left:12px;bottom:70px}.pastoral-fab,.admin-fab{width:52px!important;height:52px!important}.pastoral-fab::after{display:none}.offline-status{top:6px;border-radius:16px;flex-wrap:wrap;justify-content:center;line-height:1.15}.offline-status em{display:none}}

/* Ajustes solicitados: telas mais compactas, Pix legível no chat e financeiro master */
.auth-shell{gap:18px!important}
.auth-hero{padding:18px!important}
.auth-hero h1{font-size:clamp(22px,3vw,34px)!important;line-height:1.1!important;margin:8px 0 6px!important;max-width:420px!important}
.auth-hero p{font-size:14px!important;line-height:1.35!important;max-width:360px!important}
.auth-card{padding:20px!important;border-radius:22px!important}
.auth-card h2{font-size:22px;margin:8px 0 4px}.brand-line{margin-bottom:8px}.brand-line strong{font-size:15px}

.profile-page{place-items:start center!important;padding:12px!important;min-height:auto!important}.profile-card{width:min(720px,100%)!important;border-radius:20px!important;padding:14px!important}.profile-preview{gap:10px!important;margin-bottom:10px!important}.profile-preview > img{width:58px!important;height:58px!important;border-radius:18px!important}.profile-preview .avatar.xl{width:58px!important;height:58px!important;font-size:22px!important}.profile-preview h1{font-size:22px!important;line-height:1.1}.profile-preview p{font-size:13px!important;margin-top:2px!important}.profile-page .form-grid{gap:8px!important;margin-top:10px!important}.profile-page label{font-size:12px!important;font-weight:850}.profile-page input,.profile-page textarea{min-height:38px!important;border-radius:12px!important;padding:8px 10px!important}.profile-page textarea{min-height:72px!important}.profile-page .btn{min-height:38px!important;padding:8px 12px!important}

.cart-modal{padding:8px!important}.cart-dialog{width:min(520px,100%)!important;max-height:86dvh!important;border-radius:20px!important;padding:10px!important}.cart-head{padding-bottom:8px!important}.cart-head strong{font-size:18px!important;line-height:1.1}.cart-head span{font-size:12px!important;line-height:1.25}.cart-head button{width:32px!important;height:32px!important;font-size:22px!important}.cart-items{gap:6px!important;margin:8px 0!important}.cart-row{grid-template-columns:42px minmax(0,1fr) auto auto!important;gap:6px!important;padding:6px!important;border-radius:14px!important}.cart-row img{width:42px!important;height:42px!important;border-radius:11px!important}.cart-row-info strong{font-size:13px!important}.cart-row-info small{font-size:11px!important}.qty-box button,.remove-cart{width:26px!important;height:26px!important}.cart-total-line{padding:9px 0!important;margin:6px 0 9px!important}.cart-total-line strong{font-size:20px!important}.cart-form-grid{gap:8px!important}.cart-form-grid label{font-size:12px!important;gap:4px!important}.cart-form-grid input,.cart-form-grid select{min-height:36px!important;border-radius:12px!important;padding:8px 10px!important}.cart-actions{gap:6px!important;margin-top:10px!important}.cart-actions .btn{min-height:36px!important;padding:8px 11px!important;font-size:13px!important}

.pix-copy-box{margin-top:8px;border:1px dashed rgba(37,211,102,.46);background:rgba(37,211,102,.10);border-radius:14px;padding:8px;display:grid;gap:6px}.pix-copy-box strong{font-size:13px}.pix-copy-box p{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.35;word-break:break-all;max-height:96px;overflow:auto;background:rgba(0,0,0,.14);border-radius:10px;padding:7px}.pix-actions{display:flex;gap:6px;flex-wrap:wrap}.pix-actions button{border-radius:999px;border:0;background:#25d366;color:#052217;font-weight:950;padding:7px 10px;cursor:pointer;font-size:12px}.pix-actions .select-pix{background:rgba(255,255,255,.16);color:inherit;border:1px solid var(--line)}
body.theme-light.gold-light .pix-copy-box{background:rgba(37,211,102,.12);border-color:rgba(22,163,74,.32)}body.theme-light.gold-light .pix-copy-box p{background:#fff;color:#3a2a08;border:1px solid rgba(143,95,0,.12)}

.landing-hero{padding:34px 18px!important;gap:18px!important}.landing-hero h1{font-size:clamp(28px,4vw,48px)!important;line-height:1.02!important;margin-bottom:10px!important}.landing-hero p{font-size:15px!important;line-height:1.45!important}.landing-card{border-radius:22px!important;padding:16px!important}.landing-feature,.plan-card{border-radius:18px!important;padding:14px!important}.landing-feature strong,.plan-card strong{font-size:17px!important}.plan-card .price{font-size:26px!important;margin:6px 0!important}.landing-grid{gap:10px!important;padding-bottom:38px!important}.shop-grid{gap:10px!important;padding-top:12px!important}.shop-card{border-radius:18px!important}.shop-card-body{padding:10px!important}.shop-card-body strong{min-height:auto!important;font-size:15px!important}.shop-card-body small{font-size:12px!important;margin:4px 0!important}.shop-card-body b{font-size:17px!important;margin-bottom:8px!important}.shop-card .btn{min-height:36px!important;font-size:13px!important;padding:8px 10px!important}.landing-nav{padding:10px 14px!important}.landing-brand{font-size:17px!important}.landing-brand .brand-logo-img{width:34px!important;height:34px!important}

.admin-title-block h1{font-size:24px!important}.admin-title-block{margin-bottom:10px!important}.admin-section{padding:12px!important;border-radius:18px!important;margin-bottom:12px!important}.admin-section h2{font-size:20px!important;margin-bottom:4px!important}.admin-section h3{font-size:15px!important}.admin-tabs{gap:6px!important;margin-bottom:10px!important}.admin-tabs a{padding:8px 10px!important;font-size:12px!important}.admin-grid{gap:8px!important}.admin-grid label,.finance-inline-form label{font-size:12px!important;font-weight:850}.admin-page input,.admin-page select,.admin-page textarea{min-height:36px!important;border-radius:11px!important;padding:7px 9px!important}.admin-table th,.admin-table td{padding:7px!important;font-size:12px!important}.admin-fixed-inner{min-height:62px!important}.admin-with-fixed-top{padding-top:78px!important}.admin-brand-mini strong{font-size:15px!important}.admin-brand-mini small{font-size:11px!important}.admin-top-links .btn{min-height:34px!important;padding:0 10px!important}.config-logo-preview{padding:8px!important;border-radius:14px!important}.config-logo-preview img{width:48px!important;height:48px!important;border-radius:14px!important}.finance-inline-form{display:grid;grid-template-columns:repeat(5,minmax(112px,1fr)) auto;gap:6px;align-items:end}.finance-inline-form label{display:grid;gap:3px}.finance-inline-form button{min-height:36px;border-radius:999px;background:linear-gradient(135deg,#f2a900,#ffd54f);color:#3a2a08;font-weight:950;padding:8px 11px;cursor:pointer;white-space:nowrap}.finance-companies-table code{font-size:11px}.finance-companies-table .inline-actions a{font-size:12px;padding:7px 9px}

@media (max-width:780px){
  .auth-body{padding:10px!important}.auth-hero{text-align:center}.auth-hero h1{margin-left:auto!important;margin-right:auto!important}.auth-hero p{margin-left:auto!important;margin-right:auto!important}.auth-card{padding:14px!important}
  .dizimo-floating-panel{max-height:56dvh!important;padding:8px!important;border-radius:18px!important}.dizimo-card-head{padding:9px 40px 9px 10px!important}.dizimo-card-head strong{font-size:16px!important}.dizimo-card-head p{font-size:12px!important;line-height:1.25!important;margin:3px 0 8px!important}.quick-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.quick-template-grid button{min-height:42px!important;font-size:15px!important;line-height:1.05!important;padding:8px!important}.product-card{padding:7px!important}.product-info strong{font-size:14px!important}.product-info small{font-size:12px!important}.product-info b{font-size:14px!important}.mini-btn{min-width:42px!important;height:34px!important;font-size:14px!important}.dizimo-floating-panel .product-catalog{max-height:25dvh!important}.product-filters select,.product-filters input{min-height:38px!important;font-size:14px!important}
  .cart-dialog{width:calc(100vw - 14px)!important;max-height:84dvh!important}.cart-row{grid-template-columns:38px minmax(0,1fr) auto!important}.cart-row img{width:38px!important;height:38px!important}.cart-row .remove-cart{grid-column:3}.cart-row .qty-box{grid-column:2;justify-self:start}.cart-form-grid{grid-template-columns:1fr!important}.cart-form-grid .span-2{grid-column:1!important}.cart-actions .btn{width:auto!important;flex:1 1 110px}.cart-actions .btn.primary{flex-basis:160px}.pix-copy-box p{font-size:10.5px;max-height:82px}.pix-actions button{font-size:12px;padding:7px 9px}
  .landing-hero{padding:22px 12px!important}.landing-hero h1{font-size:28px!important}.landing-hero p{font-size:14px!important}.landing-grid,.shop-grid{padding-left:12px!important;padding-right:12px!important}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.shop-card img{aspect-ratio:1.35/1!important}.landing-nav{gap:8px!important}.landing-nav .inline-actions .btn{font-size:12px!important;padding:7px 9px!important}.landing-card .admin-grid{grid-template-columns:1fr!important}
  .admin-page{padding:0 8px 12px!important}.admin-fixed-inner{padding:8px!important;gap:8px!important}.admin-with-fixed-top{padding-top:132px!important}.admin-title-block h1{font-size:20px!important}.admin-tabs{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.admin-tabs a{white-space:nowrap}.admin-grid{grid-template-columns:1fr!important}.finance-inline-form{grid-template-columns:1fr 1fr!important}.finance-inline-form button{grid-column:1/-1}.companies-table td{min-width:150px}.companies-table td:nth-child(2){min-width:260px}.config-logo-preview{align-items:flex-start;flex-direction:column}
  .profile-page{padding:8px!important}.profile-card{padding:10px!important;border-radius:16px!important}.profile-preview{align-items:center!important;flex-direction:row!important}.profile-preview h1{font-size:18px!important}.profile-preview > img,.profile-preview .avatar.xl{width:48px!important;height:48px!important;border-radius:14px!important}.profile-page .form-grid{grid-template-columns:1fr!important}.profile-page .form-grid .span-2{grid-column:1!important}.profile-page .form-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.profile-page .form-actions .btn{width:100%!important}
}

@media (max-width:420px){.shop-grid{grid-template-columns:1fr!important}.quick-template-grid button{font-size:14px!important}.landing-hero h1{font-size:24px!important}.cart-head strong{font-size:16px!important}.cart-head span{display:none}.finance-inline-form{grid-template-columns:1fr!important}}

/* Lumio v3 - cobranças, Pix QR e administração mais didática */
.pix-copy-box{margin-top:10px;border:1px solid rgba(245,181,0,.45);background:rgba(255,248,221,.10);border-radius:16px;padding:10px;display:grid;gap:8px;max-width:360px}.theme-light .pix-copy-box{background:#fff8dc;color:#12251a}.pix-copy-box strong{font-size:14px}.pix-qr-img{width:190px;height:190px;border-radius:14px;background:#fff;padding:8px;justify-self:center;box-shadow:0 8px 24px rgba(0,0,0,.18)}.pix-copy-box p{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.35;word-break:break-all;max-height:96px;overflow:auto;background:rgba(0,0,0,.18);border-radius:12px;padding:8px;margin:0}.theme-light .pix-copy-box p{background:#fff;border:1px solid #ead88d}.pix-hint{color:var(--muted);font-size:11px}.pix-actions{display:flex;gap:8px;flex-wrap:wrap}.pix-actions button{border-radius:999px;padding:8px 11px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#072615;font-weight:900;cursor:pointer}.cart-header-btn{min-width:130px}.cart-dialog{width:min(680px,100%)}.cart-head strong{font-size:19px}.cart-head span{font-size:12px}.cart-form-grid input,.cart-form-grid select{min-height:38px}.admin-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 16px}.admin-help-grid>div{border:1px solid var(--line);background:rgba(255,255,255,.08);border-radius:18px;padding:12px}.admin-help-grid strong{display:block;color:#b9ffd5;margin-bottom:4px}.admin-help-grid span{display:block;color:var(--muted);font-size:12px;line-height:1.35}.compact-help{font-size:13px;margin-top:-4px}.admin-filter-bar{display:grid;grid-template-columns:150px 150px 190px auto auto auto;gap:8px;align-items:end;margin:12px 0;padding:10px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.055)}.admin-filter-bar label{display:grid;gap:5px;font-size:12px;font-weight:900;color:#eafff5}.theme-light .admin-filter-bar label{color:#1c2d24}.admin-filter-bar input,.admin-filter-bar select{min-height:38px;border-radius:12px}.admin-summary-line{display:flex;justify-content:space-between;gap:10px;align-items:center;border:1px solid rgba(245,181,0,.30);background:rgba(245,181,0,.10);border-radius:16px;padding:10px 12px;margin-bottom:10px}.admin-summary-line strong{font-size:18px;color:#b9ffd5}.theme-light .admin-summary-line strong{color:#0b6c3b}.charges-actions{min-width:310px}.charges-actions form{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.charges-actions select{max-width:150px;min-height:32px;border-radius:10px}.charges-actions .action-talk{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.charges-actions .action-receipt{background:linear-gradient(135deg,#ffd166,#ff9f1c);color:#342100}.charges-actions .action-whatsapp{background:rgba(37,211,102,.18);border:1px solid rgba(37,211,102,.35);color:#d9ffe9}.theme-light .charges-actions .action-whatsapp{color:#0a5d36}.status-chip{display:inline-flex;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:950;background:rgba(255,255,255,.10)}.status-finalizado{background:rgba(37,211,102,.18);color:#b9ffd5}.status-cancelado{background:rgba(255,91,122,.18);color:#ffd3dd}.status-em_atendimento{background:rgba(245,181,0,.18);color:#ffe6a3}.status-novo{background:rgba(95,179,255,.18);color:#d3ecff}.theme-light .status-finalizado{color:#08783a}.theme-light .status-cancelado{color:#a51c3b}.theme-light .status-em_atendimento{color:#7a5500}.theme-light .status-novo{color:#0b5f9b}.landing-hero h1{font-size:clamp(32px,4.8vw,58px)}.landing-hero p{font-size:16px}.shop-card-body strong{min-height:auto;font-size:15px}.shop-card-body b{font-size:18px}.landing-feature strong,.plan-card strong{font-size:18px}.plan-card .price{font-size:28px}

/* Lumio v4 - ajustes solicitados */
.dizimo-card-head{padding:12px 42px 12px 14px!important;min-height:auto!important;text-align:left!important}
.dizimo-card-head strong{font-size:18px!important;line-height:1.15!important;margin:0!important;display:block!important}
.dizimo-card-head p,.dizimo-card-head .btn{display:none!important}
.quick-under-campaigns{margin-top:8px!important}
.quick-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
.quick-template-grid button{min-height:31px!important;padding:6px 7px!important;border-radius:12px!important;font-size:12px!important;line-height:1!important;font-weight:850!important}
.admin-help-grid>div{background:#fff!important;border-color:#d7d7d7!important;color:#050505!important}
.admin-help-grid strong,.admin-help-grid span{color:#050505!important}
.theme-light.gold-light .admin-help-grid strong,.theme-light.gold-light .admin-help-grid span{color:#050505!important}
.action-pdf{background:linear-gradient(135deg,#111,#444)!important;color:#fff!important}

@media (max-width:780px){
  .dizimo-card-head{padding:9px 40px 9px 10px!important}
  .dizimo-card-head strong{font-size:15px!important}
  .quick-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}
  .quick-template-grid button{min-height:30px!important;font-size:11px!important;padding:5px 6px!important;border-radius:10px!important}
}
@media (max-width:420px){
  .quick-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .quick-template-grid button{font-size:11px!important;min-height:30px!important}
}

/* Lumio v5: mensagens prontas abaixo das contribuições e botão QR Pix */
.quick-under-products{margin-top:10px!important;border-top:1px solid var(--line);padding-top:9px!important}
.quick-pix-btn{width:100%;border:0;border-radius:14px;padding:8px 10px;margin-top:7px;background:linear-gradient(135deg,#0b6c3b,#25d366);color:#fff;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.14)}
.product-actions{justify-content:flex-end!important}.product-actions .mini-btn{min-width:68px!important}
.admin-help-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.admin-help-grid strong{color:#111!important}.theme-dark .admin-help-grid strong{color:#fff!important}.templates-table td:nth-child(3){min-width:320px}.templates-table td{vertical-align:top}
@media(max-width:640px){.quick-under-products{margin-top:7px!important}.quick-pix-btn{font-size:11px;padding:7px 8px}.templates-table td:nth-child(3){min-width:220px}}

/* Lumio v6: administração pastoral, Livro Caixa e formulários recolhidos */
.admin-help-gradient{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
  margin:16px 0 18px;
}
.admin-help-gradient>div{
  position:relative;
  min-height:104px;
  padding:16px 16px 16px 58px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:20px;
  background:linear-gradient(135deg,#fff7d6 0%,#e8fff2 46%,#eef6ff 100%);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
  color:#172033!important;
  overflow:hidden;
}
.admin-help-gradient>div:nth-child(2){background:linear-gradient(135deg,#eef6ff 0%,#f5ecff 52%,#fff7dc 100%)}
.admin-help-gradient>div:nth-child(3){background:linear-gradient(135deg,#eafff5 0%,#fff1f1 52%,#fff9df 100%)}
.admin-help-gradient>div:nth-child(4){background:linear-gradient(135deg,#f3edff 0%,#eafffb 52%,#fff8df 100%)}
.admin-help-gradient>div:nth-child(5){background:linear-gradient(135deg,#fff1de 0%,#eef6ff 52%,#eafff2 100%)}
.admin-help-gradient>div:nth-child(6){background:linear-gradient(135deg,#eefcf0 0%,#fff2df 52%,#edf5ff 100%)}
.admin-help-gradient strong{display:block;color:#111827!important;font-size:.98rem;margin-bottom:4px}
.admin-help-gradient span{display:block;color:#334155!important;font-size:.83rem;line-height:1.35}
.admin-help-gradient .help-icon{
  position:absolute;left:14px;top:16px;width:34px;height:34px;border-radius:14px;
  display:grid;place-items:center;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.12);font-size:18px;
}
.admin-collapsible-form{display:none!important;margin-top:12px;animation:lumioFade .18s ease-out}
.admin-collapsible-form.is-open{display:grid!important}
@keyframes lumioFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.js-open-form{margin:8px 0 12px;box-shadow:0 10px 24px rgba(13,110,59,.16)}
.cash-actions-grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(140px,.7fr));gap:12px;margin:12px 0 16px;align-items:stretch}
.cash-close-card,.cash-summary-card{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;padding:14px;box-shadow:0 12px 28px rgba(15,23,42,.08)}
.cash-close-card label{display:grid;gap:6px;font-weight:700;color:#1f2937}.cash-close-card small{display:block;color:#64748b;margin-top:8px}
.cash-summary-card{display:flex;flex-direction:column;justify-content:center;gap:6px;min-height:86px;color:#132018}
.cash-summary-card span{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#475569}
.cash-summary-card strong{font-size:1.25rem}.cash-summary-card.entrada{background:linear-gradient(135deg,#dcfce7,#fff)}.cash-summary-card.saida{background:linear-gradient(135deg,#fee2e2,#fff)}.cash-summary-card.saldo{background:linear-gradient(135deg,#dbeafe,#fff7d6)}
.cash-chip{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:900}.cash-chip.entrada{background:#dcfce7;color:#166534}.cash-chip.saida{background:#fee2e2;color:#991b1b}
.cash-table tfoot th{background:#111827!important;color:#fff!important;font-size:.95rem}
@media (max-width: 760px){.cash-actions-grid{grid-template-columns:1fr}.admin-help-gradient{grid-template-columns:1fr}.admin-help-gradient>div{min-height:auto}.cash-summary-card strong{font-size:1.05rem}}

/* Lumio v7 - ajustes solicitados */
.auth-body .auth-hero h1{font-size:clamp(34px,5.5vw,66px)!important;line-height:1.02!important;color:#fff!important;background:none!important;-webkit-background-clip:initial!important;}
.auth-body .auth-hero .pill{display:none!important}
.compact-cash-actions{grid-template-columns:minmax(220px,1.1fr) repeat(3,minmax(120px,.55fr))!important;gap:8px!important;margin:8px 0 10px!important}
.compact-close-card,.compact-cash-actions .cash-summary-card{padding:9px 10px!important;border-radius:14px!important;min-height:62px!important;box-shadow:0 6px 16px rgba(15,23,42,.07)!important}
.compact-close-card{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:end!important}.compact-close-card label{font-size:11px!important}.compact-close-card input{min-height:34px!important;border-radius:10px!important}.compact-close-card .btn{min-height:34px!important;padding:0 10px!important;font-size:12px!important}.cash-summary-card span{font-size:.68rem!important}.cash-summary-card strong{font-size:1rem!important}.compact-form{gap:8px!important}.compact-form input,.compact-form select,.compact-form textarea{min-height:36px!important;border-radius:10px!important;padding:8px 10px!important;font-size:13px!important}.cash-filter-bar{grid-template-columns:140px 140px 90px 90px 90px!important;padding:8px!important;border-radius:14px!important}.cash-filter-bar input{min-height:34px!important}.cash-filter-bar .btn,.cash-filter-bar a{min-height:34px!important;font-size:12px!important;padding:0 10px!important}.cash-book-print{background:#fff;color:#000;border:1px solid #d6d6d6;border-radius:14px;padding:12px;margin-top:10px}.cash-book-title{text-align:center;font-weight:900;font-size:16px;margin-bottom:4px}.cash-book-meta{display:flex;justify-content:space-between;border-bottom:1px solid #111;font-size:12px;padding:0 4px 4px;margin-bottom:3px}.cash-book-table{font-size:13px!important;color:#000!important}.cash-book-table th{background:#fff!important;color:#000!important;border:0!important;border-bottom:1px solid #111!important;padding:5px 6px!important}.cash-book-table td{border:0!important;padding:3px 6px!important;background:#fff!important}.cash-book-table th:nth-child(1),.cash-book-table th:nth-child(2),.cash-book-table td:nth-child(1),.cash-book-table td:nth-child(2){text-align:center!important}.cash-book-table th:nth-child(4),.cash-book-table th:nth-child(5),.cash-book-table td:nth-child(4),.cash-book-table td:nth-child(5){text-align:right!important;font-weight:800!important}.cash-book-table tfoot th{background:#fff!important;color:#000!important;border:0!important;font-size:13px!important;padding:5px 6px!important}.cash-book-table tfoot tr:first-child th:nth-child(4),.cash-book-table tfoot tr:first-child th:nth-child(5),.cash-book-table tfoot tr:last-child th:nth-child(4),.cash-book-table tfoot tr:last-child th:nth-child(5){border-top:1px solid #111!important}.cash-book-table td:last-child,.cash-book-table th:last-child{min-width:120px}.permissions-list{display:grid;gap:10px}.permission-card{border:1px solid rgba(15,23,42,.12);border-radius:16px;background:#fff;padding:10px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.permission-card.user-disabled{background:#fff1f2;border-color:#fecdd3}.permission-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.permission-head strong{display:block;color:#0f172a}.permission-head small{display:block;color:#64748b;font-size:12px;margin-top:2px}.user-permission-form{margin-top:8px}.admin-title-block{margin-bottom:10px}.admin-title-block p{font-size:13px!important}.admin-section h2{font-size:20px!important}.admin-section{padding:14px!important}
@media(max-width:760px){.compact-cash-actions{grid-template-columns:1fr 1fr!important}.compact-close-card{grid-column:1/-1}.cash-filter-bar{grid-template-columns:1fr 1fr!important}.cash-book-table{font-size:11px!important}.cash-book-table th:nth-child(6),.cash-book-table td:nth-child(6){display:none}.permission-head{align-items:flex-start;flex-direction:column}.auth-body .auth-hero h1{font-size:34px!important}}

/* Lumio v8 - limpeza administrativa */
.danger-zone {
  border: 1px solid rgba(220, 38, 38, .18);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,241,242,.92));
}
.danger-zone h2 { color: #991b1b; }
.admin-tabs a[href="#zerar-paroquia"] { color: #991b1b; font-weight: 800; }
#clearConversation[hidden] { display: none !important; }
@media (max-width: 760px) {
  #clearConversation { font-size: .72rem; padding: .45rem .58rem; }
}


/* Lumio v9: imagem de fundo especial para a tela de login */
.login-lumio-bg{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    linear-gradient(115deg,rgba(6,19,15,.52),rgba(6,19,15,.18) 42%,rgba(245,180,0,.18)),
    url('lumio-login-bg.svg') center center/cover no-repeat fixed!important;
}
.login-lumio-bg:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.18),transparent 28rem),
    linear-gradient(90deg,rgba(3,9,18,.62),rgba(3,9,18,.20) 55%,rgba(3,9,18,.36));
  pointer-events:none;
}
.login-lumio-bg .auth-shell{width:min(1080px,100%)}
.login-lumio-bg .auth-hero{color:#fff;text-shadow:0 12px 32px rgba(0,0,0,.36)}
.login-lumio-bg .auth-hero h1{
  color:#fff!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  text-shadow:0 14px 40px rgba(0,0,0,.44);
}
.login-lumio-bg .auth-hero p{color:rgba(255,255,255,.86)!important;max-width:460px!important}
.login-lumio-bg .auth-card{
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(255,255,255,.56)!important;
  box-shadow:0 26px 70px rgba(2,8,23,.30)!important;
  backdrop-filter:blur(24px);
}
.login-lumio-bg .auth-card h2,
.login-lumio-bg .brand-line strong{color:#12251a!important}
.login-lumio-bg .auth-card .muted,
.login-lumio-bg .auth-link,
.login-lumio-bg label{color:#405047!important}
.login-lumio-bg .auth-card input{background:#fff!important;color:#111!important;border-color:rgba(15,23,42,.14)!important}
@media(max-width:980px){
  .login-lumio-bg{background-position:center top!important;background-attachment:scroll!important}
  .login-lumio-bg .auth-hero{text-align:center!important;padding-top:22px!important}
  .login-lumio-bg .auth-hero p{margin-left:auto!important;margin-right:auto!important}
}

.lumio-dashboard-cards{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px;margin:12px 0 16px}.lumio-card{border-radius:18px;padding:13px 14px;color:#fff;box-shadow:0 12px 28px rgba(15,23,42,.12);display:flex;flex-direction:column;gap:2px;min-height:92px}.lumio-card span{font-size:24px}.lumio-card small{opacity:.9;font-weight:800}.lumio-card strong{font-size:18px}.lumio-card.blue{background:linear-gradient(135deg,#2563eb,#06b6d4)}.lumio-card.orange{background:linear-gradient(135deg,#f59e0b,#ef4444)}.lumio-card.green{background:linear-gradient(135deg,#059669,#22c55e)}.lumio-card.purple{background:linear-gradient(135deg,#7c3aed,#2563eb)}.lumio-card.pink{background:linear-gradient(135deg,#db2777,#f97316)}.lumio-card.gold{background:linear-gradient(135deg,#b45309,#facc15);color:#1f2937}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.help-grid>div{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:14px;box-shadow:0 8px 22px rgba(15,23,42,.06)}.lumio-install-pwa{position:fixed;right:18px;bottom:84px;z-index:9999;border:0;border-radius:999px;background:linear-gradient(135deg,#0f766e,#2563eb);color:white;padding:12px 16px;font-weight:900;box-shadow:0 16px 38px rgba(15,23,42,.25);cursor:pointer}@media(max-width:900px){.lumio-dashboard-cards{grid-template-columns:repeat(2,1fr)}.lumio-card{min-height:82px}.lumio-install-pwa{right:12px;bottom:74px}}

/* Lumio v12 - dashboard gerencial e DataTables */
.lumio-card em{font-style:normal;font-size:11px;opacity:.88;font-weight:800;margin-top:2px}
.dashboard-panel{background:linear-gradient(135deg,#ffffff,#f8fbff)!important;border-color:rgba(15,23,42,.08)!important;box-shadow:0 18px 46px rgba(15,23,42,.08)}
.dashboard-headline{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.dashboard-headline h2{margin:0 0 4px!important;color:#0f172a!important}.dashboard-month-chip{background:#0f172a;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;white-space:nowrap}
.dashboard-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;margin:10px 0 14px}.dashboard-mini{border-radius:18px;padding:13px 14px;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 28px rgba(15,23,42,.07)}.dashboard-mini span{display:block;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:900;color:#475569}.dashboard-mini strong{display:block;font-size:22px;color:#0f172a;margin-top:5px}.dashboard-mini.entrada{background:linear-gradient(135deg,#dcfce7,#fff)}.dashboard-mini.saida{background:linear-gradient(135deg,#fee2e2,#fff)}.dashboard-mini.saldo{background:linear-gradient(135deg,#dbeafe,#fff7ed)}.dashboard-mini.cobrancas{background:linear-gradient(135deg,#fef3c7,#eef2ff)}
.dashboard-split{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.dashboard-split.wide{grid-template-columns:1.35fr 1fr}.dashboard-box{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:12px;box-shadow:0 10px 26px rgba(15,23,42,.06)}.dashboard-box h3{margin:0 0 10px;color:#111827;font-size:16px}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;background:#e5e7eb;color:#111827}.status-pill.finalizado{background:#dcfce7;color:#166534}.status-pill.novo{background:#dbeafe;color:#1d4ed8}.status-pill.em_atendimento{background:#fef3c7;color:#92400e}.status-pill.cancelado{background:#fee2e2;color:#991b1b}
.admin-page .dataTables_wrapper{color:#0f172a!important;font-size:12px}.admin-page .dataTables_wrapper .dataTables_length,.admin-page .dataTables_wrapper .dataTables_filter,.admin-page .dataTables_wrapper .dataTables_info,.admin-page .dataTables_wrapper .dataTables_paginate{color:#334155!important;margin:6px 0}.admin-page .dataTables_wrapper select,.admin-page .dataTables_wrapper input{min-height:30px!important;border-radius:10px!important;background:#fff!important;color:#111!important;border:1px solid rgba(15,23,42,.15)!important;padding:4px 8px!important}.admin-page table.dataTable.no-footer{border-bottom:1px solid rgba(15,23,42,.12)!important}.admin-page table.dataTable thead th{border-bottom:1px solid rgba(15,23,42,.14)!important}.admin-page .dataTables_wrapper .dataTables_paginate .paginate_button{border-radius:10px!important;padding:4px 8px!important}.admin-page .dataTables_wrapper .dataTables_paginate .paginate_button.current{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}.admin-page .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#e2e8f0!important;color:#111!important;border-color:#cbd5e1!important}
@media(max-width:900px){.dashboard-headline{flex-direction:column}.dashboard-mini-grid,.dashboard-split,.dashboard-split.wide{grid-template-columns:1fr}.dashboard-month-chip{align-self:flex-start}.lumio-dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}


/* Lumio v13 - chat mais compacto e botões flutuantes em uma coluna */
.zap-sidebar{display:flex;flex-direction:column;min-height:0}
.conversation-list{flex:1 1 auto;padding:0 7px 10px;overflow:auto}
.conversation-section{margin:10px 8px 5px;font-size:10px;letter-spacing:.10em;color:#0f766e}
.conversation-item{padding:7px 8px!important;gap:8px!important;border-radius:14px!important;margin-bottom:3px!important}
.conversation-avatar-wrap .avatar.sm2,.conversation-avatar-wrap .avatar-img.sm2{width:34px!important;height:34px!important;border-radius:50%!important;font-size:12px!important}
.conversation-body{padding-bottom:4px!important}
.conversation-top strong{font-size:12.5px!important;line-height:1.15}
.conversation-top span{font-size:9.5px!important}
.conversation-bottom small{font-size:10.5px!important;line-height:1.1}
.online-dot{width:9px!important;height:9px!important;border-width:1.5px!important;bottom:1px!important}
.unread-badge{min-width:18px!important;height:18px!important;font-size:9px!important;padding:0 5px!important}
.sidebar-online-block.paroquianos-bottom{display:none!important}
.pastoral-floating{right:18px!important;left:auto!important;bottom:122px!important;z-index:123!important}
.admin-floating.admin-floating-left{right:18px!important;left:auto!important;bottom:188px!important;z-index:123!important}
.lumio-install-pwa{right:18px!important;left:auto!important;bottom:254px!important;z-index:123!important;min-width:58px;height:58px;border-radius:50%!important;padding:0!important;display:grid;place-items:center;font-size:13px;line-height:1.05}
.pastoral-fab,.admin-floating.admin-floating-left .admin-fab{width:58px!important;height:58px!important;display:grid!important;place-items:center!important}
.pastoral-fab::after{display:none!important}
@media (max-width:980px){
  .pastoral-floating{right:10px!important;bottom:16px!important}
  .admin-floating.admin-floating-left{right:10px!important;left:auto!important;bottom:72px!important}
  .lumio-install-pwa{right:10px!important;bottom:128px!important;width:50px!important;height:50px!important;min-width:50px!important;font-size:11px!important}
  .pastoral-fab,.admin-floating.admin-floating-left .admin-fab{width:50px!important;height:50px!important;font-size:21px!important}
}
