:root{--ink:#111315;--ink2:#1b1e21;--yellow:#f6c900;--yellow2:#ffd83d;--bg:#eef1f3;--card:#fff;--line:#dfe3e7;--muted:#747b82;--green:#16834a;--red:#c93636;--shadow:0 12px 32px rgba(17,19,21,.065)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:14px;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.top{height:72px;background:linear-gradient(105deg,#070809,#111315 62%,#0b0c0d);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:100;border-bottom:1px solid #24282b}.top b{font-size:26px;letter-spacing:-1.2px}.top b span{color:var(--yellow)}.top>div{display:flex;gap:7px;align-items:center}.top a{padding:9px 12px;border-radius:9px;color:#e9ebed;font-weight:850;font-size:12px}.top a:hover{background:#24272a;color:var(--yellow)}.layout{display:flex;min-height:calc(100vh - 72px)}.side{width:244px;flex:0 0 244px;background:linear-gradient(180deg,#121416,#0d0f10);color:#d9dcdf;padding:19px 12px;position:sticky;top:72px;height:calc(100vh - 72px);overflow:auto;border-right:1px solid #24272a}.side:before{content:"PAINEL DE GESTÃO";display:block;color:#72787e;font-size:10px;font-weight:950;letter-spacing:1.25px;padding:8px 12px 20px}.side .sectionlabel{color:#72787e;font-size:10px;font-weight:950;letter-spacing:1.25px;padding:18px 12px 8px;text-transform:uppercase}.side a{display:flex;align-items:center;gap:10px;min-height:44px;padding:11px 13px;border:1px solid transparent;border-radius:11px;margin:2px 0;font-weight:850;font-size:13px;transition:.18s}.side a:hover{background:#202326;color:#fff;transform:translateX(3px)}.side a.active{background:linear-gradient(90deg,#292d31,#202326);color:var(--yellow);border-color:#34383c;box-shadow:inset 3px 0 var(--yellow),0 5px 15px #0003}.main{flex:1;min-width:0;padding:30px 30px 60px;max-width:1720px;background:linear-gradient(180deg,#f3f5f6 0,#edf0f2 100%)}.dashboard-intro{min-height:145px;border-radius:22px;padding:27px 30px;margin-bottom:21px;background:radial-gradient(circle at 77% 20%,#34382a,#202326 48%,#111314 100%);box-shadow:0 20px 48px #11121418;border:1px solid #ffffff0a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative;overflow:hidden}.dashboard-intro:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;opacity:.35}.dashboard-intro:after{content:"EKM";position:absolute;right:50px;bottom:-38px;font-size:135px;font-weight:1000;letter-spacing:-9px;color:#fff;opacity:.025}.dashboard-intro>*{position:relative;z-index:1}.dashboard-intro .mini{font-size:10px;color:var(--yellow);font-weight:950;letter-spacing:1.1px;text-transform:uppercase}.dashboard-intro h2{font-size:28px;letter-spacing:-1px;margin:5px 0}.dashboard-intro p{margin:0;color:#c5c9cc;font-size:13px}.admin-note{font-size:11px;color:#858b91;margin-top:5px}.titlebar{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px}.titlebar h1{font-size:32px;letter-spacing:-1px;margin:0}.muted{color:var(--muted)}.titlebar .muted{margin-top:5px}.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.stat{background:linear-gradient(180deg,#fff,#fbfcfc);border:1px solid var(--line);border-radius:17px;padding:20px;box-shadow:0 9px 25px #1111110a;min-height:116px;position:relative;overflow:hidden}.stat:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--yellow),#ffe16b)}.stat:after{content:"";position:absolute;right:-30px;bottom:-35px;width:95px;height:95px;border-radius:50%;background:radial-gradient(circle,#f5c40018,transparent 68%)}.stat .label{font-size:9px;color:#7a8188;text-transform:uppercase;font-weight:950;letter-spacing:.7px}.stat .num{font-size:31px;font-weight:1000;margin-top:12px;letter-spacing:-.8px;line-height:1}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:15px 0 20px}.quick a{display:flex;align-items:center;min-height:50px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 16px;font-weight:900;font-size:12px;box-shadow:0 5px 16px #11111108;transition:.18s}.quick a:hover{border-color:#e0bd00;background:#fffdf3;transform:translateY(-2px);box-shadow:0 9px 20px #11111110}.two{display:grid;grid-template-columns:1.35fr .65fr;gap:17px}.panel,.form{background:linear-gradient(180deg,#fff,#fdfdfd);border:1px solid var(--line);border-radius:18px;padding:23px;box-shadow:0 9px 27px #11111109}.panel h3,.form h3{margin:0 0 16px;font-size:17px;display:flex;align-items:center;gap:7px}.table{width:100%;border-collapse:separate;border-spacing:0}.table th{background:#f7f8f9;color:#7c8288;font-size:9px;text-transform:uppercase;letter-spacing:.6px;text-align:left;font-weight:950}.table th,.table td{padding:14px 12px;border-bottom:1px solid #edf0f2;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table tr:hover td{background:#fffdf5}.table td{font-size:12px}.table td small{color:#8b9298}.thumb{width:58px;height:58px;object-fit:contain;background:#f6f7f8;border:1px solid #edf0f2;border-radius:10px}.low{color:var(--red);font-weight:950}.badge{display:inline-flex;align-items:center;padding:6px 11px;border-radius:999px;background:#eef0f2;color:#525960;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.35px}.status-novo{background:#fff1c7;color:#765800}.status-pago,.status-concluido{background:#e5f6eb;color:#146b3c}.status-separando{background:#fff0d7;color:#8a5300}.status-enviado{background:#e8f0ff;color:#2457a6}.status-cancelado{background:#ffe7e7;color:#a32929}.status-aguardando_pagamento{background:#eee9ff;color:#5b3e9c}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--yellow);color:#111;border:0;border-radius:10px;min-height:42px;padding:0 15px;font:inherit;font-weight:950;cursor:pointer;box-shadow:0 4px 0 #c5a400,0 7px 15px #0002;transition:.18s}.btn:hover{background:var(--yellow2);transform:translateY(-2px)}.btn.dark{background:#111;color:#fff;box-shadow:0 4px 0 #000}.btn.outline{background:#fff;border:1px solid #d5d9dd;box-shadow:none}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.searchbox{display:flex;gap:7px;flex:1;max-width:720px}.searchbox input{flex:1;min-width:220px;padding:12px 14px;border:1px solid #d5d9dd;border-radius:10px;outline:none;font:inherit}.form{max-width:1120px}.formgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px}.form .full{grid-column:1/-1}.form label{display:block;margin:14px 0 6px;color:#4d5358;font-size:10px;text-transform:uppercase;font-weight:950;letter-spacing:.4px}.form input,.form textarea,.form select{width:100%;padding:12px 14px;border:1px solid #d5d9dd;border-radius:10px;background:#fff;font:inherit;outline:none}.form input:focus,.form textarea:focus,.form select:focus,.searchbox input:focus{border-color:#d0ad00;box-shadow:0 0 0 4px #f5c4001c}.form textarea{min-height:140px;resize:vertical}.form input[type=checkbox]{width:auto;accent-color:var(--yellow);box-shadow:none}.alert{padding:13px 15px;border-radius:11px;background:#fff5cd;border:1px solid #f0dd91;color:#6e5700;margin-bottom:15px}.alert:empty{display:none}.ok{background:#e7f7ed;border-color:#bfe8cd;color:#165f36}.chartpanel{margin-top:16px}.chart{height:190px;display:flex;align-items:end;gap:10px;padding:16px 8px 5px;border-top:1px solid #edf0f2}.barwrap{flex:1;height:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:6px}.bar{width:100%;max-width:34px;background:linear-gradient(180deg,#ffd83d,#f7c800);border-radius:6px 6px 2px 2px;min-height:5px}.barlabel{font-size:9px;color:#858b91}.mini-stat{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf0f2}.mini-stat:last-child{border-bottom:0}.empty-state{text-align:center;padding:38px;color:var(--muted);border:1px dashed #d8dde1;border-radius:13px;background:#fafbfc}@media(max-width:1180px){.side{width:220px;flex-basis:220px}.main{padding:24px}.cards{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:1fr}}@media(max-width:820px){.layout{display:block}.side{position:static;width:100%;height:auto;display:flex;gap:3px;overflow:auto;padding:8px}.side:before,.side .sectionlabel{display:none}.side a{white-space:nowrap}.main{padding:16px}.cards{grid-template-columns:repeat(2,1fr)}.quick{grid-template-columns:repeat(2,1fr)}.titlebar{align-items:flex-start;flex-direction:column}.toolbar{align-items:stretch;flex-direction:column}.searchbox{max-width:none;width:100%}.table{display:block;overflow:auto;white-space:nowrap}.dashboard-intro{align-items:flex-start;flex-direction:column}}@media(max-width:500px){.top{height:58px;padding:0 13px}.top b{font-size:21px}.layout{min-height:calc(100vh - 58px)}.cards{grid-template-columns:1fr}.quick{grid-template-columns:1fr}.formgrid{grid-template-columns:1fr}.form .full{grid-column:auto}.dashboard-intro{padding:21px}.dashboard-intro h2{font-size:23px}.dashboard-intro .btn{width:100%}}

/* ===== V4.5 PREMIUM PRO ===== */
.top{height:76px;padding:0 32px;box-shadow:0 8px 25px rgba(0,0,0,.18)}
.top b{font-size:28px}
.side{width:252px;flex-basis:252px;padding:21px 13px}
.main{padding:32px 32px 70px;max-width:1800px}
.dashboard-intro{min-height:158px;border-radius:24px;padding:30px 32px;margin-bottom:22px}
.dashboard-intro h2{font-size:30px}
.cards{gap:16px}
.stat{min-height:124px;border-radius:18px;padding:21px}
.stat .num{font-size:33px}
.quick{gap:13px;margin:16px 0 22px}
.quick a{min-height:54px;border-radius:13px;padding:0 17px}
.two{gap:18px}
.panel{border-radius:20px;padding:24px;box-shadow:0 12px 32px rgba(17,19,21,.07)}
.panel h3{font-size:18px}
.table th{font-size:9px}
.table th,.table td{padding:15px 13px}
.table td{font-size:12px}
.dashboard-metrics{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;margin-top:18px}
.insight{background:linear-gradient(145deg,#171a1c,#0e1011);color:#fff;border:1px solid #292d30;border-radius:20px;padding:24px;min-height:190px;position:relative;overflow:hidden}
.insight:after{content:"EKM";position:absolute;right:-8px;bottom:-34px;font-size:120px;font-weight:1000;color:#fff;opacity:.025;letter-spacing:-8px}
.insight .eyebrow{color:var(--yellow);font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:1px}
.insight h3{font-size:21px;margin:8px 0 5px}
.insight p{font-size:11px;color:#aeb4b9;max-width:430px;line-height:1.5}
.insight-row{display:flex;gap:10px;margin-top:17px;position:relative;z-index:1}
.insight-chip{background:#222629;border:1px solid #34383b;border-radius:10px;padding:9px 11px;font-size:10px;color:#d8dbde}
.insight-chip b{color:var(--yellow);font-size:12px;margin-right:3px}
.alert-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 12px 32px rgba(17,19,21,.07)}
.alert-card h3{margin:0 0 14px;font-size:18px}
.action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.action-grid a{background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px;min-height:72px;display:flex;flex-direction:column;justify-content:center;gap:4px;transition:.18s}
.action-grid a:hover{transform:translateY(-2px);border-color:#e2bf00;background:#fffdf3}
.action-grid b{font-size:12px}.action-grid span{font-size:10px;color:var(--muted)}
.panel+.panel{margin-top:18px}
@media(max-width:1180px){.dashboard-metrics{grid-template-columns:1fr}.action-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.top{height:62px;padding:0 16px}.top b{font-size:23px}.side{width:100%;flex-basis:auto}.main{padding:20px 16px 50px}.dashboard-intro{min-height:145px;padding:24px}.dashboard-intro h2{font-size:25px}}
@media(max-width:500px){.action-grid{grid-template-columns:1fr}.dashboard-intro h2{font-size:22px}.stat{min-height:110px}.stat .num{font-size:29px}}

/* ===== V4.6 PREMIUM COMMERCE / ADMIN ===== */
.page-kicker{font-size:9px;color:#9a7d00;font-weight:950;letter-spacing:1.15px;text-transform:uppercase;margin-bottom:5px}.titlebar h1{font-size:34px}.toolbar-actions{display:flex;gap:8px}.products-panel{padding:20px}.product-summary{display:grid;grid-template-columns:repeat(3,1fr) 1fr;gap:12px;margin:0 0 16px}.product-summary>div,.product-summary>a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px 17px;min-height:82px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 7px 20px #11111108}.product-summary span{font-size:9px;color:#7c8389;font-weight:950;letter-spacing:.7px}.product-summary b{font-size:22px;letter-spacing:-.5px;margin-top:4px}.product-summary small{font-size:9px;color:#90969b;margin-top:2px}.product-summary .summary-alert{border-color:#f0df9a;background:linear-gradient(145deg,#fff,#fffaf0)}.product-summary .summary-alert b{color:#a16c00}.product-summary>a{background:linear-gradient(145deg,#171a1c,#0e1011);color:#fff;text-decoration:none;border-color:#2b2f32}.product-summary>a span{color:#aeb4b9}.product-summary>a b{color:var(--yellow)}.products-table th{white-space:nowrap}.products-table td{padding:12px}.products-table td>small,.products-table td small{display:block;color:#8d949a;font-size:9px;margin-top:3px}.product-cell{display:flex;align-items:center;gap:11px;min-width:250px}.product-cell .thumb{width:54px;height:54px;flex:0 0 54px}.product-cell b{display:block;max-width:290px;line-height:1.25}.pro-price{color:#876900}.stock-pill,.active-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:950;white-space:nowrap}.stock-ok-admin{background:#e7f6ed;color:#17683d}.stock-low{background:#ffe9e9;color:#a32929}.active-pill.on{background:#e7f6ed;color:#17683d}.active-pill.off{background:#eef0f2;color:#686f75}.row-actions{white-space:nowrap}.icon-action{display:inline-flex;width:35px;height:35px;align-items:center;justify-content:center;border:1px solid #d5d9dd;border-radius:9px;color:#777;text-decoration:none;font-weight:900;margin-left:5px}.icon-action:hover{background:#fff1f1;color:#b52d2d;border-color:#e5baba}.table-wrap{overflow:auto}.products-table{min-width:980px}.form-section{border:1px solid #e3e6e9;border-radius:15px;padding:18px;margin-bottom:14px;background:#fbfcfc}.form-section-title{display:flex;align-items:center;gap:9px;margin:0 0 3px;font-size:14px}.form-section-title:before{content:"";width:5px;height:20px;border-radius:4px;background:var(--yellow)}.form-section-sub{font-size:10px;color:var(--muted);margin-bottom:7px}.image-preview-box{display:flex;align-items:center;gap:15px;padding:13px;border:1px dashed #cfd5da;border-radius:12px;background:#fafbfc}.image-preview-box img{width:72px;height:72px;object-fit:contain;background:#fff;border:1px solid #e8ebed;border-radius:10px}.form-actions{display:flex;gap:9px;align-items:center;margin-top:16px}.form-actions .btn{min-width:150px}
@media(max-width:1180px){.product-summary{grid-template-columns:repeat(2,1fr)}.toolbar-actions{width:100%}.toolbar-actions .btn{flex:1}}
@media(max-width:820px){.product-summary{grid-template-columns:repeat(2,1fr)}.toolbar-actions{flex-wrap:wrap}.toolbar-actions .btn{flex:1}.product-cell{min-width:220px}}
@media(max-width:500px){.product-summary{grid-template-columns:1fr}.titlebar h1{font-size:28px}}

/* ===== EKM V5 PREMIUM COMMERCE ===== */
body{background:radial-gradient(circle at 75% 0%,#f8f9fa 0,#eef1f3 38%,#e9edf0 100%)}
.top{height:78px;background:linear-gradient(110deg,#070809,#101315 58%,#171a1c);padding:0 34px}.top b{font-size:29px}.top:after{content:"V5";color:#f6c900;font-size:9px;font-weight:900;letter-spacing:1px;margin-left:10px}
.side{width:258px;flex-basis:258px;background:linear-gradient(180deg,#0d1012,#090b0c);padding:22px 14px;top:78px;height:calc(100vh - 78px)}.side a{min-height:45px;border-radius:12px}.side a.active{background:linear-gradient(90deg,#292d31,#1e2225);box-shadow:inset 3px 0 #f6c900,0 8px 22px #0004}
.main{padding:34px 36px 80px;max-width:1900px}.dashboard-intro.v5-hero{min-height:170px;border-radius:26px;padding:31px 34px;background:linear-gradient(110deg,#111416,#1b1f20 55%,#2b2f22);box-shadow:0 22px 50px rgba(14,17,18,.18);border:1px solid #303436;position:relative;overflow:hidden}.v5-hero:after{content:"EKM";position:absolute;right:30px;bottom:-52px;font-size:180px;font-weight:1000;letter-spacing:-15px;color:#fff;opacity:.025}.v5-hero>div{position:relative;z-index:2}.v5-hero h2{font-size:33px;letter-spacing:-1.4px;margin:5px 0}.v5-hero p{color:#c4c9cd}.hero-actions{display:flex;gap:9px;align-items:center;position:relative;z-index:3}.dark-outline{background:#171a1c!important;color:#fff!important;border-color:#3b4043!important}
.v5-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}.v5-kpis .stat{min-height:132px;border-radius:19px;box-shadow:0 12px 30px rgba(17,19,21,.07);position:relative;overflow:hidden}.v5-kpis .stat:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-38px;bottom:-48px;background:#f6c90012}.v5-kpis .stat small{display:block;color:#8b9298;font-size:9px;margin-top:6px}.v5-kpis .stat.yellow{background:linear-gradient(145deg,#fff,#fffaf0)}
.v5-quick{grid-template-columns:repeat(4,1fr);gap:12px;margin:0 0 18px}.v5-quick a{min-height:62px;padding:0 17px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);box-shadow:0 8px 22px #11111108}.v5-quick a:hover{border-color:#e0c000;transform:translateY(-2px)}.v5-quick b{font-size:12px}.v5-quick span{font-size:9px;color:#858b91}
.v5-main-grid{display:grid;grid-template-columns:1.45fr .85fr;gap:18px;margin-bottom:18px}.panel{background:rgba(255,255,255,.95);backdrop-filter:blur(7px);border:1px solid #dce1e5;box-shadow:0 15px 38px rgba(17,19,21,.065)}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-head h3{margin:0}.panel-value{font-size:17px}.text-link,.order-link{color:#806900;font-weight:900;font-size:11px}.chartpanel-v5{min-height:300px}.chart-v5{height:210px;display:flex;align-items:end;gap:13px;padding:15px 6px 0;border-top:1px solid #edf0f2}.chart-v5 .barwrap{height:100%;flex:1;display:flex;align-items:center;justify-content:end;gap:7px}.chart-v5 .barwrap strong{font-size:8px;color:#858b91;writing-mode:vertical-rl;transform:rotate(180deg)}.chart-v5 .bar{width:min(34px,75%);background:linear-gradient(180deg,#ffdc42,#e8bd00);border-radius:8px 8px 3px 3px;box-shadow:0 7px 15px #e9bf001f}.chart-v5 .barwrap span{font-size:9px;color:#858b91}
.empty-state.compact{padding:28px}.mini-stat{padding:13px 0}.mini-stat small{display:block;color:#8b9298;font-size:9px;margin-top:3px}.low{color:#b32d2d}.channel-pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#f0f2f4;color:#5e666c;font-size:9px;font-weight:900}.inline-form{display:flex;gap:6px;align-items:center}.inline-form select{padding:8px;border:1px solid #d5d9dd;border-radius:8px;background:#fff;font:inherit;font-size:10px}.inline-form .btn{min-height:34px;padding:0 9px;font-size:10px}.v5-bottom{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;margin-top:18px}.v5-bottom .insight{min-height:210px}.upgrade-line{padding:11px 0;border-bottom:1px solid #edf0f2;font-size:12px}.upgrade-line:last-child{border-bottom:0}.pro-kpis,.report-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.pro-kpis>div,.report-kpis>div{background:#fff;border:1px solid var(--line);border-radius:17px;padding:18px;box-shadow:0 10px 28px #11111108}.pro-kpis span,.report-kpis span{display:block;color:#7b8389;font-size:9px;font-weight:950;letter-spacing:.7px}.pro-kpis b,.report-kpis b{display:block;font-size:24px;margin-top:6px}.pro-status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:950;text-transform:uppercase}.pro-status.ativo{background:#e6f6ec;color:#176a3e}.pro-status.pendente{background:#fff2cc;color:#806000}.pro-status.bloqueado{background:#ffe7e7;color:#a32929}.pro-status.nao_cadastrado{background:#eef0f2;color:#666}.pro-table td small{display:block;color:#8b9298;font-size:9px;margin-top:3px}.pro-section{background:linear-gradient(145deg,#fff,#fffdf2);border-color:#eadb91}.report-select{padding:11px 14px;border:1px solid #d5d9dd;border-radius:10px;background:#fff;font:inherit}.form-section input[type=checkbox]{width:auto;margin-right:6px}
@media(max-width:1250px){.v5-kpis{grid-template-columns:repeat(3,1fr)}.v5-main-grid{grid-template-columns:1fr}.v5-bottom{grid-template-columns:1fr}.pro-kpis,.report-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.top{height:64px;padding:0 16px}.top:after{display:none}.side{top:64px;height:auto}.main{padding:20px 16px 55px}.dashboard-intro.v5-hero{padding:24px;min-height:160px}.v5-hero h2{font-size:27px}.hero-actions{margin-top:12px}.v5-kpis{grid-template-columns:repeat(2,1fr)}.v5-quick{grid-template-columns:repeat(2,1fr)}.v5-bottom{grid-template-columns:1fr}.chart-v5{gap:6px}}
@media(max-width:520px){.v5-kpis{grid-template-columns:1fr}.v5-quick{grid-template-columns:1fr}.hero-actions{width:100%}.hero-actions .btn{flex:1}.pro-kpis,.report-kpis{grid-template-columns:1fr}.sale-layout{grid-template-columns:1fr!important}.sale-product-list{max-height:340px}.sale-line{flex-direction:column}.sale-line-actions{width:100%;justify-content:space-between}}

/* PDV */
.sale-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.sale-products{min-height:620px}.sale-side{position:sticky;top:96px}.sale-side label{display:block;margin:15px 0 6px;font-size:9px;font-weight:950;text-transform:uppercase;color:#60676d;letter-spacing:.6px}.sale-side input,.sale-side select,.sale-side textarea{width:100%;padding:12px;border:1px solid #d5d9dd;border-radius:10px;font:inherit;background:#fff}.sale-search{width:300px;max-width:45%;padding:11px 13px;border:1px solid #d5d9dd;border-radius:10px}.sale-product-list{max-height:420px;overflow:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.sale-product{border:1px solid #e1e5e8;background:#fff;border-radius:12px;padding:13px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:.15s}.sale-product:hover{border-color:#dfc000;background:#fffdf3;transform:translateY(-1px)}.sale-product b{display:block;font-size:11px}.sale-product small{display:block;color:#8b9298;font-size:8px;margin-top:4px}.sale-product strong{font-size:11px;white-space:nowrap}.sale-cart{margin-top:18px;border-top:1px solid #edf0f2;padding-top:14px}.sale-line{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #edf0f2}.sale-line b{font-size:11px}.sale-line small{display:block;color:#8b9298;font-size:9px;margin-top:3px}.sale-line-actions{display:flex;align-items:center;gap:8px}.sale-line-actions input{width:58px;padding:8px;border:1px solid #d5d9dd;border-radius:8px}.sale-line-actions button{width:30px;height:30px;border:0;border-radius:8px;background:#fff0f0;color:#b52d2d;font-weight:900;cursor:pointer}.sale-total{display:flex;align-items:end;justify-content:space-between;margin:22px 0;padding:17px 0;border-top:1px solid #e7eaec}.sale-total span{font-size:10px;color:#7d848a;text-transform:uppercase;font-weight:950}.sale-total strong{font-size:28px}.btn.full{width:100%}
