@layer app{*,:before,:after{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body,#app,.app-root{min-height:100%;margin:0}body{color:var(--color-text-primary);background:var(--color-bg-page);-webkit-font-smoothing:antialiased;font-family:Inter,IBM Plex Sans,PingFang SC,Microsoft YaHei,sans-serif}button,input,textarea,select{font:inherit}.global-loading{z-index:9999;color:var(--color-text-secondary);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#f8fafcc7;place-content:center;justify-items:center;gap:12px;display:grid;position:fixed;inset:0}.global-loading .p-progressspinner{width:44px;height:44px}.app-icp-link{z-index:60;color:#94a3b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb8;border-radius:4px;padding:2px 6px;font-size:12px;line-height:18px;text-decoration:none;position:fixed;bottom:8px;right:16px}.app-icp-link:hover{color:#2563eb;text-decoration:underline}.app-card.p-card{border:1px solid var(--color-border);background:var(--color-bg-surface);box-shadow:var(--shadow-card)}.app-card .p-card-body{padding:var(--space-card)}.app-card--small .p-card-body{padding:10px 12px}.app-card .p-card-title{color:var(--color-text-primary);margin:0;font-size:15px;font-weight:650}.app-card .p-card-caption:has(.app-card__header){margin-bottom:10px}.app-card__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.app-space{align-items:center;gap:8px;display:flex}.app-space--vertical{flex-direction:column;align-items:stretch}.app-space--wrap{flex-wrap:wrap}.app-grid,.app-form{gap:12px;display:grid}.app-form-item{gap:5px;display:grid}.app-form-item__label{color:var(--color-text-secondary);font-size:13px;font-weight:600}.app-form-item__required:after{content:" *";color:var(--color-error)}.app-form-item__error{color:var(--color-error);font-size:12px}.app-input,.app-select,.app-input-number{width:100%}.app-switch{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.app-switch__label{color:var(--color-text-secondary);white-space:nowrap;font-size:13px}.app-text--muted{color:var(--color-text-muted)}.app-spin{min-height:48px;position:relative}.app-spin__mask{z-index:5;border-radius:inherit;color:var(--color-text-secondary);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffbd;place-content:center;justify-items:center;gap:8px;display:grid;position:absolute;inset:0}.app-empty{min-height:96px;color:var(--color-text-muted);text-align:center;place-content:center;justify-items:center;padding:16px;display:grid}.app-empty__icon{color:var(--color-border-strong);margin-bottom:6px;font-size:24px}.app-empty__extra{margin-top:10px}.app-list{display:grid}.app-list-item{border-bottom:1px solid var(--color-border);align-items:center;gap:8px;padding:9px 0;display:flex}.app-list-item:last-child{border-bottom:0}.app-list-item__prefix,.app-list-item__suffix{flex:none}.app-list-item__content{flex:1;min-width:0}.app-thing{grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;display:grid}.app-thing__header{min-width:0;font-weight:600}.app-thing__description{color:var(--color-text-muted);grid-column:1;font-size:13px}.app-thing__action{grid-area:1/2/span 2;align-self:center}.app-upload{cursor:pointer;display:inline-flex}.app-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.app-tabs__list{border-bottom:1px solid var(--color-border);align-items:center;gap:4px;margin-bottom:10px;display:flex;overflow-x:auto}.app-tabs__tab{min-height:38px;color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 10px;display:inline-flex}.app-tabs__tab:hover{color:var(--color-text-primary);background:var(--color-bg-muted)}.app-tabs__tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.app-tabs__close{width:22px;height:22px;color:inherit;cursor:pointer;opacity:.65;background:0 0;border:0;border-radius:50%;place-content:center;padding:0;font-size:11px;display:inline-grid}.app-tabs__close:hover{background:var(--color-border);opacity:1}.app-tabs__add{margin-left:4px}.app-descriptions{border-collapse:collapse;width:100%}.app-descriptions th,.app-descriptions td{border:1px solid var(--color-border);text-align:left;padding:8px 10px}.app-descriptions th{width:136px;color:var(--color-text-secondary);background:var(--color-bg-muted);font-weight:600}.app-input-group{width:100%;display:flex}.app-input-group>:first-child{flex:1}.app-checkbox-group{display:contents}.app-drawer-content__title{margin:0 0 12px;font-size:18px}.p-dialog,.p-drawer{box-shadow:var(--shadow-overlay)}.app-modal.p-dialog{width:min(520px,100vw - 32px);max-height:calc(100vh - 32px);overflow:hidden}.app-modal.app-modal--fullscreen.p-dialog{border-radius:0;flex-direction:column;margin:0;display:flex;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;top:0!important;left:0!important;transform:none!important}.app-modal.app-modal--fullscreen .p-dialog-content{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.app-modal .p-dialog-header{flex:none;padding:18px 20px 10px}.app-modal .p-dialog-title{color:var(--color-text-primary);font-size:18px;font-weight:700}.app-modal .p-dialog-close-button{width:32px;height:32px}.app-modal .p-dialog-content{min-height:0;padding:8px 20px 16px;overflow-y:auto}.app-modal .p-dialog-footer{border-top:1px solid var(--color-border);background:var(--color-bg-surface);flex:none;justify-content:flex-end;gap:8px;padding:12px 20px 16px;display:flex}.app-modal .app-form{gap:12px}.app-modal .app-form-item{gap:5px}.app-modal .app-form-item__label{font-size:12px}.p-dialog-content{color:var(--color-text-primary)}.p-datatable-table-container{border:1px solid var(--color-border);border-radius:var(--radius-md);max-width:100%;overflow-x:auto}.p-datatable-thead>tr>th{color:var(--color-text-secondary);background:var(--color-bg-muted);font-size:13px;font-weight:650}.p-datatable-thead>tr>th,.p-datatable-tbody>tr>td{padding:9px 10px}.p-message{border-radius:var(--radius-md);border:1px solid;margin:0;padding:8px 10px;font-size:13px;line-height:1.5}.p-message-info{color:var(--color-info);border-color:var(--color-info-border);background:var(--color-info-bg)}.p-message-success{color:var(--color-success);border-color:var(--color-success-border);background:var(--color-success-bg)}.p-message-warn,.p-message-warning{color:var(--color-warning);border-color:var(--color-warning-border);background:var(--color-warning-bg)}.p-message-error,.p-message-danger{color:var(--color-error);border-color:var(--color-error-border);background:var(--color-error-bg)}@media (width<=640px){.p-dialog{max-height:calc(100vh - 24px);width:calc(100vw - 24px)!important}.app-modal .p-dialog-header{padding:16px 16px 8px}.app-modal .p-dialog-content{padding:8px 16px 14px}.app-modal .p-dialog-footer{padding:10px 16px 14px}.app-card__header{flex-direction:column;align-items:stretch}.app-card__header>*{min-width:0}.app-card__header .app-select{width:100%!important}}@media (width<=960px){.app-grid{grid-template-columns:minmax(0,1fr)!important}.app-grid>*{grid-column:auto!important}}}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-DMOk5skT.eot);src:url(/assets/primeicons-DMOk5skT.eot?#iefix)format("embedded-opentype"),url(/assets/primeicons-C6QP2o4f.woff2)format("woff2"),url(/assets/primeicons-WjwUDZjB.woff)format("woff"),url(/assets/primeicons-MpK4pl85.ttf)format("truetype"),url(/assets/primeicons-Dr5RGzOO.svg?#primeicons)format("svg");font-weight:400;font-style:normal}.pi{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:primeicons;font-style:normal;font-weight:400;line-height:1;display:inline-block}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{text-align:center;width:1.28571em}.pi-spin{animation:2s linear infinite fa-spin}@media (prefers-reduced-motion:reduce){.pi-spin{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}:root{--color-primary:#2563eb;--color-primary-hover:#3b82f6;--color-primary-pressed:#1d4ed8;--color-primary-soft:#eff6ff;--color-primary-border:#bfdbfe;--color-accent:#c2410c;--color-accent-soft:#fff7ed;--color-accent-border:#fdba74;--color-bg-page:#f6f8fb;--color-bg-surface:#fff;--color-bg-muted:#f3f4f6;--color-border:#e2e8f0;--color-border-strong:#9ca3af;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-muted:#6b7280;--color-market-up:#c81e1e;--color-market-up-bg:#fff1f0;--color-market-up-border:#fecaca;--color-market-down:#047857;--color-market-down-bg:#ecfdf5;--color-market-down-border:#a7f3d0;--color-market-flat:#6b7280;--color-market-flat-bg:#f3f4f6;--color-market-flat-border:#d1d5db;--color-success:#15803d;--color-success-bg:#f0fdf4;--color-success-border:#bbf7d0;--color-error:#b91c1c;--color-error-bg:#fef2f2;--color-error-border:#fecaca;--color-warning:#a16207;--color-warning-bg:#fefce8;--color-warning-border:#fde68a;--color-info:#1d4ed8;--color-info-bg:#eff6ff;--color-info-border:#bfdbfe;--color-pending:#6d28d9;--color-pending-bg:#f5f3ff;--color-pending-border:#ddd6fe;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--shadow-card:0 1px 2px #0f172a0d;--shadow-overlay:0 20px 40px #0f172a24;--space-page:16px;--space-page-block-start:12px;--space-page-mobile:12px;--space-card:12px;--space-stack:10px;--space-inline:6px;--space-section:12px;--sidebar-width:220px;--header-height:56px;--chart-1:#2563eb;--chart-2:#7c3aed;--chart-3:#d97706;--chart-4:#dc2626;--chart-5:#059669;--chart-6:#0891b2;--chart-7:#db2777}.status-block{border-radius:var(--radius-md);color:var(--color-text-primary);border:1px solid;border-left-width:4px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:14px;line-height:1.5;display:flex}.status-block__icon{flex-shrink:0;margin-top:1px;font-size:18px;line-height:1}.status-block__title{margin-bottom:2px;font-weight:600}.status-block__body{color:var(--color-text-secondary)}.status-block--info{background:var(--color-info-bg);border-color:var(--color-info-border);border-left-color:var(--color-info)}.status-block--info .status-block__icon,.status-block--info .status-block__title{color:var(--color-info)}.status-block--success{background:var(--color-success-bg);border-color:var(--color-success-border);border-left-color:var(--color-success)}.status-block--success .status-block__icon,.status-block--success .status-block__title{color:var(--color-success)}.status-block--warning{background:var(--color-warning-bg);border-color:var(--color-warning-border);border-left-color:var(--color-warning)}.status-block--warning .status-block__icon,.status-block--warning .status-block__title{color:var(--color-warning)}.status-block--error{background:var(--color-error-bg);border-color:var(--color-error-border);border-left-color:var(--color-error)}.status-block--error .status-block__icon,.status-block--error .status-block__title{color:var(--color-error)}.status-block--pending{background:var(--color-pending-bg);border-color:var(--color-pending-border);border-left-color:var(--color-pending)}.status-block--pending .status-block__icon,.status-block--pending .status-block__title{color:var(--color-pending)}.status-pill{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:12px;font-weight:500;line-height:1.4;display:inline-flex}.status-pill:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.status-pill--success{color:var(--color-success);background:var(--color-success-bg);border-color:var(--color-success-border)}.status-pill--error{color:var(--color-error);background:var(--color-error-bg);border-color:var(--color-error-border)}.status-pill--warning{color:var(--color-warning);background:var(--color-warning-bg);border-color:var(--color-warning-border)}.status-pill--info{color:var(--color-info);background:var(--color-info-bg);border-color:var(--color-info-border)}.status-pill--neutral{color:var(--color-text-secondary);background:var(--color-bg-muted);border-color:var(--color-border)}.market-pill{border-radius:var(--radius-sm);font-variant-numeric:tabular-nums;border:1px solid;padding:2px 8px;font-size:13px;font-weight:600;display:inline-block}.market-pill--up{color:var(--color-market-up);background:var(--color-market-up-bg);border-color:var(--color-market-up-border)}.market-pill--down{color:var(--color-market-down);background:var(--color-market-down-bg);border-color:var(--color-market-down-border)}
