
body { background:#f7f9fc; color:#182230; }
.hero { background:linear-gradient(135deg,#0d6efd,#173b8f); color:#fff; border-radius:0 0 28px 28px; }
.hero .search-box { background:#fff; border-radius:16px; padding:18px; box-shadow:0 15px 45px rgba(0,0,0,.12); }
.job-card { border:0; border-radius:16px; box-shadow:0 5px 22px rgba(16,24,40,.07); transition:.2s; }
.job-card:hover { transform:translateY(-3px); box-shadow:0 10px 30px rgba(16,24,40,.11); }
.icon-box { width:48px; height:48px; border-radius:12px; display:grid; place-items:center; background:#eaf2ff; color:#0d6efd; }
.section-title { font-weight:700; }
.badge-soft { background:#eef4ff; color:#0d6efd; }
.stat-card { border:0; border-radius:16px; }
.admin-sidebar { min-height:100vh; background:#111827; }
.admin-sidebar a { color:#d1d5db; text-decoration:none; display:block; padding:10px 14px; border-radius:8px; }
.admin-sidebar a:hover { background:#1f2937; color:#fff; }
.table td,.table th { vertical-align:middle; }
