@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";.hype-entry .primary,.machines-page .metrics,.machines-page .records,.orders-page .records{display:none}.orders-page .workspace{grid-template-columns:minmax(0,1fr);width:100%}.orders-page .entry-form,.order-sheet{width:100%;max-width:100%;overflow:hidden}.order-sheet .sheet-scroll{width:100%;max-width:100%;overflow-x:auto}.order-sheet table{min-width:1100px}.order-sheet th{font-size:10px;padding:8px 6px;white-space:normal;line-height:1.2}.order-sheet td{min-width:105px;padding:4px}.order-sheet td:nth-child(2),.order-sheet td:nth-child(10){min-width:170px}.order-sheet input{min-width:0;width:100%;padding:8px 6px;font-size:13px}@media(max-width:700px){main{padding-left:12px;padding-right:12px}.orders-page .entry-form{padding:14px}.orders-page .section-heading h2{font-size:20px}.order-sheet table{min-width:950px}.order-sheet th{font-size:9px}.order-sheet td{min-width:88px}.order-sheet td:nth-child(2),.order-sheet td:nth-child(10){min-width:135px}.order-sheet input{font-size:12px;padding:7px 5px}}.excel-page-form .sheet-scroll{position:relative;max-height:min(56vh,540px);overflow:auto;overscroll-behavior:contain;background:#fff}.excel-page-form .sheet-scroll table{min-width:1450px;border-collapse:separate;border-spacing:0}.excel-page-form .sheet-scroll th{position:sticky;top:0;z-index:2;padding:10px 8px;background:#f3f8f6;color:var(--dark);font-size:11px;line-height:1.3;text-align:left;white-space:normal;box-shadow:0 1px 0 var(--line)}.excel-page-form .sheet-scroll td{min-width:105px;padding:5px;border-top:1px solid var(--line);background:#fff}.excel-page-form .sheet-scroll td:nth-child(1),.excel-page-form .sheet-scroll td:nth-child(9){min-width:70px}.excel-page-form .sheet-scroll td:nth-child(2),.excel-page-form .sheet-scroll td:nth-child(5),.excel-page-form .sheet-scroll td:nth-child(13){min-width:165px}.excel-page-form .sheet-scroll td:nth-child(3),.excel-page-form .sheet-scroll td:nth-child(4){min-width:160px}.excel-page-form .sheet-scroll input,.excel-page-form .sheet-scroll select{min-width:0;width:100%;padding:9px 8px}.excel-page-form .sheet-scroll{overflow-x:hidden}.excel-page-form .sheet-scroll table{width:100%;min-width:0;table-layout:fixed}.excel-page-form .sheet-scroll th{padding:6px 3px;font-size:9px;line-height:1.15;overflow-wrap:anywhere}.excel-page-form .sheet-scroll td,.excel-page-form .sheet-scroll td:nth-child(n){min-width:0;padding:3px}.excel-page-form .sheet-scroll td:nth-child(1),.excel-page-form .sheet-scroll th:nth-child(1){width:5%}.excel-page-form .sheet-scroll td:nth-child(2),.excel-page-form .sheet-scroll th:nth-child(2){width:5%}.excel-page-form .sheet-scroll td:nth-child(3),.excel-page-form .sheet-scroll th:nth-child(3),.excel-page-form .sheet-scroll td:nth-child(4),.excel-page-form .sheet-scroll th:nth-child(4){width:13%}.excel-page-form .sheet-scroll td:nth-child(5),.excel-page-form .sheet-scroll th:nth-child(5),.excel-page-form .sheet-scroll td:nth-child(13),.excel-page-form .sheet-scroll th:nth-child(13){width:10%}.excel-page-form .sheet-scroll td:nth-child(6),.excel-page-form .sheet-scroll th:nth-child(6),.excel-page-form .sheet-scroll td:nth-child(10),.excel-page-form .sheet-scroll th:nth-child(10){width:6%}.excel-page-form .sheet-scroll td:nth-child(7),.excel-page-form .sheet-scroll th:nth-child(7),.excel-page-form .sheet-scroll td:nth-child(11),.excel-page-form .sheet-scroll th:nth-child(11),.excel-page-form .sheet-scroll td:nth-child(12),.excel-page-form .sheet-scroll th:nth-child(12){width:5%}.excel-page-form .sheet-scroll td:nth-child(8),.excel-page-form .sheet-scroll th:nth-child(8){width:8%}.excel-page-form .sheet-scroll td:nth-child(9),.excel-page-form .sheet-scroll th:nth-child(9){width:4%}.excel-page-form .sheet-scroll input,.excel-page-form .sheet-scroll select{padding:6px 3px;font-size:11px;min-width:0}.excel-page-form .sheet-scroll select{background-position:right 3px center}.machine-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.machine-actions button{border:1px solid var(--brand);border-radius:6px;padding:9px 12px;background:#fff;color:var(--brand);font-weight:700}.machine-actions button:hover{background:#e7f5f1}.machine-modal{width:min(1100px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:auto;background:var(--paper);border-radius:10px;padding:24px;box-shadow:0 25px 70px #103b362e}.machine-modal-results{display:grid;gap:10px;margin-top:18px}.machine-result{padding:14px;border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.machine-result strong{color:var(--dark);min-width:100px}.machine-result span{color:var(--muted)}.machine-edit-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;flex:1}.machine-edit-grid label span{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}.machine-edit-grid input{padding:7px}.save-edit{border:0;border-radius:6px;padding:8px 12px;background:var(--brand);color:#fff;font-weight:700}@media(max-width:850px){.machine-edit-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media(max-width:520px){.machine-modal{padding:17px}.machine-actions button{flex:1 1 calc(50% - 8px)}.machine-edit-grid{grid-template-columns:1fr}.machine-result{display:block}.machine-result strong{display:block;margin-bottom:10px}.machine-result span{display:block;margin:5px 0}.save-edit{margin-top:10px;width:100%}}.machine-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.machine-search-grid label span,.machine-line-edit span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.machine-search-grid input,.machine-line-edit input{padding:9px}.machine-line-edit{margin-left:auto;min-width:150px}.machine-line-edit input{width:100%}@media(max-width:520px){.machine-search-grid{grid-template-columns:1fr}.machine-line-edit{display:block;margin:10px 0 0}.machine-modal .save-edit{width:100%}}.machine-modal{padding:18px}.machine-modal .modal-heading{margin-bottom:12px}.machine-modal-results{gap:6px;margin-top:12px}.machine-modal .machine-result{display:grid;grid-template-columns:108px minmax(0,1fr) 180px auto;gap:10px;min-height:0;padding:8px 12px}.machine-modal .machine-result strong{min-width:0}.machine-line-edit{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;margin:0;min-width:0}.machine-line-edit span{margin:0;white-space:nowrap}.machine-line-edit input{padding:7px}.machine-search-grid select{width:100%;padding:9px}.machine-modal .save-edit{margin:0;white-space:nowrap}@media(max-width:650px){.machine-modal .machine-result{display:block}.machine-line-edit{display:grid;grid-template-columns:auto minmax(0,1fr);margin:8px 0 0}.machine-modal .save-edit{width:100%;margin-top:8px}}.machine-record-modal{width:min(1180px,calc(100vw - 32px))}.machine-record-search{display:block;max-width:420px}.machine-record-search span,.machine-record-grid label span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.machine-record-search input{width:100%;padding:9px}.machine-record-results{display:grid;gap:12px;margin-top:15px}.machine-record-card{padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfefd}.machine-record-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}.machine-record-title strong{color:var(--dark)}.machine-record-title span{color:var(--muted);font-size:13px}.machine-record-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.machine-record-grid input,.machine-record-grid select{width:100%;min-width:0;padding:8px}.machine-record-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.delete-machine{border:0;border-radius:6px;padding:8px 12px;background:#c94444;color:#fff;font-weight:700}.delete-machine:disabled,.save-edit:disabled{opacity:.6;cursor:wait}@media(max-width:720px){.machine-record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.machine-record-grid{grid-template-columns:1fr}.machine-record-title{align-items:flex-start;flex-direction:column}.machine-record-actions{flex-direction:column}.machine-record-actions button{width:100%}}.workspace,.machines-page .workspace{grid-template-columns:1fr}.machines-page .entry-form,.machine-sheet{width:100%}.sheet-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:7px}.machine-sheet table{border-collapse:collapse;width:100%;min-width:1250px}.machine-sheet th{padding:10px 8px;text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;white-space:nowrap;background:#f5faf8}.machine-sheet td{padding:6px;border-top:1px solid var(--line);min-width:120px}.machine-sheet td:first-child{min-width:110px}.machine-sheet input{min-width:105px;padding:9px 8px;border-radius:4px}.sheet-add{margin-top:14px;border:1px solid var(--brand);border-radius:6px;padding:9px 14px;background:#fff;color:var(--brand);font-weight:700}.sheet-add:hover{background:#e7f5f1}.machine-sheet .sheet-hint{margin:12px 0 0;color:var(--muted);font-size:12px}:root{--ink:#172b2a;--muted:#65807d;--paper:#fff;--ground:#edf5f2;--brand:#0f766e;--dark:#134e4a;--line:#d7e5e1;--coral:#e76f51;--shadow:0 12px 35px #164e4a12}*{box-sizing:border-box}body{margin:0;background:var(--ground);color:var(--ink);font:15px/1.5 DM Sans,sans-serif}.app-shell{min-height:100vh}.hero{background:linear-gradient(120deg,#0f766e,#164e4a);color:#fff;padding:38px max(24px,calc((100vw - 1240px)/2));display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.eyebrow{font-size:11px;letter-spacing:.12em;font-weight:700;opacity:.72;margin:0 0 8px}.hero h1,h2{font-family:Space Grotesk,sans-serif}.hero h1{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:0}.hero-copy{margin:10px 0 0;color:#c5e5df}.connection{font-size:13px;white-space:nowrap;padding-bottom:5px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#9ee6a9;margin-right:8px}.dot.loading{background:#f5c96b}.dot.offline{background:#ff9b83}.tabs{background:#fff;border-bottom:1px solid var(--line);padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;gap:5px;overflow:auto}.tab{border:0;background:none;padding:16px 14px;color:var(--muted);font:600 14px DM Sans;white-space:nowrap;border-bottom:3px solid transparent;cursor:pointer}.tab:hover,.tab.active{color:var(--brand);border-color:var(--coral)}main{max-width:1240px;margin:auto;padding:28px 24px 52px}.alert{padding:13px 16px;border-radius:8px;margin-bottom:18px;font-weight:600}.alert.error{background:#ffe3dc;color:#8d3522}.alert.success{background:#d8f3e7;color:#176345}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.metric,.workspace>section,.entry-form{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px}.workspace{display:grid;grid-template-columns:minmax(280px,370px) 1fr;gap:22px}.entry-form,.workspace>section{padding:24px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:20px}.section-heading h2{font-size:21px;margin:0}.required{font-size:12px;color:var(--coral);white-space:nowrap}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px}.form-grid label{display:block}.form-grid label.wide{grid-column:1/-1}.form-grid label:last-child{grid-column:1/-1}.form-grid span{display:block;color:var(--muted);font-size:12px;font-weight:600;margin-bottom:5px}input,select{width:100%;border:1px solid #bfd3ce;border-radius:6px;padding:10px;background:#fff;color:var(--ink);font:inherit}input:focus,select:focus{outline:2px solid #8bd1c6;border-color:var(--brand)}button{cursor:pointer}.primary{width:100%;border:0;border-radius:6px;padding:12px;background:var(--coral);color:#fff;font-weight:700}.primary:hover{background:#ce5d42}.search{max-width:180px}.table-wrap{overflow:auto}.table-wrap table{border-collapse:collapse;width:100%;min-width:600px}.table-wrap th{text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em;background:#f5faf8}.table-wrap th,.table-wrap td{padding:11px 10px;border-bottom:1px solid var(--line);vertical-align:top}.table-wrap td small{display:block;color:var(--muted);font-size:12px}.table-wrap select{padding:6px;font-size:13px}.delete{border:0;background:none;color:#b64a37;font-size:12px;padding:5px}.empty{padding:35px;text-align:center;color:var(--muted);background:#f7fbfa;border-radius:7px}@media(max-width:850px){.hero{display:block}.connection{margin-top:20px}.metrics{grid-template-columns:repeat(2,1fr)}.workspace{grid-template-columns:1fr}}@media(max-width:520px){main{padding:18px 14px 40px}.hero{padding:28px 18px}.tabs{padding:0 14px}.metrics{gap:8px}.metric{padding:13px}.metric strong{font-size:24px}.workspace>section,.entry-form{padding:17px}.form-grid{grid-template-columns:1fr}.form-grid label.wide,.form-grid label:last-child{grid-column:auto}.section-heading{display:block}.search{max-width:none;margin-top:12px}}.orders-page>.metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.orders-page>.metrics .metric{position:relative;overflow:hidden;border-top:4px solid #0d6efd;background:#f7fbff}.orders-page>.metrics .metric span{font-weight:600;color:#587092}.orders-page>.metrics .metric strong{display:block;font-size:34px;line-height:1.15;margin-top:5px}.orders-page>.metrics .metric:nth-child(1){border-top-color:#0d6efd;background:#f7fbff}.orders-page>.metrics .metric:nth-child(1) strong{color:#0d6efd}.orders-page>.metrics .metric:nth-child(2){border-top-color:#dc3545;background:#fff8f8}.orders-page>.metrics .metric:nth-child(2) strong{color:#dc3545}.orders-page>.metrics .metric:nth-child(3){border-top-color:#f0ad00;background:#fffdf5}.orders-page>.metrics .metric:nth-child(3) strong{color:#b07800}.orders-page>.metrics .metric:nth-child(4){border-top-color:#198754;background:#f7fcf9}.orders-page>.metrics .metric:nth-child(4) strong{color:#198754}@media(max-width:850px){.orders-page>.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.orders-page>.metrics{grid-template-columns:1fr}.orders-page>.metrics .metric strong{font-size:28px}}.order-modal{width:min(1240px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:auto;background:var(--paper);border-radius:12px;padding:24px;box-shadow:0 25px 70px #103b362e}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0a232194;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.order-results{display:grid;gap:10px;margin-top:18px}.order-results-limit{position:sticky;z-index:3;top:0;margin:0;padding:9px 12px;border-radius:7px;background:#e8f4ed;color:var(--dark);font-size:12px;font-weight:700}.order-result{border:1px solid var(--line);border-radius:8px;padding:14px}.order-result-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.order-result-head strong{font-size:17px;color:var(--dark)}.order-group{border:1px solid var(--line);border-radius:8px;overflow:hidden}.order-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#eef7f4;border-bottom:1px solid var(--line);padding:11px 14px}.order-group-head strong{font-size:18px;color:var(--dark)}.order-group-head span{color:var(--muted);font-size:13px;font-weight:700}.order-group-body{padding:12px;display:grid;gap:10px}.order-detail{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:8px}@media(max-width:1100px){.order-detail{grid-template-columns:repeat(5,minmax(0,1fr))}}.order-detail>div{min-width:0}.order-detail span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:700;margin-bottom:2px}.order-detail strong{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:700px){.order-detail{grid-template-columns:repeat(2,minmax(0,1fr))}}.order-sheet td select,.machine-sheet td select{min-width:0;width:100%;padding:8px 6px;font-size:13px;border-radius:4px;background:#fff;color:var(--ink)}.cell-duplicate{border-color:#dc3545!important;background:#fff5f5!important}.machine-status-page{max-width:1040px;margin:0 auto;padding:26px;background:#fff;border:1px solid var(--line);border-radius:12px}.machine-status-filter{margin:18px 0}.machine-status-filter label,.machine-status-list label{display:grid;gap:6px}.machine-status-filter span,.machine-status-list label span{font-size:12px;font-weight:700;color:var(--muted)}.machine-status-filter select,.machine-status-list input{padding:11px;border:1px solid var(--line);border-radius:6px;font:inherit}.machine-status-list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 10px}.machine-status-list-heading h3{margin:0}.machine-status-list-heading span{font-size:13px;color:var(--muted)}.machine-status-list>div{display:grid;gap:9px}.machine-status-list article{display:grid;grid-template-columns:180px minmax(250px,1fr) auto;gap:12px;align-items:end;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fcfa}.machine-status-list article>strong{align-self:center;color:var(--brand)}.machine-status-list .primary{margin:0;min-width:104px}.machine-status-list .empty{margin:0}@media(max-width:650px){.machine-status-page{padding:16px}.machine-status-list article{grid-template-columns:1fr}.machine-status-list article>strong{font-size:18px}.machine-status-list .primary{width:100%}}.design-results{display:grid;gap:12px;margin-top:18px}.design-result{border:1px solid var(--line);border-radius:8px;padding:14px}.design-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;flex-wrap:wrap}.design-head strong{font-size:17px;color:var(--dark)}.design-actions{display:flex;gap:8px}.delete-order{border:1px solid #b64a37;border-radius:6px;padding:8px 12px;background:#fff;color:#b64a37;font-weight:700}.delete-order:hover{background:#ffe9e4}.design-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.design-grid label{min-width:0}.design-grid label.wide{grid-column:1/-1}.design-grid label span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:700;margin-bottom:4px}.design-grid input,.design-grid select{padding:8px;font-size:13px}@media(max-width:700px){.design-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.order-sheet td:nth-child(12){min-width:150px}@media(max-width:700px){.order-sheet td select,.machine-sheet td select{font-size:12px;padding:7px 5px}.order-sheet td:nth-child(12){min-width:135px}}.login-screen{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 120px);background:var(--ground)}.login-form{width:100%;max-width:380px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:36px;box-shadow:var(--shadow)}.login-form h1{font-family:Space Grotesk,sans-serif;font-size:28px;color:var(--brand);margin:0 0 24px;text-align:center}.login-tagline{text-align:center;color:var(--muted);margin:0 0 22px;font-size:14px}.login-error{background:#ffe3dc;color:#8d3522;padding:11px 14px;border-radius:8px;margin-bottom:18px;font-weight:600;text-align:center}.login-field{margin-bottom:18px}.login-field label{display:block;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}.login-field input{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:8px;font:400 15px DM Sans,sans-serif;background:#fff;transition:border .2s}.login-field input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 4px #0f766e18}.login-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink);margin-bottom:24px}.login-check input{width:auto}.login-submit{width:100%;border:0;border-radius:8px;padding:12px;background:var(--brand);color:#fff;font:700 15px DM Sans,sans-serif;cursor:pointer;transition:background .2s}.login-submit:hover{background:#105e55}.login-submit:disabled{opacity:.6;cursor:default}.user-menu{position:relative}.user-btn{border:1px solid #ffffff33;background:#ffffff14;color:#fff;padding:10px 16px;border-radius:9px;font:600 14px DM Sans,sans-serif;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.user-btn:hover{background:#ffffff26}.user-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);min-width:210px;overflow:hidden;z-index:60;display:flex;flex-direction:column}.user-opt{border:0;background:none;text-align:left;padding:12px 16px;font:600 14px DM Sans,sans-serif;color:var(--ink);cursor:pointer;transition:background .15s}.user-opt:hover{background:var(--ground);color:var(--brand)}.logout-btn{border:1px solid #ffffff40;background:#e76f5122;color:#ffd9cc;padding:10px 16px;border-radius:9px;font:700 14px DM Sans,sans-serif;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.logout-btn:hover{background:var(--coral);color:#fff}.install-app{border:1px solid #90f0c2;border-radius:8px;padding:9px 12px;background:#e7fff052;color:#ecfff4;font:700 13px DM Sans,sans-serif;white-space:nowrap}.install-app:hover{background:#e7fff075}.unsaved-modal{width:min(440px,92vw);padding:24px;border-radius:12px;background:#fff;box-shadow:0 24px 58px #102a2a55}.unsaved-modal h2{margin:0;color:var(--dark);font-size:22px}.unsaved-modal p{margin:9px 0 20px;color:var(--muted)}.unsaved-modal>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.unsaved-modal .primary{width:auto;padding:10px 13px}.unsaved-modal .secondary-action,.unsaved-discard{padding:10px 12px;border-radius:6px;font:700 13px DM Sans,sans-serif}.unsaved-discard{border:1px solid #d27a6e;background:#fff;color:#a44738}.unsaved-discard:hover{background:#fff2ef}@media(max-width:520px){.unsaved-modal>div{display:grid;grid-template-columns:1fr}.unsaved-modal .primary,.unsaved-modal .secondary-action,.unsaved-discard{width:100%}}.hero-tech{position:relative;overflow:hidden;min-height:160px;background:linear-gradient(120deg,#092d29,#104a40 55%,#0b6e65 120%)}.hero-tech:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5;background:linear-gradient(115deg,transparent 0 24%,#65eadb1c 24.1% 24.3%,transparent 24.4% 52%,#65eadb1a 52.1% 52.3%,transparent 52.4%),radial-gradient(circle at 10% 23%,#81ffe4 0 2px,transparent 3px),radial-gradient(circle at 74% 70%,#81ffe4 0 2px,transparent 3px),radial-gradient(circle at 90% 30%,#81ffe4 0 2px,transparent 3px);background-size:100% 100%,220px 150px,290px 170px,250px 150px}.hero-tech>*{position:relative;z-index:1}.hero-title{display:flex;align-items:center;gap:16px}.hero-title img{width:66px;height:66px;object-fit:cover;border:1px solid #80f3db99;border-radius:14px;box-shadow:0 0 22px #51ffd277}.hero-kicker{margin:0 0 5px;color:#8af6dc;font-size:11px;font-weight:800;letter-spacing:.12em}.hero-tech h1{letter-spacing:-.025em;text-shadow:0 2px 16px #041c19a8}.hero-tech .hero-copy{color:#d1f3ea}.hero-controls{display:flex;align-items:center;gap:14px}.hero-tech .connection{color:#b9f6df}@media(max-width:850px){.hero-tech{min-height:0}.hero-controls{margin-top:20px;flex-wrap:wrap}}@media(max-width:520px){.hero-title{align-items:flex-start;gap:11px}.hero-title img{width:48px;height:48px;border-radius:11px}.hero-kicker{font-size:9px}.hero-tech h1{font-size:29px}.hero-controls{gap:8px}.hero-tech .connection{width:100%;margin:0}}.hero-tech:after{content:"";position:absolute;z-index:0;top:-70%;left:-22%;width:13%;height:240%;pointer-events:none;background:linear-gradient(90deg,transparent,#baffed2e,#dfffff75,#baffed2e,transparent);filter:blur(5px);transform:translate3d(-180%,0,0) rotate(14deg);animation:hero-light-sweep 8s ease-in-out infinite}.hero-tech:before{animation:hero-circuit-glow 5s ease-in-out infinite}.hero-title{animation:hero-title-enter .75s cubic-bezier(.2,.8,.2,1) both}.hero-title img{animation:hero-icon-glow 3.2s ease-in-out infinite}.hero-controls{animation:hero-controls-enter .75s .14s cubic-bezier(.2,.8,.2,1) both}@keyframes hero-light-sweep{0%,58%{transform:translate3d(-180%,0,0) rotate(14deg);opacity:0}64%{opacity:.8}82%{opacity:.35}to{transform:translate3d(1050%,0,0) rotate(14deg);opacity:0}}@keyframes hero-circuit-glow{0%,to{opacity:.38}50%{opacity:.68}}@keyframes hero-title-enter{0%{opacity:0;transform:translate3d(-18px,8px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hero-controls-enter{0%{opacity:0;transform:translate3d(18px,8px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes hero-icon-glow{0%,to{box-shadow:0 0 16px #51ffd250}50%{box-shadow:0 0 29px #51ffd29c}}@media(prefers-reduced-motion:reduce){.hero-tech:before,.hero-tech:after,.hero-title,.hero-title img,.hero-controls{animation:none!important}}.pw-wrap{position:relative}.pw-wrap input{padding-right:44px}.pw-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);border:0;background:none;font-size:17px;cursor:pointer;padding:6px;line-height:1;border-radius:6px}.pw-toggle:hover{background:var(--ground)}.account-modal{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:32px;width:100%;max-width:400px;box-shadow:var(--shadow)}.account-modal .modal-heading{margin-bottom:8px}.login-screen{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;padding:32px 20px;background:linear-gradient(135deg,#9edcdd,#88cccd)}.login-network{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.9}.login-screen:before,.login-screen:after{content:"";position:absolute;z-index:-1;border-radius:50%;background:#ffffff12}.login-screen:before{width:460px;height:460px;top:-260px;left:-160px}.login-screen:after{width:380px;height:380px;right:-180px;bottom:-220px}.login-screen .login-form{position:relative;z-index:1;width:min(720px,100%);max-width:none;margin:0;padding:62px 155px;background:linear-gradient(110deg,#006f70,#00605f 52%,#007978);border:0;border-radius:0;box-shadow:0 24px 42px #075c5c3d;clip-path:polygon(18% 0,82% 0,100% 50%,82% 100%,18% 100%,0 50%)}.login-screen .login-form:before{content:"";position:absolute;top:0;right:50%;bottom:0;left:0;background:#003f4140;pointer-events:none}.login-screen .login-brand{position:relative;display:grid;justify-items:center;gap:8px;margin:0 0 6px}.login-screen .login-brand img{display:block;width:min(178px,70%);height:auto}.login-screen .login-overline{position:relative;margin:0;text-align:center;color:#c0e9e8;font-size:11px;font-weight:700;letter-spacing:.18em}.login-screen .login-form h1{position:relative;margin:0 0 26px;color:#fff;font-family:Space Grotesk,sans-serif;font-size:28px;letter-spacing:.02em;text-align:center}.login-screen .login-tagline{position:relative;margin:-16px 0 22px;color:#b7dede;text-align:center;font-size:13px}.login-screen .login-field{position:relative;margin:10px 0 0;padding:0 18px;background:transparent}.login-screen .login-field label{color:#cef5f3;font-size:10px;letter-spacing:.1em}.login-screen .login-field input{padding:12px 40px 12px 32px;border:1px solid #a5f0e14d;background:#002f32a8;color:#fff;border-radius:8px;box-shadow:inset 0 1px #ffffff12;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s,box-shadow .2s,background .2s}.login-screen .login-field input::placeholder{color:#acd3d2}.login-screen .login-field input:focus{border-color:#42ffd2;background:#00383bbd;box-shadow:0 0 0 3px #42ffd234,0 0 18px #42ffd24d}.login-screen .login-field:before{position:absolute;z-index:1;left:30px;bottom:14px;color:#a8e9e4;font-size:13px;line-height:1}.login-screen .login-field:first-of-type:before{content:"●"}.login-screen .login-field:nth-of-type(2):before{content:"◆"}.login-screen .pw-toggle{z-index:2;color:#bbefec}.login-screen .pw-toggle:hover{background:#42ffd226}.login-screen .login-check{margin:18px 18px 20px;color:#d4f0ef}.login-screen .login-check input{accent-color:#42dfba}.login-screen .login-submit{position:relative;padding:16px;border:1px solid #8fffe4;border-radius:8px;background:linear-gradient(105deg,#28d9ad,#3ce8c8 48%,#37d0df);color:#053d3d;font-size:14px;letter-spacing:.16em;box-shadow:0 9px 24px #00ddbd45;transition:transform .2s,box-shadow .2s,filter .2s}.login-screen .login-submit:hover{background:linear-gradient(105deg,#3ce8c8,#60f0d7 48%,#54ddec);transform:translateY(-1px);box-shadow:0 12px 28px #00ddbd70}.login-screen .login-submit:focus-visible{outline:2px solid #fff;outline-offset:3px}.login-screen .login-error{position:relative;margin:0 18px 14px;background:#ffe2da;color:#934230;text-align:center;font-size:13px}.login-screen .login-footer{position:relative;margin:18px 0 0;color:#bce3e2;text-align:center;font-size:11px;letter-spacing:.04em}.app-footer{padding:18px 24px 26px;color:var(--muted);font-size:12px;text-align:center}.registry-placeholder{max-width:760px;margin:24px auto;padding:34px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.registry-placeholder h2{margin:0;font-size:27px;color:var(--dark)}.registry-placeholder>p:not(.eyebrow){margin:10px 0 24px;color:var(--muted)}.registry-placeholder>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:8px;background:#edf7ef;color:var(--brand)}.registry-placeholder>div span{font-size:13px;font-weight:700}.registry-placeholder>div strong{font-size:16px}.registry-placeholder small{display:block;margin-top:20px;color:var(--muted)}.materials-page{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:20px}.materials-form-card,.materials-list-card{padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.materials-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.materials-form label span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.materials-form input{width:100%}.materials-form .primary,.materials-photo-field{grid-column:1/-1}.materials-photo-field input[type=file]{padding:8px;background:#f7fbf8}.materials-photo-field img{display:block;max-width:180px;max-height:120px;margin-top:10px;border:1px solid var(--line);border-radius:8px;object-fit:cover}.materials-notice{margin-top:14px;padding:10px 12px;border-radius:7px;font-weight:700;font-size:13px}.materials-notice.success{background:#ddf2e4;color:#1f7043}.materials-notice.error{background:#fbe1dc;color:#963f31}.materials-list-card .section-heading>strong{display:grid;place-items:center;min-width:35px;height:35px;border-radius:50%;background:#e3f2e7;color:var(--brand)}.materials-list{display:grid;gap:9px}.materials-list article{display:grid;grid-template-columns:70px minmax(0,1fr);gap:11px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fbfefd}.materials-list article>div{display:grid;place-items:center;width:70px;height:70px;overflow:hidden;border-radius:6px;background:#edf5ef}.materials-list img{width:100%;height:100%;object-fit:cover}.materials-no-photo{font-size:10px;color:var(--muted);text-align:center}.materials-list section{min-width:0}.materials-list strong,.materials-list span,.materials-list small{display:block}.materials-list strong{color:var(--dark)}.materials-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.materials-list small{margin-top:4px;color:var(--muted);font-size:11px}@media(max-width:850px){.materials-page{grid-template-columns:1fr}}@media(max-width:520px){.materials-form{grid-template-columns:1fr}.materials-form-card,.materials-list-card{padding:17px}}.materials-page{grid-template-columns:1fr}.materials-form-card{order:0}.materials-list-card{order:1}.materials-form-card .section-heading:after{content:"Pega desde Excel empezando en Código (Código, Descripción, Tipo, Título, Origen).";display:block;max-width:360px;color:var(--muted);font-size:12px;line-height:1.35}.materials-form{grid-template-columns:1fr 1.55fr .9fr 1fr 1.1fr 1.35fr auto;align-items:end}.materials-form .primary{grid-column:auto;width:auto;min-width:150px;white-space:nowrap}.materials-photo-field{position:relative;grid-column:auto}.materials-photo-field img{position:absolute;z-index:2;right:6px;bottom:6px;width:36px;height:36px;margin:0;border-radius:5px;object-fit:cover;box-shadow:0 2px 8px #173d3240}.materials-photo-field:has(img) input[type=file]{padding-right:47px}@media(max-width:1050px){.materials-form{grid-template-columns:repeat(3,minmax(0,1fr))}.materials-form .primary{grid-column:1/-1;width:100%}.materials-photo-field{grid-column:auto}}@media(max-width:620px){.materials-form{grid-template-columns:1fr}.materials-form .primary{grid-column:auto}}.materials-tools{max-width:1240px;margin:0 auto 12px;display:flex;justify-content:flex-end}.material-edit-modal{width:min(820px,96vw);max-height:88vh;overflow:auto;padding:24px;background:var(--paper);border-radius:12px;box-shadow:0 25px 70px #103b362e}.material-edit-modal .modal-heading p{margin:4px 0 0;color:var(--muted);font-size:13px}.material-search-results{display:grid;gap:7px;margin-top:14px}.material-search-results button{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:7px;background:#fbfefd;color:var(--ink);text-align:left}.material-search-results button:hover{background:#edf7ef}.material-search-results span{color:var(--muted);font-size:13px}.material-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.material-edit-grid label span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.material-edit-grid input{width:100%}.material-edit-photo{position:relative}.material-edit-photo img{display:block;width:90px;height:90px;margin-top:8px;border-radius:7px;object-fit:cover}.material-edit-notice{margin:12px 0 0;color:var(--brand);font-weight:700}.material-edit-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:16px}.material-edit-actions .secondary-action,.material-edit-actions .save-edit{margin:0}@media(max-width:520px){.materials-tools{justify-content:stretch}.materials-tools .secondary-action{width:100%;padding:11px}.material-edit-modal{padding:17px}.material-edit-grid{grid-template-columns:1fr}.material-edit-actions{flex-direction:column}.material-edit-actions button{width:100%}}.designs-page{display:grid;grid-template-columns:1fr;gap:20px}.designs-form-card,.designs-list-card{padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.designs-form{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;align-items:end}.designs-form label span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.designs-form input{width:100%;min-width:0}.designs-photo{position:relative}.designs-photo img{position:absolute;z-index:2;right:5px;bottom:5px;width:34px;height:34px;border-radius:5px;object-fit:cover}.designs-photo:has(img) input[type=file]{padding-right:42px}.designs-form .primary{grid-column:1/-1}.designs-list-card .section-heading>strong{display:grid;place-items:center;min-width:35px;height:35px;border-radius:50%;background:#e3f2e7;color:var(--brand)}.designs-list{display:grid;gap:8px}.designs-list article{display:grid;grid-template-columns:55px minmax(0,1fr);gap:10px;padding:9px;border:1px solid var(--line);border-radius:8px}.designs-list img,.designs-list article>span{width:55px;height:55px;border-radius:6px;object-fit:cover;background:#edf5ef;color:var(--muted);font-size:10px;display:grid;place-items:center;text-align:center}.designs-list strong,.designs-list small{display:block}.designs-list strong{color:var(--dark)}.designs-list small{margin-top:4px;color:var(--muted)}@media(max-width:950px){.designs-form{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:520px){.designs-form{grid-template-columns:1fr}.designs-form-card,.designs-list-card{padding:17px}}@media(max-width:620px){.login-screen{padding:24px 14px}.login-screen .login-form{padding:52px 54px;clip-path:polygon(12% 0,88% 0,100% 50%,88% 100%,12% 100%,0 50%)}.login-screen .login-form h1{font-size:23px}.login-screen .login-field{padding-left:14px;padding-right:14px}.login-screen .login-field:before{left:16px}.login-screen .login-check{margin-left:14px;margin-right:14px}}.designs-form{display:block}.designs-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px}.designs-entry-table{width:100%;min-width:1120px;border-collapse:collapse;table-layout:fixed}.designs-entry-table th{padding:9px 6px;background:#f1f7f3;color:var(--muted);font-size:10px;line-height:1.1;text-align:left}.designs-entry-table td{padding:6px;border-top:1px solid var(--line);vertical-align:middle}.designs-entry-table input{width:100%;min-width:0;font-size:13px}.designs-entry-table th:nth-child(1){width:13%}.designs-entry-table th:nth-child(n+2):nth-child(-n+8){width:10%}.designs-entry-table th:nth-child(9){width:15%}.designs-entry-table th:nth-child(10){width:34px}.design-photo-cell{position:relative}.design-photo-cell input[type=file]{font-size:11px;padding:7px 4px}.design-photo-cell img{display:block;width:34px;height:34px;margin:4px 0 0;border-radius:5px;object-fit:cover}.design-row-remove button{display:grid;place-items:center;width:27px;height:27px;border:0;border-radius:5px;background:#d9694d;color:#fff;font-size:20px;line-height:1}.design-row-remove button:disabled{opacity:.35;cursor:not-allowed}.designs-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.designs-form-actions .secondary-action,.designs-form-actions .primary{width:auto;margin:0;grid-column:auto}.designs-form-actions .primary{min-width:180px}@media(max-width:620px){.designs-form-card,.designs-list-card{padding:16px}.designs-table-wrap{border:0;border-radius:0}.designs-entry-table{min-width:1020px}.designs-form-actions{display:grid;grid-template-columns:1fr}.designs-form-actions .secondary-action,.designs-form-actions .primary{width:100%}}.designs-style-header{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(320px,1fr);gap:14px;align-items:end;margin:0 0 13px}.designs-style-header label>span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.designs-style-header input{width:100%;min-width:0}.design-header-photo{position:relative}.design-header-photo img{position:absolute;right:6px;bottom:6px;width:34px;height:34px;border-radius:5px;object-fit:cover}.design-header-photo:has(img) input[type=file]{padding-right:44px}.designs-entry-table{min-width:940px}.designs-entry-table th:nth-child(1){width:14%}.designs-entry-table th:nth-child(n+2):nth-child(-n+7){width:14%}.designs-entry-table th:nth-child(8){width:34px}@media(max-width:620px){.designs-style-header{grid-template-columns:1fr}.designs-entry-table{min-width:850px}}.materials-list-heading{display:grid;grid-template-columns:1fr minmax(220px,340px) auto;align-items:end;gap:14px}.materials-code-filter span{display:block;margin-bottom:5px;color:var(--muted);font-size:10px;font-weight:700}.materials-code-filter input{width:100%}.materials-photo-preview{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.materials-photo-preview img{width:100%;height:100%;object-fit:cover}.image-preview-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#09241fd4}.image-preview-modal{position:relative;display:grid;justify-items:center;gap:10px;max-width:min(94vw,900px);max-height:92vh;padding:18px;background:var(--paper);border-radius:12px;box-shadow:0 25px 70px #0008}.image-preview-modal img{display:block;max-width:100%;max-height:calc(92vh - 75px);border-radius:8px;object-fit:contain}.image-preview-modal p{margin:0;color:var(--ink);font-weight:700}.image-preview-modal .modal-close{position:absolute;z-index:1;top:8px;right:8px}@media(max-width:620px){.materials-list-heading{grid-template-columns:1fr auto}.materials-code-filter{grid-column:1/-1;grid-row:2}.materials-list-heading>strong{grid-column:2;grid-row:1}}.materials-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.materials-list article{grid-template-columns:48px minmax(0,1fr);gap:8px;padding:8px;min-height:64px}.materials-list article>div{width:48px;height:48px}.materials-list strong{font-size:13px;line-height:1.15}.materials-list span{font-size:11px;line-height:1.25}.materials-list small{margin-top:3px;font-size:10px;line-height:1.2}.materials-no-photo{font-size:9px}@media(max-width:1100px){.materials-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.materials-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.materials-list{grid-template-columns:1fr}.materials-list article{grid-template-columns:56px minmax(0,1fr)}.materials-list article>div{width:56px;height:56px}}.save-toast{position:fixed;z-index:2000;right:20px;bottom:20px;display:flex;align-items:center;gap:10px;max-width:min(390px,calc(100vw - 32px));padding:13px 12px 13px 16px;border:1px solid #ffffff45;border-radius:10px;background:#173f36;color:#fff;box-shadow:0 14px 35px #081b1794;font-size:14px;font-weight:700;animation:save-toast-in .2s ease-out}.save-toast.success{background:#267846}.save-toast.error{background:#a4473c}.save-toast.saving{background:#176f73}.save-toast i{display:block;width:18px;height:18px;border:3px solid #ffffff63;border-top-color:#fff;border-radius:50%;animation:save-spin .8s linear infinite}.save-toast span{line-height:1.25}.save-toast>button{display:grid;place-items:center;width:26px;height:26px;margin-left:2px;padding:0;border:0;border-radius:50%;background:#ffffff1f;color:#fff;font-size:20px;line-height:1;cursor:pointer}.save-toast>button:hover{background:#ffffff35}@keyframes save-spin{to{transform:rotate(360deg)}}@keyframes save-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:520px){.save-toast{right:12px;bottom:12px;padding:12px 10px 12px 14px;font-size:13px}}@media(max-width:650px){.machine-status-list article{grid-template-columns:minmax(0,1fr) auto;gap:10px}.machine-status-list article>strong{grid-column:1/-1;font-size:18px}.machine-status-list .primary{width:auto;min-width:92px;padding:11px 10px}}.permissions-page{max-width:1180px;margin:0 auto;padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.permissions-page .section-heading p:not(.eyebrow){margin:5px 0 0;color:var(--muted);font-size:13px}.create-user-form{display:grid;grid-template-columns:1.1fr 1fr 1.2fr .8fr auto;gap:8px;align-items:end;margin-top:18px;padding:14px;border:1px solid #b9d8c8;border-radius:9px;background:#f4fbf6}.create-user-form strong{grid-column:1/-1;color:var(--dark);font-size:14px}.create-user-form input,.create-user-form select{min-width:0;padding:10px;border-radius:6px}.create-user-form .primary{margin:0;white-space:nowrap}.permissions-list{display:grid;gap:12px;margin-top:18px}.permissions-list article{padding:16px;border:1px solid var(--line);border-radius:9px;background:#fbfefd}.permissions-user{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px}.permissions-user strong{color:var(--dark);font-size:17px}.permissions-user span{color:var(--muted);font-size:12px}.permissions-list article>b{display:block;color:var(--brand)}.permissions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.permissions-grid>div{padding:9px;border-radius:7px;background:#edf5ef}.permissions-grid strong,.permissions-grid label{display:block;font-size:12px}.permissions-grid strong{margin-bottom:5px;color:var(--dark)}.permissions-grid label{margin-top:4px;color:var(--muted)}.permissions-grid input{margin-right:5px}.permissions-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.permissions-list .save-edit{margin:0}.delete-user{border:1px solid #c94a3d;border-radius:6px;padding:9px 12px;background:#fff;color:#aa392d;font:inherit;font-weight:700;cursor:pointer}.delete-user:hover{background:#fff0ed}.delete-user:disabled{opacity:.6;cursor:wait}@media(max-width:800px){.create-user-form{grid-template-columns:repeat(2,minmax(0,1fr))}.create-user-form strong{grid-column:1/-1}.permissions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.permissions-page{padding:16px}.create-user-form{grid-template-columns:1fr}.permissions-user{display:grid}.permissions-grid{grid-template-columns:1fr}.permissions-actions{display:grid;grid-template-columns:1fr}.permissions-actions button{width:100%}}.machine-status-current{max-width:760px;margin:20px auto 0;padding:clamp(16px,4vw,28px);border:2px solid #b9d8c8;border-radius:14px;background:#fbfefd;transition:border-color .25s,background .25s,box-shadow .25s}.machine-status-current.is-saved{border-color:#31814b;background:#eefaf1;box-shadow:0 0 0 4px #31814b17}.machine-status-progress{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--muted);font-size:clamp(12px,3vw,14px);font-weight:700}.machine-status-current>strong{display:block;margin-bottom:18px;text-align:center;color:var(--brand);font-size:clamp(28px,8vw,44px);line-height:1}.machine-status-current label{display:grid;gap:6px}.machine-status-current label>span,.machine-order-details span{font-size:11px;font-weight:800;color:var(--muted)}.machine-status-current input{width:100%;padding:13px;border:1px solid var(--line);border-radius:7px;font:inherit;font-size:clamp(15px,4.2vw,18px)}.machine-order-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:15px}.machine-order-details>div{display:grid;gap:3px;min-width:0;padding:10px;border:1px solid #d7e6dc;border-radius:7px;background:#fff}.machine-order-details b{overflow:hidden;color:var(--dark);font-size:clamp(12px,3.5vw,15px);line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.machine-order-missing{margin:14px 0 0;padding:10px;border-radius:7px;background:#fff7e9;color:#795719;font-size:13px}.machine-status-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;margin-top:17px}.machine-status-actions .primary,.machine-status-actions .secondary-action{width:100%;margin:0;min-height:46px;font-size:clamp(13px,3.5vw,16px)}@media(max-width:520px){.machine-status-progress{font-size:12px}.machine-order-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.machine-order-details>div{padding:8px}.machine-order-details b{font-size:12px}.machine-status-actions{grid-template-columns:1fr}.machine-status-actions .secondary-action{order:2}}.machine-status-current:has(input:focus){border-color:#277da1;background:#eff9ff;box-shadow:0 0 0 4px #277da11c}.machine-status-current:has(input:focus)>strong{color:#176987}.machine-status-current:has(input:focus) input{border-color:#277da1;box-shadow:0 0 0 3px #277da11c}.production-sheet tbody tr{transition:background .2s,box-shadow .2s}.production-sheet tbody tr:has(input:focus) td,.production-sheet tbody tr:has(select:focus) td{background:#eff9ff!important;border-top-color:#8ac4df;border-bottom-color:#8ac4df}.production-sheet tbody tr:has(input:focus) td:first-child,.production-sheet tbody tr:has(select:focus) td:first-child{box-shadow:inset 4px 0 #277da1}.production-sheet tbody tr:has(input:focus) input,.production-sheet tbody tr:has(select:focus) select{border-color:#277da1!important;box-shadow:0 0 0 2px #277da11c}.machine-status-current.is-editing{border-color:#277da1;background:#eff9ff;box-shadow:0 0 0 4px #277da11c}.machine-status-current.is-editing>strong{color:#176987}.machine-status-current label>span{font-size:clamp(14px,4vw,18px);font-weight:900;color:#164e63}.machine-status-current label input{font-size:clamp(18px,5vw,23px);font-weight:800;color:#123e4e}.machine-status-actions{grid-template-columns:1fr}.machine-status-current{touch-action:pan-y}.machine-status-current label input{text-align:center}.machine-focus-hint{margin:0 0 14px;padding:9px;border-radius:7px;background:#dceff8;color:#176987;text-align:center;font-size:12px;font-weight:700}.machine-status-current.page-next{animation:machine-page-next .38s cubic-bezier(.2,.8,.2,1)}.machine-status-current.page-previous{animation:machine-page-previous .38s cubic-bezier(.2,.8,.2,1)}@keyframes machine-page-next{0%{opacity:.2;transform:perspective(900px) translate(56px) rotateY(-11deg) scale(.96);box-shadow:-20px 12px 34px #113b4c42}to{opacity:1;transform:perspective(900px) translate(0) rotateY(0) scale(1);box-shadow:none}}@keyframes machine-page-previous{0%{opacity:.2;transform:perspective(900px) translate(-56px) rotateY(11deg) scale(.96);box-shadow:20px 12px 34px #113b4c42}to{opacity:1;transform:perspective(900px) translate(0) rotateY(0) scale(1);box-shadow:none}}@media(prefers-reduced-motion:reduce){.machine-status-current.page-next,.machine-status-current.page-previous{animation:none}}@media(max-width:650px){.machine-status-current.focus-mode{position:fixed;z-index:1100;top:0;right:0;bottom:0;left:0;max-width:none;margin:0;padding:22px 16px;border-width:0;border-radius:0;overflow-y:auto;min-height:100dvh;box-shadow:none}.machine-status-current.focus-mode .machine-status-progress{position:sticky;top:-22px;z-index:1;margin:-22px -16px 18px;padding:15px 16px;background:#eff9ff;border-bottom:1px solid #8ac4df}.machine-status-current.focus-mode>strong{font-size:clamp(36px,13vw,56px);margin:28px 0}.machine-status-current.focus-mode label input{min-height:58px;font-size:clamp(21px,6.5vw,28px)}.machine-status-current.focus-mode .machine-order-details{margin-top:20px}.machine-status-current.focus-mode .machine-status-actions{position:sticky;bottom:-22px;margin:22px -16px -22px;padding:12px 16px;background:#eff9ff;border-top:1px solid #8ac4df}}.machine-status-current.page-next{animation:machine-page-next .58s cubic-bezier(.16,.82,.24,1)!important}.machine-status-current.page-previous{animation:machine-page-previous .58s cubic-bezier(.16,.82,.24,1)!important}@keyframes machine-page-next{0%{opacity:0;transform:perspective(800px) translate(135px) rotateY(-28deg) scale(.89);box-shadow:-34px 18px 48px #052e3d80}65%{opacity:1;transform:perspective(800px) translate(-7px) rotateY(2deg) scale(1.01);box-shadow:8px 8px 20px #052e3d30}to{opacity:1;transform:perspective(800px) translate(0) rotateY(0) scale(1);box-shadow:none}}@keyframes machine-page-previous{0%{opacity:0;transform:perspective(800px) translate(-135px) rotateY(28deg) scale(.89);box-shadow:34px 18px 48px #052e3d80}65%{opacity:1;transform:perspective(800px) translate(7px) rotateY(-2deg) scale(1.01);box-shadow:-8px 8px 20px #052e3d30}to{opacity:1;transform:perspective(800px) translate(0) rotateY(0) scale(1);box-shadow:none}}.machine-status-current{position:relative}.machine-status-current.page-next{transform-origin:left center;animation:machine-page-fold-next .62s cubic-bezier(.2,.72,.18,1)!important}.machine-status-current.page-previous{transform-origin:right center;animation:machine-page-fold-previous .62s cubic-bezier(.2,.72,.18,1)!important}.machine-status-current.page-next:after,.machine-status-current.page-previous:after{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";border-radius:inherit;animation:machine-fold-shadow .62s ease-out}.machine-status-current.page-next:after{background:linear-gradient(90deg,#062d3e75,transparent 44%)}.machine-status-current.page-previous:after{background:linear-gradient(270deg,#062d3e75,transparent 44%)}@keyframes machine-page-fold-next{0%{opacity:.1;transform:perspective(1050px) rotateY(-76deg) scaleX(.83);filter:brightness(.68)}48%{opacity:1;transform:perspective(1050px) rotateY(7deg) scaleX(1.015);filter:brightness(1.08)}to{opacity:1;transform:perspective(1050px) rotateY(0) scaleX(1);filter:brightness(1)}}@keyframes machine-page-fold-previous{0%{opacity:.1;transform:perspective(1050px) rotateY(76deg) scaleX(.83);filter:brightness(.68)}48%{opacity:1;transform:perspective(1050px) rotateY(-7deg) scaleX(1.015);filter:brightness(1.08)}to{opacity:1;transform:perspective(1050px) rotateY(0) scaleX(1);filter:brightness(1)}}@keyframes machine-fold-shadow{0%{opacity:.95}to{opacity:0}}.machine-status-current.page-next,.machine-status-current.page-previous{animation-duration:.95s!important}.machine-status-current.page-next:after,.machine-status-current.page-previous:after{animation-duration:.95s;background-size:42% 100%}.machine-status-current.page-next:after{background:linear-gradient(90deg,#062d3e38,transparent 32%)}.machine-status-current.page-previous:after{background:linear-gradient(270deg,#062d3e38,transparent 32%)}@keyframes machine-fold-shadow{0%{opacity:.52}to{opacity:0}}.machine-status-current.page-next{animation:machine-page-fold-next 1.35s ease-in-out!important}.machine-status-current.page-previous{animation:machine-page-fold-previous 1.35s ease-in-out!important}.machine-status-current.page-next:after,.machine-status-current.page-previous:after{animation-duration:1.35s}@keyframes machine-page-fold-next{0%{opacity:.15;transform:perspective(1050px) rotateY(-76deg) scaleX(.86);filter:brightness(.72)}to{opacity:1;transform:perspective(1050px) rotateY(0) scaleX(1);filter:brightness(1)}}@keyframes machine-page-fold-previous{0%{opacity:.15;transform:perspective(1050px) rotateY(76deg) scaleX(.86);filter:brightness(.72)}to{opacity:1;transform:perspective(1050px) rotateY(0) scaleX(1);filter:brightness(1)}}.tabs-links{display:flex;gap:5px;overflow:auto}.mobile-nav-toggle{display:none}@media(max-width:720px){.tabs{position:relative;display:block;min-height:56px;padding:0;border-bottom:1px solid var(--line);overflow:visible;background:#fff}.mobile-nav-toggle{position:absolute;z-index:2;top:9px;right:14px;display:grid;gap:5px;width:38px;height:38px;padding:9px;border:1px solid #a9cbb8;border-radius:7px;background:#fff;cursor:pointer}.mobile-nav-toggle i{display:block;width:100%;height:2px;border-radius:2px;background:var(--brand);transition:transform .2s,opacity .2s}.tabs.mobile-open .mobile-nav-toggle i:first-child{transform:translateY(7px) rotate(45deg)}.tabs.mobile-open .mobile-nav-toggle i:nth-child(2){opacity:0}.tabs.mobile-open .mobile-nav-toggle i:last-child{transform:translateY(-7px) rotate(-45deg)}.tabs-links{position:absolute;z-index:30;top:55px;right:10px;left:10px;display:none;max-height:calc(100vh - 72px);padding:8px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 16px 36px #082b2040;overflow-y:auto}.tabs.mobile-open .tabs-links{display:grid}.tabs-links .tab{width:100%;padding:13px 14px;border-bottom:1px solid #e2eee6;border-left:3px solid transparent;text-align:left}.tabs-links .tab:last-child{border-bottom:0}.tabs-links .tab.active{border-bottom:1px solid #e2eee6;border-left-color:var(--coral);background:#f1f8f3}.tabs-links .tab:last-child.active{border-bottom:0}}.machine-focus-close{position:absolute;z-index:5;top:14px;left:50%;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;background:#d9694d;color:#fff;font-size:27px;line-height:1;cursor:pointer;box-shadow:0 4px 12px #7f261533;transform:translate(-50%)}.machine-focus-close:hover{background:#bf533a}@media(max-width:650px){.machine-status-current.focus-mode .machine-focus-close{position:fixed;top:13px;left:50%;right:auto}}.machine-status-download{margin:0;padding:10px 14px;border:1px solid var(--brand);border-radius:7px;background:#fff;color:var(--brand);font:700 13px DM Sans;white-space:nowrap;cursor:pointer}.machine-status-download:hover{background:#eef8f1}.machine-status-download:disabled{opacity:.45;cursor:not-allowed}@media(max-width:720px){.machine-status-download{display:none}}.hero-network{position:absolute!important;z-index:0!important;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;opacity:.72}.network-geometry{fill:none;stroke:#8fffe1;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;transform-box:fill-box;transform-origin:center}.network-geometry path{stroke-dasharray:5 8;animation:hero-network-flow 7s linear infinite}.network-geometry circle{fill:#a8ffea;stroke:#dffff7;stroke-width:1;transform-box:fill-box;transform-origin:center;filter:drop-shadow(0 0 4px #78ffdd);animation:hero-network-node 2.8s ease-in-out infinite}.geometry-one{animation:hero-geometry-one 9s ease-in-out infinite}.geometry-two{animation:hero-geometry-two 11s ease-in-out infinite}.geometry-two path{animation-direction:reverse}.geometry-two circle:nth-of-type(2n),.geometry-one circle:nth-of-type(odd){animation-delay:-1.4s}@keyframes hero-network-flow{to{stroke-dashoffset:-52}}@keyframes hero-network-node{0%,to{opacity:.4;transform:scale(.72)}50%{opacity:1;transform:scale(1.38)}}@keyframes hero-geometry-one{0%,to{transform:translate3d(-8px,2px,0) rotate(-.5deg)}50%{transform:translate3d(18px,-6px,0) rotate(1deg)}}@keyframes hero-geometry-two{0%,to{transform:translate3d(10px,-3px,0) rotate(.5deg)}50%{transform:translate3d(-20px,7px,0) rotate(-1deg)}}@media(max-width:600px){.hero-network{opacity:.58}.network-geometry{stroke-width:.9}}@media(prefers-reduced-motion:reduce){.hero-network,.network-geometry,.network-geometry path,.network-geometry circle{animation:none!important}}.hero-zigatex-logo{opacity:.2;transform-box:fill-box;transform-origin:center;animation:hero-zigatex-float 8s ease-in-out infinite}.hero-zigatex-logo text{fill:#baffec;stroke:#dffff7;stroke-width:.35;font:900 53px Space Grotesk,sans-serif;letter-spacing:8px;paint-order:stroke;filter:drop-shadow(0 0 8px #65ffe0)}.hero-zigatex-mark{fill:none;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px #65ffe080)}.hero-zigatex-mark .zigatex-blue-stroke{stroke:url(#zigatex-blue)}.hero-zigatex-mark .zigatex-purple-stroke{stroke:url(#zigatex-purple)}@keyframes hero-zigatex-float{0%,to{opacity:.15;transform:translate3d(0,2px,0) scale(.98)}50%{opacity:.28;transform:translate3d(0,-5px,0) scale(1.015)}}@media(max-width:600px){.hero-zigatex-logo{opacity:.14}.hero-zigatex-logo text{font-size:47px;letter-spacing:5px}}@media(prefers-reduced-motion:reduce){.hero-zigatex-logo{animation:none!important}}.tabs{position:sticky;z-index:100;top:10px;width:min(calc(100% - 32px),1240px);margin:-14px auto 18px;padding:7px 10px;border:1px solid #cfe1d6;border-radius:13px;background:#fffffff5;box-shadow:0 10px 28px #123d2b24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:visible}.tabs-links{align-items:center;justify-content:center;gap:3px;overflow-x:auto}.tab{position:relative;padding:10px 12px;border:0!important;border-radius:8px;transition:color .18s ease,background .18s ease,transform .18s ease}.tab:hover{background:#edf7f0;transform:translateY(-1px)}.tab.active{background:#e3f3e8;color:var(--brand);box-shadow:inset 0 0 0 1px #b8d8c2}.tab.active:after{content:"";position:absolute;right:18px;bottom:4px;left:18px;height:2px;border-radius:3px;background:#4d9f68}@media(max-width:720px){.tabs{position:sticky!important;top:8px;width:calc(100% - 22px);min-height:54px;margin:-10px auto 14px;padding:0;border:1px solid #cfe1d6;border-radius:12px;box-shadow:0 9px 24px #123d2b26;background:#fffffff8}.tabs-links{top:61px;right:0;left:0;margin:0;padding:8px;border-radius:11px;box-shadow:0 16px 36px #082b2040}.tabs-links .tab{padding:13px 14px;border:0!important;border-radius:8px}.tabs-links .tab.active{border:0!important;background:#e3f3e8}.tabs-links .tab.active:after{top:9px;right:auto;bottom:9px;left:5px;width:3px;height:auto}.mobile-nav-toggle{top:7px;right:8px;border-color:#b8d8c2;background:#f7fbf8}}.tab{display:inline-flex;align-items:center;gap:7px}.tab-icon{width:17px;height:17px;flex:0 0 17px;transition:transform .18s ease}.tab:hover .tab-icon,.tab.active .tab-icon{transform:scale(1.08)}@media(max-width:720px){.tabs-links .tab{display:flex;align-items:center;gap:11px}.tabs-links .tab-icon{width:20px;height:20px;flex-basis:20px}}@media(min-width:721px){.tabs-links{flex-wrap:wrap;overflow:visible}.tabs-links .tab{padding:9px;font-size:13px}}.modal-backdrop,.image-preview-backdrop{z-index:10000!important}.maintenance-screen{position:fixed;z-index:20000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;min-height:100dvh;padding:24px;background:radial-gradient(circle at 15% 15%,#33765b55,transparent 34rem),linear-gradient(145deg,#0b2d24,#174d38);color:#fff;text-align:center}.maintenance-screen section{width:min(100%,560px);padding:clamp(28px,7vw,52px);border:1px solid #a7e0c055;border-radius:24px;background:#ffffff10;box-shadow:0 28px 80px #001c1566;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.maintenance-screen img{width:82px;height:82px;border-radius:19px;box-shadow:0 12px 30px #001c1566}.maintenance-pill{display:block;width:max-content;margin:22px auto 15px;padding:7px 13px;border-radius:999px;background:#f3c969;color:#44320b;font-size:12px;font-weight:900;letter-spacing:.08em}.maintenance-screen h1{margin:0 0 14px;font-size:clamp(30px,7vw,48px);line-height:1.05}.maintenance-screen p{margin:0 auto;max-width:430px;color:#d9eee3;font-size:clamp(16px,4vw,19px);line-height:1.55}.maintenance-screen small{display:block;margin-top:12px;color:#a9c9ba}.maintenance-screen button{margin-top:28px;padding:12px 17px;border:1px solid #b7ddc8;border-radius:9px;background:#fff;color:#174d38;font:inherit;font-weight:800;cursor:pointer}.maintenance-screen .maintenance-logout{display:block;margin:12px auto 0;border-color:transparent;background:transparent;color:#d9eee3}.maintenance-admin-shell{min-height:100dvh;padding:clamp(18px,5vw,48px);background:#edf5ef}.maintenance-back{display:block;margin:0 auto 16px;padding:10px 15px;border:1px solid #8ebda2;border-radius:8px;background:#fff;color:#225d40;font:inherit;font-weight:800;cursor:pointer}.maintenance-admin{width:min(100%,760px);margin:auto;padding:clamp(24px,5vw,42px);border:2px solid #a7cfb5;border-radius:18px;background:#fff;box-shadow:0 18px 50px #183e2d1c}.maintenance-admin.is-active{border-color:#d96b55;background:#fffaf8}.maintenance-admin h2{margin:4px 0 22px;color:#153d2f;font-size:clamp(26px,5vw,36px)}.maintenance-state{display:grid;gap:5px;margin-bottom:20px;padding:16px;border-radius:10px;background:#edf7f0}.maintenance-admin.is-active .maintenance-state{background:#fff0ec}.maintenance-state strong{font-size:19px}.maintenance-state span{color:#64786e}.maintenance-admin>label:not(.maintenance-switch){display:grid;gap:7px;color:#49675a;font-size:12px;font-weight:800;text-transform:uppercase}.maintenance-admin textarea{width:100%;padding:12px;border:1px solid #adcbb9;border-radius:8px;resize:vertical;font:inherit;text-transform:none}.maintenance-switch{display:flex;align-items:center;gap:10px;margin:18px 0;color:#173f32;font-weight:800}.maintenance-switch input{width:21px;height:21px;accent-color:#c65c46}.maintenance-admin .primary{width:100%;margin:0}.maintenance-warning{margin:15px 0 0;color:#6a7e74;font-size:13px;line-height:1.45}.order-status-modal{width:min(1320px,97vw);max-height:92vh;overflow:auto;padding:22px;background:var(--paper);border-radius:12px;box-shadow:0 24px 65px #0b29256b}.order-status-modal .modal-heading{position:sticky;z-index:5;top:-22px;margin:-22px -22px 14px;padding:20px 22px 12px;background:var(--paper)}.order-status-modal .modal-heading h2{margin:0}.order-status-modal .modal-heading p{margin:4px 0 0;color:var(--muted);font-size:13px}.order-status-modal>.modal-search{position:sticky;z-index:4;top:62px;margin-bottom:14px;background:#fff}.order-status-table-wrap{overflow:auto;border:1px solid #92acd2}.order-status-table{width:100%;min-width:1120px;border-collapse:collapse;font-size:13px}.order-status-table th{position:sticky;z-index:2;top:0;padding:7px 8px;border-right:1px solid #fff;background:#4778be;color:#fff;text-align:center;line-height:1.15}.order-status-table td{padding:6px 8px;border-right:1px solid #9db7d8;border-bottom:1px solid #9db7d8;background:#dbe8f8;text-align:center}.order-status-table td:nth-child(2){min-width:210px;text-align:left}.order-status-table tbody tr:nth-child(2n) td{background:#cbdff5}.order-progress-value,.order-delivery-value{display:block;padding:3px 6px;font-weight:800}.order-progress-value.complete,.order-delivery-value.complete{background:#16a34a;color:#fff}.order-progress-value.warning{background:#fde68a;color:#684b00}.order-progress-value.low{background:#f87171;color:#601313}.order-items-pending{color:#e11d48;font-weight:800}.order-delivery-value.urgent{background:#ef4444;color:#fff}@media(max-width:650px){.order-status-modal{width:100vw;max-height:100dvh;height:100dvh;padding:14px;border-radius:0}.order-status-modal .modal-heading{top:-14px;margin:-14px -14px 10px;padding:15px 14px 10px}.order-status-modal>.modal-search{top:67px;font-size:16px}.order-status-table-wrap{max-height:calc(100dvh - 175px)}}.machine-actions button{position:relative;overflow:hidden;min-height:42px;padding:10px 15px;border:1px solid #b8d8c2;border-radius:10px;background:linear-gradient(180deg,#fff,#f3faf5);box-shadow:0 5px 13px #143f2d12;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.machine-actions button:hover{transform:translateY(-2px);box-shadow:0 9px 19px #143f2d20}.machine-actions .action-number{color:#237448}.machine-actions .action-design{border-color:#dfc36e;background:linear-gradient(180deg,#fffdf4,#fff8d9);color:#735909}.machine-actions .action-report{border-color:#9ebce6;background:linear-gradient(180deg,#fafdff,#eaf3ff);color:#285f9f}.machine-actions .action-export{border-color:#56a474;background:linear-gradient(135deg,#2f8b55,#237344);color:#fff;box-shadow:0 7px 17px #23734435}.machine-actions .action-export:hover{background:linear-gradient(135deg,#369b60,#287f4b)}.order-export-modal{width:min(720px,calc(100vw - 30px));padding:26px;border:1px solid #d4e6da;border-radius:16px;background:#fff;box-shadow:0 28px 75px #092d235c}.order-export-modal .modal-heading{margin-bottom:20px}.order-export-modal .modal-heading h2{margin:0;color:var(--dark);font-size:25px}.order-export-modal .modal-heading p{margin:6px 0 0;color:var(--muted);font-size:14px}.order-export-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;border:1px solid #dcebe1;border-radius:12px;background:linear-gradient(145deg,#f9fcfa,#f0f8f3)}.order-export-form label>span,.order-export-count>span{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em}.order-export-form select{width:100%;min-height:48px;padding:10px 12px;border:1px solid #b9d5c3;border-radius:9px;background:#fff;color:var(--ink);font:600 15px inherit}.order-export-form select:focus{border-color:#348b58;box-shadow:0 0 0 3px #348b581d;outline:0}.order-export-count{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border-radius:9px;background:#e3f2e7}.order-export-count>span{margin:0}.order-export-count strong{color:#237344;font-size:24px}.order-export-error{grid-column:1/-1;margin:0;padding:10px 12px;border-radius:8px;background:#fde9e5;color:#a23c31;font-weight:700}.order-export-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;margin-top:3px}.order-export-actions button{min-height:45px;padding:10px 17px;border-radius:9px;font:800 14px inherit;cursor:pointer}.order-export-cancel{border:1px solid #bdcec2;background:#fff;color:#53685c}.order-export-download{border:0;background:linear-gradient(135deg,#31905a,#216d41);color:#fff;box-shadow:0 8px 18px #216d4138}.order-export-download:hover{background:linear-gradient(135deg,#38a166,#287c4b);transform:translateY(-1px)}.order-export-download:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.order-export-modal{width:100vw;min-height:100dvh;padding:18px;border:0;border-radius:0}.order-export-form{grid-template-columns:1fr;padding:14px}.order-export-actions{display:grid;grid-template-columns:1fr}.order-export-actions button{width:100%}.machine-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.machine-actions button{width:100%;min-width:0}.machine-actions .action-export{grid-column:1/-1}}.order-photo-field{display:grid;grid-template-columns:54px minmax(64px,1fr);align-items:center;gap:6px;min-width:125px}.order-photo-field>img{width:54px;height:54px;border:1px solid #cde0d4;border-radius:7px;background:#f4f8f5;object-fit:contain}.order-photo-field>span{display:grid;place-items:center;width:54px;height:54px;border:1px dashed #b9d1c0;border-radius:7px;color:var(--muted);font-size:10px;text-align:center}.order-photo-field>label{display:block}.order-photo-field>label b{display:block;padding:8px 6px;border-radius:6px;background:#e5f3e9;color:#267547;text-align:center;font-size:11px;cursor:pointer}.order-photo-field input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.design-photo-edit>div{display:flex;align-items:center;gap:9px;min-height:58px;padding:6px;border:1px solid var(--line);border-radius:7px;background:#fff}.design-photo-edit img{width:52px;height:52px;border-radius:6px;object-fit:contain;background:#f1f6f3}.design-photo-edit b{color:var(--muted);font-size:12px}.design-photo-edit input{min-width:0;padding:5px;font-size:11px}@media(max-width:600px){.order-photo-field{grid-template-columns:64px 1fr}.order-photo-field>img,.order-photo-field>span{width:64px;height:64px}}.maintenance-screen{isolation:isolate;padding:clamp(14px,3vw,38px);background:radial-gradient(circle at 18% 20%,#245d4655,transparent 34rem),linear-gradient(145deg,#071f19,#123c2d);text-align:left}.maintenance-screen:before{position:absolute;z-index:-2;left:50%;top:50%;content:"ZIGATEX";color:transparent;font:900 clamp(84px,16vw,250px)/1 sans-serif;letter-spacing:.08em;white-space:nowrap;-webkit-text-stroke:1px #8cffc51f;text-shadow:0 0 30px #78e9ad0d;transform:translate(-50%,-50%);animation:maintenance-word-drift 12s ease-in-out infinite}.maintenance-screen:after{position:absolute;z-index:-1;top:-8%;right:-8%;bottom:-8%;left:-8%;content:"";opacity:.48;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3Cg fill='none' stroke='%2379eeb0' stroke-opacity='.38' stroke-width='1'%3E%3Cpath stroke-dasharray='6 9' d='M0 160 140 65 275 174 390 50 510 157 625 83M0 160l190 110 85-96 158 103 77-120M815 725l125-118 132 137 120-151 248 124M940 607l72-101 180 87 108-121 140 245'/%3E%3C/g%3E%3Cg fill='%23b5ffda'%3E%3Ccircle cx='20' cy='160' r='3'/%3E%3Ccircle cx='140' cy='65' r='4'/%3E%3Ccircle cx='190' cy='270' r='3'/%3E%3Ccircle cx='275' cy='174' r='4'/%3E%3Ccircle cx='390' cy='50' r='3'/%3E%3Ccircle cx='433' cy='277' r='3'/%3E%3Ccircle cx='510' cy='157' r='4'/%3E%3Ccircle cx='625' cy='83' r='3'/%3E%3Ccircle cx='815' cy='725' r='3'/%3E%3Ccircle cx='940' cy='607' r='4'/%3E%3Ccircle cx='1012' cy='506' r='3'/%3E%3Ccircle cx='1072' cy='744' r='4'/%3E%3Ccircle cx='1192' cy='593' r='4'/%3E%3Ccircle cx='1300' cy='472' r='3'/%3E%3Ccircle cx='1420' cy='717' r='4'/%3E%3C/g%3E%3C/svg%3E");background-position:center;background-size:cover;filter:drop-shadow(0 0 5px #77ffb4);animation:maintenance-network-float 9s ease-in-out infinite alternate}.maintenance-screen .maintenance-split{position:relative;z-index:1}@keyframes maintenance-network-float{0%{opacity:.28;transform:translate3d(-12px,6px,0) scale(1)}50%{opacity:.55}to{opacity:.38;transform:translate3d(18px,-10px,0) scale(1.025)}}@keyframes maintenance-word-drift{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(.97)}50%{opacity:.7;transform:translate(-50%,-53%) scale(1.03)}}.maintenance-screen .maintenance-split{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(390px,1.1fr);width:min(1120px,100%);height:calc(100dvh - 76px);min-height:500px;max-height:720px;padding:0;overflow:hidden;background:#061d17aa}.maintenance-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(34px,5vw,72px)}.maintenance-screen .maintenance-logo{width:74px;height:74px;border-radius:17px}.maintenance-screen .maintenance-pill{margin:38px 0 20px;border:1px solid #e9bb43;background:#493b111f;color:#f4c855}.maintenance-screen h1{max-width:100%;margin:0;font-size:clamp(30px,2.7vw,43px);line-height:1.08;letter-spacing:-.035em;white-space:normal;overflow-wrap:normal;word-break:normal}.maintenance-accent{display:block;width:48px;height:3px;margin:25px 0;background:#e8b83f}.maintenance-screen p{margin:0}.maintenance-screen button{background:#ffffff0b;color:#effff6}.maintenance-machine{position:relative;display:grid;place-items:end center;min-width:0;overflow:hidden;border-left:1px solid #7db99a25;background:radial-gradient(circle at 58% 46%,#25684955,transparent 26rem),#0a291f}.maintenance-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;background-image:linear-gradient(#6fc59622 1px,transparent 1px),linear-gradient(90deg,#6fc59622 1px,transparent 1px);background-size:32px 32px}.maintenance-machine:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,#061d17 0,transparent 25%,transparent 80%,#061d1744)}.maintenance-machine-turn{position:absolute;z-index:1;top:18px;right:18px;bottom:18px;left:18px;display:grid;place-items:center;min-width:0;min-height:0}.maintenance-screen .maintenance-machine img{display:block;width:100%;height:100%;min-height:0;object-fit:contain;object-position:center;border-radius:0;filter:drop-shadow(0 0 15px #72d89d33);box-shadow:none;backface-visibility:visible}.machine-spark{position:absolute;z-index:2;width:8px;height:8px;border-radius:50%;background:#ddffe8;box-shadow:0 0 8px 3px #8dffb9,0 0 22px 9px #52e99055;pointer-events:none;animation:machine-soft-spark 3.6s ease-in-out infinite}.spark-one{top:24%;left:48%}.spark-two{top:48%;right:20%;animation-delay:-1.25s}.spark-three{right:42%;bottom:19%;animation-delay:-2.45s}@keyframes machine-soft-spark{0%,to{opacity:.08;transform:scale(.35)}45%{opacity:.35;transform:scale(.75)}55%{opacity:.85;transform:scale(1.2)}}@media(max-width:1100px)and (min-width:761px){.maintenance-screen .maintenance-split{grid-template-columns:minmax(350px,.95fr) minmax(360px,1.05fr)}.maintenance-copy{padding:30px}.maintenance-screen h1{font-size:clamp(29px,3vw,37px)}.maintenance-screen .maintenance-pill{margin-top:24px}.maintenance-machine-turn{top:14px;right:14px;bottom:14px;left:14px}}@media(max-height:760px)and (min-width:761px){.maintenance-screen{padding:16px}.maintenance-screen .maintenance-split{height:calc(100dvh - 32px);min-height:0}.maintenance-copy{padding:24px 30px}.maintenance-screen .maintenance-logo{width:54px;height:54px}.maintenance-screen .maintenance-pill{margin:14px 0 11px}.maintenance-screen h1{font-size:clamp(27px,2.7vw,35px)}.maintenance-accent{margin:14px 0}.maintenance-screen button{margin-top:18px}.maintenance-machine-turn{top:10px;right:16px;bottom:10px;left:16px}}@media(max-width:760px){.maintenance-screen{padding:0}.maintenance-screen .maintenance-split{grid-template-columns:1fr;width:100%;min-height:100dvh;border:0;border-radius:0}.maintenance-copy{position:relative;z-index:3;align-items:center;justify-content:flex-end;padding:28px 22px 34px;text-align:center;background:linear-gradient(180deg,#061d1711,#061d17 62%)}.maintenance-screen .maintenance-logo{width:62px;height:62px}.maintenance-screen .maintenance-pill{margin:18px auto 14px}.maintenance-screen h1{font-size:clamp(32px,10vw,45px)}.maintenance-accent{margin:18px auto}.maintenance-screen p{font-size:16px}.maintenance-screen button{width:100%;margin-top:24px}.maintenance-machine{position:absolute;top:0;right:0;bottom:43%;left:0;border:0;opacity:.5}.maintenance-machine-turn{align-items:end}.maintenance-screen .maintenance-machine img{max-height:100%;width:100%}}@media(max-width:430px){.maintenance-copy{padding:20px 16px 24px}.maintenance-screen .maintenance-logo{width:54px;height:54px;border-radius:13px}.maintenance-screen .maintenance-pill{margin:13px auto 11px;padding:6px 10px;font-size:10px}.maintenance-screen h1{font-size:clamp(29px,9.5vw,39px)}.maintenance-accent{margin:13px auto}.maintenance-screen p{font-size:15px;line-height:1.4}.maintenance-screen small{margin-top:8px}.maintenance-screen button{min-height:46px;margin-top:17px;padding:11px 12px;font-size:14px}.maintenance-machine{bottom:46%}}@media(max-width:760px)and (orientation:landscape){.maintenance-screen .maintenance-split{grid-template-columns:1fr 1fr}.maintenance-copy{align-items:flex-start;justify-content:center;padding:18px 24px;text-align:left;background:linear-gradient(90deg,#061d17 72%,transparent)}.maintenance-screen .maintenance-logo{width:45px;height:45px}.maintenance-screen .maintenance-pill{margin:10px 0 8px}.maintenance-screen h1{font-size:clamp(26px,5vw,37px)}.maintenance-accent{margin:10px 0}.maintenance-screen p{font-size:13px}.maintenance-screen small{margin-top:5px}.maintenance-screen button{width:auto;min-height:40px;margin-top:12px;padding:9px 12px;font-size:12px}.maintenance-machine{top:0;right:0;bottom:0;left:46%;opacity:.7}.maintenance-screen .maintenance-machine img{max-height:96%}}@media(prefers-reduced-motion:reduce){.maintenance-machine-turn,.machine-spark,.maintenance-screen:before,.maintenance-screen:after{animation:none}}.records-menu{position:relative;display:flex;align-items:center}.records-trigger b{margin-left:2px;font-size:15px;line-height:1;transition:transform .2s ease}.records-menu.open .records-trigger b{transform:rotate(180deg)}.records-submenu{position:absolute;z-index:150;top:calc(100% + 10px);left:50%;display:none;width:245px;padding:7px;border:1px solid #c9ded1;border-radius:11px;background:#fffffff8;box-shadow:0 18px 45px #082b2040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%)}.records-menu.open .records-submenu{display:grid;animation:records-menu-in .18s ease-out}.records-submenu button{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;border:0;border-radius:7px;background:transparent;color:#60766b;font:700 13px DM Sans;text-align:left;cursor:pointer}.records-submenu button:hover{background:#edf7f0;color:#22633f}.records-submenu button.active{background:#e1f2e6;color:#1e6a3e;box-shadow:inset 3px 0 #4d9f68}.records-submenu .tab-icon{width:18px;height:18px;flex:0 0 18px}@keyframes records-menu-in{0%{opacity:0;transform:translate(-50%,-7px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:720px){.records-menu{display:block;width:100%}.records-trigger{justify-content:flex-start}.records-trigger b{margin-left:auto}.records-submenu{position:static;width:auto;margin:2px 8px 7px 20px;padding:5px;border:0;border-left:2px solid #bad8c5;border-radius:0;background:#f6faf7;box-shadow:none;transform:none}.records-menu.open .records-submenu{animation:records-menu-mobile-in .18s ease-out}.records-submenu button{padding:11px 12px}.records-submenu button.active{box-shadow:inset 3px 0 #4d9f68}@keyframes records-menu-mobile-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:720px){.zigatex-user .tabs{min-height:auto;padding:6px 8px}.zigatex-user .mobile-nav-toggle{display:none}.zigatex-user .tabs-links{position:static;display:flex;flex-wrap:wrap;justify-content:center;max-height:none;padding:0;border:0;background:transparent;box-shadow:none;overflow:visible}.zigatex-user .tabs-links>.tab,.zigatex-user .records-menu>.tab{width:auto;padding:10px 12px;border:0!important;text-align:center}.zigatex-user .records-menu{width:auto}.zigatex-user .records-submenu{position:absolute;top:calc(100% + 7px);left:50%;width:min(245px,calc(100vw - 36px));margin:0;padding:7px;border:1px solid #c9ded1;border-radius:11px;background:#fff;box-shadow:0 18px 45px #082b2040;transform:translate(-50%)}.zigatex-user .records-menu.open .records-submenu{animation:records-menu-in .18s ease-out}}@media(max-width:620px){.designs-page{gap:12px}.designs-form-card,.designs-list-card{padding:15px;border-radius:10px}.designs-form-card .section-heading{margin-bottom:14px}.designs-form-card .section-heading h2{font-size:22px}.designs-style-header{gap:11px;margin-bottom:14px;padding:12px;border:1px solid #cfe2d5;border-radius:9px;background:#f5faf7}.designs-style-header input{min-height:46px;font-size:16px}.design-header-photo img{right:7px;bottom:7px;width:38px;height:38px}.designs-table-wrap{overflow:visible}.designs-entry-table{display:block;width:100%;min-width:0}.designs-entry-table thead{display:none}.designs-entry-table tbody{display:grid;gap:12px}.designs-entry-table tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:13px;border:1px solid #bdd8c8;border-radius:10px;background:#fbfefd;box-shadow:0 5px 15px #174d3820}.designs-entry-table td{display:grid;gap:5px;padding:0;border:0}.designs-entry-table td:not(.design-row-remove):before{content:attr(data-label);color:#587268;font-size:10px;font-weight:800;letter-spacing:.04em}.designs-entry-table input{min-height:44px;padding:10px;font-size:16px}.design-row-remove{grid-column:1/-1;justify-items:end}.design-row-remove button{width:auto;height:36px;padding:0 13px;font-size:17px}.design-row-remove button:after{content:" Quitar fila";font-size:12px;font-weight:700}.designs-form-actions{position:sticky;z-index:5;bottom:8px;gap:8px;margin-top:14px;padding:8px;border:1px solid #cfe2d5;border-radius:10px;background:#ffffffed;box-shadow:0 8px 24px #123d2b2b;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.designs-form-actions button{min-height:46px;font-size:14px}.designs-list-card .section-heading{display:flex;margin-bottom:12px}.designs-list article{grid-template-columns:48px minmax(0,1fr);padding:8px}.designs-list img,.designs-list article>span{width:48px;height:48px}.designs-list small{overflow-wrap:anywhere;line-height:1.35}}@media(max-width:420px){.designs-entry-table tbody tr{grid-template-columns:1fr}.design-row-remove{grid-column:1}.designs-form-actions{grid-template-columns:1fr}}.metrics,.dashboard-lower{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.metric,.dashboard-panel{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:10px}.metric{padding:18px 20px}.metric span{display:block;color:var(--muted);font-size:13px}.metric strong{font:700 29px Space Grotesk}.home-dashboard{padding-top:4px}.dashboard-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 22px}.dashboard-heading h2{font-size:27px;margin:0}.dashboard-heading p:not(.eyebrow){color:var(--muted);margin:7px 0 0}.dashboard-action{width:auto;padding:11px 18px;white-space:nowrap}.dashboard-lower{grid-template-columns:1.5fr 1fr;margin-bottom:0}.dashboard-panel{padding:24px}.dashboard-panel h2{font-size:20px;margin:0}.dashboard-panel .section-heading{margin-bottom:12px}.text-action,.secondary-action{border:0;background:none;color:var(--brand);font:700 13px DM Sans;padding:4px}.secondary-action{border:1px solid var(--brand);border-radius:6px;padding:10px 13px;margin-top:8px}.spotlight{background:#dff1ed;border-color:#b9ddd5}.spotlight p:not(.eyebrow){color:#52736f}.recent-list{display:grid}.recent-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.recent-item:last-child{border-bottom:0}.recent-item strong,.recent-item small{display:block}.recent-item small{color:var(--muted);font-size:12px;margin-top:3px}.status{border-radius:99px;padding:5px 9px;font-size:11px;font-weight:700;white-space:nowrap;background:#edf0ef;color:var(--muted)}.status-finalizada,.status-entregada{background:#d8f3e7;color:#176345}.status-en-proceso{background:#fff0c7;color:#8b5c00}@media(max-width:850px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboard-lower{grid-template-columns:1fr}}@media(max-width:520px){.dashboard-heading{display:block}.dashboard-heading h2{font-size:23px}.dashboard-action{margin-top:16px}.dashboard-panel{padding:17px}.metric{padding:13px}.metric strong{font-size:24px}}.home-metrics{grid-template-columns:repeat(5,minmax(0,1fr))!important}.home-metrics .metric:nth-child(5){border-top-color:#7c3aed;background:#fbf9ff}.home-metrics .metric:nth-child(5) strong{color:#7c3aed}.home-main-grid{grid-template-columns:1.55fr 1fr}.home-bottom-grid{grid-template-columns:1fr 1.2fr;margin-top:22px}.panel-subtitle{margin:4px 0 0;color:var(--muted);font-size:13px}.dashboard-percent{color:var(--brand);font:700 24px Space Grotesk}.home-progress-track{height:13px;border-radius:99px;background:#e1efec;overflow:hidden}.home-progress-track div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#42d8b6);transition:width .4s}.dashboard-kpis{display:flex;gap:30px;margin:14px 0 19px;color:var(--muted);font-size:13px}.dashboard-kpis strong{color:var(--ink);font-size:17px}.status-summary{display:grid;gap:10px}.status-summary-row{display:grid;grid-template-columns:135px 1fr 28px;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.status-summary-row>div{height:8px;border-radius:99px;background:#e9f2f0;overflow:hidden}.status-summary-row i{display:block;height:100%;border-radius:inherit;background:#0f766e}.status-summary-row:nth-child(2) i{background:#e7a400}.status-summary-row:nth-child(3) i{background:#6366f1}.status-summary-row:nth-child(4) i,.status-summary-row:nth-child(5) i{background:#198754}.status-summary-row strong{color:var(--ink);text-align:right}.machine-overview{display:flex;align-items:baseline;gap:9px;margin:14px 0 20px}.machine-overview strong{font:700 46px Space Grotesk;color:var(--brand)}.machine-overview span{color:var(--muted);font-weight:700}.machine-state-list{display:grid;gap:8px}.machine-state-list span{display:flex;justify-content:space-between;padding:9px 0;border-top:1px solid #b9ddd5;color:#52736f;font-size:13px}.machine-state-list strong{color:var(--ink)}.line-summary{display:grid;gap:9px}.line-summary>div{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:#f8fbfa}.line-summary span{color:var(--muted);font-size:13px}.line-summary strong{color:var(--brand)}.recent-produced{color:var(--brand);font-weight:700;font-size:13px;white-space:nowrap}@media(max-width:1050px){.home-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:850px){.home-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-main-grid,.home-bottom-grid{grid-template-columns:1fr}}@media(max-width:520px){.home-metrics{grid-template-columns:1fr!important}.dashboard-kpis{gap:14px;flex-direction:column}.status-summary-row{grid-template-columns:100px 1fr 24px}}.hype-page{display:grid;gap:20px}.hype-card{background:#fff;border:1px solid #d7e1ee;border-radius:13px;padding:22px;box-shadow:0 1px 2px #0f172a08}.hype-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.hype-heading h2{font-size:18px;margin:0}.hype-actions{display:flex;gap:8px}.green-action,.yellow-action{border:0;border-radius:8px;padding:11px 14px;color:#fff;font-weight:700}.green-action{background:#198754}.yellow-action{background:#ffc107;color:#212529}.hype-entry{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1fr;align-items:end;border:1px solid #d7e1ee;border-radius:9px;overflow:hidden}.hype-entry label{min-width:0;padding:10px;border-right:1px solid #d7e1ee}.hype-entry label span{display:block;color:#587092;font-size:12px;font-weight:700;margin-bottom:8px}.hype-entry input,.hype-entry select{border:0;padding:0;border-radius:0;min-height:24px}.hype-entry input:focus,.hype-entry select:focus{outline:0}.hype-recent .hype-heading{margin-bottom:12px}.recent-count{color:#65807d;font-size:13px}.hype-recent .table-wrap table{min-width:650px}.hype-recent .table-wrap th{background:#f8fafc}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#102a2a99}.hype-modal{width:min(920px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:24px;box-shadow:0 22px 55px #102a2a4d}.modal-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.modal-heading h2{font-size:24px;margin:0}.modal-close{border:0;background:#e76f51;color:#fff;border-radius:6px;font-size:25px;line-height:1;padding:4px 10px}.modal-search{margin-bottom:16px}.modal-results{display:grid;gap:8px}.modal-order{display:grid;grid-template-columns:1.2fr 1fr 1.2fr 1fr;align-items:center;gap:12px;padding:12px;border:1px solid #d7e1ee;border-radius:7px}.modal-order span{color:#587092;font-size:13px}.modal-status{font-weight:700;color:#198754!important}.edit-results .modal-order{grid-template-columns:1fr 1.2fr 1fr 1.2fr auto}.save-edit{border:0;border-radius:6px;background:#198754;color:#fff;padding:9px 12px;font-weight:700}.save-edit.save-error{background:#b64a37}.edit-results .modal-order input,.edit-results .modal-order select{min-width:0;padding:8px;border-radius:5px}.hype-modal .modal-hint{margin:-6px 0 14px;color:#65807d;font-size:13px}@media(max-width:720px){.hype-heading{align-items:flex-start;flex-direction:column}.hype-actions{width:100%}.green-action,.yellow-action{flex:1}.hype-entry{grid-template-columns:1fr 1fr}.hype-entry label:nth-child(2){border-right:0}.hype-entry label:nth-child(3){border-top:1px solid #d7e1ee}.hype-entry label:nth-child(4){border-top:1px solid #d7e1ee;border-right:0}.modal-order,.edit-results .modal-order{grid-template-columns:1fr 1fr}.modal-order strong{grid-column:1/-1}}.home-dashboard>.metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.home-dashboard>.metrics .metric{min-width:0}.home-dashboard>.metrics .metric strong{font-size:34px}@media(max-width:850px){.home-dashboard>.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.home-dashboard>.metrics{grid-template-columns:1fr}.home-dashboard>.metrics .metric strong{font-size:30px}}.hype-entry input,.hype-entry select{transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,transform .2s ease}.hype-entry input:hover,.hype-entry select:hover{border-color:#8bbeb6;background:#fcfffe}.hype-entry input:focus,.hype-entry select:focus{border-color:#0d6efd!important;background:#fff;box-shadow:0 0 0 3px #0d6efd33,0 5px 14px #0d6efd1f;transform:translateY(-1px)}.hype-actions button,.hype-save,.modal-close,.save-edit{transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.hype-actions button:hover,.hype-save:hover,.modal-close:hover,.save-edit:hover{transform:translateY(-2px);box-shadow:0 7px 15px #123b3633;filter:brightness(1.06)}.hype-actions button:active,.hype-save:active,.modal-close:active,.save-edit:active{transform:translateY(0);box-shadow:none}.hype-actions button:focus-visible,.hype-save:focus-visible,.modal-close:focus-visible,.save-edit:focus-visible{outline:3px solid #f4b942;outline-offset:3px}.hype-entry{transition:border-color .2s ease,box-shadow .2s ease}.hype-entry:focus-within{border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd22,0 8px 22px #0d6efd14}.modal-search:focus{border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd33}.tab{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.tab:hover{background:#effaf7}.green-action:hover{background:#157347}.yellow-action:hover{background:#eab308}.text-action:hover,.secondary-action:hover{transform:translateY(-1px);background:#effaf7}.home-dashboard>.metrics .metric{position:relative;overflow:hidden;border-top:4px solid #0d6efd}.home-dashboard>.metrics .metric:nth-child(2){border-top-color:#f0ad00;background:#fffdf5}.home-dashboard>.metrics .metric:nth-child(3){border-top-color:#198754;background:#f7fcf9}.home-dashboard>.metrics .metric:nth-child(4){border-top-color:#dc3545;background:#fff8f8}.home-dashboard>.metrics .metric:nth-child(1){background:#f7fbff}.home-dashboard>.metrics .metric:nth-child(1) strong{color:#0d6efd}.home-dashboard>.metrics .metric:nth-child(2) strong{color:#b07800}.home-dashboard>.metrics .metric:nth-child(3) strong{color:#198754}.home-dashboard>.metrics .metric:nth-child(4) strong{color:#dc3545}.home-dashboard>.metrics .metric strong{display:block;font-size:38px;line-height:1.15;margin-top:5px}.home-dashboard>.metrics .metric span{font-weight:600;color:#587092}@media(max-width:520px){.home-dashboard>.metrics .metric strong{font-size:30px}}.manager-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:18px 0}.manager-card{display:grid;grid-template-columns:1fr auto;align-items:end;column-gap:10px;padding:11px 12px;background:#fff;border:1px solid #b9ddd5;border-radius:7px}.manager-card span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#315f59;font-size:13px;font-weight:700}.manager-card strong{grid-row:span 2;color:#0f766e;font:700 25px/1 Space Grotesk}.manager-card small{color:#65807d;font-size:10px}.manager-empty{grid-column:1/-1;color:#52736f;font-size:13px}@media(max-width:520px){.manager-cards{grid-template-columns:1fr}.manager-card{padding:10px 11px}}.production-form .sheet-hint{margin:-6px 0 14px;color:var(--muted);font-size:13px}.production-header-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.production-header-grid label,.production-line-field{min-width:0}.production-line-field{position:relative}.production-line-field>span{display:block;color:var(--muted);font-size:12px;font-weight:600;margin-bottom:5px}.production-line-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:14px;text-align:left;cursor:pointer}.production-line-trigger:hover,.production-line-trigger:focus{border-color:var(--brand);box-shadow:0 0 0 2px #23876d1c;outline:none}.production-line-trigger b{font-size:18px;line-height:.7;color:var(--brand)}.production-line-menu{position:absolute;z-index:35;top:100%;left:0;right:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:5px;max-height:220px;overflow:auto;margin-top:4px;padding:7px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 12px 28px #164e4a2b}.production-line-menu button{min-height:40px;border:1px solid #d6e6df;border-radius:5px;background:#f7fbf9;color:var(--dark);font:inherit;font-weight:700;cursor:pointer}.production-line-menu button:hover,.production-line-menu button:focus,.production-line-menu button[aria-selected=true]{border-color:var(--brand);background:#e4f5ed;color:var(--brand);outline:none}.production-line-menu span{padding:8px;color:var(--muted);font-size:13px}.production-manager-field{position:relative}.production-manager-menu{position:absolute;z-index:30;top:100%;left:0;right:0;max-height:190px;overflow:auto;margin-top:4px;padding:5px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 10px 24px #164e4a24}.production-manager-menu button{display:block;width:100%;border:0;border-radius:5px;padding:9px 10px;background:transparent;color:var(--ink);font:inherit;text-align:left}.production-manager-menu button:hover,.production-manager-menu button:focus{background:#e7f5f1;color:var(--brand)}.production-manager-menu span{display:block;padding:9px 10px;color:var(--muted);font-size:13px}.production-shift-field{position:relative;min-width:0}.production-shift-field>span{display:block;color:var(--muted);font-size:12px;font-weight:600;margin-bottom:5px}.production-shift-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;padding:10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:14px;text-align:left;cursor:pointer}.production-shift-trigger:hover,.production-shift-trigger:focus{border-color:var(--brand);box-shadow:0 0 0 2px #23876d1c;outline:none}.production-shift-trigger b{font-size:18px;line-height:.7;color:var(--brand)}.production-shift-menu{position:absolute;z-index:35;top:100%;left:0;right:0;display:grid;gap:5px;margin-top:4px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 12px 28px #164e4a2b}.production-shift-menu button{min-height:38px;border:1px solid #d6e6df;border-radius:5px;background:#f7fbf9;color:var(--dark);font:inherit;font-weight:700;cursor:pointer}.production-shift-menu button:hover,.production-shift-menu button:focus,.production-shift-menu button[aria-selected=true]{border-color:var(--brand);background:#e4f5ed;color:var(--brand);outline:none}.production-header-grid label span{display:block;color:var(--muted);font-size:12px;font-weight:600;margin-bottom:5px}.production-header-grid input,.production-header-grid select{padding:10px;font-size:14px;border-radius:6px}.header-invalid{border-color:#dc3545!important;background:#fff5f5!important;box-shadow:0 0 0 2px #dc354526!important}.production-date-field{position:relative}.production-date-field>div{display:flex;gap:6px}.production-date-field input{min-width:0}.production-date-field>div>button{flex:0 0 auto;border:1px solid var(--brand);border-radius:6px;padding:0 11px;background:#eefaf5;color:var(--brand);font:700 12px inherit}.production-date-field>div>button:hover{background:#dff4ea}.date-quick-menu{display:none}.production-sheet table{border-collapse:collapse;width:100%;min-width:1250px}.production-sheet th{padding:10px 8px;text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase;white-space:nowrap;background:#f5faf8}.production-sheet td{padding:6px;border-top:1px solid var(--line)}.production-sheet td:first-child{min-width:110px}.production-sheet td:nth-child(2){min-width:220px}.production-sheet td:nth-child(3){min-width:220px}.production-sheet td:nth-child(4){min-width:140px}.production-sheet td:nth-child(5){min-width:110px}.production-sheet td:nth-child(6){min-width:210px}.production-sheet td:last-child{min-width:110px}.production-sheet input,.production-sheet select{min-width:100px;padding:9px 8px;border-radius:4px}.production-sheet td:first-child strong{color:var(--dark);font-size:14px}.production-sheet{overflow-x:hidden}.production-sheet table{min-width:0;table-layout:fixed}.production-sheet th{padding:7px 4px;font-size:9px;line-height:1.15;white-space:normal;overflow-wrap:anywhere}.production-sheet td,.production-sheet td:first-child,.production-sheet td:nth-child(2),.production-sheet td:nth-child(3),.production-sheet td:nth-child(4),.production-sheet td:nth-child(5),.production-sheet td:nth-child(6),.production-sheet td:last-child{min-width:0;padding:4px}.production-sheet th:nth-child(1),.production-sheet td:nth-child(1){width:6%}.production-sheet th:nth-child(2),.production-sheet td:nth-child(2){width:14%}.production-sheet th:nth-child(3),.production-sheet td:nth-child(3){width:17%}.production-sheet th:nth-child(4),.production-sheet td:nth-child(4){width:13%}.production-sheet th:nth-child(5),.production-sheet td:nth-child(5){width:13%}.production-sheet th:nth-child(6),.production-sheet td:nth-child(6){width:9%}.production-sheet th:nth-child(7),.production-sheet td:nth-child(7){width:18%}.production-sheet th:nth-child(8),.production-sheet td:nth-child(8){width:10%}.production-sheet input,.production-sheet select{width:100%;min-width:0;padding:8px 6px;font-size:12px}.production-sheet td:first-child strong{font-size:13px}.production-row-registered{background:#f1faf5}.production-row-registered input:disabled,.production-row-registered select:disabled{opacity:1;color:#42675a;background:#e8f4ed;cursor:not-allowed}.production-row-registered .row-ef{color:#28734d;font-weight:700}.cell-invalid{border-color:#dc3545!important;background:#fff5f5!important;box-shadow:0 0 0 2px #dc354526!important}.row-ef{font-weight:700;color:var(--brand);font-size:14px}.eficiencia-panel{grid-column:1/-1}.production-form .primary{margin-top:14px}.production-form>.section-heading{align-items:center}.production-top-actions{display:flex;align-items:center;gap:8px}.production-download,.production-summary{border:1px solid var(--brand);border-radius:6px;padding:8px 11px;background:#fff;color:var(--brand);font-weight:700;font-size:12px;white-space:nowrap}.production-download:hover,.production-summary:hover{background:#e7f5f1}.production-summary-modal{width:min(510px,94vw);max-height:85vh;overflow:auto;padding:22px;background:#fff;border-radius:12px;box-shadow:0 22px 55px #102a2a4d}.production-summary-modal .modal-heading{margin-bottom:16px}.production-summary-modal .modal-heading p{margin:4px 0 0;color:var(--muted);font-size:14px}.production-summary-list{display:grid;gap:9px}.production-summary-list>div{display:grid;grid-template-columns:1fr auto;gap:3px 16px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:8px;background:#f8fcfa}.production-summary-list strong{font-size:16px;color:var(--dark)}.production-summary-list span{font-size:13px;color:var(--muted)}.production-summary-list b{grid-column:2;grid-row:1 / span 2;color:var(--brand);white-space:nowrap}.production-summary-query{display:flex;align-items:end;gap:10px;margin:0 0 16px}.production-summary-query label{flex:1}.production-summary-query label span{display:block;margin-bottom:5px;color:var(--muted);font-size:12px;font-weight:700}.production-summary-query input{width:100%;padding:10px}.production-summary-query .primary{margin:0;padding:11px 16px;white-space:nowrap}.production-actions{display:flex;gap:12px;align-items:center;margin-top:14px}.production-actions .primary{margin-top:0}.production-actions .secondary{border:1px solid var(--brand);border-radius:6px;padding:12px 16px;background:#fff;color:var(--brand);font-weight:700}.production-actions .secondary:hover{background:#e7f5f1}.production-save-notice{flex:1;padding:10px 13px;border-radius:7px;font-size:13px;font-weight:700}.production-save-notice.success{background:#ddf2e4;color:#1f7043}.production-save-notice.error{background:#fbe1dc;color:#963f31}.production-actions .primary:disabled{opacity:.72;cursor:wait}.mobile-machine-progress,.mobile-row-action,.mobile-header-machine-status{display:none}.production-line-totals{margin:0 0 12px;padding:10px 12px;border:1px solid #c6ddd0;border-radius:8px;background:#f5fbf7}.production-line-totals>p{margin:0 0 7px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em}.production-line-totals>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.production-line-totals span{display:grid;gap:2px;min-width:0;padding-left:9px;border-left:2px solid #b6d7c1}.production-line-totals small{color:var(--muted);font-size:10px;line-height:1.2}.production-line-totals strong{color:var(--dark);font-size:17px;line-height:1.1;white-space:nowrap}.progress-cell{display:grid;gap:6px;min-width:190px}.progress-cell small{color:var(--muted)}.progress-track{height:8px;background:#e3efec;border-radius:99px;overflow:hidden}.progress-fill{height:100%;border-radius:99px;background:var(--brand);transition:width .3s ease}.progress-fill.full{background:#198754}.status-pendiente{background:#e2e8f0;color:#3b4d63}.status-en-produccion{background:#fff0c7;color:#8b5c00}.status-control-de-calidad{background:#e0e7ff;color:#3730a3}.status-terminada,.status-entregada{background:#d8f3e7;color:#176345}@media(max-width:850px){.production-header-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.production-header-grid{grid-template-columns:1fr}}@media(max-width:520px){.production-form>.section-heading{display:flex;align-items:flex-start}.production-top-actions{gap:6px}.production-download{padding:8px 10px;font-size:18px;line-height:1}.production-download span{display:none}.production-summary{padding:8px 9px;font-size:11px}}@media(max-width:420px){.production-summary-query{align-items:stretch;flex-direction:column}.production-summary-query .primary{width:100%}}@media(max-width:520px){.production-actions{flex-direction:column;align-items:stretch}.production-actions .secondary{width:100%}}@media(max-width:600px){.production-form{padding:16px 12px}.production-form>.section-heading{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin:-16px -12px 12px;padding:18px 14px 40px;border-radius:10px 10px 0 0;background:radial-gradient(circle at 95% 0,#2c8157 0,transparent 36%),linear-gradient(135deg,#0e3e2c,#1b6543);color:#fff}.production-form>.section-heading .eyebrow{display:none}.production-form>.section-heading h2{margin:0;color:#fff;font-size:27px;letter-spacing:-.02em}.mobile-header-machine-status{display:inline-block;margin-top:8px;padding:6px 9px;border-radius:999px;background:#ffffff21;color:#e7fff0;font-size:12px;font-weight:700}.production-top-actions{gap:5px}.production-download,.production-summary{border-color:#ffffff80;background:#ffffff18;color:#fff;box-shadow:none}.production-download:hover,.production-summary:hover{background:#ffffff2d}.production-header-grid{position:relative;z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:-39px 4px 14px;padding:10px;border:1px solid #d7e7de;border-radius:10px;background:#fff;box-shadow:0 8px 20px #0c3c2a1c}.production-header-grid label span,.production-line-field>span{font-size:10px;margin-bottom:4px}.production-shift-field>span{font-size:10px;margin-bottom:4px}.production-header-grid input,.production-header-grid select,.production-line-trigger,.production-shift-trigger{min-height:42px;padding:8px;font-size:13px}.production-date-field>div{gap:4px}.production-date-field button{padding:0 8px;font-size:11px}.date-quick-menu{position:absolute;z-index:60;top:calc(100% + 5px);left:0;display:grid;gap:5px;width:min(290px,calc(100vw - 48px));padding:7px;border:1px solid #c3dccd;border-radius:10px;background:#fff;box-shadow:0 14px 28px #123d2b38}.date-quick-menu button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:44px;border:1px solid #deece4;border-radius:7px;padding:8px 10px;background:#f9fcfa;color:var(--dark);font:inherit;text-align:left}.date-quick-menu button:hover,.date-quick-menu button:focus{border-color:var(--brand);background:#eaf7ef;outline:none}.date-quick-menu button b{font-size:13px}.date-quick-menu button span{color:var(--muted);font-size:12px}.date-quick-menu .date-quick-manual{border-top-color:#b6d9c1;background:#f0f9f3}.production-manager-menu,.production-shift-menu{z-index:70;margin-top:5px;padding:7px;border-color:#c3dccd;border-radius:10px;box-shadow:0 14px 28px #123d2b38}.production-manager-menu button,.production-shift-menu button{min-height:44px;border:1px solid #deece4;border-radius:7px;padding:9px 10px;background:#f9fcfa;font-size:14px}.production-manager-menu button:hover,.production-manager-menu button:focus,.production-shift-menu button:hover,.production-shift-menu button:focus,.production-shift-menu button[aria-selected=true]{border-color:var(--brand);background:#eaf7ef;color:var(--brand)}.production-form .sheet-hint{font-size:12px;line-height:1.45}.production-line-totals{padding:10px}.production-line-totals>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.production-line-totals span:last-child{grid-column:1/-1}.production-line-totals strong{font-size:18px}.production-sheet{overflow:visible;border:0;background:transparent}.production-sheet table{display:block;min-width:0;width:100%}.production-sheet thead{display:none}.production-sheet tbody{display:grid;gap:10px}.production-sheet tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:11px;border:1px solid #a8cdb4;border-left:5px solid var(--brand);border-radius:10px;background:linear-gradient(135deg,#fff,#f3faf5);box-shadow:0 4px 12px #153f2d12}.production-sheet td,.production-sheet td:first-child,.production-sheet td:nth-child(2),.production-sheet td:nth-child(4),.production-sheet td:nth-child(5),.production-sheet td:last-child{min-width:0;padding:0;border:0}.production-sheet td:nth-child(n){width:auto}.production-sheet td:before{content:attr(data-label);display:block;margin:0 0 4px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.production-sheet td:first-child{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 8px;border-radius:6px;background:#e3f2e7;text-align:center}.production-sheet td:first-child:before{margin:0}.production-sheet td:first-child strong{font-size:28px;line-height:1;color:var(--dark)}.production-sheet td:nth-child(2),.production-sheet td:nth-child(3),.production-sheet td:nth-child(7),.production-sheet td:nth-child(8){grid-column:1/-1}.production-sheet td:last-child{grid-column:1/-1}.production-sheet input,.production-sheet select{width:100%;min-width:0;padding:11px 10px;font-size:15px;background:#fff}.production-sheet .row-ef{display:block;min-height:18px;padding:2px 0;font-size:14px}.mobile-machine-progress{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:8px 10px;border:1px solid #b9d8c4;border-radius:8px;background:#edf8f1;color:var(--dark)}.mobile-machine-progress strong{font-size:14px}.mobile-machine-progress button{border:0;padding:5px 0;background:transparent;color:var(--brand);font:700 13px inherit}.mobile-machine-progress button:disabled{color:#9aada3;cursor:not-allowed}.production-sheet tbody{display:block}.production-sheet tr{display:none}.production-sheet tr.mobile-current-row{display:grid}.production-sheet tr.production-row-error{border-color:#dc3545;border-left-color:#dc3545;background:linear-gradient(135deg,snow,#fff2f2);box-shadow:0 4px 14px #dc354522}.production-sheet tr.production-row-error td:first-child{background:#ffe8e8;color:#8d2525}.production-sheet .mobile-row-action{display:grid;grid-column:1/-1;gap:8px;padding-top:2px}.production-sheet .mobile-row-action:before{display:none}.mobile-save-next{width:100%;border:0;border-radius:7px;padding:13px 12px;background:var(--brand);color:#fff;font:700 15px inherit}.mobile-save-next:disabled{opacity:.7;cursor:wait}.mobile-skip-next{width:100%;border:1px solid var(--brand);border-radius:7px;padding:11px 12px;background:#fff;color:var(--brand);font:700 14px inherit}.mobile-skip-next:disabled{opacity:.6;cursor:wait}}@media(max-width:600px){.production-form.production-focus-mode{position:fixed;z-index:1080;top:0;right:0;bottom:0;left:0;display:block;overflow-y:auto;margin:0;padding:16px 12px;background:#eff9ff;box-shadow:none}.production-form.production-focus-mode>.section-heading,.production-form.production-focus-mode>.production-header-grid,.production-form.production-focus-mode>.sheet-hint{display:none}.production-form.production-focus-mode .production-line-totals{margin:0 42px 12px 0;background:#fff;border-color:#8ac4df}.production-form.production-focus-mode .production-sheet{margin:0}.production-form.production-focus-mode .production-sheet tr.mobile-current-row{animation:production-focus-page .5s ease-out}.production-form.production-focus-mode .production-sheet input:focus,.production-form.production-focus-mode .production-sheet select:focus{border-color:#277da1!important;box-shadow:0 0 0 3px #277da11c}.production-focus-close{position:fixed;z-index:1090;top:13px;left:50%;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;background:#d9694d;color:#fff;font-size:27px;line-height:1;transform:translate(-50%);box-shadow:0 4px 12px #7f261533}.production-focus-close:hover{background:#bf533a}@keyframes production-focus-page{0%{opacity:.15;transform:perspective(900px) rotateY(-56deg) scaleX(.88);filter:brightness(.75)}to{opacity:1;transform:perspective(900px) rotateY(0) scaleX(1);filter:brightness(1)}}}.production-focus-close{display:none}@media(max-width:900px){.production-form.production-focus-mode{position:fixed!important;z-index:5000!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;min-width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-width:none!important;margin:0!important;padding:16px 12px!important;border:0!important;border-radius:0!important;overflow-y:auto!important;background:#eff9ff!important}.production-form.production-focus-mode>.section-heading,.production-form.production-focus-mode>.production-header-grid,.production-form.production-focus-mode>.sheet-hint{display:none!important}.production-form.production-focus-mode .production-line-totals{margin:0 42px 12px 0}.production-focus-close{position:fixed;z-index:5010;top:13px;left:50%;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;background:#d9694d;color:#fff;font-size:27px;line-height:1;transform:translate(-50%);box-shadow:0 4px 12px #7f261533}}.production-form.production-focus-mode{position:fixed!important;z-index:5000!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;min-width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-width:none!important;margin:0!important;padding:16px 12px!important;border:0!important;border-radius:0!important;overflow-y:auto!important;background:#eff9ff!important}.production-form.production-focus-mode>.section-heading,.production-form.production-focus-mode>.production-header-grid,.production-form.production-focus-mode>.sheet-hint{display:none!important}.production-form.production-focus-mode .production-line-totals{margin:0 42px 12px 0}.production-focus-close{position:fixed;z-index:5010;top:13px;left:50%;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:8px;background:#d9694d;color:#fff;font-size:27px;line-height:1;transform:translate(-50%);box-shadow:0 4px 12px #7f261533}.mobile-production-order-summary{display:none}.production-focus-close{left:auto!important;right:14px!important;transform:none!important}.production-form.production-focus-mode{padding:10px!important}.production-form.production-focus-mode .production-line-totals{margin:0 48px 8px 0!important;padding:8px!important}.production-form.production-focus-mode .production-line-totals>p{display:none}.production-form.production-focus-mode .production-line-totals>div{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.production-form.production-focus-mode .production-line-totals span{display:none}.production-form.production-focus-mode .production-line-totals span:nth-child(3),.production-form.production-focus-mode .production-line-totals span:nth-child(4){display:grid!important;padding-left:7px}.production-form.production-focus-mode .production-line-totals small{font-size:9px}.production-form.production-focus-mode .production-line-totals strong{font-size:16px}.production-form.production-focus-mode .production-sheet tr.mobile-current-row{gap:7px;padding:9px;border-radius:8px}.production-form.production-focus-mode .production-sheet td:before{margin-bottom:2px;font-size:9px}.production-form.production-focus-mode .production-sheet td:first-child{padding:5px}.production-form.production-focus-mode .production-sheet td:first-child strong{font-size:23px}.production-form.production-focus-mode .production-sheet input,.production-form.production-focus-mode .production-sheet select{padding:8px;font-size:13px}.production-form.production-focus-mode .mobile-production-order-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:7px}.production-form.production-focus-mode .mobile-production-order-summary>div{display:grid;gap:1px;min-width:0;padding:6px;border:1px solid #cfe2d8;border-radius:5px;background:#f8fcfa}.production-form.production-focus-mode .mobile-production-order-summary>div:last-child{grid-column:1/-1}.production-form.production-focus-mode .mobile-production-order-summary span{font-size:8px;font-weight:800;color:var(--muted)}.production-form.production-focus-mode .mobile-production-order-summary b{overflow:hidden;color:var(--dark);font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.production-form.production-focus-mode .mobile-row-action{gap:6px}.production-form.production-focus-mode .mobile-save-next{padding:10px;font-size:14px}.production-form.production-focus-mode .mobile-skip-next{padding:9px;font-size:13px}.mobile-secondary-actions,.production-form.production-focus-mode .mobile-machine-progress{display:none}.production-form.production-focus-mode .production-sheet td:first-child{padding:8px}.production-form.production-focus-mode .production-sheet td:first-child strong{font-size:36px}.production-form.production-focus-mode .production-sheet td:nth-child(3) input,.production-form.production-focus-mode .production-sheet td:nth-child(4) input,.production-form.production-focus-mode .production-sheet td:nth-child(5) input{text-align:center;font-size:20px;font-weight:800;letter-spacing:.02em}.production-form.production-focus-mode .mobile-row-action{gap:14px;margin-top:4px}.production-form.production-focus-mode .mobile-secondary-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px}.production-form.production-focus-mode .mobile-previous,.production-form.production-focus-mode .mobile-skip-next{width:100%;border:1px solid var(--brand);border-radius:7px;padding:10px 8px;background:#fff;color:var(--brand);font:700 12px inherit}.production-form.production-focus-mode .mobile-previous:disabled{opacity:.45;cursor:not-allowed}@media(max-width:600px){.mobile-secondary-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px}.mobile-previous{width:100%;border:1px solid var(--brand);border-radius:7px;padding:11px 8px;background:#fff;color:var(--brand);font:700 13px inherit}.mobile-previous:disabled{opacity:.45;cursor:not-allowed}}.production-sheet tr:focus-within{background:#eef6ff!important}.production-sheet tr:focus-within input,.production-sheet tr:focus-within select{border-color:#2f80ed!important;box-shadow:0 0 0 3px #2f80ed1f!important}.production-sheet tr:focus-within td:first-child{background:#e0efff!important}@media(max-width:600px){.production-sheet tr:focus-within{border-color:#2f80ed!important;border-left-color:#2f80ed!important;box-shadow:0 5px 16px #2f80ed2b!important}}.native-date-picker{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important}@media(max-width:600px){.production-header-grid{grid-template-columns:1fr!important;gap:10px!important}.production-header-grid>label,.production-header-grid>div{width:100%;min-width:0}.production-date-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto}.date-quick-menu{width:100%!important;max-width:none!important}.production-line-trigger,.production-shift-trigger,.production-header-grid input{width:100%;font-size:16px!important}}.production-import-modal{width:min(720px,94vw);max-height:88vh;overflow:auto;padding:24px;background:#fff;border-radius:12px;box-shadow:0 22px 55px #102a2a4d}.production-import-modal .modal-heading p{margin:4px 0 0;color:var(--muted)}.production-import-file{display:block;padding:16px;border:1px dashed #86b99a;border-radius:9px;background:#f5fbf7}.production-import-file span{display:block;margin-bottom:7px;color:var(--dark);font-size:12px;font-weight:800}.import-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:16px 0}.import-summary span{padding:12px;text-align:center;border-radius:8px;background:#edf5f1;color:var(--muted)}.import-summary strong{display:block;color:var(--dark);font-size:24px}.import-summary .new{background:#e6f5ea}.import-summary .update{background:#e7f0fb}.import-summary .bad{background:#fde8e5}.import-summary .bad strong{color:#a33b31}.import-errors{max-height:190px;overflow:auto;margin-bottom:14px;padding:10px 14px;border-radius:8px;background:#fff1ef;color:#8d352d}.import-errors p{margin:5px 0;font-size:13px}@media(max-width:560px){.import-summary{grid-template-columns:repeat(2,1fr)}.production-import-modal{padding:16px}}.import-progress{margin:14px 0;padding:12px 14px;border-radius:8px;background:#eef7f4}.import-progress>div:first-child{display:flex;justify-content:space-between;gap:12px;color:var(--dark);font-size:13px;font-weight:700}.import-progress-track{height:9px;margin-top:9px;overflow:hidden;border-radius:99px;background:#d5e8e1}.import-progress-track i{display:block;height:100%;border-radius:inherit;background:#2f8f61;transition:width .35s ease}.import-progress.complete{background:#e4f5e9}.import-progress.failed{background:#fdebea}.import-progress.failed .import-progress-track i{background:#b8463c}.import-complete{text-align:center;padding:18px 8px 4px}.import-complete>b{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 10px;border-radius:50%;background:#dff3e5;color:#28784b;font-size:30px}.import-complete h3{margin:0;color:var(--dark);font-size:21px}.import-complete p{margin:7px 0 18px;color:var(--muted)}@media(max-width:720px){.production-page .production-top-actions>button:not(:first-child){display:none!important}.production-page .production-top-actions{display:flex;justify-content:flex-end}.production-page .production-top-actions>button:first-child{display:inline-flex!important}}:root{--ink:#173d32;--muted:#607a70;--paper:#ffffff;--ground:#edf4ee;--brand:#26734d;--dark:#153f2d;--line:#cfe0d4;--coral:#32885a;--shadow:0 12px 32px #173d3214}body{background:linear-gradient(135deg,#f2f7f2,#e5efe7)}.hero{background:linear-gradient(120deg,#245c3d,#123d2b 55%,#1d6b48)}.hero-copy{color:#cde3d4}.dot{background:#9fe0af}.tabs{background:#fdfefd}.tab:hover,.tab.active{color:var(--brand);border-color:#56ad78;background:#f1f8f3}input,select{border-color:#bcd4c4;background:#fefffe}input:focus,select:focus{outline-color:#91cbaa;border-color:var(--brand)}.primary{background:linear-gradient(105deg,#28794f,#3f9865)}.primary:hover{background:linear-gradient(105deg,#206640,#358655)}.alert.success{background:#e0f2e5;color:#1f6a40}.alert.error{background:#fce7e4;color:#923b2b}.metric,.dashboard-panel,.entry-form,.workspace>section{box-shadow:0 10px 28px #153f2d0d}.spotlight{background:#e5f2e8;border-color:#b9d9c1}.spotlight p:not(.eyebrow){color:#547466}.home-dashboard>.metrics .metric,.orders-page>.metrics .metric{border-top-color:#2d8556;background:#f8fcf8}.home-dashboard>.metrics .metric:nth-child(2),.orders-page>.metrics .metric:nth-child(2){border-top-color:#79aa57;background:#fbfdf7}.home-dashboard>.metrics .metric:nth-child(3),.orders-page>.metrics .metric:nth-child(3){border-top-color:#2f9362;background:#f7fcf8}.home-dashboard>.metrics .metric:nth-child(4),.orders-page>.metrics .metric:nth-child(4){border-top-color:#c77a3e;background:#fffaf5}.home-dashboard>.metrics .metric strong,.orders-page>.metrics .metric:nth-child(1) strong{color:#26734d}.home-dashboard>.metrics .metric:nth-child(2) strong,.orders-page>.metrics .metric:nth-child(2) strong{color:#6e9145}.home-dashboard>.metrics .metric:nth-child(3) strong,.orders-page>.metrics .metric:nth-child(3) strong{color:#2f9362}.home-dashboard>.metrics .metric:nth-child(4) strong,.orders-page>.metrics .metric:nth-child(4) strong{color:#b56630}.home-dashboard>.metrics .metric span,.orders-page>.metrics .metric span{color:#58756a}.production-manager-menu button:hover,.production-manager-menu button:focus,.production-download:hover,.production-summary:hover,.machine-actions button:hover{background:#eaf6ed}.production-row-registered{background:#eff8f1}.production-row-registered input:disabled,.production-row-registered select:disabled{background:#e2f0e6;color:#416b55}.production-row-registered .row-ef{color:#27764d}.progress-fill,.progress-fill.full{background:#32885a}.status-terminada,.status-entregada{background:#dcefe2;color:#216b42}.status-en-produccion{background:#fff2d4;color:#8b5c00}.login-screen{background:linear-gradient(135deg,#b9dfc3,#9dcfaf)}.login-screen .login-form{background:linear-gradient(110deg,#1c5d3d,#174a32 52%,#28764f);box-shadow:0 24px 42px #174a323d}.login-screen .login-form:before{background:#0e322540}.login-screen .login-overline{color:#ccead5}.login-screen .login-tagline{color:#c5e4cf}.login-screen .login-field input{border-color:#b1dec04d;background:#0f3829a8}.login-screen .login-field input:focus{border-color:#87e7a5;background:#164631bd;box-shadow:0 0 0 3px #87e7a534,0 0 18px #87e7a54d}.login-screen .login-submit{border-color:#a8f0bd;background:linear-gradient(105deg,#5bc879,#7bdd94 48%,#65c985);color:#103c29;box-shadow:0 9px 24px #3aaa5f45}.login-screen .login-submit:hover{background:linear-gradient(105deg,#72d98d,#94e8aa 48%,#7bd596)}.delete-machine{background:#bd4d47}.delete-order{border-color:#bd4d47;color:#a73d38}.delete-order:hover{background:#fcebea}@property --login-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.login-screen{display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#164c39,#0b2a20 46%,#061914)}.login-network{opacity:.58;filter:saturate(.9)}.login-screen:before{width:620px;height:620px;top:-390px;left:-270px;background:#42d98b14}.login-screen:after{width:520px;height:520px;right:-280px;bottom:-310px;background:#42d98b12}.login-screen .login-form{width:min(460px,100%);margin:0;padding:38px 42px 30px;clip-path:none;border:1px solid #b2e6c34d;border-radius:14px;background:linear-gradient(150deg,#172d27ef,#0e211bd9);box-shadow:-7px 0 #4ce795,0 28px 70px #020e0ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-screen .login-form:after{content:"";position:absolute;z-index:4;top:-2px;right:-2px;bottom:-2px;left:-2px;padding:2px;border-radius:inherit;pointer-events:none;background:conic-gradient(from var(--login-border-angle),#6cf4af00 0deg,#6cf4af00 264deg,#6cf4af 286deg,#d6ffe8 298deg,#4bdb92 310deg,#6cf4af00 336deg,#6cf4af00 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:login-border-travel 4.6s linear infinite}.login-screen .login-form:before{inset:0 auto 0 0;width:4px;background:linear-gradient(#6af2ae,#1d9f62);box-shadow:0 0 22px #54e89b;opacity:1}.login-screen .login-brand{gap:4px;margin-bottom:8px}.login-screen .login-brand img{width:112px;max-height:42px;object-fit:contain;filter:brightness(0) invert(1) opacity(.92)}.login-screen .login-overline{color:#76d9a0;font-size:10px;letter-spacing:.16em}.login-screen .login-form h1{font-size:30px;margin:8px 0 6px}.login-screen .login-tagline{margin:0 0 25px;color:#a4bdb1}.login-screen .login-field{margin:14px 0 0;padding:0}.login-screen .login-field label{color:#72d69e;font-size:11px;font-weight:700}.login-screen .login-field input{padding:13px 42px 13px 34px;border-color:#b1d5c345;background:#081713a8;border-radius:8px}.login-screen .login-field input::placeholder{color:#8da399}.login-screen .login-field input:focus{border-color:#58db98;background:#0c211ad9;box-shadow:0 0 0 3px #58db9830,0 0 18px #58db9840}.login-screen .login-field:before{left:12px;bottom:15px;color:#74dca2}.login-screen .login-check{margin:18px 0;color:#bdcec5}.login-screen .login-submit{padding:14px;border:0;border-radius:8px;background:linear-gradient(105deg,#33bb69,#5eecae);color:#082418;font-size:15px;letter-spacing:.04em;box-shadow:0 10px 24px #2cbd6c38}.login-screen .login-submit:hover{background:linear-gradient(105deg,#47d67d,#7cf2ba);box-shadow:0 14px 28px #42db834f}.login-screen .login-footer{margin:22px 0 0;color:#aebdb6}.login-screen .login-error{margin:0 0 15px}@media(max-width:620px){.login-screen .login-form{padding:32px 25px 26px;border-radius:12px}.login-screen .login-form h1{font-size:25px}.login-screen .login-field{padding:0}.login-screen .login-field:before{left:12px}.login-screen .login-check{margin-left:0;margin-right:0}}@keyframes login-border-travel{to{--login-border-angle:360deg}}@media(prefers-reduced-motion:reduce){.login-screen .login-form:after{animation:none}}
