*{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(3,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-y:auto;overflow-x: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:visible;flex:0 0 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}}.product-compact-layout{grid-template-columns:minmax(270px,320px) minmax(0,1fr)!important;gap:12px!important;align-items:start}.product-compact-form{padding:12px!important;gap:8px!important}.product-compact-form .section-title-row{gap:7px}.product-compact-form .section-title-row h3{font-size:17px!important;line-height:1.2}.product-compact-form label{gap:4px!important;font-size:13px!important}.product-compact-form input,.product-compact-form select,.product-compact-form textarea{min-height:34px!important;padding:7px 9px!important;font-size:13px!important}.product-compact-form .catalog-two{gap:7px!important}.product-compact-form .check-label{min-height:24px;margin:0!important;display:flex;align-items:center;gap:7px!important}.product-compact-form .check-label input{width:14px!important;height:14px!important;min-height:0!important;flex:0 0 14px}.product-compact-form .primary-button{min-height:36px!important;padding:8px 10px!important;margin-top:2px}.product-compact-list{padding:12px!important;min-width:0}.product-compact-list .catalog-list-head{margin-bottom:8px!important;gap:10px!important}.product-compact-list .catalog-list-head h3{font-size:17px!important;line-height:1.2}.product-compact-list .catalog-list-head input{max-width:320px!important;min-height:34px!important;padding:7px 10px!important;font-size:13px!important}.product-compact-table-scroll .catalog-top-scroll{height:12px;margin-bottom:5px}.product-compact-table-scroll .catalog-main-scroll{max-height:455px;overflow:auto!important;border-radius:8px}.product-compact-table{min-width:910px!important;width:100%!important;table-layout:fixed}.product-compact-table th,.product-compact-table td{padding:6px 8px!important;font-size:12.5px!important;line-height:1.2;vertical-align:middle}.product-compact-table th{position:sticky;top:0;z-index:3;background:#eaf4ed}.product-compact-table td b{font-size:12.5px}.product-compact-table th:nth-child(1),.product-compact-table td:nth-child(1){width:74px;min-width:74px!important}.product-compact-table th:nth-child(2),.product-compact-table td:nth-child(2){width:auto;min-width:220px!important}.product-compact-table th:nth-child(3),.product-compact-table td:nth-child(3){width:125px;min-width:125px!important}.product-compact-table th:nth-child(4),.product-compact-table td:nth-child(4){width:82px;min-width:82px!important;text-align:center}.product-compact-table th:nth-child(5),.product-compact-table td:nth-child(5){width:80px;min-width:80px!important;text-align:center}.product-compact-table th:nth-child(6),.product-compact-table td:nth-child(6){width:105px;min-width:105px!important;text-align:center}.product-compact-table th:nth-child(7),.product-compact-table td:nth-child(7){width:138px;min-width:138px!important;position:sticky;right:0;z-index:2;background:#fff;box-shadow:-8px 0 14px #123f270a}.product-compact-table th:nth-child(7){z-index:4;background:#eaf4ed}.product-compact-table tbody tr:hover td:nth-child(7){background:#f8fbf9}.product-compact-table .status-badge{padding:4px 7px!important;font-size:11px!important}.product-compact-table .catalog-enable-button,.product-compact-table .catalog-stop-button{min-width:48px;padding:5px 7px!important;border-radius:6px!important;font-size:11.5px!important;line-height:1.1}.product-compact-actions{gap:5px!important;justify-content:flex-start}.product-compact-actions button{padding:5px 7px!important;min-height:30px!important;border-radius:6px!important;font-size:11.5px!important;font-weight:700;white-space:nowrap}@media(max-width:1100px){.product-compact-layout{grid-template-columns:1fr!important}.product-compact-form{position:static!important}}.mobile-menu-toggle,.mobile-menu-backdrop,.mobile-sidebar-head,.mobile-header-left{display:none}@media(max-width:800px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{background:#f5f7f5}.shell{display:block!important;min-height:100vh;width:100%}.shell>main,.crm-ui-framework .shell>main{width:100%!important;min-width:0!important;margin-left:0!important}.shell>main>section,.crm-ui-framework .shell>main>section{padding:16px 14px 28px!important;overflow-x:hidden}main header,.crm-ui-framework .shell>main>header{height:58px!important;min-height:58px;position:sticky!important;top:0;z-index:220!important;padding:0 14px!important;background:#fff;border-bottom:1px solid #dfe6e1;box-shadow:0 3px 14px #0f3d240d}.mobile-header-left{display:flex;align-items:center;gap:10px;min-width:0}.mobile-header-left>strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-toggle{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #cbd8cf;border-radius:10px;background:#fff;color:#123c25;font-size:22px;line-height:1;cursor:pointer}.header-actions{gap:8px}.header-actions span{display:none!important}.header-actions button{padding:8px 10px!important;font-size:13px;white-space:nowrap}.shell>aside,.crm-ui-framework .shell>aside{display:block!important;position:fixed!important;inset:0 auto 0 0!important;width:min(86vw,320px)!important;height:100dvh!important;z-index:320!important;padding:16px 14px 22px!important;background:#103c25;color:#fff;transform:translate(-104%);transition:transform .24s ease;overflow-y:auto;overflow-x:hidden;box-shadow:18px 0 45px #041f1147;visibility:visible!important}.shell.mobile-menu-open>aside,.crm-ui-framework .shell.mobile-menu-open>aside{transform:translate(0)}.mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:310;border:0;background:#08190f75;opacity:0;pointer-events:none;transition:opacity .2s ease}.shell.mobile-menu-open>.mobile-menu-backdrop{opacity:1;pointer-events:auto}.desktop-sidebar-title{display:none}.mobile-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.mobile-sidebar-head h1{font-size:19px!important;margin:0!important}.mobile-sidebar-head button{width:38px;height:38px;border:1px solid #ffffff2b;border-radius:9px;background:#ffffff12;color:#fff;font-size:28px;line-height:1;cursor:pointer}.sidebar-user{margin-bottom:12px!important;padding:11px 12px!important}.sidebar-user b{font-size:14px}.sidebar-user span{font-size:11px!important}.app-sidebar nav{gap:3px}.app-sidebar nav button{min-height:42px;padding:10px 12px!important;font-size:14px}.card{max-width:none;width:100%;padding:15px;border-radius:12px}input,select,textarea,button{max-width:100%}input,select,textarea{font-size:16px}.overview-v2{gap:12px;width:100%;max-width:none}.overview-page-heading{gap:9px!important;flex-direction:column!important;align-items:flex-start!important}.overview-page-heading h2{font-size:29px!important;line-height:1.08;margin:0 0 4px!important}.overview-page-heading p{font-size:14px;line-height:1.45}.overview-date-badge{font-size:12px;padding:7px 11px;white-space:nowrap!important}.overview-panel{border-radius:12px;box-shadow:none}.overview-filter-panel{padding:15px 14px 16px!important}.overview-filter-panel h3{font-size:17px}.overview-filter-layout{margin-top:14px!important;grid-template-columns:1fr!important;gap:12px!important}.overview-filter-period{grid-column:auto!important}.overview-filter-group{gap:6px}.overview-filter-group label{font-size:12px}.overview-filter-group input,.overview-filter-group select{height:42px!important;border-radius:9px;padding:0 11px}.overview-preset-row{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.overview-preset-row button{width:100%;height:42px!important;padding:0 8px!important;font-size:14px;flex:none!important}.overview-date-field{display:none!important}.overview-date-field.is-custom{display:grid!important}.overview-filter-action{justify-content:stretch!important}.overview-filter-action button{width:100%;height:42px!important;min-width:0!important}.overview-summary-panel{padding:10px!important}.overview-tabs{display:grid!important;grid-template-columns:1fr;gap:7px!important;padding-bottom:10px!important}.overview-tabs button{width:100%!important;height:40px!important;text-align:left;padding:0 12px!important;font-size:13px}.overview-kpi-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.overview-kpi-card{min-height:104px!important;padding:13px!important;gap:8px!important}.overview-kpi-label{font-size:11px!important;margin-bottom:7px!important}.overview-kpi-value{font-size:20px!important;white-space:normal!important;overflow-wrap:anywhere}.overview-kpi-unit{font-size:10px!important;margin-top:8px!important}.overview-kpi-icon{width:38px!important;height:38px!important;flex-basis:38px!important;font-size:19px!important;border-radius:9px!important}.overview-bottom-grid{grid-template-columns:1fr!important;gap:18px!important;padding:15px 12px!important}.overview-chart-legend{margin:18px 0 8px!important;gap:14px!important;flex-wrap:wrap}.overview-line-chart{height:210px!important}.overview-report-table-wrap{margin-top:14px!important;min-height:0!important;max-width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.overview-report-table{min-width:620px!important}.overview-table-footer{height:auto!important;min-height:52px;grid-template-columns:1fr!important;gap:7px!important;padding:9px 10px!important}.crm-ui-scroll-host,[class*=table-wrap],[class*=table-scroll],[class*=table-container]{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.crm-ui-table{max-width:none}[class*=modal-backdrop],[class*=dialog-backdrop]{padding:10px!important}[class*=modal]{max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important}}@media(max-width:420px){.shell>main>section,.crm-ui-framework .shell>main>section{padding-left:10px!important;padding-right:10px!important}.overview-kpi-grid{grid-template-columns:1fr!important}.overview-page-heading h2{font-size:27px!important}.mobile-header-left>strong{font-size:14px}.header-actions button{font-size:12px;padding:7px 9px!important}}.ad-account-compact-layout{grid-template-columns:minmax(260px,310px) minmax(0,1fr)!important;gap:12px!important;align-items:start}.ad-account-compact-form{padding:12px!important;gap:8px!important;position:sticky;top:10px}.ad-account-compact-form h3{margin:0 0 2px!important;font-size:17px!important;line-height:1.2}.ad-account-compact-form label{gap:4px!important;font-size:13px!important;font-weight:700!important}.ad-account-compact-form input,.ad-account-compact-form select{min-height:34px!important;padding:7px 9px!important;font-size:13px!important;border-radius:7px!important}.ad-account-compact-form .primary-button{min-height:36px!important;padding:8px 10px!important;margin-top:2px}.ad-account-compact-form>button:not(.primary-button){min-height:34px!important;padding:7px 10px!important;border-radius:7px!important}.ad-account-compact-list{padding:12px!important;min-width:0}.ad-account-compact-list .catalog-list-head{margin-bottom:8px!important;gap:10px!important}.ad-account-compact-list .catalog-list-head h3{font-size:17px!important;line-height:1.2}.ad-account-compact-list .catalog-list-head input{max-width:330px!important;min-height:34px!important;padding:7px 10px!important;font-size:13px!important}.ad-account-compact-scroll{max-height:470px;overflow:auto!important;border:1px solid #e3ebe5;border-radius:8px}.ad-account-compact-table{min-width:980px!important;width:100%!important;table-layout:fixed}.ad-account-compact-table th,.ad-account-compact-table td{padding:6px 8px!important;font-size:12.5px!important;line-height:1.2;vertical-align:middle}.ad-account-compact-table th{position:sticky;top:0;z-index:3;background:#eaf4ed!important}.ad-account-compact-table td b{font-size:12.5px}.ad-account-compact-table th:nth-child(1),.ad-account-compact-table td:nth-child(1){width:130px;min-width:130px!important}.ad-account-compact-table th:nth-child(2),.ad-account-compact-table td:nth-child(2){width:150px;min-width:150px!important}.ad-account-compact-table th:nth-child(3),.ad-account-compact-table td:nth-child(3){width:150px;min-width:150px!important}.ad-account-compact-table th:nth-child(4),.ad-account-compact-table td:nth-child(4){width:100px;min-width:100px!important;text-align:center}.ad-account-compact-table th:nth-child(5),.ad-account-compact-table td:nth-child(5){width:190px;min-width:190px!important}.ad-account-compact-table th:nth-child(6),.ad-account-compact-table td:nth-child(6){width:180px;min-width:180px!important;position:sticky;right:0;z-index:2;background:#fff;box-shadow:-8px 0 14px #123f270a}.ad-account-compact-table th:nth-child(6){z-index:4;background:#eaf4ed!important}.ad-account-compact-table tbody tr:hover td:nth-child(6){background:#f8fbf9}.ad-account-compact-table select{width:100%;min-width:0!important;min-height:32px!important;padding:5px 7px!important;font-size:12px!important;border-radius:6px!important}.ad-account-status{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:4px 7px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.ad-account-status.active{background:#d9f7e4;color:#0b6a35}.ad-account-status.inactive{background:#edf0ee;color:#68736c}.ad-account-compact-actions{gap:4px!important;flex-wrap:nowrap!important}.ad-account-compact-actions button{min-height:30px!important;padding:5px 7px!important;border-radius:6px!important;font-size:11.5px!important;font-weight:700;white-space:nowrap}@media(max-width:1100px){.ad-account-compact-layout{grid-template-columns:1fr!important}.ad-account-compact-form{position:static!important}}@media(max-width:700px){.ad-account-compact-scroll{max-height:none}}.staff-management{gap:10px}.staff-management-layout{grid-template-columns:minmax(285px,330px) minmax(0,1fr);gap:12px;align-items:start}.staff-form{position:sticky;top:10px;padding:12px;gap:7px}.staff-form .section-title-row h3{font-size:17px;line-height:1.2}.staff-form label{gap:4px;font-size:12.5px}.staff-form input,.staff-form select{min-height:33px;padding:6px 8px;font-size:12.5px}.staff-form .catalog-two{gap:7px}.staff-form .primary-button{min-height:36px;padding:8px 10px}.staff-management-layout>.catalog-list{min-width:0;padding:12px;overflow:hidden}.staff-management-layout>.catalog-list .catalog-list-head{margin-bottom:8px;gap:10px}.staff-management-layout>.catalog-list .catalog-list-head h3{font-size:17px}.staff-management-layout>.catalog-list .catalog-list-head input{max-width:330px;min-height:33px;padding:6px 9px;font-size:12.5px}.staff-table-shell{width:100%;max-height:510px;overflow:auto;border:1px solid #e1e9e3;border-radius:8px;background:#fff}.staff-clean-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;table-layout:fixed}.staff-clean-table th,.staff-clean-table td{padding:7px 8px;border-bottom:1px solid #e3ebe5;font-size:12px;line-height:1.2;vertical-align:middle;text-align:left}.staff-clean-table th{position:sticky;top:0;z-index:2;background:#eaf4ed;color:#173f2a;font-weight:800}.staff-clean-table th:nth-child(1){width:13%}.staff-clean-table th:nth-child(2){width:19%}.staff-clean-table th:nth-child(3){width:16%}.staff-clean-table th:nth-child(4){width:14%}.staff-clean-table th:nth-child(5){width:12%}.staff-clean-table th:nth-child(6){width:11%}.staff-clean-table th:nth-child(7){width:15%}.staff-person,.staff-meta-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.staff-person b,.staff-meta-cell b{font-size:12px;line-height:1.15}.staff-person span,.staff-meta-cell span{color:#66746c;font-size:10.5px;line-height:1.15}.staff-email-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-login-cell{color:#506159;font-size:11px!important;white-space:nowrap}.staff-clean-table .status-badge{display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:4px 7px;border-radius:999px;font-size:10.5px;line-height:1.1;white-space:nowrap}.staff-clean-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%}.staff-clean-actions button{width:100%;min-width:0;min-height:28px;padding:4px 5px;border-radius:6px;font-size:10px;line-height:1.05;font-weight:700;white-space:nowrap}@media(max-width:1100px){.staff-management-layout{grid-template-columns:1fr}.staff-form{position:static}}@media(max-width:700px){.staff-table-shell{max-height:none}.staff-clean-table{min-width:900px}}.marketing-report-table{--marketing-report-metric-width: 200px;--marketing-report-total-width: 72px}.marketing-report-table th:nth-child(1),.marketing-report-table td:nth-child(1){width:var(--marketing-report-metric-width);min-width:var(--marketing-report-metric-width);max-width:var(--marketing-report-metric-width)}.marketing-report-table th:nth-child(2),.marketing-report-table td:nth-child(2){width:var(--marketing-report-total-width);min-width:var(--marketing-report-total-width);max-width:var(--marketing-report-total-width)}.marketing-report-table th:nth-child(1),.marketing-report-table td:nth-child(1){position:sticky;left:0;z-index:4;background:#fff}.marketing-report-table th:nth-child(2),.marketing-report-table td:nth-child(2){position:sticky;left:var(--marketing-report-metric-width);z-index:4;background:#fff;box-shadow:6px 0 10px #123f270f}.marketing-report-table thead th:nth-child(1),.marketing-report-table thead th:nth-child(2){z-index:6;background:#eaf4ed;color:#214a31}.marketing-report-table tbody tr:hover td:nth-child(1),.marketing-report-table tbody tr:hover td:nth-child(2){background:#f7faf8}.marketing-report-table td:nth-child(1){font-weight:700;white-space:nowrap}@media(max-width:700px){.marketing-report-table{--marketing-report-metric-width: 165px;--marketing-report-total-width: 64px}}.meta-cost-workspace{gap:12px!important;border-color:#cfe1d4!important;box-shadow:0 5px 18px #123f270a}.meta-cost-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.meta-cost-head h3{margin:2px 0 4px;font-size:19px}.meta-cost-head small{color:#66786c}.meta-cost-eyebrow{font-size:11px;font-weight:900;color:#17683a;text-transform:uppercase;letter-spacing:.04em}.meta-cost-filter-card{border:1px solid #dce8df;border-radius:11px;padding:10px;background:#f9fcfa;display:grid;gap:9px}.meta-cost-quick-range{display:flex;gap:6px;flex-wrap:wrap}.meta-cost-quick-range button,.meta-cost-level-tabs button{border:1px solid #cddbd1;background:#fff;color:#244d34;border-radius:8px;padding:7px 12px;font-weight:800;cursor:pointer}.meta-cost-quick-range button.active,.meta-cost-level-tabs button.active{background:#17683a;border-color:#17683a;color:#fff}.meta-cost-main-filters{display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(200px,.8fr) auto;gap:8px;align-items:end}.meta-cost-main-filters label,.meta-cost-custom-range label{display:grid;gap:4px}.meta-cost-main-filters label span,.meta-cost-custom-range label span,.meta-cost-range-label span{font-size:10.5px;font-weight:800;color:#52665a}.meta-cost-main-filters select,.meta-cost-custom-range input,.meta-cost-drill-filters select,.meta-cost-drill-filters input{height:35px;border:1px solid #cbd8cf;border-radius:8px;padding:6px 9px;background:#fff;font:inherit}.meta-cost-range-label{min-height:35px;border:1px solid #d9e5dc;background:#fff;border-radius:8px;padding:5px 9px;display:grid;align-content:center;gap:1px}.meta-cost-range-label b{font-size:12px;color:#173f2a}.meta-cost-custom-range{display:grid;grid-template-columns:170px 170px;gap:8px}.meta-cost-kpis{display:grid;grid-template-columns:repeat(9,minmax(105px,1fr));gap:7px}.meta-cost-kpis>div{min-width:0;border:1px solid #dae7dd;border-radius:10px;padding:9px 10px;background:#fff}.meta-cost-kpis span{display:block;font-size:10.5px;color:#587063;font-weight:800;white-space:nowrap}.meta-cost-kpis b{display:block;margin-top:4px;color:#0f5d31;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta-cost-trend{border:1px solid #dfe9e2;border-radius:9px;padding:8px 10px;background:#fbfdfb}.meta-cost-section-title{font-size:11px;font-weight:900;color:#31563e;margin-bottom:5px}.meta-cost-bars{min-height:86px;display:flex;align-items:flex-end;gap:5px;overflow-x:auto}.meta-cost-bar-item{min-width:24px;height:84px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:2px}.meta-cost-bar{width:15px;max-height:72px;border-radius:4px 4px 0 0;background:#2f8a52}.meta-cost-bar-item span{font-size:8px;color:#768278;white-space:nowrap}.meta-cost-level-tabs{display:flex;gap:6px;flex-wrap:wrap}.meta-cost-drill-filters{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(170px,.8fr) minmax(220px,1.2fr) auto;gap:7px}.meta-cost-table-scroll{max-height:460px;overflow:auto!important;scrollbar-gutter:stable}.meta-cost-table{min-width:1420px!important}.meta-cost-table th,.meta-cost-table td{padding:7px 8px!important;font-size:11px!important;vertical-align:middle}.meta-cost-table thead th{position:sticky;top:0;z-index:4;background:#eaf4ed!important}.meta-cost-table td:first-child{min-width:210px}.meta-cost-table td b{display:block}.meta-cost-pagination{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;color:#586a60}.meta-cost-pagination>div{display:flex;gap:5px}.meta-cost-pagination button{border:1px solid #cddbd1;background:#fff;border-radius:7px;padding:5px 9px;cursor:pointer}.meta-cost-note{padding:8px 10px;border-radius:8px;background:#eef8f1;color:#3d6049;font-size:11px}.marketing-manual-hint{display:block;margin-top:-6px;color:#7a857e}@media(max-width:1450px){.meta-cost-kpis{grid-template-columns:repeat(5,minmax(120px,1fr))}}@media(max-width:1000px){.meta-cost-main-filters{grid-template-columns:1fr 1fr}.meta-cost-main-filters button{grid-column:1/-1}.meta-cost-drill-filters{grid-template-columns:1fr 1fr}.meta-cost-kpis{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media(max-width:700px){.meta-cost-head{flex-direction:column}.meta-cost-main-filters,.meta-cost-custom-range,.meta-cost-drill-filters{grid-template-columns:1fr}.meta-cost-kpis{grid-template-columns:1fr 1fr}}.report-total-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}.report-total-tabs button{min-height:76px;white-space:normal;line-height:1.15}.report-total-tabs button b{display:block;max-width:100%;text-align:center;overflow-wrap:anywhere}@media(max-width:1200px){.report-total-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.report-total-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.marketing-report-warning{padding:10px 12px;border:1px solid #f2c46d;border-radius:9px;background:#fff8e8;color:#795515;font-size:13px;line-height:1.4}.marketing-tax-setting-box{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;padding:10px 12px;border:1px solid #d7e4da;border-radius:10px;background:#f8faf8}.marketing-tax-setting-box>div:first-child{display:flex;flex-direction:column;gap:2px}.marketing-tax-setting-box small{color:#68776e;font-size:11px}.marketing-tax-setting-actions{display:flex;align-items:center;gap:6px}.marketing-tax-setting-actions input{width:82px;height:34px;border:1px solid #c9d7cc;border-radius:7px;padding:0 8px;background:#fff}.marketing-tax-setting-actions em{font-size:11px;color:#78857d;font-style:normal}@media(max-width:700px){.marketing-tax-setting-box{flex-direction:column;align-items:flex-start}}.marketing-card:has(.marketing-report-filter){padding:14px 16px}.marketing-card:has(.marketing-report-filter) h2,.marketing-card:has(.marketing-report-filter) h3{margin-top:0}.marketing-tax-setting-box{min-height:48px;margin-bottom:8px;padding:8px 10px}.marketing-tax-setting-box b{font-size:14px}.marketing-tax-setting-box small{font-size:10.5px;line-height:1.3}.marketing-tax-setting-actions input{width:72px;height:32px}.marketing-tax-setting-actions .marketing-primary{min-height:32px;padding:6px 10px}.marketing-report-filter{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 220px;gap:8px;align-items:end}.marketing-report-filter label{gap:4px;font-size:12px}.marketing-report-filter input{height:38px;padding:7px 9px}.marketing-report-filter .marketing-primary{height:38px;padding:7px 12px}.marketing-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:10px 0}.marketing-kpis>div{min-height:82px;padding:12px 14px;border-radius:11px;display:flex;flex-direction:column;justify-content:center}.marketing-kpis h3{margin:0 0 7px;font-size:14px;line-height:1.2}.marketing-kpis b{font-size:21px;line-height:1.1}.marketing-report-warning{margin:8px 0 10px;padding:8px 10px;border-radius:8px;font-size:11.5px;line-height:1.35}.marketing-table-card{padding:11px 12px 12px;gap:8px;margin-bottom:10px;border-radius:11px}.marketing-table-card>h3{margin:0;padding:0 2px;font-size:17px;line-height:1.25}.marketing-table-wrap{position:relative;overflow:auto;border-radius:8px;max-width:100%;scrollbar-width:thin}.marketing-report-table{width:max-content;min-width:1120px;table-layout:fixed;font-size:12.5px;line-height:1.2}.marketing-report-table th,.marketing-report-table td{height:36px;padding:6px 8px;vertical-align:middle;box-sizing:border-box}.marketing-report-table th:first-child,.marketing-report-table td:first-child{position:sticky;left:0;z-index:4;width:180px;min-width:180px;max-width:180px;text-align:left;background:#f8fbf8}.marketing-report-table th:nth-child(2),.marketing-report-table td:nth-child(2){position:sticky;left:180px;z-index:4;width:112px;min-width:112px;max-width:112px;font-weight:800;text-align:right;background:#edf7ee;box-shadow:3px 0 6px #1446280f}.marketing-report-table thead th:first-child,.marketing-report-table thead th:nth-child(2){z-index:6;background:#dceedd}.marketing-report-table th:nth-child(n+3),.marketing-report-table td:nth-child(n+3){width:94px;min-width:94px;max-width:94px;text-align:right}.marketing-report-table thead th:nth-child(n+3){text-align:center}.marketing-report-table tbody tr:nth-child(2n) td:not(:first-child):not(:nth-child(2)){background:#fbfdfb}.marketing-report-table tbody tr:nth-child(1) td,.marketing-report-table tbody tr:nth-child(3) td{font-weight:700}@media(max-width:1200px){.marketing-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-report-filter{grid-template-columns:1fr 1fr 180px}.marketing-report-table{min-width:1080px}.marketing-report-table th:first-child,.marketing-report-table td:first-child{width:168px;min-width:168px;max-width:168px}.marketing-report-table th:nth-child(2),.marketing-report-table td:nth-child(2){left:168px;width:106px;min-width:106px;max-width:106px}.marketing-report-table th:nth-child(n+3),.marketing-report-table td:nth-child(n+3){width:90px;min-width:90px;max-width:90px}}@media(max-width:700px){.marketing-card:has(.marketing-report-filter){padding:10px}.marketing-tax-setting-box{gap:7px}.marketing-report-filter{grid-template-columns:1fr}.marketing-report-filter .marketing-primary{width:100%}.marketing-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.marketing-kpis>div{min-height:72px;padding:10px}.marketing-kpis h3{font-size:12px}.marketing-kpis b{font-size:17px}.marketing-table-card{padding:9px}.marketing-table-card>h3{font-size:16px}.marketing-report-table{min-width:1020px;font-size:12.5px}.marketing-report-table th,.marketing-report-table td{height:34px;padding:5px 7px}.marketing-report-table th:first-child,.marketing-report-table td:first-child{width:158px;min-width:158px;max-width:158px}.marketing-report-table th:nth-child(2),.marketing-report-table td:nth-child(2){left:158px;width:102px;min-width:102px;max-width:102px}.marketing-report-table th:nth-child(n+3),.marketing-report-table td:nth-child(n+3){width:86px;min-width:86px;max-width:86px}}.sales-reminder-priority-note{display:flex;align-items:center;gap:9px;min-height:38px;box-sizing:border-box;margin:-3px 0 11px;padding:7px 11px;border:1px solid #cfe0d5;border-left:4px solid #2f8050;border-radius:9px;background:#f3f9f5;color:#244632;font-family:Segoe UI,Arial,sans-serif;animation:salesPriorityNoteIn .16s ease-out}.sales-reminder-priority-note-icon{flex:0 0 24px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#dcefe2;color:#176239;font-size:13px;font-weight:900}.sales-reminder-priority-note-content{min-width:0;display:flex;align-items:baseline;gap:7px;line-height:1.3}.sales-reminder-priority-note-content b{flex:0 0 auto;color:#145a32;font-size:12px;white-space:nowrap}.sales-reminder-priority-note-content span{color:#435b4b;font-size:12px;font-weight:600}.sales-reminder-priority-note.priority-note-1{border-left-color:#c43b3b;background:#fff7f7}.sales-reminder-priority-note.priority-note-1 .sales-reminder-priority-note-icon{background:#ffe3e3;color:#b11515}.sales-reminder-priority-note.priority-note-2{border-left-color:#d66a17;background:#fff9f3}.sales-reminder-priority-note.priority-note-2 .sales-reminder-priority-note-icon{background:#ffead6;color:#a54b00}.sales-reminder-priority-note.priority-note-3{border-left-color:#c6a027;background:#fffdf3}.sales-reminder-priority-note.priority-note-3 .sales-reminder-priority-note-icon{background:#fff2bf;color:#7a5900}.sales-reminder-priority-note.priority-note-4{border-left-color:#aa943c;background:#fffdf5}.sales-reminder-priority-note.priority-note-4 .sales-reminder-priority-note-icon{background:#f5edcf;color:#6c590d}.sales-reminder-priority-note.priority-note-5{border-left-color:#4f82b9;background:#f6faff}.sales-reminder-priority-note.priority-note-5 .sales-reminder-priority-note-icon{background:#e3eefc;color:#215a98}.sales-reminder-priority-note.priority-note-6{border-left-color:#7950aa;background:#fbf8ff}.sales-reminder-priority-note.priority-note-6 .sales-reminder-priority-note-icon{background:#eee5fb;color:#61309a}.sales-reminder-priority-note.priority-note-7{border-left-color:#4d7a5c;background:#f7fbf8}.sales-reminder-priority-note.priority-note-7 .sales-reminder-priority-note-icon{background:#e8f3ec;color:#346046}@keyframes salesPriorityNoteIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.sales-reminder-priority-note{align-items:flex-start;padding:8px 10px}.sales-reminder-priority-note-content{display:block}.sales-reminder-priority-note-content b{display:block;margin-bottom:2px}.sales-reminder-priority-note-content span{display:block;font-size:11.5px}}.shipping-provider-compact-layout{grid-template-columns:300px minmax(0,1fr);gap:12px;align-items:start}.shipping-provider-compact-form{padding:14px 14px 13px;border-radius:12px}.shipping-provider-compact-form .section-title-row{margin-bottom:8px}.shipping-provider-compact-form .section-title-row h3{margin:0;font-size:17px}.shipping-provider-compact-form label{gap:4px;margin-bottom:7px;font-size:12px;font-weight:700}.shipping-provider-compact-form input,.shipping-provider-compact-form select{height:34px;padding:0 9px;border-radius:7px;font-size:12px}.shipping-provider-compact-form .catalog-inline-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center;margin:0 0 7px}.shipping-provider-compact-form .catalog-inline-create input{min-width:0}.shipping-provider-compact-form .catalog-inline-create .secondary-button{height:34px;min-width:0;padding:0 9px;border-radius:7px;font-size:11px;white-space:nowrap}.shipping-provider-compact-form .check-label{display:inline-flex;align-items:center;width:calc(50% - 4px);min-height:28px;margin:0 3px 7px 0;gap:6px;vertical-align:top;white-space:nowrap}.shipping-provider-compact-form .check-label input{width:15px;height:15px;margin:0}.shipping-provider-compact-form>.primary-button{width:100%;height:36px;margin-top:2px;border-radius:7px;font-size:12px}.shipping-provider-compact-list{padding:12px;border-radius:12px;min-width:0}.shipping-provider-compact-list .catalog-list-head{display:grid;grid-template-columns:auto minmax(220px,360px);align-items:center;gap:12px;margin-bottom:8px}.shipping-provider-compact-list .catalog-list-head>div{display:flex;align-items:baseline;gap:7px;min-width:0}.shipping-provider-compact-list .catalog-list-head h3{margin:0;font-size:17px;white-space:nowrap}.shipping-provider-compact-list .catalog-list-head span{font-size:10.5px;color:#718078;white-space:nowrap}.shipping-provider-compact-list .catalog-list-head input{width:100%;height:34px;padding:0 10px;border-radius:7px;font-size:12px}.shipping-provider-table-scroll .catalog-top-scroll{display:none}.shipping-provider-table-scroll .catalog-main-scroll{max-height:570px;overflow:auto;border:1px solid #d9e4dc;border-radius:8px}.shipping-provider-compact-table{min-width:760px;table-layout:fixed;font-size:12px}.shipping-provider-compact-table th,.shipping-provider-compact-table td{height:40px;box-sizing:border-box;padding:6px 8px;vertical-align:middle}.shipping-provider-compact-table thead th{position:sticky;top:0;z-index:4;background:#e9f3ec;font-size:11px;line-height:1.15}.shipping-provider-compact-table th:nth-child(1),.shipping-provider-compact-table td:nth-child(1){width:180px}.shipping-provider-compact-table th:nth-child(2),.shipping-provider-compact-table td:nth-child(2){width:225px}.shipping-provider-compact-table th:nth-child(3),.shipping-provider-compact-table td:nth-child(3){width:115px}.shipping-provider-compact-table th:nth-child(4),.shipping-provider-compact-table td:nth-child(4){width:145px}.shipping-provider-compact-table th:nth-child(5),.shipping-provider-compact-table td:nth-child(5){width:105px}.shipping-provider-compact-table th:nth-child(6),.shipping-provider-compact-table td:nth-child(6){width:130px}.shipping-provider-compact-table td:nth-child(1){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shipping-provider-compact-table td:nth-child(2) b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shipping-provider-compact-table td:nth-child(4),.shipping-provider-compact-table td:nth-child(5){white-space:nowrap}.shipping-provider-compact-table .status-badge{padding:4px 7px;font-size:10px;white-space:nowrap}.shipping-provider-compact-table .row-actions{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:nowrap}.shipping-provider-compact-table .row-actions button{min-height:27px;padding:0 7px;border-radius:6px;font-size:10px;white-space:nowrap}@media(max-width:1100px){.shipping-provider-compact-layout{grid-template-columns:270px minmax(0,1fr);gap:9px}.shipping-provider-compact-form{padding:11px}.shipping-provider-compact-list{padding:10px}}@media(max-width:820px){.shipping-provider-compact-layout{grid-template-columns:1fr}.shipping-provider-compact-form{max-width:none}.shipping-provider-compact-list .catalog-list-head{grid-template-columns:1fr;gap:7px}.shipping-provider-compact-list .catalog-list-head input{max-width:none}.shipping-provider-table-scroll .catalog-main-scroll{max-height:520px}}@media(max-width:560px){.shipping-provider-compact-form .catalog-inline-create{grid-template-columns:1fr}.shipping-provider-compact-form .catalog-inline-create .secondary-button{width:100%}.shipping-provider-compact-form .check-label{width:100%;margin-right:0}}.shipping-provider-compact-table{width:100%;min-width:0;table-layout:fixed}.shipping-provider-compact-table th,.shipping-provider-compact-table td{overflow:hidden;text-overflow:ellipsis}.shipping-provider-compact-table th:nth-child(1),.shipping-provider-compact-table td:nth-child(1){width:15%}.shipping-provider-compact-table th:nth-child(2),.shipping-provider-compact-table td:nth-child(2){width:25%}.shipping-provider-compact-table th:nth-child(3),.shipping-provider-compact-table td:nth-child(3){width:15%}.shipping-provider-compact-table th:nth-child(4),.shipping-provider-compact-table td:nth-child(4){width:18%}.shipping-provider-compact-table th:nth-child(5),.shipping-provider-compact-table td:nth-child(5){width:11%}.shipping-provider-compact-table th:nth-child(6),.shipping-provider-compact-table td:nth-child(6){width:16%}.shipping-provider-compact-table td:nth-child(1),.shipping-provider-compact-table td:nth-child(2),.shipping-provider-compact-table td:nth-child(3),.shipping-provider-compact-table td:nth-child(4){white-space:nowrap}.shipping-provider-compact-table .row-actions{gap:3px}.shipping-provider-compact-table .row-actions button{padding-left:6px;padding-right:6px;min-width:0}.shipping-provider-table-scroll .catalog-main-scroll{overflow-x:hidden}@media(max-width:900px){.shipping-provider-compact-table{min-width:720px}.shipping-provider-table-scroll .catalog-main-scroll{overflow-x:auto}}.sales-order-filters{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;justify-content:flex-end}.sales-order-filters label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:700;color:#486052}.sales-order-filters input,.sales-order-filters select{height:38px;border:1px solid #cfdcd3;border-radius:9px;padding:7px 9px;background:#fbfdfb;min-width:130px}.sales-order-filter-actions{display:flex;gap:7px}.sales-order-filter-actions button{height:38px;border:0;border-radius:9px;background:#155d33;color:#fff;padding:0 13px;font-weight:700;cursor:pointer;white-space:nowrap}.sales-order-filter-actions button.secondary{background:#fff;color:#31523e;border:1px solid #cfdcd3}@media(max-width:1100px){.sales-toolbar{align-items:stretch;flex-direction:column}.sales-order-filters{justify-content:flex-start}}.shipping-center-page{display:flex;flex-direction:column;gap:16px;min-width:0}.shipping-center-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.shipping-center-head h2{margin:0 0 4px}.shipping-center-head p{margin:0;color:#68776d}.shipping-center-safety{border:1px solid #b9d8c3;background:#eef8f1;color:#1f5c34;border-radius:12px;padding:12px 14px}.shipping-center-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.shipping-center-kpis>div{background:#fff;border:1px solid #d6e2d9;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:5px}.shipping-center-kpis small{color:#67766c}.shipping-center-kpis b{font-size:24px;color:#0f5130}.shipping-center-section{background:#fff;border:1px solid #d7e2da;border-radius:16px;padding:16px}.shipping-center-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.shipping-center-title-row h3{margin:0 0 3px}.shipping-center-title-row p{margin:0;color:#6c7a70}.shipping-provider-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.shipping-provider-card{border:1px solid #d3dfd6;background:#fff;border-radius:14px;padding:14px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:7px;color:#193c28}.shipping-provider-card:hover,.shipping-provider-card.active{border-color:#126334;box-shadow:0 0 0 1px #126334 inset;background:#f2faf5}.shipping-provider-card.all{min-width:190px}.shipping-provider-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.shipping-provider-icon{font-size:22px}.shipping-api-badge{font-size:11px;background:#f1f3f2;color:#68736c;border-radius:999px;padding:4px 7px}.shipping-api-badge.enabled{background:#dcfce7;color:#166534}.shipping-provider-card small{color:#708077}.shipping-provider-stats{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#51645a;border-top:1px solid #e7eee9;padding-top:8px;margin-top:3px}.shipping-center-filters{display:grid;grid-template-columns:150px 150px 190px minmax(260px,1fr) auto;gap:10px;align-items:end;margin-bottom:14px}.shipping-center-filters label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:700;color:#355443}.shipping-center-filters input,.shipping-center-filters select{height:40px;border:1px solid #cdd9d1;border-radius:9px;padding:0 10px;background:#fff}.shipping-center-filter-actions{display:flex;gap:8px;align-items:center}.shipping-center-table-wrap{overflow:auto;border:1px solid #d8e3da;border-radius:12px;max-height:560px}.shipping-center-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1450px}.shipping-center-table th{position:sticky;top:0;z-index:2;background:#eaf4ed;color:#204a31;text-align:left;padding:10px;border-bottom:1px solid #d4dfd7;white-space:nowrap}.shipping-center-table td{padding:9px 10px;border-bottom:1px solid #e6ede8;vertical-align:top;background:#fff}.shipping-center-table tbody tr:hover td{background:#f8fbf9}.shipping-center-empty{text-align:center!important;padding:40px!important;color:#77857c}.shipping-normalized-status{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800;background:#eef1ef;color:#56635a;white-space:nowrap}.shipping-normalized-status.returning{background:#fff2cf;color:#8a5b00}.shipping-normalized-status.returned{background:#fee2e2;color:#b91c1c}.shipping-normalized-status.delivered{background:#dcfce7;color:#166534}.shipping-normalized-status.delivery_failed{background:#ffe4e6;color:#9f1239}.shipping-center-roadmap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shipping-center-roadmap-grid>div{border:1px dashed #bfd2c4;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:5px}.shipping-center-roadmap-grid span{color:#68776d;font-size:13px}@media(max-width:1200px){.shipping-center-kpis,.shipping-provider-grid,.shipping-center-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-center-filter-actions{grid-column:1/-1}.shipping-center-roadmap-grid{grid-template-columns:1fr}}@media(max-width:700px){.shipping-center-kpis,.shipping-provider-grid,.shipping-center-filters{grid-template-columns:1fr}.shipping-center-title-row,.shipping-center-head{align-items:stretch;flex-direction:column}}.shipping-integration-panel{border:1px solid #d7e4dc}.shipping-integration-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px;margin-top:12px}.shipping-integration-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.shipping-integration-grid input,.shipping-manual-sync input{min-height:38px;border:1px solid #d6ddd8;border-radius:8px;padding:8px 10px;background:#fff}.shipping-integration-grid .shipping-toggle{flex-direction:row;align-items:center;font-weight:700}.shipping-integration-grid .shipping-toggle input{min-height:auto;width:18px;height:18px}.shipping-integration-actions,.shipping-manual-sync{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}.shipping-manual-sync{padding:12px;border:1px dashed #ccd9d0;border-radius:10px;background:#fbfdfb}.shipping-manual-sync input{min-width:260px;flex:1}@media(max-width:800px){.shipping-integration-grid{grid-template-columns:1fr}.shipping-manual-sync input{min-width:100%}}.catalog-marketing-assignment{width:100%;min-width:180px;height:34px;border:1px solid #cfdcd3;border-radius:8px;background:#fff;padding:0 9px;font:inherit;color:#173b27}.catalog-marketing-assignment:disabled{opacity:.65;cursor:wait}.catalog-not-applicable{color:#809087}.sales-channel-table th:nth-child(5),.sales-channel-table td:nth-child(5){min-width:200px}.sales-channel-table{min-width:1040px!important;table-layout:fixed!important}.sales-channel-table th,.sales-channel-table td{vertical-align:middle!important;padding:7px 8px!important}.sales-channel-table th:nth-child(1),.sales-channel-table td:nth-child(1){width:78px!important;min-width:78px!important}.sales-channel-table th:nth-child(2),.sales-channel-table td:nth-child(2){width:290px!important;min-width:290px!important}.sales-channel-table td:nth-child(2) b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.28}.sales-channel-table th:nth-child(3),.sales-channel-table td:nth-child(3){width:95px!important;min-width:95px!important;text-align:center}.sales-channel-table th:nth-child(4),.sales-channel-table td:nth-child(4){width:130px!important;min-width:130px!important}.sales-channel-table td:nth-child(4){white-space:normal!important;line-height:1.25!important}.sales-channel-table th:nth-child(5),.sales-channel-table td:nth-child(5){width:190px!important;min-width:190px!important;position:static!important;right:auto!important;z-index:auto!important;box-shadow:none!important;background:inherit!important}.sales-channel-table tbody tr:hover td:nth-child(5){background:inherit!important}.sales-channel-table th:nth-child(6),.sales-channel-table td:nth-child(6){width:105px!important;min-width:105px!important;text-align:center}.sales-channel-table th:nth-child(7),.sales-channel-table td:nth-child(7){width:135px!important;min-width:135px!important;position:sticky!important;right:0!important;z-index:3!important;background:#fff!important;box-shadow:-8px 0 14px #123f270d!important}.sales-channel-table th:nth-child(7){z-index:5!important;background:#eaf4ed!important}.sales-channel-table tbody tr:hover td:nth-child(7){background:#f8fbf9!important}.catalog-marketing-assignment{width:100%!important;min-width:0!important;height:32px!important;border-radius:7px!important;padding:0 26px 0 9px!important;font-size:12px!important;font-weight:700!important;color:#244332!important;border-color:#cedbd2!important;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.catalog-marketing-assignment:hover,.catalog-marketing-assignment:focus{border-color:#8dbba0!important;box-shadow:0 0 0 2px #145c3412!important;outline:none!important}.catalog-marketing-assignment.is-assigned{background:#eef8f1!important;color:#145c34!important;border-color:#b9dcc5!important}.catalog-marketing-assignment.is-unassigned{background:#fff!important;color:#68796f!important}.sales-channel-actions{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:4px!important}.sales-channel-actions button{min-width:56px!important;white-space:nowrap!important;padding:5px 7px!important}.sales-channel-compact-list .catalog-list-head{align-items:center!important}.sales-channel-compact-list .catalog-list-head>div{display:flex;align-items:baseline;gap:8px;min-width:0}.sales-channel-compact-list .catalog-list-head h3{margin:0!important}.sales-channel-compact-list .catalog-list-head span{color:#6d7e73;font-size:12px;white-space:nowrap}@media(max-width:1250px){.sales-channel-table{min-width:1000px!important}.sales-channel-table th:nth-child(2),.sales-channel-table td:nth-child(2){width:260px!important;min-width:260px!important}.sales-channel-table th:nth-child(5),.sales-channel-table td:nth-child(5){width:180px!important;min-width:180px!important}}.marketing-fanpage-card{gap:10px!important;padding:13px 14px!important}.marketing-fanpage-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.marketing-fanpage-head h3{margin:0!important}.marketing-fanpage-head small{display:block;margin-top:2px;color:#718077;font-size:12px}.marketing-fanpage-toolbar{display:grid;grid-template-columns:minmax(320px,1.6fr) minmax(220px,.8fr) auto;gap:10px;align-items:end;padding:10px;border:1px solid #dfe8e2;border-radius:10px;background:#f9fcfa}.marketing-fanpage-toolbar label{gap:5px!important;font-size:12px}.marketing-fanpage-toolbar label>span{color:#345343;font-weight:800}.marketing-fanpage-search>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.marketing-fanpage-toolbar input,.marketing-fanpage-toolbar select{height:36px!important;padding:7px 9px!important;border-radius:8px!important;background:#fff}.marketing-fanpage-toolbar .marketing-primary,.marketing-fanpage-toolbar .marketing-secondary{height:36px;padding:7px 14px;white-space:nowrap}.marketing-fanpage-clear{min-width:96px}.marketing-fanpage-table-wrap{max-height:500px}.marketing-fanpage-table{min-width:760px!important;table-layout:fixed}.marketing-fanpage-table th,.marketing-fanpage-table td{padding:7px 10px!important;vertical-align:middle}.marketing-fanpage-table th:nth-child(1),.marketing-fanpage-table td:nth-child(1){width:62%}.marketing-fanpage-table th:nth-child(2),.marketing-fanpage-table td:nth-child(2){width:22%}.marketing-fanpage-table th:nth-child(3),.marketing-fanpage-table td:nth-child(3){width:16%;text-align:center}.marketing-fanpage-table td:first-child b{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;line-height:1.25}.marketing-owner-name{font-weight:700;color:#174f31}.marketing-owner-empty{color:#8a9690;font-style:italic}@media(max-width:900px){.marketing-fanpage-toolbar{grid-template-columns:1fr}.marketing-fanpage-search>div{grid-template-columns:1fr auto}.marketing-fanpage-clear{width:100%}}.warehouse-three-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.warehouse-export-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;background:#fff;border:1px solid #dfe7e1;border-radius:14px;padding:14px 16px}.warehouse-export-head h3{margin:0 0 4px;font-size:21px}.warehouse-export-head small{color:#68786e}.warehouse-export-filters{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.warehouse-export-filters label{display:flex;flex-direction:column;gap:6px;font-weight:700}.warehouse-export-filters input,.warehouse-export-filters select{min-width:190px;border:1px solid #cbd8cf;border-radius:8px;padding:9px 10px;background:#fff}.warehouse-export-filters button{border:1px solid #145c34;border-radius:8px;padding:10px 14px;font-weight:800;cursor:pointer}.warehouse-export-filters .blue{background:#145c34;color:#fff}.warehouse-export-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.warehouse-export-card{background:#fff;border:1px solid #dbe5de;border-radius:14px;padding:13px;min-width:0;box-shadow:0 5px 16px #123f270d}.warehouse-export-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.warehouse-export-card-head h3{margin:0;font-size:18px;color:#174b2c}.warehouse-export-card-head small{color:#708078}.warehouse-export-tree{margin-bottom:10px;border:1px solid #d9e4dc;border-radius:9px;background:#f7faf8;padding:9px 10px}.warehouse-export-tree summary{cursor:pointer;font-weight:800;color:#315b40}.warehouse-export-settlement{padding:8px 4px 2px}.warehouse-export-settlement>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:5px}.warehouse-export-settlement span{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e8f3eb;color:#245737;font-size:12px}.warehouse-export-table-wrap{width:100%;overflow-x:auto;border:1px solid #e0e8e2;border-radius:9px}.warehouse-export-table{width:100%;min-width:780px;border-collapse:collapse;font-size:12px}.warehouse-export-table th{background:#eef5f0;color:#2c4735;padding:8px;border:1px solid #d5e0d8;white-space:nowrap}.warehouse-export-table td{padding:8px;border:1px solid #e0e7e2;vertical-align:top}.warehouse-export-actions{display:flex;gap:5px;white-space:nowrap}.warehouse-export-actions button{border:1px solid #cbd8cf;border-radius:7px;padding:6px 8px;background:#fff;font-weight:700;cursor:pointer}.warehouse-export-actions .blue{background:#145c34;color:#fff;border-color:#145c34}.warehouse-export-modal{width:min(840px,94vw);max-width:840px}.warehouse-export-detail-wrap{overflow:auto;border:1px solid #dce4de;border-radius:8px;margin-top:8px}.warehouse-export-detail-table{width:100%;border-collapse:collapse}.warehouse-export-detail-table th{background:#eef3f0;padding:9px;border:1px solid #d7e0da}.warehouse-export-detail-table td{padding:9px;border:1px solid #e0e6e2}.warehouse-export-detail-table input{width:110px;box-sizing:border-box;padding:7px;border:1px solid #cbd8cf;border-radius:6px}.warehouse-export-note{padding:9px 11px;background:#f7faf8;border-radius:8px;margin-bottom:8px}@media(max-width:1200px){.warehouse-export-grid{grid-template-columns:1fr}}@media(max-width:800px){.warehouse-three-tabs{grid-template-columns:1fr}.warehouse-export-head{align-items:stretch;flex-direction:column}.warehouse-export-filters{display:grid;grid-template-columns:1fr}.warehouse-export-filters input,.warehouse-export-filters select{width:100%;min-width:0}}.warehouse-export-list{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.warehouse-export-accordion{width:100%;min-width:0;background:#fff;border:1px solid #d7e4da;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #123f2709}.warehouse-export-accordion-head{width:100%;min-height:58px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:0;background:#f1f8f3;color:#153e26;cursor:pointer;text-align:left}.warehouse-export-accordion-head:hover{background:#e9f4ec}.warehouse-export-accordion.expanded .warehouse-export-accordion-head{background:#e7f3ea;border-bottom:1px solid #d7e4da}.warehouse-export-accordion-main{display:flex;align-items:center;gap:9px;min-width:0}.warehouse-export-arrow{width:16px;font-size:14px;font-weight:900;flex:none}.warehouse-export-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#fff;flex:none}.warehouse-export-accordion-main b{display:block;font-size:15px}.warehouse-export-accordion-main small{display:block;margin-top:2px;color:#6a7a70;font-weight:500}.warehouse-export-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.warehouse-export-badges span{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid #d6e4da;background:#fff;border-radius:999px;color:#315b40;font-size:11px;font-weight:800;white-space:nowrap}.warehouse-export-accordion-body{padding:12px;background:#fff}.warehouse-export-accordion-body .warehouse-export-tree{margin:0 0 10px}.warehouse-export-accordion-body .warehouse-export-table-wrap{width:100%}@media(max-width:700px){.warehouse-export-accordion-head{align-items:flex-start;flex-direction:column}.warehouse-export-badges{justify-content:flex-start}}.warehouse-note-modal{width:min(620px,94vw);max-width:620px}.role-permission-page{display:flex;flex-direction:column;gap:14px}.role-permission-note,.role-admin-lock{padding:11px 13px;border:1px solid #cfe0d4;background:#f0f7f2;border-radius:9px;color:#285338}.role-management-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:14px}.role-create-card,.role-list-card,.role-permission-card{padding:15px}.role-create-card{display:flex;flex-direction:column;gap:10px}.role-create-card h3,.role-list-card h3,.role-permission-card h3{margin:0}.role-create-card label{display:flex;flex-direction:column;gap:5px;font-weight:700}.role-create-card input,.role-create-card select{border:1px solid #cbd8cf;border-radius:8px;padding:9px 10px;background:#fff}.role-list-table-wrap{overflow:auto;margin-top:10px}.role-list-table{width:100%;border-collapse:collapse}.role-list-table th,.role-list-table td{padding:8px;border:1px solid #dde6df;text-align:left}.role-list-table th{background:#edf5ef}.role-list-table tr.selected{background:#f0f8f2}.role-select-link{border:0;background:transparent;padding:0;text-align:left;cursor:pointer;color:inherit}.role-select-link b,.role-select-link small{display:block}.role-select-link small{color:#718078;margin-top:2px}.role-permission-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.role-permission-head p{margin:4px 0 0;color:#68776e}.role-permission-head code{background:#eef3ef;border-radius:5px;padding:2px 5px}.role-permission-actions{display:flex;gap:7px;flex-wrap:wrap}.role-permission-actions button{border:1px solid #cbd8cf;border-radius:7px;padding:8px 10px;background:#fff;cursor:pointer;font-weight:700}.role-permission-actions .primary-button{background:#145c34;color:#fff;border-color:#145c34}.permission-matrix{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:8px}.permission-item{display:flex;align-items:center;gap:9px;padding:10px;border:1px solid #dae5dd;border-radius:9px;background:#fff;cursor:pointer}.permission-item.checked{background:#edf7f0;border-color:#9fc6aa}.permission-item input{width:18px;height:18px;accent-color:#145c34;flex:none}.permission-item span b,.permission-item span small{display:block}.permission-item span small{margin-top:2px;color:#728079}.role-edit-modal{width:min(520px,94vw);max-width:520px}@media(max-width:1150px){.permission-matrix{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media(max-width:850px){.role-management-grid{grid-template-columns:1fr}.permission-matrix{grid-template-columns:repeat(2,minmax(150px,1fr))}.role-permission-head{align-items:stretch;flex-direction:column}}.role-permission-page{gap:18px}.role-permission-note{display:flex;align-items:center;gap:12px;padding:13px 15px;background:linear-gradient(180deg,#f4faf6,#edf7f0);border:1px solid #c9dfd0;box-shadow:0 2px 8px #114e2b0a}.role-permission-note-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#dff1e4;font-size:18px;flex:none}.role-permission-note b{display:block;font-size:14px;color:#174d2d}.role-permission-note span{display:block;margin-top:2px;color:#63746a;font-size:12px}.role-management-grid{grid-template-columns:minmax(330px,390px) minmax(650px,1fr);gap:18px;align-items:start}.role-create-card,.role-list-card,.role-permission-card{border:1px solid #d9e6dd;border-radius:14px;box-shadow:0 7px 20px #154d2c0e;background:#fff}.role-create-card,.role-list-card{padding:16px}.role-card-title{display:flex;align-items:center;gap:10px}.role-card-title h3{font-size:16px}.role-card-title small{display:block;color:#718078;margin-top:2px;font-size:11px}.role-card-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#e9f5ec;color:#155e35;font-weight:900;flex:none}.role-create-card label{font-size:12px;color:#31483a}.role-create-card input,.role-create-card select{height:38px;box-sizing:border-box;border-color:#c9d9cf}.role-create-card input:focus,.role-create-card select:focus{border-color:#2a7b4a;outline:3px solid rgba(42,123,74,.08)}.role-create-card .primary-button{height:42px;border:0;border-radius:9px;background:#145c34;color:#fff;font-weight:800;box-shadow:0 4px 10px #145c3429}.role-list-title{align-items:center}.role-refresh-button{border:1px solid #cbd8cf;background:#fff;border-radius:8px;padding:7px 10px;font-weight:700;cursor:pointer}.role-list-table{font-size:12px;border-collapse:separate;border-spacing:0;border:1px solid #dce6df;border-radius:10px;overflow:hidden}.role-list-table th{background:#edf5ef;color:#2a4534;font-size:11px;text-transform:uppercase;letter-spacing:.02em}.role-list-table th,.role-list-table td{padding:10px 9px;border-right:1px solid #e0e8e2;border-bottom:1px solid #e0e8e2}.role-list-table th:last-child,.role-list-table td:last-child{border-right:0}.role-list-table tbody tr:last-child td{border-bottom:0}.role-list-table tr.selected{background:#eaf6ed;box-shadow:inset 4px 0 #17663a}.role-select-link b{font-size:13px}.role-select-link small{font-size:10px}.role-list-table code{display:inline-flex;padding:4px 7px;border-radius:999px;background:#f1f5f2;color:#42604b;font-size:10px}.role-list-table .row-actions{display:flex;gap:5px;flex-wrap:nowrap}.role-list-table .row-actions button{min-height:31px;border-radius:7px;padding:5px 8px;white-space:nowrap}.role-permission-card{padding:18px}.role-permission-current{display:flex;align-items:center;gap:10px}.role-permission-current h3{margin:0;font-size:17px}.role-permission-current p{margin:4px 0 0!important}.current-role-pill{display:inline-flex;padding:3px 8px;border-radius:999px;background:#e4f3e8;color:#135d34;font-weight:800}.role-permission-actions button{min-height:36px;padding:8px 12px}.role-permission-actions .primary-button{min-width:160px;box-shadow:0 4px 10px #145c3424}.permission-matrix{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.permission-item{min-height:58px;box-sizing:border-box;padding:10px 12px;border-radius:10px;transition:.15s ease}.permission-item:hover{border-color:#9bc2a6;transform:translateY(-1px);box-shadow:0 4px 10px #135b320d}.permission-item.checked{background:linear-gradient(180deg,#f1faf3,#eaf6ed);border-color:#9bc7a8}.permission-item span b{font-size:13px;line-height:1.2}.permission-item span small{font-size:10px}.permission-item input{width:17px;height:17px}.warehouse-provider-multi{position:relative;min-width:270px}.warehouse-provider-multi-label{display:block;margin-bottom:6px;font-weight:700}.warehouse-provider-multi-trigger{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 11px;border:1px solid #cbd8cf;border-radius:8px;background:#fff;color:#24382c;cursor:pointer;text-align:left}.warehouse-provider-multi-trigger.open,.warehouse-provider-multi-trigger:hover{border-color:#2b7447;box-shadow:0 0 0 3px #2b744712}.warehouse-provider-multi-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-provider-multi-menu{position:absolute;z-index:50;top:calc(100% + 6px);right:0;width:min(390px,90vw);background:#fff;border:1px solid #cad9cf;border-radius:11px;box-shadow:0 14px 34px #153f272e;overflow:hidden}.warehouse-provider-multi-tools{display:flex;gap:7px;padding:9px;border-bottom:1px solid #e4ebe6;background:#f7faf8}.warehouse-provider-multi-tools button{flex:1;border:1px solid #d1ddd5;background:#fff;border-radius:7px;padding:7px 8px;font-weight:700;cursor:pointer}.warehouse-provider-all-option{display:flex;align-items:center;gap:9px;padding:10px 12px;border-bottom:1px solid #e4ebe6;background:#f0f8f2;cursor:pointer}.warehouse-provider-multi-scroll{max-height:310px;overflow-y:auto;padding:6px 0}.warehouse-provider-check-group{padding:4px 8px 8px}.warehouse-provider-check-title{padding:6px 7px;color:#155d35;font-weight:900;font-size:12px;background:#edf6ef;border-radius:6px}.warehouse-provider-check-item{display:flex;align-items:center;gap:9px;padding:8px 9px;margin-top:2px;border-radius:6px;cursor:pointer}.warehouse-provider-check-item:hover{background:#f5f9f6}.warehouse-provider-check-item input,.warehouse-provider-all-option input{width:16px;height:16px;accent-color:#17663a;flex:none}.warehouse-provider-check-item span{font-size:12px}.warehouse-provider-multi-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-top:1px solid #e2eae4;background:#f8faf9}.warehouse-provider-multi-footer span{font-size:11px;color:#68786e}.warehouse-provider-multi-footer .apply{border:0;border-radius:7px;padding:7px 14px;background:#145c34;color:#fff;font-weight:800;cursor:pointer}@media(max-width:1200px){.role-management-grid{grid-template-columns:1fr}.permission-matrix{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.permission-matrix{grid-template-columns:repeat(2,minmax(0,1fr))}.warehouse-provider-multi{min-width:0;width:100%}.warehouse-provider-multi-menu{left:0;right:auto;width:min(390px,92vw)}}@media(max-width:520px){.permission-matrix{grid-template-columns:1fr}}.warehouse-provider-multi-menu.compact{width:285px;border-radius:8px;box-shadow:0 8px 22px #153f2729}.warehouse-provider-multi-tools.compact-tools{padding:6px;gap:5px}.warehouse-provider-multi-tools.compact-tools button{padding:5px 7px;font-size:11px;min-height:28px}.warehouse-provider-multi-scroll.compact-scroll{max-height:260px;padding:3px 0 5px}.warehouse-provider-check-group.compact-group{padding:2px 6px 4px}.warehouse-provider-check-title.compact-title{padding:4px 6px;font-size:11px;border-radius:4px;margin:2px 0}.warehouse-provider-check-item.compact-row{display:flex;align-items:center;gap:7px;margin:0;padding:5px 7px;min-height:28px;border-radius:4px;font-size:11px}.warehouse-provider-check-item.compact-row:hover{background:#f3f8f4}.warehouse-provider-check-item.compact-row input{width:14px;height:14px;margin:0;flex:none}.warehouse-provider-check-item.compact-row span{font-size:11px;line-height:1.15}.warehouse-provider-check-item.compact-row.all{border-bottom:1px solid #e4ebe6;background:#f7faf8;padding:6px 10px}.warehouse-provider-check-item.compact-row.all span{font-size:11px}.warehouse-provider-multi-menu.compact.native-like{width:270px!important;min-width:270px!important;max-width:270px!important;padding:0!important;border-radius:6px!important;overflow:hidden!important}.warehouse-provider-multi-menu.compact.native-like .warehouse-provider-multi-scroll.native-scroll{max-height:230px!important;overflow-y:auto!important;padding:3px 0!important}.warehouse-provider-native-group{margin:0!important;padding:0!important}.warehouse-provider-native-title{height:24px!important;min-height:24px!important;display:flex!important;align-items:center!important;padding:0 8px!important;margin:2px 4px!important;border-radius:3px!important;background:#edf5ef!important;color:#145c34!important;font-size:11px!important;line-height:1!important;font-weight:800!important}.warehouse-provider-native-row{height:27px!important;min-height:27px!important;max-height:27px!important;box-sizing:border-box!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;padding:0 9px!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;cursor:pointer!important;font-size:11px!important;line-height:1!important;font-weight:500!important;text-align:left!important}.warehouse-provider-native-row:hover{background:#f3f7f4!important}.warehouse-provider-native-row.all-row{border-bottom:1px solid #e3e9e5!important;font-weight:700!important;background:#f8faf9!important}.warehouse-provider-native-row input[type=checkbox]{-moz-appearance:auto!important;appearance:auto!important;-webkit-appearance:auto!important;width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important;min-height:13px!important;max-height:13px!important;margin:0!important;padding:0!important;flex:0 0 13px!important;accent-color:#17663a!important}.warehouse-provider-native-row span{display:block!important;margin:0!important;padding:0!important;font-size:11px!important;line-height:1!important;font-weight:inherit!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.warehouse-export-head{align-items:center!important;padding:10px 14px!important;gap:12px!important}.warehouse-export-head h3{font-size:18px!important;margin:0 0 2px!important}.warehouse-export-head small{font-size:11px!important}.warehouse-export-filters{display:flex!important;align-items:flex-end!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important}.warehouse-export-filters>label{display:flex!important;flex-direction:column!important;gap:4px!important;font-size:12px!important;line-height:1.1!important;font-weight:700!important;margin:0!important}.warehouse-export-filters>label input[type=date]{width:174px!important;min-width:174px!important;height:34px!important;box-sizing:border-box!important;padding:5px 9px!important;border-radius:7px!important;font-size:12px!important}.warehouse-provider-multi{min-width:230px!important;width:230px!important}.warehouse-provider-multi-label{margin-bottom:4px!important;font-size:12px!important;line-height:1.1!important}.warehouse-provider-multi-trigger{width:230px!important;min-width:230px!important;min-height:34px!important;height:34px!important;padding:5px 9px!important;border-radius:7px!important;font-size:12px!important;box-sizing:border-box!important}.warehouse-provider-multi-trigger b{font-size:10px!important}.warehouse-export-filters>button.blue{height:34px!important;min-height:34px!important;padding:5px 12px!important;border-radius:7px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important}@media(max-width:1100px){.warehouse-export-head{align-items:stretch!important;flex-direction:column!important}.warehouse-export-filters{justify-content:flex-start!important;flex-wrap:wrap!important}}.warehouse-export-filters>label select{min-width:180px;height:34px;box-sizing:border-box;padding:5px 9px;border:1px solid #c9d8cd;border-radius:7px;background:#fff;font-size:12px}.warehouse-total-report-button,.warehouse-print-report-button{height:34px;min-height:34px;padding:5px 12px;border-radius:7px;border:1px solid #17663a;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.warehouse-total-report-button{background:#eff8f2;color:#145c34}.warehouse-print-report-button{background:#145c34;color:#fff}.warehouse-total-report-modal{width:min(980px,96vw);max-width:980px}.warehouse-total-filter-summary{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 12px}.warehouse-total-filter-summary span{padding:7px 10px;border:1px solid #d8e5dc;border-radius:8px;background:#f7fbf8;font-size:12px;color:#315b40}.warehouse-total-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.warehouse-total-kpis>div{padding:12px;border:1px solid #d7e4db;border-radius:10px;background:#f7fbf8}.warehouse-total-kpis small{display:block;color:#66776c;font-weight:700;margin-bottom:5px}.warehouse-total-kpis b{font-size:18px;color:#155f36}.warehouse-total-product-table th{background:#d8ead5}.warehouse-total-product-table td:nth-child(3),.warehouse-total-product-table td:nth-child(4){text-align:center;font-weight:700}@media(max-width:1200px){.warehouse-export-filters{flex-wrap:wrap!important}.warehouse-total-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.warehouse-total-kpis{grid-template-columns:1fr}.warehouse-export-filters>label select{width:100%;min-width:0}}.module-permission-section{margin-top:16px;padding-top:14px;border-top:1px solid #dbe7df}.module-permission-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.module-permission-title b{display:block;font-size:15px;color:#173f29}.module-permission-title small{display:block;margin-top:3px;color:#69796e}.module-permission-group{border:1px solid #d5e3d9;border-radius:10px;overflow:hidden;margin-top:10px;background:#fff}.module-permission-group-head,.module-permission-row{display:grid;grid-template-columns:minmax(260px,1fr) 90px 90px;align-items:center}.module-permission-group-head{padding:9px 12px;background:#edf7f0;color:#174f30;border-bottom:1px solid #d5e3d9}.module-permission-group-head span{text-align:center;font-size:12px;font-weight:800}.module-permission-row{min-height:42px;padding:0 12px;border-bottom:1px solid #edf1ee}.module-permission-row:last-child{border-bottom:0}.module-permission-row>span{font-size:13px;font-weight:700}.module-permission-row label{display:flex;align-items:center;justify-content:center;gap:5px;margin:0;cursor:pointer}.module-permission-row label input{width:16px;height:16px;margin:0;accent-color:#17663a}.module-permission-row label em{display:none;font-style:normal;font-size:11px}@media(max-width:700px){.module-permission-group-head,.module-permission-row{grid-template-columns:minmax(150px,1fr) 64px 64px}.module-permission-row{padding:0 8px}.module-permission-group-head{padding:8px}}.permission-item.module-active{border-color:#17663a;box-shadow:0 0 0 2px #17663a1f}.direct-page-search-select{position:relative;width:100%;font-weight:400}.direct-page-search-select-button{width:100%;min-height:39px;border:1px solid #cbd8cf;border-radius:8px;background:#fff;padding:8px 9px 8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;cursor:pointer}.direct-page-search-select-button>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.direct-page-search-select-icon{flex:0 0 auto;font-size:14px;border-left:1px solid #e0e7e2;padding-left:8px}.direct-page-search-select-menu{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1px solid #cbd8cf;border-radius:9px;box-shadow:0 10px 28px #123f272b;padding:7px}.direct-page-search-select-search{display:flex;align-items:center;gap:6px;border:1px solid #b9cabe;border-radius:7px;padding:0 8px;margin-bottom:6px;background:#fbfdfb}.direct-page-search-select-search input{border:0!important;outline:0;padding:8px 3px!important;min-width:0;width:100%;background:transparent!important}.direct-page-search-select-options{max-height:240px;overflow:auto;display:flex;flex-direction:column;gap:2px}.direct-page-search-select-options button{border:0;background:#fff;border-radius:6px;padding:8px 9px;text-align:left;cursor:pointer;font-size:13px}.direct-page-search-select-options button:hover,.direct-page-search-select-options button.active{background:#eaf4ed;color:#145c34;font-weight:700}.direct-page-search-select-empty{padding:10px;color:#718078;font-size:13px;text-align:center}.direct-page-action-cell{white-space:nowrap;min-width:86px;text-align:center}.direct-page-edit-button{border:1px solid #b9cabe;border-radius:7px;background:#fff;padding:6px 9px;font-weight:700;cursor:pointer}.direct-page-edit-button:hover{background:#edf7f0;border-color:#145c34;color:#145c34}.direct-page-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a23166b;display:flex;align-items:center;justify-content:center;padding:20px}.direct-page-edit-modal{width:min(820px,100%);max-height:92vh;overflow:visible;background:#fff;border-radius:15px;padding:18px;box-shadow:0 22px 60px #0000003d}.direct-page-edit-modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #e2e9e4;padding-bottom:12px;margin-bottom:14px}.direct-page-edit-modal-heading h3{margin:0 0 4px}.direct-page-edit-modal-heading small{color:#66766b}.direct-page-edit-modal-heading>button{width:34px;height:34px;border:0;border-radius:9px;background:#eff4f0;font-size:22px;cursor:pointer}.direct-page-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.direct-page-edit-grid label{display:flex;flex-direction:column;gap:6px;font-weight:700;min-width:0}.direct-page-edit-grid input,.direct-page-edit-grid select{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:10px;background:#fff}.direct-page-readonly{background:#f2f5f3!important;color:#66766b}.direct-page-edit-grid label>small{font-weight:500;color:#7a867f}.direct-page-edit-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:14px}@media(max-width:700px){.direct-page-edit-grid{grid-template-columns:1fr}.direct-page-edit-modal{max-height:94vh;overflow:auto}.direct-page-search-select-menu{position:relative;top:4px}}.direct-page-action-cell{display:flex;align-items:center;justify-content:center;gap:6px;min-width:155px}.direct-page-delete-button{border:1px solid #e5b8b8;border-radius:7px;background:#fff;padding:6px 9px;font-weight:700;color:#a92d2d;cursor:pointer}.direct-page-delete-button:hover{background:#fff0f0;border-color:#d86d6d;color:#871f1f}.direct-page-delete-button:disabled{opacity:.55;cursor:not-allowed}.direct-page-duplicate-row{display:flex;align-items:center;gap:8px;margin-top:6px;min-height:34px}.direct-page-check-duplicate-button{border:1px solid #b9cabe;border-radius:7px;background:#fff;padding:7px 10px;font-weight:800;color:#145c34;cursor:pointer;white-space:nowrap}.direct-page-check-duplicate-button:hover{background:#edf7f0;border-color:#145c34}.direct-page-check-duplicate-button:disabled{opacity:.5;cursor:not-allowed}.direct-page-duplicate-badge{display:inline-flex;align-items:center;border:1px solid #efaaaa;background:#fff0f0;color:#b12626;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900}.sales-lead-filters,.sales-care-toolbar-filters{display:flex;align-items:flex-end;gap:7px;flex-wrap:wrap;justify-content:flex-end}.sales-lead-filters label,.sales-care-toolbar-filters label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:700;color:#486052}.sales-lead-filters input,.sales-lead-filters select,.sales-care-toolbar-filters select{height:38px;border:1px solid #cfdcd3;border-radius:9px;padding:7px 9px;background:#fbfdfb;min-width:125px}.sales-lead-filter-actions{display:flex;gap:7px}.sales-lead-filter-actions button{height:38px;border:0;border-radius:9px;background:#155d33;color:#fff;padding:0 12px;font-weight:700;cursor:pointer;white-space:nowrap}.sales-lead-filter-actions button.secondary{background:#fff;color:#31523e;border:1px solid #cfdcd3}@media(max-width:1100px){.sales-lead-filters,.sales-care-toolbar-filters{justify-content:flex-start;width:100%}}.order-edit-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0822147a;z-index:2500;display:flex;align-items:center;justify-content:center;padding:24px}.order-edit-modal{width:min(1180px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 24px 70px #00000038;padding:20px}.order-edit-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #dfe9e2;padding-bottom:12px;margin-bottom:14px}.order-edit-head h3{margin:0;font-size:22px}.order-edit-head p{margin:5px 0 0;color:#617166}.order-edit-head>button{border:0;background:#f3f7f4;width:36px;height:36px;border-radius:10px;font-size:22px;cursor:pointer}.order-edit-loading{padding:42px;text-align:center}.order-edit-lock,.order-edit-warning{padding:11px 14px;border-radius:10px;margin-bottom:12px}.order-edit-lock{background:#fff0f0;border:1px solid #f2c7c7;color:brown}.order-edit-warning{background:#fff8df;border:1px solid #ead998;color:#705a08}.order-edit-summary{display:flex;gap:22px;flex-wrap:wrap;background:#f4f9f5;border:1px solid #dbe7dd;border-radius:12px;padding:11px 14px;margin-bottom:15px}.order-edit-section-title{display:flex;align-items:center;justify-content:space-between;margin:8px 0}.order-edit-section-title h4{margin:0}.order-edit-section-title button{border:1px solid #bfd5c5;background:#fff;color:#0f6134;border-radius:9px;padding:8px 12px;font-weight:700}.order-edit-items{display:grid;gap:9px}.order-edit-item{display:grid;grid-template-columns:42px minmax(220px,2fr) 110px 110px 140px minmax(160px,1fr) 64px;gap:9px;align-items:end;padding:11px;background:#f8fbf9;border:1px solid #dfe9e2;border-radius:12px}.order-edit-item label,.order-edit-note{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:700;color:#34483b}.order-edit-item input,.order-edit-item select,.order-edit-note textarea{border:1px solid #cbd9cf;border-radius:8px;padding:9px;background:#fff;font:inherit}.order-edit-number{align-self:center;font-weight:800;color:#146437}.order-edit-remove{height:38px;border:1px solid #efcaca;background:#fff;color:#b33;border-radius:8px;font-weight:700}.order-edit-note{margin-top:14px}.order-edit-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:15px;padding-top:14px;border-top:1px solid #e1e9e3}.order-edit-actions button{padding:10px 18px;border:1px solid #cfdcd2;border-radius:9px;background:#fff;font-weight:700}.order-edit-actions .primary{background:#116437;color:#fff;border-color:#116437}.order-edit-actions button:disabled,.order-edit-section-title button:disabled,.order-edit-remove:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.order-edit-backdrop{padding:8px}.order-edit-modal{width:100%;padding:14px}.order-edit-item{grid-template-columns:34px 1fr 1fr}.order-edit-item label:first-of-type{grid-column:span 2}.order-edit-item label:nth-of-type(5){grid-column:span 2}.order-edit-remove{grid-column:3}.order-edit-summary{gap:8px;flex-direction:column}}.order-edit-creator{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;background:#f8fbf9;border:1px solid #dfe9e2;border-radius:12px;padding:12px 14px;margin-bottom:15px}.order-edit-creator label{display:flex;flex-direction:column;gap:5px;min-width:220px;font-size:12px;font-weight:700;color:#34483b}.order-edit-creator select,.order-edit-creator input{min-height:39px;border:1px solid #cbd9cf;border-radius:8px;padding:8px 10px;background:#fff;font:inherit}.order-edit-creator small{flex-basis:100%;color:#6d7d72;font-size:12px}.order-edit-readonly{font-weight:700;color:#244631;padding:3px 0}@media(max-width:700px){.order-edit-creator{align-items:stretch}.order-edit-creator label{min-width:100%;width:100%}}.sales-hot-sale-note-cell{min-width:210px}.sales-hot-sale-note{width:100%;min-width:190px;min-height:58px;max-height:110px;resize:vertical;padding:7px 9px;border:1px solid #ccd9d0;border-radius:8px;font:inherit;line-height:1.35;background:#fff}.sales-hot-sale-note:focus{outline:none;border-color:#2d6a45;box-shadow:0 0 0 2px #2d6a451a}@media(min-width:801px){.shell{transition:grid-template-columns .2s ease}.app-sidebar{position:relative;transition:padding .2s ease;overflow-x:hidden}.desktop-sidebar-head{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.desktop-sidebar-head .desktop-sidebar-title{margin:0!important;white-space:nowrap;overflow:hidden;transition:opacity .15s ease,width .2s ease}.desktop-sidebar-collapse{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:9px;background:#ffffff14;color:#fff;font-size:24px;line-height:1;cursor:pointer;transition:background .15s ease,transform .15s ease}.desktop-sidebar-collapse:hover{background:#ffffff29}.sidebar-user{display:flex;align-items:center;gap:10px;min-height:58px;overflow:hidden}.sidebar-user-avatar{display:none;flex:0 0 36px;width:36px;height:36px;border-radius:10px;place-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);font-weight:800;color:#fff}.sidebar-user-copy{display:grid;gap:4px;min-width:0}.sidebar-user-copy b,.sidebar-user-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sidebar nav button{display:flex;align-items:center;gap:10px;min-height:40px;white-space:nowrap}.sidebar-menu-icon{display:none;flex:0 0 28px;width:28px;text-align:center;font-size:19px;line-height:1}.sidebar-menu-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.shell.sidebar-collapsed{grid-template-columns:46px 1fr}.shell.sidebar-collapsed .app-sidebar{width:46px!important;min-width:46px!important;max-width:46px!important;box-sizing:border-box;padding:14px 6px;overflow:visible}.shell.sidebar-collapsed .desktop-sidebar-head{min-height:34px;justify-content:center;margin:0}.shell.sidebar-collapsed .desktop-sidebar-title,.shell.sidebar-collapsed .sidebar-user,.shell.sidebar-collapsed .app-sidebar nav{display:none!important}.shell.sidebar-collapsed .desktop-sidebar-collapse{width:34px;height:34px;flex-basis:34px;transform:none}}@media(min-width:801px){.shell.sidebar-collapsed{grid-template-columns:46px minmax(0,1fr)!important;column-gap:0!important}.shell.sidebar-collapsed>aside.app-sidebar{width:46px!important;min-width:46px!important;max-width:46px!important;flex:0 0 46px!important}.shell.sidebar-collapsed>main{width:auto!important;min-width:0!important;max-width:none!important;margin:0!important;grid-column:2!important}}.sales-care-compact-cell{min-width:240px;max-width:310px;vertical-align:top}.sales-inline-link{margin-top:6px;border:0;background:transparent;color:#12633a;font-weight:700;cursor:pointer;padding:2px 0;text-decoration:underline}.sales-add-care-day{white-space:nowrap}.sales-care-note-cards{grid-template-columns:repeat(3,minmax(250px,1fr))!important}.sales-care-note-card{border:1px solid #d9e4dc;border-radius:10px;padding:12px;background:#fbfdfb;min-height:120px;display:flex;flex-direction:column;gap:8px}.sales-care-note-card>.sales-care-note-scroll{max-height:110px}.sales-structured-form-panel{margin:16px 22px 84px;padding:16px;border:1px solid #cfe0d4;border-radius:12px;background:#f7fbf8}.sales-structured-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sales-structured-form-head h4{margin:0;color:#174c2d}.sales-structured-form-head button{border:0;background:#e8f1eb;border-radius:8px;width:32px;height:32px;cursor:pointer;font-size:20px}.sales-structured-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 22px;overflow:auto}.sales-structured-form-grid label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#254c34}.sales-structured-form-grid textarea{min-height:82px;border:1px solid #cbdad0;border-radius:9px;padding:10px;resize:vertical;font:inherit;background:#fff}.sales-structured-form-grid label span{font-size:13px}.sales-structured-save{display:block;margin:0 22px 18px auto;border:0;border-radius:9px;background:#146236;color:#fff;padding:10px 16px;font-weight:800;cursor:pointer}.sales-health-info-modal,.sales-detail-viewer{width:min(1000px,94vw);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 70px #00000040}.sales-health-info-modal .sales-care-note-modal-header,.sales-detail-viewer .sales-care-note-modal-header{position:sticky;top:0;z-index:2;background:#fff;padding:18px 22px;border-bottom:1px solid #e2e9e4}.sales-health-info-modal .sales-care-note-modal-actions{position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e9e4;padding:14px 22px}.initial-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-detail-list{padding:18px 22px;display:grid;gap:10px}.sales-detail-list>div{padding:12px;border:1px solid #e1e8e3;border-radius:9px;background:#f9fbfa}.sales-detail-list b{display:block;color:#1d5131;margin-bottom:5px}.sales-detail-list p{margin:0;white-space:pre-wrap;line-height:1.5}@media(max-width:900px){.sales-care-note-cards,.sales-structured-form-grid,.initial-health-grid{grid-template-columns:1fr!important}}.sales-care-note-modal>.sales-care-note-modal-header{position:sticky;top:0;z-index:5;background:#fff}.sales-care-note-modal>.sales-care-note-modal-actions{position:sticky;bottom:0;z-index:5;background:#fff}.sales-nested-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1250;display:grid;place-items:center;padding:22px;background:#09190f85}.sales-structured-popup{width:min(1020px,94vw);max-height:88vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 26px 80px #0000004d;border:1px solid #dce7df}.sales-structured-popup-head{flex:0 0 auto;margin:0;padding:16px 20px;border-bottom:1px solid #e2e9e4;background:#fff}.sales-structured-popup-head>div{min-width:0}.sales-structured-popup-head h4{font-size:18px}.sales-structured-popup-head p{margin:4px 0 0;color:#6c7a71;font-size:13px}.sales-structured-popup-body{min-height:0;overflow-y:auto;overflow-x:hidden;padding:4px 0}.sales-structured-popup .sales-structured-form-grid{padding:16px 20px;overflow:visible}.sales-structured-popup-actions{flex:0 0 auto;display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #e2e9e4;background:#fff}.sales-structured-popup-actions button{min-width:118px;border-radius:9px;padding:10px 16px;font-weight:800;cursor:pointer}.sales-structured-popup-actions .secondary{border:1px solid #cad8ce;background:#fff;color:#284b35}.sales-structured-popup-actions .primary{border:0;background:#146236;color:#fff}.sales-structured-popup-actions .sales-structured-save{display:inline-flex;margin:0}@media(max-width:700px){.sales-nested-modal-backdrop{padding:10px}.sales-structured-popup{width:100%;max-height:94vh}.sales-structured-popup-actions{flex-direction:column-reverse}.sales-structured-popup-actions button{width:100%}}.sales-orders-table .sales-order-address-scroll{width:260px;max-width:260px;max-height:64px;overflow-y:auto;overflow-x:hidden;white-space:normal;line-height:1.4;padding-right:6px;word-break:break-word}.sales-orders-table .sales-order-address-scroll::-webkit-scrollbar{width:6px}.sales-orders-table .sales-order-address-scroll::-webkit-scrollbar-thumb{background:#9bb7a5;border-radius:999px}.sales-orders-table .sales-order-address-scroll::-webkit-scrollbar-track{background:transparent}.care-attachment-section{margin:14px 20px 4px;padding:14px;border:1px solid #d7e5db;border-radius:12px;background:#f8fcf9}.care-attachment-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.care-attachment-head>div{display:flex;flex-direction:column;gap:2px}.care-attachment-head span{font-size:12px;color:#718078}.care-attachment-upload{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 13px;border-radius:8px;background:#146236;color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.care-attachment-upload input{display:none}.care-attachment-grid{display:flex;flex-wrap:wrap;gap:10px}.care-attachment-item{position:relative;width:92px}.care-attachment-preview{width:92px;height:72px;padding:0;border:1px solid #cbdacf;border-radius:9px;overflow:hidden;background:#fff;cursor:pointer}.care-attachment-preview img{display:block;width:100%;height:100%;object-fit:cover}.care-attachment-pdf{display:grid;place-items:center;width:100%;height:100%;font-weight:900;color:#8a2f26;background:#fff3f1}.care-attachment-name{margin-top:4px;font-size:11px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.care-attachment-delete{position:absolute;top:-7px;right:-7px;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#a33228;color:#fff;font-size:17px;font-weight:900;cursor:pointer}.care-attachment-empty{padding:8px 0;color:#758178;font-size:13px}.care-attachment-error{margin-bottom:8px;color:#a33228;font-size:13px;font-weight:700}.care-image-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:grid;place-items:center;padding:28px;background:#000000ad}.care-image-viewer-card{width:min(1180px,95vw);max-height:94vh;display:flex;flex-direction:column;overflow:hidden;border-radius:14px;background:#fff}.care-image-viewer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-bottom:1px solid #e1e8e3}.care-image-viewer-head button{width:34px;height:34px;border:0;border-radius:8px;font-size:22px;cursor:pointer}.care-image-viewer-card>img{min-height:0;max-width:100%;max-height:calc(94vh - 58px);object-fit:contain;background:#101411}@media(max-width:700px){.care-attachment-head{align-items:flex-start;flex-direction:column}.care-attachment-upload{width:100%}.care-image-viewer{padding:8px}}.product-multi-select{position:relative;width:100%;min-width:0;font:inherit}.product-multi-trigger{width:100%;height:38px;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 11px;border:1px solid #cbd8d0;border-radius:8px;background:#fff;color:#1d2f25;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box}.product-multi-trigger:hover{border-color:#9bb8a7}.product-multi-select.is-open .product-multi-trigger{border-color:#176a42;box-shadow:0 0 0 3px #176a421a}.product-multi-trigger>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-multi-trigger .has-selection{font-weight:700;color:#125d39}.product-multi-chevron{flex:0 0 auto;font-size:15px;color:#61776b;transition:transform .15s ease}.product-multi-select.is-open .product-multi-chevron{transform:rotate(180deg)}.product-multi-popover{position:absolute;z-index:1200;top:calc(100% + 6px);left:0;width:max(100%,300px);max-width:min(420px,90vw);padding:10px;background:#fff;border:1px solid #d5e1da;border-radius:11px;box-shadow:0 16px 38px #14362329;box-sizing:border-box}.product-multi-actions{display:flex;gap:8px;margin-bottom:8px}.product-multi-actions button{flex:1;height:32px;border:1px solid #cbd8d0;border-radius:7px;background:#f7faf8;color:#175c3a;font-size:12px;font-weight:800;cursor:pointer}.product-multi-actions button:hover{background:#edf7f0}.product-multi-search{width:100%!important;height:34px!important;min-height:34px!important;margin:0 0 8px!important;padding:0 10px!important;border:1px solid #d4dfd8!important;border-radius:7px!important;box-sizing:border-box!important}.product-multi-list{max-height:260px;overflow:auto;border-top:1px solid #edf1ee;border-bottom:1px solid #edf1ee;padding:4px 0}.product-multi-option{display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;min-height:34px;padding:5px 7px!important;margin:0!important;border-radius:6px;font-size:13px;font-weight:500!important;color:#263b2f;cursor:pointer}.product-multi-option:hover{background:#f0f7f3}.product-multi-option input{width:15px!important;height:15px!important;min-width:15px!important;margin:0!important;accent-color:#176a42}.product-multi-option span{white-space:normal;line-height:1.25}.product-multi-empty{padding:16px 8px;text-align:center;color:#718078;font-size:12px}.product-multi-footer{padding:8px 5px 1px;color:#64776c;font-size:11px;font-weight:700}.overview-filter-group .product-multi-trigger,.report-total-filter label .product-multi-trigger,.sales-anomaly-toolbar label .product-multi-trigger{height:38px;min-height:38px}.big-data-filter-grid .product-multi-select{align-self:stretch}.big-data-filter-grid .product-multi-trigger{height:100%;min-height:38px}.companion-filter-card .product-multi-trigger{height:38px}.product-multi-select label{font-weight:500!important}@media(max-width:700px){.product-multi-popover{width:100%;min-width:260px;max-width:calc(100vw - 32px)}}.staff-multi-select{position:relative;width:100%;min-width:0;font:inherit}.staff-multi-trigger{width:100%;height:38px;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 11px;border:1px solid #cbd8d0;border-radius:8px;background:#fff;color:#1d2f25;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box}.staff-multi-trigger:hover{border-color:#9bb8a7}.staff-multi-select.is-open .staff-multi-trigger{border-color:#176a42;box-shadow:0 0 0 3px #176a421a}.staff-multi-trigger>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-multi-trigger .has-selection{font-weight:700;color:#125d39}.staff-multi-chevron{flex:0 0 auto;font-size:15px;color:#61776b;transition:transform .15s ease}.staff-multi-select.is-open .staff-multi-chevron{transform:rotate(180deg)}.staff-multi-popover{position:absolute;z-index:1200;top:calc(100% + 6px);left:0;width:max(100%,300px);max-width:min(420px,90vw);padding:10px;background:#fff;border:1px solid #d5e1da;border-radius:11px;box-shadow:0 16px 38px #14362329;box-sizing:border-box}.staff-multi-actions{display:flex;gap:8px;margin-bottom:8px}.staff-multi-actions button{flex:1;height:32px;border:1px solid #cbd8d0;border-radius:7px;background:#f7faf8;color:#175c3a;font-size:12px;font-weight:800;cursor:pointer}.staff-multi-actions button:hover{background:#edf7f0}.staff-multi-search{width:100%!important;height:34px!important;min-height:34px!important;margin:0 0 8px!important;padding:0 10px!important;border:1px solid #d4dfd8!important;border-radius:7px!important;box-sizing:border-box!important}.staff-multi-list{max-height:260px;overflow:auto;border-top:1px solid #edf1ee;border-bottom:1px solid #edf1ee;padding:4px 0}.staff-multi-option{display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;min-height:34px;padding:5px 7px!important;margin:0!important;border-radius:6px;font-size:13px;font-weight:500!important;color:#263b2f;cursor:pointer}.staff-multi-option:hover{background:#f0f7f3}.staff-multi-option input{width:15px!important;height:15px!important;min-width:15px!important;margin:0!important;accent-color:#176a42}.staff-multi-option span{white-space:normal;line-height:1.25}.staff-multi-empty{padding:16px 8px;text-align:center;color:#718078;font-size:12px}.staff-multi-footer{padding:8px 5px 1px;color:#64776c;font-size:11px;font-weight:700}.overview-filter-group .staff-multi-trigger,.report-total-filter label .staff-multi-trigger,.sales-anomaly-toolbar label .staff-multi-trigger,.spr-filters label .staff-multi-trigger{height:38px;min-height:38px}.big-data-filter-grid .staff-multi-select{align-self:stretch}.big-data-filter-grid .staff-multi-trigger{height:100%;min-height:38px}.companion-filter-card .staff-multi-trigger{height:38px}.staff-multi-select label{font-weight:500!important}@media(max-width:700px){.staff-multi-popover{width:100%;min-width:260px;max-width:calc(100vw - 32px)}}.sales-order-filters label .staff-multi-select,.sales-care-toolbar-filters label .staff-multi-select,.direct-page-filters label .staff-multi-select,.project-gas-filters label .staff-multi-select,.marketing-fanpage-owner-filter .staff-multi-select,.ads-staff-filter .staff-multi-select{width:100%;min-width:0}.delivery-v2-filter-main>.staff-multi-select{min-width:180px;align-self:stretch}.delivery-running-staff-filter{display:grid;grid-template-columns:max-content minmax(220px,360px);align-items:center;gap:10px;margin-top:10px;padding:0 2px;position:relative;z-index:5}.delivery-running-staff-filter>span{font-size:13px;font-weight:800;color:#31483b;white-space:nowrap}.report-total-return-staff-filter{max-width:420px}@media(max-width:700px){.delivery-running-staff-filter{grid-template-columns:1fr}.delivery-v2-filter-main>.staff-multi-select{min-width:0}}.sales-toolbar:has(.sales-care-toolbar-filters){align-items:flex-end;gap:14px}.sales-toolbar:has(.sales-care-toolbar-filters) .sales-search{min-width:360px;align-self:flex-end}.sales-care-toolbar-filters{display:grid;grid-template-columns:minmax(150px,170px) minmax(150px,170px) minmax(155px,165px) minmax(170px,190px) max-content;align-items:end;gap:9px;flex:0 1 auto;justify-content:end}.sales-care-toolbar-filters label{min-width:0;margin:0}.sales-care-toolbar-filters label>span{display:block;min-height:15px;line-height:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sales-care-toolbar-filters input,.sales-care-toolbar-filters select,.sales-care-toolbar-filters .staff-multi-trigger{width:100%;min-width:0;height:38px;min-height:38px;box-sizing:border-box}.sales-care-toolbar-filters input[type=date]{border:1px solid #cfdcd3;border-radius:9px;padding:7px 9px;background:#fbfdfb;color:#263b2f;font:inherit}.sales-care-toolbar-filters .sales-lead-filter-actions{align-self:end;display:flex;gap:7px;flex-wrap:nowrap}.sales-care-toolbar-filters .sales-lead-filter-actions button{height:38px;min-height:38px;padding:0 13px}@media(max-width:1450px){.sales-toolbar:has(.sales-care-toolbar-filters){align-items:stretch;flex-direction:column}.sales-toolbar:has(.sales-care-toolbar-filters) .sales-search{width:100%;min-width:0}.sales-care-toolbar-filters{width:100%;grid-template-columns:repeat(4,minmax(140px,1fr)) max-content;justify-content:stretch}}@media(max-width:1000px){.sales-care-toolbar-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-care-toolbar-filters .sales-lead-filter-actions{grid-column:1 / -1;justify-content:flex-end}}@media(max-width:620px){.sales-care-toolbar-filters{grid-template-columns:1fr}.sales-care-toolbar-filters .sales-lead-filter-actions{grid-column:auto;width:100%}.sales-care-toolbar-filters .sales-lead-filter-actions button{flex:1}}.sidebar-menu-badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#d92727;color:#fff;font-size:11px;font-weight:900;line-height:1}.sidebar-collapsed .sidebar-menu-badge{position:absolute;top:5px;right:5px;min-width:18px;height:18px;padding:0 4px;font-size:9px}.app-sidebar nav button{position:relative}.invoice-check-open-link{display:inline-flex;align-items:center;gap:5px;color:#145c34;font-weight:800;text-decoration:none;border:1px solid #cbd8cf;border-radius:7px;padding:7px 9px;background:#f7fbf8}.invoice-check-open-link:hover{background:#eaf4ed;text-decoration:underline}.marketing-table-wrap{isolation:isolate}.marketing-report-table th:nth-child(n+3),.marketing-report-table td:nth-child(n+3){position:relative;z-index:1}.marketing-report-table th:first-child,.marketing-report-table td:first-child{z-index:20!important;background:#f8fbf8!important}.marketing-report-table th:nth-child(2),.marketing-report-table td:nth-child(2){z-index:21!important;background:#edf7ee!important;box-shadow:8px 0 12px #123f271a}.marketing-report-table thead th:first-child{z-index:30!important;background:#dceedd!important}.marketing-report-table thead th:nth-child(2){z-index:31!important;background:#dceedd!important}.sales-channel-table{min-width:1420px!important}.sales-channel-table th:nth-child(6),.sales-channel-table td:nth-child(6){width:350px!important;min-width:350px!important;text-align:left!important}.sales-channel-table th:nth-child(7),.sales-channel-table td:nth-child(7){width:105px!important;min-width:105px!important;text-align:center!important;position:static!important;right:auto!important;box-shadow:none!important}.sales-channel-table th:nth-child(8),.sales-channel-table td:nth-child(8){width:135px!important;min-width:135px!important;position:sticky!important;right:0!important;z-index:3!important;background:#fff!important;box-shadow:-8px 0 14px #123f270d!important}.sales-channel-table th:nth-child(8){z-index:5!important;background:#eaf4ed!important}.sales-channel-table tbody tr:hover td:nth-child(8){background:#f8fbf9!important}.catalog-facebook-link-editor{display:grid;grid-template-columns:minmax(190px,1fr) auto auto;gap:5px;align-items:center;width:100%}.catalog-facebook-link-editor input{min-width:0;height:32px;border:1px solid #cedbd2;border-radius:7px;padding:0 8px;font-size:12px}.catalog-facebook-link-editor button,.catalog-facebook-link-editor a,.marketing-open-link{display:inline-flex;align-items:center;justify-content:center;min-height:30px;border:1px solid #b8d2c0;border-radius:7px;background:#f4faf6;color:#145c34;padding:4px 8px;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap;cursor:pointer}.catalog-facebook-link-editor button:disabled{opacity:.6;cursor:wait}.marketing-fanpage-table{min-width:900px}.marketing-fanpage-table th:nth-child(1){width:46%}.marketing-fanpage-table th:nth-child(2){width:24%}.marketing-fanpage-table th:nth-child(3){width:16%}.marketing-fanpage-table th:nth-child(4){width:14%;text-align:center}.marketing-fanpage-table td:nth-child(4){text-align:center}.sales-channel-table{min-width:1585px!important}.sales-channel-table th:nth-child(1),.sales-channel-table td:nth-child(1){width:82px!important;min-width:82px!important}.sales-channel-table th:nth-child(2),.sales-channel-table td:nth-child(2){width:300px!important;min-width:300px!important}.sales-channel-table th:nth-child(3),.sales-channel-table td:nth-child(3){width:100px!important;min-width:100px!important}.sales-channel-table th:nth-child(4),.sales-channel-table td:nth-child(4){width:145px!important;min-width:145px!important}.sales-channel-table th:nth-child(5),.sales-channel-table td:nth-child(5){width:215px!important;min-width:215px!important;overflow:visible!important}.sales-channel-table th:nth-child(6),.sales-channel-table td:nth-child(6){width:155px!important;min-width:155px!important;text-align:left!important;position:static!important;right:auto!important;box-shadow:none!important}.sales-channel-table th:nth-child(7),.sales-channel-table td:nth-child(7){width:350px!important;min-width:350px!important;text-align:left!important;position:static!important;right:auto!important;box-shadow:none!important}.sales-channel-table th:nth-child(8),.sales-channel-table td:nth-child(8){width:105px!important;min-width:105px!important;text-align:center!important;position:static!important;right:auto!important;box-shadow:none!important}.sales-channel-table th:nth-child(9),.sales-channel-table td:nth-child(9){width:135px!important;min-width:135px!important;position:sticky!important;right:0!important;z-index:3!important;background:#fff!important;box-shadow:-8px 0 14px #123f270d!important}.sales-channel-table th:nth-child(9){z-index:5!important;background:#eaf4ed!important}.sales-channel-table tbody tr:hover td:nth-child(9){background:#f8fbf9!important}.catalog-handover-cell{display:flex;align-items:center;gap:6px;min-width:0;white-space:nowrap}.catalog-handover-cell>span{font-size:12px;color:#395648;white-space:nowrap}.catalog-handover-cell>button{min-height:28px;padding:3px 7px;border:1px solid #b8d2c0;border-radius:7px;background:#f4faf6;color:#145c34;font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer}.catalog-handover-cell>button:hover{background:#eaf5ed}.customer-cycle-panel{border-color:#d5e5da}.customer-cycle-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.customer-cycle-head h3{margin:0 0 6px}.customer-cycle-head p{margin:0}.customer-care-assign-box{display:grid;grid-template-columns:minmax(250px,1fr) minmax(280px,420px) auto;gap:12px;align-items:end;margin:0 0 16px;padding:14px;border:1px solid #cfe3d5;border-radius:10px;background:#f3faf5}.customer-care-assign-box>div{display:flex;flex-direction:column;gap:5px}.customer-care-assign-box small{color:#66766b;line-height:1.4}.customer-care-assign-box select{height:42px;border:1px solid #bfd3c5;border-radius:9px;background:#fff;padding:0 11px;font-weight:700;min-width:0}.customer-care-assign-button{height:42px;border:1px solid #0f6b35;background:#126b38;color:#fff;border-radius:9px;padding:0 18px;font-weight:800;cursor:pointer;white-space:nowrap}.customer-care-assign-button:hover{background:#0e5a2f}.customer-care-assign-button:disabled{opacity:.55;cursor:not-allowed}.customer-cycle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.customer-cycle-grid>div{background:#f8faf9;border:1px solid #e5ece7;border-radius:10px;padding:12px}.customer-cycle-grid small{display:block;color:#727f77;margin-bottom:5px}.customer-cycle-note{margin-top:13px;padding:11px 13px;border-radius:9px;background:#f2f8f4;color:#345140;line-height:1.5}@media(max-width:1000px){.customer-care-assign-box{grid-template-columns:1fr 1fr}.customer-care-assign-box>div{grid-column:1/-1}.customer-cycle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.customer-cycle-head{flex-direction:column}.customer-care-assign-box,.customer-cycle-grid{grid-template-columns:1fr}.customer-care-assign-button{width:100%}}.accounting-list-filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) auto auto;gap:10px;align-items:end;margin:0 0 12px}.accounting-list-filters label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:700;color:#31513d}.accounting-list-filters input,.accounting-list-filters select{width:100%;box-sizing:border-box;border:1px solid #cbd8cf;border-radius:8px;padding:8px 10px;background:#fff}.accounting-list-filters button{height:36px;border:1px solid #ccd8d0;background:#fff;border-radius:8px;padding:0 12px;font-weight:700;cursor:pointer;white-space:nowrap}.accounting-filter-count{height:36px;display:flex;align-items:center;justify-content:flex-end;white-space:nowrap;color:#4d6254;font-size:13px}.accounting-list-scroll{max-height:72vh;overflow:auto}.accounting-list-scroll .accounting-table thead th{position:sticky;top:0;z-index:2;box-shadow:0 1px #d9e4dc}@media(max-width:1200px){.accounting-list-filters{grid-template-columns:repeat(2,minmax(180px,1fr)) auto}.accounting-filter-count{justify-content:flex-start}}@media(max-width:650px){.accounting-list-filters{grid-template-columns:1fr}.accounting-filter-count{justify-content:flex-start}}.marketing-fanpage-table-wrap{max-height:64vh;overflow:auto}.marketing-fanpage-table{min-width:1900px!important;table-layout:fixed}.marketing-fanpage-table th{position:sticky;top:0;z-index:2;background:#eef7f1}.marketing-fanpage-table th:nth-child(1),.marketing-fanpage-table td:nth-child(1){width:260px!important}.marketing-fanpage-table th:nth-child(2),.marketing-fanpage-table td:nth-child(2){width:165px!important}.marketing-fanpage-table th:nth-child(3),.marketing-fanpage-table td:nth-child(3){width:105px!important;text-align:center}.marketing-fanpage-table th:nth-child(4),.marketing-fanpage-table td:nth-child(4){width:115px!important;text-align:center}.marketing-fanpage-table th:nth-child(5),.marketing-fanpage-table td:nth-child(5){width:150px!important}.marketing-fanpage-table th:nth-child(6),.marketing-fanpage-table td:nth-child(6){width:160px!important}.marketing-fanpage-table th:nth-child(7),.marketing-fanpage-table td:nth-child(7){width:205px!important}.marketing-fanpage-table th:nth-child(8),.marketing-fanpage-table td:nth-child(8){width:145px!important}.marketing-fanpage-table th:nth-child(9),.marketing-fanpage-table td:nth-child(9){width:125px!important}.marketing-fanpage-table th:nth-child(10),.marketing-fanpage-table td:nth-child(10){width:260px!important}.marketing-fanpage-table th:nth-child(11),.marketing-fanpage-table td:nth-child(11){width:105px!important;text-align:center}.marketing-fanpage-inline-select{width:100%;min-width:0;height:34px;border:1px solid #cfe0d5;border-radius:8px;background:#fff;padding:5px 8px}.marketing-product-name{display:block;font-weight:700;color:#235b39;white-space:normal;line-height:1.25}.marketing-fanpage-post-stack{display:flex;flex-direction:column;gap:5px;align-items:stretch}.marketing-fanpage-post-link{display:block;color:#1266cc;font-weight:700;text-decoration:underline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketing-fanpage-post-manage{border:1px solid #bcd5c5;border-radius:7px;padding:5px 8px;background:#f7fbf8;color:#165c36;font-weight:800;cursor:pointer}.marketing-fanpage-post-manage:disabled{cursor:not-allowed;opacity:.55}.marketing-fanpage-post-status{display:inline-flex;align-items:center;min-height:25px;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.marketing-fanpage-post-status.running{color:#08713e;background:#dff5e8}.marketing-fanpage-post-status.stopped{color:#6c5960;background:#eceff0}.marketing-fanpage-note{width:100%;min-height:56px;resize:vertical;border:1px solid #cfe0d5;border-radius:8px;padding:7px 8px;font:inherit;background:#fff}.marketing-fanpage-save{min-width:82px;white-space:nowrap}.marketing-fanpage-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:18px;background:#0b271875}.marketing-fanpage-modal{width:min(980px,96vw);max-height:88vh;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;border:1px solid #d9e5dd;background:#fff;box-shadow:0 20px 65px #0003}.marketing-fanpage-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid #e1e8e3}.marketing-fanpage-modal-head small{color:#678072;font-weight:800;letter-spacing:.05em}.marketing-fanpage-modal-head h3{margin:3px 0 0;color:#183426}.marketing-fanpage-modal-close{width:38px;height:38px;border:0;border-radius:9px;background:#f0f5f2;color:#244b35;font-size:26px;line-height:1;cursor:pointer}.marketing-fanpage-modal-body{overflow:auto;padding:16px 18px}.marketing-fanpage-post-list{display:flex;flex-direction:column;gap:10px}.marketing-fanpage-post-row{display:grid;grid-template-columns:minmax(300px,1.6fr) minmax(150px,.65fr) minmax(150px,.65fr) auto;gap:10px;align-items:end;padding:12px;border:1px solid #dfe9e2;border-radius:11px;background:#f9fcfa}.marketing-fanpage-post-row label{display:flex;flex-direction:column;gap:5px}.marketing-fanpage-post-row label span{color:#365745;font-size:12px;font-weight:800}.marketing-fanpage-post-row input,.marketing-fanpage-post-row select{width:100%;height:38px;border:1px solid #c9dacf;border-radius:8px;padding:7px 9px;background:#fff}.marketing-fanpage-post-delete{height:38px;border:1px solid #e2b6b6;border-radius:8px;padding:7px 12px;background:#fff5f5;color:#a32323;font-weight:800;cursor:pointer;white-space:nowrap}.marketing-fanpage-post-delete:disabled{cursor:not-allowed;opacity:.55}.marketing-fanpage-post-empty{padding:24px 16px;border:1px dashed #cfdcd4;border-radius:10px;text-align:center;color:#7a8a81;background:#fbfdfb}.marketing-fanpage-add-post{margin-top:12px}.marketing-fanpage-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px;border-top:1px solid #e1e8e3;background:#fbfdfb}.marketing-fanpage-modal-actions span{color:#66776d;font-size:12px}@media(max-width:800px){.marketing-fanpage-post-row{grid-template-columns:1fr}.marketing-fanpage-modal{width:100%;max-height:92vh}.marketing-fanpage-modal-actions{align-items:stretch;flex-direction:column}}.marketing-fanpage-table-wrap{max-height:68vh;overflow:auto;position:relative;isolation:isolate}.marketing-fanpage-table{min-width:1490px!important;table-layout:fixed;font-size:12.5px;line-height:1.2}.marketing-fanpage-table th,.marketing-fanpage-table td{padding:6px 7px!important;height:38px;vertical-align:middle;box-sizing:border-box}.marketing-fanpage-table th:nth-child(1),.marketing-fanpage-table td:nth-child(1){width:230px!important;min-width:230px!important;max-width:230px!important}.marketing-fanpage-table th:nth-child(2),.marketing-fanpage-table td:nth-child(2){width:145px!important;min-width:145px!important;max-width:145px!important}.marketing-fanpage-table th:nth-child(3),.marketing-fanpage-table td:nth-child(3){width:86px!important;min-width:86px!important;max-width:86px!important;text-align:center}.marketing-fanpage-table th:nth-child(4),.marketing-fanpage-table td:nth-child(4){width:100px!important;min-width:100px!important;max-width:100px!important;text-align:center}.marketing-fanpage-table th:nth-child(5),.marketing-fanpage-table td:nth-child(5){width:125px!important;min-width:125px!important;max-width:125px!important}.marketing-fanpage-table th:nth-child(6),.marketing-fanpage-table td:nth-child(6){width:135px!important;min-width:135px!important;max-width:135px!important}.marketing-fanpage-table th:nth-child(7),.marketing-fanpage-table td:nth-child(7){width:180px!important;min-width:180px!important;max-width:180px!important}.marketing-fanpage-table th:nth-child(8),.marketing-fanpage-table td:nth-child(8){width:120px!important;min-width:120px!important;max-width:120px!important}.marketing-fanpage-table th:nth-child(9),.marketing-fanpage-table td:nth-child(9){width:105px!important;min-width:105px!important;max-width:105px!important}.marketing-fanpage-table th:nth-child(10),.marketing-fanpage-table td:nth-child(10){width:180px!important;min-width:180px!important;max-width:180px!important}.marketing-fanpage-table th:nth-child(11),.marketing-fanpage-table td:nth-child(11){width:80px!important;min-width:80px!important;max-width:80px!important;text-align:center}.marketing-fanpage-table th:nth-child(1),.marketing-fanpage-table td:nth-child(1){position:sticky!important;left:0!important;z-index:12!important;background:#fff!important}.marketing-fanpage-table th:nth-child(2),.marketing-fanpage-table td:nth-child(2){position:sticky!important;left:230px!important;z-index:12!important;background:#fff!important}.marketing-fanpage-table th:nth-child(3),.marketing-fanpage-table td:nth-child(3){position:sticky!important;left:375px!important;z-index:13!important;background:#fff!important;box-shadow:7px 0 10px #123f2714}.marketing-fanpage-table thead th{position:sticky!important;top:0!important;z-index:20!important;background:#eaf4ed!important}.marketing-fanpage-table thead th:nth-child(1){left:0!important;z-index:31!important}.marketing-fanpage-table thead th:nth-child(2){left:230px!important;z-index:31!important}.marketing-fanpage-table thead th:nth-child(3){left:375px!important;z-index:32!important;box-shadow:7px 0 10px #123f2714}.marketing-fanpage-table tbody tr:hover td:nth-child(-n+3){background:#f7fbf8!important}.marketing-fanpage-table td:nth-child(1){white-space:normal!important;line-height:1.22;font-weight:700}.marketing-fanpage-table td:nth-child(2){white-space:normal!important;line-height:1.2}.marketing-product-name{font-size:12.5px;line-height:1.2}.marketing-fanpage-inline-select{height:30px;padding:3px 6px;font-size:12px;border-radius:7px}.marketing-open-link{min-height:26px;padding:3px 6px;font-size:11.5px}.marketing-fanpage-post-stack{gap:3px}.marketing-fanpage-post-manage{min-height:28px;padding:4px 7px;font-size:12px;line-height:1.15}.marketing-fanpage-post-status{min-height:22px;padding:2px 7px;font-size:11.5px}.marketing-fanpage-note{min-height:34px;height:34px;resize:vertical;padding:5px 7px;font-size:12px;line-height:1.2}.marketing-fanpage-save{min-width:62px;padding:6px 8px!important;font-size:12px}@media(max-width:900px){.marketing-fanpage-table{min-width:1490px!important}}.marketing-fanpage-table td:nth-child(1),.marketing-fanpage-table td:nth-child(1) b{font-weight:600!important;font-family:inherit!important;letter-spacing:0}.marketing-fanpage-table th:nth-child(5),.marketing-fanpage-table td:nth-child(5){width:135px!important;min-width:135px!important;max-width:135px!important;overflow:visible!important}.marketing-fanpage-inline-select{display:block;width:100%!important;height:34px!important;min-height:34px!important;line-height:1.2!important;padding:4px 26px 4px 8px!important;box-sizing:border-box!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.overview-repurchase-panel{margin-top:18px;padding:20px}.overview-repurchase-heading h3{margin:0;color:#123d25;font-size:22px}.overview-repurchase-heading p{margin:5px 0 16px;color:#617268}.overview-repurchase-filter{margin-bottom:12px}.overview-repurchase-title{margin:24px 0 8px;color:#153e27;font-size:18px}.overview-repurchase-panel .report-total-table-card{background:#fff;border:1px solid #dce7df;border-radius:12px;overflow:hidden}.overview-repurchase-panel .report-total-table-wrap{overflow-x:auto}.overview-repurchase-panel .report-total-table{border-collapse:collapse;width:100%}.overview-repurchase-panel .report-total-table th,.overview-repurchase-panel .report-total-table td{padding:10px 12px;border:1px solid #d6e1d9}@media(max-width:900px){.overview-repurchase-filter{grid-template-columns:1fr 1fr}.overview-repurchase-filter button{grid-column:1/-1}}@media(max-width:620px){.overview-repurchase-filter{grid-template-columns:1fr}.overview-repurchase-filter button{grid-column:auto}}.overview-repurchase-filter.has-staff-filter{grid-template-columns:minmax(250px,1.2fr) minmax(155px,.72fr) minmax(155px,.72fr) minmax(210px,.9fr) auto}.overview-repurchase-product-select .product-multi-trigger{background:#126334;border-color:#0d542b;color:#fff;font-weight:900;box-shadow:0 2px 6px #12633429}.overview-repurchase-product-select .product-multi-trigger span,.overview-repurchase-product-select .product-multi-trigger .has-selection,.overview-repurchase-product-select .product-multi-chevron{color:#fff!important;opacity:1}@media(max-width:1100px){.overview-repurchase-filter.has-staff-filter{grid-template-columns:1fr 1fr}.overview-repurchase-filter.has-staff-filter button{grid-column:1/-1}}@media(max-width:620px){.overview-repurchase-filter.has-staff-filter{grid-template-columns:1fr}.overview-repurchase-filter.has-staff-filter button{grid-column:auto}}.overview-repurchase-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.overview-repurchase-title-row .overview-repurchase-title{margin:0}.overview-detail-button{border:1px solid #b9d1c0;background:#fff;color:#0d5b31;border-radius:9px;padding:8px 13px;font-weight:800;cursor:pointer;white-space:nowrap}.overview-detail-button:hover{background:#edf7f0}.overview-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background:#071d1294;display:grid;place-items:center;padding:20px}.overview-detail-modal{width:min(1180px,96vw);max-height:90vh;background:#fff;border-radius:18px;box-shadow:0 30px 90px #0000004d;padding:20px;display:flex;flex-direction:column;gap:14px}.overview-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.overview-detail-head h3{margin:0 0 5px;color:#103b21}.overview-detail-head p{margin:0;color:#66756d}.overview-detail-head>button{border:0;background:#edf3ef;border-radius:9px;width:38px;height:38px;font-size:25px;cursor:pointer}.overview-detail-tools{display:flex;align-items:center;justify-content:space-between;gap:14px}.overview-detail-tools input{width:min(430px,100%);border:1px solid #cbd8cf;border-radius:9px;padding:10px 12px;font-size:14px}.overview-detail-tools span{color:#66756d;font-size:13px}.overview-detail-table-wrap{overflow:auto;border:1px solid #dce6df;border-radius:11px}.overview-detail-table{width:100%;min-width:850px;border-collapse:collapse;font-size:13px}.overview-detail-table th{position:sticky;top:0;background:#e8f2e9;color:#153d24;padding:11px;text-align:left;white-space:nowrap}.overview-detail-table td{padding:10px 11px;border-top:1px solid #e6ece8;vertical-align:top}.overview-detail-table tbody tr:hover{background:#f8fbf9}.overview-detail-empty{text-align:center!important;color:#758179;padding:30px!important}.overview-detail-pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px}.overview-detail-pagination button{border:1px solid #c7d6cc;background:#fff;border-radius:8px;padding:8px 12px;font-weight:700;cursor:pointer}.overview-detail-pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:720px){.overview-detail-backdrop{padding:8px}.overview-detail-modal{width:100%;max-height:94vh;padding:14px}.overview-detail-tools{align-items:stretch;flex-direction:column}.overview-detail-tools input{width:100%;box-sizing:border-box}.overview-repurchase-title-row{align-items:flex-start}.overview-detail-button{padding:7px 10px}}.project-status-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-status-card-head h4{margin:0}.project-status-edit-button{border:1px solid #b9d1c0;background:#fff;color:#0d5b31;border-radius:8px;padding:8px 12px;font-weight:800;cursor:pointer;white-space:nowrap}.project-status-edit-button.active{background:#edf7f0}.project-status-edit-note{margin:9px 0;padding:9px 11px;border:1px solid #d9e7dd;border-radius:8px;background:#f4faf6;color:#3d5a47;font-size:12px}.project-status-cell-editor{display:flex;align-items:center;gap:5px;min-width:112px}.project-status-cell-editor input{width:62px!important;min-width:62px;height:32px!important;padding:4px 6px!important;text-align:center;border:1px solid #b9d1c0;border-radius:6px}.project-status-cell-editor button{height:32px;border:0;border-radius:6px;background:#126b38;color:#fff;font-weight:800;padding:0 8px;cursor:pointer}.project-status-cell-editor button:disabled{opacity:.55}@media(max-width:720px){.overview-v2,.overview-v2 *{box-sizing:border-box}.overview-v2,.overview-panel,.overview-filter-panel,.overview-filter-layout,.overview-filter-layout>*,.overview-filter-group,.overview-filter-period,.overview-preset-row{min-width:0!important;max-width:100%!important}.overview-filter-panel{overflow:hidden}.overview-preset-row{width:100%!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.overview-preset-row button{min-width:0!important;max-width:100%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center!important}.overview-filter-group .product-multi-select,.overview-filter-group .product-multi-trigger,.overview-filter-group select,.overview-filter-group input{min-width:0!important;max-width:100%!important;width:100%!important}.overview-filter-action{min-width:0!important;width:100%!important}.project-status-card-head{align-items:stretch;flex-direction:column}.project-status-edit-button{width:100%}}@media(max-width:420px){.overview-preset-row{grid-template-columns:1fr!important}}.project-care-transfer-bar{display:grid;grid-template-columns:auto minmax(240px,1fr) auto 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-temporary-button{background:#eef7f1;border-color:#9cc5aa!important;color:#155f36}.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}.project-status-lock-button{background:#16a34a!important;border-color:#16a34a!important;color:#fff!important}.project-status-lock-button:disabled{opacity:.65;cursor:not-allowed}.project-status-report{display:flex;flex-direction:column;gap:14px}.project-status-report-meta{display:flex;gap:10px 18px;flex-wrap:wrap;align-items:center;padding:10px 12px;border:1px solid #dce7df;border-radius:10px;background:#f7fbf8;color:#365344;font-size:13px}.project-status-locked-note{color:#126b37;font-weight:800}.project-status-card{border:1px solid #dce4de;border-radius:12px;padding:12px 14px 16px;background:#fff}.project-status-card h4{margin:0 0 10px;font-size:16px}.project-status-table-wrap{width:100%;overflow:auto;border:1px solid #d8e1da;border-radius:10px}.project-status-pivot-table,.project-status-average-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:13px;white-space:nowrap}.project-status-pivot-table th,.project-status-pivot-table td,.project-status-average-table th,.project-status-average-table td{border-right:1px solid #d6dfd8;border-bottom:1px solid #d6dfd8;padding:8px 10px;text-align:center}.project-status-pivot-table th,.project-status-average-table th{background:#e8f3eb;color:#173e27;font-weight:800}.project-status-pivot-table th:first-child,.project-status-pivot-table td:first-child,.project-status-average-table th:first-child,.project-status-average-table td:first-child{position:sticky;left:0;z-index:2;min-width:120px}.project-status-pivot-table th:first-child,.project-status-average-table th:first-child{z-index:3}.project-status-sticky{background:#fff}.project-status-total-row td{background:#d9ead3!important;font-weight:800}.project-status-total-row .project-status-sticky{background:#d9ead3!important}.project-status-average-card{max-width:760px}@media(max-width:720px){.project-status-report-meta{align-items:flex-start;flex-direction:column}}.project-compact-transfer-bar{display:grid;grid-template-columns:auto minmax(220px,360px) auto auto;align-items:center;gap:9px;margin:10px 0 12px;padding:10px 12px;border:1px solid #d8e5dc;border-radius:10px;background:#f6faf7;color:#294c36}.project-compact-transfer-bar select{width:100%;height:38px;min-width:0;padding:0 10px;border:1px solid #cbd8cf;border-radius:8px;background:#fff}.project-compact-transfer-bar button{height:38px;padding:0 13px;border-radius:8px;font-weight:800;cursor:pointer;white-space:nowrap}.project-compact-primary{border:1px solid #17683b;background:#17683b;color:#fff}.project-compact-secondary{border:1px solid #d1ddd5;background:#fff;color:#334a3a}.project-compact-transfer-bar button:disabled{opacity:.5;cursor:not-allowed}.project-temp-transfer-note{grid-column:1 / -1;color:#69776f;font-size:12px;margin-top:-2px}@media(max-width:900px){.project-compact-transfer-bar{grid-template-columns:1fr 1fr}}@media(max-width:600px){.project-compact-transfer-bar{grid-template-columns:1fr}}.project-care-priority-filters{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.project-care-priority-filters button{min-height:36px;padding:0 14px;border:1px solid #d2dfd6;border-radius:18px;background:#fff;color:#173f29;font-weight:700;cursor:pointer}.project-care-priority-filters button span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:6px;padding:0 6px;border-radius:11px;background:#edf4ef;font-size:12px}.project-care-priority-filters button.active{background:#17683b;border-color:#17683b;color:#fff}.project-care-priority-filters button.active span{background:#fff3;color:#fff}.project-care-priority-note{display:flex;align-items:center;gap:10px;margin:0 0 10px;padding:10px 12px;border-left:4px solid #17683b;border-radius:8px;background:#f5faf7;color:#345043}.project-care-priority-note b{color:#17683b;white-space:nowrap}.project-care-column-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0 10px}.project-care-column-controls button{min-height:36px;padding:0 14px;border:1px solid #cfdcd3;border-radius:8px;background:#fff;color:#244b34;font-weight:700;cursor:pointer}.project-care-column-controls button.active{border-color:#17683b;background:#17683b;color:#fff}.project-care-note-cell{min-width:210px;width:210px;max-width:210px;vertical-align:top;padding:6px 8px!important}.project-care-note-scroll{width:100%;max-height:96px;overflow:auto;white-space:pre-wrap;word-break:break-word;line-height:1.35;font-size:12px}.project-care-calculation-cell{min-width:92px;max-width:120px;text-align:center;white-space:nowrap}.project-gas-table th{vertical-align:middle}.project-gas-table th:nth-child(n){line-height:1.2}.project-cskh-timeline-report{display:flex;flex-direction:column;gap:14px}.project-cskh-timeline-wrap{width:100%;overflow:auto;border:1px solid #d8e1da;border-radius:10px}.project-cskh-timeline-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:13px;white-space:nowrap}.project-cskh-timeline-table th,.project-cskh-timeline-table td{min-width:74px;padding:9px 11px;text-align:center;border-right:1px solid #d6dfd8;border-bottom:1px solid #d6dfd8}.project-cskh-timeline-table th{background:#dcebdc;color:#173e27;font-weight:800;position:sticky;top:0;z-index:2}.project-cskh-timeline-table th:first-child,.project-cskh-timeline-table td:first-child{position:sticky;left:0;min-width:180px;text-align:left;z-index:3;background:#fff}.project-cskh-timeline-table th:nth-child(2),.project-cskh-timeline-table td:nth-child(2){position:sticky;left:180px;min-width:90px;z-index:3;background:#f5faf6}.project-cskh-timeline-table thead th:first-child,.project-cskh-timeline-table thead th:nth-child(2){z-index:5;background:#cfe4cf}.project-cskh-total-row td{background:#d9ead3!important;font-weight:800}.project-cskh-total-row .project-cskh-sticky-name,.project-cskh-total-row .project-cskh-sticky-total{background:#d9ead3!important}.sales-anomaly-page{display:flex;flex-direction:column;gap:16px;min-width:0}.sales-anomaly-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.sales-anomaly-title-row h2{margin:0 0 5px;font-size:26px}.sales-anomaly-title-row p{margin:0;color:#68766e}.sales-anomaly-refresh{border:1px solid #d2ddd6;background:#fff;border-radius:9px;padding:9px 14px;font-weight:800;cursor:pointer}.sales-anomaly-module-grid{display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));gap:10px;width:100%}.sales-anomaly-module{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:15px 16px;border:1px solid #d8e3dc;border-radius:13px;background:#fff;text-align:left}.sales-anomaly-module.active{background:#125d34;color:#fff;border-color:#125d34}.sales-anomaly-module>span{font-size:22px}.sales-anomaly-module b{font-size:16px}.sales-anomaly-module small{opacity:.8}.sales-anomaly-panel{border:1px solid #d8e3dc;border-radius:14px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:12px;min-width:0}.sales-anomaly-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.sales-anomaly-panel-heading h3{margin:3px 0 0;font-size:19px}.sales-anomaly-eyebrow{font-size:11px;font-weight:900;color:#187044}.sales-anomaly-threshold-badge{background:#fff2f2;color:#b3261e;border:1px solid #ffcaca;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.sales-anomaly-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.sales-anomaly-kpi{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid #dfe7e2;border-radius:11px;background:#f9fcfa}.sales-anomaly-kpi>span{font-size:22px}.sales-anomaly-kpi b{display:block;font-size:20px;color:#16442a}.sales-anomaly-kpi small{color:#6a776f}.sales-anomaly-toolbar{display:grid;grid-template-columns:145px 145px 150px minmax(210px,1fr) auto;gap:9px;align-items:end;padding:11px;border:1px solid #dde6e0;border-radius:11px;background:#f8fbf9}.sales-anomaly-toolbar label{display:flex;flex-direction:column;gap:5px}.sales-anomaly-toolbar label>span{font-size:11px;font-weight:900;color:#365944}.sales-anomaly-toolbar input{height:36px;box-sizing:border-box;border:1px solid #cbd8d0;border-radius:7px;padding:0 9px;background:#fff}.sales-anomaly-threshold-input{display:flex;align-items:center;gap:6px}.sales-anomaly-threshold-input input{width:95px}.sales-anomaly-filter-button{height:36px;border:0;border-radius:7px;background:#125d34;color:#fff;font-weight:900;padding:0 15px;cursor:pointer}.sales-anomaly-note{padding:9px 11px;border:1px solid #cae4d2;border-radius:8px;background:#edf8f0;color:#245636;font-size:12px;line-height:1.45}.sales-anomaly-table-wrap{width:100%;max-height:620px;overflow:auto;border:1px solid #d9e3dc;border-radius:10px;scrollbar-gutter:stable}.sales-anomaly-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:11px;white-space:nowrap}.sales-anomaly-table th,.sales-anomaly-table td{box-sizing:border-box;border-right:1px solid #dce5df;border-bottom:1px solid #dce5df;padding:7px 8px;text-align:center;background:#fff}.sales-anomaly-table thead th{position:sticky;top:0;z-index:40;background:#dcefdc;color:#173d27;font-weight:900}.sales-anomaly-table .date-header{min-width:104px}.sales-anomaly-table .date-header span,.sales-anomaly-table .date-header b{display:block}.sales-anomaly-table .date-header span{font-size:10px;color:#587060;margin-bottom:2px}.sales-anomaly-table .day-cell{min-width:104px}.sales-anomaly-table .day-cell b,.sales-anomaly-table .day-cell small{display:block}.sales-anomaly-table .day-cell b{font-size:12px}.sales-anomaly-table .day-cell small{margin-top:3px;color:#6e7e74;font-size:9px}.sales-anomaly-table .day-cell.danger,.sales-anomaly-table .summary-rate.danger{background:#f52222;color:#fff;font-weight:900}.sales-anomaly-table .day-cell.danger small{color:#fff}.sales-anomaly-table .staff-cell{text-align:left}.sales-anomaly-table .staff-cell b,.sales-anomaly-table .staff-cell small{display:block}.sales-anomaly-table .staff-cell small{margin-top:2px;color:#6d7b73}.sales-anomaly-table .summary-number,.sales-anomaly-table .summary-rate{font-weight:800}.sales-anomaly-table .sticky-col{position:sticky;z-index:30;background:#f8fbf9}.sales-anomaly-table thead .sticky-col{z-index:60;background:#cfe7cf}.sales-anomaly-table .sticky-1{left:0;width:48px;min-width:48px}.sales-anomaly-table .sticky-2{left:48px;width:170px;min-width:170px}.sales-anomaly-table .sticky-3{left:218px;width:82px;min-width:82px}.sales-anomaly-table .sticky-4{left:300px;width:76px;min-width:76px}.sales-anomaly-table .sticky-5{left:376px;width:90px;min-width:90px;box-shadow:5px 0 8px #12492814}.sales-anomaly-empty{padding:28px!important;color:#728077}@media(max-width:1000px){.sales-anomaly-kpis,.sales-anomaly-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-anomaly-filter-button{grid-column:1/-1}}@media(max-width:700px){.sales-anomaly-title-row{flex-direction:column}.sales-anomaly-module-grid,.sales-anomaly-kpis,.sales-anomaly-toolbar{grid-template-columns:1fr}.sales-anomaly-panel-heading{align-items:flex-start;flex-direction:column}}.sales-anomaly-module-grid.multi{grid-template-columns:repeat(2,minmax(280px,460px))}.sales-anomaly-cod-badge{background:#eef7ff;color:#175f91;border:1px solid #cbe5f6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.sales-anomaly-kpis.cod-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.sales-anomaly-cod-summary{padding:9px 11px;border-radius:8px;background:#f8fbf9;border:1px solid #dce7e0;color:#405a4a;font-size:12px}.sales-anomaly-cod-summary .negative{color:#c62828}.sales-anomaly-toolbar.cod-toolbar{grid-template-columns:145px 145px 160px 180px minmax(210px,1fr) auto}.sales-anomaly-toolbar select{height:36px;box-sizing:border-box;border:1px solid #cbd8d0;border-radius:7px;padding:0 9px;background:#fff}.sales-anomaly-cod-table-wrap{width:100%;max-height:620px;overflow:auto;border:1px solid #d9e3dc;border-radius:10px;scrollbar-gutter:stable}.sales-anomaly-cod-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:11px;white-space:nowrap}.sales-anomaly-cod-table th,.sales-anomaly-cod-table td{border-right:1px solid #dce5df;border-bottom:1px solid #dce5df;padding:7px 8px;text-align:center;background:#fff}.sales-anomaly-cod-table thead th{position:sticky;top:0;z-index:20;background:#dcefdc;color:#173d27;font-weight:900}.sales-anomaly-cod-table .cod-products{white-space:normal;text-align:left;min-width:220px;max-width:300px}.sales-anomaly-cod-table .cod-order-code{font-weight:900;color:#15492d}.sales-anomaly-cod-table .money-cell{font-weight:800;text-align:right}.sales-anomaly-cod-table .missing-cell{background:#fff7e0;color:#8a5b00}.sales-anomaly-cod-table .difference-danger{background:#ffd9d9;color:#b00020}.sales-anomaly-cod-table tr.cod-row-mismatch td{background:#fff8f8}.sales-anomaly-cod-table tr.cod-row-mismatch .difference-danger{background:#f52222;color:#fff}.cod-status{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:4px 8px;border-radius:999px;font-weight:900}.cod-status.match{background:#e8f7ed;color:#176b37}.cod-status.mismatch{background:#f52222;color:#fff}.cod-status.missing{background:#fff1cc;color:#8a5b00}.sales-anomaly-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#66756c}.sales-anomaly-pagination>div{display:flex;align-items:center;gap:8px}.sales-anomaly-pagination button{border:1px solid #cfdbd3;background:#fff;border-radius:7px;padding:7px 10px;font-weight:800;cursor:pointer}.sales-anomaly-pagination button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1200px){.sales-anomaly-kpis.cod-kpis,.sales-anomaly-toolbar.cod-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.sales-anomaly-module-grid.multi,.sales-anomaly-kpis.cod-kpis,.sales-anomaly-toolbar.cod-toolbar{grid-template-columns:1fr}.sales-anomaly-pagination{align-items:flex-start;flex-direction:column}}.sales-anomaly-price-badge{padding:7px 10px;border-radius:999px;background:#fff3cd;color:#785b00;border:1px solid #f1d27a;font-size:11px;font-weight:800;white-space:nowrap}.price-toolbar{grid-template-columns:140px 140px minmax(145px,1fr) minmax(180px,1.25fr) 150px 165px minmax(190px,1.3fr) auto}.sales-anomaly-price-table-wrap{width:100%;max-height:620px;overflow:auto;border:1px solid #d9e4dc;border-radius:12px;background:#fff;scrollbar-gutter:stable}.sales-anomaly-price-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:12px;white-space:nowrap}.sales-anomaly-price-table th,.sales-anomaly-price-table td{border-right:1px solid #dce5df;border-bottom:1px solid #dce5df;padding:8px 9px;text-align:center;background:#fff;vertical-align:middle}.sales-anomaly-price-table thead th{position:sticky;top:0;z-index:5;background:#dcefdc;color:#173d27;font-weight:800}.sales-anomaly-price-table tfoot td{position:sticky;bottom:0;z-index:4;background:#eef7ef;border-top:2px solid #9ac7a7;font-weight:800}.sales-anomaly-price-table .price-product{text-align:left;min-width:210px;max-width:300px;white-space:normal}.sales-anomaly-price-table .subtle-line{display:block;color:#758178;margin-top:2px;font-size:10px}.sales-anomaly-price-table .price-row-abnormal td{background:#fff8f7}.sales-anomaly-price-table .difference-danger{background:#ffd9d5!important;color:#b42318;font-weight:900}.price-status{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:4px 7px;border-radius:999px;font-size:10px;font-weight:900}.price-status.abnormal{background:#ff1d1d;color:#fff}.price-status.unmatched{background:#fff3cd;color:#785b00}.unmatched-text{color:#9a6700;font-weight:700}@media(max-width:1400px){.price-toolbar{grid-template-columns:repeat(4,minmax(150px,1fr))}}@media(max-width:900px){.price-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.price-toolbar{grid-template-columns:1fr}}.numbering-toolbar{display:flex;align-items:end;gap:10px;padding:13px;border:1px solid #dfe8e2;border-radius:12px;background:#fff}.numbering-toolbar label{display:flex;flex-direction:column;gap:5px;min-width:190px}.numbering-toolbar label>span{font-size:12px;font-weight:800;color:#345642}.numbering-toolbar input{height:38px;border:1px solid #cad9cf;border-radius:8px;padding:0 10px;background:#fff}.numbering-section{border:1px solid #d9e4dc;border-radius:13px;overflow:hidden;background:#fff}.numbering-section-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:14px 15px;background:#f7fbf8;border-bottom:1px solid #d9e4dc}.numbering-section-heading h3{margin:2px 0 0;color:#19482d}.numbering-section-summary{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.numbering-section-summary span{padding:7px 9px;border:1px solid #d7e4da;background:#fff;border-radius:9px;font-size:12px}.numbering-section-summary b{color:#145b34}.numbering-table-wrap{width:100%;overflow:auto;max-height:650px}.numbering-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:11px;white-space:normal}.numbering-table th,.numbering-table td{border-right:1px solid #cbd9cd;border-bottom:1px solid #cbd9cd;padding:7px 8px;text-align:center;background:#fff;vertical-align:middle}.numbering-table thead th{position:sticky;top:0;z-index:10;background:#9aca85;color:#153923;font-weight:900;min-width:86px}.numbering-table thead tr:nth-child(2) th{top:32px;background:#dcefd5}.numbering-table thead th small{display:block;font-size:10px;line-height:1.2;font-weight:600;margin-top:3px}.numbering-table .numbering-code{min-width:95px}.numbering-table .numbering-name{min-width:125px;text-align:left}.numbering-group-row td{position:sticky;left:0;z-index:5;background:#eef7ea;color:#174a2b;text-align:left;font-weight:900;letter-spacing:.5px;padding:7px 12px}.numbering-anomaly-active{background:#ff2d2d!important;color:#fff;font-weight:900;min-width:142px}.numbering-anomaly-empty{min-width:142px;background:#fff}.numbering-rate-alert{background:#ff2d2d!important;color:#fff;font-weight:900}@media(max-width:900px){.numbering-section-heading{align-items:flex-start;flex-direction:column}.numbering-section-summary{justify-content:flex-start}}@media(max-width:1450px){.sales-anomaly-module-grid{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media(max-width:950px){.sales-anomaly-module-grid{grid-template-columns:repeat(2,minmax(190px,1fr))}}@media(max-width:620px){.sales-anomaly-module-grid{grid-template-columns:1fr}}.numbering-table{table-layout:fixed;font-size:10.5px}.numbering-table th,.numbering-table td{padding:6px}.numbering-table th:nth-child(1),.numbering-table td:nth-child(1){width:44px;min-width:44px;max-width:44px}.numbering-table tbody td:nth-child(2){width:78px;min-width:78px;max-width:78px}.numbering-table tbody td:nth-child(3){width:106px;min-width:106px;max-width:106px}.numbering-table tbody td:nth-child(4){width:72px;min-width:72px;max-width:72px}.numbering-table tbody td:nth-child(5){width:80px;min-width:80px;max-width:80px}.numbering-table tbody td:nth-child(6){width:88px;min-width:88px;max-width:88px}.numbering-table tbody td:nth-child(7){width:92px;min-width:92px;max-width:92px}.numbering-table tbody td:nth-child(n+8):nth-child(-n+13){width:116px;min-width:116px;max-width:116px}.numbering-table thead tr:nth-child(2) th:nth-child(n+7){width:116px;min-width:116px;max-width:116px}.numbering-table thead th small{font-size:9px;line-height:1.12}.numbering-table thead tr:first-child th:first-child,.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(1){position:sticky;left:0;z-index:50}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(2){position:sticky;left:44px;z-index:31}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(3){position:sticky;left:122px;z-index:31}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(4){position:sticky;left:228px;z-index:31}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(5){position:sticky;left:300px;z-index:31}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(6){position:sticky;left:380px;z-index:31}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(7){position:sticky;left:468px;z-index:31;box-shadow:5px 0 8px #1249281a}.numbering-table tbody tr:not(.numbering-group-row) td:nth-child(-n+7){background:#fff}.numbering-table thead tr:nth-child(2) th:nth-child(1){position:sticky;left:44px;z-index:42;width:78px;min-width:78px;max-width:78px}.numbering-table thead tr:nth-child(2) th:nth-child(2){position:sticky;left:122px;z-index:42;width:106px;min-width:106px;max-width:106px}.numbering-table thead tr:nth-child(2) th:nth-child(3){position:sticky;left:228px;z-index:42;width:72px;min-width:72px;max-width:72px}.numbering-table thead tr:nth-child(2) th:nth-child(4){position:sticky;left:300px;z-index:42;width:80px;min-width:80px;max-width:80px}.numbering-table thead tr:nth-child(2) th:nth-child(5){position:sticky;left:380px;z-index:42;width:88px;min-width:88px;max-width:88px}.numbering-table thead tr:nth-child(2) th:nth-child(6){position:sticky;left:468px;z-index:42;width:92px;min-width:92px;max-width:92px;box-shadow:5px 0 8px #1249281a}.numbering-table thead tr:first-child th:first-child{background:#9aca85}.sales-anomaly-module-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;width:100%!important;max-width:none!important}.sales-anomaly-module{width:100%!important;min-width:0!important;max-width:none!important}@media(max-width:1100px){.sales-anomaly-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.sales-anomaly-module-grid{grid-template-columns:1fr!important}}.sales-anomaly-module-grid.multi{grid-template-columns:repeat(3,minmax(0,1fr))}.task23-panel{max-width:1180px;margin-left:0;margin-right:auto}.task23-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px}.task23-heading h3{margin:2px 0;font-size:21px;color:#173f29}.task23-heading p{margin:0;color:#748078;font-size:12px}.task23-threshold-badge{padding:7px 10px;border:1px solid #ffb7b7;border-radius:999px;background:#fff1f1;color:#c62828;font-size:12px;font-weight:800;white-space:nowrap}.task23-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:10px}.task23-kpis>div{min-height:70px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;padding:10px 12px;border:1px solid #d9e5dc;border-radius:10px;background:#fff}.task23-kpis>div>span{grid-row:1/3;font-size:19px}.task23-kpis b{font-size:20px;color:#174c2d}.task23-kpis small{font-size:11px;color:#6c786f}.task23-kpis .danger{border-color:#ffb6b6;background:#fff3f3}.task23-kpis .danger b{color:#c62828}.task23-toolbar{display:grid;grid-template-columns:150px 150px minmax(280px,1fr) auto;gap:8px;align-items:end;padding:9px;border:1px solid #dce7df;border-radius:9px;background:#f8faf8}.task23-toolbar label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:800;color:#3e5947}.task23-toolbar input{height:36px;box-sizing:border-box;padding:0 8px;border:1px solid #cbd9cf;border-radius:7px;background:#fff}.task23-toolbar button{height:36px;padding:0 16px;border:0;border-radius:7px;background:#155f35;color:#fff;font-weight:800;cursor:pointer}.task23-rule{margin:9px 0;padding:8px 10px;border:1px solid #cfe3d2;border-radius:8px;background:#edf8f0;color:#365d42;font-size:11px;line-height:1.4}.task23-table-wrap{overflow:auto;border:1px solid #cfded2;border-radius:9px}.task23-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed;font-size:13px}.task23-table th,.task23-table td{padding:9px 10px;border-right:1px solid #cfded2;border-bottom:1px solid #cfded2;text-align:center}.task23-table th{background:#dcefd8;color:#173f27;font-size:12px;font-weight:800}.task23-table th:nth-child(1),.task23-table td:nth-child(1){width:55px}.task23-table th:nth-child(2),.task23-table td:nth-child(2){width:260px;text-align:left}.task23-table th:nth-child(3),.task23-table td:nth-child(3){width:180px}.task23-table th:nth-child(4),.task23-table td:nth-child(4){width:175px}.task23-table th:nth-child(5),.task23-table td:nth-child(5){width:205px;font-weight:900}.task23-name b,.task23-name small{display:block}.task23-name small{margin-top:2px;color:#718078;font-size:10px;font-weight:500}.task23-danger-row td{background:#fff7f7}.task23-danger-rate{background:#ef2525!important;color:#fff!important;font-weight:900!important}.task23-rate{font-weight:900}.task23-table tfoot td{background:#eaf5e8;border-top:2px solid #8ab680;font-weight:900}@media(max-width:1000px){.sales-anomaly-module-grid.multi,.task23-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.task23-toolbar{grid-template-columns:1fr 1fr}.task23-staff-filter,.task23-toolbar button{grid-column:1/-1}}@media(max-width:700px){.sales-anomaly-module-grid.multi,.task23-kpis,.task23-toolbar{grid-template-columns:1fr}.task23-heading{flex-direction:column}.task23-table{min-width:720px}}.sales-policy-page{display:grid;gap:12px;min-width:0}.sales-policy-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid #dbe7de;border-radius:10px;background:#f8fbf9}.sales-policy-intro h3{margin:0 0 4px;font-size:18px;color:#183f29}.sales-policy-intro p{margin:0;color:#63746a;font-size:12px}.sales-policy-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px;align-items:start;width:100%;min-width:0}.sales-policy-form{display:grid;gap:9px;padding:13px;width:100%;min-width:0;box-sizing:border-box;position:sticky;top:10px;overflow:hidden}.sales-policy-form label{display:grid;gap:4px;min-width:0;font-size:12px;font-weight:700}.sales-policy-form input,.sales-policy-form select{width:100%;min-width:0;min-height:35px;box-sizing:border-box;border:1px solid #ccd9d0;border-radius:7px;padding:6px 8px;background:#fff}.sales-policy-form .catalog-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;min-width:0}.sales-policy-form em{color:#d92d20;font-style:normal}.sales-policy-form .check-label{display:flex;align-items:center;gap:8px}.sales-policy-form .check-label input{width:18px;min-width:18px;height:18px;min-height:18px}.sales-policy-form .primary-button{width:100%}.sales-policy-list{padding:12px;width:100%;min-width:0;box-sizing:border-box;overflow:hidden}.sales-policy-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;min-width:0}.sales-policy-list-head>div{min-width:0}.sales-policy-list-head h3{display:inline;margin:0;font-size:17px}.sales-policy-list-head span{margin-left:8px;color:#6c7a71;font-size:11px}.sales-policy-list-head input{flex:0 1 330px;width:330px;max-width:42%;min-width:180px;min-height:34px;box-sizing:border-box;border:1px solid #ccd9d0;border-radius:7px;padding:6px 9px}.sales-policy-note{padding:7px 9px;margin-bottom:7px;border-radius:7px;background:#eef8f1;color:#496454;font-size:11px}.sales-policy-table-wrap{width:100%;max-width:100%;max-height:565px;overflow:auto;box-sizing:border-box;border:1px solid #dfe8e2;border-radius:8px;scrollbar-gutter:stable}.sales-policy-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed}.sales-policy-table th,.sales-policy-table td{padding:8px 9px;border-bottom:1px solid #e3ebe5;font-size:12px;line-height:1.25;vertical-align:middle;box-sizing:border-box;overflow-wrap:anywhere}.sales-policy-table th{position:sticky;top:0;z-index:3;background:#eaf4ed;color:#163f29;text-align:left;white-space:nowrap}.sales-policy-table th:nth-child(1),.sales-policy-table td:nth-child(1){width:58px;text-align:center}.sales-policy-table th:nth-child(2),.sales-policy-table td:nth-child(2){width:25%}.sales-policy-table th:nth-child(3),.sales-policy-table td:nth-child(3){width:35%}.sales-policy-table th:nth-child(4),.sales-policy-table td:nth-child(4){width:20%;text-align:right;white-space:nowrap}.sales-policy-table th:nth-child(5),.sales-policy-table td:nth-child(5){width:20%;text-align:right;white-space:nowrap}.sales-policy-table tbody tr{cursor:pointer;background:#fff}.sales-policy-table tbody tr:hover{background:#f4faf6}.sales-policy-table tbody tr.inactive{opacity:.55}.sales-policy-sale-price{color:#d7191c}@media(max-width:1200px){.sales-policy-layout{grid-template-columns:290px minmax(0,1fr);gap:10px}.sales-policy-list-head input{max-width:48%}}@media(max-width:900px){.sales-policy-layout{grid-template-columns:1fr}.sales-policy-form{position:static}.sales-policy-table{min-width:720px}}@media(max-width:700px){.sales-policy-intro,.sales-policy-list-head{flex-direction:column;align-items:stretch}.sales-policy-list-head input{width:100%;max-width:none;min-width:0}.sales-policy-form .catalog-two{grid-template-columns:1fr}.sales-policy-table{min-width:690px}}.sales-policy-table{min-width:900px}.sales-policy-table th:nth-child(2),.sales-policy-table td:nth-child(2){width:22%}.sales-policy-table th:nth-child(3),.sales-policy-table td:nth-child(3){width:29%}.sales-policy-table th:nth-child(6),.sales-policy-table td:nth-child(6){width:150px;text-align:center;white-space:nowrap}.sales-policy-actions{display:flex;align-items:center;justify-content:center;gap:6px}.sales-policy-actions button{min-height:30px;border-radius:7px;padding:5px 9px;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap;background:#fff}.sales-policy-edit-btn{border:1px solid #cfdad2;color:#1f4930}.sales-policy-edit-btn:hover{background:#f1f8f3}.sales-policy-stop-btn{border:1px solid #f0aaa4;color:#c6291f}.sales-policy-stop-btn:hover{background:#fff2f1}.sales-policy-enable-btn{border:1px solid #91c9a4;color:#17683a}.sales-policy-enable-btn:hover{background:#effaf2}.sales-policy-stopped-label{display:inline-block;margin-top:3px;padding:2px 6px;border-radius:999px;background:#fff0ef;color:#b42318;font-size:9px;font-weight:800}.sales-policy-table tbody tr.inactive{opacity:.72;background:#fafafa}.sales-policy-table tbody tr.inactive .sales-policy-sale-price{color:#777}.sales-policy-page{width:100%;max-width:none}.sales-policy-layout{grid-template-columns:300px minmax(0,1fr);width:100%;max-width:none}.sales-policy-form{width:300px;max-width:300px}.sales-policy-list{width:100%;max-width:none;min-width:0}.sales-policy-table-wrap{width:100%;max-width:none;overflow-x:auto}.sales-policy-table{width:100%;min-width:980px;table-layout:fixed}.sales-policy-table th:nth-child(1),.sales-policy-table td:nth-child(1){width:54px}.sales-policy-table th:nth-child(2),.sales-policy-table td:nth-child(2){width:21%}.sales-policy-table th:nth-child(3),.sales-policy-table td:nth-child(3){width:31%}.sales-policy-table th:nth-child(4),.sales-policy-table td:nth-child(4){width:17%}.sales-policy-table th:nth-child(5),.sales-policy-table td:nth-child(5){width:17%}.sales-policy-table th:nth-child(6),.sales-policy-table td:nth-child(6){width:168px}.sales-policy-actions{min-width:150px}@media(min-width:1200px){.sales-policy-layout{grid-template-columns:300px minmax(760px,1fr)}.sales-policy-table{min-width:1000px}}@media(min-width:1500px){.sales-policy-layout{grid-template-columns:300px minmax(900px,1fr)}.sales-policy-table{min-width:1100px}}.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}.delivery-running-filter-card{margin-bottom:12px}.delivery-running-search-row{display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(210px,.75fr) minmax(160px,.55fr) minmax(160px,.55fr) auto auto;gap:12px;align-items:end}.delivery-running-search-row label{display:grid;gap:7px;font-weight:700;color:#31473a}.delivery-running-search-row label span{font-size:13px}.delivery-running-search-row input,.delivery-running-search-row select{height:42px;border:1px solid #cfdcd3;border-radius:9px;padding:0 12px;background:#fff;min-width:0}.delivery-running-search-row button{height:42px;padding:0 16px;border:1px solid #cbd8cf;border-radius:9px;background:#fff;cursor:pointer;font-weight:700;white-space:nowrap}.delivery-running-search-row button.green{background:#17683b;color:#fff;border-color:#17683b}.delivery-running-chip-row{margin-top:10px}@media(max-width:1250px){.delivery-running-search-row{grid-template-columns:1fr 1fr 1fr}.delivery-running-search-row label:first-child{grid-column:1/-1}}@media(max-width:760px){.delivery-running-search-row{grid-template-columns:1fr}.delivery-running-search-row label:first-child{grid-column:auto}}.spr-report{display:flex;flex-direction:column;gap:10px;font-family:Inter,Arial,sans-serif;color:#20332a}.spr-report *{box-sizing:border-box}.spr-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.spr-kicker{font-size:12px;line-height:1.25;font-weight:700;color:#1d6a3f;letter-spacing:.2px;text-transform:uppercase}.spr-heading h3{margin:2px 0;font-size:22px;line-height:1.2;font-weight:700;color:#163e28}.spr-heading p{margin:0;color:#6a786f;font-size:14px;line-height:1.4}.spr-status{padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.spr-status.live{background:#e6f7e9;color:#14713a}.spr-status.locked{background:#eef2ef;color:#56645c}.spr-filters{display:grid;grid-template-columns:auto 150px 150px minmax(250px,1fr) 145px;gap:8px;align-items:end;padding:9px 10px;border:1px solid #d7e4da;border-radius:10px;background:#f8faf8}.spr-quick{display:flex;gap:5px;height:34px;align-items:end}.spr-quick button{height:32px;border:1px solid #cedbd1;background:#fff;border-radius:7px;padding:0 10px;font-size:12px;font-weight:600;color:#355340;cursor:pointer}.spr-filters label{font-size:10px;font-weight:600;color:#405a49}.spr-filters label span{display:block;margin-bottom:3px}.spr-filters input,.spr-filters select{width:100%;height:34px;border:1px solid #cedbd1;border-radius:7px;background:#fff;padding:0 9px;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:400;color:#22362b}.spr-load{height:34px;border:0;border-radius:7px;background:#155d33;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.spr-error{padding:9px 10px;border-radius:8px;background:#ffeaea;border:1px solid #ffcaca;color:#b22929;font-size:12px}.spr-sheet{border:1px solid #bfd2c3;border-radius:10px;overflow:hidden;background:#fff}.spr-sheet-top{display:flex;justify-content:space-between;align-items:center;padding:8px 11px;background:#96c981;border-bottom:1px solid #7faf6e;color:#153d22}.spr-sheet-top>div:first-child{display:flex;flex-direction:column;gap:1px}.spr-sheet-top b{font-size:15px;line-height:1.2;font-weight:700}.spr-sheet-top small{font-size:10px;line-height:1.2;font-weight:500;color:#31533b}.spr-range{display:flex;align-items:baseline;gap:5px;text-align:right}.spr-range small{font-size:9px;font-weight:500;color:#31533b}.spr-range b{font-size:11px;font-weight:600}.spr-table-wrap{overflow:auto}.spr-table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed;font-size:11px;line-height:1.25}.spr-table th,.spr-table td{border-right:1px solid #aabdaa;border-bottom:1px solid #aabdaa;padding:5px 7px;text-align:center;vertical-align:middle}.spr-table thead th{background:#d8ead2;color:#1d452b;font-size:10px;font-weight:700;line-height:1.25}.spr-table thead tr:first-child th{background:#9dcb8a;font-size:10px}.spr-table .spr-stt{width:48px}.spr-table .spr-metric{width:330px}.spr-table .spr-name{text-align:left;font-weight:600;color:#24352c;white-space:normal}.spr-table td{font-weight:400;color:#26372e}.spr-table .spr-ok{color:#0b7137;font-weight:700}.spr-summary td{background:#fbfcfb}.spr-summary .spr-name{font-weight:600}.spr-big{font-size:12px;font-weight:700!important;color:#17472b!important}.spr-target td{background:#f3faf1}.spr-target .spr-big{color:#b22626!important;font-size:13px}.spr-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;padding:8px 9px;background:#f7faf8;border-top:1px solid #d4e0d6}.spr-kpis>div{border:1px solid #d9e4dc;border-radius:8px;background:#fff;padding:6px 7px;text-align:center;min-height:44px;display:flex;flex-direction:column;justify-content:center}.spr-kpis small{display:block;color:#6b7970;font-size:9px;line-height:1.15;font-weight:500}.spr-kpis b{display:block;margin-top:2px;color:#17452b;font-size:12px;line-height:1.15;font-weight:700}.spr-note{padding:7px 10px;background:#edf8f0;border-top:1px solid #cee2d3;color:#355b41;font-size:10px;line-height:1.35;font-weight:400}.spr-note b{font-weight:600}@media(max-width:1200px){.spr-filters{grid-template-columns:1fr 1fr}.spr-quick,.spr-staff{grid-column:1/-1}.spr-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.spr-filters{grid-template-columns:1fr}.spr-kpis{grid-template-columns:repeat(2,1fr)}.spr-heading{flex-direction:column}.spr-table .spr-metric{width:260px}}.spr-report{font-size:14px}.spr-kicker{font-size:11px}.spr-heading h3{font-size:22px}.spr-heading p{font-size:14px}.spr-status{font-size:12px}.spr-quick button,.spr-filters input,.spr-filters select,.spr-load{font-size:13px}.spr-filters label{font-size:11px}.spr-sheet-top b{font-size:17px}.spr-sheet-top small{font-size:11px}.spr-range small{font-size:10px}.spr-range b{font-size:12px}.spr-table{min-width:900px;font-size:13px;line-height:1.3}.spr-table th,.spr-table td{padding:6px 7px}.spr-table thead th,.spr-table thead tr:first-child th{font-size:12px;line-height:1.25}.spr-table .spr-name{line-height:1.25}.spr-big,.spr-target .spr-big{font-size:14px}.spr-kpis>div{min-height:52px;padding:7px 8px}.spr-kpis small{font-size:11px}.spr-kpis b{font-size:14px}.spr-note{font-size:12px;line-height:1.4}@media(max-width:700px){.spr-report{font-size:14px}.spr-heading h3{font-size:20px}.spr-heading p{font-size:13px}.spr-sheet-top{align-items:flex-start;gap:8px}.spr-sheet-top b{font-size:16px}.spr-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.spr-table{min-width:900px;font-size:13px}.spr-table .spr-stt{width:44px}.spr-table .spr-metric{width:230px}.spr-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.spr-kpis small{font-size:11px}.spr-kpis b{font-size:14px}}.spr-table{width:auto;min-width:0;table-layout:fixed}.spr-table .spr-stt{width:46px}.spr-table .spr-metric{width:245px}.spr-table th:nth-child(3),.spr-table td:nth-child(3){width:120px}.spr-table th:nth-child(4),.spr-table td:nth-child(4){width:135px}.spr-table th:nth-child(5),.spr-table td:nth-child(5){width:150px}.spr-table th:nth-child(6),.spr-table td:nth-child(6){width:120px}.spr-table th,.spr-table td{padding-left:6px;padding-right:6px}@media(max-width:700px){.spr-table{width:auto;min-width:816px;font-size:13px}}.spr-report{width:100%;max-width:1080px;margin:0 auto}.spr-filters{grid-template-columns:auto 145px 145px minmax(220px,1fr) 140px;width:100%;max-width:1080px;margin:0 auto}.spr-sheet-top{justify-content:flex-start;gap:18px;flex-wrap:wrap}.spr-range{margin-left:0;padding:4px 8px;border-radius:6px;background:#ffffff47;white-space:nowrap}.spr-sheet{width:100%;max-width:1080px;margin:0 auto}.spr-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.spr-table{margin:0}@media(max-width:1100px){.spr-report{max-width:100%}.spr-filters{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%}.spr-quick{grid-column:1/-1}.spr-staff{grid-column:1/2}.spr-load{grid-column:2/3;width:100%}.spr-sheet{max-width:100%}}@media(max-width:700px){.spr-report{gap:9px}.spr-filters{display:grid;grid-template-columns:1fr;gap:7px;padding:8px}.spr-quick{grid-column:1;display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:auto}.spr-quick button{width:100%;padding:0 6px}.spr-staff{grid-column:1}.spr-load{grid-column:1;width:100%;min-height:38px}.spr-sheet-top{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:8px 10px}.spr-range{margin:0;padding:3px 7px;display:inline-flex;gap:4px;align-items:center}.spr-table-wrap{overflow-x:auto;max-width:100vw}.spr-table{min-width:816px}.spr-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.spr-report,.spr-filters,.spr-sheet{margin-left:0!important;margin-right:auto!important}.spr-sale-sheet{margin-bottom:10px}.spr-sale-top{background:#9acb86}.spr-sale-table .spr-metric{width:245px}.spr-sale-table .spr-formula{display:block;margin-top:2px;font-size:10px;line-height:1.2;font-weight:500;color:#67776d}.spr-sale-table td,.spr-sale-table th{height:auto}@media(max-width:700px){.spr-sale-table{min-width:816px}}.mkt-daily{display:flex;flex-direction:column;gap:11px;max-width:1180px;margin-left:0;margin-right:auto;font-family:Inter,Arial,sans-serif;color:#21352a}.mkt-daily-heading span{font-size:11px;font-weight:800;color:#1b673d}.mkt-daily-heading h3{margin:2px 0 3px;font-size:22px;color:#173f29}.mkt-daily-heading p{margin:0;font-size:13px;color:#69786f}.mkt-daily-filter{display:flex;align-items:end;gap:10px;padding:10px;border:1px solid #d5e3d8;border-radius:10px;background:#f8faf8}.mkt-daily-filter label{width:190px;font-size:11px;font-weight:700;color:#405a49}.mkt-daily-filter label span{display:block;margin-bottom:4px}.mkt-daily-filter input{width:100%;height:36px;border:1px solid #cbd9cf;border-radius:7px;background:#fff;padding:0 9px;font:inherit}.mkt-daily-date-note{height:36px;display:flex;align-items:center;padding:0 10px;border:1px solid #dce7df;border-radius:7px;background:#fff;font-size:12px;color:#617068}.mkt-daily-error{padding:9px 10px;border:1px solid #ffcaca;background:#ffeaea;color:#b22c2c;border-radius:8px}.mkt-daily-sheet{border:1px solid #bfd2c3;border-radius:10px;overflow:hidden;background:#fff}.mkt-daily-sheet-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;background:#96c981;border-bottom:1px solid #7faf6e;color:#153d22}.mkt-daily-sheet-head>div{display:flex;flex-direction:column}.mkt-daily-sheet-head>div:last-child{text-align:right}.mkt-daily-sheet-head b{font-size:16px}.mkt-daily-sheet-head small{font-size:10px;color:#31533b}.mkt-daily-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.mkt-daily-table{border-collapse:collapse;width:max-content;min-width:100%;table-layout:fixed;font-size:13px}.mkt-daily-table th,.mkt-daily-table td{border-right:1px solid #a8bca9;border-bottom:1px solid #a8bca9;padding:6px 8px;text-align:center;vertical-align:middle}.mkt-daily-table th{background:#cfe7c6;color:#173f27;font-size:12px;font-weight:700}.mkt-daily-table .mkt-col-product{width:120px;background:#9dcc8a}.mkt-daily-table .mkt-col-metric{width:230px}.mkt-daily-table .mkt-col-total{width:105px;background:#b7dca9}.mkt-daily-table .mkt-col-person{width:135px}.mkt-col-person b{display:block;font-size:12px}.mkt-col-person small{display:block;margin-top:2px;font-size:10px;font-weight:500;color:#49604f;white-space:normal}.mkt-product-cell{background:#9dcc8a!important;color:#173f27;font-weight:700;white-space:normal;line-height:1.25}.mkt-product-cell b{display:block}.mkt-product-cell small{display:block;margin-top:3px;font-size:10px;font-weight:500;color:#31543b}.mkt-metric-name{text-align:left!important;font-weight:600;white-space:normal}.mkt-total-cell{font-weight:700;background:#f3f9f1}.mkt-group-total td{background:#f7fbf5}.mkt-group-total .mkt-product-cell{background:#8fc47a!important}.mkt-empty{text-align:left!important;color:#6c7971;padding:14px!important}.mkt-daily-note{padding:8px 10px;background:#edf8f0;color:#355b41;font-size:11px;line-height:1.45}@media(max-width:700px){.mkt-daily{max-width:100%}.mkt-daily-heading h3{font-size:20px}.mkt-daily-filter{align-items:stretch;flex-direction:column}.mkt-daily-filter label,.mkt-daily-date-note{width:100%}.mkt-daily-sheet-head{align-items:flex-start;flex-direction:column}.mkt-daily-sheet-head>div:last-child{text-align:left}.mkt-daily-table{min-width:760px;font-size:13px}.mkt-daily-table .mkt-col-product{width:105px}.mkt-daily-table .mkt-col-metric{width:210px}.mkt-daily-table .mkt-col-total{width:95px}.mkt-daily-table .mkt-col-person{width:125px}}.mkt-daily-filter>button{min-height:34px;padding:0 12px;border:1px solid #c8d8cd;border-radius:7px;background:#166237;color:#fff;font-weight:800;cursor:pointer}.mkt-daily-warning{margin:0 0 8px;padding:7px 9px;border:1px solid #efcf83;border-radius:7px;background:#fff8e7;color:#735511;font-size:11px;line-height:1.35}.mkt-daily-table td{font-variant-numeric:tabular-nums}:root{--ads-metric-col-width:165px;--ads-total-col-width:105px}.ads-total-report{max-width:none}.ads-total-filter{display:grid;grid-template-columns:150px 150px minmax(230px,1fr) auto auto;align-items:end}.ads-total-filter label{width:auto}.ads-total-filter select{width:100%;height:36px;border:1px solid #cbd9cf;border-radius:7px;background:#fff;padding:0 9px;font:inherit;color:#263d2e}.ads-total-filter .ads-clear-filter{background:#fff;color:#355b41;border:1px solid #bfd2c3}.ads-filter-caption{font-size:12px;color:#526a59;margin:7px 2px 10px}.ads-daily-card{border:1px solid #d7e3da;border-radius:10px;background:#fff;margin:0 0 16px;padding:10px 10px 8px}.ads-daily-card h4{margin:0 0 8px;font-size:15px;color:#204c2e}.ads-daily-scroll{overflow-x:auto;overflow-y:visible;border:1px solid #d8e3da;border-radius:7px 7px 0 0;scrollbar-width:none}.ads-daily-scroll::-webkit-scrollbar{height:0}.ads-daily-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;font-size:12px}.ads-daily-table th,.ads-daily-table td{height:30px;padding:5px 10px;border-right:1px solid #cddbd0;border-bottom:1px solid #cddbd0;text-align:right;white-space:nowrap;background:#fff}.ads-daily-table thead th{position:sticky;top:0;z-index:3;background:#e1efe4;text-align:center;color:#183d25}.ads-daily-table tbody th{text-align:left;font-weight:700;background:#f7faf8}.ads-daily-table tbody tr:nth-child(3) th,.ads-daily-table tbody tr:nth-child(3) td{background:#eef6ef}.ads-daily-table .ads-metric-sticky{position:sticky;left:0;z-index:6;width:var(--ads-metric-col-width);min-width:var(--ads-metric-col-width);max-width:var(--ads-metric-col-width);text-align:left;background:#f7faf8;box-shadow:1px 0 #cddbd0}.ads-daily-table thead .ads-metric-sticky{z-index:10;background:#cfe7d2}.ads-daily-table .ads-total-sticky{position:sticky;left:var(--ads-metric-col-width);z-index:5;width:var(--ads-total-col-width);min-width:var(--ads-total-col-width);max-width:var(--ads-total-col-width);background:#f0f6f1;font-weight:700;box-shadow:2px 0 3px #1f4b2d1f}.ads-daily-table thead .ads-total-sticky{z-index:9;background:#d8ebdb;text-align:right}.ads-daily-table td:not(.ads-total-sticky),.ads-daily-table thead th:not(.ads-metric-sticky):not(.ads-total-sticky){min-width:86px}@media(max-width:850px){.ads-total-filter{grid-template-columns:1fr 1fr}.ads-total-filter .ads-staff-filter{grid-column:1/-1}.ads-total-filter>button{width:100%}}.ads-scroll-control-row{display:grid;grid-template-columns:auto minmax(220px,1fr);gap:10px;align-items:center;padding:5px 7px 2px;background:#f5f9f6;border:1px solid #d8e3da;border-top:0;border-radius:0 0 7px 7px}.ads-scroll-control-row>span{font-size:11px;color:#526b5a;white-space:nowrap;font-weight:600}.ads-bottom-scroll{width:100%;overflow-x:scroll;overflow-y:hidden;height:18px;scrollbar-width:auto;scrollbar-color:#668b73 #dce9df}.ads-bottom-scroll-spacer{height:1px;min-width:100%}.ads-bottom-scroll::-webkit-scrollbar{height:14px}.ads-bottom-scroll::-webkit-scrollbar-track{background:#dce9df;border:1px solid #cadbce;border-radius:999px}.ads-bottom-scroll::-webkit-scrollbar-thumb{background:#668b73;border:2px solid #dce9df;border-radius:999px}.ads-bottom-scroll::-webkit-scrollbar-thumb:hover{background:#4f735c}@media(max-width:700px){.ads-scroll-control-row{grid-template-columns:1fr}}.ads-sticky-controls{position:sticky;top:0;z-index:40;background:#f4f7f5;padding:8px 0 7px;margin:-2px 0 10px;border-bottom:1px solid #d6e1d8;box-shadow:0 3px 8px #153e2314}.ads-sticky-controls .ads-total-heading{margin-bottom:5px}.ads-sticky-controls .ads-total-heading h3{margin-top:2px;margin-bottom:1px}.ads-sticky-controls .ads-total-heading p{margin:0}.ads-sticky-controls .ads-filter-caption{margin:5px 2px 0}.ads-daily-table thead th{top:0}.ads-daily-card{scroll-margin-top:150px}.ads-total-report{width:100%;max-width:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}.ads-sticky-controls,.ads-daily-card,.ads-daily-scroll,.ads-scroll-control-row{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.ads-daily-card{overflow:hidden}.ads-daily-scroll{display:block;position:relative;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.ads-daily-table{width:max-content!important;min-width:max-content!important;max-width:none!important}.ads-scroll-control-row{grid-template-columns:150px minmax(0,1fr)!important;overflow:hidden}.ads-bottom-scroll{display:block;width:100%!important;max-width:100%;min-width:0;overflow-x:scroll!important;overflow-y:hidden!important;height:20px;cursor:ew-resize}.ads-bottom-scroll-spacer{display:block;height:1px;min-width:0!important}.ads-daily-table .ads-metric-sticky{position:sticky!important;left:0!important;z-index:12!important;background:#f7faf8!important}.ads-daily-table .ads-total-sticky{position:sticky!important;left:var(--ads-metric-col-width)!important;z-index:11!important;background:#f0f6f1!important;box-shadow:3px 0 4px #1f4b2d24}.ads-daily-table thead .ads-metric-sticky{z-index:16!important;background:#cfe7d2!important}.ads-daily-table thead .ads-total-sticky{z-index:15!important;background:#d8ebdb!important}.ads-sticky-controls{position:sticky!important;top:0;z-index:50;overflow:visible}.ads-total-filter{min-width:0}.ads-total-filter>*{min-width:0}.ads-total-filter .ads-staff-filter,.ads-total-filter select{min-width:0}.ads-bottom-scroll::-webkit-scrollbar{height:14px!important}.ads-bottom-scroll::-webkit-scrollbar-track{background:#dce9df!important;border:1px solid #c1d4c5;border-radius:999px}.ads-bottom-scroll::-webkit-scrollbar-thumb{background:#567d64!important;border:2px solid #dce9df;border-radius:999px;min-width:42px}.ads-bottom-scroll{scrollbar-color:#567d64 #dce9df;scrollbar-width:auto}@media(max-width:900px){.ads-scroll-control-row{grid-template-columns:1fr!important}}.ads-daily-scroll{scrollbar-width:none!important;-ms-overflow-style:none!important}.ads-daily-scroll::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.ads-daily-table{border-collapse:separate!important;border-spacing:0!important}.ads-daily-table .ads-metric-sticky{box-sizing:border-box!important;width:165px!important;min-width:165px!important;max-width:165px!important;left:0!important;z-index:30!important;background:#f7faf8!important}.ads-daily-table .ads-total-sticky{box-sizing:border-box!important;width:110px!important;min-width:110px!important;max-width:110px!important;left:165px!important;z-index:29!important;background:#eef5f0!important;border-right:2px solid #9fb9a7!important;box-shadow:5px 0 7px #2b503729!important}.ads-daily-table thead .ads-metric-sticky{z-index:40!important;background:#cfe7d2!important}.ads-daily-table thead .ads-total-sticky{z-index:39!important;background:#d8ebdb!important;border-right:2px solid #8ea996!important}.ads-daily-table thead th:not(.ads-metric-sticky):not(.ads-total-sticky){position:relative;z-index:1!important}.ads-daily-table tbody td:not(.ads-total-sticky){position:relative;z-index:0!important}.discount-quota-report{width:100%;box-sizing:border-box;color:#163c27}.discount-quota-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 8px}.discount-quota-title{min-width:260px}.discount-quota-eyebrow{color:#1b6a38;font-size:10px;font-weight:900;line-height:1.2}.discount-quota-title h3{margin:1px 0 0;font-size:20px;line-height:1.2}.discount-quota-title p{margin:1px 0 0;color:#6d796f;font-size:11px}.discount-quota-tools{display:flex;align-items:flex-end;justify-content:flex-end;gap:7px;flex-wrap:wrap}.discount-quota-tools label{display:flex;flex-direction:column;gap:2px;color:#52645a;font-size:10px;font-weight:800}.discount-quota-tools input{width:145px;height:34px;box-sizing:border-box;padding:0 8px;border:1px solid #cad9ce;border-radius:7px;background:#fff;color:#173f29;font-weight:800}.discount-quota-range{min-width:185px;height:34px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:3px 9px;border:1px solid #d7e3da;border-radius:7px;background:#f6faf7}.discount-quota-range small{color:#77837b;font-size:9px;line-height:1}.discount-quota-range b{margin-top:2px;font-size:11px;line-height:1.1;white-space:nowrap}.discount-quota-tools>button{height:34px;padding:0 11px;border:1px solid #c8d8cd;border-radius:7px;background:#fff;color:#154c2d;font-size:11px;font-weight:800;cursor:pointer}.discount-quota-rule{padding:7px 9px;border:1px solid #cfe3d2;border-radius:7px;background:#edf8f0;color:#315b3e;font-size:10.5px;line-height:1.35}.discount-quota-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:7px 0}.discount-quota-kpis>div{min-height:50px;padding:7px 10px;border:1px solid #d6e3d9;border-radius:8px;background:#fff;display:flex;flex-direction:column;justify-content:center}.discount-quota-kpis small{color:#6b786f;font-size:10px;line-height:1.15}.discount-quota-kpis b{margin-top:2px;font-size:17px;line-height:1.1;color:#15512e;font-variant-numeric:tabular-nums}.discount-quota-error,.discount-quota-warning{margin-bottom:7px;padding:7px 9px;border-radius:7px;font-size:11px}.discount-quota-error{border:1px solid #ffbcbc;background:#fff0f0;color:#b92323}.discount-quota-warning{border:1px solid #f0cf80;background:#fff8e6;color:#795814}.discount-quota-table-wrap{max-height:530px;overflow:auto;border:1px solid #b8ceb9;border-radius:8px;background:#fff}.discount-quota-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:12px}.discount-quota-table th,.discount-quota-table td{height:36px;box-sizing:border-box;padding:5px 8px;border-right:1px solid #c4d5c5;border-bottom:1px solid #c4d5c5;vertical-align:middle}.discount-quota-table thead th{position:sticky;top:0;z-index:6;background:#98cb83;color:#123b20;text-align:center;font-size:11px;font-weight:900;line-height:1.15}.discount-quota-table th:nth-child(1){width:175px}.discount-quota-table th:nth-child(2){width:80px}.discount-quota-table th:nth-child(3){width:130px}.discount-quota-table th:nth-child(4){width:130px}.discount-quota-table th:nth-child(5){width:110px}.discount-quota-table th:nth-child(6){width:130px}.discount-quota-table th:nth-child(7){width:140px}.discount-quota-group td{height:27px;padding:4px 8px;background:#eaf4e5;color:#174b2b;font-size:10px;font-weight:900;letter-spacing:.35px}.discount-quota-staff b,.discount-quota-staff small{display:block}.discount-quota-staff b{line-height:1.05}.discount-quota-staff small{margin-top:1px;color:#718078;font-size:9.5px;line-height:1.05;font-weight:500}.discount-quota-table .num,.discount-quota-table .money{text-align:right;font-variant-numeric:tabular-nums}.discount-quota-table .credit{color:#166a3d}.discount-quota-table .remaining.over{background:#ef2525;color:#fff}.discount-quota-action{text-align:center}.discount-quota-action button{min-height:27px;padding:0 7px;border:1px solid #c7d6cb;border-radius:6px;background:#fff;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}.discount-quota-action button.edit,.discount-quota-action button.save{border-color:#176339;background:#176339;color:#fff}.discount-quota-action-buttons{display:flex;justify-content:center;gap:4px}.discount-quota-edit{display:flex;align-items:center;justify-content:flex-end;gap:3px}.discount-quota-edit input{width:95px;height:27px;box-sizing:border-box;padding:0 6px;border:1px solid #7fa38a;border-radius:5px;text-align:right;font-size:11px;font-weight:800}.discount-quota-edit span{font-size:10px}.read-only{color:#849087;font-size:10px}.discount-quota-table .empty{height:auto;padding:22px;text-align:center;color:#77837b}.discount-quota-footnote{margin-top:5px;color:#758078;font-size:9.5px}@media(max-width:1100px){.discount-quota-heading{align-items:flex-start}.discount-quota-tools{max-width:520px}.discount-quota-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.discount-quota-heading{flex-direction:column;align-items:stretch}.discount-quota-tools{display:grid;grid-template-columns:1fr 1fr;max-width:none}.discount-quota-tools label,.discount-quota-tools input,.discount-quota-range{width:100%;min-width:0}.discount-quota-tools>button{grid-column:1/-1;width:100%}.discount-quota-kpis{gap:5px}.discount-quota-kpis>div{min-height:46px;padding:6px 8px}.discount-quota-kpis b{font-size:15px}.discount-quota-table{min-width:850px}}.discount-quota-section-title{margin:10px 0 5px;color:#14502c;font-size:11px;font-weight:900;letter-spacing:.2px}.discount-quota-repurchase-head{margin-top:12px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.discount-quota-repurchase-head small{color:#6c7a70;font-size:10px}.discount-quota-rate-box{min-width:250px;padding:7px 9px;border:1px solid #cfe0d2;border-radius:8px;background:#f5faf6}.discount-quota-rate-box>span{display:block;color:#6c7a70;font-size:9px;font-weight:800}.discount-quota-rate-value,.discount-quota-rate-edit{margin-top:2px;display:flex;align-items:center;justify-content:flex-end;gap:5px}.discount-quota-rate-value b{color:#15512e;font-size:13px}.discount-quota-rate-box button{min-height:27px;padding:0 7px;border:1px solid #c7d6cb;border-radius:6px;background:#fff;color:#154c2d;font-size:10px;font-weight:800;cursor:pointer}.discount-quota-rate-edit input{width:92px;height:28px;box-sizing:border-box;border:1px solid #7fa38a;border-radius:5px;padding:0 6px;text-align:right;font-weight:800}.discount-quota-rate-edit b{font-size:10px;white-space:nowrap}.discount-quota-repurchase-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:7px 0}.discount-quota-repurchase-kpis>div{min-height:46px;padding:7px 10px;border:1px solid #d6e3d9;border-radius:8px;background:#f8fbf8;display:flex;flex-direction:column;justify-content:center}.discount-quota-repurchase-kpis small{color:#6b786f;font-size:10px}.discount-quota-repurchase-kpis b{margin-top:2px;color:#15512e;font-size:15px;font-variant-numeric:tabular-nums}.discount-quota-table-repurchase{min-width:1080px}.discount-quota-table-repurchase th:nth-child(1){width:160px}.discount-quota-table-repurchase th:nth-child(2){width:80px}.discount-quota-table-repurchase th:nth-child(3){width:150px}.discount-quota-table-repurchase th:nth-child(4){width:140px}.discount-quota-table-repurchase th:nth-child(5){width:135px}.discount-quota-table-repurchase th:nth-child(6){width:110px}.discount-quota-table-repurchase th:nth-child(7){width:130px}.discount-quota-table-repurchase th:nth-child(8){width:140px}.discount-quota-limit-display small{display:block;margin-top:1px;color:#a06a13;font-size:8.5px;font-weight:700}@media(max-width:760px){.discount-quota-repurchase-head{flex-direction:column;align-items:stretch}.discount-quota-rate-box{min-width:0}.discount-quota-repurchase-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.website-chat-card{--wc-green:#2f6f4d;--wc-green-dark:#1f5439;--wc-green-soft:#eaf5ee;--wc-green-pale:#f5faf7;--wc-border:#dfe9e3;--wc-text:#203128;--wc-muted:#748078;--wc-red:#e5484d;background:#fff;border:1px solid var(--wc-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #1f54390f}.website-chat-toolbar{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid var(--wc-border);background:linear-gradient(180deg,#fff,#fbfdfc)}.website-chat-toolbar h3{margin:0 0 4px;display:flex;align-items:center;gap:8px;color:var(--wc-text);font-size:18px}.website-chat-toolbar small{color:var(--wc-muted)}.website-chat-total-badge,.direct-page-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:23px;height:23px;padding:0 7px;border-radius:999px;background:var(--wc-red);color:#fff;font-size:12px;font-weight:900;box-shadow:0 2px 7px #e5484d38}.website-chat-filters{display:flex;gap:10px;padding:12px 14px;background:#fafcfb;border-bottom:1px solid var(--wc-border)}.website-chat-filters input,.website-chat-filters select{border:1px solid #d4e0d8;border-radius:11px;padding:10px 12px;background:#fff;color:var(--wc-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.website-chat-filters input:focus,.website-chat-filters select:focus{border-color:#8fb8a0;box-shadow:0 0 0 3px #2f6f4d14}.website-chat-filters input{flex:1}.website-chat-layout{display:grid;grid-template-columns:300px minmax(390px,1fr) 250px;min-height:610px;background:#fff}.website-chat-list{border-right:1px solid var(--wc-border);overflow:auto;max-height:610px;background:#f6faf7;padding:10px}.website-chat-row{width:100%;text-align:left;border:1px solid transparent;border-radius:12px;background:transparent;padding:12px;margin-bottom:7px;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;color:var(--wc-text)}.website-chat-row:hover{background:#fff;border-color:#dce8e0;box-shadow:0 4px 12px #1f54390d}.website-chat-row.active{background:#fff;border-color:#a9cbb6;box-shadow:0 5px 14px #1f543914}.website-chat-row.active:before{content:"";display:block;position:absolute}.website-chat-row.unread{background:#eef7f1;border-color:#d4e9dc}.website-chat-row.unread b{font-weight:900}.website-chat-row-top,.website-chat-row-bottom{display:flex;justify-content:space-between;gap:8px;align-items:center}.website-chat-row-top b{font-size:14px}.website-chat-row-top span{font-size:10.5px;color:#8a958e;white-space:nowrap}.website-chat-row-bottom{margin-top:6px}.website-chat-row-bottom>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#66736b;font-size:12.5px}.website-chat-row-bottom i{font-style:normal;display:inline-flex;align-items:center;justify-content:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:var(--wc-red);color:#fff;font-size:10.5px;font-weight:900;flex:none}.website-chat-main{display:flex;flex-direction:column;min-width:0;background:#fff}.website-chat-conversation-header{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;min-height:64px;border-bottom:1px solid var(--wc-border);background:#fff}.website-chat-conversation-header>div{display:flex;flex-direction:column;gap:5px}.website-chat-conversation-header b{color:var(--wc-text);font-size:15px}.website-chat-subline{display:flex!important;align-items:center;gap:7px;color:var(--wc-muted)!important}.website-chat-status-pill{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:999px;font-size:10.5px;font-weight:700}.website-chat-status-pill.open{background:#e9f6ee;color:#2c6b49}.website-chat-status-pill.closed{background:#f1f2f1;color:#6e7771}.website-chat-messages{flex:1;padding:22px 22px 18px;overflow:auto;max-height:475px;background:radial-gradient(circle at 20% 0%,rgba(47,111,77,.035),transparent 28%),#f7faf8;display:flex;flex-direction:column;gap:10px}.website-chat-bubble{max-width:72%;padding:10px 13px;border-radius:16px;box-shadow:0 1px 3px #1a39280f;font-size:13.5px;line-height:1.45}.website-chat-bubble>div{white-space:pre-wrap;word-break:break-word}.website-chat-bubble small{display:block;margin-top:5px;font-size:9.8px;opacity:.58}.website-chat-bubble.customer{align-self:flex-start;background:#fff;border:1px solid #e3ebe6;color:var(--wc-text);border-bottom-left-radius:5px}.website-chat-bubble.staff{align-self:flex-end;background:#4c8767;color:#fff;border-bottom-right-radius:5px}.website-chat-composer{display:flex;gap:10px;padding:12px 14px;border-top:1px solid var(--wc-border);background:#fff;align-items:flex-end}.website-chat-composer textarea{flex:1;border:1px solid #d3dfd7;border-radius:13px;padding:11px 13px;resize:none;min-height:44px;max-height:100px;color:var(--wc-text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.website-chat-composer textarea:focus{border-color:#8eb39d;box-shadow:0 0 0 3px #2f6f4d12}.website-chat-composer .direct-page-primary{min-width:84px;min-height:44px;border-radius:12px;background:#4c8767!important;border-color:#4c8767!important}.website-chat-composer .direct-page-primary:hover:not(:disabled){background:#3e7458!important;border-color:#3e7458!important}.website-chat-info{border-left:1px solid var(--wc-border);padding:16px;overflow:auto;background:#f7faf8;color:var(--wc-text)}.website-chat-info h4{margin:0 0 14px;padding-bottom:11px;border-bottom:1px solid #dfe8e2;color:var(--wc-green-dark)}.website-chat-info p{margin:0 0 11px;padding:9px 10px;border:1px solid #e3ebe6;border-radius:10px;background:#fff;font-size:12.5px;line-height:1.45;word-break:break-word}.website-chat-info p b{display:block;margin-bottom:3px;color:#42534a;font-size:11px}.website-chat-info span{color:#69766e}.website-chat-empty{padding:20px;text-align:center;color:#7c8880}.website-chat-empty-main{margin:auto}.website-chat-card .direct-page-secondary{border-radius:10px;border:1px solid #cddbd2;background:#fff;color:#405148}.website-chat-card .direct-page-secondary:hover{background:#f3f8f5;border-color:#b8cdbf}.direct-page-main-tabs button{position:relative}.direct-page-tab-badge{position:absolute;top:9px;right:12px}.direct-page-main-tabs{grid-template-columns:repeat(3,1fr)!important}@media(max-width:1050px){.website-chat-layout{grid-template-columns:260px 1fr}.website-chat-info{display:none}}@media(max-width:700px){.website-chat-card{border-radius:14px}.website-chat-layout{grid-template-columns:1fr}.website-chat-list{max-height:230px;border-right:0;border-bottom:1px solid var(--wc-border)}.website-chat-main{min-height:480px}.website-chat-filters{flex-direction:column}.direct-page-main-tabs{grid-template-columns:1fr!important}.website-chat-bubble{max-width:86%}}: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}@media(max-width:800px){.crm-ui-framework .shell>aside.app-sidebar{display:block!important;width:min(86vw,320px)!important}}td.crm-table-cell-selected{position:relative;background:#dff1e4!important;box-shadow:inset 0 0 0 1px #2e8b57!important}td.crm-table-cell-selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border:1px solid rgba(23,105,61,.18)}.crm-table-stats-widget{position:fixed;right:18px;bottom:14px;z-index:9998;font-size:13px;color:#173f2a;font-variant-numeric:tabular-nums}.crm-table-stats-trigger{display:flex;align-items:center;gap:7px;min-height:34px;max-width:min(420px,calc(100vw - 30px));padding:6px 10px 6px 12px;border:1px solid #8ab99a;border-radius:9px;background:#dff2e3;color:#154f31;box-shadow:0 4px 16px #1147282e;cursor:pointer;white-space:nowrap}.crm-table-stats-trigger:hover{background:#d4ecd9}.crm-table-stats-trigger strong{overflow:hidden;text-overflow:ellipsis;font-weight:800}.crm-table-stats-caret{font-size:11px;opacity:.75}.crm-table-stats-popover{position:absolute;right:0;bottom:42px;width:245px;max-width:calc(100vw - 30px);padding:7px 0;border:1px solid #cad9cf;border-radius:10px;background:#fff;box-shadow:0 10px 30px #143c2533;overflow:hidden}.crm-table-stats-popover div{display:grid;grid-template-columns:1fr minmax(90px,auto);gap:18px;align-items:center;min-height:32px;padding:5px 13px}.crm-table-stats-popover div:hover{background:#f1f6f3}.crm-table-stats-popover span{color:#4e5e54}.crm-table-stats-popover strong{text-align:right;color:#183f2a}@media(max-width:700px){.crm-table-stats-widget{right:10px;bottom:10px}.crm-table-stats-popover{width:225px}}
