@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700;800&family=DM+Sans:wght@400;500;600;700&display=swap";.jump-mode-overlay{z-index:9999;pointer-events:none;opacity:1;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.jump-mode-overlay.fade-out{opacity:0;transition:opacity .5s ease-out}.jump-mode-cell{background:#fffbe6;border:6px solid #faad14;border-radius:16px;justify-content:center;align-items:center;width:80vw;max-width:800px;height:80vh;max-height:800px;display:flex;box-shadow:0 0 80px #faad14cc}.jump-mode-number{color:#fa8c16;text-shadow:0 0 60px #fa8c1699;-webkit-user-select:none;user-select:none;font-size:35vw;font-weight:700;line-height:1}.jump-mode-cell.complete{background:#f6ffed;border-color:#52c41a;box-shadow:0 0 80px #52c41acc}.jump-mode-cell.complete .jump-mode-number{color:#52c41a;text-shadow:0 0 60px #52c41a99}@media (width<=768px){.jump-mode-number{font-size:45vw}.jump-mode-cell{width:90vw;height:90vh}}.distribute-page{gap:16px;height:100%;padding:16px;display:flex}.distribute-page__left{flex-direction:column;flex:1;min-width:0;display:flex}.distribute-page__grid-card{flex-direction:column;height:100%;display:flex}.distribute-page__grid-card .ant-card-body{flex-direction:column;flex:1;display:flex;overflow:auto}.distribute-grid{flex:1;gap:8px;width:100%;display:grid}.distribute-grid__cell{aspect-ratio:1;background:#fafafa;border:2px solid #d9d9d9;border-radius:4px;justify-content:center;align-items:center;min-height:100px;transition:all .2s;display:flex;position:relative;overflow:hidden}.distribute-grid__cell[data-has-order=false]{background:#f5f5f5;border-color:#e8e8e8}.distribute-grid__cell[data-has-order=false]:hover{background:#f0f0f0}.distribute-grid__cell[data-disabled=true]{opacity:.4;cursor:not-allowed;background:#fafafa;border-style:dashed;border-color:#f0f0f0}.distribute-grid__cell[data-disabled=true]:hover{box-shadow:none;background:#fafafa}.distribute-grid__cell[data-disabled=true] .distribute-grid__index{color:#d9d9d9}.distribute-grid__cell[data-has-order=true]{cursor:pointer;background:#fff;border-color:#1890ff;transition:all .2s}.distribute-grid__cell[data-has-order=true]:hover{background:#e6f7ff;border-color:#40a9ff;transform:scale(1.02);box-shadow:0 2px 8px #1890ff33}.distribute-grid__cell[data-has-order=true]:active{transform:scale(.98)}.distribute-grid__empty{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.distribute-grid__index{color:#bfbfbf;font-size:72px;font-weight:500}.distribute-grid__order{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;padding:8px;display:flex;position:relative}.distribute-grid__picking-index{color:#1890ff;z-index:1;font-size:72px;font-weight:600;line-height:1;transition:all .2s}.distribute-grid__order-items{color:#595959;align-items:center;gap:4px;font-size:16px;font-weight:500;display:flex}.distribute-grid__scanned-count{color:#52c41a;font-weight:600}.distribute-grid__total-count{color:#8c8c8c}.distribute-grid__cell[data-completed=true]{background:#f6ffed;border-width:3px;border-color:#52c41a;box-shadow:0 2px 8px #52c41a4d}.distribute-grid__cell[data-completed=true]:hover{background:#f6ffed;border-color:#52c41a;box-shadow:0 4px 12px #52c41a66}.distribute-grid__cell[data-completed=true] .distribute-grid__picking-index,.distribute-grid__cell[data-completed=true] .distribute-grid__scanned-count{color:#52c41a;font-weight:700}.distribute-grid__cell[data-completed=true] .distribute-grid__total-count{color:#52c41a;font-weight:600}.distribute-grid__cell[data-completed=true][data-highlighted=true]{animation:1s ease-out pulse-highlight-complete;background:#f6ffed!important;border-width:3px!important;border-color:#52c41a!important}@keyframes pulse-highlight-complete{0%{transform:scale(1);box-shadow:0 0 #52c41ab3}50%{transform:scale(1.05);box-shadow:0 0 20px 10px #52c41a80}to{transform:scale(1);box-shadow:0 2px 8px #52c41a4d}}@keyframes pulse-highlight{0%{transform:scale(1);box-shadow:0 0 #ffc107b3}50%{transform:scale(1.05);box-shadow:0 0 20px 10px #ffc10766}to{transform:scale(1);box-shadow:0 0 #ffc10700}}@keyframes scale-up-number{0%{transform:scale(1)}30%{transform:scale(1.8)}60%{transform:scale(1.6)}to{transform:scale(1)}}.distribute-grid__cell[data-highlighted=true]{z-index:10;animation:1s ease-out pulse-highlight;position:relative;background:#fffbe6!important;border-width:3px!important;border-color:#faad14!important}.distribute-grid__cell[data-highlighted=true] .distribute-grid__picking-index{font-weight:700;animation:1s ease-out scale-up-number;color:#fa8c16!important}.distribute-grid__cell[data-highlighted=true] .distribute-grid__index{font-weight:700;animation:1s ease-out scale-up-number;color:#faad14!important}.distribute-grid__cell[data-highlighted=true] .distribute-grid__scanned-count{color:#fa8c16;font-weight:700;animation:1s ease-out scale-up-number}.distribute-grid__cell--virtual{background:#fff7e6!important;border:2px dashed #ff9800!important}.distribute-grid__cell--virtual:hover{box-shadow:0 2px 8px #ff98004d;background:#fff3e0!important;border-color:#ff9800!important}.distribute-grid__virtual-badge{color:#fff;background:#ff9800;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;line-height:1;position:absolute;top:4px;right:4px}.distribute-grid__picking-index--virtual{color:#ff9800!important;font-size:48px!important}.distribute-grid__virtual-info{flex-direction:column;align-items:center;gap:4px;width:100%;margin-top:4px;display:flex}.distribute-grid__virtual-name{color:#1976d2;text-overflow:ellipsis;white-space:nowrap;text-align:center;width:100%;max-width:95%;font-size:14px;font-weight:700;overflow:hidden}.distribute-grid__virtual-unknown{color:#e64a19;background:#ffebee;border:1px solid #ffcdd2;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}.distribute-grid__virtual-code{color:#d84315;text-overflow:ellipsis;white-space:nowrap;text-align:center;background:#fff;border:1px solid #ffccbc;border-radius:4px;width:100%;max-width:95%;padding:4px 8px;font-size:11px;font-weight:500;overflow:hidden}.distribute-grid__virtual-quantity{color:#ff6f00;font-size:14px;font-weight:700}.distribute-grid__cell--virtual[data-highlighted=true]{animation:1s ease-out pulse-highlight;box-shadow:0 4px 12px #ff980080;background:#ffe0b2!important;border-width:3px!important;border-color:#f57c00!important}.distribute-page__right{flex-direction:column;gap:16px;width:400px;display:flex}.distribute-page__scanner-card{flex-shrink:0}.distribute-page__scanner-content{flex-direction:column;gap:16px;display:flex}.distribute-page__scanner-hint{text-align:center;border-radius:4px;padding:12px}.distribute-page__hint-primary{color:#1890ff;background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;padding:12px;font-size:14px;font-weight:500}.distribute-page__hint-secondary{color:#595959;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;padding:10px;font-size:13px}.distribute-order-detail-modal .ant-modal-body{max-height:70vh;padding:16px;overflow-y:auto}.distribute-order-detail{flex-direction:column;gap:16px;display:flex}.distribute-order-detail .ant-table{font-size:13px}.distribute-order-detail .ant-table-thead>tr>th{background:#fafafa;padding:8px 12px;font-weight:600}.distribute-order-detail .ant-table-tbody>tr>td{padding:8px 12px}.distribute-order-detail .ant-table-tbody>tr.item-complete{background:#f6ffed}@media (width<=1200px){.distribute-page{flex-direction:column}.distribute-page__right{width:100%}.distribute-grid__cell{min-height:80px}.distribute-grid__picking-index{font-size:60px}.distribute-grid__order-number{font-size:12px}.distribute-grid__order-items{font-size:14px}}@media (width<=768px){.distribute-grid{gap:4px}.distribute-grid__cell{min-height:60px}.distribute-grid__picking-index{font-size:48px}.distribute-grid__order-number{font-size:11px}.distribute-grid__order-items{font-size:12px}.distribute-grid__index{font-size:54px}}:root{--fw-bg:#060a13;--fw-surface:#ffffff08;--fw-text:#e8ecf4;--fw-text-dim:#5a6a8a;--fw-text-muted:#3a4660;--fw-border:#ffffff0d;--fw-green:#34d399;--fw-green-glow:#34d39926;--fw-yellow:#fbbf24;--fw-yellow-glow:#fbbf2426;--fw-red:#f87171;--fw-red-glow:#f8717126;--fw-font-mono:"JetBrains Mono", "SF Mono", "Consolas", monospace;--fw-font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--fw-ease:cubic-bezier(.16, 1, .3, 1)}.fw{background:var(--fw-bg);color:var(--fw-text);height:100vh;font-family:var(--fw-font-sans);flex-direction:column;display:flex;position:relative;overflow:hidden}.fw:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff03 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.fw>*{z-index:1;position:relative}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ringDraw{0%{stroke-dashoffset:var(--ring-circumference)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes numberReveal{0%{opacity:0;filter:blur(6px);transform:scale(.85)}to{opacity:1;filter:blur();transform:scale(1)}}.fw-header{border-bottom:1px solid var(--fw-border);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 48px;animation:.5s fadeIn;display:flex}.fw-header-left{align-items:center;gap:16px;display:flex}.fw-header-logo{font-family:var(--fw-font-mono);color:var(--fw-text-dim);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.fw-header-sep{background:var(--fw-text-muted);width:1px;height:16px}.fw-header-title{color:var(--fw-text-dim);font-size:15px;font-weight:600}.fw-zone-badge{font-family:var(--fw-font-mono);color:var(--fw-green);letter-spacing:.06em;background:#34d3991a;border:1px solid #34d39940;border-radius:4px;align-items:center;padding:3px 14px;font-size:13px;font-weight:700;display:inline-flex}.fw-header-right{align-items:center;gap:14px;display:flex}.fw-live{border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}.fw-live--green{background:var(--fw-green);box-shadow:0 0 8px var(--fw-green-glow)}.fw-live--yellow{background:var(--fw-yellow);box-shadow:0 0 8px var(--fw-yellow-glow)}.fw-live--red{background:var(--fw-red);box-shadow:0 0 8px var(--fw-red-glow)}.fw-clock{font-family:var(--fw-font-mono);font-variant-numeric:tabular-nums;color:var(--fw-text);letter-spacing:.03em;font-size:22px;font-weight:700}.fw-date{font-family:var(--fw-font-mono);color:var(--fw-text-muted);font-size:14px}.fw-main{flex:1;align-items:stretch;padding:0;display:flex;overflow:hidden}.fw-left{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:36px;padding:0 48px;display:flex}.fw-right{border-left:1px solid var(--fw-border);width:380px;animation:slideUp .8s var(--fw-ease) .7s both;flex-direction:column;flex-shrink:0;padding:24px 40px 24px 0;display:flex}.fw-ring-section{animation:slideUp .8s var(--fw-ease) .1s both;flex-direction:column;align-items:center;display:flex}.fw-ring-container{width:340px;height:340px;position:relative}.fw-ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.fw-ring-track{fill:none;stroke:#ffffff0a;stroke-width:10px}.fw-ring-fill{fill:none;stroke-width:10px;stroke-linecap:round;transition:stroke-dashoffset 1.5s var(--fw-ease), stroke .6s ease;animation:ringDraw 2s var(--fw-ease) .3s both}.fw-ring-fill--green{stroke:var(--fw-green);filter:drop-shadow(0 0 16px var(--fw-green-glow))}.fw-ring-fill--yellow{stroke:var(--fw-yellow);filter:drop-shadow(0 0 16px var(--fw-yellow-glow))}.fw-ring-fill--red{stroke:var(--fw-red);filter:drop-shadow(0 0 16px var(--fw-red-glow))}.fw-ring-center{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fw-ring-pct{font-family:var(--fw-font-mono);font-variant-numeric:tabular-nums;animation:numberReveal 1s var(--fw-ease) .4s both;font-size:88px;font-weight:800;line-height:1;transition:color .6s}.fw-ring-pct--green{color:var(--fw-green);text-shadow:0 0 60px var(--fw-green-glow)}.fw-ring-pct--yellow{color:var(--fw-yellow);text-shadow:0 0 60px var(--fw-yellow-glow)}.fw-ring-pct--red{color:var(--fw-red);text-shadow:0 0 60px var(--fw-red-glow)}.fw-ring-pct-unit{font-size:40px;font-weight:700}.fw-ring-signal{letter-spacing:.06em;font-size:18px;font-weight:600;animation:.6s .8s both fadeIn}.fw-ring-signal--green{color:var(--fw-green)}.fw-ring-signal--yellow{color:var(--fw-yellow)}.fw-ring-signal--red{color:var(--fw-red)}.fw-stats{animation:slideUp .8s var(--fw-ease) .3s both;align-items:center;gap:64px;display:flex}.fw-stat{flex-direction:column;align-items:center;gap:6px;display:flex}.fw-stat-value{font-family:var(--fw-font-mono);font-variant-numeric:tabular-nums;color:var(--fw-text);font-size:48px;font-weight:700;line-height:1}.fw-stat-label{color:var(--fw-text-dim);letter-spacing:.04em;font-size:15px;font-weight:500}.fw-stat-divider{background:var(--fw-border);width:1px;height:48px}.fw-projection{animation:slideUp .8s var(--fw-ease) .5s both;align-items:center;gap:40px;display:flex}.fw-proj-item{font-family:var(--fw-font-mono);color:var(--fw-text-dim);align-items:center;gap:8px;font-size:18px;display:flex}.fw-proj-item strong{color:var(--fw-text);font-weight:700}.fw-proj-sep{color:var(--fw-text-muted)}.fw-trend-up{color:var(--fw-green)}.fw-trend-down{color:var(--fw-red)}.fw-trend-flat{color:var(--fw-text-muted)}.fw-hourly-title{color:var(--fw-text-muted);letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;margin-bottom:16px;padding-left:4px;font-size:13px;font-weight:600}.fw-hourly{flex:1;align-items:flex-end;gap:4px;min-height:0;display:flex}.fw-hourly-col{flex-direction:column;flex:1;align-items:center;gap:8px;height:100%;display:flex}.fw-hourly-bar-track{flex:1;align-items:flex-end;width:100%;display:flex}.fw-hourly-bar-fill{width:100%;transition:height 1s var(--fw-ease);opacity:.3;border-radius:4px 4px 0 0}.fw-hourly-col--now .fw-hourly-bar-fill{opacity:1;box-shadow:0 0 12px var(--fw-green-glow)}.fw-hourly-bar-fill--green{background:var(--fw-green)}.fw-hourly-bar-fill--yellow{background:var(--fw-yellow)}.fw-hourly-bar-fill--red{background:var(--fw-red)}.fw-hourly-count{font-family:var(--fw-font-mono);color:var(--fw-text-muted);flex-shrink:0;min-height:16px;font-size:12px;font-weight:600}.fw-hourly-col--now .fw-hourly-count{color:var(--fw-text)}.fw-hourly-label{font-family:var(--fw-font-mono);color:var(--fw-text-muted);flex-shrink:0;font-size:12px}.fw-hourly-label--now{color:var(--fw-text);font-weight:700}.fw-footer{border-top:1px solid var(--fw-border);flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:0 48px;animation:.5s .8s both fadeIn;display:flex}.fw-footer-info{font-family:var(--fw-font-mono);color:var(--fw-text-muted);letter-spacing:.02em;align-items:center;gap:16px;font-size:12px;display:flex}.fw-footer-sep{color:#ffffff14}.fw-stale{color:var(--fw-yellow);font-weight:600}.fw-fs-btn{font-family:var(--fw-font-mono);color:var(--fw-text-dim);background:var(--fw-surface);border:1px solid var(--fw-border);cursor:pointer;letter-spacing:.04em;border-radius:6px;padding:4px 16px;font-size:12px;font-weight:500;transition:all .2s}.fw-fs-btn:hover{color:var(--fw-text);background:#ffffff0f}.fw-loading{background:var(--fw-bg);flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;display:flex}.fw-loading-spinner{border:2px solid var(--fw-border);border-top-color:var(--fw-text-dim);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.fw-loading-text{font-family:var(--fw-font-mono);color:var(--fw-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:13px}.pw{--fw-green:#22d3ee;--fw-green-glow:#22d3ee26;--fw-yellow:#fb923c;--fw-yellow-glow:#fb923c26;--fw-bg:#060b14}.pw:before{background-image:linear-gradient(#64b4ff04 1px,#0000 1px),linear-gradient(90deg,#64b4ff04 1px,#0000 1px)!important}.pw-zone-badge{font-family:var(--fw-font-mono);color:#22d3ee;letter-spacing:.06em;background:#22d3ee1a;border:1px solid #22d3ee40;border-radius:4px;align-items:center;gap:6px;padding:3px 14px;font-size:13px;font-weight:700;display:inline-flex}.iw{--fw-green:#a78bfa;--fw-green-glow:#a78bfa26;--fw-yellow:#fbbf24;--fw-yellow-glow:#fbbf2426;--fw-bg:#080611}.iw:before{background-image:linear-gradient(#a082ff04 1px,#0000 1px),linear-gradient(90deg,#a082ff04 1px,#0000 1px)!important}.iw-zone-badge{font-family:var(--fw-font-mono);color:#a78bfa;letter-spacing:.06em;background:#a78bfa1a;border:1px solid #a78bfa40;border-radius:4px;align-items:center;gap:6px;padding:3px 14px;font-size:13px;font-weight:700;display:inline-flex}.cw{--cw-amber:#f59e0b;--cw-amber-dim:#f59e0b26;--cw-green:#34d399;--cw-red:#f87171;--fw-bg:#0a0806}.cw:before{background-image:linear-gradient(#f5b45003 1px,#0000 1px),linear-gradient(90deg,#f5b45003 1px,#0000 1px)!important}.cw-summary{border-bottom:1px solid var(--fw-border);animation:fadeIn .6s var(--fw-ease) both;align-items:center;gap:32px;padding:16px 48px;display:flex}.cw-summary-item{font-family:var(--fw-font-label);color:var(--fw-text-dim);align-items:baseline;gap:8px;font-size:16px;display:flex}.cw-summary-item strong{font-family:var(--fw-font-mono);color:var(--fw-text);font-size:32px;font-weight:700}.cw-summary-item .cw-summary-slash{font-family:var(--fw-font-mono);color:var(--fw-text-muted);margin:0 2px;font-size:24px}.cw-summary-pct{font-family:var(--fw-font-mono);color:var(--cw-amber);font-size:26px;font-weight:600}.cw-page-indicator{font-family:var(--fw-font-mono);color:var(--fw-text-muted);letter-spacing:.05em;margin-left:auto;font-size:15px;font-weight:600}.cw-list{min-height:0;animation:cwPageIn .5s var(--fw-ease) both;flex-direction:column;flex:1;gap:0;padding:12px 48px;display:flex;overflow:hidden}@keyframes cwPageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cw-row{animation:slideUp .5s var(--fw-ease) both;border-bottom:1px solid #ffffff08;grid-template-columns:180px 1fr 160px 80px;align-items:center;gap:20px;padding:18px 0;display:grid}.cw-row:last-child{border-bottom:none}.cw-carrier-name{font-family:var(--fw-font-label);color:var(--fw-text);white-space:nowrap;text-overflow:ellipsis;font-size:24px;font-weight:600;overflow:hidden}.cw-bar-track{background:#ffffff0a;border-radius:6px;height:32px;position:relative;overflow:hidden}.cw-bar-fill{height:100%;transition:width 1s var(--fw-ease);border-radius:6px;min-width:0}.cw-bar-fill--high{background:var(--cw-green);box-shadow:0 0 12px #34d39933}.cw-bar-fill--mid{background:var(--cw-amber);box-shadow:0 0 12px #f59e0b33}.cw-bar-fill--low{background:var(--cw-red);box-shadow:0 0 12px #f8717133}.cw-numbers{font-family:var(--fw-font-mono);color:var(--fw-text);text-align:right;white-space:nowrap;font-size:24px;font-weight:600}.cw-numbers-slash{color:var(--fw-text-muted);margin:0 2px}.cw-pct{font-family:var(--fw-font-mono);text-align:right;white-space:nowrap;font-size:22px;font-weight:700}.cw-pct--high{color:var(--cw-green)}.cw-pct--mid{color:var(--cw-amber)}.cw-pct--low{color:var(--cw-red)}.cw-zone-badge{font-family:var(--fw-font-mono);color:var(--cw-amber);letter-spacing:.06em;background:#f59e0b1a;border:1px solid #f59e0b40;border-radius:4px;align-items:center;padding:3px 14px;font-size:13px;font-weight:700;display:inline-flex}.cw-empty{font-family:var(--fw-font-label);color:var(--fw-text-muted);flex:1;justify-content:center;align-items:center;font-size:18px;display:flex}.cw-row:first-child{animation-delay:.1s}.cw-row:nth-child(2){animation-delay:.15s}.cw-row:nth-child(3){animation-delay:.2s}.cw-row:nth-child(4){animation-delay:.25s}.cw-row:nth-child(5){animation-delay:.3s}.cw-row:nth-child(6){animation-delay:.35s}.cw-row:nth-child(7){animation-delay:.4s}.cw-row:nth-child(8){animation-delay:.45s}.cw-row:nth-child(9){animation-delay:.5s}.cw-row:nth-child(10){animation-delay:.55s}.ew .ew-grid{flex:1;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:20px;min-height:0;padding:24px 32px;display:grid}.ew-card{background:var(--fw-surface);border:1px solid var(--fw-border);transition:border-color .4s var(--fw-ease), box-shadow .4s var(--fw-ease);animation:slideUp .6s var(--fw-ease) both;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex}.ew-card:first-child{animation-delay:50ms}.ew-card:nth-child(2){animation-delay:.1s}.ew-card:nth-child(3){animation-delay:.15s}.ew-card:nth-child(4){animation-delay:.2s}.ew-card:nth-child(5){animation-delay:.25s}.ew-card:nth-child(6){animation-delay:.3s}.ew-card-title{font-family:var(--fw-font-sans);color:var(--fw-text-dim);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:clamp(14px,1.4vw,20px);font-weight:500}.ew-card-count{font-family:var(--fw-font-mono);animation:numberReveal .8s var(--fw-ease) both;font-size:clamp(48px,6vw,96px);font-weight:800;line-height:1}.ew-card-count--zero{opacity:.3;font-size:clamp(32px,4vw,64px)}.ew-card--ok{border-color:#34d39926}.ew-card--ok .ew-card-count{color:var(--fw-green)}.ew-card--critical{box-shadow:inset 0 0 40px var(--fw-red-glow), 0 0 30px var(--fw-red-glow);border-color:#f871714d}.ew-card--critical .ew-card-count,.ew-card--critical .ew-card-title{color:var(--fw-red)}.ew-card--warning{box-shadow:inset 0 0 40px var(--fw-yellow-glow), 0 0 30px var(--fw-yellow-glow);border-color:#fbbf244d}.ew-card--warning .ew-card-count,.ew-card--warning .ew-card-title{color:var(--fw-yellow)}.ew-card--info{border-color:#fbbf2426;box-shadow:inset 0 0 20px #fbbf240d}.ew-card--info .ew-card-count{color:#fbbf24b3}.ew-card--info .ew-card-title{color:#fbbf2499}.ew-zone-badge{letter-spacing:.04em;color:var(--fw-red);background:#f871711a;border:1px solid #f8717133;border-radius:20px;align-items:center;padding:4px 14px;font-size:13px;font-weight:600;display:inline-flex}
