@charset "UTF-8";

/* Self-contained, illustrative CRM screens. Controls live outside the examples. */
.crm-shell{--crm-accent:#2777ee;--crm-accent-soft:#eaf2ff;--crm-ink:#192b43;--crm-muted:#7d8a9c;--crm-line:#e8edf4;container-type:inline-size;box-sizing:border-box;color-scheme:light;width:100%;min-width:0;overflow:hidden;background:#f3f6fb;border:1px solid #fff3;border-radius:15px;box-shadow:0 22px 65px #0002;font-family:"Segoe UI",Arial,sans-serif;color:var(--crm-ink);text-align:left;font-size:12px;line-height:1.45}
.crm-shell.crm-auto{--crm-accent:#079bb8;--crm-accent-soft:#e5f6fa}
.crm-shell *{box-sizing:border-box}
.crm-shell :is(h2,h3,h4,p){margin:0}
.crm-shell svg{display:block;max-width:100%}
.crm-header{display:flex;align-items:center;min-height:57px;background:#fff;border-bottom:1px solid var(--crm-line);gap:20px;padding:0 18px}
.crm-brand{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700;white-space:nowrap;min-width:123px;color:#24364e}
.crm-brand-mark{display:grid;place-items:center;width:24px;height:26px;flex:none;border:1px dashed #aebfd0;color:#8ca1b8;border-radius:6px;font-size:15px}
.crm-header-context{font-size:10px;color:var(--crm-muted);flex:1}
.crm-user{display:flex;align-items:center;gap:8px;font-size:10px;color:#536178}
.crm-avatar{display:inline-flex;justify-content:center;align-items:center;flex:none;width:25px;height:25px;border-radius:50%;background:#e7efff;color:#4870c4;font-size:9px;font-weight:700}
.crm-avatar.crm-lilac{background:#f0eaff;color:#9567d6}.crm-avatar.crm-green{background:#e4f5ed;color:#369377}
.crm-workspace{display:grid;grid-template-columns:137px minmax(0,1fr)}
.crm-sidebar{background:#12243b;padding:21px 10px;display:flex;flex-direction:column;gap:6px;min-width:0;color:#8e9fb6;font-size:10px}
.crm-nav-item{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:6px;white-space:nowrap}
.crm-nav-item svg{width:14px;height:14px;flex:none}.crm-nav-item.crm-current{background:#ffffff13;color:#fff;box-shadow:inset 2px 0 var(--crm-accent)}
.crm-nav-note{margin-top:auto;padding:40px 10px 4px;font-size:9px;line-height:1.6;color:#637b98}
.crm-main{min-width:0;padding:22px 23px 17px;background:#f3f6fb}
.crm-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:17px}
.crm-title-row h2{font-size:21px;font-weight:650;letter-spacing:-.7px;line-height:1.15;color:var(--crm-ink)}
.crm-subtitle{font-size:10px;color:var(--crm-muted);margin-top:5px!important}
.crm-period{display:inline-block;flex:none;padding:6px 9px;border:1px solid #e0e7ef;background:#fff;border-radius:5px;font-size:9px;color:#64758c}
.crm-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}
.crm-kpi{padding:12px;background:#fff;border:1px solid var(--crm-line);border-radius:8px;min-width:0}
.crm-kpi-label{font-size:9px;color:#718096;display:block;margin-bottom:8px;white-space:nowrap}
.crm-kpi strong{display:block;font-size:24px;line-height:1.1;font-weight:650;letter-spacing:-.7px;white-space:nowrap}
.crm-kpi small{font-size:11px;font-weight:500;letter-spacing:0}.crm-kpi-note{display:block;margin-top:6px;font-size:8px;color:#8a97a8}
.crm-positive{color:#209477!important}.crm-attention{color:#b68122!important}
.crm-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:12px;margin-bottom:12px}
.crm-grid.crm-equal{grid-template-columns:1fr 1fr}
.crm-panel{min-width:0;background:#fff;border:1px solid var(--crm-line);border-radius:9px;padding:15px}
.crm-panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:13px}
.crm-panel-head h3{font-size:11px;font-weight:650;line-height:1.3;color:#263a53;letter-spacing:0}.crm-panel-head>span{font-size:8px;color:#8493a7}
.crm-legend{display:flex;gap:12px;flex-wrap:wrap;font-size:8px;color:#7e8ba0;margin-top:9px}
.crm-legend span{display:flex;align-items:center;gap:5px}.crm-legend i{width:6px;height:6px;border-radius:50%;background:var(--crm-accent)}
.crm-legend i.crm-mint{background:#42bea7}.crm-legend i.crm-lilac{background:#ac92e5}.crm-chart{width:100%;height:auto;max-height:240px;overflow:visible;font-family:inherit}
.crm-chart text{fill:#8b99ab;font-size:10px}.crm-chart .crm-gridline{stroke:#e9eef5;stroke-width:1}
.crm-chart-callout{fill:var(--crm-accent)!important;font-size:11px!important;font-weight:700}
.crm-funnel{display:grid;gap:11px}
.crm-funnel-row>div{display:flex;justify-content:space-between;gap:8px;margin-bottom:4px;font-size:9px;color:#65758b}
.crm-funnel-row b{color:#263d5b;font-size:10px;font-weight:650}
.crm-track{height:6px;border-radius:3px;overflow:hidden;background:#edf2f8}.crm-track>i{display:block;height:100%;background:var(--crm-accent);border-radius:inherit}
.crm-funnel-row:nth-child(2) .crm-track>i{opacity:.8}.crm-funnel-row:nth-child(3) .crm-track>i{opacity:.65}.crm-funnel-row:nth-child(4) .crm-track>i{background:#43bca0}
.crm-conversion{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--crm-line);margin-top:13px;padding-top:10px;color:#7c8ba0;font-size:8px}
.crm-conversion strong{font-size:18px;line-height:1;color:var(--crm-ink);font-weight:650}
.crm-team{display:grid;gap:10px}.crm-team-row{display:grid;grid-template-columns:25px minmax(0,1fr) auto;gap:8px;align-items:center}
.crm-team-row strong{display:block;font-size:9px;font-weight:600}.crm-team-row small{font-size:8px;color:#8c99ac}.crm-team-row>b{font-size:10px;font-weight:650}
.crm-alert-list{display:grid;gap:11px}.crm-alert{display:grid;grid-template-columns:7px minmax(0,1fr) auto;gap:8px;align-items:center;font-size:9px}
.crm-alert i{width:6px;height:6px;background:#ecbb62;border-radius:50%}.crm-alert i.crm-mint{background:#41b79b}.crm-alert strong{display:block;font-size:9px;font-weight:550}.crm-alert small{font-size:8px;color:#8b99a9}.crm-alert>b{font-size:8px;font-weight:500;background:#fff4df;color:#b5863b;padding:3px 6px;border-radius:4px}
.crm-footer{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:10px 16px;background:#fff;border-top:1px solid var(--crm-line);font-size:8px;color:#7e8da1;letter-spacing:.1px}
.crm-footer span:last-child{color:#9aa7b7}
.crm-filter-row{display:flex;gap:6px;margin-bottom:14px;align-items:center;flex-wrap:wrap}.crm-filter{border:1px solid #e1e8f0;border-radius:5px;padding:5px 9px;font-size:9px;background:#fff;color:#7b8ba0}.crm-filter.crm-selected{color:var(--crm-accent);background:var(--crm-accent-soft);border-color:transparent}.crm-filter-summary{margin-left:auto;font-size:9px;color:#7688a0}
.crm-kanban{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;min-height:330px}.crm-column{min-width:0;background:#eaf0f7;border-radius:7px;padding:9px}
.crm-column-head{display:flex;justify-content:space-between;gap:4px;align-items:center;color:#52677f;font-size:9px;font-weight:600;margin-bottom:3px}.crm-column-total{display:block;color:#93a0b2;font-size:8px;margin-bottom:12px}.crm-column-head i{display:inline-block;width:5px;height:5px;vertical-align:1px;background:var(--crm-accent);border-radius:50%;margin-right:4px}
.crm-column:nth-child(2) .crm-column-head i{background:#a689df}.crm-column:nth-child(3) .crm-column-head i{background:#e1b467}.crm-column:nth-child(4) .crm-column-head i{background:#48b897}
.crm-deal{padding:11px 10px;background:#fff;border:1px solid #e2e8f1;border-radius:6px;margin-bottom:8px;box-shadow:0 2px 5px #18335303}.crm-deal-tag{display:inline-block;font-size:7px;background:#eef4fc;border-radius:3px;padding:2px 4px;color:#7a92b2;margin-bottom:7px}.crm-deal h3{font-size:10px;line-height:1.4;font-weight:600;letter-spacing:0;margin-bottom:4px;color:#263c58}.crm-deal p{font-size:8px;color:#8b98aa;margin-bottom:8px}.crm-deal>strong{display:block;font-size:12px;font-weight:650;margin-bottom:10px}.crm-deal-foot{display:flex;justify-content:space-between;gap:5px;align-items:center;border-top:1px solid #f0f3f7;padding-top:7px}.crm-deal-foot small{font-size:7px;color:#8a98aa}.crm-deal-foot .crm-avatar{width:19px;height:19px;font-size:7px}
.crm-board-note{display:flex;gap:8px;align-items:center;margin-top:14px;font-size:9px;color:#7e8ea3}.crm-board-note i{width:5px;height:5px;border-radius:50%;background:#44b69b}
.crm-supply-summary{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:10px;margin-bottom:14px}.crm-summary-item{background:#fff;border:1px solid var(--crm-line);padding:13px;border-radius:7px}.crm-summary-item small{display:block;font-size:9px;color:#8a98a9;margin-bottom:5px}.crm-summary-item strong{font-size:15px;font-weight:650;letter-spacing:-.2px}.crm-summary-item:first-child strong{font-size:12px}
.crm-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:9px;color:#62758e}.crm-table th{text-align:left;font-size:8px;font-weight:500;color:#8b9bb0;padding:0 8px 9px;border-bottom:1px solid var(--crm-line)}.crm-table td{padding:12px 8px;border-bottom:1px solid #edf1f6;vertical-align:middle;overflow-wrap:anywhere}.crm-table th:first-child,.crm-table td:first-child{padding-left:0}.crm-table tr:last-child td{border-bottom:0}.crm-table td strong{display:block;color:#314862;font-weight:600;font-size:9px}.crm-table td small{display:block;color:#96a1b1;font-size:8px;margin-top:3px}.crm-table .crm-chosen td{background:#f1f9f6}.crm-table .crm-chosen td:first-child{padding-left:8px;border-radius:5px 0 0 5px}.crm-table .crm-chosen td:last-child{border-radius:0 5px 5px 0}
.crm-badge{display:inline-block;padding:3px 5px;font-size:7px;line-height:1.25;border-radius:4px;white-space:nowrap;color:#279779;background:#e7f6ef}.crm-badge.crm-blue{color:var(--crm-accent);background:var(--crm-accent-soft)}.crm-badge.crm-amber{background:#fff3de;color:#ae803a}
.crm-progress-route{display:flex;align-items:center;margin-top:17px;margin-bottom:2px;gap:8px}.crm-progress-route span{font-size:8px;color:#8a9ab0;white-space:nowrap}.crm-progress-route span.crm-route-done{color:#319e84}.crm-progress-route span.crm-route-active{color:var(--crm-accent);font-weight:650}.crm-progress-route i{height:1px;min-width:6px;background:#dce5ef;flex:1}.crm-supply-note{font-size:8px;color:#8493a7;line-height:1.6;margin-top:11px!important}
.crm-finance-detail{display:grid;gap:9px}.crm-finance-row{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:9px;color:#8090a5}.crm-finance-row b{font-size:12px;color:#29435f;font-weight:600}.crm-finance-total{border-top:1px solid var(--crm-line);padding-top:10px;margin-top:2px}.crm-finance-total b{color:var(--crm-accent);font-size:19px}
.crm-donut-layout{display:flex;gap:16px;align-items:center}.crm-donut{width:112px;height:112px;flex:none}.crm-donut svg{width:100%;height:auto;transform:rotate(-90deg)}.crm-donut-wrap{position:relative;flex:none}.crm-donut-center{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#25405d;font-size:20px;font-weight:650}.crm-donut-center small{font-size:8px;color:#8e9bad;font-weight:400}.crm-donut-key{display:grid;gap:10px;flex:1}.crm-donut-key>div{display:grid;grid-template-columns:6px 1fr auto;gap:7px;align-items:center;font-size:8px;color:#7c8da3}.crm-donut-key i{width:6px;height:6px;border-radius:50%;background:var(--crm-accent)}.crm-donut-key b{font-size:9px;color:#384f6b;font-weight:550}
.crm-schedule{border:1px solid var(--crm-line);border-radius:8px;overflow:hidden;background:#fff}.crm-schedule-head{display:grid;grid-template-columns:83px repeat(4,1fr);border-bottom:1px solid var(--crm-line);padding:10px 0;background:#f9fbfd;font-size:9px;color:#8a99ae;text-align:center}.crm-schedule-head span:first-child{text-align:left;padding-left:12px}.crm-bay-row{display:grid;grid-template-columns:83px minmax(0,1fr);min-height:77px;border-bottom:1px solid var(--crm-line)}.crm-bay-row:last-child{border:0}.crm-bay{padding:16px 10px 8px 12px;font-size:10px;font-weight:600;color:#4f6480}.crm-bay small{display:block;font-size:7px;color:#95a3b6;font-weight:400;margin-top:4px}.crm-time-lane{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:5px;padding:10px 7px;background:repeating-linear-gradient(to right,transparent 0,transparent calc(25% - 1px),#edf2f7 calc(25% - 1px),#edf2f7 25%)}.crm-booking{border-left:2px solid #329edb;background:#eaf5ff;border-radius:4px;padding:8px 7px;color:#367db1;font-size:8px;line-height:1.5;min-width:0}.crm-booking b{font-size:9px;font-weight:600;display:block}.crm-booking small{font-size:7px;display:block;opacity:.75}.crm-booking.crm-cyan{background:#e3f7f5;border-color:#45b3a5;color:#278f83}.crm-booking.crm-violet{background:#f1edff;border-color:#9e86dc;color:#8566c1}.crm-booking.crm-gold{background:#fff6e3;border-color:#ddb568;color:#a98749}.crm-booking.crm-muted-booking{background:#f3f5f8;border-color:#cbd5e0;color:#8798b0}
.crm-order-meta{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px;margin-bottom:14px}.crm-order-car{display:flex;gap:9px;align-items:center;background:#fff;padding:13px;border:1px solid var(--crm-line);border-radius:7px}.crm-order-car>svg{width:36px;color:var(--crm-accent);flex:none}.crm-order-car strong{font-size:11px;font-weight:600;display:block}.crm-order-car small{font-size:8px;color:#94a1b2}.crm-order-meta .crm-summary-item strong{font-size:11px}.crm-order-meta .crm-summary-item small{font-size:8px}
.crm-order-bottom{display:grid;grid-template-columns:1.45fr 1fr;gap:12px;margin-top:12px}.crm-checks{display:grid;gap:9px}.crm-check{display:flex;align-items:center;gap:7px;font-size:9px;color:#697f98}.crm-check i{display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#e4f6ef;color:#32a185;font-size:8px;font-style:normal}.crm-check i.crm-pending{background:#fff2df;color:#bd9859}.crm-check span:last-child{margin-left:auto;font-size:8px;color:#96a3b3}
.crm-inline-totals{display:grid;gap:6px;font-size:9px;color:#8596aa}.crm-inline-totals>div{display:flex;justify-content:space-between;gap:8px}.crm-inline-totals b{font-weight:600;color:#38516c}.crm-inline-totals .crm-total-due{padding-top:9px;margin-top:4px;border-top:1px solid var(--crm-line);font-size:10px}.crm-total-due b{font-size:18px;color:var(--crm-accent)}
.crm-dialog{color-scheme:dark;width:min(1200px,calc(100vw - 40px));max-width:none;max-height:calc(100dvh - 40px);padding:0;background:#101b28;border:1px solid #324258;border-radius:17px;color:#fff;box-shadow:0 35px 110px #0008;overflow:auto}
.crm-dialog::backdrop{background:#030912dd;backdrop-filter:blur(7px)}.crm-dialog-bar{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:15px 20px;background:#101b28;border-bottom:1px solid #29364a}.crm-dialog-bar strong{font-size:13px;font-weight:500}.crm-dialog-close{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:36px;border:1px solid #3b4b60;border-radius:6px;background:#1c2b3d;padding:7px 12px;color:#fff;font:inherit;font-size:12px;cursor:pointer}.crm-dialog-close:focus-visible{outline:3px solid #58b6ff;outline-offset:2px}.crm-dialog-content{padding:20px}.crm-dialog .crm-shell{border:0;box-shadow:none}
@container (min-width:1000px){.crm-main{padding:27px 29px 22px}.crm-workspace{grid-template-columns:160px minmax(0,1fr)}.crm-brand{min-width:145px}.crm-title-row h2{font-size:26px}.crm-kpi strong{font-size:30px}.crm-kpi{padding:17px}.crm-kpi-label{font-size:11px}.crm-kpi-note{font-size:10px}.crm-panel{padding:20px}.crm-panel-head h3{font-size:13px}.crm-team-row strong,.crm-alert strong,.crm-team-row>b,.crm-funnel-row>div,.crm-finance-row,.crm-check{font-size:11px}.crm-team-row small,.crm-alert small,.crm-funnel-row b{font-size:10px}.crm-kanban{min-height:360px}.crm-deal{padding:15px 12px}.crm-deal h3{font-size:12px}.crm-deal p,.crm-deal-tag{font-size:9px}.crm-deal>strong{font-size:15px}.crm-deal-foot small{font-size:9px}.crm-table{font-size:11px}.crm-table th{font-size:10px}.crm-table td strong{font-size:11px}.crm-table td small{font-size:10px}.crm-bay-row{min-height:94px}.crm-booking b{font-size:11px}.crm-booking,.crm-booking small{font-size:9px}.crm-sidebar{font-size:12px}.crm-nav-item{padding:11px}.crm-footer{font-size:10px}}
@container (max-width:800px){.crm-workspace{grid-template-columns:48px minmax(0,1fr)}.crm-sidebar{padding:18px 6px}.crm-nav-item{padding:10px;gap:0;justify-content:center}.crm-nav-item span,.crm-nav-note{display:none}.crm-brand{min-width:112px}.crm-header{gap:12px}.crm-main{padding:18px 17px 15px}.crm-kpi{padding:10px}.crm-kpi strong{font-size:21px}.crm-kpi-label{font-size:8px}.crm-grid{gap:9px}.crm-panel{padding:12px}.crm-title-row h2{font-size:20px}.crm-donut{width:88px;height:88px}.crm-donut-layout{gap:10px;flex-direction:column}.crm-donut-key{width:100%;gap:6px}.crm-donut-key>div{font-size:8px;gap:5px}.crm-kanban{gap:6px}.crm-column{padding:7px}.crm-deal{padding:9px 7px}.crm-column-head{font-size:8px}.crm-deal h3{font-size:9px}.crm-deal>strong{font-size:11px}}
@container (max-width:580px){.crm-sidebar{display:none}.crm-workspace{display:block}.crm-main{padding:16px 13px}.crm-header{min-height:49px;padding:0 13px}.crm-header-context{font-size:9px}.crm-user>span:last-child{display:none}.crm-title-row{margin-bottom:14px}.crm-title-row h2{font-size:19px}.crm-period{font-size:8px;padding:5px 7px}.crm-kpis{gap:7px}.crm-kpi strong{font-size:20px}.crm-kpi small{font-size:9px}.crm-kpi-label{font-size:7px}.crm-kpi-note{font-size:7px}.crm-grid{grid-template-columns:1.5fr 1fr}.crm-panel{padding:11px}.crm-panel-head h3{font-size:10px}.crm-alert{grid-template-columns:6px minmax(0,1fr);gap:6px}.crm-alert>b{display:none}.crm-team-row>b{font-size:9px}.crm-panel-head>span{font-size:7px}.crm-funnel{gap:9px}.crm-funnel-row>div{font-size:8px}.crm-kanban{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0}.crm-column{padding:10px}.crm-column-head{font-size:10px}.crm-deal h3{font-size:11px}.crm-deal p{font-size:9px}.crm-deal>strong{font-size:13px}.crm-deal-tag,.crm-deal-foot small{font-size:8px}.crm-deal{padding:11px}.crm-deal-foot{padding-top:6px}.crm-board-note{font-size:8px}.crm-supply-summary{gap:7px}.crm-summary-item{padding:11px}.crm-summary-item strong{font-size:13px}.crm-summary-item:first-child strong{font-size:11px}.crm-summary-item small{font-size:8px}.crm-order-meta{gap:7px;grid-template-columns:1.3fr 1fr}.crm-order-meta>.crm-summary-item:last-child{display:none}.crm-order-car{padding:11px}.crm-order-bottom{grid-template-columns:1.25fr 1fr}.crm-schedule-head,.crm-bay-row{grid-template-columns:67px minmax(0,1fr)}.crm-schedule-head{grid-template-columns:67px repeat(4,1fr)}.crm-bay{padding-left:9px;font-size:9px}.crm-bay small{font-size:7px}.crm-time-lane{gap:4px;padding:8px 4px}.crm-booking{padding:7px 5px}.crm-booking b{font-size:8px}.crm-booking small{font-size:7px}.crm-bay-row{min-height:76px}.crm-donut-layout{flex-direction:column;gap:10px}.crm-donut-key{width:100%;gap:6px}.crm-donut-key>div{font-size:8px}.crm-footer{padding:9px 12px;font-size:7px}}
@container (max-width:410px){.crm-header-context{display:none}.crm-user{margin-left:auto}.crm-main{padding:15px 11px}.crm-title-row h2{font-size:18px}.crm-subtitle{font-size:8px}.crm-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.crm-kpi{padding:10px 12px}.crm-kpi-label{font-size:9px;margin-bottom:6px}.crm-kpi strong{font-size:24px}.crm-kpi-note{font-size:8px}.crm-kpi small{font-size:10px}.crm-grid{grid-template-columns:1fr}.crm-grid.crm-equal{grid-template-columns:1fr}.crm-panel-head h3{font-size:11px}.crm-panel-head{margin-bottom:10px}.crm-panel{padding:13px}.crm-funnel{grid-template-columns:1fr 1fr;gap:10px 17px}.crm-conversion{margin-top:12px}.crm-team{gap:9px}.crm-team-row strong,.crm-team-row>b,.crm-alert strong{font-size:10px}.crm-team-row small,.crm-alert small{font-size:8px}.crm-alert{grid-template-columns:7px minmax(0,1fr) auto}.crm-alert>b{display:block}.crm-donut-layout{flex-direction:row;gap:25px}.crm-donut{width:100px;height:100px}.crm-donut-key{width:auto}.crm-supply-summary{grid-template-columns:1fr 1fr}.crm-supply-summary>.crm-summary-item:first-child{grid-column:1/-1}.crm-progress-route{gap:5px;flex-wrap:wrap}.crm-progress-route span{font-size:7px}.crm-progress-route i{min-width:4px}.crm-table th{font-size:7px;padding-inline:4px}.crm-table td{font-size:8px;padding:10px 4px}.crm-table td strong{font-size:8px}.crm-table td small{font-size:7px}.crm-badge{font-size:6px;padding:3px 4px;white-space:normal}.crm-order-bottom{grid-template-columns:1fr}.crm-filter-summary{width:100%;margin-left:0;margin-top:3px}.crm-period{font-size:7px}.crm-footer span:last-child{display:none}}
@media(max-width:600px){.crm-dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 20px);border-radius:12px}.crm-dialog-bar{padding:10px 12px;gap:10px}.crm-dialog-bar strong{font-size:11px}.crm-dialog-content{padding:8px}.crm-dialog-close{font-size:11px;padding:6px 9px}}
@media(prefers-reduced-motion:reduce){.crm-shell *, .crm-dialog *{scroll-behavior:auto!important}}


