@import"https://fonts.googleapis.com/css2?family=Anton&family=Bangers&family=Bebas+Neue&family=Fredoka:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&family=Lobster&family=Luckiest+Guy&family=Montserrat:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&family=Pacifico&family=Playfair+Display:wght@400;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&display=swap";:root{--bg: #f3f4f6;--surface: #ffffff;--surface-soft: #f9fafb;--text: #0f172a;--muted: #6b7280;--primary: #4f46e5;--primary-2: #4338ca;--accent: #f59e0b;--accent-soft: #fff7ed;--border: #e5e7eb;--shadow-sm: 0 2px 8px rgba(2, 6, 23, .06);--shadow-lg: 0 6px 18px rgba(2, 6, 23, .08);--radius-lg: 14px;--radius-md: 10px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Aptos,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg)}.center-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.loading-indicator{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:1px solid #c7d2fe;background:linear-gradient(180deg,#eef2ff,#f8fafc);color:#312e81;font-weight:700;font-size:.92rem}.loading-indicator.centered{margin:0 auto}.loading-spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(79,70,229,.22);border-top-color:#4f46e5;animation:spin-360 .8s linear infinite}@keyframes spin-360{to{transform:rotate(360deg)}}.login-bg{background:radial-gradient(circle at 12% 15%,#c7d2fe 0,transparent 35%),radial-gradient(circle at 95% 5%,#cffafe 0,transparent 32%),#f8fafc}.splash-bg{background:radial-gradient(circle at 10% 10%,#bfdbfe 0,transparent 30%),radial-gradient(circle at 88% 18%,#fde68a 0,transparent 28%),radial-gradient(circle at 50% 100%,#fbcfe8 0,transparent 35%),#f8fafc}.splash-card{width:min(420px,100%);border:1px solid #dbe3ef;border-radius:24px;background:#fff;box-shadow:0 16px 40px #0f172a1f;padding:28px;display:grid;justify-items:center;gap:8px;animation:splashPop .55s ease}.splash-logo-mark{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;color:#0f172a;font-size:1.95rem;font-weight:900;background:linear-gradient(135deg,#60a5fa,#f472b6,#facc15)}.splash-logo-image{width:110px;height:110px;border-radius:18px;object-fit:contain;border:1px solid #dbe3ef;background:#fff}.splash-card h1{margin:4px 0 0;font-size:1.9rem;line-height:1}.splash-card p{margin:0;color:#334155}.splash-cmyk{display:inline-flex;gap:4px;margin:4px 0 2px}.splash-cmyk i{width:34px;height:5px;border-radius:4px;display:inline-block}.splash-cmyk i:nth-child(1){background:#06b6d4}.splash-cmyk i:nth-child(2){background:#ec4899}.splash-cmyk i:nth-child(3){background:#facc15}.splash-cmyk i:nth-child(4){background:#111827}@keyframes splashPop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card{width:min(460px,100%);background:var(--surface);border-radius:22px;padding:30px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d}.auth-card h1{margin:0;font-size:2.1rem;letter-spacing:-.03em}.auth-card p{margin:8px 0 18px;color:var(--muted)}.auth-brand{display:flex;align-items:center;gap:10px}.auth-brand-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:#0f172a;font-size:1.45rem;font-weight:900;background:linear-gradient(135deg,#60a5fa,#f472b6,#facc15)}.auth-brand-logo{width:52px;height:52px;border-radius:14px;object-fit:contain;border:1px solid #dbe3ef;background:#fff}.auth-brand+p{margin-top:12px}.auth-card form{display:grid;gap:12px}.auth-card label{display:grid;gap:6px;font-size:.92rem;color:#334155}.auth-card input{border:1px solid var(--border);border-radius:10px;padding:11px 12px}.auth-card input:focus{outline:none;border-color:#5eead4;box-shadow:0 0 0 4px #14b8a626}.auth-card .auth-remember{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;color:#334155;margin-top:-2px}.auth-card .auth-remember input{width:16px;height:16px;margin:0}.auth-card button{border:0;border-radius:10px;padding:11px 14px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff}button,.primary-btn,.ghost-btn,.danger-btn,.top-account-btn,.calendar-flow-tabs .tab-item,.auth-card .link-btn{transition:transform .12s ease,box-shadow .16s ease,filter .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:focus-visible,.primary-btn:focus-visible,.ghost-btn:focus-visible,.danger-btn:focus-visible,.top-account-btn:focus-visible,.calendar-flow-tabs .tab-item:focus-visible,.auth-card .link-btn:focus-visible{outline:3px solid rgba(79,70,229,.24);outline-offset:2px}button:active:not(:disabled),.primary-btn:active:not(:disabled),.ghost-btn:active:not(:disabled),.danger-btn:active:not(:disabled),.top-account-btn:active:not(:disabled),.calendar-flow-tabs .tab-item:active:not(:disabled),.auth-card .link-btn:active:not(:disabled){transform:translateY(1px) scale(.985);filter:brightness(.96)}.auth-card .link-btn{margin-top:8px;width:100%;background:transparent;color:var(--primary)}.error{color:#dc2626!important;margin:0!important}.info{color:#92400e!important;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:9px}.top-account{position:fixed;top:14px;right:14px;z-index:150}.top-account-btn{width:40px;height:40px;border-radius:999px;border:1px solid rgba(203,213,225,.85);background:#0f172af0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #02061733}.top-account-btn svg{width:18px;height:18px}.top-account-pop{position:absolute;top:48px;right:0;min-width:220px;max-width:min(320px,88vw);border:1px solid #cbd5e1;border-radius:12px;background:#0f172a;color:#f8fafc;padding:10px;display:grid;gap:8px;box-shadow:0 10px 24px #0206174d}.top-account-pop p{margin:0;font-size:.76rem;line-height:1.3;word-break:break-word}.top-account-pop button{border:0;background:#334155;color:#fff;border-radius:10px;padding:7px 10px;cursor:pointer;font-weight:700}.app-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:272px 1fr;overflow:hidden}.sidebar{position:relative;background:#312e81;color:#fff;padding:14px 10px 12px;border-right:1px solid rgba(255,255,255,.08);display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:start;min-height:100vh;overflow-y:hidden;overflow-x:hidden}.sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;position:relative;z-index:1}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(99,102,241,.15),transparent 35%);pointer-events:none}.brand{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:6px;color:inherit;text-decoration:none}.sidebar-close-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid rgba(199,210,254,.22);background:#ffffff14;color:#eef2ff;flex:0 0 auto}.sidebar-close-btn svg{width:16px;height:16px}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-weight:900;color:#1e1b4b;background:linear-gradient(135deg,#a5b4fc,#818cf8);box-shadow:0 8px 16px #4f46e540}.brand-logo{width:38px;height:38px;border-radius:10px;object-fit:contain;border:1px solid rgba(255,255,255,.28);background:#fff}.brand h2{margin:0;font-size:1.08rem;line-height:1.05}.brand p{margin:1px 0 0;color:#c7d2fe;font-size:.72rem}.sidebar nav{position:relative;z-index:1;display:grid;gap:5px;min-height:0;align-content:start;overflow-y:hidden;overflow-x:hidden;padding-right:2px}.sidebar-account-panel{position:relative;z-index:1;display:grid;gap:6px;margin-top:10px;padding-top:10px;padding-bottom:2px;border-top:1px solid rgba(199,210,254,.16);flex-shrink:0;background:linear-gradient(180deg,#312e81f5,#312e81)}.sidebar-account-btn,.sidebar-logout-btn{width:100%;display:flex;align-items:center;gap:8px;min-height:38px;padding:7px 9px;border-radius:10px;border:1px solid rgba(199,210,254,.18);font-weight:700;font-size:.92rem;cursor:pointer}.sidebar-account-btn{background:#ffffff14;color:#eef2ff}.sidebar-logout-btn{background:#ef444424;color:#fee2e2;border-color:#fca5a538}.sidebar-account-icon{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#ffffff1f;border:1px solid rgba(199,210,254,.18)}.sidebar-account-icon svg{width:13px;height:13px}.sidebar-version{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;padding:8px 10px 2px;color:#c7d2fe;font-size:.78rem;border-top:1px dashed rgba(199,210,254,.18)}.sidebar-version strong{color:#fff;font-size:.82rem}.nav-item{color:#e0e7ff;text-decoration:none;font-weight:600;border-radius:10px;padding:8px 10px;border:1px solid transparent;display:flex;align-items:center;gap:8px;min-height:38px;font-size:.92rem;transition:all .18s ease;-webkit-tap-highlight-color:transparent;min-width:0}.nav-badge{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-size:.66rem;letter-spacing:.04em;font-weight:800;border:1px solid rgba(199,210,254,.25);background:#c7d2fe2e}.nav-badge svg{width:14px;height:14px}.nav-item:hover{background:#3730a3;border-color:#c7d2fe40;transform:translate(2px)}.nav-item:focus-visible,.nav-group-trigger:focus-visible,.nav-subitem:focus-visible,.mobile-footer-item:focus-visible{outline:3px solid rgba(129,140,248,.35);outline-offset:2px}.nav-item:active,.nav-group-trigger:active,.nav-subitem:active,.mobile-footer-item:active{transform:scale(.97)}.nav-item.active{background:#3730a3;color:#fff;border-color:#c7d2fe52;border-left:4px solid #818cf8;box-shadow:none}.nav-item.active .nav-badge{background:#ffffff29;border-color:#ffffff59}.nav-group{border:1px solid transparent;border-radius:10px;overflow:hidden}.nav-group.active{background:#3730a359;border-color:#c7d2fe33}.nav-group-trigger{width:100%;border:0;background:transparent;color:#e0e7ff;text-align:left;font-weight:600;border-radius:10px;padding:8px 10px;display:flex;align-items:center;gap:8px;min-height:38px;font-size:.92rem;cursor:pointer;transition:background-color .16s ease,transform .12s ease,box-shadow .16s ease;-webkit-tap-highlight-color:transparent;min-width:0}.nav-item>span:last-child,.nav-group-trigger>span:nth-child(2),.sidebar-account-btn>span:last-child,.sidebar-logout-btn>span:last-child{min-width:0;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-group-trigger:hover{background:#3730a3}.nav-group-trigger:active{background:#6366f147}.nav-group-chevron{margin-left:auto;color:#c7d2fe;font-size:.76rem}.nav-submenu{display:grid;gap:3px;padding:0 6px 6px 34px}.nav-subitem{text-decoration:none;color:#dbeafe;font-size:.78rem;padding:6px 7px;border-radius:8px;border:1px solid transparent;transition:background-color .16s ease,border-color .16s ease,transform .12s ease;-webkit-tap-highlight-color:transparent}.nav-subitem:hover{background:#ffffff14}.nav-subitem:active{background:#818cf82e;border-color:#c7d2fe2e}.nav-subitem.active{background:#818cf83d;border-color:#c7d2fe40;color:#fff}.sidebar-foot{position:relative;z-index:1;margin-top:14px;border:1px solid rgba(199,210,254,.24);background:#c7d2fe1f;border-radius:12px;padding:12px}.sidebar-foot p{margin:0;font-weight:700;font-size:.84rem}.sidebar-foot small{color:#9fb1ca;font-size:.74rem}.content{min-height:100vh;padding:24px;overflow:auto;overflow-x:hidden}.app-shell:has(.modelos-editor-page){grid-template-columns:1fr}.app-shell:has(.modelos-editor-page) .sidebar,.app-shell:has(.modelos-editor-page) .mobile-menu-fab{display:none}.content:has(.modelos-editor-page){padding:0}.app-shell:has(.modelos-editor-page) .gp-topbar{display:none}.topbar{margin-bottom:14px;padding:16px 18px;border:1px solid #e5e7eb;border-radius:var(--radius-md);background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:space-between;gap:12px}.topbar h1{margin:0;font-size:1.23rem}.topbar p{margin:4px 0 0;color:#6b7280;font-size:.9rem}.top-actions{display:flex;align-items:center;gap:8px}.top-actions button{border-radius:10px;padding:10px 13px;cursor:pointer;font-weight:700}.ghost-btn{border:1px solid var(--border);color:#334155;background:#fff;box-shadow:0 1px #94a3b82e;border-radius:9999px}.primary-btn{border:0;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 8px 16px #4f46e540;border-radius:9999px}.ghost-btn:hover:not(:disabled),.ghost-btn:focus-visible:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.ghost-btn:active:not(:disabled){background:#eef2ff;border-color:#4f46e557;box-shadow:inset 0 0 0 1px #4f46e52e}.primary-btn:hover:not(:disabled),.primary-btn:focus-visible:not(:disabled){box-shadow:0 12px 24px #4f46e54d}.primary-btn:active:not(:disabled){box-shadow:0 4px 10px #4f46e53d}.topbar .ghost-btn{border:1px solid #d1d5db;color:#374151;background:#fff}.page,.dashboard-stack{background:var(--surface);border-radius:var(--radius-lg);padding:22px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d;width:100%}.page-panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:20px;margin-top:18px}.page-message{margin-top:12px;padding:14px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.24)}.page-message-error{color:#b91c1c;background:#fef2f2}.page-message-info{color:#92400e;background:#fffbeb}.page h2{margin:0;font-size:1.35rem}.page-text{margin:10px 0 0;color:var(--muted);line-height:1.5}.dashboard-stack{display:grid;gap:14px}.hero-card.premium{display:grid;grid-template-columns:1.4fr .8fr;gap:14px;background:#fff;border-radius:var(--radius-md);border:1px solid var(--border);padding:18px}.hero-left h2{margin:0;font-size:1.52rem;line-height:1.15}.hero-left p{margin:10px 0 0;color:#334155}.hero-cta-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hero-right{position:relative;border-radius:12px;border:1px dashed #d1d5db;background:#f9fafb;display:grid;align-content:center;gap:8px;padding:14px;overflow:hidden}.pulse-ring{position:absolute;width:170px;height:170px;border-radius:999px;border:2px solid rgba(99,102,241,.2);right:-40px;top:-45px}.hero-chip{position:relative;z-index:1;display:inline-flex;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #d8dde6;color:#0f172a;font-weight:700;font-size:.78rem}.eyebrow{margin:0 0 8px!important;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:#4338ca!important;font-weight:800}.kpi-grid{display:grid;gap:10px}.kpi-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.kpi-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:14px}.kpi-card.elevated{box-shadow:0 1px 2px #0000000d}.kpi-card p{margin:0;color:var(--muted);font-size:.82rem}.kpi-card strong{display:block;margin-top:8px;font-size:1.32rem}.kpi-card span{display:inline-block;margin-top:6px;font-size:.82rem;font-weight:700}.kpi-up{color:#16a34a}.kpi-warn{color:#b45309}.ops-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ops-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:16px}.ops-card h3{margin:0;font-size:1rem}.ops-card p{color:var(--muted);margin:8px 0 0}.bars{margin-top:14px;height:120px;display:grid;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end}.bars i{display:block;border-radius:8px;background:linear-gradient(180deg,#6366f1,#4338ca)}.task-list{margin:12px 0 0;padding-left:18px;color:var(--muted);display:grid;gap:8px}.primary-link{display:inline-block;text-decoration:none;color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border-radius:10px;padding:10px 13px;font-weight:700}.ghost-link{display:inline-block;text-decoration:none;color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;padding:10px 13px;font-weight:700}.soft-panel{margin-top:14px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.soft-panel p{margin:0 0 8px;font-weight:700}.soft-panel ul{margin:0;padding-left:18px;color:var(--muted)}.modelos-page .modelos-hero{display:grid;gap:20px;grid-template-columns:1.2fr .8fr;align-items:start;padding:24px;background:linear-gradient(180deg,#4f46e514,#ffffffe6)}.modelos-page .modelo-hero-copy h3{margin:.35rem 0 0;font-size:1.45rem}.modelos-page .modelo-hero-copy p{margin-top:10px;max-width:540px}.modelos-page .modelo-hero-form{display:grid;gap:12px}.modelos-page .modelo-hero-form .input-label{font-weight:700;color:#334155}.modelos-page .modelo-hero-form .input{width:100%}.modelos-page .models-list-header{display:flex;justify-content:space-between;gap:16px;align-items:center}.modelos-page .modelo-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#4f46e51f;color:#4338ca;font-size:.95rem;font-weight:700}.modelos-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.modelo-card{border-radius:16px;border:1px solid rgba(79,70,229,.08);background:#fff;padding:18px;display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;transition:transform .16s ease,box-shadow .16s ease}.modelo-card-media{width:100%;min-height:120px;border-radius:16px;overflow:hidden;background:#f8fafc;display:grid;place-items:center}.modelo-card-thumb-placeholder{display:grid;place-items:center;width:100%;height:100%;background:#4f46e514;color:#4338ca;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.modelo-card-body{display:grid;gap:14px}.modelo-card-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.modelo-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #4f46e51f}.modelo-card-title{font-size:1rem;font-weight:700;margin-bottom:10px}.modelo-card-meta{color:var(--muted);font-size:.9rem}@media(max-width:980px){.modelos-page .modelos-hero{grid-template-columns:1fr}.modelos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.modelos-grid{grid-template-columns:1fr}}.products-head{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:14px}.products-search{width:min(320px,100%);border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:#fff}.products-search:focus{outline:none;border-color:#5eead4;box-shadow:0 0 0 4px #14b8a626}.products-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden;text-align:left;padding:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #0000000d}.product-thumb{position:relative;height:150px;border-bottom:1px solid var(--border);background:#f8fafc}.product-thumb img{width:100%;height:100%;object-fit:contain}.product-noimg{height:100%;display:grid;place-items:center;color:#64748b;font-size:.9rem}.kit-pill{position:absolute;top:8px;left:8px;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;border-radius:999px;padding:6px 10px;font-size:.7rem;font-weight:800;letter-spacing:.03em}.product-body{padding:12px}.product-body h3{margin:0;font-size:.98rem}.product-price{margin:7px 0;font-size:1.15rem;font-weight:800}.product-meta{display:grid;gap:4px;font-size:.82rem;color:var(--muted)}.impressao-page{display:grid;gap:16px;background:#f8fafc}.impressao-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.impressao-hero-copy h2{margin:0;font-size:1.45rem;line-height:1.2}.impressao-hero-copy .page-text{max-width:620px;margin-top:8px;color:#475569}.impressao-counter{min-width:84px;min-height:48px;display:grid;align-content:center;justify-items:center;border-radius:14px;background:#eef2ff;color:#312e81}.impressao-counter span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.impressao-counter strong{font-size:1.08rem}.impressao-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:6px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.ml-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-top:16px}.ml-product-card{display:grid;grid-template-columns:110px 1fr;gap:14px}.ml-product-card .product-thumb{width:110px;height:110px}.ml-product-field{display:grid;gap:8px}.ml-product-field span{color:#475569;font-size:.84rem;font-weight:900;letter-spacing:.02em}.ml-product-field input,.ml-product-field select,.ml-product-field textarea{width:100%;border:1px solid #d7deea;border-radius:14px;background:#f8fafc;color:#0f172a;padding:13px 14px;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ml-product-field textarea{min-height:180px;resize:vertical}.ml-product-field input:focus,.ml-product-field select:focus,.ml-product-field textarea:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 4px #4f46e521}.ml-product-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 12px}.ml-product-tab{border:1px solid #dbe4f0;border-radius:14px;background:#fff;color:#334155;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;font-weight:800;cursor:pointer}.ml-product-tab strong{min-width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:#e2e8f0;color:#1e293b}.ml-product-tab.active{border-color:#c7d2fe;background:#eef2ff;color:#312e81}.ml-product-tab.active strong{background:#4f46e5;color:#fff}.ml-pedidos-page{display:grid;gap:16px}.ml-pedidos-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ml-pedidos-days{min-width:110px}.ml-pedidos-days input{height:46px}.ml-pedidos-page .products-search{width:100%;padding:0;border:0;background:transparent}.ml-pedidos-page .products-search input{width:min(520px,100%);border:1px solid #dbe4f0;border-radius:14px;background:#fff;color:#0f172a;padding:13px 15px;font:inherit;outline:none;box-shadow:0 10px 26px -22px #0f172a8c;transition:border-color .18s ease,box-shadow .18s ease}.ml-pedidos-page .products-search input:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e521}.ml-pedidos-list{display:grid;gap:12px}.ml-pedido-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px;padding:16px;border:1px solid #dbe4f0;border-radius:18px;background:linear-gradient(135deg,#eef2ffd9,#fffffff2 38%),#fff;box-shadow:0 16px 36px -30px #0f172acc}.ml-pedido-thumb{width:96px;height:96px;border:1px solid #dbe4f0;border-radius:18px;background:#f8fafc;display:grid;place-items:center;overflow:hidden;color:#4f46e5;font-weight:900}.ml-pedido-thumb img{width:100%;height:100%;object-fit:contain}.ml-pedido-main{min-width:0;display:grid;gap:12px}.ml-pedido-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ml-pedido-top strong{display:block;color:#475569;font-size:.82rem}.ml-pedido-top h3{margin:4px 0 0;color:#0f172a;font-size:1.05rem;line-height:1.25}.ml-pedido-stage{flex:0 0 auto;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:900;white-space:nowrap}.ml-pedido-stage.is-reservar{background:#fef3c7;color:#92400e}.ml-pedido-stage.is-emitir{background:#e0f2fe;color:#075985}.ml-pedido-stage.is-enviar{background:#dcfce7;color:#166534}.ml-pedido-stage.is-imprimir{background:#ede9fe;color:#5b21b6}.ml-pedido-stage.is-enviado{background:#e2e8f0;color:#334155}.ml-pedido-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ml-pedido-grid span{min-width:0;border:1px solid #edf2f7;border-radius:12px;background:#f8fafcd1;color:#64748b;padding:9px 10px;font-size:.84rem;overflow:hidden;text-overflow:ellipsis}.ml-pedido-grid strong{color:#0f172a}.ml-pedido-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.ml-pedido-actions button:disabled{cursor:not-allowed;opacity:.55}.ml-product-edit-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ml-product-modal-backdrop{z-index:180;background:radial-gradient(circle at top left,rgba(79,70,229,.28),transparent 34%),#0f172aa3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ml-product-edit-modal{width:min(1120px,96vw);max-height:calc(100vh - 36px);overflow:auto;border:1px solid rgba(226,232,240,.95);border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 28px 90px #0f172a57;padding:24px}.ml-product-edit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:4px 4px 18px;border-bottom:1px solid #e2e8f0}.ml-product-edit-head h3{margin:4px 0 8px;max-width:760px;color:#0f172a;font-size:clamp(1.25rem,2vw,1.85rem);line-height:1.2}.ml-product-edit-head span{color:#64748b;font-weight:800}.ml-product-close-btn{border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#334155;cursor:pointer;font-weight:900;padding:11px 16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ml-product-close-btn:hover{border-color:#c7d2fe;box-shadow:0 10px 26px #4f46e529;transform:translateY(-1px)}.ml-product-edit-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;padding:22px 4px}.ml-product-edit-preview{display:grid;align-content:start;gap:16px}.ml-product-edit-image{min-height:300px;border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(135deg,#eef2ff,#f8fafc);display:grid;place-items:center;overflow:hidden}.ml-product-edit-image img{width:100%;height:100%;object-fit:contain;padding:18px}.ml-product-edit-image span{color:#4f46e5;font-size:2rem;font-weight:1000}.ml-product-edit-stats{display:grid;gap:10px}.ml-product-edit-stats div{display:flex;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:13px 14px}.ml-product-edit-stats span{color:#64748b;font-weight:800}.ml-product-edit-stats strong{color:#1e293b}.ml-product-edit-form{display:grid;align-content:start;gap:14px;border:1px solid #e2e8f0;border-radius:24px;background:#ffffffdb;padding:18px}.ml-product-edit-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:10px;padding:18px 4px 2px;border-top:1px solid #e2e8f0}.ml-product-edit-actions .primary-btn{min-width:220px;border-radius:14px;box-shadow:0 14px 30px #4f46e542}.ml-product-edit-actions .ghost-btn{border-radius:14px}@media(max-width:720px){.ml-products-grid,.ml-product-card{grid-template-columns:1fr}.ml-product-card .product-thumb{width:100%;height:180px}.ml-product-edit-row{grid-template-columns:1fr}.ml-product-edit-modal{width:min(100%,96vw);padding:16px;border-radius:22px}.ml-product-edit-head{align-items:stretch;flex-direction:column}.ml-product-edit-layout{grid-template-columns:1fr;padding:16px 0}.ml-product-edit-image{min-height:220px}.ml-product-edit-actions{justify-content:stretch}.ml-product-edit-actions .primary-btn,.ml-product-edit-actions .ghost-btn{width:100%}}.impressao-production-queue{display:grid;gap:16px;padding:20px;border:1px solid #dbe4f0;border-radius:20px;background:#fff}.impressao-production-queue h3{margin:2px 0 4px}.impressao-production-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.impressao-agent-state,.impressao-job-status{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.impressao-agent-state.is-online,.impressao-job-status.is-printed{background:#dcfce7;color:#166534}.impressao-agent-state.is-offline,.impressao-job-status.is-failed{background:#fee2e2;color:#991b1b}.impressao-job-status.is-pending,.impressao-job-status.is-processing{background:#e0e7ff;color:#3730a3}.impressao-job-status.is-cancelled{background:#e2e8f0;color:#475569}.impressao-production-list{display:grid;gap:8px}.impressao-production-job{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(120px,.6fr) minmax(160px,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:14px}.impressao-production-job>div{display:grid;gap:4px}.impressao-production-job span,.impressao-production-job small,.impressao-production-job p{margin:0;color:#64748b;font-size:12px}.impressao-production-job p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.impressao-production-actions{display:flex!important;justify-content:flex-end;gap:8px!important}@media(max-width:900px){.impressao-production-head-actions{justify-content:flex-start}.impressao-production-job{grid-template-columns:1fr}.impressao-production-actions{justify-content:flex-start}}.impressao-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 13px;border:1px solid transparent;border-radius:11px;background:transparent;color:#475569;font-weight:800;cursor:pointer}.impressao-tab strong{min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.78rem}.impressao-tab.active{background:#f8fafc;border-color:#c7d2fe;color:#312e81}.impressao-tab.active strong{background:#4f46e5;color:#fff}.impressao-empty-state{display:grid;gap:4px;padding:18px 20px;border:1px dashed #cbd5e1;border-radius:16px;background:#fff;color:#475569}.impressao-empty-state strong{color:#0f172a}.impressao-orders-list{display:grid;gap:14px}.impressao-order-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 12px 30px -26px #0f172a8c}.impressao-order-card.is-selected{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f,0 12px 30px -26px #0f172a8c}.impressao-bulk-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #dbe4f0;border-radius:16px;background:#fff}.impressao-select-all{display:inline-flex;align-items:center;gap:9px;color:#334155;font-weight:800}.impressao-select-all input,.impressao-order-check input{width:18px;height:18px;accent-color:#4f46e5}.impressao-card-head{display:grid;grid-template-columns:auto auto minmax(150px,190px) minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:16px 18px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#f8fafc)}.impressao-order-check{display:grid;place-items:center}.impressao-model-thumb{width:72px;aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;border:1px solid #dbe4f0;border-radius:14px;background:#fff;color:#4338ca;font-size:.72rem;font-weight:900;letter-spacing:.08em}.impressao-model-thumb img{width:100%;height:100%;object-fit:cover}.impressao-model-thumb span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(180deg,#eef2ff,#f8fafc)}.impressao-order-id{min-width:0;height:auto;min-height:58px;display:grid;align-content:center;justify-items:start;border-radius:14px;background:#f1f5f9;padding:10px 12px}.impressao-order-id span{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.impressao-order-id strong{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;color:#0f172a}.impressao-order-summary{min-width:0}.impressao-order-summary h3{margin:0;font-size:1.05rem;line-height:1.25;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.impressao-order-summary p{margin:4px 0 0;color:#64748b;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.impressao-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:999px;font-size:.82rem;font-weight:900;white-space:nowrap}.impressao-status-pill.is-pending{background:#fff7ed;color:#9a3412}.impressao-status-pill.is-ready{background:#eef2ff;color:#3730a3}.impressao-status-pill.is-printed{background:#ecfdf5;color:#047857}.impressao-group-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 11px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:900;white-space:nowrap}.impressao-card-body{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(320px,1.8fr) minmax(160px,.6fr);gap:14px;padding:16px 18px 18px}.impressao-card-section{display:grid;gap:10px;min-width:0}.impressao-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:24px}.impressao-section-title span{color:#334155;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.impressao-section-title strong{color:#64748b;font-size:.78rem}.impressao-field-label{color:#475569;font-size:.82rem;font-weight:700}.impressao-field-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.impressao-field-row{display:grid;gap:6px}.impressao-field-row span{color:#475569;font-size:.82rem;font-weight:700}.impressao-page .form-control{width:100%;min-height:40px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:8px 10px;color:#0f172a}.impressao-page .form-control:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 4px #818cf829}.impressao-empty-note{min-height:40px;display:grid;align-items:center;padding:10px 12px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#64748b;font-size:.88rem}.impressao-actions-section{align-content:start}.impressao-order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.impressao-action-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbe4f0;border-radius:10px;background:#fff;color:#334155;cursor:pointer;box-shadow:0 1px #94a3b82e}.impressao-action-icon-btn svg{width:18px;height:18px}.impressao-action-icon-btn:hover:not(:disabled),.impressao-action-icon-btn:focus-visible:not(:disabled){border-color:#4f46e547;background:#f8fafc;color:#312e81}.impressao-action-icon-btn-primary{border-color:transparent;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 8px 16px #4f46e540}.impressao-action-icon-btn-primary:hover:not(:disabled),.impressao-action-icon-btn-primary:focus-visible:not(:disabled){color:#fff;box-shadow:0 12px 24px #4f46e54d}.impressao-action-icon-btn-danger{color:#b91c1c;border-color:#fecaca;background:#fff1f2}.impressao-action-icon-btn-danger:hover:not(:disabled),.impressao-action-icon-btn-danger:focus-visible:not(:disabled){color:#991b1b;border-color:#fca5a5;background:#ffe4e6}.impressao-action-icon-btn:disabled{cursor:not-allowed;opacity:.58}@media(max-width:1100px){.impressao-card-body{grid-template-columns:1fr 1fr}.impressao-actions-section{grid-column:1 / -1}}@media(max-width:760px){.impressao-hero,.impressao-card-head,.impressao-card-body{grid-template-columns:1fr}.impressao-hero-actions{justify-content:stretch}.impressao-hero-actions .primary-btn,.impressao-counter{width:100%}.impressao-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.impressao-tab{justify-content:space-between}.impressao-status-pill{justify-self:start}.impressao-model-thumb{width:86px}.impressao-order-summary p{white-space:normal}}.impressao-page{gap:18px;background:radial-gradient(1100px 460px at 8% -6%,rgba(79,70,229,.09),transparent 60%),radial-gradient(900px 420px at 98% -4%,rgba(14,165,233,.08),transparent 55%),#f6f7fb}.impressao-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px 20px;padding:24px 26px;border:1px solid rgba(30,58,138,.28);border-radius:24px;background:radial-gradient(720px 300px at 85% 120%,rgba(99,102,241,.45),transparent 60%),linear-gradient(135deg,#0f1f3c,#1e3a8a 58%,#4338ca 130%);color:#fff;box-shadow:0 22px 50px -26px #0f172ab3}.impressao-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(420px 220px at 92% -20%,rgba(255,255,255,.12),transparent 60%)}.impressao-hero-art{display:grid;place-items:center}.impressao-hero-icon{width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:20px;background:#ffffff24;box-shadow:inset 0 1px #fff3}.impressao-hero-icon svg{width:30px;height:30px}.impressao-hero-copy h2{margin:0;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.15;letter-spacing:-.02em}.impressao-hero .eyebrow{color:#a5b4fc}.impressao-hero-copy .page-text{margin:8px 0 0;color:#ffffffd1}.impressao-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.impressao-glass-btn,.impressao-primary-btn{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:10px 18px;border-radius:14px;font:inherit;font-weight:800;font-size:.9rem;cursor:pointer;transition:transform .16s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;-webkit-tap-highlight-color:transparent}.impressao-glass-btn{border:1px solid rgba(255,255,255,.3);background:#ffffff24;color:#fff;box-shadow:inset 0 1px #ffffff2e}.impressao-glass-btn:hover:not(:disabled){background:#ffffff3d;transform:translateY(-1px)}.impressao-primary-btn{border:1px solid rgba(255,255,255,.35);background:#fffffff5;color:#1e3a8a;box-shadow:0 12px 26px -12px #02061799}.impressao-primary-btn:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.impressao-glass-btn:disabled,.impressao-primary-btn:disabled{cursor:not-allowed;opacity:.6}.impressao-glass-btn svg,.impressao-primary-btn svg{width:17px;height:17px}.impressao-hero-stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.impressao-hero-stat{min-height:66px;padding:10px 14px;display:grid;align-content:center;gap:2px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:#ffffff14;box-shadow:inset 0 1px #ffffff1a}.impressao-hero-stat span{color:#ffffffb8;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.impressao-hero-stat strong{font-size:1.45rem;line-height:1.1;font-variant-numeric:tabular-nums}.impressao-hero-stat.is-pendente strong{color:#fcd34d}.impressao-hero-stat.is-pronto strong{color:#86efac}.impressao-hero-stat.is-impresso strong{color:#67e8f9}.impressao-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:6px;border:1px solid #dbe4f0;border-radius:18px;background:#fff;box-shadow:0 10px 26px -24px #0f172a80}.impressao-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 14px;border:1px solid transparent;border-radius:13px;background:transparent;color:#475569;font-weight:800;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .12s ease}.impressao-tab:hover:not(.active){background:#f8fafc}.impressao-tab-icon{display:inline-flex;width:17px;height:17px}.impressao-tab-icon svg{width:17px;height:17px}.impressao-tab strong{min-width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#eef2f7;color:#334155;font-size:.76rem}.impressao-tab.active{border-color:#4f46e559;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;box-shadow:0 10px 22px -10px #4f46e5a6}.impressao-tab.active strong{background:#ffffff38;color:#fff}.impressao-production-queue{border:1px solid rgba(30,41,59,.08);border-radius:24px;background:linear-gradient(180deg,#ffffffeb,#ffffff9e);box-shadow:0 18px 44px -34px #0f172a99}.impressao-sec-head{display:flex;align-items:flex-start;gap:14px}.impressao-sec-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:9px;background:#eef2ff;color:#4338ca}.impressao-sec-icon svg{width:15px;height:15px}.impressao-sec-icon-large{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:inset 0 1px #fff}.impressao-sec-icon-large svg{width:22px;height:22px}.impressao-page .ghost-btn,.impressao-page .danger-btn,.impressao-page .primary-btn{display:inline-flex;align-items:center;gap:8px}.impressao-page .ghost-btn svg,.impressao-page .danger-btn svg,.impressao-page .primary-btn svg{width:16px;height:16px}.impressao-agent-state,.impressao-job-status{gap:7px}.impressao-agent-state:before,.impressao-job-status:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor;opacity:.85}.impressao-production-job{border:1px solid #e6ebf3;border-radius:16px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .12s ease}.impressao-production-job:hover{border-color:#c7d2fe;box-shadow:0 12px 24px -18px #4f46e580}.impressao-bulk-actions{border:1px solid #dbe4f0;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 30px -26px #0f172a8c}.impressao-empty-state{justify-items:center;text-align:center;padding:38px 22px;border-style:dashed;border-color:#cbd5e1;background:#fff}.impressao-empty-icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:10px;border-radius:18px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4338ca}.impressao-empty-icon svg{width:26px;height:26px}.impressao-orders-list{gap:16px}.impressao-order-card{border:1px solid #dfe6f0;border-radius:22px;background:#fff;box-shadow:0 18px 44px -34px #0f172aa6;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.impressao-order-card:hover{transform:translateY(-2px);border-color:#cfd9f0;box-shadow:0 28px 60px -36px #0f172abf}.impressao-order-card.is-selected{border-color:#6366f1;box-shadow:0 0 0 3px #4f46e524,0 18px 44px -34px #0f172a99}.impressao-card-head{grid-template-columns:auto auto minmax(150px,200px) minmax(0,1fr) auto auto;padding:18px 20px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#f7f9fd)}.impressao-model-thumb{border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(180deg,#fff,#f1f5f9)}.impressao-order-id{border-radius:14px;background:#f1f5f9}.impressao-status-pill,.impressao-group-pill{gap:6px}.impressao-status-pill svg,.impressao-group-pill svg{width:13px;height:13px}.impressao-card-body{grid-template-columns:minmax(220px,.9fr) minmax(320px,1.8fr) minmax(190px,.7fr);gap:16px;padding:16px 20px 20px}.impressao-sec-label{display:inline-flex;align-items:center;gap:8px}.impressao-section-title svg{width:15px;height:15px}.impressao-progress{height:5px;border-radius:999px;background:#edf1f7;overflow:hidden}.impressao-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#818cf8,#4f46e5);transition:width .3s ease}.impressao-page .form-control{min-height:42px;border-radius:12px;border-color:#d7deea;transition:border-color .16s ease,box-shadow .16s ease}.impressao-order-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px}.impressao-action-btn{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:40px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:13px;background:#fff;color:#334155;font:inherit;font-weight:800;font-size:.84rem;cursor:pointer;transition:transform .13s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease;-webkit-tap-highlight-color:transparent}.impressao-action-btn svg{width:16px;height:16px;flex:0 0 auto}.impressao-action-btn:hover:not(:disabled),.impressao-action-btn:focus-visible:not(:disabled){border-color:#c7d2fe;background:#f8fafc;color:#312e81;transform:translateY(-1px)}.impressao-action-btn-primary{border:1px solid transparent;background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;box-shadow:0 10px 20px -10px #4f46e5b3}.impressao-action-btn-primary:hover:not(:disabled),.impressao-action-btn-primary:focus-visible:not(:disabled){border-color:transparent;background:linear-gradient(135deg,#4f46e5,#3b35c0);color:#fff;box-shadow:0 14px 26px -10px #4f46e5cc}.impressao-action-btn-danger{color:#b91c1c;background:#fff1f2;border-color:#fecaca}.impressao-action-btn-danger:hover:not(:disabled),.impressao-action-btn-danger:focus-visible:not(:disabled){background:#ffe4e6;border-color:#fca5a5;color:#991b1b}.impressao-action-btn:disabled{cursor:not-allowed;opacity:.55}@media(max-width:720px){.impressao-hero{grid-template-columns:1fr}.impressao-hero-actions{justify-content:stretch}.impressao-hero-actions .impressao-glass-btn,.impressao-hero-actions .impressao-primary-btn{width:100%;justify-content:center}.impressao-hero-stats,.impressao-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.impressao-tab{justify-content:flex-start}.impressao-order-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.profit-up{color:#16a34a;font-weight:700}.profit-down,.error-text{color:#b91c1c;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061794;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;z-index:60;padding:18px}.product-modal{width:min(980px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:16px;border:1px solid var(--border);background:#fff;box-shadow:0 1px 2px #0000000d;padding:16px}.product-modal-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}.product-modal-head h3{margin:0}.product-modal-head button{border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px 10px;cursor:pointer;font-weight:700}.product-modal-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:10px}.modelo-dialog{width:min(1080px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:28px;border:1px solid rgba(255,255,255,.28);background:#fffffff5;box-shadow:0 28px 80px #0f172a33;padding:32px;display:grid;gap:24px;position:relative;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.modelo-dialog:before{content:"";position:absolute;width:170px;height:170px;background:radial-gradient(circle,rgba(99,102,241,.18),transparent 58%);top:-45px;right:-45px;border-radius:50%;pointer-events:none}.modelos-page{display:grid;gap:24px;padding:28px 24px 40px;min-height:100%;max-width:1320px;margin:0 auto}.modelos-page .primary-btn{min-width:220px;border-radius:16px;padding:16px 22px;font-size:1rem;letter-spacing:.01em}.modelos-page .ghost-btn{min-width:160px;border-radius:16px;color:#1e293b;background:#ffffffdb;border:1px solid rgba(15,23,42,.12)}.modelos-intro-panel,.modelos-list-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;position:relative}.modelos-intro-panel{padding:38px;border-radius:32px;background:linear-gradient(180deg,#6366f129,#eceffff5);border:1px solid rgba(99,102,241,.14);box-shadow:0 24px 60px #6366f114;overflow:hidden}.modelos-intro-panel:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#f5f5ff8c;top:-80px;right:-90px}.modelos-intro-panel h2{font-size:clamp(2rem,2.5vw,2.5rem);margin:12px 0 0;line-height:1.05}.modelos-intro-panel .page-text{max-width:560px;color:#334155}.modelos-list-panel{flex-direction:column;align-items:stretch;padding:26px;border-radius:28px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a14}.models-list-header h3{font-size:1.25rem;margin:0}.modelos-list-panel .models-list-header{width:100%}.modelo-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#3b82f62e,#6366f129);color:#0f172a;padding:10px 18px;font-size:.95rem;font-weight:700;letter-spacing:.01em}.modelos-grid{display:grid;gap:18px;width:100%;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:stretch}.modelo-card{position:relative;border-radius:8px;padding:0;overflow:hidden;background:#fff;border:1px solid rgba(59,130,246,.12);box-shadow:0 14px 32px #0f172a14;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;min-width:0}.modelo-card-media{width:100%;min-height:0;aspect-ratio:1.55;border-radius:0;overflow:hidden;background:#eef2ff;display:grid;place-items:center}.modelo-card-media img{width:100%;height:100%;object-fit:cover}.modelo-card-body{position:relative;z-index:1;display:grid;gap:14px;padding:16px;align-content:space-between;background:#fff;min-width:0}.modelo-card-title{font-size:1.15rem;font-weight:800;margin-bottom:12px}.modelo-card-meta{color:#475569;font-size:.95rem;line-height:1.7;overflow:hidden;text-overflow:ellipsis}.modelo-card-actions{margin-top:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;justify-content:stretch}.modelo-card-actions .ghost-btn{min-height:40px;padding:10px 12px;border-radius:8px;min-width:0;width:100%;text-align:center;white-space:nowrap}.modelo-card-file-action{position:relative;overflow:hidden;cursor:pointer}.modelo-card-file-action input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.modelo-bulk-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0}.modelo-select-check{position:absolute;top:12px;left:12px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#fffffff0;border:1px solid #dbe3ef;box-shadow:0 10px 24px #0f172a29;cursor:pointer}.modelo-select-check input{width:18px;height:18px;cursor:pointer}.modelo-side-status{display:inline-flex;max-width:100%;border-radius:999px;padding:4px 8px;font-size:.82rem;font-weight:800}.modelo-side-status.ok{background:#10b9811f;color:#047857}.modelo-side-status.muted{background:#64748b1f;color:#64748b}.modelo-access-list{display:grid;gap:10px;max-height:min(420px,50vh);overflow:auto}.modelo-access-row{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:12px 14px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;cursor:pointer}.modelo-access-row input{width:18px;height:18px}.modelo-access-row span{display:grid;gap:3px}.modelo-access-row small{color:#64748b}.modelo-access-row.disabled{cursor:not-allowed;opacity:.58}.modelos-editor-page{display:grid;gap:0;padding:0;max-width:none;margin:0 auto;min-height:calc(100vh - 48px);background:#eef3f8}.editor-main-nav{display:flex;align-items:stretch;gap:0;min-height:46px;border-bottom:1px solid #d9e2ec;background:#fff;overflow-x:auto}.editor-main-brand{display:inline-flex;align-items:center;gap:9px;min-width:160px;padding:0 14px;background:#0f172a;color:#fff}.editor-main-brand img{width:24px;height:24px;border-radius:6px;object-fit:contain;background:#fff}.editor-main-nav button{min-width:116px;border:0;border-right:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em;cursor:pointer}.editor-main-nav button.active{background:#0f65b8;color:#fff}.editor-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 20px;border-radius:0;background:#fff;border:0;border-bottom:1px solid #d9e2ec;box-shadow:none}.editor-topbar-main{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%}.editor-topbar-left{display:flex;align-items:center;gap:14px;min-width:260px}.editor-topbar-left h2{margin:0;font-size:1.35rem}.editor-file-label{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0f172a14;color:#0f172a;font-size:.86rem;padding:7px 10px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-toolbar-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center;justify-content:flex-end}.editor-toolbar-actions .ghost-btn,.editor-toolbar-actions .primary-btn{min-height:38px;border-radius:8px;padding:9px 14px;font-size:.82rem;font-weight:800}.editor-zoom-group{display:inline-flex;gap:6px;align-items:center;padding:6px;border-radius:14px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);color:#0f172a;font-weight:700}.editor-zoom-group .ghost-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.editor-properties-strip{display:flex;flex-wrap:wrap;gap:10px;align-items:end;padding-top:12px;border-top:1px solid rgba(15,23,42,.08)}.editor-selected-summary{display:grid;gap:3px;padding:9px 12px;border-radius:14px;background:#f8fafc;color:#0f172a;white-space:nowrap}.editor-selected-summary span,.editor-inline-field{color:#64748b;font-size:.78rem;font-weight:700}.editor-selected-summary strong{font-size:.95rem}.editor-inline-field{display:grid;gap:5px}.editor-inline-field .input{min-height:42px;border-radius:12px}.editor-inline-field-small{max-width:120px}.editor-inline-field-color{max-width:74px}.editor-inline-field-color input{padding:4px}.editor-letter-colors{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.editor-palette-toggle.active{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.editor-palette-item{display:inline-flex;align-items:center;gap:2px}.editor-palette-item input{width:42px;padding:4px;cursor:pointer}.editor-palette-remove{border:0;background:transparent;color:#dc2626;font-size:16px;line-height:1;cursor:pointer;padding:2px}.editor-align-group{display:inline-flex;min-height:42px;padding:4px;border-radius:12px;background:#f8fafc;border:1px solid rgba(15,23,42,.1)}.editor-align-group button{border:0;border-radius:9px;background:transparent;color:#334155;font-weight:700;padding:0 10px;cursor:pointer}.editor-align-group button.active{background:#4f46e5;color:#fff}.editor-position-group{display:inline-flex;gap:3px;align-items:center;padding:4px 6px;border-radius:10px;background:#f1f5f9;border:1px solid rgba(15,23,42,.1)}.editor-position-group .ghost-btn{padding:4px 7px;font-size:.75rem;border-radius:6px;min-height:auto;min-width:auto}.editor-position-sep{display:inline-block;width:1px;height:16px;background:#cbd5e1;margin:0 2px}.editor-remove-btn{min-height:42px;border-radius:12px;padding:0 14px}.editor-empty-strip{grid-column:1 / -1;color:#64748b;font-size:.92rem}.editor-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:stretch;min-height:calc(100vh - 144px)}.editor-canvas-shell{position:relative;display:grid;place-items:start center;min-height:calc(100vh - 144px);padding:44px 32px;border-radius:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0 2px,transparent 2px 8px),#5c6b7a;border:0;box-shadow:inset 0 1px #ffffffd9;overflow:auto}.editor-frame{position:relative;max-width:none;border-radius:4px;overflow:visible;background:#fff;border:1px solid rgba(15,23,42,.18);box-shadow:0 0 0 1px #0f172a0f,0 18px 45px #0f172a47,0 4px 12px #0f172a2e}.pdf-viewer-embed{width:100%;height:100%;border:0;display:block;object-fit:fill}.editor-frame .pdf-viewer-embed{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.editor-overlay-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:10;pointer-events:auto}.editor-blank-canvas-info{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#94a3b8;font-size:.85rem;font-weight:600;pointer-events:none;z-index:0}.editor-blank-canvas-info span:first-child{font-size:1rem;color:#64748b}.editor-layers-list{display:grid;gap:6px}.editor-layers-list button{display:flex;align-items:center;gap:8px;width:100%;border:1px solid rgba(15,23,42,.12);border-radius:10px;background:#fff;color:#0f172a;font-size:.85rem;font-weight:600;padding:9px 11px;cursor:pointer;text-align:left}.editor-layers-list button.active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.editor-layer-icon{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:2px 6px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:.68rem;font-weight:800;letter-spacing:.04em}.editor-layers-list button.active .editor-layer-icon{background:#dbeafe;color:#1d4ed8}.editor-layer-size{margin-left:auto;color:#64748b;font-size:.72rem;font-weight:700;white-space:nowrap}.editor-layer-inline-controls{display:flex;flex-wrap:wrap;align-items:end;gap:8px;padding:10px 12px;border:1px solid #3b82f6;border-radius:10px;background:#eff6ff;margin-top:-4px;margin-bottom:4px}.editor-layer-inline-controls .editor-inline-field{min-width:80px}.editor-layer-inline-controls .input{min-height:34px;font-size:.82rem}.editor-layer-original-size{color:#475569;font-size:.75rem;font-weight:700;padding:4px 0}.editor-layer-remove{margin-left:auto;border:0;background:transparent;color:#dc2626;font-size:16px;font-weight:800;line-height:1;cursor:pointer;padding:4px 8px;border-radius:6px}.editor-layer-remove:hover{background:#fef2f2}.overlay-text-item{position:absolute;display:block;cursor:move;border-radius:20px;background:transparent;border:1px solid transparent;border-style:solid;box-shadow:none;white-space:nowrap;max-width:none;z-index:5;pointer-events:auto}.cv-text-hit{display:inline;pointer-events:auto}.editor-upload-action{position:relative;overflow:hidden}.editor-upload-action input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.visually-hidden-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.overlay-text-item.selected{border-color:#3b82f673;box-shadow:0 0 0 2px #3b82f629}.overlay-resize-handle{position:absolute;z-index:4;width:16px;height:34px;border:2px solid #ffffff;border-radius:999px;background:#4f46e5;box-shadow:0 6px 16px #0f172a3d;cursor:ew-resize}.overlay-resize-handle-right{top:50%;right:-10px;transform:translateY(-50%)}.overlay-resize-handle-left{top:50%;left:-10px;transform:translateY(-50%)}.overlay-image-item{position:absolute;cursor:move;border:1px solid transparent;border-radius:6px;overflow:visible;z-index:5;pointer-events:auto}.overlay-image-item img{display:block;width:100%;height:100%;object-fit:fill;pointer-events:none;border-radius:inherit;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.overlay-image-item.selected{border-color:#3b82f68c;box-shadow:0 0 0 2px #3b82f629}.overlay-shape{position:absolute;display:block;pointer-events:auto;-webkit-user-select:none;user-select:none}.overlay-shape.selected{outline:2px solid rgba(59,130,246,.9);outline-offset:2px}.overlay-text-item.locked,.overlay-image-item.locked,.overlay-shape.locked{cursor:default}.overlay-text-item.locked .overlay-resize-handle,.overlay-image-item.locked .overlay-resize-handle,.overlay-shape.locked .overlay-resize-handle{display:none}.overlay-text-item.locked:after,.overlay-image-item.locked:after,.overlay-shape.locked:after{content:"🔒";position:absolute;top:-22px;right:-4px;font-size:13px;opacity:.85;pointer-events:none}.cv-grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:39;pointer-events:none;background-image:linear-gradient(to right,rgba(59,130,246,.14) 1px,transparent 1px),linear-gradient(to bottom,rgba(59,130,246,.14) 1px,transparent 1px);background-size:calc(100% / 12) calc(100% / 12)}.cv-guide{position:absolute;z-index:40;background:#ef4444d9;pointer-events:none}.cv-guide-v{top:0;bottom:0;width:1px}.cv-guide-h{left:0;right:0;height:1px}.cv-history{display:flex;align-items:center;gap:4px}.cv-zoom-btn.on{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.cv-zoom-btn:disabled{opacity:.45;cursor:default}.cv-save-state{font-size:.75rem;font-weight:700;padding:6px 10px;border-radius:999px;white-space:nowrap}.cv-save-state.saving{background:#eef2ff;color:#4338ca}.cv-save-state.ok{background:#dcfce7;color:#15803d}.cv-save-state.error{background:#fee2e2;color:#b91c1c}.overlay-image-toolbar{position:absolute;top:-42px;left:0;display:flex;align-items:center;gap:6px;padding:5px 8px;background:#1e293b;border-radius:8px;box-shadow:0 4px 14px #00000040;z-index:20;white-space:nowrap}.overlay-image-toolbar-field{display:flex;align-items:center;gap:3px;color:#e2e8f0;font-size:.68rem;font-weight:700}.overlay-image-toolbar-field input{width:56px;height:26px;border:0;border-radius:4px;background:#334155;color:#fff;font-size:.72rem;font-weight:700;text-align:center;padding:0 4px;outline:none}.overlay-image-toolbar-field input:focus{background:#475569}.overlay-image-toolbar-btn{border:0;border-radius:4px;background:transparent;color:#94a3b8;font-size:16px;font-weight:800;line-height:1;cursor:pointer;padding:2px 6px}.overlay-image-toolbar-btn.danger{color:#f87171}.overlay-image-toolbar-btn.danger:hover{background:#f8717126;color:#ef4444}.overlay-resize-handle-bottom,.overlay-resize-handle-top{width:34px;height:16px;cursor:ns-resize}.overlay-resize-handle-bottom{left:50%;bottom:-10px;transform:translate(-50%)}.overlay-resize-handle-top{left:50%;top:-10px;transform:translate(-50%)}.overlay-resize-handle-corner{right:-10px;bottom:-10px;width:18px;height:18px;border-radius:4px;cursor:nwse-resize}.editor-sidepanel{display:grid;align-content:start;gap:16px;padding:14px;border-left:1px solid #d9e2ec;background:#fff;overflow-y:auto}.editor-panel{padding:18px;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:none}.panel-title{margin:0 0 18px;font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#4f46e5}.panel-empty{min-height:110px;border-radius:14px;background:#f8fafc;border:1px dashed rgba(15,23,42,.14);display:grid;align-items:center;justify-content:center;color:#475569;padding:18px;text-align:center}.editor-field{display:grid;gap:10px;margin-bottom:14px}.editor-field label{color:#475569;font-size:.92rem}.editor-field input[type=range].input{min-height:28px;padding:0;box-shadow:none;background:transparent;accent-color:#4f46e5}.editor-range-value{justify-self:end;margin-top:-8px;color:#64748b;font-size:.78rem;font-weight:800}.editor-property-grid{display:grid;grid-template-columns:1fr .8fr;gap:10px}.editor-font-preview-list{display:grid;gap:8px;max-height:260px;overflow:auto;padding-right:4px}.editor-font-preview-list button{display:grid;gap:4px;width:100%;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;padding:10px 12px;text-align:left;font-size:1.25rem;line-height:1.05;cursor:pointer}.editor-font-preview-list button:hover,.editor-font-preview-list button:focus-visible,.editor-font-preview-list button.active{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f;outline:none}.editor-font-preview-list button span{font-family:Inter,Arial,sans-serif;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.editor-action-buttons,.editor-global-actions{display:grid;gap:10px}.editor-preview-mode .editor-sidepanel{display:none}.editor-preview-mode .editor-main-grid{grid-template-columns:1fr}.editor-preview-mode .editor-topbar{background:#fffffff2}@media(max-width:1100px){.editor-main-grid{grid-template-columns:1fr}.editor-topbar-main{align-items:flex-start;flex-direction:column}.editor-toolbar-actions{justify-content:flex-start}.editor-properties-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-selected-summary,.editor-empty-strip{grid-column:1 / -1}}@media(max-width:720px){.editor-topbar,.page-panel,.editor-panel{padding:18px}.editor-zoom-group{width:100%;justify-content:space-between}.editor-properties-strip{grid-template-columns:1fr}.editor-selected-summary,.editor-empty-strip{grid-column:auto}}.modelo-form-grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.file-upload-card{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;border-radius:20px;border:1px dashed rgba(59,130,246,.35);padding:22px;background:linear-gradient(180deg,#6366f10f,#fffffff2)}.file-upload-card strong{display:block;margin-bottom:6px;font-size:.98rem}input.input,select.input{border-radius:18px;border:1px solid rgba(15,23,42,.12);background:#fffffff2;box-shadow:inset 0 3px 10px #0f172a0a}.dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.modelo-form-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.upload-panel{display:grid;gap:10px}.file-upload-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;border:1px dashed rgba(15,23,42,.16);padding:18px;background:#f8fafc}.file-upload-card strong{display:block;margin-bottom:4px}.file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}@media(max-width:900px){.modelo-form-grid{grid-template-columns:1fr}.modelos-intro-panel,.modelos-list-panel{flex-direction:column;align-items:stretch}}@media(max-width:640px){.modelo-dialog{max-height:calc(100vh - 20px);padding:18px}}.ml-page{display:grid;gap:12px;width:100%;max-width:100%;overflow-x:hidden}.ml-v2 .kpi-card{background:#fff}.ml-kpi-grid{gap:12px}.ml-analysis-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ml-analysis-card{border-radius:14px;padding:16px 18px;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 18px #0f172a1f;min-height:132px;display:grid;align-content:start;gap:8px}.ml-analysis-card h4{margin:0;font-size:1.02rem;display:flex;align-items:center;justify-content:space-between;gap:10px}.ml-analysis-icon{font-size:1.45rem;line-height:1;opacity:.95;filter:drop-shadow(0 1px 0 rgba(0,0,0,.2))}.ml-analysis-card strong{font-size:1.56rem;line-height:1.05;letter-spacing:-.01em}.ml-analysis-row{display:flex;flex-wrap:wrap;gap:10px 18px}.ml-analysis-row span{font-size:.97rem;font-weight:700;color:#ffffffed}.ml-analysis-help{margin:0;font-size:.77rem;line-height:1.35;color:#ffffffd6}.ml-analysis-card.a-sales{background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.ml-analysis-card.a-costs{background:linear-gradient(135deg,#be123c,#831843)}.ml-analysis-card.a-shipping{background:linear-gradient(135deg,#6b7280,#374151)}.ml-analysis-card.a-margin{background:linear-gradient(135deg,#1e40af,#1d4ed8)}.ml-analysis-card.a-ads{background:linear-gradient(135deg,#7e22ce,#6b21a8)}.ml-analysis-card.a-margin-ads{background:linear-gradient(135deg,#65a30d,#4d7c0f)}.ml-more-info{border:1px solid #d8e0ef;border-radius:12px;background:#fff;padding:8px 10px 12px}.ml-more-info summary{cursor:pointer;font-weight:800;color:#334155;list-style:none;display:flex;align-items:center;gap:8px}.ml-more-info summary::-webkit-details-marker{display:none}.ml-more-info summary:before{content:"◉";color:#4f46e5;font-size:.86rem}.ml-more-info .ml-kpi-grid{margin-top:10px}.ml-kpi-grid .kpi-card{border:0;border-radius:14px;min-height:120px;padding:16px 16px 14px;box-shadow:0 10px 18px #0f172a1f}.ml-kpi-grid .kpi-card p,.ml-kpi-grid .kpi-card span{color:#ffffffe6}.ml-kpi-grid .kpi-card .ml-kpi-help{display:block;margin-top:5px;font-size:.72rem;line-height:1.3;color:#ffffffc7;font-weight:600}.ml-kpi-grid .kpi-card strong{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.15);font-size:1.2rem}.ml-v2-hero{border:1px solid #111827;border-radius:14px;background:radial-gradient(circle at 85% 12%,rgba(20,184,166,.2),transparent 35%),linear-gradient(145deg,#03051c,#101a46 60%,#1a1457);color:#eef2ff;padding:16px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.ml-v2-hero .page-text{color:#cbd5e1;margin-top:8px}.ml-connection-pill{margin-top:10px;display:inline-flex;flex-direction:column;gap:3px;border-radius:10px;padding:7px 10px;border:1px solid rgba(148,163,184,.5);background:#0f172a59}.ml-connection-pill span{font-size:.8rem;font-weight:800;color:#e2e8f0}.ml-connection-pill small{font-size:.72rem;color:#cbd5e1}.ml-connection-pill.ok{border-color:#10b9818c;background:#10b98126}.ml-connection-pill.sync{border-color:#3b82f68c;background:#3b82f626}.ml-connection-pill.error{border-color:#ef44448c;background:#ef444429}.ml-v2-periods{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.ml-pill{border:1px solid rgba(226,232,240,.5);border-radius:999px;background:transparent;color:#e2e8f0;padding:6px 12px;font-size:.78rem;font-weight:700;cursor:pointer}.ml-pill.active{border-color:#22c55e;color:#22c55e;box-shadow:inset 0 0 0 1px #22c55e59}.ml-v2-hero .primary-btn{background:linear-gradient(135deg,#5b58eb,#3f37c9)}.ml-v2-hero .ghost-btn{background:#fff}.ml-summary-head{border:1px solid #dbe4ff;border-radius:12px;background:linear-gradient(90deg,#eef2ff,#ecfeff);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px}.ml-summary-label{margin:0;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:#475569;display:inline-flex;align-items:center;gap:6px}.ml-help{width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fff;color:#64748b;font-size:.66rem;font-weight:900;cursor:help;line-height:1}.ml-summary-head strong{display:block;margin-top:4px;font-size:1.18rem}.ml-summary-sub{display:inline-block;margin-top:4px;font-size:.76rem;color:#64748b}.ml-profit-insight{margin-top:8px;border-radius:10px;border:1px solid #d1d5db;background:#fff;padding:7px 9px;display:grid;gap:4px;width:fit-content;max-width:100%}.ml-profit-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.75rem;font-weight:800;width:fit-content}.ml-profit-text{font-size:.76rem;font-weight:700;line-height:1.3}.ml-profit-insight.positive{border-color:#86efac;background:#f0fdf4}.ml-profit-insight.positive .ml-profit-badge{background:#dcfce7;color:#166534}.ml-profit-insight.positive .ml-profit-text{color:#166534}.ml-profit-insight.warning{border-color:#facc15;background:#fefce8}.ml-profit-insight.warning .ml-profit-badge{background:#fef08a;color:#854d0e}.ml-profit-insight.warning .ml-profit-text{color:#854d0e}.ml-profit-insight.negative{border-color:#fca5a5;background:#fef2f2}.ml-profit-insight.negative .ml-profit-badge{background:#fee2e2;color:#991b1b}.ml-profit-insight.negative .ml-profit-text{color:#991b1b}.ml-profit-insight.neutral{border-color:#cbd5e1;background:#f8fafc}.ml-profit-insight.neutral .ml-profit-badge{background:#e2e8f0;color:#334155}.ml-profit-insight.neutral .ml-profit-text{color:#334155}.ml-kpi-grid .kpi-card:nth-child(1){background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.ml-kpi-grid .kpi-card:nth-child(2){background:linear-gradient(135deg,#7c3aed,#5b21b6)}.ml-kpi-grid .kpi-card:nth-child(3){background:linear-gradient(135deg,#059669,#166534)}.ml-kpi-grid .kpi-card:nth-child(4){background:linear-gradient(135deg,#dc2626,#991b1b)}.ml-kpi-grid .kpi-card:nth-child(5){background:linear-gradient(135deg,#be123c,#9f1239)}.ml-kpi-grid .kpi-card:nth-child(6){background:linear-gradient(135deg,#334155,#111827)}.ml-kpi-grid .kpi-card:nth-child(7){background:linear-gradient(135deg,#4b5563,#1f2937)}.ml-kpi-grid .kpi-card:nth-child(8){background:linear-gradient(135deg,#65a30d,#3f6212)}.ml-production-kpis .kpi-card{color:#0f172a;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #dbe3ef}.ml-production-kpis .kpi-card p,.ml-production-kpis .kpi-card span{color:#475569}.ml-production-kpis .kpi-card strong{color:#0f172a}.ml-production-kpis .kpi-card:nth-child(1){border-top:3px solid #4f46e5}.ml-production-kpis .kpi-card:nth-child(2){border-top:3px solid #0284c7}.ml-production-kpis .kpi-card:nth-child(3){border-top:3px solid #16a34a}.ml-production-kpis .kpi-card:nth-child(4){border-top:3px solid #ea580c}.ml-separacao-page .section-head{margin-bottom:10px}.ml-separacao-kpis{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.ml-separacao-kpis .kpi-card{min-height:108px;color:#fff;border:0;box-shadow:0 10px 18px #0f172a24;background:linear-gradient(135deg,#334155,#1f2937)}.ml-separacao-kpis .kpi-card p{font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;font-weight:800;color:#fff}.ml-separacao-kpis .kpi-card strong{font-size:1.38rem;color:#fff;font-weight:400}.ml-separacao-kpis .kpi-card span{font-size:.76rem;color:#fffffff0;font-weight:400}.ml-separacao-kpis .kpi-card:nth-child(1){background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.ml-separacao-kpis .kpi-card:nth-child(2){background:linear-gradient(135deg,#0284c7,#155e75)}.ml-separacao-kpis .kpi-card:nth-child(3){background:linear-gradient(135deg,#16a34a,#166534)}.ml-separacao-kpis .kpi-card:nth-child(4){background:linear-gradient(135deg,#ea580c,#9a3412)}.ml-separacao-kpis .kpi-card:nth-child(5){background:linear-gradient(135deg,#9333ea,#6b21a8)}.ml-separacao-kpis .kpi-card:nth-child(6){background:linear-gradient(135deg,#0f766e,#115e59)}.ml-kpi-action-card{width:100%;cursor:pointer;text-align:left}.ml-kpi-action-card:hover{filter:brightness(1.05)}.ml-upload-panel{margin-bottom:12px}.ml-separacao-menu{border:1px solid #dbe3ef}.ml-separacao-menu>p{margin:0 0 8px;font-weight:800;color:#0f172a}.ml-day-filter-bar{margin:0 0 12px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.ml-day-filter-info{display:grid;gap:2px}.ml-day-filter-info strong{font-size:.92rem;color:#0f172a}.ml-day-filter-info span{font-size:.8rem;color:#475569}.ml-day-filter-actions{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.ml-day-filter-field{min-width:170px}.ml-separacao-track-field{min-width:240px;max-width:360px}.ml-separacao-date-field{min-width:190px;max-width:240px}.ml-upload-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.ml-scan-fab{display:none}.ml-scan-icon{display:inline-flex;align-items:center;justify-content:center;color:#fff;line-height:1}.ml-scan-svg{width:22px;height:22px;display:block}.ml-scan-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617f0;z-index:110;display:grid;place-items:center;padding:14px}.ml-scan-overlay-inner{width:min(720px,100%);height:min(95vh,920px);border:1px solid #334155;border-radius:14px;background:#020617;padding:10px;display:grid;grid-template-rows:auto 1fr auto;gap:10px}.ml-scan-overlay-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#e2e8f0}.ml-scan-video-frame{position:relative;width:100%;height:100%;min-height:320px;border-radius:10px;background:#000;overflow:hidden}.ml-scan-overlay-video{width:100%;height:100%;display:block;object-fit:contain}.ml-scan-target{position:absolute;left:8%;right:8%;top:50%;height:min(180px,30%);transform:translateY(-50%);border:2px solid rgba(74,222,128,.95);border-radius:12px;box-shadow:0 0 0 999px #0206172e;pointer-events:none}.ml-scan-zoom-control{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:12px;color:#e2e8f0;font-size:.85rem}.ml-scan-zoom-control input{width:100%;accent-color:#4f46e5}.ml-scan-overlay-help{color:#cbd5e1;font-size:.82rem}.ml-shipping-table .ml-col-order-id{white-space:nowrap;font-family:JetBrains Mono,Consolas,monospace;font-size:.8rem}.ml-shipping-modal{width:min(1080px,97vw);max-height:calc(100vh - 24px);overflow:auto}.ml-shipping-modal-grid{display:grid;grid-template-columns:minmax(220px,360px) 1fr;gap:14px}.ml-shipping-image{width:100%;max-height:440px;object-fit:contain;border:1px solid var(--border);border-radius:12px;background:#f8fafc}.ml-shipping-image.empty{min-height:260px;display:grid;place-items:center;color:#64748b}.ml-shipping-detail-list{display:grid;gap:8px;align-content:start}.ml-shipping-detail-list p{margin:0;font-size:.92rem;line-height:1.38}.ml-detail-priority{font-weight:700;color:#0f172a}.ml-detail-badge{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:999px;border:1px solid #c7d2fe;background:#eef2ff;color:#1d4ed8}.ml-shipping-detail-list .primary-btn,.ml-shipping-detail-list .ghost-btn{width:fit-content;margin-top:6px}.ml-linked-artwork-block{display:grid;gap:10px;margin-top:8px;padding-top:10px;border-top:1px solid #e2e8f0}.ml-linked-artwork-block h4{margin:0;font-size:.98rem;color:#0f172a}.ml-linked-artwork-card{display:grid;gap:8px;padding:10px;border:1px solid #dbe3ef;border-radius:12px;background:#f8fbff}.ml-linked-artwork-head{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.86rem;color:#334155}.ml-linked-artwork-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ml-linked-artwork-grid.single{grid-template-columns:minmax(0,1fr)}.ml-linked-artwork-image{width:100%;max-height:180px;object-fit:contain;border-radius:10px;border:1px solid #dbe3ef;background:#fff}.ml-pedidos-tabs{margin-bottom:10px}.is-pedidos-view .ml-orders-table-wrap,.is-pedidos-view .ml-orders-table-wrap .table-wrap{max-height:none;overflow:visible}.ml-order-items-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ml-order-item-card{border:1px solid #dbe3ef;border-radius:10px;background:#fff;padding:8px;display:grid;grid-template-columns:108px 1fr;gap:8px;align-items:start}.ml-order-item-image{width:108px;height:108px;border-radius:8px;border:1px solid #dbe3ef;object-fit:cover;background:#f8fafc}.ml-order-item-image.empty{display:grid;place-items:center;color:#64748b}.ml-order-item-content{display:grid;gap:3px;align-content:start}.ml-order-item-content p{margin:0;font-size:.8rem;line-height:1.2}.ml-order-item-title{font-weight:700;color:#0f172a;margin-bottom:2px}.ml-packed-orders-modal{width:min(1040px,96vw);max-height:calc(100vh - 56px);overflow:auto}.ml-packed-orders-list{margin-top:10px;display:grid;gap:10px}.ml-packed-order-card{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px;display:grid;gap:10px}.ml-packed-order-top{display:grid;grid-template-columns:90px 1fr;gap:10px}.ml-packed-order-image{width:90px;height:90px;border-radius:10px;border:1px solid #dbe3ef;object-fit:cover;background:#f8fafc}.ml-packed-order-image.empty{display:grid;place-items:center;color:#64748b;font-size:.76rem}.ml-packed-order-main,.ml-packed-order-grid{display:grid;gap:5px}.ml-packed-order-main p,.ml-packed-order-grid p{margin:0;font-size:.84rem;line-height:1.3}.ml-packed-order-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(54px,1fr));gap:6px}.ml-packed-order-gallery-image{width:100%;aspect-ratio:1 / 1;border-radius:8px;border:1px solid #dbe3ef;object-fit:cover;background:#f8fafc}.ml-packed-order-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px}.ml-packed-order-actions{display:flex;gap:8px;flex-wrap:wrap}.ml-packed-order-actions .ghost-btn,.ml-packed-order-actions .primary-btn,.ml-packed-order-actions .danger-btn{flex:1;min-width:170px}.scan-live-indicator{display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-size:.82rem;font-weight:600}.scan-live-indicator i{width:10px;height:10px;border-radius:999px;background:#22c55e;box-shadow:0 0 #22c55e99;animation:scanPulse 1.35s infinite}@keyframes scanPulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}.ml-camera-panel{margin:8px 0 4px;border:1px solid #cbd5e1;border-radius:12px;background:#0f172a;padding:8px}.ml-camera-video{width:100%;max-height:320px;border-radius:8px;background:#000;object-fit:cover;display:block}.ml-camera-help{margin-top:8px;color:#cbd5e1;font-size:.78rem}@media(max-width:860px){.ml-shipping-modal-grid{grid-template-columns:1fr}}@media(max-width:760px){.ml-separacao-kpis{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.ml-separacao-kpis .kpi-card{min-height:92px;padding:10px;gap:4px}.ml-separacao-kpis .kpi-card p{font-size:.64rem}.ml-separacao-kpis .kpi-card strong{font-size:1.08rem}.ml-separacao-kpis .kpi-card span{font-size:.69rem;line-height:1.25}.ml-orders-head{flex-direction:column;align-items:flex-start;gap:6px}.ml-orders-head-tools{width:100%;display:grid;gap:6px}.ml-head-date-filter{min-width:0;width:100%}.ml-upload-row{display:grid;grid-template-columns:1fr;align-items:stretch}.ml-upload-row .field{max-width:100%!important}.ml-separacao-track-field,.ml-separacao-date-field{min-width:0;max-width:100%}.ml-upload-row .ghost-btn,.ml-upload-row .primary-btn,.ml-shipping-table .ghost-btn{width:100%;justify-content:center}.ml-shipping-table{min-width:0!important}.ml-shipping-table thead{display:none}.ml-shipping-table,.ml-shipping-table tbody,.ml-shipping-table tr,.ml-shipping-table td{display:block;width:100%}.ml-shipping-table tr{border:1px solid #dbe3ef;border-radius:12px;padding:8px;margin-bottom:10px;background:#fff}.ml-shipping-table td{border:0!important;padding:6px 4px!important;display:grid;grid-template-columns:110px 1fr;gap:8px;align-items:center}.ml-shipping-table td:before{content:attr(data-label);font-size:.71rem;text-transform:uppercase;letter-spacing:.02em;color:#64748b;font-weight:700}.ml-shipping-table td[colspan]{display:block;padding:10px 4px!important}.ml-shipping-table td[colspan]:before{display:none}.ml-shipping-table .ml-col-title{white-space:normal;overflow:visible;text-overflow:initial;line-height:1.3}.ml-thumb,.ml-thumb-fallback{width:46px;height:46px}.ml-production-thumb,.ml-production-thumb-fallback{width:64px;height:64px}.ml-scan-fab{position:fixed;right:14px;bottom:108px;width:54px;height:54px;border-radius:999px;border:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 24px #2563eb52;display:grid;place-items:center;font-size:1.25rem;z-index:145;cursor:pointer}.ml-scan-fab.active{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 8px 24px #16a34a52}.ml-scan-overlay{padding:10px 10px 86px}.ml-scan-overlay-inner{width:min(620px,96vw);height:min(76vh,580px);border:1px solid #334155;border-radius:14px;padding:10px}.ml-scan-overlay-head{font-size:.92rem}.ml-scan-overlay-help{font-size:.74rem}.ml-scan-zoom-control{grid-template-columns:1fr;gap:6px;font-size:.78rem}.assistant-modal.ml-shipping-modal{width:min(560px,100%);max-height:calc(100vh - 120px);padding:10px}.assistant-modal.ml-packed-orders-modal{width:min(620px,100%);max-height:calc(100vh - 120px);padding:10px}.ml-shipping-modal-grid{gap:8px}.ml-shipping-image{max-height:180px}.ml-shipping-image.empty{min-height:130px}.ml-shipping-detail-list{gap:6px}.ml-shipping-detail-list p{font-size:.82rem;line-height:1.3}.ml-shipping-detail-list .primary-btn,.ml-shipping-detail-list .ghost-btn{width:100%;min-height:34px;margin-top:4px}.ml-order-items-grid{grid-template-columns:1fr;gap:8px}.ml-order-item-card{grid-template-columns:86px 1fr;gap:8px;padding:7px}.ml-order-item-image{width:86px;height:86px}.ml-order-item-content p{font-size:.74rem}.ml-packed-order-top{grid-template-columns:70px 1fr;gap:8px}.ml-packed-order-image{width:70px;height:70px}.ml-packed-order-main p,.ml-packed-order-grid p{font-size:.77rem}.ml-packed-order-grid{grid-template-columns:1fr;gap:5px}.ml-packed-order-gallery{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:5px}.ml-packed-order-actions{display:grid;grid-template-columns:1fr}.ml-packed-order-actions .ghost-btn,.ml-packed-order-actions .primary-btn,.ml-packed-order-actions .danger-btn{min-width:0;width:100%}}.ml-alerts-board{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px}.ml-alerts-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.ml-alerts-head h3{margin:0;font-size:1rem}.ml-alerts-head span{color:#64748b;font-size:.8rem;font-weight:700}.ml-alerts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ml-alert-item{border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc;padding:9px 10px}.ml-alert-item strong{display:block;font-size:.86rem}.ml-alert-item p{margin:5px 0 0;font-size:.78rem;line-height:1.35}.ml-alert-action-btn{margin-top:8px;border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:8px;padding:5px 9px;font-size:.74rem;font-weight:800;cursor:pointer}.ml-alert-item.high{border-color:#fca5a5;background:#fef2f2}.ml-alert-item.high strong{color:#991b1b}.ml-alert-item.medium{border-color:#fcd34d;background:#fffbeb}.ml-alert-item.medium strong{color:#92400e}.ml-alert-item.low{border-color:#bfdbfe;background:#eff6ff}.ml-alert-item.low strong{color:#1d4ed8}.ml-ads-strip{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ml-ads-strip p{margin:0;font-size:.82rem;color:#64748b}.ml-ads-strip strong{display:block;margin-top:4px;font-size:1.12rem}.ml-ops-grid{grid-template-columns:1.1fr .9fr}.ml-top-item-v2{align-items:stretch}.ml-share{min-width:112px;display:grid;align-content:center;justify-items:end;gap:5px}.ml-share span{font-size:.78rem;color:#0f172a}.ml-share i{display:block;height:8px;border-radius:999px;background:linear-gradient(135deg,#0ea5e9,#22c55e)}.ml-orders-table-wrap{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;width:100%;max-width:100%;overflow:hidden}.ml-orders-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ml-orders-head h3{margin:0}.ml-orders-head span{color:#64748b;font-size:.82rem}.ml-orders-head-tools{display:flex;align-items:center;gap:10px}.ml-head-date-filter{min-width:180px}.ml-order-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.ml-order-filter-chip{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:5px 10px;font-size:.76rem;font-weight:700;cursor:pointer}.ml-order-filter-chip.active{border-color:#4f46e5;color:#4f46e5;background:#eef2ff}.ml-pagination{margin-top:10px;display:flex;justify-content:flex-end;align-items:center;gap:10px}.ml-pagination span{font-size:.82rem;color:#475569;font-weight:700}.ml-col-title{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ml-v2-hero,.ml-summary-head,.ml-alerts-board,.ml-ads-strip,.ml-ops-grid,.ml-orders-table-wrap,.ml-orders-table-wrap .table-wrap,.ml-orders-table-wrap .table.clean{min-width:0}.ml-orders-table-wrap .table-wrap{overflow-x:hidden}.ml-orders-table-wrap .table.clean{min-width:0;table-layout:auto}.ml-orders-table-wrap .table.clean th,.ml-orders-table-wrap .table.clean td{white-space:normal;word-break:normal;overflow-wrap:anywhere;padding:7px 6px;font-size:.8rem;vertical-align:middle}.ml-orders-table-wrap .ml-col-title{max-width:none;white-space:normal;word-break:normal;overflow-wrap:anywhere;line-height:1.25;overflow:visible;text-overflow:initial}.ml-orders-table-wrap .ml-col-order-id{white-space:nowrap;word-break:keep-all;overflow-wrap:normal}.ml-orders-table th,.ml-orders-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ml-orders-table .ml-col-title{white-space:normal;overflow-wrap:anywhere;min-width:260px;max-width:360px}.ml-orders-table .ml-col-money{text-align:right;font-variant-numeric:tabular-nums}.ml-freight-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;border:1px solid #fbbf24;background:#fffbeb;color:#92400e;font-weight:700;font-size:.74rem}.ml-thumb{width:34px;height:34px;object-fit:cover;border-radius:6px;border:1px solid #d1d5db;background:#fff}.ml-thumb-fallback{width:34px;height:34px;border-radius:6px;border:1px dashed #cbd5e1;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;font-size:.72rem}.ml-production-thumb,.ml-production-thumb-fallback{width:78px;height:78px;border-radius:8px}.assistant-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061780;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:120;display:grid;place-items:center;padding:16px}.assistant-modal{width:min(760px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border:1px solid #dbe3ef;border-radius:14px;box-shadow:0 22px 44px #0206174d;padding:16px}.assistant-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.assistant-modal-head h3{margin:0;font-size:1.08rem}.assistant-tips{margin:10px 0 0;padding-left:18px;display:grid;gap:8px;color:#334155;line-height:1.45}.ml-cost-cell{display:grid;gap:4px;min-width:0;width:100%;max-width:220px}.ml-cost-cell strong{font-size:.85rem}.ml-cost-select{border:1px solid #d1d5db;border-radius:6px;background:#fff;padding:4px 6px;font-size:.74rem;width:100%;max-width:220px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-hero{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:center}.ml-hero h2{margin:0}.ml-hero-actions{display:flex;flex-wrap:wrap;gap:8px}.ml-connection-card{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:14px}.ml-connection-card h3{margin:0}.ml-token-row{margin-top:10px;display:grid;gap:8px;grid-template-columns:1fr auto auto}.ml-top-list{display:grid;gap:8px}.ml-top-item{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--border);border-radius:10px;background:#f8fafc;padding:10px;gap:10px}.ml-top-item strong{font-size:.9rem}.ml-top-item p{margin:3px 0 0;color:var(--muted);font-size:.8rem}.ml-top-item span{font-weight:800;color:#16a34a}@media(max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:25}.sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.content{padding:16px}.topbar{flex-direction:column}.hero-card.premium,.ops-grid,.kpi-grid-4,.products-grid,.product-modal-grid,.ml-token-row{grid-template-columns:1fr}.products-head{flex-direction:column;align-items:stretch}.products-search{width:100%}.product-modal{width:100%;max-height:calc(100vh - 18px)}.ml-hero{flex-direction:column;align-items:stretch}.ml-v2-hero,.ml-summary-head,.ml-analysis-grid,.ml-alerts-grid,.ml-ads-strip,.ml-ops-grid{grid-template-columns:1fr}}@media(max-width:820px){.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.top-actions{width:100%}.top-actions button{flex:1}.content{padding:12px}.page,.dashboard-stack{padding:14px}}.section-head{display:grid;gap:4px}.section-head.row-between{display:flex;justify-content:space-between;align-items:center}.form-grid{margin-top:12px;display:grid;gap:10px}.form-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:grid;gap:6px}.field.full{grid-column:1 / -1}.field span{font-size:.78rem;font-weight:700;color:#4b5563}.field input,.field select{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px}.field textarea{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;resize:vertical;min-height:120px;font-family:inherit}.field input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.field select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.field textarea:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f12e}.actions-row{margin-top:12px;display:flex;gap:8px;justify-content:flex-end}.table-wrap{margin-top:10px;overflow-x:auto}.table.clean{width:100%;border-collapse:collapse;min-width:680px}.table.clean th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:9px 8px;border-bottom:1px solid var(--border)}.table.clean td{padding:9px 8px;border-bottom:1px solid #f3f4f6;font-size:.85rem}.table.clean input{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px 9px;background:#fff}.danger-btn{border:1px solid #fecaca;background:#fff5f5;color:#b91c1c;border-radius:9999px;padding:8px 10px;font-weight:700;cursor:pointer}.mini-list{display:grid;gap:6px}.mini-list-item{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#fff}.filter-row{margin-top:12px;display:flex;gap:8px}.chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:7px 12px;font-weight:700;font-size:.8rem;cursor:pointer;color:#4b5563}.chip.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.task-board{margin-top:12px;display:grid;gap:10px}.task-card{border:1px solid var(--border);background:#fff;border-radius:10px;padding:12px;display:flex;justify-content:space-between;gap:10px}.task-card h3{margin:0;font-size:1rem}.task-card p{margin:4px 0 0;color:#6b7280;font-size:.86rem}.task-card small{display:block;margin-top:6px;color:#6b7280}.task-actions{display:flex;align-items:flex-start;gap:8px}.nf-settings-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px;margin-bottom:10px}.nf-settings-card h3{margin:0 0 10px}.nf-chip{border-radius:999px;padding:5px 10px;font-size:.74rem;font-weight:800;border:1px solid #cbd5e1;color:#334155;background:#f8fafc}.nf-chip.authorized,.nf-chip.autorizada{border-color:#86efac;color:#166534;background:#f0fdf4}.nf-chip.pending_provider,.nf-chip.pending,.nf-chip.draft_pending_provider{border-color:#fcd34d;color:#92400e;background:#fffbeb}.nf-chip.error{border-color:#fca5a5;color:#991b1b;background:#fef2f2}@media(max-width:1180px){.form-grid.two-col,.form-grid.three-col{grid-template-columns:1fr}}@media(max-width:820px){.actions-row{justify-content:stretch}.actions-row button{flex:1}.task-card{flex-direction:column}.task-actions{width:100%}.task-actions button{flex:1}}.pedidos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}.pedidos-main-col{display:grid;gap:10px}.pedidos-toolbar{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px;display:grid;gap:8px}.pedidos-toolbar h2{margin:0;font-size:1.08rem}.pedidos-toolbar-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.pedidos-table-wrap{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px;display:grid;gap:10px}.pedidos-bulkbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pedidos-bulkbar span{font-size:.8rem;color:#475569;font-weight:700}.pedidos-card{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px;display:grid;gap:8px}.pedidos-card-check{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:#475569}.pedidos-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.pedidos-card-head strong{font-size:.92rem;color:#0f172a}.pedidos-card-head span{font-size:.72rem;color:#64748b}.pedidos-card-media{height:118px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;display:grid;place-items:center;overflow:hidden}.pedidos-card-media img{width:100%;height:100%;object-fit:contain}.pedidos-card-noimg{font-size:.74rem;color:#64748b}.pedidos-card-body h4{margin:0;font-size:.85rem;line-height:1.25}.pedidos-card-body p{margin:3px 0 0;font-size:.74rem;color:#475569}.pedidos-actions-cell{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.pedidos-actions-cell .ghost-btn{min-height:32px;font-size:.72rem;padding:6px 7px}.pedidos-status-stack{display:flex;flex-wrap:wrap;gap:6px}.pedidos-debug{border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;padding:10px}.pedidos-debug summary{cursor:pointer;font-weight:800;color:#0f172a}.pedidos-debug h4{margin:8px 0 6px;font-size:.85rem}.pedidos-debug-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pedidos-debug ul{margin:0;padding-left:16px;display:grid;gap:4px;font-size:.76rem;color:#334155}@media(max-width:760px){.pedidos-debug-grid{grid-template-columns:1fr}}@media(max-width:760px){.pedidos-toolbar-actions{grid-template-columns:1fr}}.pricing-mirror{padding:0;overflow:hidden}.pricing-header-row{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--border);background:#f3f4f6}.pricing-header-row h2{margin:0;font-size:2rem}.pricing-header-actions{display:flex;gap:8px}.pricing-link-btn{text-decoration:none;display:inline-flex;align-items:center;padding:10px 16px;border-radius:10px;background:#c7d2fe;border:1px solid #c7d2fe;color:#3730a3;font-weight:700}.pricing-kit-box{margin:12px;border:1px solid #f4d16b;background:#fefce8;border-radius:10px;padding:12px}.pricing-kit-box p{margin:0 0 6px;font-weight:700;color:#92400e}.pricing-kit-box label{display:flex;align-items:center;gap:8px}.pricing-kit-box input{width:100px;border:1px solid #d1d5db;border-radius:8px;padding:8px}.pricing-kit-box small{color:#6b7280}.pricing-product-head{display:grid;grid-template-columns:1fr 280px;gap:14px;padding:12px 18px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-product-name label,.pricing-product-image label{display:block;font-weight:700;color:#1f2937;margin-bottom:8px}.pricing-product-name input{width:100%;border:0;border-bottom:2px solid #c7d2fe;background:transparent;padding:10px 6px;font-size:1.9rem;color:#6b7280}.pricing-product-name input:focus{outline:none;border-color:#818cf8}.pricing-image-drop{border:2px dashed #cbd5e1;border-radius:12px;min-height:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#64748b;cursor:pointer;background:#f8fafc;overflow:hidden}.pricing-image-drop input{display:none}.pricing-image-icon{width:30px;height:30px;display:inline-flex;place-items:center;color:#94a3b8}.pricing-image-icon svg{width:100%;height:100%}.pricing-image-text{font-size:.86rem;color:#64748b;line-height:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pricing-image-preview-wrap{padding:0 18px 12px}.pricing-image-preview{max-width:220px;max-height:140px;object-fit:contain;border:1px solid var(--border);border-radius:10px;padding:6px;background:#fff}.pricing-step-line{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:10px 18px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:#4f46e5;font-weight:700}.pricing-step-line span:nth-child(2){text-align:center;color:#64748b}.pricing-materials-block{padding:16px 18px}.pricing-materials-block h3{margin:0;font-size:2rem}.pricing-tip-box{margin-top:10px;background:#f3f4f6;border-left:4px solid #818cf8;border-radius:10px;padding:12px;color:#475569}.pricing-rows{margin-top:12px;display:grid;gap:8px}.pricing-row{display:grid;grid-template-columns:1fr 80px 120px 90px auto;gap:8px;align-items:center}.pricing-item-input,.pricing-small-input,.pricing-total-input{border:1px solid #d1d5db;border-radius:10px;padding:9px 10px;background:#fff}.pricing-total-input{background:#f3f4f6}.pricing-trash{border:0;background:transparent;color:#ef4444;font-weight:700;cursor:pointer}.pricing-lib-title{margin:18px 0 8px;font-size:.74rem;letter-spacing:.06em;font-weight:800;color:#64748b}.pricing-chip-grid{display:flex;flex-wrap:wrap;gap:8px}.pricing-chip{border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;border-radius:999px;padding:7px 11px;font-weight:700;font-size:.84rem;cursor:pointer}.pricing-add-line{margin-top:14px;border:0;background:transparent;color:#4f46e5;font-weight:800;cursor:pointer}.pricing-total-row{margin-top:14px;padding-top:12px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.pricing-marketplace-inline{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:8px}.pricing-marketplace-inline label{display:grid;gap:4px;font-size:.78rem;font-weight:700;color:#4b5563}.pricing-marketplace-inline input{border:1px solid var(--border);border-radius:8px;padding:8px}@media(max-width:980px){.pricing-product-head,.pricing-row,.pricing-marketplace-inline{grid-template-columns:1fr}.pricing-total-row{flex-direction:column;align-items:stretch;gap:8px}.pricing-total-row button{width:100%}}.pricing-step-line{display:flex;align-items:center;padding:10px 12px;background:#f8fafc;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:#4338ca;font-weight:700;font-size:.9rem}.pricing-stage{margin:14px 18px 10px}.pricing-stage h3{margin:0;font-size:1.5rem}.materials-manager-modal{width:min(1120px,100%)}.materials-actions-cell{display:flex;gap:8px;justify-content:flex-end}.materials-actions-cell .ghost-btn,.materials-actions-cell .danger-btn{min-height:34px;padding:7px 10px;font-size:.8rem}.table-input{width:100%;min-width:84px;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:7px 8px;font-size:.84rem}.table-input:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf833}.mobile-menu-btn{display:none;border:1px solid #d1d5db;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;border-radius:12px;padding:9px 13px;font-weight:700;cursor:pointer;min-height:40px}.mobile-topbar,.mobile-utility-bar,.mobile-footer-bar,.mobile-menu-fab,.app-install-banner,.app-update-banner{display:none}.mobile-footer-item{text-decoration:none}.mobile-footer-icon{display:inline-flex;width:16px;height:16px}.mobile-footer-icon svg{width:16px;height:16px}.mobile-topbar-text h1{margin:0;font-size:1.02rem;line-height:1.2;letter-spacing:-.01em}.mobile-topbar-text p{margin:3px 0 0;font-size:.74rem;color:#64748b}.mobile-bottom-nav{display:none}.mobile-bottom-item{text-decoration:none}.mobile-bottom-icon{display:inline-flex;width:20px;height:20px}.mobile-bottom-icon svg{width:20px;height:20px}.mobile-overlay{display:none}@media(max-width:900px){.app-update-banner{position:fixed;left:10px;right:10px;bottom:148px;z-index:121;border:1px solid #86efac;border-radius:14px;background:#f0fdf4;box-shadow:0 10px 22px #16a34a2e;padding:10px;display:grid;gap:8px}.app-install-banner{position:fixed;left:10px;right:10px;bottom:74px;z-index:120;border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff;box-shadow:0 10px 22px #1e40af2e;padding:10px;display:grid;gap:8px}.app-install-banner-text{display:grid;gap:2px}.app-install-banner-text strong{color:#1e3a8a;font-size:.9rem}.app-install-banner-text span{color:#334155;font-size:.78rem;line-height:1.25}.app-install-banner-actions{display:flex;gap:8px;justify-content:flex-end}}@media(max-width:1024px){.app-shell{grid-template-columns:1fr;min-height:100dvh;height:auto;overflow:visible}.sidebar{position:fixed;inset:0 auto 0 0;width:min(78vw,280px);transform:translate(-100%);transition:transform .22s ease;z-index:120;max-height:100dvh;overflow:auto;padding:12px 10px 14px}.sidebar.open{transform:translate(0)}.gp-app-shell .sidebar.gp-sidebar.unified,.gp-app-shell .sidebar.gp-sidebar.unified.open{position:fixed;left:0;top:0;bottom:auto;height:100dvh;width:min(78vw,280px);transform:translate(-100%);transition:transform .22s ease;z-index:120}.gp-app-shell .sidebar.gp-sidebar.unified.open{transform:translate(0)}.sidebar-head{margin-bottom:8px}.sidebar-close-btn{display:inline-flex}.brand{gap:8px;margin-bottom:10px;padding:4px 2px}.brand-logo{width:38px;height:38px;border-radius:10px}.brand h2{font-size:1rem}.brand p{font-size:.68rem}.sidebar nav{gap:5px}.nav-item,.nav-group-trigger{min-height:42px;padding:8px 9px;border-radius:10px;gap:8px;font-size:.88rem}.nav-badge{width:26px;height:26px;border-radius:8px}.nav-badge svg{width:14px;height:14px}.nav-submenu{gap:3px;padding:0 4px 6px 34px}.nav-subitem{font-size:.78rem;padding:6px 7px}.sidebar-account-panel{gap:6px;margin-top:10px;padding-top:10px}.sidebar-account-btn,.sidebar-logout-btn{min-height:40px;padding:8px 9px;font-size:.84rem}.mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#02061766;z-index:110}.content{min-height:100dvh;padding:70px 12px 88px}.mobile-topbar{position:fixed;top:8px;left:10px;right:10px;z-index:95;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;border:1px solid #dbe4ef;border-radius:14px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 18px #0f172a14;padding:9px 10px}.topbar{position:sticky;top:8px;z-index:90;display:grid;grid-template-columns:auto 1fr;gap:8px 10px;align-items:center;padding:10px 12px}.topbar>div:first-of-type{grid-column:2}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center}.top-actions{grid-column:1 / -1;width:100%}.top-actions button{flex:1}.page,.dashboard-stack{padding:14px;border-radius:16px}.soft-panel,.ml-orders-table-wrap,.kpi-card{border-radius:14px}.primary-btn,.ghost-btn{min-height:42px;border-radius:12px;font-size:.88rem}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:calc(env(safe-area-inset-bottom,0px) + 8px);z-index:96;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;border:1px solid #dbe4ef;border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 20px #0f172a1f;padding:6px}.mobile-bottom-item{min-height:56px;border-radius:12px;border:1px solid transparent;color:#475569;display:grid;align-content:center;justify-items:center;gap:3px;font-size:.67rem;font-weight:700;letter-spacing:.01em}.mobile-bottom-item.active{color:#1e40af;border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#dbeafe)}.mobile-bottom-item.active .mobile-bottom-icon{color:#1d4ed8}.mobile-bottom-item span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.table.clean{min-width:560px}.pricing-header-row{padding:10px 12px;gap:10px;align-items:flex-start;flex-direction:column}.pricing-header-row h2{font-size:1.4rem}.pricing-header-actions{width:100%}.pricing-header-actions .ghost-btn,.pricing-link-btn{flex:1;justify-content:center}.pricing-kit-box{margin:10px}.pricing-kit-box label{flex-wrap:wrap}.pricing-product-head{padding:10px 12px;grid-template-columns:1fr}.pricing-product-name input{font-size:1.25rem;padding:8px 4px}.pricing-image-preview-wrap,.pricing-materials-block,.pricing-stage{padding-left:12px;padding-right:12px;margin-left:0;margin-right:0}.pricing-step-line{padding:10px 12px;overflow-x:auto;white-space:nowrap;flex-wrap:nowrap}.pricing-step-chip{flex:0 0 auto}.pricing-row{grid-template-columns:1fr 70px 110px 90px}.pricing-trash{grid-column:1 / -1;justify-self:end}.pricing-chip-grid{max-height:150px;overflow:auto;padding-right:4px}.pricing-marketplace-inline{grid-template-columns:1fr}.task-card{flex-direction:column}.task-actions{width:100%}.task-actions button{flex:1}}@media(max-width:640px){.topbar h1{font-size:1rem}.topbar p{font-size:.78rem}.hero-left h2{font-size:1.2rem}.kpi-card strong{font-size:1.05rem}.products-grid{grid-template-columns:1fr}.product-thumb{height:130px}.pricing-row{grid-template-columns:1fr}.pricing-item-input,.pricing-small-input,.pricing-total-input{width:100%}.pricing-total-row{flex-direction:column;align-items:stretch}.pricing-total-row button{width:100%}}@media(max-width:430px){.content{padding-left:10px;padding-right:10px}.mobile-topbar-text h1{font-size:.95rem}.mobile-bottom-nav{gap:4px;padding:5px}.mobile-bottom-item{min-height:54px;font-size:.62rem}}@media(min-width:1025px){.topbar h1{font-size:1.1rem}.topbar p{font-size:.84rem;max-width:60ch}.top-actions button,.pricing-header-actions .ghost-btn,.pricing-link-btn,.primary-btn,.ghost-btn{min-height:40px;padding:10px 16px;font-size:.9rem;line-height:1;white-space:nowrap}.nav-item{white-space:nowrap;font-size:.92rem}.pricing-header-row h2{font-size:1.6rem}.pricing-product-name input{font-size:1.35rem}.pricing-materials-block h3{font-size:1.55rem}.pricing-step-chip,.pricing-chip,.table.clean th,.table.clean td{white-space:nowrap}}.calendar-flow-page{background:#f2f4f7;border:1px solid var(--border);border-radius:12px;padding:0}.calendar-flow-header{background:#fff;border-bottom:1px solid var(--border);border-radius:12px 12px 0 0;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.calendar-flow-header h2{margin:0;font-size:2.15rem;letter-spacing:-.01em;color:#10213f;line-height:1.1;display:inline-flex;align-items:center;gap:10px}.calendar-flow-header p{margin:4px 0 0;color:#64748b;font-size:.95rem}.calendar-title-icon{color:#e03b8b;width:28px;height:28px;display:inline-flex}.calendar-title-icon svg{width:100%;height:100%;line-height:1}.calendar-flow-header-actions{display:flex;gap:10px;align-items:center}.calendar-btn-dark,.calendar-btn-pink{border:0;min-height:50px;padding:10px 18px;border-radius:9px;color:#fff;font-weight:800;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.calendar-btn-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.calendar-btn-icon svg{width:100%;height:100%}.calendar-btn-dark{background:#0f1f3c;box-shadow:0 5px 12px #0f1f3c2e}.calendar-btn-pink{background:linear-gradient(135deg,#ef3a8d,#d61f6c);box-shadow:0 5px 12px #d61f6c29}.print-test-page{display:grid;gap:14px}.print-submenu{display:flex;gap:8px;flex-wrap:wrap}.print-thermal-wrap{display:grid;gap:12px}.print-thermal-grid{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:12px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end}.print-thermal-grid textarea{width:100%;min-height:90px;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;resize:vertical;font:inherit}.print-thermal-grid select{width:100%;min-height:38px;border:1px solid #d1d5db;border-radius:8px;padding:7px 10px;font:inherit;background:#fff}.print-checkbox-field{display:grid;align-content:center}.print-checkbox-row{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;color:#334155}.print-thermal-preview-wrap{border:1px solid #dbe3ef;border-radius:12px;background:#f8fafc;padding:12px}.print-thermal-label-preview{width:170px;min-height:114px;border:1px dashed #94a3b8;border-radius:8px;background:#fff;padding:6px;display:grid;gap:4px;align-content:center;justify-items:center}.print-thermal-label-preview img{object-fit:contain}.print-thermal-label-preview p{margin:0;width:100%;text-align:center;line-height:1.1;font-weight:700;word-break:break-word;overflow-wrap:anywhere}.print-thermal-label-preview span{font-size:.76rem;color:#64748b}.print-driver-guide{border:1px solid #dbe3ef;border-left:4px solid #4f46e5;border-radius:10px;background:#fff;padding:10px 12px}.print-driver-guide-title{margin:0 0 6px;font-size:.9rem;font-weight:800;color:#1e293b}.print-driver-guide ol{margin:0;padding-left:18px;color:#475569;font-size:.84rem;display:grid;gap:4px}.print-test-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;border:1px solid #dbe4ff;border-radius:12px;background:linear-gradient(90deg,#eef2ff,#ecfeff)}.print-test-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.print-upload-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:40px}.print-upload-btn input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.print-source-card{border:1px solid var(--border);border-radius:12px;background:#fff;padding:10px;width:min(260px,100%)}.print-source-card p{margin:0 0 8px;font-size:.82rem;color:#64748b;font-weight:700}.print-source-card img{width:100%;max-height:260px;object-fit:contain;border-radius:8px;border:1px solid #dbe3ef;background:#f8fafc}.print-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.print-tile{border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px}.print-tile.best{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.print-tile img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.print-tile p{margin:7px 0 0;text-align:center;font-size:.78rem;font-weight:800;color:#1f2937}.print-reco-box{border:1px solid #c7d2fe;background:#eef2ff;border-radius:12px;padding:10px}.print-reco-title{margin:0 0 8px;font-size:.9rem;font-weight:800;color:#3730a3}.print-reco-list{display:grid;gap:6px}.print-reco-item{display:flex;gap:8px;align-items:center;border:1px solid #dbe3ef;background:#fff;border-radius:8px;padding:7px 9px}.print-reco-item strong{color:#4f46e5}.settings-agent-card{display:grid;gap:18px;margin-bottom:22px;padding:22px;border:1px solid #dbe4ef;border-radius:8px;background:#101827;color:#f8fafc;box-shadow:0 18px 42px #0f172a24}.settings-agent-card .page-text,.settings-agent-card .field span{color:#cbd5e1}.settings-agent-card .eyebrow{color:#38bdf8}.settings-agent-card h3{margin:4px 0 6px;font-size:1.2rem}.settings-agent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.settings-agent-toggle{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#ffffff0f;font-weight:800;white-space:nowrap}.settings-agent-toggle input{width:18px;height:18px}.settings-agent-status{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#ffffff0f;font-weight:800;white-space:nowrap}.settings-agent-status span{width:10px;height:10px;border-radius:999px;background:#94a3b8}.settings-agent-status.is-online span{background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.settings-agent-status.is-offline span{background:#f97316;box-shadow:0 0 0 4px #f9731624}.settings-agent-card input,.settings-agent-card select{border-color:#94a3b873;background:#fff;color:#0f172a}.settings-token-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.settings-installer-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#ffffff0f}.settings-installer-panel strong{display:block;color:#f8fafc}.settings-installer-panel .primary-btn{text-decoration:none;white-space:nowrap}.settings-print-profiles-panel{display:grid;gap:14px;padding:16px;border:1px solid rgba(148,163,184,.35);border-radius:8px;background:#ffffff0f}.settings-profile-list{display:grid;gap:12px}.settings-profile-row{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(5,minmax(120px,1fr)) auto;gap:10px;align-items:end;padding:12px;border:1px solid rgba(148,163,184,.28);border-radius:8px;background:#0f172a3d}.settings-profile-note{grid-column:1 / -1;margin:0;padding:10px 12px;border-radius:8px;background:#f59e0b24;color:#fde68a;font-weight:700}.calendar-flow-tabs{display:flex;gap:14px;align-items:flex-end;border-bottom:1px solid #d8dde6;padding:12px 20px 0}.calendar-flow-tabs .tab-item{border:0;background:transparent;color:#344764;padding:10px 2px 12px;font-weight:800;font-size:1.05rem;cursor:pointer;border-bottom:2px solid transparent}.calendar-flow-tabs .tab-item.active{color:#de2f79;border-bottom-color:#de2f79}.calendar-flow-grid{padding:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,380px));gap:14px;justify-content:flex-start;align-items:start}.calendar-empty{border:1px dashed #cbd5e1;border-radius:12px;background:#fff;color:#64748b;padding:26px}.calendar-card{border:1px solid #d5d8de;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 1px 1px #0f172a05;width:100%;max-width:380px}.calendar-card-head{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid #edf0f4}.calendar-card-head strong{color:#1f3553;font-size:.95rem}.calendar-card-head span{color:#94a3b8;font-size:.82rem}.calendar-thumb-wrap{background:#f8fafc;height:235px;display:grid;place-items:center;padding:10px;overflow:hidden}.calendar-thumb{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block}.calendar-mark-btn{margin:10px 10px 8px;border:1px solid #cfe8db;border-radius:8px;background:#edf8f1;color:#0f7b47;min-height:38px;font-weight:800;font-size:.93rem;cursor:pointer;width:calc(100% - 20px);display:inline-flex;align-items:center;justify-content:center;gap:6px}.calendar-mark-icon{width:13px;height:13px;display:inline-flex}.calendar-mark-icon svg{width:100%;height:100%}.calendar-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 10px}.calendar-pdf-btn,.calendar-mockup-btn{border:0;min-height:38px;border-radius:8px;font-weight:800;font-size:.92rem;color:#fff;cursor:pointer}.calendar-pdf-btn{background:linear-gradient(135deg,#5f62ed,#464bd8)}.calendar-mockup-btn{background:#0f1f3c}.calendar-delete-link{display:block;width:100%;border:0;background:transparent;color:#f25555;text-align:center;font-weight:700;padding:10px 8px;font-size:.8rem;cursor:pointer}.calendar-modal{width:min(860px,100%)}.calendar-modal-preview{margin-top:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc;min-height:240px;display:grid;place-items:center;padding:12px}.calendar-modal-preview img{max-width:100%;max-height:320px;object-fit:contain}.mockup-config-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.mockup-config-left,.mockup-config-right{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px}.mockup-marker-toolbar{display:flex;gap:8px;margin-top:8px}.mockup-marker-surface{position:relative;margin-top:8px;border:1px dashed #cbd5e1;border-radius:10px;min-height:220px;background:#f8fafc;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:crosshair}.mockup-template-preview{width:100%;height:100%;object-fit:fill;display:block;background:#fff}.mockup-template-empty{min-height:280px;display:grid;place-items:center;color:#64748b;font-size:.9rem}.mockup-marker{position:absolute;border:2px solid;border-radius:0;font-size:.72rem;font-weight:800;padding:2px 4px;line-height:1;pointer-events:auto;cursor:move;display:flex;align-items:flex-start;justify-content:space-between;transform-origin:center center}.mockup-marker.left{border-color:#ec4899;color:#be185d;background:#f472b624}.mockup-marker.right{border-color:#3b82f6;color:#1d4ed8;background:#3b82f621}.mockup-resize-handle{position:absolute;border:0;background:currentColor;border-radius:0;width:10px;height:10px;padding:0}.mockup-resize-handle.corner{width:12px;height:12px;border-radius:2px;box-shadow:0 0 0 2px #ffffffe6}.mockup-resize-handle.right{right:-6px;top:calc(50% - 5px);cursor:ew-resize}.mockup-resize-handle.left{left:-6px;top:calc(50% - 5px);cursor:ew-resize}.mockup-resize-handle.bottom{bottom:-6px;left:calc(50% - 5px);cursor:ns-resize}.mockup-resize-handle.top{top:-6px;left:calc(50% - 5px);cursor:ns-resize}.mockup-resize-handle.top-left{top:-7px;left:-7px;cursor:nwse-resize}.mockup-resize-handle.top-right{top:-7px;right:-7px;cursor:nesw-resize}.mockup-resize-handle.bottom-left{bottom:-7px;left:-7px;cursor:nesw-resize}.mockup-resize-handle.bottom-right{bottom:-7px;right:-7px;cursor:nwse-resize}.mockup-rotate-handle{position:absolute;top:-18px;left:calc(50% - 6px);width:12px;height:12px;border:2px solid currentColor;border-radius:0;background:#fff;cursor:grab;padding:0}.mockup-points-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.mockup-guide-line{position:absolute;pointer-events:none;opacity:.65}.mockup-guide-line.vertical{top:0;bottom:0;width:1px;border-left:1px dashed #22c55e}.mockup-guide-line.horizontal{left:0;right:0;height:1px;border-top:1px dashed #22c55e}.mockup-json-label{margin:0 0 8px;font-size:.82rem;font-weight:800;color:#334155}.mockup-json{width:100%;min-height:360px;border:1px solid var(--border);border-radius:8px;padding:8px;font-family:Consolas,Courier New,monospace;font-size:.78rem;color:#0f172a;resize:vertical;background:#f8fafc}.bala-config-layout{align-items:start}.bala-admin-panel{margin-bottom:18px}.bala-marker-surface{cursor:crosshair}.bala-status-panel,.bala-art-preview-panel,.bala-output-panel{display:grid;gap:14px}.bala-summary-list{margin:0;padding-left:18px;color:#475569;display:grid;gap:8px}.bala-art-preview,.bala-output-preview{width:100%;border-radius:18px;display:block;background:#fff;box-shadow:inset 0 0 0 1px #94a3b82e}.bala-art-empty{min-height:180px}@media(max-width:980px){.calendar-flow-header{padding:14px;flex-direction:column;align-items:stretch}.calendar-flow-header h2{font-size:1.4rem}.calendar-title-icon{width:18px;height:18px}.calendar-flow-header-actions{width:100%}.calendar-btn-dark,.calendar-btn-pink{flex:1;min-height:38px;font-size:.84rem;padding:8px 10px}.calendar-flow-tabs{padding:10px 14px 0;gap:14px}.calendar-flow-tabs .tab-item{font-size:.88rem}.calendar-flow-grid{padding:14px;grid-template-columns:1fr}.calendar-thumb-wrap{height:200px}.mockup-config-layout{grid-template-columns:1fr}.mockup-json{min-height:220px}}@media(max-width:760px){.content{padding-top:66px;padding-bottom:84px}.page,.dashboard-stack{padding:10px;gap:10px}.section-head.row-between{flex-direction:column;align-items:flex-start;gap:6px}.page h2{font-size:1.08rem}.page-text{margin-top:6px;font-size:.78rem;line-height:1.35}.kpi-grid,.kpi-grid-4,.ml-kpi-grid,.products-grid,.ops-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kpi-card{padding:10px;min-height:90px}.kpi-card p{font-size:.72rem;margin-bottom:4px}.kpi-card strong{font-size:1rem}.kpi-card span,.ml-kpi-help,.ml-analysis-help{display:block}.hero-card.premium,.ml-v2-hero,.ml-summary-head,.ml-analysis-grid,.ml-alerts-grid,.ml-ops-grid{grid-template-columns:1fr;gap:8px}.soft-panel,.ml-orders-table-wrap,.ops-card,.ml-alerts-board{padding:10px}.ml-orders-table-wrap .table-wrap{max-height:42dvh;overflow:auto;overscroll-behavior:contain}.is-pedidos-view .ml-orders-table-wrap .table-wrap{max-height:none;overflow:visible;overscroll-behavior:auto}.table-wrap{margin-top:6px}.ml-ads-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0}.ml-ads-strip>div{min-height:72px;padding:8px}.ml-top-list{max-height:34dvh;overflow:auto}.ml-upload-row{gap:7px}.field input,.field select,.field textarea{padding:9px 10px}.primary-btn,.ghost-btn,.danger-btn{min-height:40px;font-size:.82rem;padding:8px 10px}}@media(max-width:430px){.kpi-grid,.kpi-grid-4,.ml-kpi-grid{grid-template-columns:1fr 1fr}.mobile-topbar-text p{display:none}.mobile-bottom-item{font-size:.6rem}}@media(max-width:760px){.form-grid.two-col,.form-grid.three-col{grid-template-columns:1fr}.actions-row{flex-direction:column-reverse;align-items:stretch;gap:7px}.actions-row .primary-btn,.actions-row .ghost-btn,.actions-row .danger-btn{width:100%}.products-head{flex-direction:column;align-items:stretch;gap:8px}.products-search{width:100%}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.product-card{border-radius:12px}.product-thumb{height:104px}.product-body{padding:8px}.pricing-header-row,.pricing-header-actions{flex-direction:column;align-items:stretch;gap:8px}.pricing-header-actions .ghost-btn,.pricing-link-btn{width:100%;justify-content:center}.pricing-step-line{position:sticky;top:56px;z-index:40;margin-top:8px}.pricing-rows{gap:8px}.pricing-row{border:1px solid #dbe4ef;border-radius:12px;padding:8px;background:#fff}.pricing-chip-grid{max-height:160px}.calendar-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.calendar-card{border-radius:12px}.calendar-thumb-wrap{height:128px}.print-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-card-table{min-width:0!important}.mobile-card-table thead{display:none}.mobile-card-table,.mobile-card-table tbody,.mobile-card-table tr,.mobile-card-table td{display:block;width:100%}.mobile-card-table tr{border:1px solid #dbe4ef;border-radius:12px;padding:8px;margin-bottom:8px;background:#fff}.mobile-card-table td{border:0!important;padding:6px 4px!important;display:grid;grid-template-columns:108px 1fr;gap:8px;align-items:center;white-space:normal!important}.mobile-card-table td:before{content:attr(data-label);font-size:.7rem;text-transform:uppercase;letter-spacing:.02em;color:#64748b;font-weight:700}.mobile-card-table td[colspan]{display:block;padding:10px 4px!important}.mobile-card-table td[colspan]:before{display:none}.mobile-card-table .materials-actions-cell{justify-content:flex-start;flex-wrap:wrap}.settings-page .table-wrap,.pricing-page .table-wrap,.nf-settings-card+.table-wrap,.materials-manager-modal .table-wrap{max-height:50dvh;overflow:auto;overscroll-behavior:contain}.nf-settings-card{padding:10px}.ml-page .ml-orders-table{min-width:0}.ml-page .ml-orders-table th,.ml-page .ml-orders-table td{font-size:.74rem;padding:6px 5px}.ml-page .ml-orders-head h3,.ml-page .ops-card h3{font-size:.95rem}.ml-page .ml-orders-table-wrap .table-wrap{max-height:46dvh;overflow:auto}.is-pedidos-view .ml-orders-table-wrap .table-wrap{max-height:none;overflow:visible}}@media(max-width:1024px){.mobile-topbar,.mobile-bottom-nav{display:none!important}.content{padding:58px 10px 18px!important;min-height:100dvh}.mobile-menu-fab{position:fixed;top:calc(env(safe-area-inset-top,0px) + 10px);left:10px;z-index:141;width:42px;height:42px;border:1px solid #dbe4ef;border-radius:12px;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 18px #0206171f;color:#0f172a;display:inline-flex;align-items:center;justify-content:center}.mobile-menu-fab svg{width:18px;height:18px}.mobile-menu-fab.active{color:#4338ca;background:#fff}.mobile-footer-bar{display:none!important}.top-account{top:auto;right:10px;bottom:10px;z-index:141}.top-account-btn{display:none}.top-account-pop{top:auto;bottom:50px;right:0;min-width:190px;max-width:min(260px,82vw);padding:8px;gap:6px}.top-account-pop p{font-size:.72rem}.top-account-pop button{font-size:.72rem;padding:6px 8px}}@media(max-width:760px){.page,.dashboard-stack,.soft-panel,.ops-card,.ml-orders-table-wrap,.nf-settings-card,.calendar-flow-page{width:100%;max-width:100%;padding:10px!important}.section-head,.section-head.row-between,.products-head,.pricing-header-row{display:grid;grid-template-columns:1fr;gap:8px;align-items:start}.kpi-grid,.kpi-grid-4,.ml-kpi-grid,.products-grid,.ops-grid,.calendar-flow-grid,.print-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.ml-analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ml-analysis-card,.kpi-card,.product-card,.calendar-card,.print-tile{min-height:0;height:100%}.page-text{font-size:.76rem;line-height:1.3}.task-list,.mini-list,.ml-top-list{max-height:30dvh;overflow:auto;overscroll-behavior:contain}.ml-page .ops-card,.ml-page .ml-top-item,.ml-page .ml-top-item>div:first-child{min-width:0}.ml-top-item strong{display:block;white-space:normal;overflow-wrap:anywhere;line-height:1.2}.ml-top-item p,.task-list li{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.ml-order-filters{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:2px}.ml-order-filter-chip{flex:0 0 auto}.table-wrap{max-height:54dvh;overflow:auto;overscroll-behavior:contain}.mobile-card-table td{grid-template-columns:98px 1fr}.ml-page .ml-orders-table-wrap .table-wrap,.ml-page .ml-orders-table-wrap{max-height:none}.is-pedidos-view .ml-orders-table-wrap,.is-pedidos-view .ml-orders-table-wrap .table-wrap{max-height:none;overflow:visible}.kpi-card p,.ml-summary-label,.ml-ads-strip p,.ml-analysis-card h4,.ml-alert-item strong,.ops-card h3,.ml-crm-id,.ml-crm-grid span{font-size:.72rem!important;line-height:1.2;letter-spacing:.01em}.kpi-card strong,.ml-summary-head strong,.ml-analysis-card strong,.ml-ads-strip strong,.ml-crm-profit,.ml-crm-grid strong{font-size:.92rem!important;line-height:1.1}.ml-summary-sub,.ml-analysis-help,.ml-alert-item p,.ml-top-item p,.task-list li,.ml-crm-id{font-size:.7rem!important;line-height:1.25}.ml-analysis-help,.ml-alert-item p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ml-crm-card{padding:8px;gap:6px}.ml-crm-grid>div{padding:5px}.ml-top-item{padding:8px}.ops-card,.ml-alert-item,.ml-analysis-card,.kpi-card{padding:9px!important}}.ml-crm-mobile-list{display:none}.ml-ops-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ml-ops-hub-card{border:1px solid #dbe3ef;border-radius:14px;background:linear-gradient(135deg,#fff,#f8fafc);padding:14px;text-decoration:none;color:#0f172a;display:grid;gap:8px;min-height:146px;transition:transform .15s ease,box-shadow .15s ease}.ml-ops-hub-card-btn{width:100%;text-align:left;font:inherit;cursor:pointer}.ml-ops-hub-card:hover{transform:translateY(-2px);box-shadow:0 10px 18px #0f172a1a}.ml-ops-hub-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e0e7ff;color:#1d4ed8;font-size:1rem}.ml-ops-hub-icon svg{width:18px;height:18px;display:block}.ml-ops-hub-card.is-importacao .ml-ops-hub-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.ml-ops-hub-card.is-calendario .ml-ops-hub-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d}.ml-ops-hub-card.is-separacao .ml-ops-hub-icon{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6d28d9}.ml-ops-hub-card.is-pedidos .ml-ops-hub-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.ml-ops-hub-card strong{font-size:1rem}.ml-ops-hub-card p{margin:0;color:#475569;font-size:.86rem;line-height:1.35}.ml-ops-card-date{margin:0}.ml-ops-card-date span{font-size:.72rem;color:#475569}.ml-ops-card-date input{min-height:36px;border:1px solid #d1d5db;border-radius:10px;padding:7px 9px}.ml-ops-hub-link{margin-top:auto;color:#1d4ed8;font-weight:700;font-size:.82rem}.inicio-page{display:grid;gap:12px}.inicio-hero{border:1px solid #dbe4ef;border-radius:14px;background:linear-gradient(135deg,#0f1f3c,#1d4ed8);color:#fff;padding:14px;display:grid;grid-template-columns:1.2fr .8fr;gap:12px;align-items:center}.inicio-hero-left h3{margin:2px 0 6px;font-size:1.35rem}.inicio-hero-left p{margin:0;color:#ffffffeb}.inicio-hero-chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.inicio-hero-chips span{border:1px solid rgba(255,255,255,.28);background:#ffffff24;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:700}.inicio-hero-right{display:grid;place-items:center}.inicio-hero-image{width:min(100%,230px);height:140px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.28);background:#ffffff2e}.inicio-hero-image.empty{display:grid;place-items:center;color:#ffffffe6}.inicio-kpis .kpi-card{min-height:114px}.inicio-kpi-link,.inicio-ops-link{text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.inicio-kpi-link:hover,.inicio-ops-link:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 12px 24px -20px #4f46e580}.inicio-kpi-link:focus-visible,.inicio-ops-link:focus-visible{outline:3px solid rgba(79,70,229,.24);outline-offset:2px}.inicio-kpi-link:active,.inicio-ops-link:active{transform:translateY(0) scale(.985)}.inicio-kpis .kpi-card p{font-size:.8rem;display:inline-flex;align-items:center;gap:6px}.inicio-kpis .kpi-card strong{font-size:1.45rem}.inicio-kpi-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:999px;background:#ffffff2e}.inicio-quick-grid .ml-ops-hub-card{min-height:130px}.inicio-action-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#0f172a0f;margin-bottom:2px}.inicio-alerts-grid .ops-card h3{margin-top:0}.capa-agenda-page{display:grid;gap:12px}.capa-agenda-top-actions{display:flex;gap:8px;flex-wrap:wrap}.capa-agenda-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.capa-card{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:10px;display:grid;gap:8px}.capa-card.empty{place-items:center;min-height:110px}.capa-card header{display:flex;justify-content:space-between;align-items:center;gap:8px}.capa-card header span{color:#64748b;font-size:.78rem}.capa-select{display:inline-flex;align-items:center;gap:6px}.capa-select input{width:15px;height:15px}.capa-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;justify-items:center}.capa-preview-grid figure{margin:0;display:grid;gap:4px;width:116px}.capa-preview-grid img{width:116px;height:158px;object-fit:contain;border-radius:6px;border:1px solid #dbe3ef;background:#f8fafc}.capa-preview-grid figcaption{text-align:center;font-size:.7rem;color:#475569;font-weight:700}.capa-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.capa-actions button{flex:1;min-width:108px}.capa-upload-modal{width:min(760px,96vw);border-radius:16px;border:1px solid #c7d2fe;background:linear-gradient(180deg,#fff,#f8fafc)}.capa-upload-form{display:grid;gap:10px}.capa-upload-head{padding-bottom:8px;border-bottom:1px solid #e2e8f0}.capa-upload-head h3{color:#1e3a8a}.capa-upload-tip{border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;padding:8px 10px}.capa-upload-tip p{margin:0;color:#1e3a8a;font-size:.82rem;line-height:1.3}.capa-upload-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.capa-upload-field{border:1px solid #dbe3ef;border-radius:12px;background:#fff;padding:8px}.capa-upload-field span{font-weight:700}.capa-upload-preview{display:grid;grid-template-columns:1fr 1fr;gap:10px}.capa-upload-preview img,.capa-upload-preview .empty{width:100%;height:220px;object-fit:cover;border-radius:10px;border:1px solid #dbe3ef;background:#f8fafc}.capa-upload-preview .empty{display:grid;place-items:center;color:#64748b}.capa-upload-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:980px){.inicio-hero{grid-template-columns:1fr}.inicio-hero-image{width:100%;max-width:320px;height:150px}.capa-upload-row,.capa-upload-preview,.capa-preview-grid{grid-template-columns:1fr}.capa-preview-grid figure,.capa-preview-grid img{width:104px;height:142px}.capa-upload-preview img,.capa-upload-preview .empty{height:180px}}.ml-import-modal{width:min(520px,96vw)}.ml-import-modal-actions{margin-top:10px;display:grid;gap:8px}.ml-ops-scan-fab{position:fixed;right:14px;bottom:72px;width:54px;height:54px;border-radius:999px;border:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 24px #2563eb52;display:grid;place-items:center;z-index:145;cursor:pointer}@media(max-width:760px){.ml-ops-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ml-ops-hub-card{min-height:0;padding:10px;border-radius:12px}.ml-ops-hub-card strong{font-size:.9rem}.ml-ops-hub-card p{font-size:.76rem}.ml-ops-card-date span{font-size:.66rem}.ml-ops-card-date input{min-height:34px;padding:6px 8px}.ml-ops-scan-fab{right:12px;bottom:72px;width:52px;height:52px}.ml-page .ml-orders-table-wrap>.table-wrap{display:none!important}.ml-crm-mobile-list{display:grid;gap:8px;margin-top:8px}.ml-crm-empty{border:1px dashed #cbd5e1;border-radius:12px;padding:10px;font-size:.82rem;color:#64748b;background:#f8fafc}.ml-crm-card{border:1px solid #dbe4ef;border-radius:12px;background:#fff;padding:9px;display:grid;gap:8px}.ml-crm-head{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.ml-crm-thumb-wrap{width:38px;height:38px;display:grid;place-items:center}.ml-crm-title-block{min-width:0;display:grid;gap:2px}.ml-crm-title{font-size:.82rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ml-crm-id{font-size:.72rem;color:#64748b}.ml-crm-profit{font-size:.76rem;font-weight:800;white-space:nowrap}.ml-crm-profit.up{color:#166534}.ml-crm-profit.down{color:#b91c1c}.ml-crm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.ml-crm-grid>div{border:1px solid #e5e7eb;border-radius:10px;padding:6px;background:#f8fafc;display:grid;gap:2px}.ml-crm-grid span{font-size:.66rem;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.ml-crm-grid strong{font-size:.77rem}.ml-crm-actions{display:grid;gap:6px}.ml-crm-actions .ghost-btn,.ml-crm-actions .ml-cost-select{width:100%}.ml-crm-actions .ml-cost-select{min-height:38px;border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:8px 10px;font-size:.8rem}}@media(max-width:430px){.content{padding-left:8px!important;padding-right:8px!important}.kpi-grid,.kpi-grid-4,.products-grid,.ops-grid,.calendar-flow-grid,.print-grid{grid-template-columns:1fr!important}.ml-separacao-kpis{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.mobile-card-table td{grid-template-columns:90px 1fr}}@media(max-width:980px){.calendar-flow-header-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.calendar-flow-header-actions>button{width:100%;min-width:0;white-space:normal;line-height:1.15;min-height:34px!important;padding:7px 8px!important;font-size:.78rem!important;font-weight:700!important;border-radius:8px;gap:6px}.calendar-flow-header-actions>button:nth-child(3){grid-column:1 / -1}.calendar-flow-header-actions .calendar-btn-icon{width:13px;height:13px}.calendar-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.calendar-flow-grid>*{min-width:0}.calendar-card-head{padding:8px 9px}.calendar-card-head strong{font-size:.8rem}.calendar-card-head span{font-size:.72rem}.calendar-mark-btn{margin:8px 8px 6px;width:calc(100% - 16px);min-height:28px;font-size:.7rem;border-radius:7px;padding:4px 6px;gap:4px}.calendar-card-actions{padding:0 8px;gap:5px}.calendar-pdf-btn,.calendar-mockup-btn{min-height:32px;font-size:.72rem;font-weight:700;border-radius:7px;padding:4px 6px;white-space:normal;line-height:1.1;text-align:center}.calendar-delete-link{font-size:.74rem;padding:8px 6px}}@media(max-width:430px){.calendar-flow-header-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.calendar-thumb-wrap{height:108px!important}.calendar-mark-btn{min-height:26px;font-size:.66rem;padding:3px 5px}.calendar-pdf-btn,.calendar-mockup-btn{font-size:.68rem;min-height:30px;padding:3px 5px}}@media(max-width:980px){.products-page .products-head{display:grid!important;grid-template-columns:1fr auto;gap:6px;align-items:center}.products-page .products-head>div{grid-column:1 / -1}.products-page .products-head .ghost-btn{min-height:32px!important;padding:6px 9px!important;font-size:.74rem!important;border-radius:8px;justify-self:end}.products-page .products-search{grid-column:1 / -1;min-height:34px;padding:7px 9px;font-size:.78rem}.products-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.products-page .product-card{border-radius:10px}.products-page .product-thumb{height:96px!important}.products-page .kit-pill{top:6px;left:6px;padding:4px 7px;font-size:.62rem}.products-page .product-body{padding:7px}.products-page .product-body h3{font-size:.78rem;line-height:1.2;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-page .product-price{margin:4px 0 5px;font-size:.93rem}.products-page .product-meta{gap:2px;font-size:.68rem;line-height:1.2}}@media(max-width:430px){.products-page .products-head{grid-template-columns:1fr}.products-page .products-head .ghost-btn{justify-self:stretch;width:100%}.products-page .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.products-page .product-thumb{height:90px!important}.products-page .product-body{padding:6px}.products-page .product-body h3{font-size:.74rem}.products-page .product-price{font-size:.88rem}.products-page .product-meta{font-size:.65rem}}.finance-page{display:grid;gap:14px}.shopee-page{display:grid;gap:12px}.shopee-actions{display:flex;gap:8px;flex-wrap:wrap}.shopee-filters{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;align-items:end}.shopee-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shopee-kpis .kpi-card{min-height:108px;padding:16px 18px}.shopee-kpi-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid #dbe4f0;text-align:left;cursor:pointer}.shopee-kpi-positive strong,.shopee-money-positive{color:#166534;font-weight:800}.shopee-kpi-negative strong,.shopee-money-negative{color:#b91c1c;font-weight:800}.shopee-kpi-warning strong{color:#b45309;font-weight:800}.shopee-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.9fr);gap:12px}.shopee-panel{display:grid;gap:10px}.shopee-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.shopee-panel-head h3{margin:0}.shopee-table-wrap{overflow:auto}.shopee-table-wrap table{width:100%;border-collapse:collapse;min-width:760px}.shopee-table-wrap th,.shopee-table-wrap td{text-align:left;padding:10px 8px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.shopee-table-wrap th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.shopee-table-wrap td{font-size:.88rem}.shopee-price-input{width:120px;min-height:38px;border:1px solid #d1d5db;border-radius:10px;padding:7px 9px;background:#fff}.shopee-material-input{width:240px}.shopee-product-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.shopee-product-preview-list{display:grid;gap:10px}.shopee-product-preview-item{display:grid;gap:4px;width:100%;text-align:left;padding:12px 14px;border:1px solid #dbe4f0;border-radius:14px;background:#fff;cursor:pointer}.shopee-product-preview-item strong{font-size:.92rem;color:#0f172a}.shopee-product-preview-item span{font-size:.82rem;color:#64748b}.shopee-chart-panel{gap:14px}.shopee-chart-year-list{display:flex;flex-wrap:wrap;gap:8px}.shopee-chart-year{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer}.shopee-chart-year.active{border-color:#4f46e5;background:#eef2ff;color:#312e81}.shopee-chart-legend{display:flex;flex-wrap:wrap;gap:12px}.shopee-chart-legend-item{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;color:#334155}.shopee-chart-legend-item i{width:10px;height:10px;border-radius:999px;display:inline-block}.shopee-chart-box{width:100%;overflow-x:auto;padding-bottom:4px}.shopee-chart-svg{width:100%;min-width:760px;height:auto}.shopee-chart-grid{stroke:#e2e8f0;stroke-width:1}.shopee-chart-zero-line{stroke:#94a3b8;stroke-width:1.2;stroke-dasharray:5 5}.shopee-chart-label,.shopee-chart-value{font-size:11px;fill:#64748b}.shopee-chart-point-value{font-size:9px;font-weight:500;letter-spacing:.01em;fill:#0f172a;opacity:.72}.shopee-chart-note{margin:0;font-size:.84rem;color:#92400e}.shopee-cost-missing{font-size:.8rem;font-weight:600;color:#b45309}.shopee-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shopee-product-card{display:grid;gap:12px;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc)}.shopee-product-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.shopee-product-check{display:inline-flex;align-items:flex-start;gap:10px;cursor:pointer}.shopee-product-check input{margin-top:2px}.shopee-product-card-head h4{margin:0;font-size:.98rem;line-height:1.4;color:#0f172a}.shopee-product-card-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.shopee-product-card-metrics div{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #e2e8f0}.shopee-product-card-metrics dt{margin:0 0 4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.shopee-product-card-metrics dd{margin:0;font-size:.95rem;font-weight:800;color:#0f172a}.shopee-product-modal{width:min(960px,100%)}.shopee-price-input-full{width:100%}.shopee-material-summary{display:grid;gap:4px;align-content:center;min-height:70px;padding:12px 14px;border-radius:14px;border:1px solid #dbeafe;background:linear-gradient(180deg,#eff6ff,#f8fafc)}.shopee-material-summary span{font-size:.82rem;color:#475569}.shopee-material-summary strong{font-size:1.15rem;color:#0f172a}.shopee-materials-editor{display:grid;gap:12px}.shopee-materials-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.shopee-materials-head h4{margin:0}.shopee-materials-toolbar{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.shopee-material-select{min-width:220px}.shopee-material-list{display:grid;gap:10px}.shopee-material-row{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(3,minmax(110px,.7fr)) minmax(110px,.7fr) auto;gap:10px;align-items:center}.shopee-material-notes{min-height:110px;resize:vertical}.shopee-material-cost-preview{display:grid;gap:2px;padding:8px 10px;border:1px solid #dbe4f0;border-radius:12px;background:#f8fafc}.shopee-material-cost-preview span{font-size:.72rem;text-transform:uppercase;color:#64748b}.shopee-material-cost-preview strong{font-size:.9rem;color:#0f172a}@media(max-width:1180px){.shopee-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.shopee-layout,.shopee-products-grid{grid-template-columns:1fr}}@media(max-width:720px){.shopee-filters,.shopee-kpis,.shopee-product-card-metrics,.shopee-material-row{grid-template-columns:1fr}.shopee-materials-head{align-items:stretch;flex-direction:column}.shopee-materials-toolbar{justify-content:stretch}.shopee-material-select{min-width:0;width:100%}}.finance-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.finance-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.finance-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.finance-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.finance-main-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-weight:700}.finance-inline-btn{margin-top:8px;width:100%;border-radius:10px;font-weight:700}.finance-form{display:grid;gap:10px}.finance-form .field{margin-bottom:0}.finance-form-title{margin:0 0 2px;display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#0f172a}.finance-field-label{display:inline-flex;align-items:center;gap:6px}.finance-field-icon{width:16px;height:16px;display:inline-flex;color:#2563eb}.finance-field-icon svg{width:100%;height:100%}.finance-form input,.finance-form select{width:100%;border-radius:10px;border:1px solid #d1d5db;background:#fff;min-height:42px;padding:9px 12px;font-size:.95rem}.finance-form-polished{padding:4px}.finance-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.finance-upload-file{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.78rem;color:#334155;border:1px dashed #cbd5e1;border-radius:8px;padding:6px 8px}.finance-upload-file .ghost-btn{min-height:28px;padding:4px 8px;border-radius:8px;font-size:.75rem}.finance-stats-stack{display:grid;gap:8px}.finance-stats-stack>div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f8fafc}.finance-stats-stack>div span{font-size:.8rem;color:#475569}.finance-stats-stack>div strong{font-size:1rem;color:#0f172a}.finance-mini-list{display:grid;gap:8px}.finance-mini-row{display:grid;gap:4px;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f8fafc}.finance-mini-row strong{font-size:.88rem;color:#0f172a}.finance-mini-row span{font-size:.8rem;color:#475569}.finance-modal{width:min(980px,96vw)}.finance-modal .product-modal-head{margin-bottom:10px}.finance-btn-icon{width:17px;height:17px;display:inline-flex}.finance-btn-icon svg{width:100%;height:100%}.finance-kpi-title{display:flex;align-items:center;gap:8px}.finance-kpi-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#1d4ed8}.finance-kpi-icon svg{width:15px;height:15px}.finance-panel-title{display:flex;align-items:center;gap:8px;font-weight:700;color:#0f172a}.finance-panel-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d1fae5,#dbeafe);color:#065f46}.finance-panel-icon svg{width:15px;height:15px}.finance-health-meter{margin-top:8px;width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.finance-health-meter-fill{height:100%;border-radius:999px;transition:width .22s ease}.finance-health-meter-fill.tone-good{background:linear-gradient(90deg,#22c55e,#16a34a)}.finance-health-meter-fill.tone-warn{background:linear-gradient(90deg,#f59e0b,#d97706)}.finance-health-meter-fill.tone-bad{background:linear-gradient(90deg,#ef4444,#dc2626)}.finance-status-bars{margin-top:10px;display:grid;gap:8px}.finance-status-row{display:grid;gap:5px}.finance-status-head{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;color:#334155}.finance-status-track{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.finance-status-fill{height:100%;border-radius:999px;transition:width .22s ease}.finance-status-fill.is-good{background:linear-gradient(90deg,#0ea5e9,#0284c7)}.finance-status-fill.is-warn{background:linear-gradient(90deg,#f59e0b,#d97706)}.finance-status-fill.is-bad{background:linear-gradient(90deg,#ef4444,#dc2626)}.finance-page .kpi-card{border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 8px 22px -18px #0f172a8c}.finance-page .soft-panel{border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 10px 26px -20px #0f172a99}.title-with-icon{display:inline-flex;align-items:center;gap:8px}.title-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#dcfce7);color:#1d4ed8;flex:0 0 auto}.title-icon svg{width:15px;height:15px}@media(max-width:760px){.finance-kpi-grid,.finance-card-grid,.finance-grid-2,.finance-upload-grid{grid-template-columns:1fr}.finance-actions,.finance-main-btn{width:100%}}@media(min-width:761px)and (max-width:1180px){.finance-kpi-grid,.finance-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ml-beta-page{display:grid;gap:16px}.ml-beta-hero{align-items:flex-start;gap:16px}.ml-beta-actions{display:flex;flex-wrap:wrap;gap:10px}.ml-beta-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.ml-beta-kpi-highlight{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#fff)}.ml-beta-kpi-highlight strong{color:#1d4ed8}.ml-beta-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);gap:12px}.ml-beta-panel{display:grid;gap:14px}.ml-beta-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.ml-beta-panel-head h3{margin:0}.ml-beta-meta{font-size:.82rem;color:#64748b}.ml-beta-config-grid{display:grid;gap:14px}.ml-beta-secret-field{grid-column:1 / -1}.ml-beta-config-actions{display:flex;flex-wrap:wrap;gap:10px}.ml-beta-readonly-note{display:grid;gap:8px;padding:14px;border:1px solid #fde68a;border-radius:16px;background:#fffbeb}.ml-beta-readonly-note p{margin:0;color:#92400e}.ml-beta-status-stack{display:grid;gap:10px}.ml-beta-status-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border:1px solid #dbe4f0;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc)}.ml-beta-status-row span{color:#64748b;font-size:.9rem}.ml-beta-status-row strong{color:#0f172a;text-align:right}@media(max-width:900px){.ml-pedidos-hero,.ml-pedido-top{flex-direction:column}.ml-pedidos-hero .products-actions,.ml-pedido-actions{width:100%}.ml-pedido-card{grid-template-columns:72px minmax(0,1fr);padding:12px}.ml-pedido-thumb{width:72px;height:72px;border-radius:14px}.ml-pedido-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ml-beta-grid,.ml-beta-kpis{grid-template-columns:1fr}.ml-beta-actions,.ml-beta-config-actions{width:100%}.ml-beta-panel-head,.ml-beta-status-row{flex-direction:column;align-items:flex-start}}@media(max-width:620px){.ml-pedido-card,.ml-pedido-grid{grid-template-columns:1fr}.ml-pedido-actions button{width:100%}}.cv-root{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;background:#f7f7f7;font-family:ConnectSans-Regular,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e1e1e}.cv-topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;height:auto;min-height:56px;padding:6px 16px;background:#fff;border-bottom:1px solid #e5e5e5;color:#1e1e1e;z-index:100;gap:8px 12px}.cv-topbar-l{display:flex;align-items:center;gap:10px;min-width:0;flex-shrink:0}.cv-topbar-c{flex:1 1 auto;display:flex;justify-content:center;min-width:0;overflow:hidden;white-space:nowrap}.cv-topbar-r{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.cv-btn-icon{background:none;border:none;color:#555;font-size:20px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .12s,color .12s;line-height:1}.cv-btn-icon:hover{background:#f0f0f0;color:#1e1e1e}.cv-model-name{font-weight:600;font-size:14px;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.cv-model-info{font-size:12px;color:#888;white-space:nowrap}.cv-error{color:#ef4444;font-size:12px;white-space:nowrap}.cv-zoom{display:flex;align-items:center;gap:0;background:#f4f4f5;border-radius:8px;padding:2px}.cv-zoom-btn{background:none;border:none;color:#555;font-size:15px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:background .12s,color .12s}.cv-zoom-btn:hover{background:#e5e5e5;color:#1e1e1e}.cv-zoom-val{font-size:12px;color:#555;min-width:42px;text-align:center;-webkit-user-select:none;user-select:none;font-weight:500}.cv-units{display:flex;gap:0;background:#f4f4f5;border-radius:8px;padding:2px}.cv-unit-btn{background:none;border:none;color:#888;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;cursor:pointer;text-transform:uppercase;transition:background .12s,color .12s}.cv-unit-btn:hover{color:#555}.cv-unit-btn.on{background:#fff;color:#1e1e1e;box-shadow:0 1px 2px #00000014}.cv-btn-ghost{background:none;border:1px solid #d5d5d5;color:#333;font-size:13px;padding:6px 16px;border-radius:8px;cursor:pointer;transition:background .12s,border-color .12s}.cv-btn-ghost:hover{background:#f4f4f5;border-color:#bbb}.cv-btn-save{flex-shrink:0;white-space:nowrap;background:#0d6efd;border:none;color:#fff;font-size:13px;font-weight:600;padding:7px 24px;border-radius:8px;cursor:pointer;transition:background .12s,opacity .12s}.cv-btn-save:hover{background:#0b5ed7}.cv-btn-save:disabled{opacity:.5;cursor:not-allowed}.cv-save-fab{position:fixed;bottom:20px;right:20px;z-index:1050;background:#0d6efd;border:none;color:#fff;font-size:14px;font-weight:600;padding:12px 26px;border-radius:999px;cursor:pointer;box-shadow:0 4px 16px #0d6efd73;transition:background .12s,opacity .12s,transform .12s}.cv-save-fab:hover{background:#0b5ed7;transform:translateY(-1px)}.cv-save-fab:disabled{opacity:.6;cursor:not-allowed}.cv-toolbar{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 1px 6px #0000000f;min-height:46px;flex-wrap:wrap}.cv-tb-tool{display:flex;align-items:center;gap:6px}.cv-tb-sep{width:1px;height:24px;background:#e0e0e0}.cv-tb-label{font-size:12px;font-weight:600;color:#555}.cv-tb-select{padding:6px 8px;border:1px solid #ccc;border-radius:8px;font-size:13px;background:#fff;max-width:160px}.cv-tb-num{width:56px;padding:5px 8px;border:1px solid #ccc;border-radius:8px;font-size:13px}.cv-tb-btn{background:#fff;border:1px solid #ccc;border-radius:8px;width:32px;height:32px;font-size:13px;cursor:pointer;color:#444}.cv-tb-btn:hover{background:#f0f0ff;border-color:#b9bcff}.cv-tb-btn.on{background:#eef0ff;border-color:#5b5fc7;color:#5b5fc7}.cv-tb-color{width:32px;height:32px;border:1px solid #ccc;border-radius:8px;padding:0;cursor:pointer;background:none}.cv-tb-spacer{flex:1}.cv-tb-hint{font-size:12px;color:#999;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-tb-size .cv-range{width:120px}.cv-body{display:flex;flex:1;min-height:0;overflow:hidden}.cv-rail{display:flex;flex-direction:column;align-items:center;width:72px;min-width:72px;background:#fff;border-right:1px solid #e5e5e5;padding:8px 0;gap:2px}.cv-rail-btn{display:flex;flex-direction:column;align-items:center;gap:3px;width:56px;padding:10px 0;background:none;border:none;color:#888;font-size:10px;border-radius:10px;cursor:pointer;transition:background .12s,color .12s}.cv-rail-btn:hover{background:#f4f4f5;color:#333}.cv-rail-btn.active{background:#f0f0ff;color:#5b5fc7}.cv-rail-ico{font-size:22px;line-height:1}.cv-rail-lbl{font-size:10px;font-weight:500}.cv-panel{width:280px;min-width:280px;background:#fff;border-right:1px solid #e5e5e5;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.cv-panel-head{font-size:16px;font-weight:700;color:#1e1e1e;margin-bottom:4px}.cv-add-btn{display:block;width:100%;padding:10px 14px;background:#f4f4f5;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:500;color:#1e1e1e;cursor:pointer;text-align:left;transition:background .12s,border-color .12s}.cv-add-btn:hover{background:#ebebeb;border-color:#ddd}.cv-sep{border:none;border-top:1px solid #e5e5e5;margin:6px 0}.cv-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 20px;border:2px dashed #d0d0d0;border-radius:12px;color:#777;font-size:13px;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.cv-upload-area:hover{border-color:#5b5fc7;background:#f8f7ff}.cv-upload-area.sm{padding:12px}.cv-upload-icon{font-size:28px;color:#bbb;line-height:1}.cv-upload-font{font-size:13px;color:#5b5fc7;cursor:pointer;padding:8px 0}.cv-font-list{display:flex;flex-direction:column;gap:1px;max-height:260px;overflow-y:auto}.cv-font-item{display:block;width:100%;padding:8px 12px;background:none;border:none;border-radius:6px;font-size:14px;color:#333;cursor:pointer;text-align:left;transition:background .12s}.cv-font-item:hover{background:#f4f4f5}.cv-layer-list{display:flex;flex-direction:column;gap:2px}.cv-layer{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:13px;color:#333;transition:background .12s}.cv-layer:hover{background:#f4f4f5}.cv-layer.on{background:#f0f0ff;color:#5b5fc7}.cv-layer-ico{font-size:14px;width:20px;text-align:center;color:#999}.cv-layer-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cv-layer-z{font-size:11px;color:#bbb;font-family:monospace}.cv-layer-del{background:none;border:none;color:#bbb;font-size:16px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:color .12s,background .12s}.cv-layer-del:hover{color:#ef4444;background:#fef2f2}.cv-layer-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.cv-layer-move{background:none;border:none;color:#bbb;font-size:15px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:color .12s,background .12s}.cv-layer-move:hover{color:#5b5fc7;background:#eef0ff}.cv-order-tools{display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}.cv-order-label{font-size:11px;font-weight:600;text-transform:uppercase;color:#888;letter-spacing:.03em}.cv-order-tools .cv-row{display:flex;flex-wrap:wrap;gap:6px}.cv-order-btn{flex:1 1 auto;min-width:72px;padding:8px 10px;background:#fff;border:1px solid #d5d5d5;border-radius:8px;font-size:12px;font-weight:600;color:#333;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.cv-order-btn:hover:not(:disabled){background:#f0f0ff;border-color:#b9bcff;color:#5b5fc7}.cv-order-btn:disabled{opacity:.45;cursor:not-allowed}.cv-order-hint{font-size:11px;color:#999}.cv-empty{font-size:13px;color:#bbb;text-align:center;padding:24px 0}.cv-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.cv-pill{padding:5px 12px;background:#f4f4f5;border:1px solid #e5e5e5;border-radius:6px;font-size:13px;color:#333;cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap}.cv-pill:hover{background:#ebebeb}.cv-pill.on{background:#5b5fc7;color:#fff;border-color:#5b5fc7}.cv-pill.sm{padding:2px 8px;font-size:11px}.cv-pill.danger{color:#ef4444;border-color:#fca5a5}.cv-pill.danger:hover{background:#fef2f2}.cv-flex-wrap{display:flex;flex-wrap:wrap;gap:4px}.cv-btn-danger{display:block;width:100%;padding:9px 14px;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#ef4444;font-size:13px;font-weight:600;cursor:pointer;text-align:center;transition:background .12s}.cv-btn-danger:hover{background:#fee2e2}.cv-canvas-area{flex:1;display:flex;align-items:flex-start;justify-content:center;overflow:auto;padding:40px;background:#e5e5e5}.cv-canvas-wrap{display:inline-block;box-shadow:0 1px 6px #0000001f;border-radius:4px;background:#fff}.cv-props{width:280px;min-width:280px;background:#fff;border-left:1px solid #e5e5e5;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.cv-props-head{font-size:16px;font-weight:700;color:#1e1e1e;margin-bottom:2px}.cv-field{display:flex;flex-direction:column;gap:4px}.cv-field label{font-size:12px;font-weight:600;color:#555}.cv-field .cv-sz{display:flex;align-items:center;gap:8px}.cv-field .cv-sz input[type=number]{width:64px;padding:7px 8px;border:1px solid #d5d5d5;border-radius:8px;font-size:13px}.cv-field .cv-sz .cv-range{flex:1}.cv-field .cv-sz .cv-sz-badge{min-width:44px;font-size:12px;color:#777;text-align:right}.cv-field-label{font-size:12px;font-weight:700;color:#1e1e1e;text-transform:uppercase;letter-spacing:.03em;margin-top:4px}.cv-input{width:100%;padding:8px 10px;border:1px solid #d5d5d5;border-radius:8px;font-size:13px;color:#1e1e1e;background:#fff;outline:none;transition:border-color .15s}.cv-input:focus{border-color:#5b5fc7}.cv-color{width:34px;height:30px;border:1px solid #d5d5d5;border-radius:8px;padding:2px;cursor:pointer;background:none;flex-shrink:0}.cv-range{flex:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d5d5d5;border-radius:2px;outline:none}.cv-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#5b5fc7;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #00000026}.cv-hint{font-size:11px;color:#aaa;padding:2px 0}.cv-sep{border:none;border-top:1px solid #e5e5e5;margin:4px 0}.cv-palette-swatch{display:inline-flex;align-items:center;gap:3px}.cv-preview .cv-rail,.cv-preview .cv-panel,.cv-preview .cv-props{display:none}.cv-preview .cv-canvas-area{padding:48px}.mp-fees-editor{margin-top:12px}.mp-fees-selector{margin-bottom:14px}.mp-fees-label{display:block;font-size:.85rem;font-weight:600;color:#4b5563;margin-bottom:8px}.mp-fees-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.mp-fee-chip{display:flex;flex-direction:column;gap:4px;text-align:left;border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:10px 12px;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.mp-fee-chip strong{font-size:.9rem;color:#1f2937}.mp-fee-chip span{font-size:.8rem}.mp-fee-chip:hover{border-color:#6366f1}.mp-fee-chip.is-active{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133;background:#eef2ff}.mp-fee-chip-default{font-style:normal;display:inline-block;align-self:flex-start;font-size:.68rem;font-weight:700;color:#fff;background:#6366f1;border-radius:999px;padding:2px 8px}.mp-fees-result{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:start;border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fafafa}.mp-fees-form{display:flex;flex-direction:column;gap:8px}.mp-fees-hint{font-size:.78rem;color:#6b7280;margin:0}.mp-fees-values{display:flex;flex-direction:column;gap:6px}.mp-fee-value{display:flex;justify-content:space-between;align-items:baseline;gap:8px;border-bottom:1px dashed #e5e7eb;padding-bottom:6px;font-size:.86rem}.mp-fee-value span{color:#6b7280}.mp-fee-value strong{font-size:.95rem;color:#111827;text-align:right}.mp-fee-value small{display:block;font-size:.72rem;font-weight:500;color:#6b7280}.mp-fee-value-total{border-bottom:none}.mp-fee-value-total strong{font-size:1.1rem}.mp-fees-best{margin-top:12px;display:flex;flex-direction:column;gap:2px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:10px 12px}.mp-fees-best strong{color:#047857;font-size:.92rem}.mp-fees-best span{color:#065f46;font-size:.82rem}.mp-fees-empty{color:#6b7280;font-size:.85rem;margin:0}.mp-fees-form-title{margin:0 0 8px;font-size:.9rem;font-weight:700;color:#1f2937}.mp-fee-edit-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:8px;margin-bottom:6px}.mp-fee-field{display:flex;flex-direction:column;gap:4px}.mp-fee-field span{font-size:.78rem;font-weight:600;color:#374151}.mp-fee-field input{padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.88rem;outline:none;background:#fff;width:100%;box-sizing:border-box}.mp-fee-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.mp-fee-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.mp-fee-actions .ghost-btn,.mp-fee-actions .danger-btn{font-size:.78rem;padding:6px 10px;white-space:nowrap}.mp-fee-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(60px,.6fr) minmax(70px,.6fr) auto auto;gap:6px;align-items:center}.mp-fee-row input{padding:7px 9px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem;outline:none;background:#fff;min-width:0}.mp-fee-row input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.mp-fee-row-name{font-weight:500}.mp-fee-row .ghost-btn,.mp-fee-row .danger-btn{font-size:.72rem;padding:6px 9px;white-space:nowrap}.mp-fee-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.mp-fee-suggest{border:1px dashed #c7d2fe;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.76rem;font-weight:600;padding:6px 11px;cursor:pointer}.mp-fee-suggest:hover{background:#e0e7ff}.mp-fees-embedded{margin-top:6px}@media(max-width:620px){.mp-fees-result{grid-template-columns:1fr}.mp-fees-options{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.mp-fee-edit-grid{grid-template-columns:1fr}}:root{--gp-blue: #2563eb;--gp-blue-light: #3b82f6;--gp-blue-dark: #1d4ed8;--gp-blue-pale: #eff6ff;--gp-blue-border: #bfdbfe;--gp-green: #16a34a;--gp-green-pale: #f0fdf4;--gp-red: #dc2626;--gp-red-pale: #fef2f2;--gp-orange: #ea580c;--gp-orange-pale: #fff7ed;--gp-gray: #64748b;--gp-gray-light: #f1f5f9;--gp-shadow: 0 1px 3px rgba(0, 0, 0, .08);--gp-shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--gp-radius: 10px;--gp-radius-sm: 6px;--gp-sidebar-w: 260px}.nav-item-gp{background:linear-gradient(135deg,#2563eb33,#3b82f61f)!important;border:1px solid rgba(37,99,235,.35)!important;color:#fff!important;position:relative}.nav-item-gp:hover{background:linear-gradient(135deg,#2563eb59,#3b82f638)!important;border-color:#2563eb8c!important}.nav-item-gp .nav-badge{background:#2563eb66!important;border-color:#2563eb80!important}.nav-item-gp-arrow{margin-left:auto;font-size:.85rem;opacity:.7;transition:opacity .15s}.nav-item-gp:hover .nav-item-gp-arrow{opacity:1}.gp-shell{display:flex;min-height:100vh;background:#f8fafc}.gp-sidebar{width:var(--gp-sidebar-w);background:var(--gp-blue);color:#fff;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;z-index:100;overflow:hidden}.gp-sidebar-head{padding:14px 18px 12px;border-bottom:1px solid rgba(255,255,255,.12)}.gp-sidebar-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.gp-sidebar-brand-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:var(--gp-radius-sm);flex-shrink:0}.gp-sidebar-brand-icon svg{width:22px;height:22px;color:#fff}.gp-sidebar-brand h2{margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.gp-sidebar-brand p{margin:2px 0 0;font-size:.72rem;opacity:.7}.gp-sidebar-close{display:none;position:absolute;top:14px;right:14px;background:none;border:none;cursor:pointer;color:#fff;padding:4px}.gp-sidebar-close svg{width:20px;height:20px}.gp-sidebar-nav{flex:1;padding:8px 0}.gp-nav-category{margin-bottom:4px}.gp-nav-category-label{display:block;padding:6px 20px 2px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73}.gp-nav-category-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 20px 2px;background:none;border:none;cursor:pointer;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;transition:color .12s}.gp-nav-category-toggle:hover{color:#ffffffb3}.gp-nav-category-toggle.active{color:#fffc}.gp-nav-chevron{transition:transform .2s}.gp-nav-chevron.open{transform:rotate(180deg)}.gp-nav-category-items{overflow:hidden}.gp-nav-item{display:flex;align-items:center;gap:10px;padding:7px 20px;color:#ffffffbf;text-decoration:none;font-size:.82rem;font-weight:500;transition:all .12s;border-left:3px solid transparent;cursor:pointer;background:none;border-right:0;border-top:0;border-bottom:0;width:100%;text-align:left}.gp-nav-item:hover{background:#ffffff14;color:#fff}.gp-nav-item.active{background:#ffffff26;color:#fff;border-left-color:#fff;font-weight:600}.gp-nav-item.disabled{opacity:.4;cursor:default;pointer-events:none}.gp-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gp-nav-icon svg{width:18px;height:18px}.gp-nav-label{flex:1}.gp-nav-item .coming-soon-badge{background:#ffffff26;color:#fff9}.gp-sidebar-footer{padding:10px 18px;border-top:1px solid rgba(255,255,255,.12)}.gp-back-link{display:flex;align-items:center;gap:8px;color:#fff9;text-decoration:none;font-size:.8rem;padding:6px 0;transition:color .12s}.gp-back-link:hover{color:#fff}.gp-main{flex:1;min-width:0;display:flex;flex-direction:column}.gp-content{flex:1;padding:24px 28px;overflow-y:auto}.gp-mobile-fab{display:none;position:fixed;bottom:20px;right:20px;z-index:90;width:52px;height:52px;border-radius:50%;background:var(--gp-blue);color:#fff;border:none;box-shadow:0 4px 16px #2563eb59;cursor:pointer;align-items:center;justify-content:center}.gp-mobile-fab svg{width:24px;height:24px}.gp-fab-pdv{position:fixed;right:22px;bottom:22px;z-index:70;display:inline-flex;align-items:center;gap:9px;padding:15px 22px;border-radius:999px;background:linear-gradient(135deg,var(--gp-blue),var(--gp-blue-light));color:#fff;font-size:.92rem;font-weight:800;letter-spacing:.01em;text-decoration:none;border:1px solid rgba(255,255,255,.28);box-shadow:0 10px 30px #2563eb73;transition:transform .16s ease,box-shadow .16s ease}.gp-fab-pdv svg{width:22px;height:22px}.gp-fab-pdv:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 15px 36px #2563eb8c}.gp-fab-pdv:active{transform:translateY(-1px) scale(.99)}@media(max-width:900px){.gp-fab-pdv{left:20px;right:auto;bottom:20px;padding:0;width:54px;height:54px;border-radius:50%;justify-content:center;box-shadow:0 6px 20px #2563eb66}.gp-fab-pdv svg{width:24px;height:24px;margin:0}.gp-fab-pdv span{display:none}}.gp-mobile-overlay{display:none}.gp-dashboard-kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin-bottom:24px}.gp-kpi-card{display:flex;flex-direction:column;gap:4px;padding:18px;background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);box-shadow:var(--gp-shadow)}.gp-kpi-card .kpi-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gp-gray)}.gp-kpi-card .kpi-label svg{width:16px;height:16px;color:var(--gp-blue)}.gp-kpi-card .kpi-value{font-size:1.5rem;font-weight:800;color:#0f172a}.gp-kpi-card .kpi-sub{font-size:.75rem;color:var(--gp-gray)}.gp-kpi-card.green .kpi-label svg{color:var(--gp-green)}.gp-kpi-card.green{border-left:3px solid var(--gp-green)}.gp-kpi-card.red .kpi-label svg{color:var(--gp-red)}.gp-kpi-card.red{border-left:3px solid var(--gp-red)}.gp-kpi-card.orange .kpi-label svg{color:var(--gp-orange)}.gp-kpi-card.orange{border-left:3px solid var(--gp-orange)}.gp-dashboard{display:flex;flex-direction:column;gap:16px}.gp-dash-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gp-dash-kpi{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);box-shadow:var(--gp-shadow);position:relative}.gp-dash-kpi-head{display:flex;justify-content:space-between;align-items:center}.gp-dash-kpi-label{font-size:.8rem;font-weight:600;color:var(--gp-gray)}.gp-dash-kpi-badge{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;background:var(--gp-blue-pale);color:var(--gp-blue);border-radius:20px}.gp-dash-kpi-value{font-size:1.6rem;font-weight:800;color:#0f172a}.gp-dash-kpi-compare{font-size:.75rem;font-weight:500;color:var(--gp-gray)}.gp-dash-card{background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);box-shadow:var(--gp-shadow);padding:18px 20px}.gp-dash-section-title{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:.9rem;font-weight:700;color:#0f172a}.gp-dash-section-title svg{width:18px;height:18px;color:var(--gp-blue)}.gp-dash-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.gp-dash-accounts-card{background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);box-shadow:var(--gp-shadow);padding:18px 20px}.gp-dash-accounts-table th{text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gp-gray);padding:6px 0;border-bottom:1px solid var(--gp-blue-border)}.gp-dash-accounts-table td{padding:10px 0;font-size:.88rem;color:#0f172a;border-bottom:1px solid #f1f5f9}.gp-dash-accent-green{color:var(--gp-green)!important;font-weight:700!important}.gp-dash-accent-red{color:var(--gp-red)!important;font-weight:700!important}.gp-dash-empty svg{width:36px;height:36px;opacity:.25}.gp-dash-empty p{margin:0;font-size:.85rem}.gp-dash-balances-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.gp-dash-balance-item{display:flex;flex-direction:column;gap:2px;padding:12px 14px;background:var(--gp-gray-light);border-radius:var(--gp-radius-sm)}.gp-dash-balance-name{font-size:.75rem;font-weight:600;color:var(--gp-gray);text-transform:uppercase;letter-spacing:.03em}.gp-dash-balance-value{font-size:1.1rem;font-weight:800}.gp-dash-funnel{display:flex;flex-direction:column;gap:8px}.gp-dash-funnel-row{display:grid;grid-template-columns:120px 1fr 36px;gap:10px;align-items:center}.gp-dash-funnel-label{font-size:.78rem;font-weight:600;color:#0f172a;text-align:right}.gp-dash-funnel-bar-wrap{height:20px;background:var(--gp-gray-light);border-radius:4px;overflow:hidden}.gp-dash-funnel-bar{height:100%;border-radius:4px;transition:width .4s ease}.gp-dash-funnel-count{font-size:.82rem;font-weight:700;color:#0f172a}.gp-dash-funnel-legend{display:flex;gap:16px;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.gp-dash-funnel-legend span{display:flex;align-items:center;gap:6px;font-size:.72rem;color:var(--gp-gray)}.gp-dash-legend-dot{width:10px;height:10px;border-radius:3px;display:inline-block}.gp-dash-period-tabs{display:flex;gap:2px;background:var(--gp-gray-light);border-radius:var(--gp-radius-sm);padding:2px}.gp-dash-tab{padding:4px 12px;border:none;border-radius:var(--gp-radius-sm);background:transparent;font-size:.72rem;font-weight:600;color:var(--gp-gray);cursor:pointer;transition:all .12s}.gp-dash-tab.active{background:#fff;color:var(--gp-blue);box-shadow:0 1px 3px #00000014}.gp-dash-chart{height:180px;padding-top:8px}.gp-dash-chart-bar{width:70%;min-height:2px;background:var(--gp-blue);border-radius:3px 3px 0 0;transition:height .3s ease}.gp-dash-chart-label{font-size:.6rem;color:var(--gp-gray);margin-top:4px;white-space:nowrap}.gp-dash-tasks-list{display:flex;flex-direction:column;gap:4px}.gp-dash-task{display:grid;grid-template-columns:28px 1fr auto auto;gap:10px;align-items:center;padding:10px 12px;border-radius:var(--gp-radius-sm);transition:background .1s}.gp-dash-task:hover{background:var(--gp-gray-light)}.gp-dash-task.done{opacity:.5}.gp-dash-task-check{font-size:1rem}.gp-dash-task-title{font-size:.85rem;font-weight:500;color:#0f172a}.gp-dash-task.done .gp-dash-task-title{text-decoration:line-through}.gp-dash-task-type{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:20px;background:var(--gp-blue-pale);color:var(--gp-blue)}.gp-dash-task-time{font-size:.78rem;color:var(--gp-gray)}.gp-dash-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:4px}.gp-dash-head-left{display:flex;align-items:center;gap:14px}.gp-dash-head-icon{width:46px;height:46px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;box-shadow:0 8px 22px #2563eb59;flex-shrink:0}.gp-dash-head-icon svg{width:24px;height:24px}.gp-dash-head-title{margin:0;font-size:1.3rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.gp-dash-head-sub{margin:2px 0 0;font-size:.8rem;color:var(--gp-gray);text-transform:capitalize}.gp-dash-live{display:inline-flex;align-items:center;gap:8px;padding:6px 13px;border-radius:999px;background:var(--gp-green-pale);border:1px solid #bbf7d0;color:var(--gp-green);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.gp-dash-live-dot{width:8px;height:8px;border-radius:50%;background:var(--gp-green);box-shadow:0 0 #16a34a66;animation:gp-live-pulse 2s infinite}@keyframes gp-live-pulse{0%{box-shadow:0 0 #16a34a66}70%{box-shadow:0 0 0 7px #16a34a00}to{box-shadow:0 0 #16a34a00}}.gp-dash-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gp-dash-kpi{display:flex;flex-direction:column;gap:5px;padding:20px;background:#fff;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 1px 3px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.gp-dash-kpi:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0f172a1a;border-color:#e2e8f0}.gp-dash-kpi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.gp-dash-kpi-icon{width:42px;height:42px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:inset 0 -8px 16px #0000001f}.gp-dash-kpi-icon svg{width:21px;height:21px}.gp-dash-kpi.is-sales .gp-dash-kpi-icon{background:linear-gradient(135deg,#2563eb,#60a5fa)}.gp-dash-kpi.is-day .gp-dash-kpi-icon{background:linear-gradient(135deg,#0284c7,#38bdf8)}.gp-dash-kpi.is-orders .gp-dash-kpi-icon{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.gp-dash-kpi.is-profit.positive .gp-dash-kpi-icon{background:linear-gradient(135deg,#16a34a,#4ade80)}.gp-dash-kpi.is-profit.negative .gp-dash-kpi-icon{background:linear-gradient(135deg,#dc2626,#f87171)}.gp-dash-kpi-label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.gp-dash-kpi-value{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;line-height:1.1}.gp-dash-kpi-badge{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;background:var(--gp-blue-pale);color:var(--gp-blue);border-radius:999px}.gp-dash-kpi.is-sales .gp-dash-kpi-badge{background:#eff6ff;color:#2563eb}.gp-dash-kpi.is-day .gp-dash-kpi-badge{background:#e0f2fe;color:#0284c7}.gp-dash-kpi.is-orders .gp-dash-kpi-badge{background:#f3e8ff;color:#7c3aed}.gp-dash-kpi.is-profit.positive .gp-dash-kpi-badge{background:#f0fdf4;color:#16a34a}.gp-dash-kpi.is-profit.negative .gp-dash-kpi-badge{background:#fef2f2;color:#dc2626}.gp-dash-kpi-compare{font-size:.74rem;font-weight:600;color:var(--gp-gray);margin-top:2px}.gp-dash-dual-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gp-dash-card{background:#fff;border:1px solid #eef2f7;border-radius:18px;box-shadow:0 1px 3px #0f172a0d;padding:20px 22px}.gp-dash-full{grid-column:1 / -1}.gp-dash-section-title{display:flex;align-items:center;gap:9px;margin:0 0 16px;font-size:.92rem;font-weight:800;color:#0f172a}.gp-dash-title-chip{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.gp-dash-title-chip svg{width:16px;height:16px}.gp-dash-title-chip.in{background:#f0fdf4;color:var(--gp-green)}.gp-dash-title-chip.out{background:#fef2f2;color:var(--gp-red)}.gp-dash-title-chip.funnel{background:#eff6ff;color:var(--gp-blue)}.gp-dash-title-chip.chart{background:#e0f2fe;color:#0284c7}.gp-dash-title-chip.quotes{background:#f3e8ff;color:#7c3aed}.gp-dash-title-chip.prod{background:#fff7ed;color:var(--gp-orange)}.gp-dash-section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.gp-dash-money{background:radial-gradient(1200px 200px at 110% -30%,rgba(37,99,235,.05),transparent),#fff}.gp-dash-money.in{border-top:3px solid var(--gp-green)}.gp-dash-money.out{border-top:3px solid var(--gp-red)}.gp-dash-accounts-table{width:100%;border-collapse:collapse}.gp-dash-accounts-table th{text-align:left;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:7px 0;border-bottom:1px solid #eef2f7}.gp-dash-accounts-table td{padding:11px 0;font-size:.88rem;color:#0f172a;border-bottom:1px solid #f8fafc;transition:background .1s}.gp-dash-accounts-table tbody tr:hover td{background:#f8fafc}.gp-dash-accounts-table tr:last-child td{border-bottom:none}.gp-dash-td-label{font-weight:600}.gp-dash-accent-green{color:var(--gp-green)!important;font-weight:800!important}.gp-dash-accent-red{color:var(--gp-red)!important;font-weight:800!important}.gp-dash-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:36px 20px;text-align:center;color:var(--gp-gray)}.gp-dash-empty svg{width:38px;height:38px;opacity:.25}.gp-dash-empty p{margin:0;font-size:.85rem;font-weight:600}.gp-dash-funnel{display:flex;flex-direction:column;gap:10px}.gp-dash-funnel-row{display:grid;grid-template-columns:110px 1fr 34px;gap:12px;align-items:center}.gp-dash-funnel-label{font-size:.78rem;font-weight:700;color:#334155;text-align:right;white-space:nowrap}.gp-dash-funnel-bar-wrap{height:18px;background:var(--gp-gray-light);border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a0f}.gp-dash-funnel-bar{height:100%;border-radius:999px;transition:width .5s cubic-bezier(.4,0,.2,1)}.gp-dash-funnel-count{font-size:.85rem;font-weight:800;color:#0f172a;text-align:center}.gp-dash-funnel-legend{display:flex;gap:16px;margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9}.gp-dash-funnel-legend span{display:flex;align-items:center;gap:6px;font-size:.72rem;color:var(--gp-gray);font-weight:600}.gp-dash-legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.gp-dash-period-tabs{display:flex;gap:2px;background:var(--gp-gray-light);border-radius:10px;padding:3px}.gp-dash-tab{padding:5px 13px;border:none;border-radius:8px;background:transparent;font-size:.72rem;font-weight:700;color:var(--gp-gray);cursor:pointer;transition:all .15s}.gp-dash-tab.active{background:#fff;color:var(--gp-blue);box-shadow:0 2px 6px #0f172a1a}.gp-dash-chart{height:188px;padding-top:8px}.gp-dash-chart-bars{display:flex;align-items:flex-end;gap:3px;height:100%}.gp-dash-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.gp-dash-chart-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.gp-dash-chart-bar{width:74%;min-height:3px;background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:6px 6px 3px 3px;transition:height .35s cubic-bezier(.4,0,.2,1),filter .15s;cursor:pointer}.gp-dash-chart-col:hover .gp-dash-chart-bar{filter:brightness(1.12)}.gp-dash-chart-bar.max{background:linear-gradient(180deg,#34d399,#059669);box-shadow:0 4px 14px #05966959}.gp-dash-chart-label{font-size:.6rem;font-weight:600;color:#94a3b8;margin-top:5px;white-space:nowrap}.gp-dash-tasks-list{display:flex;flex-direction:column;gap:6px}.gp-dash-task{display:grid;grid-template-columns:18px 1fr auto;gap:10px;align-items:center;padding:11px 13px;border-radius:12px;border:1px solid #f1f5f9;background:#fbfdff;transition:background .12s,border-color .12s,transform .12s}.gp-dash-task:hover{background:#fff;border-color:#e2e8f0;transform:translate(3px)}.gp-dash-task-check{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.gp-dash-task-check.default{background:var(--gp-blue)}.gp-dash-task-check.imprimir{background:#8b5cf6}.gp-dash-task-check.corte{background:#f59e0b}.gp-dash-task-check.acabamento{background:#06b6d4}.gp-dash-task-check.delivery{background:var(--gp-green)}.gp-dash-task-check.done{background:#94a3b8}.gp-dash-task-title{font-size:.85rem;font-weight:600;color:#0f172a}.gp-dash-task-type{font-size:.7rem;font-weight:700;padding:3px 10px;border-radius:999px;background:var(--gp-blue-pale);color:var(--gp-blue);text-transform:capitalize}.gp-cat-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:#fff;padding:20px;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);margin-bottom:20px}.gp-cat-form-fields{display:flex;flex-direction:column;gap:12px}.gp-cat-image-area{display:flex;flex-direction:column;align-items:center;gap:10px}.gp-cat-image-preview{width:140px;height:140px;border-radius:var(--gp-radius);overflow:hidden;border:2px dashed var(--gp-blue-border);display:flex;align-items:center;justify-content:center;background:var(--gp-gray-light)}.gp-cat-image-preview img{width:100%;height:100%;object-fit:cover}.gp-cat-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--gp-gray);font-size:.75rem}.gp-cat-image-placeholder svg{width:32px;height:32px;opacity:.3}.gp-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.gp-cat-card{background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);box-shadow:var(--gp-shadow);overflow:hidden;transition:box-shadow .15s}.gp-cat-card:hover{box-shadow:var(--gp-shadow-md)}.gp-cat-card-image{height:180px;background:var(--gp-gray-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.gp-cat-card-image img{width:100%;height:100%;object-fit:contain;background:#fff}.gp-cat-card-noimg svg{width:36px;height:36px;color:var(--gp-gray);opacity:.3}.gp-cat-card-body{padding:12px 14px}.gp-cat-card-name{margin:0 0 4px;font-size:.9rem;font-weight:700;color:#0f172a}.gp-cat-card-desc{margin:0 0 6px;font-size:.75rem;color:var(--gp-gray);line-height:1.3}.gp-cat-card-count{font-size:.72rem;font-weight:600;color:var(--gp-blue)}.gp-cat-card-actions{display:flex;gap:6px;padding:8px 14px 12px}.gp-mp-form{display:grid;grid-template-columns:1fr;gap:16px;background:#fff;padding:20px;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);margin-bottom:20px}.gp-mp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gp-mp-image-area{display:flex;align-items:center;gap:16px}.gp-mp-image-preview{width:80px;height:80px;border-radius:var(--gp-radius-sm);overflow:hidden;border:2px dashed var(--gp-blue-border);display:flex;align-items:center;justify-content:center;background:var(--gp-gray-light);flex-shrink:0}.gp-mp-image-preview img{width:100%;height:100%;object-fit:cover}.gp-mp-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--gp-gray);font-size:.65rem}.gp-mp-image-placeholder svg{width:24px;height:24px;opacity:.3}.gp-prod-form{display:grid;grid-template-columns:1fr;gap:16px;background:#fff;padding:20px;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);margin-bottom:20px}.gp-prod-form-row{display:grid;grid-template-columns:160px 1fr;gap:20px}.gp-prod-image-area{display:flex;flex-direction:column;align-items:center;gap:8px}.gp-prod-image-preview{width:140px;height:140px;border-radius:var(--gp-radius);overflow:hidden;border:2px dashed var(--gp-blue-border);display:flex;align-items:center;justify-content:center;background:var(--gp-gray-light)}.gp-prod-image-preview img{width:100%;height:100%;object-fit:cover}.gp-prod-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--gp-gray);font-size:.75rem}.gp-prod-image-placeholder svg{width:32px;height:32px;opacity:.3}.gp-prod-basic-fields{display:flex;flex-direction:column;gap:10px}.gp-prod-section{padding:14px;background:var(--gp-gray-light);border-radius:var(--gp-radius-sm)}.gp-prod-materials-list{display:flex;flex-direction:column;gap:6px}.gp-prod-materials-header{display:grid;grid-template-columns:1fr 80px 80px 90px 36px;gap:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--gp-gray);padding:0 4px 4px;border-bottom:1px solid var(--gp-blue-border)}.gp-prod-materials-row{display:grid;grid-template-columns:1fr 80px 80px 90px 36px;gap:8px;align-items:center}.gp-prod-materials-row select,.gp-prod-materials-row input{padding:6px 8px;border:1px solid #e2e8f0;border-radius:var(--gp-radius-sm);font-size:.82rem;outline:none}.gp-prod-materials-row select:focus,.gp-prod-materials-row input:focus{border-color:var(--gp-blue)}.gp-prod-material-cost,.gp-prod-material-total{font-size:.82rem;color:var(--gp-gray)}.gp-prod-material-total{font-weight:700;color:#0f172a}.gp-prod-costs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gp-prod-calc-summary{padding:16px;background:var(--gp-blue-pale);border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius-sm)}.gp-prod-calc-rows{display:flex;flex-direction:column;gap:4px}.gp-prod-calc-row{display:flex;justify-content:space-between;font-size:.82rem;padding:4px 0}.gp-prod-calc-row span:first-child{color:var(--gp-gray)}.gp-prod-calc-row span:last-child{font-weight:600}.gp-prod-calc-total{border-top:1px solid var(--gp-blue-border);padding-top:6px;margin-top:2px}.gp-prod-calc-total span{font-weight:700!important;color:#0f172a!important}.gp-prod-calc-final{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:2px solid var(--gp-blue-border)}.gp-prod-calc-final>span:first-child{font-size:.9rem;font-weight:700;color:#0f172a}.gp-prod-calc-price{font-size:1.4rem;font-weight:800}.pdv-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pdv-page-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pdv-a4-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border:1px solid var(--gp-blue-border);border-radius:999px;background:linear-gradient(135deg,#eff6ff,#eef2ff);color:var(--gp-blue);font-size:.78rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #2563eb24;transition:all .15s}.pdv-a4-btn svg{width:16px;height:16px}.pdv-a4-btn:hover{transform:translateY(-1px);box-shadow:0 5px 14px #2563eb3d}.pdv-a4-btn.pdv-manual-btn{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#a7f3d0;color:var(--gp-green);box-shadow:0 2px 8px #10b98129}.pdv-a4-btn.pdv-manual-btn:hover{box-shadow:0 5px 14px #10b98147}.pdv-manual-badge{display:inline-flex;align-items:center;margin-left:6px;padding:1px 7px;border-radius:999px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;flex-shrink:0}.pdv-manual-modal .gp-modal-body{display:flex;flex-direction:column;gap:12px}.pdv-manual-title{display:flex;align-items:center;gap:10px}.pdv-manual-title-icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:var(--gp-green);flex-shrink:0}.pdv-manual-title-icon svg{width:17px;height:17px}.pdv-manual-desc{margin:0;font-size:.82rem;color:var(--gp-gray)}.pdv-manual-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pdv-manual-full{grid-column:1 / -1}.pdv-manual-total{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--gp-green-pale),#d1fae5);border:1px solid #a7f3d0;border-radius:14px;padding:11px 16px}.pdv-manual-total span{font-size:.82rem;font-weight:600;color:#047857}.pdv-manual-total strong{font-size:1.35rem;font-weight:800;color:#065f46}.pdv-manual-hint{font-size:.74rem;color:var(--gp-gray);background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:9px 12px;line-height:1.5}.pdv-manual-hint strong{color:#334155}.pdv-sim-modal{max-width:1080px}.pdv-sim-title{display:flex;align-items:center;gap:10px}.pdv-sim-title-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;flex-shrink:0}.pdv-sim-title-icon svg{width:18px;height:18px}.pdv-sim-product{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1px solid var(--gp-blue-border);border-radius:14px;padding:12px 16px;margin-bottom:14px}.pdv-sim-product-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:var(--gp-gray)}.pdv-sim-product strong{font-size:.95rem;color:#0f172a}.pdv-sim-product>span:last-child{margin-left:auto;font-size:.75rem;color:var(--gp-blue);font-weight:600}.pdv-sim-fields{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.pdv-sim-fields .gp-modal-field{margin:0}.pdv-sim-span2{grid-column:span 2}.pdv-sim-spacing{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pdv-sim-spacing-btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;text-align:left;transition:all .12s}.pdv-sim-spacing-btn strong{font-size:.85rem;color:#0f172a}.pdv-sim-spacing-btn span{font-size:.72rem;color:var(--gp-gray)}.pdv-sim-spacing-btn:hover{border-color:var(--gp-blue)}.pdv-sim-spacing-btn.active{border-color:var(--gp-blue);background:var(--gp-blue-pale);box-shadow:0 0 0 2px #2563eb2e}.pdv-sim-spacing-btn.active strong,.pdv-sim-spacing-btn.active span{color:var(--gp-blue)}.pdv-sim-layout{display:grid;grid-template-columns:260px 1fr;gap:20px;align-items:flex-start}.pdv-sim-sheet{min-width:0;overflow-x:auto}.pdv-sim-side{display:flex;flex-direction:column;gap:10px;min-width:0}.pdv-sim-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.pdv-sim-result-card.highlight-adhesive{border-top-color:var(--gp-green);background:#f0fdf4}.pdv-sim-result-card.highlight-adhesive .pdv-sim-result-value{color:var(--gp-green)}.pdv-sim-result-bonus{font-size:.72rem;font-weight:800;color:var(--gp-green);background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:1px 10px;align-self:flex-start;margin-top:2px}.pdv-sim-result-card{background:#fff;border:1px solid #e2e8f0;border-top:3px solid var(--gp-blue);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;box-shadow:0 2px 10px #0f172a0d}.pdv-sim-result-label{font-size:.7rem;color:var(--gp-gray);font-weight:600}.pdv-sim-result-value{font-size:1.35rem;color:#0f172a;letter-spacing:-.02em}.pdv-sim-result-sub{font-size:.68rem;color:var(--gp-gray)}.pdv-head-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#eef2ff);border:1px solid var(--gp-blue-border);color:var(--gp-blue);font-size:.76rem;font-weight:700}.pdv-head-pill kbd{font-family:inherit;font-size:.7rem;background:#fff;border:1px solid var(--gp-blue-border);border-radius:5px;color:var(--gp-blue-dark);padding:1px 6px;box-shadow:0 1px 2px #0000000f}.pdv-shell{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:18px;height:calc(100vh - 168px);min-height:560px}.pdv-stage{display:flex;flex-direction:column;gap:14px;min-width:0;min-height:0}.pdv-toolbar{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.pdv-search-box{position:relative}.pdv-search-box input{width:100%;height:52px;padding:0 54px 0 48px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;font-size:.95rem;box-shadow:0 2px 10px #0f172a0d;outline:none;transition:border-color .15s,box-shadow .15s}.pdv-search-box input:focus{border-color:var(--gp-blue);box-shadow:0 0 0 4px #2563eb1f}.pdv-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--gp-gray);pointer-events:none;display:flex}.pdv-search-icon svg{width:19px;height:19px}.pdv-search-kbd{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-family:inherit;font-size:.72rem;color:var(--gp-gray);background:var(--gp-gray-light);border:1px solid #e2e8f0;border-radius:6px;padding:2px 7px;pointer-events:none}.pdv-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;border:none;background:transparent;color:var(--gp-gray);cursor:pointer;display:flex;align-items:center;justify-content:center}.pdv-search-clear:hover{background:#e2e8f0;color:#0f172a}.pdv-cats{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;flex-shrink:0;scrollbar-width:none}.pdv-cats::-webkit-scrollbar{display:none}.pdv-cat-chip{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;padding:8px 15px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .16s}.pdv-cat-chip img{width:21px;height:21px;border-radius:7px;object-fit:cover}.pdv-cat-chip:hover{border-color:var(--gp-blue-border);color:var(--gp-blue);transform:translateY(-1px)}.pdv-cat-chip.active{background:linear-gradient(135deg,var(--gp-blue),var(--gp-blue-light));border-color:transparent;color:#fff;box-shadow:0 4px 14px #2563eb4d}.pdv-products-scroll{flex:1;min-height:0;overflow-y:auto;padding-right:4px}.pdv-searching{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:10px;border-radius:10px;background:var(--gp-blue-pale);border:1px solid var(--gp-blue-border);color:var(--gp-blue);font-size:.75rem;font-weight:600}.pdv-searching-spinner{width:13px;height:13px;border-radius:50%;border:2px solid rgba(37,99,235,.25);border-top-color:var(--gp-blue);animation:pdv-spin .7s linear infinite}@keyframes pdv-spin{to{transform:rotate(360deg)}}.pdv-search-more{margin:10px 0 0;font-size:.72rem;color:var(--gp-gray);text-align:center}.pdv-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;align-content:start}.pdv-product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #eef2f7;border-radius:18px;cursor:pointer;padding:0;overflow:hidden;text-align:left;box-shadow:0 1px 2px #0f172a0a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.pdv-product-card:hover{transform:translateY(-3px);border-color:var(--gp-blue-border);box-shadow:0 14px 30px #2563eb29}.pdv-product-card:active{transform:translateY(0) scale(.98)}.pdv-product-card.out{opacity:.62;cursor:not-allowed}.pdv-product-card.out:hover{transform:none;border-color:#eef2f7;box-shadow:none}.pdv-product-img{position:relative;width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#f8fafc,#eef2f7);display:flex;align-items:center;justify-content:center;overflow:hidden}.pdv-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pdv-product-card:hover .pdv-product-img img{transform:scale(1.05)}.pdv-quick-add{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffff59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .16s ease}.pdv-product-card:hover .pdv-quick-add{opacity:1}.pdv-quick-add-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gp-blue),var(--gp-blue-light));color:#fff;font-size:1.35rem;font-weight:700;box-shadow:0 6px 18px #2563eb66;transform:scale(.8);transition:transform .15s ease}.pdv-product-card:hover .pdv-quick-add-btn{transform:scale(1)}.pdv-product-stock-badge{position:absolute;top:10px;left:10px;font-size:.62rem;font-weight:700;padding:4px 9px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0f172a24;display:inline-flex;align-items:center;gap:5px}.pdv-product-stock-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pdv-product-stock-badge.ok{color:var(--gp-green)}.pdv-product-stock-badge.low{color:var(--gp-orange)}.pdv-product-stock-badge.out{color:var(--gp-red);left:auto;right:10px}.pdv-stock-bar{position:absolute;left:0;right:0;bottom:0;height:3px;background:#0000000f}.pdv-stock-bar>span{display:block;height:100%;background:var(--gp-green)}.pdv-stock-bar.low>span{background:var(--gp-orange)}.pdv-stock-bar.out>span{background:var(--gp-red)}.pdv-product-body{display:flex;flex-direction:column;gap:5px;padding:12px 14px 14px}.pdv-product-card .product-name{font-size:.85rem;font-weight:600;color:#0f172a;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pdv-product-card .product-price{font-size:1rem;font-weight:800;color:var(--gp-blue);letter-spacing:-.02em}.pdv-product-card .product-stock{font-size:.7rem;color:var(--gp-gray)}.pdv-skeleton-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eef2f7;border-radius:18px;overflow:hidden}.pdv-skeleton-card .pdv-skeleton-img{width:100%;aspect-ratio:4 / 3}.pdv-skeleton-body{display:flex;flex-direction:column;gap:8px;padding:12px 14px 14px}.pdv-skeleton{display:block;border-radius:6px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:pdv-shimmer 1.3s infinite}.pdv-skeleton:not(.pdv-skeleton-img){height:12px}@keyframes pdv-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pdv-panel{display:flex;flex-direction:column;background:#fff;border:1px solid #eef2f7;border-radius:20px;box-shadow:0 12px 32px #0f172a14;overflow:hidden;min-height:0}.pdv-cart-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fbfdff,#fff);flex-shrink:0}.pdv-cart-head-title{display:flex;align-items:center;gap:11px}.pdv-cart-head-icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gp-blue),var(--gp-blue-light));color:#fff;box-shadow:0 4px 12px #2563eb59}.pdv-cart-head-icon svg{width:19px;height:19px}.pdv-cart-head h3{margin:0;font-size:1.02rem;font-weight:800;color:#0f172a}.pdv-cart-sub{font-size:.72rem;color:var(--gp-gray)}.pdv-cart-actions{display:flex;align-items:center;gap:10px}.pdv-cart-count{min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:var(--gp-blue-pale);color:var(--gp-blue);font-size:.82rem;font-weight:800;display:flex;align-items:center;justify-content:center;animation:pdv-pop .3s ease}@keyframes pdv-pop{0%{transform:scale(.6)}to{transform:scale(1)}}.pdv-cart-clear{background:none;border:none;color:var(--gp-red);font-size:.75rem;font-weight:700;cursor:pointer;padding:4px 8px;border-radius:8px}.pdv-cart-clear:hover{background:var(--gp-red-pale)}.pdv-cart-items{flex:1;overflow-y:auto;padding:8px 16px;min-height:0}.pdv-cart-empty{height:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--gp-gray);font-size:.84rem;text-align:center}.pdv-cart-empty-icon{color:var(--gp-blue-border);margin-bottom:4px}.pdv-cart-empty strong{color:#475569;font-size:.92rem}.pdv-cart-item{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid #f8fafc}.pdv-cart-item:last-child{border-bottom:none}.pdv-cart-item-img{width:46px;height:46px;border-radius:12px;object-fit:cover;background:#f1f5f9;flex-shrink:0}.pdv-cart-item-info{flex:1;min-width:0}.pdv-cart-item-name{font-size:.84rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdv-cart-item-price{font-size:.74rem;color:var(--gp-gray)}.pdv-cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.pdv-cart-item-qty{display:flex;align-items:center;gap:4px;background:var(--gp-gray-light);padding:3px;border-radius:999px}.pdv-cart-item-qty button{width:26px;height:26px;border-radius:50%;border:none;background:#fff;color:var(--gp-gray);font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0f172a1f;transition:all .12s}.pdv-cart-item-qty button:hover{background:var(--gp-blue);color:#fff}.pdv-cart-item-qty span{min-width:20px;text-align:center;font-size:.85rem;font-weight:800}.pdv-cart-item-total{font-size:.86rem;font-weight:800;color:#0f172a}.pdv-cart-item-remove{background:none;border:none;color:#cbd5e1;cursor:pointer;display:flex;padding:4px;border-radius:8px;transition:color .12s,background .12s}.pdv-cart-item-remove:hover{color:var(--gp-red);background:var(--gp-red-pale)}.pdv-cart-item-remove svg{width:15px;height:15px}.pdv-cart-footer{padding:14px 18px 18px;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:11px;flex-shrink:0;background:#fff}.pdv-cart-total-row{display:flex;justify-content:space-between;align-items:center}.pdv-cart-total-row .label{font-size:.85rem;color:var(--gp-gray)}.pdv-cart-total-row .value{font-size:1.15rem;font-weight:800;color:#0f172a}.pdv-cart-total-row.highlight{background:linear-gradient(135deg,var(--gp-blue-pale),#eef2ff);border:1px solid var(--gp-blue-border);border-radius:14px;padding:12px 16px}.pdv-cart-total-row.highlight .label{font-weight:700;color:var(--gp-blue)}.pdv-cart-total-row.highlight .value{font-size:1.7rem;color:var(--gp-blue-dark);letter-spacing:-.02em}.pdv-discount-row{display:flex;gap:10px;align-items:center}.pdv-discount-row span{font-size:.8rem;color:var(--gp-gray);white-space:nowrap}.pdv-discount-row input{flex:1;height:38px;padding:0 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:.85rem;outline:none;transition:border-color .15s,box-shadow .15s;text-align:right}.pdv-discount-row input:focus{border-color:var(--gp-blue);box-shadow:0 0 0 3px #2563eb1a}.pdv-client-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.pdv-client-card-title{grid-column:1 / -1;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.pdv-client-field{display:flex;flex-direction:column;gap:5px;min-width:0}.pdv-client-field.full{grid-column:1 / -1}.pdv-client-field span{font-size:.72rem;color:var(--gp-gray);font-weight:600}.pdv-client-field input{height:40px;padding:0 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:.88rem;outline:none;width:100%;transition:border-color .15s,box-shadow .15s}.pdv-client-field input:focus{border-color:var(--gp-blue);box-shadow:0 0 0 3px #2563eb1a}.wa-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #d1fae5;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;cursor:pointer;border-radius:9999px;font-weight:700;transition:all .12s}.wa-btn:hover{border-color:#6ee7b7;background:#d1fae5}.wa-btn svg{width:15px;height:15px}.pdv-sent-card{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:24px 18px;background:linear-gradient(135deg,#ecfdf5,#f8fafc);border:1px solid #bbf7d0;border-radius:16px;margin:14px}.pdv-sent-check{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.pdv-sent-card strong{font-size:1rem;color:#14532d}.pdv-sent-card p{margin:0;font-size:.8rem;color:var(--gp-gray)}.pdv-sent-wa{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;box-shadow:0 6px 14px #128c7e4d;transition:transform .12s,box-shadow .12s}.pdv-sent-wa svg{width:18px;height:18px}.pdv-sent-wa:hover{transform:translateY(-1px);box-shadow:0 9px 18px #128c7e5c}.pdv-sent-new{padding:8px 16px;border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer}.pdv-sent-new:hover{background:#f8fafc}.pdv-sent-modal .gp-modal-body{display:flex;flex-direction:column;align-items:center;gap:14px;padding:10px 24px 28px;text-align:center}.pdv-sent-modal-title{display:flex;align-items:center;gap:10px;color:#14532d;font-size:1.05rem}.pdv-sent-modal-title .pdv-sent-check{width:36px;height:36px}.pdv-sent-modal-sub{margin:0;font-size:.9rem;color:var(--gp-gray)}.pdv-sent-modal .pdv-sent-wa{width:100%;justify-content:center;padding:15px 18px;font-size:1.02rem}.pdv-sent-modal .pdv-sent-new{padding:10px 24px;font-size:.85rem}.pdv-payment-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pdv-payment-btn{display:flex;flex-direction:column;align-items:center;gap:5px;padding:11px 6px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;color:#64748b;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .15s}.pdv-payment-btn svg{width:20px;height:20px}.pdv-payment-btn:hover{border-color:var(--gp-blue-border);color:var(--gp-blue);transform:translateY(-1px)}.pdv-payment-btn.active{box-shadow:0 4px 14px #0000001a;transform:translateY(-1px)}.pdv-payment-btn.active.dinheiro{border-color:var(--gp-green);background:#f0fdf4;color:var(--gp-green)}.pdv-payment-btn.active.pix{border-color:#06b6d4;background:#ecfeff;color:#0891b2}.pdv-payment-btn.active.cartao{border-color:var(--gp-blue);background:var(--gp-blue-pale);color:var(--gp-blue)}.pdv-pay-status-row{display:flex;flex-direction:column;gap:6px}.pdv-pay-status-row .label{font-size:.7rem;font-weight:700;color:var(--gp-gray);text-transform:uppercase;letter-spacing:.04em}.pdv-pay-status-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.pdv-pay-status-btn{display:flex;align-items:center;justify-content:center;gap:6px;height:44px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;color:#64748b;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s}.pdv-pay-status-btn svg{width:16px;height:16px}.pdv-pay-status-btn:hover{transform:translateY(-1px)}.pdv-pay-status-btn.active.pago{border-color:var(--gp-green);background:#f0fdf4;color:var(--gp-green);box-shadow:0 4px 14px #16a34a2e}.pdv-pay-status-btn.active.pendente{border-color:#f59e0b;background:#fffbeb;color:#b45309;box-shadow:0 4px 14px #f59e0b33}.pdv-cash-row{display:grid;grid-template-columns:1.4fr 1fr;gap:8px}.pdv-cash-field,.pdv-cash-result{display:flex;flex-direction:column;gap:3px}.pdv-cash-field label,.pdv-cash-result label{font-size:.7rem;font-weight:700;color:var(--gp-gray);text-transform:uppercase;letter-spacing:.04em}.pdv-cash-field input{height:42px;padding:0 12px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:1rem;font-weight:700;outline:none;transition:border-color .15s,box-shadow .15s;text-align:right}.pdv-cash-field input:focus{border-color:var(--gp-blue);box-shadow:0 0 0 3px #2563eb1a}.pdv-cash-result{justify-content:flex-end;align-items:flex-end;padding:0 12px 2px}.pdv-cash-result strong{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.pdv-cash-result.ok label,.pdv-cash-result.ok strong{color:var(--gp-green)}.pdv-cash-result.missing label,.pdv-cash-result.missing strong{color:var(--gp-red)}.pdv-quote-btn{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:1.5px solid #25d366;border-radius:16px;background:#ecfdf3;color:#128c4a;font-size:.92rem;font-weight:800;cursor:pointer;transition:transform .12s,box-shadow .12s,opacity .15s,background .15s}.pdv-quote-btn svg{width:20px;height:20px}.pdv-quote-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #25d36640}.pdv-quote-btn:disabled{opacity:.45;cursor:not-allowed}.pdv-finalize-btn{width:100%;height:58px;border:none;border-radius:16px;background:linear-gradient(135deg,var(--gp-blue),#7c3aed);color:#fff;font-size:1.02rem;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #2563eb59;transition:transform .12s,box-shadow .12s,opacity .15s}.pdv-finalize-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2563eb6b}.pdv-finalize-btn:active{transform:translateY(0)}.pdv-finalize-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.pdv-success{display:flex;align-items:center;gap:10px;background:var(--gp-green-pale);border:1px solid #bbf7d0;color:var(--gp-green);border-radius:14px;padding:11px 16px;font-size:.88rem;font-weight:700;margin-bottom:14px;animation:pdv-slide-in .25s ease}.pdv-success-icon{width:28px;height:28px;border-radius:50%;background:var(--gp-green);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}@keyframes pdv-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.clientes-search{margin-bottom:16px}.clientes-search input{width:100%;max-width:400px;padding:10px 14px;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius-sm);font-size:.9rem;outline:none}.clientes-search input:focus{border-color:var(--gp-blue);box-shadow:0 0 0 3px #2563eb1a}.orcamento-layout{display:grid;grid-template-columns:1fr 360px;gap:20px}.orcamento-form{display:flex;flex-direction:column;gap:14px;background:#fff;padding:20px;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius)}.orcamento-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.orcamento-form-head h3{margin:0;font-size:1rem}.orcamento-product-search{position:relative;flex:1;min-width:220px}.orcamento-product-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--gp-gray);pointer-events:none;display:flex}.orcamento-product-search input{width:100%;height:42px;padding:0 14px 0 38px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;font-size:.85rem;outline:none;transition:border-color .15s,box-shadow .15s}.orcamento-product-search input:focus{border-color:var(--gp-blue);box-shadow:0 0 0 4px #2563eb1f}.orcamento-items{display:flex;flex-direction:column;gap:8px}.orcamento-item-group{display:flex;flex-direction:column;gap:6px}.orcamento-item-card{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:var(--gp-radius-sm);background:#fff}.orcamento-item-top{display:flex;gap:8px;align-items:center}.orcamento-item-product{flex:1;min-width:0}.orcamento-item-name input{width:100%}.orcamento-item-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.orcamento-item-field{display:flex;flex-direction:column;gap:4px;font-size:.72rem;color:var(--gp-gray);font-weight:600}.orcamento-item-field input{width:100%;font-weight:500}.orcamento-item-total{align-items:flex-end}.orcamento-item-total strong{font-size:1rem;color:var(--gp-green)}.orcamento-item-card input,.orcamento-item-card select{padding:8px 10px;border:1px solid #e2e8f0;border-radius:var(--gp-radius-sm);font-size:.85rem;outline:none}.orcamento-item-card input:focus,.orcamento-item-card select:focus{border-color:var(--gp-blue);box-shadow:0 0 0 2px #2563eb1f}.gp-nest-panel{animation:gp-nest-in .2s ease}@keyframes gp-nest-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.orcamento-summary{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--gp-blue-pale);border-radius:var(--gp-radius-sm)}.orcamento-summary-row{display:flex;justify-content:space-between;font-size:.88rem}.orcamento-summary-row.total{font-size:1.1rem;font-weight:800;color:var(--gp-blue);border-top:1px solid var(--gp-blue-border);padding-top:8px}.gp-page-actions{display:flex;gap:8px;align-items:center}.gp-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 20px;text-align:center;color:var(--gp-gray)}.gp-empty-state svg{width:48px;height:48px;opacity:.3}@media(max-width:900px){.gp-sidebar{position:fixed;left:-100%;top:0;height:100vh;transition:left .25s ease;box-shadow:none}.gp-sidebar.open{left:0;box-shadow:4px 0 24px #00000040}.gp-sidebar-close,.gp-mobile-fab{display:flex}.gp-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99;border:none;cursor:default}.gp-content{padding:16px}.pdv-shell{grid-template-columns:1fr;height:auto}.pdv-panel{min-height:62vh}.orcamento-layout{grid-template-columns:1fr}.gp-dashboard-kpis,.gp-dash-kpi-grid{grid-template-columns:1fr 1fr}.gp-dash-dual-row{grid-template-columns:1fr}.pdv-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media(max-width:500px){.gp-dashboard-kpis,.gp-dash-kpi-grid,.gp-dash-dual-row{grid-template-columns:1fr}.gp-dash-funnel-row{grid-template-columns:80px 1fr 28px}.gp-dash-task{grid-template-columns:24px 1fr auto}.gp-dash-task-time{display:none}.gp-cat-form,.gp-mp-form-grid,.gp-prod-costs-grid,.gp-prod-form-row{grid-template-columns:1fr}.gp-prod-materials-header,.gp-prod-materials-row{grid-template-columns:1fr 60px 60px 70px 30px}.orcamento-item-fields{grid-template-columns:1fr}}.gp-toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.gp-toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--gp-radius-sm);box-shadow:0 4px 16px #00000026;font-size:.85rem;font-weight:500;pointer-events:auto;animation:gpToastIn .25s ease;max-width:360px}@keyframes gpToastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.gp-toast-success{background:var(--gp-green);color:#fff}.gp-toast-error{background:var(--gp-red);color:#fff}.gp-toast-info{background:var(--gp-blue);color:#fff}.gp-toast-msg{flex:1}.gp-toast-close{background:none;border:none;color:inherit;cursor:pointer;font-size:.85rem;opacity:.7;padding:0;line-height:1}.gp-toast-close:hover{opacity:1}.gp-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:12px 0}.gp-pagination-btn{padding:6px 12px;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius-sm);background:#fff;color:#0f172a;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .12s}.gp-pagination-btn:hover:not(:disabled){border-color:var(--gp-blue);color:var(--gp-blue)}.gp-pagination-btn.active{background:var(--gp-blue);border-color:var(--gp-blue);color:#fff}.gp-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.gp-pagination-info{font-size:.78rem;color:var(--gp-gray);margin:0 8px}.gp-order-status-bar{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}.gp-order-status-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s;color:#475569}.gp-order-status-chip:hover{border-color:var(--chip-color, var(--gp-blue));color:var(--chip-color, var(--gp-blue))}.gp-order-status-chip.active{background:var(--chip-color, var(--gp-blue));border-color:var(--chip-color, var(--gp-blue));color:#fff}.gp-order-status-dot{width:8px;height:8px;border-radius:50%;background:var(--chip-color, var(--gp-gray));flex-shrink:0}.gp-order-status-chip.active .gp-order-status-dot{background:#fff}.gp-order-status-count{background:#f1f5f9;padding:0 6px;border-radius:10px;font-size:.7rem;font-weight:700}.gp-order-status-chip.active .gp-order-status-count{background:#ffffff40}.gp-order-form{background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);padding:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:12px}.gp-order-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.gp-order-file-upload{display:flex;flex-direction:column;gap:8px;padding:12px;border:2px dashed var(--gp-blue-border);border-radius:var(--gp-radius-sm);background:var(--gp-blue-pale)}.gp-order-file-list{display:flex;gap:6px;flex-wrap:wrap}.gp-order-file-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#fff;border:1px solid var(--gp-blue-border);border-radius:4px;font-size:.75rem}.gp-order-file-tag small{color:var(--gp-gray)}.gp-order-status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.gp-order-detail-head{display:flex;align-items:center;gap:8px;margin-bottom:14px}.gp-order-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;font-size:.85rem}.gp-detail-field{display:flex;flex-direction:column;gap:3px;padding:10px 12px;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px}.gp-detail-field.full{grid-column:1 / -1}.gp-detail-field span{font-size:.68rem;font-weight:700;color:var(--gp-gray);text-transform:uppercase;letter-spacing:.04em}.gp-detail-field strong{font-size:.9rem;font-weight:700;color:#0f172a;text-transform:none;letter-spacing:normal;word-break:break-word}.gp-pay-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:.7rem;font-weight:800}.gp-pay-badge.paid{background:#f0fdf4;color:var(--gp-green);border:1px solid #bbf7d0}.gp-pay-badge.pending{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.gp-pay-badge svg{width:13px;height:13px}.gp-modal-order{max-width:620px}.gp-modal-history{max-width:780px}.ch-contact{font-size:.82rem;color:var(--gp-gray);margin-bottom:12px;display:flex;align-items:center;flex-wrap:wrap;gap:6px}.ch-cpf{font-size:.7rem;color:var(--gp-blue);background:var(--gp-blue-pale);border:1px solid var(--gp-blue-border);padding:2px 8px;border-radius:999px}.ch-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.ch-chip{display:flex;flex-direction:column;gap:4px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--gp-radius-sm)}.ch-chip span{font-size:.68rem;color:var(--gp-gray);font-weight:600;text-transform:uppercase;letter-spacing:.02em}.ch-chip strong{font-size:1rem;color:#0f172a}.ch-tabs{display:flex;gap:6px;margin-bottom:12px;border-bottom:1px solid #e2e8f0;padding-bottom:8px;flex-wrap:wrap}.ch-tab{border:1px solid #e2e8f0;background:#fff;color:var(--gp-gray);font-weight:600;font-size:.78rem;padding:6px 12px;border-radius:999px;cursor:pointer;transition:all .15s}.ch-tab:hover{border-color:var(--gp-blue-border);color:var(--gp-blue)}.ch-tab.active{background:var(--gp-blue);border-color:var(--gp-blue);color:#fff}.ch-content{display:flex;flex-direction:column;gap:8px;max-height:380px;overflow-y:auto;padding-right:4px}.ch-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:var(--gp-radius-sm)}.ch-row-main{display:flex;flex-direction:column;gap:4px;min-width:0}.ch-row-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.ch-row-title strong{font-size:.86rem}.ch-row-sub{font-size:.78rem;color:var(--gp-gray);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ch-row-side{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;text-align:right}.ch-row-side strong{font-size:.9rem;color:#0f172a}.ch-row-side span{font-size:.72rem;color:var(--gp-gray)}@media(max-width:640px){.ch-summary{grid-template-columns:repeat(2,1fr)}.ch-row{flex-direction:column}.ch-row-side{align-items:flex-start;text-align:left}.gp-modal-overlay:has(.gp-modal-history){align-items:flex-end}.gp-modal-history{width:100%;max-height:92vh;border-radius:16px 16px 0 0}.gp-modal-history .gp-modal-body{padding:14px 16px 20px}}.gp-detail-title{display:flex;align-items:center;gap:8px}.gp-detail-title svg{width:18px;height:18px;color:var(--gp-blue)}.gp-detail-icon{display:inline-flex;align-items:center;gap:6px}.gp-detail-icon svg{width:15px;height:15px;color:var(--gp-blue);flex-shrink:0}.gp-order-files{display:flex;flex-direction:column;gap:6px}.gp-order-file-item{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--gp-blue-pale);border-radius:var(--gp-radius-sm);text-decoration:none;color:var(--gp-blue);font-size:.82rem;transition:background .15s}.gp-order-file-item:hover{background:var(--gp-blue-border)}.gp-order-file-upload .ghost-btn{display:inline-flex;align-items:center;gap:6px}.gp-order-file-upload .ghost-btn svg{width:15px;height:15px}.gp-order-file-item small{color:var(--gp-gray)}.gp-order-timeline{display:flex;flex-direction:column;gap:0;position:relative;padding-left:20px}.gp-order-timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:#e2e8f0}.gp-order-timeline-step{display:flex;align-items:center;gap:12px;padding:8px 0;position:relative}.gp-order-timeline-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0;border:3px solid #fff;box-shadow:0 0 0 1px #e2e8f0;position:relative;z-index:1}.gp-order-timeline-step.done .gp-order-timeline-dot{box-shadow:none}.gp-order-timeline-step.current .gp-order-timeline-dot{box-shadow:0 0 0 2px var(--gp-blue),0 0 0 4px #2563eb33}.gp-order-timeline-info{font-size:.82rem}.gp-kanban{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;min-height:500px}.gp-kanban-col{flex:0 0 260px;min-height:400px;background:#f8fafc;border-radius:var(--gp-radius);border:1px solid #e2e8f0;display:flex;flex-direction:column;transition:border-color .15s,background .15s}.gp-kanban-col.drag-over{border-color:var(--gp-blue);background:var(--gp-blue-pale)}.gp-kanban-col-head{padding:12px;border-top:3px solid var(--gp-blue);border-radius:var(--gp-radius) var(--gp-radius) 0 0;display:flex;justify-content:space-between;align-items:center}.gp-kanban-col-title{font-size:.82rem;font-weight:700;color:#0f172a}.gp-kanban-col-count{background:#e2e8f0;color:#475569;padding:1px 8px;border-radius:10px;font-size:.72rem;font-weight:700}.gp-kanban-col-body{padding:8px;flex:1;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.gp-kanban-empty{text-align:center;padding:20px 12px;font-size:.78rem;color:var(--gp-gray)}.gp-kanban-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--gp-radius-sm);padding:10px;cursor:grab;transition:box-shadow .15s,border-color .15s;display:flex;flex-direction:column;gap:4px}.gp-kanban-card:hover{border-color:var(--gp-blue);box-shadow:var(--gp-shadow-md)}.gp-kanban-card-head{display:flex;justify-content:space-between;align-items:center}.gp-kanban-card-id{font-size:.78rem;font-weight:700;color:var(--gp-blue)}.gp-kanban-priority-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0}.gp-kanban-card-product{font-size:.85rem;font-weight:600;color:#0f172a}.gp-kanban-card-client{font-size:.78rem;color:var(--gp-gray)}.gp-kanban-card-footer{display:flex;justify-content:space-between;font-size:.75rem;color:#475569;margin-top:4px;padding-top:4px;border-top:1px solid #f1f5f9}.gp-kanban-card-deadline{font-size:.72rem;color:var(--gp-orange);font-weight:500;margin-top:2px}.gp-kanban-card-files{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:var(--gp-gray);margin-top:2px}.gp-kanban-card-files svg{width:12px;height:12px}.gp-kanban-card-actions{display:flex;gap:4px;margin-top:6px}.gp-template-form{background:#fff;border:1px solid var(--gp-blue-border);border-radius:var(--gp-radius);padding:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:12px}.gp-template-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.gp-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.gp-template-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--gp-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,border-color .15s}.gp-template-card:hover{border-color:var(--gp-blue);box-shadow:var(--gp-shadow-md)}.gp-template-card-image{height:140px;background:var(--gp-blue-pale);display:flex;align-items:center;justify-content:center;overflow:hidden}.gp-template-card-image img{width:100%;height:100%;object-fit:cover}.gp-template-card-noimg{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--gp-blue);opacity:.5}.gp-template-card-noimg span{font-size:.75rem}.gp-template-card-body{padding:12px;display:flex;flex-direction:column;gap:4px;flex:1}.gp-template-card-category{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gp-blue)}.gp-template-card-name{font-size:.92rem;font-weight:700;color:#0f172a;margin:0}.gp-template-card-dims{font-size:.75rem;color:var(--gp-gray)}.gp-template-card-material{font-size:.78rem;color:#475569}.gp-template-card-acabamento{font-size:.75rem;color:var(--gp-orange);font-style:italic}.gp-template-card-prices{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.gp-template-card-price{font-size:1rem;font-weight:700;color:var(--gp-blue)}.gp-template-card-qty{font-size:.72rem;color:var(--gp-gray)}.gp-template-card-actions{display:flex;gap:6px;padding:8px 12px;border-top:1px solid #f1f5f9}.gp-order-status-badge{white-space:nowrap}@media(max-width:900px){.gp-kanban{flex-direction:column}.gp-kanban-col{flex:none;min-height:auto}.gp-order-status-bar{gap:4px}.gp-order-status-chip{font-size:.72rem;padding:4px 8px}.gp-order-form-grid,.gp-template-grid,.gp-order-detail-grid{grid-template-columns:1fr}}.gp-app-shell .sidebar.gp-sidebar.unified{background:linear-gradient(180deg,#1d4ed8,#1e3a8a);box-shadow:8px 0 24px #0f172a2e}.gp-app-shell .sidebar.gp-sidebar.unified:before{background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 40%)}.gp-app-shell .sidebar.gp-sidebar.unified .brand h2{color:#fff}.gp-app-shell .sidebar.gp-sidebar.unified .brand p{color:#ffffffbf}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-close-btn{border-color:#ffffff40;background:#ffffff1f;color:#fff}.gp-app-shell .sidebar.gp-sidebar.unified .brand-logo{border-color:#ffffff59}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-account-panel{background:#0f172a40;border-top-color:#ffffff2e}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-account-btn{background:#ffffff24;color:#fff;border-color:#ffffff40}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-account-btn:hover{background:#ffffff38}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-logout-btn{background:#fee2e229;color:#fecaca;border-color:#fca5a559}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-logout-btn:hover{background:#fecaca47;color:#fff}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-account-icon{background:#ffffff2e;border-color:#ffffff47}.gp-app-shell .sidebar.gp-sidebar.unified .sidebar-version{color:#ffffff8c}.gp-app-shell .gp-unified-nav{display:block;gap:0;overflow-y:auto;overflow-x:hidden;padding:10px 8px 8px;flex:1;scrollbar-width:none}.gp-app-shell .gp-unified-nav::-webkit-scrollbar{display:none}.gp-app-shell .gp-nav-category{margin-bottom:6px}.gp-app-shell .gp-nav-category-toggle{padding:9px 12px 7px;font-size:.78rem;color:#ffffffeb;text-transform:uppercase;letter-spacing:.08em;font-weight:800;background:#ffffff12;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;gap:9px;width:100%;text-align:left;transition:all .14s}.gp-app-shell .gp-nav-category-toggle span:first-child svg{width:17px;height:17px}.gp-app-shell .gp-nav-category-toggle:hover{color:#fff;background:#ffffff24}.gp-app-shell .gp-nav-category-toggle.active{color:#fff;background:#ffffff29}.gp-app-shell .gp-nav-chevron{transition:transform .2s;margin-left:auto;color:#bfdbfee6}.gp-app-shell .gp-nav-chevron.open{transform:rotate(180deg)}.gp-app-shell .gp-nav-category-items{overflow:hidden;padding-top:2px}.gp-app-shell .gp-nav-item{display:flex;align-items:center;gap:9px;padding:8px 12px 8px 20px;color:#ffffffed;text-decoration:none;font-size:.87rem;font-weight:600;transition:all .14s;border-left:3px solid transparent;border-radius:0 8px 8px 0;cursor:pointer;background:none;border-right:0;border-top:0;border-bottom:0;width:100%;text-align:left}.gp-app-shell .gp-nav-item:hover{background:#ffffff21;color:#fff}.gp-app-shell .gp-nav-item.active{background:#fff3;color:#fff;border-left-color:#93c5fd;font-weight:700}.gp-app-shell .gp-nav-label{flex:1}.gp-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--gp-border, #e5e7eb);background:#fff;position:sticky;top:0;z-index:50}.gp-topbar-right{display:flex;align-items:center;gap:6px}.gp-topbar-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid var(--gp-border, #e5e7eb);border-radius:8px;background:#fff;color:#374151;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .12s}.gp-topbar-btn:hover{background:var(--gp-gray-light, #f1f5f9)}.gp-topbar-logout{color:var(--gp-red, #dc2626);border-color:#dc262633}.gp-topbar-logout:hover{background:var(--gp-red-pale, #fef2f2)}.gp-topbar-version{font-size:.68rem;color:var(--gp-gray, #64748b);margin-left:4px}.gp-search{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:240px;transition:border-color .15s,box-shadow .15s}.gp-search:focus-within{border-color:var(--gp-blue);box-shadow:0 0 0 2px #2563eb14;background:#fff}.gp-search-icon{color:#9ca3af;flex-shrink:0;display:flex}.gp-search-icon svg{width:15px;height:15px}.gp-search input{border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;width:100%;padding:0}.gp-search input::placeholder{color:#9ca3af}.gp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.gp-toolbar-left{display:flex;align-items:center}.gp-toolbar-right{display:flex;align-items:center;gap:8px}.gp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:gpFadeIn .15s ease}@keyframes gpFadeIn{0%{opacity:0}to{opacity:1}}.gp-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;animation:gpSlideUp .2s ease}@keyframes gpSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gp-modal-sm{max-width:480px}.gp-modal-md{max-width:640px}.gp-modal-lg{max-width:840px}.gp-modal-xl{max-width:1020px}.gp-modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.gp-modal-head h3{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.gp-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;color:#64748b;transition:all .12s;flex-shrink:0}.gp-modal-close:hover{background:#e2e8f0;color:#0f172a}.gp-modal-close svg{width:18px;height:18px}.gp-modal-body{flex:1 0 auto;min-height:0;overflow:visible;padding:20px 24px}.gp-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 24px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#f9fafb}.gp-modal-field{display:flex;flex-direction:column;gap:4px}.gp-modal-field label{font-size:.78rem;font-weight:600;color:#374151}.gp-modal-field input,.gp-modal-field select,.gp-modal-field textarea{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.88rem;outline:none;transition:border-color .15s,box-shadow .15s;background:#fff}.gp-modal-field input:focus,.gp-modal-field select:focus,.gp-modal-field textarea:focus{border-color:var(--gp-blue);box-shadow:0 0 0 3px #2563eb1a}.gp-modal-field textarea{resize:vertical;min-height:60px}.gp-modal-grid{display:grid;gap:14px}.gp-modal-grid-2{grid-template-columns:1fr 1fr}.gp-modal-grid-3{grid-template-columns:1fr 1fr 1fr}.gp-modal-grid-4{grid-template-columns:1fr 1fr 1fr 1fr}.gp-modal-section{margin:18px 0 10px;padding-bottom:6px;border-bottom:1px solid #e5e7eb;font-size:.82rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}.gp-modal-section svg{width:16px;height:16px;color:var(--gp-blue)}.gp-toggle-group{display:flex;gap:4px;background:#f1f5f9;border-radius:10px;padding:3px}.gp-toggle-btn{flex:1;padding:8px 14px;border:none;border-radius:8px;background:transparent;font-size:.82rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .15s}.gp-toggle-btn.active{background:#fff;color:var(--gp-blue);box-shadow:0 1px 4px #00000014}.gp-mat-chips{display:flex;flex-wrap:wrap;gap:4px}.gp-mat-chip{font-size:.75rem;padding:5px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;cursor:pointer;color:#475569;transition:all .12s}.gp-mat-chip:hover{border-color:var(--gp-blue);color:var(--gp-blue);background:var(--gp-blue-pale)}.gp-mat-row{display:grid;grid-template-columns:1fr 80px 90px 36px;gap:8px;align-items:center;padding:8px 10px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .12s}.gp-mat-row:hover{border-color:var(--gp-blue-border)}.gp-mat-row input{padding:5px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;outline:none;text-align:center}.gp-mat-row input:focus{border-color:var(--gp-blue)}.gp-mat-row-name{font-size:.85rem;font-weight:500;color:#0f172a}.gp-mat-row-name small{color:#9ca3af;font-weight:400;font-size:.75rem}.gp-mat-row-cost{font-size:.78rem;color:#64748b;text-align:right}.gp-mat-row-total{font-size:.82rem;font-weight:700;color:var(--gp-blue);text-align:right}.gp-mat-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:none;color:#dc2626;cursor:pointer;border-radius:6px;transition:background .12s}.gp-mat-remove:hover{background:#fef2f2}.gp-cost-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px 16px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:10px}.gp-cost-summary-item{text-align:center}.gp-cost-summary-label{font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.gp-cost-summary-value{font-size:.95rem;font-weight:800;color:#0f172a}.gp-cost-summary-value.blue{color:var(--gp-blue)}.gp-cost-summary-value.green{color:var(--gp-green)}.gp-prod-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--gp-radius);overflow:hidden;transition:box-shadow .15s,border-color .15s}.gp-prod-card:hover{border-color:var(--gp-blue-border);box-shadow:var(--gp-shadow-md)}.gp-prod-card-img{height:180px;background:var(--gp-blue-pale);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.gp-prod-card-img img{width:100%;height:100%;object-fit:contain;background:#fff}.gp-prod-card-noimg{display:flex;align-items:center;justify-content:center;color:var(--gp-blue-border)}.gp-prod-card-noimg svg{width:40px;height:40px}.gp-prod-card-badge{position:absolute;top:8px;right:8px;padding:3px 8px;border-radius:6px;font-size:.68rem;font-weight:700;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--gp-blue)}.gp-prod-card-body{padding:12px 14px}.gp-prod-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.gp-prod-card-name{margin:0;font-size:.9rem;font-weight:700;color:#0f172a;line-height:1.2}.gp-prod-card-sku{font-size:.7rem;color:#9ca3af}.gp-prod-card-desc{margin:2px 0 0;font-size:.75rem;color:#64748b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gp-prod-card-price{font-size:.95rem;font-weight:800;color:var(--gp-blue);white-space:nowrap}.gp-prod-card-costs{margin-top:8px;padding:6px 8px;background:#f8fafc;border-radius:6px;font-size:.72rem;color:#64748b}.gp-prod-card-costs div{display:flex;justify-content:space-between;padding:1px 0}.gp-prod-card-channels{margin-top:8px;padding:6px 8px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;font-size:.72rem;color:#4338ca}.gp-prod-card-channels-title{font-weight:700;margin-bottom:3px;color:#3730a3}.gp-prod-card-channel-row{display:flex;justify-content:space-between;padding:1px 0}.gp-prod-card-channel-name{color:#4338ca}.gp-prod-card-channel-val{font-weight:700;color:#0f172a}.gp-prod-card-channel-val.disc{color:#b45309}.gp-prod-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.gp-prod-card-type{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:12px}.gp-prod-card-type.fixed{background:#f1f5f9;color:#475569}.gp-prod-card-type.sheet{background:var(--gp-orange-pale);color:var(--gp-orange)}.gp-prod-card-actions{display:flex;gap:4px}.gp-modal-img-area{display:flex;align-items:center;gap:12px}.gp-modal-img-preview{width:80px;height:80px;border-radius:10px;overflow:hidden;border:2px dashed #e2e8f0;display:flex;align-items:center;justify-content:center;background:#f8fafc;flex-shrink:0}.gp-modal-img-preview img{width:100%;height:100%;object-fit:contain;padding:4px}.gp-modal-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:2px;color:#9ca3af;font-size:.68rem}.gp-modal-img-placeholder svg{width:24px;height:24px;opacity:.4}@media(max-width:860px){.pdv-sim-layout{grid-template-columns:1fr}.pdv-sim-fields{grid-template-columns:1fr 1fr}.pdv-sim-span2{grid-column:auto}}@media(max-width:600px){.gp-modal-overlay{padding:12px}.gp-modal{border-radius:12px}.gp-modal-body{padding:16px}.gp-modal-grid-2,.gp-modal-grid-3,.gp-modal-grid-4{grid-template-columns:1fr}.gp-cost-summary{grid-template-columns:1fr 1fr}.pdv-sim-modal{max-width:100%}.pdv-sim-fields{grid-template-columns:1fr}.pdv-sim-span2{grid-column:auto}.pdv-sim-results{grid-template-columns:1fr}.pdv-sim-product{flex-direction:column;align-items:flex-start;gap:4px}.pdv-sim-product>span:last-child{margin-left:0}.gp-modal-field input,.gp-modal-field select,.gp-modal-field textarea,.pdv-search-box input,.pdv-client-field input{font-size:16px}.pdv-sim-spacing-btn{padding:12px 14px}.gp-kanban{grid-template-columns:1fr}.gp-kanban-toolbar{flex-direction:column;align-items:stretch}.gp-kanban-badge{justify-content:center}}@media(max-width:600px){.gp-modal-overlay:has(.gp-modal-order){padding:0;align-items:flex-end}.gp-modal-order{align-self:flex-end;max-width:100%;max-height:92dvh;border-radius:18px 18px 0 0;box-shadow:0 -10px 40px #00000040}.gp-modal-order .gp-modal-head{padding:14px 16px}.gp-modal-order .gp-modal-body{padding:14px 16px 20px}.gp-detail-field{padding:12px}.gp-order-detail-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gp-kanban-card-actions .ghost-btn,.gp-kanban-card-actions .danger-btn{flex:1;font-size:.78rem;padding:10px 8px}.gp-kanban-move-btn{flex:1;justify-content:center;padding:10px 8px;font-size:.78rem}}.gp-kanban-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.gp-kanban-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:20px;font-size:.78rem;font-weight:700;color:var(--badge-color);background:color-mix(in srgb,var(--badge-color) 10%,white);border:1px solid color-mix(in srgb,var(--badge-color) 30%,white);white-space:nowrap}.gp-kanban-badge svg{width:15px;height:15px}.gp-kanban{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;align-items:start}.gp-kanban-col{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;max-height:calc(100vh - 220px);transition:border-color .15s,box-shadow .15s}.gp-kanban-col.drag-over{border-color:var(--gp-blue);box-shadow:0 0 0 3px #2563eb1f}.gp-kanban-col-head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #e2e8f0;color:var(--col-color);background:color-mix(in srgb,var(--col-color) 6%,white);flex-shrink:0}.gp-kanban-col-icon{display:flex;align-items:center}.gp-kanban-col-icon svg{width:17px;height:17px}.gp-kanban-col-title{font-size:.86rem;font-weight:800;color:#0f172a;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-kanban-col-count{min-width:24px;height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:20px;background:#fff;border:1px solid #e2e8f0;font-size:.72rem;font-weight:800;color:#475569}.gp-kanban-col-body{padding:10px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1;min-height:80px}.gp-kanban-empty{font-size:.75rem;color:#94a3b8;text-align:center;padding:18px 8px}.gp-kanban-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;cursor:grab;transition:box-shadow .15s,transform .12s,border-color .12s}.gp-kanban-card:hover{border-color:var(--gp-blue-border);box-shadow:0 4px 14px #00000014}.gp-kanban-card:active{cursor:grabbing}.gp-kanban-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:4px}.gp-kanban-card-badges{display:inline-flex;align-items:center;gap:5px}.gp-kanban-card-id{font-size:.72rem;font-weight:800;color:#94a3b8}.gp-kanban-card-client{display:block;font-size:.9rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-kanban-card-product{margin-top:2px;font-size:.76rem;color:#475569;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:1.3em}.gp-kanban-card-meta{margin-top:8px;padding-top:7px;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:2px;font-size:.72rem;color:#64748b}.gp-kanban-card-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.gp-kanban-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:.7rem;font-weight:700;color:#475569}.gp-kanban-tag svg{width:13px;height:13px}.gp-kanban-tag em{font-style:normal;font-weight:800;color:var(--gp-green)}.gp-detail-bonus{font-size:.7rem;font-weight:800;color:var(--gp-green);background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:1px 10px;align-self:flex-start}.gp-kanban-card-date{display:inline-flex;align-items:center;gap:5px}.gp-kanban-card-date svg{width:13px;height:13px;color:var(--gp-gray)}.gp-kanban-tag.size{background:var(--gp-blue-pale);border-color:var(--gp-blue-border);color:var(--gp-blue)}.gp-kanban-tag.stickers{background:#f0fdf4;border-color:#bbf7d0;color:var(--gp-green)}.gp-kanban-card-total{font-size:.85rem;font-weight:800;color:#0f172a}.gp-kanban-card-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.gp-kanban-move-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:none;border-radius:8px;font-size:.74rem;font-weight:700;color:#fff;background:var(--act-color);cursor:pointer;transition:filter .12s}.gp-kanban-move-btn svg{width:14px;height:14px}.gp-kanban-move-btn:hover{filter:brightness(1.08)}
