.FeedbackWidget-module__IEizyq__widget{gap:var(--rc-space-2);flex-direction:column;display:flex}.FeedbackWidget-module__IEizyq__outcomeRow{align-items:center;gap:var(--rc-space-3);display:flex}.FeedbackWidget-module__IEizyq__ratingLabel{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-gray-400)}.FeedbackWidget-module__IEizyq__outcomeButtons{gap:var(--rc-space-1);display:flex}.FeedbackWidget-module__IEizyq__outcomeBtn{padding:var(--rc-space-1) var(--rc-space-3);border:1px solid var(--rc-navy-700);border-radius:var(--rc-radius-full);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-gray-400);cursor:pointer;transition:background var(--rc-transition-fast), border-color var(--rc-transition-fast), color var(--rc-transition-fast);background:0 0}.FeedbackWidget-module__IEizyq__outcomeBtn:hover:not(:disabled){border-color:var(--rc-gray-500);color:var(--rc-gray-300)}.FeedbackWidget-module__IEizyq__outcomeBtn:focus-visible{outline:2px solid var(--rc-blue-400);outline-offset:1px}.FeedbackWidget-module__IEizyq__outcomeBtn:disabled{opacity:.5;cursor:not-allowed}.FeedbackWidget-module__IEizyq__outcomePositive:hover:not(:disabled){color:#10b981;background:#03815326;border-color:#03815366}.FeedbackWidget-module__IEizyq__outcomeNeutral:hover:not(:disabled){color:var(--rc-gray-300);background:#9ca3af1f;border-color:#9ca3af4d}.FeedbackWidget-module__IEizyq__outcomeNegative:hover:not(:disabled){color:#ef4444;background:#ef44441f;border-color:#ef44444d}.FeedbackWidget-module__IEizyq__thanks{font-size:var(--rc-text-xs);color:var(--rc-green-400);font-weight:var(--rc-weight-semibold)}.FeedbackWidget-module__IEizyq__encouraged{border-radius:var(--rc-radius-lg);padding:var(--rc-space-3);background:#d977060d;border:1px solid #d9770633}.FeedbackWidget-module__IEizyq__encouragedLabel{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-warning)}
.Dialog-module__gV8Hta__overlay{z-index:var(--rc-z-overlay);background:#0006;animation:.15s Dialog-module__gV8Hta__fadeIn;position:fixed;inset:0}.Dialog-module__gV8Hta__content{background:var(--rc-surface);border-radius:var(--rc-radius-xl);box-shadow:var(--rc-shadow-lg);padding:var(--rc-space-6);width:90vw;max-width:480px;max-height:85vh;z-index:var(--rc-z-modal);animation:.2s Dialog-module__gV8Hta__slideIn;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.Dialog-module__gV8Hta__content:focus{outline:none}.Dialog-module__gV8Hta__title{font-size:var(--rc-text-lg);font-weight:var(--rc-weight-semibold);color:var(--rc-text);margin-bottom:var(--rc-space-1)}.Dialog-module__gV8Hta__description{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);margin-bottom:var(--rc-space-4)}.Dialog-module__gV8Hta__close{top:var(--rc-space-3);right:var(--rc-space-3);border-radius:var(--rc-radius-sm);width:28px;height:28px;color:var(--rc-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute}.Dialog-module__gV8Hta__close:hover{background:var(--rc-bg-muted);color:var(--rc-text)}@keyframes Dialog-module__gV8Hta__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Dialog-module__gV8Hta__slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}
.Table-module__ceAsYa__wrapper{border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);overflow-x:auto}.Table-module__ceAsYa__table{border-collapse:collapse;width:100%}.Table-module__ceAsYa__th{text-align:left;padding:var(--rc-space-3) var(--rc-space-4);font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-secondary);text-transform:uppercase;letter-spacing:.05em;background:var(--rc-bg-subtle);border-bottom:1px solid var(--rc-border)}.Table-module__ceAsYa__tr{transition:background var(--rc-transition-fast)}.Table-module__ceAsYa__tr:hover{background:var(--rc-bg-subtle)}.Table-module__ceAsYa__tr:not(:last-child) .Table-module__ceAsYa__td{border-bottom:1px solid var(--rc-border)}.Table-module__ceAsYa__td{padding:var(--rc-space-3) var(--rc-space-4);font-size:var(--rc-text-sm);color:var(--rc-text)}.Table-module__ceAsYa__empty{padding:var(--rc-space-8) var(--rc-space-4);text-align:center;font-size:var(--rc-text-sm);color:var(--rc-text-muted)}
.Select-module__E8rWSW__wrapper{gap:var(--rc-space-1);flex-direction:column;display:flex}.Select-module__E8rWSW__label{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-text)}.Select-module__E8rWSW__trigger{height:36px;padding:0 var(--rc-space-3);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);font-size:var(--rc-text-base);background:var(--rc-bg);color:var(--rc-text);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--rc-space-2);min-width:160px;display:inline-flex}.Select-module__E8rWSW__trigger:focus{border-color:var(--rc-blue-500);box-shadow:0 0 0 2px var(--rc-blue-100);outline:none}.Select-module__E8rWSW__trigger[data-placeholder]{color:var(--rc-text-muted)}.Select-module__E8rWSW__icon{color:var(--rc-text-muted);display:flex}.Select-module__E8rWSW__content{background:var(--rc-surface);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);box-shadow:var(--rc-shadow-lg);z-index:var(--rc-z-dropdown);min-width:var(--radix-select-trigger-width);animation:.1s Select-module__E8rWSW__fadeIn;overflow:hidden}.Select-module__E8rWSW__viewport{padding:var(--rc-space-1)}.Select-module__E8rWSW__item{padding:var(--rc-space-2) var(--rc-space-3);font-size:var(--rc-text-sm);color:var(--rc-text);border-radius:var(--rc-radius-sm);cursor:pointer;outline:none;align-items:center;display:flex}.Select-module__E8rWSW__item[data-highlighted]{background:var(--rc-blue-50);color:var(--rc-blue-700)}@keyframes Select-module__E8rWSW__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.GapTable-module__afnxEG__wrapper{gap:var(--rc-space-4);flex-direction:column;display:flex}.GapTable-module__afnxEG__sectionHeader{align-items:center;gap:var(--rc-space-2);display:flex}.GapTable-module__afnxEG__sectionTitle{font-size:var(--rc-text-lg);font-weight:var(--rc-weight-semibold);color:var(--rc-text);align-items:center;gap:var(--rc-space-2);margin:0;display:flex}.GapTable-module__afnxEG__sectionCount{min-width:22px;height:20px;padding:0 var(--rc-space-1);border-radius:var(--rc-radius-full);background:var(--rc-bg-muted);font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-muted);justify-content:center;align-items:center;display:inline-flex}.GapTable-module__afnxEG__filters{gap:var(--rc-space-3);flex-wrap:wrap;display:flex}.GapTable-module__afnxEG__loading{gap:var(--rc-space-2);flex-direction:column;display:flex}.GapTable-module__afnxEG__empty{padding:var(--rc-space-8) var(--rc-space-4);text-align:center;color:var(--rc-text-muted);font-size:var(--rc-text-sm);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-bg);line-height:var(--rc-leading-relaxed)}.GapTable-module__afnxEG__empty strong{color:var(--rc-text-secondary);margin-bottom:var(--rc-space-2);display:block}.GapTable-module__afnxEG__empty p{margin:0;max-width:440px;margin-inline:auto}.GapTable-module__afnxEG__table{border-collapse:collapse;border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);width:100%;overflow:hidden}.GapTable-module__afnxEG__th,.GapTable-module__afnxEG__thNum{padding:var(--rc-space-3) var(--rc-space-4);text-align:left;font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--rc-border);background:var(--rc-bg);-webkit-user-select:none;user-select:none}.GapTable-module__afnxEG__thNum{text-align:right}.GapTable-module__afnxEG__thSortable{cursor:pointer;transition:color var(--rc-transition-fast)}.GapTable-module__afnxEG__thSortable:hover{color:var(--rc-text)}.GapTable-module__afnxEG__row{cursor:pointer;transition:background var(--rc-transition-fast)}.GapTable-module__afnxEG__row:hover{background:var(--rc-bg-hover)}.GapTable-module__afnxEG__row:focus-visible{outline:2px solid var(--rc-blue-500);outline-offset:-2px}.GapTable-module__afnxEG__td,.GapTable-module__afnxEG__tdNum{padding:var(--rc-space-3) var(--rc-space-4);font-size:var(--rc-text-sm);color:var(--rc-text);border-bottom:1px solid var(--rc-border);vertical-align:middle}.GapTable-module__afnxEG__tdNum{text-align:right;font-family:var(--rc-font-mono);font-size:var(--rc-text-xs)}.GapTable-module__afnxEG__gapTitle{font-weight:var(--rc-weight-medium)}.GapTable-module__afnxEG__pagination{justify-content:center;align-items:center;gap:var(--rc-space-3);display:flex}.GapTable-module__afnxEG__pageInfo{font-size:var(--rc-text-sm);color:var(--rc-text-muted)}
.Tabs-module__Fp865W__list{border-bottom:1px solid var(--rc-border);gap:0;display:flex}.Tabs-module__Fp865W__trigger{padding:var(--rc-space-2) var(--rc-space-4);font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-secondary);letter-spacing:.02em;cursor:pointer;transition:color var(--rc-transition-fast), border-color var(--rc-transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px}.Tabs-module__Fp865W__trigger:hover{color:var(--rc-text)}.Tabs-module__Fp865W__trigger[data-state=active]{color:var(--rc-blue-600);border-bottom-color:var(--rc-blue-600)}.Tabs-module__Fp865W__content{padding-top:var(--rc-space-4)}.Tabs-module__Fp865W__content:focus{outline:none}
.studio-module__w-Q6Ga__container{max-width:860px}.studio-module__w-Q6Ga__header{justify-content:space-between;align-items:flex-start;gap:var(--rc-space-4);margin-bottom:var(--rc-space-6);display:flex}.studio-module__w-Q6Ga__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em}.studio-module__w-Q6Ga__subtitle{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);margin-top:var(--rc-space-1);line-height:var(--rc-leading-relaxed)}.studio-module__w-Q6Ga__headerActions{align-items:center;gap:var(--rc-space-3);flex-shrink:0;display:flex}.studio-module__w-Q6Ga__lastAnalysis{font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);color:var(--rc-text-muted);white-space:nowrap}.studio-module__w-Q6Ga__infoBox{padding:var(--rc-space-3) var(--rc-space-4);background:var(--rc-blue-50);border:1px solid var(--rc-blue-200);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);line-height:var(--rc-leading-relaxed);margin-bottom:var(--rc-space-6);flex-direction:column;gap:4px;display:flex}.studio-module__w-Q6Ga__infoBox strong{color:var(--rc-blue-700);font-weight:var(--rc-weight-semibold)}.studio-module__w-Q6Ga__infoBox span{color:var(--rc-blue-700)}.studio-module__w-Q6Ga__infoBox em{font-style:normal;font-weight:var(--rc-weight-semibold)}@media (max-width:640px){.studio-module__w-Q6Ga__header{flex-direction:column}.studio-module__w-Q6Ga__headerActions{align-self:flex-start}}
.TerminalWindow-module__JxtN_q__window{border-radius:var(--rc-radius-xl);background:var(--rc-navy-900);border:1px solid var(--rc-navy-700);overflow:hidden;box-shadow:0 4px 16px -4px #0e111f33,0 0 0 1px #0e111f14}.TerminalWindow-module__JxtN_q__active{box-shadow:0 4px 20px -4px #3656cc26,0 0 0 1px #3656cc14}.TerminalWindow-module__JxtN_q__titleBar{align-items:center;gap:var(--rc-space-3);padding:var(--rc-space-3) var(--rc-space-4);background:var(--rc-navy-800);border-bottom:1px solid var(--rc-navy-700);-webkit-user-select:none;user-select:none;display:flex}.TerminalWindow-module__JxtN_q__dots{flex-shrink:0;gap:6px;display:flex}.TerminalWindow-module__JxtN_q__dots span{border-radius:50%;width:10px;height:10px}.TerminalWindow-module__JxtN_q__dotClose{background:#ef4444}.TerminalWindow-module__JxtN_q__dotMinimize{background:#eab308}.TerminalWindow-module__JxtN_q__dotMaximize{background:#22c55e}.TerminalWindow-module__JxtN_q__title{font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-dark-text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.TerminalWindow-module__JxtN_q__content{padding:0}
.ServiceErrorBanner-module__vsihja__banner{align-items:center;gap:var(--rc-space-4);padding:var(--rc-space-4);background:var(--rc-warning-light);border-radius:var(--rc-radius-lg);border:1px solid #d9770640;animation:.2s ServiceErrorBanner-module__vsihja__fadeSlideIn;display:flex}.ServiceErrorBanner-module__vsihja__content{flex:1;min-width:0}.ServiceErrorBanner-module__vsihja__title{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:#92400e;margin:0}.ServiceErrorBanner-module__vsihja__description{font-size:var(--rc-text-xs);color:#78350f;margin:var(--rc-space-1) 0 0}@keyframes ServiceErrorBanner-module__vsihja__fadeSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.Toast-module__dpyMdW__viewport{bottom:var(--rc-space-4);right:var(--rc-space-4);gap:var(--rc-space-2);width:360px;max-width:100vw;z-index:var(--rc-z-toast);outline:none;flex-direction:column;display:flex;position:fixed}.Toast-module__dpyMdW__toast{background:var(--rc-surface);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);box-shadow:var(--rc-shadow-lg);padding:var(--rc-space-3) var(--rc-space-4);animation:.2s Toast-module__dpyMdW__slideIn;position:relative}.Toast-module__dpyMdW__toast[data-state=closed]{animation:.15s Toast-module__dpyMdW__slideOut}.Toast-module__dpyMdW__default{box-shadow:var(--rc-shadow-lg), inset 0 0 0 1px var(--rc-blue-500)}.Toast-module__dpyMdW__success{box-shadow:var(--rc-shadow-lg), 0 0 0 1px var(--rc-success)}.Toast-module__dpyMdW__error{box-shadow:var(--rc-shadow-lg), 0 0 0 1px var(--rc-danger)}.Toast-module__dpyMdW__title{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text)}.Toast-module__dpyMdW__description{font-size:var(--rc-text-xs);color:var(--rc-text-secondary);margin-top:var(--rc-space-1)}.Toast-module__dpyMdW__close{top:var(--rc-space-2);right:var(--rc-space-2);color:var(--rc-text-muted);cursor:pointer;background:0 0;border:none;padding:2px;font-size:16px;position:absolute}.Toast-module__dpyMdW__close:hover{color:var(--rc-text)}.Toast-module__dpyMdW__action{margin-top:var(--rc-space-2);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-blue-600);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none;display:inline-block}.Toast-module__dpyMdW__action:hover{text-decoration:underline}@keyframes Toast-module__dpyMdW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__dpyMdW__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}
.WizardStepper-module__eYG5fa__stepper{padding:var(--rc-space-4) 0}.WizardStepper-module__eYG5fa__list{align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.WizardStepper-module__eYG5fa__step{align-items:center;gap:var(--rc-space-2);flex-shrink:0;display:flex}.WizardStepper-module__eYG5fa__number{border-radius:var(--rc-radius-full);width:28px;height:28px;font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.WizardStepper-module__eYG5fa__label{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);white-space:nowrap}.WizardStepper-module__eYG5fa__connector{width:32px;height:1px;margin:0 var(--rc-space-2);flex-shrink:0;display:block}.WizardStepper-module__eYG5fa__completed .WizardStepper-module__eYG5fa__number{background:var(--rc-success);color:#fff}.WizardStepper-module__eYG5fa__completed .WizardStepper-module__eYG5fa__label{color:var(--rc-text-secondary)}.WizardStepper-module__eYG5fa__completed .WizardStepper-module__eYG5fa__connector{background:var(--rc-success)}.WizardStepper-module__eYG5fa__active .WizardStepper-module__eYG5fa__number{background:var(--rc-blue-600);color:#fff}.WizardStepper-module__eYG5fa__active .WizardStepper-module__eYG5fa__label{color:var(--rc-text)}.WizardStepper-module__eYG5fa__active .WizardStepper-module__eYG5fa__connector{background:var(--rc-border)}.WizardStepper-module__eYG5fa__future .WizardStepper-module__eYG5fa__number{background:var(--rc-bg-muted);color:var(--rc-text-muted)}.WizardStepper-module__eYG5fa__future .WizardStepper-module__eYG5fa__label{color:var(--rc-text-muted)}.WizardStepper-module__eYG5fa__future .WizardStepper-module__eYG5fa__connector{background:var(--rc-border)}
.CreditEstimate-module__wWKt0q__container{align-items:center;gap:var(--rc-space-2);padding:var(--rc-space-2) var(--rc-space-3);border-radius:var(--rc-radius-md);background:var(--rc-bg-subtle);font-size:var(--rc-text-sm);display:flex}.CreditEstimate-module__wWKt0q__cost{color:var(--rc-text-secondary);font-weight:var(--rc-weight-medium)}.CreditEstimate-module__wWKt0q__freeLabel{color:var(--rc-text-muted);text-decoration:line-through}.CreditEstimate-module__wWKt0q__freeBadge{color:var(--rc-success);font-weight:var(--rc-weight-semibold)}.CreditEstimate-module__wWKt0q__premiumNote{color:var(--rc-blue-600);font-size:var(--rc-text-xs)}
.PremiumToggle-module__qbd4NW__container{justify-content:space-between;align-items:center;gap:var(--rc-space-3);padding:var(--rc-space-3);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);cursor:pointer;display:flex}.PremiumToggle-module__qbd4NW__labelRow{flex-direction:column;gap:2px;display:flex}.PremiumToggle-module__qbd4NW__label{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-text)}.PremiumToggle-module__qbd4NW__costCompare{font-size:var(--rc-text-xs);color:var(--rc-text-muted)}.PremiumToggle-module__qbd4NW__toggle{border-radius:var(--rc-radius-full);background:var(--rc-gray-300);cursor:pointer;border:none;flex-shrink:0;width:40px;height:22px;transition:background .15s;position:relative}.PremiumToggle-module__qbd4NW__toggle.PremiumToggle-module__qbd4NW__on{background:var(--rc-blue-600)}.PremiumToggle-module__qbd4NW__thumb{border-radius:var(--rc-radius-full);background:#fff;width:18px;height:18px;transition:transform .15s;position:absolute;top:2px;left:2px}.PremiumToggle-module__qbd4NW__toggle.PremiumToggle-module__qbd4NW__on .PremiumToggle-module__qbd4NW__thumb{transform:translate(18px)}
.ExportActions-module__iuNceW__container{gap:var(--rc-space-3);padding:var(--rc-space-4) 0;flex-wrap:wrap;align-items:flex-start;display:flex}.ExportActions-module__iuNceW__syncNote{width:100%;font-size:var(--rc-text-xs);color:var(--rc-text-muted);line-height:var(--rc-leading-relaxed);margin:0}
.StreamRenderer-module__nDGRbq__container{max-height:500px;padding:var(--rc-space-4);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-surface);font-size:var(--rc-text-sm);line-height:var(--rc-leading-relaxed);color:var(--rc-text);overflow-y:auto}.StreamRenderer-module__nDGRbq__content{font-family:var(--rc-font-sans)}.StreamRenderer-module__nDGRbq__content h1{font-size:var(--rc-text-xl);font-weight:var(--rc-weight-bold);margin:var(--rc-space-4) 0 var(--rc-space-2)}.StreamRenderer-module__nDGRbq__content h2{font-size:var(--rc-text-lg);font-weight:var(--rc-weight-semibold);margin:var(--rc-space-3) 0 var(--rc-space-2)}.StreamRenderer-module__nDGRbq__content h3{font-size:var(--rc-text-base);font-weight:var(--rc-weight-semibold);margin:var(--rc-space-2) 0 var(--rc-space-1)}.StreamRenderer-module__nDGRbq__content h4{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);margin:var(--rc-space-2) 0 var(--rc-space-1)}.StreamRenderer-module__nDGRbq__content p{margin:0 0 var(--rc-space-2)}.StreamRenderer-module__nDGRbq__content ul,.StreamRenderer-module__nDGRbq__content ol{margin:0 0 var(--rc-space-2);padding-left:var(--rc-space-6)}.StreamRenderer-module__nDGRbq__content ul{list-style-type:disc}.StreamRenderer-module__nDGRbq__content ol{list-style-type:decimal}.StreamRenderer-module__nDGRbq__content li{margin-bottom:2px}.StreamRenderer-module__nDGRbq__content li>ul,.StreamRenderer-module__nDGRbq__content li>ol{margin-top:2px;margin-bottom:0}.StreamRenderer-module__nDGRbq__content strong{font-weight:var(--rc-weight-semibold)}.StreamRenderer-module__nDGRbq__content code{font-family:var(--rc-font-mono);padding:1px var(--rc-space-1);background:var(--rc-bg-muted);border-radius:var(--rc-radius-sm);font-size:.85em}.StreamRenderer-module__nDGRbq__content pre{margin:0 0 var(--rc-space-2);padding:var(--rc-space-3);background:var(--rc-bg-muted);border-radius:var(--rc-radius-md);overflow-x:auto}.StreamRenderer-module__nDGRbq__content pre code{background:0 0;padding:0}.StreamRenderer-module__nDGRbq__content blockquote{margin:0 0 var(--rc-space-2);padding-left:var(--rc-space-3);border-left:3px solid var(--rc-border-strong);color:var(--rc-text-secondary)}.StreamRenderer-module__nDGRbq__content a{color:var(--rc-blue-600);text-decoration:none}.StreamRenderer-module__nDGRbq__content a:hover{text-decoration:underline}.StreamRenderer-module__nDGRbq__content hr{border:none;border-top:1px solid var(--rc-border);margin:var(--rc-space-4) 0}.StreamRenderer-module__nDGRbq__content table{border-collapse:collapse;width:100%;margin:0 0 var(--rc-space-2);font-size:var(--rc-text-xs)}.StreamRenderer-module__nDGRbq__content th,.StreamRenderer-module__nDGRbq__content td{padding:var(--rc-space-2);border:1px solid var(--rc-border);text-align:left}.StreamRenderer-module__nDGRbq__content th{background:var(--rc-bg-muted);font-weight:var(--rc-weight-semibold)}.StreamRenderer-module__nDGRbq__cursor{background:var(--rc-blue-600);vertical-align:text-bottom;width:2px;height:1em;animation:1s step-end infinite StreamRenderer-module__nDGRbq__blink;display:inline-block}@keyframes StreamRenderer-module__nDGRbq__blink{50%{opacity:0}}
.DiffView-module__KZNx9G__container{gap:var(--rc-space-4);flex-direction:column;display:flex}.DiffView-module__KZNx9G__sourceBadge{padding:var(--rc-space-1) var(--rc-space-3);border-radius:var(--rc-radius-full);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);background:var(--rc-blue-50);color:var(--rc-blue-700);border:1px solid var(--rc-blue-200);align-self:flex-start;display:inline-flex}.DiffView-module__KZNx9G__columns{gap:var(--rc-space-4);grid-template-columns:1fr 1fr;display:grid}@media (max-width:768px){.DiffView-module__KZNx9G__columns{grid-template-columns:1fr}}.DiffView-module__KZNx9G__column{border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);flex-direction:column;display:flex;overflow:hidden}.DiffView-module__KZNx9G__columnHeader{padding:var(--rc-space-2) var(--rc-space-3);background:var(--rc-bg-muted);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em}.DiffView-module__KZNx9G__columnContent{flex:1;max-height:600px;overflow-y:auto}
.settings-module__SLoQRq__container{max-width:680px}.settings-module__SLoQRq__header{margin-bottom:var(--rc-space-8)}.settings-module__SLoQRq__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em}.settings-module__SLoQRq__subtitle{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);margin-top:var(--rc-space-1)}.settings-module__SLoQRq__section{margin-bottom:var(--rc-space-8)}.settings-module__SLoQRq__sectionHeader{margin-bottom:var(--rc-space-4);padding-bottom:var(--rc-space-3);border-bottom:1px solid var(--rc-border);justify-content:space-between;align-items:center;display:flex}.settings-module__SLoQRq__sectionHeader .settings-module__SLoQRq__sectionTitle{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-module__SLoQRq__sectionTitle{font-family:var(--rc-font-mono);font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text-secondary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:var(--rc-space-4);padding-bottom:var(--rc-space-3);border-bottom:1px solid var(--rc-border)}.settings-module__SLoQRq__card{padding:var(--rc-space-5);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-bg)}.settings-module__SLoQRq__cardRow{padding:var(--rc-space-3) 0;justify-content:space-between;align-items:center;display:flex}.settings-module__SLoQRq__cardRow+.settings-module__SLoQRq__cardRow{border-top:1px solid var(--rc-border)}.settings-module__SLoQRq__cardLabel{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-text)}.settings-module__SLoQRq__cardValue{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);font-family:var(--rc-font-mono)}.settings-module__SLoQRq__emptyState{text-align:center;padding:var(--rc-space-12) 0}.settings-module__SLoQRq__emptyIcon{width:48px;height:48px;margin:0 auto var(--rc-space-4);color:var(--rc-gray-300)}.settings-module__SLoQRq__emptyTitle{font-size:var(--rc-text-xl);font-weight:var(--rc-weight-semibold);color:var(--rc-text);margin-bottom:var(--rc-space-2)}.settings-module__SLoQRq__emptyText{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);max-width:360px;line-height:var(--rc-leading-relaxed);margin:0 auto}.settings-module__SLoQRq__emptyAction{margin-top:var(--rc-space-4)}.settings-module__SLoQRq__sectionNote{font-size:var(--rc-text-xs);color:var(--rc-text-muted);margin-top:var(--rc-space-3)}.settings-module__SLoQRq__keyBanner{padding:var(--rc-space-4);border:1px solid var(--rc-amber-200,#f5d060);border-radius:var(--rc-radius-lg);background:var(--rc-amber-50,#fffbeb);margin-bottom:var(--rc-space-4)}.settings-module__SLoQRq__keyBannerHeader{align-items:center;gap:var(--rc-space-2);font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-amber-800,#92400e);margin-bottom:var(--rc-space-3);display:flex}.settings-module__SLoQRq__keyBannerHeader svg{color:var(--rc-amber-600,#d97706);flex-shrink:0}.settings-module__SLoQRq__keyBannerValue{align-items:center;gap:var(--rc-space-2);margin-bottom:var(--rc-space-3);display:flex}.settings-module__SLoQRq__rawKey{font-family:var(--rc-font-mono);font-size:var(--rc-text-sm);color:var(--rc-text);background:var(--rc-bg);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);padding:var(--rc-space-2) var(--rc-space-3);word-break:break-all;-webkit-user-select:all;user-select:all;flex:1}.settings-module__SLoQRq__copyBtn{padding:var(--rc-space-2) var(--rc-space-3);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text);background:var(--rc-bg);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);cursor:pointer;flex-shrink:0;transition:background .15s}.settings-module__SLoQRq__copyBtn:hover{background:var(--rc-gray-100)}.settings-module__SLoQRq__dismissBtn{width:100%;padding:var(--rc-space-2);font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-amber-800,#92400e);cursor:pointer;text-align:center;background:0 0;border:none;transition:opacity .15s;display:block}.settings-module__SLoQRq__dismissBtn:hover{opacity:.7}.settings-module__SLoQRq__createForm{margin-bottom:var(--rc-space-4)}.settings-module__SLoQRq__createFormRow{align-items:center;gap:var(--rc-space-2);display:flex}.settings-module__SLoQRq__createFormRow>:first-child{flex:1}.settings-module__SLoQRq__formError{font-size:var(--rc-text-sm);color:var(--rc-red,#cc3340);margin-top:var(--rc-space-2)}.settings-module__SLoQRq__loadingText{font-size:var(--rc-text-sm);color:var(--rc-text-muted);padding:var(--rc-space-4) 0}.settings-module__SLoQRq__keyList{border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);overflow:hidden}.settings-module__SLoQRq__keyRow{align-items:center;gap:var(--rc-space-4);padding:var(--rc-space-3) var(--rc-space-4);display:flex}.settings-module__SLoQRq__keyRow+.settings-module__SLoQRq__keyRow{border-top:1px solid var(--rc-border)}.settings-module__SLoQRq__keyInfo{align-items:baseline;gap:var(--rc-space-2);flex:1;min-width:0;display:flex}.settings-module__SLoQRq__keyName{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.settings-module__SLoQRq__keyPrefix{font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);color:var(--rc-text-muted);flex-shrink:0}.settings-module__SLoQRq__keyMeta{flex-shrink:0}.settings-module__SLoQRq__keyDate{font-size:var(--rc-text-xs);color:var(--rc-text-secondary)}.settings-module__SLoQRq__keyDateMuted{font-size:var(--rc-text-xs);color:var(--rc-text-muted)}.settings-module__SLoQRq__revokeBtn{padding:var(--rc-space-1) var(--rc-space-3);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-red,#cc3340);border-radius:var(--rc-radius-md);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;transition:background .15s,border-color .15s}.settings-module__SLoQRq__revokeBtn:hover{background:var(--rc-red-50,#fef2f2);border-color:var(--rc-red-200,#fecaca)}.settings-module__SLoQRq__revokeBtn:disabled{opacity:.5;cursor:default}
.source-detail-module__E8P7ma__container{max-width:900px}.source-detail-module__E8P7ma__loading{padding:var(--rc-space-16) 0;justify-content:center;display:flex}.source-detail-module__E8P7ma__header{margin-bottom:var(--rc-space-6);justify-content:space-between;align-items:flex-start;display:flex}.source-detail-module__E8P7ma__headerLeft{gap:var(--rc-space-1);flex-direction:column;display:flex}.source-detail-module__E8P7ma__titleRow{align-items:center;gap:var(--rc-space-3);display:flex}.source-detail-module__E8P7ma__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em;line-height:var(--rc-leading-tight)}.source-detail-module__E8P7ma__titleInput{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em;line-height:var(--rc-leading-tight);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);padding:var(--rc-space-1) var(--rc-space-2);background:var(--rc-bg);width:300px}.source-detail-module__E8P7ma__titleInput:focus{border-color:var(--rc-blue-400);box-shadow:0 0 0 1px var(--rc-blue-400);outline:none}.source-detail-module__E8P7ma__meta{gap:var(--rc-space-2);font-size:var(--rc-text-xs);color:var(--rc-text-muted);align-items:center;display:flex}.source-detail-module__E8P7ma__headerActions{gap:var(--rc-space-2);display:flex}.source-detail-module__E8P7ma__section{margin-bottom:var(--rc-space-6)}.source-detail-module__E8P7ma__sectionTitle{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--rc-space-3)}.source-detail-module__E8P7ma__statusCard{gap:var(--rc-space-6);padding:var(--rc-space-4) var(--rc-space-5);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-bg);display:flex}.source-detail-module__E8P7ma__statusItem{gap:var(--rc-space-1);flex-direction:column;display:flex}.source-detail-module__E8P7ma__statusLabel{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em}.source-detail-module__E8P7ma__statusValue{font-size:var(--rc-text-sm);color:var(--rc-text);font-variant-numeric:tabular-nums}.source-detail-module__E8P7ma__syncError{margin-top:var(--rc-space-3);padding:var(--rc-space-3) var(--rc-space-4);background:var(--rc-red-50);border:1px solid var(--rc-red-200);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);color:var(--rc-red-700)}.source-detail-module__E8P7ma__syncingBanner{align-items:center;gap:var(--rc-space-3);margin-top:var(--rc-space-3);padding:var(--rc-space-3) var(--rc-space-4);background:var(--rc-blue-50);border:1px solid var(--rc-blue-200);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);color:var(--rc-blue-700);display:flex}.source-detail-module__E8P7ma__configCard{padding:var(--rc-space-4) var(--rc-space-5);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-bg)}.source-detail-module__E8P7ma__configRow{justify-content:space-between;align-items:center;display:flex}.source-detail-module__E8P7ma__configLabel{font-size:var(--rc-text-sm);color:var(--rc-text)}.source-detail-module__E8P7ma__configValue{font-size:var(--rc-text-sm);color:var(--rc-text-muted);font-family:var(--rc-font-mono)}.source-detail-module__E8P7ma__folderTags{gap:var(--rc-space-2);margin-top:var(--rc-space-2);flex-wrap:wrap;display:flex}.source-detail-module__E8P7ma__folderTag{padding:var(--rc-space-1) var(--rc-space-3);background:var(--rc-gray-100);border-radius:var(--rc-radius-full);font-size:var(--rc-text-xs);color:var(--rc-text);font-family:var(--rc-font-mono);align-items:center;display:inline-flex}.source-detail-module__E8P7ma__dangerZone{margin-top:var(--rc-space-8);padding:var(--rc-space-5);border:1px solid var(--rc-red-200);border-radius:var(--rc-radius-lg);background:var(--rc-bg)}.source-detail-module__E8P7ma__dangerTitle{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-red-600);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--rc-space-4)}.source-detail-module__E8P7ma__dangerItem{padding:var(--rc-space-3) 0;justify-content:space-between;align-items:center;display:flex}.source-detail-module__E8P7ma__dangerItem+.source-detail-module__E8P7ma__dangerItem{border-top:1px solid var(--rc-border)}.source-detail-module__E8P7ma__dangerItemText{gap:var(--rc-space-1);flex-direction:column;display:flex}.source-detail-module__E8P7ma__dangerItemLabel{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-text)}.source-detail-module__E8P7ma__dangerItemDesc{font-size:var(--rc-text-xs);color:var(--rc-text-muted)}.source-detail-module__E8P7ma__confirmActions{justify-content:flex-end;gap:var(--rc-space-2);margin-top:var(--rc-space-4);display:flex}
.new-source-module__u6z-qa__container{padding:var(--rc-space-8) 0;justify-content:center;display:flex}.new-source-module__u6z-qa__terminal{width:100%;max-width:560px}.new-source-module__u6z-qa__terminalContent{padding:var(--rc-space-6);text-align:center;--rc-text:var(--rc-dark-text);--rc-text-secondary:var(--rc-dark-text-secondary);--rc-text-muted:var(--rc-dark-text-muted);--rc-bg:var(--rc-navy-800);--rc-border:var(--rc-navy-700)}.new-source-module__u6z-qa__heading{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-gray-200);margin-bottom:var(--rc-space-3)}.new-source-module__u6z-qa__text{font-size:var(--rc-text-sm);color:var(--rc-dark-text-secondary);line-height:var(--rc-leading-relaxed);margin-bottom:var(--rc-space-6)}.new-source-module__u6z-qa__connectorGrid{gap:var(--rc-space-3);margin-bottom:var(--rc-space-4);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.new-source-module__u6z-qa__connectorCard{align-items:center;gap:var(--rc-space-2);padding:var(--rc-space-4);border:1px solid var(--rc-navy-700);border-radius:var(--rc-radius-lg);background:var(--rc-navy-800);cursor:pointer;transition:border-color var(--rc-transition-fast);flex-direction:column;display:flex}.new-source-module__u6z-qa__connectorCard:hover{border-color:var(--rc-blue-400)}.new-source-module__u6z-qa__connectorIcon{color:var(--rc-blue-400)}.new-source-module__u6z-qa__connectorName{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-gray-200)}.new-source-module__u6z-qa__connectorDesc{font-size:var(--rc-text-xs);color:var(--rc-dark-text-muted)}.new-source-module__u6z-qa__form{gap:var(--rc-space-4);text-align:left;flex-direction:column;display:flex}.new-source-module__u6z-qa__hint{font-size:var(--rc-text-xs);color:var(--rc-dark-text-muted);margin-top:calc(-1 * var(--rc-space-2))}.new-source-module__u6z-qa__fieldset{border:1px solid var(--rc-navy-700);border-radius:var(--rc-radius-md);padding:var(--rc-space-3) var(--rc-space-4);gap:var(--rc-space-2);flex-direction:column;display:flex}.new-source-module__u6z-qa__legend{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-gray-200);padding:0 var(--rc-space-1)}.new-source-module__u6z-qa__select{width:100%;padding:var(--rc-space-2) var(--rc-space-3);font-size:var(--rc-text-sm);color:var(--rc-gray-200);background:var(--rc-navy-800);border:1px solid var(--rc-navy-700);border-radius:var(--rc-radius-md);cursor:pointer}.new-source-module__u6z-qa__select:focus{border-color:var(--rc-blue-400);outline:none}.new-source-module__u6z-qa__checkbox{align-items:center;gap:var(--rc-space-2);font-size:var(--rc-text-sm);color:var(--rc-gray-200);cursor:pointer;display:flex}.new-source-module__u6z-qa__checkbox input{accent-color:var(--rc-blue-400)}.new-source-module__u6z-qa__actions{margin-top:var(--rc-space-2);justify-content:space-between;align-items:center;display:flex}.new-source-module__u6z-qa__darkActions{--rc-text-secondary:var(--rc-dark-text-muted);--rc-bg-muted:transparent}.new-source-module__u6z-qa__folderList{gap:var(--rc-space-2);flex-direction:column;max-height:280px;display:flex;overflow-y:auto}.new-source-module__u6z-qa__folderLoading{align-items:center;gap:var(--rc-space-2);font-size:var(--rc-text-sm);color:var(--rc-dark-text-muted);padding:var(--rc-space-2) 0;display:flex}.new-source-module__u6z-qa__folderError{font-size:var(--rc-text-sm);color:var(--rc-danger)}
.sources-module__7N0nJW__container{max-width:900px}.sources-module__7N0nJW__header{margin-bottom:var(--rc-space-6);justify-content:space-between;align-items:flex-start;display:flex}.sources-module__7N0nJW__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em;line-height:var(--rc-leading-tight)}.sources-module__7N0nJW__subtitle{font-size:var(--rc-text-sm);color:var(--rc-text-muted);margin-top:var(--rc-space-1);font-variant-numeric:tabular-nums}.sources-module__7N0nJW__gapAlert{align-items:center;gap:var(--rc-space-3);padding:var(--rc-space-3) var(--rc-space-4);background:var(--rc-blue-50);border:1px solid var(--rc-blue-200);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);color:var(--rc-blue-700);margin-bottom:var(--rc-space-5);display:flex}.sources-module__7N0nJW__gapAlert svg{color:var(--rc-blue-500);flex-shrink:0}.sources-module__7N0nJW__gapAlert span{flex:1}.sources-module__7N0nJW__gapAlertLink{font-weight:var(--rc-weight-semibold);color:var(--rc-blue-600);white-space:nowrap;transition:color var(--rc-transition-fast);text-decoration:none}.sources-module__7N0nJW__gapAlertLink:hover{color:var(--rc-blue-700);text-decoration:underline}.sources-module__7N0nJW__gapAlertLink:focus-visible{outline:2px solid var(--rc-blue-400);outline-offset:2px;border-radius:2px}.sources-module__7N0nJW__grid{gap:var(--rc-space-4);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.sources-module__7N0nJW__card{gap:var(--rc-space-2);padding:var(--rc-space-5);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-bg);transition:border-color var(--rc-transition-fast), box-shadow var(--rc-transition-fast);flex-direction:column;text-decoration:none;display:flex}.sources-module__7N0nJW__card:hover{border-color:var(--rc-blue-300);box-shadow:var(--rc-shadow-sm)}.sources-module__7N0nJW__cardHeader{justify-content:space-between;align-items:center;display:flex}.sources-module__7N0nJW__cardName{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text)}.sources-module__7N0nJW__cardType{font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em}.sources-module__7N0nJW__cardSync{font-family:var(--rc-font-mono);font-size:var(--rc-text-xs);color:var(--rc-text-muted);font-variant-numeric:tabular-nums}.sources-module__7N0nJW__loading{padding:var(--rc-space-16) 0;justify-content:center;display:flex}.sources-module__7N0nJW__empty{text-align:center;padding:var(--rc-space-12) 0}.sources-module__7N0nJW__emptyIcon{color:var(--rc-gray-300);margin-bottom:var(--rc-space-4)}.sources-module__7N0nJW__emptyTitle{font-size:var(--rc-text-xl);font-weight:var(--rc-weight-semibold);color:var(--rc-text);margin-bottom:var(--rc-space-2)}.sources-module__7N0nJW__emptyText{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);max-width:360px;line-height:var(--rc-leading-relaxed);margin:0 auto}
.builder-module__6d3N9q__container{max-width:1000px}.builder-module__6d3N9q__header{margin-bottom:var(--rc-space-4);justify-content:space-between;align-items:flex-start;display:flex}.builder-module__6d3N9q__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em}.builder-module__6d3N9q__subtitle{font-size:var(--rc-text-sm);color:var(--rc-text-muted);margin-top:var(--rc-space-1)}.builder-module__6d3N9q__explainer{padding:var(--rc-space-5);border:1px solid var(--rc-blue-200);border-radius:var(--rc-radius-lg);background:var(--rc-blue-50);margin-bottom:var(--rc-space-6)}.builder-module__6d3N9q__explainerDesc{font-size:var(--rc-text-sm);color:var(--rc-blue-700);line-height:var(--rc-leading-relaxed);margin:0 0 var(--rc-space-4)}.builder-module__6d3N9q__explainerFeatures{gap:var(--rc-space-3);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:700px){.builder-module__6d3N9q__explainerFeatures{grid-template-columns:1fr}}.builder-module__6d3N9q__explainerFeature{font-size:var(--rc-text-xs);flex-direction:column;gap:2px;display:flex}.builder-module__6d3N9q__explainerFeature strong{color:var(--rc-blue-700);font-weight:var(--rc-weight-semibold)}.builder-module__6d3N9q__explainerFeature span{color:var(--rc-blue-700);line-height:var(--rc-leading-relaxed)}.builder-module__6d3N9q__stepContent{margin-top:var(--rc-space-4)}.builder-module__6d3N9q__form{gap:var(--rc-space-4);flex-direction:column;display:flex}.builder-module__6d3N9q__field{gap:var(--rc-space-1);flex-direction:column;display:flex}.builder-module__6d3N9q__fieldLabel{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-text)}.builder-module__6d3N9q__fieldHint{font-size:var(--rc-text-xs);color:var(--rc-text-muted)}.builder-module__6d3N9q__fieldRow{gap:var(--rc-space-4);grid-template-columns:1fr 1fr;display:grid}.builder-module__6d3N9q__textarea{padding:var(--rc-space-2) var(--rc-space-3);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);font-family:var(--rc-font-sans);font-size:var(--rc-text-sm);resize:vertical;min-height:80px;color:var(--rc-text);background:var(--rc-surface)}.builder-module__6d3N9q__textarea:focus{border-color:var(--rc-blue-500);box-shadow:0 0 0 2px var(--rc-blue-100);outline:none}.builder-module__6d3N9q__select{padding:var(--rc-space-2) var(--rc-space-3);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);color:var(--rc-text);background:var(--rc-surface);appearance:auto}.builder-module__6d3N9q__depthCards{gap:var(--rc-space-3);grid-template-columns:1fr 1fr;display:grid}.builder-module__6d3N9q__depthCard{padding:var(--rc-space-4);border:2px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-surface);cursor:pointer;text-align:left;transition:border-color .15s}.builder-module__6d3N9q__depthCard:hover{border-color:var(--rc-blue-300)}.builder-module__6d3N9q__depthCard.builder-module__6d3N9q__selected{border-color:var(--rc-blue-600);background:var(--rc-blue-50)}.builder-module__6d3N9q__depthCardTitle{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text);margin:0 0 var(--rc-space-1)}.builder-module__6d3N9q__depthCardDesc{font-size:var(--rc-text-xs);color:var(--rc-text-muted);margin:0}.builder-module__6d3N9q__depthCardCost{font-size:var(--rc-text-xs);color:var(--rc-blue-600);margin-top:var(--rc-space-2);font-weight:var(--rc-weight-medium)}.builder-module__6d3N9q__gapChips{gap:var(--rc-space-2);flex-wrap:wrap;display:flex}.builder-module__6d3N9q__gapChip{padding:var(--rc-space-1) var(--rc-space-2);background:var(--rc-bg-muted);border-radius:var(--rc-radius-full);font-size:var(--rc-text-xs);color:var(--rc-text-secondary)}.builder-module__6d3N9q__editorContainer{gap:var(--rc-space-3);flex-direction:column;display:flex}.builder-module__6d3N9q__editor{padding:var(--rc-space-4);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);font-family:var(--rc-font-mono);font-size:var(--rc-text-sm);line-height:var(--rc-leading-relaxed);resize:vertical;min-height:400px;color:var(--rc-text);background:var(--rc-surface)}.builder-module__6d3N9q__editor:focus{border-color:var(--rc-blue-500);outline:none}.builder-module__6d3N9q__refinementBar{gap:var(--rc-space-2);align-items:center;display:flex}.builder-module__6d3N9q__refinementInput{padding:var(--rc-space-2) var(--rc-space-3);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);color:var(--rc-text);background:var(--rc-surface);flex:1}.builder-module__6d3N9q__refinementInput:focus{border-color:var(--rc-blue-500);outline:none}.builder-module__6d3N9q__refinementCount{font-size:var(--rc-text-xs);color:var(--rc-text-muted);white-space:nowrap}.builder-module__6d3N9q__navButtons{padding-top:var(--rc-space-4);border-top:1px solid var(--rc-border);margin-top:var(--rc-space-4);justify-content:space-between;display:flex}.builder-module__6d3N9q__emptyState{padding:var(--rc-space-8);text-align:center;color:var(--rc-text-muted);font-size:var(--rc-text-sm);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg)}.builder-module__6d3N9q__loadingContainer{align-items:center;gap:var(--rc-space-3);padding:var(--rc-space-8);color:var(--rc-text-muted);font-size:var(--rc-text-sm);flex-direction:column;display:flex}
.gap-detail-module__pfu__a__container{max-width:860px}.gap-detail-module__pfu__a__loading{padding:var(--rc-space-16) 0;justify-content:center;display:flex}.gap-detail-module__pfu__a__notFound{text-align:center;padding:var(--rc-space-16) 0;color:var(--rc-text-muted);font-size:var(--rc-text-sm)}.gap-detail-module__pfu__a__backLink{align-items:center;gap:var(--rc-space-1);font-size:var(--rc-text-sm);color:var(--rc-text-secondary);margin-bottom:var(--rc-space-5);text-decoration:none;display:inline-flex}.gap-detail-module__pfu__a__backLink:hover{color:var(--rc-text)}.gap-detail-module__pfu__a__backLink svg{width:14px;height:14px}.gap-detail-module__pfu__a__decisionCard{border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);padding:var(--rc-space-5) var(--rc-space-6);background:var(--rc-bg);margin-bottom:var(--rc-space-6)}.gap-detail-module__pfu__a__cardNav{margin-bottom:var(--rc-space-4);justify-content:space-between;align-items:center;display:flex}.gap-detail-module__pfu__a__navLink{align-items:center;gap:var(--rc-space-1);font-size:var(--rc-text-xs);color:var(--rc-text-muted);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none;display:inline-flex}.gap-detail-module__pfu__a__navLink:hover{color:var(--rc-text)}.gap-detail-module__pfu__a__navLink:disabled{opacity:.3;cursor:default}.gap-detail-module__pfu__a__navLink:disabled:hover{color:var(--rc-text-muted)}.gap-detail-module__pfu__a__navCount{font-size:var(--rc-text-xs);color:var(--rc-text-muted);font-variant-numeric:tabular-nums}.gap-detail-module__pfu__a__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em;line-height:var(--rc-leading-tight);margin:0}.gap-detail-module__pfu__a__meta{align-items:center;gap:var(--rc-space-2);margin-top:var(--rc-space-2);flex-wrap:wrap;display:flex}.gap-detail-module__pfu__a__chip{font-size:var(--rc-text-xs);color:var(--rc-text-muted)}.gap-detail-module__pfu__a__chip:before{content:"·";margin-right:var(--rc-space-2)}.gap-detail-module__pfu__a__docDescription{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);line-height:var(--rc-leading-relaxed);margin-top:var(--rc-space-3)}.gap-detail-module__pfu__a__gapReason{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text);line-height:var(--rc-leading-relaxed);margin-top:var(--rc-space-1)}.gap-detail-module__pfu__a__scoresRow{gap:var(--rc-space-6);margin-top:var(--rc-space-4);padding-top:var(--rc-space-4);border-top:1px solid var(--rc-border);display:flex}.gap-detail-module__pfu__a__scoreItem{align-items:center;gap:var(--rc-space-3);display:flex}.gap-detail-module__pfu__a__scoreLabel{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em;min-width:56px}.gap-detail-module__pfu__a__cardFooter{justify-content:space-between;align-items:flex-end;gap:var(--rc-space-4);margin-top:var(--rc-space-5);padding-top:var(--rc-space-4);border-top:1px solid var(--rc-border);display:flex}.gap-detail-module__pfu__a__sourceBlock{gap:var(--rc-space-1);flex-direction:column;display:flex}.gap-detail-module__pfu__a__sourceName{font-size:var(--rc-text-sm);color:var(--rc-text)}.gap-detail-module__pfu__a__externalLink{align-items:center;gap:var(--rc-space-1);font-size:var(--rc-text-xs);color:var(--rc-text-muted);text-decoration:none;display:inline-flex}.gap-detail-module__pfu__a__externalLink:hover{color:var(--rc-text)}.gap-detail-module__pfu__a__section{margin-top:var(--rc-space-6)}.gap-detail-module__pfu__a__sectionTitle{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--rc-space-3)}.gap-detail-module__pfu__a__queryList{gap:var(--rc-space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.gap-detail-module__pfu__a__queryItem{align-items:baseline;gap:var(--rc-space-3);padding:var(--rc-space-3) var(--rc-space-4);background:var(--rc-bg-hover);border-radius:var(--rc-radius-md);border-left:3px solid var(--rc-border);transition:border-color .15s;display:flex}.gap-detail-module__pfu__a__queryItem:hover{border-left-color:var(--rc-blue-400)}.gap-detail-module__pfu__a__queryIndex{width:20px;font-size:var(--rc-text-xs);font-variant-numeric:tabular-nums;color:var(--rc-text-muted);text-align:right;flex-shrink:0}.gap-detail-module__pfu__a__queryText{font-size:var(--rc-text-sm);color:var(--rc-text);line-height:var(--rc-leading-relaxed)}.gap-detail-module__pfu__a__emptyState{font-size:var(--rc-text-sm);color:var(--rc-text-muted);padding:var(--rc-space-4) 0}.gap-detail-module__pfu__a__products{gap:var(--rc-space-2);flex-wrap:wrap;display:flex}.gap-detail-module__pfu__a__productTag{padding:var(--rc-space-1) var(--rc-space-3);background:var(--rc-gray-100);border-radius:var(--rc-radius-full);font-size:var(--rc-text-xs);color:var(--rc-text);align-items:center;display:inline-flex}.gap-detail-module__pfu__a__dismissRow{margin-top:var(--rc-space-8);justify-content:flex-end;display:flex}.gap-detail-module__pfu__a__dismissBtn{font-size:var(--rc-text-sm);color:var(--rc-text-muted);cursor:pointer;background:0 0;border:none;padding:0}.gap-detail-module__pfu__a__dismissBtn:hover{color:var(--rc-text);text-decoration:underline}.gap-detail-module__pfu__a__dismissBtn:disabled{opacity:.5;cursor:default;text-decoration:none}.gap-detail-module__pfu__a__tierGate{gap:var(--rc-space-5);padding:var(--rc-space-8) 0;text-align:center;flex-direction:column;display:flex}.gap-detail-module__pfu__a__tierGateText{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);line-height:var(--rc-leading-relaxed);max-width:400px;margin:0 auto}@media (max-width:640px){.gap-detail-module__pfu__a__decisionCard{padding:var(--rc-space-4)}.gap-detail-module__pfu__a__scoresRow{gap:var(--rc-space-3);flex-direction:column}.gap-detail-module__pfu__a__cardFooter{align-items:stretch;gap:var(--rc-space-3);flex-direction:column}}
.rebuild-module__wLkJUa__container{max-width:1000px}.rebuild-module__wLkJUa__header{margin-bottom:var(--rc-space-4);justify-content:space-between;align-items:flex-start;display:flex}.rebuild-module__wLkJUa__title{font-size:var(--rc-text-2xl);font-weight:var(--rc-weight-bold);color:var(--rc-text);letter-spacing:-.02em}.rebuild-module__wLkJUa__subtitle{font-size:var(--rc-text-sm);color:var(--rc-text-muted);margin-top:var(--rc-space-1)}.rebuild-module__wLkJUa__explainer{padding:var(--rc-space-5);border:1px solid var(--rc-blue-200);border-radius:var(--rc-radius-lg);background:var(--rc-blue-50);margin-bottom:var(--rc-space-6)}.rebuild-module__wLkJUa__explainerTitle{font-size:var(--rc-text-base);font-weight:var(--rc-weight-semibold);color:var(--rc-blue-700);margin:0 0 var(--rc-space-3)}.rebuild-module__wLkJUa__explainerSteps{margin:0 0 var(--rc-space-3);padding-left:var(--rc-space-5);font-size:var(--rc-text-sm);color:var(--rc-blue-700);line-height:var(--rc-leading-relaxed);gap:var(--rc-space-2);flex-direction:column;display:flex}.rebuild-module__wLkJUa__explainerNote{font-size:var(--rc-text-sm);color:var(--rc-blue-700);margin:0}.rebuild-module__wLkJUa__explainerNote a{color:var(--rc-blue-700);font-weight:var(--rc-weight-medium);text-decoration:underline}.rebuild-module__wLkJUa__explainerNote a:hover{text-decoration:underline}.rebuild-module__wLkJUa__stepContent{margin-top:var(--rc-space-4)}.rebuild-module__wLkJUa__docCard{padding:var(--rc-space-4);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-surface)}.rebuild-module__wLkJUa__docTitle{font-size:var(--rc-text-lg);font-weight:var(--rc-weight-semibold);color:var(--rc-text);margin:0 0 var(--rc-space-3)}.rebuild-module__wLkJUa__docMeta{gap:var(--rc-space-6);font-size:var(--rc-text-sm);color:var(--rc-text-secondary);margin-bottom:var(--rc-space-4);display:flex}.rebuild-module__wLkJUa__docMetaLabel{color:var(--rc-text-muted)}.rebuild-module__wLkJUa__pageWarning{padding:var(--rc-space-3);background:var(--rc-warning-light);color:var(--rc-warning);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);margin-top:var(--rc-space-3)}.rebuild-module__wLkJUa__sectionList{gap:var(--rc-space-2);flex-direction:column;display:flex}.rebuild-module__wLkJUa__sectionItem{padding:var(--rc-space-3);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);background:var(--rc-surface)}.rebuild-module__wLkJUa__sectionTitle{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text);margin:0 0 var(--rc-space-1)}.rebuild-module__wLkJUa__sectionPreview{font-size:var(--rc-text-xs);color:var(--rc-text-muted);margin:0}.rebuild-module__wLkJUa__sectionChunks{font-size:var(--rc-text-xs);color:var(--rc-text-muted);margin-top:var(--rc-space-1)}.rebuild-module__wLkJUa__feedbackSummary{margin-top:var(--rc-space-4);padding:var(--rc-space-3);background:var(--rc-bg-subtle);border-radius:var(--rc-radius-md);font-size:var(--rc-text-sm);color:var(--rc-text-secondary)}.rebuild-module__wLkJUa__suggestionsGrid{gap:var(--rc-space-3);flex-direction:column;display:flex}.rebuild-module__wLkJUa__suggestionCard{padding:var(--rc-space-4);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);background:var(--rc-surface);gap:var(--rc-space-2);flex-direction:column;display:flex}.rebuild-module__wLkJUa__suggestionCard.rebuild-module__wLkJUa__accepted{border-color:var(--rc-success);background:var(--rc-success-light)}.rebuild-module__wLkJUa__suggestionCard.rebuild-module__wLkJUa__rejected{border-color:var(--rc-border);opacity:.6}.rebuild-module__wLkJUa__suggestionHeader{justify-content:space-between;align-items:center;display:flex}.rebuild-module__wLkJUa__suggestionSection{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text)}.rebuild-module__wLkJUa__suggestionDescription{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);margin:0}.rebuild-module__wLkJUa__suggestionFix{font-size:var(--rc-text-sm);color:var(--rc-text);padding:var(--rc-space-2);background:var(--rc-bg-subtle);border-radius:var(--rc-radius-sm);margin:0}.rebuild-module__wLkJUa__reviewIntro{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);line-height:var(--rc-leading-relaxed);margin:0 0 var(--rc-space-4)}.rebuild-module__wLkJUa__bulkActions{gap:var(--rc-space-2);margin-bottom:var(--rc-space-3);align-items:center;display:flex}.rebuild-module__wLkJUa__suggestionActions{gap:var(--rc-space-2);margin-top:var(--rc-space-2);padding-top:var(--rc-space-2);border-top:1px solid var(--rc-border);display:flex}.rebuild-module__wLkJUa__diffContainer{gap:var(--rc-space-4);flex-direction:column;display:flex}.rebuild-module__wLkJUa__diffSection{border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg);overflow:hidden}.rebuild-module__wLkJUa__diffHeader{padding:var(--rc-space-2) var(--rc-space-3);background:var(--rc-bg-muted);font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-text)}.rebuild-module__wLkJUa__diffColumns{background:var(--rc-border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.rebuild-module__wLkJUa__diffColumn{padding:var(--rc-space-3);background:var(--rc-surface);font-size:var(--rc-text-sm);line-height:var(--rc-leading-relaxed);white-space:pre-wrap;overflow-x:auto}.rebuild-module__wLkJUa__diffColumnLabel{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-semibold);color:var(--rc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--rc-space-2)}.rebuild-module__wLkJUa__navButtons{padding-top:var(--rc-space-4);border-top:1px solid var(--rc-border);margin-top:var(--rc-space-4);justify-content:space-between;display:flex}.rebuild-module__wLkJUa__loadingContainer{align-items:center;gap:var(--rc-space-3);padding:var(--rc-space-8);color:var(--rc-text-muted);font-size:var(--rc-text-sm);flex-direction:column;display:flex}.rebuild-module__wLkJUa__emptyState{padding:var(--rc-space-8);text-align:center;color:var(--rc-text-muted);font-size:var(--rc-text-sm);border:1px solid var(--rc-border);border-radius:var(--rc-radius-lg)}.rebuild-module__wLkJUa__progressContainer{align-items:center;gap:var(--rc-space-3);padding:var(--rc-space-10) var(--rc-space-8);flex-direction:column;display:flex}.rebuild-module__wLkJUa__progressLabel{font-size:var(--rc-text-sm);color:var(--rc-text-secondary);font-weight:var(--rc-weight-medium);margin:0}.rebuild-module__wLkJUa__progressBar{background:var(--rc-bg-muted);border-radius:var(--rc-radius-full);width:100%;max-width:400px;height:8px;overflow:hidden}.rebuild-module__wLkJUa__progressFill{background:var(--rc-blue-600);border-radius:var(--rc-radius-full);height:100%;transition:width .3s}.rebuild-module__wLkJUa__progressPercent{font-size:var(--rc-text-xs);color:var(--rc-text-muted);font-family:var(--rc-font-mono)}.rebuild-module__wLkJUa__reviewHeader{justify-content:space-between;align-items:center;gap:var(--rc-space-3);margin-bottom:var(--rc-space-4);flex-wrap:wrap;display:flex}.rebuild-module__wLkJUa__sourceBadge{padding:var(--rc-space-1) var(--rc-space-3);border-radius:var(--rc-radius-full);font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);background:var(--rc-blue-50);color:var(--rc-blue-700);border:1px solid var(--rc-blue-200);display:inline-flex}.rebuild-module__wLkJUa__userCommentSection{margin-top:var(--rc-space-2)}.rebuild-module__wLkJUa__userCommentField{width:100%;padding:var(--rc-space-2);border:1px solid var(--rc-border);border-radius:var(--rc-radius-md);font-family:var(--rc-font-sans);font-size:var(--rc-text-xs);color:var(--rc-text);background:var(--rc-surface);resize:vertical;min-height:48px}.rebuild-module__wLkJUa__userCommentField:focus{border-color:var(--rc-blue-500);box-shadow:0 0 0 2px var(--rc-blue-100);outline:none}.rebuild-module__wLkJUa__userCommentField::placeholder{color:var(--rc-text-muted)}.rebuild-module__wLkJUa__generationCount{font-size:var(--rc-text-xs);color:var(--rc-text-muted);white-space:nowrap}
.onboarding-module__jc4PEW__container{background:var(--rc-bg-subtle);justify-content:center;align-items:center;min-height:100vh;display:flex}.onboarding-module__jc4PEW__terminal{width:100%;max-width:560px}.onboarding-module__jc4PEW__content{padding:var(--rc-space-8) var(--rc-space-6);text-align:center}.onboarding-module__jc4PEW__heading{font-size:var(--rc-text-3xl);font-weight:var(--rc-weight-bold);color:var(--rc-gray-200);letter-spacing:-.03em;margin-bottom:var(--rc-space-3)}.onboarding-module__jc4PEW__headingLogo{white-space:nowrap;font-family:var(--rc-font-logo)}.onboarding-module__jc4PEW__headingSlash{width:.35em;height:.75em;color:var(--rc-blue-400);vertical-align:-.02em;margin-right:.02em;display:inline-block}.onboarding-module__jc4PEW__headingCmd{font-family:var(--rc-font-mono);font-weight:var(--rc-weight-bold);color:var(--rc-blue-400);letter-spacing:-.03em;margin-left:.02em;font-size:1.1em}.onboarding-module__jc4PEW__text{font-size:var(--rc-text-base);color:var(--rc-dark-text-secondary);line-height:var(--rc-leading-relaxed);margin-bottom:var(--rc-space-8)}.onboarding-module__jc4PEW__steps{gap:var(--rc-space-3);margin-bottom:var(--rc-space-8);text-align:left;flex-direction:column;display:flex}.onboarding-module__jc4PEW__stepItem{align-items:center;gap:var(--rc-space-3);font-family:var(--rc-font-mono);font-size:var(--rc-text-sm);font-weight:var(--rc-weight-medium);color:var(--rc-gray-200);display:flex}.onboarding-module__jc4PEW__stepNum{font-family:var(--rc-font-mono);font-size:var(--rc-text-sm);font-weight:var(--rc-weight-bold);color:var(--rc-blue-400);flex-shrink:0}.onboarding-module__jc4PEW__sourceOptions{gap:var(--rc-space-3);margin-bottom:var(--rc-space-6);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.onboarding-module__jc4PEW__sourceCard{align-items:center;gap:var(--rc-space-2);padding:var(--rc-space-5) var(--rc-space-4);border:1px solid var(--rc-navy-700);border-radius:var(--rc-radius-lg);background:var(--rc-navy-800);cursor:pointer;transition:border-color var(--rc-transition-fast), transform var(--rc-transition-fast);flex-direction:column;display:flex}.onboarding-module__jc4PEW__sourceCard:hover{border-color:var(--rc-blue-400);transform:translateY(-1px)}.onboarding-module__jc4PEW__sourceIcon{color:var(--rc-blue-400)}.onboarding-module__jc4PEW__sourceName{font-size:var(--rc-text-sm);font-weight:var(--rc-weight-semibold);color:var(--rc-gray-200)}.onboarding-module__jc4PEW__sourceDesc{font-size:var(--rc-text-xs);color:var(--rc-dark-text-muted);text-align:center;line-height:var(--rc-leading-normal)}.onboarding-module__jc4PEW__orgWrapper{border-radius:var(--rc-radius-lg);padding:var(--rc-space-4);margin-bottom:var(--rc-space-6);background:#fff}.onboarding-module__jc4PEW__provisioningState{align-items:center;gap:var(--rc-space-4);padding:var(--rc-space-8) 0;flex-direction:column;display:flex}.onboarding-module__jc4PEW__spinner{border:3px solid var(--rc-navy-700);border-top-color:var(--rc-blue-400);border-radius:var(--rc-radius-full);width:40px;height:40px;animation:.8s linear infinite onboarding-module__jc4PEW__spin}@keyframes onboarding-module__jc4PEW__spin{to{transform:rotate(360deg)}}.onboarding-module__jc4PEW__errorText{font-size:var(--rc-text-sm);color:var(--rc-danger);margin-bottom:var(--rc-space-4)}.onboarding-module__jc4PEW__stepIndicator{justify-content:center;align-items:center;gap:var(--rc-space-6);margin-bottom:var(--rc-space-6);display:flex}.onboarding-module__jc4PEW__stepGroup{align-items:center;gap:var(--rc-space-2);display:flex}.onboarding-module__jc4PEW__stepDot,.onboarding-module__jc4PEW__stepDotActive,.onboarding-module__jc4PEW__stepDotComplete{border-radius:var(--rc-radius-full);width:18px;height:18px;transition:background var(--rc-transition-fast), border-color var(--rc-transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.onboarding-module__jc4PEW__stepDot{border:2px solid var(--rc-navy-700);background:0 0}.onboarding-module__jc4PEW__stepDotActive{border:2px solid var(--rc-blue-400);background:var(--rc-blue-400)}.onboarding-module__jc4PEW__stepDotComplete{border:2px solid var(--rc-success);background:var(--rc-success);color:var(--rc-navy-900)}.onboarding-module__jc4PEW__stepLabel{font-size:var(--rc-text-xs);font-weight:var(--rc-weight-medium);color:var(--rc-dark-text-muted);transition:color var(--rc-transition-fast)}.onboarding-module__jc4PEW__stepLabelActive{color:var(--rc-blue-400);font-weight:var(--rc-weight-semibold)}.onboarding-module__jc4PEW__stepLabelComplete{color:var(--rc-success)}.onboarding-module__jc4PEW__darkActions{--rc-text-secondary:var(--rc-dark-text-muted);--rc-bg-muted:transparent}@media (max-width:768px){.onboarding-module__jc4PEW__content{padding:var(--rc-space-6) var(--rc-space-4)}.onboarding-module__jc4PEW__heading{font-size:var(--rc-text-2xl)}.onboarding-module__jc4PEW__sourceOptions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.onboarding-module__jc4PEW__sourceCard:hover{transform:none}}
