:where(.overlay){--overlay-inset:20px;--overlay-scrim:#212121a6}.overlay{z-index:1000;padding:var(--overlay-inset);background:var(--overlay-scrim);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.overlay__panel{outline:none;flex-direction:column;width:100%;display:flex;position:relative}.overlay__header,.overlay__footer{flex-shrink:0}.overlay__content{flex:1 1 0;min-height:0;overflow-y:auto}@media (width<=768px){.overlay--mobile-bottom-sheet.overlay{--overlay-inset:0px;align-items:flex-end}.overlay__panel--mobile-bottom-sheet.overlay__panel{padding-bottom:calc(0px + env(safe-area-inset-bottom,0px));border-radius:16px 16px 0 0;animation:.25s overlay-sheet-in}.overlay--mobile-full-bleed.overlay{--overlay-inset:0px}.overlay__panel--mobile-full-bleed.overlay__panel{padding-bottom:calc(0px + env(safe-area-inset-bottom,0px));border-radius:0}}@keyframes overlay-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-overlay{--overlay-scrim:#0009;overflow-y:auto}.modal-content{background:#fff;border-radius:16px;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 16px #9e9e9e40}.modal-body{flex-direction:column;gap:12px;padding:32px;display:flex}.modal-title{color:#212121;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:24px;font-weight:600;line-height:32px}.modal-actions{justify-content:flex-end;gap:12px;margin-top:12px;display:flex}.modal-button{color:#212121;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;height:40px;padding:8px 12px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:24px;transition:all .2s;display:flex}.modal-button--cancel{background:#fff;border-color:#e0e0e0}.modal-button--cancel:hover:not(:disabled){background:#fafafa;border-color:#b0b0b0}.modal-button--confirm{color:#fff;background:#212121;border-color:#212121}.modal-button--confirm:hover:not(:disabled){background:#424242;border-color:#424242}.modal-button:disabled{opacity:.6;cursor:not-allowed}.modal-close{cursor:pointer;z-index:1;background:0 0;border:none;border-radius:50%;width:40px;height:40px;padding:8px;transition:all .2s;position:absolute;top:16px;right:16px}.modal-close:hover{background:#0000000d}.modal-close:active{background:#0000001a}@media (width<=768px){.modal-content{max-width:none;max-height:90dvh}.modal-body{padding:56px 16px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.modal-actions{flex-direction:column-reverse;gap:8px;margin-top:16px}.modal-button{width:100%;height:44px}.modal-close{width:44px;height:44px;top:8px;right:8px}}.back-link{cursor:pointer;text-align:left;color:#757575;background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:24px;transition:color .15s;display:inline-flex;position:relative}.back-link:after{content:"";width:max(100%,44px);height:max(100%,44px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.back-link:hover,.back-link:focus-visible{color:#212121}.back-link__icon{flex-shrink:0;width:24px;height:24px}.back-link__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.back-link--on-dark{color:#eee}.back-link--on-dark:hover,.back-link--on-dark:focus-visible{color:#fff}.progress-bar{background:#e5e5e5;border-radius:12px;width:100%;height:12px;position:relative;overflow:hidden}.progress-bar__bar{border-radius:12px;height:100%;transition:width .3s}.progress-bar__bar--primary{background:#ff6b35}.progress-bar__bar--success{background:#4caf50}.progress-bar__bar--warning{background:#ffc107}.progress-bar__bar--danger{background:#ff4c3c}.goal-level-rating{flex-direction:row;flex-shrink:0;align-items:center;display:flex}.goal-level-rating svg{flex-shrink:0;width:10.938px;height:18.605px}.goal-level-rating svg:not(:first-child){margin-left:-1.3px}.goal-level-rating--compact svg{width:7.055px;height:12px}.goal-level-rating--compact svg:not(:first-child){margin-left:-1.1px}.goal-level-rating--compact.goal-level-rating--green{color:#2ac956}.goal-level-rating--compact.goal-level-rating--yellow{color:#feb978}.goal-level-rating--compact.goal-level-rating--red{color:#fe4848}.goal-level-rating--green{color:#b2ffc7}.goal-level-rating--yellow{color:#fff0b4}.goal-level-rating--red{color:#ffb2b2}.textfield__wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:8px;gap:12px;max-width:890px;margin:0 20px 20px;padding:12px 16px;display:flex}.textfield__wrapper:focus-within{border-color:#9e9e9e}.textfield__input{resize:none;color:#212121;background:0 0;border:none;outline:none;align-self:flex-start;width:100%;min-height:26px;max-height:200px;padding:0;overflow-y:auto}.textfield__input::placeholder{color:#999}.textfield__input:disabled{opacity:.6;cursor:not-allowed}.textfield__send-button{cursor:pointer;color:#fff;z-index:10;background:#212121;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;padding:8px;transition:background .2s;display:flex}.textfield__send-button:hover:not(:disabled){background:#424242}.textfield__send-button:active:not(:disabled){background:#b3b3b3}.textfield__send-button:disabled{opacity:.5;cursor:default}.text-input-field{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.text-input{box-sizing:border-box;color:#212121;background:#fff;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:300;line-height:24px;transition:border-color .15s}.text-input::placeholder{color:#9e9e9e}.text-input:hover:not(:disabled):not(:focus){border-color:#757575}.text-input:focus{border-color:#212121}.text-input:disabled{color:#9e9e9e;cursor:not-allowed;background:#f5f5f5}.text-input--error,.text-input--error:hover,.text-input--error:focus{border-color:#fe4848}.text-input__error{color:#fe4848;text-align:left;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:14px;font-weight:300;line-height:20px}.inline-error{background:#faebeb;border-radius:8px;align-items:center;gap:8px;padding:8px;display:flex}.inline-error__icon{color:#fe4848;flex-shrink:0}.inline-error__text{color:#212121;font-size:14px;font-weight:500;line-height:24px}.card-error-retry{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.card-error-retry__row{align-items:center;gap:8px;display:flex}.card-error-retry__icon{color:#fe4848;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.card-error-retry__text{color:#616161;font-size:16px;font-weight:400;line-height:24px}.card-error-retry__button{align-self:flex-start}.shimmer{background-color:#f5f5f5;background-image:linear-gradient(90deg,#fff0 0%,#fffffff2 51%,#fff0 100%);background-repeat:no-repeat;background-size:200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite shimmer-slide;display:block}@media (prefers-reduced-motion:reduce){.shimmer{background-image:none;animation:none}}@keyframes shimmer-slide{0%{background-position:200% 0}to{background-position:-200% 0}}.scroll-button{cursor:pointer;z-index:15;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:opacity .2s,transform .2s;display:flex;left:50%;transform:translate(-50%)}.scroll-button--fixed{position:fixed}.scroll-button--absolute{position:absolute}.scroll-button:hover{transform:translate(-50%)scale(1.1)}.scroll-button:active{transform:translate(-50%)scale(.95)}.scroll-button svg{filter:drop-shadow(0 2px 8px #0000001a);width:40px;height:40px}.tabs{flex-direction:column;display:flex}.tabs__header{border-bottom:1px solid #e0e0e0;display:flex;position:relative}.tabs__strip{display:flex}.tabs__scroll{color:#212121;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:none;position:relative}.tabs__scroll:after{content:"";width:max(100%,44px);height:max(100%,44px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tabs__scroll:disabled{visibility:hidden}.tabs__grey-bg{background:#f5f5f5;border-radius:12px 12px 0 0}.tabs__border{border:1px solid #e0e0e0;border-top:none;border-radius:0 0 12px 12px;margin-bottom:24px}.tabs__button{cursor:pointer;color:#616161;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:300;line-height:24px}.tabs__button:hover{color:#212121}.tabs__button--active{color:#212121;border-bottom-color:#212121;font-weight:500}.tabs__content{width:100%}.tabs--dark .tabs__header{border-bottom-color:#757575}.tabs--dark .tabs__scroll{color:#fff}.tabs--dark .tabs__button{color:#bdbdbd;border-radius:4px 4px 0 0}.tabs--dark .tabs__button:hover{color:#fff;background:#424242}.tabs--dark .tabs__button--active{color:#fff;border-bottom-color:#fff}@media (width<=768px){.tabs__header{border-bottom:none;box-shadow:inset 0 -1px #e0e0e0}.tabs__strip{scrollbar-width:none;flex:1;min-width:0;overflow-x:auto}.tabs__strip::-webkit-scrollbar{display:none}.tabs__strip--fade-start{-webkit-mask-image:linear-gradient(90deg,#0000 40px,#000 56px);mask-image:linear-gradient(90deg,#0000 40px,#000 56px)}.tabs__strip--fade-end{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 56px),#0000 calc(100% - 40px));mask-image:linear-gradient(90deg,#000 calc(100% - 56px),#0000 calc(100% - 40px))}.tabs__strip--fade-start.tabs__strip--fade-end{-webkit-mask-image:linear-gradient(90deg,#0000 40px,#000 56px calc(100% - 56px),#0000 calc(100% - 40px));mask-image:linear-gradient(90deg,#0000 40px,#000 56px calc(100% - 56px),#0000 calc(100% - 40px))}.tabs__button{flex-shrink:0;margin-bottom:0}.tabs__scroll{width:40px;display:flex;position:absolute;top:0;bottom:0}.tabs__scroll--prev{left:0}.tabs__scroll--next{right:0}.tabs--dark .tabs__header{box-shadow:inset 0 -1px #757575}}.edit-scenario-view__scenario-version{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:6px;margin-top:12px;padding:12px 16px;transition:all .2s;display:flex}.edit-scenario-view__scenario-version--current{background:#eee}.edit-scenario-view__scenario-version-footer{justify-content:space-between;align-items:center;gap:12px;padding:2px 0;display:flex}.edit-scenario-view__scenario-version-footer .small-body-text{color:#757575}.edit-scenario-view__scenario-version-timestamp{color:#7a7a7a}.edit-scenario-view__scenario-version-revert{cursor:pointer;color:#212121;background:0 0;border:none;border-radius:16px;align-items:center;gap:6px;padding:4px 8px;transition:all .2s;display:flex}.edit-scenario-view__scenario-version-revert:hover:not(:disabled){color:#212121;background:#fafafa}.edit-scenario-view__scenario-version-revert:active:not(:disabled){transform:translateY(1px)}.edit-scenario-view__scenario-version-revert:disabled{opacity:.5;cursor:not-allowed}.edit-scenario-view__scenario-version-revert-icon{flex-shrink:0;width:24px;height:24px}.list{color:#616161;margin:0 0 12px 24px;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:300;line-height:24px;list-style-type:disc}.list strong{font-weight:600}.list__item{margin:0 0 8px}.list__item:last-child{margin-bottom:0}.heading-2{color:#212121;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:24px;font-weight:600;line-height:32px}.navigation-text{color:#212121;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:24px}.tooltip-text{color:#212121;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:14px;font-weight:400;line-height:20px}.collapse{background:#f5f5f5;width:100%;padding:16px 20px 4px}.collapse__header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-bottom:12px;display:flex}.collapse__header-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.collapse__header-row .collapse__header{flex:1;min-width:0;margin-bottom:0}.collapse__header-divider{background:#e0e0e0;flex:0 0 1px;width:1px;height:24px}.collapse__title{color:#212121;align-items:center;gap:8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:18px;font-weight:500;line-height:24px;display:flex}.collapse__title-icon{justify-content:center;align-items:center;display:inline-flex}.collapse__chevron{transition:transform .2s}.collapse__chevron--open{transform:rotate(180deg)}@media (width<=768px){.collapse__header{min-height:44px}.collapse__title{color:#212121;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:500;line-height:24px}}.radio-card-group{border:none;margin:0;padding:0}.radio-card-group__legend{color:#212121;clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:500;line-height:24px;position:absolute;overflow:hidden}.radio-card-group__cards{gap:12px;display:flex}.radio-card-group__card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;flex:1;gap:4px;padding:16px;transition:border-color .15s;display:flex}.radio-card-group__card--selected{border:1px solid #e0e0e0;padding:16px}.radio-card-group__card:has(.radio-card-group__input:focus-visible){outline-offset:2px;outline:2px solid #212121}.radio-card-group--disabled .radio-card-group__card{cursor:not-allowed;background:#f5f5f5}.radio-card-group__radio-row{align-items:center;gap:8px;display:flex}.radio-card-group__input{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.radio-card-group__radio-outer{background:#fff;border:1px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.radio-card-group__radio-outer--selected{border:2px solid #212121}.radio-card-group--disabled .radio-card-group__radio-outer{border-color:#e0e0e0}.radio-card-group--disabled .radio-card-group__radio-outer--selected{border-color:#9e9e9e}.radio-card-group__radio-inner{background:#212121;border-radius:50%;width:10px;height:10px}.radio-card-group--disabled .radio-card-group__radio-inner{background:#9e9e9e}.radio-card-group__label{color:#212121;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:24px}.radio-card-group--disabled .radio-card-group__label{color:#9e9e9e}.radio-card-group__helper-text{color:#616161;align-items:center;min-height:48px;margin:0;padding-left:28px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:14px;font-weight:300;line-height:24px;display:flex}.radio-card-group--disabled .radio-card-group__helper-text{color:#9e9e9e}@media (width<=768px){.radio-card-group__cards{flex-direction:column}}.chip{cursor:pointer;white-space:nowrap;color:#616161;background:#fff;border:1px solid #e0e0e0;border-radius:20px;justify-content:center;align-items:center;padding:8px 12px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:500;line-height:24px;transition:background-color .15s,color .15s,border-color .15s;display:flex}.chip:hover:not(:disabled){background:#0000000f}.chip:disabled{opacity:.5;cursor:default}.chip--selected{color:#fff;background:#212121;border-color:#212121}.chip--selected:hover:not(:disabled){background:#424242;border-color:#424242}@media (width<=768px){.chip{min-height:44px}}.date-range-picker{align-items:center;gap:8px;display:flex;position:relative}.date-range-picker__trigger{color:#212121;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}.date-range-picker__trigger:hover{background:#f5f5f5}.date-range-picker__trigger svg{transition:transform .2s;transform:rotate(0)}.date-range-picker__trigger.active svg{transform:rotate(180deg)}.date-range-picker__popover{z-index:100;background:#fff;border-radius:8px;align-items:stretch;margin-top:8px;padding:0;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #808b9640}.date-range-picker__popover--align-left{left:0;right:auto}.calendar-date-range-picker{-webkit-user-select:none;user-select:none;background:#fff;border-radius:8px;padding:20px}.cdrp{gap:48px;display:flex}.date-range-preset-chips{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:12px;width:180px;padding:20px;display:flex}.date-range-preset-chips--left{border-right:1px solid #e0e0e0}.date-range-preset-chips--right{border-left:1px solid #e0e0e0}.cdrp-month{flex-direction:column;gap:16px;min-width:336px;display:flex}.cdrp-month__header{justify-content:center;align-items:center;height:32px;display:flex;position:relative}.cdrp-month__title{color:#212121;text-align:center;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:18px;font-weight:500;line-height:24px}.cdrp-month__nav{color:#212121;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background-color .15s;display:flex;position:absolute;top:0}.cdrp-month__nav:hover{background:#0000000f}.cdrp-month__nav:active{background:#0000001a}.cdrp-month__nav:disabled{opacity:.3;cursor:not-allowed}.cdrp-month__nav:disabled:hover{background:0 0}.cdrp-month__nav--prev{left:0}.cdrp-month__nav--next{right:0}.cdrp-month__nav svg{width:24px;height:24px}.cdrp-month__dow{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.cdrp-month__dow-item{color:#757575;justify-content:center;align-items:center;height:32px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:300;line-height:24px;display:flex}.cdrp-grid{grid-template-columns:repeat(7,1fr);place-items:stretch stretch;gap:0;display:grid}.cdrp-cell{box-sizing:border-box;justify-content:center;justify-self:stretch;align-items:center;width:100%;height:44px;padding:0;display:flex;position:relative}.cdrp-cell--empty{pointer-events:none}.cdrp-cell__range-bg{z-index:0;background:0 0;border-radius:0;position:absolute;inset:2px -1px}.cdrp-cell--in-range .cdrp-cell__range-bg{background:#f5f5f5}.cdrp-cell--range-cap-start .cdrp-cell__range-bg{border-top-left-radius:20px;border-bottom-left-radius:20px;left:4px}.cdrp-cell--range-cap-end .cdrp-cell__range-bg{border-top-right-radius:20px;border-bottom-right-radius:20px;right:4px}.cdrp-cell--preview .cdrp-cell__range-bg{border-top:1px dashed #e0e0e0;border-bottom:1px dashed #e0e0e0;left:0;right:0}.cdrp-cell--preview-cap-start .cdrp-cell__range-bg{border-left:1px dashed #e0e0e0;border-top-left-radius:20px;border-bottom-left-radius:20px;left:4px}.cdrp-cell--preview-cap-end .cdrp-cell__range-bg{border-right:1px dashed #e0e0e0;border-top-right-radius:20px;border-bottom-right-radius:20px;right:4px}.cdrp-day{z-index:1;color:#212121;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin:2px;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;font-size:16px;font-weight:400;line-height:24px;transition:background-color .15s,color .15s;display:flex;position:relative}.cdrp-day:hover{background:#0000000f}.cdrp-day--selected{color:#fff;background:#212121}.cdrp-day--selected:hover{background:#424242}.cdrp-day--preview-candidate{box-sizing:border-box;color:#212121;background:#fafafa;border:1px solid #e0e0e0}.cdrp-day--preview-candidate:hover{background:#fafafa}.cdrp-day--disabled{color:#616161;opacity:.35;cursor:not-allowed}.cdrp-day--disabled:hover{background:0 0}@media (width<=768px){.date-range-picker{width:100%}.date-range-picker__trigger{justify-content:space-between;width:100%;min-height:44px}.date-range-picker__popover,.date-range-picker__popover--align-left{flex-direction:column;max-height:70dvh;left:0;right:0;overflow:auto}.calendar-date-range-picker{padding:16px}.cdrp{flex-direction:column;gap:24px}.cdrp-month{min-width:0}.cdrp-day{width:min(40px,100%)}.date-range-preset-chips{flex-flow:wrap;order:-1;gap:8px;width:100%;padding:16px}.date-range-preset-chips--left,.date-range-preset-chips--right{border-bottom:1px solid #e0e0e0;border-left:none;border-right:none}}:root{--chart-axis-text:#9e9e9e;--chart-grid-stroke:#e0e0e0;--chart-dot-outline:#fff;--chart-fallback-line:#212121;--chart-zone-low:#ffb2b2;--chart-zone-mid:#fff0b4;--chart-zone-high:#b2ffc7;--chart-color-1:#ffb2b2;--chart-color-2:#feb978;--chart-color-3:#d09cff;--chart-color-4:#f5db6f;--chart-color-5:#78e1fe;--chart-color-6:#9cc2ff;--chart-color-7:#70e3a4;--chart-color-8:#bdbdbd;--chart-color-9:#fe78fa;--chart-color-10:#fe787a;--chart-color-11:#7cdc79;--chart-color-12:#70ade3;--chart-color-13:#c0fe78;--chart-color-14:#78fec0;--chart-color-15:#7a78fe}.notice-bar{width:100%}.notice-bar__content{background-color:#424242;border-radius:8px;align-items:center;gap:8px;min-height:40px;padding:0 8px 0 16px;display:flex}.notice-bar__icon{color:#fff0b4;flex-shrink:0;justify-content:center;align-items:center;display:flex}.notice-bar__text{flex:1;min-width:0}.notice-bar__text .body-text{color:#fff;margin:0;font-weight:500}.notice-bar__close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .2s;display:flex}.notice-bar__close:hover{background-color:#ffffff14}
