@charset "UTF-8";.loading-spinner-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:300px;text-align:center;padding:2rem}.loading-spinner{border:5px solid #f5f5f5;border-top-color:#1d1959;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-spinner.inverted{border:5px solid #9e9e9e!important;border-top-color:#fff!important}.loading-spinner-message{color:#1d1959;font-size:1rem;margin-top:1rem}.loading-spinner-message.inverted{color:#fff!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirmation-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1d195959;display:flex;justify-content:center;align-items:flex-start;padding-top:14vh;z-index:10000}.confirmation-dialog{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:400px;box-shadow:0 8px 16px #0000001a;border:1px solid rgba(29,25,89,.18)}.confirmation-dialog-title{margin-top:0;margin-bottom:1rem;font-size:1.25rem}.confirmation-dialog-title.danger,.confirmation-dialog-title.warning,.confirmation-dialog-title.info{color:#1d1959}.confirmation-dialog-message{margin-bottom:1.5rem;line-height:1.5;color:#9e9e9e}.confirmation-dialog-buttons{display:flex;justify-content:flex-end;gap:1rem}.confirmation-dialog-cancel-button{background-color:#f5f5f5;color:#1d1959;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem}.confirmation-dialog-confirm-button{border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;color:#fff}.confirmation-dialog-confirm-button.danger{background-color:#b91c1c}.confirmation-dialog-confirm-button.warning,.confirmation-dialog-confirm-button.info{background-color:#1d1959}.chart-placeholder{background-color:#fafafa;border:2px dashed #e0e0e0;border-radius:4px;padding:3rem 2rem;text-align:center;color:#9e9e9e;display:flex;flex-direction:column;align-items:center;justify-content:center}.chart-placeholder__title{margin:0 0 1rem;color:#1d1959;font-size:1.1rem;font-weight:600}.chart-placeholder__description{margin:.5rem 0;font-size:.9rem;color:#9e9e9e}.chart-placeholder__note{margin:.5rem 0 0;font-style:italic;color:#e0e0e0;font-size:.8rem}.calendar-popup{position:absolute;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;box-shadow:0 8px 16px #0000001a;width:320px;z-index:10000;margin-top:0;min-width:280px}.calendar-popup__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.calendar-popup__month-year{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.calendar-popup__month-select{padding:.25rem 1.75rem .25rem .5rem;font-size:.9rem;font-weight:600;color:#1d1959;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231D1959' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;height:28px;line-height:1.2}.calendar-popup__month-select:focus{outline:none;border-color:#1d1959}.calendar-popup__year-select{padding:.25rem 1.75rem .25rem .5rem;font-size:.9rem;font-weight:600;color:#1d1959;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231D1959' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-width:80px;height:28px;line-height:1.2}.calendar-popup__year-select:focus{outline:none;border-color:#1d1959}.calendar-popup__year-controls{display:flex;flex-direction:column;gap:0;align-items:stretch;justify-content:center}.calendar-popup__month-nav{display:flex;gap:.5rem;align-items:center}.calendar-popup__nav-button{background:transparent;border:1px solid #e0e0e0;border-radius:4px;padding:0;font-size:.75rem;color:#1d1959;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:28px;height:14px;line-height:1}.calendar-popup__month-nav .calendar-popup__nav-button{height:28px;font-size:1rem}.calendar-popup__month-nav .calendar-popup__nav-button:hover:not(:disabled){background:#fafafa;border-color:#1d1959}.calendar-popup__month-nav .calendar-popup__nav-button:active:not(:disabled){transform:scale(.95)}.calendar-popup__month-nav .calendar-popup__nav-button:disabled{opacity:.4;cursor:not-allowed}.calendar-popup__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-popup__weekday{text-align:center;font-size:.75rem;font-weight:600;color:#9e9e9e;padding:.25rem}.calendar-popup__days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.75rem}.calendar-popup__day{aspect-ratio:1;border:none;background:transparent;color:#1d1959;font-size:.85rem;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.calendar-popup__day:hover:not(:disabled){background:#fafafa}.calendar-popup__day--selected{background:#1d1959;color:#fff;font-weight:600}.calendar-popup__day--selected:hover{background:#1d1959;opacity:.9}.calendar-popup__day--today{border:1px solid #1D1959}.calendar-popup__day--other-month{color:#9e9e9e;opacity:.6}.calendar-popup__day--disabled{opacity:.3;cursor:not-allowed;color:#9e9e9e}.calendar-popup__day--disabled:hover{background:transparent}.calendar-popup__actions{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid #e0e0e0}.calendar-popup__action-button{background:transparent;border:none;color:#1d1959;font-size:.85rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.calendar-popup__action-button:hover{color:#e91e63;text-decoration:underline}.calendar-popup__action-button:active{transform:translateY(1px)}@media (max-width: 768px){.calendar-popup{width:100%;max-width:320px;padding:.75rem}.calendar-popup__day{font-size:.75rem}.calendar-popup__weekday{font-size:.7rem}}@media (max-width: 480px){.calendar-popup{width:100%;max-width:300px;padding:.5rem}.calendar-popup__month-select{font-size:.8rem;padding:.2rem 1.5rem .2rem .4rem}.calendar-popup__nav-button{min-width:24px;height:24px;font-size:.9rem}.calendar-popup__day{font-size:.7rem}}.learn-more-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.learn-more-link:hover{color:#1d1959}.learn-more-link--small{font-size:.875rem}.learn-more-link--medium{font-size:1rem}.learn-more-chip{background-color:#3b82f61a!important;color:#2563eb!important;border:1px solid rgba(59,130,246,.2)!important;transition:all .2s ease!important}.learn-more-chip:hover{background-color:#3b82f633!important;border-color:#3b82f6!important}.learn-more-chip .MuiChip-icon{color:#2563eb!important}.learn-more-icon{display:inline-flex;align-items:center;padding:4px;border-radius:4px;transition:background-color .2s ease}.learn-more-icon:hover{background-color:#3b82f61a}.product-section-link{transition:color .2s ease}.product-section-link:hover{color:#2a247f}.product-section-link--small{font-size:.875rem}.product-section-link--medium{font-size:1rem}.product-section-chip{transition:all .2s ease}.product-section-button{text-transform:none;font-weight:500}.skeleton-loader{display:flex;flex-direction:column;width:100%}.skeleton-loader.inline{flex-direction:row;flex-wrap:wrap;align-items:center}.skeleton-loader.no-animate .skeleton-loader__item{animation:none}.skeleton-loader--chart{width:100%}.skeleton-chart{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.06);background:linear-gradient(to right,rgba(0,0,0,.06) 1px,transparent 1px) left bottom/10% 100% no-repeat,linear-gradient(to top,rgba(0,0,0,.06) 1px,transparent 1px) left bottom/100% 20% no-repeat,#f3f4f6}.skeleton-chart__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to top,rgba(0,0,0,.05) 1px,transparent 1px);background-size:12.5% 100%,100% 20%;opacity:.45}.skeleton-chart__bars{position:absolute;top:8%;right:6%;bottom:16%;left:10%;display:flex;align-items:flex-end;justify-content:space-between;gap:6px}.skeleton-chart__bar{width:100%;max-width:20px;border-radius:6px 6px 2px 2px;background-color:#d1d5db;position:relative;overflow:hidden}.skeleton-chart__bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:skeleton-shimmer 1.6s ease-in-out infinite}.skeleton-chart__line{position:absolute;top:8%;right:6%;bottom:16%;left:10%;width:84%;height:76%}.skeleton-chart__line-path{fill:none;stroke:#6d28d973;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:180;stroke-dashoffset:180;animation:skeleton-line-draw 1.8s ease-out infinite}.skeleton-chart__line-point{fill:#6d28d98c}.skeleton-loader__item{display:block;position:relative;overflow:hidden;background-color:#f5f5f5;border-radius:6px;flex-shrink:0;width:100%;height:16px}.skeleton-loader__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);animation:skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-loader__item--circle{border-radius:9999px}.skeleton-loader__item--pill,.skeleton-loader__item--text{border-radius:999px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@keyframes skeleton-line-draw{0%{stroke-dashoffset:180;opacity:.4}45%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.7}}.model-creation-dialog__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.model-creation-dialog__content{background-color:#fff;border-radius:8px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.model-creation-dialog__content h3{margin-bottom:1rem;color:#1d1959;font-size:1.2rem}.model-creation-dialog__content p{margin-bottom:1.5rem;color:#9e9e9e;line-height:1.5}.model-creation-dialog__option{margin-bottom:1rem;padding:1rem;border:1px solid #f5f5f5;border-radius:6px;cursor:pointer;transition:all .2s ease}.model-creation-dialog__option:hover{border-color:#1d1959;background-color:#1d195905}.model-creation-dialog__option--selected{border-color:#1d1959;background-color:#1d19590d}.model-creation-dialog__option label{display:flex;align-items:flex-start;cursor:pointer;gap:.75rem}.model-creation-dialog__option label input[type=radio]{margin-top:.2rem;cursor:pointer}.model-creation-dialog__option label .option-content{flex:1}.model-creation-dialog__option label .option-content .option-title{font-weight:600;color:#1d1959;margin-bottom:.25rem}.model-creation-dialog__option label .option-content .option-description{color:#9e9e9e;font-size:.9rem;line-height:1.4}.model-creation-dialog__base-model-selection{margin-top:1rem;padding:1rem;background-color:#fafafa;border-radius:4px}.model-creation-dialog__base-model-selection label{display:block;margin-bottom:.5rem;font-weight:500;color:#1d1959}.model-creation-dialog__base-model-selection select{width:100%;padding:.5rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;background-color:#fff;cursor:pointer}.model-creation-dialog__base-model-selection select:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.model-creation-dialog__base-model-selection .help-text{margin-top:.5rem;font-size:.85rem;color:#9e9e9e}.model-creation-dialog__buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.model-creation-dialog__buttons button{padding:.75rem 1.5rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.model-creation-dialog__buttons button.cancel{border:1px solid #e0e0e0;background-color:#fff;color:#9e9e9e}.model-creation-dialog__buttons button.cancel:hover{background-color:#fafafa}.model-creation-dialog__buttons button.create{border:none;background-color:#1d1959;color:#fff}.model-creation-dialog__buttons button.create:hover:not(:disabled){background-color:#1e1b4b}.model-creation-dialog__buttons button.create:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.7}.model-selector{width:280px;background-color:#fff;border-right:1px solid #f5f5f5;height:100%;display:flex;flex-direction:column}.model-selector__header{padding:1.5rem;border-bottom:1px solid #f5f5f5;background-color:#fafafa}.model-selector__header h2{margin:0;color:#1d1959;font-size:1.2rem;font-weight:600}.model-selector__header p{margin:.5rem 0 0;color:#9e9e9e;font-size:.9rem}.model-selector__create-button-container{padding:1rem}.model-selector__create-button{width:100%;background-color:#1d1959;color:#fff;border:none;border-radius:6px;padding:.75rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease}.model-selector__create-button:hover{background-color:#1e1b4b}.model-selector__create-button .icon{font-size:1.1rem}.model-selector__models-list{flex:1;overflow-y:auto}.model-selector__section-header{padding:.5rem 1rem;background-color:#fafafa;border-bottom:1px solid #f5f5f5;font-size:.85rem;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px}.model-selector__model-item{padding:.75rem 1rem;cursor:pointer;background-color:transparent;border-left:3px solid transparent;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.model-selector__model-item:hover:not(.model-selector__model-item--selected){background-color:#fafafa}.model-selector__model-item--selected{background-color:#e6e6fa;border-left-color:#1d1959}.model-selector__model-item__name{color:#9e9e9e;font-size:.9rem;font-weight:400;flex:1;display:flex;align-items:center;gap:.5rem}.model-item--selected .model-selector__model-item__name{color:#1d1959;font-weight:500}.model-selector__model-item__failed-badge{font-size:.75rem;color:#ef4444;font-weight:500;padding:2px 6px;background-color:#ef44441a;border-radius:4px}.model-selector__model-item__actions{display:flex;align-items:center;gap:.5rem}.model-selector__model-item__status{width:8px;height:8px;border-radius:50%}.model-selector__model-item__status--completed{background-color:#10b981}.model-selector__model-item__status--running{background-color:#f59e0b}.model-selector__model-item__status--failed{background-color:#ef4444}.model-selector__model-item__status--default{background-color:#e0e0e0}.model-selector__model-item__delete-button{background:none;border:none;color:#e0e0e0;cursor:pointer;padding:2px;font-size:.8rem;opacity:.7;transition:all .2s ease}.model-selector__model-item__delete-button:hover{color:#ef4444;opacity:1}.model-selector__parameter-sections{border-top:1px solid #f5f5f5;background-color:#fafafa}.model-selector__parameter-sections .model-selector__section-header{border-bottom:none}.model-selector__section-item{padding:.75rem 1rem;cursor:pointer;background-color:transparent;border-left:3px solid transparent;transition:all .2s ease}.model-selector__section-item:hover:not(.model-selector__section-item--active){background-color:#fafafa}.model-selector__section-item--active{background-color:#e6e6fa;border-left-color:#1d1959}.model-selector__section-item__name{color:#9e9e9e;font-size:.9rem;font-weight:400}.model-selector__section-item--active .model-selector__section-item__name{color:#1d1959;font-weight:500}.parameter-section,.beta-calculation-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.parameter-section__subtitle,.beta-calculation-section__gearing-section__title,.beta-calculation-section__windows-section__title,.beta-calculation-section__asset-beta-section__title,.beta-calculation-section__asset-beta-override-section__title,.beta-calculation-section__weights-section__title{margin-bottom:1rem;color:#1d1959;font-size:1rem;font-weight:600}.parameter-input,.beta-calculation-section__windows-section__input-group__item input{width:100%;padding:.5rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.parameter-input:focus,.beta-calculation-section__windows-section__input-group__item input:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.parameter-input:disabled,.beta-calculation-section__windows-section__input-group__item input:disabled{background-color:#fafafa;color:#9e9e9e;cursor:not-allowed}.parameter-row__help-text,.beta-calculation-section__windows-section__input-group__item__help-text{display:block;margin-top:.25rem;color:#9e9e9e;font-size:.8rem}.flex,.beta-calculation-section__windows-section__input-group,.beta-calculation-section__weight-sum{display:flex}.flex--center,.beta-calculation-section__weight-sum{align-items:center}.flex--gap-sm,.beta-calculation-section__weight-sum{gap:.5rem}.flex--gap-md,.beta-calculation-section__windows-section__input-group{gap:1rem}.beta-calculation-section .parameter-row__label{min-width:250px}.beta-calculation-section__gearing-section,.beta-calculation-section__windows-section{margin-bottom:2rem}.beta-calculation-section__windows-section__input-group{margin-bottom:1rem}.beta-calculation-section__windows-section__input-group__item{flex:1}.beta-calculation-section__windows-section__input-group__item label{display:block;margin-bottom:.5rem;font-weight:500;color:#1d1959}.beta-calculation-section__checkbox-group{display:flex;flex-direction:column;gap:.75rem}.beta-calculation-section__checkbox-item{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.beta-calculation-section__checkbox-item input[type=checkbox]{width:1rem;height:1rem;accent-color:#1D1959}.beta-calculation-section__checkbox-item label{color:#1d1959;font-weight:500;cursor:pointer;font-size:.9rem;min-width:80px}.beta-calculation-section__checkbox-item:hover label{color:#1e1b4b}.beta-calculation-section__checkbox-item input[type=number]{max-width:300px!important}.beta-calculation-section__asset-beta-section{margin-bottom:2rem}.beta-calculation-section__asset-beta-section__title{margin-top:2.5rem}.beta-calculation-section__asset-beta-section__description{margin-bottom:1.5rem}.beta-calculation-section__asset-beta-section__description p{color:#1d1959;margin-bottom:1rem;line-height:1.5}.beta-calculation-section__asset-beta-section__description ul{margin:0;padding-left:1.5rem}.beta-calculation-section__asset-beta-section__description ul li{color:#1d1959;margin-bottom:.75rem;line-height:1.5}.beta-calculation-section__asset-beta-section__description ul li strong{font-weight:600}.beta-calculation-section__asset-beta-section__checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.beta-calculation-section__asset-beta-section__checkbox-group input[type=radio]{width:1rem;height:1rem;accent-color:#1D1959;margin-top:.125rem;flex-shrink:0}.beta-calculation-section__asset-beta-section__checkbox-group label{color:#1d1959;font-weight:500;cursor:pointer;font-size:.9rem;line-height:1.4;flex:1}.beta-calculation-section__asset-beta-section__checkbox-group:hover label{color:#1e1b4b}.beta-calculation-section__asset-beta-override-section{margin-bottom:2rem}.beta-calculation-section__asset-beta-override-section__title{margin-top:2.5rem}.beta-calculation-section__asset-beta-override-section__description{margin-bottom:1.5rem}.beta-calculation-section__asset-beta-override-section__description p{color:#1d1959;margin-bottom:1rem;line-height:1.5}.beta-calculation-section__weights-section{margin-bottom:2rem}.beta-calculation-section__weights-section__title{margin-top:2.5rem}.beta-calculation-section__weights-section__description{margin-bottom:1.5rem}.beta-calculation-section__weights-section__description p{color:#1d1959;margin-bottom:1rem;line-height:1.5}.beta-calculation-section__weights-section__checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.beta-calculation-section__weights-section__checkbox-group__checkbox-item{display:flex;align-items:center;gap:.5rem}.beta-calculation-section__weights-section__checkbox-group__checkbox-item input[type=checkbox]{width:1rem;height:1rem;accent-color:#1D1959;margin-top:.125rem;flex-shrink:0}.beta-calculation-section__weights-section__checkbox-group__checkbox-item label{color:#1d1959;font-weight:500;cursor:pointer;font-size:.9rem;line-height:1.4;flex:1}.beta-calculation-section__weights-section__checkbox-group__checkbox-item:hover label{color:#1e1b4b}.beta-calculation-section__weight-sum{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;background-color:#f8f9fa;border:1px solid #e9ecef}.beta-calculation-section__weight-sum .weight-sum-label{font-weight:500;color:#9e9e9e}.beta-calculation-section__weight-sum .weight-sum-value{font-weight:600;padding:.125rem .375rem;border-radius:3px}.beta-calculation-section__weight-sum .weight-sum-value.valid{background-color:#d1fae5;color:#065f46}.beta-calculation-section__weight-sum .weight-sum-value.invalid{background-color:#fee2e2;color:#b91c1c}.beta-calculation-section__weight-sum button{font-size:.75rem;padding:.125rem .375rem;margin-left:.5rem}.beta-calculation-section .estimation-window-label-section{display:flex;flex-direction:column;gap:.25rem;align-items:start;justify-content:start}.parameter-section,.comparator-group-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.parameter-input,.comparator-group-section__group__edit-form input,.comparator-group-section__group__table__input-cell input{width:100%;padding:.5rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.parameter-input:focus,.comparator-group-section__group__edit-form input:focus,.comparator-group-section__group__table__input-cell input:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.parameter-input:disabled,.comparator-group-section__group__edit-form input:disabled,.comparator-group-section__group__table__input-cell input:disabled{background-color:#fafafa;color:#9e9e9e;cursor:not-allowed}.parameter-input--small,.comparator-group-section__group__table__input-cell input{padding:.25rem;font-size:.8rem}.parameter-button,.comparator-group-section__add-group-button,.comparator-group-section__group__add-company-button{background-color:#1d1959;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.parameter-button:hover:not(:disabled),.comparator-group-section__add-group-button:hover:not(:disabled),.comparator-group-section__group__add-company-button:hover:not(:disabled){background-color:#1e1b4b}.parameter-button:disabled,.comparator-group-section__add-group-button:disabled,.comparator-group-section__group__add-company-button:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.7}.parameter-button--secondary,.comparator-group-section__group__add-company-button{background-color:#f5f5f5;color:#1d1959}.parameter-button--secondary:hover:not(:disabled),.comparator-group-section__group__add-company-button:hover:not(:disabled){background-color:#e0e0e0}.parameter-button--add,.comparator-group-section__add-group-button,.comparator-group-section__group__add-company-button{display:flex;align-items:center;gap:.25rem}.parameter-button--add .icon,.comparator-group-section__add-group-button .icon,.comparator-group-section__group__add-company-button .icon{font-size:1rem;font-weight:700}.parameter-table,.comparator-group-section__group__table{width:100%;border-collapse:collapse;margin-top:1rem}.parameter-table th,.comparator-group-section__group__table th,.parameter-table td,.comparator-group-section__group__table td{padding:.5rem;text-align:left;border-bottom:1px solid #f5f5f5}.parameter-table th,.comparator-group-section__group__table th{background-color:#fafafa;font-weight:600;color:#1d1959}.parameter-table tr:hover,.comparator-group-section__group__table tr:hover{background-color:#fafafa}.parameter-select,.comparator-group-section__group__table__select-cell select{width:100%;padding:.5rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;background-color:#fff;cursor:pointer}.parameter-select:focus,.comparator-group-section__group__table__select-cell select:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.parameter-select:disabled,.comparator-group-section__group__table__select-cell select:disabled{background-color:#fafafa;color:#9e9e9e;cursor:not-allowed}.parameter-select--small,.comparator-group-section__group__table__select-cell select{padding:.25rem;font-size:.8rem}.flex,.comparator-group-section__group__edit-form__actions,.comparator-group-section__group__header,.comparator-group-section__group__header__title,.comparator-group-section__group__header__actions,.comparator-group-section__group__validation-status,.comparator-group-section__group__weight-sum,.comparator-group-section__group__table__actions-cell .parameter-table__actions{display:flex}.flex--center,.comparator-group-section__group__header,.comparator-group-section__group__header__title,.comparator-group-section__group__validation-status,.comparator-group-section__group__weight-sum{align-items:center}.flex--between,.comparator-group-section__group__header{justify-content:space-between}.flex--gap-sm,.comparator-group-section__group__edit-form__actions,.comparator-group-section__group__header__actions,.comparator-group-section__group__validation-status,.comparator-group-section__group__weight-sum,.comparator-group-section__group__table__actions-cell .parameter-table__actions{gap:.5rem}.flex--gap-md,.comparator-group-section__group__header__title{gap:1rem}.position--relative,.comparator-group-section__group__table__input-cell{position:relative}.comparator-group-section .parameter-section__requirements-notice{background-color:#eff6ff;border:1px solid #BFDBFE;border-radius:6px;padding:1rem;margin-bottom:1.5rem}.comparator-group-section .parameter-section__requirements-notice h4{margin:0 0 .75rem;color:#1e40af;font-size:.9rem;font-weight:600}.comparator-group-section .parameter-section__requirements-notice ul{margin:0;padding-left:1.25rem;color:#1e40af}.comparator-group-section .parameter-section__requirements-notice ul li{margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.comparator-group-section .parameter-section__requirements-notice ul li:last-child{margin-bottom:0}.comparator-group-section__add-group-container{display:flex;margin-bottom:1.5rem}.comparator-group-section__group{margin-bottom:2rem}.comparator-group-section__group__edit-form{margin-bottom:1rem}.comparator-group-section__group__edit-form input{margin-bottom:.5rem}.comparator-group-section__group__header{margin-bottom:1rem}.comparator-group-section__group__header__title h4{margin:0;color:#1d1959}.comparator-group-section__group__validation-status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.comparator-group-section__group__validation-status.valid{background-color:#d1fae5;color:#065f46}.comparator-group-section__group__validation-status.valid .status-icon{color:#10b981;font-weight:700}.comparator-group-section__group__validation-status.invalid{background-color:#fee2e2;color:#b91c1c}.comparator-group-section__group__validation-status.invalid .status-icon{color:#ef4444;font-weight:700;cursor:help}.comparator-group-section__group__validation-status .status-text{font-weight:500}.comparator-group-section__group__weight-sum{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;background-color:#f8f9fa;border:1px solid #e9ecef}.comparator-group-section__group__weight-sum .weight-sum-label{font-weight:500;color:#9e9e9e}.comparator-group-section__group__weight-sum .weight-sum-value{font-weight:600;padding:.125rem .375rem;border-radius:3px}.comparator-group-section__group__weight-sum .weight-sum-value.valid{background-color:#d1fae5;color:#065f46}.comparator-group-section__group__weight-sum .weight-sum-value.invalid{background-color:#fee2e2;color:#b91c1c}.comparator-group-section__group__weight-sum button{font-size:.75rem;padding:.125rem .375rem;margin-left:.5rem}.comparator-group-section__group__add-company-button{margin-bottom:1rem}.comparator-group-section__group__table__actions-cell .parameter-table__actions{align-items:center}.comparator-group-section__weights-section{margin-bottom:2rem}.comparator-group-section__weights-section__description{background-color:#fff;border-radius:8px;padding:1rem;margin:1rem 0;border:1px solid #fab300;box-shadow:0 2px 4px #0000001a;border-left:4px solid #fab300;text-align:left}.comparator-group-section__weights-section__description p{color:#9e9e9e;margin:0;line-height:1.5}.comparator-group-section__weights-section__checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.comparator-group-section__weights-section__checkbox-group input[type=checkbox]{width:1rem;height:1rem;accent-color:#1D1959;margin-top:.125rem;flex-shrink:0}.comparator-group-section__weights-section__checkbox-group label{color:#1d1959;font-weight:500;cursor:pointer;font-size:.9rem;line-height:1.4;flex:1}.comparator-group-section__weights-section__checkbox-group:hover label{color:#1e1b4b}.comparator-group-section .weight-adjust-arrows{display:inline-flex;flex-direction:column;margin-left:.5rem;vertical-align:middle}.comparator-group-section .weight-adjust-arrow-btn{padding:0 4px;border:none;background:none;cursor:pointer;color:#1d1959;line-height:1;font-size:.75rem;transition:background .15s}.comparator-group-section .weight-adjust-arrow-btn:hover{background:#f3f4f6}.parameter-section,.date-range-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.parameter-section__subtitle,.date-range-section__report-dates__title{margin-bottom:1rem;color:#1d1959;font-size:1rem;font-weight:600}.parameter-button,.date-range-section__report-dates__list__item__remove-button,.date-range-section__report-dates__add-button{background-color:#1d1959;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.parameter-button:hover:not(:disabled),.date-range-section__report-dates__list__item__remove-button:hover:not(:disabled),.date-range-section__report-dates__add-button:hover:not(:disabled){background-color:#1e1b4b}.parameter-button:disabled,.date-range-section__report-dates__list__item__remove-button:disabled,.date-range-section__report-dates__add-button:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.7}.parameter-button--secondary,.date-range-section__report-dates__add-button{background-color:#f5f5f5;color:#1d1959}.parameter-button--secondary:hover:not(:disabled),.date-range-section__report-dates__add-button:hover:not(:disabled){background-color:#e0e0e0}.parameter-button--danger,.date-range-section__report-dates__list__item__remove-button{background-color:#fee2e2;color:#b91c1c}.parameter-button--danger:hover:not(:disabled),.date-range-section__report-dates__list__item__remove-button:hover:not(:disabled){background-color:#fecaca}.parameter-button--small,.date-range-section__report-dates__list__item__remove-button{padding:.25rem .5rem;font-size:.8rem}.parameter-button--add,.date-range-section__report-dates__add-button{display:flex;align-items:center;gap:.25rem}.parameter-button--add .icon,.date-range-section__report-dates__add-button .icon{font-size:1rem;font-weight:700}.date-range-section__report-dates{margin-top:2rem}.date-range-section__report-dates__list{margin-bottom:1rem}.date-range-section__report-dates__list__item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.date-range-section__report-dates__list__item input{flex:1}.date-range-section__report-dates__list__item__remove-button{padding:.25rem .5rem;min-width:auto}.parameter-section,.market-return-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.parameter-section__subtitle,.market-return-section__market-return-group__title,.market-return-section__risk-premium-group__title{margin-bottom:1rem;color:#1d1959;font-size:1rem;font-weight:600}.parameter-checkbox,.market-return-section__risk-premium-group__checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.parameter-checkbox input[type=checkbox],.market-return-section__risk-premium-group__checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#1D1959}.parameter-checkbox label,.market-return-section__risk-premium-group__checkbox label{color:#1d1959;font-weight:500;cursor:pointer}.market-return-section__market-return-group,.market-return-section__risk-premium-group{margin-bottom:2rem}.market-return-section .parameter-row__input-container{display:flex;align-items:center}.market-return-section .parameter-row__input-container .parameter-checkbox,.market-return-section .parameter-row__input-container .market-return-section__risk-premium-group__checkbox{margin-right:8px;cursor:pointer}.market-return-section .parameter-row__input-container .parameter-checkbox-label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0}.market-return-section .market-return-toggle{margin-bottom:15px;display:flex;align-items:center;gap:12px}.market-return-section .market-return-toggle__label{display:inline-flex;align-items:center;gap:.5rem;cursor:default;font-weight:500;color:#1d1959;white-space:nowrap;line-height:normal}.market-return-section .market-return-toggle>.MuiSwitch-track{color:red;background-color:red}.market-return-section .market-return-toggle>.MuiSwitch-thumb{color:red;background-color:red}.percent-input-container{display:flex;align-items:center}.percent-sign{margin-left:-1px;padding:0 8px;font-size:1rem;color:#555;background:#f5f5f5;border:1px solid #ccc;border-left:none;border-radius:0 4px 4px 0;height:32px;display:flex;align-items:center}.parameter-input{border-radius:4px 0 0 4px;border-right:none}.factor-selection-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.factor-selection{background:#fff;border:1px solid #e0e0e0;border-radius:8px;max-width:560px;width:90%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000026}.factor-selection__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e0e0e0}.factor-selection__title{margin:0;color:#1d1959;font-size:1.1rem;font-weight:600;letter-spacing:.02em}.factor-selection__close{background:none;border:none;color:#9e9e9e;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.factor-selection__close:hover{background-color:#f5f5f5}.factor-selection__body{padding:1.25rem;overflow-y:auto;flex:1}.factor-selection__factor{margin-bottom:1.25rem;padding:1rem;border:1px solid #f5f5f5;border-radius:6px;background-color:#fafafa}.factor-selection__factor--required{border-left:3px solid #1D1959}.factor-selection__factor--disabled{opacity:.75;background-color:#f5f5f5}.factor-selection__factor-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.factor-selection__factor-header-actions{display:flex;align-items:center;gap:.5rem}.factor-selection__checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;color:#1d1959}.factor-selection__checkbox-label--disabled{cursor:not-allowed;color:#9e9e9e}.factor-selection__checkbox{width:1.1rem;height:1.1rem;accent-color:#1D1959;cursor:pointer}.factor-selection__checkbox-label--disabled .factor-selection__checkbox{cursor:not-allowed}.factor-selection__factor-name{-webkit-user-select:none;-moz-user-select:none;user-select:none}.factor-selection__badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;letter-spacing:.02em}.factor-selection__badge--new{background-color:#10b981;color:#fff}.factor-selection__badge--disabled{background-color:#9e9e9e;color:#fff}.factor-selection__factor-details{padding-left:1.6rem}.factor-selection__detail-row{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.factor-selection__detail-row--actions{margin-top:.5rem;gap:.75rem}.factor-selection__detail-label{font-size:.9rem;color:#374151;min-width:5rem}.factor-selection__detail-value{font-size:.9rem;color:#1f2937}.factor-selection__select{padding:.35rem .5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer;min-width:10rem}.factor-selection__select:focus{outline:2px solid #1D1959;outline-offset:1px}.factor-selection__select:disabled{cursor:not-allowed;background-color:#f5f5f5;color:#9e9e9e;border-color:#e0e0e0;opacity:.9;-webkit-text-fill-color:#9e9e9e}.factor-selection__select--readonly{cursor:default;opacity:1;background-color:#fff!important;color:#1f2937!important;-webkit-text-fill-color:#1f2937}.factor-selection__tmr-input-wrap{display:flex;align-items:center;gap:.25rem}.factor-selection__tmr-input{width:4rem;padding:.35rem .5rem;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem}.factor-selection__tmr-input:focus{outline:2px solid #1D1959;outline-offset:1px}.factor-selection__tmr-input[readonly]{cursor:default;background-color:#fff}.factor-selection__percent-suffix{font-size:.9rem;color:#374151}.factor-selection__radio-group{display:flex;flex-wrap:wrap;gap:1rem;border:none;margin:0;padding:0}.factor-selection__radio-label{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.9rem;color:#1f2937}.factor-selection__radio{width:1rem;height:1rem;accent-color:#1D1959;cursor:pointer}.factor-selection__radio-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.factor-selection__radio-group--readonly{opacity:1}.factor-selection__radio-group--readonly .factor-selection__radio-label{cursor:default}.factor-selection__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.factor-selection__btn:disabled{cursor:not-allowed;opacity:.65;box-shadow:none;transform:none}.factor-selection__btn--configure svg{width:1rem;height:1rem}.factor-selection__btn--secondary{background:#fff;border:1px solid #e0e0e0;color:#1d1959}.factor-selection__btn--secondary:hover{background-color:#f5f5f5}.factor-selection__btn--secondary:disabled{background:#f5f5f5;color:#9e9e9e;border-color:#e0e0e0}.factor-selection__btn--primary{background:#1d1959;border:none;color:#fff}.factor-selection__btn--primary:hover{background-color:#171345}.factor-selection__coming-soon{font-style:italic;color:#9e9e9e}.factor-selection__divider{height:1px;background-color:#e0e0e0;margin:1.25rem 0}.factor-selection__preview{background-color:#e6e6fa;border:1px solid rgba(29,25,89,.2);border-radius:6px;padding:1rem}.factor-selection__preview-title{margin:0 0 .75rem;padding-bottom:.5rem;font-size:.85rem;font-weight:600;color:#1d1959;letter-spacing:.02em;border-bottom:1px solid rgba(29,25,89,.25)}.factor-selection__preview-content{display:flex;flex-direction:column;gap:.5rem}.factor-selection__preview-row{display:flex;gap:.5rem;font-size:.9rem}.factor-selection__preview-label{color:#374151;min-width:10rem}.factor-selection__preview-value{color:#1f2937;font-weight:500}.factor-selection__preview-formula{margin:.5rem 0;padding:.5rem 40px;width:-moz-fit-content;width:fit-content;background:#fff;border-radius:4px;font-family:inherit;font-size:.9rem;color:#1f2937;text-align:left}.factor-selection__preview-formula sub{font-size:.75em}.factor-selection__footer{padding:1rem 1.25rem;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end}.parameter-section,.ifm-parameter-panel{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.ifm-parameter-panel{max-width:720px}.ifm-parameter-panel__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.ifm-parameter-panel__header .parameter-section__title{margin-bottom:0}.ifm-parameter-panel__row{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.ifm-parameter-panel__row--two-cols{align-items:stretch}.ifm-parameter-panel__row--two-cols .ifm-parameter-panel__field{flex:1;min-width:200px;display:flex;flex-direction:column}.ifm-parameter-panel__row--two-cols .ifm-parameter-panel__box{flex:1;min-height:0}.ifm-parameter-panel__row--three-cols .ifm-parameter-panel__field{flex:1;min-width:140px}.ifm-parameter-panel__row--inline{align-items:center;gap:.5rem;margin-bottom:.5rem}.ifm-parameter-panel__row--inline .ifm-parameter-panel__label{margin-bottom:0}.ifm-parameter-panel__field{display:flex;flex-direction:column;gap:.35rem}.ifm-parameter-panel__label{font-size:.9rem;font-weight:600;color:#1d1959;margin-bottom:.35rem}.ifm-parameter-panel__box{border:1px solid #e0e0e0;border-radius:4px;padding:.75rem 1rem;background:#fafafa;min-width:160px}.ifm-parameter-panel__box--full-width{width:100%;max-width:480px;padding-left:40px;padding-right:40px}.ifm-parameter-panel__value-block{display:flex;flex-direction:column;gap:.15rem}.ifm-parameter-panel__value{font-size:1rem;color:#1f2937}.ifm-parameter-panel__hint{font-size:.85rem;color:#374151}.ifm-parameter-panel__input-wrap{display:inline-flex;align-items:center;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;width:-moz-fit-content;width:fit-content}.ifm-parameter-panel__input-wrap .parameter-input{border:none;border-radius:0}.ifm-parameter-panel__input{width:5ch;min-width:4ch;padding:.35rem .5rem;font-size:.9rem}.ifm-parameter-panel__input--readonly{cursor:default;background-color:#fff}.ifm-parameter-panel__radio-label--readonly{cursor:default}.ifm-parameter-panel__suffix{padding:.35rem .5rem;font-size:.9rem;color:#374151;background:#fafafa;border-left:1px solid #e0e0e0;flex-shrink:0}.ifm-parameter-panel__radio-group{display:flex;flex-wrap:wrap;gap:1rem;border:none;margin:0;padding:0}.ifm-parameter-panel__radio-group--vertical{flex-direction:column;gap:.5rem}.ifm-parameter-panel__radio-group--estimation .ifm-parameter-panel__radio-label{margin-right:1.25rem}.ifm-parameter-panel__radio-group--estimation .ifm-parameter-panel__radio-label:last-child{margin-right:0}.ifm-parameter-panel__radio-label{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.9rem;color:#1f2937}.ifm-parameter-panel__radio-label span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ifm-parameter-panel__radio{width:1rem;height:1rem;accent-color:#1D1959;cursor:pointer}.ifm-parameter-panel__divider{height:1px;background-color:#e0e0e0;margin:1.25rem 0}.parameter-section,.risk-factor-selection-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.parameter-section__title,.risk-factor-selection-section__title{margin-bottom:1rem;color:#1d1959;font-size:1.1rem;border-bottom:1px solid #f5f5f5;padding-bottom:.5rem}.risk-factor-selection-section{margin-top:1.5rem}.factor-selection__body--section{padding:0;max-height:none}.parameter-section,.risk-free-rate-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.position--relative,.risk-free-rate-section__info-container{position:relative}.width--full,.risk-free-rate-section__info-container{width:100%}.risk-free-rate-section__info-container__tooltip{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:#9e9e9e;cursor:help;font-size:.9rem}.risk-free-rate-section__info-container input[type=number]{text-align:right;padding-right:2rem}.processing-spinner{position:relative;display:inline-flex;align-items:center;justify-content:center}.processing-spinner--small{width:24px;height:24px}.processing-spinner--medium{width:48px;height:48px}.processing-spinner--large{width:64px;height:64px}.processing-spinner__outer-ring{position:absolute;width:100%;height:100%;border:2px solid transparent;border-top:2px solid rgba(255,255,255,.8);border-right:2px solid rgba(255,255,255,.6);border-radius:50%;animation:processing-spin-clockwise 2s linear infinite}.processing-spinner__inner-ring{position:absolute;width:75%;height:75%;top:12.5%;left:12.5%;border:2px solid transparent;border-top:2px solid rgba(255,255,255,.9);border-left:2px solid rgba(255,255,255,.7);border-radius:50%;animation:processing-spin-counter-clockwise 1.5s linear infinite}.processing-spinner__core{position:absolute;width:50%;height:50%;top:25%;left:25%;background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,255,255,.6) 50%,transparent 70%);border-radius:50%;animation:processing-pulse 1.8s ease-in-out infinite}.processing-spinner__pulse{position:absolute;width:60%;height:60%;top:20%;left:20%;background:#fffc;border-radius:50%;animation:processing-pulse-inner 1.2s ease-in-out infinite alternate}.processing-spinner__orbits{position:absolute;width:100%;height:100%}.processing-spinner__orbit{position:absolute;width:4px;height:4px;background:#fffc;border-radius:50%;box-shadow:0 0 6px #ffffff80}.processing-spinner__orbit--1{top:0;left:50%;margin-left:-2px;animation:processing-orbit-1 3s linear infinite}.processing-spinner__orbit--2{top:50%;right:0;margin-top:-2px;animation:processing-orbit-2 2.5s linear infinite}.processing-spinner__orbit--3{bottom:0;left:50%;margin-left:-2px;animation:processing-orbit-3 3.5s linear infinite}.processing-spinner--small .processing-spinner__outer-ring,.processing-spinner--small .processing-spinner__inner-ring{border-width:1.5px}.processing-spinner--small .processing-spinner__orbit{width:2px;height:2px}.processing-spinner--small .processing-spinner__orbit--1{margin-left:-1px}.processing-spinner--small .processing-spinner__orbit--2{margin-top:-1px}.processing-spinner--small .processing-spinner__orbit--3{margin-left:-1px}.processing-spinner--large .processing-spinner__outer-ring,.processing-spinner--large .processing-spinner__inner-ring{border-width:3px}.processing-spinner--large .processing-spinner__orbit{width:6px;height:6px}.processing-spinner--large .processing-spinner__orbit--1{margin-left:-3px}.processing-spinner--large .processing-spinner__orbit--2{margin-top:-3px}.processing-spinner--large .processing-spinner__orbit--3{margin-left:-3px}@keyframes processing-spin-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes processing-spin-counter-clockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes processing-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes processing-pulse-inner{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.2);opacity:.9}}@keyframes processing-orbit-1{0%{transform:rotate(0) translate(20px) rotate(0)}to{transform:rotate(360deg) translate(20px) rotate(-360deg)}}@keyframes processing-orbit-2{0%{transform:rotate(120deg) translate(18px) rotate(-120deg)}to{transform:rotate(480deg) translate(18px) rotate(-480deg)}}@keyframes processing-orbit-3{0%{transform:rotate(240deg) translate(22px) rotate(-240deg)}to{transform:rotate(600deg) translate(22px) rotate(-600deg)}}@media (prefers-reduced-motion: reduce){.processing-spinner__outer-ring,.processing-spinner__inner-ring{animation-duration:4s}.processing-spinner__core,.processing-spinner__pulse{animation-duration:3s}.processing-spinner__orbit{animation-duration:6s}}.running-model-screen{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 130px);background:linear-gradient(135deg,#fafafa,#e6e6fa);border-radius:8px;margin:.75rem;padding:.75rem}.running-model-screen__container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;width:100%;padding:1.5rem 1.25rem;background-color:#fff;border-radius:16px;box-shadow:0 8px 16px #0000001a;border:1px solid rgba(29,25,89,.1)}.running-model-screen__header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.running-model-screen__header .running-model-screen__icon{margin-bottom:.85rem;padding:1rem;background:linear-gradient(135deg,#1d1959,#2a2481);border-radius:50%;box-shadow:0 8px 25px #1d19594d;display:flex;align-items:center;justify-content:center}.running-model-screen__header .running-model-screen__title{color:#1d1959;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em}.running-model-screen__header .running-model-screen__model-name{color:#e91e63;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#fafafa,#e6e6fa);padding:.4rem 1rem;border-radius:8px;border:1px solid rgba(233,30,99,.2)}.running-model-screen__content{width:100%}.running-model-screen__status-card{display:flex;align-items:center;padding:1.15rem;background:linear-gradient(135deg,#e6e6fa,#1d19590d);border-radius:8px;border-left:4px solid #e91e63;margin-bottom:1.1rem;text-align:left}.running-model-screen__status-card .running-model-screen__status-icon{flex-shrink:0;width:48px;height:48px;background-color:#1d1959;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;color:#fff}.running-model-screen__status-card .running-model-screen__status-text h3{margin:0 0 .5rem;color:#1d1959;font-size:1.1rem;font-weight:600}.running-model-screen__status-card .running-model-screen__status-text p{margin:0;color:#9e9e9e;font-size:.95rem;line-height:1.4}.running-model-screen__message{text-align:left;margin-bottom:.75rem}.running-model-screen__message-section{margin-bottom:.5rem;padding:1rem;background-color:#fafafa;border-radius:8px;border:1px solid #f5f5f5}.running-model-screen__message-section h4{margin:0 0 1rem;color:#1d1959;font-size:1.1rem;font-weight:600;display:flex;align-items:center}.running-model-screen__message-section h4:before{content:"";width:4px;height:1.2rem;background-color:#e91e63;margin-right:.75rem;border-radius:2px}.running-model-screen__message-section p{margin:0;color:#9e9e9e;font-size:1rem;line-height:1.6}.running-model-screen__accordion{border:1px solid #f5f5f5;border-radius:8px;background-color:#fafafa;margin-bottom:.75rem;overflow:hidden}.running-model-screen__accordion summary{list-style:none;cursor:pointer;padding:.85rem 1rem;font-weight:600;color:#1d1959;display:flex;align-items:center;justify-content:space-between}.running-model-screen__accordion summary::-webkit-details-marker{display:none}.running-model-screen__accordion summary:after{content:"▼";font-size:.75rem;color:#1d1959;transition:transform .2s ease}.running-model-screen__accordion[open] summary:after{transform:rotate(180deg)}.running-model-screen__tip-section{display:flex;align-items:flex-start;padding:1rem;background:linear-gradient(135deg,#fab3001a,#fab3000d);border-radius:8px;border:1px solid rgba(250,179,0,.3);margin-bottom:.5rem}.running-model-screen__tip-section .running-model-screen__tip-icon{flex-shrink:0;width:40px;height:40px;background-color:#fab300;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;color:#fff}.running-model-screen__tip-section h5{margin:0 0 .5rem;color:#614500;font-size:1rem;font-weight:600}.running-model-screen__tip-section p{margin:0;color:#9e9e9e;font-size:.95rem;line-height:1.5}.running-model-screen__support-section{padding:1rem;background:linear-gradient(135deg,#1d19590d,#e6e6fa80);border-radius:8px;border:1px solid rgba(29,25,89,.1);text-align:center}.running-model-screen__support-section p{margin:0;color:#9e9e9e;font-size:.95rem;line-height:1.5}.running-model-screen__support-section p strong{color:#1d1959;font-weight:600}.running-model-screen__actions{display:flex;justify-content:center;gap:.75rem;margin-bottom:.5rem}.running-model-screen__cancel-refresh-button{background:transparent;color:#dc2626;border:1px solid #DC2626;border-radius:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .25s ease}.running-model-screen__cancel-refresh-button:hover:not(:disabled){background:#dc262614;color:#b91c1c;border-color:#b91c1c}.running-model-screen__cancel-refresh-button:disabled{border-color:#e0e0e0;color:#e0e0e0;cursor:not-allowed;opacity:.8}.running-model-screen__cancel-refresh-button svg{flex-shrink:0}.running-model-screen__delete-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ef44444d;letter-spacing:.01em}.running-model-screen__delete-button:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 8px 25px #ef444466}.running-model-screen__delete-button:active:not(:disabled){transform:translateY(0)}.running-model-screen__delete-button:disabled{background:linear-gradient(135deg,#e0e0e0,#9e9e9e);cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.running-model-screen__delete-button svg{flex-shrink:0}.running-model-screen__error{display:flex;align-items:center;gap:.75rem;position:relative;color:#ef4444;font-size:.95rem;font-weight:500;background:linear-gradient(135deg,#fef2f2,#fecaca 20%);border:1px solid #FECACA;border-radius:8px;padding:1rem 1.25rem;text-align:left;box-shadow:0 2px 8px #ef44441a}.running-model-screen__error svg{flex-shrink:0;color:#dc2626}.running-model-screen__error-close{position:absolute;top:6px;right:8px;border:none;background:transparent;color:#b91c1c;font-size:18px;line-height:1;cursor:pointer;padding:0}@media (max-width: 768px){.running-model-screen{margin:1rem;padding:1rem}.running-model-screen__container{padding:1.25rem 1rem}.running-model-screen__header .running-model-screen__title{font-size:1.75rem}.running-model-screen__header .running-model-screen__model-name{font-size:1.1rem}.running-model-screen__tip-section{flex-direction:column;text-align:center}.running-model-screen__tip-section .running-model-screen__tip-icon{margin:0 0 1rem}.running-model-screen__delete-button{padding:.75rem 1.5rem;font-size:.95rem}}.tooltip-container{display:inline-flex;align-items:center;position:relative;margin-left:auto}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:50%;background-color:#1d1959;color:#fff;font-size:.7rem;font-weight:700;cursor:help;transition:background-color .2s ease}.info-icon:hover{background-color:#1e1b4b}.tooltip-content{position:fixed!important;top:auto;left:auto;margin-top:0;padding:.75rem;background-color:#2d3748;color:#fff;border-radius:4px;font-size:.8rem;line-height:1.4;white-space:normal;width:300px;max-width:90vw;box-shadow:0 4px 8px #0000001a;z-index:10010!important;pointer-events:auto;cursor:default}.tooltip-content:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:12px;background:transparent}.tooltip-content:after{content:"";position:absolute;bottom:calc(100% + 4px);left:1rem;border:6px solid transparent;border-bottom-color:#2d3748}.tooltip-content .tooltip-kb-link:hover{color:#a8c8ff;text-decoration:underline}.parameter-label{display:flex;align-items:flex-start;justify-content:space-between;font-weight:500;color:#1d1959;margin-bottom:.25rem;cursor:pointer;width:100%}.parameter-row{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.parameter-row{flex-direction:column;gap:.5rem}}.parameter-label-container{min-width:200px;flex-shrink:0;display:flex;align-items:flex-start}.parameter-input-container{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.parameter-section{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f5f5f5;box-shadow:0 2px 4px #0000001a}.parameter-section__title{margin-bottom:1rem;color:#1d1959;font-size:1.1rem;border-bottom:1px solid #f5f5f5;padding-bottom:.5rem}.parameter-section__subtitle{margin-bottom:1rem;color:#1d1959;font-size:1rem;font-weight:600}.parameter-section__info-text{color:#9e9e9e;margin-bottom:1rem;line-height:1.5}.parameter-section__info-list{padding-left:1.5rem;margin-bottom:1rem;color:#9e9e9e}.parameter-section__info-list li{margin-bottom:.75rem;line-height:1.4}.parameter-section__read-only-notice{padding:2rem;text-align:center;background-color:#fafafa;border-radius:4px;border:1px solid #f5f5f5}.parameter-section__read-only-notice p{color:#9e9e9e;margin:0}.parameter-section__info-notice{padding:1rem;margin-bottom:1.5rem;background-color:#fef3c7;border:1px solid #F59E0B;border-radius:4px;border-left:4px solid #F59E0B}.parameter-section__info-notice p{color:#92400e;margin:0;font-size:.9rem;font-weight:500}.parameter-input{width:100%;padding:.5rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.parameter-input:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.parameter-input:disabled{background-color:#fafafa;color:#9e9e9e;cursor:not-allowed}.parameter-input--small{padding:.25rem;font-size:.8rem}.parameter-button{background-color:#1d1959;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.parameter-button:hover:not(:disabled){background-color:#1e1b4b}.parameter-button:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.7}.parameter-button--disabled{background-color:#e0e0e0!important;cursor:not-allowed!important;opacity:.7!important}.parameter-button--disabled:hover{background-color:#e0e0e0!important}.parameter-button--secondary{background-color:#f5f5f5;color:#1d1959}.parameter-button--secondary:hover:not(:disabled){background-color:#e0e0e0}.parameter-button--danger{background-color:#fee2e2;color:#b91c1c}.parameter-button--danger:hover:not(:disabled){background-color:#fecaca}.parameter-button--small{padding:.25rem .5rem;font-size:.8rem}.parameter-button--add{display:flex;align-items:center;gap:.25rem}.parameter-button--add .icon{font-size:1rem;font-weight:700}.parameter-table{width:100%;border-collapse:collapse;margin-top:1rem}.parameter-table th,.parameter-table td{padding:.5rem;text-align:left;border-bottom:1px solid #f5f5f5}.parameter-table th{background-color:#fafafa;font-weight:600;color:#1d1959}.parameter-table tr:hover{background-color:#fafafa}.parameter-table__actions{display:flex;gap:.25rem}.parameter-row{display:flex;align-items:flex-start;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.parameter-row__label{min-width:200px;font-weight:500;color:#1d1959;display:flex;align-items:flex-start;gap:.5rem}.parameter-row__input-container{flex:1;position:relative}.parameter-row__help-text{display:block;margin-top:.25rem;color:#9e9e9e;font-size:.8rem}.parameter-checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.parameter-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#1D1959}.parameter-checkbox label{color:#1d1959;font-weight:500;cursor:pointer}.parameter-select{width:100%;padding:.5rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;background-color:#fff;cursor:pointer}.parameter-select:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.parameter-select:disabled{background-color:#fafafa;color:#9e9e9e;cursor:not-allowed}.parameter-select--small{padding:.25rem;font-size:.8rem}.parameter-group{margin-bottom:2rem}.parameter-group__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.parameter-group__title{margin:0;color:#1d1959;font-size:1rem}.parameter-group__actions{display:flex;gap:.5rem}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 2px 4px #0000001a}.suggestions-dropdown__item{padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background-color .2s ease}.suggestions-dropdown__item:last-child{border-bottom:none}.suggestions-dropdown__item:hover{background-color:#fafafa}.suggestions-dropdown__item__symbol{font-weight:700;font-size:.9rem}.suggestions-dropdown__item__name{font-size:.8rem;color:#9e9e9e}.flex{display:flex}.flex--column{flex-direction:column}.flex--center{align-items:center}.flex--between{justify-content:space-between}.flex--gap-sm{gap:.5rem}.flex--gap-md{gap:1rem}.text--center{text-align:center}.text--small{font-size:.8rem}.text--muted{color:#9e9e9e}.margin--bottom-sm{margin-bottom:.5rem}.margin--bottom-md{margin-bottom:1rem}.margin--bottom-lg{margin-bottom:1.5rem}.position--relative{position:relative}.width--full{width:100%}.input-parameters{display:flex;flex-direction:column;min-height:calc(100vh - 67.4px);background-color:#fafafa}.input-parameters .loading-spinner{border:2px solid #f5f5f5;border-top-color:#1d1959;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;margin-top:1rem}.input-parameters__main-content{flex:1;display:flex;flex-direction:column}.input-parameters__header{background-color:#fff;border-bottom:1px solid #f5f5f5;padding:1rem}.input-parameters__header-content{margin:0;display:flex;justify-content:space-between;align-items:center;width:100%;gap:.75rem}.input-parameters__header-content>div:first-child{flex:1;min-width:0}.input-parameters__header-content h2{margin:0}.input-parameters__header-content p{margin:0;color:#9e9e9e;font-size:.95rem;line-height:1.4;flex:1}.input-parameters__header-content h1{margin:0 0 .5rem;color:#1d1959;font-size:1.5rem;font-weight:600}.input-parameters__header-buttons{display:flex;gap:1rem;align-items:center;flex-shrink:0}.input-parameters__stale-warning{margin-top:.75rem;padding:.65rem .85rem;border-radius:6px;border:1px solid rgba(29,25,89,.18);background:linear-gradient(135deg,#f5f8ff,#eef3ff);color:#1d1959;font-size:.88rem;font-weight:600;box-shadow:0 1px 4px #1d195914}.input-parameters__market-panels{display:flex;flex-direction:column;gap:0}.input-parameters__model-preview{padding:1.5rem;border-top:1px solid #f5f5f5;background:#fff}.input-parameters__expansion-panel.parameter-section{padding:0;overflow:hidden}.input-parameters__expansion-panel-header{width:100%;display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit;border-bottom:1px solid #f5f5f5;transition:background-color .15s ease;outline:none}.input-parameters__expansion-panel-header:hover{background-color:#fafafa}.input-parameters__expansion-panel-header:focus{outline:none}.input-parameters__expansion-panel-header:focus-visible{outline:2px solid #1D1959;outline-offset:2px}.input-parameters__expansion-panel-chevron{font-size:.9rem;color:#9e9e9e;transition:transform .25s ease;flex-shrink:0}.input-parameters__expansion-panel-chevron--collapsed{transform:rotate(-90deg)}.input-parameters__expansion-panel-title{display:flex;align-items:center;gap:.5rem;color:#1d1959;font-size:1.1rem;font-weight:600;margin:0}.input-parameters__expansion-panel-title--with-checkbox{flex:1;min-width:0}.input-parameters__expansion-panel-title--with-checkbox .factor-selection__checkbox-label{margin:0}.input-parameters__expansion-panel-content{overflow:hidden;max-height:3000px;transition:max-height .35s ease-out,padding .25s ease;background:#fafafa}.input-parameters__expansion-panel-content:not(.input-parameters__expansion-panel-content--collapsed){padding:1rem 1.5rem 1.5rem}.input-parameters__expansion-panel-content:not(.input-parameters__expansion-panel-content--collapsed) .market-return-section,.input-parameters__expansion-panel-content:not(.input-parameters__expansion-panel-content--collapsed) .risk-factor-selection-section{margin-top:0}.input-parameters__expansion-panel-content--collapsed{max-height:0;padding:0;margin:0}.input-parameters__define-new-model-button{background-color:#1d1959;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start;height:40.5px}.input-parameters__define-new-model-button:hover:not(:disabled){background-color:#1e1b4b}.input-parameters__define-new-model-button:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.7}.input-parameters__define-new-model-button--disabled{background-color:#e0e0e0!important;cursor:not-allowed!important;opacity:.7!important}.input-parameters__define-new-model-button:hover{background-color:#1e1b4b}.input-parameters__cancel-model-button{background-color:#fff;color:#1d1959;border:1px solid #1D1959;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;opacity:1;box-shadow:0 1px 3px #1e1b4b14}.input-parameters__cancel-model-button:hover{background-color:#1e1b4b0f;border-color:#1d1959;color:#1d1959;transform:translateY(-1px);box-shadow:0 4px 10px #1e1b4b29}.input-parameters__cancel-model-button:active{transform:translateY(0);box-shadow:0 2px 6px #1e1b4b1f}.input-parameters__delete-model-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;height:40.5px;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 8px #ef444433}.input-parameters__delete-model-button:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.input-parameters__delete-model-button:disabled{background:linear-gradient(135deg,#e0e0e0,#9e9e9e);cursor:not-allowed;transform:none;box-shadow:none;opacity:.7}.input-parameters__delete-model-button svg{flex-shrink:0}.input-parameters__delete-model-button .loading-spinner{width:16px;height:16px}.input-parameters__content-layout{flex:1;display:flex}.input-parameters__sections-menu{width:280px;background-color:#fff;border-right:1px solid #f5f5f5;padding:1rem;overflow-y:auto}.input-parameters__sections-menu h3{margin:0 0 1rem;color:#1d1959;font-size:1rem;font-weight:600}.input-parameters__sections-list{display:flex;flex-direction:column;gap:.5rem}.input-parameters__section-button{background:none;border:none;padding:.75rem 1rem;text-align:left;border-radius:4px;cursor:pointer;transition:all .2s ease;color:#9e9e9e;font-size:.9rem;border-left:3px solid transparent;display:flex;justify-content:space-between;align-items:center}.input-parameters__section-button .section-label{flex:1}.input-parameters__section-button .validation-indicator{font-size:.8rem;font-weight:700;margin-left:.5rem}.input-parameters__section-button .validation-indicator.valid{color:#10b981}.input-parameters__section-button .validation-indicator.invalid{color:#ef4444}.input-parameters__section-button:hover:not(.active){background-color:#fafafa;color:#1d1959}.input-parameters__section-button.active{background-color:#e6e6fa;color:#1d1959;font-weight:500;border-left-color:#1d1959}.input-parameters__section-button.has-errors{border-left-color:#ef4444}.input-parameters__section-button.has-errors:not(.active){background-color:#fef2f2;color:#b91c1c}.input-parameters__form-area{flex:1;padding:1rem;overflow-y:auto;background-color:#fafafa}.input-parameters__empty-state{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.input-parameters__empty-state h3{color:#9e9e9e;margin-bottom:1rem}.input-parameters__empty-state p{color:#e0e0e0;margin-bottom:2rem}.input-parameters__empty-state .create-button{background-color:#1d1959;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.input-parameters__empty-state .create-button:hover{background-color:#1e1b4b}.input-parameters__error-state{padding:2rem;text-align:center}.input-parameters__error-message{color:#b91c1c;margin-bottom:1rem}.input-parameters__save-section{margin-top:0;padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #f5f5f5;display:flex;flex-direction:column;gap:.6rem}.input-parameters__save-section .input-parameters__notify-checkbox{display:inline-flex;align-items:center;gap:.5rem;color:#1d1959;font-size:.9rem;font-weight:500;cursor:pointer;margin-top:.1rem}.input-parameters__save-section .input-parameters__notify-checkbox input[type=checkbox]{margin:0;width:16px;height:16px;cursor:pointer;accent-color:#1D1959}.input-parameters__save-section .input-parameters__save-actions{display:flex;align-items:center;gap:.75rem}.input-parameters__save-section .save-button{background-color:#1d1959;color:#fff;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s ease;align-self:flex-start;min-width:150px;height:50px}.input-parameters__save-section .save-button:hover:not(:disabled){background-color:#1e1b4b}.input-parameters__save-section .save-button:disabled{background-color:#e0e0e0;cursor:not-allowed;opacity:.7}.input-parameters__save-section .save-button--disabled{background-color:#e0e0e0!important;cursor:not-allowed!important;opacity:.7!important}.input-parameters__save-validation-errors{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1rem;margin-bottom:1rem}.input-parameters__save-validation-errors h4{margin:0 0 .75rem;color:#b91c1c;font-size:.9rem;font-weight:600}.input-parameters__save-validation-errors ul{margin:0;padding-left:1.25rem;color:#b91c1c}.input-parameters__save-validation-errors ul li{margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.input-parameters__save-validation-errors ul li:last-child{margin-bottom:0}.input-parameters__validation-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;margin-bottom:1rem}.input-parameters__validation-summary h4{margin:0 0 .75rem;color:#1d1959;font-size:.9rem;font-weight:600}.input-parameters__validation-summary .validation-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.input-parameters__validation-summary .validation-summary-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.85rem}.input-parameters__validation-summary .validation-summary-item.valid{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.input-parameters__validation-summary .validation-summary-item.valid .status-icon{color:#10b981;font-weight:700}.input-parameters__validation-summary .validation-summary-item.valid:hover{background-color:#a7f3d0}.input-parameters__validation-summary .validation-summary-item.invalid{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.input-parameters__validation-summary .validation-summary-item.invalid .status-icon{color:#ef4444;font-weight:700}.input-parameters__validation-summary .validation-summary-item.invalid:hover{background-color:#fecaca}.input-parameters__validation-summary .validation-summary-item .section-name{font-weight:500}.input-parameters__dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.input-parameters__dialog{background-color:#fff;border-radius:8px;padding:2rem;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.input-parameters__dialog h3{margin-bottom:1rem;color:#1d1959}.input-parameters__dialog input{width:100%;padding:.75rem;margin-bottom:1rem;border-radius:4px;border:1px solid #e0e0e0;font-size:.9rem;box-sizing:border-box}.input-parameters__dialog input:focus{outline:none;border-color:#1d1959;box-shadow:0 0 0 2px #1d19591a}.input-parameters__dialog__buttons{display:flex;gap:1rem;justify-content:flex-end}.input-parameters__dialog__buttons button{padding:.5rem 1rem;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.input-parameters__dialog__buttons button.cancel{border:1px solid #e0e0e0;background-color:#fff;color:#9e9e9e}.input-parameters__dialog__buttons button.cancel:hover{background-color:#fafafa}.input-parameters__dialog__buttons button.save{border:none;background-color:#1d1959;color:#fff}.input-parameters__dialog__buttons button.save:hover{background-color:#1e1b4b}.input-parameters__message{position:fixed;bottom:1rem;right:1rem;padding:1rem;border-radius:4px;box-shadow:0 2px 10px #0000001a;z-index:500;max-width:300px}.input-parameters__message--error{background-color:#fee2e2;color:#b91c1c}.input-parameters__message--success{background-color:#d1fae5;color:#065f46}.input-parameters__validation-errors{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:500;display:flex;flex-direction:column;gap:.5rem;max-height:50vh;overflow-y:auto}.input-parameters__validation-error{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:4px;box-shadow:0 2px 10px #0000001a;position:relative}.input-parameters__validation-error strong{display:block;margin-bottom:.5rem}.input-parameters__validation-error p{margin:0}.input-parameters__validation-error .close-button{position:absolute;right:.5rem;top:.5rem;background:none;border:none;cursor:pointer;color:#b91c1c;font-size:1.2rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.input-parameters__validation-error .close-button:hover{background-color:#b91c1c1a;border-radius:50%}.input-parameters__model-title-input{font-size:18px;font-weight:600;padding:2px 8px;border-radius:4px;border:1px solid #ccc;width:100%;max-width:640px;min-width:220px;margin-right:8px}.input-parameters__model-title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-parameters__model-title-edit{background:none;border:none;cursor:pointer;margin-left:8px;padding:2px;display:flex;align-items:center}.input-parameters__model-title-edit .input-parameters__model-title-edit-icon{font-size:18px;color:#555;transition:color .2s}.input-parameters__model-title-edit:hover .input-parameters__model-title-edit-icon{color:#1d1959}.capm-table{width:100%;border-collapse:collapse;margin-top:1rem}.capm-table th,.capm-table td{padding:.5rem;text-align:left;border-bottom:1px solid #f5f5f5}.capm-table th{background-color:#fafafa;font-weight:600;color:#1d1959}.capm-table tr:hover{background-color:#fafafa}.parameter-button{background-color:#1d1959;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}.parameter-button:hover{background-color:#1e1b4b}.parameter-button:disabled{background-color:#e0e0e0;cursor:not-allowed}
