.async-draggable-upload-layout .ant-upload.ant-upload-btn{padding:unset}.chat-card .chat-actions-form .ant-upload-list .ant-upload-list-item-actions .ant-upload-list-item-action{opacity:1}.chat-card .chat-actions-form .ant-upload-list .ant-upload-list-item-actions .ant-upload-list-item-action .ant-btn-icon>span{color:red}.--chat-theme{--theme-dark-color:#001529;--chat-background:#fff;--conversation-panel-height:200px;--conversation-panel-background:#f5f5f5;--max-message-width:70%;--message-current-user-color:#e3effd;--message-other-user-color:#f6f6f6;--message-timestamp-color:#aca7a7;--message-sender-color:#424964;--action-button-size:42px;--chat-add-button-background:#afafaf;--chat-send-button-background:#1677ff;--chat-text-color:#a3a3a3;--chat-options-svg:#a3a3a3}.chat__wrap{display:flex;flex-flow:wrap-reverse;height:100%;padding-bottom:5px}.chat-open__icon{cursor:pointer;opacity:1;transform:rotateY(180deg);transition:.1s linear;width:36px}.chat-open__icon:hover{transform:rotateY(180deg) scale(1.12)}.chat-open__icon__wrap{margin-left:-38px;position:fixed;top:65px;z-index:1}.chat-open__icon__wraphidden{opacity:0}.chat-open__icon__wrap{--dot-pulse-size:6px;--dot-pulse-color:#fff}.chat-open__icon__wrap .dot-pulse-loading{align-items:center;cursor:pointer;display:flex;justify-content:center;left:50%;max-height:25px;max-width:25px;position:absolute;top:50%;transform:translate(-50%,-50%)}.chat-open__icon__wrap .dot-pulse-loading__dot{background-color:var(--dot-pulse-color);border-radius:50%;cursor:pointer;display:inline-block;height:var(--dot-pulse-size);margin:0 2px;width:var(--dot-pulse-size)}.chat-open__icon__wrap .dot-pulse-loading__dot.progress{animation:dot 1s ease-in-out infinite}.chat-open__icon__wrap .dot-pulse-loading__dot:nth-of-type(2){animation-delay:.2s}.chat-open__icon__wrap .dot-pulse-loading__dot:nth-of-type(3){animation-delay:.3s}@keyframes dot{0%{background-color:var(--dot-pulse-color);transform:scale(1)}50%{background-color:var(--dot-pulse-color);transform:scale(1.3)}to{background-color:var(--dot-pulse-color);transform:scale(1)}}.chat-close__icon{bottom:5px;cursor:pointer;left:5px;position:absolute;transition:.1s linear;width:38px}.chat-close__icon:hover{transform:scale(1.05)}.chat-close__icon__wrap{background:#f5f5f5;border-radius:50%;height:46px;position:absolute;right:-6px;top:-6px;width:46px;z-index:1}.chat-close__icon__wraphidden{display:none}#chat{background:var(--chat-background);border-radius:12px;box-sizing:border-box;position:relative;width:100%}#chat:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}#chat .chat__messages__list{margin:1em 0 0;overflow-x:hidden;overflow-y:auto;padding:1em 0 .5em 1em}#chat .chat__messages__list .ant-list-items{display:flex;flex-direction:column}#chat .chat__messages__list .ant-list-item{border-block-end:none;display:block;padding:0}#chat .chat__messages__list__container{display:flex;flex-direction:column;height:calc(100vh - var(--conversation-panel-height) - 64px);overflow:auto}#chat .chat__messages__list-item__content-wrap{padding:.8em 0}#chat .chat__messages__list-item__content-context{display:flex;flex-direction:row;gap:1em;margin-right:1em;overflow:hidden}#chat .chat__messages__list-item__content-context.self{flex-direction:row-reverse}#chat .chat__messages__list-item__content-context-sender-avatar{border-radius:50%;height:35px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:35px;ms-user-select:none;position:relative}#chat .chat__messages__list-item__content-context-sender-avatar:before{content:"";height:100%;position:absolute;width:100%}#chat .chat__messages__list-item__content-context-sender-avatar img{height:100%;width:auto}#chat .chat__messages__list-item__content-context-message-wrap{display:flex;flex-direction:row;max-width:var(--max-message-width)}#chat .chat__messages__list-item__content-context-message-sender-name{margin-bottom:2px}#chat .chat__messages__list-item__content-context-message-sender-name span{color:var(--message-sender-color);font-size:10px;font-weight:600;margin:0 0 0 .3em}#chat .chat__messages__list-item__content-context-message-bubble{background:var(--message-other-user-color);border-radius:8px;cursor:pointer;max-width:320px;overflow-x:auto;padding:.5em .8em}#chat .chat__messages__list-item__content-context-message-bubble.self{background:var(--message-current-user-color)}#chat .chat__messages__list-item__content-context-message-bubble.deleted{cursor:default}#chat .chat__messages__list-item__content-context-message-bubble-actions{height:0;opacity:0;position:relative}#chat .chat__messages__list-item__content-context-message-bubble-action__delete{bottom:-8px;position:absolute;right:-32px}#chat .chat__messages__list-item__content-context-message-timestamp{cursor:pointer}#chat .chat__messages__list-item__content-context-message-timestamp span{color:var(--message-timestamp-color);font-size:10px}#chat .chat__messages__list-item__content-context-message-timestamp.self span{float:right}#chat .chat__messages__list-item__content-context-message-side_actions{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:10px;transition:width .1s linear;width:-moz-fit-content;width:fit-content}#chat .chat__messages__list-item__content-context-message-side_actions.deleted{opacity:0;width:0}#chat .chat__messages__list-item__content-context-message-action__delete{opacity:0;padding:0;transition:.1s linear;width:0}#chat .chat__messages__list-item__content-context-message-action__delete.updating{opacity:1;padding:.1em .5em;width:-moz-fit-content;width:fit-content}#chat .chat__messages__list-item__content-context-message .ant-badge{width:100%}#chat .chat__messages__list-item__content-context:hover .chat__messages__list-item__content-context-message-action__delete{opacity:1;padding:.1em .5em;width:-moz-fit-content;width:fit-content}#chat .chat__messages__list-item__content__load-more-button{background:rgba(0,0,255,.039);border:none;border-radius:5px;color:var(--chat-send-button-background);cursor:pointer;font-size:12px;padding:8px 0;width:100%}#chat .chat__messages__list-item:first-child{margin-top:6px}#chat .chat__conversation-panel{background:var(--conversation-panel-background);border-radius:8px;margin:.1em .5em .5em;padding:.5em}#chat .chat__conversation-panel .ant-form-item{margin-bottom:unset}#chat .chat__conversation-panel__form{align-items:center;display:flex;flex-direction:row;gap:10px;height:100%}#chat .chat__conversation-panel__form-wrap{height:100%}#chat .chat__conversation-panel__form-uploaded__file{background-color:#fff;border-radius:5px;margin-bottom:6px;padding:3px}#chat .chat__conversation-panel__form-uploaded__file-wrap{border:1px dashed #e4e4e4;border-radius:5px}#chat .chat__conversation-panel__form-uploaded__file-wrap.unsuccessful-upload{border:1px dashed red}#chat .chat__conversation-panel__form-uploaded__file-info{display:flex;flex-direction:row;justify-content:space-between;padding:5px 1em}#chat .chat__conversation-panel__form-uploaded__file-info.unsuccessful-upload{background-color:#fff1f1}#chat .chat__conversation-panel__form-uploaded__file-info-texts{display:flex;flex-direction:column;gap:2px}#chat .chat__conversation-panel__form-uploaded__file-info-texts__name{overflow-wrap:anywhere}#chat .chat__conversation-panel__form-uploaded__file-info-texts__hint{color:#b2b2b2;font-size:8px;margin-top:2px}#chat .chat__conversation-panel__form-uploaded__file-info-texts__hint.unsuccessful-upload{color:red;font-size:9px;font-weight:600}#chat .chat__conversation-panel__form-uploaded__file-info .anticon{color:red;cursor:pointer;display:flex;flex-direction:column;justify-content:center}#chat .chat__conversation-panel-editor{height:100%;width:100%}#chat .chat__conversation-panel-editor .rsw-editor{border:none;height:100%}#chat .chat__conversation-panel-editor .rsw-editor .rsw-toolbar{border:none;display:flex;flex-direction:row;justify-content:space-between}#chat .chat__conversation-panel-editor .rsw-editor .rsw-ce{background:#fff;border-radius:8px;max-height:400px;max-width:418px;min-height:118px;overflow:auto}#chat .chat__conversation-panel-buttons{align-items:center;display:flex;flex-direction:column;gap:1.2em;height:100%;justify-content:space-around;margin-top:2em;min-width:3em}#chat .chat__conversation-panel-buttons>*,#chat .chat__conversation-panel__button{height:var(--action-button-size);width:var(--action-button-size)}#chat .chat__conversation-panel__button{background:gray;border:0;cursor:pointer;outline:none;padding:0}#chat .chat__conversation-panel .add-file-button{background:var(--chat-add-button-background);border-radius:50%;height:35px;width:35px}#chat .chat__conversation-panel .add-file-button svg{stroke:#fff}#chat .chat__conversation-panel .send-message-button{background:var(--chat-send-button-background);border-radius:50%;height:var(--action-button-size);transition:.3s ease;width:var(--action-button-size)}#chat .chat__conversation-panel .send-message-button:active{transform:scale(.97)}#chat .chat__conversation-panel .send-message-button svg{margin:1px -1px}#chat .chat__conversation-panel .send-message-button__loading-indicator{color:var(--chat-send-button-background);left:-5px;opacity:0;position:absolute;top:-5px}#chat .chat__conversation-panel .send-message-button__loading-indicator.loading{opacity:1}#chat .chat__conversation-panel .send-message-button__loading-indicator.error{color:red;opacity:1}#chat .chat__messages_loading_indicator{border-radius:8px;color:gray;font-size:8px;margin:.1em 1em;opacity:0}#chat .chat__messages_loading_indicator.loading{opacity:1}#chat .chat__message__content-text__only{font-family:Lato,sans-serif;font-size:14px;word-wrap:break-word;line-height:1.5}#chat .chat__message__content-image .chat__message__content-text__only{margin-bottom:.5em}#chat .btn-icon{cursor:pointer;position:relative}#chat .btn-icon svg{fill:#fff;height:auto;left:50%;position:absolute;stroke:#fff;top:50%;transform:translate(-50%,-50%);width:50%}#chat .initial_message{color:#b2b2b2;font-size:10px;margin:0 0 .8em;text-align:center}#chat .initial_message-wrap{border-bottom:1px solid #e4e4e4}.managed-container-layout{background-color:transparent}[data-theme=dark] .managed-container-layout{background-color:var(--surface-background)}.managed-container-layout .ant-page-header{background:transparent;transition:background-color .3s ease}.managed-container-layout .ant-page-header-heading-title{background:var(--text-primary,#111827);background-clip:text;-webkit-background-clip:text;font-size:20px;font-weight:600;letter-spacing:1.5px;-webkit-text-fill-color:transparent;overflow:visible;text-overflow:clip;white-space:normal}[data-theme=dark] .managed-container-layout .ant-page-header-heading-title{background:var(--text-primary,#f9fafb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.managed-container-layout .ant-page-header-heading-extra{color:var(--text-primary,#111827)}[data-theme=dark] .managed-container-layout .ant-page-header-heading-extra{color:var(--text-primary,#f9fafb)}.breadcrumb-wrapper{background-color:#eaf6ff;background:linear-gradient(135deg,#daeeff,#ffffff00);padding:8px 16px;transition:background .3s ease;width:100vw}[data-theme=dark] .breadcrumb-wrapper{background-color:var(--surface-elevated,#1f2937);background:linear-gradient(135deg,var(--surface-elevated,#1f2937) 0,var(--surface-background,#111827) 100%)}.breadcrumb-container{max-width:1200px;padding:0;width:100%}.breadcrumb-current{color:#013870;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}[data-theme=dark] .breadcrumb-current{color:var(--text-primary,#f9fafb)}.breadcrumb-link{align-items:center;border-radius:4px;color:#6b7280;font-size:12px;font-weight:500;gap:12px;letter-spacing:.04em;padding:2px 4px;text-decoration:none;transition:all .2s ease}[data-theme=dark] .breadcrumb-link{color:var(--text-secondary,#9ca3af)}.breadcrumb-link:hover{background-color:#fef3f2;color:#ec9271!important}[data-theme=dark] .breadcrumb-link:hover{background-color:var(--surface-elevated,hsla(0,0%,100%,.06));color:var(--primary-blue-400,#60a5fa)!important}.breadcrumb-text{margin-top:1px;text-transform:uppercase}.home-icon,.separator{font-size:10px}.separator{color:#9ca3af;margin:0 3px}[data-theme=dark] .separator{color:var(--text-tertiary,#6b7280)}.navigation-bar-arrow{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.92);border:1px solid hsla(0,0%,92%,.45);border-radius:var(--border-radius-full);cursor:pointer;display:flex;font-size:1.2rem;height:2rem;justify-content:center;position:relative;transform:rotate(0deg);transition:var(--transition-slow);width:2rem;z-index:1001}.navigation-bar-arrow svg{height:1.2em;transition:var(--transition-base);width:1.2em}.navigation-bar-arrow:hover{background:rgba(59,130,246,.06);border-color:rgba(148,163,184,.6);box-shadow:var(--shadow-sm);transform:scale(1.05);transition:var(--transition-slow)}.navigation-bar-arrow .arrow{fill:hsla(0,0%,58%,.9)}.navigation-bar-arrow .outer-circle{fill:#bbb}.navigation-bar-arrow .inner-circle{fill:#fff}.navigation-bar-arrow:hover .outer-circle{fill:var(--primary-blue-50)!important;transition:var(--transition-base)}.navigation-bar-arrow:hover .inner-circle{transition:var(--transition-base)}.navigation-bar-arrow:hover .arrow{fill:#0051ff!important;transition:var(--transition-base)}.navigation-bar-arrow.rotated{transform:rotate(180deg)}.navigation-bar-arrow.rotated:hover{transform:rotate(180deg) scale(1.05)}.navigation-bar-arrow:focus-visible{outline:2px solid var(--accent-orange-400);outline-offset:2px}[data-theme=dark] .navigation-bar-arrow:focus-visible{outline-color:rgba(96,165,250,.85)}.navigation-bar-arrow:active{transform:scale(.95)}.navigation-bar-arrow.rotated:active{transform:rotate(180deg) scale(.95)}[data-theme=dark] .navigation-bar-arrow{background:rgba(15,23,42,.9);border:1px solid hsla(0,0%,100%,.15)}[data-theme=dark] .navigation-bar-arrow .outer-circle{fill:hsla(0,0%,100%,.15)}[data-theme=dark] .navigation-bar-arrow .inner-circle{fill:#0f172a}[data-theme=dark] .navigation-bar-arrow .arrow{fill:hsla(0,0%,100%,.9)}[data-theme=dark] .navigation-bar-arrow:hover{background:rgba(30,41,59,.92);border-color:rgba(96,165,250,.45);box-shadow:0 0 0 1px rgba(59,130,246,.2),0 4px 14px rgba(0,0,0,.35)}[data-theme=dark] .navigation-bar-arrow:hover .outer-circle{fill:rgba(59,130,246,.4)!important}[data-theme=dark] .navigation-bar-arrow:hover .inner-circle{fill:rgba(15,23,42,.98)!important}[data-theme=dark] .navigation-bar-arrow:hover .arrow{fill:#93c5fd!important}@media (max-width:768px){.navigation-bar-arrow{font-size:1.4rem;height:2.5rem;width:2.5rem}}.events-timeline-condensed{--event-feed-ribbon-supplier_reminder:#f97316;--event-feed-ribbon-commercial_reminder:#ef4444;--event-feed-ribbon-chat_sent:#a855f7;--event-feed-ribbon-chat_received:#3b82f6;--event-feed-ribbon-onboarding_change_supplier:#ec4899;--event-feed-ribbon-onboarding_change_commercial:#22c55e;--event-feed-ribbon-automation:#d946ef;--event-feed-ribbon-unknown:#64748b}[data-theme=dark] .events-timeline-condensed{--event-feed-ribbon-supplier_reminder:#aa4d00;--event-feed-ribbon-commercial_reminder:#8f2f2f;--event-feed-ribbon-chat_sent:#5b00b5;--event-feed-ribbon-chat_received:#00316d;--event-feed-ribbon-onboarding_change_supplier:#9b0050;--event-feed-ribbon-onboarding_change_commercial:#00742b;--event-feed-ribbon-automation:#730184;--event-feed-ribbon-unknown:#94a3b8}.events-timeline-condensed .feed-events-card .ant-card,.events-timeline-condensed.feed-events-card .ant-card,.feed-events-card .events-timeline-condensed .ant-card{box-shadow:none!important}[data-theme=dark] .events-timeline-condensed .ant-timeline .ant-card,[data-theme=dark] .events-timeline-condensed .ant-timeline .ant-card-body,[data-theme=dark] .events-timeline-condensed .ant-timeline .ant-card-head,[data-theme=dark] .events-timeline-condensed .ant-timeline .ant-card-inner{background-color:var(--surface-background)!important}[data-theme=dark] .events-timeline-condensed .ant-card-head{border-bottom-color:var(--surface-border)!important}[data-theme=dark] .events-timeline-condensed .message-content{background:var(--surface-elevated)!important;border-left-color:var(--surface-border)!important;color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-timeline-item-label{color:var(--text-secondary)!important}[data-theme=dark] .events-timeline-condensed .ant-timeline-item-head{background-color:var(--surface-elevated)!important;border-color:var(--surface-border)!important}[data-theme=dark] .events-timeline-condensed .ant-timeline-item-tail{border-color:var(--surface-border)!important}[data-theme=dark] .events-timeline-condensed .ant-badge-ribbon{opacity:.85!important}[data-theme=dark] .events-timeline-condensed ::-webkit-scrollbar{height:8px;width:8px}[data-theme=dark] .events-timeline-condensed ::-webkit-scrollbar-track{background:var(--surface-background)}[data-theme=dark] .events-timeline-condensed ::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}[data-theme=dark] .events-timeline-condensed ::-webkit-scrollbar-thumb:hover{background:var(--gray-600)}[data-theme=dark] .events-timeline-condensed .ant-card-body,[data-theme=dark] .events-timeline-condensed .ant-card-body b,[data-theme=dark] .events-timeline-condensed .ant-pagination{color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-item{background-color:var(--surface-elevated)!important;border-color:var(--surface-border)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-item a{color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-item:hover{border-color:var(--primary-blue-500)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-item:hover a{color:var(--primary-blue-400)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-item-active{background-color:var(--primary-blue-600)!important;border-color:var(--primary-blue-600)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-item-active a{color:#fff!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-next,[data-theme=dark] .events-timeline-condensed .ant-pagination-prev{color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-next:hover,[data-theme=dark] .events-timeline-condensed .ant-pagination-prev:hover{color:var(--primary-blue-400)!important}[data-theme=dark] .events-timeline-condensed .ant-pagination-disabled{opacity:.4}[data-theme=dark] .events-timeline-condensed .ant-picker,[data-theme=dark] .events-timeline-condensed .ant-select-selector{background-color:var(--surface-background)!important;border-color:var(--surface-border)!important;color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-picker-input>input{color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-picker-input>input::placeholder{color:var(--text-tertiary)!important}[data-theme=dark] .events-timeline-condensed .ant-picker-suffix{color:var(--text-secondary)!important}[data-theme=dark] .events-timeline-condensed .ant-select-dropdown{background-color:var(--surface-background)!important;border-color:var(--surface-border)!important}[data-theme=dark] .events-timeline-condensed .ant-select-item{color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed .ant-select-item-option-selected{background-color:rgba(59,130,246,.2)!important;color:var(--primary-blue-400)!important}[data-theme=dark] .events-timeline-condensed .ant-select-item-option-active{background-color:var(--gray-700)!important}[data-theme=dark] .events-timeline-condensed .ant-empty-description{color:var(--text-secondary)!important}[data-theme=dark] .events-timeline-condensed .ant-btn-link{color:var(--primary-blue-400)!important}[data-theme=dark] .events-timeline-condensed .ant-btn-link:hover{color:var(--primary-blue-300)!important}[data-theme=dark] .events-timeline-condensed .ant-tag{background-color:var(--surface-elevated)!important;border-color:var(--surface-border)!important;color:var(--text-primary)!important}[data-theme=dark] .events-timeline-condensed a{color:var(--primary-blue-400)!important}[data-theme=dark] .events-timeline-condensed a:hover{color:var(--primary-blue-300)!important}[data-theme=dark] .events-timeline-condensed .ant-card-head-title{color:var(--text-primary)!important}.navigation-sider-scrollable .ant-layout-sider-children{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.navigation-sider-scrollable .menu-scroll-container{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.professional-menu{background:transparent!important;font-family:var(--font-family-primary)}.professional-menu,.professional-menu .ant-menu{height:auto!important;overflow:visible!important}.professional-menu .ant-menu{border-right:none!important}.professional-menu .ant-menu-root{height:auto!important;overflow:visible!important}.professional-menu .ant-menu-item{border-radius:999px!important;color:var(--nav-text-secondary)!important;height:var(--nav-item-height)!important;line-height:var(--nav-item-height)!important;margin:2px 8px!important;overflow:hidden!important;padding-inline:10px!important;position:relative!important;transition:var(--transition-base)!important}.professional-menu .ant-menu-item .ant-menu-title-content{color:var(--nav-text-primary)!important}.professional-menu .ant-menu-item .ant-menu-item-icon svg,.professional-menu .ant-menu-item .anticon{color:var(--nav-text-secondary)!important}.professional-menu .ant-menu-item:before{background:var(--nav-accent);border-radius:0 2px 2px 0;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .2s ease;width:3px}.professional-menu .ant-menu-item-selected{background:var(--nav-background-hover)!important;box-shadow:none!important;color:var(--nav-accent)!important;transform:translateX(0)!important}.professional-menu .ant-menu-item-selected:before{background:var(--nav-accent);transform:scaleY(1)}.professional-menu .ant-menu-item-selected .ant-menu-title-content{color:var(--nav-accent)!important;font-weight:600!important}.professional-menu .ant-menu-item-selected .ant-menu-item-icon svg,.professional-menu .ant-menu-item-selected .anticon{color:var(--nav-accent)!important;transform:scale(1.02)!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item{align-items:center!important;display:flex!important;justify-content:center!important;overflow:visible!important;padding-inline:0!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item .ant-menu-title-content,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item .ant-menu-title-content{display:none!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item .ant-menu-item-icon,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item .ant-menu-item-icon{flex-shrink:0!important;margin-inline-end:0!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item .ant-menu-item-icon svg,.ant-layout-sider-collapsed .professional-menu .ant-menu-item .anticon,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item .ant-menu-item-icon svg,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item .anticon{flex-shrink:0!important;margin-inline-end:0!important;opacity:1!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item:before,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item:before{display:none!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item-group-title,.main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item-group-title{border:none!important;display:none!important;height:0!important;margin:0!important;overflow:hidden!important;padding:0!important}.ant-layout-sider-collapsed .professional-menu .ant-menu-item-selected .ant-menu-item-icon svg,.ant-layout-sider-collapsed .professional-menu .ant-menu-item-selected .anticon{color:#0958d9!important}.professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected){background:var(--nav-background-hover)!important;box-shadow:none!important;color:var(--nav-accent)!important;transform:translateX(0)!important}.professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected) .ant-menu-title-content{color:var(--nav-accent)!important;font-weight:500!important}.professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected) .ant-menu-item-icon svg,.professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected) .anticon{color:var(--nav-accent)!important;transform:scale(1.02)!important}.professional-menu .ant-menu-item-group-title{border-bottom:none!important;color:var(--nav-text-secondary)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.08em!important;margin-bottom:4px!important;padding:12px 16px 4px!important;text-transform:uppercase!important}.professional-menu .ant-menu-item,.professional-menu .ant-menu-item .ant-menu-item-icon svg,.professional-menu .ant-menu-submenu-title,.professional-menu .anticon{transition:all .3s cubic-bezier(.4,0,.2,1)!important}@media (max-width:768px){.professional-menu{width:100%!important}.professional-menu .ant-menu-item{margin:1px 4px!important;width:100%!important}.professional-menu .ant-menu-item-selected{background:#e6f4ff!important;box-shadow:none!important;color:#0958d9!important}.professional-menu .ant-menu-item-selected .ant-menu-item-icon svg,.professional-menu .ant-menu-item-selected .ant-menu-title-content,.professional-menu .ant-menu-item-selected .anticon{color:#0958d9!important}.ant-layout-sider{box-shadow:0 4px 20px rgba(0,0,0,.3)!important;height:auto!important}.ant-layout-content{padding:16px!important}.ant-layout-header{padding:0 16px!important}.professional-menu .ant-menu-item{font-size:15px!important;height:44px!important;line-height:44px!important}}.menu-scroll-container{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-color:rgba(0,0,0,.2) transparent;scrollbar-width:thin}.menu-scroll-container::-webkit-scrollbar{width:6px}.menu-scroll-container::-webkit-scrollbar-track{background:transparent}.menu-scroll-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.menu-scroll-container::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.35)}.navigation-sider-scrollable{display:flex!important;flex-direction:column!important;height:100vh!important;overflow:hidden!important}.navigation-sider-scrollable>.ant-layout-sider-children{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}.ant-dropdown-menu-item{pointer-events:auto!important}.ant-dropdown-menu-item[title=""]{cursor:default!important}.ant-dropdown-menu-item:hover{background-color:transparent!important}.ant-dropdown-menu-item .ant-dropdown-menu-title-content{pointer-events:auto!important}[data-theme=dark] .main-nav-sider.ant-layout-sider{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:linear-gradient(180deg,#111827,#1f2937 50%,#374151)!important;border-right:1px solid hsla(0,0%,100%,.08)!important;box-shadow:2px 0 0 0 hsla(0,0%,100%,.03),4px 0 24px rgba(0,0,0,.3),inset -1px 0 0 hsla(0,0%,100%,.02)}[data-theme=dark] .main-nav-sider .flex-shrink-0.border-b{border-bottom:1px solid hsla(0,0%,100%,.08)!important}[data-theme=dark] .main-nav-sider .menu-scroll-container,[data-theme=dark] .professional-menu.ant-menu{background:transparent!important}[data-theme=dark] .professional-menu .ant-menu-item,[data-theme=dark] .professional-menu .ant-menu-item .ant-menu-title-content{color:hsla(0,0%,100%,.75)!important}[data-theme=dark] .professional-menu .ant-menu-item-selected{background:linear-gradient(90deg,rgba(59,130,246,.25),rgba(59,130,246,.12) 50%,rgba(59,130,246,.06))!important;border:1px solid rgba(59,130,246,.3)!important;border-radius:8px!important;box-shadow:0 0 16px rgba(59,130,246,.2),inset 0 1px 0 hsla(0,0%,100%,.06)!important;color:#fff!important}[data-theme=dark] .professional-menu .ant-menu-item-selected:before{background:linear-gradient(180deg,#60a5fa,#3b82f6)!important;border-radius:0 2px 2px 0!important;box-shadow:0 0 12px rgba(59,130,246,.6)!important;width:4px!important}[data-theme=dark] .professional-menu .ant-menu-item-selected .ant-menu-item-icon svg,[data-theme=dark] .professional-menu .ant-menu-item-selected .ant-menu-title-content,[data-theme=dark] .professional-menu .ant-menu-item-selected .anticon{color:#fff!important}[data-theme=dark] .ant-layout-sider-collapsed .professional-menu .ant-menu-item-selected:before,[data-theme=dark] .main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item-selected:before{display:none!important}[data-theme=dark] .ant-layout-sider-collapsed .professional-menu .ant-menu-item:not(.ant-menu-item-selected) .ant-menu-item-icon svg,[data-theme=dark] .ant-layout-sider-collapsed .professional-menu .ant-menu-item:not(.ant-menu-item-selected) .anticon,[data-theme=dark] .main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item:not(.ant-menu-item-selected) .ant-menu-item-icon svg,[data-theme=dark] .main-nav-sider.ant-layout-sider-collapsed .professional-menu .ant-menu-item:not(.ant-menu-item-selected) .anticon{color:hsla(0,0%,100%,.85)!important}[data-theme=dark] .professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected){background:hsla(0,0%,100%,.06)!important;color:hsla(0,0%,100%,.95)!important}[data-theme=dark] .professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected) .ant-menu-item-icon svg,[data-theme=dark] .professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected) .ant-menu-title-content,[data-theme=dark] .professional-menu .ant-menu-item:hover:not(.ant-menu-item-selected) .anticon{color:hsla(0,0%,100%,.95)!important}[data-theme=dark] .professional-menu .ant-menu-item-group-title{border-bottom:1px solid hsla(0,0%,100%,.08)!important;color:hsla(0,0%,100%,.5)!important;margin-bottom:6px!important;padding-bottom:10px!important;padding-top:14px!important}[data-theme=dark] .main-nav-sider .ant-menu-item-group-title+.ant-menu-item{margin-top:0!important}[data-theme=dark] .user-profile-popover .ant-popover-inner{background:rgba(15,23,42,.95)!important;border:1px solid hsla(0,0%,100%,.12)!important;box-shadow:0 12px 40px rgba(0,0,0,.5),inset 0 0 0 1px hsla(0,0%,100%,.05)!important}[data-theme=dark] .user-profile-popover-content .ant-divider{border-block-start-color:hsla(0,0%,100%,.12)!important}.notification-management-moved-popover .ant-popover-inner{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:hsla(0,0%,100%,.96)!important;border:1px solid rgba(148,163,184,.24)!important;border-radius:14px!important;box-shadow:0 16px 40px rgba(15,23,42,.12),inset 0 1px 0 hsla(0,0%,100%,.65)!important;overflow:hidden}.notification-management-moved-popover .ant-popover-arrow:before{background:hsla(0,0%,100%,.96)!important}[data-theme=dark] .notification-management-moved-popover .ant-popover-inner{background:rgba(15,23,42,.96)!important;border:1px solid hsla(0,0%,100%,.12)!important;box-shadow:0 18px 44px rgba(0,0,0,.48),inset 0 0 0 1px hsla(0,0%,100%,.04)!important}[data-theme=dark] .notification-management-moved-popover .ant-popover-arrow:before{background:rgba(15,23,42,.96)!important}[data-theme=dark] .ant-dropdown,[data-theme=dark] .ant-dropdown-menu{background-color:var(--surface-elevated)!important}[data-theme=dark] .ant-dropdown-menu{border-color:var(--surface-border)!important}[data-theme=dark] .ant-empty-image svg{fill:var(--text-tertiary)!important}[data-theme=dark] .ant-empty-description{color:var(--text-secondary)!important}[data-theme=dark] .ant-skeleton-content .ant-skeleton-paragraph>li,[data-theme=dark] .ant-skeleton-content .ant-skeleton-title{background:linear-gradient(90deg,var(--surface-border) 25%,var(--gray-700) 37%,var(--surface-border) 63%)!important}.notifications-badge .ant-badge-count{background:linear-gradient(135deg,#ef4444,#dc2626);border:1.5px solid hsla(0,0%,100%,.2);box-shadow:0 2px 8px rgba(239,68,68,.3);font-size:11px;font-weight:600;height:18px;line-height:16px;min-width:18px;padding:0 4px}[data-theme=dark] .notifications-badge .ant-badge-count{background:linear-gradient(135deg,#ef4444,#dc2626);border:1.5px solid hsla(0,0%,100%,.25);box-shadow:0 2px 8px rgba(239,68,68,.4)}.notifications-badge .ant-badge-count-sm{font-size:10px;height:16px;line-height:14px;min-width:16px}.notifications-badge .ant-btn{align-items:center;display:flex;justify-content:center}.notifications-badge .ant-btn:hover:not(:disabled){transform:translateY(-1px)}.notifications-badge .ant-btn:active:not(:disabled){transform:translateY(0)}.ant-table-wrapper{display:flex;flex-direction:column;height:100%}.ant-table{flex:1;height:100%;overflow:hidden}.ant-table-container{display:flex;flex-direction:column;height:100%}.ant-table-body{flex:1;height:100%;overflow:auto}.ant-table-thead{background:#fff;position:sticky;top:0;z-index:1}[data-theme=dark] .ant-table-thead{background:var(--surface-elevated)}.ant-table-thead>tr>th{background:#fff;min-width:0;overflow:hidden;position:sticky;text-overflow:ellipsis;top:0;white-space:nowrap!important;z-index:2}[data-theme=dark] .ant-table-thead>tr>th{background:var(--surface-elevated)}.ant-table-thead>tr>th>.ant-table-column-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important;width:100%}.ant-table-pagination{background:#fff;justify-content:flex-end;margin:0!important;padding:0;padding-right:16px!important;padding-top:16px!important}[data-theme=dark] .ant-table-pagination{background:var(--surface-elevated)!important}.ant-table-pagination.ant-pagination{background:#fff;justify-content:flex-end}[data-theme=dark] .ant-table-pagination.ant-pagination{background:var(--surface-elevated)!important}@media (max-width:991px){.filter-buttons{display:flex;flex-direction:column!important;gap:16px;width:100%!important}.filters .ant-col:last-child{margin-bottom:0}}.hint-warning{color:#f0ad4e;font-size:12px}.hint-info{color:#5bc0de;font-size:12px}.filters .ant-card-body{padding-bottom:12px;padding-top:12px}:root[data-table-density=relaxed] .ant-table-cell{font-size:13px!important;padding-bottom:8px!important;padding-top:8px!important}:root[data-table-density=relaxed] .ant-table-thead>tr>.ant-table-cell{font-size:14px!important;padding-bottom:10px!important;padding-top:10px!important}.ant-table-cell{font-size:12px!important;padding-bottom:0!important;padding-top:0!important}.ant-table-thead>tr>.ant-table-cell{font-size:14px!important;padding-bottom:4px!important;padding-top:4px!important}.ant-table-tbody>tr:nth-child(odd)>td{background-color:var(--surface-background)}.ant-table-tbody>tr:nth-child(2n)>td{background-color:var(--surface-elevated)}[data-theme=dark] .ant-table-tbody>tr:nth-child(odd)>td{background-color:var(--surface-background)}[data-theme=dark] .ant-table-tbody>tr:nth-child(2n)>td{background-color:var(--surface-elevated)}[data-theme=dark] .ant-table-tbody>tr:hover>td{background-color:#303743!important}[data-theme=dark] .ant-switch.ant-switch-checked{background-color:#2563eb}[data-theme=dark] .ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background-color:#3b82f6}:root{--primary-blue-900:#001529;--primary-blue-800:#002140;--primary-blue-700:#036;--primary-blue-600:#1d4ed8;--primary-blue-500:#3b82f6;--primary-blue-400:#60a5fa;--primary-blue-300:#93c5fd;--primary-blue-200:#dbeafe;--primary-blue-100:#eff6ff;--primary-blue-50:#f8fafc;--accent-orange-900:#b63503;--accent-orange-800:#d2410c;--accent-orange-700:#e42600;--accent-orange-600:#f96b37;--accent-orange-500:#fb923c;--accent-orange-400:#fdba74;--accent-orange-300:#fed7aa;--accent-orange-200:#fef3e2;--accent-orange-100:#fff7ed;--accent-orange-50:#fffbf5;--nav-background:#fff;--nav-background-hover:var(--primary-blue-50);--nav-background-active:linear-gradient(135deg,var(--primary-blue-600) 0%,var(--primary-blue-700) 100%);--nav-text-primary:var(--gray-700);--nav-text-secondary:var(--gray-500);--nav-text-active:#fff;--nav-accent:var(--primary-blue-600);--nav-border:var(--gray-200);--white:#fff;--success-50:#f0fdf4;--success-500:#22c55e;--success-600:#16a34a;--success-700:#15803d;--warning-50:#fffbeb;--warning-500:#f59e0b;--warning-600:#d97706;--warning-700:#b45309;--error-50:#fef2f2;--error-500:#ef4444;--error-600:#dc2626;--error-700:#b91c1c;--info-50:#eff6ff;--info-500:#3b82f6;--info-600:#2563eb;--info-700:#1d4ed8;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--surface-background:#fff;--surface-elevated:#f7f7f7;--surface-overlay:rgba(0,0,0,.8);--surface-border:var(--gray-200);--cell-error-bg:#fef2f2;--cell-error-border:#dc2626;--cell-error-text:#dc2626;--dropdown-bg:#fff;--dropdown-fg:#1e293b;--dropdown-option-hover:#f8fafc;--dropdown-option-selected:#dbeafe;--dropdown-option-selected-fg:#087ad1;--dropdown-option-disabled-fg:#9ca3af;--text-primary:var(--gray-900);--text-secondary:var(--gray-600);--text-tertiary:var(--gray-500);--count-bg-light:#b5d2ff6f;--shadow-xs:0 1px 2px 0 rgba(0,0,0,.05);--shadow-sm:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--nav-shadow:2px 0 8px rgba(0,0,0,.08);--nav-item-shadow-hover:0 2px 8px rgba(0,0,0,.08);--nav-item-shadow-active:0 4px 12px rgba(29,78,216,.25);--font-family-primary:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--border-radius-sm:6px;--border-radius-md:8px;--border-radius-lg:12px;--border-radius-xl:16px;--border-radius-full:50%;--transition-fast:all 0.15s ease;--transition-base:all 0.2s ease;--transition-slow:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-bounce:all 0.3s cubic-bezier(0.68,-0.55,0.265,1.55);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--nav-width-expanded:280px;--nav-width-collapsed:50px;--nav-item-height:40px;--nav-item-height-mobile:44px;--header-height:64px}#root,body{background:var(--surface-background);min-height:100vh}[data-theme=dark]{--surface-background:var(--gray-900);--surface-elevated:var(--gray-800);--surface-overlay:rgba(0,0,0,.9);--surface-border:var(--gray-700);--cell-error-bg:rgba(127,29,29,.4);--cell-error-border:#ef4444;--cell-error-text:#fca5a5;--dropdown-bg:var(--gray-800);--dropdown-fg:var(--gray-100);--dropdown-option-hover:var(--gray-700);--dropdown-option-selected:rgba(59,130,246,.3);--dropdown-option-selected-fg:#93c5fd;--dropdown-option-disabled-fg:var(--gray-500);--nav-background:var(--gray-900);--nav-background-hover:var(--gray-800);--nav-background-active:linear-gradient(135deg,var(--primary-blue-600) 0%,var(--primary-blue-700) 100%);--nav-text-primary:var(--gray-200);--nav-text-secondary:var(--gray-400);--nav-text-active:#fff;--nav-accent:var(--primary-blue-500);--nav-border:var(--gray-700);--text-primary:var(--gray-100);--text-secondary:var(--gray-400);--text-tertiary:var(--gray-500);--shadow-xs:0 1px 2px 0 rgba(0,0,0,.3);--shadow-sm:0 1px 3px 0 rgba(0,0,0,.4),0 1px 2px -1px rgba(0,0,0,.4);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -2px rgba(0,0,0,.4);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.4);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.5),0 8px 10px -6px rgba(0,0,0,.5);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.6);--nav-shadow:2px 0 8px rgba(0,0,0,.3);--nav-item-shadow-hover:0 2px 8px rgba(0,0,0,.3);--nav-item-shadow-active:0 4px 12px rgba(29,78,216,.4);--count-bg-light:rgba(59,130,246,.2);--glass-bg:rgba(31,41,55,.8);--glass-border:hsla(0,0%,100%,.1)}[data-theme=dark] #root,[data-theme=dark] .ant-layout-content,[data-theme=dark] body{background:var(--surface-background)!important}[data-theme=dark] .ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled),[data-theme=dark] .ant-input:hover,[data-theme=dark] .ant-picker:hover .ant-picker-input>input,[data-theme=dark] .ant-select-selector:hover{border-color:var(--surface-border)!important}[data-theme=dark] .ant-input-affix-wrapper-focused,[data-theme=dark] .ant-input:focus,[data-theme=dark] .ant-picker-focused .ant-picker-input>input,[data-theme=dark] .ant-select-focused .ant-select-selector{border-color:var(--primary-blue-500)!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)!important}[data-theme=dark] .ant-input-affix-wrapper .ant-input{background:transparent!important}.color-accent,.color-primary{color:var(--primary-blue-600)}.color-success{color:var(--success-600)}.color-warning{color:var(--warning-600)}.color-error{color:var(--error-600)}.color-info{color:var(--info-600)}.bg-accent,.bg-primary{background-color:var(--primary-blue-600)}.bg-success{background-color:var(--success-600)}.bg-warning{background-color:var(--warning-600)}.bg-error{background-color:var(--error-600)}.bg-info{background-color:var(--info-600)}[data-theme=dark] .ant-notification,[data-theme=dark] .ant-notification-notice{background:var(--surface-background)!important;border-color:var(--surface-border)!important;box-shadow:0 6px 16px 0 rgba(0,0,0,.5),0 3px 6px -4px rgba(0,0,0,.4),0 9px 28px 8px rgba(0,0,0,.3)!important}[data-theme=dark] .ant-notification-notice-message{color:var(--text-primary)!important}[data-theme=dark] .ant-notification-notice-description{color:var(--text-secondary)!important}[data-theme=dark] .ant-notification-notice-icon{color:var(--text-primary)!important}[data-theme=dark] .ant-notification-notice-close{color:var(--text-secondary)!important}[data-theme=dark] .ant-message,[data-theme=dark] .ant-notification-notice-close:hover{color:var(--text-primary)!important}[data-theme=dark] .ant-message-notice{background:var(--surface-elevated)!important;border-color:var(--surface-border)!important;box-shadow:0 6px 16px 0 rgba(0,0,0,.5),0 3px 6px -4px rgba(0,0,0,.4),0 9px 28px 8px rgba(0,0,0,.3)!important}[data-theme=dark] .ant-message .anticon,[data-theme=dark] .ant-message-notice-content{color:var(--text-primary)!important}.glass{background:hsla(0,0%,100%,.08)}.glass,.glass-dark{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1)}.glass-dark{background:rgba(0,21,41,.9)}:root{--gradient-primary:linear-gradient(135deg,var(--primary-blue-500) 0%,var(--primary-blue-600) 100%);--gradient-secondary:linear-gradient(135deg,var(--primary-blue-400) 0%,var(--primary-blue-500) 100%);--gradient-hover-primary:linear-gradient(135deg,var(--primary-blue-600) 0%,var(--primary-blue-700) 100%);--gradient-hover-secondary:linear-gradient(135deg,var(--primary-blue-500) 0%,var(--primary-blue-600) 100%);--gradient-success:linear-gradient(135deg,var(--success-500) 0%,var(--success-600) 100%);--gradient-warning:linear-gradient(135deg,var(--accent-orange-500) 0%,var(--accent-orange-800) 100%);--gradient-error:linear-gradient(135deg,var(--error-500) 0%,var(--error-600) 100%);--gradient-info:linear-gradient(135deg,var(--info-500) 0%,var(--info-600) 100%);--shadow-button:0 2px 8px rgba(59,130,246,.15);--shadow-button-hover:0 4px 12px rgba(59,130,246,.25);--shadow-card:var(--shadow-md);--shadow-elevated:var(--shadow-xl);--shadow-scroll-arrow:0 2px 8px rgba(29,78,216,.3);--glass-bg:var(--surface-background);--glass-border:var(--gray-200);--glass-backdrop:blur(10px);--gap-small:8px;--gap-medium:12px;--gap-large:16px;--gap-xlarge:24px;--radius-small:var(--border-radius-sm);--radius-medium:var(--border-radius-md);--radius-large:var(--border-radius-lg);--radius-xlarge:var(--border-radius-xl);--radius-circle:var(--border-radius-full);--button-height-small:36px;--button-height-medium:38px;--button-height-large:48px;--button-height-xlarge:52px;--input-height:38px;--input-height-large:48px;--transition-fast:var(--transition-fast);--transition-base:var(--transition-base);--transition-smooth:var(--transition-slow);--transition-bounce:var(--transition-bounce);--arrow-size:32px;--arrow-size-small:26px;--arrow-color:var(--gray-400);--scrollbar-width:8px;--scrollbar-color:var(--primary-blue-300);--scrollbar-hover:var(--primary-blue-400);--font-size-small:var(--font-size-sm);--font-size-base:var(--font-size-base);--font-size-medium:var(--font-size-lg);--font-size-large:var(--font-size-xl);--font-weight-normal:500;--font-weight-semibold:600;--status-active:var(--primary-blue-500);--status-inactive:var(--gray-500);--status-border-active:var(--primary-blue-500);--status-border-inactive:var(--gray-300);--mobile-breakpoint:768px;--mobile-small-breakpoint:576px}.shadow-button{box-shadow:var(--shadow-button)}.shadow-hover{box-shadow:var(--shadow-button-hover)}.gradient-primary{background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent}.gradient-secondary{background:var(--gradient-secondary);background-clip:text;-webkit-background-clip:text;color:transparent}.gradient-success{background:var(--gradient-success);background-clip:text;-webkit-background-clip:text;color:transparent}.ant-typography.gradient-warning,.gradient-warning{background:var(--gradient-warning)!important;background-clip:text!important;-webkit-background-clip:text!important;color:transparent!important}.gradient-error{background:var(--gradient-error);background-clip:text;-webkit-background-clip:text;color:transparent}.gradient-info{background:var(--gradient-info);background-clip:text;-webkit-background-clip:text;color:transparent}.transition-base{transition:var(--transition-base)}.transition-smooth{transition:var(--transition-smooth)}.gradient-title{background:var(--gradient-title)}.gradient-hover-title{background:var(--gradient-hover-title)}@keyframes from-now-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.animate-from-now-pulse{animation:from-now-pulse 1.6s ease-in-out infinite}.gradient-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:var(--radius-medium);box-shadow:var(--shadow-button);color:#fff;display:flex;font-weight:var(--font-weight-semibold);gap:var(--gap-medium);justify-content:center;transition:var(--transition-base)}.gradient-button:focus,.gradient-button:hover{background:var(--gradient-hover-primary);border-color:transparent;box-shadow:var(--shadow-button-hover);color:#fff;transform:translateY(-1px)}.gradient-button:active{box-shadow:var(--shadow-button);transform:translateY(0)}.gradient-button-secondary{background:var(--gradient-secondary);border:none;box-shadow:var(--shadow-scroll-arrow);color:#fff;font-weight:var(--font-weight-normal);transition:var(--transition-base)}.gradient-button-secondary:hover{background:var(--gradient-hover-secondary);box-shadow:var(--shadow-elevated);color:#fff;transform:translateY(-1px)}.expandable-button{align-items:center;background:var(--surface-background);border:2px solid rgba(59,130,246,.2);border-radius:var(--radius-medium);box-shadow:var(--shadow-button);color:var(--color-primary);display:flex;gap:0;height:var(--button-height-small);justify-content:flex-start;padding:0 var(--gap-medium);position:relative}.expandable-button,.expandable-button .button-text{overflow:hidden;transition:var(--transition-smooth)}.expandable-button .button-text{font-size:var(--font-size-base);font-weight:var(--font-weight-normal);margin-left:0;opacity:0;white-space:nowrap;width:0}.expandable-button:focus,.expandable-button:hover{background:var(--gradient-primary);border-color:transparent;box-shadow:var(--shadow-button-hover);color:#fff;gap:var(--gap-medium);min-width:120px;padding:0 var(--gap-large);transform:translateY(-1px);width:auto}.expandable-button:focus .button-text,.expandable-button:hover .button-text{margin-left:4px;opacity:1;width:auto}.expandable-button:active{box-shadow:var(--shadow-button);transform:translateY(0)}.scroll-arrow-button{align-items:center;background:var(--surface-background);border:none;border-radius:var(--radius-circle);box-shadow:var(--shadow-scroll-arrow);color:var(--arrow-color);display:flex;flex-shrink:0;height:var(--arrow-size-small);justify-content:center;transition:var(--transition-base);width:var(--arrow-size)}.scroll-arrow-button:hover{background:var(--gradient-primary);box-shadow:var(--shadow-elevated);color:#fff;transform:translateY(-1px)}.scroll-arrow-button:active{box-shadow:var(--shadow-scroll-arrow);transform:translateY(0)}.scroll-arrow-button-small{height:var(--arrow-size-small);width:var(--arrow-size-small)}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-large);box-shadow:var(--shadow-card)}.elevated-card,.glass-card{backdrop-filter:var(--glass-backdrop)}.elevated-card{background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:var(--radius-large);box-shadow:var(--shadow-elevated)}.flex-wrapper{align-items:flex-start;display:flex;gap:var(--gap-large);position:relative}.flex-wrapper-center{align-items:center}.flex-wrapper-end{align-items:flex-end;justify-content:flex-end}.scroll-container{flex:1;overflow-x:auto;overflow-y:hidden;padding-bottom:var(--gap-medium);scrollbar-color:var(--scrollbar-color) transparent;scrollbar-width:thin}.scroll-container::-webkit-scrollbar{height:var(--scrollbar-width)}.scroll-container::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:4px}.scroll-container::-webkit-scrollbar-thumb{background:var(--scrollbar-color);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.scroll-container::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}.status-button{border-radius:var(--radius-xlarge);flex-shrink:0;font-weight:var(--font-weight-normal);margin:2px;transition:var(--transition-base);white-space:nowrap}.status-button:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.status-button-active{border-color:var(--status-border-active)}.status-button-active,.status-button-active:hover{box-shadow:var(--shadow-scroll-arrow);color:var(--status-active)}.status-button-active:hover{border-color:#013c9b;font-weight:700}.status-button-inactive{background:var(--surface-background);border-color:var(--status-border-inactive);color:var(--status-inactive)}.common-select{border:1px solid #d1d5db;border-radius:var(--radius-medium);font-size:var(--font-size-base);height:var(--input-height)!important;transition:var(--transition-fast)}.common-select .ant-select-selector{align-items:center;height:var(--input-height)!important;padding:0 var(--gap-large)!important}.common-select:hover{border-color:var(--color-primary)}.common-select.ant-select-focused{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-start{justify-content:flex-start}.flex-end,.flex-start{align-items:center;display:flex}.flex-end{justify-content:flex-end}.gap-small{gap:var(--gap-small)}.gap-medium{gap:var(--gap-medium)}.gap-large{gap:var(--gap-large)}.gap-xlarge{gap:var(--gap-xlarge)}.radius-small{border-radius:var(--radius-small)}.radius-medium{border-radius:var(--radius-medium)}.radius-large{border-radius:var(--radius-large)}.radius-circle{border-radius:var(--radius-circle)}.shadow-card{box-shadow:var(--shadow-card)}.shadow-elevated{box-shadow:var(--shadow-elevated)}@media (max-width:768px){.glass-card .ant-card-body{padding:var(--gap-large) var(--gap-xlarge)}.flex-wrapper{gap:var(--gap-medium)}.common-select{font-size:var(--font-size-medium);height:var(--button-height-xlarge)!important}.common-select .ant-select-selector{height:var(--button-height-xlarge)!important;padding:0 var(--gap-large)!important}}@media (max-width:576px){.glass-card .ant-card-body{padding:var(--gap-large) var(--gap-large)}.glass-card{margin-bottom:var(--gap-large)}}.ant-skeleton{background:var(--surface-background)}[data-theme=dark] .ant-skeleton{background:var(--surface-elevated)}.ant-skeleton-input{background:#f0f0f0}[data-theme=dark] .ant-skeleton-input{background:var(--surface-background)!important}.ant-skeleton-button{background:#f0f0f0}[data-theme=dark] .ant-skeleton-button{background:var(--surface-background)!important}.ant-skeleton-avatar{background:#f0f0f0}[data-theme=dark] .ant-skeleton-avatar{background:var(--surface-background)!important}.ant-skeleton-content .ant-skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}[data-theme=dark] .ant-skeleton-content .ant-skeleton-title{background:linear-gradient(90deg,var(--surface-background) 25%,var(--surface-border) 50%,var(--surface-background) 75%)!important;background-size:200% 100%}.ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}[data-theme=dark] .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,var(--surface-background) 25%,var(--surface-border) 50%,var(--surface-background) 75%)!important;background-size:200% 100%}[data-theme=dark] .ant-select-dropdown{background-color:var(--surface-background)!important;border-color:var(--surface-border)!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-input-number-input,[data-theme=dark] .ant-picker-input>input,[data-theme=dark] .ant-select-selector{background:var(--surface-background)!important;border-color:var(--surface-border)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-picker-suffix,[data-theme=dark] .ant-select-arrow{color:var(--text-secondary)!important}[data-theme=dark] .ant-input-number-input::placeholder,[data-theme=dark] .ant-input::placeholder,[data-theme=dark] .ant-select-selection-placeholder{color:var(--text-tertiary)!important;opacity:.6}.ant-table-pagination,.quality-control-layout .ant-pagination{background:var(--surface-background);color:var(--text-primary);padding-bottom:6px!important}.ant-table-pagination .ant-pagination-options .ant-select-sm,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select-sm{align-items:end;display:flex}.ant-table-pagination .ant-pagination-item,.quality-control-layout .ant-pagination .ant-pagination-item{background:var(--surface-elevated);border-color:var(--surface-border);border-radius:9999px!important;font-size:11px!important;height:24px!important;line-height:22px!important;margin-right:8px!important;min-width:24px!important;padding:0!important;transition:border-color .12s ease,background-color .12s ease}.ant-table-pagination .ant-pagination-item a,.quality-control-layout .ant-pagination .ant-pagination-item a{align-items:center;color:var(--text-primary);display:flex;font-size:11px!important;height:100%;justify-content:center;padding:0!important;width:100%}.ant-table-pagination .ant-pagination-item:hover,.quality-control-layout .ant-pagination .ant-pagination-item:hover{border-color:var(--primary-blue-500)}.ant-table-pagination .ant-pagination-item:hover a,.quality-control-layout .ant-pagination .ant-pagination-item:hover a{color:var(--primary-blue-500)}.ant-table-pagination .ant-pagination-item-active,.quality-control-layout .ant-pagination .ant-pagination-item-active{background:var(--primary-blue-400);border-color:var(--primary-blue-400)}.ant-table-pagination .ant-pagination-item-active a,.quality-control-layout .ant-pagination .ant-pagination-item-active a{color:#fff}.ant-table-pagination .ant-pagination-next,.ant-table-pagination .ant-pagination-prev,.quality-control-layout .ant-pagination .ant-pagination-next,.quality-control-layout .ant-pagination .ant-pagination-prev{background:var(--surface-elevated);border-color:var(--surface-border);border-radius:9999px!important;font-size:11px!important;height:24px!important;line-height:22px!important;margin-right:8px!important;min-width:24px!important;padding:0!important;transition:border-color .12s ease,background-color .12s ease}.ant-table-pagination .ant-pagination-next a,.ant-table-pagination .ant-pagination-prev a,.quality-control-layout .ant-pagination .ant-pagination-next a,.quality-control-layout .ant-pagination .ant-pagination-prev a{align-items:center;color:var(--text-primary);display:flex;font-size:11px!important;height:100%;justify-content:center;padding:0!important;width:100%}.ant-table-pagination .ant-pagination-next:hover,.ant-table-pagination .ant-pagination-prev:hover,.quality-control-layout .ant-pagination .ant-pagination-next:hover,.quality-control-layout .ant-pagination .ant-pagination-prev:hover{border-color:var(--primary-blue-500)}.ant-table-pagination .ant-pagination-next:hover a,.ant-table-pagination .ant-pagination-prev:hover a,.quality-control-layout .ant-pagination .ant-pagination-next:hover a,.quality-control-layout .ant-pagination .ant-pagination-prev:hover a{color:var(--primary-blue-500)}.ant-table-pagination .ant-pagination-disabled,.ant-table-pagination .ant-pagination-disabled:hover,.quality-control-layout .ant-pagination .ant-pagination-disabled,.quality-control-layout .ant-pagination .ant-pagination-disabled:hover{background:var(--surface-elevated);border-color:var(--surface-border);opacity:.5}.ant-table-pagination .ant-pagination-disabled a,.ant-table-pagination .ant-pagination-disabled:hover a,.quality-control-layout .ant-pagination .ant-pagination-disabled a,.quality-control-layout .ant-pagination .ant-pagination-disabled:hover a{color:var(--text-tertiary)}.ant-table-pagination .ant-pagination-options,.quality-control-layout .ant-pagination .ant-pagination-options{color:var(--text-primary);margin-left:12px}.ant-table-pagination .ant-pagination-options .ant-select-selector,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select-selector{align-items:center!important;background:var(--surface-elevated);border:1px solid var(--surface-border)!important;border-radius:9999px!important;box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--text-primary);display:flex!important;font-size:11px!important;height:28px!important;line-height:26px!important;min-width:105px!important;padding-left:16px!important;padding-right:28px!important;transition:all .2s ease}.ant-table-pagination .ant-pagination-options .ant-select:hover .ant-select-selector,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select:hover .ant-select-selector{border-color:var(--primary-blue-500)!important}.ant-table-pagination .ant-pagination-options .ant-select-focused .ant-select-selector,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select-focused .ant-select-selector{border-color:var(--primary-blue-500)!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)!important;outline:none}.ant-table-pagination .ant-pagination-options .ant-select-selection-item,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select-selection-item{align-items:center;display:flex!important;inset-inline-end:28px!important;inset-inline-start:16px!important;justify-content:center;left:16px!important;line-height:26px!important;right:28px!important}.ant-table-pagination .ant-pagination-options .ant-select-arrow,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select-arrow{color:var(--text-secondary);inset-inline-end:14px!important;margin-top:-1px;right:14px!important;top:50%!important;transform:translateY(-50%)!important;transition:color .2s ease}.ant-table-pagination .ant-pagination-options .ant-select:hover .ant-select-arrow,.quality-control-layout .ant-pagination .ant-pagination-options .ant-select:hover .ant-select-arrow{color:var(--primary-blue-500)}.ant-table-pagination .ant-pagination-total-text,.quality-control-layout .ant-pagination .ant-pagination-total-text{color:var(--text-secondary);font-size:11px}.ant-table-pagination .ant-pagination-item a:focus-visible,.ant-table-pagination .ant-pagination-next a:focus-visible,.ant-table-pagination .ant-pagination-prev a:focus-visible,.quality-control-layout .ant-pagination .ant-pagination-item a:focus-visible,.quality-control-layout .ant-pagination .ant-pagination-next a:focus-visible,.quality-control-layout .ant-pagination .ant-pagination-prev a:focus-visible{border-radius:9999px;outline:2px solid var(--primary-blue-500);outline-offset:2px}.ant-form-item-label>label{color:#262626}[data-theme=dark] .ant-form-item-label>label{color:var(--text-secondary)!important}[data-theme=dark] .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{color:#ff4d4f}[data-theme=dark] label.text-gray-700{color:var(--text-primary)!important}.ant-descriptions-item-label{color:#595959}[data-theme=dark] .ant-descriptions-item-label{color:var(--text-secondary)!important}[data-theme=dark] label{color:var(--text-primary)}[data-theme=dark] .ant-select-item{color:var(--text-primary)!important}[data-theme=dark] .ant-select-item-option-selected{background-color:rgba(59,130,246,.2)!important;color:var(--primary-blue-400)!important}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{bottom:0;left:0;right:0;top:0}.inset-1\/2{bottom:50%;left:50%;right:50%;top:50%}.inset-2{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.inset-3{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.inset-y-0{bottom:0;top:0}.-right-0{right:0}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-top-0{top:0}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.-top-2{top:-.5rem}.-top-\[1px\]{top:-1px}.bottom-0{bottom:0}.bottom-\[-2px\]{bottom:-2px}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.left-\[5px\]{left:5px}.right-0{right:0}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-\[-2px\]{right:-2px}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-\[3px\]{top:3px}.\!z-0{z-index:0!important}.\!z-\[1\]{z-index:1!important}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[100\]{z-index:100}.z-\[2\]{z-index:2}.col-span-full{grid-column:1/-1}.float-right{float:right}.\!m-0{margin:0!important}.-m-\[1px\]{margin:-1px}.m-0{margin:0}.m-3{margin:.75rem}.\!mx-0{margin-left:0!important;margin-right:0!important}.\!mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.-mx-\[24px\]{margin-left:-24px;margin-right:-24px}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.\!mb-0{margin-bottom:0!important}.\!mb-1{margin-bottom:.25rem!important}.\!mb-1\.5{margin-bottom:.375rem!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-3{margin-bottom:.75rem!important}.\!mb-4{margin-bottom:1rem!important}.\!mr-0{margin-right:0!important}.\!mt-0{margin-top:0!important}.\!mt-1{margin-top:.25rem!important}.\!mt-2{margin-top:.5rem!important}.-mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-8{margin-left:2rem}.ml-\[-1px\]{margin-left:-1px}.ml-\[92px\]{margin-left:92px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-\[3px\]{margin-right:3px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-10px\]{margin-top:-10px}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-5{height:1.25rem!important}.\!h-6{height:1.5rem!important}.\!h-7{height:1.75rem!important}.\!h-8{height:2rem!important}.\!h-\[16px\]{height:16px!important}.\!h-auto{height:auto!important}.\!h-screen{height:100vh!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100vh\]{height:100vh}.h-\[16px\]{height:16px}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-\[24px\]{height:24px}.h-\[80px\]{height:80px}.h-\[calc\(100vh-150px\)\]{height:calc(100vh - 150px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-48{max-height:12rem}.max-h-96{max-height:24rem}.max-h-\[280px\]{max-height:280px}.max-h-\[32px\]{max-height:32px}.max-h-\[360px\]{max-height:360px}.max-h-\[400px\]{max-height:400px}.max-h-\[460px\]{max-height:460px}.max-h-\[75vh\]{max-height:75vh}.\!min-h-0{min-height:0!important}.\!min-h-\[24px\]{min-height:24px!important}.min-h-0{min-height:0}.min-h-\[100px\]{min-height:100px}.min-h-\[180px\]{min-height:180px}.min-h-\[28px\]{min-height:28px}.min-h-\[34px\]{min-height:34px}.min-h-\[36px\]{min-height:36px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[500px\]{min-height:500px}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-\[var\(--button-height-small\)\]{min-height:var(--button-height-small)}.min-h-screen{min-height:100vh}.\!w-5{width:1.25rem!important}.\!w-6{width:1.5rem!important}.\!w-7{width:1.75rem!important}.\!w-\[200px\]{width:200px!important}.\!w-\[260px\]{width:260px!important}.\!w-auto{width:auto!important}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[150px\]{width:150px}.w-\[16px\]{width:16px}.w-\[20px\]{width:20px}.w-\[2px\]{width:2px}.w-\[30px\]{width:30px}.w-\[380px\]{width:380px}.w-\[80px\]{width:80px}.w-\[920px\]{width:920px}.w-\[9px\]{width:9px}.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.\!min-w-0{min-width:0!important}.min-w-0{min-width:0}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[160px\]{min-width:160px}.min-w-\[16px\]{min-width:16px}.min-w-\[180px\]{min-width:180px}.min-w-\[184px\]{min-width:184px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[240px\]{min-width:240px}.min-w-\[280px\]{min-width:280px}.min-w-\[300px\]{min-width:300px}.min-w-\[320px\]{min-width:320px}.min-w-\[340px\]{min-width:340px}.min-w-\[360px\]{min-width:360px}.min-w-\[4\.5rem\]{min-width:4.5rem}.min-w-\[400px\]{min-width:400px}.min-w-\[500px\]{min-width:500px}.min-w-\[700px\]{min-width:700px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.max-w-\[12rem\]{max-width:12rem}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[340px\]{max-width:340px}.max-w-\[360px\]{max-width:360px}.max-w-\[380px\]{max-width:380px}.max-w-\[400px\]{max-width:400px}.max-w-\[8\.5rem\]{max-width:8.5rem}.max-w-\[92\%\]{max-width:92%}.max-w-\[min\(22rem\2c calc\(100vw-2rem\)\)\]{max-width:min(22rem,calc(100vw - 2rem))}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-prose{max-width:65ch}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.\!flex-1{flex:1 1 0%!important}.flex-1{flex:1 1 0%}.flex-\[0_0_30\%\]{flex:0 0 30%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.translate-x-2{--tw-translate-x:0.5rem}.rotate-3,.translate-x-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-3{--tw-rotate:3deg}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-95,.scale-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x:0}.scale-x-100{--tw-scale-x:1}.scale-x-100,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[bounce_600ms_ease-in-out\]{animation:bounce .6s ease-in-out}.animate-\[checkmark_600ms_ease-out\]{animation:checkmark .6s ease-out}.animate-\[fadeInUp_200ms_ease-in-out\]{animation:fadeInUp .2s ease-in-out}.animate-\[fadeIn_200ms_ease-in-out\]{animation:fadeIn .2s ease-in-out}.animate-\[noColumnsBreath_2\.5s_ease-in-out_infinite\]{animation:noColumnsBreath 2.5s ease-in-out infinite}.animate-\[noColumnsFadeIn_0\.5s_ease-out_both\]{animation:noColumnsFadeIn .5s ease-out both}.animate-\[noColumnsPing_2s_ease-out_infinite\]{animation:noColumnsPing 2s ease-out infinite}.animate-\[progress_2s_ease-in-out_infinite\]{animation:progress 2s ease-in-out infinite}.animate-\[scaleIn_200ms_ease-out\]{animation:scaleIn .2s ease-out}.animate-\[shimmer_1\.5s_infinite\]{animation:shimmer 1.5s infinite}.animate-\[slideInLeft_300ms_ease-out\]{animation:slideInLeft .3s ease-out}.animate-\[slideInRight_300ms_ease-out\]{animation:slideInRight .3s ease-out}.animate-\[spin_1s_linear_infinite\]{animation:spin 1s linear infinite}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[1fr_120px\]{grid-template-columns:1fr 120px}.grid-cols-\[repeat\(auto-fit\2c minmax\(280px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.\!justify-end{justify-content:flex-end!important}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[1px\]{gap:1px}.gap-\[3px\]{gap:3px}.gap-x-2{column-gap:.5rem}.gap-x-2\.5{column-gap:.625rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-0{row-gap:0}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.625rem*var(--tw-space-y-reverse));margin-top:calc(.625rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-md{border-radius:.375rem!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[14px\]{border-radius:14px}.rounded-\[2px\]{border-radius:2px}.rounded-\[50\%\]{border-radius:50%}.rounded-\[8px\]{border-radius:8px}.rounded-\[var\(--radius-medium\)\]{border-radius:var(--radius-medium)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-xl{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[13px\]{border-top-left-radius:13px;border-top-right-radius:13px}.rounded-t-\[2px\]{border-top-left-radius:2px;border-top-right-radius:2px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.\!border{border-width:1px!important}.\!border-0{border-width:0!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.\!border-b{border-bottom-width:1px!important}.\!border-t{border-top-width:1px!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-\[6px\]{border-bottom-width:6px}.border-l-4{border-left-width:4px}.border-l-\[6px\]{border-left-width:6px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-\[6px\]{border-right-width:6px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-blue-500{--tw-border-opacity:1!important;border-color:rgb(59 130 246/var(--tw-border-opacity))!important}.\!border-gray-100{--tw-border-opacity:1!important;border-color:rgb(243 244 246/var(--tw-border-opacity))!important}.\!border-gray-200{--tw-border-opacity:1!important;border-color:rgb(229 231 235/var(--tw-border-opacity))!important}.\!border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity))!important}.\!border-slate-200\/90{border-color:rgba(226,232,240,.9)!important}.\!border-slate-600\/60{border-color:rgba(71,85,105,.6)!important}.border-\[\#e8e8e8\]{--tw-border-opacity:1;border-color:rgb(232 232 232/var(--tw-border-opacity))}.border-\[\#ecc898\]{--tw-border-opacity:1;border-color:rgb(236 200 152/var(--tw-border-opacity))}.border-\[\#ffd591\]{--tw-border-opacity:1;border-color:rgb(255 213 145/var(--tw-border-opacity))}.border-\[color\:rgba\(37\2c 99\2c 235\2c 0\.15\)\]{border-color:rgba(37,99,235,.15)}.border-\[var\(--surface-border\)\]{border-color:var(--surface-border)}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity))}.border-amber-200\/80{border-color:hsla(48,97%,77%,.8)}.border-amber-200\/90{border-color:hsla(48,97%,77%,.9)}.border-amber-500\/80{border-color:rgba(245,158,11,.8)}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.border-blue-100\/60{border-color:rgba(219,234,254,.6)}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.border-blue-200\/60{border-color:rgba(191,219,254,.6)}.border-blue-200\/90{border-color:rgba(191,219,254,.9)}.border-blue-300{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-blue-400\/80{border-color:rgba(96,165,250,.8)}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.border-blue-600\/30{border-color:rgba(37,99,235,.3)}.border-emerald-200\/90{border-color:rgba(167,243,208,.9)}.border-emerald-400{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.border-gray-100\/30{border-color:rgba(243,244,246,.3)}.border-gray-100\/70{border-color:rgba(243,244,246,.7)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-200\/70{border-color:rgba(229,231,235,.7)}.border-gray-200\/80{border-color:rgba(229,231,235,.8)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.border-green-100{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity))}.border-green-300{--tw-border-opacity:1;border-color:rgb(134 239 172/var(--tw-border-opacity))}.border-green-300\/50{border-color:rgba(134,239,172,.5)}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity))}.border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity))}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity))}.border-indigo-200\/90{border-color:rgba(199,210,254,.9)}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity))}.border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60/var(--tw-border-opacity))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity))}.border-red-200\/20{border-color:hsla(0,96%,89%,.2)}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.border-red-400\/80{border-color:hsla(0,91%,71%,.8)}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity))}.border-sky-300{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity))}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.border-sky-800{--tw-border-opacity:1;border-color:rgb(7 89 133/var(--tw-border-opacity))}.border-sky-800\/60{border-color:rgba(7,89,133,.6)}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.border-slate-200\/80{border-color:rgba(226,232,240,.8)}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.border-teal-200{--tw-border-opacity:1;border-color:rgb(153 246 228/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-violet-200{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-white\/10{border-color:hsla(0,0%,100%,.1)}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity))}.border-b-white{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255/var(--tw-border-opacity))}.border-l-transparent{border-left-color:transparent}.border-r-indigo-500{--tw-border-opacity:1;border-right-color:rgb(99 102 241/var(--tw-border-opacity))}.border-r-transparent{border-right-color:transparent}.border-t-blue-500{--tw-border-opacity:1;border-top-color:rgb(59 130 246/var(--tw-border-opacity))}.\!bg-\[\#579dff\]{--tw-bg-opacity:1!important;background-color:rgb(87 157 255/var(--tw-bg-opacity))!important}.\!bg-blue-400{--tw-bg-opacity:1!important;background-color:rgb(96 165 250/var(--tw-bg-opacity))!important}.\!bg-blue-50{--tw-bg-opacity:1!important;background-color:rgb(239 246 255/var(--tw-bg-opacity))!important}.\!bg-blue-500{--tw-bg-opacity:1!important;background-color:rgb(59 130 246/var(--tw-bg-opacity))!important}.\!bg-emerald-50{--tw-bg-opacity:1!important;background-color:rgb(236 253 245/var(--tw-bg-opacity))!important}.\!bg-gray-400{--tw-bg-opacity:1!important;background-color:rgb(156 163 175/var(--tw-bg-opacity))!important}.\!bg-gray-50{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity))!important}.\!bg-gray-50\/80{background-color:rgba(249,250,251,.8)!important}.\!bg-gray-50\/90{background-color:rgba(249,250,251,.9)!important}.\!bg-green-50{--tw-bg-opacity:1!important;background-color:rgb(240 253 244/var(--tw-bg-opacity))!important}.\!bg-red-50\/90{background-color:hsla(0,86%,97%,.9)!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-\[\#0000000a\]{background-color:#0000000a}.bg-\[\#00000080\]{background-color:#00000080}.bg-\[\#0000008a\]{background-color:#0000008a}.bg-\[\#fafafa8a\]{background-color:#fafafa8a}.bg-\[\#fcf5ed\]{--tw-bg-opacity:1;background-color:rgb(252 245 237/var(--tw-bg-opacity))}.bg-\[\#ffffff4d\]{background-color:#ffffff4d}.bg-\[rgba\(15\2c 23\2c 42\2c 0\.45\)\]{background-color:rgba(15,23,42,.45)}.bg-\[var\(--gradient-secondary\)\]{background-color:var(--gradient-secondary)}.bg-\[var\(--primary-blue-500\)\]{background-color:var(--primary-blue-500)}.bg-\[var\(--surface-background\)\]{background-color:var(--surface-background)}.bg-\[var\(--surface-background\2c \#eff6ff\)\]{background-color:var(--surface-background,#eff6ff)}.bg-\[var\(--surface-elevated\)\]{background-color:var(--surface-elevated)}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.bg-amber-50\/80{background-color:rgba(255,251,235,.8)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity))}.bg-black\/20{background-color:rgba(0,0,0,.2)}.bg-black\/30{background-color:rgba(0,0,0,.3)}.bg-black\/70{background-color:rgba(0,0,0,.7)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-blue-50\/50{background-color:rgba(239,246,255,.5)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-blue-500\/10{background-color:rgba(59,130,246,.1)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-blue-600\/10{background-color:rgba(37,99,235,.1)}.bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-200\/60{background-color:rgba(229,231,235,.6)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-50\/50{background-color:rgba(249,250,251,.5)}.bg-gray-50\/80{background-color:rgba(249,250,251,.8)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity))}.bg-green-100\/40{background-color:rgba(220,252,231,.4)}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208/var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.bg-green-900\/20{background-color:rgba(20,83,45,.2)}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-inherit{background-color:inherit}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(254 215 170/var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 116/var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity:1;background-color:rgb(252 231 243/var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.bg-red-100\/40{background-color:hsla(0,93%,94%,.4)}.bg-red-200{--tw-bg-opacity:1;background-color:rgb(254 202 202/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-50\/80{background-color:hsla(0,86%,97%,.8)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity))}.bg-red-900\/20{background-color:rgba(127,29,29,.2)}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity))}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity))}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity))}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-slate-100\/70{background-color:rgba(241,245,249,.7)}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.bg-slate-50\/80{background-color:rgba(248,250,252,.8)}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.bg-slate-800\/70{background-color:rgba(30,41,59,.7)}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/60{background-color:hsla(0,0%,100%,.6)}.bg-white\/70{background-color:hsla(0,0%,100%,.7)}.bg-white\/90{background-color:hsla(0,0%,100%,.9)}.bg-white\/95{background-color:hsla(0,0%,100%,.95)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity))}.\!bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))!important}.\!bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.\!from-gray-800{--tw-gradient-from:#1f2937!important;--tw-gradient-to:rgba(31,41,55,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.\!from-white{--tw-gradient-from:#fff!important;--tw-gradient-to:hsla(0,0%,100%,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-blue-100{--tw-gradient-from:#dbeafe;--tw-gradient-to:rgba(219,234,254,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-300{--tw-gradient-from:#93c5fd;--tw-gradient-to:rgba(147,197,253,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#eff6ff;--tw-gradient-to:rgba(239,246,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50\/70{--tw-gradient-from:rgba(239,246,255,.7);--tw-gradient-to:rgba(239,246,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50\/90{--tw-gradient-from:rgba(239,246,255,.9);--tw-gradient-to:rgba(239,246,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6;--tw-gradient-to:rgba(59,130,246,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from:#2563eb;--tw-gradient-to:rgba(37,99,235,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from:#f9fafb;--tw-gradient-to:rgba(249,250,251,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-200{--tw-gradient-from:#bbf7d0;--tw-gradient-to:rgba(187,247,208,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e;--tw-gradient-to:rgba(34,197,94,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from:#6366f1;--tw-gradient-to:rgba(99,102,241,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from:#f97316;--tw-gradient-to:rgba(249,115,22,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7;--tw-gradient-to:rgba(168,85,247,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-500{--tw-gradient-from:#ef4444;--tw-gradient-to:rgba(239,68,68,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from:#f8fafc;--tw-gradient-to:rgba(248,250,252,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-50{--tw-gradient-from:#f5f3ff;--tw-gradient-to:rgba(245,243,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/95{--tw-gradient-from:hsla(0,0%,100%,.95);--tw-gradient-to:hsla(0,0%,100%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from:#eab308;--tw-gradient-to:rgba(234,179,8,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.\!via-gray-700{--tw-gradient-to:rgba(55,65,81,0)!important;--tw-gradient-stops:var(--tw-gradient-from),#374151,var(--tw-gradient-to)!important}.via-indigo-100{--tw-gradient-to:rgba(224,231,255,0);--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff,var(--tw-gradient-to)}.via-indigo-50{--tw-gradient-to:rgba(238,242,255,0);--tw-gradient-stops:var(--tw-gradient-from),#eef2ff,var(--tw-gradient-to)}.via-indigo-50\/80{--tw-gradient-to:rgba(238,242,255,0);--tw-gradient-stops:var(--tw-gradient-from),rgba(238,242,255,.8),var(--tw-gradient-to)}.via-indigo-500{--tw-gradient-to:rgba(99,102,241,0);--tw-gradient-stops:var(--tw-gradient-from),#6366f1,var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0);--tw-gradient-stops:var(--tw-gradient-from),#fff,var(--tw-gradient-to)}.via-white\/40{--tw-gradient-to:hsla(0,0%,100%,0);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.4),var(--tw-gradient-to)}.\!to-gray-50{--tw-gradient-to:#f9fafb!important}.\!to-gray-800{--tw-gradient-to:#1f2937!important}.to-blue-500{--tw-gradient-to:#3b82f6}.to-blue-600{--tw-gradient-to:#2563eb}.to-blue-700{--tw-gradient-to:#1d4ed8}.to-cyan-500{--tw-gradient-to:#06b6d4}.to-emerald-500{--tw-gradient-to:#10b981}.to-gray-50\/95{--tw-gradient-to:rgba(249,250,251,.95)}.to-green-300{--tw-gradient-to:#86efac}.to-indigo-100{--tw-gradient-to:#e0e7ff}.to-indigo-50{--tw-gradient-to:#eef2ff}.to-indigo-50\/40{--tw-gradient-to:rgba(238,242,255,.4)}.to-indigo-50\/80{--tw-gradient-to:rgba(238,242,255,.8)}.to-indigo-500{--tw-gradient-to:#6366f1}.to-indigo-600{--tw-gradient-to:#4f46e5}.to-orange-500{--tw-gradient-to:#f97316}.to-pink-500{--tw-gradient-to:#ec4899}.to-purple-100{--tw-gradient-to:#f3e8ff}.to-purple-50{--tw-gradient-to:#faf5ff}.to-purple-500{--tw-gradient-to:#a855f7}.to-purple-600{--tw-gradient-to:#9333ea}.to-red-700{--tw-gradient-to:#b91c1c}.to-slate-100{--tw-gradient-to:#f1f5f9}.to-transparent{--tw-gradient-to:transparent}.to-white{--tw-gradient-to:#fff}.to-yellow-500{--tw-gradient-to:#eab308}.\!bg-clip-text{background-clip:text!important}.bg-clip-text{background-clip:text}.object-contain{object-fit:contain}.\!p-0{padding:0!important}.\!p-1{padding:.25rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.p-\[20px\]{padding:20px}.p-\[2px\]{padding:2px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.\!py-0{padding-bottom:0!important;padding-top:0!important}.\!py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.\!py-1\.5{padding-bottom:.375rem!important;padding-top:.375rem!important}.\!py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.\!py-4{padding-bottom:1rem!important;padding-top:1rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-\[1px\]{padding-bottom:1px;padding-top:1px}.py-\[3px\]{padding-bottom:3px;padding-top:3px}.\!pb-0{padding-bottom:0!important}.\!pb-2{padding-bottom:.5rem!important}.\!pb-3{padding-bottom:.75rem!important}.\!pb-6{padding-bottom:1.5rem!important}.\!pt-2{padding-top:.5rem!important}.\!pt-4{padding-top:1rem!important}.\!pt-5{padding-top:1.25rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!text-\[10px\]{font-size:10px!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[7px\]{font-size:7px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.\!leading-4{line-height:1rem!important}.\!leading-none{line-height:1!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-8{line-height:2rem}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.4\]{line-height:1.4}.leading-\[18px\]{line-height:18px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.\!tracking-tight{letter-spacing:-.025em!important}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.\!text-\[var\(--text-primary\)\]{color:var(--text-primary)!important}.\!text-amber-600{--tw-text-opacity:1!important;color:rgb(217 119 6/var(--tw-text-opacity))!important}.\!text-blue-600{--tw-text-opacity:1!important;color:rgb(37 99 235/var(--tw-text-opacity))!important}.\!text-gray-700{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity))!important}.\!text-gray-800{--tw-text-opacity:1!important;color:rgb(31 41 55/var(--tw-text-opacity))!important}.\!text-gray-900{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.\!text-inherit{color:inherit!important}.\!text-red-500{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity))!important}.\!text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity))!important}.\!text-red-700{--tw-text-opacity:1!important;color:rgb(185 28 28/var(--tw-text-opacity))!important}.\!text-rose-600{--tw-text-opacity:1!important;color:rgb(225 29 72/var(--tw-text-opacity))!important}.\!text-slate-600{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity))!important}.\!text-transparent{color:transparent!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#1890ff\]{--tw-text-opacity:1;color:rgb(24 144 255/var(--tw-text-opacity))}.text-\[\#333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#bfbfbf\]{--tw-text-opacity:1;color:rgb(191 191 191/var(--tw-text-opacity))}.text-\[\#fa8c16\]{--tw-text-opacity:1;color:rgb(250 140 22/var(--tw-text-opacity))}.text-\[color\:rgb\(148\2c 163\2c 184\)\]{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.text-\[color\:rgb\(239\2c 68\2c 68\)\]{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-\[color\:rgb\(245\2c 158\2c 11\)\]{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.text-\[color\:rgb\(37\2c 99\2c 235\)\]{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-\[var\(--font-size-small\)\]{color:var(--font-size-small)}.text-\[var\(--surface-border\)\]{color:var(--surface-border)}.text-\[var\(--text-primary\)\]{color:var(--text-primary)}.text-\[var\(--text-secondary\)\]{color:var(--text-secondary)}.text-\[var\(--text-secondary\2c \#4b5563\)\]{color:var(--text-secondary,#4b5563)}.text-\[var\(--text-tertiary\)\]{color:var(--text-tertiary)}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity))}.text-amber-800\/90{color:rgba(146,64,14,.9)}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity))}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity))}.text-orange-800\/90{color:rgba(154,52,18,.9)}.text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18/var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119/var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-red-800\/90{color:rgba(153,27,27,.9)}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.text-red-900\/80{color:rgba(127,29,29,.8)}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity))}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity:1;color:rgb(17 94 89/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-white\/40{color:hsla(0,0%,100%,.4)}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/70{color:hsla(0,0%,100%,.7)}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.\!shadow-\[0_12px_40px_-12px_rgba\(15\2c 23\2c 42\2c 0\.22\)\]{--tw-shadow:0 12px 40px -12px rgba(15,23,42,.22)!important;--tw-shadow-colored:0 12px 40px -12px var(--tw-shadow-color)!important}.\!shadow-\[0_12px_40px_-12px_rgba\(15\2c 23\2c 42\2c 0\.22\)\],.\!shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\!shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.shadow-\[0_18px_45px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{--tw-shadow:0 18px 45px rgba(15,23,42,.16);--tw-shadow-colored:0 18px 45px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 1px 2px rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\2c 0_1px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{--tw-shadow:0 1px 4px 0 rgba(0,0,0,.06),0 1px 2px 0 rgba(0,0,0,.04);--tw-shadow-colored:0 1px 4px 0 var(--tw-shadow-color),0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_0_rgba\(239\2c 68\2c 68\2c 0\.25\)\2c 0_1px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 2px 8px 0 rgba(239,68,68,.25),0 1px 3px 0 rgba(0,0,0,.1);--tw-shadow-colored:0 2px 8px 0 var(--tw-shadow-color),0 1px 3px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_0_rgba\(37\2c 99\2c 235\2c 0\.25\)\2c 0_1px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 2px 8px 0 rgba(37,99,235,.25),0 1px 3px 0 rgba(0,0,0,.1);--tw-shadow-colored:0 2px 8px 0 var(--tw-shadow-color),0 1px 3px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[2px_0_12px_rgba\(59\2c 130\2c 246\2c 0\.5\)\]{--tw-shadow:2px 0 12px rgba(59,130,246,.5);--tw-shadow-colored:2px 0 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[2px_0_8px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:2px 0 8px rgba(0,0,0,.08);--tw-shadow-colored:2px 0 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[2px_0_8px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{--tw-shadow:2px 0 8px rgba(0,0,0,.3);--tw-shadow-colored:2px 0 8px var(--tw-shadow-color)}.shadow-\[2px_0_8px_rgba\(0\2c 0\2c 0\2c 0\.3\)\],.shadow-inner{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-black\/10{--tw-shadow-color:rgba(0,0,0,.1);--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-400\/50{--tw-shadow-color:rgba(96,165,250,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-500\/30{--tw-shadow-color:rgba(59,130,246,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-500\/40{--tw-shadow-color:rgba(59,130,246,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-500\/50{--tw-shadow-color:rgba(59,130,246,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-400\/50{--tw-shadow-color:rgba(129,140,248,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-500\/40{--tw-shadow-color:rgba(99,102,241,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-500\/40{--tw-shadow-color:rgba(168,85,247,.4);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.\!ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.\!ring-black\/5{--tw-ring-color:rgba(0,0,0,.05)!important}.ring-amber-100\/80{--tw-ring-color:hsla(48,96%,89%,.8)}.ring-blue-400\/20{--tw-ring-color:rgba(96,165,250,.2)}.ring-rose-100\/80{--tw-ring-color:rgba(255,228,230,.8)}.ring-slate-200\/80{--tw-ring-color:rgba(226,232,240,.8)}.blur-2xl{--tw-blur:blur(40px)}.blur-2xl,.blur-xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur:blur(24px)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-md{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.backdrop-blur-sm,.backdrop-blur-xl{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!transition-\[opacity\2c transform\2c box-shadow\]{transition-duration:.15s!important;transition-property:opacity,transform,box-shadow!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.\!transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[box-shadow\2c transform\]{transition-duration:.15s;transition-property:box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[color\]{transition-duration:.15s;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-duration:.15s;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-150{transition-delay:.15s}.delay-300{transition-delay:.3s}.\!duration-200{transition-duration:.2s!important}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[-webkit-box-orient\:vertical\]{-webkit-box-orient:vertical}.\[-webkit-line-clamp\:2\]{-webkit-line-clamp:2}.\[animation-delay\:0ms\]{animation-delay:0ms}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}.\[animation-fill-mode\:both\]{animation-fill-mode:both}.\[display\:-webkit-box\]{display:-webkit-box}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:block;width:100%}#root,body,html{height:100vh;overflow:hidden}body,html{margin:0;padding:0}.fit-height{height:100vh}.first\:pt-0:first-child{padding-top:0}.last\:mb-0:last-child{margin-bottom:0}.last\:border-b-0:last-child{border-bottom-width:0}.odd\:bg-\[var\(--surface-background\)\]:nth-child(odd){background-color:var(--surface-background)}.even\:bg-\[var\(--surface-elevated\)\]:nth-child(2n){background-color:var(--surface-elevated)}.hover\:-translate-y-0:hover{--tw-translate-y:-0px}.hover\:-translate-y-0:hover,.hover\:-translate-y-0\.5:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-1:hover,.hover\:-translate-y-2:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y:-0.5rem}.hover\:-translate-y-px:hover{--tw-translate-y:-1px}.hover\:-translate-y-px:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-110:hover,.hover\:scale-\[1\.01\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.01\]:hover{--tw-scale-x:1.01;--tw-scale-y:1.01}.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:text-clip:hover{text-overflow:clip}.hover\:border:hover{border-width:1px}.hover\:border-r-\[2px\]:hover{border-right-width:2px}.hover\:\!border-blue-300:hover{--tw-border-opacity:1!important;border-color:rgb(147 197 253/var(--tw-border-opacity))!important}.hover\:\!border-blue-400:hover{--tw-border-opacity:1!important;border-color:rgb(96 165 250/var(--tw-border-opacity))!important}.hover\:\!border-blue-500:hover{--tw-border-opacity:1!important;border-color:rgb(59 130 246/var(--tw-border-opacity))!important}.hover\:\!border-blue-600:hover{--tw-border-opacity:1!important;border-color:rgb(37 99 235/var(--tw-border-opacity))!important}.hover\:\!border-gray-400:hover{--tw-border-opacity:1!important;border-color:rgb(156 163 175/var(--tw-border-opacity))!important}.hover\:\!border-red-600:hover{--tw-border-opacity:1!important;border-color:rgb(220 38 38/var(--tw-border-opacity))!important}.hover\:\!border-slate-300\/90:hover{border-color:rgba(203,213,225,.9)!important}.hover\:border-\[var\(--primary-blue-400\)\]:hover{border-color:var(--primary-blue-400)}.hover\:border-\[var\(--surface-border\)\]:hover{border-color:var(--surface-border)}.hover\:border-amber-300:hover{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity))}.hover\:border-blue-100:hover{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(147 197 253/var(--tw-border-opacity))}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.hover\:border-blue-600:hover{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.hover\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.hover\:border-sky-500:hover{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.hover\:border-slate-200:hover{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity))}.hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.hover\:border-slate-300\/80:hover{border-color:rgba(203,213,225,.8)}.hover\:border-slate-500:hover{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity))}.hover\:border-slate-600:hover{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.hover\:border-white\/10:hover{border-color:hsla(0,0%,100%,.1)}.hover\:\!bg-blue-100:hover{--tw-bg-opacity:1!important;background-color:rgb(219 234 254/var(--tw-bg-opacity))!important}.hover\:\!bg-blue-50:hover{--tw-bg-opacity:1!important;background-color:rgb(239 246 255/var(--tw-bg-opacity))!important}.hover\:\!bg-blue-500:hover{--tw-bg-opacity:1!important;background-color:rgb(59 130 246/var(--tw-bg-opacity))!important}.hover\:\!bg-blue-600:hover{--tw-bg-opacity:1!important;background-color:rgb(37 99 235/var(--tw-bg-opacity))!important}.hover\:\!bg-blue-700:hover{--tw-bg-opacity:1!important;background-color:rgb(29 78 216/var(--tw-bg-opacity))!important}.hover\:\!bg-gray-100:hover{--tw-bg-opacity:1!important;background-color:rgb(243 244 246/var(--tw-bg-opacity))!important}.hover\:\!bg-gray-50:hover{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity))!important}.hover\:\!bg-red-50:hover{--tw-bg-opacity:1!important;background-color:rgb(254 242 242/var(--tw-bg-opacity))!important}.hover\:\!bg-red-600:hover{--tw-bg-opacity:1!important;background-color:rgb(220 38 38/var(--tw-bg-opacity))!important}.hover\:\!bg-rose-50:hover{--tw-bg-opacity:1!important;background-color:rgb(255 241 242/var(--tw-bg-opacity))!important}.hover\:bg-\[var\(--gradient-hover-secondary\)\]:hover{background-color:var(--gradient-hover-secondary)}.hover\:bg-\[var\(--nav-background-hover\)\]:hover{background-color:var(--nav-background-hover)}.hover\:bg-\[var\(--surface-background\)\]:hover{background-color:var(--surface-background)}.hover\:bg-\[var\(--surface-elevated\)\]:hover{background-color:var(--surface-elevated)}.hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity))}.hover\:bg-black\/\[0\.03\]:hover{background-color:rgba(0,0,0,.03)}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.hover\:bg-blue-200\/60:hover{background-color:rgba(191,219,254,.6)}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.hover\:bg-blue-50\/60:hover{background-color:rgba(239,246,255,.6)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.hover\:bg-sky-50:hover{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.hover\:bg-slate-800\/70:hover{background-color:rgba(30,41,59,.7)}.hover\:bg-teal-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-white\/5:hover{background-color:hsla(0,0%,100%,.05)}.hover\:bg-white\/60:hover{background-color:hsla(0,0%,100%,.6)}.hover\:\!bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:\!from-blue-500:hover{--tw-gradient-from:#3b82f6!important;--tw-gradient-to:rgba(59,130,246,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.hover\:\!from-green-100:hover{--tw-gradient-from:#dcfce7!important;--tw-gradient-to:rgba(220,252,231,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.hover\:\!from-red-500:hover{--tw-gradient-from:#ef4444!important;--tw-gradient-to:rgba(239,68,68,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.hover\:from-blue-50:hover{--tw-gradient-from:#eff6ff;--tw-gradient-to:rgba(239,246,255,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:\!via-blue-400:hover{--tw-gradient-to:rgba(96,165,250,0)!important;--tw-gradient-stops:var(--tw-gradient-from),#60a5fa,var(--tw-gradient-to)!important}.hover\:\!via-red-400:hover{--tw-gradient-to:hsla(0,91%,71%,0)!important;--tw-gradient-stops:var(--tw-gradient-from),#f87171,var(--tw-gradient-to)!important}.hover\:\!to-blue-500:hover{--tw-gradient-to:#3b82f6!important}.hover\:\!to-green-200:hover{--tw-gradient-to:#bbf7d0!important}.hover\:\!to-red-500:hover{--tw-gradient-to:#ef4444!important}.hover\:to-indigo-50:hover{--tw-gradient-to:#eef2ff}.hover\:\!text-blue-500:hover{--tw-text-opacity:1!important;color:rgb(59 130 246/var(--tw-text-opacity))!important}.hover\:\!text-blue-600:hover{--tw-text-opacity:1!important;color:rgb(37 99 235/var(--tw-text-opacity))!important}.hover\:\!text-blue-700:hover{--tw-text-opacity:1!important;color:rgb(29 78 216/var(--tw-text-opacity))!important}.hover\:\!text-gray-900:hover{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.hover\:\!text-rose-600:hover{--tw-text-opacity:1!important;color:rgb(225 29 72/var(--tw-text-opacity))!important}.hover\:\!text-slate-800:hover{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity))!important}.hover\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.hover\:text-\[\#40a9ff\]:hover{--tw-text-opacity:1;color:rgb(64 169 255/var(--tw-text-opacity))}.hover\:text-\[color\:rgb\(59\2c 130\2c 246\)\]:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.hover\:text-emerald-600:hover{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity))}.hover\:text-orange-600:hover{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity))}.hover\:text-orange-700:hover{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_2px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_1px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\]:hover{--tw-shadow:0 2px 8px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);--tw-shadow-colored:0 2px 8px 0 var(--tw-shadow-color),0 1px 3px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_4px_12px_0_rgba\(239\2c 68\2c 68\2c 0\.35\)\2c 0_2px_6px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:hover{--tw-shadow:0 4px 12px 0 rgba(239,68,68,.35),0 2px 6px 0 rgba(0,0,0,.12);--tw-shadow-colored:0 4px 12px 0 var(--tw-shadow-color),0 2px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_4px_12px_0_rgba\(37\2c 99\2c 235\2c 0\.35\)\2c 0_2px_6px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:hover{--tw-shadow:0 4px 12px 0 rgba(37,99,235,.35),0 2px 6px 0 rgba(0,0,0,.12);--tw-shadow-colored:0 4px 12px 0 var(--tw-shadow-color),0 2px 6px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]:hover{--tw-shadow:0 4px 12px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 12px var(--tw-shadow-color)}.hover\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]:hover,.hover\:shadow-lg:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow-sm:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[var\(--shadow-scroll-arrow\)\]:hover{--tw-shadow-color:var(--shadow-scroll-arrow);--tw-shadow:var(--tw-shadow-colored)}.hover\:brightness-105:hover{--tw-brightness:brightness(1.05);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.focus\:shadow-\[0_0_0_2px_rgba\(59\2c 130\2c 246\2c 0\.1\)\]:focus{--tw-shadow:0 0 0 2px rgba(59,130,246,.1);--tw-shadow-colored:0 0 0 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_3px_rgba\(59\2c 130\2c 246\2c 0\.1\)\]:focus{--tw-shadow:0 0 0 3px rgba(59,130,246,.1);--tw-shadow-colored:0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-amber-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity))}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px}.focus-visible\:\!border-red-600:focus-visible{--tw-border-opacity:1!important;border-color:rgb(220 38 38/var(--tw-border-opacity))!important}.focus-visible\:\!outline-none:focus-visible{outline:2px solid transparent!important;outline-offset:2px!important}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset:inset}.focus-visible\:ring-blue-400:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity))}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity))}.focus-visible\:ring-blue-500\/40:focus-visible{--tw-ring-color:rgba(59,130,246,.4)}.focus-visible\:ring-red-400:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-white:focus-visible{--tw-ring-offset-color:#fff}.active\:translate-y-0:active{--tw-translate-y:0px}.active\:scale-100:active,.active\:translate-y-0:active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-100:active{--tw-scale-x:1;--tw-scale-y:1}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.active\:scale-95:active,.active\:scale-\[0\.95\]:active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.95\]:active{--tw-scale-x:0.95;--tw-scale-y:0.95}.active\:scale-\[0\.98\]:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:\!border-red-700:active{--tw-border-opacity:1!important;border-color:rgb(185 28 28/var(--tw-border-opacity))!important}.active\:\!bg-gray-100:active{--tw-bg-opacity:1!important;background-color:rgb(243 244 246/var(--tw-bg-opacity))!important}.active\:\!bg-red-700:active{--tw-bg-opacity:1!important;background-color:rgb(185 28 28/var(--tw-bg-opacity))!important}.active\:\!text-white:active{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!border-slate-200\/70:disabled{border-color:rgba(226,232,240,.7)!important}.disabled\:border-gray-200:disabled{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.disabled\:bg-slate-100\/60:disabled{background-color:rgba(241,245,249,.6)}.disabled\:from-gray-200:disabled{--tw-gradient-from:#e5e7eb;--tw-gradient-to:rgba(229,231,235,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.disabled\:from-gray-400:disabled{--tw-gradient-from:#9ca3af;--tw-gradient-to:rgba(156,163,175,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.disabled\:via-gray-400:disabled{--tw-gradient-to:rgba(156,163,175,0);--tw-gradient-stops:var(--tw-gradient-from),#9ca3af,var(--tw-gradient-to)}.disabled\:to-gray-300:disabled{--tw-gradient-to:#d1d5db}.disabled\:to-gray-400:disabled{--tw-gradient-to:#9ca3af}.disabled\:\!text-gray-300:disabled{--tw-text-opacity:1!important;color:rgb(209 213 219/var(--tw-text-opacity))!important}.disabled\:\!text-red-400\/50:disabled{color:hsla(0,91%,71%,.5)!important}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:shadow-none:disabled{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.disabled\:hover\:-translate-y-0:hover:disabled{--tw-translate-y:-0px}.disabled\:hover\:-translate-y-0:hover:disabled,.disabled\:hover\:scale-100:hover:disabled{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:hover\:scale-100:hover:disabled{--tw-scale-x:1;--tw-scale-y:1}.disabled\:hover\:bg-slate-100\/60:hover:disabled{background-color:rgba(241,245,249,.6)}.group:hover .group-hover\:translate-x-0{--tw-translate-x:0px}.group:hover .group-hover\:rotate-12,.group:hover .group-hover\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-12{--tw-rotate:12deg}.group:hover .group-hover\:rotate-3{--tw-rotate:3deg}.group:hover .group-hover\:rotate-3,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:scale-x-100{--tw-scale-x:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity))}.group:hover .group-hover\:bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.group\/item:hover .group-hover\/item\:text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}.group\/item:hover .group-hover\/item\:text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.group:hover .group-hover\:\!text-gray-800{--tw-text-opacity:1!important;color:rgb(31 41 55/var(--tw-text-opacity))!important}.group:hover .group-hover\:\!text-red-100{--tw-text-opacity:1!important;color:rgb(254 226 226/var(--tw-text-opacity))!important}.group:hover .group-hover\:text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.group:hover .group-hover\:text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.group:hover .group-hover\:text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.group:hover .group-hover\:text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-5{opacity:.05}.group:active .group-active\:\!text-red-100{--tw-text-opacity:1!important;color:rgb(254 226 226/var(--tw-text-opacity))!important}.data-\[clickable\=true\]\:cursor-pointer[data-clickable=true]{cursor:pointer}@supports (backdrop-filter:var(--tw )){.supports-\[backdrop-filter\]\:backdrop-blur-md{--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}}@media (prefers-reduced-motion:no-preference){@keyframes bannerAttentionPulse{0%,to{opacity:1}50%{opacity:.28}}.motion-safe\:animate-banner-attention-pulse{animation:bannerAttentionPulse 1.1s ease-in-out infinite}}.dark .dark\:\!border{border-width:1px!important}.dark .dark\:border-0{border-width:0}.dark .dark\:\!border-\[var\(--surface-border\)\]{border-color:var(--surface-border)!important}.dark .dark\:\!border-amber-800\/60{border-color:rgba(146,64,14,.6)!important}.dark .dark\:\!border-blue-500{--tw-border-opacity:1!important;border-color:rgb(59 130 246/var(--tw-border-opacity))!important}.dark .dark\:\!border-emerald-800\/60{border-color:rgba(6,95,70,.6)!important}.dark .dark\:\!border-slate-600{--tw-border-opacity:1!important;border-color:rgb(71 85 105/var(--tw-border-opacity))!important}.dark .dark\:border-\[color\:rgb\(37\2c 99\2c 235\)\]{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.dark .dark\:border-\[var\(--gray-600\)\]{border-color:var(--gray-600)}.dark .dark\:border-\[var\(--surface-border\)\]{border-color:var(--surface-border)}.dark .dark\:border-\[var\(--surface-elevated\)\]{border-color:var(--surface-elevated)}.dark .dark\:border-amber-400\/70{border-color:rgba(251,191,36,.7)}.dark .dark\:border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity))}.dark .dark\:border-amber-600\/40{border-color:rgba(217,119,6,.4)}.dark .dark\:border-amber-600\/50{border-color:rgba(217,119,6,.5)}.dark .dark\:border-amber-700{--tw-border-opacity:1;border-color:rgb(180 83 9/var(--tw-border-opacity))}.dark .dark\:border-amber-700\/60{border-color:rgba(180,83,9,.6)}.dark .dark\:border-amber-800\/40{border-color:rgba(146,64,14,.4)}.dark .dark\:border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.dark .dark\:border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.dark .dark\:border-blue-500\/40{border-color:rgba(59,130,246,.4)}.dark .dark\:border-blue-500\/60{border-color:rgba(59,130,246,.6)}.dark .dark\:border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity))}.dark .dark\:border-blue-700{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.dark .dark\:border-blue-700\/40{border-color:rgba(29,78,216,.4)}.dark .dark\:border-blue-700\/60{border-color:rgba(29,78,216,.6)}.dark .dark\:border-blue-700\/70{border-color:rgba(29,78,216,.7)}.dark .dark\:border-blue-800{--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity))}.dark .dark\:border-blue-800\/40{border-color:rgba(30,64,175,.4)}.dark .dark\:border-blue-800\/50{border-color:rgba(30,64,175,.5)}.dark .dark\:border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.dark .dark\:border-emerald-800\/40{border-color:rgba(6,95,70,.4)}.dark .dark\:border-emerald-800\/50{border-color:rgba(6,95,70,.5)}.dark .dark\:border-emerald-800\/60{border-color:rgba(6,95,70,.6)}.dark .dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark .dark\:border-green-600\/30{border-color:rgba(22,163,74,.3)}.dark .dark\:border-indigo-700{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.dark .dark\:border-indigo-800\/50{border-color:rgba(55,48,163,.5)}.dark .dark\:border-indigo-800\/60{border-color:rgba(55,48,163,.6)}.dark .dark\:border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.dark .dark\:border-orange-600{--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity))}.dark .dark\:border-orange-800\/40{border-color:rgba(154,52,18,.4)}.dark .dark\:border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.dark .dark\:border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.dark .dark\:border-red-700\/80{border-color:rgba(185,28,28,.8)}.dark .dark\:border-red-800{--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity))}.dark .dark\:border-red-800\/40{border-color:rgba(153,27,27,.4)}.dark .dark\:border-red-800\/50{border-color:rgba(153,27,27,.5)}.dark .dark\:border-red-800\/60{border-color:rgba(153,27,27,.6)}.dark .dark\:border-red-800\/70{border-color:rgba(153,27,27,.7)}.dark .dark\:border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity))}.dark .dark\:border-sky-500\/90{border-color:rgba(14,165,233,.9)}.dark .dark\:border-sky-800\/60{border-color:rgba(7,89,133,.6)}.dark .dark\:border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity))}.dark .dark\:border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity))}.dark .dark\:border-teal-700{--tw-border-opacity:1;border-color:rgb(15 118 110/var(--tw-border-opacity))}.dark .dark\:border-violet-700\/50{border-color:rgba(109,40,217,.5)}.dark .dark\:border-white\/5{border-color:hsla(0,0%,100%,.05)}.dark .dark\:border-r-indigo-400{--tw-border-opacity:1;border-right-color:rgb(129 140 248/var(--tw-border-opacity))}.dark .dark\:border-t-blue-400{--tw-border-opacity:1;border-top-color:rgb(96 165 250/var(--tw-border-opacity))}.dark .dark\:\!bg-\[rgba\(255\2c 255\2c 255\2c 0\.02\)\]{background-color:hsla(0,0%,100%,.02)!important}.dark .dark\:\!bg-\[var\(--surface-background\)\]{background-color:var(--surface-background)!important}.dark .dark\:\!bg-\[var\(--surface-elevated\)\]{background-color:var(--surface-elevated)!important}.dark .dark\:\!bg-amber-900\/30{background-color:rgba(120,53,15,.3)!important}.dark .dark\:\!bg-blue-500{--tw-bg-opacity:1!important;background-color:rgb(59 130 246/var(--tw-bg-opacity))!important}.dark .dark\:\!bg-blue-900\/30{background-color:rgba(30,58,138,.3)!important}.dark .dark\:\!bg-emerald-900\/10{background-color:rgba(6,78,59,.1)!important}.dark .dark\:\!bg-emerald-900\/30{background-color:rgba(6,78,59,.3)!important}.dark .dark\:\!bg-red-800\/10{background-color:rgba(153,27,27,.1)!important}.dark .dark\:\!bg-slate-900{--tw-bg-opacity:1!important;background-color:rgb(15 23 42/var(--tw-bg-opacity))!important}.dark .dark\:\!bg-transparent{background-color:transparent!important}.dark .dark\:bg-\[\#16090b\]{--tw-bg-opacity:1;background-color:rgb(22 9 11/var(--tw-bg-opacity))}.dark .dark\:bg-\[\#2a1215\]{--tw-bg-opacity:1;background-color:rgb(42 18 21/var(--tw-bg-opacity))}.dark .dark\:bg-\[rgba\(15\2c 23\2c 42\2c 0\.75\)\]{background-color:rgba(15,23,42,.75)}.dark .dark\:bg-\[rgba\(31\2c 41\2c 55\2c 0\.95\)\]{background-color:rgba(31,41,55,.95)}.dark .dark\:bg-\[var\(--gray-800\)\]{background-color:var(--gray-800)}.dark .dark\:bg-\[var\(--surface-background\)\]{background-color:var(--surface-background)}.dark .dark\:bg-\[var\(--surface-border\)\]{background-color:var(--surface-border)}.dark .dark\:bg-\[var\(--surface-elevated\)\]{background-color:var(--surface-elevated)}.dark .dark\:bg-amber-900{--tw-bg-opacity:1;background-color:rgb(120 53 15/var(--tw-bg-opacity))}.dark .dark\:bg-amber-900\/10{background-color:rgba(120,53,15,.1)}.dark .dark\:bg-amber-900\/30{background-color:rgba(120,53,15,.3)}.dark .dark\:bg-amber-900\/40{background-color:rgba(120,53,15,.4)}.dark .dark\:bg-amber-900\/60{background-color:rgba(120,53,15,.6)}.dark .dark\:bg-blue-400\/10{background-color:rgba(96,165,250,.1)}.dark .dark\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.dark .dark\:bg-blue-500\/20{background-color:rgba(59,130,246,.2)}.dark .dark\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.dark .dark\:bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.dark .dark\:bg-blue-800\/70{background-color:rgba(30,64,175,.7)}.dark .dark\:bg-blue-900\/10{background-color:rgba(30,58,138,.1)}.dark .dark\:bg-blue-900\/20{background-color:rgba(30,58,138,.2)}.dark .dark\:bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.dark .dark\:bg-blue-900\/40{background-color:rgba(30,58,138,.4)}.dark .dark\:bg-blue-900\/50{background-color:rgba(30,58,138,.5)}.dark .dark\:bg-emerald-700{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity))}.dark .dark\:bg-emerald-900\/20{background-color:rgba(6,78,59,.2)}.dark .dark\:bg-emerald-900\/30{background-color:rgba(6,78,59,.3)}.dark .dark\:bg-emerald-900\/40{background-color:rgba(6,78,59,.4)}.dark .dark\:bg-emerald-900\/60{background-color:rgba(6,78,59,.6)}.dark .dark\:bg-gray-700\/50{background-color:rgba(55,65,81,.5)}.dark .dark\:bg-gray-700\/60{background-color:rgba(55,65,81,.6)}.dark .dark\:bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity))}.dark .dark\:bg-green-900\/20{background-color:rgba(20,83,45,.2)}.dark .dark\:bg-green-900\/30{background-color:rgba(20,83,45,.3)}.dark .dark\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.dark .dark\:bg-indigo-900\/30{background-color:rgba(49,46,129,.3)}.dark .dark\:bg-indigo-900\/60{background-color:rgba(49,46,129,.6)}.dark .dark\:bg-orange-900\/10{background-color:rgba(124,45,18,.1)}.dark .dark\:bg-orange-900\/25{background-color:rgba(124,45,18,.25)}.dark .dark\:bg-orange-900\/30{background-color:rgba(124,45,18,.3)}.dark .dark\:bg-orange-900\/40{background-color:rgba(124,45,18,.4)}.dark .dark\:bg-orange-900\/50{background-color:rgba(124,45,18,.5)}.dark .dark\:bg-purple-900\/30{background-color:rgba(88,28,135,.3)}.dark .dark\:bg-red-800{--tw-bg-opacity:1;background-color:rgb(153 27 27/var(--tw-bg-opacity))}.dark .dark\:bg-red-900\/10{background-color:rgba(127,29,29,.1)}.dark .dark\:bg-red-900\/20{background-color:rgba(127,29,29,.2)}.dark .dark\:bg-red-900\/25{background-color:rgba(127,29,29,.25)}.dark .dark\:bg-red-900\/30{background-color:rgba(127,29,29,.3)}.dark .dark\:bg-red-900\/40{background-color:rgba(127,29,29,.4)}.dark .dark\:bg-red-900\/50{background-color:rgba(127,29,29,.5)}.dark .dark\:bg-rose-900\/60{background-color:rgba(136,19,55,.6)}.dark .dark\:bg-sky-900\/50{background-color:rgba(12,74,110,.5)}.dark .dark\:bg-sky-900\/60{background-color:rgba(12,74,110,.6)}.dark .dark\:bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity))}.dark .dark\:bg-slate-700\/50{background-color:rgba(51,65,85,.5)}.dark .dark\:bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.dark .dark\:bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.dark .dark\:bg-slate-900\/40{background-color:rgba(15,23,42,.4)}.dark .dark\:bg-slate-900\/60{background-color:rgba(15,23,42,.6)}.dark .dark\:bg-slate-900\/70{background-color:rgba(15,23,42,.7)}.dark .dark\:bg-slate-900\/90{background-color:rgba(15,23,42,.9)}.dark .dark\:bg-transparent{background-color:transparent}.dark .dark\:bg-violet-900\/60{background-color:rgba(76,29,149,.6)}.dark .dark\:bg-white\/10{background-color:hsla(0,0%,100%,.1)}.dark .dark\:bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.dark .dark\:bg-none{background-image:none}.dark .dark\:\!from-\[var\(--surface-elevated\)\]{--tw-gradient-from:var(--surface-elevated)!important;--tw-gradient-to:hsla(0,0%,100%,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.dark .dark\:\!from-gray-200{--tw-gradient-from:#e5e7eb!important;--tw-gradient-to:rgba(229,231,235,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.dark .dark\:from-\[var\(--surface-elevated\)\]{--tw-gradient-from:var(--surface-elevated);--tw-gradient-to:hsla(0,0%,100%,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-blue-400{--tw-gradient-from:#60a5fa;--tw-gradient-to:rgba(96,165,250,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-blue-900\/20{--tw-gradient-from:rgba(30,58,138,.2);--tw-gradient-to:rgba(30,58,138,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-blue-900\/30{--tw-gradient-from:rgba(30,58,138,.3);--tw-gradient-to:rgba(30,58,138,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-blue-900\/40{--tw-gradient-from:rgba(30,58,138,.4);--tw-gradient-to:rgba(30,58,138,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-blue-900\/50{--tw-gradient-from:rgba(30,58,138,.5);--tw-gradient-to:rgba(30,58,138,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-blue-900\/60{--tw-gradient-from:rgba(30,58,138,.6);--tw-gradient-to:rgba(30,58,138,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-gray-900{--tw-gradient-from:#111827;--tw-gradient-to:rgba(17,24,39,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-green-800\/50{--tw-gradient-from:rgba(22,101,52,.5);--tw-gradient-to:rgba(22,101,52,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-slate-900\/95{--tw-gradient-from:rgba(15,23,42,.95);--tw-gradient-to:rgba(15,23,42,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:from-violet-900\/30{--tw-gradient-from:rgba(76,29,149,.3);--tw-gradient-to:rgba(76,29,149,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:\!via-gray-300{--tw-gradient-to:rgba(209,213,219,0)!important;--tw-gradient-stops:var(--tw-gradient-from),#d1d5db,var(--tw-gradient-to)!important}.dark .dark\:via-gray-800{--tw-gradient-to:rgba(31,41,55,0);--tw-gradient-stops:var(--tw-gradient-from),#1f2937,var(--tw-gradient-to)}.dark .dark\:via-indigo-400{--tw-gradient-to:rgba(129,140,248,0);--tw-gradient-stops:var(--tw-gradient-from),#818cf8,var(--tw-gradient-to)}.dark .dark\:via-indigo-900\/30{--tw-gradient-to:rgba(49,46,129,0);--tw-gradient-stops:var(--tw-gradient-from),rgba(49,46,129,.3),var(--tw-gradient-to)}.dark .dark\:via-indigo-900\/40{--tw-gradient-to:rgba(49,46,129,0);--tw-gradient-stops:var(--tw-gradient-from),rgba(49,46,129,.4),var(--tw-gradient-to)}.dark .dark\:via-slate-900{--tw-gradient-to:rgba(15,23,42,0);--tw-gradient-stops:var(--tw-gradient-from),#0f172a,var(--tw-gradient-to)}.dark .dark\:via-white\/20{--tw-gradient-to:hsla(0,0%,100%,0);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.2),var(--tw-gradient-to)}.dark .dark\:\!to-\[var\(--surface-background\)\]{--tw-gradient-to:var(--surface-background)!important}.dark .dark\:\!to-gray-200{--tw-gradient-to:#e5e7eb!important}.dark .dark\:to-\[var\(--surface-background\)\]{--tw-gradient-to:var(--surface-background)}.dark .dark\:to-\[var\(--surface-elevated\)\]{--tw-gradient-to:var(--surface-elevated)}.dark .dark\:to-gray-900{--tw-gradient-to:#111827}.dark .dark\:to-green-700\/60{--tw-gradient-to:rgba(21,128,61,.6)}.dark .dark\:to-indigo-500{--tw-gradient-to:#6366f1}.dark .dark\:to-indigo-900\/20{--tw-gradient-to:rgba(49,46,129,.2)}.dark .dark\:to-indigo-900\/30{--tw-gradient-to:rgba(49,46,129,.3)}.dark .dark\:to-indigo-900\/50{--tw-gradient-to:rgba(49,46,129,.5)}.dark .dark\:to-indigo-900\/60{--tw-gradient-to:rgba(49,46,129,.6)}.dark .dark\:to-purple-400{--tw-gradient-to:#c084fc}.dark .dark\:to-purple-500{--tw-gradient-to:#a855f7}.dark .dark\:to-purple-900\/30{--tw-gradient-to:rgba(88,28,135,.3)}.dark .dark\:to-purple-900\/40{--tw-gradient-to:rgba(88,28,135,.4)}.dark .dark\:to-slate-800\/95{--tw-gradient-to:rgba(30,41,59,.95)}.dark .dark\:\!text-\[var\(--text-primary\)\]{color:var(--text-primary)!important}.dark .dark\:\!text-\[var\(--text-secondary\)\]{color:var(--text-secondary)!important}.dark .dark\:\!text-amber-100{--tw-text-opacity:1!important;color:rgb(254 243 199/var(--tw-text-opacity))!important}.dark .dark\:\!text-blue-400{--tw-text-opacity:1!important;color:rgb(96 165 250/var(--tw-text-opacity))!important}.dark .dark\:\!text-emerald-100{--tw-text-opacity:1!important;color:rgb(209 250 229/var(--tw-text-opacity))!important}.dark .dark\:\!text-gray-100{--tw-text-opacity:1!important;color:rgb(243 244 246/var(--tw-text-opacity))!important}.dark .dark\:\!text-red-300{--tw-text-opacity:1!important;color:rgb(252 165 165/var(--tw-text-opacity))!important}.dark .dark\:\!text-red-400{--tw-text-opacity:1!important;color:rgb(248 113 113/var(--tw-text-opacity))!important}.dark .dark\:\!text-slate-100{--tw-text-opacity:1!important;color:rgb(241 245 249/var(--tw-text-opacity))!important}.dark .dark\:text-\[var\(--primary-blue-400\)\]{color:var(--primary-blue-400)}.dark .dark\:text-\[var\(--text-primary\)\]{color:var(--text-primary)}.dark .dark\:text-\[var\(--text-secondary\)\]{color:var(--text-secondary)}.dark .dark\:text-\[var\(--text-tertiary\)\]{color:var(--text-tertiary)}.dark .dark\:text-amber-100{--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity))}.dark .dark\:text-amber-100\/90{color:hsla(48,96%,89%,.9)}.dark .dark\:text-amber-200{--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity))}.dark .dark\:text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity))}.dark .dark\:text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity))}.dark .dark\:text-amber-50{--tw-text-opacity:1;color:rgb(255 251 235/var(--tw-text-opacity))}.dark .dark\:text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity))}.dark .dark\:text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.dark .dark\:text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.dark .dark\:text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.dark .dark\:text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.dark .dark\:text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.dark .dark\:text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.dark .dark\:text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity))}.dark .dark\:text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity))}.dark .dark\:text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.dark .dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:text-green-200{--tw-text-opacity:1;color:rgb(187 247 208/var(--tw-text-opacity))}.dark .dark\:text-green-300{--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity))}.dark .dark\:text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.dark .dark\:text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity))}.dark .dark\:text-indigo-300{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity))}.dark .dark\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark .dark\:text-orange-100{--tw-text-opacity:1;color:rgb(255 237 213/var(--tw-text-opacity))}.dark .dark\:text-orange-200\/90{color:hsla(32,98%,83%,.9)}.dark .dark\:text-orange-300{--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.dark .dark\:text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity))}.dark .dark\:text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity))}.dark .dark\:text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity))}.dark .dark\:text-red-100{--tw-text-opacity:1;color:rgb(254 226 226/var(--tw-text-opacity))}.dark .dark\:text-red-200{--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity))}.dark .dark\:text-red-200\/90{color:hsla(0,96%,89%,.9)}.dark .dark\:text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity))}.dark .dark\:text-red-300\/90{color:hsla(0,94%,82%,.9)}.dark .dark\:text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.dark .dark\:text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.dark .dark\:text-rose-200{--tw-text-opacity:1;color:rgb(254 205 211/var(--tw-text-opacity))}.dark .dark\:text-sky-100{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity))}.dark .dark\:text-sky-200{--tw-text-opacity:1;color:rgb(186 230 253/var(--tw-text-opacity))}.dark .dark\:text-sky-300{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity))}.dark .dark\:text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity))}.dark .dark\:text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}.dark .dark\:text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}.dark .dark\:text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.dark .dark\:text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity))}.dark .dark\:text-teal-100{--tw-text-opacity:1;color:rgb(204 251 241/var(--tw-text-opacity))}.dark .dark\:text-teal-300{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity))}.dark .dark\:text-violet-200{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity))}.dark .dark\:text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity))}.dark .dark\:text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity))}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity))}.dark .dark\:shadow-\[0_12px_32px_rgba\(0\2c 0\2c 0\2c 0\.6\)\2c 0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]{--tw-shadow:0 12px 32px rgba(0,0,0,.6),0 4px 12px rgba(0,0,0,.4);--tw-shadow-colored:0 12px 32px var(--tw-shadow-color),0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:shadow-\[0_12px_40px_-8px_rgba\(0\2c 0\2c 0\2c 0\.65\)\2c 0_4px_12px_-4px_rgba\(0\2c 0\2c 0\2c 0\.45\)\]{--tw-shadow:0 12px 40px -8px rgba(0,0,0,.65),0 4px 12px -4px rgba(0,0,0,.45);--tw-shadow-colored:0 12px 40px -8px var(--tw-shadow-color),0 4px 12px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:shadow-\[0_12px_40px_rgba\(0\2c 0\2c 0\2c 0\.45\)\]{--tw-shadow:0 12px 40px rgba(0,0,0,.45);--tw-shadow-colored:0 12px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:shadow-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{--tw-shadow:0 1px 2px rgba(0,0,0,.3);--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:shadow-\[0_24px_55px_-18px_rgba\(0\2c 0\2c 0\2c 0\.7\)\2c 0_10px_24px_-14px_rgba\(0\2c 0\2c 0\2c 0\.55\)\]{--tw-shadow:0 24px 55px -18px rgba(0,0,0,.7),0 10px 24px -14px rgba(0,0,0,.55);--tw-shadow-colored:0 24px 55px -18px var(--tw-shadow-color),0 10px 24px -14px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:shadow-black\/40{--tw-shadow-color:rgba(0,0,0,.4);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-blue-400\/50{--tw-shadow-color:rgba(96,165,250,.5);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-blue-500\/50{--tw-shadow-color:rgba(59,130,246,.5);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:shadow-indigo-500\/50{--tw-shadow-color:rgba(99,102,241,.5);--tw-shadow:var(--tw-shadow-colored)}.dark .dark\:ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.dark .dark\:ring-inset{--tw-ring-inset:inset}.dark .dark\:ring-blue-500\/20{--tw-ring-color:rgba(59,130,246,.2)}.dark .dark\:ring-white\/20{--tw-ring-color:hsla(0,0%,100%,.2)}.dark .dark\:odd\:bg-\[var\(--surface-background\)\]:nth-child(odd){background-color:var(--surface-background)}.dark .dark\:even\:bg-\[var\(--surface-elevated\)\]:nth-child(2n){background-color:var(--surface-elevated)}.dark .dark\:hover\:\!border-\[var\(--surface-border\)\]:hover{border-color:var(--surface-border)!important}.dark .dark\:hover\:\!border-blue-400:hover{--tw-border-opacity:1!important;border-color:rgb(96 165 250/var(--tw-border-opacity))!important}.dark .dark\:hover\:\!border-blue-600:hover{--tw-border-opacity:1!important;border-color:rgb(37 99 235/var(--tw-border-opacity))!important}.dark .dark\:hover\:\!border-blue-700:hover{--tw-border-opacity:1!important;border-color:rgb(29 78 216/var(--tw-border-opacity))!important}.dark .dark\:hover\:\!border-red-500:hover{--tw-border-opacity:1!important;border-color:rgb(239 68 68/var(--tw-border-opacity))!important}.dark .dark\:hover\:border-\[var\(--surface-border\)\]:hover{border-color:var(--surface-border)}.dark .dark\:hover\:border-\[var\(--text-primary\)\]:hover{border-color:var(--text-primary)}.dark .dark\:hover\:border-amber-500:hover{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.dark .dark\:hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.dark .dark\:hover\:border-blue-700:hover{--tw-border-opacity:1;border-color:rgb(29 78 216/var(--tw-border-opacity))}.dark .dark\:hover\:border-orange-500:hover{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.dark .dark\:hover\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.dark .dark\:hover\:border-red-700\/50:hover{border-color:rgba(185,28,28,.5)}.dark .dark\:hover\:\!bg-\[\#3a171b\]:hover{--tw-bg-opacity:1!important;background-color:rgb(58 23 27/var(--tw-bg-opacity))!important}.dark .dark\:hover\:\!bg-blue-400:hover{--tw-bg-opacity:1!important;background-color:rgb(96 165 250/var(--tw-bg-opacity))!important}.dark .dark\:hover\:\!bg-blue-500:hover{--tw-bg-opacity:1!important;background-color:rgb(59 130 246/var(--tw-bg-opacity))!important}.dark .dark\:hover\:\!bg-blue-900\/25:hover{background-color:rgba(30,58,138,.25)!important}.dark .dark\:hover\:\!bg-blue-900\/30:hover{background-color:rgba(30,58,138,.3)!important}.dark .dark\:hover\:\!bg-gray-700\/60:hover{background-color:rgba(55,65,81,.6)!important}.dark .dark\:hover\:\!bg-red-900\/20:hover{background-color:rgba(127,29,29,.2)!important}.dark .dark\:hover\:\!bg-rose-900\/25:hover{background-color:rgba(136,19,55,.25)!important}.dark .dark\:hover\:bg-\[var\(--surface-background\)\]:hover{background-color:var(--surface-background)}.dark .dark\:hover\:bg-\[var\(--surface-border\)\]:hover{background-color:var(--surface-border)}.dark .dark\:hover\:bg-\[var\(--surface-elevated\)\]:hover{background-color:var(--surface-elevated)}.dark .dark\:hover\:bg-amber-900\/50:hover{background-color:rgba(120,53,15,.5)}.dark .dark\:hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-blue-900\/20:hover{background-color:rgba(30,58,138,.2)}.dark .dark\:hover\:bg-blue-900\/30:hover{background-color:rgba(30,58,138,.3)}.dark .dark\:hover\:bg-blue-900\/40:hover{background-color:rgba(30,58,138,.4)}.dark .dark\:hover\:bg-blue-900\/50:hover{background-color:rgba(30,58,138,.5)}.dark .dark\:hover\:bg-gray-700\/60:hover{background-color:rgba(55,65,81,.6)}.dark .dark\:hover\:bg-gray-700\/70:hover{background-color:rgba(55,65,81,.7)}.dark .dark\:hover\:bg-orange-800\/60:hover{background-color:rgba(154,52,18,.6)}.dark .dark\:hover\:bg-orange-900\/20:hover{background-color:rgba(124,45,18,.2)}.dark .dark\:hover\:bg-red-800\/60:hover{background-color:rgba(153,27,27,.6)}.dark .dark\:hover\:bg-red-900\/30:hover{background-color:rgba(127,29,29,.3)}.dark .dark\:hover\:bg-red-900\/50:hover{background-color:rgba(127,29,29,.5)}.dark .dark\:hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-teal-900\/50:hover{background-color:rgba(19,78,74,.5)}.dark .dark\:hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)}.dark .dark\:hover\:bg-white\/\[0\.05\]:hover{background-color:hsla(0,0%,100%,.05)}.dark .hover\:dark\:bg-\[var\(--surface-background\)\]:hover{background-color:var(--surface-background)}.dark .dark\:hover\:\!from-green-700\/60:hover{--tw-gradient-from:rgba(21,128,61,.6)!important;--tw-gradient-to:rgba(21,128,61,0)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.dark .dark\:hover\:from-blue-900\/20:hover{--tw-gradient-from:rgba(30,58,138,.2);--tw-gradient-to:rgba(30,58,138,0);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark .dark\:hover\:\!to-green-600\/50:hover{--tw-gradient-to:rgba(22,163,74,.5)!important}.dark .dark\:hover\:to-indigo-900\/20:hover{--tw-gradient-to:rgba(49,46,129,.2)}.dark .dark\:hover\:\!text-blue-300:hover{--tw-text-opacity:1!important;color:rgb(147 197 253/var(--tw-text-opacity))!important}.dark .dark\:hover\:\!text-red-100:hover{--tw-text-opacity:1!important;color:rgb(254 226 226/var(--tw-text-opacity))!important}.dark .dark\:hover\:text-\[var\(--primary-blue-300\)\]:hover{color:var(--primary-blue-300)}.dark .dark\:hover\:text-\[var\(--text-primary\)\]:hover{color:var(--text-primary)}.dark .dark\:hover\:text-\[var\(--text-secondary\)\]:hover{color:var(--text-secondary)}.dark .dark\:hover\:text-blue-200:hover{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}.dark .dark\:hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.dark .dark\:hover\:text-emerald-200:hover{--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity))}.dark .dark\:hover\:text-emerald-400:hover{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity))}.dark .dark\:hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:hover\:text-orange-200:hover{--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity))}.dark .dark\:hover\:text-orange-300:hover{--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity))}.dark .dark\:hover\:text-red-400:hover{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity))}.dark .dark\:hover\:text-yellow-300:hover{--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity))}.dark .dark\:hover\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]:hover{--tw-shadow:0 4px 12px rgba(0,0,0,.3);--tw-shadow-colored:0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color:#1f2937}.dark .dark\:focus-visible\:ring-offset-\[\#16090b\]:focus-visible{--tw-ring-offset-color:#16090b}.dark .dark\:active\:\!bg-\[\#4a1c22\]:active{--tw-bg-opacity:1!important;background-color:rgb(74 28 34/var(--tw-bg-opacity))!important}.dark .dark\:active\:\!text-red-100:active{--tw-text-opacity:1!important;color:rgb(254 226 226/var(--tw-text-opacity))!important}.dark .dark\:disabled\:\!border-\[var\(--surface-border\)\]:disabled{border-color:var(--surface-border)!important}.dark .group:hover .dark\:group-hover\:\!text-gray-50{--tw-text-opacity:1!important;color:rgb(249 250 251/var(--tw-text-opacity))!important}.dark .group:hover .dark\:group-hover\:text-\[var\(--text-primary\)\]{color:var(--text-primary)}.dark .group:hover .dark\:group-hover\:text-\[var\(--text-secondary\)\]{color:var(--text-secondary)}.dark .group:hover .dark\:group-hover\:text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity))}@media (min-width:640px){.sm\:block{display:block}.sm\:hidden{display:none}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}@media (min-width:768px){.md\:mt-5{margin-top:1.25rem}.md\:inline{display:inline}.md\:min-h-\[800px\]{min-height:800px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-3{gap:.75rem}.md\:gap-x-2{column-gap:.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pt-3{padding-top:.75rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-2{gap:.5rem}}@media (min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\.ant-input-affix-wrapper\]\:rounded-lg.ant-input-affix-wrapper{border-radius:.5rem}.\[\&\.ant-radio-button-wrapper-checked\]\:\!border-blue-500.ant-radio-button-wrapper-checked{--tw-border-opacity:1!important;border-color:rgb(59 130 246/var(--tw-border-opacity))!important}.\[\&\.ant-radio-button-wrapper-checked\]\:\!bg-blue-50.ant-radio-button-wrapper-checked{--tw-bg-opacity:1!important;background-color:rgb(239 246 255/var(--tw-bg-opacity))!important}.\[\&\.ant-radio-button-wrapper-checked\]\:\!text-blue-700.ant-radio-button-wrapper-checked{--tw-text-opacity:1!important;color:rgb(29 78 216/var(--tw-text-opacity))!important}.dark .dark\:\[\&\.ant-radio-button-wrapper-checked\]\:\!bg-blue-900\/30.ant-radio-button-wrapper-checked{background-color:rgba(30,58,138,.3)!important}.dark .dark\:\[\&\.ant-radio-button-wrapper-checked\]\:\!text-blue-200.ant-radio-button-wrapper-checked{--tw-text-opacity:1!important;color:rgb(191 219 254/var(--tw-text-opacity))!important}.\[\&\:hover\]\:\!text-gray-900:hover{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.\[\&\:hover\]\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\[\&\:hover_\.anticon\]\:\!text-gray-900:hover .anticon{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.\[\&\:hover_\.anticon\]\:\!text-inherit:hover .anticon{color:inherit!important}.\[\&\:hover_\.anticon\]\:\!text-white:hover .anticon{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\[\&\>span\]\:\!flex>span{display:flex!important}.\[\&\>span\]\:\!h-full>span{height:100%!important}.\[\&\>span\]\:\!items-center>span{align-items:center!important}.\[\&\>span\]\:\!justify-center>span{justify-content:center!important}.\[\&\>span\]\:\!leading-none>span{line-height:1!important}.\[\&_\.ant-alert-description\]\:text-\[12px\] .ant-alert-description{font-size:12px}.\[\&_\.ant-alert-icon\]\:mr-2 .ant-alert-icon{margin-right:.5rem}.\[\&_\.ant-alert-icon\]\:mt-0\.5 .ant-alert-icon{margin-top:.125rem}.\[\&_\.ant-alert-icon\]\:self-start .ant-alert-icon{align-self:flex-start}.\[\&_\.ant-alert-message\]\:text-\[12px\] .ant-alert-message{font-size:12px}.\[\&_\.ant-alert-message\]\:font-medium .ant-alert-message{font-weight:500}.\[\&_\.ant-alert-message\]\:text-red-900 .ant-alert-message{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.active\:\[\&_\.ant-btn-icon_\.anticon\]\:\!text-white .ant-btn-icon .anticon:active,.hover\:\[\&_\.ant-btn-icon_\.anticon\]\:\!text-white .ant-btn-icon .anticon:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.dark .dark\:active\:\[\&_\.ant-btn-icon_\.anticon\]\:\!text-red-100 .ant-btn-icon .anticon:active,.dark .dark\:hover\:\[\&_\.ant-btn-icon_\.anticon\]\:\!text-red-100 .ant-btn-icon .anticon:hover{--tw-text-opacity:1!important;color:rgb(254 226 226/var(--tw-text-opacity))!important}.dark .dark\:\[\&_\.ant-checkbox-checked_\.ant-checkbox-inner\]\:bg-blue-500 .ant-checkbox-checked .ant-checkbox-inner{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.\[\&_\.ant-col\]\:overflow-visible .ant-col{overflow:visible}.dark .\[\&_\.ant-collapse-arrow\]\:dark\:text-\[var\(--text-secondary\)\] .ant-collapse-arrow{color:var(--text-secondary)}.\[\&_\.ant-input\:\:placeholder\]\:\!text-gray-400 .ant-input::placeholder{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}.\[\&_\.ant-input\:\:placeholder\]\:text-gray-400 .ant-input::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:\[\&_\.ant-input\:\:placeholder\]\:\!text-\[var\(--text-secondary\)\] .ant-input::placeholder{color:var(--text-secondary)!important}.dark .dark\:\[\&_\.ant-input\:\:placeholder\]\:text-\[var\(--text-secondary\)\] .ant-input::placeholder{color:var(--text-secondary)}.dark .dark\:\[\&_\.ant-input\]\:border-\[var\(--surface-border\)\] .ant-input{border-color:var(--surface-border)}.dark .dark\:\[\&_\.ant-input\]\:bg-\[var\(--surface-background\)\] .ant-input{background-color:var(--surface-background)}.dark .dark\:\[\&_\.ant-input\]\:text-\[var\(--text-primary\)\] .ant-input{color:var(--text-primary)}.dark .dark\:\[\&_\.ant-input\]\:placeholder\:text-\[var\(--text-tertiary\)\] .ant-input::placeholder{color:var(--text-tertiary)}.\[\&_\.ant-list-item\]\:relative .ant-list-item{position:relative}.\[\&_\.ant-list-item\]\:\!min-h-0 .ant-list-item{min-height:0!important}.\[\&_\.ant-list-item\]\:\!border-none .ant-list-item{border-style:none!important}.\[\&_\.ant-list-item\]\:\!border-gray-200 .ant-list-item{--tw-border-opacity:1!important;border-color:rgb(229 231 235/var(--tw-border-opacity))!important}.\[\&_\.ant-list-item\]\:\!px-2\.5 .ant-list-item{padding-left:.625rem!important;padding-right:.625rem!important}.\[\&_\.ant-list-item\]\:\!py-1\.5 .ant-list-item{padding-bottom:.375rem!important;padding-top:.375rem!important}.\[\&_\.ant-list-item\]\:\!leading-snug .ant-list-item{line-height:1.375!important}.\[\&_\.ant-modal-body\]\:px-6 .ant-modal-body{padding-left:1.5rem;padding-right:1.5rem}.\[\&_\.ant-modal-body\]\:pb-6 .ant-modal-body{padding-bottom:1.5rem}.dark .dark\:\[\&_\.ant-modal-body\]\:bg-transparent .ant-modal-body{background-color:transparent}.dark .dark\:\[\&_\.ant-modal-close\:hover\]\:text-\[var\(--text-primary\)\] .ant-modal-close:hover{color:var(--text-primary)}.dark .dark\:\[\&_\.ant-modal-close\]\:text-\[var\(--text-secondary\)\] .ant-modal-close{color:var(--text-secondary)}.dark .dark\:\[\&_\.ant-modal-close\]\:hover\:text-\[var\(--text-primary\)\]:hover .ant-modal-close{color:var(--text-primary)}.\[\&_\.ant-modal-content\]\:overflow-hidden .ant-modal-content{overflow:hidden}.\[\&_\.ant-modal-content\]\:rounded-xl .ant-modal-content{border-radius:.75rem}.\[\&_\.ant-modal-content\]\:bg-white .ant-modal-content{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\[\&_\.ant-modal-content\]\:p-0 .ant-modal-content{padding:0}.\[\&_\.ant-modal-content\]\:shadow-\[0_20px_50px_-12px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] .ant-modal-content{--tw-shadow:0 20px 50px -12px rgba(0,0,0,.12);--tw-shadow-colored:0 20px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:\[\&_\.ant-modal-content\]\:bg-\[var\(--surface-elevated\)\] .ant-modal-content{background-color:var(--surface-elevated)}.\[\&_\.ant-modal-header\]\:bg-transparent .ant-modal-header,.dark .dark\:\[\&_\.ant-modal-footer\]\:bg-transparent .ant-modal-footer{background-color:transparent}.\[\&_\.ant-modal-header\]\:px-6 .ant-modal-header{padding-left:1.5rem;padding-right:1.5rem}.dark .dark\:\[\&_\.ant-modal-header\]\:bg-transparent .ant-modal-header{background-color:transparent}.\[\&_\.ant-modal-title\]\:text-gray-900 .ant-modal-title{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.dark .dark\:\[\&_\.ant-modal-title\]\:text-\[var\(--text-primary\)\] .ant-modal-title{color:var(--text-primary)}.\[\&_\.ant-pagination-item-active\]\:\!border-blue-600 .ant-pagination-item-active{--tw-border-opacity:1!important;border-color:rgb(37 99 235/var(--tw-border-opacity))!important}.\[\&_\.ant-pagination-item-active\]\:\!bg-blue-600 .ant-pagination-item-active{--tw-bg-opacity:1!important;background-color:rgb(37 99 235/var(--tw-bg-opacity))!important}.\[\&_\.ant-pagination-item-active_a\]\:\!text-white .ant-pagination-item-active a{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\[\&_\.ant-pagination-item-link\]\:\!border-\[var\(--surface-border\)\] .ant-pagination-item-link{border-color:var(--surface-border)!important}.\[\&_\.ant-pagination-item-link\]\:\!bg-\[var\(--surface-elevated\)\] .ant-pagination-item-link{background-color:var(--surface-elevated)!important}.\[\&_\.ant-pagination-item-link\]\:\!text-\[var\(--text-primary\)\] .ant-pagination-item-link{color:var(--text-primary)!important}.\[\&_\.ant-pagination-item\]\:\!h-\[26px\] .ant-pagination-item{height:26px!important}.\[\&_\.ant-pagination-item\]\:\!min-w-\[26px\] .ant-pagination-item{min-width:26px!important}.\[\&_\.ant-pagination-item\]\:\!border-\[var\(--surface-border\)\] .ant-pagination-item{border-color:var(--surface-border)!important}.\[\&_\.ant-pagination-item\]\:\!bg-\[var\(--surface-elevated\)\] .ant-pagination-item{background-color:var(--surface-elevated)!important}.\[\&_\.ant-pagination-item\]\:\!leading-\[24px\] .ant-pagination-item{line-height:24px!important}.\[\&_\.ant-pagination-item_a\]\:\!text-\[var\(--text-primary\)\] .ant-pagination-item a{color:var(--text-primary)!important}.\[\&_\.ant-pagination-next\]\:\!text-\[var\(--text-secondary\)\] .ant-pagination-next,.\[\&_\.ant-pagination-prev\]\:\!text-\[var\(--text-secondary\)\] .ant-pagination-prev{color:var(--text-secondary)!important}.\[\&_\.ant-popover-arrow\]\:\!hidden .ant-popover-arrow{display:none!important}.\[\&_\.ant-popover-inner\]\:\!bg-transparent .ant-popover-inner{background-color:transparent!important}.\[\&_\.ant-popover-inner\]\:\!p-0 .ant-popover-inner{padding:0!important}.\[\&_\.ant-popover-inner\]\:\!shadow-none .ant-popover-inner{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\[\&_\.ant-row\]\:\!mx-0 .ant-row{margin-left:0!important;margin-right:0!important}.\[\&_\.ant-segmented-item-selected\]\:bg-blue-100 .ant-segmented-item-selected{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.\[\&_\.ant-segmented-item-selected\]\:text-blue-800 .ant-segmented-item-selected{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.\[\&_\.ant-segmented-item-selected\]\:shadow-sm .ant-segmented-item-selected{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:\[\&_\.ant-segmented-item-selected\]\:bg-blue-900\/40 .ant-segmented-item-selected{background-color:rgba(30,58,138,.4)}.dark .dark\:\[\&_\.ant-segmented-item-selected\]\:text-blue-200 .ant-segmented-item-selected{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.\[\&_\.ant-segmented-item-selected_\[class\*\=anticon\]\]\:text-blue-800 .ant-segmented-item-selected [class*=anticon]{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.dark .dark\:\[\&_\.ant-segmented-item-selected_\[class\*\=anticon\]\]\:text-blue-200 .ant-segmented-item-selected [class*=anticon]{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.\[\&_\.ant-segmented-item\:not\(\.ant-segmented-item-selected\)\]\:text-gray-600 .ant-segmented-item:not(.ant-segmented-item-selected){--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.\[\&_\.ant-segmented-item\:not\(\.ant-segmented-item-selected\)\]\:hover\:bg-gray-100\/80:hover .ant-segmented-item:not(.ant-segmented-item-selected){background-color:rgba(243,244,246,.8)}.\[\&_\.ant-segmented-item\:not\(\.ant-segmented-item-selected\)\]\:hover\:text-gray-800:hover .ant-segmented-item:not(.ant-segmented-item-selected){--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.dark .dark\:\[\&_\.ant-segmented-item\:not\(\.ant-segmented-item-selected\)\]\:text-\[var\(--text-secondary\)\] .ant-segmented-item:not(.ant-segmented-item-selected){color:var(--text-secondary)}.dark .dark\:\[\&_\.ant-segmented-item\:not\(\.ant-segmented-item-selected\)\]\:hover\:bg-\[var\(--surface-elevated\)\]:hover .ant-segmented-item:not(.ant-segmented-item-selected){background-color:var(--surface-elevated)}.dark .dark\:\[\&_\.ant-segmented-item\:not\(\.ant-segmented-item-selected\)\]\:hover\:text-\[var\(--text-primary\)\]:hover .ant-segmented-item:not(.ant-segmented-item-selected){color:var(--text-primary)}.\[\&_\.ant-segmented-item\]\:rounded-lg .ant-segmented-item{border-radius:.5rem}.\[\&_\.ant-segmented-item\]\:px-4 .ant-segmented-item{padding-left:1rem;padding-right:1rem}.\[\&_\.ant-segmented-item\]\:py-2 .ant-segmented-item{padding-bottom:.5rem;padding-top:.5rem}.\[\&_\.ant-segmented-item\]\:font-medium .ant-segmented-item{font-weight:500}.\[\&_\.ant-segmented-item\]\:transition-colors .ant-segmented-item{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[\&_\.ant-segmented-item\]\:duration-200 .ant-segmented-item{transition-duration:.2s}.\[\&_\.ant-segmented\]\:gap-1 .ant-segmented{gap:.25rem}.\[\&_\.ant-segmented\]\:border-0 .ant-segmented{border-width:0}.\[\&_\.ant-segmented\]\:bg-transparent .ant-segmented{background-color:transparent}.\[\&_\.ant-segmented\]\:p-0 .ant-segmented{padding:0}.\[\&_\.ant-select-selection-item\]\:\!leading-8 .ant-select-selection-item,.\[\&_\.ant-select-selection-placeholder\]\:\!leading-8 .ant-select-selection-placeholder{line-height:2rem!important}.\[\&_\.ant-select-selection-placeholder\]\:\!text-gray-400 .ant-select-selection-placeholder{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}.dark .dark\:\[\&_\.ant-select-selection-placeholder\]\:\!text-\[var\(--text-secondary\)\] .ant-select-selection-placeholder{color:var(--text-secondary)!important}.dark .dark\:\[\&_\.ant-select-selection-placeholder\]\:text-\[var\(--text-secondary\)\] .ant-select-selection-placeholder{color:var(--text-secondary)}.\[\&_\.ant-select-selector\]\:\!h-8 .ant-select-selector{height:2rem!important}.\[\&_\.ant-select-selector\]\:\!px-3 .ant-select-selector{padding-left:.75rem!important;padding-right:.75rem!important}.\[\&_\.ant-select-selector\]\:\!py-0 .ant-select-selector{padding-bottom:0!important;padding-top:0!important}.dark .dark\:\[\&_\.ant-select-selector\]\:border-\[var\(--surface-border\)\] .ant-select-selector{border-color:var(--surface-border)}.dark .dark\:\[\&_\.ant-select-selector\]\:bg-\[var\(--surface-background\)\] .ant-select-selector{background-color:var(--surface-background)}.dark .dark\:\[\&_\.ant-select-selector\]\:text-\[var\(--text-primary\)\] .ant-select-selector{color:var(--text-primary)}.\[\&_\.ant-slider-handle\]\:\!border-indigo-400 .ant-slider-handle{--tw-border-opacity:1!important;border-color:rgb(129 140 248/var(--tw-border-opacity))!important}.\[\&_\.ant-slider-handle\]\:\!shadow-sm .ant-slider-handle{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\[\&_\.ant-slider-track\]\:\!bg-indigo-200 .ant-slider-track{--tw-bg-opacity:1!important;background-color:rgb(199 210 254/var(--tw-bg-opacity))!important}.dark .dark\:\[\&_\.ant-table-cell-fix-left\]\:\!bg-inherit .ant-table-cell-fix-left{background-color:inherit!important}.dark .dark\:\[\&_\.ant-table-container\]\:\!border-\[var\(--surface-border\)\] .ant-table-container{border-color:var(--surface-border)!important}.dark .dark\:\[\&_\.ant-table-placeholder\>td\]\:\!bg-transparent .ant-table-placeholder>td{background-color:transparent!important}.dark .dark\:\[\&_\.ant-table-placeholder\>td\]\:\!text-\[var\(--text-secondary\)\] .ant-table-placeholder>td{color:var(--text-secondary)!important}.\[\&_\.ant-table-tbody\>tr\.ant-table-row\:hover\>td\]\:\!bg-transparent .ant-table-tbody>tr.ant-table-row:hover>td{background-color:transparent!important}.\[\&_\.ant-table-tbody\>tr\>td\]\:\!py-1\.5 .ant-table-tbody>tr>td{padding-bottom:.375rem!important;padding-top:.375rem!important}.\[\&_\.ant-table-tbody\>tr\>td\]\:text-xs .ant-table-tbody>tr>td{font-size:.75rem;line-height:1rem}.dark .dark\:\[\&_\.ant-table-tbody\>tr\>td\]\:\!border-\[var\(--surface-border\)\] .ant-table-tbody>tr>td{border-color:var(--surface-border)!important}.dark .dark\:\[\&_\.ant-table-tbody\>tr\>td\]\:\!text-\[var\(--text-primary\)\] .ant-table-tbody>tr>td{color:var(--text-primary)!important}.\[\&_\.ant-table-thead\>tr\>th\]\:\!bg-gray-50 .ant-table-thead>tr>th{--tw-bg-opacity:1!important;background-color:rgb(249 250 251/var(--tw-bg-opacity))!important}.\[\&_\.ant-table-thead\>tr\>th\]\:\!py-3 .ant-table-thead>tr>th{padding-bottom:.75rem!important;padding-top:.75rem!important}.\[\&_\.ant-table-thead\>tr\>th\]\:text-xs .ant-table-thead>tr>th{font-size:.75rem;line-height:1rem}.\[\&_\.ant-table-thead\>tr\>th\]\:font-semibold .ant-table-thead>tr>th{font-weight:600}.\[\&_\.ant-table-thead\>tr\>th\]\:text-gray-700 .ant-table-thead>tr>th{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.dark .dark\:\[\&_\.ant-table-thead\>tr\>th\]\:\!border-\[var\(--surface-border\)\] .ant-table-thead>tr>th{border-color:var(--surface-border)!important}.dark .dark\:\[\&_\.ant-table-thead\>tr\>th\]\:\!bg-\[var\(--surface-background\)\] .ant-table-thead>tr>th{background-color:var(--surface-background)!important}.dark .dark\:\[\&_\.ant-table-thead\>tr\>th\]\:\!text-\[var\(--text-primary\)\] .ant-table-thead>tr>th{color:var(--text-primary)!important}.dark .dark\:\[\&_\.ant-table\]\:\!bg-transparent .ant-table{background-color:transparent!important}.\[\&_\.anticon\:focus\]\:\!text-gray-900 .anticon:focus{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.\[\&_\.anticon\:focus\]\:\!text-white .anticon:focus{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\[\&_\.anticon\:hover\]\:\!text-gray-900 .anticon:hover{--tw-text-opacity:1!important;color:rgb(17 24 39/var(--tw-text-opacity))!important}.\[\&_\.anticon\:hover\]\:\!text-white .anticon:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\[\&_\.anticon\]\:text-\[14px\] .anticon{font-size:14px}.\[\&_\.anticon\]\:text-base .anticon{font-size:1rem;line-height:1.5rem}.\[\&_\.anticon\]\:leading-none .anticon{line-height:1}.\[\&_\.anticon\]\:\!text-gray-400 .anticon{--tw-text-opacity:1!important;color:rgb(156 163 175/var(--tw-text-opacity))!important}.\[\&_\.anticon\]\:\!text-gray-700 .anticon{--tw-text-opacity:1!important;color:rgb(55 65 81/var(--tw-text-opacity))!important}.\[\&_\.anticon\]\:\!text-inherit .anticon{color:inherit!important}.\[\&_\.anticon\]\:\!text-red-500 .anticon{--tw-text-opacity:1!important;color:rgb(239 68 68/var(--tw-text-opacity))!important}.\[\&_\.anticon\]\:\!text-white .anticon{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}