@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{font-family:Karla,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#111827;background-color:#f3f4f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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:#f2a61b;text-decoration:none}a:hover{text-decoration:underline;color:#d8900c}ul,ol{list-style:none}.app-root{min-height:100vh}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-layout__main{flex:1;padding-top:60px;overflow-y:auto}.page{max-width:1280px;margin:0 auto;padding:2rem}.page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem}.page__header h1{font-size:2.5rem;font-weight:700;color:#111827;line-height:1.25;margin-top:.25rem}.page__header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.section{margin-bottom:2.5rem}.section__title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.section__count{font-size:1rem;font-weight:400;color:#6b7280}.section__inherited-label{font-size:.875rem;font-weight:400;color:#6b7280}.section__toggle-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb;cursor:pointer;-webkit-user-select:none;user-select:none}.section__toggle-header:hover .section__title{color:#f2a61b}.section__toggle-header .section__title{margin-bottom:0;padding-bottom:0;border-bottom:none}.breadcrumb{display:inline-flex;align-items:center;font-size:.875rem;color:#6b7280;margin-bottom:.5rem;transition:color .12s ease}.breadcrumb:hover{color:#f2a61b;text-decoration:none}.text-muted{color:#6b7280;font-size:.875rem}.loading-state,.empty-state{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:.875rem}.empty-state .btn{margin-top:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.status-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1.5rem}.status-banner--info{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.status-banner--success{background:#ecfdf5;color:#10b981;border:1px solid #6ee7b7}.status-banner--warning{background:#fffbeb;color:#f59e0b;border:1px solid #fcd34d}.status-banner--danger{background:#fef2f2;color:#ef4444;border:1px solid #fca5a5}.spinner{display:inline-block;width:1em;height:1em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner--sm{width:.875em;height:.875em;border-width:1.5px}@keyframes spin{to{transform:rotate(360deg)}}.section--edit-panel{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;margin-bottom:2rem}.inherited-notice{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:color-mix(in srgb,#F2A61B 8%,transparent);border:1px solid color-mix(in srgb,#F2A61B 25%,transparent);border-radius:.5rem;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.inherited-notice__icon{flex-shrink:0;color:#f2a61b;font-style:normal}.app-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:60px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;padding:0 2rem;gap:2rem}.app-nav__brand{flex-shrink:0}.app-nav__brand a{font-size:1.5rem;font-weight:700;color:#f2a61b;text-decoration:none;letter-spacing:-.01em;display:flex;gap:.25rem;align-items:center}.app-nav__brand a img{height:1.25rem}.app-nav__brand a:hover{color:#d8900c;text-decoration:none}.app-nav__links{display:flex;align-items:center;gap:.25rem;flex:1}.app-nav__links li a{display:inline-flex;align-items:center;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none;transition:color .12s ease,background-color .12s ease}.app-nav__links li a:hover{color:#111827;background:#f3f4f6;text-decoration:none}.app-nav__links li a.is-active,.app-nav__links li a.router-link-active{color:#f2a61b;background:#eef2ff}.app-nav__user{display:flex;align-items:center;gap:.75rem;margin-left:auto;flex-shrink:0}.app-nav__name{font-size:.875rem;color:#374151;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;border:1px solid transparent;font-size:.875rem;font-weight:500;line-height:1.5;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease;-webkit-user-select:none;user-select:none}.btn:focus-visible{outline:2px solid #F2A61B;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background:#f2a61b;color:#fff;border-color:#f2a61b}.btn--primary:hover{background:#d8900c;border-color:#d8900c;text-decoration:none;color:#fff}.btn--ghost{background:transparent;color:#374151;border-color:#e5e7eb}.btn--ghost:hover{background:#f3f4f6;color:#111827;text-decoration:none}.btn--danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn--danger:hover{background:#dc2626;border-color:#dc2626;text-decoration:none;color:#fff}.btn--link{background:transparent;border-color:transparent;color:#f2a61b;padding-left:0;padding-right:0}.btn--link:hover{color:#d8900c;text-decoration:underline}.btn--sm{padding:.25rem .75rem;font-size:.75rem}.btn--xs{padding:2px .5rem;font-size:.75rem;line-height:1.4}.btn--lg{padding:.75rem 1.5rem;font-size:1rem}.btn--full{width:100%}.link{color:#f2a61b;font-weight:500}.link:hover{color:#d8900c}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=url],.form-group input[type=number],.form-group select,.form-group .textarea,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#111827;font-size:.875rem;transition:border-color .12s ease,box-shadow .12s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group input[type=password]::placeholder,.form-group input[type=url]::placeholder,.form-group input[type=number]::placeholder,.form-group select::placeholder,.form-group .textarea::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=password]:focus,.form-group input[type=url]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group .textarea:focus,.form-group textarea:focus{outline:none;border-color:#f2a61b;box-shadow:0 0 0 3px #f2a61b26}.form-group textarea,.form-group .textarea{resize:vertical;min-height:5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.form-actions--inline{border-top:none;padding-top:0;justify-content:flex-start}.form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-hint--info{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem .75rem;background:color-mix(in srgb,#F2A61B 8%,transparent);border:1px solid color-mix(in srgb,#F2A61B 25%,transparent);border-radius:.5rem;color:#374151;font-size:.75rem;margin-top:.25rem}.form-error{font-size:.875rem;color:#ef4444;margin:.5rem 0}.form-success{font-size:.875rem;color:#10b981;margin:.5rem 0}.checkbox-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:400!important;color:#111827}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;accent-color:#F2A61B;cursor:pointer}.keyword-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.keyword-tags--inline{margin-bottom:0}.keyword-tags--heading{font-size:2.5rem;font-weight:700;margin-bottom:0;gap:.5rem;flex-wrap:wrap}.keyword-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#eef2ff;color:#f2a61b;border-radius:9999px;font-size:.875rem;font-weight:500;line-height:1.4}.keyword-tag--sm{font-size:.75rem;padding:2px .5rem}.keyword-tag__remove{background:none;border:none;cursor:pointer;color:#f2a61b;font-size:1rem;line-height:1;padding:0;opacity:.6;transition:opacity .12s ease}.keyword-tag__remove:hover{opacity:1}.keyword-add-row{display:flex;gap:.5rem;align-items:center}.keyword-add-row input{flex:1}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f3f4f6;padding:1rem}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:2.5rem;width:100%;max-width:440px}.auth-card__title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;text-align:center}.auth-card__footer{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.settings-form{max-width:600px;display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.settings-section h2{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.settings-section .form-group+.form-group{margin-top:1rem}.regenerate-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.regenerate-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#3b82f6}.status-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.status-badge--draft{background:#f3f4f6;color:#6b7280}.status-badge--fetching,.status-badge--summarizing,.status-badge--building_sc{background:#eff6ff;color:#3b82f6;animation:pulse-badge 1.5s ease-in-out infinite}.status-badge--generating{background:#faf5ff;color:#3b82f6;animation:pulse-badge 1.5s ease-in-out infinite}.status-badge--complete{background:#ecfdf5;color:#059669}.status-badge--failed{background:#fef2f2;color:#ef4444}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.65}}.kd-badge{display:inline-block;min-width:2rem;text-align:center;padding:1px .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600}.kd-badge--easy{background:#ecfdf5;color:#047857}.kd-badge--medium{background:#fffbeb;color:#92400e}.kd-badge--hard{background:#fef2f2;color:#ef4444}.intent-badge{display:inline-block;padding:1px .5rem;border-radius:.5rem;font-size:.75rem;font-weight:500;background:#f9fafb;color:#374151;text-transform:capitalize}.intent-badge--informational{background:#eff6ff;color:#1d4ed8}.intent-badge--navigational{background:#f0fdf4;color:#15803d}.intent-badge--commercial{background:#fefce8;color:#a16207}.intent-badge--transactional{background:#faf5ff;color:#6d28d9}.client-card{display:block;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem;text-decoration:none;transition:box-shadow .12s ease,border-color .12s ease}.client-card:hover{border-color:#f2a61b;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;text-decoration:none}.client-card__name{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.client-card__domain{font-size:.875rem;color:#6b7280}.card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.client-context{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:700px){.client-context{grid-template-columns:1fr}}.client-context__block{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem}.client-context__label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.client-context__text{font-size:.875rem;color:#111827;line-height:1.6;white-space:pre-wrap;margin:0}.competitor-context-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.competitor-context-panel__subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.competitor-context-panel__form .form-hint{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.discover-row{display:flex;gap:.75rem;align-items:flex-end;margin-bottom:.75rem}.website-context-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.website-context-panel__subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.website-context-panel__building{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#eff6ff;border:1px solid #93c5fd;border-radius:.75rem;font-size:.875rem;color:#3b82f6;margin-bottom:1.25rem}.website-context-panel__error{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:.75rem;font-size:.875rem;color:#ef4444;margin-bottom:1.25rem}.website-context-panel__form .form-hint{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.website-context-panel__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.website-context-panel__meta .text-muted{font-size:.875rem;color:#6b7280}.website-context-panel__text{font-size:.875rem;line-height:1.75;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem;white-space:pre-wrap;max-height:280px;overflow-y:auto}.website-context-panel__idle{display:flex;align-items:center;gap:1rem;color:#6b7280;font-size:.875rem}.data-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;font-size:.875rem}.data-table thead{background:#f9fafb}.data-table thead tr{border-bottom:1px solid #e5e7eb}.data-table thead th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.data-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.data-table thead th.sortable:hover{color:#111827;background:#f3f4f6}.data-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .12s ease}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody tr:hover{background:#f3f4f6}.data-table tbody td{padding:.75rem 1rem;color:#111827;vertical-align:middle}.data-table .table-actions{text-align:right;white-space:nowrap;display:flex;gap:.5rem;justify-content:flex-end}.data-table .keyword-cell{font-weight:500;max-width:300px}.data-table .empty-cell{text-align:center;color:#6b7280;padding:2.5rem}.sort-icon{display:inline-block;margin-left:.25rem;color:#9ca3af;font-style:normal}.sort-icon--active{color:#f2a61b}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border-top:1px solid #e5e7eb}.pagination__info{font-size:.875rem;color:#6b7280}.keyword-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.keyword-table-wrap .data-table{border:none;border-radius:0}.keyword-filters{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.keyword-filters__search{flex:1;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff;color:#111827}.keyword-filters__search:focus{outline:none;border-color:#f2a61b;box-shadow:0 0 0 3px #f2a61b26}.keyword-filters__intent{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;background:#fff;color:#111827;cursor:pointer}.keyword-filters__intent:focus{outline:none;border-color:#f2a61b}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;animation:fade-in .12s ease}.modal{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:2rem;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;animation:slide-up .2s ease}.modal h2{font-size:2rem;font-weight:600;color:#111827;margin-bottom:1.5rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.section__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section__header-row .section__title{margin-bottom:0}.run-generate-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem}.run-generate-cta__text{font-size:.875rem;color:#6b7280;margin:0}.report-body{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;line-height:1.75}.report-body .st-section__title{margin-bottom:1rem}.st-section{margin-bottom:2.5rem}.st-section:last-child{margin-bottom:0}.st-section-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #eef2ff}.st-prose p{color:#374151;margin-bottom:1rem}.st-prose p:last-child{margin-bottom:0}.st-insights{list-style:none;display:flex;flex-direction:column;gap:.75rem}.st-insight{display:flex;flex-direction:column;gap:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-left:3px solid #F2A61B;border-radius:.5rem;padding:1rem 1.25rem}.st-insight__text{font-size:.875rem;font-weight:500;color:#111827;line-height:1.5;margin:0}.st-insight__evidence{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.st-insight__evidence:before{content:"↳ ";color:#f2a61b;font-weight:600}.st-priority-groups{display:flex;flex-direction:column;gap:1.5rem}.st-priority-group__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .75rem;border-radius:9999px;display:inline-block;margin-bottom:.75rem}.st-priority-group--high .st-priority-group__label{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.st-priority-group--medium .st-priority-group__label{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.st-priority-group--low .st-priority-group__label{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.st-priority-group__list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.st-priority-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.st-priority-item__rec{font-size:.875rem;font-weight:500;color:#111827;line-height:1.5;margin:0}.st-priority-item__rationale{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.st-priority-item__rationale .st-topic-card__label{display:inline;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-right:.5rem}.st-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.st-list li{display:flex;align-items:flex-start;gap:.75rem;color:#374151;font-size:.875rem}.st-list li:before{content:"→";color:#f2a61b;font-weight:700;flex-shrink:0;margin-top:1px}.st-topics{display:grid;grid-template-columns:1fr;gap:1rem}.st-topic-card{display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.st-topic-card__title{font-size:1.125rem;letter-spacing:-.01em;font-weight:600;color:#111827;line-height:1;margin-bottom:1.25rem}.st-topic-card__fields{display:flex;flex-direction:column;gap:1rem}.st-topic-card__row{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:.5rem}.st-topic-card__row:last-child{margin-bottom:0}.st-topic-card__label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:120px;padding-top:1px}.st-topic-card__value{font-size:.875rem;color:#374151;line-height:1.5}.st-topic-card .intent-badge{background:#fce8c4;margin-bottom:.5rem}.run-next-step__body{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--color-surface-alt, #f9f9f9);border-radius:6px;border:1px solid var(--color-border, #e5e7eb)}.run-next-step__label{margin:0;font-size:.9rem;color:var(--color-text-muted);flex:1}.sc-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.sc-panel__subtitle{margin:.25rem 0 0;font-size:.875rem;color:var(--color-text-muted)}.sc-panel__notice{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--color-surface-alt, #f9f9f9);border-radius:6px;font-size:.875rem;color:var(--color-text-muted)}.sc-panel__notice-icon{font-size:1rem}.sc-panel__form{max-width:560px}.sc-panel__url-row{display:flex;gap:.5rem;align-items:center}.sc-panel__url-input{flex:1}.sc-run-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.sc-run-panel__subtitle{margin:.25rem 0 0;font-size:.875rem;color:var(--color-text-muted)}.sc-run-panel__notice{font-size:.875rem;color:var(--color-text-muted);padding:.75rem 1rem;background:var(--color-surface-alt, #f9f9f9);border-radius:6px}.sc-run-panel__build-prompt{padding:1rem;background:var(--color-surface-alt, #f9f9f9);border-radius:6px}.sc-run-panel__build-form{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.sc-run-panel__days-group{margin:0}.sc-run-panel__days-select{padding:.4rem .5rem;border:1px solid var(--color-border, #ddd);border-radius:4px;background:var(--color-surface, #fff);font-size:.875rem}.sc-run-panel__building{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;color:var(--color-text-muted)}.sc-run-panel__error{padding:.75rem 1rem;background:#fff5f5;border:1px solid #fca5a5;border-radius:6px;font-size:.875rem;color:#b91c1c;display:flex;align-items:center;gap:.5rem}.sc-run-panel__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem;font-size:.875rem}.sc-run-panel__summary{font-size:.9rem;line-height:1.65;white-space:pre-line;color:var(--color-text);padding:.75rem 1rem;background:var(--color-surface-alt, #f9f9f9);border-radius:6px;margin-bottom:1rem}.sc-run-panel__context-toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.85rem;color:var(--color-primary, #2563eb);-webkit-user-select:none;user-select:none;margin-top:.25rem}.sc-run-panel__context-toggle:hover{text-decoration:underline}.sc-run-panel__context-caret{font-size:.75rem}.sc-run-panel__context-detail{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.sc-context-bucket__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:0 0 .5rem}.sc-context-bucket__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.sc-context-bucket__item{font-size:.85rem;line-height:1.5;padding:.5rem .75rem;background:var(--color-surface-alt, #f9f9f9);border-radius:4px;display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:baseline}.sc-context-bucket__item--muted{color:var(--color-text-muted)}.sc-context-bucket__key{font-weight:500;color:var(--color-text)}.sc-context-bucket__evidence{font-size:.8rem;color:var(--color-text-muted)}.sc-context-bucket__evidence:before{content:"("}.sc-context-bucket__evidence:after{content:")"}.sc-context-bucket__action{font-size:.8rem;color:var(--color-text-muted);font-style:italic}.settings-section__subheading{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--color-text)}.settings-section__connections-header{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0 .5rem}.settings-section__connections-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.sc-connection-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .875rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;background:var(--color-surface, #fff)}.sc-connection-row__info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.sc-connection-row__label{font-weight:500;font-size:.875rem}.sc-connection-row__email{font-size:.8rem}.sc-connection-row__default-badge{font-size:.75rem}.sc-connection-row__nickname-input{padding:.25rem .5rem;font-size:.875rem;border:1px solid var(--color-border, #ddd);border-radius:4px;width:180px}.sc-connection-row__actions{display:flex;gap:.375rem;flex-shrink:0}.sc-panel__connection-select{padding:.4rem .5rem;border:1px solid var(--color-border, #ddd);border-radius:4px;background:var(--color-surface, #fff);font-size:.875rem;width:100%;max-width:360px}.settings-section--integration{border-top:1px solid var(--color-border, #e5e7eb)}.settings-section__desc{margin:0 0 1.25rem;font-size:.875rem;color:var(--color-text-muted)}.settings-section__creds-form{margin-bottom:1.5rem}.settings-section__connection{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 0}
