.sch-page-header { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }
.sch-page-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.sch-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem 0.6rem; color: var(--sch-text-500); font-size: 0.85rem; }
.sch-breadcrumb a { color: var(--sch-primary); text-decoration: none; }
.sch-hero { border-radius: var(--sch-radius-lg); background: linear-gradient(135deg, rgba(31, 78, 140, 0.95) 0%, rgba(37, 99, 235, 0.9) 100%); color: #fff; padding: 1.5rem; box-shadow: 0 20px 40px rgba(31, 78, 140, 0.18); position: relative; overflow: hidden; }
.sch-hero::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 260px; height: 260px; border-radius: 9999px; background: rgba(255,255,255,0.08); }
.sch-hero-title { font-size: clamp(1.4rem); font-weight: 700; margin: 0 0 0.35rem; line-height: 1.2; }
.sch-hero-subtitle { opacity: 0.9; font-size: 0.95rem; max-width: 60ch; }
.sch-front-hero { padding: 4rem 1.5rem; background: linear-gradient(135deg, #F4F7FB 0%, #E9F1FB 100%); border-bottom: 1px solid var(--sch-border); }
.sch-front-card { border-radius: var(--sch-radius-lg); background: #fff; padding: 1.25rem; border: 1px solid var(--sch-border); box-shadow: var(--sch-shadow-sm); }
.sch-front-nav { display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 1.25rem; border-bottom: 1px solid var(--sch-border); background: #fff; }
.sch-front-footer { padding: 2rem 1.25rem; background: var(--sch-text-900); color: #CBD5E1; }
.sch-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; }
@media (max-width: 767px) { .sch-steps { grid-template-columns: 1fr 1fr; } }
.sch-step { display: flex; align-items: center; gap: 0.6rem; padding: 0.75rem 0.9rem; border-radius: var(--sch-radius-md); border: 1px solid var(--sch-border); background: #fff; }
.sch-step-active { border-color: rgba(31, 78, 140, 0.35); background: rgba(31, 78, 140, 0.06); color: var(--sch-primary); }
.sch-summary { border-radius: var(--sch-radius-lg); background: #fff; border: 1px solid var(--sch-border); padding: 1rem; box-shadow: var(--sch-shadow-xs); position: sticky; top: 90px; }
.sch-summary-row { display: flex; align-items: center; justify-content: space-between; padding: 0.55rem 0; border-bottom: 1px dashed var(--sch-border); }
.sch-summary-row:last-child { border-bottom: none; }
.sch-toolbar { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1rem; }
.sch-toolbar-filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.75rem; margin-bottom: 1rem; }
.sch-modal-mask { position: fixed; inset: 0; background: rgba(15, 23, 42, 0.45); display: flex; align-items: center; justify-content: center; padding: 1rem; z-index: 1050; }
.sch-modal { width: min(720px, 100%); max-height: 88vh; overflow: auto; background: #fff; border-radius: var(--sch-radius-xl); box-shadow: var(--sch-shadow-lg); }
.sch-tabs { display: inline-flex; padding: 0.25rem; background: var(--sch-surface-alt); border-radius: 9999px; border: 1px solid var(--sch-border); }
.sch-tab { padding: 0.45rem 0.9rem; border-radius: 9999px; font-size: 0.85rem; color: var(--sch-text-600); font-weight: 600; cursor: pointer; }
.sch-tab-active { background: #fff; color: var(--sch-primary); box-shadow: var(--sch-shadow-xs); }
.sch-stat-label { display: flex; flex-direction: column; gap: 0.2rem; }
.sch-stat-label { color: var(--sch-text-500); font-size: 0.8rem; }
.sch-stat-value { color: var(--sch-text-800); font-weight: 700; font-size: 1.05rem; }
