.sales-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:12px 0 28px}.sales-eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:750;color:#537660;margin-bottom:10px}.sales-header h1{font-size:clamp(30px,4vw,46px);letter-spacing:-1.9px;margin:0;line-height:1.13}.sales-header h1 span{color:#80a16b}.sales-header p{color:#647269;margin:12px 0 0;font-size:15px}.sales-crop{white-space:nowrap;border:1px solid #d3dfd0;border-radius:30px;padding:10px 15px;font-size:13px;background:#f2f6ed;font-weight:650}.sales-crop span{padding:0 5px;color:#789167}.sales-kpis{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:16px;margin-bottom:24px}.sales-kpi{padding:24px;border:1px solid #e0e7dc;border-radius:18px;background:white;min-width:0}.sales-kpi>span{font-size:10px;letter-spacing:1.4px;font-weight:750;color:#61715f}.sales-kpi strong{display:block;font-size:clamp(27px,3.3vw,40px);letter-spacing:-1.5px;margin:17px 0 12px;font-variant-numeric:tabular-nums}.sales-kpi strong small{font-size:14px;font-weight:500;letter-spacing:0}.sales-kpi p{font-size:12px;line-height:1.6;margin:6px 0;color:#63725e}.sales-kpi b{display:block;font-size:11px;line-height:1.6;font-weight:500;color:#63725e;margin-top:18px}.sales-kpi.emphasis{background:#203f2d;color:#fff;border-color:#203f2d}.sales-kpi.emphasis>span,.sales-kpi.emphasis p{color:#c8d9c1}.sales-meter{height:4px;background:#436149;border-radius:9px;margin-top:18px;overflow:hidden}.sales-meter span{display:block;background:#c8df9e;height:100%}.sales-panel{padding:26px;background:white;border:1px solid #e0e7dc;border-radius:20px}.sales-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.sales-panel h2{font-size:24px;letter-spacing:-.7px;margin:0}.sales-switch{display:flex;background:#f0f3ed;border-radius:10px;padding:4px;flex-shrink:0}.sales-switch button{border:0;background:none;padding:10px 16px;border-radius:7px;font:inherit;font-size:12px;color:#5e705d;cursor:pointer;min-height:40px}.sales-switch button[aria-pressed=true]{background:#fff;color:#203f2d;box-shadow:0 2px 5px #203f2d15;font-weight:700}.sales-muted{color:#6f7a6c;font-size:12px;line-height:1.6;margin-top:14px}.sales-legend{display:flex;gap:20px;font-size:11px;color:#5b6b59;margin:20px 0 5px}.sales-legend span:before{content:'';display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:7px;background:#93af73}.sales-legend .actual:before{background:#254d35}.sales-chart{display:flex;gap:12px;padding-top:20px;align-items:end;border-bottom:1px solid #dce4d8;background:repeating-linear-gradient(to top,transparent 0,transparent 59px,#eff2eb 60px);min-height:248px}.sales-column{flex:1;min-width:0;border:0;background:transparent;cursor:pointer;padding:0 3px;border-radius:8px 8px 0 0;color:#42583d;font:inherit}.sales-column:hover,.sales-column.selected{background:#edf3e4}.sales-bar-value{display:block;font-size:11px;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums;margin-bottom:8px}.sales-bar-space{height:180px;display:flex;align-items:end;justify-content:center;gap:5px}.sales-bar{display:block;width:60%;max-width:65px;border-radius:5px 5px 0 0;background:#93af73;min-height:0}.sales-bar.actual{background:#254d35;width:25%}.sales-bar-label{display:block;background:white;font-size:11px;color:#61715b;padding:12px 0 8px;white-space:nowrap}.sales-detail{padding:12px 14px;background:#f5f7f0;border-radius:8px;color:#536548;font-size:12px;line-height:1.6;margin:18px 0}.sales-table{width:100%;border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums}.sales-table th,.sales-table td{padding:13px 10px;border-bottom:1px solid #edf0e9;text-align:right}.sales-table th:first-child{text-align:left}.sales-table thead th{font-size:10px;text-transform:uppercase;letter-spacing:.6px;color:#788270;font-weight:600}.sales-table tbody th{font-weight:500}.sales-table td:nth-child(2){font-weight:700;color:#426136}.sales-table small{display:block;font-size:10px;color:#7a836f;margin-top:4px}.sales-note{border-left:3px solid #b9aa65;background:#f7f5eb;padding:18px 22px;margin:22px 0;border-radius:0 12px 12px 0}.sales-note b{font-size:13px;color:#675c31}.sales-note p{font-size:12px;line-height:1.8;margin-bottom:0;color:#746e55}.sales-sources{margin:22px 3px;color:#687563;font-size:12px;line-height:1.8}.sales-sources summary{cursor:pointer;font-weight:650;padding:10px 0}.sales-sources a{color:#375b37;text-decoration:underline}.sales-sources p{max-width:85ch}.sales-column:focus-visible,.sales-switch button:focus-visible{outline:3px solid #386a48;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1000px){.sales-kpis{gap:10px}.sales-kpi{padding:18px}.sales-chart{gap:5px}}@media(max-width:600px){.sales-header{align-items:flex-start;gap:10px}.sales-header h1{font-size:31px;letter-spacing:-1px}.sales-header p{font-size:12px}.sales-crop{padding:8px 10px;font-size:11px}.sales-kpis{grid-template-columns:1fr 1fr;gap:10px}.sales-kpi.emphasis{grid-column:1/-1}.sales-kpi.emphasis strong{font-size:42px;margin:10px 0}.sales-kpi strong{font-size:27px}.sales-kpi{padding:18px 14px}.sales-kpi>span{font-size:9px;letter-spacing:.7px}.sales-kpi strong small{font-size:11px}.sales-panel{padding:18px 12px}.sales-panel-head{align-items:flex-start;flex-direction:column}.sales-switch{width:100%}.sales-switch button{flex:1}.sales-chart{gap:2px;min-height:210px}.sales-bar-space{height:145px}.sales-bar-value{font-size:9px}.sales-bar-label{font-size:9px;white-space:normal}.sales-column{padding:0 1px}.sales-table{font-size:12px}.sales-table th,.sales-table td{padding:12px 4px}.sales-table thead th{font-size:9px;letter-spacing:0}.sales-header .sales-eyebrow{font-size:9px}}

/* Strong series separation: blue forecast, warm orange actuals. Equal bar widths. */
.sales-bar.forecast,.sales-legend .forecast:before{background:#316ca6}
.sales-bar.actual,.sales-legend .actual:before{background:#d47724}
.sales-bar-space:has(.actual) .sales-bar{width:34%;max-width:46px}
.sales-table td:nth-child(2){color:#285d91}.sales-table td:nth-child(3){color:#995018;font-weight:700}
.sales-history{margin-top:24px}.sales-history .sales-column{cursor:default;text-align:center}.sales-history .sales-column:hover{background:transparent}
.sales-performance{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:22px 0;border-bottom:1px solid #e7ecdf}
.sales-performance strong{display:block;font-size:28px;letter-spacing:-.7px;font-variant-numeric:tabular-nums}.sales-performance small{font-size:12px;font-weight:500}.sales-performance span{display:block;font-size:11px;color:#6b7764;margin-top:7px}
.sales-performance>div:first-child strong{color:#995018}.sales-performance>div:nth-child(2) strong{color:#285d91}
@media(max-width:600px){.sales-performance{gap:8px}.sales-performance strong{font-size:23px}.sales-performance span{font-size:10px;line-height:1.5}.sales-history .sales-table thead th{font-size:8px}}

.sales-inventory{margin:0 0 24px}.sales-inventory-date{font-size:11px;color:#63725e;padding:8px 12px;border-radius:20px;background:#f0f4ec}.sales-inventory-date.old{color:#875815;background:#fff0d7}.sales-inventory .sales-performance strong{color:#254d35}
