.dashboard-page{gap:26px}.dashboard-range{position:relative;display:inline-flex;justify-content:flex-end;max-width:100%}.dashboard-range-trigger{min-height:40px;min-width:172px;max-width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:9px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);padding:0 11px;background:var(--ds-surface);color:var(--ds-text);font-size:13px;font-weight:750;line-height:1.25;box-shadow:var(--ds-shadow-card);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.dashboard-range-trigger svg:first-child{color:var(--ds-primary)}.dashboard-range-trigger>span{min-width:0;flex:1 1 auto;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.dashboard-range-trigger>svg{flex:0 0 auto}.dashboard-range-trigger>svg:last-child{color:currentColor;transition:transform .18s ease}.dashboard-range-trigger:hover,.dashboard-range-trigger[aria-expanded=true]{border-color:var(--ds-primary);background:var(--ds-primary-faint);box-shadow:var(--ds-shadow-card)}.dashboard-range-trigger[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.dashboard-range-trigger:focus-visible{border-color:var(--ds-primary);outline:none}.dashboard-range-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:60;width:100%;min-width:100%;max-width:calc(100vw - 32px);overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover);padding:6px;transform-origin:top right;animation:dsPopoverIn .16s ease}.metric-card{min-height:161px;padding:16px 18px;display:flex;flex-direction:column;justify-content:space-between;gap:22px}.metric-card-loading{justify-content:center;gap:18px}.metric-skeleton-label,.metric-skeleton-trend{width:44%;height:14px;border-radius:999px}.metric-skeleton-value{width:66%;height:30px;border-radius:999px}.dashboard-data-refreshing{opacity:.74;transition:opacity .16s ease}.dashboard-panel-loading{overflow:hidden}.dashboard-skeleton-title{display:block;width:160px;height:18px;border-radius:999px}.dashboard-skeleton-line{display:block;width:220px;height:13px;margin-top:9px;border-radius:999px}.dashboard-skeleton-total{display:block;width:112px;height:28px;border-radius:999px}.dashboard-skeleton-list-row{min-height:74px}.dashboard-skeleton-row-title{display:block;width:min(220px,70%);height:15px;border-radius:999px}.dashboard-skeleton-row-meta{display:block;width:min(160px,54%);height:12px;margin-top:9px;border-radius:999px}.dashboard-skeleton-row-side{width:82px;height:24px;border-radius:999px}.dashboard-skeleton-progress{display:block;width:min(240px,82%);height:8px;margin-top:12px;border-radius:999px}.metric-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.metric-copy{min-width:0}.metric-label{margin:0;color:var(--ds-muted);font-size:16px;line-height:1.25;font-weight:600}.metric-value{margin:12px 0 0;color:var(--ds-text);font-size:28px;line-height:1;font-weight:700;letter-spacing:0}.metric-detail{margin-top:10px;display:inline-flex;align-items:center;gap:6px;color:var(--ds-success);font-size:13px;font-weight:750}.metric-detail span{color:var(--ds-muted);font-weight:650}.metric-icon{width:60px;height:60px;border-radius:23px;display:grid;place-items:center;flex:0 0 auto;color:var(--ds-primary);background:var(--ds-primary-soft)}.metric-icon.success{color:var(--ds-success);background:var(--ds-success-soft)}.metric-icon.warning{color:var(--ds-warning);background:var(--ds-warning-soft)}.metric-icon.danger{color:var(--ds-danger);background:var(--ds-danger-soft)}.metric-trend{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin:0;color:var(--ds-muted);font-size:13px;font-weight:600}.metric-trend span{display:inline-flex;align-items:center;gap:4px;font-weight:700}.metric-trend.up span{color:var(--ds-success)}.metric-trend.down span{color:var(--ds-danger)}.metric-trend.neutral span{color:var(--ds-muted-2)}.dashboard-full-grid{display:grid;grid-template-columns:1fr;content-visibility:auto;contain-intrinsic-size:320px}.dashboard-secondary-grid{align-items:start;content-visibility:auto;contain-intrinsic-size:360px}.dashboard-country-grid{content-visibility:auto;contain-intrinsic-size:430px}.dashboard-tasks-grid{grid-template-columns:minmax(0,520px);align-items:start;content-visibility:auto;contain-intrinsic-size:260px}.dashboard-operations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:24px;gap:24px;content-visibility:auto;contain-intrinsic-size:720px}.dashboard-compact-card{--dashboard-compact-row-height:84px;--dashboard-compact-rows:4;--dashboard-compact-body-height:calc(var(--dashboard-compact-row-height) * var(--dashboard-compact-rows));min-width:0;min-height:calc(64px + var(--dashboard-compact-body-height));display:flex;flex-direction:column;overflow:hidden}.dashboard-compact-body{flex:0 0 var(--dashboard-compact-body-height);height:var(--dashboard-compact-body-height);overflow:hidden}.dashboard-compact-body>.ds-empty{min-height:100%;display:grid;align-content:center;justify-items:center;padding:24px}.dashboard-compact-header{min-height:64px;padding:18px 20px}.dashboard-compact-card .panel-header{border-bottom:0}.dashboard-compact-header .panel-title{font-size:16px}.dashboard-card-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.dashboard-metric-filter{flex:0 0 var(--ds-filter-select-width,132px);width:var(--ds-filter-select-width,132px);min-width:0}.dashboard-metric-filter .ds-filter-trigger{width:100%;min-height:32px;min-width:122px;border-radius:var(--ds-radius-sm);background:var(--ds-surface);padding:0 10px;font-size:12px;font-weight:800}.dashboard-metric-filter .ds-filter-trigger:hover,.dashboard-metric-filter .ds-filter-trigger[aria-expanded=true]{border-color:var(--ds-primary);background:var(--ds-primary-soft);color:var(--ds-primary)}.dashboard-metric-filter .ds-filter-menu{right:0;left:auto;width:100%;min-width:0;transform-origin:top right}.dashboard-metric-filter .ds-filter-menu button{font-size:12px;font-weight:800}.country-map-mode-select .dashboard-metric-filter .ds-filter-trigger{min-width:92px}.country-map-mode-select .dashboard-metric-filter .ds-filter-menu{min-width:0}.dashboard-card-link{min-height:28px;display:inline-flex;align-items:center;gap:6px;color:var(--ds-primary);font-size:12px;font-weight:850;white-space:nowrap}.dashboard-card-link:hover{color:var(--ds-primary-hover)}.revenue-card{--dashboard-profit:color-mix(in srgb,var(--ds-warning) 76%,var(--ds-text));overflow:hidden;box-shadow:none}.revenue-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:28px 28px 8px}.revenue-actions{gap:16px}.panel-header,.revenue-actions{display:flex;align-items:center}.panel-header{justify-content:space-between;gap:12px;padding:22px 24px;border-bottom:1px solid var(--ds-border)}.panel-title{margin:0;color:var(--ds-text);font-size:18px;line-height:1.2;font-weight:700;letter-spacing:0}.chart-wrap{position:relative;height:292px;padding:8px 28px 0}.dashboard-svg-chart{display:block;width:100%;height:100%;overflow:visible}.dashboard-chart-grid{stroke:var(--ds-border);stroke-dasharray:3 5;stroke-width:.8;opacity:.7}.dashboard-chart-baseline{stroke:var(--ds-border-strong);stroke-width:1;opacity:.68}.dashboard-chart-area{fill:url(#revenuePeriodFill)}.dashboard-chart-line-shadow{fill:none;stroke:var(--ds-primary);stroke-linecap:butt;stroke-linejoin:miter;stroke-width:4.8;opacity:.045}.dashboard-chart-line{fill:none;stroke:var(--ds-primary);stroke-linecap:butt;stroke-linejoin:miter;stroke-width:2.35}.dashboard-chart-profit-line{fill:none;stroke:var(--dashboard-profit);stroke-dasharray:5 6;stroke-linecap:round;stroke-linejoin:miter;stroke-width:1.55}.dashboard-chart-neutral-line{fill:none;stroke:var(--ds-border-strong);stroke-linecap:butt;stroke-linejoin:miter;stroke-width:2;opacity:.82}.dashboard-chart-event-dot{fill:var(--ds-primary);stroke:var(--ds-surface);stroke-width:2.15;filter:drop-shadow(0 4px 8px color-mix(in srgb,var(--ds-primary) 18%,transparent))}.dashboard-chart-profit-dot{fill:var(--dashboard-profit);filter:drop-shadow(0 4px 8px color-mix(in srgb,var(--dashboard-profit) 18%,transparent))}.dashboard-chart-profit-dot,.dashboard-chart-profit-dot.active{stroke:var(--ds-surface);stroke-width:1.9}.dashboard-chart-dot{fill:var(--ds-primary);stroke:var(--ds-surface);stroke-width:2.15;pointer-events:none;transition:r .16s ease,stroke-width .16s ease;filter:drop-shadow(0 4px 8px color-mix(in srgb,var(--ds-primary) 18%,transparent))}.dashboard-chart-dot-halo{fill:color-mix(in srgb,var(--ds-primary) 13%,transparent);stroke:transparent;stroke-width:0;opacity:.62;pointer-events:none}.dashboard-chart-axis-label{fill:var(--ds-muted-2);font-size:11px;font-weight:700}.dashboard-chart-hit-target{cursor:pointer;outline:none}.dashboard-chart-crosshair{stroke:transparent;stroke-width:1;pointer-events:none}.dashboard-chart-crosshair.active{stroke:color-mix(in srgb,var(--ds-primary) 28%,var(--ds-border-strong))}.dashboard-chart-touch-circle{fill:transparent;pointer-events:all}.dashboard-chart-tooltip{position:absolute;z-index:2;min-width:168px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:color-mix(in oklab,var(--ds-surface) 98%,transparent);padding:12px 14px;color:var(--ds-text);pointer-events:none;box-shadow:var(--ds-shadow-popover)}.dashboard-chart-tooltip p{margin:0 0 10px;border-bottom:1px solid var(--ds-border);padding-bottom:9px;color:var(--ds-text);font-size:13px;font-weight:850}.dashboard-chart-tooltip-detailed{display:grid;grid-gap:8px;gap:8px}.dashboard-chart-tooltip-row{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px}.dashboard-chart-tooltip-row i{width:7px;height:7px;border-radius:999px}.dashboard-chart-tooltip-row i.revenue{background:var(--ds-primary)}.dashboard-chart-tooltip-row i.profit{background:var(--dashboard-profit)}.dashboard-chart-tooltip-row i.orders{background:var(--ds-muted-2)}.dashboard-chart-tooltip-row span{min-width:0;overflow:hidden;color:var(--ds-muted);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.dashboard-chart-tooltip-row strong{color:var(--ds-text);font-size:12px;font-weight:850}.revenue-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px 24px;color:var(--ds-text);font-size:13px;font-weight:600}.revenue-legend,.revenue-total{display:inline-flex;align-items:center;gap:10px}.revenue-legend{flex-wrap:wrap;gap:20px}.revenue-legend-item{display:inline-flex;align-items:center;gap:10px}.revenue-legend-swatch{width:28px;height:3px;border-radius:999px}.revenue-legend-swatch.revenue{background:var(--ds-primary)}.revenue-legend-swatch.profit{height:0;border-top:2px dashed var(--dashboard-profit)}.revenue-total span{color:var(--ds-muted)}.revenue-total strong{color:var(--ds-text);font-weight:800}.revenue-total strong.profit{color:var(--dashboard-profit)}.revenue-total em{width:1px;height:18px;background:var(--ds-border-strong);font-style:normal}.chart-loading span{display:block;width:100%;height:100%;border-radius:var(--ds-radius-sm);background:linear-gradient(90deg,var(--ds-surface),var(--ds-surface-muted),var(--ds-surface))}.activity-list{display:flex;flex-direction:column}.activity-row{display:grid;grid-template-columns:1fr auto;grid-gap:14px;gap:14px;padding:16px 24px;border-bottom:1px solid var(--ds-border)}.dashboard-compact-card .activity-row,.dashboard-compact-card .dashboard-client-row,.dashboard-compact-card .task-row{min-height:var(--dashboard-compact-row-height);height:var(--dashboard-compact-row-height);padding:12px 20px}.dashboard-clickable-row{color:inherit;text-decoration:none;transition:background .16s ease}.dashboard-clickable-row:hover{background:var(--ds-primary-faint)}.dashboard-clickable-row:focus-visible{outline:2px solid var(--ds-primary);outline-offset:-2px;background:var(--ds-primary-faint)}.activity-row:last-child{border-bottom:0}.dashboard-activity-card{grid-column:1/-1;min-width:0;overflow:hidden}.dashboard-activity-header{min-height:64px;padding:20px 24px}.dashboard-activity-body{overflow:hidden}.dashboard-activity-card .activity-list{display:flex;flex-direction:column}.dashboard-activity-card .activity-row{grid-template-columns:38px minmax(0,1fr);align-items:center;min-height:78px;gap:16px;padding:18px 24px}.activity-entity-mark{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--ds-radius-sm);background:var(--ds-primary-soft);color:var(--ds-primary);font-size:11px;font-weight:900}.activity-copy{min-width:0;display:grid;grid-template-columns:minmax(160px,.7fr) 132px minmax(420px,1.9fr);align-items:center;grid-gap:28px;gap:28px}.activity-entity-pill{justify-self:start;flex:0 0 auto;border-radius:999px;background:var(--ds-primary-faint);padding:4px 9px;color:var(--ds-primary);font-size:11px;font-weight:850;white-space:nowrap}.activity-title{margin:0;min-width:0;overflow:hidden;color:var(--ds-text);font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.activity-meta{margin:6px 0 0;color:var(--ds-muted);font-size:12px;font-weight:600}.activity-inline-details{display:grid;grid-template-columns:minmax(170px,190px) 108px 80px;align-items:center;justify-content:flex-start;grid-gap:34px;gap:34px;min-width:0;color:var(--ds-muted);font-size:12px;font-weight:750;line-height:1.45}.activity-inline-details>span,.activity-inline-details>strong{min-width:0;display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.activity-inline-details>*+:before{content:"";width:4px;height:4px;flex:0 0 auto;border-radius:999px;background:var(--ds-border-strong)}.activity-inline-details>strong{color:var(--ds-text);font-weight:900}.dashboard-activity-card-loading .activity-row{grid-template-columns:minmax(0,1fr) auto;min-height:96px}.dashboard-client-list{display:grid;grid-gap:0;gap:0}.dashboard-client-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 12px;gap:8px 12px;padding:13px 20px;border-bottom:1px solid var(--ds-border);color:inherit;text-decoration:none;transition:background .16s ease}.dashboard-client-row:last-child{border-bottom:0}.dashboard-client-row:hover{background:var(--ds-primary-faint)}.dashboard-client-row span{min-width:0;display:grid;grid-gap:3px;gap:3px}.dashboard-client-row strong{overflow:hidden;color:var(--ds-text);font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.dashboard-client-row small{color:var(--ds-muted);font-size:12px;font-weight:700}.dashboard-client-row em{color:var(--ds-text);font-size:12px;font-style:normal;font-weight:850}.dashboard-client-row i{grid-column:1/-1;height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--ds-border) 58%,var(--ds-surface-muted))}.dashboard-client-row b{display:block;height:100%;border-radius:inherit;background:var(--ds-primary)}.dashboard-product-row{grid-template-columns:52px minmax(0,1fr) auto;align-items:center}.dashboard-product-row i{grid-column:2/-1}.dashboard-product-thumb{grid-row:span 2;width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:var(--ds-radius-sm);background:var(--ds-surface-soft);color:var(--ds-muted)}.dashboard-product-thumb img{width:100%;height:100%;display:block;object-fit:cover}.dashboard-product-copy{min-width:0}.dashboard-product-row .dashboard-product-copy strong{font-size:12px;line-height:1.22}.dashboard-product-row .dashboard-product-copy small{font-size:11px;line-height:1.25}.task-row{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px;padding:16px 24px;border-bottom:1px solid var(--ds-border)}.task-row:last-child{border-bottom:0}.country-map-card{overflow:hidden}.country-map-card .panel-header{border-bottom:0;padding-bottom:10px}.country-map-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.country-map-count{padding:0 10px;color:var(--ds-muted);font-size:12px;font-weight:800;white-space:nowrap}.country-map-count,.country-map-mode-toggle{min-height:28px;display:inline-flex;align-items:center;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-surface-soft)}.country-map-mode-toggle{padding:2px}.country-map-mode-toggle button{position:relative;height:22px;border:0;border-radius:4px;padding:0 8px;background:transparent;color:var(--ds-muted);font-size:12px;font-weight:850;cursor:pointer}.country-map-mode-toggle button.active{background:var(--ds-surface);color:var(--ds-text);box-shadow:var(--ds-shadow-card)}.country-map-mode-toggle button:focus-visible{outline:2px solid var(--ds-primary);outline-offset:1px}.country-map-mode-tooltip{position:absolute;top:calc(100% + 9px);left:50%;z-index:40;width:190px;transform:translateX(-50%) translateY(4px);border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover);padding:9px 10px;color:var(--ds-text);font-size:11px;line-height:1.35;font-weight:750;opacity:0;pointer-events:none;text-align:left;transition:opacity .14s ease,transform .14s ease;white-space:normal}.country-map-mode-tooltip-right{right:0;left:auto;transform:translateY(4px)}.country-map-mode-toggle button:focus-visible .country-map-mode-tooltip,.country-map-mode-toggle button:hover .country-map-mode-tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.country-map-mode-toggle button:focus-visible .country-map-mode-tooltip-right,.country-map-mode-toggle button:hover .country-map-mode-tooltip-right{transform:translateY(0)}.country-map-count-skeleton{width:104px;height:30px;border-radius:var(--ds-radius-sm)}.country-map-filter-skeleton{width:128px;height:38px;border-radius:var(--ds-radius-sm)}.country-map-link-skeleton{width:96px;height:18px;border-radius:999px}.country-map-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(190px,232px);grid-gap:clamp(20px,3vw,38px);gap:clamp(20px,3vw,38px);align-items:center;padding:26px clamp(24px,2.4vw,36px) 30px}.country-map-body-empty{grid-template-columns:1fr}.country-map-shell{position:relative;aspect-ratio:1000/430;min-height:274px;background:transparent;overflow:visible}.country-map-canvas{position:absolute;left:50%;top:52%;width:91%;aspect-ratio:1000/430;transform:translate(-50%,-50%);overflow:visible;z-index:4}.country-map-viewport{position:absolute;inset:0;overflow:hidden}.country-map-marker-layer{position:absolute;inset:0;overflow:visible;z-index:5}.country-map-vector-layer{position:absolute;transition:left .22s ease,top .22s ease,width .22s ease,height .22s ease}.country-map-canvas-loading{opacity:.72}.country-map-canvas-loading .country-world-map-vector{opacity:.48;filter:grayscale(1)}.country-world-map-vector{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;opacity:.94;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.country-map-marker{position:absolute;transform:translate(-50%,-50%);z-index:2}.country-map-marker:focus-within,.country-map-marker:hover{z-index:8}.country-map-marker button{width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:999px;background:color-mix(in srgb,var(--ds-primary) 14%,transparent);color:#fff;box-shadow:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.country-map-marker button span{width:8px;height:8px;border:2px solid color-mix(in srgb,var(--ds-surface) 90%,transparent);border-radius:999px;background:var(--ds-primary);box-shadow:0 6px 14px rgb(72 128 255/22%)}.country-map-marker button:focus-visible,.country-map-marker button:hover{outline:0;transform:scale(1.08);box-shadow:none}.country-map-tooltip{position:absolute;left:50%;bottom:calc(100% + 9px);width:144px;transform:translateX(-50%) translateY(4px);display:grid;grid-gap:3px;gap:3px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-surface);padding:9px 10px;box-shadow:var(--ds-shadow-popover);opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.country-map-marker[data-tooltip-x=left] .country-map-tooltip{left:0;transform:translateY(4px)}.country-map-marker[data-tooltip-x=right] .country-map-tooltip{right:0;left:auto;transform:translateY(4px)}.country-map-marker[data-tooltip-y=below] .country-map-tooltip{top:calc(100% + 9px);bottom:auto}.country-map-tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;transform:translateX(-50%) rotate(45deg);border-right:1px solid var(--ds-border);border-bottom:1px solid var(--ds-border);background:var(--ds-surface)}.country-map-marker[data-tooltip-x=left] .country-map-tooltip:after{left:22px}.country-map-marker[data-tooltip-x=right] .country-map-tooltip:after{right:22px;left:auto}.country-map-marker[data-tooltip-y=below] .country-map-tooltip:after{top:-6px;bottom:auto;border:0;border-top:1px solid var(--ds-border);border-left:1px solid var(--ds-border)}.country-map-marker:focus-within .country-map-tooltip,.country-map-marker:hover .country-map-tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.country-map-marker[data-tooltip-x=left]:focus-within .country-map-tooltip,.country-map-marker[data-tooltip-x=left]:hover .country-map-tooltip,.country-map-marker[data-tooltip-x=right]:focus-within .country-map-tooltip,.country-map-marker[data-tooltip-x=right]:hover .country-map-tooltip{transform:translateY(0)}.country-map-tooltip span{color:var(--ds-primary);font-size:14px;line-height:1;font-weight:850}.country-map-tooltip strong{color:var(--ds-text);font-size:13px;font-weight:800}.country-map-tooltip em,.country-map-tooltip small{max-width:116px;overflow:hidden;color:var(--ds-muted);font-size:11px;font-weight:700;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.country-progress-list{display:grid;justify-self:end;width:min(100%,232px);grid-gap:14px;gap:14px;min-width:0;position:relative;z-index:3}.country-progress-row{display:grid;grid-gap:7px;gap:7px}.country-progress-label{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;grid-gap:10px;gap:10px;color:var(--ds-text)}.country-progress-label span{overflow:hidden;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.country-progress-label strong{color:var(--ds-text);font-size:13px;font-weight:800}.country-progress-track{height:7px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--ds-border) 58%,var(--ds-surface-muted))}.country-progress-track span{display:block;height:100%;border-radius:inherit;background:var(--ds-primary)}.country-progress-list-loading{gap:18px}.country-progress-row-loading{pointer-events:none}.country-progress-name-skeleton{width:112px;height:14px;border-radius:999px}.country-progress-share-skeleton{width:34px;height:14px;border-radius:999px}.country-progress-track-loading span{width:72%;background:linear-gradient(90deg,#edf0f6,#f6f7fb,#edf0f6);background-size:220% 100%;animation:dsShimmer 1.4s infinite}.country-progress-row-loading:nth-child(2) .country-progress-track-loading span{width:54%}.country-progress-row-loading:nth-child(3) .country-progress-track-loading span{width:38%}.country-progress-row-loading:nth-child(4) .country-progress-track-loading span{width:24%}.progress{height:8px;overflow:hidden;border-radius:999px;background:var(--ds-surface-soft);margin-top:10px}.progress span{display:block;height:100%;background:var(--ds-primary);border-radius:inherit}.progress-0{width:0}.progress-10{width:10%}.progress-20{width:20%}.progress-30{width:30%}.progress-40{width:40%}.progress-50{width:50%}.progress-60{width:60%}.progress-70{width:70%}.progress-80{width:80%}.progress-90{width:90%}.progress-100{width:100%}@media (min-width:1440px){.metric-card{min-height:184px;padding:20px 22px;gap:26px}.metric-main{gap:20px}.metric-label{font-size:17px}.metric-value{margin-top:14px;font-size:32px}.metric-icon{width:68px;height:68px;border-radius:24px}.metric-icon svg{width:30px;height:30px}.chart-wrap{height:360px;padding:8px 34px 0}.revenue-header{padding:30px 34px 8px}.revenue-footer{padding:0 34px 28px}}@media (min-width:1800px) and (min-height:950px){.metric-card{min-height:198px;padding:22px 24px}.metric-icon{width:74px;height:74px}.metric-icon svg{width:32px;height:32px}.chart-wrap{height:420px}}@media (max-width:980px){.dashboard-range-menu{width:min(360px,calc(100vw - 36px))}.revenue-header{flex-direction:column}.revenue-actions{display:flex;align-items:center;gap:16px}.revenue-total{white-space:normal}.country-map-body{grid-template-columns:1fr;gap:28px}.country-map-shell{min-height:240px}.country-progress-list{justify-self:stretch;width:100%}.dashboard-activity-card .activity-list,.dashboard-operations-grid,.dashboard-tasks-grid{grid-template-columns:1fr}.dashboard-activity-card .activity-row{border-right:0}}@media (max-width:620px){.dashboard-date-grid{grid-template-columns:1fr}.metric-card{min-height:140px}.country-map-body{padding:18px}.country-map-actions{justify-content:flex-start}.country-map-shell{width:100%;min-height:0}.country-map-marker button{width:24px;height:24px}.country-map-marker button span{width:8px;height:8px;border-width:2px}.country-progress-label span,.country-progress-label strong{font-size:14px}.dashboard-activity-header{align-items:flex-start;flex-direction:column}.dashboard-activity-card .activity-row{grid-template-columns:34px minmax(0,1fr);min-height:0}.dashboard-activity-card-loading .activity-row{grid-template-columns:minmax(0,1fr) auto}.activity-copy{grid-template-columns:1fr;gap:7px}.activity-title{white-space:normal}.activity-inline-details{display:flex;flex-wrap:wrap;justify-content:flex-start}.activity-inline-details>span,.activity-inline-details>strong{max-width:100%;white-space:normal}}