.metric-card{min-width:0}.metric-card-icon{color:hsl(var(--autron-accent))}.section-card{border-radius:var(--autron-radius-panel);background:var(--card-bg);border:1px solid var(--card-border);min-width:0;box-shadow:var(--surface-shadow);padding:var(--autron-space-card)}.form-section{border-radius:var(--autron-radius-panel);border:1px solid hsl(var(--border));background:hsl(var(--foreground) / .025);min-width:0;padding:1rem}.detail-navigation{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.detail-title{font-size:clamp(1.05rem,.5vw + .95rem,1.4rem);font-weight:var(--font-weight-strong);color:var(--text-strong);overflow-wrap:anywhere;line-height:1.2}.detail-meta{color:hsl(var(--muted-foreground));flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.5rem;font-size:.78rem;display:flex}.detail-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto;display:flex}.detail-close-button,.icon-action-button{height:var(--autron-action-height);width:var(--autron-action-height);border-radius:var(--autron-action-radius);color:hsl(var(--muted-foreground));background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s,opacity .2s;display:inline-flex}.detail-close-button>svg,.icon-action-button>svg{width:1rem;height:1rem}.detail-close-button:hover,.icon-action-button:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.icon-action-button-primary{color:hsl(var(--status-info))}.icon-action-button-primary:hover,.icon-action-button-active{background:hsl(var(--status-info-bg));color:hsl(var(--status-info))}.icon-action-button-secondary,.icon-action-button-neutral{color:hsl(var(--muted-foreground))}.icon-action-button-success{color:hsl(var(--status-success))}.icon-action-button-success:hover{background:hsl(var(--status-success-bg));color:hsl(var(--status-success))}.icon-action-button-danger{color:hsl(var(--destructive))}.icon-action-button-danger:hover{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.icon-action-button:disabled,.detail-close-button:disabled{cursor:not-allowed;opacity:.5}.icon-action-button:disabled:hover,.detail-close-button:disabled:hover{background:0 0}.master-detail-layout-collapsed .entity-detail-page,.master-detail-layout-collapsed .form-shell{width:100%;max-width:none;margin-inline:0}.entity-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:20rem;padding:clamp(2rem,5vw,4rem);display:flex}.entity-empty-state-icon{border-radius:var(--radius-xl);background:hsl(var(--primary) / .12);width:3.5rem;height:3.5rem;color:hsl(var(--primary));justify-content:center;align-items:center;display:inline-flex}.entity-empty-state-title{font-size:.95rem;font-weight:var(--font-weight-strong);color:var(--text-strong)}.entity-empty-state-description{max-width:28rem;color:var(--text-muted);font-size:.86rem;line-height:1.5}.entity-detail-page{flex-direction:column;gap:1rem;min-width:0;display:flex}.entity-detail-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.entity-detail-topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.entity-summary-card{padding:var(--autron-space-card);gap:1.15rem;display:grid}.entity-summary-heading{align-items:flex-start;gap:1rem;min-width:0;display:flex}.entity-summary-icon{border-radius:var(--radius-xl);background:hsl(var(--muted) / .72);width:4rem;height:4rem;color:hsl(var(--muted-foreground));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.entity-summary-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.entity-summary-title-badge{align-items:center;display:inline-flex}.entity-summary-title{overflow-wrap:anywhere;min-width:0;font-size:clamp(1.2rem,.65vw + 1rem,1.55rem);font-weight:var(--font-weight-strong);color:var(--text-strong)}.entity-summary-copy{max-width:44rem;color:var(--text-muted);margin-top:.45rem;font-size:.88rem;line-height:1.55}.entity-summary-side{min-width:0}.entity-summary-fields{border-top:1px solid hsl(var(--border));grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;padding-top:1rem;display:grid}.entity-summary-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.entity-summary-field{align-items:flex-start;gap:.75rem;min-width:0;padding:.1rem 0;display:flex}.entity-summary-field-icon{width:1.35rem;height:1.35rem;color:hsl(var(--muted-foreground));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.entity-summary-field-icon>svg{width:1.05rem;height:1.05rem}.entity-summary-field-copy{flex:auto;min-width:0}.entity-summary-label{font-size:.7rem;font-weight:var(--font-weight-emphasis);letter-spacing:.055em;text-transform:uppercase;color:var(--text-label)}.entity-summary-value{overflow-wrap:anywhere;min-width:0;font-size:.92rem;font-weight:var(--font-weight-emphasis);color:var(--text-strong);margin-top:.45rem}@media (min-width:768px){.entity-summary-fields{gap:0}.entity-summary-field{border-left:1px solid hsl(var(--border));padding:0 1rem}.entity-summary-field:first-child{border-left:0;padding-left:0}.entity-summary-field:last-child{padding-right:0}}.entity-action-menu-trigger{height:var(--autron-action-height);width:var(--autron-action-height);cursor:pointer;border-radius:var(--autron-action-radius);color:hsl(var(--muted-foreground));justify-content:center;align-items:center;display:inline-flex}.entity-action-menu-trigger:hover,.entity-action-menu-trigger[data-state=open]{background:hsl(var(--accent));color:hsl(var(--foreground))}.entity-action-menu-content{z-index:90;border-radius:var(--autron-radius-panel);border:1px solid hsl(var(--border));background:hsl(var(--popover));min-width:12rem;padding:.35rem;box-shadow:0 18px 34px -24px #11182757}.entity-action-menu-item{cursor:pointer;border-radius:var(--radius-lg);text-align:left;width:100%;color:hsl(var(--foreground));outline:none;align-items:center;gap:.55rem;padding:.55rem .65rem;font-size:.82rem;display:flex}.entity-action-menu-item:hover,.entity-action-menu-item[data-highlighted]{background:hsl(var(--accent))}.entity-action-menu-item:disabled,.entity-action-menu-item[data-disabled]{cursor:not-allowed;opacity:.5}.entity-action-menu-item-danger{color:hsl(var(--destructive))}.entity-action-menu-item-danger:hover{background:hsl(var(--destructive) / .12)}.entity-action-menu-icon{flex-shrink:0;width:1rem;display:inline-flex}.entity-form-section{padding:0;overflow:hidden}.entity-form-section-header{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .36);padding:1rem 1.25rem}.entity-form-section-title{font-size:.95rem;font-weight:var(--font-weight-strong);color:var(--text-strong)}.entity-form-section-copy{color:var(--text-muted);margin-top:.25rem;font-size:.84rem}.entity-form-section-body{padding:1.25rem}.sticky-form-actions{z-index:10;border-top:1px solid hsl(var(--border));background:hsl(var(--card) / .92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap;justify-content:flex-end;gap:.65rem;padding:.9rem 0;display:flex;position:sticky;bottom:0}.entity-empty-state-icon{background:hsl(var(--autron-accent) / .12);color:hsl(var(--autron-accent))}
.sidebar-list,.library-card-grid{gap:var(--autron-gap-grid);grid-template-columns:repeat(auto-fill,minmax(19rem,1fr));align-items:stretch;width:100%;min-width:0;display:grid}:is(.page-shell>.glass-card:has(>.sidebar-list),.page-shell>.glass-card:has(>div>.sidebar-list)){box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;padding:0;overflow:visible}.master-list-panel .sidebar-list{grid-template-columns:minmax(0,1fr);gap:.65rem}.master-detail-layout:has(>.entity-empty-state):has(.sidebar-list){display:block}.master-detail-layout:has(>.entity-empty-state):has(.sidebar-list)>.master-list-panel{box-shadow:none;background:0 0;border:0;position:static;overflow:visible}.master-detail-layout:has(>.entity-empty-state):has(.sidebar-list)>.master-list-panel>.master-list-header{display:none}.master-detail-layout:has(>.entity-empty-state):has(.sidebar-list)>.entity-empty-state{display:none}.master-detail-layout:has(>.entity-empty-state):has(.sidebar-list)>.master-list-panel>div:last-child{padding:0;overflow:visible}.sidebar-list-item{width:100%;min-width:0;padding:var(--autron-space-card);border-radius:var(--autron-radius-card);border:1px solid var(--card-border,hsl(var(--border)));background:var(--card-bg,hsl(var(--card)));box-shadow:var(--autron-elev-rest);text-align:left;cursor:pointer;transition:transform var(--autron-duration) var(--autron-ease), border-color var(--autron-duration-fast) ease, box-shadow var(--autron-duration-fast) ease, background-color var(--autron-duration-fast) ease;flex-direction:column;align-items:stretch;display:flex;position:relative;overflow:hidden}.sidebar-list-item:before{content:"";background:hsl(var(--autron-accent));opacity:0;height:3px;transition:opacity var(--autron-duration-fast) ease;position:absolute;inset:0 0 auto}.sidebar-list-item:hover,.sidebar-list-item:focus-visible{transform:translateY(var(--autron-lift));border-color:hsl(var(--autron-accent) / .5);box-shadow:var(--autron-elev-hover)}.sidebar-list-item:hover:before,.sidebar-list-item:focus-visible:before,.sidebar-list-item-active:before{opacity:1}.sidebar-list-item-active{border-color:hsl(var(--autron-accent) / .6);background:hsl(var(--autron-accent) / .07)}.sidebar-list>.sidebar-list-item{min-height:12rem}.master-list-panel .sidebar-list>.sidebar-list-item{min-height:0}.master-list-panel .sidebar-list-item{border-radius:var(--autron-radius-panel);padding:.9rem 1rem}.master-list-panel .sidebar-list-item:hover{transform:none}.sidebar-list-item-content{grid-template-columns:3rem minmax(0,1fr);align-items:start;column-gap:.9rem;width:100%;min-width:0;height:100%;display:grid}.sidebar-list-item-icon{--autron-tile-size:3rem;height:var(--autron-tile-size);width:var(--autron-tile-size);border-radius:var(--autron-radius-tile);background:hsl(var(--autron-accent) / .12);color:hsl(var(--autron-accent));flex:none;grid-area:1/1;justify-content:center;align-items:center;display:inline-flex}.sidebar-list-item-body{flex-direction:column;grid-area:1/2;min-width:0;height:100%;display:flex}.sidebar-list-item-body>.flex{flex:auto;align-items:flex-start;min-width:0}.sidebar-list-item-body>.flex>.min-w-0{flex-direction:column;flex:auto;align-self:stretch;min-width:0;display:flex}.sidebar-list-item-title{text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;font-family:var(--font-display);font-size:1.02rem;font-weight:var(--font-weight-strong);letter-spacing:-.01em;color:var(--text-strong);line-height:1.35;display:block;overflow:hidden}.sidebar-list-item-subtitle{width:100%;min-width:0;color:hsl(var(--muted-foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.3rem;font-size:.86rem;line-height:1.5;display:-webkit-box;overflow:hidden}.sidebar-list-item-meta{border-top:1px solid hsl(var(--border) / .6);width:100%;min-width:0;color:hsl(var(--muted-foreground));flex-wrap:wrap;align-items:center;gap:.4rem .8rem;margin-top:auto;padding-top:.7rem;font-size:.78rem;line-height:1.35;display:flex}.sidebar-list-item-meta>*{min-width:0;max-width:100%}.sidebar-list-item-footer{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:hsl(var(--muted-foreground));margin-top:.5rem;font-size:.76rem;overflow:hidden}.master-list-panel .sidebar-list-item-content{grid-template-columns:2.5rem minmax(0,1fr);column-gap:.75rem}.master-list-panel .sidebar-list-item-icon{--autron-tile-size:2.5rem;border-radius:var(--radius-lg)}.master-list-panel .sidebar-list-item-title{font-size:.93rem}.master-list-panel .sidebar-list-item-subtitle{font-size:.78rem}.master-list-panel .sidebar-list-item-meta{margin-top:.55rem;padding-top:.55rem}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list{gap:var(--autron-gap-grid);grid-template-columns:repeat(auto-fill,minmax(19rem,1fr));width:100%;display:grid}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list-item{min-height:13rem;padding:var(--autron-space-card);border-radius:var(--autron-radius-card)}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list-item:hover{transform:translateY(var(--autron-lift))}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list-item>.flex{align-items:flex-start;height:100%}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list-item-copy{flex-direction:column;flex:auto;align-self:stretch;min-width:0;display:flex}.data-source-list-item-heading{align-items:center;gap:.6rem;min-width:0;display:flex}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list-item-meta{border-top:1px solid hsl(var(--border) / .6);width:100%;min-width:0;color:hsl(var(--muted-foreground));flex-wrap:wrap;align-items:center;gap:.4rem .8rem;margin-top:auto;padding-top:.7rem;font-size:.78rem;display:flex}.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list-error{display:none}@media (max-width:1279px){.sidebar-list,.library-card-grid,.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list{grid-template-columns:repeat(auto-fill,minmax(17rem,1fr))}.master-list-panel .sidebar-list{grid-template-columns:minmax(0,1fr)}}@media (max-width:639px){.sidebar-list,.library-card-grid,.data-source-workspace:not(.master-detail-layout-collapsed) .data-source-list{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.sidebar-list-item{transition:none}.sidebar-list-item:hover,.sidebar-list-item:focus-visible{transform:none}}
