*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,sans-serif;background:#f1f5f9;color:#1e293b;min-height:100vh}.header{width:100%;background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;padding:24px 0 0;box-shadow:0 4px 20px #2563eb4d}.header-content{max-width:960px;margin:0 auto;padding:0 20px;text-align:center}.header-top{display:flex;align-items:center;justify-content:center;gap:16px}.theme-toggle{padding:6px 16px;border-radius:20px;border:2px solid rgba(255,255,255,.6);background:#ffffff26;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.theme-toggle:hover{background:#ffffff4d;border-color:#fff}.header h1{font-size:28px;font-weight:800;letter-spacing:-.5px}.nav{display:flex;justify-content:center;gap:4px;margin-top:16px}.nav a{color:#ffffffbf;text-decoration:none;padding:10px 18px;border-radius:8px 8px 0 0;font-size:14px;font-weight:500;transition:background .2s,color .2s}.nav a:hover{background:#ffffff26;color:#fff}.nav a.active{background:#f1f5f9;color:#1e3a8a;font-weight:700}.container{max-width:960px;margin:32px auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border-radius:10px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s}.btn:hover{background:#1d4ed8;transform:translateY(-1px)}.home-page{background:#fff;border-radius:20px;padding:60px 40px;text-align:center;box-shadow:0 10px 30px #00000012}.home-page h2{font-size:32px;font-weight:800;color:#1e3a8a;margin-bottom:12px}.home-page p{color:#64748b;font-size:16px;margin-bottom:32px}.home-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.search-bar{margin-bottom:14px}.search-bar input{width:100%;padding:14px 18px;border-radius:12px;border:1px solid #e2e8f0;font-size:15px;background:#fff;box-shadow:0 2px 8px #0000000d;outline:none;transition:border-color .2s,box-shadow .2s}.search-bar input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.filter-panel{display:flex;align-items:center;gap:10px;margin-bottom:20px}.filter-panel label{font-weight:600;font-size:14px;color:#475569}.filter-panel select{padding:9px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;background:#fff;cursor:pointer;outline:none;transition:border-color .2s}.filter-panel select:focus{border-color:#2563eb}.job-form{background:#fff;padding:30px;border-radius:18px;margin-bottom:28px;box-shadow:0 8px 24px #00000012}.job-form h2{font-size:20px;font-weight:700;color:#1e3a8a;margin-bottom:18px}.job-form input,.job-form select{width:100%;padding:12px 14px;margin-bottom:12px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.job-form input:focus,.job-form select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.job-form button[type=submit]{width:100%;padding:13px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.job-form button[type=submit]:hover{background:#1d4ed8;transform:translateY(-1px)}.job-list h2{font-size:20px;font-weight:700;color:#1e3a8a;margin-bottom:16px}.job-card{background:#fff;padding:22px 24px;margin-bottom:14px;border-radius:16px;box-shadow:0 4px 16px #0000000f;border-left:4px solid #2563eb;transition:transform .2s,box-shadow .2s}.job-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.job-card h3{font-size:17px;font-weight:700;color:#1e3a8a;margin-bottom:4px}.job-card>p{color:#64748b;font-size:14px;margin-bottom:8px}.badge{display:inline-block;padding:4px 10px;border-radius:20px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:600}.salary{font-weight:700;color:#16a34a;font-size:15px;margin-top:8px}.job-card-actions{display:flex;align-items:center;gap:12px;margin-top:14px}.job-card-actions a{color:#2563eb;text-decoration:none;font-size:13px;font-weight:600;padding:6px 14px;border-radius:8px;border:1px solid #2563eb;transition:background .2s,color .2s}.job-card-actions a:hover{background:#2563eb;color:#fff}.job-card-actions button,.job-card button{padding:6px 14px;border-radius:8px;border:none;background:#fee2e2;color:#dc2626;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.job-card-actions button:hover,.job-card button:hover{background:#dc2626;color:#fff}.job-detail{background:#fff;border-radius:18px;padding:32px;margin-top:20px;box-shadow:0 8px 24px #00000012;border-top:4px solid #2563eb}.job-detail h2{font-size:24px;font-weight:800;color:#1e3a8a;margin-bottom:16px}.job-detail p{font-size:15px;color:#475569;margin-bottom:10px}.job-detail p strong{color:#1e293b}.job-detail-actions{display:flex;gap:12px;margin-top:24px;align-items:center}.job-detail-actions button{padding:10px 20px;border-radius:10px;border:none;background:#fee2e2;color:#dc2626;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.job-detail-actions button:hover{background:#dc2626;color:#fff}.job-detail-actions a{color:#2563eb;text-decoration:none;font-size:14px;font-weight:600;padding:10px 20px;border-radius:10px;border:1px solid #2563eb;transition:background .2s,color .2s}.job-detail-actions a:hover{background:#2563eb;color:#fff}.stats-page{background:#fff;border-radius:18px;padding:32px;box-shadow:0 8px 24px #00000012}.stats-page h2{font-size:22px;font-weight:800;color:#1e3a8a;margin-bottom:20px}.stats-page ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stats-page li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:20px;font-size:15px;font-weight:600;color:#334155;text-align:center}.about-page{background:#fff;border-radius:18px;padding:40px;box-shadow:0 8px 24px #00000012}.about-page h2{font-size:24px;font-weight:800;color:#1e3a8a;margin-bottom:14px}.about-page p{color:#475569;font-size:15px;line-height:1.7;margin-bottom:10px}.about-page ul{margin-top:16px;padding-left:20px;display:flex;flex-direction:column;gap:8px}.about-page li{color:#334155;font-size:14px;line-height:1.6}footer{margin-top:32px;padding:20px 24px;background:#fff;border-radius:14px;display:flex;justify-content:center;gap:32px;box-shadow:0 4px 12px #0000000d;color:#64748b;font-size:14px;font-weight:500}.login-page{max-width:400px;margin:40px auto;background:#fff;border-radius:18px;padding:40px;box-shadow:0 8px 24px #00000012;text-align:center}.login-page h2{font-size:24px;font-weight:800;color:#1e3a8a;margin-bottom:24px}.login-hint{margin-top:16px;color:#94a3b8;font-size:13px}.switch-mode{color:#2563eb;cursor:pointer;font-weight:600}.switch-mode:hover{text-decoration:underline}.error-msg{color:#dc2626;font-size:13px;margin-bottom:10px}.not-found{text-align:center;padding:80px 20px;background:#fff;border-radius:18px;box-shadow:0 8px 24px #00000012}.not-found h2{font-size:36px;font-weight:800;color:#1e3a8a;margin-bottom:12px}.not-found p{color:#64748b;margin-bottom:24px}.not-found a{color:#2563eb;font-weight:600;text-decoration:none}.featured-jobs{margin-top:36px;text-align:left}.featured-jobs h3{font-size:18px;font-weight:700;color:#1e3a8a;margin-bottom:12px}.featured-jobs ul{list-style:none;display:flex;flex-direction:column;gap:8px}.featured-jobs li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;font-size:14px;color:#334155;text-transform:capitalize}.header-actions{display:flex;align-items:center;gap:10px}.user-name{font-size:13px;color:#ffffffd9}.logout-btn{padding:6px 16px;border-radius:20px;border:2px solid rgba(255,255,255,.6);background:#ffffff26;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.logout-btn:hover{background:#ffffff4d}.login-link{padding:6px 16px;border-radius:20px;border:2px solid rgba(255,255,255,.6);background:#ffffff26;color:#fff!important;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s}.login-link:hover{background:#ffffff4d}[data-theme=dark] body,body[data-theme=dark]{background:#0f172a;color:#e2e8f0}[data-theme=dark] .home-page,[data-theme=dark] .job-form,[data-theme=dark] .job-card,[data-theme=dark] .job-detail,[data-theme=dark] .stats-page,[data-theme=dark] .about-page,[data-theme=dark] footer{background:#1e293b;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .job-card:hover{box-shadow:0 8px 24px #0006}[data-theme=dark] .home-page h2,[data-theme=dark] .job-form h2,[data-theme=dark] .job-list h2,[data-theme=dark] .job-card h3,[data-theme=dark] .job-detail h2,[data-theme=dark] .stats-page h2,[data-theme=dark] .about-page h2{color:#93c5fd}[data-theme=dark] .home-page p,[data-theme=dark] .job-card>p,[data-theme=dark] .job-detail p,[data-theme=dark] .about-page p,[data-theme=dark] .about-page li{color:#94a3b8}[data-theme=dark] .search-bar input,[data-theme=dark] .job-form input,[data-theme=dark] .job-form select,[data-theme=dark] .filter-panel select{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .search-bar input:focus,[data-theme=dark] .job-form input:focus,[data-theme=dark] .job-form select:focus,[data-theme=dark] .filter-panel select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}[data-theme=dark] .filter-panel label{color:#94a3b8}[data-theme=dark] .badge{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .stats-page li{background:#0f172a;border-color:#334155;color:#cbd5e1}[data-theme=dark] footer{color:#94a3b8}[data-theme=dark] .nav a.active{background:#0f172a;color:#93c5fd}
