
.sfc-hero{background:#0b1b4a;color:#fff;padding:42px 28px;border-radius:16px;margin:18px 0}
.sfc-hero h1{margin:0 0 8px 0;font-size:34px}
.sfc-hero p{margin:0 0 18px 0;opacity:.9}
.sfc-hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.sfc-btn{display:inline-block;background:#2563eb;color:#fff;padding:12px 16px;border-radius:10px;text-decoration:none;border:0;cursor:pointer}
.sfc-btn:hover{filter:brightness(1.05)}
.sfc-btn-secondary{background:#1f2937}
.sfc-btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.35)}
.sfc-btn-danger{background:#dc2626}
.sfc-card{background:#fff;border-radius:14px;padding:22px;margin:18px 0;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.sfc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.sfc-form label{display:block;margin:10px 0}
.sfc-form input,.sfc-form textarea,.sfc-form select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;margin-top:6px}
.sfc-inline{border:1px solid #e5e7eb}
.sfc-note{background:#fff7ed;border:1px solid #fed7aa;padding:14px;border-radius:12px;color:#7c2d12}
.sfc-success{background:#ecfdf5;border:1px solid #bbf7d0;padding:14px;border-radius:12px;color:#065f46;font-weight:700}
.sfc-pill{display:inline-block;background:#e5e7eb;color:#111827;border-radius:999px;padding:2px 10px;font-size:12px;margin-left:8px}
.sfc-link{color:#2563eb;text-decoration:none}
.sfc-link:hover{text-decoration:underline}
.sfc-table{width:100%;border-collapse:collapse}
.sfc-table th,.sfc-table td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left;vertical-align:top}
