.workspace-shell.configure-shell{background:var(--surface-0);border-color:var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-light);gap:0;padding:0;overflow:hidden}.configure-shell__header{gap:var(--spacing-lg);background:var(--surface-1);border-bottom:1px solid var(--border-muted);padding:var(--spacing-lg) var(--spacing-xl) var(--spacing-base);flex-wrap:wrap;align-items:flex-start;display:flex}.configure-shell__header .knowledge-section-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 .25rem;font-size:.75rem}.configure-shell__header h1{color:var(--text);margin:0 0 .35rem;font-size:1.85rem;font-weight:700}.configure-shell__header p{color:var(--text-secondary);max-width:48rem;margin:0}.configure-shell__header .header-actions{align-items:center;gap:.6rem;margin-left:auto;display:flex}.configure-shell__body{padding:var(--spacing-lg) var(--spacing-xl) var(--spacing-xl);gap:var(--spacing-lg);background:var(--surface-0);contain:layout;flex-direction:column;display:flex}.configure-shell__body>.workspace-card{box-shadow:var(--shadow-light)}.configure-shell__section-title{color:var(--text-1);margin:0 0 .65rem;font-size:1.1rem;font-weight:600}.configure-shell__section-meta{color:var(--text-tertiary);max-width:42rem;margin:0 0 1.1rem}.configure-sortable{align-items:center;gap:var(--spacing-sm);font:inherit;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:500;display:inline-flex}.configure-sortable:focus-visible{outline:var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}.configure-sortable__icon{color:currentColor;justify-content:center;align-items:center;display:inline-flex}.configure-sortable.is-active{color:var(--text);font-weight:600}.configure-sortable.is-active .configure-sortable__icon{color:var(--primary-4)}.configure-checkbox{align-items:center;gap:var(--spacing-sm);cursor:pointer;color:var(--text-1);font-size:.9rem;line-height:1.35;display:inline-flex}.configure-checkbox input[type=checkbox]{appearance:none;border:1.5px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-1);width:1.1rem;height:1.1rem;transition:border-color .18s,background .18s,box-shadow .18s;display:inline-block;position:relative}.configure-checkbox input[type=checkbox]:after{content:"";opacity:0;border:.18rem solid #fff;border-width:0 .18rem .18rem 0;width:.35rem;height:.65rem;transition:opacity .18s,transform .18s;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(45deg)scale(.6)}.configure-checkbox input[type=checkbox]:checked{background:var(--primary-4);border-color:var(--primary-4)}.configure-checkbox input[type=checkbox]:checked:after{opacity:1;transform:translate(-50%,-50%)rotate(45deg)scale(1)}.configure-checkbox input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px var(--accent-soft-25);outline:none}.configure-checkbox input[type=checkbox]:disabled{background:var(--surface-2);border-color:var(--border-muted);cursor:not-allowed}.configure-checkbox input[type=checkbox]:disabled:after{border-color:var(--text-tertiary)}.configure-checkbox input[type=checkbox]:disabled+span,.configure-checkbox.configure-checkbox--static span{color:var(--text-tertiary)}.configure-checkbox.configure-checkbox--static{cursor:default}.configure-checkbox.configure-checkbox--static input[type=checkbox]{pointer-events:none}.configure-status{border-radius:var(--radius-pill);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.configure-status.configure-status--active{color:var(--positive-7);background:var(--positive-1)}.configure-status.configure-status--disabled{color:var(--text-tertiary);background:var(--surface-2)}.configure-shell__controls{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-wrap:wrap;align-items:center;display:flex}.configure-shell__controls .mini-pill-btn,.configure-shell__controls .nav-btn{margin-left:auto}.configure-table{border:1px solid var(--border);border-radius:var(--radius-10);padding:0;overflow-x:auto}.configure-table table{border-collapse:collapse;width:100%}.configure-table thead{background:var(--surface-2)}.configure-table th,.configure-table td{padding:var(--spacing-md) var(--spacing-base);text-align:left;border-bottom:1px solid var(--border-muted);vertical-align:top}.configure-table th{color:var(--text-secondary);font-size:.9rem;font-weight:600}.configure-table tbody tr:last-child td{border-bottom:0}.configure-table tbody tr:hover{background:var(--surface-1)}.configure-detail-alert{width:100%;margin:0 0 var(--spacing-base)}.configure-detail-card{gap:var(--spacing-base);flex-direction:column;display:flex}.configure-detail-card__header{justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;display:flex}.configure-detail-card__title{color:var(--text-1);margin:0;font-size:1.1rem;font-weight:600}.configure-detail-card__content{gap:var(--spacing-base);flex-direction:column;display:flex}.configure-detail-card--meta{gap:var(--spacing-md)}.configure-detail-card--meta .configure-detail-meta{gap:var(--spacing-sm)}.configure-detail-meta{grid-template-columns:repeat(auto-fit, minmax(calc(220px * var(--density-scale,1)), 1fr));gap:var(--spacing-md);color:var(--text-secondary);font-size:.9rem;display:grid}.configure-detail-meta dt{color:var(--text-1);margin:0 0 .25rem;font-weight:600}.configure-detail-meta dd{color:var(--text-secondary);margin:0}.configure-detail-footer{justify-content:flex-end;gap:var(--spacing-md);margin-top:var(--spacing-sm);display:flex}.configure-empty-card{align-items:center;gap:var(--spacing-md);padding:var(--spacing-xl);text-align:center;border:1px dashed var(--border-muted);border-radius:var(--radius-lg);background:var(--surface-0);color:var(--text-1);flex-direction:column;display:flex}.configure-empty-card__icon{background:var(--primary-0);width:56px;height:56px;color:var(--primary-5);border-radius:50%;place-items:center;font-size:1.35rem;display:grid}.configure-empty-card__actions{gap:var(--spacing-md);display:flex}@media (width<=900px){.configure-shell__header{padding:1.35rem 1.25rem}.configure-shell__body{padding:1.35rem}.configure-shell__header .header-actions{justify-content:flex-start;width:100%}}@media (width<=640px){.configure-shell__controls{flex-direction:column;align-items:stretch}.configure-shell__controls .mini-pill-btn,.configure-shell__controls .nav-btn{width:100%}.configure-detail-footer{flex-direction:column-reverse;align-items:stretch}}