*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}html,body,*{font-family:Inter,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;color:#333}#root{height:100%;width:100%;padding:8px;box-sizing:border-box}.app{height:100%;width:100%;background-color:#f9f9f9;display:grid;grid-template-columns:auto 1fr;overflow:hidden}.main-content{height:100%;overflow:hidden;min-width:0}.loading-screen,.error-screen{position:fixed;inset:0;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:9999}.error-screen__content{text-align:center;max-width:600px;width:100%;padding:32px}.error-screen__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500;margin:0 0 8px}.error-screen__message{color:#727272;font-size:16px;line-height:24px;font-weight:400;margin-bottom:32px}.error-screen__button-wrapper{width:100%;max-width:fit-content;margin:0 auto}.error-screen__button-wrapper .button{width:100%}.toast__container{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast__container>*{pointer-events:auto}.toast{display:flex;align-items:center;gap:12px;background-color:#1f1f1f;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:14px;line-height:20px;margin:0 auto;animation:toastSlideIn .3s ease-out}.toast--exiting{animation:toastSlideOut .3s ease-in}.toast--persistent{max-width:min(660px,100vw - 32px);align-items:flex-start}.toast--persistent .toast__message{text-align:left}.toast__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px}.toast__message{flex:1;text-align:center}.toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:-4px -6px -4px 0;padding:4px 6px;border:none;background:transparent;color:#ffffffd9;cursor:pointer;border-radius:4px}.toast__close:hover{color:#fff;background:#ffffff14}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.sidebar{height:100%;display:flex;flex-direction:column;padding:12px 14px 12px 6px;min-width:fit-content;flex-shrink:0}.sidebar__logo{display:flex;align-items:center;justify-content:center;text-decoration:none}.sidebar__logo-text{color:#1f1f1f;font-size:1.125rem;font-weight:400;line-height:1;display:flex;align-items:center;justify-content:center}.sidebar__header{display:flex;align-items:center;justify-content:center;width:100%}.sidebar__nav{flex:1;display:flex;flex-direction:column;justify-content:center;gap:12px}.sidebar__nav-item{display:flex;align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;font-size:.875rem;font-weight:400;position:relative}.sidebar__nav-item:hover .sidebar__nav-icon{background:#e5e7eb;opacity:1}.sidebar__nav-item:hover .sidebar__nav-label{display:block}.sidebar__nav-item--active .sidebar__nav-icon{background:#f0f0f0;opacity:1}.sidebar__nav-icon{padding:4px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;transition:background-color .2s ease,opacity .2s ease;opacity:.5}.sidebar__nav-icon svg{width:20px;height:20px;color:#1f1f1f}.sidebar__nav-label{position:absolute;left:100%;top:50%;transform:translateY(-50%);padding-left:28px;color:#636363;white-space:nowrap;z-index:1000;display:none;font-size:12px;line-height:16px;font-weight:400}.sidebar__footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px}.sidebar__support-button{padding:0}.sidebar__user-avatar{width:28px;height:28px;background:#e1e1e1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;text-decoration:none}.sidebar__user-avatar--clickable{cursor:pointer}.sidebar__user-avatar--clickable:hover{background:#d1d5db}.sidebar__user-avatar--disabled{cursor:default;opacity:.6}.sidebar__avatar-text{color:#1f1f1f;font-size:.875rem;font-weight:500}.support-popup{position:relative;background:#fff;border-radius:24px;width:100%;max-width:592px;max-height:90vh;min-height:0;overflow:visible;animation:supportPopupSlideIn .2s ease-out;display:flex;flex-direction:column;gap:24px;padding:24px;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.support-popup__top-bar{display:flex;justify-content:flex-end;flex-shrink:0}.support-popup__close{background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;color:#818181;transition:all .2s ease}.support-popup__close:hover{background:#f0f0f0;color:#1f1f1f}.support-popup__close svg{width:20px;height:20px}.support-popup__step-header{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.support-popup__content-heading{font-size:20px;line-height:32px;font-weight:500;color:#1f1f1f}.support-popup__content-subheading{margin:0;font-size:14px;line-height:20px;font-weight:400;color:#727272}.support-popup__body{flex:1;min-height:0;display:flex;flex-direction:column;gap:24px;overflow-x:hidden;overflow-y:auto}.support-popup__domain-pills{display:flex;flex-wrap:wrap;gap:8px;box-sizing:border-box}.support-popup__pill{border-radius:999px;padding:8px 14px;font-size:13px;line-height:18px;border:1px solid #d9d9d9;background:#fff;cursor:pointer;color:#1f1f1f;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.support-popup__pill:hover:not(:disabled):not(.support-popup__pill--selected){box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.support-popup__pill:disabled{opacity:.6;cursor:not-allowed}.support-popup__pill--selected{border-color:#1f1f1f;background:#fff;color:#1f1f1f;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.support-popup__pill--selected:hover:not(:disabled){box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.support-popup__textarea{width:100%;min-width:0;padding:12px 16px;border:1px solid #d9d9d9;border-radius:12px;font-size:14px;line-height:24px;color:#1f1f1f;transition:border-color .2s ease;outline:none;background:#fff;box-sizing:border-box;resize:vertical;font-family:inherit}.support-popup__textarea::placeholder{color:#1f1f1f4d}.support-popup__textarea:focus{border-color:#1f1f1f}.support-popup__textarea:disabled{opacity:.7}.support-popup__footer{display:flex;gap:12px;justify-content:flex-end;position:relative;min-height:40px;flex-shrink:0;padding-bottom:8px}.support-popup__spinner-container{display:flex;align-items:center;justify-content:center;width:100%;position:absolute;inset:0}.support-popup__success{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;justify-content:center;padding:0 16px 32px;gap:12px;min-height:200px}.support-popup__success-icon{width:48px;height:48px;border-radius:50%;border:1.5px solid #1f1f1f;background:#1f1f1f;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin-bottom:4px}.support-popup__success-icon svg{width:20px;height:20px;color:#fff;flex-shrink:0}.support-popup__success-heading{font-size:20px;line-height:32px;font-weight:500;color:#1f1f1f}.support-popup__success-subheading{margin:0;font-size:14px;line-height:20px;font-weight:400;color:#727272;max-width:400px}@keyframes supportPopupSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.redline{max-width:none;margin:0;display:flex;flex-direction:column;height:100%;min-height:0;position:relative}.redline__main-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:auto;max-width:100%;box-sizing:border-box;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.redline__content{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;min-width:1180px;padding:96px 88px 20px;box-sizing:border-box;width:100%;height:100%;min-height:600px;z-index:1;align-items:center;overflow:hidden}.redline__upload-section{flex:1 1 0;display:flex;min-height:0;flex-direction:column;padding:0 0 100px;width:100%;align-items:center;overflow:hidden;gap:40px}.redline__expert-selection-header{width:100%;display:flex;flex-direction:column;gap:12px;text-align:center}.redline__expert-selection-title{margin:0;font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f}.redline__expert-selection-description{margin:0 auto;max-width:860px;font-size:14px;line-height:20px;color:#727272}.redline__title-input-container{width:100%}.redline__title-input{width:100%;padding:12px 16px;font-size:28px;line-height:32px;font-weight:500;border:none;border-radius:0;color:#1f1f1f;background:transparent;outline:none;transition:all .2s ease;text-align:center}.redline__title-input::placeholder{color:#1f1f1f40}.redline__title-input:focus{outline:none}.redline__loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.redline__generate-button{margin-bottom:0;flex-shrink:0}.redline__main-layout{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;gap:6px}.redline__document-viewer-section{flex:2;display:flex;flex-direction:column;overflow:hidden;padding:88px 120px 8px;min-width:740px;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.document-viewer{width:100%;min-width:694px;max-width:1400px;height:100%;overflow-y:auto;display:flex;flex-direction:column;position:relative;align-self:center}.document-viewer__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;font-size:14px;font-weight:400;line-height:20px;color:#727272}.document-viewer__placeholder p{margin:0}.document-viewer__disclaimer{margin-top:12px;padding:0;font-size:12px;line-height:16px;font-weight:400;color:#8c8c8c;text-align:center}.edit-popup{background:#fff;border-radius:24px;width:100%;max-width:550px;max-height:90vh;overflow:hidden;animation:editPopupSlideIn .2s ease-out;padding:32px 24px 24px;display:flex;flex-direction:column;gap:32px}.edit-popup__content{display:flex;flex-direction:column;gap:24px}.edit-popup__input{width:100%;padding:12px 16px;border:1px solid #D9D9D9;border-radius:12px;font-size:16px;line-height:24px;font-weight:400;transition:border-color .2s ease;box-sizing:border-box;height:48px;resize:vertical}.edit-popup__input::placeholder{color:#8c8c8c;font-weight:400}.edit-popup__input:focus{outline:none;border:1.5px solid #1f1f1f}.edit-popup__input[rows]{height:auto;min-height:96px}.edit-popup__footer{display:flex;gap:12px;justify-content:flex-end;position:relative;min-height:40px}.edit-popup__spinner-container{display:flex;align-items:center;justify-content:center;width:100%;position:absolute;inset:0}@keyframes editPopupSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.delete-confirmation-modal{background:#fff;border-radius:24px;width:480px;overflow:hidden;animation:deleteConfirmationSlideIn .2s ease-out;padding:32px 24px 24px;display:flex;flex-direction:column;text-align:center}.delete-confirmation-modal__title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin-bottom:8px}.delete-confirmation-modal__message{font-size:16px;line-height:24px;font-weight:400;color:#1f1f1f;margin-bottom:32px}.delete-confirmation-modal__footer{display:flex;gap:12px;justify-content:flex-end;position:relative}.delete-confirmation-modal__spinner-container{display:flex;align-items:center;justify-content:center;width:100%}@keyframes deleteConfirmationSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.tooltip{position:absolute;z-index:10000;background-color:#f0f0f0;padding:4px 8px;border-radius:8px;font-size:10px;line-height:14px;font-weight:400;color:#1f1f1f;pointer-events:none}.tooltip--single-line{white-space:nowrap;max-width:none}.tooltip--wrap{white-space:normal;word-wrap:break-word;max-width:300px}.tooltip strong,.tooltip b{font-weight:600}.tooltip em,.tooltip i{font-style:italic}.tooltip p{margin:0 0 4px}.tooltip p:last-child{margin-bottom:0}.tooltip br{line-height:14px}.tooltip:before{content:"";position:absolute;width:0;height:0;border-style:solid}.tooltip--top:before{bottom:-6px;border-width:6px 6px 0 6px;border-color:#F0F0F0 transparent transparent transparent}.tooltip--top.tooltip--align-left:before{left:12px;transform:none}.tooltip--top.tooltip--align-right:before{right:12px;left:auto;transform:none}.tooltip--top.tooltip--align-center:before{left:50%;transform:translate(-50%)}.tooltip--bottom:before{top:-6px;border-width:0 6px 6px 6px;border-color:transparent transparent #F0F0F0 transparent}.tooltip--bottom.tooltip--align-left:before{left:12px;transform:none}.tooltip--bottom.tooltip--align-right:before{right:12px;left:auto;transform:none}.tooltip--bottom.tooltip--align-center:before{left:50%;transform:translate(-50%)}.tooltip--left:before{right:-6px;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent #F0F0F0}.tooltip--right:before{left:-6px;top:50%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent #F0F0F0 transparent transparent}.inline-error-retry{font-size:13px;color:#727272;margin:0}.inline-error-retry__action{background:none;border:none;padding:0;font-size:inherit;color:#1f1f1f;text-decoration:underline;cursor:pointer}.inline-error-retry__action:hover{opacity:.8}.historical-listing__wrapper{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow-y:auto;padding:96px 88px 50px;box-sizing:border-box}.historical-listing__page-content{width:100%;max-width:1400px;min-width:800px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}.historical-listing{display:flex;flex-direction:column;width:100%;flex:1 1 auto;height:100%;min-height:0}.historical-listing__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.historical-listing__title{margin:0;font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f}.historical-listing__content{flex:1;overflow-y:auto;overflow-x:hidden;padding-top:8px;min-height:150px}.historical-listing__error{text-align:center;padding:2rem}.historical-listing__items{display:flex;flex-direction:column;gap:12px;padding:0}.historical-listing__item{background:transparent;border:1px solid #E9E9E9;border-radius:24px;padding:24px;min-height:120px;cursor:pointer;transition:all .2s ease;display:flex;align-items:stretch;gap:16px;position:relative;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.historical-listing__item:hover{background-color:#fff;box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.historical-listing__item:hover .historical-listing__item-actions{opacity:1}.historical-listing__item-content{flex:1 1 auto;width:100%;display:flex;flex-direction:column;gap:4px;align-self:stretch}.historical-listing__item-title{font-weight:500;color:#1f1f1f;font-size:16px;line-height:24px;margin:0}.historical-listing__item-description{color:#727272;font-size:14px;line-height:24px;font-weight:400;margin:0}.historical-listing__item-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;color:#727272;font-size:14px;line-height:24px;font-weight:400}.historical-listing__item-creator{margin:0;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.historical-listing__item-date{margin:0;flex-shrink:0;text-align:right}.historical-listing__item-actions{display:flex;gap:8px;opacity:0;transition:opacity .15s ease-in-out;position:absolute;top:24px;right:24px}.historical-listing__action-button{background:none;border:none;border-radius:8px;padding:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.historical-listing__action-button:hover{background:#f0f0f0}.historical-listing__action-button--edit{color:#6b7280}.historical-listing__action-button--edit:hover{color:#374151;background:#f0f0f0}.historical-listing__action-button--delete:hover{background:#f0f0f0}.historical-listing--empty,.historical-listing--loading{padding:0;flex:1;min-height:0;display:flex;justify-content:center;align-items:center}.historical-listing__create-button--centered{margin:0}.document-sidebar{flex:1;display:flex;flex-direction:column;min-width:450px;max-width:500px;gap:20px;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.document-sidebar__header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding:20px 20px 0}.document-sidebar__title{margin-right:8px;font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;border-radius:12px;padding:6px 8px;background:transparent;border:none;outline:none;flex:1}.document-sidebar__export-loading{display:flex;align-items:center;justify-content:center}.document-sidebar__content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:0 20px 20px}.document-sidebar__summary-card{background:#f9f9f9;border-radius:16px;padding:16px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.document-sidebar__summary-card p{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.document-sidebar__summary-text{margin:0;white-space:pre-wrap}.document-sidebar__summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.document-sidebar__summary-sources{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-top:8px;margin-bottom:20px}.document-sidebar__summary-sources-label{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f}.document-sidebar__summary-sources-list{display:flex;flex-direction:column;align-items:flex-start;width:100%;font-size:14px;line-height:20px;font-weight:500;color:#1f1f1f}.document-sidebar__summary-sources-row{max-width:100%}.document-sidebar__summary-sources-file{cursor:pointer;text-decoration:underline;font:inherit;font-weight:500;color:inherit;overflow-wrap:anywhere;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.document-sidebar__summary-title{display:flex;align-items:center;gap:6px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.document-sidebar__summary-title-icon{display:flex;align-items:center;flex-shrink:0;width:16px;height:16px}.document-sidebar__risk-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.document-sidebar__risk-tag{padding:4px 8px;border-radius:8px;font-size:12px;line-height:16px;font-weight:500}.document-sidebar__risk-tag--high{background-color:#ff44001a;color:#cd1d1d}.document-sidebar__risk-tag--medium{background-color:#d99e001a;color:#d99e00}.document-sidebar__risk-tag--low{background-color:#26a0001a;color:#1d7a00}.document-sidebar__separator{height:1px;background-color:#f0f0f0;width:100%;flex-shrink:0}.document-sidebar__progress{display:flex;flex-direction:column;gap:8px}.document-sidebar__progress-text{font-size:12px;line-height:16px;font-weight:400;color:#727272}.document-sidebar__progress-count--active{color:#1f1f1f;font-weight:500}.document-sidebar__progress-bar{width:100%;height:4px;background-color:#e8e8e8;border-radius:9999px;overflow:hidden}.document-sidebar__progress-fill{height:100%;background-color:#1f1f1f;border-radius:9999px;transition:width .3s ease}.document-sidebar__items-section{flex:1}.document-sidebar__risk-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;justify-content:space-between;width:100%}.document-sidebar__risk-tab{border:none;background:transparent;padding:8px 12px;border-radius:12px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.document-sidebar__risk-tab--active{background:#f0f0f0}.document-sidebar__risk-tab:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.document-sidebar__no-items-message{text-align:center;color:#727272;padding:32px 16px;font-size:14px;line-height:20px;font-weight:400}.document-sidebar__item-group-list{display:flex;flex-direction:column;gap:20px}.document-sidebar__item-group{display:flex;flex-direction:column}.document-sidebar__item-group-title{font-size:14px;line-height:20px;font-weight:600;color:#1f1f1f;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.document-sidebar__item-group-title span{flex:1}.document-sidebar__item-group-title svg{width:20px;height:20px;flex-shrink:0}.document-sidebar__item-list{display:flex;flex-direction:column;gap:8px}.document-sidebar__item{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #d9d9d9;gap:8px;padding:12px 16px 16px;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer}.document-sidebar__item--selected{border-color:#1f1f1f}.document-sidebar__item--processed{background:#f9f9f9}.document-sidebar__item-header{padding:8px 0}.document-sidebar__item-details{display:flex;flex-direction:column;gap:16px}.document-sidebar__item-header-content{display:flex;align-items:center;gap:12px}.document-sidebar__item-header-content:not(:has(.document-sidebar__item-action-label)) .document-sidebar__item-title{flex:1}.document-sidebar__risk-indicator{width:6px;height:6px;border-radius:50%;flex-shrink:0}.document-sidebar__item-title{font-weight:500;color:#1f1f1f;font-size:14px;line-height:16px;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.document-sidebar__expand-icon{padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center}.document-sidebar__expand-icon>svg{width:16px;height:16px}.document-sidebar__expand-icon:hover{background:#f0f0f0}.document-sidebar__detail-section{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.document-sidebar__detail-title{font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;margin-bottom:8px}.document-sidebar__detail-text{font-size:14px;line-height:20px;font-weight:400;color:#727272}.document-sidebar__item-action-label{font-size:14px;line-height:16px;font-weight:400;color:#727272;flex:1}.document-sidebar__item-edit-container{display:flex;flex-direction:column;margin-top:4px}.document-sidebar__item-edit-textarea{width:100%;padding:12px 16px;border:1.5px solid #1f1f1f;border-radius:12px;font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;background:#fff;transition:border-color .2s ease;resize:vertical;min-height:60px}.document-sidebar__item-edit-textarea:focus{outline:none;border-color:#1f1f1f}.document-sidebar__actions{display:flex;gap:8px;justify-content:space-between;align-items:center;margin-top:4px}.document-sidebar__actions--editing{justify-content:flex-end}.document-sidebar__action-group{display:flex;gap:8px}.document-sidebar__action-group--left{margin-right:auto}.document-sidebar__action-group--center{margin-left:auto;margin-right:auto}.document-sidebar__action-group--right{margin-left:auto}.document-sidebar__edit-button{background:transparent;border:none;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:9999px}.document-sidebar__edit-button:hover{background:#f5f5f5}.document-sidebar__edit-button svg{display:block}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.not-found__title{font-size:4rem;font-weight:700;margin:0 0 1rem;color:#1f1f1f;text-align:center}.not-found__message{font-size:1.5rem;color:#727272;margin:0;text-align:center}.vault{width:100%;height:100%;min-height:0}.vault__page-shell{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;background:#fff;border-radius:16px;border:.5px solid #e8e8e8}.vault__page-main{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden;padding:96px 88px 50px;box-sizing:border-box}.vault__page-content{width:100%;max-width:1400px;min-width:800px;flex:1;min-height:0;margin:0 auto;display:flex;flex-direction:column;overflow:hidden}.vault__page-header{flex-shrink:0;display:flex;flex-direction:column}.vault__page-header-content{display:flex;flex-direction:column;gap:20px}.vault__page-title{margin:0;font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f}.vault__page-header-text{margin:0;font-size:14px;line-height:20px;color:#727272}.vault__list-scroll{margin-top:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.vault__status{min-height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#727272}.vault__memoria-card-wrap--picker{position:relative}.vault__memoria-picker-toggle{position:absolute;top:12px;right:12px;z-index:2;width:22px;height:22px;min-width:22px;min-height:22px;padding:0;border-radius:50%;border:1.5px solid #c4c4c4;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease}.vault__memoria-picker-toggle svg{width:12px;height:12px;color:#fff;flex-shrink:0}.vault__memoria-card-wrap--picker--selected .vault__memoria-picker-toggle{border-color:#1f1f1f;background:#1f1f1f}.vault__memoria-slot-badge{position:absolute;top:12px;left:12px;z-index:2;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#1f1f1f;color:#fff;font-size:11px;font-weight:600;line-height:20px;text-align:center}.vault__memoria-card-wrap--picker .vault__memoria-card{width:100%}.vault__memoria-card-wrap--picker .vault__memoria-card-main{padding-right:36px}.vault__memoria-card{box-sizing:border-box;width:100%;flex:0 1 auto;max-width:100%;height:fit-content;padding:16px 20px;border-radius:24px;border:1px solid #e8e8e8;background:#fff;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a;transition:box-shadow .2s ease,border-color .2s ease;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:16px;text-align:left;font:inherit;color:inherit}.vault__memoria-card:hover{box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.vault__memoria-card--active{border-color:#dcdcdc;background:#fcfcfc}.vault__memoria-card-thumb{width:60px;height:60px;min-width:60px;border-radius:12px;background:#f9f9f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1f1f1f}.vault__memoria-card-thumb svg{width:20px;height:20px;display:block;flex-shrink:0}.vault__memoria-card-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.vault__memoria-card-title{margin:0;width:100%;min-width:0;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vault__memoria-card-meta{margin:4px 0 0;width:100%;min-width:0;font-size:12px;line-height:16px;font-weight:400;color:#727272;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vault__memoria-card-apps{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}.vault__memoria-card-app{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:#1f1f1f}.vault__memoria-card-app svg{width:20px;height:20px;display:block}.vault__backdrop{position:fixed;inset:0;background:#0003;z-index:99}.vault__detail-rail{position:fixed;inset:8px 8px 8px auto;z-index:100;box-sizing:border-box;display:flex;flex-direction:row;align-items:stretch;gap:8px;height:calc(100vh - 16px);width:min(max-content,100vw - 16px);min-width:0;max-width:calc(100vw - 16px);overflow-x:auto;overflow-y:hidden}.vault__detail-rail .vault-sidebar{position:static;box-sizing:border-box;flex:0 0 480px;width:480px;height:100%;box-shadow:-4px 0 24px #00000014}.vault__document-viewer-slot{flex:0 0 auto;min-height:0;height:100%;display:flex;flex-direction:column;align-items:stretch}.vault-selection__scroll{max-height:min(520px,55vh);overflow-y:auto;overflow-x:auto;padding:4px 2px 12px}.resource-grid-toolbar{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px;flex-shrink:0;flex-wrap:wrap}.resource-grid-toolbar__search-field{position:relative;flex:0 0 330px;width:330px;max-width:330px;box-sizing:border-box;display:flex;align-items:flex-end}.resource-grid-toolbar__search-icon{position:absolute;left:0;bottom:7px;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#1f1f1f47;line-height:0}.resource-grid-toolbar__search-icon svg{display:block}.resource-grid-toolbar__search{box-sizing:border-box;width:100%;min-width:0;margin:0;padding:6px 10px;height:auto;min-height:0;border:none;border-bottom:1px solid transparent;border-radius:0;background:transparent;box-shadow:none;font-family:inherit;font-size:14px;line-height:20px;color:#1f1f1f;transition:border-bottom-color .15s ease}.resource-grid-toolbar__search--with-icon{padding-left:22px}.resource-grid-toolbar__search--has-clear{padding-right:28px}.resource-grid-toolbar__search--border-visible{border-bottom-color:#1f1f1f38}.resource-grid-toolbar__search:focus{outline:none}.resource-grid-toolbar__search::-webkit-search-decoration,.resource-grid-toolbar__search::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.resource-grid-toolbar__search-clear{position:absolute;right:0;bottom:4px;display:flex;align-items:center;justify-content:center;margin:0;padding:2px;border:none;border-radius:0;background:none;cursor:pointer;color:#1f1f1f52;line-height:0;transition:color .15s ease}.resource-grid-toolbar__search-clear:hover{color:#1f1f1f80}.resource-grid-toolbar__search-clear:focus{outline:none}.resource-grid-toolbar__search-clear:focus-visible{color:#1f1f1f8c}.resource-grid-toolbar__search-clear svg{display:block}.resource-grid-toolbar__sort{display:inline-flex;flex-direction:row;align-items:flex-end;gap:8px;flex-shrink:0;margin-left:auto}.resource-grid-toolbar__sort-label{display:block;font-size:14px;line-height:16px;font-weight:400;color:#727272;white-space:nowrap}.resource-grid-toolbar__sort-wrap{position:relative;display:inline-flex;align-items:flex-end}.resource-grid-toolbar__sort-trigger{display:inline-flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:4px;margin:0;padding:0;min-width:0;border:none;border-radius:0;background:none;font-family:inherit;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;cursor:pointer}.resource-grid-toolbar__sort-trigger:focus{outline:none}.resource-grid-toolbar__sort-trigger-text{display:block;text-align:left;line-height:16px}.resource-grid-toolbar__sort-trigger-chevron{display:flex;flex-shrink:0;align-items:flex-end;justify-content:center;line-height:0}.resource-grid-toolbar__sort-trigger-chevron svg{display:block;width:16px;height:16px}.resource-grid-toolbar__sort-backdrop{position:fixed;inset:0;z-index:200}.resource-grid-toolbar__sort-menu{position:absolute;top:100%;right:0;margin-top:4px;box-sizing:border-box;width:max-content;min-width:100%;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 4px 16px #0000001f;z-index:201;padding:4px 0}.resource-grid-toolbar__sort-menu-item{display:block;width:100%;box-sizing:border-box;padding:8px 16px;text-align:left;border:none;background:none;font-family:inherit;font-size:14px;line-height:20px;color:#1f1f1f;white-space:nowrap;cursor:pointer}.resource-grid-toolbar__sort-menu-item:hover{background:#f5f5f5}.resource-grid-toolbar__sort-menu-item--selected{font-weight:500}.vault-grid{display:flex;flex-direction:column;gap:32px;width:100%;min-height:0;flex:1}.vault-grid__items{display:flex;flex-wrap:wrap;gap:16px;align-content:flex-start;width:100%}.vault-grid__items>.vault__memoria-card,.vault-grid__items>.vault__memoria-card-wrap--picker{flex:0 0 322px;width:322px;min-width:0;max-width:322px;box-sizing:border-box}.vault-grid__load-more{display:flex;align-items:center;justify-content:center;flex-basis:100%;width:100%;box-sizing:border-box;padding:24px 0 8px;min-height:48px}.vault-grid__status{min-height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#727272}.vault-grid__status--loading{flex:1}.vault-grid__status--empty{text-align:center;font-size:14px;line-height:20px}.vault-grid__empty-text{margin:0;color:#727272;font-size:14px;line-height:20px;font-weight:400}.document-viewer-modal{background:#fff;border-radius:16px;border:.5px solid #E8E8E8;height:100%;width:100%;max-width:800px;min-width:500px;display:flex;flex-direction:column;animation:documentViewerModalSlideIn .2s ease-out;overflow:hidden}.document-viewer-modal--no-header .document-viewer-modal__body{padding-top:24px}.document-viewer-modal__header{flex-shrink:0;padding:14px 14px 0;display:flex;align-items:center;justify-content:flex-end}.document-viewer-modal__header-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.document-viewer-modal__header-action{padding:8px;border:none;background:none;cursor:pointer;color:#1f1f1f;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.document-viewer-modal__header-action:hover{background:#f5f5f5}.document-viewer-modal__header-action svg{width:20px;height:20px}.document-viewer-modal__body{flex:1;min-height:0;padding:0 24px 24px}.document-viewer-modal__loading{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.document-viewer-modal__no-relevant-info-banner{position:sticky;top:0;z-index:2;background:#f5f5f5;color:#1f1f1f;border:.5px solid #E8E8E8;border-radius:8px;padding:12px 16px;text-align:center;width:100%;margin:12px 0;font-size:14px;line-height:1.35;pointer-events:none}@keyframes documentViewerModalSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.vault-sidebar{width:100%;max-width:480px;background:#fff;border-radius:16px;border:.5px solid #e8e8e8;display:flex;flex-direction:column;overflow:hidden}.vault-sidebar--loading{align-items:center;justify-content:center}.vault-sidebar__header{flex-shrink:0;padding:24px 24px 0;display:flex;align-items:center;justify-content:flex-end}.vault-sidebar__header-actions{display:flex;align-items:center;gap:8px}.vault-sidebar__actions-wrap{position:relative}.vault-sidebar__actions-trigger{background:none;border:none;padding:4px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1f1f1f;transition:background-color .2s ease,color .2s ease}.vault-sidebar__actions-trigger:hover{background:#f0f0f0;color:#1f1f1f}.vault-sidebar__actions-trigger svg{width:20px;height:20px}.vault-sidebar__actions-backdrop{position:fixed;inset:0;z-index:0}.vault-sidebar__actions-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:140px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 4px 16px #0000001f;z-index:1;padding:4px 0}.vault-sidebar__actions-menu button{display:block;width:100%;padding:8px 16px;text-align:left;border:none;background:none;font-size:14px;line-height:20px;color:#1f1f1f;cursor:pointer}.vault-sidebar__actions-menu button:hover{background:#f5f5f5}.vault-sidebar__close{background:none;border:none;padding:4px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1f1f1f;transition:background-color .2s ease,color .2s ease}.vault-sidebar__close:hover{background:#f0f0f0}.vault-sidebar__close svg{width:20px;height:20px}.vault-sidebar__summary{flex-shrink:0;padding:24px 24px 0;display:flex;flex-direction:column;gap:0}.vault-sidebar__summary-body{display:flex;flex-direction:column;gap:0;align-items:flex-start;width:100%;min-width:0}.vault-sidebar__summary-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;width:52px;height:52px;padding:16px;border-radius:12px;border:none;background:#f9f9f9;color:#1f1f1f}.vault-sidebar__summary-icon-wrap svg{width:20px;height:20px;display:block;flex-shrink:0}.vault-sidebar__summary-title-btn{margin:16px 0 0;padding:0;width:100%;min-width:0;text-align:left;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere;background:none;border:none;cursor:pointer;font-family:inherit;border-radius:4px;transition:color .15s ease}.vault-sidebar__summary-title-btn:hover{color:#3d3d3d}.vault-sidebar__summary-title-btn:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.vault-sidebar__summary-meta{display:flex;flex-direction:column;gap:4px;margin-top:16px;width:100%}.vault-sidebar__summary-meta-row{margin:0}.vault-sidebar__summary-meta-row--metadata{font-size:12px;line-height:16px}.vault-sidebar__summary-meta-row--metadata .vault-sidebar__summary-meta-label{font-weight:400;color:#727272;margin-right:4px}.vault-sidebar__summary-meta-row--metadata .vault-sidebar__summary-meta-data{font-weight:500;color:#1f1f1f}.vault-sidebar__tabs{flex-shrink:0;display:flex;align-items:center;gap:8px;margin-top:24px;padding:0 24px}.vault-sidebar__tab{margin:0;padding:8px 12px;border:none;border-radius:12px;background:transparent;font-family:inherit;font-size:14px;line-height:16px;font-weight:500;color:#727272;cursor:pointer}.vault-sidebar__tab:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.vault-sidebar__tab--active{background:#f0f0f0;color:#1f1f1f}.vault-sidebar__separator{flex-shrink:0;height:1px;margin:24px;background:#e8e8e8;border:none;padding:0}.vault-sidebar__details{flex:1;min-height:0;overflow-y:auto;padding:0 24px 24px;display:flex;flex-direction:column}.vault-sidebar__tab-panel{display:flex;flex-direction:column;min-height:0}.vault-sidebar__summary-box{box-sizing:border-box;width:100%;padding:16px;border-radius:12px;background:#f9f9f9}.vault-sidebar__section--apply{margin-top:24px}.vault-sidebar__section-title{margin:0 0 16px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.vault-sidebar__summary-text{margin:0;color:#1f1f1f;font-size:14px;line-height:20px;white-space:pre-wrap}.vault-sidebar__timeline{display:flex;flex-direction:column;overflow:visible}.vault-sidebar__timeline-item{display:flex;align-items:stretch;gap:14px;width:100%;margin:0 0 28px;padding:12px 10px;border:none;background:transparent;border-radius:12px;cursor:pointer;font:inherit;text-align:left;box-sizing:border-box;transition:background-color .15s ease}.vault-sidebar__timeline-item:last-child{margin-bottom:0}.vault-sidebar__timeline-item:hover{background:#f9f9f9}.vault-sidebar__timeline-item:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.vault-sidebar__timeline-item:not(:first-child) .vault-sidebar__timeline-rail:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;top:-28px;height:calc(50% + 12px);background:#e8e8e8;z-index:0}.vault-sidebar__timeline-item:not(:last-child) .vault-sidebar__timeline-rail:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;top:calc(50% + 16px);height:calc(50% + 12px);background:#e8e8e8;z-index:0}.vault-sidebar__timeline-rail{position:relative;width:40px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch}.vault-sidebar__timeline-icon-box{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.vault-sidebar__timeline-icon-inner{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.vault-sidebar__timeline-icon-inner svg{width:20px;height:20px;max-width:100%;max-height:100%;display:block}.vault-sidebar__timeline-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;padding-top:2px}.vault-sidebar__timeline-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.vault-sidebar__timeline-type{font-size:13px;line-height:18px;font-weight:600;color:#1f1f1f}.vault-sidebar__timeline-date{flex-shrink:0;font-size:12px;line-height:18px;font-weight:400;color:#727272}.vault-sidebar__timeline-run-name{margin:4px 0 0;font-size:13px;line-height:18px;font-weight:400;color:#525252}.vault-sidebar__timeline-user-name{margin:8px 0 0;font-size:12px;line-height:16px;font-weight:400;color:#727272}.vault-sidebar__apply-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vault-sidebar__apply-btn{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;width:100%;margin:0;padding:12px;border:1px solid #e8e8e8;border-radius:16px;background:#fff;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a;cursor:pointer;font:inherit;text-align:left;color:#1f1f1f;transition:box-shadow .2s ease,border-color .2s ease}.vault-sidebar__apply-btn:hover{box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.vault-sidebar__apply-btn:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.vault-sidebar__apply-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.vault-sidebar__apply-icon svg{width:24px;height:24px;display:block}.vault-sidebar__apply-label{min-width:0;width:100%;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.vault-sidebar__select-footer{flex-shrink:0;display:flex;justify-content:flex-end;padding:20px 24px 24px;background:#fff}.document-uploader{width:100%}.document-uploader__hidden-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.document-uploader__popup-component,.document-uploader__popup-upload-area{width:100%}.document-uploader__popup-upload-area--disabled{pointer-events:none;opacity:.6}.document-uploader__popup-label{display:block;width:100%;padding:24px;border:1px dashed #e8e8e8;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fafafa}.document-uploader__popup-label:hover{border-color:#1f1f1f}.document-uploader__popup-label-content{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}.document-uploader__popup-label-stack{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.document-uploader__popup-label-stack svg{width:24px;height:24px;color:#818181}.document-uploader__popup-label-text{font-size:14px;line-height:20px;font-weight:500;color:#1f1f1f}.document-uploader__popup-label-hint{font-size:12px;line-height:16px;color:#818181}.document-uploader__popup-selected{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #e8e8e8;border-radius:12px;background:#fafafa;gap:12px}.document-uploader__popup-file-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.document-uploader__popup-file-info svg{width:20px;height:20px;color:#818181;flex-shrink:0}.document-uploader__popup-file-name{font-size:14px;line-height:20px;font-weight:500;color:#1f1f1f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-uploader__popup-file-remove{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#818181;transition:all .2s ease;flex-shrink:0}.document-uploader__popup-file-remove:hover{background:#e8e8e8;color:#1f1f1f}.document-uploader__popup-file-remove svg{width:16px;height:16px}.document-uploader__compare{display:flex;flex-direction:column;align-items:center;width:100%}.document-uploader__compare-row{display:flex;flex-wrap:wrap;gap:16px;width:100%;justify-content:center}.document-uploader__single{display:flex;gap:16px;width:100%;min-width:0;justify-content:center}.document-uploader__single .document-uploader__slot{flex:1 1 0;min-width:0;max-width:100%}.document-uploader__single .document-uploader__slot-container{display:flex;justify-content:center}.document-uploader__slot{display:flex;flex-direction:column}.document-uploader__slot-container{width:100%;min-width:0;overflow:hidden}.document-uploader__tile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:390px;min-height:240px;height:auto;padding:32px;border:1px dashed #D9D9D9;border-radius:20px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;position:relative}.document-uploader__tile--selected{background:#f9f9f9;border:none}.document-uploader__tile--selected:hover .document-uploader__slot-remove-btn{opacity:1}.document-uploader__upload-icon-wrapper{width:52px;height:52px;background:#f9f9f9;border-radius:9999px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.document-uploader__document-icon-wrapper{width:52px;height:52px;background:#f0f0f0;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.document-uploader__slot-title{font-size:16px;font-weight:500;color:#1f1f1f;margin:0 0 4px;line-height:24px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.document-uploader__slot-subtitle{font-size:14px;font-weight:400;color:#727272;margin:0;line-height:20px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.document-uploader__slot-filename{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;text-align:center;margin:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.document-uploader__slot-actions{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:8px;flex-shrink:0}.document-uploader__slot-remove-btn{background:transparent;color:#1f1f1f;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1;flex-shrink:0;border-radius:50%;transition:all .2s ease;opacity:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.document-uploader__dropzone{display:flex;flex-direction:column;border:1px dashed #D9D9D9;border-radius:20px;width:794px;max-width:100%;min-width:0;min-height:276px;height:auto;padding:32px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;box-sizing:border-box;align-items:center;justify-content:center;position:relative;overflow:hidden}.document-uploader__dropzone--selected{background:#f9f9f9;border:none;gap:0}.document-uploader__dropzone--selected:hover .document-uploader__slot-remove-btn{opacity:1}.document-uploader__drop-labels{display:flex;flex-direction:column;gap:4px;min-width:0;max-width:100%}.document-uploader__drop-title{font-weight:500;font-size:16px;line-height:24px;color:#1f1f1f;margin:0}.document-uploader__drop-description{font-weight:400;font-size:14px;line-height:24px;color:#727272;margin:0}.document-uploader__list-section{display:flex;flex-direction:column;background:#fff;border-radius:24px;padding:24px;width:100%;box-sizing:border-box;overflow:hidden;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a;border:1px solid #e8e8e8}.document-uploader__list-header{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #E8E8E8}.document-uploader__list-header:hover .document-uploader__list-add-btn,.document-uploader__list-header:hover .document-uploader__list-trash-btn{opacity:1}.document-uploader__list-header-left{display:flex;align-items:center;gap:6px}.document-uploader__list-title{font-weight:500;font-size:14px;line-height:16px;color:#1f1f1f}.document-uploader__list-count{display:inline-flex;align-items:center;justify-content:center;padding:4px;min-width:24px;max-height:20px;background:#0000001a;border-radius:9999px;font-weight:500;font-size:12px;line-height:20px;color:#1f1f1f}.document-uploader__list-header-right{display:flex;align-items:center;gap:6px}.document-uploader__list-add-btn,.document-uploader__list-trash-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background-color .2s ease}.document-uploader__list-add-btn:hover,.document-uploader__list-trash-btn:hover{background:#f0f0f0}.document-uploader__list-add-btn svg,.document-uploader__list-trash-btn svg{display:block}.document-uploader__list-add-btn--disabled{cursor:not-allowed;pointer-events:none}.document-uploader__list-add-btn--disabled svg{opacity:.4}.document-uploader__list{display:flex;flex-direction:column;overflow-y:auto;flex:1;min-height:0}.document-uploader__item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #E8E8E8}.document-uploader__item:hover .document-uploader__item-trash-btn{opacity:1}.document-uploader__item:last-child{border-bottom:none}.document-uploader__item-name{font-weight:400;color:#1f1f1f;font-size:14px;line-height:20px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-uploader__item-trash-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}.document-uploader__item-trash-btn:hover{background:#f0f0f0}.document-uploader__item-trash-btn svg{display:block}.document-uploader__limit-label{flex-shrink:0;margin:24px 0 0;padding:0;width:100%;max-width:100%;box-sizing:border-box;text-align:center;font-size:12px;line-height:16px;font-weight:500;color:#727272}.document-uploader__multiselect-empty{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.document-uploader__source-shell{display:flex;flex-direction:column;gap:24px;width:100%}.document-uploader__source-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}.document-uploader__source-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;border:1px solid transparent;background:transparent;font:inherit;font-size:14px;font-weight:500;color:#727272;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.document-uploader__source-tab:hover:not(:disabled){color:#1f1f1f;background:#f5f5f5}.document-uploader__source-tab:disabled{opacity:.5;cursor:not-allowed}.document-uploader__source-tab--active{color:#1f1f1f;background:#f0f0f0;border-color:#e8e8e8}.document-uploader__source-tab-icon{display:flex;align-items:center;justify-content:center;color:inherit}.document-uploader__source-tab-icon svg{width:18px;height:18px;display:block}.document-uploader__source-badge{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e8e8e8;color:#1f1f1f;font-size:12px;font-weight:600;line-height:20px;text-align:center}.document-uploader__source-tab--active .document-uploader__source-badge{background:#dcdcdc}.document-uploader__source-panel{width:100%;min-width:0}.expert-sidebar{position:static;box-sizing:border-box;flex:0 0 480px;width:480px;max-width:480px;height:100%;background:#fff;border-radius:16px;border:.5px solid #e8e8e8;box-shadow:-4px 0 24px #00000014;display:flex;flex-direction:column;overflow:hidden}.expert-sidebar__header{flex-shrink:0;padding:24px 24px 0;display:flex;align-items:center;justify-content:flex-end}.expert-sidebar__header-actions{display:flex;align-items:center;gap:8px}.expert-sidebar__actions-wrap{position:relative}.expert-sidebar__actions-trigger{background:none;border:none;padding:4px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1f1f1f;transition:background-color .2s ease,color .2s ease}.expert-sidebar__actions-trigger:hover{background:#f0f0f0}.expert-sidebar__actions-trigger svg{width:20px;height:20px}.expert-sidebar__actions-backdrop{position:fixed;inset:0;z-index:0}.expert-sidebar__actions-menu{position:absolute;top:100%;right:0;margin-top:4px;min-width:min(100vw - 48px,280px);background:#fff;border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 4px 16px #0000001f;z-index:1;padding:4px 0}.expert-sidebar__actions-menu button{display:block;width:100%;padding:8px 16px;text-align:left;border:none;background:none;font-size:14px;line-height:20px;color:#1f1f1f;cursor:pointer}.expert-sidebar__actions-menu button:hover{background:#f5f5f5}.expert-sidebar__actions-menu--duplicating{padding:0}.expert-sidebar__actions-menu--duplicating .expert-sidebar__actions-menu-spinner{display:flex;align-items:center;justify-content:center;min-width:140px;min-height:72px;padding:20px 24px}.expert-sidebar__close{background:none;border:none;padding:4px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1f1f1f;transition:background-color .2s ease,color .2s ease}.expert-sidebar__close:hover{background:#f0f0f0}.expert-sidebar__close svg{width:20px;height:20px}.expert-sidebar__summary{flex-shrink:0;padding:24px 24px 0;display:flex;flex-direction:column;gap:0}.expert-sidebar__retroalimentacion{margin-top:24px}.expert-sidebar__retroalimentacion-title{margin:0 0 12px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.expert-sidebar__retroalimentacion-trigger{margin:0;padding:0;width:100%;border:none;background:none;cursor:pointer;text-align:left;font-family:inherit;font-size:12px;line-height:16px;font-weight:400;color:#727272}.expert-sidebar__retroalimentacion-trigger:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px;border-radius:4px}.expert-sidebar__retroalimentacion-trigger-emphasis{color:#1f1f1f;text-decoration:underline;text-underline-offset:2px}.expert-sidebar__retroalimentacion-label{display:block;margin:0 0 10px;font-size:13px;line-height:18px;font-weight:400;color:#727272}.expert-sidebar__retroalimentacion-field{box-sizing:border-box;display:block;width:100%;min-height:96px;margin:0;padding:12px 14px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;font-family:inherit;font-size:14px;line-height:20px;color:#1f1f1f;resize:vertical}.expert-sidebar__retroalimentacion-field::placeholder{color:#a3a3a3}.expert-sidebar__retroalimentacion-field:focus{outline:none;border-color:#1f1f1f}.expert-sidebar__retroalimentacion-field:disabled{opacity:.65;cursor:not-allowed}.expert-sidebar__retroalimentacion-actions{margin-top:12px;display:flex;justify-content:flex-end;align-items:center;min-height:40px}.expert-sidebar__retroalimentacion-actions--submitting{justify-content:center}.expert-sidebar__retroalimentacion-spinner{display:flex;align-items:center;justify-content:center;min-width:120px;min-height:40px}.expert-sidebar__separator{flex-shrink:0;height:1px;margin:24px;background:#e8e8e8;border:none;padding:0}.expert-sidebar__tabs{flex-shrink:0;display:flex;align-items:center;gap:8px;margin-top:24px;padding:0 24px;flex-wrap:wrap}.expert-sidebar__tab{margin:0;padding:8px 12px;border:none;border-radius:12px;background:transparent;font-family:inherit;font-size:14px;line-height:16px;font-weight:500;color:#727272;cursor:pointer}.expert-sidebar__tab:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.expert-sidebar__tab--active{background:#f0f0f0;color:#1f1f1f}.expert-sidebar__details{flex:1;min-height:0;overflow-y:hidden;padding:0 24px 24px;display:flex;flex-direction:column}.expert-sidebar__tab-panel{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}.expert-sidebar__kb-box{box-sizing:border-box;width:100%;padding:16px;border-radius:12px;background:#f9f9f9}.expert-sidebar__kb-text{margin:0;color:#1f1f1f;font-size:14px;line-height:20px;white-space:pre-wrap}.expert-sidebar__section--apply{margin-top:24px}.expert-sidebar__section-title{margin:0 0 16px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.expert-sidebar__apply-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.expert-sidebar__apply-btn{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;width:100%;margin:0;padding:12px;border:1px solid #e8e8e8;border-radius:16px;background:#fff;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a;cursor:pointer;font:inherit;text-align:left;color:#1f1f1f;transition:box-shadow .2s ease,border-color .2s ease}.expert-sidebar__apply-btn:hover{box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.expert-sidebar__apply-btn:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.expert-sidebar__apply-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.expert-sidebar__apply-icon svg{width:24px;height:24px;display:block}.expert-sidebar__apply-label{min-width:0;width:100%;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.expert-sidebar__activity-empty-state{flex:1;min-height:120px;display:flex;align-items:center;justify-content:center;text-align:center}.expert-sidebar__activity-empty{margin:0;max-width:280px;font-size:14px;line-height:20px;color:#727272;text-align:center}.expert-sidebar__activity-stack{display:flex;flex-direction:column;overflow:visible}.expert-sidebar__activity-row{display:flex;align-items:stretch;gap:14px;width:100%;margin:0 0 28px;padding:12px 10px;border:none;background:transparent;border-radius:12px;font:inherit;text-align:left;box-sizing:border-box;transition:background-color .15s ease}.expert-sidebar__activity-row:last-child{margin-bottom:0}.expert-sidebar__activity-row--clickable{cursor:pointer}.expert-sidebar__activity-row--clickable:hover{background:#f9f9f9}.expert-sidebar__activity-row--clickable:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.expert-sidebar__activity-row--static{cursor:default}.expert-sidebar__activity-row:not(:first-child) .expert-sidebar__activity-rail:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;top:-28px;height:calc(50% + 12px);background:#e8e8e8;z-index:0}.expert-sidebar__activity-row:not(:last-child) .expert-sidebar__activity-rail:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;top:calc(50% + 16px);height:calc(50% + 12px);background:#e8e8e8;z-index:0}.expert-sidebar__activity-rail{position:relative;width:40px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch}.expert-sidebar__activity-icon-box{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.expert-sidebar__activity-icon-inner{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.expert-sidebar__activity-icon-inner svg{width:20px;height:20px;max-width:100%;max-height:100%;display:block}.expert-sidebar__activity-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;padding-top:2px}.expert-sidebar__activity-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.expert-sidebar__activity-type{font-size:13px;line-height:18px;font-weight:600;color:#1f1f1f}.expert-sidebar__activity-date{flex-shrink:0;font-size:12px;line-height:18px;font-weight:400;color:#727272}.expert-sidebar__activity-run-name{margin:4px 0 0;font-size:13px;line-height:18px;font-weight:400;color:#525252}.expert-sidebar__activity-user-name{margin:8px 0 0;font-size:12px;line-height:16px;font-weight:400;color:#727272}.expert-sidebar__activity-user-version{color:#727272}.expert-sidebar__timeline{display:flex;flex-direction:column;overflow:visible}.expert-sidebar__timeline-version-break{display:flex;align-items:center;gap:12px;width:100%;margin:0 0 28px;padding:0 10px;box-sizing:border-box;flex-shrink:0}.expert-sidebar__timeline-version-break-line{flex:1;min-width:0;height:1px;background:#e8e8e8}.expert-sidebar__timeline-version-break-label{flex-shrink:0;font-size:11px;line-height:16px;font-weight:500;letter-spacing:.02em;color:#727272;text-transform:uppercase}.expert-sidebar__timeline-item{display:flex;align-items:stretch;gap:14px;width:100%;margin:0 0 28px;padding:12px 10px;border:none;background:transparent;border-radius:12px;cursor:pointer;font:inherit;text-align:left;box-sizing:border-box;transition:background-color .15s ease}.expert-sidebar__timeline-item:last-child{margin-bottom:0}.expert-sidebar__timeline-item:hover{background:#f9f9f9}.expert-sidebar__timeline-item:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.expert-sidebar__timeline-item--static{cursor:default;transition:none}.expert-sidebar__timeline-item--static:hover{background:transparent}.expert-sidebar__timeline-item--static:focus-visible{outline:none}.expert-sidebar__timeline>.expert-sidebar__timeline-item~.expert-sidebar__timeline-item .expert-sidebar__timeline-rail:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;top:-28px;height:calc(50% + 12px);background:#e8e8e8;z-index:0}.expert-sidebar__timeline>.expert-sidebar__timeline-item:has(+.expert-sidebar__timeline-item) .expert-sidebar__timeline-rail:after,.expert-sidebar__timeline>.expert-sidebar__timeline-item:has(+.expert-sidebar__timeline-version-break) .expert-sidebar__timeline-rail:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:1px;top:calc(50% + 16px);height:calc(50% + 12px);background:#e8e8e8;z-index:0}.expert-sidebar__timeline-rail{position:relative;width:40px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch}.expert-sidebar__timeline-icon-box{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.expert-sidebar__timeline-icon-inner{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.expert-sidebar__timeline-icon-inner svg{width:20px;height:20px;max-width:100%;max-height:100%;display:block}.expert-sidebar__timeline-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;padding-top:2px}.expert-sidebar__timeline-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.expert-sidebar__timeline-type{font-size:13px;line-height:18px;font-weight:600;color:#1f1f1f}.expert-sidebar__timeline-date{flex-shrink:0;font-size:12px;line-height:18px;font-weight:400;color:#727272}.expert-sidebar__timeline-run-name{margin:4px 0 0;font-size:13px;line-height:18px;font-weight:400;color:#525252}.expert-sidebar__timeline-preview{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.expert-sidebar__timeline-user-name{margin:8px 0 0;font-size:12px;line-height:16px;font-weight:400;color:#727272}.expert-sidebar__select-footer{flex-shrink:0;display:flex;justify-content:flex-end;padding:16px 24px 24px}.expert-sidebar-summary,.expert-sidebar-summary__body{display:flex;flex-direction:column;gap:0}.expert-sidebar-summary__top{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;min-width:0}.expert-sidebar-summary__avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0}.expert-sidebar-summary__avatar svg{width:32px;height:48px;display:block;flex-shrink:0}.expert-sidebar-summary__name{font-size:20px;line-height:32px;font-weight:500;color:#1f1f1f;margin:16px 0 0}.expert-sidebar-summary__top .expert-sidebar-summary__badge{margin-left:auto;align-self:flex-start}.expert-sidebar-summary__badge{display:inline-flex;align-items:center;flex-shrink:0;padding:2px 8px;border-radius:6px;font-size:11px;line-height:16px;font-weight:500;color:#1f1f1f;background:#f0f0f0;border:1px solid #e5e7eb}.expert-sidebar-summary__system-description{margin:0;font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;white-space:pre-wrap;word-break:break-word}.expert-sidebar-summary__meta{display:flex;flex-direction:column;gap:0;margin-top:8px}.expert-sidebar-summary__meta>.expert-sidebar-summary__meta-row--metadata:first-child{margin-top:16px}.expert-sidebar-summary__meta .expert-sidebar-summary__meta-row--metadata+.expert-sidebar-summary__meta-row--metadata{margin-top:4px}.expert-sidebar-summary__meta-row{margin:0}.expert-sidebar-summary__meta-row--metadata{font-size:12px;line-height:16px}.expert-sidebar-summary__meta-row--metadata .expert-sidebar-summary__meta-label{font-weight:400;color:#727272}.expert-sidebar-summary__meta-row--metadata .expert-sidebar-summary__meta-data{font-weight:500;color:#1f1f1f}.expert-sidebar-summary__meta-label{margin-right:4px}.expert-sidebar-summary__meta--system{margin-top:0}.expert-grid__root>.resource-grid-toolbar{margin-top:0}.expert-grid__main>.resource-grid-toolbar{margin-top:24px}.expert-grid__root{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;overflow:hidden}.expert-grid__main{margin-top:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.expert-grid__cards{margin-top:32px;display:flex;flex-direction:column;gap:24px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.expert-grid__cards--no-scroll{overflow-y:visible;overflow-x:visible}.expert-grid__load-more{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:16px 0 8px;min-height:40px}.expert-grid__status{display:flex;align-items:center;justify-content:center;text-align:center;min-height:120px;font-size:14px;line-height:20px;color:#727272}.expert-grid__status--loading{flex:1}.expert-grid__status--error{padding:24px}.expert-grid__empty-text{margin:0;color:#727272;font-size:14px;line-height:20px;font-weight:400}.expert-grid__empty-link{color:#1f1f1f;font-weight:500;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.expert-grid__empty-link:hover{opacity:.8}.expert-grid__list{display:flex;flex-wrap:wrap;gap:16px}.expert-grid__card{display:flex;flex-direction:column;align-items:flex-start;border-radius:24px;padding:24px;border:1px solid #e8e8e8;background:#fff;transition:box-shadow .2s ease,border-color .2s ease;gap:0;width:330px;flex:0 0 330px;min-width:330px;max-width:330px;box-sizing:border-box;text-align:left;overflow:visible;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.expert-grid__card:hover{box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.expert-grid__card--clickable{cursor:pointer;font:inherit;color:inherit;border:1px solid #e8e8e8}.expert-grid__card--clickable *{cursor:pointer}.expert-grid__card--picker{position:relative;padding:0;border:1px solid #e8e8e8;background:#fff;cursor:pointer}.expert-grid__card--picker-selected{border-color:#1f1f1f}.expert-grid__card--picker-selected .expert-grid__picker-toggle{border-color:#1f1f1f;background:#1f1f1f}.expert-grid__card--in-progress{position:relative;background:transparent;cursor:default}.expert-grid__card--in-progress:hover{box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.expert-grid__card--in-progress .expert-grid__card-name{margin-top:20px}.expert-grid__card--in-progress .expert-grid__progress{margin-top:4px;width:100%}.expert-grid__card--picker .expert-grid__card-top{padding-right:28px}.expert-grid__picker-toggle{position:absolute;top:16px;right:16px;z-index:2;width:22px;height:22px;min-width:22px;min-height:22px;padding:0;border-radius:50%;border:1.5px solid #c4c4c4;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:border-color .15s ease,background-color .15s ease}.expert-grid__picker-toggle svg{width:12px;height:12px;color:#fff;flex-shrink:0}.expert-grid__picker-body{width:100%;min-width:0;margin:0;padding:24px;box-sizing:border-box;border:none;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:0}.expert-grid__picker-body *{cursor:pointer}.expert-grid__card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0;box-sizing:border-box}.expert-grid__card-avatar{width:24px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.expert-grid__card-avatar svg{width:24px;height:32px;display:block;flex-shrink:0}.expert-grid__card-name{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin:32px 0 0;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expert-grid__card--picker .expert-grid__card-name{margin-top:8px}.expert-grid__system-badge{display:inline-flex;align-items:center;flex-shrink:0;padding:2px 8px;border-radius:6px;font-size:11px;line-height:16px;font-weight:500;color:#1f1f1f;background:#f0f0f0;border:1px solid #e5e7eb}.expert-grid__progress{display:flex;flex-direction:column;gap:6px;margin-top:12px;width:100%}.expert-grid__progress-label-row{display:flex;align-items:center;justify-content:space-between;width:100%}.expert-grid__progress-label{font-size:12px;line-height:16px;font-weight:400;color:#727272}.expert-grid__progress-bar{width:100%;height:4px;background:#e8e8e8;border-radius:2px;overflow:hidden}.expert-grid__progress-fill{height:100%;background:#1f1f1f;border-radius:2px;transition:width .3s ease}.expert-grid__progress-text{font-size:12px;line-height:16px;font-weight:400;color:#727272;text-align:right}.expert-grid__card-cancel{position:absolute;top:24px;right:24px;background:none;border:none;border-radius:8px;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;opacity:0;transition:opacity .15s ease}.expert-grid__card-cancel svg{width:20px;height:20px}.expert-grid__card-cancel:hover{background:#f0f0f0;color:#374151}.expert-grid__card--in-progress:hover .expert-grid__card-cancel{opacity:1}.workflow-expert-selection{box-sizing:border-box;width:100%;max-width:100%;min-width:0;min-height:0;flex:1;display:flex;flex-direction:column;overflow-x:auto;overflow-y:visible}.workflow-expert-selection .expert-grid__list{width:100%}.workflow-expert-selection .expert-grid__card{flex:1 1 calc((100% - 32px) / 3);width:auto;min-width:0;max-width:330px}.overlay,.due-diligence__document-viewer-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.due-diligence__document-viewer-overlay{justify-content:flex-end;align-items:stretch;padding:8px 8px 8px 0}.due-diligence__container{background:#fff;border-radius:16px;border:.5px solid #E8E8E8;max-width:none;margin:0;display:flex;flex-direction:column;height:100%;min-width:0;position:relative}.due-diligence__main-content{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;overflow:auto;max-width:100%;box-sizing:border-box}.due-diligence__main-content--expert-selection{overflow:auto}.due-diligence__loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.due-diligence__file-upload-content{position:relative;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;min-width:1180px;padding:96px 88px 20px;box-sizing:border-box;width:100%;height:100%;min-height:600px;z-index:1;align-items:center;overflow:hidden}.due-diligence__upload-section{flex:1 1 0;min-height:0;display:flex;flex-direction:column;padding-top:0;padding-bottom:0;width:100%;align-items:center;overflow:hidden;gap:40px}.due-diligence__title-input-container{width:100%}.due-diligence__title-input{width:100%;padding:12px 16px;border:none;border-radius:0;font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f;background:transparent;outline:none;transition:all .2s ease;text-align:center}.due-diligence__title-input::placeholder{color:#1f1f1f40}.due-diligence__title-input:focus{outline:none}.due-diligence__expert-selection{position:relative;display:flex;flex-direction:column;gap:28px;box-sizing:border-box;width:1198px;max-width:1198px;min-width:1198px;margin:0 auto;align-self:center;padding:96px 88px 20px;height:100%;min-height:0;flex:1;z-index:1;overflow:visible}.due-diligence__expert-selection-header{flex-shrink:0;width:100%;text-align:center;padding:0}.due-diligence__expert-selection-title{font-size:26px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0 0 10px}.due-diligence__expert-selection-description{font-size:15px;line-height:22px;font-weight:400;color:#727272;max-width:680px;margin:0 auto}.due-diligence__expert-selection-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:auto;width:100%;padding:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.due-diligence__expert-selection-footer{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0 0;background:#fff;box-sizing:border-box}.due-diligence__expert-selection-continue-button,.due-diligence__file-upload-back-button{flex-shrink:0}.due-diligence__buttons-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto;position:relative}.due-diligence__continue-button{align-self:center;margin-top:auto;flex-shrink:0}.due-diligence__matrix-loading-container{display:flex;justify-content:center;align-items:center;flex:1;width:100%}.due-diligence__matrix-container{width:100%;max-width:100%;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.due-diligence__matrix-header-section{margin-bottom:24px;width:100%}.due-diligence__matrix-export-section{display:flex;justify-content:space-between;align-items:center;padding:0;width:100%;gap:12px}.due-diligence__matrix-title-input{border:none;background:transparent;outline:none;padding:0;margin:0;font:inherit;color:#1f1f1f;width:100%;font-weight:500;font-size:28px;line-height:32px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.due-diligence__export-btn{margin-right:78px}.due-diligence__export-loading{display:flex;align-items:center;justify-content:center;margin-right:78px}.due-diligence__matrix-progress-indicator{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;line-height:34px;color:#666}.due-diligence__spinner-small{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #333;border-radius:50%;animation:spin 1s linear infinite}.due-diligence__matrix-content-container{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;padding:96px 10px 8px 88px;flex:1;min-height:0;overflow:hidden;box-sizing:border-box}.due-diligence__matrix-table-container{overflow:auto;border:1px solid #E8E8E8;border-left:none;border-right:none;border-bottom:none;border-radius:0;background:#fff;width:100%;min-height:0;box-sizing:border-box}.due-diligence__matrix-add-doc-row{display:flex;justify-content:flex-start;margin-top:24px}.due-diligence__matrix-add-doc-btn{background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.due-diligence__matrix-add-doc-btn:hover:not(.due-diligence__matrix-add-doc-btn--disabled){background:#f0f0f0}.due-diligence__matrix-add-doc-btn svg{width:20px;height:20px}.due-diligence__matrix-add-doc-btn--disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.due-diligence__add-doc-popup{position:relative;background:#fff;border-radius:24px;box-sizing:border-box;width:1070px;min-width:1070px;flex-shrink:0;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;padding:28px 24px 24px}.due-diligence__add-doc-popup-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;color:#818181;transition:all .2s ease;z-index:1}.due-diligence__add-doc-popup-close:hover{background:#f0f0f0;color:#1f1f1f}.due-diligence__add-doc-popup-close svg{width:20px;height:20px}.due-diligence__add-doc-popup-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto;padding:44px 0 24px}.due-diligence__add-doc-popup-body>.document-uploader{flex-shrink:0;min-width:998px}.due-diligence__add-doc-popup-body .document-uploader__source-panel{min-width:998px}.due-diligence__add-doc-popup-body>.document-uploader__list-section{order:1;flex:1 1 auto;min-height:0}.due-diligence__add-doc-popup-footer{flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;padding-top:16px}.due-diligence__add-doc-popup-spinner{display:flex;align-items:center;justify-content:center;min-width:100%}.due-diligence__matrix-table{width:100%;border-collapse:collapse;min-width:800px;border:none}.due-diligence__matrix-table thead tr th:first-child{border-left:none}.due-diligence__matrix-table thead tr th:last-child{border-right:none}.due-diligence__matrix-table tbody tr td:last-child{border-right:none}.due-diligence__matrix-table tbody tr:last-child td{border-bottom:none}.due-diligence__matrix-header-cell{background:#fff;padding:12px 16px;text-align:left;vertical-align:top;font-weight:500;font-size:14px;line-height:20px;color:#1f1f1f;border:1px solid #E8E8E8;border-bottom:none;border-top:none;position:sticky;top:0;z-index:10;width:275px;min-width:275px;max-width:275px;box-shadow:inset 0 -2px #e8e8e8}.due-diligence__matrix-header-cell:first-child{position:sticky;left:0;z-index:11;width:275px;min-width:275px;max-width:275px;border-right:none;box-shadow:inset 0 -2px #e8e8e8,inset -2px 0 #e8e8e8}.due-diligence__matrix-header-cell:hover .due-diligence__matrix-column-menu-trigger{opacity:1;visibility:visible;pointer-events:auto}.due-diligence__matrix-header-cell--hidden{min-width:40px;max-width:40px;padding:8px;text-align:center;vertical-align:middle}.due-diligence__matrix-header-content{display:flex;align-items:center;gap:8px}.due-diligence__matrix-question-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:20px}.due-diligence__matrix-question-header--hidden{justify-content:center;align-items:center;min-height:16px}.due-diligence__matrix-sort-trigger{display:inline-flex;align-items:center;gap:8px;min-width:0;width:100%;background:transparent;border:none;padding:0;margin:0;cursor:pointer;color:#1f1f1f;font:inherit;text-align:left}.due-diligence__matrix-sort-trigger svg{flex-shrink:0}.due-diligence__matrix-sort-icon{color:#1f1f1f;font-size:12px;line-height:1;min-width:12px;text-align:center}.due-diligence__matrix-sort-icon--placeholder{visibility:hidden}.due-diligence__matrix-header-text{font-weight:500;font-size:14px;line-height:20px;color:#1f1f1f;white-space:nowrap;word-break:normal;overflow-wrap:normal;overflow:hidden;text-overflow:ellipsis}.due-diligence__matrix-column-menu{position:relative;margin-left:auto;display:inline-flex;align-items:center;height:20px}.due-diligence__matrix-question-header--hidden .due-diligence__matrix-column-menu{margin-left:0}.due-diligence__matrix-column-menu-trigger{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;width:16px;height:20px;border:none;background:transparent;padding:0;cursor:pointer;transition:opacity .2s ease;opacity:0;visibility:hidden;pointer-events:none}.due-diligence__matrix-column-menu-trigger span{width:3px;height:3px;border-radius:50%;background:#1f1f1f;display:block}.due-diligence__matrix-column-menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:96px;border:1px solid #E8E8E8;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000014;z-index:30;padding:4px}.due-diligence__matrix-column-menu-dropdown--portal{z-index:1000}.due-diligence__matrix-column-menu-item{width:100%;border:none;background:transparent;color:#1f1f1f;font-size:13px;line-height:16px;text-align:left;padding:8px;border-radius:6px;cursor:pointer}.due-diligence__matrix-column-menu-item:hover{background:#f8f8f8}.due-diligence__matrix-file-cell{background:#fff;font-weight:400;font-size:14px;line-height:20px;color:#1f1f1f;position:sticky;left:0;z-index:5;width:275px;min-width:275px;max-width:275px;text-align:left;vertical-align:top;border:1px solid #E8E8E8;border-right:none;padding:12px 16px;border-left:none;box-shadow:inset -2px 0 #e8e8e8;overflow:hidden}.due-diligence__matrix-file-cell--clickable{cursor:pointer}.due-diligence__matrix-file-cell--clickable:hover{background:#f9f9f9}.due-diligence__matrix-file-content{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.due-diligence__matrix-file-content-top{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;min-width:0}.due-diligence__matrix-file-content-top .due-diligence__matrix-file-name{flex:1;min-width:0}.due-diligence__matrix-file-footer{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.due-diligence__matrix-file-footer-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.due-diligence__matrix-file-name{font-weight:400;font-size:14px;line-height:20px;color:#1f1f1f;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;text-align:left}.due-diligence__matrix-red-flag-pill{display:inline-flex;align-items:center;padding:4px 8px;background-color:#ff44001a;border-radius:8px;font-size:12px;font-weight:500;line-height:16px;color:#cd1d1d;width:fit-content}.due-diligence__matrix-answer-cell{font-weight:400;font-size:14px;line-height:20px;color:#1f1f1f;border:1px solid #E8E8E8;padding:12px 16px;vertical-align:top;width:275px;min-width:275px;max-width:275px}.due-diligence__matrix-answer-cell--clickable,.due-diligence__matrix-answer-cell--clickable .due-diligence__matrix-cell-content{cursor:pointer}.due-diligence__matrix-answer-cell--clickable:hover{background:#f9f9f9}.due-diligence__matrix-answer-cell--red-flag{background:linear-gradient(221.53deg,#ffe9e1,#ffe9e100)}.due-diligence__matrix-answer-cell--hidden{min-width:40px;max-width:40px;padding:0;background:#fafafa}.due-diligence__matrix-no-data{text-align:center;padding:4rem 2rem;color:#666}.due-diligence__matrix-no-data p{margin:0;font-size:1.1rem}.due-diligence__matrix-cell-loading{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0}.due-diligence__matrix-cell-loading .spinner{width:16px;height:16px}.due-diligence__matrix-cell-content,.due-diligence__matrix-cell-error{padding:0;min-height:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;word-wrap:break-word;gap:4px}.due-diligence__matrix-cell-content{font-weight:400;font-size:14px;line-height:20px}.due-diligence__matrix-cell-error-message{color:#e52525;font-size:14px;line-height:20px;font-weight:400;display:flex;align-items:center;gap:6px}.due-diligence__matrix-cell-error-message .warning-icon{width:16px;height:16px;flex-shrink:0}.due-diligence__matrix-cell-error-message .warning-icon path{stroke:#e52525}.due-diligence__matrix-cell-retry{color:#1f1f1f;font-size:14px;line-height:16px;font-weight:500;text-decoration:underline;cursor:pointer;transition:opacity .2s ease}.due-diligence__matrix-cell-retry:hover{opacity:.7}.contract-review__container{max-width:none;margin:0;display:flex;flex-direction:column;height:100%;min-width:0;position:relative}.contract-review__main-content{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;overflow:auto;max-width:100%;box-sizing:border-box;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.contract-review__main-content--expert-selection{overflow:auto}.contract-review__loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.contract-review__file-upload-content{position:relative;display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;min-width:1180px;padding:96px 88px 20px;box-sizing:border-box;height:100%;min-height:600px;z-index:1;align-items:center;overflow:hidden}.contract-review__upload-section{flex:1 1 0;min-height:0;display:flex;flex-direction:column;padding-top:0;padding-bottom:0;width:100%;align-items:center;overflow:hidden;gap:40px}.contract-review__expert-selection{position:relative;display:flex;flex-direction:column;gap:28px;box-sizing:border-box;width:1198px;max-width:1198px;min-width:1198px;margin:0 auto;align-self:center;padding:96px 88px 20px;height:100%;min-height:0;flex:1;z-index:1;overflow:visible}.contract-review__expert-selection-header{flex-shrink:0;width:100%;text-align:center;padding:0}.contract-review__expert-selection-title{font-size:26px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0 0 10px}.contract-review__expert-selection-description{font-size:15px;line-height:22px;font-weight:400;color:#727272;max-width:680px;margin:0 auto}.contract-review__expert-selection-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:auto;width:100%;padding:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.contract-review__expert-selection-footer{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0 0;background:#fff;box-sizing:border-box}.contract-review__expert-selection-continue-button,.contract-review__file-upload-back-button{flex-shrink:0}.contract-review__title-input-container{width:100%}.contract-review__title-input{width:100%;padding:12px 16px;border:none;border-radius:0;font-size:28px;font-weight:500;line-height:32px;color:#1f1f1f;background:transparent;outline:none;transition:all .2s ease;text-align:center}.contract-review__title-input::placeholder{color:#1f1f1f40}.contract-review__title-input:focus{outline:none}.contract-review__buttons-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto;position:relative}.contract-review__continue-button{align-self:center;margin-top:auto;flex-shrink:0}.contract-review__main-layout{display:flex;height:100vh;overflow-x:auto;overflow-y:hidden;gap:6px}.contract-review__document-viewer-section{flex:2;display:flex;flex-direction:column;overflow:hidden;padding:88px 120px 8px;min-width:740px;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.workflows{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.workflows__wrapper{width:100%;height:100%;overflow-y:auto;padding:96px 88px 50px;box-sizing:border-box}.workflows__page-content{width:100%;max-width:1400px;min-width:800px;margin:0 auto;display:flex;flex-direction:column}.workflows__section{display:flex;flex-direction:column;margin-bottom:64px}.workflows__section:last-child{margin-bottom:0}.workflows__page-title{font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0}.workflows__page-description{font-size:14px;line-height:20px;color:#727272;margin:20px 0 32px}.workflows__cards{display:flex;flex-wrap:wrap;gap:32px 16px}.workflows__card{background:transparent;border-radius:20px;padding:24px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:.5px solid #E8E8E8;width:322px;min-width:322px;height:200px;gap:4px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.workflows__card:hover{box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.workflows__icon{width:24px;height:24px;margin-bottom:16px;display:flex;align-items:flex-start}.workflows__title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin:0;display:flex;align-items:center;gap:8px}.workflows__title-text{display:inline-block}.workflows__description{color:#727272;font-size:14px;line-height:20px;font-weight:400;margin:0}.workflows__container{display:flex;flex-direction:column;height:100%;min-width:0;overflow-x:hidden;box-sizing:border-box}.workflows__nav{position:fixed;top:0;left:56px;right:0;width:fit-content;height:44px;z-index:1000;display:flex;align-items:flex-end;justify-content:space-between;padding:0 30px}.workflows__routes{flex:1;min-width:0;min-height:0;overflow:hidden;box-sizing:border-box}.workflows__breadcrumb{display:flex;align-items:center;font-size:12px;line-height:16px;font-weight:400;-webkit-user-select:none;user-select:none}.workflows__breadcrumb-link{color:#1f1f1f;font-weight:400;cursor:pointer;text-decoration:none;-webkit-user-select:none;user-select:none}.workflows__breadcrumb-link:hover{text-decoration:underline}.workflows__breadcrumb-separator{color:#1f1f1f;margin:0 6px;-webkit-user-select:none;user-select:none}.workflows__breadcrumb-current{color:#1f1f1f;-webkit-user-select:none;user-select:none;font-weight:500}.contract-builder__container{max-width:none;margin:0;display:flex;flex-direction:column;height:100%;min-width:0;position:relative}.contract-builder__main-content{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;overflow:auto;max-width:100%;box-sizing:border-box;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.contract-builder__main-content--expert-selection{overflow:auto}.contract-builder__loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.contract-builder__name-step-content{position:relative;display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto;min-width:1180px;padding:96px 88px 20px;box-sizing:border-box;height:100%;min-height:600px;z-index:1;align-items:center;overflow:hidden}.contract-builder__upload-section{flex:1 1 0;min-height:0;display:flex;flex-direction:column;padding-top:0;padding-bottom:0;width:100%;align-items:center;overflow:hidden;gap:40px}.contract-builder__upload-section--name-only{gap:0}.contract-builder__name-step-title-vcenter{flex:1 1 0;min-height:0;display:flex;flex-direction:column;justify-content:center;width:100%}.contract-builder__file-upload-back-button{flex-shrink:0}.contract-builder__title-input-container{width:100%}.contract-builder__title-input{width:100%;padding:12px 16px;border:none;border-radius:0;font-size:28px;font-weight:500;line-height:32px;color:#1f1f1f;background:transparent;outline:none;transition:all .2s ease;text-align:center}.contract-builder__title-input::placeholder{color:#1f1f1f40}.contract-builder__title-input:focus{outline:none}.contract-builder__buttons-container{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto;position:relative}.contract-builder__continue-button{align-self:center;margin-top:auto;flex-shrink:0}.contract-builder__expert-selection{position:relative;display:flex;flex-direction:column;gap:28px;box-sizing:border-box;width:1198px;max-width:1198px;min-width:1198px;margin:0 auto;align-self:center;padding:96px 88px 20px;height:100%;min-height:0;flex:1;z-index:1;overflow:visible}.contract-builder__expert-selection-header{flex-shrink:0;width:100%;text-align:center;padding:0}.contract-builder__expert-selection-title{font-size:26px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0 0 10px}.contract-builder__expert-selection-description{font-size:15px;line-height:22px;font-weight:400;color:#727272;max-width:680px;margin:0 auto}.contract-builder__expert-selection-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:auto;width:100%;padding:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.contract-builder__expert-selection-footer{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0 0;background:#fff;box-sizing:border-box}.contract-builder__expert-selection-continue-button{flex-shrink:0}.contract-builder__layout{display:flex;height:100vh;overflow-x:auto;overflow-y:hidden;gap:6px}.contract-builder__viewer{flex:2;display:flex;flex-direction:column;overflow:hidden;padding:88px 120px 8px;min-width:740px;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.contract-builder__sidebar{flex:1;display:flex;min-width:420px}.contract-builder__sidebar-inner{flex:1;display:flex;flex-direction:column;min-width:450px;max-width:500px;gap:20px;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.contract-builder__sidebar-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;padding:20px 20px 0}.contract-builder__sidebar-title{margin-right:8px;font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;border-radius:12px;padding:6px 8px;background:transparent;border:none;outline:none;flex:1}.contract-builder__sidebar-export-loading{display:flex;align-items:center;justify-content:center}.contract-builder__sidebar-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:0 20px 20px}.contract-builder__summary-card{background:#f9f9f9;border-radius:16px;padding:16px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.contract-builder__summary-card p{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.contract-builder__summary-text{white-space:pre-wrap}.contract-builder__summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.contract-builder__summary-title{display:flex;align-items:center;gap:6px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f}.contract-builder__summary-title-icon{display:flex;align-items:center;flex-shrink:0;width:16px;height:16px}.contract-builder__expand-icon{transition:transform .2s ease;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center}.contract-builder__expand-icon>svg{width:16px;height:16px}.contract-builder__expand-icon:hover{background:#f0f0f0}.contract-builder__separator{height:1px;background-color:#f0f0f0;width:100%;flex-shrink:0}.contract-builder__progress{display:flex;flex-direction:column;gap:8px}.contract-builder__progress-text{font-size:12px;line-height:16px;font-weight:400;color:#727272}.contract-builder__progress-count{color:inherit}.contract-builder__progress-count--active{color:#1f1f1f;font-weight:500}.contract-builder__progress-bar{width:100%;height:4px;background-color:#e8e8e8;border-radius:9999px;overflow:hidden}.contract-builder__progress-fill{height:100%;background-color:#1f1f1f;border-radius:9999px;transition:width .3s ease}.contract-builder__sections-list{display:flex;flex-direction:column;gap:8px}.contract-builder__section-list-item{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #d9d9d9;gap:8px;padding:12px 16px 16px;margin-bottom:0;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer;transition:border-color .2s ease}.contract-builder__section-list-item--selected{border-color:#1f1f1f}.contract-builder__section-list-item--disabled{opacity:.5;cursor:not-allowed}.contract-builder__section-list-info{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0}.contract-builder__section-list-title{font-weight:500;color:#1f1f1f;font-size:14px;line-height:16px;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;flex:1}.contract-builder__section-status{font-size:12px;line-height:16px;font-weight:500;padding:4px 8px;border-radius:8px;white-space:nowrap}.contract-builder__section-status--completed{background-color:#26a0001a;color:#1d7a00}.contract-builder__section-status--in-progress{background-color:#d99e001a;color:#d99e00}.contract-builder__section-status--locked{background-color:#7272721a;color:#727272}.contract-builder__input-container{position:relative;display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:28px;background:#fff;transition:all .2s ease;padding:7px 14px}.contract-builder__input-container:focus-within{border-color:#1f1f1f}.contract-builder__textarea{width:100%;min-height:48px;padding:12px 16px;border:none;border-radius:12px;background:transparent;resize:none;overflow-y:auto;outline:none;font-size:14px;line-height:24px;font-weight:400;color:#1f1f1f}.contract-builder__textarea::placeholder{color:#8c8c8c}.contract-builder__textarea:disabled{opacity:.6;cursor:not-allowed}.contract-builder__variable-expansion{margin-top:8px;padding-top:12px;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px}.contract-builder__variable-meta{display:flex;flex-direction:column;gap:8px}.contract-builder__variable-description{font-size:14px;line-height:20px;color:#1f1f1f;user-select:text;-webkit-user-select:text}.contract-builder__variable-example{font-size:14px;line-height:20px;color:#727272;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.contract-builder__variable-answer-value{font-size:14px;line-height:20px;color:#1f1f1f;font-weight:500;margin-top:14px;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.contract-builder__edit-answer-row{display:flex;justify-content:flex-end;margin-top:10px}.contract-builder__edit-answer-button{background:transparent;border:none;padding:4px;border-radius:8px;cursor:pointer;color:#727272;display:flex;align-items:center;justify-content:center}.contract-builder__edit-answer-button svg{width:18px;height:18px}.contract-builder__save-row{margin-top:12px;display:flex;justify-content:flex-end;width:100%;gap:12px}.contract-builder__save-row--submitting{justify-content:center}.contract-builder__save-spinner{width:52px;min-height:40px;display:flex;align-items:center;justify-content:center}.contract-builder__input-container--variable{padding:0;border-radius:12px;overflow:hidden}.expert-creation-popup{position:relative;background:#fff;border-radius:24px;width:100%;box-sizing:border-box;max-height:90vh;min-height:0;overflow:visible;animation:expertCreationPopupSlideIn .2s ease-out;display:flex;flex-direction:column;gap:32px;padding:24px;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.expert-creation-popup--narrow{max-width:592px}.expert-creation-popup--documents{flex-shrink:0;width:1070px;min-width:1070px;max-width:1070px}.expert-creation-popup--documents .expert-creation-popup__body,.expert-creation-popup--documents .expert-creation-popup__step-scroll{overflow-x:visible}.expert-creation-popup--documents .expert-creation-popup__field,.expert-creation-popup--documents .expert-creation-popup__upload-wrap,.expert-creation-popup--documents .expert-creation-popup__upload-wrap .document-uploader{flex-shrink:0;min-width:998px}.expert-creation-popup--documents .expert-creation-popup__upload-wrap .document-uploader__source-panel{min-width:998px}.expert-creation-popup__top-bar{display:flex;justify-content:flex-end;flex-shrink:0}.expert-creation-popup__close{background:none;border:none;cursor:pointer;padding:4px;border-radius:8px;color:#818181;transition:all .2s ease}.expert-creation-popup__close:hover{background:#f0f0f0;color:#1f1f1f}.expert-creation-popup__close svg{width:20px;height:20px}.expert-creation-popup__step-header{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.expert-creation-popup__heading-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.expert-creation-popup__heading{font-size:20px;line-height:32px;font-weight:500;color:#1f1f1f}.expert-creation-popup__optional-label{font-size:14px;line-height:20px;color:#727272}.expert-creation-popup__subheading{margin:0;font-size:14px;line-height:20px;font-weight:400;color:#727272}.expert-creation-popup__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:visible}.expert-creation-popup__step-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.expert-creation-popup__field{display:flex;flex-direction:column;gap:8px}.expert-creation-popup__field--stacked{gap:0}.expert-creation-popup__upload-wrap .document-uploader__popup-label{min-height:120px;display:flex;align-items:center;justify-content:center;padding:24px;border:1px solid #d9d9d9;border-radius:12px;background:#fafafa}.expert-creation-popup__upload-wrap .document-uploader__popup-label:hover:not(:disabled){border-color:#1f1f1f}.expert-creation-popup__upload-wrap .document-uploader__popup-upload-area--disabled .document-uploader__popup-label:hover{border-color:#d9d9d9}.expert-creation-popup__input,.expert-creation-popup__textarea{width:100%;min-width:0;padding:12px 16px;border:1px solid #d9d9d9;border-radius:12px;font-size:14px;line-height:24px;color:#1f1f1f;transition:border-color .2s ease;outline:none;background:#fff;box-sizing:border-box}.expert-creation-popup__input::placeholder,.expert-creation-popup__textarea::placeholder{color:#1f1f1f4d}.expert-creation-popup__input:focus,.expert-creation-popup__textarea:focus{border-color:#1f1f1f}.expert-creation-popup__textarea{resize:vertical;font-family:inherit;min-height:120px}.expert-creation-popup__footer{display:flex;gap:12px;justify-content:flex-end;position:relative;min-height:40px;flex-shrink:0;padding-bottom:8px}.expert-creation-popup__footer-back{margin-right:auto}.expert-creation-popup__spinner{display:flex;align-items:center;justify-content:center;width:100%;position:absolute;inset:0}@keyframes expertCreationPopupSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.expertos{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;background:#fff;border-radius:16px;border:.5px solid #e8e8e8}.expertos__sidebar-backdrop{position:fixed;inset:0;background:#0003;z-index:99}.expertos__detail-rail{position:fixed;inset:8px 8px 8px auto;z-index:100;box-sizing:border-box;display:flex;flex-direction:row;align-items:stretch;gap:8px;height:calc(100vh - 16px);width:min(max-content,100vw - 16px);min-width:0;max-width:calc(100vw - 16px);overflow-x:auto;overflow-y:hidden;isolation:isolate}.expertos__detail-rail .expert-sidebar{position:relative;z-index:1}.expertos__document-viewer-slot{position:relative;z-index:0;flex:0 0 auto;width:800px;min-height:0;height:100%;display:flex;flex-direction:column;align-items:stretch}.expertos__wrapper{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;overflow-x:auto;overflow-y:auto;padding:96px 88px 50px;box-sizing:border-box}.expertos__content{width:100%;max-width:1400px;min-width:800px;flex:1;min-height:0;margin:0 auto;display:flex;flex-direction:column;overflow:hidden}.expertos__header{flex-shrink:0;display:flex;flex-direction:column;gap:20px;padding-bottom:0}.expertos__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.expertos__header-content{display:flex;flex-direction:column;gap:20px;flex:1}.expertos__title{font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0}.expertos__header-text{font-size:14px;line-height:20px;color:#727272;margin:0}.expertos__add-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;min-width:100px;min-height:32px;border-radius:12px;padding:8px 12px;background:#000;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.expertos__add-btn svg{width:20px;height:20px}.expertos__grid{margin-top:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.account__card{background:transparent;border-radius:16px;padding:24px;border:1px solid #e8e8e8;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.account__card--editing{background:#fff;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a,0 0 12px #00000014}.account__card-actions{display:flex;gap:12px;justify-content:flex-end}.account__card-content{width:100%;display:flex;flex-direction:column;gap:24px}.account__user-avatar{width:56px;height:56px;align-self:flex-start;background:#e1e1e1;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.account__avatar-text{color:#1f1f1f;font-size:1.75rem;font-weight:500;line-height:1}.account__card-fields{min-width:0;display:flex;flex-direction:column;gap:24px}.account__field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account__field-group{display:flex;flex-direction:column;gap:4px}.account__label{font-size:14px;line-height:24px;font-weight:500;color:#1f1f1f}.account__input{padding:12px 16px;border:1px solid #E8E8E8;border-radius:12px;font-size:16px;line-height:24px;font-weight:400;color:#1f1f1f;background:#fff;transition:all .2s ease;width:100%;box-sizing:border-box}.account__input:focus{outline:none;border:1.5px solid #1F1F1F}.account__input:disabled{background:#f9fafb;border-color:#e5e7eb;color:#1f1f1f;cursor:not-allowed}.account__loading-spinner{margin:0 auto}.account__logout-container{width:100%}.account__logout-container .spinner{margin:0 auto}.invite-user-modal{background:#fff;border-radius:24px;width:480px;padding:32px 24px 24px;display:flex;flex-direction:column;animation:inviteModalSlideIn .2s ease-out}.invite-user-modal__title{display:block;font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin-bottom:32px;padding:0;text-align:center}.invite-user-modal__field{margin-bottom:24px}.invite-user-modal__label{display:block;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;margin-bottom:8px;padding:0}.invite-user-modal__input-container{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #D9D9D9;border-radius:12px;background:#fff}.invite-user-modal__input-container svg{flex-shrink:0;color:#727272}.invite-user-modal__input{flex:1;border:none;outline:none;font-size:16px;line-height:24px;font-weight:400;color:#1f1f1f;background:transparent}.invite-user-modal__input::placeholder{color:#1f1f1f40}.invite-user-modal__input:disabled{opacity:.5;cursor:not-allowed}.invite-user-modal__role-buttons{display:flex;gap:8px}.invite-user-modal__role-button{flex:1;padding:8px 16px;border:1px solid #D9D9D9;border-radius:9999px;background:#fff;font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;cursor:pointer;transition:all .2s ease}.invite-user-modal__role-button--active{border-color:#1f1f1f}.invite-user-modal__footer{display:flex;gap:8px;justify-content:flex-end;margin-top:8px;position:relative}.invite-user-modal__spinner-container{display:flex;align-items:center;justify-content:center;width:100%}@keyframes inviteModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirmation-modal{background:#fff;border-radius:24px;width:480px;overflow:hidden;animation:confirmationModalSlideIn .2s ease-out;padding:32px 24px 24px;display:flex;flex-direction:column;text-align:center}.confirmation-modal__title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin-bottom:12px}.confirmation-modal__description{font-size:16px;line-height:24px;font-weight:400;color:#1f1f1f;margin-bottom:32px}.confirmation-modal__footer{display:flex;gap:12px;justify-content:flex-end;position:relative}.confirmation-modal__spinner-container{display:flex;align-items:center;justify-content:center;width:100%}@keyframes confirmationModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.change-role-modal{background:#fff;border-radius:24px;width:480px;overflow:hidden;animation:changeRoleModalSlideIn .2s ease-out;padding:32px 24px 24px;display:flex;flex-direction:column;text-align:center}.change-role-modal__title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin-bottom:32px}.change-role-modal__field{margin-bottom:32px}.change-role-modal__role-buttons{display:flex;gap:8px}.change-role-modal__role-button{flex:1;padding:8px 16px;border:1px solid #D9D9D9;border-radius:9999px;background:#fff;font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;cursor:pointer;transition:all .2s ease}.change-role-modal__role-button--active{border-color:#1f1f1f}.change-role-modal__role-button:disabled{opacity:.5;cursor:not-allowed}.change-role-modal__footer{display:flex;gap:12px;justify-content:flex-end;position:relative}.change-role-modal__spinner-container{display:flex;align-items:center;justify-content:center;width:100%}@keyframes changeRoleModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.adjust-seats-modal{background:#fff;border-radius:24px;width:480px;overflow:hidden;animation:adjustSeatsModalSlideIn .2s ease-out;padding:32px 24px 24px;display:flex;flex-direction:column}.adjust-seats-modal__title{font-size:16px;line-height:32px;font-weight:500;color:#1f1f1f;margin-bottom:12px;text-align:center}.adjust-seats-modal__description{font-size:16px;line-height:24px;font-weight:400;color:#1f1f1f;margin-bottom:32px;text-align:center;white-space:pre-line}.adjust-seats-modal__counter{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.adjust-seats-modal__counter-button{width:40px;height:40px;border-radius:8px;border:1px solid #e8e8e8;background:#fff;font-size:24px;line-height:1;font-weight:400;color:#1f1f1f;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.adjust-seats-modal__counter-button:hover:not(:disabled){border-color:#1f1f1f}.adjust-seats-modal__counter-button:disabled{opacity:.5;cursor:not-allowed}.adjust-seats-modal__counter-button:focus-visible{border-color:#1f1f1f}.adjust-seats-modal__counter-input{width:80px;height:40px;border-radius:8px;border:1px solid #e8e8e8;background:#fff;font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;text-align:center;padding:0}.adjust-seats-modal__counter-input:focus{outline:none;border-color:#1f1f1f}.adjust-seats-modal__counter-input:disabled{opacity:.5;cursor:not-allowed}.adjust-seats-modal__counter-input::-webkit-inner-spin-button,.adjust-seats-modal__counter-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.adjust-seats-modal__counter-input[type=number]{-moz-appearance:textfield}.adjust-seats-modal__footer{display:flex;gap:12px;justify-content:flex-end}@keyframes adjustSeatsModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.team__loading-container{width:100%;padding-top:200px;padding-bottom:200px;display:flex;align-items:center;justify-content:center}.team__error-container{width:100%;padding-top:100px;padding-bottom:100px;display:flex;align-items:center;justify-content:center}.team__error{text-align:center;width:100%}.team__summary-boxes{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.team__summary-box{background:#fff;border-radius:20px;padding:24px;border:1px solid #e8e8e8;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.team__summary-label{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;margin-bottom:8px;display:flex;align-items:center;gap:6px}.team__info-icon{display:flex;align-items:center;color:#727272;cursor:pointer}.team__info-icon>svg{width:16px;height:16px}.team__summary-value{font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f}.team__summary-value-container{display:flex;align-items:center;gap:12px}.team__summary-value-arrow{display:flex;align-items:center;color:#727272}.team__summary-value-arrow>svg{width:20px;height:20px}.team__summary-value-next-cycle{display:flex;align-items:center;gap:6px}.team__summary-value-next-cycle-number{font-size:28px;line-height:32px;font-weight:500;color:#727272}.team__summary-value-secondary{font-size:16px;line-height:24px;font-weight:400;color:#727272}.team__users-section{background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:24px;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.team__users-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.team__users-header-buttons{display:flex;gap:12px;align-items:center}.team__users-title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin:0}.team__users-subtabs{display:flex;gap:0;border-bottom:1px solid #e8e8e8;margin-bottom:24px}.team__users-subtab{border:none;background:transparent;padding:8px 16px;font-size:14px;line-height:16px;font-weight:500;color:#727272;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;margin-bottom:-1px}.team__users-subtab--active{color:#1f1f1f;border-bottom-color:#1f1f1f}.team__users-subtab:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.team__user-cell{display:flex;align-items:center;gap:12px}.team__user-avatar{width:32px;height:32px;border-radius:50%;background:#e1e1e1;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;line-height:20px;font-weight:500;color:#1f1f1f}.team__role-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;line-height:16px;font-weight:500;background:#e1e1e1;color:#1f1f1f}.team__role-badge--admin{background:#e1e1e1;color:#1f1f1f}.team__status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;line-height:16px;font-weight:500}.team__status-badge--pending{background-color:#d99e001a;color:#d99e00}.team__status-badge--expired{background-color:#ff44001a;color:#cd1d1d}.team__toggle-container{display:flex;align-items:center;justify-content:center}.team__switch{position:relative;width:44px;height:24px;border-radius:12px;cursor:pointer;transition:background-color .2s ease;flex-shrink:0;border:none;padding:0;display:block}.team__switch--on{background:#1f1f1f}.team__switch--off{background:#e8e8e8}.team__switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.team__switch--on .team__switch-thumb{transform:translate(20px)}.team__llm-usage-cell{width:100%}.team__llm-usage-progress{width:100%;height:8px;border-radius:9999px;background-color:#e8e8e8;overflow:hidden}.team__llm-usage-progress-fill{height:100%;border-radius:9999px;background-color:#1f1f1f;transition:width .3s ease}.data-table__container{overflow-x:auto;width:100%}.data-table{width:100%;border-collapse:collapse;min-width:800px}.data-table thead tr th{text-align:left;padding:8px 16px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8}.data-table__header-content{display:inline-flex;align-items:center;gap:6px}.data-table tbody tr{border-bottom:1px solid #e8e8e8}.data-table tbody tr td{padding:12px 16px;font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f}.data-table__empty{text-align:center;padding:32px;color:#727272;font-size:14px;line-height:20px}.data-table__empty-cell{color:#727272}.data-table__actions{position:relative;display:inline-block}.data-table__actions-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.data-table__actions-button:hover{background:#f0f0f0}.data-table__actions-button:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.data-table__actions-menu{position:fixed;margin-top:4px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;z-index:10000;width:fit-content;min-width:160px;overflow:hidden}.data-table__actions-menu-item{display:block;width:100%;padding:10px 16px;text-align:left;background:none;border:none;font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.data-table__actions-menu-item:hover{background:#f0f0f0}.data-table__actions-menu-item:focus-visible{outline:2px solid #1f1f1f;outline-offset:-2px}.data-table__actions-menu-item--danger{color:#ff3535}.data-table__actions-menu-item--danger:hover{background:#fff5f5}.data-table__actions-menu-item--disabled{color:#b0b0b0;cursor:not-allowed;pointer-events:none}.data-table__actions-menu-item--disabled:hover{background:none}.data-table__info-icon{display:flex;align-items:center;color:#727272;cursor:pointer}.data-table__info-icon>svg{width:16px;height:16px}.billing{display:flex;flex-direction:column;gap:24px}.billing__loading-container{width:100%;padding-top:200px;padding-bottom:200px;display:flex;align-items:center;justify-content:center}.billing__error-container{width:100%;padding-top:100px;padding-bottom:100px;display:flex;align-items:center;justify-content:center}.billing__error{text-align:center;width:100%}.billing__card{background:transparent;border-radius:16px;padding:24px;border:1px solid #e8e8e8;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.billing__card-title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin-bottom:24px}.billing__plan-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.billing__plan-card{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border:1px solid #D9D9D9;border-radius:16px;cursor:pointer;transition:border-color .2s ease;background:#fff}.billing__plan-card--selected{border:1.5px solid #1f1f1f}.billing__plan-content{flex:1;text-align:left;padding:8px 0;gap:4px;display:flex;flex-direction:column}.billing__plan-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.billing__plan-name{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f}.billing__plan-badge{background:#26a0001f;color:#1d7a00;font-size:12px;line-height:16px;font-weight:500;padding:4px 8px;border-radius:8px}.billing__plan-price{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f}.billing__plan-radio{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border:1px solid #D9D9D9;border-radius:9999px}.billing__plan-radio--checked{padding:4px;background:#1f1f1f;border:none}.billing__plan-radio--checked svg{width:16px;height:16px}.billing__plan-details{padding:16px 20px;background:#fafafa;border-radius:12px;margin-bottom:24px}.billing__plan-detail-row{display:flex;justify-content:space-between;align-items:center}.billing__plan-detail-left{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:#727272}.billing__plan-detail-right{font-size:14px;line-height:20px;color:#727272;display:flex;align-items:center;gap:8px}.billing__info-icon{display:flex;align-items:center;color:#727272;cursor:pointer}.billing__info-icon>svg{width:16px;height:16px}.billing__plan-detail-value{color:#1f1f1f;font-weight:600}.billing__plan-actions{display:flex;justify-content:flex-end}.billing__cancel-button.button.button-secondary-default{color:#ff3535}.billing__payment-method{display:flex;justify-content:space-between;align-items:center}.billing__payment-method-info{display:flex;align-items:center;gap:12px}.billing__payment-method-icon{width:40px;height:40px;border-radius:8px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.billing__payment-method-card{font-size:14px;line-height:20px;font-weight:500;color:#1f1f1f}.billing__invoices-empty{display:flex;align-items:center;justify-content:center;padding:48px 24px}.billing__invoices-empty span{font-size:14px;line-height:20px;color:#727272}.billing__invoice-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;line-height:16px;font-weight:500}.billing__invoice-status--paid{background-color:#26a0001a;color:#1d7a00}.billing__invoice-status--pending{background-color:#d99e001a;color:#d99e00}.billing__invoice-status--failed{background-color:#ff44001a;color:#cd1d1d}.billing__invoice-status--void{background-color:#7272721a;color:#727272}.billing__download-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;color:#1f1f1f}.billing__download-button:hover:not(:disabled){background:#f0f0f0}.billing__download-button:disabled{opacity:.4;cursor:not-allowed}.billing__download-button:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.billing__download-button svg{width:20px;height:20px}.user-settings{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.user-settings__wrapper{width:100%;height:100%;overflow-y:auto;padding:96px 88px 50px;box-sizing:border-box}.user-settings__content{width:100%;max-width:1400px;min-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.user-settings__header{display:flex;justify-content:space-between;align-items:center}.user-settings__title{font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0}.user-settings__tabs{display:flex;gap:8px;flex-wrap:wrap;width:100%}.user-settings__tab{border:none;background:transparent;padding:8px 12px;border-radius:12px;font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.user-settings__tab--active{background:#f0f0f0}.user-settings__tab:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.user-settings__tab-content{display:flex;flex-direction:column;gap:24px}.home{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8}.home__wrapper{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;overflow-x:auto;overflow-y:auto;padding:96px 88px 50px;box-sizing:border-box}.home__page-content{width:100%;max-width:1400px;min-width:800px;margin:0 auto;flex-shrink:0;display:flex;flex-direction:column}.home__section{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:64px}.home__section:last-child{margin-bottom:0}.home__title{font-size:28px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0}.home__subtitle{font-size:14px;line-height:20px;font-weight:400;color:#727272;margin:20px 0 32px}.home__cards{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:16px}.home__card{background:#fff;border-radius:20px;padding:24px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:stretch;text-align:left;border:.5px solid #E8E8E8;width:322px;min-width:322px;flex-shrink:0;min-height:248px;gap:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.home__card:hover{box-shadow:0 8px 16px #00000014,0 2px 4px #0000000a}.home__card-main{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1;min-height:0}.home__card-footer{flex-shrink:0;margin-top:16px}.home__card-divider{height:.5px;background:#e8e8e8;margin-bottom:12px}.home__card-tagline{margin:0;font-size:11px;line-height:16px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#a3a3a3}.home__card-icon{width:24px;height:24px;margin-bottom:16px;display:flex;align-items:flex-start}.home__card-icon svg{width:32px;height:32px}.home__card-title{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f;margin:0}.home__card-description{color:#727272;font-size:14px;line-height:20px;font-weight:400;margin:0}.overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.overlay--scrollable{overflow:auto;padding:24px}.legal-document-modal{background:#fff;border-radius:24px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;animation:legalDocumentModalSlideIn .2s ease-out;display:flex;flex-direction:column;padding:32px 24px 24px;margin:0 10px}.legal-document-modal__header{display:flex;align-items:center;justify-content:center;margin-bottom:32px;flex-shrink:0}.legal-document-modal__title{font-size:20px;line-height:32px;font-weight:500;color:#1f1f1f;margin:0;text-align:center}.legal-document-modal__content{flex:1;overflow-y:auto;min-height:0;margin-bottom:32px}.legal-document-modal__text{font-size:16px;line-height:24px;font-weight:400;color:#1f1f1f}.legal-document-modal__text p{margin:0 0 16px}.legal-document-modal__text p:last-child{margin-bottom:0}.legal-document-modal__text h3{font-size:18px;line-height:28px;font-weight:500;color:#1f1f1f;margin:24px 0 12px}.legal-document-modal__text h3:first-child{margin-top:0}.legal-document-modal__text ul{margin:0 0 16px;padding-left:24px}.legal-document-modal__text ul li{margin-bottom:4px}.legal-document-modal__text ul li:last-child{margin-bottom:0}.legal-document-modal__text strong{font-weight:500}.legal-document-modal__text h3 strong{font-weight:600}.legal-document-modal__text table.legal-document-modal__table{width:100%;border-collapse:collapse;margin:0 0 16px}.legal-document-modal__text table.legal-document-modal__table th,.legal-document-modal__text table.legal-document-modal__table td{border:1px solid #e6e6e6;padding:8px 12px;vertical-align:top}.legal-document-modal__text table.legal-document-modal__table thead th{font-weight:600;background:#fafafa;text-align:left}.legal-document-modal__last-updated{color:#727272;font-size:14px;margin-bottom:16px}.legal-document-modal__footer{display:flex;justify-content:flex-end;flex-shrink:0}@keyframes legalDocumentModalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.login{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden}.login__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:400px;width:100%;text-align:center;padding:24px 0}.login__title{color:#1f1f1f;font-size:20px;line-height:24px;font-weight:500;margin-bottom:32px}.login__form{display:flex;flex-direction:column;width:100%}.login__button{background:#1f1f1f;color:#fff;border:none;width:100%;max-width:390px;height:40px;padding:8px 16px;border-radius:9999px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0px;vertical-align:middle;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box;margin:12px 0 32px}.login__button:disabled,.login__button--disabled{background:#e8e8e8;color:#8c8c8c;cursor:not-allowed}.login__create-account{margin-top:0}.login__no-account{color:#727272;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center}.login__create-link{color:#1f1f1f;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0px;text-align:center;cursor:pointer;text-decoration:underline}.login__create-link:hover{color:#4b5563}.login__legal-links{text-align:center;margin-top:auto;margin-bottom:24px;flex-shrink:0}.login__legal-text{color:#727272;font-size:12px;line-height:20px;font-weight:400}.login__legal-link{color:#1f1f1f;text-decoration:underline;cursor:pointer;font-weight:500}.login__legal-link:hover{color:#4b5563}.register{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden}.register__header{width:100%;padding:32px;flex-shrink:0}.register__logo{width:64px;height:32px;cursor:pointer}.register__logo svg{width:64px;height:32px}.register__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;max-width:400px;width:100%;text-align:center;padding:32px 0}.register__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500;margin-bottom:8px}.register__subtitle{color:#727272;font-size:16px;line-height:24px;font-weight:400;margin-bottom:32px}.register__form{display:flex;flex-direction:column;width:100%}.register__field{display:flex;flex-direction:column;width:100%;max-width:390px;margin-bottom:16px;text-align:left}.register__label{font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;margin-bottom:8px}.register__input{width:100%;max-width:390px;height:44px;padding:12px 16px;border:1px solid #D9D9D9;border-radius:12px;font-size:16px;line-height:24px;font-weight:400;background:#fff;color:#1f1f1f;transition:border-color .2s ease;box-sizing:border-box;margin-bottom:0}.register__input:focus{outline:none;border:1.5px solid #1f1f1f}.register__button-wrapper{width:100%;max-width:390px;margin-bottom:32px;display:flex;justify-content:center;align-items:center}.register__button-wrapper .button{width:100%}.register__login-link{margin-top:0}.register__has-account{color:#727272;font-weight:400;font-size:14px;line-height:16px;letter-spacing:0px;text-align:center}.register__login-text{color:#1f1f1f;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0px;text-align:center;cursor:pointer;text-decoration:underline}.register__login-text:hover{color:#4b5563}.register__legal-links{text-align:left;margin-bottom:40px;width:100%;max-width:390px;align-self:flex-start}.register__legal-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.register__legal-checkbox{flex-shrink:0;width:16px;height:16px;margin-top:2px;cursor:pointer;accent-color:#1f1f1f}.register__legal-text{color:#727272;font-size:12px;line-height:20px;font-weight:400}.register__legal-link{color:#1f1f1f;text-decoration:underline;cursor:pointer;font-weight:500}.register__legal-link:hover{color:#4b5563}.finish-profile{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden}.finish-profile__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;width:100%;text-align:center;padding:32px}.finish-profile__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500;margin-bottom:8px}.finish-profile__subtitle{color:#727272;font-size:16px;line-height:24px;font-weight:400;margin-bottom:32px}.finish-profile__form{display:flex;flex-direction:column;width:100%;align-items:center}.finish-profile__field{display:flex;flex-direction:column;width:100%;max-width:390px;margin-bottom:16px;text-align:left}.finish-profile__label{font-size:14px;line-height:16px;font-weight:500;color:#1f1f1f;margin-bottom:8px}.finish-profile__required{color:#000}.finish-profile__input{width:100%;max-width:390px;height:44px;padding:12px 16px;border:1px solid #D9D9D9;border-radius:12px;font-size:16px;line-height:24px;font-weight:400;background:#fff;color:#1f1f1f;transition:border-color .2s ease;box-sizing:border-box;margin-bottom:0}.finish-profile__input:focus{outline:none;border:1.5px solid #1f1f1f}.finish-profile__input:disabled{background:#f5f5f5;color:#727272;cursor:not-allowed}.finish-profile__button-wrapper{width:100%;max-width:390px;margin-bottom:32px;margin-top:8px;display:flex;justify-content:center;align-items:center}.finish-profile__button-wrapper .button{width:100%}.plan-selection{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden}.plan-selection__header{width:100%;padding:32px;flex-shrink:0}.plan-selection__logo{width:64px;height:32px}.plan-selection__logo svg{width:64px;height:32px}.plan-selection__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;max-width:400px;width:100%;text-align:center;padding:32px 0}.plan-selection__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500;margin-bottom:8px}.plan-selection__subtitle{color:#727272;font-size:14px;line-height:20px;font-weight:400;margin-bottom:32px}.plan-selection__form{display:flex;flex-direction:column;width:100%;flex:1}.plan-selection__plans{display:flex;flex-direction:column;gap:16px;width:100%;max-width:390px;margin-bottom:24px}.plan-selection__plan-card{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border:1px solid #D9D9D9;border-radius:16px;cursor:pointer;transition:border-color .2s ease;background:#fff}.plan-selection__plan-card--selected{border:1.5px solid #1f1f1f}.plan-selection__plan-content{flex:1;text-align:left;padding:8px 0;gap:4px;display:flex;flex-direction:column}.plan-selection__plan-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.plan-selection__plan-name{font-size:16px;line-height:24px;font-weight:500;color:#1f1f1f}.plan-selection__badge{background:#26a0001f;color:#1d7a00;font-size:12px;line-height:16px;font-weight:500;padding:4px 8px;border-radius:8px}.plan-selection__plan-price{font-size:14px;line-height:20px;font-weight:400;color:#1f1f1f}.plan-selection__radio{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border:1px solid #D9D9D9;border-radius:9999px}.plan-selection__radio--checked{padding:4px;background:#1f1f1f;border:none}.plan-selection__radio--checked svg{width:16px;height:16px}.plan-selection__info-box{background:#f9f9f9;border-radius:12px;padding:16px;margin-bottom:24px;width:100%;max-width:390px}.plan-selection__info-text{font-size:12px;line-height:16px;font-weight:400;color:#1f1f1f;text-align:left}.plan-selection__button-wrapper{width:100%;max-width:390px;margin-top:auto;display:flex;justify-content:center}.plan-selection__button-wrapper .button{width:100%}.button{border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-sizing:border-box;border-radius:12px;font-weight:500;gap:8px}.button-primary-default{background:#1f1f1f;color:#fff;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.button-primary-default-md{padding:8px 16px;font-size:16px;line-height:24px}.button-primary-default-sm{padding:8px 12px;font-size:14px;line-height:16px}.button-primary-default:disabled{background:#f0f0f0;color:#8c8c8c;cursor:not-allowed}.button-primary-destructive{background:#ff3535;color:#fff;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.button-primary-destructive-md{padding:8px 16px;font-size:16px;line-height:24px}.button-primary-destructive-sm{padding:8px 12px;font-size:14px;line-height:16px}.button-primary-destructive:disabled{background:#f0f0f0;color:#8c8c8c;cursor:not-allowed}.button-secondary-default{background:#fff;color:#1f1f1f;border:.5px solid #E8E8E8;box-shadow:0 1px 2px #00000014,0 2px 4px #0000000a}.button-secondary-default-md{padding:8px 16px;font-size:16px;line-height:24px}.button-secondary-default-sm{padding:8px 12px;font-size:14px;line-height:16px}.button-secondary-default:hover{background:#f0f0f0;box-shadow:none}.email-validation{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden;position:relative}.email-validation__logo{position:absolute;top:32px;left:32px;width:64px;height:32px;cursor:pointer;z-index:1}.email-validation__logo svg{width:64px;height:32px}.email-validation__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;width:100%;text-align:center;padding:32px;gap:8px}.email-validation__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500}.email-validation__subtitle{color:#727272;font-size:16px;line-height:24px;font-weight:400;margin-bottom:32px}.email-validation__button-wrapper{width:100%;max-width:400px}.email-validation__button-wrapper .button{width:100%}.contact-administrator{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden;position:relative}.contact-administrator__logo{position:absolute;top:32px;left:32px;width:64px;height:32px;z-index:1}.contact-administrator__logo svg{width:64px;height:32px}.contact-administrator__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;width:100%;text-align:center;padding:32px;gap:8px}.contact-administrator__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500}.contact-administrator__subtitle{color:#727272;font-size:16px;line-height:24px;font-weight:400}.spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #1f1f1f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stripe-redirect{height:100vh;display:flex;align-items:center;justify-content:center}.stripe-redirect__spinner{display:flex;align-items:center;justify-content:center}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:transparent transparent;scrollbar-gutter:stable}.custom-scrollbar::-webkit-scrollbar{width:10px;height:10px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;display:none}.custom-scrollbar::-webkit-scrollbar-thumb{background:transparent;border-radius:4px;transition:background .2s ease}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background:#1f1f1f;width:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#1f1f1f}.custom-scrollbar:hover{scrollbar-color:#1f1f1f transparent}.no-platform-access{height:100%;display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:16px;border:.5px solid #E8E8E8;overflow-y:auto;overflow-x:hidden;position:relative}.no-platform-access__content{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px;width:100%;text-align:center;padding:32px;gap:8px}.no-platform-access__title{color:#1f1f1f;font-size:28px;line-height:32px;font-weight:500}.no-platform-access__subtitle{color:#727272;font-size:16px;line-height:24px;font-weight:400}
