:root{--ink:#17212b;--muted:#68747f;--line:#dce2e7;--paper:#fff;--canvas:#f2f4f3;--navy:#132c3d;--navy-2:#1d4256;--green:#69a84f;--green-dark:#477c35;--green-pale:#eaf4e6;--amber:#c98a28;--red:#b54842;--shadow:0 16px 50px rgba(27,42,51,.08)}*{box-sizing:border-box}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.eyebrow{margin:0 0 8px;color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:.18em}.muted{color:var(--muted)}.button{border:0;border-radius:9px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:750;font-size:13px;cursor:pointer;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button.primary{color:#fff;background:var(--green-dark);box-shadow:0 6px 15px rgba(71,124,53,.2)}.button.primary:hover{background:#386b29}.button.ghost{color:var(--ink);border:1px solid var(--line);background:#fff}.button.ghost.light{color:#fff;border-color:hsla(0,0%,100%,.28);background:hsla(0,0%,100%,.08)}.button.danger{color:var(--red);background:#f8e8e7}.button.large{min-height:49px;width:100%}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,44%) 1fr;background:#fff}.login-visual{min-height:100vh;padding:clamp(34px,6vw,82px);color:#fff;background:linear-gradient(145deg,rgba(14,41,55,.94),rgba(21,67,77,.91)),radial-gradient(circle at 18% 25%,#72a853 0,transparent 34%),#173746;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-visual:after,.login-visual:before{content:"";position:absolute;border:1px solid hsla(0,0%,100%,.09);border-radius:50%}.login-visual:before{width:490px;height:490px;right:-260px;top:10%}.login-visual:after{width:270px;height:270px;right:-100px;top:24%}.brand-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--navy);background:#fff;font-family:Georgia,serif;font-size:31px;font-weight:900;z-index:1}.login-visual>div{z-index:1}.login-visual .eyebrow{color:#9bc589}.login-visual h1{max-width:580px;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6.6vw,96px);font-weight:500;line-height:.94;letter-spacing:-.045em}.login-visual p{max-width:520px;color:hsla(0,0%,100%,.68);line-height:1.7}.login-metric{display:flex;align-items:center;gap:22px}.login-metric span{color:#9bc589;font-family:Georgia,serif;font-size:48px}.login-metric p{max-width:360px;margin:0;padding-left:22px;border-left:1px solid hsla(0,0%,100%,.2)}.login-panel{padding:34px;display:grid;place-items:center}.login-card{width:min(410px,100%);display:grid;grid-gap:18px;gap:18px}.login-card h2{margin:0;font-family:Georgia,serif;font-size:38px;font-weight:500}.login-card>p{margin:-8px 0 5px}label{color:#34414a;font-size:12px;font-weight:750;letter-spacing:.02em;display:grid;grid-gap:7px;gap:7px}input,select,textarea{width:100%;color:var(--ink);background:#fbfcfb;border:1px solid var(--line);border-radius:8px;outline:none;padding:11px 12px;transition:.16s}input:focus,select:focus,textarea:focus{background:#fff;border-color:#76a663;box-shadow:0 0 0 3px rgba(105,168,79,.12)}textarea{resize:vertical}.login-card input{min-height:48px}.login-card small{color:#97a0a7;text-align:center}.brand-mobile{display:none}.alert{padding:11px 13px;border-radius:8px;font-size:13px}.alert.error{color:#852f2a;border:1px solid #efcbc8;background:#fbedec}.alert.success{color:var(--green-dark);border:1px solid #cfe4c6;background:var(--green-pale)}.setup-page{min-height:100vh;display:grid;grid-template-columns:minmax(310px,34%) 1fr;background:#fff}.setup-side{min-height:100vh;padding:clamp(35px,5vw,70px);color:#fff;background:linear-gradient(155deg,#122d3d,#1b4b57);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.setup-side:after{content:"";width:420px;height:420px;position:absolute;right:-260px;top:24%;border:1px solid hsla(0,0%,100%,.1);border-radius:50%}.setup-side .eyebrow{color:#9bc589}.setup-side h1{margin:0 0 20px;font-family:Georgia,serif;font-size:clamp(45px,5.5vw,75px);font-weight:500;line-height:.95;letter-spacing:-.04em}.setup-side p{max-width:470px;color:hsla(0,0%,100%,.68);line-height:1.7}.setup-side>small{color:hsla(0,0%,100%,.48)}.setup-main{min-width:0;padding:38px;display:grid;place-items:center}.setup-container{width:min(680px,100%)}.setup-progress{margin-bottom:24px;display:grid;grid-template-columns:repeat(3,1fr)}.setup-progress span{color:#9aa3a8;position:relative;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:750}.setup-progress span:not(:last-child):after{content:"";height:1px;position:absolute;left:35px;right:10px;top:14px;z-index:0;background:#dfe4e1}.setup-progress b{width:29px;height:29px;z-index:1;display:grid;place-items:center;border:1px solid #d5dcda;border-radius:50%;background:#fff}.setup-progress .active{color:var(--green-dark)}.setup-progress .active b{color:#fff;border-color:var(--green-dark);background:var(--green-dark)}.setup-progress small{background:#fff;z-index:1;padding-right:8px}.setup-card{padding:clamp(24px,4vw,40px);border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 22px 70px rgba(26,44,52,.1)}.setup-card h2{margin:0;font-family:Georgia,serif;font-size:36px;font-weight:500}.setup-card>.muted{margin:8px 0 22px}.setup-card label{margin:15px 0}.setup-actions{margin-top:22px;display:flex;justify-content:flex-end;gap:8px}.connection-ok{margin:10px 0 22px;padding:9px 11px;color:#4a743c;border-radius:7px;background:#edf6e9;font-size:11px;font-weight:750}.setup-summary{margin:22px 0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.setup-summary>div{padding:13px;border:1px solid var(--line);border-radius:8px;background:#fafbfa}.setup-summary b,.setup-summary small{display:block}.setup-summary small{margin-bottom:5px;color:var(--muted);font-size:9px;text-transform:uppercase}.setup-summary b{font-size:12px}.copy-field{display:flex;gap:7px}.copy-field input{font-family:Consolas,monospace;font-size:11px}.setup-warning{padding:11px;color:#89601e;border-radius:7px;background:#fff2dd;font-size:11px;line-height:1.5}.setup-complete{text-align:center}.setup-complete>span{width:70px;height:70px;margin:0 auto 20px;display:grid;place-items:center;color:#fff;background:var(--green-dark);border-radius:50%;font-size:34px}.setup-complete p{color:var(--muted)}.setup-complete .button{margin-top:18px}.app-shell,.sidebar{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;z-index:30;color:#dbe5e9;background:var(--navy);display:flex;flex-direction:column;transform:translateX(-102%);transition:transform .2s ease;box-shadow:15px 0 50px rgba(0,0,0,.18)}.sidebar.open{transform:translateX(0)}.sidebar-brand{height:78px;padding:18px 20px;border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;gap:12px}.sidebar-brand>span{width:39px;height:39px;display:grid;place-items:center;color:var(--navy);background:#fff;border-radius:11px;font-family:Georgia,serif;font-size:24px;font-weight:900}.sidebar-brand small,.sidebar-brand strong{display:block}.sidebar-brand strong{color:#fff;font-size:15px;letter-spacing:.08em}.sidebar-brand small{margin-top:2px;color:#91a3ac;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.sidebar nav{flex:1 1;padding:24px 12px}.nav-label{margin:0 11px 9px;color:#708791;font-size:9px;font-weight:800;letter-spacing:.18em}.sidebar nav a{margin:4px 0;padding:11px 12px;border-radius:8px;display:flex;align-items:center;gap:12px;color:#aebdc4;font-size:13px;font-weight:650}.sidebar nav a:hover{color:#fff;background:hsla(0,0%,100%,.05)}.sidebar nav a.active{color:#fff;background:var(--navy-2);box-shadow:inset 3px 0 #8bbd76}.sidebar nav i{width:21px;color:#89af79;font-style:normal;font-size:18px;text-align:center}.sidebar-user{margin:12px;padding:12px;border-top:1px solid hsla(0,0%,100%,.08);display:grid;grid-template-columns:34px minmax(0,1fr) 25px;align-items:center;grid-gap:9px;gap:9px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#547f46;font-weight:800}.sidebar-user small,.sidebar-user strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user strong{color:#fff;font-size:12px}.sidebar-user small{color:#82949d;font-size:10px;margin-top:2px}.sidebar-user button{border:0;color:#8fa0a8;background:none;cursor:pointer;font-size:19px}.app-main{min-width:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:57px;padding:0 28px;color:#6f7a82;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.84);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700}.status-dot{width:7px;height:7px;margin-right:6px;display:inline-block;border-radius:50%;background:#67a954;box-shadow:0 0 0 4px rgba(105,168,79,.13)}.menu-toggle{border:0;background:transparent;font-size:22px;color:#4a5a63;cursor:pointer}.page{max-width:1540px;margin:0 auto;padding:34px 38px 55px}.page-heading{margin-bottom:27px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-heading h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,51px);line-height:1;font-weight:500;letter-spacing:-.025em}.page-heading>div>p:last-child{margin:10px 0 0;color:var(--muted)}.heading-actions{display:flex;gap:8px}.date-chip{padding:10px 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-size:12px}.panel-activity,.panel-admin-dashboard{margin-bottom:22px;padding:21px}.panel-activity .stat-grid em{margin-left:6px;color:var(--muted);font-size:10px;font-style:normal}.panel-active-list{margin:16px 0 0;padding:0;list-style:none}.panel-active-list li{padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #f0f2f1;font-size:12px}.panel-active-list small{color:var(--muted);font-size:10px;white-space:nowrap}.panel-charts-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.panel-chart-card{padding:16px;border:1px solid var(--line);border-radius:10px;background:#fff;min-height:230px}.panel-chart-card h3{margin:0 0 12px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.panel-chart-head{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.panel-chart-head h3{margin:0}.panel-chart-head select{padding:4px 8px;font-size:10px}.panel-donut-pair{display:flex;gap:14px}.panel-donut{flex:1 1;text-align:center}.panel-donut>small{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.panel-donut-legend{margin:8px 0 0;padding:0;list-style:none;text-align:left;font-size:10px;color:var(--muted)}.panel-donut-legend li{padding:2px 0;display:flex;align-items:center;gap:6px}.panel-donut-legend i{width:8px;height:8px;border-radius:2px;display:inline-block;flex-shrink:0}@media (max-width:1080px){.panel-charts-grid{grid-template-columns:1fr}}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:18px;gap:18px}.module-card{min-height:320px;padding:27px;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:var(--shadow);position:relative;display:flex;flex-direction:column;overflow:hidden;transition:.2s}.module-card:hover{transform:translateY(-4px);border-color:#aac69f;box-shadow:0 20px 55px rgba(27,42,51,.12)}.module-number{position:absolute;right:18px;top:8px;color:#edf0ee;font-family:Georgia,serif;font-size:70px}.module-icon{width:48px;height:48px;margin-bottom:46px;color:var(--green-dark);background:var(--green-pale);border-radius:12px;display:grid;place-items:center;font-size:24px}.module-card h2{max-width:230px;margin:0 0 12px;font-family:Georgia,serif;font-size:26px;font-weight:500}.module-card p{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.6}.module-card>span{margin-top:auto;color:var(--green-dark);font-size:12px;font-weight:800}.tone-2 .module-icon{color:#9b6a1e;background:#fff3df}.tone-3 .module-icon{color:#315d70;background:#e5f0f4}.tone-4 .module-icon{color:#6a4c93;background:#efe8f7}.workflow-strip{margin-top:25px;padding:17px 20px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.workflow-strip>span{color:#98a1a7;font-size:9px;font-weight:800;letter-spacing:.14em}.workflow-strip b{width:22px;height:22px;margin-right:8px;display:inline-grid;place-items:center;color:#fff;background:var(--navy-2);border-radius:50%}.toast{position:fixed;z-index:100;top:70px;left:50%;transform:translateX(-50%);min-width:300px;padding:12px 15px;color:#fff;background:#9b413b;border-radius:8px;box-shadow:0 12px 35px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px;cursor:pointer}.toast button{border:0;color:#fff;background:transparent;font-size:18px}.order-toolbar{margin-bottom:12px;display:flex;gap:10px}.search-box{min-height:43px;flex:1 1;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;display:flex;align-items:center;gap:9px}.search-box>span{color:#8c969d;font-size:19px;transform:rotate(-18deg)}.search-box input{min-width:0;border:0;padding:8px 2px;background:transparent;box-shadow:none}.search-box button{border:0;background:none;color:#8c969d;cursor:pointer;font-size:18px}.data-card,.entry-card,.order-list-card{border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 10px 30px rgba(34,47,55,.045);overflow:hidden}.list-header,.order-row{display:grid;grid-template-columns:1.05fr 1.55fr 1.25fr 1.3fr .7fr 30px;grid-gap:18px;gap:18px;align-items:center}.list-header{padding:12px 18px;color:#89939a;border-bottom:1px solid var(--line);background:#f8f9f8;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.order-row{width:100%;padding:16px 18px;border:0;border-bottom:1px solid #edf0f1;color:var(--ink);background:#fff;text-align:left;cursor:pointer;transition:.15s}.order-row:last-child{border-bottom:0}.order-row:hover{background:#f8fbf7}.order-row>span{min-width:0}.order-row b,.order-row small,.order-row strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-row strong{color:var(--navy-2);font-family:Georgia,serif;font-size:17px}.order-row b{font-size:12px}.order-row small{margin-top:4px;color:#89939a;font-size:10px;font-weight:500}.tag{width:-moz-fit-content;width:fit-content;padding:2px 5px;color:#5b794e!important;background:var(--green-pale);border-radius:4px}.progress-label{display:flex;justify-content:space-between}.progress-label small{margin:0}.progress-label b{color:var(--green-dark);font-size:10px}.progress{height:5px;margin:5px 0;background:#e8ece9;border-radius:5px;overflow:hidden}.progress i{height:100%;display:block;background:var(--green);border-radius:inherit}.row-arrow{color:var(--green-dark);font-size:19px;text-align:right}.empty-state,.loading-panel{padding:70px 24px;color:var(--muted);text-align:center}.loading-panel{display:flex;justify-content:center;align-items:center;gap:11px}.spinner{width:18px;height:18px;border:2px solid #dbe2dd;border-top:2px solid var(--green-dark);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state strong{color:var(--ink);font-family:Georgia,serif;font-size:22px;font-weight:500}.empty-state p{margin:8px 0 0}.empty-state.compact{padding:45px 20px}.empty-state.compact strong{font-size:18px}.back-link{margin-bottom:16px;padding:0;border:0;color:var(--green-dark);background:transparent;font-weight:750;cursor:pointer}.order-hero{min-height:145px;padding:25px 29px;color:#fff;border-radius:12px 12px 0 0;background:linear-gradient(110deg,var(--navy),#1b4a59);display:grid;grid-template-columns:1.1fr 1.6fr auto;grid-gap:30px;gap:30px;align-items:center}.order-hero .eyebrow{color:#94c681}.order-hero h1{margin:0;font-family:Georgia,serif;font-size:43px;font-weight:500}.order-hero p{margin:5px 0 0;color:#b6c5cb}.order-hero-extra{margin-top:6px!important;color:#8fa4ad!important;font-size:11px!important}.hero-meta{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:17px;gap:17px}.hero-meta span{padding-left:16px;border-left:1px solid hsla(0,0%,100%,.15)}.hero-meta b,.hero-meta small{display:block}.hero-meta small{margin-bottom:6px;color:#8fa4ad;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.hero-meta b{font-size:12px}.hero-actions{display:flex;gap:7px}.merge-strip{padding:9px 17px;border:1px solid #cfe1c8;border-top:0;background:#eff7ec;display:flex;align-items:center;gap:8px;color:#55704a;font-size:11px}.merge-strip span{padding:3px 7px;border-radius:4px;background:#fff;font-weight:750}.stat-grid{margin:14px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:10px;gap:10px}.stat-grid>div{padding:14px 17px;border:1px solid var(--line);border-radius:9px;background:#fff}.stat-grid b,.stat-grid small{display:block}.stat-grid small{color:#8b959b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.stat-grid b{margin-top:5px;font-family:Georgia,serif;font-size:24px;font-weight:500}.stat-grid em{color:#7c878e;font-family:Inter,sans-serif;font-size:11px;font-style:normal}.workspace-tabs{margin-bottom:14px;padding:5px;border:1px solid var(--line);border-radius:9px;background:#e9ecea;display:flex;gap:4px}.workspace-tabs button{flex:1 1;padding:10px 15px;border:0;border-radius:6px;color:#6e797f;background:transparent;font-size:12px;font-weight:750;cursor:pointer}.workspace-tabs button.active{color:var(--navy);background:#fff;box-shadow:0 2px 8px rgba(36,47,54,.09)}.split-workspace{display:grid;grid-template-columns:minmax(300px,.65fr) minmax(560px,1.35fr);grid-gap:14px;gap:14px;align-items:start}.entry-card{padding:21px}.section-title{margin-bottom:18px;display:flex;justify-content:space-between;align-items:flex-start}.products-heading h2,.section-title h2{margin:0;font-family:Georgia,serif;font-size:24px;font-weight:500}.box-glyph{color:var(--green-dark);font-size:30px}.count{padding:2px 7px;color:#62716a;background:#eef1ef;border-radius:10px;font-family:Inter,sans-serif;font-size:10px;vertical-align:middle}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:11px;gap:11px}.form-grid.three{grid-template-columns:repeat(3,1fr)}.entry-card label,.modal-card label{margin-bottom:13px}.form-subtitle{margin:5px 0 9px;color:#8a949a;font-size:9px;font-weight:800;letter-spacing:.1em}.calculated{margin:-2px 0 13px;padding:9px 11px;color:#64716a;border-radius:7px;background:#f0f5ee;display:flex;justify-content:space-between;font-size:11px}.calculated b{color:var(--green-dark)}.form-actions{margin-top:6px;display:flex;justify-content:flex-end;gap:8px}.entry-card .form-actions .primary{flex:1 1}.data-card{min-width:0}.data-card>.section-title{padding:20px 21px 0}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{padding:10px 12px;color:#89939a;background:#f7f8f7;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:9px;text-align:left;text-transform:uppercase;letter-spacing:.08em}td{padding:12px;border-bottom:1px solid #edf0f1;color:#4f5b62;font-size:11px;vertical-align:middle}td b,td small{display:block}td b{color:var(--ink);font-size:12px}td small{margin-top:3px;color:#929ba0;font-size:9px}.photo-button{padding:6px 8px;color:#6f7a80;border:1px dashed #bbc4c8;border-radius:6px;background:#fff;font-size:10px;font-weight:750;cursor:pointer;white-space:nowrap}.col-faltante{width:1%;text-align:center}.icon-button{width:28px;height:28px;padding:0;border:1px solid var(--line);border-radius:6px;color:#98671b;background:#fff;font-size:13px;cursor:pointer}.icon-button:disabled{color:#c3cac5;cursor:default}.photo-button.has-photo{color:#49773a;border-style:solid;border-color:#b9d3ae;background:#eff7ec}.row-actions{display:flex;gap:4px}.row-actions button,.save-row{width:28px;height:28px;border:1px solid var(--line);border-radius:6px;color:#6b777d;background:#fff;cursor:pointer}.row-actions button:last-child{color:var(--red)}.products-card{overflow:hidden}.products-heading{padding:19px 21px;display:flex;justify-content:space-between;align-items:center}.products-heading p:last-child{margin:6px 0 0;color:var(--muted);font-size:11px}.completion-ring{width:55px;height:55px;border-radius:50%;background:conic-gradient(var(--green) var(--value),#e7ebe8 0);display:grid;place-items:center;position:relative}.completion-ring:before{content:"";position:absolute;width:43px;height:43px;border-radius:50%;background:#fff}.completion-ring span{z-index:1;color:var(--green-dark);font-size:10px;font-weight:800}.product-search{margin:0 20px 12px;display:flex;align-items:center;gap:10px}.product-search .search-box{flex:1 1}.advanced-search{margin:0 20px 12px}.search-stats{margin:0 20px 10px;color:var(--muted);font-size:10px;font-weight:750}.products-table{min-width:920px}.products-table td:nth-child(2){color:#9aa2a7}.products-table td:nth-child(3){min-width:230px}.products-table tr.complete-row{background:#fbfdfb}.products-table tr.faltante-row{background:#fff8ec}.row-actions-cell{display:flex;gap:6px;flex-wrap:wrap}.warehouse{width:-moz-fit-content;width:fit-content;padding:3px 6px;color:#455e6b;border-radius:4px;background:#e8eff2;font-size:9px;font-weight:800}.table-input{min-width:75px;padding:7px;font-size:11px}.table-input.quantity{width:80px}.check-toggle{padding:2px;border-radius:6px;background:#ecefed;display:inline-flex}.check-toggle button{padding:5px 7px;border:0;border-radius:4px;color:#889197;background:transparent;font-size:9px;font-weight:800;cursor:pointer}.check-toggle .active.no{color:#963b35;background:#fff}.check-toggle .active.yes{color:#477b36;background:#fff}.save-row{color:#fff;border:0;background:var(--green-dark)}.reports-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px}.report-card{padding:22px;border:1px solid var(--line);background:#fff;grid-template-columns:48px 1fr auto;grid-gap:15px;gap:15px;align-items:center}.report-card,.report-card>span{border-radius:10px;display:grid}.report-card>span{width:48px;height:48px;color:var(--green-dark);background:var(--green-pale);place-items:center;font-size:23px}.report-card h3{margin:0;font-family:Georgia,serif;font-size:20px;font-weight:500}.report-card p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.modal-layer{position:fixed;inset:0;z-index:80;padding:20px;background:rgba(13,30,40,.65);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;overflow-y:auto}.modal-card{width:min(570px,100%);max-height:calc(100vh - 40px);padding:24px;border-radius:12px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.28);overflow-y:auto}.modal-title{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;justify-content:space-between}.modal-title h2{margin:0;font-family:Georgia,serif;font-size:27px;font-weight:500}.modal-title p:last-child{margin:5px 0 0;color:var(--muted);font-size:11px}.modal-title>button{border:0;color:#879198;background:transparent;font-size:24px;cursor:pointer}.merge-modal,.photo-modal{width:min(820px,100%)}.modal-card.fullscreen{width:calc(100vw - 40px);max-width:1320px;height:calc(100vh - 40px);max-height:calc(100vh - 40px)}.consolidated-stage-grid.admin-stage-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:18px}.consolidated-stage-grid .admin-stage{display:block}.consolidated-stage-grid .admin-stage span{display:block;margin-top:6px}.consolidated-stage-grid .admin-stage small{display:block}.merge-list{max-height:380px;margin-top:12px;border:1px solid var(--line);border-radius:8px;overflow-y:auto}.merge-list label{margin:0;padding:12px 14px;border-bottom:1px solid #edf0f1;display:grid;grid-template-columns:18px 1fr auto;align-items:center;grid-gap:10px;gap:10px;cursor:pointer}.merge-list label:last-child{border-bottom:0}.merge-list label.selected{background:#f2f8ef}.merge-list input{width:auto}.merge-list b,.merge-list small{display:block}.merge-list small{margin-top:2px;color:var(--muted);font-weight:500}.merge-list em{color:#8b959b;font-size:10px;font-style:normal}.selection-count{color:var(--muted);font-size:10px}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px}.photo-slot{padding:10px;border:1px solid var(--line);border-radius:9px;background:#f9faf9}.photo-preview{height:220px;margin-bottom:9px;border-radius:7px;background:#e9edeb;overflow:hidden;display:grid;place-items:center}.photo-preview img{width:100%;height:100%;object-fit:contain}.photo-preview>span{color:#9ca5a9;text-align:center;font-size:27px}.photo-preview small{margin-top:5px;display:block;font-size:10px}.photo-slot>div:last-child{display:flex;gap:6px}.file-button{flex:1 1}.file-button input{display:none}.backdrop{display:block;position:fixed;inset:0;z-index:29;border:0;background:rgba(12,28,37,.42)}.status-pill{width:-moz-fit-content;width:fit-content;padding:4px 7px;border-radius:5px;color:#68747f;background:#eef0ef;font-size:9px!important;text-transform:uppercase;letter-spacing:.05em}.status-completada,.status-en_proceso,.status-pesado{color:#467237;background:#e8f3e4}.status-bloqueada,.status-cancelada{color:#8b3e39;background:#f7e9e8}.status-pendiente{color:#98671b;background:#fff1d9}.process-banner{margin:0 0 14px;padding:16px 18px;border:1px solid #d7dfd3;border-radius:0 0 11px 11px;background:#f7faf5;display:flex;align-items:center;justify-content:space-between;gap:16px}.process-banner b,.process-banner small{display:block}.process-banner b{color:var(--navy);font-size:13px}.process-banner small{margin-top:4px;color:var(--muted);font-size:11px}.process-banner.mine{border-color:#b9d3ae;background:#edf6e9}.process-banner.locked{border-color:#efd0cd;background:#fcf3f2}.process-banner.admin{background:#eef3f5;border-color:#ccd9df}.workspace-section-title{margin:28px 0 12px;display:flex;align-items:flex-end;justify-content:space-between;gap:15px}.workspace-section-title h2{margin:0;font-family:Georgia,serif;font-size:28px;font-weight:500}.workspace-section-actions{display:flex;align-items:center;gap:10px}.lock-note{padding:7px 10px;color:#8b3e39;background:#f8eae9;border-radius:6px;font-size:10px;font-weight:750}.totals-row{background:#f7f8f7;font-weight:750}.totals-row td{border-top:2px solid var(--line)}.admin-zone{margin-top:25px}.admin-stage-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.admin-stage{padding:18px;border:1px solid var(--line);border-radius:9px;background:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:7px;gap:7px}.admin-stage b{color:var(--navy)}.admin-stage span{color:var(--green-dark);font-size:11px;font-weight:800}.admin-stage small{color:var(--muted)}.admin-stage .button{grid-column:2;grid-row:2}.timeline{margin-top:14px;padding:18px 20px;border:1px solid var(--line);border-radius:10px;background:#fff}.timeline article{padding:0 0 20px 24px;position:relative;border-left:1px solid #dfe5e1}.timeline article:last-child{padding-bottom:0}.timeline i{width:9px;height:9px;position:absolute;left:-5px;top:3px;border-radius:50%;background:var(--green)}.timeline b{color:var(--navy);font-size:12px}.timeline p,.timeline small{margin:4px 0 0;color:var(--muted);font-size:10px}.timeline-legend{display:flex;flex-wrap:wrap;gap:12px;margin:10px 0 0}.timeline-legend span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.03em}.timeline-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.timeline i.cat-empaque,.timeline-legend i.cat-empaque{background:#0f9b8e}.timeline i.cat-pesaje,.timeline-legend i.cat-pesaje{background:#5b5fc7}.timeline i.cat-consolidado,.timeline-legend i.cat-consolidado{background:#8a3ffc}.timeline i.cat-pedido,.timeline-legend i.cat-pedido{background:#c77c11}.timeline i.cat-informe,.timeline-legend i.cat-informe{background:#5b6470}.allocation-cell{min-width:230px;display:flex;flex-direction:column;gap:6px}.allocation-add{display:flex;align-items:center;gap:4px}.allocation-add input{flex:0 0 auto;padding:6px 8px;font-size:12px}.allocation-add input[type=number],.allocation-add input[type=text]{width:72px}.allocation-add button{flex-shrink:0}.allocation-remaining{color:#98671b;font-size:9px;font-weight:750}.allocation-range{display:flex;flex-direction:column;gap:4px;padding:6px;border:1px solid var(--line);border-radius:6px;background:#fafbfa}.allocation-range-row{display:flex;align-items:center;gap:6px}.allocation-range-label{width:42px;flex-shrink:0;color:#6e797f;font-size:10px;font-weight:750}.allocation-range-row input{flex:0 0 auto;width:64px;padding:5px 7px;font-size:12px}.allocation-range-row button{flex-shrink:0;width:26px;padding:0;border:1px solid var(--line);border-radius:6px;color:var(--green-dark);background:#fff;font-size:14px;font-weight:800;cursor:pointer}.allocation-range-row button:disabled{color:#c3cac5;cursor:default}.allocation-range-saved{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:5px;background:#eef1ef;color:#4f5b62;font-size:11px;font-weight:750}.allocation-range-saved button{width:auto;border:0;background:transparent;color:#929ba0;font-size:13px}.allocation-range-saved button:hover{color:var(--red)}.allocation-add button{width:26px;padding:0;border:1px solid var(--line);border-radius:6px;color:var(--green-dark);background:#fff;font-size:14px;font-weight:800;cursor:pointer}.allocation-add button:disabled{color:#c3cac5;cursor:default}.photo-drop{min-height:120px;padding:20px;border:2px dashed #bdc9bc;border-radius:9px;background:#f7faf6;place-items:center;text-align:center;cursor:pointer}.photo-drop input{margin-top:12px;background:#fff}.photo-gallery{margin-bottom:16px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.photo-tile{padding:8px;border:1px solid var(--line);border-radius:8px;background:#f7f9f8}.photo-tile img{width:100%;height:140px;object-fit:contain;border-radius:5px;background:#e9edeb}.photo-tile>div{margin-top:7px;display:flex;align-items:center;justify-content:space-between;gap:7px}.photo-tile small{color:var(--muted);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-tile .button{padding:6px 8px;font-size:9px;flex-shrink:0}.photo-add-tile{height:100%;min-height:156px;padding:8px;border:2px dashed #bdc9bc;border-radius:8px;background:#f7faf6;color:var(--green-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:750;cursor:pointer}.photo-add-tile:hover{background:#eef5ea}.photo-add-tile.saving{color:#8b959b;cursor:default}.photo-add-icon{font-size:26px}.photo-add-tile input{display:none}.photo-fallback-link{display:inline-block;margin:-6px 0 14px;color:var(--muted);font-size:10px;font-weight:750;text-decoration:underline;cursor:pointer}.photo-fallback-link input{display:none}.camera-error{margin:-6px 0 14px;color:var(--red);font-size:11px}.camera-view{display:flex;flex-direction:column;gap:14px}.camera-view video{width:100%;max-height:62vh;border-radius:10px;background:#000;object-fit:cover}.camera-actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px}.camera-actions .button{justify-self:start}.camera-shutter{width:58px;height:58px;padding:0;border:4px solid #fff;border-radius:50%;outline:3px solid var(--green-dark);background:var(--green-dark);justify-self:center;cursor:pointer;display:grid;place-items:center}.camera-shutter:disabled{opacity:.6;cursor:default}.camera-shutter .spinner{border-color:#fff hsla(0,0%,100%,.4) hsla(0,0%,100%,.4)}.report-links{margin-top:12px;padding:14px;border:1px solid var(--line);border-radius:9px;background:#fff;display:flex;flex-wrap:wrap;gap:8px}.role-options{margin:4px 0 15px;padding:12px;border:1px solid var(--line);border-radius:8px}.role-options legend{padding:0 5px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.role-options label{margin:6px 0;display:flex;grid-template-columns:none;align-items:center;gap:8px}.role-options input{width:auto}.table-role-options{display:flex;flex-direction:column;gap:4px;white-space:nowrap}.table-role-options label{display:flex;align-items:center;gap:6px;font-size:11px}.table-role-options input{width:auto}.admin-tab-panel{margin-top:4px}.date-filter{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:750}.date-filter input{padding:6px 8px;font-size:11px}.date-filter button{padding:0 4px;border:0;background:transparent;color:var(--muted);font-size:14px;cursor:pointer}.edit-order-row{padding:7px 0;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;border-bottom:1px solid #f0f2f1}.edit-order-row:last-child{border-bottom:0}.activity-table{min-width:1180px}.activity-table td small{margin-top:2px}th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}th.sortable:hover{color:var(--ink)}.search-box.compact{min-height:34px;max-width:260px;flex:none}.checklist-scroll{margin-top:8px;max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.create-user-form{padding-top:16px;border-top:1px solid var(--line)}.consolidated-card{margin-top:13px}.consolidated-orders-line{margin:4px 0 14px;padding:0 21px;color:var(--muted);font-size:12px}.link-button{padding:0;border:0;background:transparent;color:var(--green-dark);font-weight:750;font-size:inherit;cursor:pointer;text-decoration:underline}.field-optional{color:var(--muted);font-weight:400;text-transform:none;letter-spacing:0}.checkbox-field{display:flex;align-items:center;gap:8px}.checkbox-field input{width:auto}.n8n-test-result{margin-top:14px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:#f7f8f7;color:#4f5b62;font-size:11px;line-height:1.5;max-height:320px;overflow:auto;white-space:pre-wrap;word-break:break-word}.workspace-tabs.inner-tabs{max-width:240px}.workspace-tabs.inner-tabs button{flex:none;padding:8px 16px}.qvix-product-card{display:flex;gap:14px;align-items:flex-start}.qvix-product-card img{width:96px;height:96px;border-radius:8px;object-fit:cover;border:1px solid var(--line);flex-shrink:0}.qvix-product-card b{display:block;margin-bottom:4px;color:var(--navy);font-size:13px}.qvix-product-card p{margin:0 0 6px;color:var(--muted);font-size:12px}.qvix-product-card small{display:block;margin-top:2px;color:var(--muted);font-size:10px}@media (max-width:1080px){.module-grid{grid-template-columns:1fr}.module-card{min-height:230px}.module-icon{margin-bottom:25px}.split-workspace{grid-template-columns:1fr}.entry-card{display:block}.reports-grid{grid-template-columns:1fr}.list-header{display:none}.order-row{grid-template-columns:1fr 1.4fr 1fr}.order-row>span:nth-child(3),.order-row>span:nth-child(5),.row-arrow{display:none}.order-hero{grid-template-columns:1fr auto}.hero-meta{grid-row:2;grid-column:1/-1}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){input,select,textarea{font-size:16px}.products-table{min-width:0}.products-table thead{display:none}.products-table,.products-table tbody,.products-table td,.products-table tr{display:block;width:100%}.products-table tr{margin-bottom:12px;padding:10px;border:1px solid var(--line);border-radius:9px}.products-table td{padding:6px 0 6px 42%;position:relative;min-height:20px;border:0;text-align:left}.products-table td:before{content:attr(data-label);position:absolute;left:0;top:6px;width:38%;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.setup-page,.setup-side{display:block}.setup-side{min-height:auto;padding:24px}.setup-side>div:not(.brand-mark),.setup-side>small{display:none}.setup-main{min-height:calc(100vh - 100px);padding:18px 12px 30px}.setup-progress small{display:none}.setup-progress span{justify-content:center}.setup-progress span:not(:last-child):after{left:50%;right:-50%}.setup-card{padding:23px 18px}.setup-card h2{font-size:30px}.setup-card .form-grid,.setup-summary{grid-template-columns:1fr}.copy-field{align-items:stretch;flex-direction:column}.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-panel{min-height:100vh;padding:25px}.brand-mobile{margin-bottom:22px;display:flex;align-items:center;gap:10px;font-weight:800}.brand-mobile span{width:35px;height:35px;display:grid;place-items:center;color:#fff;background:var(--navy);border-radius:9px;font-family:Georgia,serif;font-size:21px}.topbar{height:52px;padding:0 16px}.topbar-name{display:none}.page{padding:24px 14px 42px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading .button{width:100%}.date-chip{display:none}.workflow-strip{display:grid;grid-template-columns:1fr;grid-gap:11px;gap:11px}.workflow-strip i{display:none}.order-toolbar{flex-direction:column}.order-row{grid-template-columns:1fr 1fr;gap:12px;padding:15px}.order-row>span:nth-child(4){grid-column:1/-1}.order-row>span:before{content:attr(data-label);margin-bottom:4px;display:block;color:#9ba3a7;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.order-hero{padding:21px;grid-template-columns:1fr auto;gap:18px}.order-hero h1{font-size:34px}.hero-meta{grid-template-columns:1fr;gap:9px}.hero-meta span{padding:0 0 0 12px}.hero-actions .button:first-child{font-size:0}.hero-actions .button:first-child:after{content:"⎇";font-size:16px}.merge-strip{flex-wrap:wrap}.stat-grid{grid-template-columns:1fr 1fr}.workspace-tabs{overflow-x:auto}.workspace-tabs button{min-width:145px;white-space:nowrap}.split-workspace{display:block}.data-card{margin-top:13px}.form-grid,.form-grid.three{grid-template-columns:1fr 1fr}.form-grid.three label:last-child{grid-column:1/-1}.table-wrap table:not(.products-table){min-width:720px}.reports-grid{grid-template-columns:1fr}.report-card{grid-template-columns:42px 1fr}.report-card .button{grid-column:1/-1}.modal-layer{padding:8px;place-items:end center}.modal-card{max-height:calc(100vh - 16px);padding:19px;border-radius:14px 14px 8px 8px}.photo-grid{grid-template-columns:1fr}.photo-preview{height:250px}.process-banner{align-items:stretch;flex-direction:column}.process-banner .button{width:100%}.admin-stage-grid{grid-template-columns:1fr}.photo-gallery{grid-template-columns:repeat(2,1fr)}.workspace-section-title{align-items:flex-start;flex-direction:column}}