: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}.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}.primary-btn{border:0;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 8px 16px #4f46e540}.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 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)}.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)}.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}.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-overlay-video{width:100%;height:100%;min-height:320px;border-radius:10px;background:#000;object-fit:cover}.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}.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:8px;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)}.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}.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-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}}
