:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{width:100%;min-width:100%;min-height:100vh;margin:0;padding:0}html,body{background:#f5f7fb}body{min-width:320px;overflow-x:hidden}#root{width:100%;min-height:100vh}*{box-sizing:border-box}.app{color:#172033;background:#f7f9fc;min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e6e9ef;flex-direction:column;flex-shrink:0;width:250px;min-height:100vh;display:flex}.logo{border-bottom:1px solid #eef0f4;align-items:center;gap:12px;height:76px;padding:0 24px;display:flex}.logo-icon{color:#fff;letter-spacing:-.5px;background:#2563eb;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:flex}.logo span{color:#172033;font-size:17px;font-weight:700}.navigation{flex:1;padding:24px 14px}.nav-title{color:#98a2b3;letter-spacing:1px;margin:0 10px 10px;font-size:10px;font-weight:700}.nav-title:not(:first-child){margin-top:28px}.nav-item{color:#667085;border-radius:8px;align-items:center;gap:13px;height:44px;margin-bottom:4px;padding:0 13px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.nav-item.active{color:#2563eb;background:#eff6ff;font-weight:600}.sidebar-footer{border-top:1px solid #eef0f4;flex-direction:column;gap:10px;margin-top:auto;padding:14px;display:flex}.user-avatar{color:#2563eb;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex}.user-info{flex-direction:column;gap:2px;min-width:0;display:flex}.user-info strong{color:#344054;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.user-info span{color:#98a2b3;font-size:11px}.main-content{flex:1;min-width:0;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e6e9ef;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex}.search{color:#98a2b3;background:#f9fafb;border:1px solid #e4e7ec;border-radius:8px;align-items:center;gap:9px;width:320px;height:40px;padding:0 13px;display:flex}.search input{color:#344054;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:13px}.search input::placeholder{color:#98a2b3}.header-actions{align-items:center;gap:22px;display:flex}.notification{color:#667085;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:7px;display:flex;position:relative}.notification:hover{color:#2563eb}.notification-dot{background:#ef4444;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:4px;right:4px}.header-user{align-items:center;gap:10px;display:flex}.header-user .user-avatar{width:36px;height:36px}.header-user div:last-child{flex-direction:column;gap:2px;display:flex}.header-user strong{color:#344054;font-size:13px}.header-user span{color:#98a2b3;font-size:11px}.mobile-menu{color:#475467;cursor:pointer;background:0 0;border:none;display:none}.dashboard{width:100%;margin:0;padding:32px}.page-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.page-header h1{letter-spacing:-.5px;color:#101828;margin:0 0 5px;font-size:26px;font-weight:700;line-height:1.2}.page-header p{color:#667085;margin:0;font-size:13px}.primary-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:11px 17px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,transform .2s;box-shadow:0 1px 2px #10182814}.primary-button:hover{background:#1d4ed8;transform:translateY(-1px)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px;display:grid}.stat-card{background:#fff;border:1px solid #e6e9ef;border-radius:10px;min-width:0;padding:20px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1018280f}.stat-top{justify-content:space-between;align-items:center;display:flex}.stat-icon{border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stat-icon.blue{color:#2563eb;background:#eff6ff}.stat-icon.orange{color:#ea580c;background:#fff7ed}.stat-icon.green{color:#16a34a;background:#ecfdf3}.stat-icon.purple{color:#7c3aed;background:#f5f3ff}.stat-growth{align-items:center;gap:3px;font-size:11px;font-weight:600;display:flex}.stat-growth.positive{color:#16a34a}.stat-value{color:#101828;letter-spacing:-.5px;margin-top:17px;font-size:25px;font-weight:700;line-height:1}.stat-label{color:#667085;margin-top:8px;font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:22px;display:grid}.panel{background:#fff;border:1px solid #e6e9ef;border-radius:10px;overflow:hidden}.panel-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;min-height:75px;padding:18px 20px;display:flex}.panel-header h2{color:#101828;margin:0 0 4px;font-size:15px;font-weight:650}.panel-header p{color:#98a2b3;margin:0;font-size:11px}.link-button{color:#2563eb;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px;font-weight:600}.activity-list{padding:4px 20px}.activity{border-bottom:1px solid #f0f2f5;align-items:center;gap:12px;min-height:72px;display:flex}.activity:last-child{border-bottom:none}.activity-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.activity-icon.blue{color:#2563eb;background:#eff6ff}.activity-icon.green{color:#16a34a;background:#ecfdf3}.activity-icon.orange{color:#ea580c;background:#fff7ed}.activity-icon.red{color:#dc2626;background:#fef2f2}.activity-content{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.activity-content strong{color:#344054;font-size:12px;font-weight:600}.activity-content span{color:#98a2b3;font-size:10px}.activity-value{color:#344054;white-space:nowrap;font-size:11px;font-weight:600}.activity-status{color:#15803d;white-space:nowrap;background:#ecfdf3;border-radius:20px;padding:4px 8px;font-size:9px;font-weight:600}.activity-status.warning{color:#c2410c;background:#fff7ed}.summary{padding:22px 20px}.summary-item{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.summary-item span{color:#667085;font-size:11px}.summary-item strong{color:#344054;font-size:12px}.progress{background:#eef2f6;border-radius:10px;height:7px;margin-bottom:22px;overflow:hidden}.progress-bar{border-radius:inherit;background:#2563eb;height:100%}.green-progress{background:#16a34a}.purple-progress{background:#7c3aed}@media (width<=1100px){.sidebar{width:220px}.dashboard{padding:25px}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media (width<=800px){.sidebar{display:none}.header{height:68px;padding:0 18px}.mobile-menu{margin-right:12px;display:flex}.search{flex:1;width:auto}.header-user>div:last-child{display:none}.header-actions{gap:8px}.dashboard{padding:22px 18px}.page-header{align-items:flex-start;gap:15px}}@media (width<=600px){.stats-grid{grid-template-columns:1fr}.page-header{flex-direction:column}.primary-button{width:100%}.activity{padding:10px 0}.activity-value,.activity-status{display:none}.panel-header{padding:16px}.activity-list{padding:4px 16px}.summary{padding:20px 16px}}.primary-button{justify-content:center;align-items:center;gap:7px;display:flex}.budget-panel{background:#fff;border:1px solid #e6e9ef;border-radius:10px;overflow:hidden}.budget-toolbar{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.budget-search{color:#98a2b3;border:1px solid #e4e7ec;border-radius:8px;align-items:center;gap:9px;width:360px;height:40px;padding:0 12px;display:flex}.budget-search:focus-within{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.budget-search input{color:#344054;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:12px}.budget-search input::placeholder{color:#98a2b3}.filter-button{color:#475467;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:8px;align-items:center;gap:7px;height:40px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.filter-button:hover{background:#f9fafb}.table-wrapper{width:100%;overflow-x:auto}.budget-table{border-collapse:collapse;text-align:left;width:100%}.budget-table th{color:#667085;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e6e9ef;padding:12px 20px;font-size:10px;font-weight:600}.budget-table td{color:#667085;white-space:nowrap;border-bottom:1px solid #eef0f4;padding:16px 20px;font-size:12px}.budget-table tbody tr{transition:background .15s}.budget-table tbody tr:hover{background:#fafbfc}.budget-table tbody tr:last-child td{border-bottom:none}.budget-number{color:#2563eb;font-weight:600}.budget-value{color:#344054;font-weight:600}.budget-status{border-radius:20px;justify-content:center;align-items:center;padding:4px 9px;font-size:10px;font-weight:600;display:inline-flex}.budget-status.pending{color:#b54708;background:#fffaeb}.budget-status.approved{color:#067647;background:#ecfdf3}.budget-status.sent{color:#175cd3;background:#eff8ff}.budget-status.rejected{color:#b42318;background:#fef3f2}.actions-column{text-align:center!important}.table-actions{justify-content:center;align-items:center;gap:3px;display:flex}.table-action{color:#98a2b3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.table-action:hover{color:#2563eb;background:#f2f4f7}.table-footer{border-top:1px solid #eef0f4;justify-content:space-between;align-items:center;min-height:62px;padding:12px 20px;display:flex}.table-footer>span{color:#98a2b3;font-size:11px}.pagination{align-items:center;gap:5px;display:flex}.pagination button{color:#475467;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:6px;min-width:34px;height:32px;padding:0 10px;font-family:inherit;font-size:11px}.pagination button:hover:not(:disabled){background:#f9fafb}.pagination button:disabled{color:#c4c9d1;cursor:not-allowed}.pagination .page-active{color:#2563eb;background:#eff6ff;border-color:#bfdbfe;font-weight:600}@media (width<=700px){.budget-toolbar{flex-direction:column;align-items:stretch}.budget-search{width:100%}.filter-button{justify-content:center}.table-footer{flex-direction:column;align-items:flex-start;gap:14px}}.new-budget-top{align-items:center;gap:14px;margin-bottom:28px;display:flex}.new-budget-top h1{color:#101828;margin:0 0 5px;font-size:26px;font-weight:700;line-height:1.2}.new-budget-top p{color:#667085;margin:0;font-size:13px}.back-button{color:#475467;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.back-button:hover{color:#2563eb;background:#f9fafb}.new-budget-layout{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:22px;display:grid}.new-budget-main{flex-direction:column;gap:20px;min-width:0;display:flex}.form-card,.budget-summary-card{background:#fff;border:1px solid #e6e9ef;border-radius:10px}.form-card{overflow:hidden}.form-card-header{border-bottom:1px solid #eef0f4;min-height:72px;padding:17px 20px}.form-card-header h2,.summary-card-header h2{color:#101828;margin:0 0 4px;font-size:15px;font-weight:650}.form-card-header p{color:#98a2b3;margin:0;font-size:11px}.form-card-body{padding:20px}.form-grid{grid-template-columns:minmax(0,2fr) minmax(180px,1fr);gap:18px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group label{color:#344054;font-size:11px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#344054;background:#fff;border:1px solid #dfe3e8;border-radius:7px;outline:none;width:100%;font-family:inherit;font-size:12px}.form-group input,.form-group select{height:40px;padding:0 11px}.form-group textarea{resize:vertical;padding:11px;line-height:1.5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.products-table input:focus,.products-table select:focus{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.products-header{justify-content:space-between;align-items:center;display:flex}.secondary-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:7px;align-items:center;gap:6px;height:36px;padding:0 12px;font-family:inherit;font-size:11px;font-weight:600;display:flex}.secondary-button:hover{background:#f9fafb}.products-table-wrapper{overflow-x:auto}.products-table{border-collapse:collapse;text-align:left;width:100%}.products-table th{color:#667085;text-transform:uppercase;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e6e9ef;padding:11px 15px;font-size:9px;font-weight:600}.products-table td{border-bottom:1px solid #eef0f4;padding:13px 15px}.products-table tbody tr:last-child td{border-bottom:none}.products-table select,.products-table input{color:#344054;background:#fff;border:1px solid #dfe3e8;border-radius:7px;outline:none;height:37px;font-family:inherit;font-size:11px}.product-column{min-width:220px}.product-column select{width:100%;padding:0 9px}.quantity-input{width:75px;padding:0 9px}.money-input{border:1px solid #dfe3e8;border-radius:7px;align-items:center;width:125px;height:37px;display:flex;overflow:hidden}.money-input:focus-within{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.money-input span{color:#98a2b3;padding-left:9px;font-size:10px}.money-input input{border:none;width:100%;padding:0 8px;box-shadow:none!important}.item-subtotal{color:#344054;white-space:nowrap;font-size:11px}.remove-item{color:#98a2b3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.remove-item:hover:not(:disabled){color:#dc2626;background:#fef2f2}.remove-item:disabled{opacity:.3;cursor:not-allowed}.budget-summary-card{position:sticky;top:98px;overflow:hidden}.summary-card-header{border-bottom:1px solid #eef0f4;padding:18px 20px}.budget-summary-content{padding:20px}.budget-summary-row{justify-content:space-between;margin-bottom:14px;display:flex}.budget-summary-row span{color:#667085;font-size:11px}.budget-summary-row strong{color:#344054;font-size:11px}.summary-divider{background:#eef0f4;height:1px;margin:20px 0}.budget-total{justify-content:space-between;align-items:flex-end;margin-bottom:22px;display:flex}.budget-total span{color:#344054;font-size:12px;font-weight:600}.budget-total strong{color:#101828;letter-spacing:-.4px;font-size:20px}.save-budget-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;justify-content:center;align-items:center;gap:7px;width:100%;height:41px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.save-budget-button:hover{background:#1d4ed8}.cancel-budget-button{color:#667085;cursor:pointer;background:0 0;border:none;width:100%;height:39px;margin-top:8px;font-family:inherit;font-size:11px}.cancel-budget-button:hover{color:#344054}@media (width<=1050px){.new-budget-layout{grid-template-columns:1fr}.budget-summary-card{position:static}}@media (width<=650px){.form-grid{grid-template-columns:1fr}.products-header{flex-direction:column;align-items:flex-start;gap:14px}.secondary-button{justify-content:center;width:100%}}.details-top{margin-bottom:28px}.details-title-area{align-items:center;gap:14px;display:flex}.details-title-line{align-items:center;gap:12px;display:flex}.details-title-line h1{color:#101828;margin:0;font-size:26px;font-weight:700}.details-title-area p{color:#667085;margin:5px 0 0;font-size:13px}.details-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:22px;display:grid}.details-main{flex-direction:column;gap:20px;min-width:0;display:flex}.details-info-grid{grid-template-columns:repeat(2,1fr);gap:0;padding:5px 20px;display:grid}.detail-item{border-bottom:1px solid #eef0f4;align-items:center;gap:13px;min-height:85px;display:flex}.detail-item:nth-last-child(-n+2){border-bottom:none}.detail-icon{color:#2563eb;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.detail-item>div:last-child{flex-direction:column;gap:4px;display:flex}.detail-item span{color:#98a2b3;font-size:10px}.detail-item strong{color:#344054;font-size:12px}.detail-product{align-items:center;gap:10px;display:flex}.detail-product-icon{color:#667085;background:#f2f4f7;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.detail-product>div:last-child{flex-direction:column;gap:3px;display:flex}.detail-product strong{color:#344054;font-size:11px}.detail-product span{color:#98a2b3;font-size:9px}.details-observations{color:#667085;padding:20px;font-size:12px;line-height:1.6}.details-message{color:#667085;text-align:center;background:#fff;border:1px solid #e6e9ef;border-radius:10px;padding:40px;font-size:13px}.details-message.error{color:#b42318}@media (width<=1050px){.details-grid{grid-template-columns:1fr}}@media (width<=650px){.details-info-grid{grid-template-columns:1fr}.detail-item:nth-last-child(-n+2){border-bottom:1px solid #eef0f4}.detail-item:last-child{border-bottom:none}.details-title-line{flex-direction:column;align-items:flex-start}}.actions-menu{z-index:10000;background:#fff;border:1px solid #e4e7ec;border-radius:9px;flex-direction:column;gap:2px;width:170px;padding:6px;display:flex;position:fixed;box-shadow:0 4px 8px #10182814,0 12px 28px #10182824}.actions-menu button{color:#344054;text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;width:100%;height:36px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s,color .15s;display:flex}.actions-menu button:hover{color:#101828;background:#f2f4f7}.actions-menu button.danger{color:#b42318}.actions-menu button.danger:hover{color:#b42318;background:#fef3f2}.status-filter{color:#475467;background:#fff;border:1px solid #dfe3e8;border-radius:8px;align-items:center;gap:7px;height:40px;padding:0 10px 0 12px;display:flex}.status-filter select{color:#475467;cursor:pointer;background:0 0;border:none;outline:none;height:100%;font-family:inherit;font-size:12px;font-weight:600}.status-filter:focus-within{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.attachments-upload{flex-direction:column;gap:14px;display:flex}.attachments-input{color:#667085;background:#f9fafb;border:1px dashed #cfd5df;border-radius:8px;align-items:center;gap:12px;min-height:80px;padding:16px;display:flex}.attachments-input input{color:#475467;flex:1;font-family:inherit;font-size:12px}.selected-files{flex-direction:column;gap:6px;display:flex}.selected-file{background:#f9fafb;border:1px solid #eef0f4;border-radius:7px;justify-content:space-between;align-items:center;padding:9px 11px;display:flex}.selected-file span{color:#344054;font-size:11px;font-weight:500}.selected-file small{color:#98a2b3;font-size:10px}.attachments-list{flex-direction:column;gap:8px;margin-top:20px;display:flex}.attachment-item{background:#fff;border:1px solid #e6e9ef;border-radius:8px;justify-content:space-between;align-items:center;min-height:54px;padding:9px 11px;display:flex}.attachment-info{color:#667085;align-items:center;gap:10px;min-width:0;display:flex}.attachment-info>div{flex-direction:column;gap:3px;min-width:0;display:flex}.attachment-info strong{text-overflow:ellipsis;white-space:nowrap;color:#344054;max-width:500px;font-size:11px;overflow:hidden}.attachment-info span{color:#98a2b3;font-size:9px}.attachment-open{color:#667085;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;display:flex}.attachment-open:hover{color:#2563eb;background:#eff6ff}.no-attachments{color:#98a2b3;margin:18px 0 0;font-size:11px}.company-config-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:20px;display:grid}.company-config-main{flex-direction:column;gap:16px;min-width:0;display:flex}.company-config-title{color:#475467;align-items:flex-start;gap:10px;display:flex}.company-config-title h2{margin:0}.company-config-title p{margin:4px 0 0}.company-address{margin-top:16px}.config-number-field{align-items:center;gap:8px;display:flex}.config-number-field input{flex:1}.config-number-field span{color:#667085;font-size:12px}.company-config-summary{background:#fff;border:1px solid #e6e9ef;border-radius:10px;padding:20px;position:sticky;top:24px}.company-config-summary h2{color:#101828;margin:0 0 6px;font-size:16px}.company-config-summary>p{color:#667085;margin:0;font-size:11px;line-height:1.6}.config-summary-divider{background:#eef0f4;height:1px;margin:18px 0}.config-summary-row{border-bottom:1px solid #f2f4f7;justify-content:space-between;align-items:center;gap:12px;min-height:38px;display:flex}.config-summary-row span{color:#667085;font-size:11px}.config-summary-row strong{color:#344054;text-align:right;max-width:130px;font-size:11px}.save-company-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;justify-content:center;align-items:center;gap:7px;width:100%;height:40px;margin-top:20px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.save-company-button:hover{background:#1d4ed8}.save-company-button:disabled{opacity:.65;cursor:not-allowed}@media (width<=1000px){.company-config-layout{grid-template-columns:1fr}.company-config-summary{position:static}}.login-page{background:linear-gradient(135deg,#0f172a 0%,#172554 45%,#1d4ed8 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:32px;display:flex;position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";pointer-events:none;background:#ffffff0d;border-radius:50%;position:absolute}.login-page:before{width:420px;height:420px;top:-160px;right:-100px}.login-page:after{width:300px;height:300px;bottom:-120px;left:-80px}.login-overlay{background:radial-gradient(circle,#ffffff0f,#0000 55%);position:absolute;inset:0}.login-card{z-index:1;background:#fffffffa;border:1px solid #ffffff59;border-radius:16px;width:100%;max-width:420px;padding:30px;position:relative;box-shadow:0 18px 44px #0f172a38}.login-logo{align-items:center;gap:12px;margin-bottom:28px;display:flex}.login-logo-mark{color:#fff;letter-spacing:.5px;background:#2563eb;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:13px;font-weight:800;display:flex}.login-logo>div:last-child{flex-direction:column;display:flex}.login-logo strong{color:#101828;font-size:15px}.login-logo span{color:#98a2b3;margin-top:2px;font-size:10px}.login-heading{margin-bottom:26px}.login-heading h1{color:#101828;margin:0 0 7px;font-size:27px;line-height:1.2}.login-heading p{color:#667085;margin:0;font-size:12px;line-height:1.6}.login-form{flex-direction:column;gap:17px;display:flex}.login-field{flex-direction:column;gap:7px;display:flex}.login-field label{color:#344054;font-size:11px;font-weight:600}.login-field input{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;height:44px;padding:0 13px;font-family:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.login-field input::placeholder{color:#98a2b3}.login-field input:focus{border-color:#84adff;box-shadow:0 0 0 3px #2563eb1a}.login-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;margin-top:4px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,transform .15s;display:flex}.login-button:hover{background:#1d4ed8}.login-button:active{transform:translateY(1px)}.login-button:disabled{opacity:.65;cursor:not-allowed}.login-register{color:#667085;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:23px;padding:0;font-family:inherit;font-size:11px;display:flex}.login-register strong{color:#2563eb}.login-register:hover strong{text-decoration:underline}@media (width<=600px){.login-page{padding:18px}.login-card{padding:26px 22px}.login-heading h1{font-size:23px}}.user-status{border-radius:999px;align-items:center;padding:5px 9px;font-size:10px;font-weight:600;display:inline-flex}.user-status.active{color:#027a48;background:#ecfdf3}.user-status.inactive{color:#667085;background:#f2f4f7}.user-action{cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:500;display:inline-flex}.user-action.danger{color:#b42318}.user-action.danger:hover{background:#fef3f2}.user-action.success{color:#027a48}.user-action.success:hover{background:#ecfdf3}.modal-backdrop{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.user-modal{background:#fff;border-radius:12px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 18px 44px #0f172a2e}.profile-explanation{color:#475467;background:#f8fafc;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.profile-explanation>div{flex-direction:column;gap:3px;display:flex}.profile-explanation strong{color:#344054;font-size:11px}.profile-explanation span{color:#667085;font-size:10px;line-height:1.5}.sidebar-user{align-items:center;gap:10px;min-width:0;display:flex}.sidebar-user .user-info{min-width:0}.sidebar-user .user-info strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.settings-tabs{background:#eef2f7;border:1px solid #e4e7ec;border-radius:10px;align-items:center;gap:8px;width:fit-content;margin-bottom:20px;padding:6px;display:flex}.settings-tab{color:#667085;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,color .15s,box-shadow .15s;display:flex}.settings-tab:hover{color:#344054;background:#fff9}.settings-tab.active{color:#2563eb;background:#fff;box-shadow:0 1px 3px #1018281a}.settings-content{width:100%;min-width:0}.settings-section-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.settings-section-header h2{color:#101828;margin:0;font-size:19px;line-height:1.3}.settings-section-header p{color:#667085;margin:5px 0 0;font-size:11px;line-height:1.6}.settings-content .form-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;margin-bottom:16px;overflow:hidden}.settings-content .form-card-header{border-bottom:1px solid #eef0f4;padding:18px 20px}.settings-content .form-card-header h2{color:#101828;margin:0;font-size:15px}.settings-content .form-card-header p{color:#667085;margin:5px 0 0;font-size:10px;line-height:1.5}.settings-content .form-card-body{padding:20px}.settings-content .form-group{flex-direction:column;gap:7px;display:flex}.settings-content .form-group label{color:#344054;font-size:11px;font-weight:600}.settings-content .form-group input,.settings-content .form-group select,.settings-content .form-group textarea{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:7px;outline:none;width:100%;font-family:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.settings-content .form-group input,.settings-content .form-group select{min-height:40px;padding:0 12px}.settings-content .form-group textarea{resize:vertical;min-height:110px;padding:11px 12px}.settings-content .form-group input:focus,.settings-content .form-group select:focus,.settings-content .form-group textarea:focus{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.settings-content .budget-panel{background:#fff;border:1px solid #e4e7ec;border-radius:10px;overflow:hidden}.settings-content .budget-table th{color:#667085;background:#f9fafb;font-size:10px;font-weight:600}.settings-content .budget-table td{color:#475467;font-size:11px}.settings-content .budget-table tbody tr:hover{background:#fafbfc}.fiscal-page{flex-direction:column;gap:16px;display:flex}.fiscal-tax-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.fiscal-actions{justify-content:flex-end;padding-bottom:8px;display:flex}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.user-modal{background:#fff;border:1px solid #e4e7ece6;border-radius:12px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 18px 44px #0f172a2e}.user-modal-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.user-modal-header h2{color:#101828;margin:0;font-size:16px}.user-modal-header p{color:#667085;margin:5px 0 0;font-size:10px}.user-modal-body{flex-direction:column;gap:15px;padding:20px;display:flex}.user-modal-footer{background:#f9fafb;border-top:1px solid #eef0f4;justify-content:flex-end;align-items:center;gap:9px;padding:15px 20px;display:flex}@media (width<=1000px){.settings-tabs{width:100%;overflow-x:auto}.settings-tab{flex-shrink:0}.fiscal-tax-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.settings-section-header{flex-direction:column;align-items:stretch}.settings-section-header .primary-button{width:100%}.fiscal-tax-grid{grid-template-columns:1fr}.fiscal-actions .primary-button{width:100%}}.register-card{z-index:1;background:#fffffffa;border:1px solid #ffffff59;border-radius:16px;width:100%;max-width:720px;padding:34px;position:relative;box-shadow:0 18px 44px #0f172a38}.register-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.register-submit{margin-top:22px}@media (width<=700px){.register-card{padding:26px 22px}.register-grid{grid-template-columns:1fr}.register-grid>div:empty{display:none}}.sidebar-user{align-items:center;gap:10px;width:100%;min-width:0;display:flex}.logout-button{color:#667085;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:flex-start;align-items:center;gap:9px;width:100%;min-height:40px;padding:0 11px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.logout-button svg{flex-shrink:0}.logout-button:hover{color:#b42318;background:#fff7f6;border-color:#fee4e2}.logout-button:focus-visible{outline-offset:2px;outline:2px solid #84adff}.client-app{background:#f7f9fc;grid-template-columns:240px 1fr;min-height:100vh;display:grid}.client-sidebar{background:#fff;border-right:1px solid #e4e7ec;flex-direction:column;min-height:100vh;padding:20px 14px;display:flex}.client-navigation{flex-direction:column;gap:5px;margin-top:28px;display:flex}.client-sidebar-footer{border-top:1px solid #eef0f4;flex-direction:column;gap:10px;margin-top:auto;padding-top:14px;display:flex}.client-main{min-width:0;padding:34px}.client-dashboard{width:100%}.client-welcome{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.client-welcome>div>span{color:#2563eb;font-size:11px;font-weight:600}.client-welcome h1{color:#101828;margin:4px 0;font-size:26px}.client-welcome p{color:#667085;margin:0;font-size:12px}.client-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.client-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;align-items:center;gap:13px;padding:18px;display:flex}.client-summary-icon{color:#2563eb;background:#eff6ff;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.client-summary-card>div:last-child{flex-direction:column;display:flex}.client-summary-card span{color:#667085;font-size:10px}.client-summary-card strong{color:#101828;margin-top:3px;font-size:21px}.client-empty-state{color:#98a2b3;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;display:flex}.client-empty-state strong{color:#344054;margin-top:12px;font-size:14px}.client-empty-state span{color:#667085;margin:5px 0 18px;font-size:11px}@media (width<=900px){.client-app{grid-template-columns:1fr}.client-sidebar{display:none}.client-main{padding:20px}}@media (width<=650px){.client-welcome{flex-direction:column;align-items:stretch}.client-summary-grid{grid-template-columns:1fr}}.sidebar-footer{border-top:1px solid #eef0f4;flex-direction:row;align-items:center;gap:10px;margin-top:auto;padding:14px 16px;display:flex}.sidebar-user{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.sidebar-user .user-info{flex:1;min-width:0}.sidebar-footer .logout-button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;min-height:36px;padding:0;transition:background .15s,border-color .15s,color .15s;display:flex}.sidebar-footer .logout-button:hover{color:#dc2626;background:#fff5f5;border-color:#fecaca}.client-sidebar-footer{border-top:1px solid #eef0f4;flex-direction:row;align-items:center;gap:10px;margin-top:auto;padding:14px 16px;display:flex}.client-sidebar-footer .sidebar-user{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.client-sidebar-footer .logout-button{color:#667085;background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;min-height:36px;padding:0;display:flex}.clients-config-page{width:100%}.clients-config-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;display:grid}.clients-list-panel{background:#fff;border:1px solid #e6e9ef;border-radius:10px;position:sticky;top:20px;overflow:hidden}.clients-search{color:#98a2b3;border-bottom:1px solid #eef0f4;align-items:center;gap:8px;height:52px;padding:0 14px;display:flex}.clients-search input{color:#344054;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:12px}.clients-list{max-height:620px;padding:7px;overflow-y:auto}.client-list-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px;display:flex}.client-list-item:hover{background:#f8fafc}.client-list-item.active{background:#eff6ff}.client-list-avatar{color:#2563eb;background:#eef2ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:flex}.client-list-item>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.client-list-item strong{text-overflow:ellipsis;white-space:nowrap;color:#344054;font-size:11px;overflow:hidden}.client-list-item span{color:#98a2b3;font-size:9px}.client-edit-area{flex-direction:column;gap:16px;min-width:0;display:flex}.client-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.client-wide-field{grid-column:1/-1}.client-save-bar{justify-content:flex-end;padding-bottom:20px;display:flex}@media (width<=950px){.clients-config-layout{grid-template-columns:1fr}.clients-list-panel{position:static}.clients-list{max-height:260px}}@media (width<=650px){.client-form-grid{grid-template-columns:1fr}.client-wide-field{grid-column:auto}.client-save-bar .primary-button{width:100%}}.fiscal-subtabs{background:#eef2f7;border:1px solid #e4e7ec;border-radius:9px;align-items:center;gap:5px;width:fit-content;margin-bottom:18px;padding:5px;display:flex}.fiscal-subtab{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:7px;height:38px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:600;display:flex}.fiscal-subtab:hover{color:#344054}.fiscal-subtab.active{color:#2563eb;background:#fff;box-shadow:0 1px 3px #1018281a}.fiscal-document-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fiscal-empty-state{text-align:center;color:#98a2b3;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:35px;display:flex}.fiscal-empty-state strong{color:#344054;margin-top:12px;font-size:14px}.fiscal-empty-state span{color:#667085;margin-top:5px;font-size:11px}@media (width<=650px){.fiscal-subtabs{width:100%}.fiscal-subtab{flex:1;justify-content:center}.fiscal-document-actions{flex-direction:column;width:100%}.fiscal-document-actions button{width:100%}}.nfe-tax-list{border-top:1px solid #eef0f4;flex-direction:column;gap:14px;padding:18px;display:flex}.nfe-tax-card{background:#fafbfc;border:1px solid #e4e7ec;border-radius:9px;overflow:hidden}.nfe-tax-card-header{background:#fff;border-bottom:1px solid #eef0f4;padding:13px 15px}.nfe-tax-card-header>div{flex-direction:column;gap:3px;display:flex}.nfe-tax-card-header strong{color:#344054;font-size:12px}.nfe-tax-card-header span{color:#98a2b3;font-size:10px}.nfe-tax-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:15px;display:grid}@media (width<=950px){.nfe-tax-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.nfe-tax-grid{grid-template-columns:1fr}}.nfe-tax-card-header{background:#fff;border-bottom:1px solid #eaecf0;flex-direction:column;align-items:stretch;gap:12px;padding:16px;display:flex}.nfe-tax-title{flex-direction:column;gap:3px;display:flex}.nfe-tax-title strong{color:#101828;font-size:12px;font-weight:600}.nfe-tax-title span{color:#98a2b3;font-size:10px}.nfe-tax-tabs{background:#f2f4f7;border:1px solid #eaecf0;border-radius:8px;align-self:flex-start;gap:4px;padding:4px;display:inline-flex}.nfe-tax-tab{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:auto;min-width:80px;height:32px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.nfe-tax-tab:hover{color:#344054;background:#e4e7ec}.nfe-tax-tab.active{color:#2563eb;background:#fff;box-shadow:0 1px 3px #1018281f}@media (width<=600px){.nfe-tax-tabs{width:100%}.nfe-tax-tab{flex:1;min-width:0}}.nfe-tax-card-header{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.nfe-tax-tabs{background:#f2f4f7;border:1px solid #eaecf0;border-radius:8px;justify-content:flex-start;align-items:center;gap:4px;max-width:100%;padding:4px;flex-direction:row!important;width:auto!important;display:flex!important}.nfe-tax-tabs .nfe-tax-tab{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;min-width:72px;height:32px;margin:0;padding:0 14px;font-family:inherit;font-size:11px;font-weight:600;flex:none!important;width:auto!important;display:inline-flex!important}.nfe-tax-tabs .nfe-tax-tab.active{color:#2563eb;background:#fff;box-shadow:0 1px 3px #1018281f}.nfe-tax-card-header{gap:10px;padding:16px 16px 14px}.nfe-tax-tabs{background:#f2f4f7;border:1px solid #eaecf0;border-radius:8px;gap:3px;padding:3px}.nfe-tax-tabs .nfe-tax-tab{border:1px solid #0000;border-radius:6px;min-width:72px;height:32px;padding:0 14px;font-size:11px;font-weight:500;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s}.nfe-tax-tabs .nfe-tax-tab:hover{color:#344054;background:#ffffffa6}.nfe-tax-tabs .nfe-tax-tab.active{color:#2563eb;background:#fff;border-color:#d0d5dd;box-shadow:0 1px 2px #1018280f}.nfe-tax-grid{padding-top:18px}.header{gap:14px}.top-navigation{scrollbar-width:thin;flex:1;align-items:center;gap:4px;min-width:0;padding:4px 2px;display:flex;overflow-x:auto}.top-nav-item{min-height:38px;color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:13px;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.top-nav-item:hover{background:#0000000b}.top-nav-item.active{color:#2563eb;background:#2563eb17;border-color:#2563eb29}.header-tools{flex:none;align-items:center;gap:12px;display:flex}.nav-item-button{text-align:left;width:100%;font:inherit;border:0}.nav-item-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=1350px){.header .search{max-width:210px}.top-nav-item{padding-inline:9px}}@media (width<=1100px){.header .search{display:none}}@media (width<=760px){.header{gap:8px}.top-navigation{order:2;width:100%}.top-nav-item span{display:none}.top-nav-item{width:38px;padding:0}.header-user>div:last-child{display:none}}.sidebar-submenu{flex-direction:column;gap:3px;margin:-2px 0 8px 42px;display:flex}.sidebar-subitem{color:#64748b;border-radius:7px;align-items:center;min-height:32px;padding:6px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .18s,color .18s;display:flex}.sidebar-subitem:hover{color:#1e293b;background:#f1f5f9}.sidebar-subitem.active{color:#2563eb;background:#eff6ff}.sidebar-menu-group{width:100%}.sidebar-expand-button{cursor:pointer;text-align:left;border:0;width:100%;font-family:inherit}.sidebar-arrow{margin-left:auto;font-size:22px;line-height:1;transition:transform .2s}.sidebar-arrow.open{transform:rotate(90deg)}.document-page{background:#f4f6f8;min-height:100vh}.document-toolbar{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto 24px;display:flex}.document-toolbar-actions{gap:10px;display:flex}.document-a4{color:#20252b;background:#fff;width:210mm;min-height:297mm;margin:0 auto;padding:15mm;box-shadow:0 5px 25px #00000014}.document-header{border-bottom:2px solid #20252b;justify-content:space-between;align-items:flex-start;margin-bottom:22px;padding-bottom:20px;display:flex}.document-company{align-items:center;gap:16px;display:flex}.document-company h2{margin:0 0 5px;font-size:20px}.document-company p{margin:2px 0;font-size:12px}.document-logo{border:1px solid #d8dde3;justify-content:center;align-items:center;width:90px;height:65px;display:flex;overflow:hidden}.document-logo img{object-fit:contain;width:100%;height:100%}.document-logo span{color:#8a929c;font-size:10px}.document-company-info h2{margin:0 0 4px;font-size:20px}.document-company-info p{color:#555f6a;margin:2px 0;font-size:11px}.document-number{text-align:right}.document-number span{letter-spacing:1px;font-size:12px;font-weight:700;display:block}.document-number strong{margin:5px 0;font-size:23px;display:block}.document-number small{font-size:12px}.document-section{margin-top:23px}.document-section h3{letter-spacing:.7px;border-bottom:1px solid #d8dde3;margin:0 0 10px;padding-bottom:6px;font-size:12px}.document-client-grid,.document-conditions{grid-template-columns:repeat(2,1fr);gap:14px 28px;display:grid}.document-client-grid div,.document-conditions div{flex-direction:column;display:flex}.document-client-grid span,.document-conditions span{color:#6c7480;margin-bottom:3px;font-size:10px}.document-client-grid strong,.document-conditions strong{font-size:12px}.document-items-table{border-collapse:collapse;width:100%;font-size:11px}.document-items-table th{text-align:left;background:#f1f3f5;border-bottom:1px solid #ccd2d8;padding:8px}.document-items-table td{border-bottom:1px solid #e2e5e8;padding:9px 8px}.document-items-table .number{text-align:right;white-space:nowrap}.document-total-box{border:1px solid #ccd2d8;justify-content:space-between;align-items:center;width:280px;margin:22px 0 0 auto;padding:15px;display:flex}.document-total-box span{font-size:11px;font-weight:700}.document-total-box strong{font-size:19px}.document-notes{white-space:pre-wrap;margin:0;font-size:11px;line-height:1.5}.document-footer{color:#7a828c;border-top:1px solid #d8dde3;justify-content:space-between;margin-top:35px;padding-top:10px;font-size:9px;display:flex}@media print{body{background:#fff!important}.sidebar,.topbar,.no-print{display:none!important}.dashboard,.document-page{background:#fff!important;margin:0!important;padding:0!important}.document-a4{width:100%;min-height:auto;box-shadow:none;margin:0;padding:10mm}@page{size:A4;margin:0}}.details-actions{align-items:center;gap:10px;display:flex}.success-toast{z-index:9999;background:#fff;border:1px solid #d1fae5;border-left:4px solid #22c55e;border-radius:10px;align-items:center;gap:12px;min-width:320px;max-width:420px;padding:14px 18px;animation:.25s ease-out toastEntrada;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 30px #0f172a26}.success-toast-icon{color:#16a34a;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}.success-toast>div:last-child{flex-direction:column;gap:2px;display:flex}.success-toast strong{color:#172033;font-size:14px}.success-toast span{color:#64748b;font-size:13px}@keyframes toastEntrada{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.document-a4{background:linear-gradient(#1f5f9f06 0,#fff0 80px),#fff;border-top:7px solid #1f5f9f;border-radius:4px;position:relative;overflow:hidden}.document-a4:before{content:"";background:#f28c28;width:95px;height:7px;position:absolute;top:0;right:0}.document-header{border-bottom:2px solid #1f5f9f}.document-company-info h2,.document-company h2{color:#174f86}.document-logo{background:#fff;border:1px solid #d7e3ef;border-radius:6px}.document-number{padding-left:24px}.document-number span{color:#f28c28;letter-spacing:1.4px;font-weight:800}.document-number strong{color:#174f86;font-size:25px;font-weight:800}.document-number small{color:#64748b}.document-section h3{color:#174f86;border-bottom:1px solid #d7e3ef;padding-bottom:7px;padding-left:12px;font-weight:800;position:relative}.document-section h3:before{content:"";background:#f28c28;border-radius:4px;width:4px;height:14px;position:absolute;top:1px;left:0}.document-client-grid,.document-conditions{background:#f9fbfd;border:1px solid #e0e9f2;border-radius:7px;padding:13px 15px}.document-client-grid span,.document-conditions span{color:#778493;font-weight:600}.document-client-grid strong,.document-conditions strong{color:#25374a}.document-items-table{border:1px solid #d7e3ef;border-radius:6px;overflow:hidden}.document-items-table th{color:#174f86;background:#eaf2f9;border-bottom:2px solid #1f5f9f;font-weight:800}.document-items-table td{border-bottom:1px solid #e4ebf1}.document-items-table tbody tr:nth-child(2n){background:#fbfcfe}.document-items-table tbody tr:last-child td{border-bottom:none}.document-total-box{background:linear-gradient(90deg,#f4f8fc,#fff);border:1px solid #cbdceb;border-left:5px solid #f28c28;border-radius:7px;position:relative;box-shadow:0 3px 10px #1f5f9f12}.document-total-box span{color:#5f6f7e;font-weight:800}.document-total-box strong{color:#174f86;font-size:19px;font-weight:800}.document-notes{color:#505b66;background:#fffaf4;border-left:4px solid #f28c28;border-radius:4px;padding:12px 14px}.document-footer{color:#718096;border-top:1px solid #d7e3ef;margin-top:35px;padding-top:10px;font-size:10px}.document-footer span:first-child{color:#174f86;font-weight:700}@media print{.document-a4{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important;border-top:7px solid #1f5f9f!important}.document-a4:before,.document-section h3:before{-webkit-print-color-adjust:exact;print-color-adjust:exact}.document-items-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#eaf2f9!important}.document-client-grid,.document-conditions{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f9fbfd!important}.document-total-box{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f4f8fc!important}}.document-orcamento{border-top-color:#1f5f9f}.document-orcamento:before{background:#f28c28}.document-orcamento .document-number span{color:#1f5f9f}.document-orcamento .document-number strong,.document-orcamento .document-section h3{color:#174f86}.document-orcamento .document-section h3:before{background:#f28c28}.document-orcamento .document-items-table th{color:#174f86;background:#eaf2f9;border-bottom-color:#1f5f9f}.document-orcamento .document-total-box{border-left-color:#1f5f9f}.document-orcamento .document-total-box strong{color:#174f86}.document-pedido{border-top-color:#f28c28}.document-pedido:before{background:#1f5f9f}.document-pedido .document-header{border-bottom-color:#f28c28}.document-pedido .document-number span{color:#e97817}.document-pedido .document-number strong{color:#d9670e}.document-pedido .document-section h3{color:#c85d0a}.document-pedido .document-section h3:before{background:#1f5f9f}.document-pedido .document-items-table th{color:#b95408;background:#fff3e8;border-bottom-color:#f28c28}.document-pedido .document-client-grid,.document-pedido .document-conditions{background:#fffaf5;border-color:#f2dfcf}.document-pedido .document-total-box{background:linear-gradient(90deg,#fff6ed,#fff);border-color:#f0d5bd #f0d5bd #f0d5bd #f28c28;border-left-style:solid;border-left-width:5px}.document-pedido .document-total-box strong,.document-pedido .document-footer span:first-child{color:#d9670e}.document-type-badge{border-radius:5px;align-items:center;padding:5px 10px;letter-spacing:.8px!important;font-size:10px!important;font-weight:800!important;display:inline-flex!important}.document-orcamento .document-type-badge{color:#174f86;background:#eaf2f9;border:1px solid #cbddeb}.document-pedido .document-type-badge{color:#c85d0a;background:#fff0e2;border:1px solid #f3d1b4}.analytics-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;margin-bottom:16px;display:grid}.analytics-wide{grid-column:1/-1}.analytics-card{min-width:0}.analytics-header{padding:10px 12px}.analytics-header h2{font-size:13px}.analytics-header p{font-size:9px}.chart-container.compact{min-height:0;padding:6px 8px 4px}@media (width<=1200px){.analytics-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-wide{grid-column:1/-1}}@media (width<=800px){.analytics-grid.compact{grid-template-columns:1fr}.analytics-wide{grid-column:auto}}.support-floating-button{z-index:9000;color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 17px;font-weight:700;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #2563eb4d}.support-floating-button:hover{transform:translateY(-2px)}.support-panel{z-index:8999;background:#fff;border:1px solid #dce4ee;border-radius:16px;width:360px;max-height:560px;position:fixed;bottom:84px;right:24px;overflow:hidden;box-shadow:0 18px 50px #0f172a33}.support-header{color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.support-title{align-items:center;gap:10px;display:flex}.support-title>div:last-child{flex-direction:column;display:flex}.support-title strong{font-size:14px}.support-title span{opacity:.8;margin-top:2px;font-size:11px}.support-avatar{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.support-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.support-body{background:#f8fafc;max-height:470px;padding:16px;overflow-y:auto}.support-message{border-radius:12px;max-width:88%;margin-bottom:12px;padding:10px 12px;font-size:12px;line-height:1.45}.support-message.assistant{color:#334155;background:#fff;border:1px solid #e2e8f0}.support-options{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.support-options button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:8px;padding:10px;font-size:12px;font-weight:600}.support-options button:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}.support-textarea{resize:vertical;border:1px solid #d8e0ea;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:12px}.support-textarea:focus{border-color:#2563eb}.support-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.support-success{text-align:center;padding:25px 10px}.support-success-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;font-size:24px;font-weight:800;display:flex}.support-success h3{color:#172033;margin:0 0 6px}.support-success p{color:#64748b;margin:0 0 18px;font-size:12px}.support-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.support-stat-card{background:#fff;border:1px solid #e1e7ef;border-radius:10px;align-items:center;gap:12px;padding:16px;display:flex}.support-stat-card>div:last-child{flex-direction:column;display:flex}.support-stat-card strong{color:#172033;font-size:22px}.support-stat-card span{color:#778396;margin-top:2px;font-size:11px}.support-stat-icon{border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.support-stat-icon.open{color:#2563eb;background:#eff6ff}.support-stat-icon.progress{color:#d97706;background:#fff7ed}.support-stat-icon.resolved{color:#16a34a;background:#f0fdf4}.support-stat-icon.closed{color:#64748b;background:#f1f5f9}.support-list-toolbar{border-bottom:1px solid #edf1f5;align-items:center;gap:12px;padding:16px 18px;display:flex}.support-list-toolbar .search{flex:1;max-width:360px}.support-list-toolbar select{background:#fff;border:1px solid #d8e0ea;border-radius:8px;height:40px;padding:0 12px}.support-user-cell{flex-direction:column;display:flex}.support-user-cell span{color:#8491a3;margin-top:2px;font-size:10px}.support-status{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.support-status.open{color:#2563eb;background:#eff6ff}.support-status.progress{color:#c66a08;background:#fff7ed}.support-status.resolved{color:#15803d;background:#f0fdf4}.support-status.closed{color:#64748b;background:#f1f5f9}.support-modal-overlay{z-index:9500;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.support-modal{background:#fff;border-radius:14px;width:100%;max-width:620px;overflow:hidden;box-shadow:0 24px 70px #0f172a40}.support-modal-header{border-bottom:1px solid #e9edf3;justify-content:space-between;align-items:flex-start;padding:18px 20px;display:flex}.support-modal-header span{color:#2563eb;font-size:11px;font-weight:700}.support-modal-header h2{color:#172033;margin:4px 0 0;font-size:18px}.support-modal-header button{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:25px}.support-modal-body{padding:20px}.support-detail-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.support-detail-grid>div{flex-direction:column;display:flex}.support-detail-grid span,.support-description>span,.support-status-control label{color:#8491a3;margin-bottom:5px;font-size:10px;font-weight:600}.support-detail-grid strong{color:#273549;font-size:12px}.support-description{margin-top:22px}.support-description p{color:#334155;white-space:pre-wrap;background:#f8fafc;border:1px solid #e6ebf1;border-radius:8px;margin:6px 0 0;padding:14px;font-size:12px;line-height:1.55}.support-status-control{flex-direction:column;margin-top:20px;display:flex}.support-status-control select{background:#fff;border:1px solid #d8e0ea;border-radius:8px;height:42px;padding:0 12px}@media (width<=950px){.support-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.support-stats,.support-detail-grid{grid-template-columns:1fr}}.support-conversation{margin-top:22px}.support-conversation-title{color:#172033;margin-bottom:10px;font-size:12px}.support-messages{background:#f8fafc;border:1px solid #e5eaf0;border-radius:10px;flex-direction:column;gap:10px;max-height:280px;padding:12px;display:flex;overflow-y:auto}.support-message{border-radius:10px;max-width:78%;padding:10px 12px;font-size:12px;line-height:1.45}.support-message.user{background:#fff;border:1px solid #dde5ee;align-self:flex-start}.support-message.admin{background:#eff6ff;border:1px solid #cfe0ff;align-self:flex-end}.support-message-meta{justify-content:space-between;gap:12px;margin-bottom:5px;display:flex}.support-message-meta strong{color:#334155;font-size:10px}.support-message-meta span{color:#94a3b8;font-size:9px}.support-message p{color:#334155;white-space:pre-wrap;margin:0}.support-empty-conversation{text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #dbe3ec;border-radius:8px;padding:18px;font-size:11px}.support-reply{flex-direction:column;gap:9px;margin-top:12px;display:flex}.support-reply textarea{resize:vertical;border:1px solid #d8e0ea;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:12px}.support-reply textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.support-reply .primary-button{align-self:flex-end}.support-home-actions{flex-direction:column;gap:9px;display:flex}.support-ticket-button{color:#334155;cursor:pointer;text-align:left;background:#fff;border:1px solid #dbe3ee;border-radius:9px;align-items:center;gap:10px;width:100%;padding:11px 12px;display:flex}.support-ticket-button:hover{background:#eff6ff;border-color:#2563eb}.support-ticket-button.new{border-style:dashed}.support-ticket-button>div{flex-direction:column;display:flex}.support-ticket-button strong{font-size:12px}.support-ticket-button span{color:#8491a3;margin-top:2px;font-size:10px}.support-inline-back{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin-bottom:12px;padding:0;font-size:11px;font-weight:600;display:inline-flex}.support-ticket-number{color:#2563eb;margin-bottom:14px;font-size:12px;display:block}.support-success-actions{justify-content:center;gap:8px;display:flex}.support-chat-ticket-header{background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;padding:10px 12px;display:flex}.support-chat-ticket-header>div{flex-direction:column;display:flex}.support-chat-ticket-header strong{color:#2563eb;font-size:11px}.support-chat-ticket-header span{color:#475569;margin-top:2px;font-size:10px}.support-chat-status{white-space:nowrap;border-radius:999px;padding:4px 7px;font-weight:700;font-size:9px!important}.support-chat-status.aberto{color:#2563eb;background:#eff6ff}.support-chat-status.em_atendimento{color:#c66a08;background:#fff7ed}.support-chat-status.resolvido{color:#15803d;background:#f0fdf4}.support-chat-status.fechado{color:#64748b;background:#f1f5f9}.support-chat-thread{background:#eef2f7;border-radius:10px;flex-direction:column;gap:8px;max-height:255px;padding:10px;display:flex;overflow-y:auto}.support-chat-bubble{border-radius:10px;max-width:82%;padding:9px 10px;font-size:11px;line-height:1.45}.support-chat-bubble.user{background:#dbeafe;border-bottom-right-radius:3px;align-self:flex-end}.support-chat-bubble.admin{background:#fff;border:1px solid #dde5ee;border-bottom-left-radius:3px;align-self:flex-start}.support-chat-meta{justify-content:space-between;gap:10px;margin-bottom:4px;display:flex}.support-chat-meta strong{color:#334155;font-size:9px}.support-chat-meta span{color:#94a3b8;font-size:8px}.support-chat-bubble p{color:#334155;white-space:pre-wrap;margin:0}.support-chat-waiting{text-align:center;color:#7c899b;padding:14px;font-size:10px}.support-chat-compose{flex-direction:column;gap:7px;margin-top:10px;display:flex}.support-chat-compose textarea{resize:none;border:1px solid #d8e0ea;border-radius:8px;outline:none;width:100%;padding:9px 10px;font-family:inherit;font-size:11px}.support-chat-compose textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb12}.support-chat-compose .primary-button{align-self:flex-end}.support-chat-loading{text-align:center;color:#8491a3;padding:25px 10px;font-size:11px}.support-notification-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 3px 8px #ef44444d}.support-ticket-new-badge{color:#e11d48;white-space:nowrap;background:#fff1f2;border-radius:999px;margin-left:auto;padding:4px 7px;font-size:9px;font-weight:800}.support-ticket-list{flex-direction:column;gap:8px;max-height:300px;margin-top:10px;display:flex;overflow-y:auto}.support-ticket-list-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe6ee;border-radius:9px;flex-direction:column;align-items:stretch;gap:5px;width:100%;padding:11px 12px;display:flex;position:relative}.support-ticket-list-item:hover{background:#f8fbff;border-color:#2563eb}.support-ticket-list-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.support-ticket-list-top>strong{color:#2563eb;font-size:11px}.support-ticket-list-subject{color:#334155;font-size:11px;font-weight:600}.support-ticket-list-date{color:#94a3b8;font-size:9px}.support-ticket-list-item .support-ticket-new-badge{align-self:flex-start;margin-top:2px;margin-left:0}.document-total-box{background:#f8fafc;border:1px solid #dfe6ee;border-radius:8px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.document-total-line{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.document-total-line span{color:#64748b;font-size:11px;font-weight:600}.document-total-line strong{color:#334155;text-align:right;white-space:nowrap;margin-left:auto;font-size:12px;font-weight:700}.document-total-final{border-top:1px solid #dbe3ec;margin-top:4px;padding-top:10px}.document-total-final span{color:#0f172a;font-size:12px;font-weight:800}.document-total-final strong{color:#0f172a;font-size:17px;font-weight:800}@media print{body{background:#fff!important}.dashboard,.document-page{margin:0!important;padding:0!important}.no-print,.sidebar,.topbar,.header,.navbar,.support-floating-button,.support-panel{display:none!important}body,html,#root{background:#fff!important;margin:0!important;padding:0!important}.app-layout,.app-container,.main-content,main,.dashboard,.document-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.document-a4{box-shadow:none!important;border:none!important;margin:0 auto!important}}.stock-page{min-width:0}.page-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.stock-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.stock-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:6px;padding:16px;display:flex}.stock-summary-card span{color:#64748b;font-size:12px}.stock-summary-card strong{color:#0f172a;font-size:24px}.stock-filters{align-items:center;gap:12px;display:flex}.stock-search{flex:1}.stock-filters select{min-width:190px}.stock-table td,.stock-table th{vertical-align:middle}.stock-product{align-items:center;gap:10px;display:flex}.stock-product-icon{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.stock-product div:last-child{flex-direction:column;display:flex}.stock-product span{color:#94a3b8;font-size:10px}.stock-status{white-space:nowrap;border-radius:999px;align-items:center;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.stock-status.normal{color:#047857;background:#ecfdf5}.stock-status.estoque_baixo{color:#b45309;background:#fffbeb}.stock-status.sem_estoque{color:#b91c1c;background:#fef2f2}.stock-status.nao_controlado{color:#64748b;background:#f1f5f9}.stock-empty{color:#64748b;text-align:center;padding:18px}.stock-overlay{z-index:80;background:#0f172a5c;justify-content:flex-end;display:flex;position:fixed;inset:0}.stock-detail-panel{background:#fff;width:min(680px,100%);height:100%;padding:22px;overflow-y:auto;box-shadow:-10px 0 30px #0f172a1f}.stock-detail-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.stock-detail-header span{color:#64748b;font-size:11px}.stock-detail-header h2{margin:3px 0 0}.stock-detail-balances{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.stock-detail-balances>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.stock-detail-balances span{color:#64748b;font-size:10px}.stock-detail-balances strong{font-size:18px}.stock-detail-actions{gap:10px;margin-bottom:16px;display:flex}.stock-inline-card{background:#f8fafc;border:1px solid #dbe3ec;border-radius:12px;margin-bottom:18px;padding:16px}.stock-inline-card h3,.stock-history-section h3{margin:0 0 14px}.stock-history-list{flex-direction:column;gap:8px;display:flex}.stock-history-item{border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;padding:11px;display:flex}.stock-history-icon{justify-content:center;align-items:center;display:flex}.stock-history-main{flex:1;min-width:0}.stock-history-main>div{justify-content:space-between;gap:8px;display:flex}.stock-history-main span,.stock-history-main small{color:#64748b;font-size:10px}@media (width<=900px){.stock-summary-grid,.stock-detail-balances{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.page-title-row,.stock-filters,.stock-detail-actions{flex-direction:column;align-items:stretch}.stock-summary-grid{grid-template-columns:1fr}}.production-submenu{gap:5px;margin:3px 0 10px 14px;padding:4px 0 4px 17px;position:relative}.production-submenu:before{content:"";background:#e4e7ec;border-radius:999px;width:1px;position:absolute;top:4px;bottom:4px;left:0}.production-subitem{color:#667085;text-align:left;width:100%;min-height:38px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:8px;gap:9px;padding:7px 9px;font-family:inherit;font-size:12px;font-weight:500;position:relative}.production-subitem:before{content:"";background:#e4e7ec;width:9px;height:1px;position:absolute;top:50%;left:-18px}.production-subitem:hover:not(:disabled){color:#344054;background:#f8fafc;border-color:#eef2f6}.production-subitem.active{color:#2563eb;background:#eff6ff;border-color:#dbeafe;font-weight:600;box-shadow:0 1px 2px #1018280a}.production-subitem.active:after{content:"";background:#2563eb;border-radius:999px;width:3px;position:absolute;top:8px;bottom:8px;left:-18px}.production-subitem-icon{color:#667085;background:#f2f4f7;border-radius:6px;flex:0 0 25px;justify-content:center;align-items:center;width:25px;height:25px;transition:background .18s,color .18s;display:flex}.production-subitem:hover:not(:disabled) .production-subitem-icon{color:#475467;background:#eef2f6}.production-subitem.active .production-subitem-icon{color:#2563eb;background:#dbeafe}.production-subitem-label{flex:1;min-width:0;line-height:1.25}.production-soon-badge{color:#98a2b3;white-space:nowrap;background:#f2f4f7;border-radius:999px;flex-shrink:0;padding:3px 6px;font-size:8px;font-weight:700;line-height:1}.production-subitem.sidebar-subitem-disabled{opacity:1;cursor:not-allowed;color:#98a2b3;background:0 0;border-color:#0000}.production-subitem.sidebar-subitem-disabled .production-subitem-icon{color:#b0b7c3;background:#f8fafc}.production-subitem.sidebar-subitem-disabled:hover{color:#98a2b3;background:0 0;border-color:#0000}.sidebar-menu-group>.sidebar-expand-button{margin-bottom:2px}.sidebar-menu-group>.sidebar-expand-button .sidebar-arrow{justify-content:center;align-items:center;display:flex}.stock-address-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stock-address-stat{background:#fff;border:1px solid #e6e9ef;border-radius:10px;align-items:center;gap:13px;min-height:86px;padding:18px;display:flex}.stock-address-stat-icon{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stock-address-stat div{flex-direction:column;gap:4px;display:flex}.stock-address-stat strong{color:#101828;font-size:20px}.stock-address-stat div span{color:#667085;font-size:11px}.stock-address-status{border-radius:20px;padding:4px 9px;font-size:10px;font-weight:600;display:inline-flex}.stock-address-status.active{color:#067647;background:#ecfdf3}.stock-address-status.inactive{color:#667085;background:#f2f4f7}.stock-address-empty,.stock-address-message{color:#98a2b3;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:180px;padding:28px;font-size:12px;display:flex}.stock-address-empty strong{color:#344054;font-size:13px}.stock-address-message.error{color:#b42318;background:#fef3f2;min-height:auto}.stock-address-modal-backdrop{z-index:1000;background:#1018286b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.stock-address-modal{background:#fff;border-radius:12px;width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 24px 60px #1018282e}.stock-address-modal-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:19px 20px;display:flex}.stock-address-modal-header h2{color:#101828;margin:0 0 4px;font-size:17px}.stock-address-modal-header p{color:#98a2b3;margin:0;font-size:11px}.stock-address-modal-header>button{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.stock-address-modal-header>button:hover{background:#f2f4f7}.stock-address-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;display:grid}.stock-address-description{grid-column:1/-1}.stock-address-check{color:#344054;cursor:pointer;grid-column:1/-1;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.stock-address-check input{width:16px;height:16px}.stock-address-modal-footer{border-top:1px solid #eef0f4;justify-content:flex-end;align-items:center;gap:9px;padding:15px 20px;display:flex}@media (width<=700px){.stock-address-stats,.stock-address-form{grid-template-columns:1fr}.stock-address-description,.stock-address-check{grid-column:auto}}.stock-label-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stock-label-stat{background:#fff;border:1px solid #e6e9ef;border-radius:10px;align-items:center;gap:13px;min-height:86px;padding:18px;display:flex}.stock-label-stat-icon{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stock-label-stat div{flex-direction:column;gap:4px;display:flex}.stock-label-stat strong{color:#101828;font-size:20px}.stock-label-stat div span{color:#667085;font-size:11px}.stock-label-product{flex-direction:column;gap:3px;display:flex}.stock-label-product strong{color:#344054;font-size:11px}.stock-label-product span{color:#667085;font-size:10px}.stock-label-status{white-space:nowrap;border-radius:20px;padding:4px 9px;font-size:9px;font-weight:650;display:inline-flex}.stock-label-status.aguardando_enderecamento{color:#c2410c;background:#fff7ed}.stock-label-status.enderecada{color:#067647;background:#ecfdf3}.stock-label-status.consumida{color:#1d4ed8;background:#eff6ff}.stock-label-status.cancelada{color:#667085;background:#f2f4f7}.stock-label-address-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:7px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-family:inherit;font-size:10px;font-weight:600;display:inline-flex}.stock-label-address-button:hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.stock-label-empty,.stock-label-message{color:#98a2b3;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:180px;padding:28px;font-size:12px;display:flex}.stock-label-empty strong{color:#344054;font-size:13px}.stock-label-message.error{color:#b42318;background:#fef3f2;min-height:auto}.stock-label-modal-backdrop{z-index:1000;background:#1018286b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.stock-label-modal{background:#fff;border-radius:12px;width:min(680px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 24px 60px #1018282e}.stock-label-modal-small{width:min(520px,100%)}.stock-label-modal-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:19px 20px;display:flex}.stock-label-modal-header h2{color:#101828;margin:0 0 4px;font-size:17px}.stock-label-modal-header p{color:#98a2b3;margin:0;font-size:11px}.stock-label-modal-header>button{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.stock-label-modal-header>button:hover{background:#f2f4f7}.stock-label-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;display:grid}.stock-label-full{grid-column:1/-1}.stock-label-form select{color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;min-height:40px;padding:0 11px;font-family:inherit;font-size:12px}.stock-label-form select:focus{border-color:#84adff;box-shadow:0 0 0 3px #eff6ff}.stock-label-modal-footer{border-top:1px solid #eef0f4;justify-content:flex-end;align-items:center;gap:9px;padding:15px 20px;display:flex}@media (width<=700px){.stock-label-stats,.stock-label-form{grid-template-columns:1fr}.stock-label-full{grid-column:auto}}.stock-label-actions{flex-wrap:nowrap;align-items:center;gap:7px;display:flex}.stock-label-print-button,.stock-label-address-button{color:#344054;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:31px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:600;line-height:1;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 1px 2px #1018280a}.stock-label-print-button:hover,.stock-label-address-button:hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 2px 5px #2563eb14}.stock-label-print-button:active,.stock-label-address-button:active{box-shadow:none;transform:translateY(0)}.stock-label-print-button:focus-visible,.stock-label-address-button:focus-visible{border-color:#84adff;outline:none;box-shadow:0 0 0 3px #2563eb1a}.stock-label-print-button svg,.stock-label-address-button svg{flex-shrink:0}@media (width<=700px){.stock-label-actions{gap:5px}.stock-label-print-button,.stock-label-address-button{min-height:30px;padding:0 9px}}.qr-reader-page{max-width:1300px}.qr-reader-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.qr-reader-step{color:#98a2b3;background:#fff;border:1px solid #e4e7ec;border-radius:10px;align-items:center;gap:11px;min-height:72px;padding:14px;display:flex}.qr-reader-step>span{color:#667085;background:#f2f4f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.qr-reader-step div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.qr-reader-step strong{color:#667085;font-size:12px}.qr-reader-step small{color:#98a2b3;font-size:10px}.qr-reader-step.active{background:#f8fbff;border-color:#bfdbfe}.qr-reader-step.active>span{color:#2563eb;background:#dbeafe}.qr-reader-step.active strong{color:#2563eb}.qr-reader-step.complete{color:#067647;background:#f6fef9;border-color:#abefc6}.qr-reader-step.complete>span{color:#067647;background:#dcfae6}.qr-reader-step.complete strong{color:#067647}.qr-reader-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);align-items:start;gap:18px;display:grid}.qr-reader-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:20px}.qr-reader-card-header{color:#98a2b3;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.qr-reader-card-header h2{color:#101828;margin:0 0 4px;font-size:15px}.qr-reader-card-header p{color:#98a2b3;margin:0;font-size:11px}.qr-camera-box{aspect-ratio:16/10;background:#101828;border:1px solid #d0d5dd;border-radius:12px;width:100%;position:relative;overflow:hidden}.qr-camera-box video{object-fit:cover;width:100%;height:100%;display:block}.qr-camera-placeholder{color:#98a2b3;background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex;position:absolute;inset:0}.qr-camera-placeholder strong{color:#344054;font-size:13px}.qr-camera-placeholder span{font-size:10px}.qr-camera-frame{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.qr-camera-frame:before{content:"";aspect-ratio:1;border:2px solid #ffffffeb;border-radius:14px;width:min(52%,240px);box-shadow:0 0 0 999px #0f172a52}.qr-camera-frame span{background:#22c55e;width:min(44%,205px);height:2px;position:absolute;box-shadow:0 0 12px #22c55ed9}.qr-camera-actions{justify-content:flex-end;margin-top:12px;display:flex}.qr-reader-divider{text-align:center;margin:20px 0 15px;position:relative}.qr-reader-divider:before{content:"";background:#eef0f4;height:1px;position:absolute;top:50%;left:0;right:0}.qr-reader-divider span{color:#98a2b3;text-transform:uppercase;letter-spacing:.45px;background:#fff;padding:0 10px;font-size:9px;position:relative}.qr-manual-form{align-items:center;gap:9px;display:flex}.qr-manual-input{color:#98a2b3;background:#fff;border:1px solid #d0d5dd;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:0;height:40px;padding:0 11px;display:flex}.qr-manual-input:focus-within{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.qr-manual-input input{color:#344054;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:12px}.qr-reading-result{flex-direction:column;gap:11px;display:flex}.qr-result-block{background:#fafbfc;border:1px dashed #d0d5dd;border-radius:10px;align-items:flex-start;gap:12px;min-height:120px;padding:15px;display:flex}.qr-result-block.filled{background:#f8fbff;border-style:solid;border-color:#bfdbfe}.qr-result-icon{color:#667085;background:#f2f4f7;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.qr-result-block.filled .qr-result-icon{color:#2563eb;background:#dbeafe}.qr-result-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.qr-result-content>span{color:#98a2b3;text-transform:uppercase;letter-spacing:.35px;font-size:9px;font-weight:700}.qr-result-content strong{color:#101828;font-size:16px}.qr-result-content p{color:#667085;white-space:normal;margin:0;font-size:11px;line-height:1.4}.qr-result-content small{color:#475467;font-size:10px}.qr-reader-message{border-radius:8px;align-items:flex-start;gap:8px;margin-top:13px;padding:11px 12px;font-size:11px;line-height:1.45;display:flex}.qr-reader-message.sucesso{color:#067647;background:#ecfdf3}.qr-reader-message.info{color:#175cd3;background:#eff6ff}.qr-reader-message.erro{color:#b42318;background:#fef3f2}.qr-reader-message svg{flex-shrink:0;margin-top:1px}.qr-confirm-button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:44px;margin-top:14px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:700;display:flex;box-shadow:0 1px 2px #10182814}.qr-confirm-button:hover:not(:disabled){background:#15803d}.qr-confirm-button:disabled{color:#f8fafc;cursor:not-allowed;box-shadow:none;background:#d0d5dd}.qr-reader-note{color:#667085;background:#f9fafb;border:1px solid #e4e7ec;border-radius:8px;margin-top:14px;padding:11px 13px;font-size:10px;line-height:1.45}.qr-reader-note strong{color:#344054}@media (width<=950px){.qr-reader-grid{grid-template-columns:1fr}}@media (width<=700px){.qr-reader-steps{grid-template-columns:1fr}.qr-reader-card{padding:15px}.qr-manual-form{flex-direction:column;align-items:stretch}.qr-manual-form .primary-button{width:100%}.qr-camera-box{aspect-ratio:4/3}}.stock-header-actions{align-items:center;gap:9px;display:flex}.stock-map-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a75;padding:24px}.stock-map-panel{background:#fff;border:1px solid #ffffffb8;border-radius:16px;flex-direction:column;width:min(1120px,96vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 28px 70px #0f172a33,0 4px 14px #0f172a14}.stock-map-header{background:linear-gradient(#fff 0%,#fbfdff 100%);border-bottom:1px solid #eef0f4;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.stock-map-title{align-items:flex-start;gap:13px;display:flex}.stock-map-title-icon{color:#2563eb;background:#eff6ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stock-map-title span{color:#2563eb;letter-spacing:.9px;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.stock-map-title h2{color:#101828;letter-spacing:-.3px;margin:0;font-size:20px}.stock-map-title p{color:#667085;margin:5px 0 0;font-size:11px}.stock-map-close{color:#667085;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .18s,color .18s,border-color .18s,transform .18s;display:flex}.stock-map-close:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca;transform:translateY(-1px)}.stock-map-summary{background:#f8fafc;border-bottom:1px solid #eef0f4;flex-shrink:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 22px;display:grid}.stock-map-summary>div{background:#fff;border:1px solid #e4e7ec;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:11px 13px;display:flex}.stock-map-summary span{color:#667085;font-size:10px}.stock-map-summary strong{color:#101828;font-size:17px}.stock-map-toolbar{background:#fff;border-bottom:1px solid #eef0f4;flex-shrink:0;align-items:center;gap:10px;padding:15px 22px;display:flex}.stock-map-search{color:#98a2b3;background:#fff;border:1px solid #d0d5dd;border-radius:8px;flex:1;align-items:center;gap:9px;min-width:0;height:40px;padding:0 12px;display:flex}.stock-map-search:focus-within{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.stock-map-search input{color:#344054;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:12px}.stock-map-clear{color:#667085;cursor:pointer;background:#f2f4f7;border:none;border-radius:7px;height:36px;padding:0 11px;font-family:inherit;font-size:10px;font-weight:600}.stock-map-clear:hover{color:#344054;background:#e4e7ec}.stock-map-content{background:#f8fafc;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;min-height:260px;padding:18px 22px 22px;display:grid;overflow-y:auto}.stock-map-address{background:#fff;border:1px solid #e4e7ec;border-radius:12px;align-self:start;min-height:152px;padding:14px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 1px 2px #10182808}.stock-map-address:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10182812}.stock-map-address.occupied{border-color:#bfdbfe}.stock-map-address.free{background:#fcfcfd}.stock-map-address-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.stock-map-address-head>div{align-items:center;gap:9px;min-width:0;display:flex}.stock-map-address-head>div>div{flex-direction:column;gap:2px;min-width:0;display:flex}.stock-map-address-head strong{color:#101828;font-size:13px}.stock-map-address-head small{color:#98a2b3;font-size:9px}.stock-map-pin{color:#2563eb;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.stock-map-badge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:8px;font-weight:700}.stock-map-badge.occupied{color:#067647;background:#ecfdf3}.stock-map-badge.free{color:#667085;background:#f2f4f7}.stock-map-location{border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:12px;padding:9px 0;display:grid}.stock-map-location>span{flex-direction:column;gap:2px;min-width:0;display:flex}.stock-map-location small{color:#98a2b3;font-size:8px}.stock-map-location strong{color:#475467;font-size:10px}.stock-map-products{flex-direction:column;gap:7px;margin-top:10px;display:flex}.stock-map-products>div{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 9px;display:flex}.stock-map-products>div>span{flex-direction:column;gap:2px;min-width:0;display:flex}.stock-map-products strong{color:#2563eb;font-size:9px}.stock-map-products small{color:#667085;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:9px;overflow:hidden}.stock-map-products b{color:#101828;flex-shrink:0;font-size:11px}.stock-map-free-message{color:#98a2b3;text-align:center;background:#fff;border:1px dashed #d0d5dd;border-radius:8px;margin-top:10px;padding:9px;font-size:9px}.stock-map-footer{background:#fff;border-top:1px solid #eef0f4;flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;min-height:62px;padding:12px 22px;display:flex}.stock-map-footer>span{color:#98a2b3;font-size:9px}@media (width<=900px){.stock-map-content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.stock-map-overlay{padding:10px}.stock-map-panel{width:100%;max-height:96vh}.stock-map-header{padding:16px}.stock-map-title p{display:none}.stock-map-summary{grid-template-columns:1fr;padding:10px 16px}.stock-map-toolbar{flex-direction:column;align-items:stretch;padding:12px 16px}.stock-map-content{grid-template-columns:1fr;padding:14px 16px}.stock-map-footer{padding:12px 16px}.stock-map-footer>span{display:none}.stock-header-actions{flex-wrap:wrap}}.stock-product-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a75;padding:24px}.stock-detail-panel-refined{background:#fff;border:1px solid #ffffffb8;border-radius:16px;flex-direction:column;width:min(980px,96vw);max-height:92vh;padding:0;display:flex;overflow:hidden;box-shadow:0 28px 70px #0f172a33,0 4px 14px #0f172a14}.stock-product-detail-header{background:linear-gradient(#fff 0%,#fbfdff 100%);border-bottom:1px solid #eef0f4;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.stock-product-detail-title{align-items:flex-start;gap:13px;display:flex}.stock-product-detail-icon{color:#2563eb;background:#eff6ff;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stock-product-detail-title span{color:#2563eb;letter-spacing:.9px;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.stock-product-detail-title h2{color:#101828;letter-spacing:-.35px;margin:0;font-size:21px}.stock-product-detail-title p{color:#667085;margin:5px 0 0;font-size:11px}.stock-product-loading{min-height:260px}.stock-product-summary{background:#f8fafc;border-bottom:1px solid #eef0f4;flex-shrink:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;padding:16px 22px;display:grid}.stock-product-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;flex-direction:column;gap:4px;min-width:0;padding:13px 14px;display:flex}.stock-product-summary-card>span{color:#667085;font-size:9px;font-weight:600}.stock-product-summary-card strong{color:#101828;font-size:20px;line-height:1.1}.stock-product-summary-card small{color:#98a2b3;font-size:8px}.stock-product-summary-card.reserved{border-color:#fed7aa}.stock-product-summary-card.reserved strong{color:#c2410c}.stock-product-summary-card.available{border-color:#abefc6}.stock-product-summary-card.available strong{color:#067647}.stock-product-summary-card.minimum{border-color:#d8b4fe}.stock-product-summary-card.minimum strong{color:#7e22ce}.stock-product-detail-toolbar{background:#fff;border-bottom:1px solid #eef0f4;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;min-height:66px;padding:12px 22px;display:flex}.stock-product-detail-actions{align-items:center;gap:9px;display:flex}.stock-detail-panel-refined .stock-inline-card{background:#f8fafc;border:1px solid #dbe3ec;border-radius:11px;margin:16px 22px 0;padding:16px}.stock-detail-panel-refined .stock-inline-card h3{color:#101828;margin:0 0 14px;font-size:13px}.stock-product-history{background:#f8fafc;min-height:0;margin-top:0;padding:18px 22px 20px;overflow-y:auto}.stock-product-history-header{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:12px;display:flex}.stock-product-history-header>div>span{color:#2563eb;letter-spacing:.8px;margin-bottom:2px;font-size:8px;font-weight:800;display:block}.stock-product-history-header h3{color:#101828;margin:0;font-size:16px}.stock-product-history-header>small{color:#98a2b3;font-size:9px}.stock-history-list-refined{gap:9px}.stock-detail-panel-refined .stock-history-item{background:#fff;border:1px solid #e4e7ec;border-radius:10px;min-height:66px;padding:11px 12px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 1px 2px #10182806}.stock-detail-panel-refined .stock-history-item:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 5px 14px #0f172a0d}.stock-detail-panel-refined .stock-history-icon{color:#475467;background:#f8fafc;border-radius:9px;flex-shrink:0;width:34px;height:34px}.stock-detail-panel-refined .stock-history-main strong{color:#101828;font-size:11px}.stock-detail-panel-refined .stock-history-main>div>span{color:#98a2b3;font-size:8.5px}.stock-detail-panel-refined .stock-history-main small{color:#667085;margin-top:2px;font-size:8.5px}.stock-detail-panel-refined .stock-history-item>strong{color:#101828;flex-shrink:0;font-size:13px}.stock-product-history-empty{color:#98a2b3;background:#fff;border:1px dashed #d0d5dd;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:150px;display:flex}.stock-product-history-empty strong{color:#344054;font-size:12px}.stock-product-history-empty span{font-size:9px}.stock-product-detail-footer{background:#fff;border-top:1px solid #eef0f4;flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;min-height:62px;padding:12px 22px;display:flex}.stock-product-detail-footer>span{color:#98a2b3;font-size:9px}@media (width<=800px){.stock-product-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-product-detail-toolbar{flex-direction:column;align-items:stretch}.stock-product-detail-actions{width:100%}.stock-product-detail-actions .primary-button,.stock-product-detail-actions .secondary-button{flex:1}}@media (width<=600px){.stock-product-overlay{padding:10px}.stock-detail-panel-refined{width:100%;max-height:96vh}.stock-product-detail-header{padding:16px}.stock-product-detail-title p{display:none}.stock-product-summary{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 16px}.stock-product-detail-toolbar{padding:12px 16px}.stock-product-detail-actions{flex-direction:column}.stock-product-detail-actions .primary-button,.stock-product-detail-actions .secondary-button{width:100%}.stock-detail-panel-refined .stock-inline-card{margin-left:16px;margin-right:16px}.stock-product-history{padding:16px}.stock-product-detail-footer{padding:12px 16px}.stock-product-detail-footer>span{display:none}}.qr-operation-mode{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.qr-operation-option{color:#667085;text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:11px;align-items:center;gap:12px;min-height:76px;padding:14px 15px;font-family:inherit;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:flex}.qr-operation-option:hover{background:#f8fbff;border-color:#bfdbfe;transform:translateY(-1px)}.qr-operation-option.active{background:#eff6ff;border-color:#84adff;box-shadow:0 0 0 3px #2563eb0f}.qr-operation-option.active.danger{background:#fff7f7;border-color:#fecaca;box-shadow:0 0 0 3px #dc26260d}.qr-operation-icon{color:#667085;background:#f2f4f7;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.qr-operation-option.active .qr-operation-icon{color:#2563eb;background:#dbeafe}.qr-operation-option.active.danger .qr-operation-icon{color:#dc2626;background:#fee2e2}.qr-operation-option>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.qr-operation-option strong{color:#344054;font-size:12px}.qr-operation-option small{color:#98a2b3;font-size:9px}.qr-operation-option.active strong{color:#1d4ed8}.qr-operation-option.active.danger strong{color:#b42318}.qr-withdraw-box{background:snow;border:1px solid #fecaca;border-radius:10px;padding:15px}.qr-withdraw-title{align-items:center;gap:10px;margin-bottom:14px;display:flex}.qr-result-icon.withdraw{color:#dc2626;background:#fee2e2}.qr-withdraw-title>div:last-child{flex-direction:column;gap:3px;display:flex}.qr-withdraw-title span{color:#dc2626;letter-spacing:.6px;font-size:8px;font-weight:800}.qr-withdraw-title strong{color:#101828;font-size:13px}.qr-withdraw-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.qr-withdraw-form label{color:#475467;flex-direction:column;gap:6px;font-size:9px;font-weight:600;display:flex}.qr-withdraw-form input{color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;height:38px;padding:0 10px;font-family:inherit;font-size:11px}.qr-withdraw-form input:focus{border-color:#fca5a5;box-shadow:0 0 0 3px #dc26260f}.qr-withdraw-form input:disabled{color:#98a2b3;background:#f2f4f7}.qr-withdraw-full{grid-column:1/-1}@media (width<=700px){.qr-operation-mode,.qr-withdraw-form{grid-template-columns:1fr}.qr-withdraw-full{grid-column:auto}}.qr-operation-mode{grid-template-columns:repeat(3,minmax(0,1fr))}.qr-operation-option.active.partial{background:#f7f5ff;border-color:#c4b5fd;box-shadow:0 0 0 3px #7c3aed0d}.qr-operation-option.active.partial .qr-operation-icon{color:#7c3aed;background:#ede9fe}.qr-operation-option.active.partial strong{color:#6d28d9}.qr-partial-box{background:#fbfaff;border:1px solid #ddd6fe;border-radius:10px;padding:15px}.qr-partial-title{align-items:center;gap:10px;margin-bottom:13px;display:flex}.qr-result-icon.partial{color:#7c3aed;background:#ede9fe}.qr-partial-title>div:last-child{flex-direction:column;gap:3px;display:flex}.qr-partial-title span{color:#7c3aed;letter-spacing:.6px;font-size:8px;font-weight:800}.qr-partial-title strong{color:#101828;font-size:13px}.qr-partial-route{color:#7c3aed;background:#fff;border:1px solid #e9e5ff;border-radius:9px;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:13px;padding:10px 12px;display:grid}.qr-partial-route>div{flex-direction:column;gap:3px;min-width:0;display:flex}.qr-partial-route>div:last-child{text-align:right}.qr-partial-route small{color:#98a2b3;font-size:8px}.qr-partial-route strong{color:#344054;font-size:11px}.qr-partial-preview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.qr-partial-preview>div{background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-direction:column;gap:3px;padding:10px;display:flex}.qr-partial-preview span{color:#98a2b3;font-size:8px}.qr-partial-preview strong{color:#101828;font-size:15px}@media (width<=900px){.qr-operation-mode{grid-template-columns:1fr}}@media (width<=600px){.qr-partial-preview{grid-template-columns:1fr}}.stock-inventory-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;padding:24px}.stock-inventory-panel{background:#fff;border:1px solid #ffffffbf;border-radius:16px;flex-direction:column;width:min(1120px,96vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 28px 70px #0f172a38,0 4px 14px #0f172a14}.stock-inventory-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.stock-inventory-header>div:first-child>span{color:#2563eb;letter-spacing:.8px;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.stock-inventory-header h2{color:#101828;margin:0;font-size:22px}.stock-inventory-header p{color:#667085;margin:5px 0 0;font-size:10px}.stock-inventory-summary{background:#f8fafc;border-bottom:1px solid #eef0f4;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 22px;display:grid}.stock-inventory-summary>div{background:#fff;border:1px solid #e4e7ec;border-radius:9px;flex-direction:column;gap:3px;padding:11px 13px;display:flex}.stock-inventory-summary span{color:#667085;font-size:9px}.stock-inventory-summary strong{color:#101828;font-size:18px}.stock-inventory-toolbar{border-bottom:1px solid #eef0f4;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 22px;display:grid}.stock-inventory-content{background:#f8fafc;min-height:0;padding:16px 22px;overflow-y:auto}.stock-inventory-table-wrapper{background:#fff;border:1px solid #e4e7ec;border-radius:10px;overflow-x:auto}.stock-inventory-table{border-collapse:collapse;width:100%}.stock-inventory-table th{color:#667085;text-align:left;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e4e7ec;padding:10px 12px;font-size:9px;font-weight:700}.stock-inventory-table td{color:#344054;vertical-align:middle;border-bottom:1px solid #f0f2f5;padding:11px 12px;font-size:10px}.stock-inventory-table tr:last-child td{border-bottom:0}.stock-inventory-count-input{width:110px;height:36px;font:inherit;border:1px solid #d0d5dd;border-radius:7px;outline:none;padding:0 9px}.stock-inventory-count-input:focus{border-color:#84adff;box-shadow:0 0 0 3px #2563eb0f}.stock-inventory-diff{border-radius:999px;justify-content:center;min-width:54px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.stock-inventory-diff.neutral{color:#667085;background:#f2f4f7}.stock-inventory-diff.positive{color:#067647;background:#ecfdf3}.stock-inventory-diff.negative{color:#b42318;background:#fef3f2}.stock-inventory-tags{flex-wrap:wrap;gap:5px;display:flex}.stock-inventory-tags span{color:#3538cd;white-space:nowrap;background:#eef4ff;border-radius:999px;padding:4px 7px;font-size:8px}.stock-inventory-footer{background:#fff;border-top:1px solid #eef0f4;justify-content:space-between;align-items:center;gap:14px;padding:12px 22px;display:flex}.stock-inventory-footer>span{color:#98a2b3;font-size:9px}.stock-inventory-footer>div{gap:8px;display:flex}.stock-map-inventory-button{width:100%;margin-top:8px}@media (width<=760px){.stock-inventory-overlay{padding:10px}.stock-inventory-summary,.stock-inventory-toolbar{grid-template-columns:1fr}.stock-inventory-footer{flex-direction:column;align-items:stretch}.stock-inventory-footer>div{width:100%}.stock-inventory-footer button{flex:1}}.qr-operation-home{background:#fff;border:1px solid #e4e7ec;border-radius:14px;margin-bottom:18px;padding:20px}.qr-operation-home-heading{margin-bottom:16px}.qr-operation-home-heading>span{color:#2563eb;letter-spacing:.8px;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.qr-operation-home-heading h2{color:#101828;margin:0;font-size:20px}.qr-operation-home-heading p{color:#667085;margin:5px 0 0;font-size:10px}.qr-operation-mode-separated{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.qr-operation-entry{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe3ea;border-radius:12px;grid-template-rows:1fr auto;grid-template-columns:auto 1fr;align-items:start;gap:10px 12px;min-height:132px;padding:16px;transition:all .15s;display:grid}.qr-operation-entry:hover{background:#f8fbff;border-color:#9dbdff;transform:translateY(-1px);box-shadow:0 8px 22px #10182812}.qr-operation-entry.danger-entry:hover{background:snow;border-color:#fda29b}.qr-operation-entry.partial-entry:hover{background:#fbfaff;border-color:#c7b9ff}.qr-operation-entry .qr-operation-icon{color:#2563eb;background:#eef4ff;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.qr-operation-entry.danger-entry .qr-operation-icon{color:#d92d20;background:#fef3f2}.qr-operation-entry.partial-entry .qr-operation-icon{color:#6938ef;background:#f4f3ff}.qr-operation-entry-copy{flex-direction:column;min-width:0;display:flex}.qr-operation-entry-copy strong{color:#101828;font-size:12px}.qr-operation-entry-copy small{color:#667085;margin-top:4px;font-size:9px;line-height:1.45}.qr-operation-entry-copy em{color:#98a2b3;margin-top:10px;font-size:8px;font-style:normal;font-weight:600}.qr-operation-open{color:#2563eb;border-top:1px solid #f0f2f5;grid-column:1/-1;padding-top:9px;font-size:9px;font-weight:700}.danger-entry .qr-operation-open{color:#d92d20}.partial-entry .qr-operation-open{color:#6938ef}.qr-operation-safety{color:#027a48;background:#f6fef9;border:1px solid #d1fadf;border-radius:9px;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;font-size:9px;display:flex}.qr-active-operation{background:#f8fbff;border:1px solid #d6e4ff;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:11px 14px;display:flex}.qr-active-operation.retirar{background:snow;border-color:#fee4e2}.qr-active-operation.transferir_parcial{background:#fbfaff;border-color:#e4ddff}.qr-active-operation-info{align-items:center;gap:10px;display:flex}.qr-active-operation-icon{color:#2563eb;background:#e8f1ff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.qr-active-operation.retirar .qr-active-operation-icon{color:#d92d20;background:#fee4e2}.qr-active-operation.transferir_parcial .qr-active-operation-icon{color:#6938ef;background:#eeeaff}.qr-active-operation-info div{flex-direction:column;display:flex}.qr-active-operation-info small{color:#667085;letter-spacing:.5px;font-size:8px;font-weight:700}.qr-active-operation-info strong{color:#101828;margin-top:1px;font-size:11px}@media (width<=850px){.qr-operation-mode-separated{grid-template-columns:1fr}.qr-operation-entry{min-height:auto}}@media (width<=560px){.qr-operation-home{padding:14px}.qr-active-operation{flex-direction:column;align-items:stretch}.qr-active-operation>button{width:100%}}.qr-active-operation-actions{align-items:center;gap:8px;display:flex}.qr-back-operation-button{font-weight:700}.qr-expected-reading{background:#f8fbff;border:1px solid #d6e4ff;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:10px 13px;display:flex}.qr-expected-reading-copy{flex-direction:column;gap:2px;display:flex}.qr-expected-reading-copy small{color:#667085;letter-spacing:.6px;font-size:8px;font-weight:800}.qr-expected-reading-copy strong{color:#101828;font-size:11px}.qr-expected-reading-badge{color:#175cd3;letter-spacing:.35px;background:#e8f1ff;border-radius:999px;padding:5px 9px;font-size:8px;font-weight:800}@media (width<=560px){.qr-active-operation-actions{width:100%}.qr-active-operation-actions button{flex:1}}.stock-map-inventory-status{background:#f9fafb;border:1px solid #e4e7ec;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:10px;padding:9px 10px;display:grid}.stock-map-inventory-status>svg{color:#667085}.stock-map-inventory-status>div{flex-direction:column;min-width:0;display:flex}.stock-map-inventory-status small{color:#98a2b3;font-size:8px}.stock-map-inventory-status strong{color:#344054;font-size:9px}.stock-map-inventory-status span{color:#667085;font-size:8px}.stock-map-inventory-state{white-space:nowrap;border-radius:999px;padding:4px 7px;font-weight:700;font-size:8px!important}.stock-map-inventory-state.ok{color:#067647;background:#ecfdf3}.stock-map-inventory-state.warning{color:#b54708;background:#fffaeb}.stock-map-inventory-state.pending{color:#667085;background:#f2f4f7}.stock-map-card-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:8px;display:grid}.stock-map-card-actions .stock-map-inventory-button{width:100%;margin-top:0}.stock-map-history-button{justify-content:center;align-items:center;gap:5px;width:100%;display:inline-flex}.stock-history-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;padding:24px}.stock-history-panel{background:#fff;border:1px solid #ffffffbf;border-radius:16px;flex-direction:column;width:min(980px,96vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 28px 70px #0f172a38,0 4px 14px #0f172a14}.stock-history-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.stock-history-header>div>span{color:#2563eb;letter-spacing:.8px;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.stock-history-header h2{color:#101828;margin:0;font-size:22px}.stock-history-header p{color:#667085;margin:5px 0 0;font-size:10px}.stock-history-summary{background:#f8fafc;border-bottom:1px solid #eef0f4;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px 22px;display:grid}.stock-history-summary>div{background:#fff;border:1px solid #e4e7ec;border-radius:9px;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.stock-history-summary span{color:#667085;font-size:8px}.stock-history-summary strong{color:#101828;font-size:11px}.stock-history-list{background:#f8fafc;padding:16px 22px 22px;overflow-y:auto}.stock-history-entry{background:#fff;border:1px solid #e4e7ec;border-radius:11px;margin-bottom:12px;overflow:hidden}.stock-history-entry:last-child{margin-bottom:0}.stock-history-entry-head{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.stock-history-entry-head>div{flex-direction:column;gap:2px;display:flex}.stock-history-entry-head>div>span{color:#2563eb;font-size:8px;font-weight:800}.stock-history-entry-head strong{color:#101828;font-size:11px}.stock-history-entry-head small{color:#667085;font-size:8px}.stock-history-badge{border-radius:999px;padding:5px 8px;font-size:8px;font-weight:700}.stock-history-badge.ok{color:#067647;background:#ecfdf3}.stock-history-badge.warning{color:#b54708;background:#fffaeb}.stock-history-reference{background:#fcfcfd;border-bottom:1px solid #f0f2f5;flex-wrap:wrap;gap:12px;padding:9px 14px;display:flex}.stock-history-reference span{color:#667085;font-size:8px}.stock-history-items{padding:8px 14px 12px}.stock-history-item{border-bottom:1px solid #f2f4f7;grid-template-columns:minmax(180px,1fr) repeat(3,90px);align-items:center;gap:12px;padding:8px 0;display:grid}.stock-history-item:last-child{border-bottom:0}.stock-history-item>div{flex-direction:column;gap:2px;display:flex}.stock-history-item>div:first-child strong{color:#101828;font-size:9px}.stock-history-item>div:first-child span{color:#667085;font-size:8px}.stock-history-item small{color:#98a2b3;font-size:7px}.stock-history-item strong{color:#344054;font-size:9px}.stock-history-item strong.positive{color:#067647}.stock-history-item strong.negative{color:#b42318}.stock-history-item strong.neutral{color:#667085}.stock-history-empty{color:#98a2b3;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:220px;padding:30px;display:flex}.stock-history-empty strong{color:#344054;font-size:11px}.stock-history-empty span{font-size:9px}@media (width<=760px){.stock-history-overlay{padding:10px}.stock-history-summary{grid-template-columns:1fr}.stock-history-item{grid-template-columns:1fr 1fr}.stock-map-card-actions{grid-template-columns:1fr}}.sidebar{background:linear-gradient(#092b55 0%,#063466 55%,#06284f 100%);border-right:1px solid #ffffff14;width:250px;box-shadow:8px 0 24px #03173014}.logo{border-bottom:1px solid #ffffff1a}.logo-icon{background:#1677ff;box-shadow:0 6px 16px #1677ff42}.logo span{color:#fff;font-size:18px}.nav-title{color:#7fa6cf}.nav-item{color:#d6e5f6;font-size:14px}.nav-item:hover{color:#fff;background:#ffffff17}.nav-item.active{color:#fff;background:linear-gradient(90deg,#0878f9 0%,#1268df 100%);box-shadow:0 8px 18px #005dd638}.sidebar-footer{border-top:1px solid #ffffff1a}.sidebar-footer .user-info strong{color:#fff}.sidebar-footer .user-info span{color:#a9c2dc}.sidebar-footer .user-avatar{color:#0b5fbd;background:#fff}.sidebar button,.sidebar a{--sidebar-text:#d6e5f6}.sidebar .nav-subitem,.sidebar .submenu-item{color:#bad0e7}.sidebar .nav-subitem:hover,.sidebar .submenu-item:hover{color:#fff;background:#ffffff12}.stock-map-page-v2{color:#172033;background:#f7f9fc;min-height:calc(100vh - 76px);padding:26px 30px 34px}.stock-map-v2-topbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.stock-map-v2-topbar>div{color:#667085;align-items:center;gap:10px;font-size:13px;display:flex}.stock-map-v2-topbar strong{color:#1268df;font-weight:650}.stock-map-v2-back{color:#667085;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:13px}.stock-map-v2-back:hover{color:#1268df}.stock-map-v2-refresh{background:#fff;height:40px;padding:0 15px;font-size:12px}.stock-map-v2-title{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.stock-map-v2-title h1{color:#0d2a4e;letter-spacing:-.6px;margin:0;font-size:30px;line-height:1.15}.stock-map-v2-title p{color:#667085;margin:6px 0 0;font-size:14px}.stock-map-v2-filters{background:#fff;border:1px solid #dfe5ed;border-radius:12px;grid-template-columns:190px 190px minmax(220px,1fr) minmax(270px,1.15fr);gap:15px 18px;margin-bottom:18px;padding:18px 20px;display:grid;box-shadow:0 1px 2px #10182805}.stock-map-v2-filters label{flex-direction:column;gap:7px;display:flex}.stock-map-v2-filters label>span{color:#344054;font-size:12px;font-weight:650}.stock-map-v2-filters select{color:#344054;background:#fff;border:1px solid #d6dde7;border-radius:7px;outline:none;height:42px;padding:0 12px;font-family:inherit;font-size:13px}.stock-map-v2-search>div{color:#667085;background:#fff;border:1px solid #d6dde7;border-radius:7px;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.stock-map-v2-search input{color:#344054;background:0 0;border:0;outline:0;width:100%;font-family:inherit;font-size:13px}.stock-map-v2-filters select:focus,.stock-map-v2-search>div:focus-within{border-color:#6ba6ff;box-shadow:0 0 0 3px #2563eb14}.stock-map-v2-legend{color:#667085;border-top:1px solid #f0f2f5;flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;align-items:center;gap:16px;min-height:34px;padding-top:5px;font-size:12px;display:flex}.stock-map-v2-legend>span{color:#344054;font-weight:700}.stock-map-v2-legend b{color:#344054;align-items:center;gap:6px;font-weight:500;display:inline-flex}.stock-map-v2-legend i,.stock-map-v2-help i{border-radius:50%;flex:0 0 12px;width:12px;height:12px;display:inline-block}.stock-map-v2-legend i.occupied,.stock-map-v2-help i.occupied{background:#41b96f}.stock-map-v2-legend i.free,.stock-map-v2-help i.free{background:#fff;border:1px solid #cfd7e3}.stock-map-v2-legend i.unchecked,.stock-map-v2-help i.unchecked{background:#f5aa17}.stock-map-v2-legend i.divergent,.stock-map-v2-help i.divergent{background:#ef5350}.stock-map-v2-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:18px;display:grid}.stock-map-v2-main{min-width:0}.stock-map-v2-street{background:#fff;border:1px solid #dfe5ed;border-radius:12px;margin-bottom:18px;overflow-x:auto}.stock-map-v2-street-title{color:#fff;text-align:center;letter-spacing:.2px;background:linear-gradient(135deg,#075fce,#0c7cf2);border-radius:10px 10px 0 0;width:94px;margin:0;padding:9px 12px;font-size:12px;font-weight:800}.stock-map-v2-grid{min-width:650px;padding:0 8px 9px;display:grid}.stock-map-v2-grid-corner,.stock-map-v2-shelf-head{color:#25364c;border-bottom:1px solid #e9edf3;justify-content:center;align-items:center;min-height:42px;font-size:11px;font-weight:800;display:flex}.stock-map-v2-row{min-width:650px}.stock-map-v2-level{color:#25364c;background:#f1f4f8;border-radius:7px;justify-content:center;align-items:center;min-height:82px;margin:6px 7px 0 0;font-size:11px;font-weight:800;display:flex}.stock-map-v2-cell,.stock-map-v2-empty-cell{background:#fff;border:1px solid #d9e0e9;border-radius:7px;min-height:82px;margin:6px 3px 0;padding:10px 12px}.stock-map-v2-empty-cell{color:#c0c8d4;justify-content:center;align-items:center;font-size:13px;display:flex}.stock-map-v2-cell{text-align:left;color:#1d2939;cursor:pointer;flex-direction:column;align-items:flex-start;gap:3px;font-family:inherit;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.stock-map-v2-cell:hover{transform:translateY(-1px);box-shadow:0 7px 16px #10182812}.stock-map-v2-cell.selected{outline-offset:1px;outline:2px solid #1f7bf2}.stock-map-v2-cell.occupied{background:#eefaf1;border-color:#71c889}.stock-map-v2-cell.free{background:#fff;border-color:#d8dfe8}.stock-map-v2-cell.unchecked{background:#fff8e9;border-color:#f0b33e}.stock-map-v2-cell.divergent{background:#fff0ef;border-color:#f0807d}.stock-map-v2-cell strong{color:#13243c;font-size:14px;line-height:1.2}.stock-map-v2-cell.occupied strong{color:#18713c}.stock-map-v2-cell.divergent strong{color:#c93430}.stock-map-v2-cell span{color:#53657b;font-size:12px}.stock-map-v2-cell b{color:#1d2939;font-size:12px}.stock-map-v2-cell small{color:#7b8b9e;margin-top:auto;font-size:10px;font-weight:600}.stock-map-v2-side{flex-direction:column;gap:14px;display:flex}.stock-map-v2-side-card{background:#fff;border:1px solid #dfe5ed;border-radius:12px;padding:18px;box-shadow:0 1px 2px #10182805}.stock-map-v2-side-card h3{color:#102a4b;margin:0 0 16px;font-size:15px}.stock-map-v2-summary-line,.stock-map-v2-detail-line{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:12px;min-height:36px;display:flex}.stock-map-v2-summary-line:last-child,.stock-map-v2-detail-line:last-of-type{border-bottom:0}.stock-map-v2-summary-line span,.stock-map-v2-detail-line span{color:#53657b;font-size:12px}.stock-map-v2-summary-line strong,.stock-map-v2-detail-line strong{color:#172b48;text-align:right;font-size:12px}.stock-map-v2-summary-line.occupied strong{color:#168548}.stock-map-v2-summary-line.unchecked strong{color:#c37b00}.stock-map-v2-summary-line.divergent strong{color:#d83d39}.stock-map-v2-detail-line .status-ok{color:#168548;background:#eafbf0;border-radius:20px;padding:5px 8px}.stock-map-v2-detail-line .status-pending{color:#b26e00;background:#fff6df;border-radius:20px;padding:5px 8px}.stock-map-v2-detail-line .status-divergent{color:#d83d39;background:#fff0ef;border-radius:20px;padding:5px 8px}.stock-map-v2-materials{border-top:1px solid #edf0f4;margin-top:14px;padding-top:12px}.stock-map-v2-materials>span{color:#344054;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.stock-map-v2-materials>div{border-bottom:1px solid #f1f3f6;justify-content:space-between;align-items:center;gap:10px;min-height:40px;display:flex}.stock-map-v2-materials>div>span{color:#667085;flex-direction:column;min-width:0;font-size:10px;display:flex}.stock-map-v2-materials>div b{color:#172b48;font-size:11px}.stock-map-v2-materials>div strong{color:#172b48;font-size:12px}.stock-map-v2-materials>small{color:#98a2b3;font-size:11px}.stock-map-v2-detail-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.stock-map-v2-detail-actions button{width:100%}.stock-map-v2-help p{color:#667085;align-items:center;gap:7px;margin:9px 0;font-size:11px;line-height:1.45;display:flex}.stock-map-v2-help p b{color:#344054}.stock-map-v2-side-empty,.stock-map-v2-no-results{color:#667085;font-size:12px}.stock-map-v2-no-results{text-align:center;background:#fff;border:1px dashed #cfd7e3;border-radius:10px;padding:40px 24px}.stock-map-panel{font-size:13px}.stock-map-title h2{font-size:22px}.stock-map-title p,.stock-map-toolbar input,.stock-map-address-head small,.stock-map-location small,.stock-map-products small,.stock-map-inventory-status small,.stock-map-inventory-status span,.stock-map-inventory-state,.stock-map-badge{font-size:11px!important}.stock-map-address-head strong,.stock-map-location strong,.stock-map-products strong,.stock-map-products b,.stock-map-inventory-status strong{font-size:13px!important}@media (width<=1200px){.stock-map-v2-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-map-v2-layout{grid-template-columns:1fr}.stock-map-v2-side{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}}@media (width<=800px){.stock-map-page-v2{padding:20px 16px 28px}.stock-map-v2-title h1{font-size:25px}.stock-map-v2-filters{grid-template-columns:1fr}.stock-map-v2-legend{justify-content:flex-start}.stock-map-v2-side,.stock-map-v2-detail-actions{grid-template-columns:1fr}}.sidebar .nav-item,.sidebar .nav-item svg,.sidebar .nav-item span,.sidebar .nav-item strong,.sidebar .nav-item a,.sidebar .nav-subitem,.sidebar .submenu-item,.sidebar button,.sidebar a{color:#fff!important}.sidebar .nav-title{letter-spacing:1px;font-weight:800;color:#8fc2ff!important}.sidebar .nav-item{font-weight:600;background:0 0!important;border:1px solid #0000!important}.sidebar .nav-item.active,.sidebar .nav-item[aria-current=page]{color:#fff!important;background:linear-gradient(90deg,#0b7cff 0%,#1d6fe8 100%)!important;border-color:#ffffff29!important;box-shadow:0 8px 18px #0052b447!important}.sidebar .nav-item.active svg,.sidebar .nav-item[aria-current=page] svg{color:#fff!important;stroke:currentColor!important}.sidebar .nav-item.open,.sidebar .nav-item.expanded,.sidebar .nav-group.open>.nav-item,.sidebar .nav-group.expanded>.nav-item,.sidebar [aria-expanded=true].nav-item{color:#fff!important;background:#ffffff17!important;border-color:#ffffff1f!important}.sidebar .nav-subitem,.sidebar .submenu-item{opacity:.94;font-weight:600;color:#fff!important}.sidebar .nav-subitem:hover,.sidebar .submenu-item:hover{opacity:1;color:#fff!important;background:#ffffff1a!important}.sidebar .nav-subitem.active,.sidebar .submenu-item.active,.sidebar .nav-subitem[aria-current=page],.sidebar .submenu-item[aria-current=page]{opacity:1;font-weight:700;color:#fff!important;background:#2286fff2!important}.sidebar .nav-item.active,.sidebar .nav-item.open,.sidebar .nav-item.expanded,.sidebar .nav-group.open>.nav-item,.sidebar .nav-group.expanded>.nav-item,.sidebar [aria-expanded=true].nav-item,.sidebar .nav-subitem.active,.sidebar .submenu-item.active{filter:none!important}.sidebar .logo span{font-weight:800;color:#fff!important}.sidebar .user-info strong{color:#fff!important}.sidebar .user-info span{color:#b8d5f3!important}.sidebar svg{color:#fff!important;opacity:1!important}.sidebar .sidebar-menu-group{width:100%}.sidebar .sidebar-expand-button{border-radius:8px;align-items:center;gap:13px;min-height:44px;font-size:14px;font-weight:700;display:flex;position:relative;color:#fff!important;background:0 0!important;padding:0 13px!important}.sidebar .sidebar-expand-button:hover,.sidebar .sidebar-expand-button[aria-expanded=true]{color:#fff!important;background:#ffffff1a!important}.sidebar .sidebar-expand-button>svg:first-child{color:#fff!important;stroke:currentColor!important}.sidebar .sidebar-arrow{margin-left:auto;color:#fff!important;opacity:.9!important}.sidebar .sidebar-submenu{flex-direction:column;gap:5px;margin:4px 0 10px 17px;padding:4px 0 4px 28px;display:flex;position:relative}.sidebar .sidebar-submenu:before{content:"";background:#84b4e87a;width:1px;position:absolute;top:2px;bottom:8px;left:10px}.sidebar .sidebar-subitem{border-radius:7px;align-items:center;gap:10px;min-height:39px;padding:5px 8px 5px 0;font-size:12px;font-weight:650;text-decoration:none;display:flex;position:relative;color:#fff!important;opacity:1!important;background:0 0!important}.sidebar .sidebar-subitem:before{content:"";background:#84b4e87a;width:13px;height:1px;position:absolute;top:50%;left:-18px}.sidebar .sidebar-subitem>svg:first-child{border-radius:7px;flex:0 0 30px;width:30px;height:30px;padding:6px;box-shadow:0 1px 2px #031c3a1f,0 3px 8px #031c3a14;color:#174a7e!important;stroke:#174a7e!important;background:#fff!important}.sidebar .sidebar-subitem span,.sidebar .sidebar-subitem strong{color:#fff!important}.sidebar .sidebar-subitem:hover{color:#fff!important;background:#ffffff14!important}.sidebar .sidebar-subitem.active,.sidebar .sidebar-subitem[aria-current=page]{color:#fff!important;background:linear-gradient(90deg,#0d7cff47 0%,#0d7cff1f 100%)!important}.sidebar .sidebar-subitem.active>svg:first-child,.sidebar .sidebar-subitem[aria-current=page]>svg:first-child{box-shadow:0 0 0 1px #4597ff38,0 5px 12px #00459129;color:#0b74e5!important;stroke:#0b74e5!important;background:#fff!important}.sidebar .sidebar-subitem .coming-soon,.sidebar .sidebar-subitem .badge,.sidebar .sidebar-subitem [class*=badge]{white-space:nowrap;border-radius:999px;margin-left:auto;padding:3px 7px;font-size:8px;font-weight:800;color:#2675cf!important;background:#fff!important}.sidebar .sidebar-footer{background:#021c3a2e;border-top:1px solid #ffffff1c!important}.sidebar .sidebar-footer .logout-button{width:38px;height:38px;min-height:38px;box-shadow:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex;color:#fff!important;background:#ffffff14!important;border:1px solid #ffffff29!important}.sidebar .sidebar-footer .logout-button svg{color:#fff!important;stroke:#fff!important;opacity:1!important}.sidebar .sidebar-footer .logout-button:hover{color:#fecaca!important;background:#ef444429!important;border-color:#f871717a!important}.sidebar .sidebar-footer .logout-button:hover svg{color:#fecaca!important;stroke:#fecaca!important}.sidebar .sidebar-user .user-info strong{font-weight:700;color:#fff!important}.sidebar .sidebar-user .user-info span{color:#b9d2eb!important}.sidebar .sidebar-user .user-avatar{border:1px solid #ffffff59;color:#0b64bf!important;background:#fff!important}.sidebar .navigation{padding-left:12px;padding-right:12px}.sidebar .sidebar-menu-group>.sidebar-expand-button[aria-expanded=true],.sidebar .sidebar-menu-group>.sidebar-expand-button.active{box-shadow:inset 0 0 0 1px #ffffff09,0 5px 14px #01224929;color:#fff!important;background:linear-gradient(90deg,#0d74e67a 0%,#1c6ac257 100%)!important;border:1px solid #5aa5ff8c!important}.sidebar .sidebar-expand-button svg,.sidebar .sidebar-expand-button svg *{color:#fff!important;stroke:#fff!important}.sidebar .sidebar-submenu:before,.sidebar .production-submenu:before,.sidebar .sidebar-subitem:before,.sidebar .production-subitem:before{background:#5fa4eb94!important}.sidebar .sidebar-subitem>svg:first-child,.sidebar .sidebar-subitem>span:first-child:not(.production-subitem-label),.sidebar .sidebar-subitem [class*=icon]{border-radius:7px;flex:0 0 30px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;padding:0;display:inline-flex;box-shadow:0 1px 2px #011e421f,0 3px 8px #011e4214;color:#1267c4!important;background:#fff!important}.sidebar .sidebar-subitem>svg:first-child,.sidebar .sidebar-subitem>svg:first-child *,.sidebar .sidebar-subitem>span:first-child svg,.sidebar .sidebar-subitem>span:first-child svg *,.sidebar .sidebar-subitem [class*=icon] svg,.sidebar .sidebar-subitem [class*=icon] svg *{color:#1267c4!important;stroke:#1267c4!important}.sidebar .production-subitem-icon{color:#1267c4!important;background:#fff!important;border-radius:7px!important;flex:0 0 30px!important;width:30px!important;height:30px!important;box-shadow:0 1px 2px #011e421f,0 3px 8px #011e4214!important}.sidebar .production-subitem-icon svg,.sidebar .production-subitem-icon svg *{color:#1267c4!important;stroke:#1267c4!important;opacity:1!important}.sidebar .production-subitem.sidebar-subitem-disabled .production-subitem-icon{color:#6b9bd1!important;opacity:1!important;background:#f8fbff!important}.sidebar .production-subitem.sidebar-subitem-disabled,.sidebar .production-subitem.sidebar-subitem-disabled .production-subitem-label{color:#eaf3ff!important}.sidebar .sidebar-subitem,.sidebar .production-subitem{color:#fff!important;min-height:42px!important;font-size:12.5px!important;font-weight:650!important}.sidebar .production-subitem-label,.sidebar .sidebar-subitem>span:not(:first-child){color:#fff!important}.sidebar .sidebar-subitem:hover,.sidebar .production-subitem:hover:not(:disabled){color:#fff!important;background:#ffffff13!important;border-color:#ffffff14!important}.sidebar .sidebar-subitem.active,.sidebar .production-subitem.active,.sidebar .sidebar-subitem[aria-current=page]{color:#fff!important;background:#0f76eb38!important;border-color:#5ba5ff40!important}.sidebar .sidebar-subitem.active svg,.sidebar .sidebar-subitem.active svg *,.sidebar .production-subitem.active .production-subitem-icon svg,.sidebar .production-subitem.active .production-subitem-icon svg *{color:#0875e8!important;stroke:#0875e8!important}.sidebar .production-soon-badge{border-radius:999px;margin-left:auto;box-shadow:0 3px 8px #095abe38;color:#fff!important;background:#1677f2!important;padding:4px 7px!important;font-size:8px!important;font-weight:800!important}.sidebar .sidebar-footer .logout-button{color:#fff!important;background:0 0!important;border-color:#0000!important}.sidebar .sidebar-footer .logout-button svg,.sidebar .sidebar-footer .logout-button svg *{color:#ff6b67!important;stroke:#ff6b67!important;opacity:1!important}.sidebar .sidebar-footer .logout-button:hover{background:#ef44441f!important;border-color:#f8717140!important}.sidebar .production-subitem.sidebar-subitem-disabled{cursor:default;opacity:1!important;color:#fff!important}.sidebar .production-subitem.sidebar-subitem-disabled .production-subitem-label{color:#fff!important;opacity:1!important}.sidebar .production-subitem.sidebar-subitem-disabled .production-subitem-icon{color:#1267c4!important;opacity:1!important;background:#fff!important;border-radius:7px!important;flex:0 0 30px!important;justify-content:center!important;align-items:center!important;width:30px!important;height:30px!important;display:inline-flex!important}.sidebar .production-subitem.sidebar-subitem-disabled .production-subitem-icon svg,.sidebar .production-subitem.sidebar-subitem-disabled .production-subitem-icon svg *{color:#1267c4!important;stroke:#1267c4!important;opacity:1!important}.sidebar .production-soon-badge{min-width:max-content;color:#fff!important;letter-spacing:0!important;white-space:nowrap!important;opacity:1!important;background:#1677ff!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-left:auto!important;padding:4px 9px!important;font-size:8px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important;box-shadow:0 3px 8px #1677ff47!important}.sidebar .production-subitem .production-soon-badge,.sidebar .production-subitem.sidebar-subitem-disabled .production-soon-badge,.sidebar .sidebar-subitem .production-soon-badge{color:#fff!important;background-color:#1677ff!important}.sidebar .production-subitem-label{min-width:0}.sidebar .production-subitem.sidebar-subitem-disabled{gap:10px!important}.production-page{width:100%;max-width:100%;padding:30px 32px 36px}.production-page-header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:68px;margin-bottom:22px;display:flex}.production-eyebrow{color:#2563eb;letter-spacing:.8px;margin-bottom:4px;font-size:10px;font-weight:800;display:block}.production-page-header h1{color:#101828;letter-spacing:-.5px;margin:0;font-size:27px;line-height:1.2}.production-page-header p{color:#667085;margin:6px 0 0;font-size:13px}.production-new-button{flex-shrink:0;min-width:116px;height:40px}.production-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.production-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;flex-direction:column;justify-content:center;gap:8px;min-height:94px;padding:19px 20px;display:flex}.production-summary-card span{color:#475467;font-size:12px;font-weight:500}.production-summary-card strong{color:#172033;font-size:25px;line-height:1}.production-panel{background:#fff;border:1px solid #e4e7ec;border-radius:11px;overflow:hidden}.production-toolbar{border-bottom:1px solid #eef0f4;grid-template-columns:minmax(260px,1fr) 190px;align-items:center;gap:12px;min-height:68px;padding:16px 18px;display:grid}.production-search{color:#98a2b3;background:#fff;border:1px solid #dfe3e8;border-radius:8px;align-items:center;gap:9px;height:40px;padding:0 13px;display:flex}.production-search:focus-within{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.production-search input{color:#344054;background:0 0;border:0;outline:0;width:100%;font-family:inherit;font-size:12px}.production-search input::placeholder{color:#98a2b3}.production-status-filter{height:40px;position:relative}.production-status-filter select{appearance:none;color:#344054;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:8px;outline:none;width:100%;height:40px;padding:0 38px 0 13px;font-family:inherit;font-size:12px;font-weight:600}.production-status-filter select:focus{border-color:#84adff;box-shadow:0 0 0 3px #2563eb14}.production-status-filter svg{color:#667085;pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.production-table-wrapper{width:100%;overflow-x:auto}.production-table{border-collapse:collapse;table-layout:fixed;text-align:left;width:100%;min-width:850px}.production-table th{color:#667085;letter-spacing:.2px;text-transform:uppercase;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e7eaf0;height:42px;padding:0 18px;font-size:10px;font-weight:700}.production-table td{color:#475467;vertical-align:middle;border-bottom:1px solid #eef0f4;height:62px;padding:10px 18px;font-size:12px}.production-table tbody tr:last-child td{border-bottom:0}.production-table tbody tr:hover{background:#fbfcfe}.production-table th:first-child,.production-table td:first-child{width:120px}.production-table th:nth-child(2),.production-table td:nth-child(2){width:100px}.production-table th:nth-child(3),.production-table td:nth-child(3){width:155px}.production-table th:nth-child(4),.production-table td:nth-child(4){width:135px}.production-table th:nth-child(5),.production-table td:nth-child(5),.production-table th:nth-child(6),.production-table td:nth-child(6){width:105px}.production-table th:nth-child(7),.production-table td:nth-child(7){width:130px}.production-table th:nth-child(8),.production-table td:nth-child(8){width:110px}.production-op-link{color:#175cd3;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;font-weight:700}.production-op-link:hover{text-decoration:underline}.production-product-cell{align-items:center;gap:8px;min-width:0;display:flex}.production-product-icon{color:#667085;background:#f2f4f7;border-radius:7px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.production-product-cell>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.production-action-column{text-align:center!important}.production-open-button{justify-content:center;min-width:72px;margin:0 auto}.production-message{box-shadow:none;border:0;border-radius:0}@media (width<=1000px){.production-page{padding:24px}.production-summary-grid,.production-toolbar{grid-template-columns:1fr}.production-status-filter{width:100%}}@media (width<=650px){.production-page{padding:20px 16px}.production-page-header{flex-direction:column}.production-new-button{width:100%}}.production-centers-header{align-items:flex-start}.production-back-button{width:fit-content;margin-bottom:16px}.production-section-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:18px 20px;display:flex}.production-section-header h2{color:#101828;margin:0;font-size:15px;font-weight:700}.production-section-header p{color:#98a2b3;margin:5px 0 0;font-size:11px}.production-center-form{margin-bottom:18px}.production-center-form-body{padding:20px}.production-center-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.production-center-description{margin-top:16px}.production-center-active{color:#344054;align-items:center;gap:8px;margin-top:14px;font-size:12px;font-weight:600;display:inline-flex}.production-center-active input{width:16px;height:16px}.production-form-actions{justify-content:flex-end;margin-top:18px;display:flex}.production-centers-table th:first-child,.production-centers-table td:first-child{width:150px}.production-centers-table th:nth-child(2),.production-centers-table td:nth-child(2){width:220px}.production-centers-table th:nth-child(3),.production-centers-table td:nth-child(3){width:190px}.production-centers-table th:nth-child(4),.production-centers-table td:nth-child(4){width:150px}.production-centers-table th:nth-child(5),.production-centers-table td:nth-child(5){width:130px}.production-centers-table th:nth-child(6),.production-centers-table td:nth-child(6){width:90px}.production-code{color:#344054;font-weight:700}.production-location-cell{color:#667085;align-items:center;gap:7px;display:flex}.production-location-cell svg{color:#98a2b3;flex:none}.production-edit-button{margin:0 auto}.production-notes-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.production-notes-toolbar{border-bottom:1px solid #eef0f4;grid-template-columns:minmax(260px,1fr) 190px 220px auto auto;align-items:center;gap:10px;min-height:72px;padding:16px 18px;display:grid}.production-notes-status{position:relative}.production-notes-status .production-filter-icon{z-index:1;color:#667085;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.production-notes-status select{padding-left:36px}.production-center-filter{min-width:0}.production-filter-button,.production-clear-button{white-space:nowrap;justify-content:center;height:40px}.production-notes-table{min-width:1060px}.production-notes-table th:first-child,.production-notes-table td:first-child{width:110px}.production-notes-table th:nth-child(2),.production-notes-table td:nth-child(2){width:150px}.production-notes-table th:nth-child(3),.production-notes-table td:nth-child(3){width:145px}.production-notes-table th:nth-child(4),.production-notes-table td:nth-child(4){width:120px}.production-notes-table th:nth-child(5),.production-notes-table td:nth-child(5){width:180px}.production-notes-table th:nth-child(6),.production-notes-table td:nth-child(6){width:90px}.production-notes-table th:nth-child(7),.production-notes-table td:nth-child(7){width:120px}.production-notes-table th:nth-child(8),.production-notes-table td:nth-child(8){width:170px}.production-notes-table th:nth-child(9),.production-notes-table td:nth-child(9){width:90px}.production-note-product,.production-note-center,.production-last-note{flex-direction:column;gap:3px;min-width:0;display:flex}.production-note-product strong,.production-last-note strong{color:#344054;font-size:11px}.production-note-product span,.production-note-center small,.production-last-note small{color:#98a2b3;font-size:9px}.production-note-center>span{color:#475467;font-size:11px}.production-progress{min-width:130px}.production-progress>strong{color:#344054;font-size:11px}.production-progress-track{background:#eef2f6;border-radius:999px;height:6px;margin-top:6px;overflow:hidden}.production-progress-bar{border-radius:inherit;background:#2563eb;height:100%}.production-modal-overlay{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.production-modal{background:#fff;border-radius:12px;width:100%;max-width:620px;overflow:hidden;box-shadow:0 20px 60px #0f172a40}@media (width<=1180px){.production-notes-toolbar{grid-template-columns:1fr 1fr}.production-filter-button,.production-clear-button{width:100%}}@media (width<=900px){.production-notes-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-center-form-grid{grid-template-columns:1fr}}@media (width<=650px){.production-notes-summary-grid,.production-notes-toolbar{grid-template-columns:1fr}.production-section-header{flex-direction:column;align-items:flex-start}}.solytra-mark{letter-spacing:-.03em;border-radius:10px;font-weight:800;box-shadow:inset 0 -4px #299d6b47;color:#fff!important;background:#0b2740!important}.solytra-brand{flex-direction:column;line-height:1.05;display:flex}.solytra-brand strong{color:inherit;font-size:15px}.solytra-brand small{opacity:.68;margin-top:4px;font-size:10px;font-weight:500}.products-table input:not(.quantity-input),.products-table select{min-width:180px}.products-table td:nth-child(2) input{min-width:260px}@media (width<=1100px){.products-table-wrapper,.table-wrapper{overflow-x:auto}}.client-app{background:#f4f7fb;grid-template-columns:250px minmax(0,1fr)}.client-sidebar{background:linear-gradient(#0b2340 0%,#0d2b4e 58%,#0a203a 100%);border-right:0;min-height:100vh;padding:20px 14px;box-shadow:8px 0 30px #0f233c14}.client-sidebar .logo{border-bottom:1px solid #ffffff17;padding:6px 8px 18px}.client-sidebar .logo-icon.solytra-mark{color:#fff;background:#20a56b;box-shadow:0 8px 20px #20a56b38}.client-sidebar .solytra-brand strong{color:#fff}.client-sidebar .solytra-brand small{color:#9fb4ca}.client-navigation{gap:7px;margin-top:22px}.client-sidebar .client-navigation .nav-item{color:#b9c9da;border:1px solid #0000;border-radius:9px;gap:11px;min-height:44px;padding:0 12px;transition:background .18s,color .18s,border-color .18s,transform .18s}.client-sidebar .client-navigation .nav-item:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.client-sidebar .client-navigation .nav-item.active{color:#fff;background:#20a56b26;border-color:#3cc8893d;box-shadow:inset 3px 0 #20a56b}.client-sidebar-footer{border-top:1px solid #ffffff17;margin-top:auto;padding:16px 8px 2px}.client-sidebar-footer .sidebar-user{min-width:0}.client-sidebar-footer .user-avatar{color:#7ce0ac;background:#20a56b2e;border:1px solid #7ce0ac2e}.client-sidebar-footer .user-info strong{color:#fff}.client-sidebar-footer .user-info span{color:#91a8bf}.client-sidebar-footer .logout-button{color:#c7d3df;background:#ffffff0f;border-color:#ffffff1f}.client-sidebar-footer .logout-button:hover{color:#fca5a5;background:#ef44441f;border-color:#f8717140}.client-main{padding:38px 42px 48px}.client-dashboard{max-width:1380px;margin:0 auto}.client-page-heading{margin-bottom:24px}.client-page-heading>div>span{color:#20a56b;letter-spacing:.08em;font-weight:700}.client-page-heading h1{color:#102a43;letter-spacing:-.02em;margin-top:6px;font-size:30px}.client-page-heading p{color:#718096;margin-top:6px;font-size:13px}.client-request-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.client-request-summary-card{background:#fff;border:1px solid #e3eaf2;border-radius:13px;align-items:center;gap:14px;min-height:116px;padding:18px;display:flex;box-shadow:0 5px 18px #102a430b}.client-request-summary-icon{color:#173e68;background:#edf4fb;border-radius:11px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.client-request-summary-icon.warning{color:#b7791f;background:#fff7e8}.client-request-summary-icon.info{color:#2563eb;background:#eaf3ff}.client-request-summary-icon.success{color:#168557;background:#eaf8f0}.client-request-summary-card>div:last-child{flex-direction:column;min-width:0;display:flex}.client-request-summary-card span{color:#718096;font-size:11px;font-weight:600}.client-request-summary-card strong{color:#102a43;margin-top:2px;font-size:25px;line-height:1}.client-request-summary-card small{color:#9aa9b7;margin-top:6px;font-size:10px}.client-requests-section{background:#fff;border:1px solid #e2e9f1;border-radius:14px;padding:22px;box-shadow:0 8px 26px #102a430b}.client-requests-section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.client-requests-section-header h2{color:#16324f;margin:0;font-size:17px}.client-requests-section-header p{color:#8493a3;margin:5px 0 0;font-size:11px}.client-loading-card,.client-state-card{background:#f9fbfd;border:1px dashed #d7e0ea;border-radius:12px;min-height:220px}.client-request-list{gap:13px;display:grid}.client-request-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 18px 14px;transition:transform .18s,box-shadow .18s,border-color .18s}.client-request-card:hover{border-color:#cbd9e8;transform:translateY(-1px);box-shadow:0 9px 24px #0f294312}.client-request-card-top{justify-content:space-between;align-items:center;gap:14px;display:flex}.client-request-number{align-items:center;gap:11px;min-width:0;display:flex}.client-request-number-icon{color:#153b63;background:#eef4fa;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.client-request-number>div:last-child{flex-direction:column;min-width:0;display:flex}.client-request-number span{color:#93a1af;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:600}.client-request-number strong{color:#15324e;margin-top:2px;font-size:14px}.client-request-reference{background:#f8fafc;border-radius:9px;flex-direction:column;gap:3px;margin-top:15px;padding:12px 13px;display:flex}.client-request-reference span{color:#96a3af;text-transform:uppercase;font-size:9px;font-weight:600}.client-request-reference strong{color:#40546a;font-size:11px;font-weight:600}.client-request-meta{flex-wrap:wrap;align-items:center;gap:18px;margin-top:14px;display:flex}.client-request-meta>div{color:#7b8997;align-items:center;gap:6px;font-size:10px;display:flex}.client-request-card-footer{border-top:1px solid #edf1f5;justify-content:flex-end;margin-top:14px;padding-top:13px;display:flex}.client-request-open{color:#173e68;cursor:pointer;background:#fff;border:1px solid #d7e2ed;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:10px;font-weight:700;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.client-request-open:hover{color:#fff;background:#0e3154;border-color:#0e3154}.client-status{color:#526171;white-space:nowrap;background:#edf2f7;border-radius:999px;align-items:center;padding:6px 9px;font-size:9px;font-weight:700;display:inline-flex}.client-status.pending{color:#9a6814;background:#fff6df}.client-status.sent{color:#245da8;background:#e9f2ff}.client-status.approved{color:#16724d;background:#e8f7ef}.client-status.rejected{color:#b33b3b;background:#fff0f0}@media (width<=1100px){.client-request-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-main{padding:30px}}@media (width<=900px){.client-main{padding:20px}}@media (width<=650px){.client-request-summary-grid{grid-template-columns:1fr}.client-requests-section{padding:16px}.client-request-card-top{flex-direction:column;align-items:flex-start}.client-request-card-footer{justify-content:stretch}.client-request-open{justify-content:center;width:100%}.client-request-meta{gap:12px}}.sidebar{border-right:none;background:linear-gradient(#0b2340 0%,#0d2b4e 58%,#0a203a 100%)!important}.sidebar .logo{border-bottom-color:#ffffff1a}.sidebar .nav-title{color:#69a8e8}.sidebar .nav-item{color:#d6e3f1}.sidebar .nav-item svg{color:#b9cce0}.sidebar .nav-item:hover{color:#fff;background:#ffffff0f}.sidebar .nav-item:hover svg{color:#fff}.sidebar .nav-item.active{color:#fff!important;background:#20a56b26!important;border-color:#3cc8893d!important;box-shadow:inset 3px 0 #20a56b!important}.sidebar .nav-item.active svg{color:#fff}.sidebar .sidebar-footer{border-top-color:#ffffff1a}.sidebar .sidebar-footer strong{color:#fff}.sidebar .sidebar-footer span{color:#9fb5cb}.solytra-sidebar-brand{align-items:center;gap:10px;display:flex}.solytra-sidebar-logo{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.solytra-sidebar-logo img{object-fit:contain;width:100%;height:100%}.solytra-sidebar-text{flex-direction:column;gap:2px;min-width:0;display:flex}.solytra-sidebar-text strong{color:#fff;font-size:14px;font-weight:700;line-height:1.1}.solytra-sidebar-text span{color:#9fb4ca;font-size:9px;font-weight:500}.sidebar{flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.sidebar .navigation{flex:1;min-height:0;padding-right:4px;overflow:hidden auto}.sidebar .sidebar-footer{background:inherit;flex-shrink:0;margin-top:auto}.client-sidebar{flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.client-sidebar .client-navigation{flex:1;min-height:0;padding-right:4px;overflow:hidden auto}.client-sidebar-footer{background:inherit;flex-shrink:0;margin-top:auto}.main-content,.client-main{min-height:100vh}.public-site{color:#102a43;background:#f5f8fb;min-height:100vh}.public-header{z-index:20;background:#fffffff5;border-bottom:1px solid #e3eaf2;justify-content:space-between;align-items:center;height:76px;padding:0 48px;display:flex;position:sticky;top:0}.public-brand{align-items:center;gap:11px;display:flex}.public-brand img{object-fit:contain;width:38px;height:38px}.public-brand>div{flex-direction:column;display:flex}.public-brand strong{color:#0b2b4c;font-size:15px;line-height:1.1}.public-brand span{color:#73869a;margin-top:2px;font-size:9px}.public-nav{align-items:center;gap:28px;display:flex}.public-nav a{color:#52677d;font-size:12px;font-weight:600;text-decoration:none}.public-nav a:hover{color:#0b2b4c}.public-login-button{color:#12395f;cursor:pointer;background:#fff;border:1px solid #cfdbe7;border-radius:8px;height:38px;padding:0 15px;font-size:11px;font-weight:700}.public-login-button:hover{background:#f4f8fc}.public-hero{background:linear-gradient(135deg,#0b2340 0%,#0d2f54 60%,#0f3a60 100%);grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:center;gap:70px;min-height:580px;padding:72px 7%;display:grid}.public-hero-content{max-width:700px}.public-eyebrow{color:#5fd198;letter-spacing:.11em;font-size:11px;font-weight:800}.public-hero h1{color:#fff;letter-spacing:-.035em;max-width:680px;margin:16px 0 18px;font-size:clamp(38px,5vw,62px);line-height:1.04}.public-hero p{color:#c4d2df;max-width:590px;margin:0;font-size:15px;line-height:1.7}.public-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.public-primary-button{color:#fff;cursor:pointer;background:#20a56b;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 17px;font-size:11px;font-weight:800;display:inline-flex}.public-primary-button:hover{background:#188b59}.public-secondary-button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff38;border-radius:8px;min-height:43px;padding:0 17px;font-size:11px;font-weight:700}.public-secondary-button:hover{background:#ffffff1a}.public-hero-trust{flex-wrap:wrap;gap:18px;margin-top:26px;display:flex}.public-hero-trust span{color:#aebfd0;align-items:center;gap:6px;font-size:10px;display:inline-flex}.public-hero-trust svg{color:#5fd198}.public-hero-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;padding:26px}.public-hero-panel-badge{color:#70dfa9;background:#20a56b26;border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:800}.public-hero-flow{gap:12px;margin-top:20px;display:grid}.public-hero-flow>div{background:#ffffff0f;border-radius:11px;grid-template-columns:38px 1fr;column-gap:11px;padding:16px;display:grid}.public-hero-flow span{color:#74dca9;background:#20a56b24;border-radius:8px;grid-row:1/3;justify-content:center;align-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:flex}.public-hero-flow strong{color:#fff;font-size:12px}.public-hero-flow small{color:#aebfd0;margin-top:4px;font-size:10px;line-height:1.5}.public-section{padding:80px 7%}.public-section-heading{max-width:660px}.public-section-heading>span{color:#20a56b;letter-spacing:.1em;font-size:10px;font-weight:800}.public-section-heading h2{color:#102a43;margin:10px 0;font-size:32px;line-height:1.15}.public-section-heading p{color:#718096;margin:0;font-size:13px;line-height:1.7}.public-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.public-feature-card{background:#fff;border:1px solid #e2e9f1;border-radius:13px;padding:22px;box-shadow:0 7px 24px #102a430a}.public-feature-icon{color:#19865a;background:#edf7f2;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.public-feature-card h3{color:#183a5a;margin:16px 0 8px;font-size:14px}.public-feature-card p{color:#7b8b9b;margin:0;font-size:11px;line-height:1.65}.public-process-section{background:#fff;padding:80px 7%}.public-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:35px;display:grid}.public-process-grid>div{border-top:2px solid #e5edf5;padding:22px 0}.public-process-grid strong{color:#20a56b;font-size:12px}.public-process-grid h3{color:#183a5a;margin:9px 0 7px;font-size:15px}.public-process-grid p{color:#7b8b9b;margin:0;font-size:11px;line-height:1.65}.public-cta{background:linear-gradient(135deg,#0c2948,#0f3a60);border-radius:16px;justify-content:space-between;align-items:center;gap:28px;margin:70px 7%;padding:42px;display:flex}.public-cta span{color:#5fd198;letter-spacing:.1em;font-size:10px;font-weight:800}.public-cta h2{color:#fff;margin:9px 0;font-size:26px}.public-cta p{color:#b9c9d8;max-width:650px;margin:0;font-size:12px;line-height:1.65}.public-footer{color:#8da2b7;background:#081e35;justify-content:space-between;align-items:center;gap:20px;padding:28px 7%;display:flex}.public-footer .public-brand strong{color:#fff}.public-footer>span{font-size:9px}@media (width<=1000px){.public-nav{display:none}.public-hero{grid-template-columns:1fr}.public-hero-panel{max-width:650px}.public-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.public-header{height:68px;padding:0 18px}.public-brand img{width:34px;height:34px}.public-hero{padding:55px 20px}.public-hero h1{font-size:39px}.public-section,.public-process-section{padding:58px 20px}.public-feature-grid,.public-process-grid{grid-template-columns:1fr}.public-cta{flex-direction:column;align-items:flex-start;margin:45px 20px;padding:28px}.public-footer{flex-direction:column;align-items:flex-start;padding:25px 20px}}.public-request-page{background:#f5f8fb;padding:58px 7% 80px}.public-request-intro{max-width:760px;margin:0 auto 28px}.public-request-intro h1{color:#102a43;margin:10px 0 12px;font-size:36px;line-height:1.1}.public-request-intro p{color:#718096;margin:0;font-size:13px;line-height:1.7}.public-request-form{gap:18px;max-width:980px;margin:0 auto;display:grid}.public-request-card{background:#fff;border:1px solid #e2e9f1;border-radius:14px;padding:24px;box-shadow:0 7px 24px #102a430a}.public-request-card-title{color:#19865a;align-items:flex-start;gap:11px;margin-bottom:20px;display:flex}.public-request-card-title h2{color:#183a5a;margin:0;font-size:16px}.public-request-card-title p{color:#8493a3;margin:5px 0 0;font-size:11px}.public-request-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.public-request-grid label,.public-request-wide{color:#52677d;gap:7px;font-size:11px;font-weight:700;display:grid}.public-request-input{color:#8797a7;background:#fff;border:1px solid #d8e2ec;border-radius:9px;align-items:center;gap:9px;min-height:44px;padding:0 12px;display:flex}.public-request-input input{color:#183a5a;background:0 0;border:0;outline:0;width:100%}.public-request-wide textarea{resize:vertical;color:#183a5a;width:100%;font:inherit;border:1px solid #d8e2ec;border-radius:9px;outline:0;padding:13px;font-weight:500}.public-request-input:focus-within,.public-request-wide textarea:focus{border-color:#20a56b;box-shadow:0 0 0 3px #20a56b17}.public-request-file{color:#1b6b4d;cursor:pointer;background:#f8fbfd;border:1px dashed #bfcddd;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:88px;padding:18px;font-size:11px;font-weight:700;display:flex}.public-request-file input{display:none}.public-request-files{gap:6px;margin-top:12px;display:grid}.public-request-files span{color:#607285;background:#f4f7fa;border-radius:7px;padding:8px 10px;font-size:10px}.public-request-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=650px){.public-request-page{padding:40px 20px 60px}.public-request-grid{grid-template-columns:1fr}.public-request-intro h1{font-size:30px}.public-request-actions{flex-direction:column-reverse}.public-request-actions button{width:100%}}.public-site button{font-family:inherit}.public-login-button,.public-primary-button,.public-secondary-button{white-space:nowrap;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:11px;font-weight:700;line-height:1;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.public-login-button svg,.public-primary-button svg,.public-secondary-button svg{flex-shrink:0}.public-login-button{color:#163b60;background:#fff;border:1px solid #d4dee8;box-shadow:0 1px 2px #102a430a}.public-login-button:hover{color:#0d2f54;background:#f6f9fc;border-color:#bfcddd}.public-primary-button{color:#fff;background:#20a56b;border:1px solid #20a56b;box-shadow:0 5px 14px #20a56b2b}.public-primary-button:hover{background:#188c5a;border-color:#188c5a;box-shadow:0 7px 18px #20a56b38}.public-hero .public-secondary-button,.public-cta .public-secondary-button{color:#fff;background:#ffffff12;border:1px solid #ffffff3d}.public-hero .public-secondary-button:hover,.public-cta .public-secondary-button:hover{background:#ffffff21;border-color:#ffffff57}.public-header .public-login-button{min-width:126px}.public-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.public-hero-actions .public-primary-button,.public-hero-actions .public-secondary-button{min-width:150px}.public-request-page .public-request-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:4px;display:flex}.public-request-actions .public-login-button{min-width:110px}.public-request-actions .public-primary-button{min-width:190px}.public-request-page~*{box-sizing:border-box}.public-header{gap:20px}.public-header>*{min-width:0}@media (width<=650px){.public-header{gap:10px;padding:0 16px}.public-header .public-login-button{min-width:auto;padding:0 12px}.public-hero-actions,.public-hero-actions .public-primary-button,.public-hero-actions .public-secondary-button{width:100%}.public-request-actions{flex-direction:column-reverse}.public-request-actions .public-login-button,.public-request-actions .public-primary-button{width:100%}}
