:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-primary-soft: #dbeafe;--color-bg: #f4f6f8;--color-surface: #ffffff;--color-surface-alt: #f8fafc;--color-text: #111827;--color-text-muted: #6b7280;--color-border: #e5e7eb;--header-height: 64px;--sidenav-width: 240px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 10px rgba(0, 0, 0, .08)}html,body{margin:0;padding:0;min-height:100%;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;background:#f4f6f8;color:#111827}*,*:before,*:after{box-sizing:border-box}body{line-height:1.5}button,input,select,textarea{font:inherit}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{margin-top:0;color:#111827}p{margin-top:0}.page-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.page-subtitle{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000d;padding:1.5rem}.section-spacing{display:flex;flex-direction:column;gap:1.5rem}.workflow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.workflow-step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.workflow-step__number{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#dbeafe;color:#2563eb;font-size:.875rem;font-weight:600}.workflow-step__title{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.workflow-step__text,.status-note{margin:0;color:#6b7280;font-size:.875rem}.next-step-card{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem;border:1px solid #dbeafe;border-radius:8px;background:#f8fafc}.next-step-card__eyebrow{display:block;margin-bottom:.25rem;color:#2563eb;font-size:.875rem;font-weight:600}.next-step-card__title{margin:0 0 .25rem;font-size:1.125rem}.next-step-card__text{margin:0;color:#6b7280;font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;min-width:8.5rem;padding:.65rem 1rem;border-radius:8px;border:1px solid transparent;cursor:pointer;text-decoration:none;font-weight:500;line-height:1.2;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8}.btn--secondary{background:#fff;color:#111827;border-color:#e5e7eb}.btn--secondary:hover{background:#f8fafc}.btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn--danger:hover{background:#b91c1c;border-color:#b91c1c}.btn--ghost{background:transparent;color:#111827;border-color:#e5e7eb}.btn--ghost:hover{background:#f8fafc}.btn--small,.btn--sm{min-height:2rem;min-width:5.5rem;padding:.4rem .7rem;font-size:.8rem}@media(max-width:768px){.next-step-card{align-items:stretch;flex-direction:column}}
