.workflow-shell{width:min(1120px,100% - 2rem);margin:0 auto;padding:2.5rem 0 4rem}.workflow-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.workflow-header h1,.workflow-card h2,.workflow-card h3{margin:0}.workflow-header p,.workflow-card p{color:var(--muted-foreground)}.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.workflow-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);padding:1.25rem}.workflow-card+.workflow-card{margin-top:1rem}.workflow-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.workflow-progress{background:var(--muted);border-radius:999px;height:.55rem;overflow:hidden}.workflow-progress>span{background:var(--primary);border-radius:inherit;height:100%;display:block}.onboarding-steps,.notification-list,.task-list{gap:.75rem;display:grid}.onboarding-step,.notification-row,.task-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.notification-row.is-unread{border-color:color-mix(in srgb, var(--primary) 45%, var(--border))}.notification-row__body,.task-row__body{flex:1;min-width:0}.notification-row__body p,.task-row__body p{margin:.3rem 0}.workflow-meta{color:var(--muted-foreground);font-size:.85rem}.workflow-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.workflow-form{gap:1rem;display:grid}.workflow-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.workflow-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:1rem 0;display:grid}.workflow-summary>div{border:1px solid var(--border);border-radius:var(--radius);padding:.9rem}.workflow-summary span{color:var(--muted-foreground);font-size:.8rem;display:block}.workflow-summary strong{margin-top:.25rem;font-size:1.2rem;display:block}.import-preview{max-height:28rem;overflow:auto}.import-errors{margin:0;padding-left:1.25rem}.import-errors li+li{margin-top:.45rem}.notification-bell{width:2.25rem;height:2.25rem;color:var(--muted-foreground);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex;position:relative}.notification-bell:hover{background:var(--subtle);color:var(--foreground);border-color:var(--border)}.notification-bell__icon{width:18px;height:18px}.notification-bell__count{border:2px solid var(--surface);background:var(--danger);min-width:17px;height:17px;color:var(--danger-foreground);border-radius:999px;place-items:center;padding:0 4px;font-size:10px;font-weight:800;line-height:1;display:grid;position:absolute;top:-4px;right:-5px}.resource-index-toolbar{grid-template-columns:minmax(14rem,1fr) repeat(3,minmax(8rem,auto));align-items:end;gap:.75rem;margin-bottom:1rem;display:grid}.resource-index-columns{border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;grid-column:1/-1;gap:.55rem 1rem;margin:0;padding:.8rem 1rem;display:flex}.resource-index-columns legend{color:var(--muted-foreground);padding:0 .35rem;font-size:.82rem}.resource-index-columns label{cursor:pointer;align-items:center;gap:.4rem;display:inline-flex}.resource-index-toolbar__actions{grid-column:1/-1}.resource-index-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.resource-index-summary{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.resource-index-summary p{margin:0}.resource-index-select{text-align:center;width:2.5rem}.resource-index-bulkbar{justify-content:space-between;align-items:center;gap:1rem;margin-top:.8rem;display:flex}.resource-index-pagination{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}@media (width<=900px){.resource-index-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.workflow-grid,.workflow-form-grid,.workflow-summary{grid-template-columns:1fr}.workflow-header,.onboarding-step,.notification-row,.task-row,.resource-index-summary,.resource-index-bulkbar{flex-direction:column;align-items:stretch}.resource-index-toolbar{grid-template-columns:1fr}}
