/* Lumavix Cabeçalho e Menu v2.0.1 */
:root{
  --lvx-header-bg:var(--sistema-fundo-card,#ffffff);
  --lvx-header-text:var(--sistema-cor-texto,#0f172a);
  --lvx-header-muted:var(--sistema-cor-texto-suave,#64748b);
  --lvx-header-border:var(--sistema-cor-borda,#dbe7f5);
  --lvx-header-primary:var(--sistema-cor-primaria,#2563eb);
  --lvx-header-secondary:var(--sistema-cor-secundaria,#0f172a);
  --lvx-header-radius:var(--sistema-radius-card,22px);
  --lvx-header-btn-radius:var(--sistema-radius-botao,14px);
}
.lvx-header{width:100%;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--lvx-header-border);color:var(--lvx-header-text);z-index:900;box-shadow:0 10px 26px rgba(15,23,42,.04)}
.lvx-header.is-fixed{position:sticky;top:0}.admin-bar .lvx-header.is-fixed{top:32px}.lvx-header-inner{max-width:1240px;margin:0 auto;min-height:var(--sistema-header-altura,66px);padding:8px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.lvx-header-density-normal .lvx-header-inner{padding:12px 24px}.lvx-header-brand{display:flex;align-items:center;gap:12px;text-decoration:none!important;color:var(--lvx-header-text)!important;min-width:0}.lvx-header-brand img{max-height:42px;max-width:160px;width:auto;object-fit:contain;display:block}.lvx-header-logo-placeholder{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--lvx-header-primary),#60a5fa);color:#fff;font-weight:900;letter-spacing:.5px;flex:0 0 auto}.lvx-header-brand-text{display:flex;flex-direction:column;gap:1px;min-width:0}.lvx-header-brand-text strong{font-size:18px;line-height:1.1;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lvx-header-brand-text em{font-size:12px;font-style:normal;color:var(--lvx-header-muted);white-space:nowrap}.lvx-header-nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.lvx-header-nav a,.lvx-header-greeting{color:var(--lvx-header-text)!important;text-decoration:none!important;font-size:14px;font-weight:750;line-height:1;padding:11px 12px;border-radius:999px;white-space:nowrap;transition:.18s ease}.lvx-header-nav a:hover{background:#eef5ff;color:var(--lvx-header-primary)!important}.lvx-header-greeting{color:var(--lvx-header-muted)!important;font-weight:700}.lvx-header-account{background:#eef5ff!important;color:var(--lvx-header-primary)!important}.lvx-header-logout{color:#dc2626!important}.lvx-header-bell{position:relative;border:1px solid var(--lvx-header-border);background:#fff;color:var(--lvx-header-text);width:42px;height:42px;border-radius:999px;display:grid;place-items:center;cursor:pointer;transition:.18s ease}.lvx-header-bell:hover{border-color:var(--lvx-header-primary);box-shadow:0 10px 22px rgba(37,99,235,.12)}.lvx-header-bell strong{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;border-radius:99px;background:#ef4444;color:#fff;font-size:10px;display:grid;place-items:center;padding:0 5px;border:2px solid #fff}.lvx-header-bell.has-unread{background:#fff7ed;border-color:#fdba74}.lvx-bell-icon{font-size:17px;line-height:1}.lvx-header-menu-btn{display:none;width:42px;height:42px;border:1px solid var(--lvx-header-border);background:#fff;border-radius:14px;cursor:pointer;flex:0 0 auto}.lvx-header-menu-btn span{display:block;width:19px;height:2px;background:var(--lvx-header-primary);margin:4px auto;border-radius:2px}.lvx-header-notifications{position:fixed;inset:0;background:rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none;z-index:999;transition:.2s ease}.lvx-header-notifications.is-open{opacity:1;visibility:visible;pointer-events:auto}.lvx-header-notifications-card{position:absolute;right:24px;top:calc(var(--sistema-header-altura,66px) + 14px);width:min(390px,calc(100vw - 32px));background:#fff;border:1px solid var(--lvx-header-border);border-radius:22px;box-shadow:0 24px 80px rgba(15,23,42,.22);overflow:hidden}.admin-bar .lvx-header-notifications-card{top:calc(var(--sistema-header-altura,66px) + 46px)}.lvx-header-notifications-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid #eef2f7}.lvx-header-notifications-head strong{display:block;font-size:18px}.lvx-header-notifications-head span{display:block;color:var(--lvx-header-muted);font-size:13px;margin-top:2px}.lvx-header-notifications-head button{width:36px;height:36px;border:0;border-radius:12px;background:#f1f5f9;font-size:22px;cursor:pointer}.lvx-header-notifications-list{max-height:360px;overflow:auto;padding:10px}.lvx-header-notification-item{display:block;text-decoration:none!important;color:var(--lvx-header-text)!important;border:1px solid #eef2f7;border-radius:16px;padding:12px;margin-bottom:8px;background:#fff}.lvx-header-notification-item:hover{border-color:#bfdbfe;background:#f8fbff}.lvx-header-notification-item strong{display:block;font-size:14px}.lvx-header-notification-item span{display:block;color:var(--lvx-header-muted);font-size:13px;margin-top:4px}.lvx-header-notification-item em{display:block;color:#94a3b8;font-size:12px;font-style:normal;margin-top:8px}.lvx-header-notification-empty{padding:20px;text-align:center;color:var(--lvx-header-muted)}.lvx-header-notification-empty strong{display:block;color:var(--lvx-header-text);margin-bottom:5px}.lvx-header-notifications-foot{display:flex;justify-content:space-between;gap:10px;padding:14px 18px;border-top:1px solid #eef2f7}.lvx-header-notifications-foot a{font-weight:800;text-decoration:none;color:var(--lvx-header-primary)}
/* Painel */
.lvx-cab-panel{max-width:1220px;margin:0 auto;padding:28px 20px 60px;color:var(--lvx-header-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.lvx-cab-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:26px 28px;border-radius:26px;background:linear-gradient(135deg,var(--lvx-header-secondary),var(--lvx-header-primary));color:#fff;box-shadow:0 20px 60px rgba(37,99,235,.20)}.lvx-cab-kicker{display:inline-flex;border:1px solid rgba(255,255,255,.22);border-radius:99px;padding:7px 12px;font-weight:900;font-size:12px;letter-spacing:.08em}.lvx-cab-hero h1{font-size:34px;line-height:1.05;margin:16px 0 8px;color:#fff}.lvx-cab-hero p{margin:0;color:rgba(255,255,255,.86);max-width:720px}.lvx-cab-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.lvx-cab-hero-actions span{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);border-radius:99px;padding:10px 14px;font-weight:900}.lvx-cab-card{background:var(--lvx-header-bg);border:1px solid var(--lvx-header-border);border-radius:var(--lvx-header-radius);box-shadow:0 12px 34px rgba(15,23,42,.05);padding:22px;margin-bottom:18px}.lvx-cab-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.lvx-cab-section-head h2,.lvx-cab-card h2{margin:0 0 5px;font-size:24px}.lvx-cab-section-head p,.lvx-cab-card p{margin:0;color:var(--lvx-header-muted)}.lvx-cab-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lvx-cab-box{background:#f8fbff;border:1px solid #e5edf8;border-radius:20px;padding:18px}.lvx-cab-box.full{margin-top:16px}.lvx-cab-box h3{margin:0 0 12px;font-size:18px}.lvx-cab-box label{display:block;font-weight:850;margin:12px 0 6px}.lvx-cab-box input[type="text"],.lvx-cab-box input[type="url"],.lvx-cab-box select{width:100%;min-height:44px;border:1px solid var(--lvx-header-border);border-radius:14px;padding:9px 12px;background:#fff;color:var(--lvx-header-text);max-width:100%;box-sizing:border-box}.lvx-cab-check{display:flex!important;align-items:flex-start;gap:9px;font-weight:750!important;color:var(--lvx-header-text)}.lvx-cab-check input{margin-top:3px}.lvx-cab-logo-preview{width:220px;max-width:100%;height:100px;display:grid;place-items:center;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;margin:8px 0 10px;overflow:hidden}.lvx-cab-logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.lvx-cab-btn{border:0;border-radius:var(--lvx-header-btn-radius);background:var(--lvx-header-primary);color:#fff!important;font-weight:900;padding:12px 18px;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 12px 24px rgba(37,99,235,.18)}.lvx-cab-btn.secondary{background:#fff;color:var(--lvx-header-primary)!important}.lvx-cab-btn.ghost{background:#eef5ff;color:var(--lvx-header-primary)!important;box-shadow:none}.lvx-cab-btn.light{background:#f1f5f9;color:var(--lvx-header-text)!important;box-shadow:none}.lvx-cab-links{display:grid;gap:10px;margin:12px 0}.lvx-cab-link-row{display:grid;grid-template-columns:1fr 1.4fr 1fr auto;gap:10px;align-items:center;background:#fff;border:1px solid var(--lvx-header-border);border-radius:16px;padding:10px}.lvx-cab-link-row input{min-height:42px!important;border:1px solid var(--lvx-header-border);border-radius:12px;padding:8px 10px;width:100%;box-sizing:border-box}.lvx-cab-icon-btn{width:42px;height:42px;border:1px solid var(--lvx-header-border);border-radius:12px;background:#fff;cursor:pointer}.lvx-cab-notice{padding:14px 16px;border-radius:16px;font-weight:850;margin-bottom:16px}.lvx-cab-notice.success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}.lvx-cab-muted{margin-top:10px!important}.lvx-cab-card code{display:inline-block;background:#f1f5f9;border-radius:10px;padding:9px 12px;margin:12px 0;color:#0f172a}
body.lvx-client-mode #wpadminbar{display:none!important}body.lvx-client-mode{margin-top:0!important}
@media(max-width:960px){.admin-bar .lvx-header.is-fixed{top:0}.lvx-header-inner{padding:8px 14px}.lvx-header-brand-text strong{font-size:16px}.lvx-header-brand img{max-height:38px}.lvx-header-menu-btn{display:block}.lvx-header-nav{display:none;position:absolute;left:12px;right:12px;top:calc(var(--sistema-header-altura,66px) + 8px);background:#fff;border:1px solid var(--lvx-header-border);border-radius:22px;box-shadow:0 18px 44px rgba(15,23,42,.16);padding:10px;flex-direction:column;align-items:stretch;gap:4px;z-index:990}.lvx-header-nav.is-open{display:flex}.lvx-header-nav a,.lvx-header-greeting{border-radius:14px;padding:13px 14px}.lvx-header-bell{width:100%;display:flex;justify-content:center;gap:8px;border-radius:14px}.lvx-header-notifications-card{right:12px;left:12px;width:auto}.lvx-cab-panel{padding:18px 12px 50px}.lvx-cab-hero{padding:22px;display:block}.lvx-cab-hero h1{font-size:28px}.lvx-cab-hero-actions{margin-top:16px}.lvx-cab-grid.two{grid-template-columns:1fr}.lvx-cab-section-head{display:block}.lvx-cab-section-head .lvx-cab-btn{margin-top:14px}.lvx-cab-link-row{grid-template-columns:1fr}.lvx-cab-icon-btn{width:100%}}

/* Lumavix Cabeçalho e Menu v2.0.1 - navegação inteligente */
.lvx-header-more{position:relative;display:inline-flex;align-items:center}.lvx-header-more-btn{border:0;background:#eef5ff;color:var(--lvx-header-primary);font-size:14px;font-weight:850;line-height:1;padding:11px 12px;border-radius:999px;white-space:nowrap;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.lvx-header-more-btn span{font-size:13px}.lvx-header-more-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:220px;background:#fff;border:1px solid var(--lvx-header-border);border-radius:18px;box-shadow:0 18px 46px rgba(15,23,42,.16);padding:8px;display:none;z-index:1005}.lvx-header-more.is-open .lvx-header-more-menu{display:grid;gap:4px}.lvx-header-more-menu a{display:block;border-radius:12px;padding:12px 13px!important;color:var(--lvx-header-text)!important}.lvx-header-more-menu a:hover{background:#eef5ff;color:var(--lvx-header-primary)!important}.lvx-cab-box input[type="number"]{width:100%;min-height:44px;border:1px solid var(--lvx-header-border);border-radius:14px;padding:9px 12px;background:#fff;color:var(--lvx-header-text);max-width:100%;box-sizing:border-box}.lvx-cab-help{display:block;color:var(--lvx-header-muted);font-size:12px;line-height:1.45;margin:-2px 0 8px}
@media(max-width:960px){.lvx-header-more{display:block;width:100%}.lvx-header-more-btn{width:100%;justify-content:space-between;border-radius:14px;padding:13px 14px}.lvx-header-more-menu{position:static;display:none;box-shadow:none;border-radius:14px;margin-top:4px;min-width:0}.lvx-header-more.is-open .lvx-header-more-menu{display:grid}.lvx-header-more-menu a{padding:12px 14px!important}}
