@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Nunito+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.login-page{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem}.login-background{position:fixed;inset:0;background:linear-gradient(135deg,#0d0d1a,#0a1628,#0f1d32);z-index:0}.gradient-orbs{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(108,92,231,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(0,206,201,.1) 0%,transparent 40%),radial-gradient(ellipse at 50% 50%,rgba(253,121,168,.05) 0%,transparent 30%);animation:float 20s ease-in-out infinite}.grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.login-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;width:100%;align-items:center}@media(min-width:640px)and (max-width:1023px){.login-container{grid-template-columns:1fr;gap:2rem}}@media(max-width:639px){.login-container{grid-template-columns:1fr;gap:1.5rem}}.login-card{background:#25255099;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;animation:slideUp .6s ease forwards}@media(max-width:639px){.login-card{padding:1.5rem}}.login-header{text-align:center;margin-bottom:1.5rem}@media(max-width:639px){.login-header{margin-bottom:1rem}}.logo-wrapper{width:80px;height:80px;margin:0 auto 1rem;background:linear-gradient(135deg,#6c5ce7,#00cec9);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #6c5ce766,0 0 40px #6c5ce733,0 0 60px #6c5ce71a;animation:glow 2s ease-in-out infinite}@media(max-width:639px){.logo-wrapper{width:64px;height:64px}}.logo-wrapper .logo-icon{font-size:2.25rem;color:#fff}@media(max-width:639px){.logo-wrapper .logo-icon{font-size:1.875rem}}.app-title{font-size:1.875rem;font-weight:700;background:linear-gradient(135deg,#6c5ce7,#00cec9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media(max-width:639px){.app-title{font-size:1.5rem}}.app-subtitle{color:#6b6b8d;font-size:.875rem;max-width:300px;margin:0 auto;line-height:1.75}@media(max-width:639px){.app-subtitle{font-size:.75rem}}.auth-section{margin-bottom:1rem}.clerk-container{display:flex;align-items:center;justify-content:center;min-height:280px}.clerk-root-box{width:100%}.cl-internal-p8bmz4{margin-left:auto!important;margin-right:auto!important}.cl-footer{display:none!important}.clerk-card{background:transparent!important;box-shadow:none!important}.clerk-card *{font-family:Sora,Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.clerk-header-title,.clerk-header-subtitle{display:none!important}.clerk-social-btn{background:#252550!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;padding:.75rem 1rem!important;transition:all .15s ease!important}.clerk-social-btn:hover{background:#2f2f66!important;border-color:#6c5ce7!important}.clerk-social-btn-text{color:#fff!important}.clerk-divider{background:#ffffff1a!important}.clerk-divider-text{color:#6b6b8d!important}.clerk-label{color:#a0a0c0!important}.clerk-input{background:#252550!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;color:#fff!important}.clerk-input:focus{border-color:#6c5ce7!important;box-shadow:0 0 0 2px #6c5ce733!important}.clerk-primary-btn{background:linear-gradient(135deg,#6c5ce7,#5241b2)!important;border:none!important;border-radius:8px!important;font-weight:600!important;box-shadow:0 0 20px #6c5ce74d!important;transition:all .15s ease!important}.clerk-primary-btn:hover{background:linear-gradient(135deg,#a29bfe,#6c5ce7)!important;transform:translateY(-2px)}.clerk-footer-link,.clerk-edit-btn{color:#a29bfe!important}.login-footer{text-align:center}.login-footer p{font-size:.75rem;color:#6b6b8d}.login-footer a{color:#a29bfe}.login-footer a:hover{text-decoration:underline}.feature-showcase{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px)and (max-width:1023px){.feature-showcase{flex-direction:row;justify-content:center}}@media(max-width:639px){.feature-showcase{display:none}}.feature-card{background:#25255099;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);padding:1.5rem;border-radius:12px;animation:slideIn .6s ease forwards;opacity:0;animation-fill-mode:forwards;transition:all .25s ease}.feature-card:hover{transform:translate(8px);border-color:#6c5ce74d;box-shadow:0 0 20px #6c5ce766,0 0 40px #6c5ce733,0 0 60px #6c5ce71a}@media(min-width:640px)and (max-width:1023px){.feature-card{flex:1;text-align:center}.feature-card:hover{transform:translateY(-8px)}}.feature-card .feature-icon{font-size:2.25rem;margin-bottom:.75rem}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.feature-card p{font-size:.875rem;color:#6b6b8d;margin:0}.landing-page{min-height:100vh;padding:2rem 1rem 3rem;max-width:1280px;margin:0 auto}.landing-header{text-align:center;margin-bottom:3rem}.landing-header .landing-title{color:#fff!important;margin-bottom:.5rem!important}.landing-header .landing-subtitle{color:#a0a0c0;font-size:1.125rem;margin-bottom:0!important}.landing-cards{margin-top:2rem}.landing-card{height:100%;background:#252550!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;transition:border-color .25s ease,box-shadow .25s ease!important}.landing-card:hover{border-color:#6c5ce7!important;box-shadow:0 0 20px #6c5ce74d!important}.landing-card .ant-card-body{padding:2rem!important;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.landing-card__icon{width:48px;height:48px;border-radius:8px;background:#6c5ce733;color:#a29bfe;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:1rem}.landing-card__title{color:#fff!important;margin-bottom:.5rem!important;font-size:1.25rem!important}.landing-card__description{color:#a0a0c0;font-size:1rem;line-height:1.75;margin-bottom:1.5rem;flex:1}.landing-card__cta{display:flex;align-items:center;gap:.5rem;color:#a29bfe;font-weight:500;font-size:1rem}.landing-card__cta .anticon{font-size:12px;transition:transform .15s ease}.landing-card:hover .landing-card__cta .anticon{transform:translate(4px)}.app-layout{min-height:100vh;background:#0d0d1a}.app-sider{background:#13132b!important;border-right:1px solid rgba(255,255,255,.05)}.app-sider .ant-layout-sider-trigger{background:#252550;border-top:1px solid rgba(255,255,255,.05)}.sidebar-content{height:100%;display:flex;flex-direction:column}.sidebar-content .sidebar-footer{padding:1rem .5rem;border-top:1px solid rgba(255,255,255,.05);margin-top:auto}.sidebar-content .sidebar-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a0a0c0;font-size:.875rem;padding:.5rem .75rem;border-radius:8px;transition:color .15s ease,background .15s ease}.sidebar-content .sidebar-back-link:hover{color:#a29bfe;background:#6c5ce71a}.sidebar-content .sidebar-back-link .anticon{font-size:16px}.logo-container{padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.05)}.logo{display:flex;align-items:center;justify-content:center;gap:.75rem}.logo .logo-icon{font-size:1.875rem;color:#6c5ce7;animation:float 3s ease-in-out infinite}.logo .logo-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#6c5ce7,#00cec9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.sidebar-menu{flex:1;border-inline-end:none!important;padding:1rem .5rem}.sidebar-menu .ant-menu-item{margin:.25rem 0;border-radius:8px;transition:all .25s ease}.sidebar-menu .ant-menu-item:hover{background:#6c5ce71a!important}.sidebar-menu .ant-menu-item.ant-menu-item-selected{background:linear-gradient(135deg,#6c5ce733,#00cec91a)!important}.sidebar-menu .ant-menu-item.ant-menu-item-selected:after{display:none}.sidebar-menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon{color:#6c5ce7}.sidebar-menu .ant-menu-item-icon{font-size:1.125rem!important;transition:color .15s ease}.main-layout{background:#0d0d1a}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:72px;background:#13132bcc!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:200}@media(max-width:639px){.app-header{padding:0 1rem;height:64px}}.header-left{display:flex;align-items:center;justify-content:center;gap:1rem}.header-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#a0a0c0;font-size:.875rem;transition:color .15s ease}.header-back-link:hover{color:#a29bfe}.header-back-link .anticon{font-size:16px}.menu-trigger{color:#fff!important;font-size:1.25rem}.menu-trigger:hover{color:#6c5ce7!important}.page-title{font-size:1.25rem;font-weight:600;margin:0}@media(max-width:639px){.page-title{font-size:1.125rem}}.header-right{display:flex;align-items:center;justify-content:center;gap:1rem}@media(max-width:639px){.header-right{gap:.5rem}}.notification-btn{color:#a0a0c0!important;font-size:1.125rem;width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.notification-btn:hover{color:#6c5ce7!important;background:#6c5ce71a}.user-info{display:flex;align-items:center;justify-content:center;gap:.75rem}.user-info .user-name{color:#a0a0c0;font-size:.875rem;font-weight:500}.user-info .clerk-avatar{width:36px;height:36px;border:2px solid #6C5CE7;border-radius:9999px}.app-content{padding:1.5rem;min-height:calc(100vh - 72px);animation:fadeIn .3s ease}@media(max-width:639px){.app-content{padding:1rem;min-height:calc(100vh - 64px)}}.mobile-drawer .ant-drawer-body{background:#13132b!important}.mobile-drawer .ant-drawer-header{background:#13132b;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-drawer .ant-drawer-close{color:#fff}.documents-page{animation:fadeIn .4s ease}.page-header h2{margin-bottom:.25rem}.upload-card{background:#252550!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important;margin-bottom:1rem}.upload-card .ant-card-body{padding:1.25rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.card-header h4{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.card-header h4 .anticon{color:#6c5ce7}.model-select{min-width:180px}.model-select .ant-select-selector{background:#13132b!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important}.model-select .ant-select-selector:hover{border-color:#6c5ce7!important}.model-select .ant-select-selection-item{color:#fff}.upload-dropzone{position:relative;background:#13132b80;border:2px dashed rgba(255,255,255,.1);border-radius:12px;padding:2rem 1rem;transition:border-color .25s ease,background .25s ease;cursor:pointer;outline:none}.upload-dropzone:focus-visible{border-color:#6c5ce7;box-shadow:0 0 0 2px #6c5ce733}.upload-dropzone:hover:not(.upload-dropzone--disabled){border-color:#6c5ce7;background:#6c5ce70d}.upload-dropzone.upload-dropzone--active{border-color:#6c5ce7;background:#6c5ce714}.upload-dropzone.upload-dropzone--disabled{opacity:.6;cursor:not-allowed}.upload-dropzone__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;pointer-events:none;margin:0;padding:0;border:none;outline:none}.upload-dropzone__icon{margin-bottom:.75rem;display:flex;justify-content:center}.upload-dropzone__icon .anticon{font-size:48px;color:#6c5ce7}.upload-dropzone__text{font-size:1.125rem;font-weight:500;color:#fff;margin-bottom:.5rem;text-align:center}.upload-dropzone__hint{font-size:.875rem;color:#6b6b8d;text-align:center;margin:0}.upload-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.file-info{display:flex;align-items:center;justify-content:center;gap:.75rem}.file-info .file-icon{font-size:1.5rem}.file-details{display:flex;flex-direction:column}.file-details .file-name{color:#fff;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}@media(max-width:639px){.file-details .file-name{max-width:120px}}.file-details .file-size{font-size:.75rem}.supported-formats{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}@media(max-width:639px){.supported-formats{flex-direction:column;align-items:flex-start}}.format-tags{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.format-tags .ant-tag{background:#6c5ce71a;border:none;color:#a29bfe;font-size:.75rem}.stats-card{background:#252550!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important}.stats-card .ant-card-body{padding:1.25rem}.stat-item{text-align:center}.stat-item .stat-value{font-size:1.875rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.stat-item .stat-value.completed{color:#00b894}.stat-item .stat-value.failed{color:#ff7675}@media(max-width:639px){.stat-item .stat-value{font-size:1.5rem}}.stat-item .stat-label{font-size:.75rem;color:#6b6b8d;text-transform:uppercase;letter-spacing:.5px}.results-card{background:#252550!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important;min-height:400px}.results-card .ant-card-head{border-bottom:1px solid rgba(255,255,255,.05)}.results-card .ant-card-head .anticon{color:#6c5ce7;margin-right:.5rem}.processing-indicator{flex-direction:column;display:flex;align-items:center;justify-content:center;padding:3rem 0;gap:.75rem}.processing-indicator .ant-spin{margin-bottom:.5rem}.processing-indicator .ant-typography:first-of-type{color:#fff;font-weight:500}.results-list{max-height:600px;overflow-y:auto}.results-list::-webkit-scrollbar{width:6px;height:6px}.results-list::-webkit-scrollbar-track{background:#13132b}.results-list::-webkit-scrollbar-thumb{background:#2f2f66;border-radius:9999px}.results-list::-webkit-scrollbar-thumb:hover{background:#6c5ce7}.results-collapse{background:transparent;border:none}.results-collapse .ant-collapse-item{background:#13132b80;border:1px solid rgba(255,255,255,.05)!important;border-radius:8px!important;margin-bottom:.75rem;overflow:hidden}.results-collapse .ant-collapse-item:last-child{margin-bottom:0}.results-collapse .ant-collapse-item.ant-collapse-item-active{border-color:#6c5ce74d!important}.results-collapse .ant-collapse-header{padding:1rem!important;color:#fff!important}.results-collapse .ant-collapse-header:hover{background:#6c5ce70d}.results-collapse .ant-collapse-content{background:#13132b!important;border-top:1px solid rgba(255,255,255,.05)}.results-collapse .ant-collapse-content-box{padding:1rem!important}.results-collapse .ant-collapse-arrow{color:#6b6b8d!important}.result-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.75rem}@media(max-width:639px){.result-header{flex-direction:column;align-items:flex-start}}.result-info{display:flex;flex-direction:column}.result-info .ant-typography{line-height:1.3}.result-info .result-meta{font-size:.75rem}.result-content .result-actions{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}@media(max-width:639px){.result-content .result-actions{flex-wrap:wrap}}.reference-id-block{margin-bottom:1rem;padding:.75rem 1rem;background:#1e1e3f99;border:1px solid rgba(255,255,255,.06);border-radius:8px}.reference-id-block .ant-typography{color:#a0a0c0}.reference-id-block code.ant-typography{color:#a29bfe;background:#6c5ce71f;border-radius:4px;padding:2px 8px}.feedback-section{margin-bottom:1rem;padding:1rem;background:#1e1e3f;border:1px solid rgba(255,255,255,.06);border-radius:12px}.feedback-section-title{margin-top:0;margin-bottom:.75rem;color:#fff}.feedback-section-title .anticon{color:#6c5ce7;margin-right:.5rem}.feedback-rating-row{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.feedback-rate.ant-rate .ant-rate-star-zero .ant-rate-star-second{color:#2f2f66}.feedback-rate.ant-rate .ant-rate-star-full .ant-rate-star-first,.feedback-rate.ant-rate .ant-rate-star-half .ant-rate-star-first,.feedback-rate.ant-rate .ant-rate-star-half .ant-rate-star-second{color:#6c5ce7}.feedback-comments{margin-bottom:.75rem}.feedback-comments.ant-input{background:#252550!important;border-color:#ffffff14!important;color:#fff!important}.feedback-comments.ant-input::placeholder{color:#6b6b8d!important}.feedback-comments.ant-input:hover,.feedback-comments.ant-input:focus{border-color:#6c5ce7!important}.feedback-success-alert.ant-alert{background:#00b8941f!important;border-color:#00b89440!important}.feedback-success-alert.ant-alert .ant-alert-message{color:#fff}.json-output{background:#0d0d1acc;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:1rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;color:#00cec9;overflow-x:auto;max-height:400px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.json-output::-webkit-scrollbar{width:6px;height:6px}.json-output::-webkit-scrollbar-track{background:#13132b}.json-output::-webkit-scrollbar-thumb{background:#2f2f66;border-radius:9999px}.json-output::-webkit-scrollbar-thumb:hover{background:#6c5ce7}.file-icon{font-size:1.5rem}.file-icon.pdf{color:#ff6b6b}.file-icon.excel{color:#51cf66}.file-icon.word{color:#339af0}.file-icon.default{color:#6b6b8d}.ant-alert{background:#ff76751a!important;border:1px solid rgba(255,118,117,.2)!important;border-radius:8px}.ant-alert .ant-alert-message{color:#fff}.ant-alert .ant-alert-description{color:#a0a0c0}.ant-empty{padding:2rem 0}.ant-empty .ant-empty-description{color:#6b6b8d;margin-bottom:.75rem}.ant-upload-list{display:none}.configuration-page{animation:fadeIn .4s ease}.page-header{margin-bottom:1.5rem}.page-header h2{margin-bottom:.25rem;display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.75rem}.page-header h2 .anticon{color:#6c5ce7}@media(max-width:639px){.page-header h2{font-size:1.25rem}}.page-header .ant-typography{margin-bottom:0}.config-card{background:#252550!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important}.config-form .form-section{margin-bottom:.5rem}.config-form .form-section h5{margin-bottom:.25rem;color:#fff}.config-form .ant-form-item-label>label{color:#a0a0c0;font-weight:500}.config-form .ant-input,.config-form .ant-input-textarea textarea{background:#13132b!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;font-family:Sora,Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif}.config-form .ant-input::placeholder,.config-form .ant-input-textarea textarea::placeholder{color:#6b6b8d!important}.config-form .ant-input:focus,.config-form .ant-input:hover,.config-form .ant-input-textarea textarea:focus,.config-form .ant-input-textarea textarea:hover{border-color:#6c5ce7!important}.config-form .json-input{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem}.config-form .ant-form-item-extra{color:#6b6b8d;font-size:.75rem;margin-top:.25rem}.form-actions{display:flex;justify-content:flex-end}@media(max-width:639px){.form-actions{flex-direction:column}.form-actions .ant-space{width:100%;flex-direction:column}.form-actions .ant-space .ant-space-item,.form-actions .ant-space .ant-space-item button{width:100%}}.form-actions .saved-btn{background:#00b894!important;border-color:#00b894!important}.info-card{background:#252550!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important}.info-card h5{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.5rem;margin-bottom:.5rem}.info-card h5 .anticon{color:#6c5ce7}.info-item{margin-bottom:1rem}.info-item .ant-typography{display:block}.info-item .ant-typography:first-child{margin-bottom:.25rem;color:#fff}.info-item .ant-typography:last-child{font-size:.875rem;line-height:1.75}.ant-alert{background:#74b9ff1a!important;border:1px solid rgba(116,185,255,.2)!important;border-radius:8px}.ant-alert .ant-alert-message{color:#fff;font-weight:500}.ant-alert .ant-alert-description{color:#a0a0c0;font-size:.875rem}.ant-alert .ant-alert-icon{color:#74b9ff}.settings-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}.settings-modal__backdrop{position:absolute;inset:0;background:#00000080;cursor:default}.settings-modal__content{position:relative;width:100%;max-width:560px;max-height:90vh;padding:0;background:#252550;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;overflow:hidden}.settings-modal__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.settings-modal__title{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.settings-modal__close{width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;color:#6b6b8d;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:color .15s ease,background .15s ease}.settings-modal__close:hover{color:#fff;background:#ffffff14}.settings-modal__close:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.settings-modal__tabs{display:flex;gap:0;padding:0 1.5rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.settings-modal__tab{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#6b6b8d;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .15s ease,border-color .15s ease}.settings-modal__tab:hover{color:#a0a0c0}.settings-modal__tab.settings-modal__tab--active{color:#a29bfe;border-bottom-color:#6c5ce7}.settings-modal__tab:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.settings-modal__panel{overflow-y:auto;padding:1.5rem;flex:1;min-height:0}.settings-modal__import{margin-bottom:1.5rem}.settings-modal__import-label{display:block;font-size:.875rem;font-weight:500;color:#a0a0c0;margin-bottom:.5rem}.settings-modal__import-textarea{width:100%;padding:.75rem;font-size:.875rem;font-family:inherit;color:#fff;background:#13132b80;border:1px solid rgba(255,255,255,.1);border-radius:8px;resize:vertical;margin-bottom:.5rem;box-sizing:border-box}.settings-modal__import-textarea::placeholder{color:#6b6b8d}.settings-modal__import-textarea:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 2px #6c5ce733}.settings-modal__import-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#a29bfe;background:#6c5ce733;border:1px solid rgba(108,92,231,.4);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.settings-modal__import-btn:hover:not(:disabled){background:#6c5ce74d;color:#fff}.settings-modal__import-btn:disabled{opacity:.5;cursor:not-allowed}.settings-modal__import-btn:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.settings-modal__form{display:flex;flex-direction:column;gap:1rem}.settings-modal__field{display:flex;flex-direction:column;gap:.25rem}.settings-modal__field label{font-size:.875rem;font-weight:500;color:#a0a0c0}.settings-modal__input{width:100%;padding:.5rem .75rem;font-size:1rem;font-family:inherit;color:#fff;background:#13132b80;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-sizing:border-box}.settings-modal__input::placeholder{color:#6b6b8d}.settings-modal__input:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 2px #6c5ce733}.settings-modal__actions{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06)}.settings-modal__btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.settings-modal__btn:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.settings-modal__btn--primary{color:#fff;background:#6c5ce7;border:none}.settings-modal__btn--primary:hover{background:#a29bfe;color:#13132b}.settings-modal__btn--secondary{color:#a0a0c0;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.settings-modal__btn--secondary:hover{background:#ffffff1f;color:#fff}.settings-modal__saved{font-size:.875rem;color:#00b894;margin-left:.5rem}.commercial-intake-layout[data-theme=light]{--ci-bg: #f5f0e8;--ci-bg-main: #faf8f5;--ci-surface: #ebe6dc;--ci-surface-light: #e0d9ce;--ci-text: #2c2c2c;--ci-text-secondary: #5c5c5c;--ci-text-muted: #7a7a7a;--ci-primary: #5a7a5a;--ci-primary-light: #6b8f6b;--ci-primary-dark: #4a654a;--ci-border: rgba(0, 0, 0, .08);--ci-border-strong: rgba(0, 0, 0, .12)}.commercial-intake-layout[data-theme=light]{background:var(--ci-bg)}.commercial-intake-layout[data-theme=light] .commercial-intake-header{background:#faf8f5eb;border-bottom:1px solid var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .commercial-intake-header__title{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .commercial-intake-header__gear{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .commercial-intake-header__gear:hover{color:var(--ci-primary-light);background:var(--ci-surface)}.commercial-intake-layout[data-theme=light] .commercial-intake-header__switcher-link{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .commercial-intake-header__switcher-link:hover{color:var(--ci-primary-light);background:var(--ci-surface)}.commercial-intake-layout[data-theme=light] .commercial-intake-header__switcher-panel{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .commercial-intake-welcome__title,.commercial-intake-layout[data-theme=light] .dashboard-section__title,.commercial-intake-layout[data-theme=light] .dashboard-empty__message{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .dashboard-hero__inner{background:linear-gradient(135deg,#e0e7ff,#dbeafe,#e0f2fe);border-color:#3b82f640}.commercial-intake-layout[data-theme=light] .dashboard-hero__title{color:#1f2937}.commercial-intake-layout[data-theme=light] .dashboard-hero__cta{background:#2563eb;color:#fff}.commercial-intake-layout[data-theme=light] .dashboard-hero__cta:hover{background:#1d4ed8}.commercial-intake-layout[data-theme=light] .dashboard-card{background:#fff;border-color:var(--ci-border-strong);box-shadow:0 1px 3px #00000014}.commercial-intake-layout[data-theme=light] .dashboard-card:hover{box-shadow:0 4px 12px #0000001a}.commercial-intake-layout[data-theme=light] .dashboard-card__title{color:#1f2937}.commercial-intake-layout[data-theme=light] .dashboard-card__label{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .dashboard-card__value{color:#1f2937}.commercial-intake-layout[data-theme=light] .dashboard-card__status.dashboard-card__status--draft{color:#854d0e;background:#fef9c3;border-color:#fde047}.commercial-intake-layout[data-theme=light] .dashboard-card__status.dashboard-card__status--in-progress,.commercial-intake-layout[data-theme=light] .dashboard-card__status.dashboard-card__status--submitted{color:#1e40af;background:#dbeafe;border-color:#93c5fd}.commercial-intake-layout[data-theme=light] .dashboard-card__status.dashboard-card__status--under-review{color:#166534;background:#dcfce7;border-color:#86efac}.commercial-intake-layout[data-theme=light] .dashboard-card__action{color:#374151;background:#fff;border-color:#d1d5db}.commercial-intake-layout[data-theme=light] .dashboard-card__action:hover{background:#f9fafb;border-color:#9ca3af}.commercial-intake-layout[data-theme=light] .dashboard-empty{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .document-intake-header__title,.commercial-intake-layout[data-theme=light] .document-intake-list__title{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .document-intake-header__description{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .document-intake-dropzone{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .document-intake-dropzone:hover,.commercial-intake-layout[data-theme=light] .document-intake-dropzone.document-intake-dropzone--active{border-color:var(--ci-primary);background:#5a7a5a0f}.commercial-intake-layout[data-theme=light] .document-intake-dropzone__text,.commercial-intake-layout[data-theme=light] .document-intake-dropzone__hint{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .document-intake-card{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .document-intake-card__name,.commercial-intake-layout[data-theme=light] .document-intake-card__label{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .document-intake-card__select,.commercial-intake-layout[data-theme=light] .document-intake-card__input{background:var(--ci-bg-main);border-color:var(--ci-border-strong);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .document-intake-cta__button{background:var(--ci-primary);color:#fff}.commercial-intake-layout[data-theme=light] .document-intake-cta__button:hover{background:var(--ci-primary-light)}.commercial-intake-layout[data-theme=light] .wizard-page__title,.commercial-intake-layout[data-theme=light] .wizard-page__step-title,.commercial-intake-layout[data-theme=light] .wizard-page__field label{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .wizard-page__description,.commercial-intake-layout[data-theme=light] .wizard-page__step-hint,.commercial-intake-layout[data-theme=light] .wizard-page__step-note{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .wizard-page__back{color:var(--ci-primary-light)}.commercial-intake-layout[data-theme=light] .wizard-page__back:hover{color:var(--ci-primary)}.commercial-intake-layout[data-theme=light] .wizard-page__step-tab{background:var(--ci-surface);border-color:var(--ci-border);color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .wizard-page__step-tab.wizard-page__step-tab--active{color:var(--ci-primary-light);background:#5a7a5a26;border-color:var(--ci-primary)}.commercial-intake-layout[data-theme=light] .wizard-page__step-content{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-page__input{background:var(--ci-bg-main);border-color:var(--ci-border-strong);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .deal-health-bar{background:#faf8f5f5;border-top:1px solid var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .deal-health-bar__label{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .deal-health-bar__title{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .deal-health-bar__value{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .deal-health-bar__divider{background:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .deal-health-bar__deal-size-btn{color:var(--ci-primary-dark);background:#5a7a5a33;border-color:var(--ci-primary)}.commercial-intake-layout[data-theme=light] .deal-health-bar__deal-size-btn:hover{background:#5a7a5a4d}.commercial-intake-layout[data-theme=light] .document-viewer-panel{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__tab{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__tab.document-viewer-panel__tab--active{color:var(--ci-primary-light);background:#5a7a5a26}.commercial-intake-layout[data-theme=light] .document-viewer-panel__metadata-title,.commercial-intake-layout[data-theme=light] .document-viewer-panel__label{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__select,.commercial-intake-layout[data-theme=light] .document-viewer-panel__input{background:var(--ci-bg-main);border-color:var(--ci-border-strong);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__tag{background:var(--ci-surface-light);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__tag--detected{background:#5a7a5a26;color:var(--ci-primary-dark)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__metadata,.commercial-intake-layout[data-theme=light] .document-viewer-panel__metadata-trigger,.commercial-intake-layout[data-theme=light] .document-viewer-panel__metadata-summary,.commercial-intake-layout[data-theme=light] .document-viewer-panel__metadata-content{background:var(--ci-surface)}.commercial-intake-layout[data-theme=light] .document-viewer-panel__metadata-trigger:hover,.commercial-intake-layout[data-theme=light] .document-viewer-panel__preview{background:var(--ci-surface-light)}.commercial-intake-layout[data-theme=light] .start-app-modal__content{background:var(--ci-bg-main);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .start-app-modal__title{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .start-app-modal__description{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .start-app-modal__close{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .start-app-modal__close:hover{color:var(--ci-text);background:var(--ci-surface)}.commercial-intake-layout[data-theme=light] .start-app-modal__dropzone{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .start-app-modal__dropzone.start-app-modal__dropzone--active{border-color:var(--ci-primary);background:#5a7a5a14}.commercial-intake-layout[data-theme=light] .start-app-modal__dropzone-icon,.commercial-intake-layout[data-theme=light] .start-app-modal__dropzone-text{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .start-app-modal__dropzone-hint{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc{background:var(--ci-surface);border-color:var(--ci-border)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-name{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-select{background:var(--ci-bg-main);border-color:var(--ci-border-strong);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .start-app-modal__btn--secondary{background:var(--ci-surface);border-color:var(--ci-border-strong);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .start-app-modal__btn--secondary:hover:not(:disabled){background:var(--ci-surface-light)}.commercial-intake-layout[data-theme=light] .start-app-modal__btn--primary{background:var(--ci-primary);color:#fff}.commercial-intake-layout[data-theme=light] .start-app-modal__btn--primary:hover:not(:disabled){background:var(--ci-primary-light)}.commercial-intake-layout[data-theme=light] .start-app-modal__hint{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-progress-bar{background:#0000000f;border-color:var(--ci-border);box-shadow:inset 0 1px 2px #0000000f}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-progress-fill{box-shadow:0 0 12px #4a7a4a59,0 1px #fff6 inset}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-progress-bar--phase .start-app-modal__doc-progress-fill{box-shadow:0 0 16px #00a6894d}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-progress-label,.commercial-intake-layout[data-theme=light] .start-app-modal__doc-progress-bar--phase .start-app-modal__doc-progress-label{color:var(--ci-text);text-shadow:none}.commercial-intake-layout[data-theme=light] .start-app-modal__doc:has(.start-app-modal__doc-progress-wrap){border-color:#5a7a5a40;box-shadow:0 0 0 1px #5a7a5a1a,0 2px 8px #0000000f}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-tag{background:#5a7a5a1f;border-color:#5a7a5a38;color:var(--ci-primary-dark)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-tag:hover{background:#5a7a5a33;border-color:#5a7a5a59}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-tag--data{background:#3b82f61f;border-color:#3b82f640;color:#1d4ed8}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-tag--data:hover{background:#3b82f633;border-color:#3b82f659}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-tag--subject{background:#00a6891f;border-color:#00a68940;color:#047857}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-tag--subject:hover{background:#00a68933;border-color:#00a68959}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-add-btn{color:var(--ci-primary-dark);background:#5a7a5a26;border-color:#5a7a5a4d}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-add-btn:hover{background:#5a7a5a40;border-color:#5a7a5a73}.commercial-intake-layout[data-theme=light] .start-app-modal__skeleton{background:#0000000f}.commercial-intake-layout[data-theme=light] .start-app-modal__skeleton:after{background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.6) 50%,transparent 60%,transparent 100%)}.commercial-intake-layout[data-theme=light] .start-app-modal__primary-caption{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-select.start-app-modal__doc-select--tag{background:#5a7a5a1f;border-color:#5a7a5a38;color:var(--ci-primary-dark)}.commercial-intake-layout[data-theme=light] .start-app-modal__doc-select.start-app-modal__doc-select--tag:hover{background:#5a7a5a33;border-color:#5a7a5a59}.commercial-intake-layout[data-theme=light] .start-app-modal__primary-rationale-icon{color:var(--ci-text-muted);background:#0000000f;border-color:var(--ci-border)}.commercial-intake-layout[data-theme=light] .start-app-modal__primary-rationale-icon:hover{color:var(--ci-primary);background:#5a7a5a1f}.commercial-intake-layout[data-theme=light] .start-app-modal__skeleton-chip{background:#0000000f}.commercial-intake-layout[data-theme=light] .start-app-modal__skeleton-chip:after{background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.6) 50%,transparent 60%,transparent 100%)}.commercial-intake-layout[data-theme=light] .cl-userButtonTrigger,.commercial-intake-layout[data-theme=light] .cl-avatarBox{background:var(--ci-surface)!important;border-color:var(--ci-border-strong)!important}.commercial-intake-layout[data-theme=light] .cl-userButtonBox .cl-avatarBox{background:var(--ci-surface-light)!important;border-color:var(--ci-border-strong)!important}.commercial-intake-layout[data-theme=light] .wizard-modal__backdrop{background:#00000059}.commercial-intake-layout[data-theme=light] .wizard-modal__content{background:var(--ci-bg-main);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-modal__close{color:var(--ci-text-muted);background:var(--ci-surface)}.commercial-intake-layout[data-theme=light] .wizard-modal__close:hover{color:var(--ci-text);background:var(--ci-surface-light)}.commercial-intake-layout[data-theme=light] .wizard-stepper{background:var(--ci-surface);border-bottom:1px solid var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-stepper__connector{background:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-stepper__step--done .wizard-stepper__connector,.commercial-intake-layout[data-theme=light] .wizard-stepper__step--active .wizard-stepper__connector{background:var(--ci-primary)}.commercial-intake-layout[data-theme=light] .wizard-stepper__trigger{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .wizard-stepper__trigger:hover{color:var(--ci-text);background:#0000000a}.commercial-intake-layout[data-theme=light] .wizard-stepper__step--active .wizard-stepper__trigger{color:var(--ci-primary-light);background:#5a7a5a26}.commercial-intake-layout[data-theme=light] .wizard-stepper__step--done .wizard-stepper__trigger{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .wizard-stepper__num{background:#00000014;color:inherit}.commercial-intake-layout[data-theme=light] .wizard-stepper__step--active .wizard-stepper__num{background:var(--ci-primary);color:#fff}.commercial-intake-layout[data-theme=light] .wizard-stepper__step--done .wizard-stepper__num{background:#5a7a5a40;color:var(--ci-primary-dark)}.commercial-intake-layout[data-theme=light] .wizard-step{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-step__title{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .wizard-step__hint,.commercial-intake-layout[data-theme=light] .wizard-step__note{color:var(--ci-text-muted)}.commercial-intake-layout[data-theme=light] .wizard-step__property-card{background:transparent;border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-step__property-card-title,.commercial-intake-layout[data-theme=light] .wizard-step__subtitle{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .wizard-step__accordion{border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .wizard-step__accordion-trigger{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .wizard-step__noi-value{color:var(--ci-primary-dark)}.commercial-intake-layout[data-theme=light] .wizard-step__input,.commercial-intake-layout[data-theme=light] .wizard-step__select{background:var(--ci-bg-main);border-color:var(--ci-border-strong);color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .wizard-step__summary{background:#0000000a;border-color:var(--ci-border)}.commercial-intake-layout[data-theme=light] .wizard-step__submit{background:var(--ci-primary);color:#fff}.commercial-intake-layout[data-theme=light] .wizard-step__submit:hover:not(:disabled){background:var(--ci-primary-light)}.commercial-intake-layout[data-theme=light] .application-status__title,.commercial-intake-layout[data-theme=light] .application-status__section-title{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .application-status__description{color:var(--ci-text-secondary)}.commercial-intake-layout[data-theme=light] .application-status__summary,.commercial-intake-layout[data-theme=light] .application-status__doc-item{background:var(--ci-surface);border-color:var(--ci-border-strong)}.commercial-intake-layout[data-theme=light] .application-status__doc-name,.commercial-intake-layout[data-theme=light] .application-status__summary-list dd{color:var(--ci-text)}.commercial-intake-layout[data-theme=light] .application-status__link{color:var(--ci-primary-light)}.commercial-intake-layout[data-theme=light] .application-status__link:hover{color:var(--ci-primary)}.commercial-intake-layout[data-theme=light] .application-status__link.application-status__link--primary{background:var(--ci-primary);color:#fff}.commercial-intake-layout[data-theme=light] .application-status__link.application-status__link--primary:hover{background:var(--ci-primary-light)}.commercial-intake-layout{min-height:100vh;background:#0d0d1a;display:flex;flex-direction:column}.commercial-intake-header{position:sticky;top:0;z-index:200;width:100%;background:#13132bf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.commercial-intake-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;gap:1rem}@media(max-width:639px){.commercial-intake-header__inner{padding:.75rem 1rem;flex-wrap:wrap}}.commercial-intake-header__left{display:flex;align-items:center;justify-content:center;gap:.75rem}.commercial-intake-header__logo-wrap{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none}.commercial-intake-header__logo-wrap:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px;border-radius:4px}.commercial-intake-header__logo{display:block;width:32px;height:32px;object-fit:contain}.commercial-intake-header__title{margin:0;font-size:1.125rem;font-weight:600;color:#fff;letter-spacing:-.02em}@media(max-width:639px){.commercial-intake-header__title{font-size:1rem}}.commercial-intake-header__right{display:flex;align-items:center;justify-content:center;gap:.75rem}.commercial-intake-header__theme-btn,.commercial-intake-header__gear{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;color:#a0a0c0;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.commercial-intake-header__theme-btn:hover,.commercial-intake-header__gear:hover{color:#a29bfe;background:#6c5ce71f}.commercial-intake-header__theme-btn:focus-visible,.commercial-intake-header__gear:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.commercial-intake-header__theme-btn{font-size:1.25rem;line-height:1}.commercial-intake-header__gear-icon{width:1.25rem;height:1.25rem}.commercial-intake-header__app-switcher{position:relative;display:inline-flex;align-items:center}.commercial-intake-header__app-switcher:hover .commercial-intake-header__switcher-panel,.commercial-intake-header__app-switcher:focus-within .commercial-intake-header__switcher-panel{opacity:1;visibility:visible}.commercial-intake-header__switcher-panel{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:180px;padding:.5rem;background:#252550;border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 4px 16px #0006;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:100}.commercial-intake-header__switcher-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#fff;text-decoration:none;border-radius:4px;transition:background .15s ease,color .15s ease}.commercial-intake-header__switcher-link:hover{background:#6c5ce726;color:#a29bfe}.commercial-intake-header__switcher-link:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.commercial-intake-header__back-icon{font-size:1em}.commercial-intake-welcome{max-width:1280px;margin:0 auto;width:100%;padding:1.5rem 1.5rem 1rem;box-sizing:border-box}@media(max-width:639px){.commercial-intake-welcome{padding:1.25rem 1rem .75rem}}.commercial-intake-welcome__title{margin:0;font-size:1.875rem;font-weight:600;color:#fff;letter-spacing:-.03em;line-height:1.25}@media(max-width:639px){.commercial-intake-welcome__title{font-size:1.5rem}}.commercial-intake-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:1rem 1.5rem 3rem;box-sizing:border-box}@media(max-width:639px){.commercial-intake-main{padding:1rem 1rem 2.5rem}}.start-app-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box}.start-app-modal__backdrop{position:absolute;inset:0;background:#00000080;cursor:default}.start-app-modal__content{position:relative;width:100%;max-width:min(92vw,1100px);height:90vh;max-height:90vh;overflow-y:auto;padding:2rem 1.5rem;background:#0d0d1a;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 24px 48px #0006;display:flex;flex-direction:column;box-sizing:border-box}.start-app-modal__close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;padding:0;font-size:1.5rem;line-height:1;color:#6b6b8d;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:color .15s ease,background .15s ease}.start-app-modal__close:hover{color:#fff;background:#ffffff14}.start-app-modal__close:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.start-app-modal__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:-.02em}.start-app-modal__description{margin:0 0 1.5rem;font-size:1rem;line-height:1.75;color:#a0a0c0}.start-app-modal__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;margin-bottom:1.5rem;background:#25255059;border:2px dashed rgba(255,255,255,.12);border-radius:12px;cursor:pointer;transition:border-color .35s cubic-bezier(.16,1,.3,1),background .35s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.start-app-modal__dropzone.start-app-modal__dropzone--active{border-color:#6c5ce799;background:#6c5ce70f;transform:scale(1.005)}.start-app-modal__dropzone:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.start-app-modal__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.start-app-modal__dropzone-icon{font-size:2rem;color:#6b6b8d;margin-bottom:.5rem}.start-app-modal__dropzone-text{margin:0 0 .25rem;font-size:1rem;font-weight:500;color:#fff}.start-app-modal__dropzone-hint{margin:0;font-size:.875rem;color:#6b6b8d}.start-app-modal__list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;flex:1;min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;align-content:start}.start-app-modal__doc{display:flex;flex-direction:column;gap:.5rem;padding:.5rem .75rem;min-height:2.5rem;min-width:0;max-width:100%;box-sizing:border-box;overflow:hidden;background:#25255073;border:1px solid rgba(255,255,255,.06);border-radius:8px;transition:background .35s cubic-bezier(.65,0,.35,1),border-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.start-app-modal__doc[data-status=uploading],.start-app-modal__doc[data-status=processing]{border-color:#6c5ce733;box-shadow:0 0 0 1px #6c5ce70f,0 2px 8px #0000001f}.start-app-modal__doc-head{display:flex;align-items:center;gap:.5rem;min-width:0}.start-app-modal__doc-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:#6b6b8d;background:#ffffff0f;border-radius:4px}.start-app-modal__doc[data-status=uploading] .start-app-modal__doc-icon,.start-app-modal__doc[data-status=processing] .start-app-modal__doc-icon{color:#a29bfe;background:#6c5ce726}.start-app-modal__doc-icon svg{display:block}.start-app-modal__doc-name{flex:1;min-width:0;font-size:.875rem;font-weight:500;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.start-app-modal__doc-status-pill{flex-shrink:0;padding:2px .25rem;font-size:.65rem;font-weight:600;letter-spacing:.02em;color:#a29bfe;background:#6c5ce733;border:1px solid rgba(108,92,231,.35);border-radius:9999px;white-space:nowrap;animation:start-app-modal-pill-pulse 2s cubic-bezier(.65,0,.35,1) infinite}@keyframes start-app-modal-pill-pulse{0%,to{opacity:1}50%{opacity:.85}}.start-app-modal__doc-remove{flex-shrink:0;padding:2px .25rem;font-size:1.1rem;line-height:1;color:#6b6b8d;background:transparent;border:none;cursor:pointer;transition:color .15s ease}.start-app-modal__doc-remove:hover{color:#ff7675}.start-app-modal__doc-remove:focus-visible{outline:2px solid #6C5CE7;outline-offset:1px}.start-app-modal__doc-progress-wrap{width:100%;max-width:100%;min-width:0;flex-shrink:0}.start-app-modal__doc-progress-bar{width:100%;max-width:100%;min-width:0}.start-app-modal__doc-progress-track{position:relative;width:100%;height:4px;background:#ffffff0f;border-radius:9999px;overflow:hidden}.start-app-modal__doc-progress-fill{position:absolute;left:0;top:0;bottom:0;border-radius:9999px;transition:width .5s cubic-bezier(.16,1,.3,1);min-width:2px}.start-app-modal__doc-progress-bar:not(.start-app-modal__doc-progress-bar--phase) .start-app-modal__doc-progress-fill{background:linear-gradient(90deg,#6c5ce7,#a29bfe);box-shadow:0 0 10px #6c5ce766}.start-app-modal__doc-progress-fill--indeterminate{width:40%!important;min-width:40%;background:linear-gradient(90deg,transparent 0%,#6C5CE7 20%,#A29BFE 50%,#6C5CE7 80%,transparent 100%);animation:start-app-modal-progress-shine 1.8s cubic-bezier(.65,0,.35,1) infinite}@keyframes start-app-modal-progress-shine{0%{transform:translate(-120%)}to{transform:translate(320%)}}.start-app-modal__doc-meta{display:flex;flex-direction:column;gap:.25rem;min-width:0;overflow:hidden}.start-app-modal__doc-field{min-width:0;overflow:hidden}.start-app-modal__doc-field label{display:block;margin-bottom:2px;font-size:.75rem;font-weight:500;color:#a0a0c0}.start-app-modal__primary-wrap{display:flex;flex-direction:column;gap:.25rem}.start-app-modal__skeleton{border-radius:8px;background:#25255099;position:relative;overflow:hidden}.start-app-modal__skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.08) 50%,transparent 60%,transparent 100%);background-size:200% 100%;animation:start-app-modal-shimmer 1.6s cubic-bezier(.65,0,.35,1) infinite}.start-app-modal__skeleton--primary{height:1.75rem;width:100%;max-width:140px}.start-app-modal__primary-caption{font-size:.75rem;color:#6b6b8d;font-style:italic}.start-app-modal__primary-tag-wrap{display:inline-flex;align-items:center;gap:.25rem;min-width:0;max-width:100%}.start-app-modal__primary-rationale-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.7rem;font-weight:600;color:#6b6b8d;background:#25255099;border:1px solid rgba(255,255,255,.1);border-radius:9999px;cursor:help;flex-shrink:0;transition:color .2s cubic-bezier(.16,1,.3,1),background .2s cubic-bezier(.16,1,.3,1)}.start-app-modal__primary-rationale-icon:hover{color:#a29bfe;background:#6c5ce726}.start-app-modal__doc-select{padding:.25rem .5rem;font-size:.75rem;font-family:inherit;color:#fff;background:#13132b99;border:1px solid rgba(255,255,255,.1);border-radius:4px;cursor:pointer;min-width:0;max-width:100%;width:100%;box-sizing:border-box}.start-app-modal__doc-select.start-app-modal__doc-select--tag{appearance:none;padding:2px 1.75rem 2px .5rem;border-radius:9999px;max-width:100%;min-width:0;width:auto;background:#6c5ce733;border-color:#6c5ce74d;color:#a29bfe;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23a0a0c0' stroke-width='2'%3E%3Cpath d='M2 4 L6 8 L10 4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:background .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1)}.start-app-modal__doc-select.start-app-modal__doc-select--tag:hover{background-color:#6c5ce74d;border-color:#6c5ce773}.start-app-modal__doc-select.start-app-modal__doc-select--tag:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}@keyframes start-app-modal-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.start-app-modal__skeleton-chips{display:flex;flex-wrap:wrap;gap:.25rem}.start-app-modal__skeleton-chip{display:inline-block;height:1.25rem;width:3rem;min-width:2.5rem;max-width:4rem;border-radius:9999px;background:#25255099;position:relative;overflow:hidden}.start-app-modal__skeleton-chip:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.08) 50%,transparent 60%,transparent 100%);background-size:200% 100%;animation:start-app-modal-shimmer 1.6s cubic-bezier(.65,0,.35,1) infinite}.start-app-modal__skeleton-chip:nth-child(odd){width:2.5rem}.start-app-modal__skeleton-chip:nth-child(3n){width:3rem}.start-app-modal__doc-tags{display:flex;flex-direction:column;gap:.25rem;min-width:0;overflow:hidden}.start-app-modal__doc-tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;min-width:0}.start-app-modal__doc-tag-label{font-size:.75rem;color:#6b6b8d;flex-shrink:0}.start-app-modal__doc-tag{display:inline-flex;align-items:center;gap:2px;padding:2px .25rem;font-size:.7rem;font-weight:500;border-radius:9999px;background:#6c5ce733;border:1px solid rgba(108,92,231,.3);color:#a29bfe;transition:background .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.34,1.56,.64,1)}.start-app-modal__doc-tag:hover{background:#6c5ce74d;border-color:#6c5ce773;transform:scale(1.02)}.start-app-modal__doc-tag--data{background:#74b9ff33;border-color:#74b9ff52;color:#b8e0ff}.start-app-modal__doc-tag--data:hover{background:#74b9ff4d;border-color:#74b9ff73}.start-app-modal__doc-tag--subject{background:#00cec933;border-color:#00cec952;color:#55efc4}.start-app-modal__doc-tag--subject:hover{background:#00cec94d;border-color:#00cec973}.start-app-modal__doc-tag-remove{padding:0;margin:0;font-size:.9em;line-height:1;color:inherit;background:none;border:none;cursor:pointer;opacity:.8}.start-app-modal__doc-tag-remove:hover{opacity:1}.start-app-modal__doc-add-subject{display:flex;align-items:center;gap:.5rem}.start-app-modal__doc-input-sm{padding:2px .25rem;font-size:.75rem;font-family:inherit;color:#fff;background:#13132b99;border:1px solid rgba(255,255,255,.1);border-radius:4px;width:90px}.start-app-modal__doc-input-sm::placeholder{color:#6b6b8d}.start-app-modal__doc-add-btn{padding:2px .25rem;font-size:.7rem;font-weight:500;font-family:inherit;color:#a29bfe;background:#6c5ce733;border:1px solid rgba(108,92,231,.3);border-radius:9999px;cursor:pointer;transition:background .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1)}.start-app-modal__doc-add-btn:hover{background:#6c5ce759;border-color:#6c5ce780;transform:scale(1.02)}.start-app-modal__doc-error{font-size:.875rem;color:#ff7675}.start-app-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem;margin-top:.5rem}.start-app-modal__btn{padding:.75rem 1.25rem;font-size:1rem;font-weight:600;font-family:inherit;border-radius:12px;cursor:pointer;transition:background .3s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.65,0,.35,1),transform .2s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.start-app-modal__btn:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.start-app-modal__btn:disabled{opacity:.5;cursor:not-allowed}.start-app-modal__btn--secondary{color:#fff;background:#25255080;border:1px solid rgba(255,255,255,.1)}.start-app-modal__btn--secondary:hover:not(:disabled){background:#252550bf;transform:translateY(-1px)}.start-app-modal__btn--primary{color:#fff;background:linear-gradient(135deg,#6c5ce7,#5241b2);border:none;box-shadow:0 4px 14px #6c5ce759}.start-app-modal__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#a29bfe,#6c5ce7);box-shadow:0 6px 20px #6c5ce773;transform:translateY(-1px)}.start-app-modal__hint{margin:0;font-size:.875rem;color:#6b6b8d}.start-app-modal__mp-message{margin:0 0 1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;background:#fdcb6e1f;color:#fdcb6e;border:1px solid rgba(253,203,110,.3)}.start-app-modal__mp-message--warning{background:#fdcb6e1f;color:#fdcb6e;border-color:#fdcb6e4d}.start-app-modal__mp-message--success{background:#00b8941f;color:#00b894;border-color:#00b8944d}.dashboard{animation:fadeIn .4s ease;width:100%;max-width:1280px;margin:0 auto}.dashboard-hero{margin-bottom:2rem}.dashboard-hero__inner{padding:2rem 1.5rem;background:linear-gradient(135deg,#6c5ce71f,#00cec914);border:1px solid rgba(108,92,231,.15);border-radius:12px;box-sizing:border-box}@media(max-width:639px){.dashboard-hero__inner{padding:1.5rem 1rem}}.dashboard-hero__title{margin:0 0 1.25rem;font-size:1.875rem;font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.25}@media(max-width:639px){.dashboard-hero__title{font-size:1.5rem;margin-bottom:1rem}}.dashboard-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:#6c5ce7;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.dashboard-hero__cta:hover{background:#a29bfe;box-shadow:0 0 20px #6c5ce74d}.dashboard-hero__cta:focus-visible{outline:2px solid #A29BFE;outline-offset:2px}.dashboard-hero__cta:active{transform:translateY(1px)}.dashboard-section__title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:600;color:#fff;letter-spacing:-.02em}.dashboard-applications{margin-bottom:2rem}.dashboard-empty{padding:2rem 1.5rem;background:#25255066;border:1px solid rgba(255,255,255,.06);border-radius:12px}.dashboard-empty__message{margin:0;font-size:1rem;font-weight:500;color:#fff}.dashboard-cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.dashboard-card{display:flex;flex-direction:column;background:#25255080;border:1px solid rgba(255,255,255,.06);border-radius:12px;box-shadow:0 2px 8px #0000004d;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.dashboard-card:hover{border-color:#ffffff1f;box-shadow:0 4px 16px #0006}.dashboard-card__content{display:flex;flex-direction:column;padding:1.25rem;flex:1}.dashboard-card__title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#fff;line-height:1.25}.dashboard-card__status{display:inline-flex;align-self:flex-start;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:9999px;text-transform:capitalize;margin-bottom:1rem}.dashboard-card__status--draft{color:#6b6b8d;background:#ffffff1a;border:1px solid rgba(255,255,255,.08)}.dashboard-card__status--in-progress,.dashboard-card__status--submitted{color:#74b9ff;background:#74b9ff33;border:1px solid rgba(116,185,255,.3)}.dashboard-card__status--under-review{color:#00b894;background:#00b89433;border:1px solid rgba(0,184,148,.3)}.dashboard-card__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;font-size:.875rem}.dashboard-card__label{color:#a0a0c0;font-weight:400}.dashboard-card__value{color:#fff;font-weight:500;flex-shrink:0}.dashboard-card__action{margin-top:auto;padding-top:1rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.dashboard-card__action:hover{background:#ffffff0f;border-color:#ffffff40}.dashboard-card__action:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.document-intake{max-width:800px;margin:0 auto;padding-bottom:3rem;animation:fadeIn .4s ease}.document-intake-header{margin-bottom:2rem}.document-intake-header__title{margin:0 0 .5rem;font-size:1.875rem;font-weight:600;color:#fff;letter-spacing:-.03em;line-height:1.25}@media(max-width:639px){.document-intake-header__title{font-size:1.5rem}}.document-intake-header__description{margin:0;font-size:1rem;line-height:1.75;color:#a0a0c0;max-width:56ch}.document-intake-dropzone-wrap{margin-bottom:2rem}.document-intake-dropzone{position:relative;background:#25255080;border:2px dashed rgba(255,255,255,.15);border-radius:12px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .25s ease,background .25s ease}.document-intake-dropzone:hover,.document-intake-dropzone.document-intake-dropzone--active{border-color:#6c5ce7;background:#6c5ce70f}.document-intake-dropzone:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.document-intake-dropzone__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0;padding:0;border:none}.document-intake-dropzone__icon{display:inline-block;font-size:2.5rem;color:#a29bfe;margin-bottom:.75rem;line-height:1}.document-intake-dropzone__text{margin:0 0 .5rem;font-size:1.125rem;font-weight:500;color:#fff}.document-intake-dropzone__hint{margin:0;font-size:.875rem;color:#6b6b8d}.document-intake-list__title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#fff}.document-intake-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.document-intake-card{background:#25255099;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem}.document-intake-card__head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.document-intake-card__name{font-size:1rem;font-weight:500;color:#fff;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-intake-card__status{font-size:.875rem;color:#6b6b8d;flex-shrink:0}.document-intake-card__status--pending{color:#6b6b8d}.document-intake-card__status--uploading,.document-intake-card__status--processing{color:#74b9ff}.document-intake-card__status--ready{color:#00b894}.document-intake-card__status--error{color:#ff7675}.document-intake-card__remove{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:1.25rem;line-height:1;color:#6b6b8d;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:color .15s ease,background .15s ease}.document-intake-card__remove:hover{color:#ff7675;background:#ff76751a}.document-intake-card__error{margin:0 0 .75rem;font-size:.875rem;color:#ff7675}.document-intake-card__meta{display:flex;flex-direction:column;gap:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.document-intake-card__field{display:flex;flex-direction:column;gap:.5rem}.document-intake-card__label{font-size:.875rem;font-weight:500;color:#a0a0c0}.document-intake-card__hint{margin:0;font-size:.75rem;color:#6b6b8d}.document-intake-card__primary-wrap{display:inline-flex;align-items:center;gap:.5rem}.document-intake-card__select{max-width:320px;padding:.5rem .75rem;font-size:1rem;font-family:inherit;color:#fff;background:#13132b;border:1px solid rgba(255,255,255,.1);border-radius:8px}.document-intake-card__select:focus{outline:none;border-color:#6c5ce7}.document-intake-card__rationale-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.875rem;font-weight:600;color:#6b6b8d;background:#25255099;border:1px solid rgba(255,255,255,.1);border-radius:9999px;cursor:help;flex-shrink:0;transition:color .2s ease,background .2s ease}.document-intake-card__rationale-icon:hover{color:#a29bfe;background:#6c5ce726}.document-intake-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.document-intake-card__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;color:#a29bfe;background:#6c5ce726;border-radius:4px}.document-intake-card__tag-remove{padding:0 2px;font-size:1em;line-height:1;color:inherit;background:none;border:none;cursor:pointer;opacity:.8}.document-intake-card__tag-remove:hover{opacity:1}.document-intake-card__subject-input{max-width:360px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:#fff;background:#13132b;border:1px solid rgba(255,255,255,.1);border-radius:8px}.document-intake-card__subject-input::placeholder{color:#6b6b8d}.document-intake-card__subject-input:focus{outline:none;border-color:#6c5ce7}.document-intake-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.document-intake-footer__back{font-size:1rem;font-weight:500;color:#a0a0c0;text-decoration:none}.document-intake-footer__back:hover{color:#a29bfe}.document-intake-footer__continue{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:#6c5ce7;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.document-intake-footer__continue:hover:not(:disabled){background:#a29bfe}.document-intake-footer__continue:disabled{opacity:.5;cursor:not-allowed}.document-intake-footer__continue:focus-visible{outline:2px solid #A29BFE;outline-offset:2px}.document-intake-footer__hint{width:100%;margin:0;font-size:.875rem;color:#6b6b8d}.deal-health-bar{flex-shrink:0;padding:.75rem 1.25rem;background:#25255066;border-bottom:1px solid rgba(255,255,255,.06)}.deal-health-bar--inline{margin:0;border-radius:0;box-shadow:none;border-bottom:1px solid rgba(255,255,255,.08)}.deal-health-bar__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}@media(max-width:639px){.deal-health-bar__inner{gap:.75rem}}.deal-health-bar__title{margin:0;font-size:.875rem;font-weight:600;color:#a0a0c0;flex-shrink:0}.deal-health-bar__metrics{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}@media(max-width:639px){.deal-health-bar__metrics{gap:.75rem;order:3;width:100%}}.deal-health-bar__item{display:flex;flex-direction:column;gap:.25rem}.deal-health-bar__label{font-size:.75rem;font-weight:500;color:#6b6b8d;text-transform:uppercase;letter-spacing:.04em}.deal-health-bar__value{font-size:1rem;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.deal-health-bar__divider{width:1px;height:2rem;background:#ffffff1a;border-radius:9999px}@media(max-width:639px){.deal-health-bar__divider{display:none}}.deal-health-bar__deal-size-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;font-family:inherit;color:#a29bfe;background:#6c5ce733;border:1px solid rgba(108,92,231,.35);border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.deal-health-bar__deal-size-btn:hover{background:#6c5ce74d;border-color:#6c5ce780}.deal-health-bar__deal-size-btn:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.document-viewer-panel{display:flex;flex-direction:column;height:100%;min-height:0;background:#25255066;border-radius:12px;border:1px solid rgba(255,255,255,.06);overflow:hidden}.document-viewer-panel--empty{display:flex;align-items:center;justify-content:center;padding:2rem}.document-viewer-panel__empty-message{margin:0;font-size:1rem;color:#6b6b8d}.document-viewer-panel__tabs{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem .75rem;background:#252550;border-bottom:1px solid rgba(255,255,255,.08);overflow-x:auto}.document-viewer-panel__tabs::-webkit-scrollbar{width:6px;height:6px}.document-viewer-panel__tabs::-webkit-scrollbar-track{background:#13132b}.document-viewer-panel__tabs::-webkit-scrollbar-thumb{background:#2f2f66;border-radius:9999px}.document-viewer-panel__tabs::-webkit-scrollbar-thumb:hover{background:#6c5ce7}.document-viewer-panel__tab{flex-shrink:0;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#a0a0c0;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:180px}.document-viewer-panel__tab:hover{color:#fff;background:#ffffff0f}.document-viewer-panel__tab.document-viewer-panel__tab--active{color:#a29bfe;background:#6c5ce726}.document-viewer-panel__tab:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.document-viewer-panel__tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.document-viewer-panel__content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.document-viewer-panel__preview{flex:1;min-height:200px;background:#0d0d1a}.document-viewer-panel__iframe{width:100%;height:100%;min-height:280px;border:none;display:block}.document-viewer-panel__preview-placeholder{display:flex;align-items:center;justify-content:center;height:100%;min-height:280px;padding:1.5rem}.document-viewer-panel__preview-placeholder-text{font-size:.875rem;color:#6b6b8d}.document-viewer-panel__metadata{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);background:#252550}.document-viewer-panel__metadata--accordion{padding:0;border-top:1px solid rgba(255,255,255,.06)}.document-viewer-panel__metadata-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;color:#a0a0c0;text-transform:uppercase;letter-spacing:.04em;background:#252550;border:none;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer;transition:background .15s ease,color .15s ease;text-align:left}.document-viewer-panel__metadata-trigger:hover{background:#2f2f66;color:#fff}.document-viewer-panel__metadata-trigger:focus-visible{outline:2px solid #6C5CE7;outline-offset:-2px}.document-viewer-panel__metadata-chevron{flex-shrink:0;font-size:.75rem;color:#6b6b8d}.document-viewer-panel__metadata-summary{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;background:#252550;border-bottom:1px solid rgba(255,255,255,.08)}.document-viewer-panel__tag--label{background:#6c5ce733;color:#a29bfe;font-weight:500}.document-viewer-panel__metadata-content{padding:1rem 1.25rem;background:#2f2f66}.document-viewer-panel__metadata-content[hidden]{display:none}.document-viewer-panel__metadata-title{margin:0;font-size:.875rem;font-weight:600;color:inherit;text-transform:uppercase;letter-spacing:.04em}.document-viewer-panel__field{margin-bottom:1rem}.document-viewer-panel__field:last-child{margin-bottom:0}.document-viewer-panel__label{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:500;color:#6b6b8d}.document-viewer-panel__primary-wrap{display:inline-flex;align-items:center;gap:.5rem}.document-viewer-panel__select{width:100%;max-width:220px;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:#fff;background:#25255099;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer}.document-viewer-panel__select:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.document-viewer-panel__rationale-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.875rem;font-weight:600;color:#6b6b8d;background:#25255099;border:1px solid rgba(255,255,255,.1);border-radius:9999px;cursor:help;flex-shrink:0;transition:color .2s ease,background .2s ease}.document-viewer-panel__rationale-icon:hover{color:#a29bfe;background:#6c5ce726}.document-viewer-panel__label-with-rationale{display:inline-flex;align-items:center;gap:.25rem}.document-viewer-panel__tags{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2rem}.document-viewer-panel__tags-empty{font-size:.875rem;color:#6b6b8d}.document-viewer-panel__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;color:#fff;background:#25255099;border-radius:4px}.document-viewer-panel__tag--detected{background:#6c5ce71f;color:#a29bfe}.document-viewer-panel__tag-remove{padding:0 .25rem;font-size:1rem;line-height:1;color:inherit;background:none;border:none;cursor:pointer;opacity:.8;border-radius:4px}.document-viewer-panel__tag-remove:hover{opacity:1;background:#0003}.document-viewer-panel__add-subject{display:flex;gap:.5rem;margin-top:.5rem}.document-viewer-panel__input{flex:1;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:#fff;background:#25255099;border:1px solid rgba(255,255,255,.1);border-radius:8px}.document-viewer-panel__input::placeholder{color:#6b6b8d}.document-viewer-panel__input:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.document-viewer-panel__add-btn{padding:.5rem .75rem;font-size:.875rem;font-weight:500;font-family:inherit;color:#a29bfe;background:#6c5ce733;border:1px solid rgba(108,92,231,.3);border-radius:8px;cursor:pointer;transition:background .15s ease}.document-viewer-panel__add-btn:hover{background:#6c5ce74d}.document-viewer-panel__add-btn:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.reference-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;margin-left:.25rem;vertical-align:middle;color:#a29bfe;background:none;border:none;border-radius:4px;cursor:pointer;transition:color .15s ease,background .15s ease}.reference-icon:hover{color:#6c5ce7;background:#6c5ce726}.reference-icon:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.reference-icon__symbol{font-size:.875rem;line-height:1}.wizard-step{padding:1.5rem 1.25rem;background:#2525504d;border:1px solid rgba(255,255,255,.06);border-radius:12px}.wizard-step__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#fff;letter-spacing:-.02em}.wizard-step__hint{margin:0 0 1.25rem;font-size:.875rem;line-height:1.75;color:#6b6b8d}.wizard-step--income-loading-overlay{position:relative}.wizard-step__income-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#00000080;border-radius:inherit;z-index:10;text-align:center;padding:1.5rem}.wizard-step--income-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:2rem}.wizard-step__income-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.wizard-step__income-loading-spinner{width:40px;height:40px;border:3px solid rgba(108,92,231,.3);border-top-color:#6c5ce7;border-radius:50%;animation:wizard-step-spin .8s linear infinite}@keyframes wizard-step-spin{to{transform:rotate(360deg)}}.wizard-step__income-loading-text{margin:0;font-size:1rem;font-weight:500;color:#fff}.wizard-step__income-loading-hint{margin:0;font-size:.875rem;color:#6b6b8d}.wizard-step__subtitle{margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600;color:#fff}.wizard-step__owner-cards{display:flex;flex-direction:column;gap:1.5rem}.wizard-step__textarea{resize:vertical;min-height:4rem}.wizard-step__accordion{border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:1rem;overflow:hidden}.wizard-step__accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:500;color:#fff;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.wizard-step__accordion-trigger:hover{background:#ffffff0a}.wizard-step__accordion-trigger:focus-visible{outline:2px solid #6C5CE7;outline-offset:-2px}.wizard-step__accordion-title{flex:1;min-width:0}.wizard-step__accordion-icon{flex-shrink:0;font-size:.75rem;color:#6b6b8d}.wizard-step__accordion-panel{padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(255,255,255,.06)}.wizard-step__accordion-panel[hidden]{display:none}.wizard-step__accordion-address{margin:0 0 1rem;font-size:.875rem;color:#a0a0c0}.wizard-step__accordion-address strong{color:#fff}.wizard-step__table-wrap{margin-bottom:1.25rem}.wizard-step__table{width:100%;border-collapse:collapse;font-size:.875rem}.wizard-step__table th,.wizard-step__table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}.wizard-step__table th{font-weight:500;color:#a0a0c0}.wizard-step__input--cell{width:100%;min-width:0;padding:.25rem .5rem;font-size:.875rem}.wizard-step__table-remove{padding:.25rem .5rem;font-size:.75rem;font-family:inherit;color:#6b6b8d;background:transparent;border:none;cursor:pointer;transition:color .15s ease}.wizard-step__table-remove:hover{color:#ff7675}.wizard-step__add-row{margin-top:.5rem;padding:.25rem .5rem;font-size:.875rem;font-family:inherit;color:#a29bfe;background:transparent;border:none;cursor:pointer;transition:color .15s ease}.wizard-step__add-row:hover{color:#6c5ce7}.wizard-step__noi-value{font-size:1rem;font-weight:600;color:#a29bfe}.wizard-step__warning{margin:.5rem 0 0;font-size:.875rem;font-weight:500;color:#ff7675;line-height:1.5}.wizard-step__properties{display:flex;flex-direction:column;gap:1.5rem}.wizard-step__property-card{padding:1.25rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px}.wizard-step__property-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.wizard-step__property-card-title{font-size:1rem;font-weight:600;color:#fff}.wizard-step__property-remove{padding:.25rem .5rem;font-size:.875rem;font-family:inherit;color:#6b6b8d;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:4px;cursor:pointer;transition:color .15s ease,border-color .15s ease}.wizard-step__property-remove:hover{color:#ff7675;border-color:#ff767580}.wizard-step__property-remove:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-step__property-actions{margin-top:1rem}.wizard-step__add-property{padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;color:#a29bfe;background:#6c5ce71f;border:1px solid rgba(108,92,231,.3);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.wizard-step__add-property:hover{background:#6c5ce733;color:#a29bfe}.wizard-step__add-property:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-step__fields{display:flex;flex-direction:column;gap:1rem}.wizard-step__field{display:flex;flex-direction:column;gap:.25rem}.wizard-step__field label{font-size:.875rem;font-weight:500;color:#a0a0c0}.wizard-step__field-row{display:flex;align-items:center;gap:.5rem;width:100%}.wizard-step__field-row .wizard-step__input{flex:1;min-width:0}.wizard-step__field--checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.wizard-step__field--checkbox label input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:#6C5CE7}.wizard-step__input,.wizard-step__select{padding:.5rem .75rem;font-size:1rem;font-family:inherit;color:#fff;background:#13132b99;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:border-color .15s ease}.wizard-step__input::placeholder,.wizard-step__select::placeholder{color:#6b6b8d}.wizard-step__input:focus,.wizard-step__select:focus{border-color:#6c5ce7;outline:none}.wizard-step__input:focus-visible,.wizard-step__select:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-step__select{cursor:pointer;width:100%}.wizard-step__note{margin:1rem 0 0;font-size:.75rem;color:#6b6b8d;font-style:italic}.wizard-step__summary{margin-bottom:1.5rem;padding:1rem 1.25rem;background:#13132b66;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.wizard-step__summary-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#fff}.wizard-step__summary-list{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.25rem 1.5rem}.wizard-step__summary-list dt{font-size:.875rem;color:#6b6b8d;font-weight:400}.wizard-step__summary-list dd{margin:0;font-size:.875rem;color:#fff}.wizard-step__declarations{margin-bottom:1.5rem}.wizard-step__declarations-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#fff}.wizard-step__declarations-intro{margin:0 0 .75rem;font-size:.875rem;color:#a0a0c0}.wizard-step__declarations-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.wizard-step__declaration label{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#fff;cursor:pointer}.wizard-step__declaration label input[type=checkbox]{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:2px;accent-color:#6C5CE7}.wizard-step__submit-wrap{margin-top:1.5rem}.wizard-step__submit{padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:#6c5ce7;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease}.wizard-step__submit:hover:not(:disabled){background:#a29bfe}.wizard-step__submit:disabled{opacity:.5;cursor:not-allowed}.wizard-step__submit:focus-visible{outline:2px solid #A29BFE;outline-offset:2px}.wizard-step__submit-hint{margin:.5rem 0 0;font-size:.875rem;color:#6b6b8d}.wizard-step--success{text-align:center;padding:3rem 1.5rem}.wizard-step--success .wizard-step__title{color:#00b894}.wizard-step__files-list{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:1rem}.wizard-step__files-card{padding:1rem 1.25rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px}.wizard-step__files-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.wizard-step__files-name{font-size:1rem;font-weight:500;color:#fff;word-break:break-all}.wizard-step__files-remove{flex-shrink:0;padding:.25rem .5rem;font-size:1.25rem;line-height:1;font-family:inherit;color:#6b6b8d;background:transparent;border:none;cursor:pointer;transition:color .15s ease}.wizard-step__files-remove:hover{color:#ff7675}.wizard-step__files-meta{display:flex;flex-direction:column;gap:.75rem}.wizard-step__files-field label{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:500;color:#a0a0c0}.wizard-step__files-primary-wrap{display:inline-flex;align-items:center;gap:.5rem}.wizard-step__rationale-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.875rem;font-weight:600;color:#6b6b8d;background:#25255099;border:1px solid rgba(255,255,255,.1);border-radius:9999px;cursor:help;flex-shrink:0;transition:color .2s ease,background .2s ease}.wizard-step__rationale-icon:hover{color:#a29bfe;background:#6c5ce726}.wizard-step__select--sm,.wizard-step__input--sm{font-size:.875rem;padding:.25rem .5rem;max-width:240px}.wizard-step__files-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.wizard-step__files-tag-label{font-size:.75rem;color:#6b6b8d;flex-shrink:0}.wizard-step__files-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;border-radius:4px;background:#6c5ce733;border:1px solid rgba(108,92,231,.3);color:#a29bfe}.wizard-step__files-tag--data{background:#74b9ff33;border-color:#74b9ff4d;color:#74b9ff}.wizard-step__files-tag--subject{background:#00cec933;border-color:#00cec94d;color:#55efc4}.wizard-step__files-tag-remove{padding:0;margin:0;font-size:.9em;line-height:1;color:inherit;background:none;border:none;cursor:pointer;opacity:.8}.wizard-step__files-tag-remove:hover{opacity:1}.wizard-step__files-add-subject{display:flex;align-items:center;gap:.5rem}.wizard-step__add-tag-btn{padding:.25rem .5rem;font-size:.75rem;font-family:inherit;color:#a29bfe;background:#6c5ce726;border:1px solid rgba(108,92,231,.3);border-radius:4px;cursor:pointer;transition:background .15s ease}.wizard-step__add-tag-btn:hover{background:#6c5ce740}.wizard-step__files-status{font-size:.875rem;color:#6b6b8d}.wizard-step__files-error{font-size:.875rem;color:#ff7675}.wizard-step__files-dropzone-wrap{margin-top:1rem}.wizard-step__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1.25rem;border:2px dashed rgba(255,255,255,.2);border-radius:8px;background:#ffffff08;cursor:pointer;transition:border-color .15s ease,background .15s ease}.wizard-step__dropzone:hover{border-color:#6c5ce766;background:#6c5ce70f}.wizard-step__dropzone:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-step__dropzone-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.wizard-step__dropzone-icon{font-size:1.5rem;color:#6b6b8d}.wizard-step__dropzone-text{font-size:.875rem;color:#a0a0c0}.wizard-step__input--date{min-width:8rem}.wizard-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:.5rem;box-sizing:border-box}.wizard-modal__backdrop{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.wizard-modal__content{position:relative;width:98vw;max-width:98vw;height:96vh;max-height:96vh;display:flex;flex-direction:column;background:#13132b;border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 8px 32px #00000080;overflow:hidden}.wizard-modal__content::-webkit-scrollbar{width:6px;height:6px}.wizard-modal__content::-webkit-scrollbar-track{background:#13132b}.wizard-modal__content::-webkit-scrollbar-thumb{background:#2f2f66;border-radius:9999px}.wizard-modal__content::-webkit-scrollbar-thumb:hover{background:#6c5ce7}.wizard-modal__content.wizard-modal__content--narrow{width:60vw;max-width:60vw}.wizard-modal__sticky-top{flex-shrink:0;position:sticky;top:0;z-index:2;display:flex;flex-direction:column;background:#13132b}.wizard-modal__body{flex:1;min-height:0;display:flex;flex-direction:column;position:relative;overflow-y:auto}.wizard-modal__body::-webkit-scrollbar{width:6px;height:6px}.wizard-modal__body::-webkit-scrollbar-track{background:#13132b}.wizard-modal__body::-webkit-scrollbar-thumb{background:#2f2f66;border-radius:9999px}.wizard-modal__body::-webkit-scrollbar-thumb:hover{background:#6c5ce7}.wizard-modal__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;padding:0;font-size:1.5rem;line-height:1;color:#fff;background:#252550cc;border:1px solid rgba(255,255,255,.12);border-radius:50%;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease;box-shadow:0 2px 8px #0000004d}.wizard-modal__arrow:hover:not(:disabled){color:#a29bfe;background:#6c5ce740;border-color:#6c5ce766;transform:translateY(-50%) scale(1.08)}.wizard-modal__arrow:disabled{opacity:.4;cursor:not-allowed}.wizard-modal__arrow:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-modal__arrow--prev{left:1rem}.wizard-modal__arrow--next{right:1rem}.wizard-modal__top-actions{position:absolute;top:.75rem;right:.75rem;z-index:10;display:flex;align-items:center;gap:.5rem}.wizard-modal__save-draft{padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:inherit;color:#a29bfe;background:#6c5ce726;border:1px solid rgba(108,92,231,.35);border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.wizard-modal__save-draft:hover{color:#6c5ce7;background:#6c5ce740;border-color:#6c5ce780}.wizard-modal__save-draft:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-modal__close{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#6b6b8d;background:#25255099;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.wizard-modal__close:hover{color:#fff;background:#2f2f66cc}.wizard-modal__close:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-stepper{flex-shrink:0;width:100%;padding:1rem 1.5rem .75rem;background:#25255066;border-bottom:1px solid rgba(255,255,255,.06)}.wizard-stepper__list{display:flex;align-items:flex-start;justify-content:space-between;list-style:none;padding:0;gap:0;max-width:800px;margin:0 auto}.wizard-stepper__step{flex:1;display:flex;align-items:center;min-width:0}.wizard-stepper__connector{flex:1;min-width:0;height:2px;margin-right:.5rem;background:#ffffff26;align-self:center;flex-shrink:1}.wizard-stepper__step--done .wizard-stepper__connector,.wizard-stepper__step--active .wizard-stepper__connector{background:#6c5ce766}.wizard-stepper__trigger{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;color:#6b6b8d;background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease;min-width:0}.wizard-stepper__trigger:hover{color:#fff;background:#ffffff0f}.wizard-stepper__trigger:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-stepper__step--active .wizard-stepper__trigger{color:#a29bfe;background:#6c5ce726}.wizard-stepper__step--done .wizard-stepper__trigger{color:#a0a0c0}.wizard-stepper__num{flex-shrink:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:inherit;background:#ffffff1a;border-radius:9999px}.wizard-stepper__num .wizard-stepper__num-spinner{width:1rem;height:1rem;border:2px solid rgba(108,92,231,.3);border-top-color:#6c5ce7;border-radius:50%;animation:wizard-stepper-spin .7s linear infinite}@keyframes wizard-stepper-spin{to{transform:rotate(360deg)}}.wizard-stepper__step--active .wizard-stepper__num{background:#6c5ce759;color:#a29bfe}.wizard-stepper__step--done .wizard-stepper__num{background:#6c5ce733;color:#a29bfe}.wizard-stepper__label{font-size:.75rem;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:639px){.wizard-stepper__label{font-size:.65rem}}.wizard-page{min-height:0;padding-bottom:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.wizard-page__container{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:0;width:100%;margin:0;padding:.75rem 1rem 1rem;box-sizing:border-box}@media(min-width:1024px){.wizard-page__container{flex-direction:row;align-items:stretch;gap:1rem;padding:.75rem 1rem 1rem}}@media(min-width:1024px){.wizard-page__container.wizard-page__container--split .wizard-page__main,.wizard-page__container.wizard-page__container--split .wizard-page__aside{flex:1;min-width:0;max-width:none}}@media(min-width:1024px){.wizard-page__container:not(.wizard-page__container--split) .wizard-page__main{max-width:none}}.wizard-page__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.wizard-page__aside{flex:1;min-width:0;min-height:400px}@media(max-width:639px){.wizard-page__aside{order:-1;min-height:320px}}.wizard-page__header{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.wizard-page__back{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:#a29bfe;text-decoration:none;transition:color .15s ease}.wizard-page__back:hover{color:#6c5ce7;text-decoration:underline}.wizard-page__back:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-page__title{margin:0;font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:-.02em}.wizard-page__description{margin:0;font-size:1rem;line-height:1.75;color:#a0a0c0;max-width:52ch}.wizard-page__steps{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.wizard-page__step-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;font-family:inherit;color:#a0a0c0;background:#25255080;border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.wizard-page__step-tab:hover{color:#fff;background:#252550b3;border-color:#ffffff1f}.wizard-page__step-tab.wizard-page__step-tab--active{color:#a29bfe;background:#6c5ce726;border-color:#6c5ce74d}.wizard-page__step-tab:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-page__step-num{flex-shrink:0;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:inherit;background:#ffffff1a;border-radius:9999px}.wizard-page__step-label{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.wizard-page__content{flex:1;min-height:0}.wizard-page__step-content{padding:1.5rem 1.25rem;background:#2525504d;border:1px solid rgba(255,255,255,.06);border-radius:12px}.wizard-page__step-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#fff;letter-spacing:-.02em}.wizard-page__step-hint{margin:0 0 1.25rem;font-size:.875rem;line-height:1.75;color:#6b6b8d}.wizard-page__fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1.25rem}.wizard-page__field{display:flex;flex-direction:column;gap:.25rem}.wizard-page__field label{font-size:.875rem;font-weight:500;color:#a0a0c0}.wizard-page__input{padding:.5rem .75rem;font-size:1rem;font-family:inherit;color:#fff;background:#13132b99;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:border-color .15s ease}.wizard-page__input::placeholder{color:#6b6b8d}.wizard-page__input:focus{border-color:#6c5ce7;outline:none}.wizard-page__input:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.wizard-page__step-note{margin:0;font-size:.75rem;color:#6b6b8d;font-style:italic}.application-status{max-width:720px;margin:0 auto;padding:2rem 0 3rem}.application-status__header{margin-bottom:2.5rem}.application-status__title{margin:0 0 .75rem;font-size:1.875rem;font-weight:600;color:#fff;letter-spacing:-.02em}.application-status__description{margin:0;font-size:1rem;line-height:1.75;color:#a0a0c0}.application-status__section{margin-bottom:2.5rem}.application-status__section-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#fff;letter-spacing:-.02em}.application-status__summary{padding:1.25rem 1.5rem;background:#25255066;border:1px solid rgba(255,255,255,.06);border-radius:12px}.application-status__summary-list{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem}.application-status__summary-list dt{font-size:.875rem;color:#6b6b8d;font-weight:400}.application-status__summary-list dd{margin:0;font-size:.875rem;color:#fff}.application-status__empty{margin:0;padding:1.5rem;font-size:1rem;color:#6b6b8d;background:#2525504d;border-radius:8px}.application-status__doc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.application-status__doc-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#25255066;border:1px solid rgba(255,255,255,.06);border-radius:8px}.application-status__doc-name{font-size:1rem;font-weight:500;color:#fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.application-status__doc-label{font-size:.875rem;color:#6b6b8d;flex-shrink:0;margin-left:.75rem}.application-status__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.application-status__link{display:inline-flex;align-items:center;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;color:#a29bfe;text-decoration:none;border-radius:8px;transition:color .15s ease,background .15s ease}.application-status__link:hover{color:#6c5ce7;background:#6c5ce71a}.application-status__link:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.application-status__link.application-status__link--primary{color:#fff;background:#6c5ce7}.application-status__link.application-status__link--primary:hover{background:#a29bfe}.settings-page{max-width:560px;margin:0 auto}.settings-page__header{margin-bottom:2rem}.settings-page__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:-.02em}.settings-page__description{margin:0;font-size:1rem;line-height:1.75;color:#a0a0c0}.settings-page__form{padding:1.5rem 1.25rem;margin-bottom:2rem;background:#25255066;border:1px solid rgba(255,255,255,.06);border-radius:12px}.settings-page__form-title{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600;color:#fff}.settings-page__field{margin-bottom:1.25rem}.settings-page__field:last-of-type{margin-bottom:1.5rem}.settings-page__field label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#a0a0c0}.settings-page__input{width:100%;padding:.5rem .75rem;font-size:1rem;font-family:inherit;color:#fff;background:#13132b99;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-sizing:border-box}.settings-page__input::placeholder{color:#6b6b8d}.settings-page__input:focus{border-color:#6c5ce7;outline:none}.settings-page__input:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.settings-page__hint{margin:.25rem 0 0;font-size:.75rem;color:#6b6b8d}.settings-page__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.settings-page__btn{padding:.5rem 1.25rem;font-size:1rem;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .15s ease}.settings-page__btn:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.settings-page__btn--primary{color:#fff;background:#6c5ce7;border:none}.settings-page__btn--primary:hover{background:#a29bfe}.settings-page__btn--secondary{color:#fff;background:#25255099;border:1px solid rgba(255,255,255,.1)}.settings-page__btn--secondary:hover{background:#252550cc}.settings-page__saved{font-size:.875rem;color:#00b894;font-weight:500}.settings-page__back{margin-top:1.5rem}.settings-page__link{font-size:1rem;font-weight:500;color:#a0a0c0;text-decoration:none;transition:color .15s ease}.settings-page__link:hover{color:#a29bfe}.settings-page__link:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.data-rail{height:100%;display:flex;flex-direction:column;background:var(--nwa-rail-bg, #fafafa);border-right:1px solid var(--nwa-rail-border, #e8e8e8)}.data-rail--empty{padding:1rem;justify-content:flex-start}.data-rail__dropzone{border:2px dashed var(--nwa-rail-border, #d9d9d9);border-radius:8px;padding:2rem 1rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.data-rail__dropzone:hover,.data-rail__dropzone:focus{outline:none;border-color:var(--nwa-rail-focus, #1890ff);background:var(--nwa-rail-focus-bg, rgba(24, 144, 255, .04))}.data-rail__dropzone-text{margin:0 0 .25rem;font-weight:600;color:var(--nwa-text, #262626)}.data-rail__dropzone-hint{margin:0;font-size:.8125rem;color:var(--nwa-text-secondary, #8c8c8c)}.data-rail__file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.data-rail__actions{margin-top:1rem;display:flex;justify-content:center}.data-rail__btn{padding:.5rem 1rem;font-size:.875rem;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:background .2s,border-color .2s}.data-rail__btn--primary{background:var(--nwa-primary, #1890ff);color:#fff}.data-rail__btn--primary:hover{background:var(--nwa-primary-hover, #40a9ff)}.data-rail__btn--secondary{background:transparent;color:var(--nwa-text-secondary, #8c8c8c);border-color:var(--nwa-rail-border, #d9d9d9)}.data-rail__btn--secondary:hover{color:var(--nwa-text, #262626);border-color:var(--nwa-text-secondary, #8c8c8c)}.data-rail__error{margin-top:1rem;padding:.5rem .75rem;font-size:.8125rem;color:var(--nwa-error-text, #cf1322);background:var(--nwa-error-bg, #fff2f0);border-radius:6px;border:1px solid var(--nwa-error-border, #ffccc7)}.data-rail--filled{padding:0}.data-rail__toolbar{flex-shrink:0;padding:.5rem .75rem;border-bottom:1px solid var(--nwa-rail-border, #e8e8e8)}.data-rail__scroll{flex:1;overflow-y:auto;padding:.75rem}.data-rail__section{margin-bottom:1.25rem}.data-rail__section:last-child{margin-bottom:0}.data-rail__section-title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:var(--nwa-text-secondary, #8c8c8c)}.data-rail__draggable{cursor:grab;border-radius:4px;padding:.1rem .15rem;margin:-.1rem -.15rem;transition:background .15s}.data-rail__draggable:hover{background:#1890ff14}.data-rail__draggable:focus-visible{outline:2px solid var(--nwa-primary, #1890ff);outline-offset:2px}.data-rail__draggable:active{cursor:grabbing}.data-rail__dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;font-size:.8125rem}.data-rail__dl dt{margin:0;color:var(--nwa-text-secondary, #8c8c8c)}.data-rail__dl dd{margin:0;color:var(--nwa-text, #262626);text-align:right}.data-rail__dl--compact{gap:.125rem .75rem}.data-rail__list{margin:0;padding:0;list-style:none}.data-rail__property,.data-rail__owner{padding:.5rem 0;border-bottom:1px solid var(--nwa-rail-border, #f0f0f0);font-size:.8125rem}.data-rail__property:last-child,.data-rail__owner:last-child{border-bottom:none}.data-rail__property-address,.data-rail__owner-name{font-weight:500;color:var(--nwa-text, #262626)}.data-rail__property-meta,.data-rail__owner-meta{font-size:.75rem;color:var(--nwa-text-secondary, #8c8c8c);margin-top:.125rem}.data-rail__income-block{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--nwa-rail-border, #f0f0f0)}.data-rail__income-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.data-rail__income-prop{font-size:.75rem;font-weight:500;color:var(--nwa-text-secondary, #8c8c8c);margin-bottom:.25rem}.data-rail__rent-list{margin:0;padding-left:1rem;font-size:.8125rem;color:var(--nwa-text, #262626)}.data-rail__rent-list li{margin-bottom:.125rem}.section-tabs{display:flex;flex-shrink:0;gap:0;border-bottom:1px solid var(--nwa-tabs-border, #e8e8e8);background:var(--nwa-tabs-bg, #fafafa);padding:0 .5rem 0 0}.section-tabs__tab{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:var(--nwa-text-secondary, #8c8c8c);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s,border-color .2s;margin-bottom:-1px}.section-tabs__tab:hover{color:var(--nwa-text, #262626)}.section-tabs__tab:focus-visible{outline:2px solid var(--nwa-focus, #1890ff);outline-offset:2px}.section-tabs__tab--active{color:var(--nwa-primary, #1890ff);border-bottom-color:var(--nwa-primary, #1890ff)}.workspace-mode-toggle{display:flex;flex-shrink:0;gap:0;padding:0 .5rem;border-radius:8px;background:#0000000a}.workspace-mode-toggle__btn{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;color:var(--nwa-text-secondary, #8c8c8c);background:none;border:none;border-radius:6px;cursor:pointer;transition:color .2s,background .2s}.workspace-mode-toggle__btn:hover{color:var(--nwa-text, #262626);background:#0000000f}.workspace-mode-toggle__btn:focus-visible{outline:2px solid var(--nwa-primary, #1890ff);outline-offset:2px}.workspace-mode-toggle__btn--active{color:var(--nwa-primary, #1890ff);background:#1890ff1a}.canvas-wrap{flex:1;min-height:0;display:flex;flex-direction:column;padding:1rem;gap:.5rem}.canvas{flex:1;min-height:200px;width:100%;padding:1rem;font-size:.9375rem;line-height:1.6;font-family:inherit;color:var(--nwa-canvas-text, #262626);background:var(--nwa-canvas-bg, #fff);border:1px solid var(--nwa-canvas-border, #e8e8e8);border-radius:8px;resize:none;transition:border-color .2s}.canvas::placeholder{color:var(--nwa-text-muted, #bfbfbf)}.canvas:focus{outline:none;border-color:var(--nwa-primary, #1890ff);box-shadow:0 0 0 2px #1890ff33}.canvas-ghost-writer{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.8125rem;background:linear-gradient(135deg,#1890ff1f,#52c41a1a);border:1px solid rgba(24,144,255,.3);border-radius:8px;color:var(--nwa-text-secondary, #595959)}.canvas-ghost-writer__cursor{display:inline-block;width:2px;height:1em;background:var(--nwa-primary, #1890ff);border-radius:1px;animation:ghost-writer-blink 1s step-end infinite;vertical-align:middle}.canvas-ghost-writer__label{font-weight:600;color:var(--nwa-primary, #1890ff)}.canvas-ghost-writer__hint{margin-left:auto;font-size:.75rem;color:var(--nwa-text-muted, #8c8c8c)}@keyframes ghost-writer-blink{0%,to{opacity:1}50%{opacity:0}}.document-viewer{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--nwa-doc-bg, #fff);border-left:1px solid var(--nwa-doc-border, #e8e8e8);overflow:hidden}.document-viewer--empty{align-items:center;justify-content:center;padding:2rem;text-align:center}.document-viewer__empty-text{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:var(--nwa-text-secondary, #8c8c8c)}.document-viewer__empty-hint{margin:0;font-size:.8125rem;color:var(--nwa-text-muted, #bfbfbf)}.document-viewer__tabs{flex-shrink:0;display:flex;gap:0;padding:0 .25rem 0 0;border-bottom:1px solid var(--nwa-doc-border, #e8e8e8);background:var(--nwa-doc-tabs-bg, #fafafa);overflow-x:auto}.document-viewer__tab{display:flex;align-items:center;gap:.25rem;padding:.5rem .25rem .5rem .5rem;border-bottom:2px solid transparent;margin-bottom:-1px;min-width:0}.document-viewer__tab--active{border-bottom-color:var(--nwa-primary, #1890ff)}.document-viewer__tab-btn{flex:1;min-width:0;padding:0;border:none;background:none;font-size:.8125rem;font-weight:500;color:var(--nwa-text-secondary, #8c8c8c);cursor:pointer;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.document-viewer__tab--active .document-viewer__tab-btn{color:var(--nwa-primary, #1890ff)}.document-viewer__tab-btn:hover{color:var(--nwa-text, #262626)}.document-viewer__tab-close{flex-shrink:0;width:20px;height:20px;padding:0;border:none;background:none;font-size:1rem;line-height:1;color:var(--nwa-text-muted, #bfbfbf);cursor:pointer;border-radius:4px;transition:color .2s,background .2s}.document-viewer__tab-close:hover{color:var(--nwa-text, #262626);background:#0000000f}.document-viewer__content{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.document-viewer__iframe{flex:1;width:100%;min-height:200px;border:none;background:#fff}.document-viewer__fallback{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:var(--nwa-text-secondary, #8c8c8c);font-size:.875rem}.document-viewer__fallback p{margin:0 0 .25rem}.document-viewer__fallback-name{font-size:.8125rem;color:var(--nwa-text-muted, #bfbfbf)}.copilot-fab{position:absolute;bottom:1.5rem;right:1.5rem;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#1890ffe6,#52c41ad9);color:#fff;cursor:pointer;box-shadow:0 4px 14px #00000040;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;z-index:10}.copilot-fab:hover{transform:scale(1.05);box-shadow:0 6px 20px #0000004d}.copilot-fab:focus-visible{outline:2px solid var(--nwa-primary, #1890ff);outline-offset:2px}.copilot-fab--open .copilot-fab__icon{opacity:.9}.copilot-fab__icon{font-size:1.5rem;line-height:1;animation:copilot-pulse 2s ease-in-out infinite}@keyframes copilot-pulse{0%,to{opacity:1}50%{opacity:.7}}.copilot-panel{position:absolute;bottom:5rem;right:1rem;width:min(400px,100% - 2rem);max-height:500px;min-height:320px;display:flex;flex-direction:column;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;z-index:20;overflow:hidden}.copilot-panel__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);background:#ffffff80}.copilot-panel__title{font-size:.875rem;font-weight:600;color:var(--nwa-text, #262626)}.copilot-panel__header-actions{display:flex;align-items:center;gap:.25rem}.copilot-panel__pin-btn{width:28px;height:28px;padding:0;border:none;background:none;font-size:1rem;line-height:1;cursor:pointer;border-radius:6px;transition:background .2s,opacity .2s;opacity:.7}.copilot-panel__pin-btn:hover{background:#0000000f;opacity:1}.copilot-panel__pin-btn--pinned{opacity:1}.copilot-panel__close{width:28px;height:28px;padding:0;border:none;background:none;font-size:1.25rem;line-height:1;color:var(--nwa-text-secondary, #8c8c8c);cursor:pointer;border-radius:6px;transition:background .2s,color .2s}.copilot-panel__close:hover{background:#0000000f;color:var(--nwa-text, #262626)}.copilot-panel__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:120px}.copilot-panel__empty{margin:auto 0 0;font-size:.8125rem;color:var(--nwa-text-muted, #bfbfbf);align-self:center}.copilot-panel__message{max-width:90%;padding:.5rem .75rem;border-radius:12px;font-size:.875rem;line-height:1.5}.copilot-panel__message--user{align-self:flex-end;background:var(--nwa-primary, #1890ff);color:#fff}.copilot-panel__message--assistant{align-self:flex-start;background:#0000000f;color:var(--nwa-text, #262626)}.copilot-panel__message--thinking{display:flex;align-items:center;gap:.5rem}.copilot-panel__message-content{white-space:pre-wrap;word-break:break-word}.copilot-panel__thinking-dot{width:6px;height:6px;border-radius:50%;background:var(--nwa-text-secondary, #8c8c8c);animation:copilot-thinking 1s ease-in-out infinite}.copilot-panel__thinking-text{color:var(--nwa-text-secondary, #8c8c8c);font-size:.8125rem}@keyframes copilot-thinking{0%,to{opacity:.4}50%{opacity:1}}.copilot-panel__input-wrap{flex-shrink:0;padding:.75rem 1rem;border-top:1px solid rgba(0,0,0,.06);background:#ffffff80}.copilot-panel__attachments{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.copilot-panel__attachment-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;background:#0000000f;border-radius:6px;color:var(--nwa-text-secondary, #8c8c8c)}.copilot-panel__attachment-tag button{padding:0;border:none;background:none;font-size:1rem;line-height:1;cursor:pointer;color:inherit;opacity:.8}.copilot-panel__attachment-tag button:hover{opacity:1}.copilot-panel__input-row{display:flex;align-items:center;gap:.5rem}.copilot-panel__file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.copilot-panel__attach-btn,.copilot-panel__send-btn,.copilot-panel__stop-btn{flex-shrink:0;padding:.5rem .75rem;border:none;border-radius:8px;font-size:.875rem;cursor:pointer;transition:background .2s,opacity .2s}.copilot-panel__attach-btn{background:#0000000f;font-size:1rem}.copilot-panel__attach-btn:hover{background:#0000001a}.copilot-panel__text-input{flex:1;min-width:0;padding:.5rem .75rem;font-size:.875rem;font-family:inherit;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;color:var(--nwa-text, #262626)}.copilot-panel__text-input::placeholder{color:var(--nwa-text-muted, #bfbfbf)}.copilot-panel__text-input:focus{outline:none;border-color:var(--nwa-primary, #1890ff)}.copilot-panel__text-input:disabled{opacity:.7;cursor:not-allowed}.copilot-panel__send-btn{background:var(--nwa-primary, #1890ff);color:#fff}.copilot-panel__send-btn:hover:not(:disabled){background:#40a9ff}.copilot-panel__send-btn:disabled{opacity:.5;cursor:not-allowed}.copilot-panel__stop-btn{background:#ff4d4f26;color:#ff4d4f}.copilot-panel__stop-btn:hover{background:#ff4d4f40}.narrative-writer-app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg, #f5f5f5)}.narrative-writer-header{flex-shrink:0;background:var(--color-surface, #fff);border-bottom:1px solid var(--color-border, #e8e8e8)}.narrative-writer-header__inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;max-width:100%}.narrative-writer-header__left{display:flex;align-items:center;gap:.75rem}.narrative-writer-header__logo-wrap{display:flex;align-items:center;text-decoration:none;color:inherit}.narrative-writer-header__logo{display:block}.narrative-writer-header__title{margin:0;font-size:1.25rem;font-weight:600}.narrative-writer-header__right{display:flex;align-items:center;gap:1rem}.narrative-writer-header__back{font-size:.875rem;color:var(--color-link, #1890ff);text-decoration:none}.narrative-writer-header__back:hover{text-decoration:underline}.narrative-writer-main{flex:1;display:flex;flex-direction:column;min-height:0}.narrative-writer-ide{flex:1;display:flex;min-height:0}.narrative-writer-data-rail{flex:0 0 33%;width:33%;min-width:280px;max-width:420px;min-height:0;overflow:hidden}.narrative-writer-workspace{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--color-bg, #f5f5f5);position:relative}.narrative-writer-workspace__toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-bottom:1px solid var(--color-border, #e8e8e8);background:var(--color-surface, #fff);padding:0 .5rem 0 0}.narrative-writer-workspace__body{flex:1;min-height:0;display:flex;overflow:hidden}.narrative-writer-workspace__body--split{--canvas-ratio: .5}.narrative-writer-workspace__body--split .narrative-writer-workspace__canvas-pane{flex:0 0 calc(var(--canvas-ratio, .5) * 100%);min-width:0;overflow:hidden}.narrative-writer-workspace__body--split .narrative-writer-workspace__viewer-pane{flex:1;min-width:0;overflow:hidden}.narrative-writer-workspace__canvas-pane{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.narrative-writer-workspace__viewer-pane{min-width:0;min-height:0;display:flex;flex-direction:column}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}@media(max-width:639px){html{font-size:14px}}body{font-family:Sora,Nunito Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#fff;background:#0d0d1a;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:#13132b}body::-webkit-scrollbar-thumb{background:#2f2f66;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#6c5ce7}#root{min-height:100vh}a{color:#a29bfe;text-decoration:none;transition:color .15s ease}a:hover{color:#6c5ce7}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#fff}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:#a0a0c0;line-height:1.75}::selection{background:#6c5ce766;color:#fff}:focus-visible{outline:2px solid #6C5CE7;outline-offset:2px}.ant-btn-primary{background:linear-gradient(135deg,#6c5ce7,#5241b2)!important;border:none!important;box-shadow:0 0 20px #6c5ce74d!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#a29bfe,#6c5ce7)!important}.ant-input,.ant-input-password{background:#252550!important;border-color:#2f2f66!important;color:#fff!important}.ant-input::placeholder,.ant-input-password::placeholder{color:#6b6b8d!important}.ant-input:hover,.ant-input:focus,.ant-input-password:hover,.ant-input-password:focus{border-color:#6c5ce7!important}.ant-card{background:#252550!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:12px!important}.ant-menu-dark{background:transparent!important}.ant-layout-sider{background:#13132b!important}.ant-layout-header{background:#13132bcc!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#0d0d1a;gap:1rem}.loading-screen p{color:#6b6b8d;font-size:.875rem}.loading-spinner{width:48px;height:48px;border:3px solid rgba(108,92,231,.2);border-top-color:#6c5ce7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #6c5ce74d}50%{box-shadow:0 0 40px #6c5ce780}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.gradient-text{background:linear-gradient(135deg,#6c5ce7,#00cec9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#25255099;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-slide-up{animation:slideUp .5s ease forwards}[data-clerk-component],[class*=cl-]{--clerk-background: #13132B;--clerk-surface: #252550}.cl-userButtonPopoverCard,.cl-userButtonPopoverCard *{background-color:#252550!important}.cl-userButtonPopoverCard{border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;box-shadow:0 8px 32px #00000080!important;overflow:hidden}.cl-userButtonPopoverMain,.cl-userButtonPopoverActions{background:#252550!important}.cl-userButtonPopoverActions button{background:transparent!important;color:#fff!important}.cl-userButtonPopoverActions button:hover{background:#6c5ce726!important}.cl-userButtonPopoverActions button svg{color:#6b6b8d!important}.cl-userButtonPopoverActionButton,.cl-userButtonPopoverActionButton__manageAccount,.cl-userButtonPopoverActionButton__signOut{background:transparent!important;color:#fff!important}.cl-userButtonPopoverActionButton:hover,.cl-userButtonPopoverActionButton__manageAccount:hover,.cl-userButtonPopoverActionButton__signOut:hover{background:#6c5ce726!important}.cl-userButtonPopoverActionButton span,.cl-userButtonPopoverActionButton__manageAccount span,.cl-userButtonPopoverActionButton__signOut span{color:#fff!important}.cl-userButtonPopoverActionButton svg,.cl-userButtonPopoverActionButton__manageAccount svg,.cl-userButtonPopoverActionButton__signOut svg{color:#6b6b8d!important}.cl-userButtonPopoverFooter{background:#13132b!important;border-top:1px solid rgba(255,255,255,.08)!important;display:none!important}.cl-userButtonPopoverFooter *,.cl-userPreview,.cl-userPreviewMainIdentifier,.cl-userPreviewSecondaryIdentifier{background:transparent!important}.cl-userPreviewMainIdentifier{color:#fff!important}.cl-userPreviewSecondaryIdentifier{color:#6b6b8d!important}.cl-modalBackdrop{background:#000c!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cl-modalContent{background:#13132b!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;overflow:hidden}.cl-modalContent>*{background:#13132b!important}.cl-userProfile-root,.cl-userProfile-root *{--cl-chassis-bg: #13132B !important}.cl-card,.cl-cardBox{background:#13132b!important;border:none!important;box-shadow:none!important;margin-left:auto!important;margin-right:auto!important}.cl-navbar{background:#252550!important;border-right:1px solid rgba(255,255,255,.08)!important}.cl-navbarButton{color:#a0a0c0!important;background:transparent!important}.cl-navbarButton:hover{background:#6c5ce71a!important;color:#fff!important}.cl-navbarButton[data-active=true],.cl-navbarButton.cl-active{background:#6c5ce733!important;color:#a29bfe!important}.cl-navbarButton svg{color:inherit!important}.cl-navbarButton span{color:inherit!important}.cl-pageScrollBox,.cl-page,.cl-profilePage,.cl-scrollBox{background:#13132b!important}.cl-headerTitle,.cl-header h1,.cl-header h2,.cl-header h3{color:#fff!important}.cl-headerSubtitle{color:#6b6b8d!important}.cl-profileSection{background:#252550!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;overflow:hidden}.cl-profileSectionHeader,.cl-profileSectionTitle{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.05)!important}.cl-profileSectionTitleText,.cl-profileSectionTitle__profile,.cl-profileSectionTitle__connectedAccounts{color:#fff!important}.cl-profileSectionContent{background:transparent!important}.cl-profileSectionItem,.cl-profileSectionItem__profile,.cl-profileSectionItem__connectedAccounts{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.03)!important}.cl-profileSectionItem:hover,.cl-profileSectionItem__profile:hover,.cl-profileSectionItem__connectedAccounts:hover{background:#6c5ce70d!important}.cl-profileSectionItemList,.cl-profileSectionPrimaryButton,.cl-formFieldLabel,.cl-formFieldHintText,[class*=cl-] p,[class*=cl-] span:not(.cl-badge):not([class*=icon]){color:#a0a0c0!important}.cl-userPreviewMainIdentifier,.cl-profileSectionTitleText,.cl-headerTitle,.cl-accordionTriggerButton,[class*=cl-] h1,[class*=cl-] h2,[class*=cl-] h3,[class*=cl-] h4,[class*=cl-] strong{color:#fff!important}.cl-accordionTriggerButton{background:transparent!important}.cl-accordionTriggerButton:hover{background:#6c5ce71a!important}.cl-accordionContent{background:#13132b!important}.cl-formFieldInput,.cl-input{background:#252550!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.cl-formFieldInput:focus,.cl-input:focus{border-color:#6c5ce7!important;box-shadow:0 0 0 3px #6c5ce733!important}.cl-formFieldInput::placeholder,.cl-input::placeholder{color:#6b6b8d!important}.cl-formButtonPrimary{background:linear-gradient(135deg,#6c5ce7,#5241b2)!important;border:none!important;color:#fff!important}.cl-formButtonPrimary:hover{background:linear-gradient(135deg,#a29bfe,#6c5ce7)!important}.cl-formButtonReset{color:#a29bfe!important;background:transparent!important}.cl-badge{background:#6c5ce733!important;color:#a29bfe!important}.cl-modalCloseButton{color:#6b6b8d!important;background:transparent!important}.cl-modalCloseButton:hover{color:#fff!important;background:#ffffff1a!important}.cl-avatarBox,.cl-avatarImage{border:2px solid #6C5CE7!important}.cl-footer,.cl-footerAction,.cl-footerPages{background:#13132b!important}.cl-footerActionText,.cl-footerPagesLink{color:#6b6b8d!important}.cl-footerActionLink{color:#a29bfe!important}.cl-internal-b1cjs4on,[class*=cl-internal]{color:#6b6b8d!important}.cl-dev-mode-badge,div[style*="background-color: rgb(255, 244, 229)"],div[style*="Development mode"]{background:#fdcb6e26!important;color:#fdcb6e!important;border:1px solid rgba(253,203,110,.3)!important}.cl-dividerLine{background:#ffffff1a!important}.cl-dividerText{color:#6b6b8d!important;background:#13132b!important}.cl-menuList{background:#252550!important;border:1px solid rgba(255,255,255,.1)!important}.cl-menuItem{color:#fff!important;background:transparent!important}.cl-menuItem:hover{background:#6c5ce726!important}.cl-activeDevice,.cl-activeDeviceListItem{background:#252550!important;border:1px solid rgba(255,255,255,.08)!important}.cl-activeDeviceIcon{color:#6c5ce7!important}.cl-socialButtonsBlockButton,.cl-socialButtonsProviderIcon{background:#252550!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.cl-socialButtonsBlockButton:hover,.cl-socialButtonsProviderIcon:hover{background:#2f2f66!important;border-color:#6c5ce7!important}.cl-alert,.cl-alertText{background:#74b9ff1a!important;border:1px solid rgba(116,185,255,.2)!important;color:#fff!important}[class*=cl-][style*="background-color: white"],[class*=cl-][style*="background-color: rgb(255, 255, 255)"],[class*=cl-][style*="background: white"],[class*=cl-][style*="background: rgb(255, 255, 255)"]{background:#13132b!important;background-color:#13132b!important}.cl-rootBox,.cl-signIn-root,.cl-signUp-root,.cl-userProfile-root,.cl-userButton-root,.cl-organizationSwitcher-root{--cl-background-color: #13132B;--cl-card-bg: #13132B;background:#13132b!important}.cl-rootBox *,.cl-signIn-root *,.cl-signUp-root *,.cl-userProfile-root *,.cl-userButton-root *,.cl-organizationSwitcher-root *{--cl-background-color: #13132B}
