@charset "UTF-8";.scale-container-viewport{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:radial-gradient(ellipse at 50% 0%,rgba(24,64,152,.35),transparent 60%),#081131}.chart-card{display:flex;flex-direction:column;background:#0a183d;border:1px solid rgba(48,116,255,.35);box-shadow:inset 0 0 1.5rem #3074ff14;border-radius:.25rem;overflow:hidden}.chart-card__header{display:flex;align-items:center;height:2.5rem;padding:0 .875rem;background:linear-gradient(90deg,rgba(48,116,255,.25),transparent 70%)}.chart-card__corner{width:.375rem;height:1.125rem;margin-right:.625rem;background:linear-gradient(180deg,#4f9bff,#2ee6ca);border-radius:.125rem}.chart-card__title{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:.125rem;color:#d8e6ff}.chart-card__body{flex:1;min-height:0;padding:.5rem}.dashboard-loading{position:relative;width:100%;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(ellipse 70% 50% at 50% 40%,rgba(20,70,140,.35),transparent 70%),linear-gradient(180deg,#050b1c,#071228 45%,#040914);color:#d8e6ff;font-family:PingFang SC,Microsoft YaHei,sans-serif}.dashboard-loading__glow{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none}.dashboard-loading__glow--a{width:22rem;height:22rem;left:18%;top:22%;background:#2f8cff2e;animation:dashboard-loading-float 6s ease-in-out infinite}.dashboard-loading__glow--b{width:18rem;height:18rem;right:16%;bottom:18%;background:#2ee6ca1f;animation:dashboard-loading-float 7.5s ease-in-out infinite reverse}.dashboard-loading__panel{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:2.5rem 3rem;border-radius:.75rem;border:1px solid rgba(79,214,255,.28);background:#0c1c3a;box-shadow:0 0 0 1px #4fd6ff0f inset,0 1.25rem 3rem #00000073,0 0 2.5rem #2f8cff2e}.dashboard-loading__panel>*+*{margin-top:.85rem}.dashboard-loading__ring{display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;border-radius:50%;background:radial-gradient(circle,rgba(79,214,255,.12) 0%,transparent 70%);box-shadow:0 0 1.5rem #4fd6ff33}.dashboard-loading__title{margin-top:.25rem;font-size:1.15rem;letter-spacing:.28em;font-weight:500;color:#e8f3ff;-webkit-text-fill-color:#e8f3ff;text-indent:.28em}.dashboard-loading__sub{font-size:.8rem;color:#b8cef0;-webkit-text-fill-color:#b8cef0;letter-spacing:.04em}.dashboard-loading__bars{display:flex;margin-top:.35rem}.dashboard-loading__bars span{width:.45rem;height:.45rem;border-radius:50%;background:#4fd6ff;opacity:.35;animation:dashboard-loading-dot 1.2s ease-in-out infinite}.dashboard-loading__bars span+span{margin-left:.35rem}.dashboard-loading__bars span:nth-child(2){animation-delay:.2s}.dashboard-loading__bars span:nth-child(3){animation-delay:.4s}@keyframes dashboard-loading-float{0%,to{transform:translateY(0)}50%{transform:translateY(-1.25rem)}}@keyframes dashboard-loading-dot{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1.15)}}.confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center}.confirm-dialog__mask{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;cursor:pointer;background:#020818d9}.confirm-dialog__panel{position:relative;z-index:1;width:22rem;max-width:calc(100vw - 2rem);padding:1.5rem 1.5rem 1.25rem;border-radius:.75rem;border:1px solid #3fa1ff;background:#0c1c3a;box-shadow:0 0 0 1px #4fd6ff1f inset,0 1.25rem 3rem #0000008c;color:#d8e6ff;-webkit-text-fill-color:#d8e6ff;font-family:PingFang SC,Microsoft YaHei,sans-serif;animation:confirm-dialog-in .18s ease-out}.confirm-dialog__title{font-size:1.05rem;font-weight:600;letter-spacing:.12em;color:#eaf3ff;-webkit-text-fill-color:#eaf3ff;margin-bottom:.75rem}.confirm-dialog__message{font-size:.9rem;line-height:1.6;color:#c7d6f5;-webkit-text-fill-color:#c7d6f5;margin-bottom:1.35rem}.confirm-dialog__actions{display:flex;justify-content:flex-end}.confirm-dialog__actions>*+*{margin-left:.75rem}.confirm-dialog__btn{min-width:5.25rem;height:2.1rem;padding:0 1rem;border-radius:999px;font-size:.85rem;cursor:pointer;opacity:1;-webkit-appearance:none;appearance:none}.confirm-dialog__btn:disabled{opacity:.7;cursor:not-allowed}.confirm-dialog__btn--cancel{color:#eaf3ff!important;-webkit-text-fill-color:#eaf3ff;background:#123a6b;border:1px solid #3fa1ff}.confirm-dialog__btn--cancel:hover:not(:disabled),.confirm-dialog__btn--cancel:focus:not(:disabled){background:#1a4f8c;border-color:#7fd8ff;color:#fff!important;-webkit-text-fill-color:#fff}.confirm-dialog__btn--confirm{color:#04101f!important;-webkit-text-fill-color:#04101f;font-weight:600;background:#4fd6ff;border:1px solid #7fd8ff;box-shadow:0 0 .85rem #4fd6ff47}.confirm-dialog__btn--confirm:hover:not(:disabled),.confirm-dialog__btn--confirm:focus:not(:disabled){background:#7fd8ff}@keyframes confirm-dialog-in{0%{transform:translateY(.4rem) scale(.98)}to{transform:translateY(0) scale(1)}}.dashboard-header{position:relative;display:flex;align-items:center;justify-content:space-between;height:4.5rem;flex-shrink:0;box-sizing:border-box}.dashboard-header:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(63,161,255,.25) 15%,rgba(79,214,255,.65) 50%,rgba(63,161,255,.25) 85%,transparent 100%);pointer-events:none}.dashboard-header__side{flex:1;display:flex;align-items:center;min-width:0}.dashboard-header__side--left{justify-content:flex-start}.dashboard-header__side--right{justify-content:flex-end}.dashboard-header__side--right>*+*{margin-left:.75rem}.dashboard-header__badge{display:inline-flex;align-items:center;height:2.1rem;padding:0 .9rem;background:#0a183d;border:1px solid rgba(63,214,255,.45);border-radius:.25rem;box-shadow:inset 0 0 .75rem #3fd6ff0f}.dashboard-header__badge-dot{display:block;width:8px;height:8px;margin-right:.5rem;border-radius:8px;flex:0 0 8px;background:#3ee08a;box-shadow:0 0 6px #3ee08a;animation:dashboard-badge-dot-blink 1.2s ease-in-out infinite}.dashboard-header__badge-text{font-size:.8125rem;letter-spacing:.06em;color:#7fd8ff;-webkit-text-fill-color:#7fd8ff}.dashboard-header__badge--offline{border-color:#f2637ba6;box-shadow:inset 0 0 .75rem #f2637b1f}.dashboard-header__badge--offline .dashboard-header__badge-dot{background:#f2637b;box-shadow:0 0 6px #f2637b;animation:dashboard-badge-dot-blink-offline 1.2s ease-in-out infinite}.dashboard-header__badge--offline .dashboard-header__badge-text{color:#f2637b;-webkit-text-fill-color:#f2637b}.dashboard-header__center{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:2.6rem;padding:0 1.25rem;background:linear-gradient(90deg,transparent 0%,rgba(48,116,255,.18) 35%,rgba(48,116,255,.18) 65%,transparent 100%);border-radius:.25rem}.dashboard-header__corner{width:.35rem;height:1.15rem;margin-right:.7rem;background:linear-gradient(180deg,#4f9bff,#2ee6ca);border-radius:.125rem;flex-shrink:0}.dashboard-header__corner--right{margin-right:0;margin-left:.7rem}.dashboard-header__title{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:.14em;color:#d8e6ff;-webkit-text-fill-color:#d8e6ff;white-space:nowrap}.dashboard-header__panel{display:flex;align-items:center;min-height:2.6rem;padding:.25rem .8rem;background:#0a183d;border:1px solid rgba(48,116,255,.35);border-radius:.25rem;box-shadow:inset 0 0 .75rem #3074ff0f;box-sizing:border-box}.dashboard-header__panel--user>*+*{margin-left:.55rem}.dashboard-header__panel--clock{flex-direction:column;align-items:flex-end;justify-content:center;min-width:7.5rem}.dashboard-header__avatar{width:1.55rem;height:1.55rem;border-radius:.2rem;border:1px solid rgba(63,161,255,.55);background:#102a52 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAA0CAYAAADxAdr3AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAFnSURBVGiB7ZlbEoMgDEWhG5OdOV1ZdWXph7RaAj7CjZipd4aPark5ZXgk1DuUiGj1vfceEabeZAuURawDl3c+Csoiy8BlwLWw3+jHoY8Dl2GH2MYIMziiPr4LsWUIMHM7LyLKtJcjysP89g3xu9zjRNh+uyPz6c+BRsDOXhwaqtw0qPfk0wMmDhwAnkEHWGN0Z+/Do/wQhBkEfWBeEmCkRryl5mpWmccaC27Nf0Ntp4RgL5cAd4I+MEmAAzA+0mshUwfHZG7saJ4CGEp+piDG0sspWPMEXqNEcs775+JHdA5YIv1BEfqRqTJ/KTMXKalOuqq6dcu6ygtB7bjcqcIi5Q9bg6ZKwOcPVwNNFcFbl/lClTIwdIW8n2cjBT0lNxUoTUfjQ1wlgVa27rvq6DqXBfYM8mpJSsJnbpe4gbXFgVvtvTt17REubrFa/2HUavdJ1/IA+aQEhbu3O1vTluEEPlVr8EKK8AaESY8yYrqqyQAAAABJRU5ErkJggg==) no-repeat center center;background-size:80% 80%;flex-shrink:0}.dashboard-header__user-text{display:flex;flex-direction:column;line-height:1.2}.dashboard-header__user-name{font-size:.875rem;font-weight:600;color:#eaf3ff;-webkit-text-fill-color:#eaf3ff}.dashboard-header__user-hint{margin-top:.1rem;font-size:.6875rem;color:#7d95c4;-webkit-text-fill-color:#7d95c4}.dashboard-header__time-row{display:flex;align-items:center}.dashboard-header__time-row>*+*{margin-left:.45rem}.dashboard-header__time{font-family:DIN Alternate,Arial,sans-serif;font-size:1.2rem;font-weight:700;line-height:1;letter-spacing:.04em;color:#4fd6ff;-webkit-text-fill-color:#4fd6ff}.dashboard-header__date{margin-top:.2rem;font-size:.6875rem;color:#7d95c4;-webkit-text-fill-color:#7d95c4;white-space:nowrap}.dashboard-header__weather{display:inline-flex;align-items:center;color:#ffd452;-webkit-text-fill-color:#ffd452}.dashboard-header__weather-icon{display:block;width:.85rem;height:.85rem;flex-shrink:0;color:#ffd452}.dashboard-header__weather-temp{margin-left:.15rem;font-size:.75rem;color:#7fd8ff;-webkit-text-fill-color:#7fd8ff}.dashboard-header__exit{display:inline-flex;align-items:center;height:2.6rem;padding:0 .95rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;color:#eaf3ff!important;-webkit-text-fill-color:#eaf3ff;background:#0a183d;border:1px solid rgba(63,214,255,.5);border-radius:.25rem;cursor:pointer;opacity:1;-webkit-appearance:none;appearance:none;box-shadow:inset 0 0 .75rem #3fd6ff0f}.dashboard-header__exit:hover,.dashboard-header__exit:focus{color:#fff!important;-webkit-text-fill-color:#fff;border-color:#7fd8ff;background:#123a6b}.dashboard-header__exit:disabled{opacity:.75;cursor:not-allowed}.dashboard-header__exit-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:.4rem;width:.9rem;height:.9rem;color:#eaf3ff}.dashboard-header__exit-icon svg{display:block;width:100%;height:100%}.dashboard-header__exit-text{line-height:1}@keyframes dashboard-badge-dot-blink{0%,to{opacity:1;box-shadow:0 0 6px #3ee08a}50%{opacity:.3;box-shadow:0 0 2px #3ee08a}}@keyframes dashboard-badge-dot-blink-offline{0%,to{opacity:1;box-shadow:0 0 6px #f2637b}50%{opacity:.3;box-shadow:0 0 2px #f2637b}}.metric-row{display:flex;height:100%}.metric-row>*+*{margin-left:1rem}.metric-row__item{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:.55rem 1.25rem;background:#06112ed9;border:1px solid rgba(63,214,255,.5);border-radius:.25rem;box-shadow:inset 0 0 .75rem #3fd6ff14;box-sizing:border-box}.metric-row__label{flex-shrink:0;font-size:.875rem;line-height:1.3;color:#9fb4dd;letter-spacing:.0625rem}.metric-row__value{flex-shrink:0;margin-top:.45rem;font-family:DIN Alternate,Arial,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2;color:#4fd6ff;-webkit-text-fill-color:#4fd6ff;letter-spacing:.0625rem;text-shadow:0 0 .75rem rgba(79,214,255,.5)}.metric-row__delta{flex-shrink:0;display:flex;align-items:center;margin-top:.35rem;font-size:.8125rem;line-height:1.3}.metric-row__delta--up{color:#ff5f7e;-webkit-text-fill-color:#ff5f7e}.metric-row__delta--down{color:#3ee08a;-webkit-text-fill-color:#3ee08a}.metric-row__arrow{margin-left:.25rem;font-size:.75rem}.big-number-row{display:flex;height:100%}.big-number-row>*+*{margin-left:1rem}.big-number-row__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#142d5c8c,#06112ebf);border:1px solid rgba(63,161,255,.35);border-radius:.25rem}.big-number-row__item>*+*{margin-top:.375rem}.big-number-row__label{font-size:.9375rem;color:#9fb4dd;letter-spacing:.0625rem}.big-number-row__value{font-family:DIN Alternate,Arial,sans-serif;font-size:2.25rem;font-weight:700;color:#ffd452;letter-spacing:.0625rem;text-shadow:0 0 1rem rgba(255,212,82,.45)}.china-map,.china-map__loading{width:100%;height:100%;background:transparent}.china-map__loading{display:flex;align-items:center;justify-content:center;color:#7d95c4;-webkit-text-fill-color:#7d95c4;font-size:.875rem;letter-spacing:.0625rem}.category-pie{height:100%;display:flex;align-items:center}.category-pie>*+*{margin-left:.5rem}.category-pie__chart{flex:1.1;min-width:0;height:100%}.category-pie__legend{flex:1;min-width:0;list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.category-pie__legend>*+*{margin-top:.5rem}.category-pie__legend-item{display:flex;align-items:center;font-size:.8125rem;color:#c7d6f5}.category-pie__legend-item>*+*{margin-left:.5rem}.category-pie__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.category-pie__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-pie__percent{flex-shrink:0;color:#eaf3ff;font-weight:600}.city-rank{list-style:none;margin:0;padding:.25rem .5rem .35rem .75rem;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.city-rank__row{flex:1 1 0;min-height:0;display:flex;align-items:center}.city-rank__name{flex:0 0 3.6rem;width:3.6rem;font-size:.8125rem;color:#9fb4dd;-webkit-text-fill-color:#9fb4dd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.city-rank__track{flex:1 1 auto;min-width:0;height:.5rem;margin:0 .65rem;background:#0d2248;border-radius:999px;overflow:hidden}.city-rank__bar{display:block;height:100%;border-radius:999px;background:#2f9fe0;background-image:linear-gradient(90deg,#1f6fd6,#4fd6ff);min-width:0}.city-rank__value{flex:0 0 1.75rem;width:1.75rem;text-align:right;font-size:.8125rem;font-weight:600;color:#d8e6ff;-webkit-text-fill-color:#d8e6ff;font-variant-numeric:tabular-nums}.scroll-list{height:100%;overflow:hidden;cursor:default}.scroll-list__track{display:flex;flex-direction:column;animation-name:scroll-list-marquee;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running;backface-visibility:hidden}.scroll-list--paused .scroll-list__track{animation-play-state:paused}.scroll-list__row{width:100%;height:var(--row-h, 2.5rem);display:flex;align-items:center;flex-shrink:0}@keyframes scroll-list-marquee{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}.order-table{height:100%;display:flex;flex-direction:column}.order-table__body{flex:1;min-height:0;position:relative}.order-table__empty{height:100%;min-height:6rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse 55% 70% at 50% 45%,rgba(47,140,255,.08),transparent 70%)}.order-table__empty>*+*{margin-top:.4rem}.order-table__empty-icon{width:3.25rem;height:3.25rem;color:#7fd8ffbf;margin-bottom:.25rem;filter:drop-shadow(0 0 .75rem rgba(79,214,255,.25))}.order-table__empty-icon svg{width:100%;height:100%}.order-table__empty-title{font-size:.95rem;letter-spacing:.22em;text-indent:.22em;color:#c7d6f5}.order-table__empty-sub{font-size:.75rem;color:#7d95c4d9}.order-table__row{display:flex;align-items:center;width:100%;height:2.25rem;padding:0 .75rem;font-size:.8125rem;color:#c7d6f5;box-sizing:border-box}.order-table__row--head{color:#7fd8ff;background:#3fa1ff1f;flex-shrink:0}.order-table__row--odd{background:#3fa1ff0a}.order-table__row--even{background:transparent}.order-table__row:not(.order-table__row--head):hover{background:#3fa1ff2e}.order-table__col{flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.order-table__col--time{width:24%}.order-table__col--user,.order-table__col--city{width:12%}.order-table__col--item{width:20%}.order-table__col--amount{width:18%;color:#4fd6ff}.order-table__col--status{width:14%}.order-table__status--renting{color:#ffd452}.order-table__status--done{color:#4fd6ff}.order-table__status--pending{color:#7d95c4}.dashboard{width:100%;height:100%;display:flex;flex-direction:column;padding:1rem 1.5rem 1.25rem;color:#d8e6ff;font-family:PingFang SC,Microsoft YaHei,sans-serif;box-sizing:border-box}.dashboard>*+*{margin-top:.75rem}.dashboard__metrics{height:6.5rem;flex-shrink:0}.dashboard__body{flex:4.5;min-height:0;display:grid;grid-template-columns:32rem 1fr 32rem;grid-gap:1rem;gap:1rem}.dashboard__col{display:flex;flex-direction:column;min-height:0}.dashboard__col>*+*{margin-top:1rem}.dashboard__col--center>*+*{margin-top:.75rem}.dashboard__card{flex:1;min-height:0}.dashboard__card--tall{flex:1.35}.dashboard__big-numbers{height:5.625rem;flex-shrink:0}.dashboard__map{flex:1;min-height:0;border:1px solid rgba(63,161,255,.35);border-radius:.25rem;background:radial-gradient(ellipse 75% 65% at 50% 48%,#123a6b,#0a183d 72%)}.dashboard__footer{flex:1.4;min-height:0}.dashboard__order-card{height:100%}.order-container{color:#fff}*{box-sizing:border-box}html{font-size:16px}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#060b1e}body{font-family:PingFang SC,Microsoft YaHei,-apple-system,sans-serif}
