*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#edeef8;background-color:#0f0e1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;isolation:isolate}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;cursor:pointer;padding:0}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.25;color:#edeef8}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{line-height:1.625;color:#6b7296}small{font-size:.875rem;color:#6b7296}strong,b{font-weight:600}code,pre{font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.875rem}.text-primary{color:#111827!important}.text-secondary{color:#4b5563!important}.text-muted{color:#9ca3af!important}.text-success{color:#16a34a!important}.text-warning{color:#d97706!important}.text-danger{color:#dc2626!important}.text-info{color:#0891b2!important}.app-shell{display:grid;grid-template-columns:260px 1fr;grid-template-rows:1fr;min-height:100vh;background-color:#0f0e1a!important;transition:grid-template-columns .3s ease}.app-shell.sidebar-collapsed{grid-template-columns:72px 1fr}@media(max-width:1023px){.app-shell{grid-template-columns:1fr}}.sidebar{display:flex;flex-direction:column;background-color:#0f0e1a;border-right:1px solid #242642;height:100vh;position:sticky;top:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.sidebar::-webkit-scrollbar{width:4px;height:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:9999px}.sidebar{z-index:200}.sidebar__logo{padding:1.5rem 1rem;display:flex;align-items:center;justify-content:space-between}.sidebar__logo img{height:32px}.sidebar__logo-text{font-size:1.25rem;font-weight:700;color:#f59e0b}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem;flex:1}.sidebar__nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#6b7296;transition:background-color .15s ease,color .15s ease;cursor:pointer}.sidebar__nav-item:hover{background-color:#ffffff0d;color:#edeef8}.sidebar__nav-item.active{background-color:#f59e0b1f;color:#f59e0b}.sidebar__nav-item .nav-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.sidebar__footer{padding:1rem;border-top:1px solid #242642}.main-content{display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background-color:#0f0e1a;border-bottom:1px solid #242642;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;position:sticky;top:0;z-index:10}.topbar__title{font-size:1.25rem;font-weight:600;color:#edeef8}.topbar__actions{display:flex;align-items:center;gap:.75rem}.page-content{padding:2rem;flex:1;max-width:1400px;width:100%;margin:0 auto}@media(max-width:767px){.page-content{padding:1rem}}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.page-header__left{display:flex;flex-direction:column;gap:.25rem}.page-header__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.25;color:#111827;font-size:1.5rem}.page-header__subtitle{font-size:.875rem;color:#4b5563}.page-header__actions{display:flex;gap:.75rem;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background-color:#1c1f2a!important;color:#fff}.btn--primary:hover:not(:disabled){background-color:#f5a000!important}.btn--secondary{background-color:#fff;color:#2563eb;border-color:#2563eb}.btn--secondary:hover:not(:disabled){background-color:#eff6ff}.btn--ghost{background-color:transparent;color:#4b5563}.btn--ghost:hover:not(:disabled){background-color:#f3f4f6}.btn--danger{background-color:#dc2626;color:#fff}.btn--danger:hover:not(:disabled){background-color:#ef4444}.btn--success{background-color:#16a34a;color:#fff}.btn--success:hover:not(:disabled){background-color:#22c55e}.btn--sm{height:2rem;padding:.25rem .75rem;font-size:.75rem}.btn--md{height:2.5rem;padding:.5rem 1rem;font-size:.875rem}.btn--lg{height:3rem;padding:.75rem 1.5rem;font-size:1rem}.btn--full{width:100%}.btn--loading{pointer-events:none;opacity:.8}.btn--loading .btn__spinner{width:1rem;height:1rem;border:2px solid currentColor;border-top-color:transparent;border-radius:9999px;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.form-field{display:flex;flex-direction:column;gap:.25rem}.form-field__label{font-size:.875rem;font-weight:500;color:#4b5563}.form-field__label--required:after{content:" *";color:#dc2626}.form-field__input{width:100%;height:2.5rem;padding:.5rem .75rem;font-size:.875rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.form-field__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.form-field__input:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.form-field__input::placeholder{color:#9ca3af}.form-field__input--error{border-color:#dc2626}.form-field__input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.form-field__input--success{border-color:#16a34a}.form-field__hint{font-size:.75rem;color:#9ca3af}.form-field__error{font-size:.75rem;color:#dc2626;display:flex;align-items:center;gap:.25rem}.select-field{position:relative}.select-field__control{width:100%;height:2.5rem;padding:.5rem .75rem;font-size:.875rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.select-field__control:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.select-field__control:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.select-field__control::placeholder{color:#9ca3af}.select-field__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.loading-spinner__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:600;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-spinner__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner__ring{position:relative;width:48px;height:48px}.loading-spinner__ring span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;border:3px solid transparent;border-top-color:#2563eb;animation:spinner-rotate 1s linear infinite}.loading-spinner__ring span:nth-child(2){top:6px;right:6px;bottom:6px;left:6px;border-top-color:#7c3aed;animation-duration:1.5s;animation-direction:reverse}.loading-spinner__label{font-size:.875rem;color:#fff;font-weight:500}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.progress-bar{display:flex;flex-direction:column;gap:.25rem}.progress-bar__header{display:flex;align-items:center;justify-content:space-between}.progress-bar__header-label{font-size:.875rem;font-weight:500;color:#4b5563}.progress-bar__header-value{font-size:.875rem;font-weight:600;color:#111827}.progress-bar__track{width:100%;height:8px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-bar__fill{height:100%;border-radius:9999px;background-color:#2563eb;transition:width .3s ease}.progress-bar__fill--success{background-color:#16a34a}.progress-bar__fill--warning{background-color:#d97706}.progress-bar__fill--danger{background-color:#dc2626}.progress-bar__fill--gradient{background:linear-gradient(90deg,#2563eb,#0ea5e9)}.progress-bar--sm .progress-bar__track{height:4px}.progress-bar--md .progress-bar__track{height:8px}.progress-bar--lg .progress-bar__track{height:12px}.login-page{min-height:100vh;width:100%;background-color:#0f0e1a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;gap:1.5rem}.login-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center}.login-header__logo{height:80px;width:auto}.login-header__welcome{font-size:1.25rem;font-weight:400;color:#edeef8;letter-spacing:.01em}.login-card{width:100%;max-width:460px;background-color:#1d1f35;border-radius:1rem;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}@media(max-width:639px){.login-card{padding:1.5rem 1rem;border-radius:.75rem}}.login-google-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.login-google-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.login-google-btn{width:100%;height:3rem;background-color:#252744;color:#edeef8;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;gap:.75rem;transition:background-color .15s ease,border-color .15s ease}.login-google-btn:hover{background-color:#252744;border-color:#404475}.login-google-btn__icon{width:20px;height:20px;flex-shrink:0}.login-divider{display:none}.login-form{display:flex;flex-direction:column;gap:1rem}.login-field{display:flex;flex-direction:column;gap:.5rem}.login-field__label{font-size:.875rem;font-weight:500;color:#edeef8}.login-field__label .required-star{color:#edeef8;margin-left:2px}.login-field__input{width:100%;height:3rem;padding:0 1rem;background-color:#252744;border:1px solid #242642;border-radius:.5rem;color:#edeef8;font-size:.875rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.login-field__input::placeholder{color:#4e5478}.login-field__input:focus{border-color:#6d80ff8c;box-shadow:0 0 0 3px #6d80ff1f}.login-field__input[type=password]{letter-spacing:.1em}.login-field__input--error{border-color:#ef4444}.login-field__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #dc262626}.login-field__error{font-size:.75rem;color:#ef4444;margin-top:-.25rem}.login-meta{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.login-meta__remember{display:flex;align-items:center;gap:.5rem;cursor:pointer}.login-meta__remember input[type=checkbox]{width:16px;height:16px;border:1px solid #242642;border-radius:.25rem;accent-color:#f5a000;cursor:pointer}.login-meta__remember span{font-size:.875rem;color:#edeef8}.login-meta__forgot{font-size:.875rem;font-weight:500;color:#f59e0b;cursor:pointer;transition:opacity .15s ease}.login-meta__forgot:hover{opacity:.8;text-decoration:underline}.login-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.login-submit-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.login-submit-btn{width:100%;height:3rem;background-color:#0f0e1a;color:#edeef8;border:1px solid #242642;border-radius:.5rem;font-size:1rem;font-weight:600;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.login-submit-btn:hover:not(:disabled){background-color:#f59e0b;border-color:#f59e0b;color:#fff}.login-submit-btn:disabled{opacity:.5;cursor:not-allowed}.login-footer{text-align:center;font-size:.875rem;color:#6b7296}.login-footer__link{color:#f59e0b;font-weight:500;cursor:pointer;transition:opacity .15s ease}.login-footer__link:hover{opacity:.8;text-decoration:underline}.login-error{background-color:#fef2f2;border:1px solid #ef4444;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;color:#dc2626;text-align:center}.onboarding-page{min-height:100vh;width:100%;background-color:#0f0e1a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:1rem;text-align:center}@media(max-width:639px){.onboarding-page{padding:1.5rem 1rem;gap:.75rem}}.onboarding-page__logo{height:80px;width:auto}.onboarding-page__counter{font-size:.875rem;font-weight:500;color:#edeef8;letter-spacing:.04em;text-transform:uppercase}.onboarding-card{width:100%;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem}.onboarding-card__title{font-size:2.25rem;font-weight:600;color:#edeef8;line-height:1.25;margin:0}@media(max-width:639px){.onboarding-card__title{font-size:1.875rem}}.onboarding-card__subtitle{font-size:1.125rem;font-weight:500;color:#edeef8;line-height:1.375;margin:0;max-width:640px;white-space:nowrap}@media(max-width:639px){.onboarding-card__subtitle{white-space:normal;max-width:90%}}.onboarding-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:360px;margin-top:2rem}.onboarding-nav--centered{justify-content:center}.onboarding-nav__continue{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.onboarding-nav__continue:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.onboarding-nav__continue{height:2.75rem;padding:0 2rem;background-color:#0f0e1a;color:#edeef8;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;flex:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.onboarding-nav__continue:hover{background-color:#f59e0b;border-color:#f59e0b;color:#fff}.onboarding-nav__back{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.onboarding-nav__back:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.onboarding-nav__back{height:2.75rem;padding:0 1.5rem;background-color:transparent;color:#6b7296;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;flex:1;transition:color .15s ease,border-color .15s ease}.onboarding-nav__back:hover{color:#edeef8;border-color:#6b7296}.onboarding-nav__skip{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.onboarding-nav__skip:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.onboarding-nav__skip{height:2.75rem;padding:0 1.5rem;background-color:transparent;color:#f59e0b;border:1px solid rgba(245,158,11,.45);border-radius:.5rem;font-size:.875rem;font-weight:500;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.onboarding-nav__skip:hover{border-color:#f59e0b;background-color:#f59e0b14}.onboarding-step__body{font-size:.875rem;color:#6b7296;line-height:1.625;text-align:center;max-width:520px;margin:0 auto}.email-connect-list{width:100%;max-width:480px;display:flex;flex-direction:column;gap:.75rem}.email-connect-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem}.email-connect-row__icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.email-connect-row__icon svg{width:28px;height:28px}.email-connect-row__name{flex:1;text-align:left;font-size:.875rem;font-weight:500;color:#edeef8}.email-connect-row__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.email-connect-row__btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.email-connect-row__btn{height:2rem;padding:0 1.25rem;background-color:#0f0e1a;color:#edeef8;border:1px solid #242642;border-radius:.5rem;font-size:.75rem;font-weight:500;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.email-connect-row__btn:hover{background-color:#f59e0b;border-color:#f59e0b;color:#fff}.email-connect-help{max-width:480px;font-size:.75rem;color:#6b7296;line-height:1.625;margin:.5rem 0 0;text-align:center}.email-connect-help-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.email-connect-help-link:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.email-connect-help-link{background:none;border:none;font-size:.875rem;font-weight:500;color:#f59e0b;padding:0;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:opacity .15s ease}.email-connect-help-link:hover{opacity:.8}.crm-dropzone{width:100%;max-width:480px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:2px dashed #242642;border-radius:.75rem;padding:2rem 1.5rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;outline:none}.crm-dropzone:hover,.crm-dropzone:focus{border-color:#f59e0b;background-color:#f59e0b0a}.crm-dropzone__icon{width:48px;height:48px;color:#f59e0b;margin-bottom:.5rem}.crm-dropzone__icon svg{width:100%;height:100%}.crm-dropzone__primary{font-size:.875rem;font-weight:500;color:#edeef8;margin:0}.crm-dropzone__secondary{font-size:.75rem;color:#6b7296;margin:0}.crm-dropzone__status{margin-top:.5rem;font-size:.75rem;color:#6b7296}.crm-dropzone--uploaded{border-style:dashed;border-color:#242642;min-height:130px;cursor:default}.crm-dropzone--uploaded:hover,.crm-dropzone--uploaded:focus{border-color:#242642;background-color:transparent}.crm-dropzone__add-more{font-size:.875rem;font-weight:500;color:#6b7296;margin:0}.crm-dropzone__file-uploaded{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:500;color:#edeef8}.crm-dropzone__file-tick{display:flex;align-items:center;flex-shrink:0}.crm-dropzone__file-tick svg{width:16px;height:16px}.onboarding-step--privacy{width:100%;max-width:480px;display:flex;flex-direction:column;gap:0}.privacy-divider{width:100%;height:1px;background-color:#242642;margin:0}.privacy-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:1.25rem 0}.privacy-row__text{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:left}.privacy-row__label{font-size:.875rem;font-weight:600;color:#f59e0b;line-height:1.375}.privacy-row__desc{font-size:.75rem;color:#6b7296;line-height:1.625;margin:0}.toggle-switch{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.toggle-switch:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.toggle-switch{position:relative;flex-shrink:0;width:44px;height:24px;border-radius:9999px;background-color:#242642;border:none;padding:0;cursor:pointer;transition:background-color .2s ease;margin-top:2px}.toggle-switch--on{background-color:#22c55e}.toggle-switch__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:9999px;background-color:#fff;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.toggle-switch__thumb svg{width:10px;height:10px}.toggle-switch--on .toggle-switch__thumb{transform:translate(20px)}.app-shell{display:flex;flex-direction:column;height:100vh;width:100%;background-color:#0f0e1a;overflow:hidden}.app-topbar{flex-shrink:0;height:56px;background-color:#0f0e1a;border:.5px solid #4B4B64;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;z-index:100}.app-topbar__logo{height:40px;width:auto}.app-topbar__right{display:flex;align-items:center;gap:1rem}.app-topbar__bell{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.app-topbar__bell:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.app-topbar__bell{width:32px;height:32px;border-radius:9999px;background:transparent;border:none;color:#6b7296;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s ease}.app-topbar__bell svg{width:18px;height:18px}.app-topbar__bell-img{width:18px;height:18px;object-fit:contain;display:block}.app-topbar__bell:hover{color:#edeef8}.app-topbar__user{display:flex;align-items:center;gap:.5rem;cursor:pointer}.app-topbar__user-text{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.app-topbar__user-name{font-size:.875rem;font-weight:600;color:#f59e0b;line-height:1.2}.app-topbar__user-role{font-size:10px;font-weight:500;color:#6b7296;letter-spacing:.08em;line-height:1.2}.app-topbar__avatar{width:32px;height:32px;border-radius:9999px;background-color:#252744;border:1.5px solid #242642;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#edeef8;flex-shrink:0}.app-topbar__chevron{width:16px;height:16px;color:#6b7296}.app-body{display:flex;flex:1;min-height:0;overflow:hidden}.app-sidebar{flex-shrink:0;width:240px;background-color:#1d1f35;border-right:1px solid #242642;overflow-y:auto;padding:.75rem 0;display:flex;flex-direction:column}.app-sidebar__item{position:relative;isolation:isolate;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;margin:1px .5rem;text-decoration:none;color:#6b7296;font-size:.875rem;font-weight:500;transition:color .15s ease;border-radius:.5rem;background-color:transparent;cursor:pointer;outline:none}.app-sidebar__item:focus,.app-sidebar__item:focus-visible,.app-sidebar__item:active{outline:none;box-shadow:none}.app-sidebar__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:transparent;z-index:0;pointer-events:none;transition:background-color .15s ease}.app-sidebar__item:hover{color:#f59e0b}.app-sidebar__item:hover:before{background-color:#1d1f35}.app-sidebar__item:hover .app-sidebar__icon img{filter:none}.app-sidebar__item:hover .app-sidebar__icon svg{color:#f59e0b}.app-sidebar__item--active{color:#edeef8}.app-sidebar__item--active:before{background-color:#1d1f35}.app-sidebar__item--active .app-sidebar__icon{background-color:#f59e0b;color:#fff;border-radius:.5rem}.app-sidebar__item--active .app-sidebar__icon img{filter:brightness(0) invert(1);opacity:1}.app-sidebar__icon{position:relative;z-index:1;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:transparent;transition:background-color .15s ease,color .15s ease}.app-sidebar__icon svg{width:18px;height:18px}.app-sidebar__label{position:relative;z-index:1;flex:1}.nav-icon-dual{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.nav-icon-dual__default,.nav-icon-dual__hover{display:block;width:18px;height:18px;object-fit:contain}.nav-icon-dual__hover{display:none}.app-main{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.5rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem;background-color:#0f0e1a;scrollbar-width:thin;scrollbar-color:#242642 transparent}.app-main::-webkit-scrollbar{width:6px}.app-main::-webkit-scrollbar-track{background:transparent}.app-main::-webkit-scrollbar-thumb{background-color:#242642;border-radius:9999px}.dash-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7296}.dash-breadcrumb__item{color:#6b7296}.dash-breadcrumb__link{color:#6b7296;text-decoration:none;transition:color .15s ease}.dash-breadcrumb__link:hover{color:#edeef8}.dash-breadcrumb__sep{font-size:1.125rem;color:#6b7296;line-height:1}.dash-header-card{position:relative;background-color:#1d1f35;border-radius:22px;padding:1.25rem 1.5rem;padding-left:calc(1.5rem + 4px)}.dash-header-card:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:44px;background-color:#f59e0b;border-radius:0 2px 2px 0}.dash-header-card__title{font-size:1.5rem;font-weight:600;color:#edeef8;margin:0 0 .25rem;line-height:1.25}.dash-header-card__subtitle{font-size:.875rem;color:#6b7296;margin:0}.dash-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;align-items:start}.dash-grid--2{grid-template-columns:1fr 1fr}.dash-col{display:flex;flex-direction:column;gap:1rem}.dash-panel{background-color:transparent;border:none;border-radius:0;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.dash-panel--full{grid-column:1/-1}.dash-panel--lg{background-color:#1d1f35;border:1px solid #242642;border-radius:22px;padding:1.5rem;gap:1.25rem}.dash-panel__title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#edeef8;margin:0}.dash-panel__title-icon{display:flex;align-items:center;justify-content:center;color:#f59e0b;flex-shrink:0}.dash-panel__title-icon svg{width:16px;height:16px}.track-list{display:flex;flex-direction:column;gap:.75rem}.track-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background-color:transparent;border:none;border-bottom:1px solid rgba(36,38,66,.4);border-radius:0;cursor:pointer;transition:color .15s ease,background-color .15s ease,border-radius .15s ease}.track-row:last-child{border-bottom:none}.track-row:hover{background-color:#1d1f35;border-radius:10px}.track-row:hover .track-row__bolt{color:#f59e0b}.track-row--active{background-color:#252744;border-radius:10px;border-bottom-color:transparent}.track-row--active .track-row__bolt{color:#f59e0b}.track-row--active .track-row__name{color:#edeef8}.track-row__info{display:flex;flex-direction:column;gap:2px;flex:1}.track-row__name{font-size:.875rem;font-weight:500;color:#edeef8}.track-row__meta{font-size:.75rem;color:#6b7296}.track-row__bolt{color:#6b7296;flex-shrink:0}.track-row__bolt svg{width:14px;height:14px}.track-row__bolt .track-row__active-icon{width:14px;height:14px;object-fit:contain;display:block}.dash-pipeline-card{background-color:#1d1f35;border:1px solid #242642;border-radius:22px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .15s ease,box-shadow .15s ease}.dash-pipeline-card:hover{border-color:#fff3;box-shadow:0 4px 16px #00000040}.dash-pipeline-card__title{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600;color:#edeef8;margin:0;border-left:3px solid #f59e0b;padding-left:.75rem}.dash-pipeline-card__icon{color:#f59e0b;display:flex;align-items:center;justify-content:center}.dash-pipeline-card__icon svg{width:16px;height:16px}.pipeline-bar-list{display:flex;flex-direction:column;gap:.75rem}.pipeline-bar-row{display:grid;grid-template-columns:90px 1fr 20px;align-items:center;gap:.75rem}.pipeline-bar-row__label{font-size:.75rem;color:#6b7296;white-space:nowrap}.pipeline-bar-row__bar{height:8px;background-color:#242642;border-radius:9999px;overflow:hidden}.pipeline-bar-row__fill{height:100%;background-color:#22c55e;border-radius:9999px}.pipeline-bar-row__fill--70{width:85%;background-color:#4ade80}.pipeline-bar-row__fill--40{width:38%;background-color:#22c55e}.pipeline-bar-row__fill--60{width:58%;background-color:#10b981}.pipeline-bar-row__count{font-size:.75rem;font-weight:600;color:#edeef8;text-align:right}.pipeline-audit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.pipeline-audit-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.pipeline-audit-btn{width:100%;height:2.25rem;background-color:transparent;color:#6b7296;border:1px solid #242642;border-radius:.5rem;font-size:.75rem;font-weight:500;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pipeline-audit-btn:hover{background-color:#f5a000;border-color:#ffffff38;color:#edeef8}.activity-list{display:flex;flex-direction:column;gap:.5rem}.activity-row{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:.5rem;cursor:pointer}.activity-row:hover .activity-row__dot{color:#f59e0b}.activity-row:hover .activity-row__title{color:#edeef8}.activity-row__dot{flex-shrink:0;color:#6b7296;margin-top:2px}.activity-row__dot svg{width:14px;height:14px}.activity-row__ic-memo-icon{width:14px;height:14px;display:block}.activity-row__text{display:flex;flex-direction:column;gap:1px;flex:1}.activity-row__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#edeef8;line-height:1.375;letter-spacing:0}.activity-row__sub{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;color:#6b7296;line-height:1.375;letter-spacing:0}.screening-list{display:flex;flex-direction:column;gap:.5rem}.screening-row{display:flex;flex-direction:column;gap:4px;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer}.screening-row__top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.screening-row__name{font-size:.875rem;font-weight:600;color:#edeef8}.screening-row__pct{font-size:.75rem;font-weight:500;color:#6b7296;white-space:nowrap}.screening-row__quote{font-size:.75rem;color:#6b7296;margin:0;font-style:italic;line-height:1.375}.panel-footer{display:flex;flex-direction:column;gap:0;margin-top:.25rem}.panel-footer__divider{width:100%;height:1px;background-color:#242642;opacity:.4;margin-bottom:.75rem}.panel-footer__ledger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.panel-footer__ledger:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.panel-footer__ledger{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;padding:0;font-size:.75rem;font-weight:500;color:#6b7296;cursor:pointer;align-self:center;transition:color .15s ease}.panel-footer__ledger svg{width:11px;height:11px}.panel-footer__ledger:hover{color:#f5a000}.diligence-card{display:flex;flex-direction:column;gap:.75rem}.diligence-card__header{display:flex;align-items:center;gap:.75rem}.diligence-card__avatar{width:32px;height:32px;border-radius:.25rem;background-color:#f59e0b;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;flex-shrink:0}.diligence-card__name{flex:1;font-size:.875rem;font-weight:600;color:#edeef8}.diligence-card__status{font-size:.75rem;font-weight:600;color:#f59e0b;white-space:nowrap}.diligence-card__bar{height:4px;background-color:#24264273;border-radius:9999px;overflow:hidden}.diligence-card__bar-fill{height:100%;background-color:#f59e0b;border-radius:9999px;transition:width .2s ease}.diligence-card__link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.diligence-card__link:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.diligence-card__link{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;padding:0;font-size:.75rem;font-weight:500;color:#6b7296;cursor:pointer;transition:color .15s ease;align-self:center}.diligence-card__link svg{width:12px;height:12px}.diligence-card__link:hover{color:#f5a000}.synthesis-list{display:flex;flex-direction:column;gap:.75rem}.synthesis-row{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0;border-radius:.5rem;cursor:pointer}.synthesis-row__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.synthesis-row__name{font-size:.75rem;font-weight:500;color:#edeef8}.synthesis-row__status{font-size:.75rem;font-weight:600;color:#f59e0b}.synthesis-row__bar{height:4px;background-color:#24264280;border-radius:9999px;overflow:hidden}.synthesis-row__fill{height:100%;background-color:#f59e0b;border-radius:9999px}.synthesis-footer{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:.75rem;border-top:1px solid rgba(36,38,66,.6);margin-top:.25rem}.synthesis-footer__stat{display:flex;flex-direction:column;align-items:center;gap:2px}.synthesis-footer__stat-label{font-size:.75rem;color:#6b7296}.synthesis-footer__stat-value{font-size:1.5rem;font-weight:700;color:#f59e0b;line-height:1}.risk-list{display:flex;flex-direction:column;gap:.75rem}.risk-row{display:flex;flex-direction:column;gap:3px;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer}.risk-row__header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.risk-row__name{font-size:.875rem;font-weight:600;color:#edeef8}.risk-row__age{font-size:.75rem;color:#6b7296;white-space:nowrap}.risk-row__quote{font-size:.75rem;color:#6b7296;margin:0;font-style:italic;line-height:1.375}.risk-row:hover,.screening-row:hover{background-color:#1d1f35}.ds-layout{display:grid;grid-template-columns:1.45fr 1fr;gap:1.25rem;align-items:start}.ds-discovery-card{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ds-discovery-card__header{display:flex;align-items:flex-start;gap:.75rem}.ds-discovery-card__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0 0 2px;line-height:1.25}.ds-discovery-card__subtitle{font-size:.75rem;color:#6b7296;margin:0}.ds-plus-icon{flex-shrink:0;width:28px;height:28px;background-color:#f59e0b;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#fff}.ds-plus-icon svg{width:16px;height:16px}.ds-dropzone{border:1.5px dashed rgba(36,38,66,.8);border-radius:.5rem;padding:2rem 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.ds-dropzone:hover{border-color:#f59e0b;background-color:#f59e0b0a}.ds-dropzone__icon{color:#f59e0b;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.ds-dropzone__title{font-size:1.125rem;font-weight:600;color:#edeef8;margin:0;text-align:center}.ds-dropzone__hint{font-size:.75rem;color:#6b7296;margin:0;text-align:center}.ds-dropzone--active{border-color:#f59e0b;background-color:#f59e0b14;box-shadow:0 0 0 2px #f59e0b40}.ds-dropzone__file{font-size:.75rem;color:#f59e0b;margin:.5rem 0 0;text-align:center}.ds-form{display:flex;flex-direction:column;gap:1rem}.ds-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.ds-form__field{display:flex;flex-direction:column;gap:.25rem}.ds-form__field--full{grid-column:1/-1}.ds-form__label{font-size:.75rem;font-weight:500;color:#6b7296}.ds-form__required{color:#f59e0b;margin-left:2px}.ds-form__input{height:38px;background-color:#252744;border:1px solid #242642;border-radius:.5rem;padding:0 .75rem;font-size:.875rem;color:#fff;-webkit-text-fill-color:#ffffff;font-family:inherit;outline:none;transition:border-color .15s ease}.ds-form__input::placeholder{color:#6b7296}.ds-form__input:focus{border-color:#ffffff4d}.ds-form__textarea{background-color:#252744;border:1px solid #242642;border-radius:.5rem;padding:.75rem;font-size:.875rem;color:#fff;-webkit-text-fill-color:#ffffff;font-family:inherit;outline:none;resize:none;min-height:100px;transition:border-color .15s ease}.ds-form__textarea::placeholder{color:#6b7296}.ds-form__textarea:focus{border-color:#ffffff4d}.ds-process-btn{width:100%;height:2.5rem}.ds-panel{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column}.ds-tabs-bar{display:flex;align-items:center;justify-content:flex-end;gap:0;border-bottom:1px solid #242642;padding:0 1.25rem}.ds-tab{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.ds-tab:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.ds-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.75rem;font-size:.875rem;font-weight:500;color:#6b7296;cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px}.ds-tab:hover{color:#edeef8}.ds-tab--active{color:#edeef8;border-bottom-color:#f59e0b;font-weight:600}.ds-sourcing-history{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.ds-sourcing-history__header{display:flex;align-items:center;justify-content:space-between}.ds-sourcing-history__title{display:flex;align-items:center;gap:.5rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#fff;letter-spacing:0;line-height:1.25}.ds-sourcing-history__icon{display:flex;align-items:center;flex-shrink:0}.ds-sourcing-history__ri-icon{width:16px;height:16px;display:block}.ds-sourcing-history__count{font-size:.75rem;color:#6b7296}.ds-company-list{display:flex;flex-direction:column;gap:0}.ds-company-row{display:flex;align-items:center;gap:.75rem;padding:1rem .25rem;border-bottom:1px solid rgba(36,38,66,.5);cursor:pointer;transition:background-color .15s ease}.ds-company-row:last-child{border-bottom:none}.ds-company-row:hover{background-color:#ffffff0a;border-radius:.5rem}.ds-company-badge{flex-shrink:0;width:36px;height:36px;background-color:#f59e0b;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff}.ds-company-info{flex:1;display:flex;flex-direction:column;gap:3px}.ds-company-name{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;color:#fff;letter-spacing:0;line-height:1.25}.ds-company-meta{display:flex;align-items:center;gap:.5rem}.ds-company-sector{font-size:.75rem;color:#6b7296}.ds-company-tag{font-size:10px;font-weight:500;color:#f59e0b;background-color:#f59e0b1f;border-radius:.25rem;padding:1px 6px;line-height:1.6}.ds-company-arrow{flex-shrink:0;color:#6b7296;display:flex;align-items:center;justify-content:center}.ds-ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ds-ai-card{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .15s ease}.ds-ai-card:hover{border-color:#fff3}.ds-ai-card__header{display:flex;align-items:center;gap:.75rem}.ds-ai-card__name{flex:1;font-size:1.125rem;font-weight:600;color:#edeef8}.ds-ai-card__score{flex-shrink:0;width:32px;height:32px;background-color:#f59e0b;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.ds-ai-card__sector{font-size:.75rem;font-weight:500;color:#f59e0b}.ds-ai-card__desc{font-size:.875rem;color:#6b7296;margin:0;line-height:1.375;flex:1}.ds-ai-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ds-ai-card__url{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#6b7296}.ds-ai-card__url svg{flex-shrink:0}.ds-ai-card__eye{color:#6b7296;display:flex;align-items:center;cursor:pointer}.ds-ai-card__eye:hover{color:#edeef8}.ds-ai-card__btn{width:100%;height:2.25rem;font-size:.875rem}.ds-connectors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.ds-connector-card{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .15s ease}.ds-connector-card:hover{border-color:#fff3}.ds-connector-card__header{display:flex;align-items:flex-start;gap:.75rem}.ds-connector-card__icon{flex-shrink:0;color:#f59e0b;display:flex;align-items:center}.ds-connector-card__name{display:block;font-size:1.125rem;font-weight:600;color:#edeef8;margin-bottom:2px}.ds-connector-card__status{font-size:.75rem;font-weight:500}.ds-connector-card__status--live{color:#f59e0b}.ds-connector-card__status--auth,.ds-connector-card__status--paused{color:#6b7296}.ds-connector-card__stats{display:flex;justify-content:space-between;gap:.5rem}.ds-connector-card__stat{display:flex;flex-direction:column;gap:3px}.ds-connector-card__stat-label{font-size:10px;color:#6b7296;text-transform:uppercase;letter-spacing:.06em}.ds-connector-card__stat-value{font-size:1.5rem;font-weight:700;color:#edeef8;line-height:1}.ds-connector-card__sync{font-size:.875rem;font-weight:700;line-height:1;margin-top:4px}.ds-connector-card__sync--live{color:#22c55e}.ds-connector-card__sync--paused,.ds-connector-card__sync--batch{color:#6b7296}.ds-connector-card__btn{width:100%;height:2.25rem;font-size:.75rem}.ds-mm-wrapper{display:flex;flex-direction:column;gap:1rem}.ds-mm-card{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ds-mm-card__header{display:flex;align-items:flex-start;gap:.75rem}.ds-mm-card__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0 0 2px}.ds-mm-card__subtitle{font-size:.75rem;color:#6b7296;margin:0}.ds-mm-search{display:flex;align-items:center;gap:.75rem;background-color:#252744;border:1px solid #242642;border-radius:9999px;padding:0 1rem;height:44px;transition:border-color .15s ease}.ds-mm-search:focus-within{border-color:#ffffff4d}.ds-mm-search__icon{flex-shrink:0;color:#6b7296;display:flex;align-items:center}.ds-mm-search__input{flex:1;background:none;border:none;outline:none;font-size:.875rem;color:#edeef8;font-family:inherit}.ds-mm-search__input::placeholder{color:#6b7296}.ds-mm-search__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.ds-mm-search__btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.ds-mm-search__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;height:32px;padding:0 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;cursor:pointer}.scr-layout{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;align-items:start}.scr-strategies{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.scr-strategies__title{font-size:1.125rem;font-weight:600;color:#edeef8;margin:0}.scr-strategies__list{display:flex;flex-direction:column;gap:.5rem}.scr-strategy-card{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-strategy-card:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-strategy-card{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:.75rem 1rem;border-radius:.5rem;background-color:transparent;border:1px solid transparent;text-align:left;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.scr-strategy-card:hover:not(.scr-strategy-card--active){background-color:#ffffff0d;border-color:#242642}.scr-strategy-card--active{background-color:#f59e0b;border-color:#f59e0b}.scr-strategy-card--active .scr-strategy-card__name{color:#fff}.scr-strategy-card--active .scr-strategy-card__sub{color:#ffffffbf}.scr-strategy-card__name{font-size:.875rem;font-weight:600;color:#edeef8;line-height:1.25}.scr-strategy-card__sub{font-size:.75rem;color:#6b7296}.scr-build-track-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-build-track-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-build-track-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:2.375rem;background-color:transparent;border:1.5px dashed #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#6b7296;cursor:pointer;transition:border-color .15s ease,color .15s ease}.scr-build-track-btn svg{flex-shrink:0}.scr-build-track-btn:hover{border-color:#f59e0b;color:#f59e0b}.scr-leads-panel{background-color:#1d1f35;border:1px solid #242642;border-radius:.75rem;display:flex;flex-direction:column;gap:0;overflow:hidden}.scr-leads-panel__header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem 1rem calc(1.25rem + 4px);border-bottom:1px solid #242642;gap:.75rem}.scr-leads-panel__header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:22px;background-color:#f59e0b;border-radius:0 2px 2px 0}.scr-leads-panel__title-row{display:flex;align-items:center;gap:.75rem}.scr-leads-panel__title{font-size:1.125rem;font-weight:600;color:#edeef8;margin:0}.scr-badge{display:inline-flex;align-items:center;height:24px;padding:0 .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.scr-badge--discovery{background-color:#f59e0b;color:#fff}.scr-collapse-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-collapse-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-collapse-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;font-size:.875rem;font-weight:500;color:#6b7296;cursor:pointer;transition:color .15s ease;white-space:nowrap}.scr-collapse-btn svg{flex-shrink:0}.scr-collapse-btn:hover{color:#edeef8}.scr-thesis{padding:1rem 1.25rem;border-bottom:1px solid #242642;display:flex;flex-direction:column;gap:1rem}.scr-thesis__desc{font-size:.875rem;color:#6b7296;margin:0;line-height:1.625;font-style:italic}.scr-thesis__body{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.scr-thesis__left{display:flex;align-items:flex-start;padding-top:.25rem}.scr-thesis__right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex:1}.scr-thesis__edit-row{display:flex;justify-content:flex-end}.scr-thesis-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-thesis-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-thesis-btn{display:inline-flex;align-items:center;height:2.125rem;padding:0 1rem;background-color:transparent;border:1.5px solid #f59e0b;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#f59e0b;cursor:pointer;transition:background-color .15s ease}.scr-thesis-btn:hover{background-color:#f59e0b14}.scr-metrics{display:flex;flex-direction:column;gap:.5rem;width:100%}.scr-metric-tile{display:flex;align-items:center;gap:.75rem;background-color:#252744;border:1px solid #242642;border-radius:.5rem;padding:.5rem 1rem .5rem .75rem}.scr-metric-tile__icon{flex-shrink:0;width:24px;height:24px;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#fff}.scr-metric-tile__icon--teal{background-color:#0d9488}.scr-metric-tile__icon--amber{background-color:#f59e0b}.scr-metric-tile__label{flex:1;font-size:.75rem;font-weight:500;color:#6b7296}.scr-metric-tile__value{font-size:.875rem;font-weight:600;color:#edeef8}.scr-edit-strategy-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-edit-strategy-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-edit-strategy-btn{display:inline-flex;align-items:center;height:2.125rem;padding:0 1.25rem;background-color:transparent;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#edeef8;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.scr-edit-strategy-btn:hover{border-color:#ffffff40;background-color:#ffffff0a}.scr-search{display:flex;align-items:center;gap:.5rem;margin:1rem 1.25rem 0;background-color:#252744;border:1px solid #242642;border-radius:9999px;padding:0 1rem;height:38px;transition:border-color .15s ease}.scr-search:focus-within{border-color:#ffffff40}.scr-search__icon{flex-shrink:0;color:#6b7296;display:flex;align-items:center}.scr-search__input{flex:1;background:none;border:none;outline:none;font-size:.875rem;color:#edeef8;font-family:inherit;cursor:default}.scr-search__input::placeholder{color:#6b7296}.scr-filter-tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid #242642;padding:0 1.25rem;margin-top:.75rem}.scr-filter-tab{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-filter-tab:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-filter-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#6b7296;cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px;letter-spacing:.01em}.scr-filter-tab:hover{color:#edeef8}.scr-filter-tab--active{color:#edeef8;border-bottom-color:#f59e0b;font-weight:700}.scr-leads-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.25rem}.scr-lead-card{background-color:#0f0e1a;border:1px solid #242642;border-radius:.75rem;transition:border-color .15s ease}.scr-lead-card:hover{border-color:#ffffff2e}.scr-lead-card--highlighted{border-color:#f59e0b}.scr-lead-card--highlighted:hover{border-color:#f59e0bb3}.scr-lead-card__body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.scr-lead-card__header{display:flex;align-items:center;gap:.75rem}.scr-lead-card__name{flex:1;font-size:1.125rem;font-weight:600;color:#edeef8;margin:0}.scr-lead-card__meta{display:flex;align-items:center;gap:1rem}.scr-lead-card__desc{font-size:.875rem;color:#6b7296;margin:0;line-height:1.375}.scr-lead-card__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.scr-lead-card__btns{display:flex;align-items:center;gap:.75rem}.scr-lead-icon{flex-shrink:0;width:28px;height:28px;background-color:#f59e0b;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#fff}.scr-alpha-signal{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:0;margin-left:auto}.scr-alpha-signal__label{font-size:.75rem;color:#6b7296;line-height:1.2}.scr-alpha-signal__value{font-size:1.875rem;font-weight:700;color:#edeef8;line-height:1.1}.scr-lead-meta-item{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#6b7296}.scr-lead-meta-item--accent{color:#f59e0b}.scr-lead-btn{height:2rem;padding:0 1rem;font-size:.75rem;font-weight:500;border-radius:9999px;background-color:#252744;border:1px solid #242642;color:#f59e0b;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.scr-lead-btn:hover{border-color:#f59e0b;background-color:#f59e0b14}.scr-arrow-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.scr-arrow-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.scr-arrow-btn{flex-shrink:0;width:32px;height:32px;background-color:#f59e0b;border:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background-color .15s ease}.scr-arrow-btn:hover{background-color:#cf8508}.tb-form-wrapper{display:flex;justify-content:center;padding:1.5rem 0}.tb-card{width:100%;max-width:640px;background-color:#1d1f35;border:1px solid #242642;border-radius:22px;padding:2rem 2rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.tb-field{display:flex;flex-direction:column;gap:.5rem}.tb-field__label{font-size:.875rem;font-weight:600;color:#edeef8;letter-spacing:.01em}.tb-field__input{height:2.75rem;padding:0 1rem;background-color:#252744;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-family:inherit;color:#edeef8;outline:none;transition:border-color .15s ease}.tb-field__input::placeholder{color:#4e5478}.tb-field__input:focus{border-color:#6d80ff8c}.tb-field__textarea{padding:.75rem 1rem;background-color:#252744;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-family:inherit;color:#edeef8;outline:none;resize:vertical;line-height:1.625;transition:border-color .15s ease}.tb-field__textarea::placeholder{color:#4e5478}.tb-field__textarea:focus{border-color:#6d80ff8c}.tb-field--metric{flex:1;min-width:0}.tb-ai-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.tb-ai-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.tb-ai-btn{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;height:2.375rem;padding:0 1.25rem;background-color:#f59e0b1f;border:1.5px solid #f59e0b;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#f59e0b;cursor:pointer;transition:background-color .15s ease}.tb-ai-btn svg{flex-shrink:0}.tb-ai-btn:hover{background-color:#f59e0b33}.tb-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.tb-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.75rem}.tb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.tb-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.tb-btn{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;padding:0 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;text-decoration:none}.tb-btn--cancel{background-color:transparent;border:1px solid #242642;color:#edeef8}.tb-btn--cancel:hover{border-color:#ffffff40;background-color:#ffffff0a}.tb-btn--save{background-color:#f59e0b;border:1px solid #f59e0b;color:#fff}.tb-btn--save:hover{background-color:#d98b09}.assign-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background-color:#0f0e1ab8;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.assign-modal__card{position:relative;width:310px;background-color:#1d1f35;border:1px solid #242642;border-radius:1rem;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c}.assign-modal__close{position:absolute;top:1rem;right:1rem;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#6b7296;cursor:pointer;font-size:.65rem;line-height:1;padding:0;transition:color .15s ease,border-color .15s ease}.assign-modal__close:hover{color:#edeef8;border-color:#fff6}.assign-modal__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25;padding-right:1.5rem}.assign-modal__body{display:flex;flex-direction:column;gap:.75rem}.assign-modal__label{font-size:.75rem;font-weight:600;color:#f59e0b;margin:0;letter-spacing:.02em}.assign-modal__select{width:100%;height:2.75rem;padding:0 1rem;background-color:#252744;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-family:inherit;color:#edeef8;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:border-color .15s ease}.assign-modal__select:focus{border-color:#6d80ff8c}.assign-modal__select option{background-color:#252744}.assign-modal__btn-track{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:2.75rem;padding:0 2.5rem 0 1rem;background-color:#f59e0b;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s ease}.assign-modal__btn-track:hover{background-color:#f5a000}.assign-modal__lightning{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:26px;height:26px;display:flex;align-items:center;justify-content:center;background-color:#00000038;border-radius:9999px;color:#fff;flex-shrink:0}.assign-modal__btn-inject{display:flex;align-items:center;justify-content:center;width:100%;height:2.75rem;padding:0 1rem;background-color:#f59e0b;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .15s ease}.assign-modal__btn-inject:hover{background-color:#f5a000}.stg-panel-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-left:calc(.5rem + 4px)}.stg-panel-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background-color:#f59e0b;border-radius:0 2px 2px 0}.stg-panel-header__left{display:flex;align-items:center;gap:.75rem}.stg-panel-header__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.stg-panel-header__icon{flex-shrink:0;color:#f59e0b;display:flex;align-items:center}.stg-panel-subtitle{font-size:.875rem;color:#6b7296;margin:0}.stg-section{display:flex;flex-direction:column;gap:.75rem}.stg-section__label{font-size:.875rem;font-weight:600;color:#edeef8;margin:0;letter-spacing:.01em}.stg-tags-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.stg-tag{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 .75rem;background-color:transparent;border:1px solid #f59e0b;border-radius:9999px;font-size:.75rem;font-weight:500;color:#f59e0b;white-space:nowrap}.stg-tag__remove{background:none;border:none;cursor:pointer;color:#f59e0b;font-size:.9rem;line-height:1;padding:0;opacity:.8;transition:opacity .15s ease}.stg-tag__remove:hover{opacity:1}.stg-sectors-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.stg-sector{font-size:.875rem;font-weight:500;color:#f59e0b;cursor:default}.stg-modules{display:flex;flex-direction:column;gap:.75rem}.stg-module-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.stg-module-row__label{font-size:.875rem;font-weight:500;color:#6b7296;transition:color .15s ease}.stg-module-row__label--on{color:#f59e0b}.stg-toggle{flex-shrink:0;position:relative;display:inline-flex;align-items:center;width:40px;height:22px;background-color:#252744;border:1px solid #242642;border-radius:9999px;padding:0 2px;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;outline:none}.stg-toggle--on{background-color:#22c55e;border-color:#22c55e}.stg-toggle__thumb{position:absolute;left:3px;width:16px;height:16px;background-color:#fff;border-radius:9999px;transition:transform .2s ease;box-shadow:0 1px 3px #00000059}.stg-toggle--on .stg-toggle__thumb{transform:translate(18px)}.stg-sources-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem}.stg-source-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stg-source-row__name{font-size:.875rem;font-weight:500;color:#edeef8}.stg-sync-row{display:flex;align-items:center;gap:.5rem}.stg-sync-btn{flex:1}.stg-sync-gear{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #242642;border-radius:.5rem;color:#6b7296;cursor:pointer;transition:border-color .15s ease,color .15s ease}.stg-sync-gear:hover{border-color:#ffffff40;color:#edeef8}.stg-privacy-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem}.stg-privacy-row__mode{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#ef4444}.stg-privacy-row__status{font-size:.875rem;font-weight:600;color:#f59e0b}.cd-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;padding-left:calc(1.5rem + 4px);background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;margin-bottom:1.25rem}.cd-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:32px;background-color:#f59e0b;border-radius:0 2px 2px 0}.cd-header__title{font-size:1.5rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.cd-header__icon{color:#f59e0b;display:flex;align-items:center;flex-shrink:0}.cd-filter-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.cd-filter-bar__left{display:flex;align-items:center;gap:.5rem}.cd-filter-bar__filter-icon{color:#6b7296;display:flex;align-items:center;opacity:.7}.cd-filter-bar__label{font-size:.875rem;color:#6b7296}.cd-filter-bar__search{display:flex;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;background-color:#1d1f35;border:1px solid #242642;border-radius:.5rem;min-width:220px;cursor:default}.cd-filter-bar__search-icon{color:#6b7296;display:flex;align-items:center;flex-shrink:0;opacity:.6}.cd-filter-bar__search-placeholder{font-size:.875rem;color:#4e5478}.cd-table-wrap{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;overflow:hidden}.cd-table{width:100%;border-collapse:collapse}.cd-table__head{border-bottom:1px solid #242642}.cd-table__th{padding:.75rem 1.25rem;text-align:left;font-size:.875rem;font-weight:600;color:#edeef8;white-space:nowrap;-webkit-user-select:none;user-select:none}.cd-table__th--action{text-align:right;padding-right:1.5rem}.cd-table__sort{display:inline-flex;align-items:center;gap:5px;cursor:default}.cd-table__sort-icon{display:inline-flex;flex-direction:column;gap:2px;opacity:.45;vertical-align:middle}.cd-table__row{border-bottom:1px solid rgba(36,38,66,.45)}.cd-table__row:last-child{border-bottom:none}.cd-table__td{padding:1rem 1.25rem;font-size:.875rem;color:#6b7296;vertical-align:middle}.cd-table__td--entity{display:flex;align-items:center;gap:.75rem}.cd-table__td--action{text-align:right;padding-right:1.5rem}.cd-table__entity-name{font-size:.875rem;font-weight:600;color:#edeef8}.cd-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background-color:#f59e0b;font-size:.75rem;font-weight:700;color:#0f0e1a;flex-shrink:0;line-height:1}.cd-resonance{display:flex;align-items:center;gap:.75rem}.cd-resonance__score{font-size:.875rem;font-weight:700;color:#edeef8;min-width:20px}.cd-resonance__bar-track{width:64px;height:4px;background-color:#f59e0b2e;border-radius:9999px;overflow:hidden}.cd-resonance__bar-fill{height:100%;background-color:#f59e0b;border-radius:9999px}.cd-index-btn{height:2.125rem;padding:0 1.25rem;background-color:#252744;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#edeef8;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;white-space:nowrap}.cd-index-btn:hover{border-color:#ffffff40;background-color:#ffffff0f}.ddh-page-header{position:relative;padding-left:calc(.75rem + 4px);margin-bottom:1rem}.ddh-page-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:28px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddh-page-header__title{font-size:1.875rem;font-weight:700;color:#edeef8;margin:0 0 .25rem;line-height:1.25}.ddh-page-header__subtitle{font-size:.875rem;color:#6b7296;margin:0}.ddh-subnav{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:nowrap}.ddh-back-btn{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#6b7296;padding:0;flex-shrink:0;transition:color .15s ease}.ddh-back-btn:hover{color:#edeef8}.ddh-subnav__divider{width:1px;height:18px;background-color:#242642;flex-shrink:0}.ddh-tabs{display:flex;align-items:center;gap:0;flex:1}.ddh-tab{position:relative;background:none;border:none;cursor:pointer;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7296;white-space:nowrap;transition:color .15s ease}.ddh-tab:after{content:"";position:absolute;bottom:-2px;left:1rem;right:1rem;height:2px;background-color:transparent;border-radius:1px;transition:background-color .15s ease}.ddh-tab:hover{color:#edeef8}.ddh-tab--active{font-weight:600;color:#edeef8}.ddh-tab--active:after{background-color:#f59e0b}.ddh-aggregate{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-left:.75rem}.ddh-aggregate__label{font-size:.75rem;font-weight:600;color:#6b7296;letter-spacing:.04em;white-space:nowrap}.ddh-aggregate__value{font-size:1.875rem;font-weight:700;color:#f59e0b;line-height:1.1}.ddh-grid{display:grid;grid-template-columns:1fr .55fr;gap:1.25rem;align-items:start}.ddh-left-col{display:flex;flex-direction:column;gap:1.25rem}.ddh-card-header{position:relative;display:flex;align-items:center;justify-content:space-between;padding-left:calc(.5rem + 4px);margin-bottom:1.25rem}.ddh-card-header:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddh-card-header__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.ddh-card-header__icon{color:#f59e0b;display:flex;align-items:center;flex-shrink:0}.ddh-synthesis-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem}.ddh-synthesis-body{display:flex;align-items:center;justify-content:center;min-height:80px;margin-bottom:1.25rem}.ddh-synthesis-body__text{font-size:.875rem;color:#6b7296;text-align:center}.ddh-kpi-row{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.ddh-kpi{display:flex;flex-direction:column;gap:.25rem}.ddh-kpi__header{display:flex;align-items:center;gap:.25rem;color:#f59e0b}.ddh-kpi__label{font-size:.75rem;font-weight:600;color:#f59e0b;letter-spacing:.05em;text-transform:uppercase}.ddh-kpi__value{font-size:.875rem;font-weight:600;color:#edeef8;padding-left:calc(14px + .25rem)}.ddh-sub-panel{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem;min-height:96px}.ddh-identity-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.ddh-identity-rows{display:flex;flex-direction:column;gap:.75rem}.ddh-identity-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ddh-identity-row__label{font-size:.875rem;font-weight:600;color:#edeef8;flex-shrink:0}.ddh-identity-row__value{font-size:.875rem;color:#6b7296;text-align:right}.ddh-identity-row__value--amber{color:#f59e0b;font-weight:600;letter-spacing:.03em}.ddh-identity-divider{height:1px;background-color:#242642}.ddh-deal-section{display:flex;flex-direction:column;gap:.75rem}.ddh-deal-title{position:relative;padding-left:calc(.5rem + 4px);font-size:.875rem;font-weight:600;color:#edeef8;margin:0}.ddh-deal-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:14px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddh-advance-btn{width:100%;height:2.75rem;background-color:#f59e0b;color:#0f0e1a;border:none;border-radius:.5rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:background-color .15s ease;letter-spacing:.02em}.ddh-advance-btn:hover{background-color:#f5a000}.ddh-reject-btn{width:100%;height:2.75rem;background-color:transparent;color:#edeef8;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.ddh-reject-btn:hover{background-color:#ef444414;border-color:#ef4444;color:#ef4444}.ddi-grid{display:grid;grid-template-columns:1fr .52fr;gap:1.25rem;align-items:start}.ddi-fdd-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;overflow:hidden;display:flex;flex-direction:column}.ddi-fdd-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;flex-shrink:0}.ddi-fdd-header__title-wrap{display:flex;align-items:center;gap:.75rem}.ddi-fdd-header__accent{display:block;flex-shrink:0;width:4px;height:20px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddi-fdd-header__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.ddi-override-btn{height:2.125rem;padding:0 1rem;background-color:#f59e0b;color:#0f0e1a;border:none;border-radius:.5rem;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background-color .15s ease}.ddi-override-btn:hover{background-color:#f5a000}.ddi-indicator-list{flex:1;overflow-y:auto;max-height:420px;padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;scrollbar-width:thin;scrollbar-color:#242642 transparent}.ddi-indicator-list::-webkit-scrollbar{width:4px}.ddi-indicator-list::-webkit-scrollbar-track{background:transparent}.ddi-indicator-list::-webkit-scrollbar-thumb{background-color:#242642;border-radius:2px}.ddi-indicator{display:flex;flex-direction:column;background-color:#252744;border-radius:14px;overflow:hidden}.ddi-indicator__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none}.ddi-indicator__header:hover .ddi-indicator__name{color:#f59e0b}.ddi-indicator__body{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.ddi-indicator__accent{display:block;flex-shrink:0;width:4px;height:18px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddi-indicator__text{display:flex;flex-direction:column;gap:2px;min-width:0}.ddi-indicator__name{font-size:.875rem;font-weight:600;color:#edeef8;white-space:nowrap;transition:color .15s ease}.ddi-indicator__weight{font-size:.75rem;color:#6b7296}.ddi-indicator__weight strong{font-weight:600;color:#6b7296}.ddi-indicator__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ddi-indicator__chevron{color:#6b7296;display:flex;align-items:center;opacity:.6;transition:transform .15s ease}.ddi-indicator--expanded>.ddi-indicator__header>.ddi-indicator__right>.ddi-indicator__chevron{transform:rotate(180deg)}.ddi-indicator__expanded{padding:0 1.25rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.ddi-vector-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ddi-vector-grid--single{grid-template-columns:1fr}.ddi-vector-block{display:flex;flex-direction:column;gap:.5rem}.ddi-vector-block__header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.ddi-vector-block__label{font-size:.875rem;font-weight:600;color:#edeef8}.ddi-vector-block__score{font-size:.875rem;font-weight:700;color:#edeef8;flex-shrink:0}.ddi-vector-block__text{font-size:.75rem;color:#6b7296;font-style:italic;line-height:1.625;margin:0}.ddi-vector-block__slider-wrap{margin-top:.25rem}.ddi-vector-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3px;border-radius:2px;background:linear-gradient(to right,#f59e0b,#f59e0b 78%,#ffffff1f 78%,#ffffff1f);outline:none;border:none;cursor:default}.ddi-vector-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background-color:#f59e0b;border:2px solid #1d1f35;box-shadow:0 0 0 1px #f59e0b;cursor:default}.ddi-vector-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background-color:#f59e0b;border:2px solid #1d1f35;box-shadow:0 0 0 1px #f59e0b;cursor:default}.ddi-fdd-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.ddi-commit-btn{height:2.125rem;padding:0 1rem;background-color:#f59e0b;color:#0f0e1a;border:none;border-radius:.5rem;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.ddi-commit-btn:hover{background-color:#f5a000}.ddi-criterion-btn{height:2.125rem;padding:0 1rem;background-color:#f59e0b;color:#0f0e1a;border:none;border-radius:.5rem;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.ddi-criterion-btn:hover{background-color:#f5a000}.ddi-ov-indicator{background-color:#252744;border-radius:14px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.ddi-ov-indicator__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ddi-ov-indicator__header-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.ddi-ov-indicator__header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ddi-ov-indicator__accent{display:block;flex-shrink:0;width:4px;height:18px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddi-ov-delete-btn{background:none;border:none;cursor:pointer;color:#6b7296;display:flex;align-items:center;padding:.25rem;border-radius:.25rem;transition:color .15s ease}.ddi-ov-delete-btn:hover{color:#ef4444}.ddi-ov-input{background-color:transparent;border:1px solid #f59e0b;border-radius:.25rem;color:#edeef8;font-size:.875rem;font-weight:500;padding:.25rem .5rem;outline:none;min-width:0;transition:border-color .15s ease}.ddi-ov-input:focus{border-color:#f5a000}.ddi-ov-input--title{flex:1;min-width:0}.ddi-ov-input--weight{width:60px}.ddi-ov-input--pct{width:52px;text-align:center}.ddi-ov-weight-row{display:flex;align-items:center;gap:.5rem}.ddi-ov-weight-row__label{font-size:.75rem;font-weight:500;color:#6b7296;white-space:nowrap}.ddi-ov-weight-row__arrows{display:flex;align-items:center;color:#6b7296;cursor:pointer}.ddi-ov-vector-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ddi-ov-vector-grid--bottom{grid-template-columns:1fr 1fr;align-items:start}.ddi-ov-vector-card{display:flex;flex-direction:column;gap:.75rem}.ddi-ov-vector-card__header{display:flex;align-items:center;gap:.5rem}.ddi-ov-vector-card__accent{display:block;flex-shrink:0;width:4px;height:20px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddi-ov-vector-card__arrows{display:flex;align-items:center;color:#6b7296;cursor:pointer;flex-shrink:0}.ddi-ov-textarea{background-color:transparent;border:1px solid #f59e0b;border-radius:.25rem;color:#6b7296;font-size:.75rem;font-family:inherit;line-height:1.625;padding:.5rem .75rem;resize:none;min-height:90px;width:100%;outline:none;transition:border-color .15s ease}.ddi-ov-textarea:focus{border-color:#f5a000;color:#edeef8}.ddi-ov-add-wrap{display:flex;align-items:center;justify-content:center;height:100%;min-height:120px}.ddi-ov-add-btn{background-color:transparent;border:2px dashed rgba(245,159,11,.55);border-radius:.5rem;color:#6b7296;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;cursor:pointer;width:100%;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.ddi-ov-add-btn:hover{background-color:#f5a000;border-color:#f5a000;border-style:solid;color:#0f0e1a}.ddi-right-col{display:flex;flex-direction:column;gap:1.25rem}.ddi-readiness-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ddi-section-header{display:flex;align-items:center;gap:.75rem}.ddi-section-header--mt{margin-top:.5rem}.ddi-section-header__accent{display:block;flex-shrink:0;width:4px;height:20px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddi-section-header__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.ddi-donut-wrap{display:flex;justify-content:center}.ddi-donut{position:relative;display:inline-flex;align-items:center;justify-content:center}.ddi-donut__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.ddi-donut__score{font-size:1.875rem;font-weight:700;color:#edeef8;line-height:1}.ddi-donut__label{font-size:.75rem;font-weight:500;color:#6b7296;letter-spacing:.04em}.ddi-decomp-list{display:flex;flex-direction:column;gap:.75rem}.ddi-decomp-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background-color:#252744;border-radius:.5rem;padding:.75rem 1rem;width:100%;border:1px solid transparent;cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease}.ddi-decomp-row:hover{border-color:#f59e0b40}.ddi-decomp-row--active{border-color:#f59e0b99;background-color:#f59e0b14}.ddi-decomp-row__label{font-size:.875rem;font-weight:500;color:#edeef8;flex:1;min-width:0}.ddr-tabbar{display:flex;align-items:center;justify-content:flex-end;gap:0;margin-bottom:1.25rem}.ddr-tab{position:relative;background:none;border:none;cursor:pointer;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7296;white-space:nowrap;transition:color .15s ease}.ddr-tab:after{content:"";position:absolute;bottom:-1px;left:1rem;right:1rem;height:2px;background-color:transparent;border-radius:1px;transition:background-color .15s ease}.ddr-tab:hover{color:#edeef8}.ddr-tab--active{font-weight:600;color:#edeef8}.ddr-tab--active:after{background-color:#f59e0b}.ddr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ddr-card{background-color:#1d1f35;border:1px solid #242642;border-radius:22px;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;transition:border-color .15s ease,box-shadow .15s ease}.ddr-card:hover{border-color:#f59e0b59}.ddr-card--glow{border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b73,0 4px 24px #f59e0b2e,0 0 0 1px #00000059,0 4px 24px #0000008c}.ddr-card--clickable{cursor:pointer}.ddr-card-link{display:block;text-decoration:none;color:inherit}.ddr-card__header{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.ddr-card__avatar{flex-shrink:0;width:30px;height:30px;border-radius:.25rem;background-color:#f59e0b;color:#0f0e1a;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;line-height:1}.ddr-card__name{flex:1;font-size:1.25rem;font-weight:700;color:#edeef8;margin:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ddr-card__flagged-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 .5rem;background-color:#ef4444;border-radius:9999px;font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap;line-height:1}.ddr-card__archived-pill{flex-shrink:0;display:inline-flex;align-items:center;height:22px;padding:0 .75rem;background-color:#6b729626;border:1px solid #242642;border-radius:9999px;font-size:.75rem;font-weight:600;color:#6b7296;white-space:nowrap;letter-spacing:.02em}.ddr-card__desc{flex:1;font-size:.875rem;color:#6b7296;margin:0;line-height:1.625;min-height:2.5rem}.ddr-card__readiness{display:flex;flex-direction:column;gap:.25rem}.ddr-card__readiness-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ddr-card__readiness-label{font-size:.75rem;font-weight:600;color:#6b7296;letter-spacing:.01em}.ddr-card__readiness-pct{font-size:.75rem;font-weight:600;color:#6b7296}.ddr-card__bar-track{width:100%;height:5px;background-color:#f59e0b2e;border-radius:9999px;overflow:hidden}.ddr-card__bar-fill{height:100%;background-color:#f59e0b;border-radius:9999px;transition:width .3s ease}.ddl-grid{display:grid;grid-template-columns:1fr .52fr;gap:1.25rem;align-items:start}.ddl-matrix-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;overflow:hidden;display:flex;flex-direction:column;gap:0}.ddl-matrix-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem 1rem}.ddl-matrix-header__left{display:flex;align-items:flex-start;gap:.75rem}.ddl-matrix-header__accent{display:block;flex-shrink:0;width:4px;height:20px;margin-top:3px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddl-matrix-header__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0 0 2px;line-height:1.25}.ddl-matrix-header__subtitle{font-size:.75rem;color:#6b7296;margin:0}.ddl-new-inquiry-btn{flex-shrink:0;height:2.125rem;padding:0 1rem;background-color:transparent;border:1px solid #242642;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#edeef8;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease}.ddl-new-inquiry-btn:hover{border-color:#ffffff40;background-color:#ffffff0a}.ddl-filters{display:flex;align-items:center;gap:0;padding:0 1.5rem;border-bottom:1px solid #242642}.ddl-filter{position:relative;background:none;border:none;cursor:pointer;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#6b7296;white-space:nowrap;transition:color .15s ease}.ddl-filter:after{content:"";position:absolute;bottom:-1px;left:.75rem;right:.75rem;height:2px;background-color:transparent;border-radius:1px;transition:background-color .15s ease}.ddl-filter:hover{color:#edeef8}.ddl-filter--active{font-weight:600;color:#edeef8}.ddl-filter--active:after{background-color:#f59e0b}.ddl-inquiry-list{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;max-height:460px;overflow-y:auto}.ddl-inquiry-row{display:flex;align-items:center;gap:1rem;background-color:#252744;border-radius:14px;padding:1rem 1.25rem;cursor:pointer;transition:background-color .15s ease}.ddl-inquiry-row:hover{background-color:#ffffff0a}.ddl-inquiry-row__text{flex:1;font-size:.875rem;font-weight:500;color:#edeef8;margin:0;line-height:1.375}.ddl-inquiry-row__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.ddl-inquiry-row__icon{color:#6b7296;display:flex;align-items:center;opacity:.55;cursor:pointer;transition:opacity .15s ease}.ddl-inquiry-row__icon:hover{opacity:1}.ddl-inquiry-row__chevron{transition:transform .15s ease}.ddl-inquiry-row__chevron--open{transform:rotate(180deg)}.ddl-inquiry-item{display:flex;flex-direction:column;border-radius:14px;overflow:visible}.ddl-inquiry-item--expanded{border:1px solid rgba(245,158,11,.55);border-radius:14px;background-color:#252744}.ddl-inquiry-item--expanded .ddl-inquiry-row{border-radius:14px 14px 0 0;background-color:transparent}.ddl-detail{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem 1.25rem}.ddl-detail__cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ddl-detail-box{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;padding:1rem}.ddl-detail-box--amber{border:1px solid rgba(245,158,11,.5);background-color:#f59e0b0a}.ddl-detail-box--green{border:1px solid rgba(52,211,153,.45);background-color:#34d3990a}.ddl-detail-box__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ddl-detail-box__label{font-size:.75rem;font-weight:600;color:#edeef8}.ddl-detail-box__label--green{color:#34d399}.ddl-detail-box__text{font-size:.75rem;color:#6b7296;margin:0;line-height:1.375}.ddl-source-docs{display:flex;flex-direction:column;gap:.5rem}.ddl-source-docs__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.ddl-source-docs__title{font-size:.75rem;font-weight:600;color:#edeef8}.ddl-source-docs__file{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem;color:#6b7296}.ddl-source-docs__file-icon{display:flex;align-items:center;flex-shrink:0}.ddl-dialogue{display:flex;flex-direction:column;gap:.75rem}.ddl-dialogue__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ddl-dialogue__title{font-size:.75rem;font-weight:600;color:#edeef8}.ddl-dialogue__msg,.ddl-dialogue__ceo-bubble{display:flex;flex-direction:column;gap:.25rem}.ddl-dialogue__ceo-bubble{background-color:#ffffff08;border:1px solid #242642;border-radius:.5rem;padding:.75rem}.ddl-dialogue__msg-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ddl-dialogue__author{font-size:.75rem;font-weight:600;color:#edeef8}.ddl-dialogue__time{font-size:10px;color:#6b7296}.ddl-dialogue__text{font-size:.75rem;color:#6b7296;margin:0}.ddl-reply-wrap{padding:0}.ddl-reply-input{display:flex;align-items:center;justify-content:flex-end;background-color:#ffffff08;border:1px solid #242642;border-radius:.5rem;padding:.75rem 1rem;min-height:48px}.ddl-reply-input__icon{color:#6b7296;display:flex;align-items:center;opacity:.5}.ddl-cta-row{display:flex;gap:.75rem}.ddl-cta-btn{height:2.25rem;padding:0 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.ddl-cta-btn--answered{background-color:#16a34a;border:1px solid #16a34a;color:#fff}.ddl-cta-btn--answered:hover{background-color:#15803d;border-color:#15803d}.ddl-cta-btn--flag{background-color:transparent;border:1px solid #242642;color:#edeef8}.ddl-cta-btn--flag:hover{border-color:#dc2626;color:#dc2626}.ddl-cta-btn--share{background-color:transparent;border:1px solid #242642;color:#edeef8}.ddl-cta-btn--share:hover{background-color:#f5a000;border-color:#f5a000;color:#0f0e1a}.ddl-engine-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background-color:#252744;border-radius:.5rem;padding:.75rem 1rem;width:100%;border:1px solid transparent;text-align:left;cursor:pointer;transition:border-color .15s ease}.ddl-engine-row:hover{border-color:#f59e0b40}.ddl-engine-row--active{border-color:#f59e0b99;background-color:#f59e0b14}.ddl-engine-row__label{font-size:.875rem;font-weight:500;color:#edeef8;flex:1;min-width:0}.ddl-status-pill{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:72px;height:24px;padding:0 .75rem;border-radius:.25rem;font-size:.75rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.ddl-status-pill--answered{background-color:#16a34a;color:#fff}.ddl-status-pill--flagged{background-color:#dc2626;color:#fff}.ddl-status-pill--pending{background-color:#b45309;color:#fff}.ddl-engine-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ddl-engine-header{display:flex;align-items:center;gap:.75rem}.ddl-engine-header__accent{display:block;flex-shrink:0;width:4px;height:20px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddl-engine-header__title{font-size:1.25rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.ddl-engine-list{display:flex;flex-direction:column;gap:.75rem}.ddv-wrap{width:100%}.ddv-card{background-color:#1d1f35;border-radius:22px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem;overflow:hidden}.ddv-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.ddv-card-header__left{display:flex;align-items:center;gap:.75rem}.ddv-card-header__accent{display:block;flex-shrink:0;width:4px;height:22px;background-color:#f59e0b;border-radius:0 2px 2px 0}.ddv-card-header__title{font-size:1.5rem;font-weight:600;color:#edeef8;margin:0;line-height:1.25}.ddv-upload-btn{background:transparent;border:1px solid #242642;border-radius:.5rem;color:#edeef8;font-size:.875rem;font-weight:500;padding:.5rem 1rem;cursor:pointer;transition:border-color .15s ease,color .15s ease;white-space:nowrap}.ddv-upload-btn:hover{border-color:#6b7296;color:#edeef8}.ddv-table-head{display:grid;grid-template-columns:1fr 140px 200px 80px;gap:0;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:.25rem}.ddv-th{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#6b7296;letter-spacing:.02em;text-transform:none;-webkit-user-select:none;user-select:none}.ddv-sort{display:flex;align-items:center;color:#6b7296;opacity:.7;flex-shrink:0}.ddv-table-scroll{max-height:440px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.ddv-table-scroll::-webkit-scrollbar{width:5px}.ddv-table-scroll::-webkit-scrollbar-track{background:transparent}.ddv-table-scroll::-webkit-scrollbar-thumb{background-color:#ffffff1f;border-radius:3px}.ddv-row{display:grid;grid-template-columns:1fr 140px 200px 80px;gap:0;align-items:center;padding:.75rem;border-bottom:1px solid rgba(255,255,255,.04);transition:background-color .15s ease}.ddv-row:last-child{border-bottom:none}.ddv-row:hover{background-color:#ffffff05;border-radius:.5rem}.ddv-row__artifact{display:flex;align-items:center;gap:.5rem;min-width:0}.ddv-row__file-icon{display:flex;align-items:center;flex-shrink:0;color:#f59e0b}.ddv-row__file-name{font-size:.875rem;font-weight:500;color:#edeef8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.ddv-row__file-size{font-size:.75rem;color:#6b7296;flex-shrink:0;margin-left:.5rem}.ddv-row__quadrant{font-size:.875rem;color:#6b7296}.ddv-row__uploaded{display:flex;flex-direction:column;gap:2px}.ddv-row__date{font-size:.75rem;color:#6b7296;white-space:nowrap}.ddv-row__verified{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#f59e0b;font-weight:500}.ddv-row__action{display:flex;align-items:center;justify-content:flex-start}.ddv-row__eye-btn{background:none;border:none;cursor:pointer;color:#6b7296;display:flex;align-items:center;padding:.25rem;border-radius:.25rem;transition:color .15s ease}.ddv-row__eye-btn:hover{color:#edeef8}.ddf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:start}@media(min-width:1024px){.ddf-grid{grid-template-columns:repeat(2,1fr)}}.ddf-card{background-color:#1d1f35;border:1px solid transparent;border-radius:18px;box-shadow:0 0 0 1px #00000059,0 4px 24px #0000008c;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;min-height:220px;transition:box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.ddf-card__icon{display:flex;align-items:center;justify-content:flex-start;color:#f59e0b;margin-bottom:.25rem}.ddf-card__title{font-size:1.5rem;font-weight:700;color:#edeef8;margin:0;line-height:1.25}.ddf-card__subtitle{font-size:.875rem;color:#f59e0b;margin:0;line-height:1.625;flex:1}.ddf-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.ddf-card__status{font-size:.875rem;font-weight:600;color:#f59e0b}.ddf-card__check{display:flex;align-items:center;color:#f59e0b}.ddi-left-wrap{display:flex;flex-direction:column;gap:.75rem}.ddi-module-tabs{display:flex;gap:0;padding:0 1.25rem;border-bottom:1px solid #242642}.ddi-module-tab{background:none;border:none;border-bottom:2px solid transparent;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#6b7296;cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px}.ddi-module-tab:hover{color:#edeef8}.ddi-module-tab--active{color:#edeef8;font-weight:600;border-bottom-color:#f59e0b}.ddf-card--active{border-color:#f59e0b73;box-shadow:0 0 0 1px #f59e0b33,0 0 0 1px #00000059,0 4px 24px #0000008c}.ddf-card--active:hover{box-shadow:0 0 0 1px #f59e0b66,0 0 0 1px #00000059,0 4px 24px #0000008c}.ddf-card--inactive{background-color:#252744;border-color:#242642;box-shadow:none}.ddf-card--inactive .ddf-card__icon,.ddf-card--inactive .ddf-card__title,.ddf-card--inactive .ddf-card__subtitle,.ddf-card--inactive .ddf-card__status,.ddf-card--inactive .ddf-card__check{color:#6b7296}.ddf-card--inactive:hover{border-color:#f59e0b33}.ddv-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:200}.ddv-modal{width:min(560px,100vw - 40px);background:#1d1f35;border:1px solid #242642;border-radius:18px;overflow:hidden;box-shadow:0 24px 64px #0009}.ddv-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid #242642;gap:10px}.ddv-modal__title-row{display:flex;align-items:center;gap:10px;flex:1;min-width:0;flex-wrap:wrap}.ddv-modal__doc-icon{display:flex;align-items:center;color:#f59e0b;flex-shrink:0}.ddv-modal__filename{font-size:13px;font-weight:600;color:#edeef8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.ddv-modal__tag{display:inline-block;padding:2px 10px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.05em;background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.35);flex-shrink:0}.ddv-modal__timestamp{font-size:11px;color:#6b7296;flex-shrink:0}.ddv-modal__close{width:28px;height:28px;border-radius:50%;border:1px solid #242642;background:transparent;color:#6b7296;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.ddv-modal__close:hover{background:#ffffff12;color:#edeef8}.ddv-modal__body{padding:22px 22px 26px;display:flex;flex-direction:column;gap:16px;align-items:center}.ddv-modal__eval-title{font-size:14px;font-weight:600;color:#edeef8;margin:0;align-self:flex-start}.ddv-modal__log-box{width:100%;background:#00000059;border:1px solid rgba(245,158,11,.45);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.ddv-modal__log-line{font-family:Courier New,Courier,monospace;font-size:12px;color:#f59e0bd9;line-height:1.5}.ops-tabbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px}.ops-tabs{display:flex;gap:0;align-items:flex-end}.ops-tab{padding:6px 20px 10px;font-size:12px;font-weight:600;letter-spacing:.06em;color:#6b7296;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .18s,border-color .18s}.ops-tab:hover{color:#edeef8}.ops-tab--active{color:#edeef8;border-bottom-color:#f59e0b}.ops-new-task-btn{padding:8px 20px;font-size:13px;font-weight:600;color:#edeef8;background:#1d1f35;border:1px solid #242642;border-radius:8px;cursor:pointer;transition:background .18s,border-color .18s,color .18s;white-space:nowrap}.ops-new-task-btn:hover{background:#f59e0b2e;border-color:#f59e0b8c;color:#f59e0b}.ops-grid{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.ops-task-card{background:#1d1f35;border:1px solid #242642;border-radius:14px;overflow:hidden}.ops-task-card__header{display:flex;align-items:flex-start;gap:12px;padding:20px 24px 18px;border-bottom:1px solid #242642}.ops-task-card__accent{display:block;width:4px;min-height:36px;border-radius:2px;background:linear-gradient(180deg,#f59e0b,#f59e0b4d);flex-shrink:0}.ops-task-card__title{font-size:15px;font-weight:600;color:#edeef8;margin:0 0 2px}.ops-task-card__subtitle{font-size:11px;color:#6b7296;margin:0}.ops-task-list{display:flex;flex-direction:column}.ops-task-row{display:flex;align-items:center;gap:14px;padding:14px 24px;border-bottom:1px solid #242642;cursor:pointer;transition:background .15s}.ops-task-row:last-child{border-bottom:none}.ops-task-row:hover{background:#ffffff06}.ops-task-row__body{flex:1;min-width:0}.ops-task-row__title{display:block;font-size:13px;font-weight:500;color:#edeef8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.ops-task-row__meta{display:flex;gap:12px;font-size:11px;color:#6b7296}.ops-task-row__discussion{font-size:11px;color:#6b7296;white-space:nowrap;flex-shrink:0}.ops-task-row__chevron{color:#6b7296;flex-shrink:0}.ops-priority-pill{display:inline-block;padding:5px 14px;border-radius:5px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:capitalize;flex-shrink:0}.ops-priority-pill--critical{background:#b45309;color:#fff}.ops-priority-pill--elevated{background:#92400e;color:#fde68a}.ops-task-card--empty{width:100%}.ops-task-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:64px 24px;margin:20px 24px 24px;border:1.5px dashed rgba(255,255,255,.12);border-radius:10px}.ops-task-empty__icon{opacity:.55;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.ops-task-empty__title-wrap{display:flex;align-items:center;gap:10px}.ops-task-empty__accent{display:block;width:4px;height:26px;border-radius:2px;background:linear-gradient(180deg,#f59e0b,#f59e0b4d);flex-shrink:0}.ops-task-empty__title{font-size:18px;font-weight:600;color:#edeef8;margin:0}.ops-task-empty__subtitle{font-size:12px;color:#6b7296;margin:0;text-align:center}.ops-right-col{display:flex;flex-direction:column;gap:16px}.ops-panel{background:#1d1f35;border:1px solid #242642;border-radius:14px;padding:18px 20px}.ops-panel__header{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.ops-panel__accent{display:block;width:3px;min-height:28px;border-radius:2px;background:linear-gradient(180deg,#f59e0b,#f59e0b4d);flex-shrink:0}.ops-panel__title{font-size:13px;font-weight:600;color:#edeef8;margin:0 0 2px}.ops-panel__subtitle{font-size:11px;color:#6b7296;margin:0}.ops-panel__nav-list{display:flex;flex-direction:column;gap:4px}.ops-panel__nav-item{display:block;width:100%;text-align:left;padding:10px 14px;font-size:13px;font-weight:500;color:#6b7296;background:#ffffff08;border:1px solid #242642;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s;box-sizing:border-box}.ops-panel__nav-item:hover{background:#f59e0b14;color:#edeef8}.ops-panel__nav-item--active{background:#f59e0b1f;color:#edeef8;border-color:#f59e0b4d}.ops-status-row{display:flex;align-items:center}.ops-status-row__label{font-size:12px;color:#edeef8}.ops-partner-row{display:flex;align-items:center;gap:12px}.ops-partner-row__avatar{width:36px;height:36px;border-radius:50%;background:#f59e0b2e;color:#f59e0b;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ops-partner-row__name{font-size:13px;font-weight:600;color:#edeef8;margin:0 0 2px}.ops-partner-row__role{font-size:11px;color:#6b7296;margin:0}.ops-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:200}.ops-modal{width:min(560px,100vw - 40px);background:#1d1f35;border:1px solid #242642;border-radius:18px;overflow:hidden;box-shadow:0 24px 64px #0009}.ops-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid #242642}.ops-modal__title-wrap{display:flex;align-items:flex-start;gap:12px}.ops-modal__accent{display:block;width:4px;min-height:38px;border-radius:2px;background:linear-gradient(180deg,#f59e0b,#f59e0b4d);flex-shrink:0}.ops-modal__title{font-size:15px;font-weight:600;color:#edeef8;margin:0 0 3px}.ops-modal__subtitle{font-size:11px;color:#6b7296;margin:0}.ops-modal__close{width:28px;height:28px;border-radius:50%;border:1px solid #242642;background:transparent;color:#6b7296;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.ops-modal__close:hover{background:#ffffff12;color:#edeef8}.ops-modal__body{padding:22px 24px 8px;display:flex;flex-direction:column;gap:18px}.ops-modal__field{display:flex;flex-direction:column;gap:6px}.ops-modal__field--half{flex:1}.ops-modal__label{font-size:11px;font-weight:600;color:#6b7296;text-transform:uppercase;letter-spacing:.07em}.ops-modal__input{width:100%;padding:10px 14px;background:#252744;border:1px solid #242642;border-radius:8px;font-size:13px;color:#edeef8;outline:none;box-sizing:border-box;transition:border-color .15s}.ops-modal__input::placeholder{color:#6b7296}.ops-modal__input:focus{border-color:#f59e0b80}.ops-modal__row{display:flex;gap:14px}.ops-modal__select-wrap{position:relative;width:100%}.ops-modal__select{width:100%;padding:10px 32px 10px 14px;background:#252744;border:1px solid #242642;border-radius:8px;font-size:13px;color:#edeef8;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-sizing:border-box}.ops-modal__select:focus{border-color:#f59e0b80}.ops-modal__select-chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7296;display:flex;align-items:center}.ops-modal__priority-tabs{display:flex;height:40px;background:#252744;border:1px solid #242642;border-radius:8px;overflow:hidden}.ops-modal__priority-tab{flex:1;font-size:11px;font-weight:600;letter-spacing:.04em;color:#6b7296;background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s}.ops-modal__priority-tab:hover{color:#edeef8}.ops-modal__priority-tab--active{background:#f59e0b26;color:#f59e0b}.ops-modal__textarea{width:100%;padding:10px 14px;background:#252744;border:1px solid #242642;border-radius:8px;font-size:13px;color:#edeef8;outline:none;resize:vertical;box-sizing:border-box;font-family:inherit;transition:border-color .15s}.ops-modal__textarea::placeholder{color:#6b7296}.ops-modal__textarea:focus{border-color:#f59e0b80}.ops-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 22px;border-top:1px solid #242642}.ops-cancel-btn{padding:9px 22px;font-size:13px;font-weight:600;color:#6b7296;background:transparent;border:1px solid #242642;border-radius:8px;cursor:pointer;transition:background .15s,color .15s}.ops-cancel-btn:hover{background:#ffffff0d;color:#edeef8}.ops-deploy-btn{padding:9px 22px;font-size:13px;font-weight:600;color:#0d0d0d;background:#f59e0b;border:none;border-radius:8px;cursor:pointer;transition:background .15s,opacity .15s}.ops-deploy-btn:hover{background:#d98b09}.fl-card{display:flex;flex-direction:column}.fl-composer{padding:18px 24px 20px;border-bottom:1px solid #242642}.fl-composer__input-row{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.fl-composer__avatar{width:34px;height:34px;border-radius:6px;background:#f59e0b;color:#0d0d0d;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.fl-composer__textarea{flex:1;min-height:120px;padding:12px 14px;background:#252744;border:1px solid #242642;border-radius:8px;font-size:13px;color:#edeef8;resize:none;outline:none;font-family:inherit;box-sizing:border-box;transition:border-color .15s}.fl-composer__textarea::placeholder{color:#6b7296}.fl-composer__textarea:focus{border-color:#f59e0b73}.fl-composer__action-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.fl-composer__tags{display:flex;gap:8px;flex-wrap:wrap}.fl-tag-pill{padding:6px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:opacity .15s}.fl-tag-pill--amber{background:#b45309;color:#fff}.fl-tag-pill--amber:hover{opacity:.85}.fl-broadcast-btn{padding:7px 22px;font-size:13px;font-weight:600;color:#edeef8;background:transparent;border:1px solid #242642;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.fl-broadcast-btn:hover{background:#ffffff0d;border-color:#ffffff40}.fl-history{padding:20px 24px 24px;flex:1;display:flex;flex-direction:column}.fl-history__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.fl-history__title-wrap{display:flex;align-items:center;gap:10px}.fl-history__accent{display:block;width:4px;height:22px;border-radius:2px;background:linear-gradient(180deg,#f59e0b,#f59e0b4d);flex-shrink:0}.fl-history__title{font-size:16px;font-weight:600;color:#edeef8;margin:0}.fl-history__list{display:flex;flex-direction:column;gap:12px;max-height:480px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.fl-history__list::-webkit-scrollbar{width:4px}.fl-history__list::-webkit-scrollbar-track{background:transparent}.fl-history__list::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.fl-tx-card{background:#252744;border:1px solid #242642;border-radius:10px;padding:18px 20px 14px}.fl-tx-card__meta-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.fl-tx-card__avatar{width:34px;height:34px;border-radius:6px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fl-tx-card__avatar--amber{background:#f59e0b;color:#0d0d0d}.fl-tx-card__identity{display:flex;flex-direction:column;gap:4px}.fl-tx-card__name{font-size:14px;font-weight:600;color:#edeef8}.fl-tx-card__sub-row{display:flex;align-items:center;gap:10px}.fl-tx-card__tag{font-size:12px;font-weight:600}.fl-tx-card__tag--alpha,.fl-tx-card__tag--announcement,.fl-tx-card__tag--discussion{color:#f59e0b}.fl-tx-card__time{font-size:12px;color:#6b7296}.fl-tx-card__message{font-size:13px;color:#edeef8;line-height:1.6;margin:0 0 14px}.fl-tx-card__footer{display:flex;align-items:center;gap:18px}.fl-tx-card__responses{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7296}.fl-tx-card__react{font-size:12px;font-weight:600;color:#6b7296;background:transparent;border:none;cursor:pointer;padding:0;transition:color .15s}.fl-tx-card__react:hover{color:#edeef8}.rs-tabbar{display:flex;justify-content:flex-end;align-items:flex-end;gap:0;margin-bottom:24px}.rs-tab{padding:6px 20px 10px;font-size:12px;font-weight:600;letter-spacing:.06em;color:#6b7296;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:color .18s,border-color .18s}.rs-tab:hover{color:#edeef8}.rs-tab--active{color:#edeef8;border-bottom-color:#f59e0b}.rs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,280px));gap:20px;align-items:start}.rs-card{background:#1d1f35;border:1px solid #242642;border-radius:14px;padding:20px 20px 18px;display:flex;flex-direction:column;gap:0}.rs-card__header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.rs-card__icon{width:32px;height:32px;border-radius:7px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.rs-card__icon--amber{background:#f59e0b;color:#0d0d0d}.rs-card__icon--teal{background:#0d9488;color:#fff}.rs-card__title{font-size:15px;font-weight:600;color:#edeef8;margin:0;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rs-card__badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border:1px solid #242642;border-radius:6px;font-size:11px;font-weight:500;color:#6b7296;background:#ffffff08;white-space:nowrap;flex-shrink:0}.rs-card__description{font-size:12px;line-height:1.6;color:#6b7296;margin:0 0 20px;min-height:40px}.rs-card__score-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.rs-card__score-label{font-size:11px;font-weight:500;color:#6b7296}.rs-card__score-value{font-size:11px;font-weight:600;color:#6b7296}.rs-card__progress{width:100%;height:4px;background:#242642;border-radius:2px;overflow:hidden}.rs-card__progress-fill{height:100%;background:#f59e0b;border-radius:2px;transition:width .3s ease}
