*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f5f7f5;color:#1d2b22}button,input{font:inherit}.center-screen,.login-page{min-height:100vh;display:grid;place-items:center}.login-page{background:linear-gradient(135deg,#0e2e14,#1f6a3d)}.login-card{width:min(430px,calc(100% - 32px));background:#fff;padding:34px;border-radius:18px;box-shadow:0 24px 70px #0005}.brand-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#144c29;color:#d5b45c;font-weight:700;margin:auto}.login-card h1{text-align:center;margin:16px 0 8px}.login-card>p{text-align:center;color:#65736a;margin:0 0 26px}.login-card label{display:grid;gap:8px;font-weight:700;margin:14px 0}.login-card input{height:46px;border:1px solid #ccd7d0;border-radius:9px;padding:0 13px}.primary-button{width:100%;height:48px;border:0;border-radius:9px;background:#144c29;color:#fff;font-weight:700;cursor:pointer;margin-top:10px}.primary-button:disabled{opacity:.65}.error-box{background:#fff1f1;color:#a32121;padding:11px;border-radius:8px}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}aside{background:#103c25;color:#fff;padding:22px 16px}aside h1{font-size:20px;margin:0 0 18px}.sidebar-user{display:grid;gap:4px;padding:12px;border:1px solid #ffffff25;border-radius:10px;margin-bottom:14px}.sidebar-user span{font-size:12px;color:#d4e1d8}nav{display:grid;gap:5px}nav button{border:0;background:transparent;color:#fff;text-align:left;padding:10px 12px;border-radius:8px;cursor:pointer}nav button:hover,nav button.active{background:#ffffff1f}main header{height:64px;background:#fff;border-bottom:1px solid #dfe6e1;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.header-actions{display:flex;align-items:center;gap:14px}.header-actions button{border:1px solid #cbd8cf;background:#fff;border-radius:8px;padding:8px 12px;cursor:pointer}main section{padding:28px}.card{background:#fff;border:1px solid #dfe6e1;border-radius:12px;padding:20px;max-width:700px}@media(max-width:800px){.shell{grid-template-columns:1fr}aside{display:none}.header-actions span{display:none}}.overview-v2{display:grid;gap:18px;max-width:1500px;margin:0 auto}.overview-page-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.overview-page-heading h2{margin:0 0 5px;font-size:26px;color:#122b1c}.overview-page-heading p{margin:0;color:#69776e}.overview-date-badge{background:#fff;border:1px solid #dfe6e1;border-radius:999px;padding:8px 13px;color:#607067;font-size:13px;white-space:nowrap}.overview-panel{background:#fff;border:1px solid #dfe6e1;border-radius:14px;box-shadow:0 8px 28px #144c290e}.overview-filter-panel{padding:20px 22px 22px}.overview-filter-panel h3,.overview-trend-section h3,.overview-report-section h3{margin:0;color:#17251c;font-size:17px}.overview-filter-layout{margin-top:18px;display:grid;grid-template-columns:minmax(460px,1.8fr) minmax(170px,.65fr) minmax(170px,.65fr);gap:18px 22px;align-items:end}.overview-filter-group{display:grid;gap:8px}.overview-filter-group label{font-size:13px;color:#66736a;font-weight:600}.overview-filter-group input,.overview-filter-group select{height:44px;width:100%;border:1px solid #d7e0da;border-radius:9px;padding:0 13px;background:#fff;color:#1d2b22;outline:none}.overview-filter-group input:focus,.overview-filter-group select:focus{border-color:#2d7650;box-shadow:0 0 0 3px #1f6a3d14}.overview-preset-row{display:flex;gap:10px;flex-wrap:wrap}.overview-preset-row button{height:44px;border:1px solid #d7e0da;border-radius:9px;background:#fff;color:#25362c;padding:0 17px;cursor:pointer}.overview-preset-row button.active{background:#0f5130;border-color:#0f5130;color:#fff;box-shadow:0 5px 14px #0f513029}.button-icon{margin-right:7px}.overview-filter-action{display:flex;align-items:end;justify-content:flex-end}.overview-filter-action button{height:44px;min-width:160px;border:0;border-radius:9px;background:#0f5130;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 5px 14px #0f51302e}.overview-filter-action button span{margin-right:8px}.overview-filter-action button:disabled{opacity:.65}.overview-summary-panel{padding:12px 16px 10px}.overview-tabs{display:flex;gap:9px;flex-wrap:wrap;padding-bottom:14px}.overview-tabs button{height:44px;border:1px solid #d7e0da;border-radius:9px;background:#fff;color:#303d35;padding:0 17px;cursor:pointer}.overview-tabs button span{margin-right:8px}.overview-tabs button.active{background:#0f5130;border-color:#0f5130;color:#fff;box-shadow:0 5px 14px #0f513029}.overview-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.overview-kpi-card{min-height:138px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e0e6e2;border-radius:12px;padding:20px;background:#fff}.overview-kpi-content{min-width:0}.overview-kpi-label{color:#55635a;font-size:14px;margin-bottom:11px}.overview-kpi-value{font-size:29px;line-height:1;font-weight:800;color:#111b15;white-space:nowrap}.overview-kpi-unit{margin-top:13px;color:#69766e;font-size:13px}.overview-kpi-icon{flex:0 0 58px;width:58px;height:58px;border-radius:12px;display:grid;place-items:center;font-size:28px;font-weight:700}.tone-blue{color:#377fe9;background:#e8f1ff}.tone-green{color:#0b873f;background:#e7f7ec}.tone-gold{color:#e39800;background:#fff4d9}.tone-purple{color:#713bb8;background:#f1eafb}.overview-bottom-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(560px,1.55fr);gap:28px;padding:24px 22px 18px}.overview-trend-section,.overview-report-section{min-width:0}.overview-chart-legend{display:flex;justify-content:center;gap:28px;margin:35px 0 10px;color:#4d5c53;font-size:13px}.overview-chart-legend span{display:flex;align-items:center;gap:7px}.overview-chart-legend i{width:23px;height:6px;border-radius:99px;display:inline-block}.legend-orders{background:#16823f}.legend-revenue{background:#eda614;position:relative}.legend-revenue:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#eda614;left:8px;top:-1px}.overview-line-chart{height:250px;display:grid;grid-template-columns:30px 1fr;gap:7px}.chart-y-labels{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:3px 0 27px;color:#66736a;font-size:12px}.chart-plot{position:relative;min-width:0}.chart-grid-line{position:absolute;left:0;right:0;border-top:1px solid #dfe5e1}.line-top{top:0}.line-middle{top:50%}.line-bottom{bottom:27px}.chart-plot svg{position:absolute;left:0;right:0;top:0;width:100%;height:calc(100% - 27px);overflow:visible}.trend-line{fill:none;stroke-width:4;vector-effect:non-scaling-stroke}.trend-orders{stroke:#16823f}.trend-revenue{stroke:#eda614;stroke-width:2}.trend-dot{vector-effect:non-scaling-stroke;stroke-width:2}.trend-order-dot{fill:#16823f;stroke:#0f5130}.trend-revenue-dot{fill:#eda614;stroke:#ba7d00}.chart-x-labels{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;color:#5f6d64;font-size:12px}.overview-report-table-wrap{margin-top:24px;border:1px solid #dfe5e1;border-radius:10px 10px 0 0;overflow:auto;min-height:230px}.overview-report-table{width:100%;border-collapse:collapse;min-width:650px}.overview-report-table th{background:#f6f7f6;color:#29362e;font-size:13px;text-align:left;padding:15px 16px;border-bottom:1px solid #dde3df;white-space:nowrap}.overview-report-table td{padding:13px 16px;border-bottom:1px solid #edf0ee;font-size:13px;color:#37453c;white-space:nowrap}.overview-empty-state{height:155px;display:grid;place-items:center;align-content:center;gap:10px;color:#66736a}.empty-icon{font-size:48px;color:#c7cdca}.overview-table-footer{height:54px;border:1px solid #dfe5e1;border-top:0;border-radius:0 0 10px 10px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;padding:0 13px;color:#66736a;font-size:12px}.overview-table-footer b{display:inline-block;margin-left:8px;border:1px solid #dfe5e1;border-radius:7px;padding:8px 12px;color:#334239;font-weight:500}.overview-pagination{font-size:22px;color:#a4ada7}@media(max-width:1250px){.overview-filter-layout{grid-template-columns:1fr 1fr}.overview-filter-period{grid-column:1/-1}.overview-filter-action{justify-content:flex-start}.overview-bottom-grid{grid-template-columns:1fr}.overview-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.overview-page-heading{align-items:flex-start;flex-direction:column}.overview-filter-layout{grid-template-columns:1fr}.overview-filter-period{grid-column:auto}.overview-preset-row button{flex:1 1 calc(50% - 5px)}.overview-filter-action button{width:100%}.overview-kpi-grid{grid-template-columns:1fr}.overview-bottom-grid{padding:18px 14px}.overview-table-footer{grid-template-columns:1fr}.overview-tabs button{width:100%;text-align:left}.overview-date-badge{white-space:normal}}.customer-search-page{display:flex;flex-direction:column;gap:18px}.page-title-row h2{margin:0 0 5px;font-size:26px}.page-title-row p{margin:0;color:#667085}.customer-search-box,.customer-panel{background:#fff;border:1px solid #e3e9e5;border-radius:16px;box-shadow:0 7px 22px #103b210e;padding:20px}.customer-search-box form{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:14px;align-items:end}.customer-search-box label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#34443a}.customer-search-box input{height:46px;padding:0 15px;border:1px solid #cfdad2;border-radius:10px;font-size:15px;outline:none}.customer-search-box input:focus{border-color:#176338;box-shadow:0 0 0 3px #1763381a}.search-submit{height:46px;min-width:135px;border:0;border-radius:10px;background:#0d572d;color:#fff;font-weight:700;padding:0 20px;cursor:pointer}.search-submit:disabled{opacity:.65}.customer-empty{min-height:220px;display:grid;place-content:center;text-align:center;color:#77827b;background:#fff;border:1px dashed #d5ded8;border-radius:16px}.customer-empty>div{font-size:42px}.customer-empty h3{margin:10px 0;font-size:17px}.customer-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.customer-kpi{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e3e9e5;border-radius:16px;padding:18px;min-height:112px;box-shadow:0 7px 22px #103b210d}.customer-kpi-icon{width:54px;height:54px;border-radius:12px;display:grid;place-items:center;font-size:25px;flex:0 0 auto}.customer-kpi-icon.blue{background:#e8f1ff}.customer-kpi-icon.green{background:#e8f7ee}.customer-kpi-icon.orange{background:#fff3da}.customer-kpi-icon.purple{background:#f0eafb}.customer-kpi small,.customer-profile-grid small,.customer-profile-wide small,.order-detail-grid small{display:block;color:#727f77;margin-bottom:5px}.customer-kpi strong{display:block;font-size:20px;color:#16261c}.customer-kpi p{margin:5px 0 0;color:#667085;font-size:13px}.customer-panel h3{margin:0 0 18px;color:#15281c}.customer-profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.customer-profile-grid>div,.customer-profile-wide{background:#f8faf9;border:1px solid #edf1ee;border-radius:10px;padding:13px}.customer-profile-wide{margin-top:12px}.customer-profile-wide a{font-weight:700;color:#176338;text-decoration:none}.customer-table-wrap{overflow:auto;border:1px solid #e2e8e4;border-radius:11px}.customer-table{border-collapse:collapse;min-width:1250px;width:100%;font-size:13px}.customer-table th{background:#f4f7f5;text-align:left;padding:13px;white-space:nowrap;color:#34443a}.customer-table td{padding:13px;border-top:1px solid #e7ece8;vertical-align:top}.product-cell{min-width:260px}.product-cell>div{padding:3px 0;border-bottom:1px dashed #e6ebe7}.product-cell span{color:#6b756f;font-size:12px;margin-left:5px}.status-pill{display:inline-block;background:#edf5ef;color:#155b30;border-radius:999px;padding:5px 9px;font-weight:600;white-space:nowrap}.small-action{border:1px solid #bdd0c3;background:#fff;color:#12572d;border-radius:8px;padding:6px 11px;cursor:pointer}.customer-timeline{position:relative;margin-left:7px}.customer-timeline>div{display:flex;gap:13px;padding:12px 0;border-bottom:1px solid #edf1ee}.customer-timeline>div>span{width:32px;height:32px;background:#f1f6f2;border-radius:50%;display:grid;place-items:center}.customer-timeline b{font-size:14px}.customer-timeline p{margin:5px 0 0;color:#67736b}.match-tabs{display:flex;gap:8px;overflow:auto}.match-tabs button{border:1px solid #cfdbd2;background:#fff;border-radius:999px;padding:8px 13px;white-space:nowrap;cursor:pointer}.match-tabs button.active{background:#11592f;color:#fff;border-color:#11592f}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#09190f7a;display:grid;place-items:center;z-index:1000;padding:20px}.order-modal{background:#fff;border-radius:16px;width:min(720px,100%);max-height:90vh;overflow:auto;padding:22px;box-shadow:0 24px 70px #00000040}.order-modal-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid #e5ebe7;padding-bottom:14px}.order-modal-head small{color:#6e7b73}.order-modal-head h3{margin:3px 0}.order-modal-head button{border:0;background:#eef3ef;border-radius:50%;width:34px;height:34px;font-size:22px;cursor:pointer}.order-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.order-detail-grid>div{background:#f7faf8;border-radius:9px;padding:11px}.modal-product{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed #dfe7e1;padding:10px 0}.muted{color:#738078}@media(max-width:1100px){.customer-kpi-grid,.customer-profile-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.customer-search-box form,.customer-kpi-grid,.customer-profile-grid,.order-detail-grid{grid-template-columns:1fr}.search-submit{width:100%}}.project-page{display:grid;gap:18px;max-width:1600px;margin:auto}.project-heading{display:flex;justify-content:space-between;align-items:center}.project-heading h2{margin:0 0 5px;font-size:26px}.project-heading p{margin:0;color:#66736a}.project-heading>button{border:1px solid #cfdad2;background:#fff;border-radius:9px;padding:10px 15px;cursor:pointer}.project-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.project-kpi{background:#fff;border:1px solid #e1e8e3;border-radius:13px;padding:17px;display:flex;gap:13px;align-items:center;box-shadow:0 6px 20px #103b210b}.project-kpi>span{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;background:#eef5f0;font-size:23px}.project-kpi small{display:block;color:#69766e;margin-bottom:6px}.project-kpi strong{font-size:23px}.project-tabs{display:flex;gap:9px;flex-wrap:wrap}.project-tabs button{border:1px solid #d3ddd6;background:#fff;border-radius:10px;padding:11px 16px;cursor:pointer}.project-tabs button span{margin-right:7px}.project-tabs button.active{background:#0f5130;color:#fff;border-color:#0f5130}.project-panel{background:#fff;border:1px solid #e0e7e2;border-radius:15px;padding:18px;box-shadow:0 7px 24px #103b210d}.project-toolbar-v3{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:15px}.project-filter-set{display:flex;gap:9px;flex:1}.project-filter-set input,.project-filter-set select{height:42px;border:1px solid #d2ddd5;border-radius:9px;padding:0 12px;background:#fff}.project-filter-set input{min-width:280px;flex:0 1 430px}.project-filter-set button{height:42px;border:0;border-radius:9px;background:#0f5730;color:#fff;padding:0 16px;font-weight:700;cursor:pointer}.project-loading{padding:70px;text-align:center;color:#718078}.project-table-wrap{overflow:auto;border:1px solid #e1e7e3;border-radius:10px}.project-table{width:100%;min-width:1250px;border-collapse:collapse;font-size:13px}.project-table th{background:#f4f7f5;text-align:left;padding:13px;white-space:nowrap;position:sticky;top:0;z-index:1}.project-table td{padding:12px 13px;border-top:1px solid #e8ede9;vertical-align:top}.project-table small{color:#718078}.assign-cell{display:flex;gap:6px;min-width:235px}.assign-cell select{height:34px;min-width:155px;border:1px solid #cedbd2;border-radius:7px;background:#fff;padding:0 7px}.assign-cell button{height:34px;border:0;border-radius:7px;background:#0f5730;color:#fff;padding:0 11px;cursor:pointer}.assign-cell button:disabled{opacity:.45}.data-type{display:inline-block;padding:5px 9px;border-radius:999px;font-weight:700;white-space:nowrap}.data-type.hot{background:#fff0e4;color:#ad4f0d}.data-type.cold{background:#eaf3ff;color:#2769a7}@media(max-width:1200px){.project-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.project-heading{align-items:flex-start;gap:12px}.project-kpis{grid-template-columns:1fr}.project-toolbar-v3,.project-filter-set{align-items:stretch;flex-direction:column}.project-filter-set input{min-width:0;width:100%}}.project-tabs-full{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:8px}.project-bulk-bar{display:flex;gap:10px;align-items:center;padding:12px;margin:10px 0;background:#f3f8f4;border:1px solid #d8e6dc;border-radius:10px}.project-bulk-bar select{min-width:220px;padding:8px}.project-bulk-bar button{padding:9px 14px}.project-panel h3{margin:20px 0 10px}@media(max-width:1000px){.project-tabs-full{grid-template-columns:repeat(2,minmax(160px,1fr))}}.sales-room-page{display:flex;flex-direction:column;gap:18px}.sales-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.sales-heading h2{margin:0 0 5px;font-size:28px}.sales-heading p{margin:0;color:#65746c}.sales-refresh{border:1px solid #d7e2da;background:#fff;border-radius:10px;padding:10px 15px;font-weight:700;cursor:pointer}.sales-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.sales-kpi{background:linear-gradient(145deg,#fff,#f7faf8);border:1px solid #dfe8e2;border-radius:16px;padding:16px;display:flex;gap:13px;align-items:center;box-shadow:0 8px 24px #144c290f}.sales-kpi>span{font-size:27px}.sales-kpi b{display:block;font-size:24px;color:#123f27}.sales-kpi small{display:block;color:#6a776f;margin-top:3px}.sales-tabbar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.sales-tabbar button{border:1px solid #dbe5de;background:#fff;border-radius:12px;padding:13px 10px;font-weight:700;color:#41564a;cursor:pointer}.sales-tabbar button span{margin-right:6px}.sales-tabbar button.active{background:#164f2c;color:#fff;border-color:#164f2c;box-shadow:0 8px 20px #144c292e}.sales-panel{background:#fff;border:1px solid #e0e8e3;border-radius:17px;padding:16px;box-shadow:0 10px 28px #1641270d}.sales-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}.sales-search{display:flex;flex:1;gap:8px}.sales-search input,.sales-dates input{border:1px solid #cfdcd3;border-radius:9px;padding:10px 12px;background:#fbfdfb}.sales-search input{flex:1;min-width:260px}.sales-search button,.sales-dates button{border:0;border-radius:9px;background:#155d33;color:#fff;padding:10px 17px;font-weight:700;cursor:pointer}.sales-dates{display:flex;align-items:center;gap:8px;color:#627168}.sales-table-wrap{overflow:auto;border:1px solid #e2e8e4;border-radius:12px}.sales-table{width:100%;min-width:1300px;border-collapse:collapse;font-size:13px}.sales-table th{position:sticky;top:0;background:#eff6f1;color:#234b32;text-align:left;padding:11px;border-bottom:1px solid #d8e3dc;white-space:nowrap}.sales-table td{padding:10px 11px;border-bottom:1px solid #edf1ee;vertical-align:top;white-space:nowrap}.sales-table tr:hover td{background:#fafcfb}.sales-table select{border:1px solid #d5dfd8;border-radius:7px;padding:6px;background:#fff}.wrap-cell{white-space:normal!important;min-width:230px;max-width:360px}.sales-badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700}.sales-badge.ok{background:#e3f6e9;color:#18753b}.sales-badge.warn{background:#fff3d8;color:#946100}.sales-badge.info{background:#e9f1ff;color:#275a9e}.mini-button{border:0;border-radius:7px;padding:7px 9px;background:#1a6a3b;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.mini-link{margin-left:7px;color:#1d64a5;text-decoration:none}.product-line{padding:3px 0;border-bottom:1px dashed #e5e9e6}.sales-loading,.sales-empty{padding:48px;text-align:center;color:#617168}.sales-empty{display:flex;flex-direction:column;gap:7px}.sales-empty>div{font-size:38px}.sales-empty b{font-size:18px;color:#2f4838}@media(max-width:1200px){.sales-kpis,.sales-tabbar{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.sales-kpis,.sales-tabbar{grid-template-columns:1fr 1fr}.sales-toolbar,.sales-heading{flex-direction:column}.sales-search{width:100%}.sales-dates{flex-wrap:wrap}}.new-order-page{max-width:1480px;margin:0 auto}.new-order-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.new-order-heading h2{margin:0 0 4px;font-size:28px}.new-order-heading p{margin:0;color:#64748b}.new-order-user{min-width:180px;padding:12px 16px;background:#fff;border:1px solid #dce5df;border-radius:12px;display:flex;flex-direction:column}.new-order-user span{font-size:12px;color:#64748b}.new-order-user b{margin-top:3px;color:#0d4a2d}.new-order-page form{display:grid;gap:16px}.new-order-section{background:#fff;border:1px solid #dce5df;border-radius:16px;padding:20px;box-shadow:0 7px 20px #0f412a0d}.new-order-section h3{margin:0 0 16px}.new-order-section>label{display:flex;flex-direction:column;gap:7px;font-weight:600}.new-order-section input,.new-order-section select,.new-order-section textarea{width:100%;border:1px solid #cfdad3;border-radius:9px;padding:11px 12px;background:#fff;font:inherit;outline:none}.new-order-section input:focus,.new-order-section select:focus,.new-order-section textarea:focus{border-color:#146c43;box-shadow:0 0 0 3px #146c431c}.new-order-section label em{font-style:normal;color:#dc2626}.new-order-section label small{font-weight:400;min-height:16px;color:#64748b}.new-order-grid{display:grid;gap:14px;margin-bottom:14px}.new-order-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.new-order-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.new-order-grid label,.new-order-product label{display:flex;flex-direction:column;gap:7px;font-weight:600}.phone-lookup{display:flex;gap:8px}.phone-lookup input{flex:1}.phone-lookup button,.secondary-button{border:1px solid #b7cec0;background:#eef7f1;color:#0d5c38;border-radius:9px;padding:10px 14px;font-weight:700;white-space:nowrap;cursor:pointer}.section-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.new-order-products{display:grid;gap:12px}.new-order-product{display:grid;grid-template-columns:44px minmax(210px,1.5fr) repeat(3,minmax(115px,.65fr)) minmax(150px,1fr) 62px;gap:10px;align-items:end;padding:14px;border:1px solid #dbe5df;border-radius:12px;background:#f9fbfa}.product-number{width:36px;height:36px;border-radius:10px;background:#e7f4ec;color:#0d5c38;font-weight:800;display:grid;place-items:center;margin-bottom:2px}.remove-product{height:42px;border:0;border-radius:9px;background:#fee2e2;color:#b91c1c;font-weight:700;cursor:pointer}.remove-product:disabled{opacity:.4;cursor:not-allowed}.new-order-total{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#0d4a2d,#126c42);color:#fff;border-radius:16px;padding:20px 24px;box-shadow:0 12px 28px #0d4a2d33}.new-order-total>div{display:flex;flex-direction:column}.new-order-total span{font-size:14px;opacity:.85}.new-order-total strong{font-size:30px;margin:2px 0}.new-order-total small{opacity:.75}.new-order-total .primary-button{width:auto;min-width:190px;background:#fff;color:#0d4a2d}.success-box{padding:12px 14px;border-radius:10px;background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.error-box{padding:12px 14px;border-radius:10px;background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}@media(max-width:1100px){.new-order-grid.three{grid-template-columns:1fr 1fr}.new-order-product{grid-template-columns:44px 1fr 1fr}.new-order-product .remove-product{grid-column:3}}@media(max-width:720px){.new-order-heading,.new-order-total{flex-direction:column}.new-order-grid.three,.new-order-grid.two,.new-order-product{grid-template-columns:1fr}.product-number{display:none}.new-order-product .remove-product{grid-column:auto;width:100%}.new-order-total .primary-button{width:100%}}.optional-label{display:inline-flex;margin-left:8px;padding:2px 7px;border-radius:999px;background:#eef4ef;color:#64736a;font-size:11px;font-weight:600;vertical-align:middle}.new-order-section label small{display:block;margin-top:6px;color:#718078;font-size:12px;font-weight:400;line-height:1.35}.catalog-page{display:flex;flex-direction:column;gap:16px}.catalog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.catalog-heading p{margin:0;color:#657467}.catalog-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.catalog-tabs button{padding:13px 16px;border:1px solid #d5e1d8;border-radius:10px;background:#fff;font-weight:700;cursor:pointer}.catalog-tabs button.active{background:#0b5a32;color:#fff;border-color:#0b5a32}.catalog-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px;align-items:start}.catalog-form{display:flex;flex-direction:column;gap:12px;position:sticky;top:16px}.catalog-form h3,.catalog-list h3{margin:0}.catalog-form label{display:flex;flex-direction:column;gap:6px;font-weight:650}.catalog-form input,.catalog-form select,.catalog-form textarea,.catalog-list-head input{width:100%;box-sizing:border-box;border:1px solid #cfdcd2;border-radius:8px;padding:10px 12px;background:#fff}.catalog-form .check-label{flex-direction:row;align-items:center;font-weight:500}.catalog-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.catalog-list{min-width:0}.catalog-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.catalog-list-head div{display:flex;align-items:baseline;gap:10px}.catalog-list-head span{color:#6f7d72;font-size:13px}.catalog-list-head input{max-width:300px}.catalog-table{width:100%;border-collapse:collapse;min-width:720px}.catalog-table th,.catalog-table td{padding:11px 10px;border-bottom:1px solid #e4ebe6;text-align:left;vertical-align:middle}.catalog-table th{background:#f4f8f5;position:sticky;top:0}.row-actions{display:flex;gap:6px}.row-actions button{padding:6px 10px;border:1px solid #cfdcd2;border-radius:7px;background:#fff;cursor:pointer}.status-badge.muted{background:#edf0ee;color:#667068}.empty-state{padding:36px;text-align:center;color:#758078}.table-scroll{overflow:auto}.optional-label{font-size:12px;color:#68786c;font-weight:500;margin-left:6px}@media(max-width:640px){.catalog-tabs{grid-template-columns:1fr}.catalog-list-head{align-items:stretch;flex-direction:column}.catalog-list-head input{max-width:none}}.delivery-v2-page{display:flex;flex-direction:column;gap:16px;min-width:0}.delivery-v2-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.delivery-v2-heading h2{margin:0 0 5px;font-size:28px}.delivery-v2-heading p{margin:0;color:#66756d}.delivery-v2-refresh{border:1px solid #d4dfd7;background:#fff;border-radius:10px;padding:10px 15px;font-weight:700;cursor:pointer}.delivery-v2-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.delivery-v2-menu-card{min-height:132px;border:1px solid #dbe5de;border-radius:14px;background:#fff;box-shadow:0 6px 18px #123f2714;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:.18s}.delivery-v2-menu-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #123f271f}.delivery-v2-menu-card.active{border:2px solid #2563eb;box-shadow:0 8px 22px #2563eb29}.delivery-v2-menu-card .icon{font-size:34px}.delivery-v2-menu-card .label{font-weight:800;font-size:17px}.delivery-v2-menu-card b{font-size:22px;color:#0f5132}.delivery-v2-panel{background:#fff;border:1px solid #dfe7e1;border-radius:16px;padding:16px;box-shadow:0 10px 28px #123f270f;min-width:0}.delivery-v2-section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.delivery-v2-section-title h3{margin:0 0 4px;font-size:20px}.delivery-v2-section-title span{color:#6c7971}.delivery-v2-actions{display:flex;gap:8px;flex-wrap:wrap}.delivery-v2-actions button,.delivery-v2-row-actions button,.delivery-v2-modal-actions button{border:1px solid #d1ddd4;border-radius:8px;background:#fff;padding:8px 11px;font-weight:700;cursor:pointer}.delivery-v2-actions button.green,.delivery-v2-row-actions button.green,.delivery-v2-modal-actions button.green{background:#145c34;color:#fff;border-color:#145c34}.delivery-v2-actions button.red,.delivery-v2-row-actions button.red{background:#b42318;color:#fff;border-color:#b42318}.delivery-v2-actions button:disabled,.delivery-v2-row-actions button:disabled{opacity:.45;cursor:not-allowed}.delivery-v2-filters{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(5,minmax(145px,.72fr)) auto auto;gap:8px;margin-bottom:14px}.delivery-v2-filters input,.delivery-v2-filters select{border:1px solid #cad8ce;border-radius:9px;padding:10px;background:#fff;min-width:0}.delivery-v2-filters button{border:1px solid #ced9d1;border-radius:9px;padding:10px 13px;background:#fff;font-weight:700;cursor:pointer}.delivery-v2-filters button.green{background:#145c34;color:#fff;border-color:#145c34}.delivery-v2-table-wrap{overflow:auto;border:1px solid #dfe7e1;border-radius:12px;max-height:64vh}.delivery-v2-table{width:100%;min-width:2380px;border-collapse:separate;border-spacing:0;font-size:13px}.delivery-v2-table th{position:sticky;top:0;z-index:3;background:#eaf4ed;color:#214a31;text-align:left;padding:10px;border-bottom:1px solid #d5e2d8;white-space:nowrap}.delivery-v2-table td{padding:9px 10px;border-bottom:1px solid #e9efeb;vertical-align:top;white-space:nowrap;background:#fff}.delivery-v2-table tbody tr:hover td{background:#f8fbf9}.delivery-v2-table .sticky-check{position:sticky;left:0;z-index:5;width:44px;min-width:44px;text-align:center}.delivery-v2-table .sticky-order{position:sticky;left:44px;z-index:4;min-width:150px}.delivery-v2-table thead .sticky-check,.delivery-v2-table thead .sticky-order{z-index:8;background:#eaf4ed}.delivery-v2-table tbody tr:hover .sticky-check,.delivery-v2-table tbody tr:hover .sticky-order{background:#f8fbf9}.delivery-v2-table .wrap-cell{white-space:normal;min-width:220px;max-width:340px;line-height:1.45}.delivery-v2-product{padding:2px 0;border-bottom:1px dashed #e0e8e2}.delivery-v2-product:last-child{border-bottom:0}.delivery-v2-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.delivery-v2-badge.ok{background:#dcfce7;color:#166534}.delivery-v2-badge.warn{background:#fff2cf;color:#8a5b00}.delivery-v2-badge.info{background:#e8f0ff;color:#24569b}.delivery-v2-badge.danger{background:#fee2e2;color:#b91c1c}.delivery-v2-row-actions{display:flex;gap:6px}.delivery-v2-loading,.delivery-v2-empty{padding:46px;text-align:center;color:#66756d}.delivery-v2-pagination{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;color:#5f6f65}.delivery-v2-pagination label{display:flex;align-items:center;gap:8px}.delivery-v2-pagination select{border:1px solid #ccd8d0;border-radius:8px;padding:7px}.delivery-v2-pagination>div{display:flex;align-items:center;gap:6px}.delivery-v2-pagination button{border:1px solid #d2dcd5;background:#fff;border-radius:7px;padding:7px 10px;cursor:pointer}.delivery-v2-pagination button:disabled{opacity:.4;cursor:not-allowed}.delivery-v2-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#071d128f;display:grid;place-items:center;padding:22px}.delivery-v2-modal{width:min(860px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:20px;box-shadow:0 30px 90px #0000004d}.delivery-v2-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.delivery-v2-modal-head h3{margin:0 0 4px}.delivery-v2-modal-head p{margin:0;color:#66756d}.delivery-v2-modal-head>button{border:0;background:#eef3ef;border-radius:9px;width:36px;height:36px;font-size:24px;cursor:pointer}.delivery-v2-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.delivery-v2-form-grid label{display:flex;flex-direction:column;gap:6px;font-weight:700}.delivery-v2-form-grid .full{grid-column:1/-1}.delivery-v2-form-grid input,.delivery-v2-form-grid select,.delivery-v2-form-grid textarea{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:9px;padding:10px 11px;background:#fff;font:inherit}.delivery-v2-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}@media(max-width:1250px){.delivery-v2-menu{grid-template-columns:repeat(2,1fr)}.delivery-v2-filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.delivery-v2-heading,.delivery-v2-section-title,.delivery-v2-pagination{flex-direction:column}.delivery-v2-menu,.delivery-v2-filters,.delivery-v2-form-grid{grid-template-columns:1fr}.delivery-v2-form-grid .full{grid-column:auto}}.delivery-v2-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.delivery-v2-menu-card{min-height:44px;height:44px;border:1px solid #d3dfd7;border-radius:10px;background:#fff;box-shadow:none;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:0 12px;cursor:pointer;transition:.15s}.delivery-v2-menu-card:hover{transform:none;background:#f5faf7;box-shadow:none}.delivery-v2-menu-card.active{border:1px solid #0f5a34;background:#0f5a34;color:#fff;box-shadow:none}.delivery-v2-menu-card .icon{font-size:16px;line-height:1}.delivery-v2-menu-card .label{display:flex;align-items:center;gap:5px;font-size:15px;font-weight:700;white-space:nowrap}.delivery-v2-menu-card .label b{font-size:14px;color:#0f5132}.delivery-v2-menu-card.active .label b{color:#fff}@media(max-width:1050px){.delivery-v2-menu{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.delivery-v2-menu{grid-template-columns:1fr}}html,body,#root{max-width:100%;overflow-x:hidden}.app-shell,.app-content,.main-content,.content-area{min-width:0;max-width:100%}.delivery-v2-page{width:100%;max-width:100%;min-width:0;overflow:hidden}.delivery-v2-heading,.delivery-v2-menu,.delivery-v2-filter-card,.delivery-v2-panel{width:100%;max-width:100%;box-sizing:border-box}.delivery-v2-menu{grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}.delivery-v2-menu-card{min-width:0;overflow:hidden}.delivery-v2-menu-card .label{min-width:0;overflow:hidden;text-overflow:ellipsis}.delivery-v2-filter-card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:14px;box-shadow:0 8px 22px #123f270d;display:flex;flex-direction:column;gap:10px;overflow:hidden}.delivery-v2-filter-main{display:grid;grid-template-columns:minmax(280px,1.45fr) minmax(190px,.75fr) minmax(190px,.75fr) auto auto auto;gap:9px;align-items:center;min-width:0}.delivery-v2-filter-main .delivery-v2-search{min-width:0}.delivery-v2-filter-main input,.delivery-v2-filter-main select,.delivery-v2-filter-dates input{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:9px;padding:10px 12px;background:#fff}.delivery-v2-filter-main button{white-space:nowrap;border:1px solid #ccd8d0;border-radius:9px;padding:10px 14px;background:#fff;font-weight:700;cursor:pointer}.delivery-v2-filter-main button.green{background:#145c34;color:#fff;border-color:#145c34}.delivery-v2-filter-dates{display:flex;align-items:center;gap:8px;width:min(460px,100%)}.delivery-v2-section-title{flex-wrap:wrap;align-items:center}.delivery-v2-actions{margin-left:auto;align-items:center}.delivery-v2-page-size-top{display:flex;align-items:center;gap:8px;font-weight:700;color:#4d5f54;white-space:nowrap}.delivery-v2-page-size-top select{border:1px solid #cbd8cf;border-radius:8px;padding:8px 10px;background:#fff}.delivery-v2-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:auto;overscroll-behavior-x:contain;scrollbar-gutter:stable}.delivery-v2-table{width:max-content;min-width:2380px;max-width:none}.delivery-v2-pagination{width:100%;max-width:100%;overflow:hidden}@media(max-width:1400px){.delivery-v2-filter-main{grid-template-columns:minmax(260px,1.3fr) minmax(170px,.7fr) minmax(170px,.7fr) auto auto}.delivery-v2-filter-main button:last-child{grid-column:auto}}@media(max-width:1180px){.delivery-v2-menu,.delivery-v2-filter-main{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-v2-filter-main .delivery-v2-search{grid-column:1/-1}.delivery-v2-filter-dates{width:100%}}@media(max-width:700px){.delivery-v2-menu,.delivery-v2-filter-main{grid-template-columns:1fr}.delivery-v2-filter-main .delivery-v2-search{grid-column:auto}.delivery-v2-filter-dates{flex-direction:column;align-items:stretch}.delivery-v2-filter-dates span{display:none}.delivery-v2-actions{margin-left:0;width:100%}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden!important}.shell{width:100vw;max-width:100vw;min-width:0;overflow:hidden;grid-template-columns:245px minmax(0,1fr)}.shell>aside{width:245px;min-width:245px;overflow-y:auto;overflow-x:hidden}.shell>main{width:100%;max-width:100%;min-width:0;overflow:hidden}.shell>main>header{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.shell>main>section{width:100%;max-width:100%;min-width:0;overflow:hidden;box-sizing:border-box;padding:28px}.delivery-v2-page,.delivery-v2-heading,.delivery-v2-menu,.delivery-v2-filter-card,.delivery-v2-panel,.delivery-v2-section-title,.delivery-v2-pagination{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.delivery-v2-menu{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px;overflow:hidden}.delivery-v2-menu-card{width:100%;min-width:0;max-width:100%;padding:0 8px;overflow:hidden}.delivery-v2-menu-card .label{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-v2-filter-card{overflow:hidden}.delivery-v2-filter-main{width:100%;max-width:100%;min-width:0;display:grid;grid-template-columns:minmax(260px,1.6fr) minmax(175px,.8fr) minmax(175px,.8fr) auto auto auto;gap:8px}.delivery-v2-filter-main>*{min-width:0;max-width:100%}.delivery-v2-panel{display:flex;flex-direction:column;overflow:hidden}.delivery-v2-table-wrap{width:100%;max-width:100%;min-width:0;height:clamp(330px,calc(100vh - 500px),620px);max-height:none;overflow-x:scroll!important;overflow-y:auto!important;scrollbar-gutter:stable both-edges;overscroll-behavior:contain;border:1px solid #dfe7e1;border-radius:12px}.delivery-v2-table{width:max-content!important;min-width:2380px!important;max-width:none!important}.delivery-v2-table-wrap::-webkit-scrollbar{width:12px;height:14px}.delivery-v2-table-wrap::-webkit-scrollbar-track{background:#eef3ef;border-radius:999px}.delivery-v2-table-wrap::-webkit-scrollbar-thumb{background:#8da99a;border:3px solid #eef3ef;border-radius:999px}.delivery-v2-table-wrap::-webkit-scrollbar-thumb:hover{background:#62816f}.delivery-v2-pagination{flex:0 0 auto;overflow:visible}@media(max-width:1250px){.delivery-v2-filter-main{grid-template-columns:repeat(3,minmax(0,1fr))}.delivery-v2-filter-main .delivery-v2-search{grid-column:1 / -1}}@media(max-width:900px){.shell{grid-template-columns:1fr}.shell>aside{display:none}.delivery-v2-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:650px){.shell>main>section{padding:16px}.delivery-v2-menu{grid-template-columns:1fr!important}.delivery-v2-filter-main{grid-template-columns:1fr}.delivery-v2-filter-main .delivery-v2-search{grid-column:auto}}.warehouse-page{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:14px}.warehouse-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.warehouse-heading h2{margin:0 0 5px;font-size:28px}.warehouse-heading p{margin:0;color:#69776e}.warehouse-heading>button{border:1px solid #cdd9d1;background:#fff;border-radius:9px;padding:10px 14px;font-weight:700;cursor:pointer}.warehouse-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.warehouse-tabs button{height:44px;border:1px solid #d3dfd7;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;overflow:hidden}.warehouse-tabs button.active{background:#115d35;color:#fff;border-color:#115d35}.warehouse-tabs button b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warehouse-filter-card,.warehouse-panel{background:#fff;border:1px solid #dfe7e1;border-radius:14px;box-shadow:0 8px 24px #123f270d}.warehouse-filter-card{padding:14px;display:flex;flex-direction:column;gap:10px}.warehouse-filter-main{display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(180px,.7fr) minmax(180px,.7fr) auto auto;gap:8px;min-width:0}.warehouse-filter-main>*{min-width:0}.warehouse-filter-main input,.warehouse-filter-main select,.warehouse-filter-dates input{width:100%;border:1px solid #cbd8cf;border-radius:9px;padding:10px 12px;background:#fff}.warehouse-filter-main button{border:1px solid #ccd8d0;background:#fff;border-radius:9px;padding:10px 13px;font-weight:700;cursor:pointer}.warehouse-filter-main button.green{background:#145c34;color:#fff;border-color:#145c34}.warehouse-filter-dates{display:flex;align-items:center;gap:8px;width:min(460px,100%)}.warehouse-panel{padding:15px;min-width:0;overflow:hidden}.warehouse-panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:12px}.warehouse-panel-head h3{margin:0 0 4px}.warehouse-panel-head span{color:#68766d}.warehouse-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.warehouse-actions button,.warehouse-table button,.warehouse-modal-actions button{border:1px solid #ccd8d0;background:#fff;border-radius:8px;padding:8px 11px;font-weight:700;cursor:pointer}.warehouse-actions button.green,.warehouse-table button.green,.warehouse-modal-actions button.green{background:#145c34;color:#fff;border-color:#145c34}.warehouse-actions button:disabled{opacity:.45;cursor:not-allowed}.warehouse-actions label{display:flex;align-items:center;gap:7px;font-weight:700}.warehouse-actions select{border:1px solid #cbd8cf;border-radius:8px;padding:8px}.warehouse-table-wrap{width:100%;max-width:100%;height:clamp(330px,calc(100vh - 500px),620px);overflow-x:scroll!important;overflow-y:auto!important;scrollbar-gutter:stable both-edges;border:1px solid #dfe7e1;border-radius:12px}.warehouse-table{width:max-content;min-width:2380px;border-collapse:separate;border-spacing:0;font-size:13px}.warehouse-table th{position:sticky;top:0;z-index:3;background:#eaf4ed;color:#214a31;text-align:left;padding:10px;border-bottom:1px solid #d5e2d8;white-space:nowrap}.warehouse-table td{padding:9px 10px;border-bottom:1px solid #e9efeb;vertical-align:top;white-space:nowrap;background:#fff}.warehouse-table tbody tr:hover td{background:#f8fbf9}.warehouse-table .sticky-check{position:sticky;left:0;z-index:5;width:44px;min-width:44px;text-align:center}.warehouse-table .sticky-order{position:sticky;left:44px;z-index:4;min-width:155px}.warehouse-table thead .sticky-check,.warehouse-table thead .sticky-order{z-index:8;background:#eaf4ed}.warehouse-table tbody tr:hover .sticky-check,.warehouse-table tbody tr:hover .sticky-order{background:#f8fbf9}.warehouse-table .wrap-cell{white-space:normal;min-width:220px;max-width:340px;line-height:1.45}.warehouse-product{padding:2px 0;border-bottom:1px dashed #e0e8e2}.warehouse-product:last-child{border-bottom:0}.warehouse-loading,.warehouse-empty{padding:46px;text-align:center;color:#66756d}.warehouse-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:13px;color:#5f6f65}.warehouse-pagination>div{display:flex;align-items:center;gap:6px}.warehouse-pagination button{border:1px solid #d2dcd5;background:#fff;border-radius:7px;padding:7px 10px;cursor:pointer}.warehouse-pagination button:disabled{opacity:.4;cursor:not-allowed}.warehouse-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#071d128f;display:grid;place-items:center;padding:22px}.warehouse-modal{width:min(760px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:20px;box-shadow:0 30px 90px #0000004d}.warehouse-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}.warehouse-modal-head h3{margin:0 0 4px}.warehouse-modal-head p{margin:0;color:#66756d}.warehouse-modal-head>button{border:0;background:#eef3ef;border-radius:9px;width:36px;height:36px;font-size:24px;cursor:pointer}.warehouse-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.warehouse-form label{display:flex;flex-direction:column;gap:6px;font-weight:700}.warehouse-form .full{grid-column:1/-1}.warehouse-form input,.warehouse-form select,.warehouse-form textarea{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:9px;padding:10px 11px;background:#fff;font:inherit}.warehouse-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}@media(max-width:1100px){.warehouse-tabs,.warehouse-filter-main{grid-template-columns:repeat(2,minmax(0,1fr))}.warehouse-filter-main input:first-child{grid-column:1/-1}}@media(max-width:650px){.warehouse-heading,.warehouse-pagination{flex-direction:column}.warehouse-tabs,.warehouse-filter-main{grid-template-columns:1fr}.warehouse-filter-main input:first-child{grid-column:auto}.warehouse-filter-dates{flex-direction:column;align-items:stretch}.warehouse-filter-dates span{display:none}.warehouse-form{grid-template-columns:1fr}.warehouse-form .full{grid-column:auto}}.warehouse-gas-page{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:12px}.warehouse-gas-title h2{margin:0;font-size:26px}.warehouse-gas-main-tabs{display:grid;grid-template-columns:1fr 1fr;gap:14px}.warehouse-gas-main-tabs button{min-height:100px;border:1px solid #d7e1da;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;box-shadow:0 7px 18px #123f270f;cursor:pointer}.warehouse-gas-main-tabs button.active{border:2px solid #2563eb}.warehouse-gas-main-tabs button span{font-size:28px}.warehouse-gas-main-tabs button b{font-size:17px}.warehouse-gas-main-tabs button small{color:#66756d}.warehouse-gas-section-title h3{margin:0;font-size:21px}.warehouse-provider-tabs{display:flex;gap:8px;flex-wrap:wrap}.warehouse-provider-tabs button{border:1px solid #cdd9d1;background:#f7f9f8;border-radius:999px;padding:7px 13px;font-weight:700;cursor:pointer}.warehouse-provider-tabs button.active{background:#fff;border:2px solid #2563eb;color:#173f76}.warehouse-gas-filter{display:grid;grid-template-columns:minmax(250px,1fr) minmax(180px,.7fr) minmax(180px,.7fr) auto auto;gap:12px;background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:16px;align-items:end}.warehouse-gas-filter label{display:flex;flex-direction:column;gap:7px;font-weight:700}.warehouse-gas-filter input,.warehouse-gas-filter select{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px 11px;background:#fff}.warehouse-gas-filter button,.warehouse-gas-table button,.warehouse-modal-actions button{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:10px 13px;font-weight:700;cursor:pointer}.warehouse-gas-filter .blue,.warehouse-gas-table .blue,.warehouse-modal-actions .blue{background:#3b82f6;color:#fff;border-color:#3b82f6}.warehouse-gas-panel{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:15px;overflow:hidden}.warehouse-gas-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.warehouse-gas-panel-head h3{margin:0}.warehouse-gas-panel-head label{display:flex;align-items:center;gap:7px;font-weight:700}.warehouse-gas-panel-head select{border:1px solid #cbd8cf;border-radius:8px;padding:7px}.warehouse-gas-table-wrap{width:100%;height:clamp(330px,calc(100vh - 500px),620px);overflow-x:scroll!important;overflow-y:auto!important;scrollbar-gutter:stable both-edges;border:1px solid #dfe7e1;border-radius:12px}.warehouse-gas-table{width:max-content;min-width:1900px;border-collapse:separate;border-spacing:0;font-size:13px}.warehouse-gas-table th{position:sticky;top:0;background:#eef2f7;padding:10px;border:1px solid #d9e0e8;white-space:nowrap}.warehouse-gas-table td{padding:10px;border:1px solid #e3e8ee;vertical-align:top;white-space:nowrap}.warehouse-gas-table .wrap-cell{white-space:normal;min-width:240px;max-width:420px;line-height:1.45}.warehouse-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.warehouse-status.pending,.warehouse-status.not_picked{background:#fff2cf;color:#8a5b00}.warehouse-status.packing,.warehouse-status.waiting_pickup{background:#e8f0ff;color:#24569b}.warehouse-status.packed,.warehouse-status.picked{background:#dcfce7;color:#166534}.warehouse-status.issue{background:#fee2e2;color:#b91c1c}@media(max-width:1100px){.warehouse-gas-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.warehouse-gas-filter label:first-child{grid-column:1/-1}}@media(max-width:700px){.warehouse-gas-main-tabs,.warehouse-gas-filter{grid-template-columns:1fr}.warehouse-gas-filter label:first-child{grid-column:auto}}.warehouse-gas-filter .blue,.warehouse-gas-table .blue,.warehouse-modal-actions .blue{background:#145c34!important;color:#fff!important;border-color:#145c34!important}.warehouse-gas-filter .blue:hover,.warehouse-gas-table .blue:hover,.warehouse-modal-actions .blue:hover{background:#0f4d2b!important;border-color:#0f4d2b!important}.warehouse-provider-tabs button.active{background:#145c34!important;border-color:#145c34!important;color:#fff!important}.warehouse-gas-main-tabs button.active{border-color:#145c34!important;box-shadow:0 0 0 1px #145c34 inset!important}.warehouse-gas-filter button:not(.blue){color:#145c34}.warehouse-gas-filter button:not(.blue):hover{background:#f0f7f3;border-color:#9ebaaa}.accounting-page{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:18px}.accounting-page h2,.accounting-page h3{margin:0}.accounting-top-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.accounting-top-cards button,.accounting-module-cards button{min-height:110px;border:1px solid #d9e4dc;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 22px #123f270f;cursor:pointer}.accounting-top-cards button span,.accounting-module-cards button span{font-size:30px}.accounting-top-cards button.active,.accounting-module-cards button.active{border:2px solid #145c34;box-shadow:0 0 0 1px #145c34 inset}.accounting-section{display:flex;flex-direction:column;gap:14px}.accounting-module-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.accounting-subcards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.accounting-subcards button{height:44px;border:1px solid #d3dfd7;border-radius:10px;background:#fff;font-weight:700;cursor:pointer}.accounting-subcards button.active{background:#145c34;color:#fff;border-color:#145c34}.accounting-table-card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:15px;overflow:hidden;box-shadow:0 8px 22px #123f270d}.accounting-list-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.accounting-list-head button,.accounting-actions button{border:1px solid #ccd8d0;background:#fff;border-radius:8px;padding:9px 12px;font-weight:700;cursor:pointer}.accounting-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.accounting-actions .green,.accounting-table .green{background:#145c34;color:#fff;border-color:#145c34}.accounting-table-wrap{width:100%;max-width:100%;overflow-x:auto;scrollbar-gutter:stable;border:1px solid #dfe7e1;border-radius:10px}.accounting-table{width:100%;min-width:1000px;border-collapse:collapse}.accounting-table.wide{min-width:1450px}.accounting-table th{background:#eaf4ed;color:#214a31;padding:10px;border:1px solid #d9e4dc;white-space:nowrap}.accounting-table td{padding:8px;border:1px solid #e1e8e3;vertical-align:top}.accounting-table input,.accounting-table select{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:7px;padding:8px}.accounting-table button{border:1px solid #ccd8d0;background:#fff;border-radius:7px;padding:7px 9px;font-weight:700;cursor:pointer}.danger-outline{color:#b42318!important;border-color:#efb4ae!important}.success-text{color:#15803d;font-weight:700}.error-text{color:#b91c1c;font-weight:700}@media(max-width:1050px){.accounting-module-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.accounting-top-cards,.accounting-module-cards,.accounting-subcards{grid-template-columns:1fr}.accounting-list-head{flex-direction:column;align-items:flex-start}}.invoice-check-page{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:16px}.invoice-check-page h2{margin:0 0 5px;font-size:28px}.invoice-check-page .muted{margin:0;color:#68766d}.invoice-check-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.invoice-check-kpi{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:15px;display:flex;align-items:center;gap:12px;box-shadow:0 7px 20px #123f270d}.invoice-check-kpi>span{font-size:28px}.invoice-check-kpi div{display:flex;flex-direction:column}.invoice-check-kpi small{color:#69776e;font-weight:700}.invoice-check-kpi b{font-size:24px;color:#123d27}.invoice-check-kpi em{font-style:normal;color:#77837b;font-size:12px}.invoice-check-filter-card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:15px}.invoice-check-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.invoice-check-filter-grid label{display:flex;flex-direction:column;gap:6px;font-weight:700}.invoice-check-filter-grid input,.invoice-check-filter-grid select{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.invoice-check-filter-actions{display:flex;gap:8px;margin-top:12px}.invoice-check-filter-actions button,.invoice-check-table button{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:9px 12px;font-weight:700;cursor:pointer}.invoice-check-filter-actions .green,.invoice-check-table .green{background:#145c34;color:#fff;border-color:#145c34}.invoice-check-filter-actions .green:hover,.invoice-check-table .green:hover{background:#0f4d2b}.invoice-check-table button:disabled{opacity:.5;cursor:not-allowed}.invoice-check-table-wrap{width:100%;max-width:100%;height:clamp(360px,calc(100vh - 470px),690px);overflow-x:scroll!important;overflow-y:auto!important;scrollbar-gutter:stable both-edges;border:1px solid #dfe7e1;border-radius:12px;background:#fff}.invoice-check-table{width:max-content;min-width:4700px;border-collapse:separate;border-spacing:0;font-size:13px;white-space:nowrap}.invoice-check-table th{position:sticky;top:0;z-index:3;background:#eaf4ed;color:#214a31;border-bottom:1px solid #d5e2d8;padding:10px;text-align:left}.invoice-check-table td{padding:9px 10px;border-bottom:1px solid #e7ede9;vertical-align:top;background:#fff}.invoice-check-table tbody tr:hover td{background:#f8fbf9}.invoice-check-table .wrap{white-space:normal;min-width:260px;max-width:340px;line-height:1.45}.invoice-check-table .products{white-space:normal;min-width:330px}.invoice-check-table .products div{padding:4px 0;border-bottom:1px dashed #ddd}.invoice-check-table .products span{color:#666;font-size:12px;margin-left:5px}.invoice-check-input,.invoice-check-select{width:190px;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:7px;padding:8px}.invoice-check-input.readonly{background:#f3f6f4;color:#5f6f65}.invoice-check-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.invoice-check-badge.success{background:#dcfce7;color:#166534}.invoice-check-badge.warning{background:#fff2cf;color:#8a5b00}.invoice-check-badge.danger{background:#fee2e2;color:#b91c1c}.invoice-check-badge.info{background:#e8f0ff;color:#24569b}.invoice-check-empty{background:#fff;border:1px dashed #cbd8cf;border-radius:14px;padding:54px;text-align:center;color:#69776e}.invoice-check-empty>div{font-size:38px}@media(max-width:1200px){.invoice-check-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-check-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.invoice-check-kpis,.invoice-check-filter-grid{grid-template-columns:1fr}}.report-total-page{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:16px}.report-total-page h2,.report-total-page h3{margin:0}.report-total-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.report-total-tabs button{min-height:82px;border:1px solid #d6e1d9;border-radius:13px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;box-shadow:0 6px 17px #123f270d}.report-total-tabs button span{font-size:24px}.report-total-tabs button.active{background:#145c34;color:#fff;border-color:#145c34}.report-total-section{display:flex;flex-direction:column;gap:14px}.report-total-filter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(310px,auto);align-items:end;gap:10px;background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:14px}.report-total-filter.compact{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(390px,auto)}.report-total-filter label{display:flex;flex-direction:column;gap:6px;font-weight:700}.report-total-filter input,.report-total-filter select{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.report-total-filter-actions{display:flex;gap:7px;flex-wrap:wrap}.report-total-filter-actions button,.report-total-chip-row button{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:10px 12px;font-weight:700;cursor:pointer}.report-total-filter-actions .green,.report-total-chip-row button.active{background:#145c34;color:#fff;border-color:#145c34}.report-total-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.report-total-kpi{background:#fff;border:1px solid #dfe7e1;border-radius:13px;padding:14px;display:flex;gap:10px;align-items:center;min-width:0}.report-total-kpi>span{font-size:25px}.report-total-kpi div{min-width:0;display:flex;flex-direction:column}.report-total-kpi small{color:#68766d;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-total-kpi b{color:#123d27;font-size:19px;white-space:nowrap}.report-total-chip-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center;background:#fff;border:1px solid #dfe7e1;border-radius:13px;padding:12px}.report-total-chip-row input{border:1px solid #cbd8cf;border-radius:8px;padding:9px}.report-total-table-card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:14px;overflow:hidden}.report-total-table-card>h3{margin-bottom:11px}.report-total-table-wrap{width:100%;max-width:100%;overflow-x:auto;scrollbar-gutter:stable;border:1px solid #dde6df;border-radius:10px}.report-total-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0;font-size:13px}.report-total-table.employee{min-width:2450px}.report-total-table.matrix{width:max-content;min-width:100%}.report-total-table.shipping{min-width:980px}.report-total-table th{position:sticky;top:0;z-index:2;background:#eaf4ed;color:#214a31;border-right:1px solid #d5e2d8;border-bottom:1px solid #d5e2d8;padding:9px;text-align:center;white-space:nowrap}.report-total-table td{background:#fff;border-right:1px solid #e5ebe7;border-bottom:1px solid #e5ebe7;padding:9px;text-align:center;white-space:nowrap}.report-total-table td:nth-child(2),.report-total-table.employee td:nth-child(4){text-align:left}.report-total-table tbody tr:hover td{background:#f8fbf9}.report-total-table .total-row td{background:#eef7f1;font-weight:700}.report-total-info{display:inline-flex;align-self:flex-start;background:#e8f3ec;color:#145c34;border-radius:999px;padding:7px 11px;font-weight:700}@media(max-width:1250px){.report-total-tabs,.report-total-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.report-total-filter{grid-template-columns:repeat(2,minmax(0,1fr))}.report-total-filter-actions{grid-column:1/-1}}@media(max-width:700px){.report-total-tabs,.report-total-kpis,.report-total-filter,.report-total-filter.compact{grid-template-columns:1fr}.report-total-filter-actions{grid-column:auto}}.report-gas-summary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:980px}.report-gas-summary-card{background:#fff;border:1px solid #dfe7e1;border-top:4px solid #22c55e;border-radius:14px;padding:14px;box-shadow:0 7px 18px #123f270d}.report-gas-summary-card.cskh{border-top-color:#3b82f6}.report-gas-summary-card.all{border-top-color:#f59e0b}.report-gas-summary-card h4{margin:0 0 10px;font-size:17px}.report-gas-summary-card div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px dashed #dfe7e1}.report-gas-summary-card div:last-child{border-bottom:none}.report-gas-summary-card span{color:#68766d}.report-gas-summary-card b{white-space:nowrap}.report-total-employee-block{display:flex;flex-direction:column;gap:9px;padding-left:10px;border-left:4px solid #22c55e}.report-total-employee-block.cskh{border-left-color:#3b82f6}.report-total-employee-block>h3{font-size:19px}.report-total-table.employee.gas-layout{min-width:2350px}.report-total-table.employee.gas-layout thead tr:first-child th{background:#91c37b;color:#0f2516;font-weight:800}.report-total-employee-block.cskh .report-total-table.employee.gas-layout thead tr:first-child th{background:#97bfe2}.report-total-table.employee.gas-layout thead tr:nth-child(2) th{background:#d8ead0}.report-total-employee-block.cskh .report-total-table.employee.gas-layout thead tr:nth-child(2) th{background:#d9e9f7}.report-total-table.employee.gas-layout td{border-color:#cfdce6}.report-total-table.employee.gas-layout .total-row td{background:#e6f2df;font-weight:800}.report-total-employee-block.cskh .report-total-table.employee.gas-layout .total-row td{background:#e3f0fb}.report-gas-mini-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 6px 2px}.report-gas-mini-kpis div{border:1px solid #d8e3ff;border-radius:10px;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.report-gas-mini-kpis span{color:#667085;font-weight:700;font-size:12px}.report-gas-mini-kpis b{margin-top:4px}@media(max-width:1000px){.report-gas-summary-row{grid-template-columns:1fr;max-width:none}.report-gas-mini-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.report-gas-mini-kpis{grid-template-columns:1fr}}.report-total-section>h3{font-size:20px;color:#172b20}.report-total-section .report-total-kpis{margin-top:2px}.report-total-section .report-total-table-card{box-shadow:0 7px 18px #123f270b}.report-total-table:not(.employee) thead th{background:#dcebdc;color:#173c27;font-weight:800}.report-total-table.matrix thead th:first-child,.report-total-table.matrix tbody td:first-child{position:sticky;left:0;z-index:3}.report-total-table.matrix thead th:first-child{background:#c9e1ca}.report-total-table.matrix tbody td:first-child{background:#f7faf8;text-align:left}.report-total-table.shipping thead th{background:#b9d9bb}.report-total-table.shipping tbody td:nth-child(4){text-align:left;white-space:normal;min-width:470px}.report-total-table.shipping .total-row td{background:#e4f1e5}.report-total-chip-row button.active{box-shadow:0 0 0 1px #0f4d2b inset}.report-total-chip-row{align-items:center}.report-total-chip-row input[type=date]{min-width:150px}.big-data-page{width:100%;max-width:100%;min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:16px}.big-data-page h2,.big-data-page h3{margin:0}.big-data-page p{margin:4px 0;color:#68766d}.big-data-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.big-data-tabs button{min-height:112px;border:1px solid #d9e4dc;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 22px #123f270f;cursor:pointer}.big-data-tabs button span{font-size:30px}.big-data-tabs button.active{border:2px solid #145c34;box-shadow:0 0 0 1px #145c34 inset}.big-data-section{display:flex;flex-direction:column;gap:13px}.big-data-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:14px}.big-data-filter-grid.phone,.big-data-filter-grid.history{grid-template-columns:repeat(5,minmax(0,1fr))}.big-data-filter-grid input,.big-data-filter-grid select{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.big-data-filter-grid button,.big-data-toolbar button,.big-data-table button{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:9px 12px;font-weight:700;cursor:pointer}.big-data-filter-grid .green{background:#145c34;color:#fff;border-color:#145c34}.big-data-toolbar{display:flex;gap:8px}.big-data-toolbar .warning{background:#fff7e0;color:#8a5b00;border-color:#f4d58a}.big-data-toolbar button:disabled{opacity:.45;cursor:not-allowed}.big-data-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.big-data-kpis>div{background:#fff;border:1px solid #dfe7e1;border-radius:13px;padding:14px;display:grid;grid-template-columns:auto 1fr;column-gap:10px}.big-data-kpis span{grid-row:1/4;font-size:28px}.big-data-kpis small{color:#68766d;font-weight:700}.big-data-kpis b{font-size:22px;color:#123d27}.big-data-kpis em{font-style:normal;color:#77837b;font-size:12px}.big-data-table-wrap{width:100%;max-width:100%;height:clamp(380px,calc(100vh - 490px),680px);overflow-x:scroll!important;overflow-y:auto!important;scrollbar-gutter:stable both-edges;border:1px solid #dfe7e1;border-radius:12px;background:#fff}.big-data-table{width:max-content;border-collapse:separate;border-spacing:0;font-size:13px;white-space:nowrap}.big-data-table.orders{min-width:3300px}.big-data-table.phones{min-width:1900px}.big-data-table.history{min-width:2800px}.big-data-table th{position:sticky;top:0;z-index:3;background:#eaf4ed;color:#214a31;padding:10px;border-bottom:1px solid #d5e2d8;border-right:1px solid #d5e2d8;text-align:left}.big-data-table td{padding:9px 10px;border-bottom:1px solid #e7ede9;border-right:1px solid #e7ede9;vertical-align:top;background:#fff}.big-data-table tbody tr:hover td{background:#f8fbf9}.big-data-table .wrap{white-space:normal;min-width:240px;max-width:360px;line-height:1.45}.big-data-table a{color:#145c34;font-weight:700}.big-data-table .secondary{background:#f3f6f4;color:#145c34}.big-data-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.big-data-badge.success{background:#dcfce7;color:#166534}.big-data-badge.danger{background:#fee2e2;color:#b91c1c}.big-data-badge.warning{background:#fff2cf;color:#8a5b00}.big-data-badge.info{background:#e8f0ff;color:#24569b}.big-data-pager{display:flex;justify-content:space-between;align-items:center;gap:12px;color:#5f6f65}.big-data-pager label,.big-data-pager>div{display:flex;align-items:center;gap:7px}.big-data-pager select,.big-data-pager button{border:1px solid #d2dcd5;background:#fff;border-radius:7px;padding:7px 10px}.big-data-pager button:disabled{opacity:.4}@media(max-width:1200px){.big-data-filter-grid,.big-data-filter-grid.phone,.big-data-filter-grid.history{grid-template-columns:repeat(3,minmax(0,1fr))}.big-data-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.big-data-tabs,.big-data-filter-grid,.big-data-filter-grid.phone,.big-data-filter-grid.history,.big-data-kpis{grid-template-columns:1fr}.big-data-pager{flex-direction:column;align-items:flex-start}}.catalog-page{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:15px}.catalog-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.catalog-heading h2{margin:0 0 4px}.catalog-heading p{margin:0;color:#68766d}.catalog-heading button,.catalog-form button,.catalog-list button{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:9px 12px;font-weight:700;cursor:pointer}.catalog-snapshot-note{padding:11px 14px;border:1px solid #cae2d2;border-radius:10px;background:#edf7f0;color:#145c34;font-weight:700}.catalog-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.catalog-tabs button{min-height:48px;border:1px solid #d3dfd7;border-radius:10px;background:#fff;font-weight:700;cursor:pointer}.catalog-tabs button.active{background:#145c34;border-color:#145c34;color:#fff}.catalog-layout{display:grid;grid-template-columns:minmax(310px,380px) minmax(0,1fr);gap:14px;align-items:start}.catalog-page .card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;box-shadow:0 7px 19px #123f270d}.catalog-form{padding:16px;display:flex;flex-direction:column;gap:12px;position:sticky;top:72px}.catalog-form label{display:flex;flex-direction:column;gap:6px;font-weight:700}.catalog-form label em{color:#dc2626}.catalog-form input,.catalog-form select,.catalog-form textarea,.catalog-list-head input{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.catalog-form .check-label{flex-direction:row;align-items:center}.catalog-form .check-label input{width:auto}.catalog-two{display:grid;grid-template-columns:1fr 1fr;gap:9px}.catalog-form .primary-button{background:#145c34;border-color:#145c34;color:#fff}.catalog-list{padding:15px;min-width:0}.catalog-list-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}.catalog-list-head h3{margin:0}.catalog-list-head span{color:#68766d}.catalog-list-head input{max-width:330px}.catalog-page .table-scroll{width:100%;max-width:100%;overflow-x:auto;scrollbar-gutter:stable;border:1px solid #dfe7e1;border-radius:10px}.catalog-table{width:100%;min-width:720px;border-collapse:collapse}.catalog-table th{background:#eaf4ed;color:#214a31;padding:10px;text-align:left;white-space:nowrap}.catalog-table td{border-top:1px solid #e4ebe6;padding:10px;vertical-align:middle}.catalog-table tbody tr:hover td{background:#f8fbf9}.status-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.status-badge.success{background:#dcfce7;color:#166534}.status-badge.muted{background:#f1f5f2;color:#66746b}.row-actions{display:flex;gap:7px;white-space:nowrap}.catalog-stop-button{color:#b42318!important;border-color:#efb4ae!important}.catalog-enable-button{background:#145c34!important;color:#fff!important;border-color:#145c34!important}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.section-title-row h3{margin:0}.empty-state{padding:40px;text-align:center;color:#68766d}@media(max-width:1000px){.catalog-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-layout{grid-template-columns:1fr}.catalog-form{position:static}}@media(max-width:620px){.catalog-heading,.catalog-list-head{flex-direction:column;align-items:stretch}.catalog-tabs,.catalog-two{grid-template-columns:1fr}.catalog-list-head input{max-width:none}}.staff-management{display:flex;flex-direction:column;gap:13px}.staff-management-layout{display:grid;grid-template-columns:minmax(390px,480px) minmax(0,1fr);gap:14px;align-items:start}.staff-form{position:sticky;top:72px}.staff-table-scroll{max-height:650px;overflow:auto!important}.staff-table{min-width:1450px}.staff-table th{position:sticky;top:0;z-index:2}.staff-role-code{display:block;margin-top:3px;color:#68766d;text-transform:uppercase}.status-badge.danger{background:#fee2e2;color:#b91c1c}.staff-actions{min-width:315px;flex-wrap:wrap}.staff-actions button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:1150px){.staff-management-layout{grid-template-columns:1fr}.staff-form{position:static}}.catalog-page{width:100%!important;max-width:none!important}.catalog-layout{grid-template-columns:minmax(320px,360px) minmax(0,1fr)!important;width:100%}.catalog-list{width:100%;max-width:none!important}.catalog-list-head{align-items:center}.catalog-list-head input{max-width:420px!important}.catalog-table{min-width:980px!important}.catalog-table th:nth-child(1),.catalog-table td:nth-child(1){min-width:120px}.catalog-table th:nth-child(2),.catalog-table td:nth-child(2){min-width:340px}.catalog-table th:nth-child(3),.catalog-table td:nth-child(3){min-width:180px}.catalog-table th:nth-child(4),.catalog-table td:nth-child(4){min-width:130px}.catalog-table th:nth-child(5),.catalog-table td:nth-child(5){min-width:230px}.catalog-scroll-shell{width:100%;max-width:100%;min-width:0}.catalog-top-scroll{width:100%;overflow-x:auto;overflow-y:hidden;height:18px;margin:0 0 8px;border:1px solid #d8e2db;border-radius:8px;background:#f4f8f5;scrollbar-gutter:stable}.catalog-top-scroll>div{height:1px}.catalog-main-scroll{width:100%;max-width:100%;overflow-x:auto!important;overflow-y:auto!important}.catalog-main-scroll .catalog-table{width:max-content}.staff-management-layout{grid-template-columns:minmax(350px,420px) minmax(0,1fr)!important}.staff-table-scroll .catalog-main-scroll{max-height:650px}.staff-table{min-width:1500px!important}@media(max-width:1100px){.catalog-layout,.staff-management-layout{grid-template-columns:1fr!important}}.companion-data-page{width:100%;max-width:100%;min-width:0}.companion-section-box{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:16px;box-shadow:0 7px 20px #123f270d;display:flex;flex-direction:column;gap:13px}.companion-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.companion-heading h2{margin:0}.companion-type-toolbar,.companion-transfer-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.companion-type-toolbar button,.companion-secondary-button,.companion-green-button{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:9px 12px;font-weight:700;cursor:pointer}.companion-type-toolbar button.active,.companion-green-button{background:#145c34;color:#fff;border-color:#145c34}.companion-green-button:disabled,.companion-secondary-button:disabled{opacity:.5;cursor:not-allowed}.companion-filter-box{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;align-items:end;border:1px solid #dfe7e1;border-radius:12px;padding:13px;background:#fbfdfb}.companion-filter-box label{display:flex;flex-direction:column;gap:6px;font-weight:700}.companion-filter-box input,.companion-filter-box select,.companion-transfer-toolbar select{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.companion-filter-action{display:flex;align-items:flex-end}.companion-selected-badge,.companion-info-badge{display:inline-flex;border-radius:999px;padding:5px 9px;background:#e8f0ff;color:#24569b;font-size:12px;font-weight:800}.companion-transfer-toolbar select{width:250px}.companion-scroll-shell{width:100%;max-width:100%;min-width:0}.companion-top-scroll{width:100%;height:18px;overflow-x:auto;overflow-y:hidden;border:1px solid #d8e2db;border-radius:8px;background:#f4f8f5;margin-bottom:8px}.companion-top-scroll>div{height:1px}.companion-table-wrap{width:100%;max-width:100%;max-height:620px;overflow:auto;border:1px solid #dfe7e1;border-radius:10px}.companion-table{width:max-content;min-width:1800px;border-collapse:separate;border-spacing:0;font-size:13px;white-space:nowrap}.companion-table th{position:sticky;top:0;z-index:2;background:#eaf4ed;color:#214a31;border-right:1px solid #d5e2d8;border-bottom:1px solid #d5e2d8;padding:10px;text-align:left}.companion-table td{padding:9px 10px;vertical-align:top;border-right:1px solid #e5ebe7;border-bottom:1px solid #e5ebe7;background:#fff}.companion-table tbody tr:hover td{background:#f8fbf9}.companion-table .wrap{min-width:280px;max-width:380px;white-space:normal;line-height:1.45}.companion-empty-state{padding:48px;text-align:center;color:#68766d;border:1px dashed #cbd8cf;border-radius:12px}.companion-empty-state>div{font-size:36px}@media(max-width:1000px){.companion-filter-box{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.companion-heading{align-items:stretch;flex-direction:column}.companion-filter-box{grid-template-columns:1fr}.companion-transfer-toolbar select{width:100%}}.direct-page{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:14px}.direct-page-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.direct-page-heading h2{margin:0}.direct-page-main-tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.direct-page-main-tabs button{min-height:82px;border:1px solid #d6e1d9;border-radius:12px;background:#fff;font-size:16px;font-weight:800;cursor:pointer}.direct-page-main-tabs button.active{border:2px solid #145c34;background:#edf7f0;color:#145c34}.direct-page-secondary,.direct-page-primary{border:1px solid #ccd8d0;border-radius:8px;background:#fff;padding:9px 13px;font-weight:800;cursor:pointer}.direct-page-primary{background:#145c34;border-color:#145c34;color:#fff}.direct-page-primary:disabled{opacity:.5;cursor:not-allowed}.direct-page-list-card,.direct-page-form-card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:16px;box-shadow:0 7px 20px #123f270d}.direct-page-list-card{display:flex;flex-direction:column;gap:14px}.direct-page-list-card h3,.direct-page-form-card h3{margin:0}.direct-page-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.direct-page-kpis>div{border:1px solid #dfe7e1;border-radius:12px;padding:14px;background:#fff;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}.direct-page-kpis span{font-size:27px;grid-row:1/5}.direct-page-kpis small{font-weight:700;color:#647268}.direct-page-kpis b{font-size:24px;color:#145c34}.direct-page-kpis em{font-size:12px;color:#78847c;font-style:normal}.direct-page-filters{display:grid;grid-template-columns:2fr repeat(5,minmax(145px,1fr)) auto;gap:9px;align-items:end;border:1px solid #dfe7e1;border-radius:12px;padding:12px;background:#fbfdfb}.direct-page-filters label,.direct-page-form-grid label,.direct-page-note{display:flex;flex-direction:column;gap:6px;font-weight:700}.direct-page-filters input,.direct-page-filters select,.direct-page-form-grid input,.direct-page-form-grid select,.direct-page-note textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.direct-page-month-note{border:1px solid #dfe7e1;border-radius:10px;padding:12px;background:#fbfdfb;line-height:1.6}.direct-page-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.direct-page-note{margin-bottom:14px}.direct-page-form-actions{display:flex;justify-content:flex-end;gap:9px}.direct-page-scroll-shell{width:100%;max-width:100%;min-width:0}.direct-page-top-scroll{height:18px;overflow-x:auto;overflow-y:hidden;border:1px solid #d8e2db;border-radius:8px;background:#f4f8f5;margin-bottom:8px}.direct-page-top-scroll>div{height:1px}.direct-page-table-wrap{width:100%;max-width:100%;overflow:auto;border:1px solid #dfe7e1;border-radius:10px}.direct-page-table{width:max-content;min-width:1300px;border-collapse:separate;border-spacing:0;font-size:13px;white-space:nowrap}.direct-page-table th{position:sticky;top:0;z-index:2;background:#eaf4ed;color:#214a31;padding:10px;text-align:left;border-right:1px solid #d5e2d8;border-bottom:1px solid #d5e2d8}.direct-page-table td{padding:10px;border-right:1px solid #e5ebe7;border-bottom:1px solid #e5ebe7;background:#fff;vertical-align:top}.direct-page-table tbody tr:hover td{background:#f8fbf9}.direct-page-table .wrap{min-width:260px;max-width:360px;white-space:normal;line-height:1.45}.direct-page-empty{padding:48px;text-align:center;color:#68766d;border:1px dashed #cbd8cf;border-radius:12px}.direct-page-empty>div{font-size:36px}@media(max-width:1200px){.direct-page-kpis{grid-template-columns:repeat(2,1fr)}.direct-page-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.direct-page-heading{align-items:stretch;flex-direction:column}.direct-page-main-tabs,.direct-page-kpis,.direct-page-form-grid,.direct-page-filters{grid-template-columns:1fr}}.marketing-page{display:flex;flex-direction:column;gap:14px;min-width:0}.marketing-page h2{margin:0}.marketing-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.marketing-tabs button{min-height:90px;border:1px solid #d8e3db;background:#fff;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer}.marketing-tabs button span{font-size:27px}.marketing-tabs button.active{background:#145c34;color:#fff;border-color:#145c34}.marketing-card,.marketing-table-card{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:15px;display:flex;flex-direction:column;gap:12px}.marketing-form-grid,.marketing-report-filter{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.marketing-card label,.marketing-report-filter label{display:flex;flex-direction:column;gap:6px;font-weight:700}.marketing-card input,.marketing-card select,.marketing-card textarea,.marketing-report-filter input{border:1px solid #cbd8cf;border-radius:8px;padding:9px;box-sizing:border-box;width:100%}.marketing-account-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px}.marketing-primary,.marketing-secondary{border:1px solid #ccd8d0;border-radius:8px;padding:9px 12px;font-weight:800;cursor:pointer}.marketing-primary{background:#145c34;color:#fff;border-color:#145c34}.marketing-secondary{background:#fff}.marketing-table-wrap{overflow:auto;border:1px solid #dfe7e1;border-radius:9px}.marketing-table,.marketing-cost-table,.marketing-report-table{border-collapse:collapse;width:100%;min-width:800px}.marketing-cost-table{min-width:1900px}.marketing-report-table{width:max-content;min-width:1500px}.marketing-table th,.marketing-table td,.marketing-cost-table th,.marketing-cost-table td,.marketing-report-table th,.marketing-report-table td{padding:9px;border:1px solid #dfe7e1;white-space:nowrap}.marketing-table th,.marketing-cost-table th,.marketing-report-table th{background:#eaf4ed;color:#214a31}.marketing-cost-table input,.marketing-cost-table select{min-width:130px;padding:7px}.marketing-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px}.marketing-kpis>div{background:#fff;border:1px solid #dfe7e1;border-radius:13px;padding:18px}.marketing-kpis b{font-size:25px;color:#145c34}.marketing-kpis .danger{background:#ffd6d6}.ad-account-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:14px}.ad-account-table{min-width:1250px}.ad-account-table select{min-width:190px;padding:7px}.ad-account-management{display:flex;flex-direction:column;gap:12px}@media(max-width:900px){.marketing-tabs,.marketing-form-grid,.marketing-report-filter,.marketing-kpis,.ad-account-layout{grid-template-columns:1fr}}.marketing-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.marketing-title-row h2{margin:0}.marketing-cost-filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto auto;gap:9px;align-items:end;padding:12px;border:1px solid #dfe7e1;border-radius:10px;background:#fbfdfb}.marketing-cost-filters label{display:flex;flex-direction:column;gap:6px;font-weight:700}.marketing-cost-filters input,.marketing-cost-filters select{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:9px;background:#fff}.marketing-empty{padding:36px;text-align:center;color:#68766d;border:1px dashed #cbd8cf;border-radius:10px}.marketing-primary.compact{padding:7px 10px;white-space:nowrap}.marketing-management-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px}.marketing-management-tabs button{min-height:52px;border:1px solid #ccd8d0;border-radius:10px;background:#fff;font-weight:800;cursor:pointer}.marketing-management-tabs button.active{background:#145c34;border-color:#145c34;color:#fff}@media(max-width:1100px){.marketing-cost-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.marketing-title-row{align-items:stretch;flex-direction:column}.marketing-cost-filters,.marketing-management-tabs{grid-template-columns:1fr}}.project-gas-page{display:flex;flex-direction:column;gap:15px;min-width:0}.project-gas-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-gas-heading h2{margin:0 0 5px}.project-gas-heading p{margin:0;color:#69766e}.project-gas-heading>button,.project-gas-filters>button,.project-gas-bulk button,.project-gas-row-save,.project-gas-load-more{border:1px solid #cbd8cf;border-radius:8px;background:#fff;padding:9px 12px;font-weight:800;cursor:pointer}.project-gas-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-gas-menu button{min-height:125px;border:1px solid #dce5df;border-radius:13px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;cursor:pointer;box-shadow:0 5px 18px #123f270a}.project-gas-menu button span{font-size:34px}.project-gas-menu button b{font-size:16px}.project-gas-menu button.active{background:#145c34;color:#fff;border-color:#145c34}.project-gas-panel,.project-gas-welcome{background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:16px;box-shadow:0 7px 20px #123f270d}.project-gas-section-head h3{margin:0 0 13px}.project-gas-filters{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));gap:9px;align-items:end;padding:12px;border:1px solid #dfe7e1;border-radius:11px;background:#fbfdfb;margin-bottom:12px}.project-gas-filters label{display:flex;flex-direction:column;gap:6px;font-weight:700}.project-gas-filters label.wide{grid-column:span 2}.project-gas-filters input,.project-gas-filters select{width:100%;min-width:0;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:9px;background:#fff}.project-gas-filters>button{background:#145c34;color:#fff;border-color:#145c34}.project-gas-filters>button.secondary{background:#fff;color:#1f3d2b;border-color:#cbd8cf}.project-gas-person-filter,.project-gas-bulk{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:12px 0}.project-gas-person-filter button{border:1px solid #cbd8cf;background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer}.project-gas-person-filter button.active{background:#145c34;color:#fff;border-color:#145c34}.project-gas-bulk{padding:10px;background:#f5faf6;border:1px solid #dce7df;border-radius:9px}.project-gas-bulk button:first-of-type{background:#145c34;color:#fff;border-color:#145c34}.project-gas-table-wrap{width:100%;max-height:650px;overflow:auto;border:1px solid #dfe7e1;border-radius:10px}.project-gas-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:13px;white-space:nowrap}.project-gas-table th{position:sticky;top:0;z-index:2;background:#eaf4ed;color:#214a31;padding:9px;border-right:1px solid #d5e2d8;border-bottom:1px solid #d5e2d8}.project-gas-table td{padding:9px;border-right:1px solid #e5ebe7;border-bottom:1px solid #e5ebe7;background:#fff;vertical-align:top}.project-gas-table tbody tr:hover td{background:#f8fbf9}.project-gas-table a{color:#145c34;font-weight:800}.project-gas-assign{display:flex;gap:7px;align-items:center}.project-gas-assign select{min-width:170px;border:1px solid #cbd8cf;border-radius:7px;padding:7px}.project-gas-assign button,.project-gas-row-save{background:#145c34;color:#fff;border-color:#145c34;padding:7px 10px}.project-gas-empty{text-align:center;padding:48px;color:#69766e;border:1px dashed #cbd8cf;border-radius:10px}.project-gas-empty>div{font-size:36px}.project-gas-load-more{margin-top:12px;background:#145c34;color:#fff;border-color:#145c34}.project-gas-reports{display:flex;flex-direction:column;gap:12px}@media(max-width:1050px){.project-gas-menu,.project-gas-filters{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.project-gas-heading{align-items:stretch;flex-direction:column}.project-gas-menu,.project-gas-filters{grid-template-columns:1fr}.project-gas-filters label.wide{grid-column:span 1}}.project-gas-message-cell{width:260px;min-width:220px;max-width:280px;white-space:normal!important}.project-gas-message{width:100%;box-sizing:border-box;padding:9px 11px;border:1px solid #d7e5db;border-left:4px solid #2f7a4d;border-radius:9px;background:#f6faf7;color:#31483a;line-height:1.45;white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-height:96px;overflow:auto}.project-gas-message:hover{background:#eef7f1;border-color:#bdd4c4}.project-gas-assign{min-width:180px}.project-gas-assign select{width:100%;min-width:170px;max-width:210px}.sales-companion-table-wrap{max-height:620px;overflow:auto;scrollbar-gutter:stable}.sales-companion-table-wrap .sales-table th{position:sticky;top:0;z-index:45}.sales-create-order{white-space:nowrap}.sales-care-table-wrap{max-height:620px;overflow:auto;scrollbar-gutter:stable}.sales-care-table-wrap .sales-table th{position:sticky;top:0;z-index:20}.sales-care-note-cell{min-width:210px;max-width:260px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;vertical-align:top}.sales-care-note-cell{width:240px;min-width:220px;max-width:260px;padding:8px!important;vertical-align:top}.sales-care-note-scroll{width:100%;height:110px;max-height:110px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;padding-right:6px;scrollbar-gutter:stable}.sales-care-note-scroll::-webkit-scrollbar{width:7px}.sales-care-note-scroll::-webkit-scrollbar-thumb{background:#789a87;border-radius:999px}.sales-care-note-scroll::-webkit-scrollbar-track{background:#edf3ef;border-radius:999px}.sales-orders-table-wrap{max-height:620px;overflow:auto;scrollbar-gutter:stable}.sales-orders-table{min-width:1850px}.sales-delivery-note-cell{width:240px;min-width:220px;max-width:280px;white-space:normal!important;overflow-wrap:anywhere;line-height:1.4}.sales-retry-actions{display:flex;align-items:center;gap:7px;white-space:nowrap}.sales-retry-actions .mini-button.active{background:#0e4726;box-shadow:0 0 0 2px #144c2929}.sales-save-retry:disabled{opacity:.45;cursor:not-allowed}.success-box{margin:10px 0;padding:11px 13px;border:1px solid #b9dcc5;border-radius:9px;background:#eaf7ee;color:#176234;font-weight:700}.sales-cold-table-wrap{max-height:620px;overflow:auto;scrollbar-gutter:stable}.sales-cold-table-wrap .sales-table th{position:sticky;top:0;z-index:45}.sales-cold-table-wrap .sales-table td{vertical-align:top}.sales-cold-table-wrap .wrap-cell{min-width:240px;max-width:320px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;line-height:1.4}.sales-hot-table-wrap,.sales-repeat-table-wrap{max-height:620px;overflow:auto;scrollbar-gutter:stable}.sales-hot-table-wrap .sales-table th,.sales-repeat-table-wrap .sales-table th{position:sticky;top:0;z-index:45}.sales-hot-table-wrap .sales-table td,.sales-repeat-table-wrap .sales-table td{vertical-align:top}.sales-hot-table-wrap .wrap-cell{min-width:240px;max-width:320px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;line-height:1.4}.sales-repeat-table-wrap .sales-table{min-width:1280px}.sales-repeat-table-wrap .sales-table th:nth-child(2),.sales-repeat-table-wrap .sales-table td:nth-child(2){min-width:180px;max-width:220px;white-space:normal;overflow-wrap:anywhere}.sales-repeat-table-wrap .sales-table th:nth-child(5),.sales-repeat-table-wrap .sales-table td:nth-child(5){min-width:170px;max-width:220px;white-space:normal;overflow-wrap:anywhere}.sales-badge.danger{background:#fde8e8;color:#a61b1b;border-color:#f4bcbc}.sales-care-status-filter select{min-width:190px;height:40px;border:1px solid #cbd8cf;border-radius:9px;padding:0 11px;background:#fff;font-weight:700;color:#294332}.sales-care-table-wrap .sales-table{min-width:3100px}.sales-care-table-wrap .sales-table th,.sales-care-table-wrap .sales-table td{vertical-align:top}.usage-reference{display:inline-flex;min-width:58px;justify-content:center;padding:5px 8px;border-radius:999px;font-variant-numeric:tabular-nums}.usage-reference.active{background:#e7f6ec;color:#17683b}.usage-reference.paused{background:#fff4d6;color:#8a5b00}.usage-reference.stopped{background:#fde8e8;color:#a61b1b}.sales-auto-cold-label{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#eef3f0;color:#496356;font-size:12px;font-weight:800;white-space:nowrap}.sales-open-care-note{white-space:nowrap}.sales-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:#09231694;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sales-care-note-modal{width:min(1120px,96vw);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #d4e0d8;border-radius:18px;box-shadow:0 24px 70px #0000003d}.sales-care-note-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 16px;border-bottom:1px solid #dfe8e2}.sales-care-note-modal-header h3{margin:0 0 4px;color:#123d25;font-size:21px}.sales-care-note-modal-header p{margin:0;color:#65776b}.sales-care-note-modal-header>button{width:36px;height:36px;border:0;border-radius:10px;background:#edf3ef;color:#264b35;font-size:23px;cursor:pointer}.sales-care-note-modal-grid{overflow:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px 22px}.sales-care-note-modal-grid label{display:flex;flex-direction:column;gap:7px}.sales-care-note-modal-grid label span{font-weight:800;color:#244b34}.sales-care-note-modal-grid textarea{min-height:112px;resize:vertical;border:1px solid #cbd9d0;border-radius:11px;padding:10px 11px;font:inherit;line-height:1.45;outline:none}.sales-care-note-modal-grid textarea:focus{border-color:#1c6b3b;box-shadow:0 0 0 3px #1c6b3b1f}.sales-care-note-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px 18px;border-top:1px solid #dfe8e2}.sales-care-note-modal-actions button{min-width:120px;height:40px;border-radius:9px;padding:0 16px;font-weight:800;cursor:pointer}.sales-care-note-modal-actions .secondary{border:1px solid #cbd9d0;background:#fff;color:#2f4939}.sales-care-note-modal-actions .primary{border:1px solid #115f32;background:#116331;color:#fff}@media(max-width:900px){.sales-care-note-modal-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.sales-modal-backdrop{padding:10px}.sales-care-note-modal-grid{grid-template-columns:1fr}}.sales-care-dosage{display:flex;align-items:end;gap:18px;padding:16px 22px;border-bottom:1px solid #dfe8e2;background:#f5faf7}.sales-care-dosage label{display:flex;flex-direction:column;gap:7px;min-width:230px}.sales-care-dosage label span{font-weight:800;color:#244b34}.sales-care-dosage input{height:42px;border:1px solid #cbd9d0;border-radius:10px;padding:0 12px;font:inherit;font-weight:800}.sales-care-dosage p{margin:0 0 7px;color:#607469;line-height:1.45}.sales-open-history{margin-left:6px;white-space:nowrap}.sales-usage-history-modal{width:min(940px,96vw);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #d4e0d8;border-radius:18px;box-shadow:0 24px 70px #0000003d}.sales-usage-history-body{overflow:auto;padding:20px 24px 26px}.sales-usage-timeline{position:relative;display:flex;flex-direction:column;gap:18px;padding-left:24px}.sales-usage-timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:#c9d9cf}.sales-usage-timeline article{position:relative}.sales-usage-timeline-dot{position:absolute;left:-23px;top:15px;width:14px;height:14px;border-radius:50%;border:3px solid #fff;background:#17683b;box-shadow:0 0 0 2px #b8d2c2}.sales-usage-history-card{border:1px solid #d8e4dc;border-radius:14px;padding:15px 17px;background:#fbfdfc}.sales-usage-history-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:13px}.sales-usage-history-title span{padding:5px 9px;border-radius:999px;background:#e7f3eb;color:#185c36;font-weight:800}.sales-usage-history-grid{display:grid;grid-template-columns:150px minmax(120px,1fr) 150px minmax(120px,1fr);gap:8px 13px}.sales-usage-history-grid span{color:#6a7c71}.sales-usage-history-grid b{color:#203d2b}.sales-usage-history-card p{margin:13px 0 0;padding-top:12px;border-top:1px dashed #d6e1da;color:#53675b}.sales-empty-history{padding:50px 20px;text-align:center;color:#718278}@media(max-width:760px){.sales-care-dosage{align-items:stretch;flex-direction:column}.sales-usage-history-grid{grid-template-columns:130px 1fr}.sales-usage-history-title{align-items:flex-start;flex-direction:column}}.sales-care-actions-cell{min-width:190px;width:190px;white-space:nowrap}.sales-care-actions{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap;white-space:nowrap}.sales-care-actions .mini-button{margin:0;min-width:82px;height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;line-height:1}.sales-care-table-wrap .sales-table th:nth-child(9),.sales-care-table-wrap .sales-table td:nth-child(9){min-width:105px;text-align:center}.sales-reminder-priority-filters{display:flex;align-items:center;gap:9px;overflow-x:auto;padding:12px 2px 13px;font-family:Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.sales-reminder-priority-filters button{flex:0 0 auto;min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cddbd2;border-radius:999px;background:#fff;color:#294735;font-family:Segoe UI,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:0;white-space:nowrap;cursor:pointer}.sales-reminder-priority-filters button span{min-width:24px;height:24px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#edf4ef;color:#245336;font-size:13px;font-weight:700;line-height:1}.sales-reminder-priority-filters button.active{border-color:#123f26;background:#126334;color:#fff;box-shadow:0 3px 9px #12633429}.sales-reminder-priority-filters button.active span{background:#fff3;color:#fff}.sales-reminder-priority{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:50%;font-weight:900}.priority-1{background:#ffe3e3;color:#b11515}.priority-2{background:#ffead6;color:#a54b00}.priority-3{background:#fff2bf;color:#7a5900}.priority-4{background:#f5edcf;color:#6c590d}.priority-5{background:#e3eefc;color:#215a98}.priority-6{background:#eee5fb;color:#61309a}.priority-7{background:#e8f3ec;color:#346046}.sales-call-action-cell{min-width:270px}.sales-call-action{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.sales-call-action select{min-width:175px;height:36px;border:1px solid #cbd8cf;border-radius:8px;padding:0 8px;background:#fff}.sales-call-action .mini-button{min-width:78px;height:36px;margin:0;white-space:nowrap}.sales-call-action-cell{min-width:380px}.sales-care-create-order{background:#0f6134;color:#fff;border-color:#0f6134}.sales-order-modal-backdrop{align-items:flex-start;padding:26px;overflow-y:auto}.sales-order-modal{width:min(1480px,96vw);max-height:calc(100vh - 52px);overflow-y:auto;background:#f5f8f6;border-radius:18px;box-shadow:0 24px 70px #00000047}.new-order-page.embedded{max-width:none;padding:22px}.new-order-page.embedded .new-order-heading{position:sticky;top:-22px;z-index:10;padding:18px 4px 14px;background:#f5f8f6;border-bottom:1px solid #d9e4dc}.new-order-heading-actions{display:flex;align-items:flex-start;gap:10px}.new-order-close{width:40px;height:40px;border:0;border-radius:10px;background:#e7eee9;color:#22382b;font-size:26px;line-height:1;cursor:pointer}.new-order-submit-actions{display:flex;align-items:center;gap:10px}.new-order-cancel-button{min-width:100px;height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.65);border-radius:9px;background:transparent;color:#fff;font-weight:800;cursor:pointer}@media(max-width:900px){.sales-order-modal-backdrop{padding:10px}.sales-order-modal{width:100%;max-height:calc(100vh - 20px)}.new-order-page.embedded{padding:14px}.sales-call-action-cell{min-width:340px}}.repurchase-sale-filter-card{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(180px,.8fr) minmax(180px,.8fr) auto;align-items:end;gap:12px;padding:16px;margin-bottom:14px;border:1px solid #d7e2da;border-radius:12px;background:#f8fbf9}.repurchase-sale-filter-card label{display:flex;flex-direction:column;gap:7px;font-weight:700;color:#244331}.repurchase-sale-filter-card select,.repurchase-sale-filter-card input{height:42px;padding:0 12px;border:1px solid #c8d6cd;border-radius:8px;background:#fff;font:inherit}.repurchase-sale-filter-card button{height:42px;padding:0 18px;border:0;border-radius:8px;background:#126334;color:#fff;font-weight:800;cursor:pointer}.repurchase-sale-filter-card button:disabled{opacity:.65;cursor:wait}.repurchase-sale-card{margin-top:14px}.repurchase-sale-table{min-width:760px}.repurchase-sale-table th{background:#99c484;color:#102d1b;text-align:center}.repurchase-sale-table td{text-align:center}.repurchase-sale-table td:first-child{text-align:left;min-width:280px}.repurchase-sale-table td:first-child small{display:block;margin-top:3px;color:#6a786f;font-weight:500}.repurchase-sale-notes{margin-top:14px;padding:14px 16px;border:1px solid #d6e1d9;border-radius:10px;background:#fff;color:#334b3d}.repurchase-sale-notes p{margin:5px 0}@media(max-width:900px){.repurchase-sale-filter-card{grid-template-columns:1fr 1fr}.repurchase-sale-filter-card label:first-child,.repurchase-sale-filter-card button{grid-column:1 / -1}}@media(max-width:620px){.repurchase-sale-filter-card{grid-template-columns:1fr}.repurchase-sale-filter-card label:first-child,.repurchase-sale-filter-card button{grid-column:auto}}.sales-care-column-controls{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:0 2px 4px;margin-top:2px;font-family:Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.sales-care-column-controls button{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #c8d8ce;border-radius:9px;background:#fff;color:#244532;font-family:Segoe UI,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.sales-care-column-controls button:hover{border-color:#17663a;background:#f0f7f2}.sales-care-column-controls button.active{border-color:#125c32;background:#126334;color:#fff;box-shadow:0 3px 9px #12633424}@media(max-width:700px){.sales-care-column-controls{align-items:stretch}.sales-care-column-controls button{width:100%}}.repurchase-care-report{margin-top:28px;padding-top:22px;border-top:2px solid #d6e3d9}.repurchase-care-filter{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;margin-top:14px}.repurchase-care-report .repurchase-sale-table{min-width:920px}@media(max-width:900px){.repurchase-care-filter{grid-template-columns:1fr 1fr}.repurchase-care-filter button{grid-column:1 / -1}}@media(max-width:620px){.repurchase-care-filter{grid-template-columns:1fr}.repurchase-care-filter button{grid-column:auto}}.repurchase-box-report{margin-top:28px;padding-top:22px;border-top:2px solid #d6e3d9}.repurchase-box-filter{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;margin-top:14px}.repurchase-box-card{margin-top:14px}.repurchase-box-table{min-width:1180px}.repurchase-box-table thead tr:first-child th{background:#99c484;color:#102d1b}.repurchase-box-table thead tr:nth-child(2) th{background:#d8ead0}.repurchase-box-table td:first-child{min-width:210px;text-align:left}.repurchase-box-table td:first-child small{display:block;margin-top:3px;color:#6a786f;font-weight:500}@media(max-width:900px){.repurchase-box-filter{grid-template-columns:1fr 1fr}.repurchase-box-filter button{grid-column:1 / -1}}@media(max-width:620px){.repurchase-box-filter{grid-template-columns:1fr}.repurchase-box-filter button{grid-column:auto}}.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table{width:max-content;min-width:650px;table-layout:fixed}.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table th:nth-child(1),.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table td:nth-child(1){width:170px;min-width:170px;max-width:170px;white-space:normal;overflow-wrap:anywhere}.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table th:nth-child(2),.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table td:nth-child(2){width:145px;min-width:145px;max-width:145px}.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table th:nth-child(3),.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table td:nth-child(3){width:180px;min-width:180px;max-width:180px}.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table th:nth-child(4),.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table td:nth-child(4){width:125px;min-width:125px;max-width:125px}.repurchase-care-report .repurchase-sale-table{width:max-content;min-width:790px;table-layout:fixed}.repurchase-care-report .repurchase-sale-table th:nth-child(1),.repurchase-care-report .repurchase-sale-table td:nth-child(1){width:160px;min-width:160px;max-width:160px;white-space:normal;overflow-wrap:anywhere}.repurchase-care-report .repurchase-sale-table th:nth-child(2),.repurchase-care-report .repurchase-sale-table td:nth-child(2){width:85px;min-width:85px;max-width:85px}.repurchase-care-report .repurchase-sale-table th:nth-child(3),.repurchase-care-report .repurchase-sale-table td:nth-child(3){width:205px;min-width:205px;max-width:205px;white-space:normal}.repurchase-care-report .repurchase-sale-table th:nth-child(4),.repurchase-care-report .repurchase-sale-table td:nth-child(4){width:185px;min-width:185px;max-width:185px;white-space:normal}.repurchase-care-report .repurchase-sale-table th:nth-child(5),.repurchase-care-report .repurchase-sale-table td:nth-child(5){width:125px;min-width:125px;max-width:125px}.repurchase-box-table{width:100%;min-width:1280px;table-layout:fixed}.repurchase-box-table tbody td:nth-child(1){width:155px;min-width:155px;max-width:155px;white-space:normal;overflow-wrap:anywhere}.repurchase-box-table tbody td:nth-child(2){width:75px;min-width:75px;max-width:75px}.repurchase-box-table tbody td:nth-child(3){width:125px;min-width:125px;max-width:125px}.repurchase-box-table thead tr:first-child th:nth-child(1){width:155px}.repurchase-box-table thead tr:first-child th:nth-child(2){width:75px}.repurchase-box-table thead tr:first-child th:nth-child(3){width:125px;white-space:normal}.repurchase-box-table thead tr:nth-child(2) th,.repurchase-box-table tbody td:nth-child(n+4){width:92px;min-width:92px;text-align:center}.repurchase-box-table thead tr:first-child th:nth-child(4){letter-spacing:.2px;font-size:14px;text-align:center}@media(max-width:900px){.repurchase-sale-report>.repurchase-sale-card .repurchase-sale-table,.repurchase-care-report .repurchase-sale-table{width:max-content}.repurchase-box-table{width:max-content}}table thead th,table th{font-family:Segoe UI,Noto Sans,Helvetica Neue,Arial,sans-serif!important;font-style:normal!important;font-variant:normal!important;font-kerning:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sales-hot-data-table{min-width:2200px}.sales-hot-data-table th,.sales-hot-data-table td{vertical-align:top}.sales-hot-data-table th:nth-child(1),.sales-hot-data-table td:nth-child(1),.sales-hot-data-table th:nth-child(2),.sales-hot-data-table td:nth-child(2){min-width:145px}.sales-hot-data-table th:nth-child(3),.sales-hot-data-table td:nth-child(3){min-width:135px}.sales-hot-data-table th:nth-child(4),.sales-hot-data-table td:nth-child(4){min-width:180px}.sales-hot-data-table th:nth-child(5),.sales-hot-data-table td:nth-child(5){min-width:120px}.sales-hot-data-table th:nth-child(6),.sales-hot-data-table td:nth-child(6){min-width:175px}.sales-hot-data-table th:nth-child(7),.sales-hot-data-table td:nth-child(7){min-width:115px}.sales-hot-data-table th:nth-child(8),.sales-hot-data-table td:nth-child(8){min-width:180px}.sales-hot-data-table th:nth-child(9),.sales-hot-data-table td:nth-child(9){min-width:260px;max-width:360px;white-space:normal}.sales-hot-data-table th:nth-child(10),.sales-hot-data-table td:nth-child(10){min-width:165px}.sales-hot-data-table th:nth-child(11),.sales-hot-data-table td:nth-child(11){min-width:125px}.sales-hot-data-table th:nth-child(12),.sales-hot-data-table td:nth-child(12){min-width:200px}.sales-hot-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.sales-hot-order-button{background:#0a3b1e}.sales-hot-facebook{margin-left:0;white-space:nowrap}.sales-hot-order-code{display:inline-flex;align-items:center;min-height:30px;padding:5px 8px;border-radius:7px;background:#e8f5ec;color:#145c34;font-weight:800;white-space:nowrap}.advertised-switch{display:inline-flex;align-items:center;gap:7px;min-width:72px;padding:4px 8px 4px 5px;border:1px solid #cbd8cf;border-radius:999px;background:#eef2ef;color:#68746c;font:inherit;font-weight:800;cursor:pointer}.advertised-switch span{width:22px;height:22px;border-radius:50%;background:#fff;border:1px solid #c7d1ca;box-shadow:0 1px 3px #0000001f}.advertised-switch.active{border-color:#126334;background:#126334;color:#fff}.advertised-switch.active span{border-color:#fff}.meta-foundation-note{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 14px;margin-bottom:12px;border:1px solid #cfe1d4;border-radius:12px;background:#edf7f0;color:#174f2d}.meta-subtabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.meta-subtabs button{border:1px solid #cbd8cf;background:#fff;padding:10px 14px;border-radius:10px;font-weight:800;cursor:pointer}.meta-subtabs button.active{background:#0a3b1e;color:#fff;border-color:#0a3b1e}.meta-subtabs button:disabled{opacity:.55;cursor:not-allowed}.meta-layout{display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);gap:14px;align-items:start}.meta-form{display:grid;gap:10px;position:sticky;top:10px}.meta-form label{display:grid;gap:5px;font-weight:700}.meta-form input,.meta-form select,.meta-form textarea,.meta-list-head input{width:100%;box-sizing:border-box;padding:9px 10px;border:1px solid #c9d4cc;border-radius:8px;font:inherit}.meta-form-actions,.meta-row-actions,.meta-list-head>div{display:flex;gap:8px;flex-wrap:wrap}.meta-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.meta-list-head h3{margin:0}.meta-list-head input{min-width:220px}.meta-table th,.meta-table td{white-space:nowrap}.meta-row-actions button{padding:6px 9px;border:1px solid #cbd8cf;background:#fff;border-radius:7px;cursor:pointer}@media(max-width:980px){.meta-layout{grid-template-columns:1fr}.meta-form{position:static}}.meta-connections-card{margin:14px 0}.meta-connections-card small{color:#607267}.meta-sync-warning{margin-top:5px;color:#9a5a00;font-size:12px;white-space:pre-wrap;max-width:520px}.meta-app-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.meta-app-summary{display:flex;align-items:center;gap:12px;padding:16px}.meta-app-summary>span{font-size:28px}.meta-app-summary b{display:block;font-size:24px;color:#0d5b32}.meta-app-summary small{display:block;color:#68766d;margin-top:2px}.meta-apps-layout{margin-top:12px}.meta-mini-note{font-size:12px;color:#76837a;margin-top:3px}.meta-table td{vertical-align:middle}@media(max-width:900px){.meta-app-summary-grid{grid-template-columns:1fr}.meta-apps-layout{display:block}.meta-apps-layout>.marketing-card{margin-bottom:12px}}.meta-oauth-setup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0 18px}.meta-oauth-setup-grid label{display:flex;flex-direction:column;gap:7px;font-weight:700}.meta-oauth-setup-grid select{min-height:42px;border:1px solid #cfdcd2;border-radius:9px;padding:8px 10px;background:#fff}.meta-oauth-callback{grid-column:1/-1;display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px;border:1px solid #d8e4db;border-radius:10px;background:#f7fbf8}.meta-oauth-callback code{flex:1;min-width:280px;overflow-wrap:anywhere;background:#fff;border:1px solid #dbe6dd;border-radius:7px;padding:9px 10px}.meta-oauth-callback button{border:1px solid #bdd0c2;background:#fff;border-radius:8px;padding:8px 11px;cursor:pointer}.meta-oauth-actions{grid-column:1/-1;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.meta-oauth-actions small{max-width:850px;color:#66766b}.meta-oauth-actions .meta-sync-warning{width:100%}@media(max-width:900px){.meta-oauth-setup-grid{grid-template-columns:1fr}.meta-oauth-callback,.meta-oauth-actions{grid-column:1}.meta-oauth-callback code{min-width:0;width:100%}}.meta-asset-explorer{margin-top:14px;padding:16px}.meta-explorer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:12px}.meta-explorer-head h3{margin:0 0 4px}.meta-explorer-head small{color:#66766b}.meta-explorer-tools{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.meta-explorer-tools input{min-width:270px;padding:9px 11px;border:1px solid #c9d7cd;border-radius:9px;font:inherit}.meta-explorer-tools button{padding:8px 11px;border:1px solid #c8d6cc;border-radius:9px;background:#fff;cursor:pointer;font-weight:700}.meta-tree-list{display:grid;gap:10px}.meta-tree-business{border:1px solid #d5e2d8;border-radius:12px;background:#fff;overflow:hidden}.meta-tree-business-head{width:100%;display:grid;grid-template-columns:24px 34px minmax(180px,1fr) auto auto;gap:10px;align-items:center;padding:13px 14px;border:0;background:#f8fbf9;text-align:left;cursor:pointer}.meta-tree-business-head:hover{background:#f1f8f3}.meta-tree-business-head.static{cursor:default}.meta-tree-chevron{font-size:18px;color:#43624f;text-align:center}.meta-tree-business-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#edf6ef}.meta-tree-business-main{display:grid;gap:2px}.meta-tree-business-main b{font-size:15px;color:#153f27}.meta-tree-business-main small{font-size:12px;color:#748078}.meta-tree-status{padding:5px 8px;border-radius:999px;background:#e9f8ee;color:#166332;font-size:11px;font-weight:800}.meta-tree-counts{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.meta-tree-counts span{padding:5px 8px;border:1px solid #d7e4da;border-radius:999px;background:#fff;font-size:12px;font-weight:700;white-space:nowrap}.meta-tree-children{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;background:#fff;border-top:1px solid #e0e9e2}.meta-tree-group{border:1px solid #dce7df;border-radius:10px;overflow:hidden;min-width:0}.meta-tree-group-head{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:10px;background:#f7faf8;border-bottom:1px solid #e2ebe4}.meta-tree-group-head>div{display:flex;gap:7px;align-items:center}.meta-tree-group-head span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#e8f5ec;color:#175d32;font-size:11px;font-weight:800}.meta-tree-group-head button{border:0;background:transparent;color:#176337;font-weight:800;cursor:pointer;font-size:12px}.meta-tree-assets{max-height:270px;overflow:auto;padding:6px}.meta-tree-asset{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto 10px;gap:8px;align-items:center;padding:8px;border:0;border-bottom:1px solid #edf1ee;background:#fff;text-align:left;cursor:pointer}.meta-tree-asset:last-child{border-bottom:0}.meta-tree-asset:hover{background:#f3f9f5}.meta-tree-asset-name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta-tree-asset-id{font-size:11px;color:#768279;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta-tree-dot{width:8px;height:8px;border-radius:50%;background:#a7aea9}.meta-tree-dot.active{background:#31a35b}.meta-tree-empty{padding:14px;text-align:center;color:#7c877f;font-size:12px}.meta-tree-unassigned{border-style:dashed}@media(max-width:1100px){.meta-tree-children{grid-template-columns:1fr}.meta-tree-business-head{grid-template-columns:22px 32px minmax(0,1fr)}.meta-tree-status,.meta-tree-counts{grid-column:3;justify-content:flex-start}.meta-explorer-tools{width:100%}.meta-explorer-tools input{flex:1;min-width:180px}}.meta-management-compact .meta-foundation-note{padding:10px 12px;margin-bottom:10px;gap:4px}.meta-management-compact .meta-foundation-note b{font-size:13px}.meta-management-compact .meta-foundation-note span{font-size:12px;line-height:1.35}.meta-management-compact .meta-subtabs{gap:6px;margin-bottom:10px}.meta-management-compact .meta-subtabs button{padding:8px 10px;font-size:12px}.meta-management-compact .marketing-card{border-radius:10px}.meta-management-compact .meta-list-head{gap:10px}.meta-management-compact .meta-list-head h3{font-size:16px;margin:0}.meta-management-compact .meta-list-head small{font-size:11.5px;line-height:1.3}.meta-summary-card{padding:12px 14px!important}.meta-summary-card .meta-asset-summary{gap:8px!important;margin-top:8px!important;grid-template-columns:repeat(4,minmax(145px,1fr))!important}.meta-summary-card .meta-asset-summary button{min-height:64px!important;padding:9px 11px!important;border-radius:9px!important}.meta-summary-card .meta-asset-summary button>div:first-child{font-size:12px!important}.meta-summary-card .meta-asset-summary button>div:last-child{font-size:22px!important;line-height:1!important;margin-top:3px}.meta-asset-explorer{margin-top:10px!important;padding:12px!important}.meta-explorer-head{gap:10px!important;margin-bottom:8px!important}.meta-explorer-head h3{font-size:16px;margin:0}.meta-explorer-head small{font-size:11.5px;line-height:1.3}.meta-explorer-tools{gap:6px!important}.meta-explorer-tools input,.meta-explorer-tools button{height:34px;padding:6px 9px;font-size:12px}.meta-tree-list{display:grid;gap:7px!important;max-height:430px;overflow-y:auto;overflow-x:hidden;padding-right:5px;scrollbar-gutter:stable}.meta-tree-business{border-radius:9px!important}.meta-tree-business-head{grid-template-columns:18px 28px minmax(170px,1fr) auto auto!important;gap:7px!important;padding:8px 10px!important;min-height:48px}.meta-tree-chevron{font-size:14px!important}.meta-tree-business-icon{width:27px!important;height:27px!important;border-radius:7px!important;font-size:14px}.meta-tree-business-main{gap:0!important}.meta-tree-business-main b{font-size:13px!important}.meta-tree-business-main small{font-size:10.5px!important}.meta-tree-status{padding:3px 7px!important;font-size:10px!important}.meta-tree-counts{gap:4px!important}.meta-tree-counts span{padding:3px 6px!important;font-size:10.5px!important}.meta-tree-children{gap:7px!important;padding:8px!important}.meta-tree-group{border-radius:8px!important}.meta-tree-group-head{padding:7px 8px!important}.meta-tree-group-head b{font-size:12px}.meta-tree-group-head span{min-width:19px!important;height:19px!important;font-size:10px!important}.meta-tree-group-head button{font-size:11px!important}.meta-tree-assets{max-height:190px!important;padding:4px!important;overflow:auto!important}.meta-tree-asset{padding:6px!important;gap:6px!important;grid-template-columns:minmax(0,1fr) auto 8px!important}.meta-tree-asset-name{font-size:11.5px!important}.meta-tree-asset-id{font-size:10px!important;max-width:92px!important}.meta-tree-empty{padding:9px!important;font-size:11px!important}.meta-management-compact .meta-layout{gap:10px!important;align-items:start}.meta-management-compact .meta-form{padding:12px!important}.meta-management-compact .meta-form h3{font-size:16px;margin:0 0 8px}.meta-management-compact .meta-form label{gap:4px;font-size:12px}.meta-management-compact .meta-form input,.meta-management-compact .meta-form select,.meta-management-compact .meta-form textarea{padding:7px 9px;min-height:34px;font-size:12px}.meta-management-compact .meta-form textarea{min-height:64px}.meta-bounded-list-card{padding:12px!important;min-width:0}.meta-bounded-list-card .meta-list-head{position:relative;z-index:2;margin-bottom:8px}.meta-bounded-list-card .meta-list-head>div{gap:6px!important}.meta-bounded-list-card .meta-list-head input,.meta-bounded-list-card .meta-list-head button{height:34px;padding:6px 9px;font-size:12px}.meta-asset-table-scroll{max-height:430px!important;overflow:auto!important;border:1px solid #dfe8e2;border-radius:8px}.meta-connections-scroll{max-height:300px!important;overflow:auto!important}.meta-asset-table-scroll .meta-table thead th,.meta-connections-scroll .meta-table thead th{position:sticky;top:0;z-index:3;background:#eaf4ed}.meta-asset-table-scroll .meta-table th,.meta-asset-table-scroll .meta-table td{padding:8px 9px!important;font-size:12px!important}.meta-asset-table-scroll .meta-row-actions{gap:5px!important;flex-wrap:nowrap}.meta-asset-table-scroll .meta-row-actions button{padding:5px 7px!important;font-size:11px!important;white-space:nowrap}@media(max-width:1100px){.meta-summary-card .meta-asset-summary{grid-template-columns:repeat(2,minmax(145px,1fr))!important}.meta-tree-list{max-height:390px}.meta-tree-business-head{grid-template-columns:18px 28px minmax(0,1fr)!important}.meta-tree-status,.meta-tree-counts{grid-column:3!important;justify-content:flex-start}.meta-tree-children{grid-template-columns:1fr!important}.meta-asset-table-scroll{max-height:390px!important}}.meta-management-compact .meta-tree-list{max-height:390px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:6px!important;scrollbar-gutter:stable;position:relative}.meta-management-compact .meta-tree-business{overflow:visible!important;background:#fff;position:relative}.meta-management-compact .meta-tree-business-head{position:sticky!important;top:0!important;z-index:8!important;background:#f7fbf8!important;border-bottom:1px solid #dce7df!important;box-shadow:0 2px 5px #1a492c12}.meta-management-compact .meta-tree-business-head:hover{background:#f0f7f2!important}.meta-management-compact .meta-tree-children{padding:7px!important;gap:7px!important}.meta-management-compact .meta-tree-assets{max-height:145px!important;overflow:auto!important}.meta-management-compact .meta-tree-group-head{position:sticky;top:0;z-index:2;background:#f7faf8!important}.meta-management-compact .meta-bounded-list-card{min-height:0!important}.meta-management-compact .meta-asset-table-scroll{max-height:360px!important;overflow:auto!important}.meta-management-compact .meta-asset-table-scroll .meta-table{min-width:760px!important;table-layout:auto}.meta-management-compact .meta-asset-table-scroll .meta-table th,.meta-management-compact .meta-asset-table-scroll .meta-table td{padding:6px 8px!important;font-size:12px!important;line-height:1.25!important;height:auto!important;vertical-align:middle!important}.meta-management-compact .meta-asset-table-scroll .meta-table td:nth-child(1) b{font-size:12.5px}.meta-management-compact .meta-asset-table-scroll .status-badge{padding:3px 7px!important;font-size:10.5px!important}.meta-management-compact .meta-asset-table-scroll .meta-row-actions button{padding:4px 7px!important;min-height:28px!important;font-size:11px!important}.meta-management-compact .meta-list-card .meta-list-head h3{font-size:15px!important;margin:0!important}.meta-management-compact .meta-list-card .meta-list-head{align-items:center!important;gap:8px!important}@media(max-width:1100px){.meta-management-compact .meta-tree-list{max-height:350px!important}.meta-management-compact .meta-asset-table-scroll{max-height:330px!important}}.meta-ads-explorer{margin-top:10px;padding:12px!important}.meta-ads-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:9px}.meta-ads-head h3{margin:0;font-size:16px;color:#153f27}.meta-ads-head small{display:block;margin-top:3px;font-size:11.5px;color:#65746a;line-height:1.35}.meta-ads-head button{white-space:nowrap;height:34px;padding:6px 11px;font-size:12px}.meta-ads-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:7px;margin-bottom:9px}.meta-ads-summary>div{border:1px solid #d9e5dc;border-radius:8px;background:#f8fbf9;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.meta-ads-summary span{font-size:11.5px;font-weight:700;color:#355842}.meta-ads-summary b{font-size:20px;color:#123f24}.meta-ads-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.meta-ads-tabs button{border:1px solid #cddbd1;background:#fff;border-radius:8px;padding:7px 11px;font-weight:800;font-size:12px;cursor:pointer;color:#244d34}.meta-ads-tabs button.active{background:#17683a;color:#fff;border-color:#17683a}.meta-ads-filters{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) minmax(160px,1.25fr) auto;gap:6px;margin-bottom:8px;align-items:center}.meta-ads-filters select,.meta-ads-filters input{height:34px;border:1px solid #cad8ce;border-radius:8px;background:#fff;padding:6px 8px;font:inherit;font-size:11.5px;min-width:0}.meta-ads-filters button{height:34px;padding:6px 10px;font-size:11.5px;white-space:nowrap}.meta-ads-table-scroll{max-height:390px;overflow:auto;border:1px solid #dfe8e2;border-radius:8px;scrollbar-gutter:stable}.meta-ads-table{min-width:1120px}.meta-ads-table thead th{position:sticky;top:0;z-index:4;background:#eaf4ed}.meta-ads-table th,.meta-ads-table td{padding:7px 8px!important;font-size:11.5px!important;vertical-align:middle}.meta-ads-table td:first-child{min-width:230px}.meta-ads-table td b{display:block}.meta-sub-id{display:block;margin-top:2px;font-size:9.8px;color:#7b877f;font-weight:400}.meta-ads-table .status-badge.warning{background:#fff3cd;color:#7a5c00}.meta-ads-table .status-badge.danger{background:#fde8e8;color:#8a1f1f}.meta-ads-pagination{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:7px;font-size:11px;color:#68756c}.meta-ads-pagination>div{display:flex;gap:5px}.meta-ads-pagination button{border:1px solid #cedbd1;background:#fff;border-radius:7px;padding:5px 8px;font-size:11px;cursor:pointer}.meta-ads-pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1250px){.meta-ads-filters{grid-template-columns:repeat(3,minmax(150px,1fr))}.meta-ads-summary{grid-template-columns:repeat(2,minmax(130px,1fr))}}@media(max-width:760px){.meta-ads-head{flex-direction:column}.meta-ads-filters{grid-template-columns:1fr}.meta-ads-summary{grid-template-columns:1fr 1fr}.meta-ads-table-scroll{max-height:340px}}.meta-drill-link{display:inline-block;margin-top:3px;padding:0;border:0;background:transparent;color:#17683a;font-size:10px;font-weight:800;cursor:pointer}.meta-drill-link:hover{text-decoration:underline}.meta-insights-explorer{margin-top:12px;padding:12px}.meta-insights-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:9px}.meta-insights-head h3{margin:0 0 3px;font-size:16px}.meta-insights-head small{font-size:11.5px;color:#66766b}.meta-insights-head button{height:34px;padding:6px 11px;font-size:12px;white-space:nowrap}.meta-insights-kpis{display:grid;grid-template-columns:repeat(8,minmax(105px,1fr));gap:6px;margin-bottom:8px}.meta-insights-kpis>div{padding:8px 9px;border:1px solid #d9e5dc;border-radius:8px;background:#f8fbf9;min-width:0}.meta-insights-kpis span{display:block;font-size:10.5px;color:#456052;font-weight:700;white-space:nowrap}.meta-insights-kpis b{display:block;margin-top:3px;font-size:16px;color:#123f24;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta-insights-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.meta-insights-tabs button{border:1px solid #cddbd1;background:#fff;border-radius:8px;padding:7px 11px;font-weight:800;font-size:12px;cursor:pointer;color:#244d34}.meta-insights-tabs button.active{background:#17683a;color:#fff;border-color:#17683a}.meta-insights-filters{display:grid;grid-template-columns:135px 135px repeat(4,minmax(140px,1fr)) minmax(150px,1fr) auto;gap:6px;margin-bottom:8px;align-items:end}.meta-insights-filters label{display:grid;gap:3px}.meta-insights-filters label span{font-size:10px;font-weight:700;color:#52665a}.meta-insights-filters input,.meta-insights-filters select{height:34px;border:1px solid #cad8ce;border-radius:8px;background:#fff;padding:6px 8px;font:inherit;font-size:11.5px;min-width:0}.meta-insights-filters button{height:34px;padding:6px 10px;font-size:11.5px}.meta-insights-trend{border:1px solid #dfe8e2;border-radius:8px;background:#fbfdfb;padding:8px 10px;margin-bottom:8px;overflow:hidden}.meta-insights-trend-title{font-size:11px;font-weight:800;color:#31563e;margin-bottom:5px}.meta-insights-bars{height:94px;display:flex;align-items:flex-end;gap:4px;overflow-x:auto;padding-bottom:2px}.meta-insights-bar-item{min-width:22px;height:90px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:2px}.meta-insights-bar{width:14px;max-height:76px;background:#2f8a52;border-radius:4px 4px 0 0}.meta-insights-bar-item span{font-size:8px;color:#758178;white-space:nowrap}.meta-insights-table-scroll{max-height:390px;overflow:auto;border:1px solid #dfe8e2;border-radius:8px;scrollbar-gutter:stable}.meta-insights-table{min-width:1500px}.meta-insights-table thead th{position:sticky;top:0;z-index:4;background:#eaf4ed}.meta-insights-table th,.meta-insights-table td{padding:7px 8px!important;font-size:11px!important;vertical-align:middle}.meta-insights-table td:first-child{min-width:220px}.meta-insights-table td b{display:block}@media(max-width:1400px){.meta-insights-kpis{grid-template-columns:repeat(4,minmax(120px,1fr))}.meta-insights-filters{grid-template-columns:repeat(4,minmax(135px,1fr))}}@media(max-width:800px){.meta-insights-kpis,.meta-insights-filters{grid-template-columns:1fr 1fr}.meta-insights-head{flex-direction:column}}.meta-billing-card{margin-top:10px}.meta-billing-title{align-items:center}.meta-billing-kpis{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:8px;margin:10px 0}.meta-billing-kpis>div{border:1px solid #dce6df;border-radius:10px;background:#fff;padding:9px 10px;min-width:0}.meta-billing-kpis span{display:block;font-size:11px;color:#66726a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta-billing-kpis b{display:block;margin-top:3px;font-size:16px;color:#163421}.meta-billing-kpis .warn{background:#fff8ec;border-color:#f1d09a}.meta-billing-kpis .warn b{color:#9a5700}.meta-billing-filters{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr)) auto;gap:8px;align-items:end;margin-bottom:10px}.meta-billing-filters label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#526258}.meta-billing-filters input,.meta-billing-filters select{min-height:34px;border:1px solid #d6e2da;border-radius:8px;padding:6px 8px;background:#fff}.meta-billing-search{grid-column:span 2}.meta-billing-table-wrap{max-height:430px;overflow:auto;border:1px solid #e0e8e2;border-radius:10px}.meta-billing-table thead th{position:sticky;top:0;z-index:2;background:#f3f7f4}.meta-billing-table td{font-size:12px}.meta-billing-table td small{display:block;color:#6c7a71;margin-top:2px;max-width:220px}.meta-billing-table .num{text-align:right;white-space:nowrap}.meta-billing-diff{color:#aa5a00;font-weight:700}.meta-billing-actions{flex-wrap:wrap}.meta-billing-actions button{font-size:11px;padding:5px 7px}.muted-row{opacity:.55}.meta-billing-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1120167a;z-index:3000;display:flex;align-items:center;justify-content:center;padding:16px}.meta-billing-modal{width:min(1160px,96vw);max-height:94vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 24px 80px #00000040;padding:16px}.meta-billing-modal-head{position:sticky;top:-16px;z-index:5;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e7e2;padding:12px 0 10px;margin-bottom:12px}.meta-billing-modal-head h3{margin:0}.meta-billing-modal-head small{color:#6c7a71}.meta-billing-modal-head>button{border:0;background:#f1f4f2;border-radius:8px;padding:6px 9px;cursor:pointer}.meta-billing-form-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:9px}.meta-billing-form-grid label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#526258}.meta-billing-form-grid input,.meta-billing-form-grid select,.meta-billing-form-grid textarea{border:1px solid #d6e2da;border-radius:8px;padding:7px 8px;min-height:35px;font:inherit}.meta-billing-form-grid .wide{grid-column:span 2}.meta-billing-party{margin:12px 0;border:1px solid #e0e8e2;border-radius:10px;padding:9px 11px}.meta-billing-party summary{cursor:pointer;font-weight:700;color:#294b35}.meta-billing-party[open] summary{margin-bottom:9px}.meta-billing-items-head{display:flex;justify-content:space-between;align-items:center;margin:12px 0 6px}.meta-billing-items-head small{display:block;color:#6c7a71;font-weight:400}.meta-billing-items-head button{border:1px solid #bcd1c2;background:#f5faf6;border-radius:8px;padding:6px 9px;cursor:pointer}.meta-billing-items{display:flex;flex-direction:column;gap:6px;max-height:250px;overflow:auto;padding-right:3px}.meta-billing-item{display:grid;grid-template-columns:1.15fr 1.3fr 1fr 1fr .65fr .7fr auto;gap:6px}.meta-billing-item input,.meta-billing-item select{min-width:0;border:1px solid #d6e2da;border-radius:7px;padding:6px;font-size:11px}.meta-billing-item button{border:1px solid #e2c9c9;background:#fff6f6;border-radius:7px;cursor:pointer}.meta-billing-modal-actions{position:sticky;bottom:-16px;background:#fff;border-top:1px solid #e0e7e2;margin-top:12px;padding:10px 0;display:flex;justify-content:flex-end;gap:8px}@media(max-width:1200px){.meta-billing-kpis,.meta-billing-filters{grid-template-columns:repeat(3,1fr)}.meta-billing-search{grid-column:span 1}.meta-billing-form-grid{grid-template-columns:repeat(2,1fr)}.meta-billing-item{grid-template-columns:1fr 1fr 1fr}.meta-billing-item button{min-height:34px}}@media(max-width:720px){.meta-billing-kpis,.meta-billing-filters,.meta-billing-form-grid{grid-template-columns:1fr 1fr}.meta-billing-item{grid-template-columns:1fr}.meta-billing-form-grid .wide{grid-column:span 2}}.meta-billing-title-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.meta-billing-title-actions .marketing-secondary{white-space:nowrap}.meta-billing-filters{grid-template-columns:repeat(7,minmax(125px,1fr));align-items:end}@media(max-width:1200px){.meta-billing-filters{grid-template-columns:repeat(4,minmax(140px,1fr))}}@media(max-width:760px){.meta-billing-filters{grid-template-columns:1fr 1fr}.meta-billing-title-actions{justify-content:flex-start}}.sales-channel-compact-layout{grid-template-columns:minmax(270px,310px) minmax(0,1fr)!important;gap:12px!important}.sales-channel-compact-form{padding:12px!important;gap:9px!important}.sales-channel-compact-form .section-title-row h3{font-size:17px}.sales-channel-compact-form label{gap:4px!important;font-size:13px}.sales-channel-compact-form input,.sales-channel-compact-form select,.sales-channel-compact-form textarea{padding:7px 9px!important;min-height:34px;font-size:13px}.sales-channel-compact-form .primary-button{padding:8px 10px!important;min-height:36px}.sales-channel-compact-list{padding:12px!important}.sales-channel-compact-list .catalog-list-head{margin-bottom:8px!important;gap:10px}.sales-channel-compact-list .catalog-list-head h3{font-size:17px}.sales-channel-compact-list .catalog-list-head input{max-width:360px!important;padding:7px 10px!important;min-height:34px}.sales-channel-table-scroll .catalog-top-scroll{height:12px;margin-bottom:5px}.sales-channel-table-scroll .catalog-main-scroll{max-height:430px;overflow:auto!important;border-radius:8px}.sales-channel-table{min-width:760px!important;width:100%!important;table-layout:fixed}.sales-channel-table th,.sales-channel-table td{padding:7px 9px!important;font-size:13px;line-height:1.25}.sales-channel-table th{position:sticky;top:0;z-index:3;background:#eaf4ed}.sales-channel-table th:nth-child(1),.sales-channel-table td:nth-child(1){width:92px;min-width:92px!important}.sales-channel-table th:nth-child(2),.sales-channel-table td:nth-child(2){width:auto;min-width:280px!important}.sales-channel-table th:nth-child(3),.sales-channel-table td:nth-child(3){width:105px;min-width:105px!important}.sales-channel-table th:nth-child(4),.sales-channel-table td:nth-child(4){width:110px;min-width:110px!important}.sales-channel-table th:nth-child(5),.sales-channel-table td:nth-child(5){width:150px;min-width:150px!important;position:sticky;right:0;z-index:2;background:#fff;box-shadow:-8px 0 14px #123f270a}.sales-channel-table th:nth-child(5){z-index:4;background:#eaf4ed}.sales-channel-table tbody tr:hover td:nth-child(5){background:#f8fbf9}.sales-channel-actions{gap:5px!important;justify-content:flex-start}.sales-channel-actions button{padding:5px 8px!important;border-radius:6px!important;font-size:12px;font-weight:700}.channel-type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:58px;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:800;background:#eef3ef;color:#4e5f53}.channel-page{background:#e8f4ec;color:#17643a}.channel-web{background:#e9f2ff;color:#245d9c}.channel-hotline{background:#fff4de;color:#9a5b00}.sales-channel-table .status-badge{padding:4px 7px;font-size:11px}@media(max-width:1100px){.sales-channel-compact-layout{grid-template-columns:1fr!important}.sales-channel-compact-form{position:static!important}}.project-care-transfer-bar{display:grid;grid-template-columns:auto minmax(260px,420px) auto auto;align-items:center;gap:10px;margin:12px 0;padding:11px 12px;border:1px solid #dce7df;border-radius:10px;background:#f7fbf8}.project-care-selected-count{white-space:nowrap;color:#244832}.project-care-transfer-bar select{width:100%;min-width:0;border:1px solid #cbd8cf;border-radius:8px;padding:9px 11px;background:#fff}.project-care-transfer-bar button{border:1px solid #cbd8cf;border-radius:8px;padding:9px 14px;font-weight:800;cursor:pointer}.project-care-transfer-button{background:#17683b;border-color:#17683b!important;color:#fff}.project-care-clear-button{background:#fff;color:#2f4637}.project-care-transfer-bar button:disabled{opacity:.48;cursor:not-allowed}.project-select-column{width:48px;min-width:48px;max-width:48px;text-align:center}@media(max-width:900px){.project-care-transfer-bar{grid-template-columns:1fr 1fr}}@media(max-width:600px){.project-care-transfer-bar{grid-template-columns:1fr}}.project-gas-table td:nth-child(2){white-space:nowrap}.project-gas-table td[data-source=CUSTOMER_STOPPED]{background:#fff8e8}.project-cold-transfer-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0;padding:12px 14px;border:1px solid #d6e2da;border-radius:10px;background:#f4faf6}.project-cold-selected-count{min-width:150px;color:#294c36}.project-cold-transfer-bar select{min-width:260px;height:40px;padding:0 11px;border:1px solid #c8d8ce;border-radius:9px;background:#fff}.project-cold-transfer-button,.project-cold-clear-button{height:40px;padding:0 15px;border-radius:9px;font-weight:800;cursor:pointer}.project-cold-transfer-button{border:1px solid #0f6331;background:#126b37;color:#fff}.project-cold-clear-button{border:1px solid #d1ddd5;background:#fff;color:#334a3a}.project-cold-transfer-button:disabled,.project-cold-clear-button:disabled{cursor:not-allowed;opacity:.55}.delivery-return-filter-card{margin-bottom:12px}.delivery-return-search-row{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(180px,.55fr) minmax(180px,.55fr) auto auto;gap:12px;align-items:end}.delivery-return-search-row label{display:grid;gap:7px;font-weight:700;color:#31473a}.delivery-return-search-row label span{font-size:13px}.delivery-return-search-row input{height:42px;border:1px solid #cfdcd3;border-radius:9px;padding:0 12px;background:#fff}.delivery-return-search-row button{height:42px;padding:0 16px;border:1px solid #cbd8cf;border-radius:9px;background:#fff;cursor:pointer;font-weight:700}.delivery-return-search-row button.green{background:#17683b;color:#fff;border-color:#17683b}.delivery-return-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.delivery-return-chip-row button{border:1px solid #cfdbd2;background:#fff;border-radius:999px;padding:8px 13px;cursor:pointer;font-weight:700;color:#273a2f}.delivery-return-chip-row button.active{background:#17683b;border-color:#17683b;color:#fff}.delivery-return-chip-row.staff{margin-bottom:14px}.delivery-return-table-wrap{max-height:620px;overflow:auto!important;scrollbar-gutter:stable}.delivery-return-table{min-width:2200px!important;font-size:13px}.delivery-return-table th{white-space:nowrap}.delivery-return-table td{vertical-align:top}.delivery-return-table .wrap-cell{min-width:250px;max-width:300px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word}.delivery-return-check-select{min-width:180px;height:38px;border:1px solid #c9d7ce;border-radius:8px;padding:0 9px;background:#fff}.delivery-return-detail-modal{width:min(900px,96vw)}.delivery-return-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.delivery-return-detail-grid>div{background:#f7faf8;border:1px solid #e4ece6;border-radius:10px;padding:12px;display:grid;gap:5px}.delivery-return-detail-grid .wide{grid-column:1/-1}.delivery-return-detail-grid small{color:#6d7c72}@media(max-width:1100px){.delivery-return-search-row{grid-template-columns:1fr 1fr}.delivery-return-search-row label:first-child{grid-column:1/-1}.delivery-return-detail-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.delivery-return-search-row,.delivery-return-detail-grid{grid-template-columns:1fr}.delivery-return-detail-grid .wide{grid-column:auto}}.delivery-pending-selected{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:#e8f3ec;color:#155f37;font-weight:800;white-space:nowrap}.delivery-pending-table-wrap{max-height:620px;overflow:auto}.delivery-pending-table{min-width:850px}.delivery-pending-table th:nth-child(2),.delivery-pending-table td:nth-child(2){min-width:180px}.delivery-pending-table th:nth-child(3),.delivery-pending-table td:nth-child(3){min-width:150px}.delivery-pending-table th:nth-child(4),.delivery-pending-table td:nth-child(4){min-width:200px;max-width:220px;white-space:normal}.delivery-pending-table th:nth-child(5),.delivery-pending-table td:nth-child(5){min-width:130px}.delivery-pending-table th:nth-child(6),.delivery-pending-table td:nth-child(6){min-width:140px;text-align:right}.delivery-pending-table th:nth-child(7),.delivery-pending-table td:nth-child(7){min-width:190px}.delivery-pending-status-select{min-width:150px}.delivery-pending-note{width:240px;min-width:220px;max-width:280px;min-height:58px;resize:vertical;box-sizing:border-box}.delivery-warehouse-assignment{display:flex;align-items:center;gap:8px;min-width:250px}.delivery-warehouse-assignment select{min-width:145px}.delivery-pending-table th:nth-child(5),.delivery-pending-table td:nth-child(5){min-width:230px;max-width:280px;white-space:normal}.delivery-pending-table th:nth-child(6),.delivery-pending-table td:nth-child(6){min-width:230px;max-width:280px;white-space:normal}.delivery-pending-table tbody td{vertical-align:middle}.delivery-pending-table th:nth-child(8),.delivery-pending-table td:nth-child(8){min-width:165px;width:165px}.delivery-pending-table th:nth-child(9),.delivery-pending-table td:nth-child(9){min-width:250px;width:250px}.delivery-pending-table th:nth-child(10),.delivery-pending-table td:nth-child(10){min-width:92px;width:92px;text-align:center}.delivery-pending-status-select{width:100%;min-width:0;height:36px;padding:0 34px 0 11px;border:1px solid #c9d8cf;border-radius:9px;background:#fff;color:#183b29;font:inherit;font-size:13px;font-weight:700;line-height:36px;outline:none;box-sizing:border-box;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.delivery-pending-status-select:hover:not(:disabled){border-color:#86ad96;background:#fbfdfc}.delivery-pending-status-select:focus{border-color:#17683b;box-shadow:0 0 0 3px #17683b1a}.delivery-pending-status-select:disabled{cursor:not-allowed;opacity:.7;background:#f3f6f4}.delivery-pending-note{display:block;width:100%;min-width:0;max-width:none;height:42px;min-height:42px;padding:9px 11px;border:1px solid #c9d8cf;border-radius:9px;background:#fff;color:#21372b;font:inherit;font-size:13px;line-height:20px;resize:none;overflow:auto;outline:none;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.delivery-pending-note::placeholder{color:#8a9990}.delivery-pending-note:hover:not(:disabled){border-color:#86ad96}.delivery-pending-note:focus{border-color:#17683b;box-shadow:0 0 0 3px #17683b1a}.delivery-pending-note:disabled{opacity:.7;background:#f3f6f4}.delivery-pending-table td:nth-child(10)>button.green{min-width:72px;height:36px;padding:0 12px;border:1px solid #17683b;border-radius:9px;background:#17683b;color:#fff;font-weight:800;font-size:13px;line-height:34px;white-space:nowrap;cursor:pointer;box-shadow:none;transition:background .15s ease,border-color .15s ease,transform .05s ease}.delivery-pending-table td:nth-child(10)>button.green:hover:not(:disabled){background:#11542f;border-color:#11542f}.delivery-pending-table td:nth-child(10)>button.green:active:not(:disabled){transform:translateY(1px)}.delivery-pending-table td:nth-child(10)>button.green:disabled{background:#dfe8e2;border-color:#d4dfd7;color:#829188;cursor:not-allowed}.delivery-pending-table th:nth-child(1),.delivery-pending-table td:nth-child(1){width:165px;min-width:165px;max-width:165px;white-space:nowrap}.delivery-pending-table th:nth-child(2),.delivery-pending-table td:nth-child(2){width:145px;min-width:145px;max-width:145px;white-space:nowrap}.delivery-pending-table th:nth-child(3),.delivery-pending-table td:nth-child(3){width:190px;min-width:190px;max-width:190px;white-space:normal;overflow-wrap:anywhere}.delivery-pending-table th:nth-child(4),.delivery-pending-table td:nth-child(4){width:125px;min-width:125px;max-width:125px;white-space:nowrap}.delivery-pending-table th:nth-child(5),.delivery-pending-table td:nth-child(5){width:235px;min-width:235px;max-width:235px;white-space:normal;overflow-wrap:anywhere}.delivery-pending-table th:nth-child(5),.delivery-pending-table td:nth-child(5){width:250px;min-width:250px;max-width:250px;white-space:normal;overflow-wrap:anywhere}.delivery-pending-table th:nth-child(6),.delivery-pending-table td:nth-child(6){width:115px;min-width:115px;max-width:115px;white-space:nowrap;text-align:right}.delivery-pending-table{width:1455px!important;min-width:1455px!important;table-layout:fixed}.delivery-pending-table th,.delivery-pending-table td{box-sizing:border-box}.delivery-pending-table th:nth-child(1),.delivery-pending-table td:nth-child(1){width:155px!important;min-width:155px!important;max-width:155px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-pending-table th:nth-child(2),.delivery-pending-table td:nth-child(2){width:130px!important;min-width:130px!important;max-width:130px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-pending-table th:nth-child(3),.delivery-pending-table td:nth-child(3){width:145px!important;min-width:145px!important;max-width:145px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-pending-table th:nth-child(4),.delivery-pending-table td:nth-child(4){width:110px!important;min-width:110px!important;max-width:110px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-pending-table th:nth-child(5),.delivery-pending-table td:nth-child(5){width:180px!important;min-width:180px!important;max-width:180px!important;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word}.delivery-pending-table th:nth-child(6),.delivery-pending-table td:nth-child(6){width:205px!important;min-width:205px!important;max-width:205px!important;text-align:left;white-space:nowrap;overflow:hidden}.delivery-pending-table td:nth-child(6) .delivery-v2-product{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery-pending-table th:nth-child(7),.delivery-pending-table td:nth-child(7){width:100px!important;min-width:100px!important;max-width:100px!important;white-space:nowrap;text-align:right}.delivery-pending-table th:nth-child(8),.delivery-pending-table td:nth-child(8){width:150px!important;min-width:150px!important;max-width:150px!important}.delivery-pending-table th:nth-child(9),.delivery-pending-table td:nth-child(9){width:205px!important;min-width:205px!important;max-width:205px!important;white-space:normal!important;overflow-wrap:anywhere}.delivery-pending-table th:nth-child(10),.delivery-pending-table td:nth-child(10){width:75px!important;min-width:75px!important;max-width:75px!important;text-align:center}.delivery-pending-table td{padding-top:8px!important;padding-bottom:8px!important}:root{--crm-ui-sidebar-width:260px;--crm-ui-header-bg:#eaf4ed;--crm-ui-border:#d9e4dc;--crm-ui-shadow:rgba(17,71,42,.42)}.crm-ui-framework .shell{display:block;min-height:100vh;width:100%}.crm-ui-framework .shell>aside{position:fixed;inset:0 auto 0 0;z-index:100;width:var(--crm-ui-sidebar-width);height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.crm-ui-framework .shell>main{width:calc(100% - var(--crm-ui-sidebar-width));min-width:0;margin-left:var(--crm-ui-sidebar-width)}.crm-ui-framework .shell>main>header{position:sticky;top:0;z-index:90}.crm-ui-framework .shell>main>section{min-width:0;max-width:100%;overflow-x:hidden}.crm-ui-scroll-host{position:relative;width:100%;max-width:100%;overflow-x:auto!important;overflow-y:auto;scrollbar-gutter:stable;overscroll-behavior-x:contain}.crm-ui-table{border-collapse:separate!important;border-spacing:0!important}.crm-ui-table thead th{position:sticky;top:0;z-index:42;background:var(--crm-ui-header-bg)}.crm-ui-table .crm-ui-frozen{position:sticky!important;left:var(--crm-ui-left)!important;width:var(--crm-ui-width);min-width:var(--crm-ui-width);max-width:var(--crm-ui-width);z-index:35;background:#fff;background-clip:padding-box;overflow:hidden;text-overflow:ellipsis}.crm-ui-table thead .crm-ui-frozen{z-index:58;background:var(--crm-ui-header-bg)}.crm-ui-table tbody tr:hover .crm-ui-frozen{background:#f7fbf8}.crm-ui-table .crm-ui-freeze-end{box-shadow:8px 0 12px -9px var(--crm-ui-shadow),1px 0 #144c292e}.crm-ui-table .crm-ui-address,.crm-ui-table .crm-ui-message{width:260px;min-width:220px;max-width:280px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;line-height:1.45;vertical-align:top}.crm-ui-table .crm-ui-note{width:230px;min-width:190px;max-width:260px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;line-height:1.45;vertical-align:top}.crm-ui-table .crm-ui-frozen input,.crm-ui-table .crm-ui-frozen select,.crm-ui-table .crm-ui-frozen textarea{max-width:100%;min-width:0}.crm-ui-framework *{scrollbar-width:thin;scrollbar-color:#779786 #edf3ef}.crm-ui-framework *::-webkit-scrollbar{width:9px;height:9px}.crm-ui-framework *::-webkit-scrollbar-track{background:#edf3ef;border-radius:999px}.crm-ui-framework *::-webkit-scrollbar-thumb{background:#779786;border-radius:999px;border:2px solid #edf3ef}.crm-ui-framework *::-webkit-scrollbar-thumb:hover{background:#557b65}@media(max-width:800px){:root{--crm-ui-sidebar-width:0px}.crm-ui-framework .shell>aside{display:none}.crm-ui-framework .shell>main{width:100%;margin-left:0}.crm-ui-table .crm-ui-frozen{position:static!important;width:auto;min-width:unset;max-width:none;box-shadow:none}}.crm-ui-table .crm-ui-customer{width:200px;min-width:180px;max-width:220px;white-space:normal!important;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;vertical-align:middle;text-align:left}
