@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,sans-serif;background:#f0f2ff;color:#1e1b4b;min-height:100vh}.header{width:100%;background:linear-gradient(135deg,#1e1b4b,#312e81,#4338ca);color:#fff;padding:20px 0 0;box-shadow:0 8px 32px #4338ca66;position:sticky;top:0;z-index:100}.header-content{max-width:1000px;margin:0 auto;padding:0 24px}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.header h1{font-size:24px;font-weight:800;letter-spacing:-.5px;background:linear-gradient(90deg,#fff,#c7d2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-actions{display:flex;align-items:center;gap:8px}.user-name{font-size:13px;color:#c7d2fe;font-weight:500;padding:4px 10px;background:#ffffff1a;border-radius:20px}.theme-toggle,.logout-btn{padding:6px 16px;border-radius:20px;border:1.5px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.theme-toggle:hover,.logout-btn:hover{background:#ffffff40;border-color:#fff9}.login-link{padding:6px 16px;border-radius:20px;border:1.5px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff!important;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s}.login-link:hover{background:#ffffff40}.nav{display:flex;gap:2px}.nav a{color:#ffffffa6;text-decoration:none;padding:10px 18px;border-radius:10px 10px 0 0;font-size:13px;font-weight:500;transition:all .2s;letter-spacing:.2px}.nav a:hover{background:#ffffff1f;color:#fff}.nav a.active{background:#f0f2ff;color:#4338ca;font-weight:700}.app{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1000px;width:100%;margin:36px auto;padding:0 24px;flex:1}.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#4338ca);color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #6366f159}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f173}.home-page{background:#fff;border-radius:24px;padding:64px 48px;text-align:center;box-shadow:0 4px 24px #6366f114;border:1px solid rgba(99,102,241,.1);position:relative;overflow:hidden}.home-page:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);border-radius:50%}.home-page h2{font-size:36px;font-weight:800;background:linear-gradient(135deg,#1e1b4b,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px;letter-spacing:-.5px}.home-page>p{color:#6b7280;font-size:16px;margin-bottom:36px}.home-links{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.featured-jobs{margin-top:48px;text-align:left;border-top:1px solid #e0e7ff;padding-top:32px}.featured-jobs h3{font-size:16px;font-weight:700;color:#4338ca;margin-bottom:14px;text-transform:uppercase;letter-spacing:.8px;font-size:12px}.featured-jobs ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.featured-jobs li{background:#f5f3ff;border:1px solid #e0e7ff;border-radius:12px;padding:14px 16px;font-size:13px;color:#4338ca;font-weight:500;text-transform:capitalize;transition:all .2s}.featured-jobs li:hover{background:#ede9fe;transform:translateY(-1px)}.search-bar{margin-bottom:12px}.search-bar input{width:100%;padding:14px 20px;border-radius:14px;border:2px solid #e0e7ff;font-size:14px;background:#fff;box-shadow:0 2px 8px #6366f10f;outline:none;transition:all .2s;color:#1e1b4b}.search-bar input::placeholder{color:#a5b4fc}.search-bar input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.filter-panel{display:flex;align-items:center;gap:10px;margin-bottom:20px}.filter-panel label{font-weight:600;font-size:13px;color:#6366f1}.filter-panel select{padding:9px 14px;border-radius:10px;border:2px solid #e0e7ff;font-size:13px;background:#fff;color:#1e1b4b;cursor:pointer;outline:none;transition:border-color .2s;font-weight:500}.filter-panel select:focus{border-color:#6366f1}.job-list h2{font-size:18px;font-weight:700;color:#1e1b4b;margin-bottom:16px;display:flex;align-items:center;gap:8px}.job-card{background:#fff;padding:20px 24px;margin-bottom:12px;border-radius:18px;box-shadow:0 2px 12px #6366f112;border:1px solid #e0e7ff;border-left:4px solid #6366f1;transition:all .25s;position:relative}.job-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #6366f126;border-color:#c7d2fe}.job-card h3{font-size:16px;font-weight:700;color:#1e1b4b;margin-bottom:4px}.job-card>p{color:#6b7280;font-size:13px;margin-bottom:10px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;background:#ede9fe;color:#7c3aed;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.salary{font-weight:700;color:#059669;font-size:15px;margin-top:8px}.job-card-actions{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #f0f2ff}.job-card-actions a{color:#6366f1;text-decoration:none;font-size:12px;font-weight:600;padding:6px 14px;border-radius:8px;border:1.5px solid #c7d2fe;transition:all .2s;background:#f5f3ff}.job-card-actions a:hover{background:#6366f1;color:#fff;border-color:#6366f1}.job-card-actions button,.job-card button{padding:6px 14px;border-radius:8px;border:1.5px solid #fecdd3;background:#fff1f2;color:#e11d48;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.job-card-actions button:hover,.job-card button:hover{background:#e11d48;color:#fff;border-color:#e11d48}.job-detail{background:#fff;border-radius:20px;padding:36px;margin-top:20px;box-shadow:0 4px 24px #6366f11a;border:1px solid #e0e7ff}.job-detail h2{font-size:26px;font-weight:800;color:#1e1b4b;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f2ff}.job-detail p{font-size:15px;color:#4b5563;margin-bottom:12px;display:flex;gap:8px}.job-detail p strong{color:#1e1b4b;min-width:100px}.job-detail-actions{display:flex;gap:12px;margin-top:28px;align-items:center}.job-detail-actions button{padding:10px 22px;border-radius:10px;border:1.5px solid #fecdd3;background:#fff1f2;color:#e11d48;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.job-detail-actions button:hover{background:#e11d48;color:#fff;border-color:#e11d48}.job-detail-actions a{color:#6366f1;text-decoration:none;font-size:14px;font-weight:600;padding:10px 22px;border-radius:10px;border:1.5px solid #c7d2fe;background:#f5f3ff;transition:all .2s}.job-detail-actions a:hover{background:#6366f1;color:#fff;border-color:#6366f1}.job-form{background:#fff;padding:36px;border-radius:20px;margin-bottom:28px;box-shadow:0 4px 24px #6366f114;border:1px solid #e0e7ff}.job-form h2{font-size:22px;font-weight:800;color:#1e1b4b;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f2ff}.job-form input,.job-form select{width:100%;padding:13px 16px;margin-bottom:12px;border-radius:12px;border:2px solid #e0e7ff;font-size:14px;color:#1e1b4b;outline:none;transition:all .2s;background:#fafbff;font-family:inherit}.job-form input:focus,.job-form select:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a;background:#fff}.job-form button[type=submit]{width:100%;padding:14px;border-radius:12px;border:none;background:linear-gradient(135deg,#6366f1,#4338ca);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #6366f159;font-family:inherit}.job-form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f173}.stats-page{background:#fff;border-radius:20px;padding:36px;box-shadow:0 4px 24px #6366f114;border:1px solid #e0e7ff}.stats-page h2{font-size:22px;font-weight:800;color:#1e1b4b;margin-bottom:28px}.stats-page ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.stats-page li{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:16px;padding:24px 16px;font-size:15px;font-weight:700;color:#4338ca;text-align:center;transition:all .2s}.stats-page li:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f126}.about-page{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 24px #6366f114;border:1px solid #e0e7ff}.about-page h2{font-size:24px;font-weight:800;color:#1e1b4b;margin-bottom:16px}.about-page p{color:#4b5563;font-size:15px;line-height:1.8;margin-bottom:12px}.about-page ul{margin-top:16px;padding-left:20px;display:flex;flex-direction:column;gap:8px}.about-page li{color:#374151;font-size:14px;line-height:1.7}footer{margin-top:40px;padding:20px 24px;background:#fff;border-radius:16px;display:flex;justify-content:center;gap:32px;box-shadow:0 2px 12px #6366f10f;border:1px solid #e0e7ff;color:#9ca3af;font-size:13px;font-weight:500}.login-page{max-width:420px;margin:48px auto;background:#fff;border-radius:24px;padding:48px 40px;box-shadow:0 8px 40px #6366f126;border:1px solid #e0e7ff;text-align:center}.login-page h2{font-size:28px;font-weight:800;background:linear-gradient(135deg,#1e1b4b,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:28px}.login-hint{margin-top:20px;color:#9ca3af;font-size:13px}.switch-mode{color:#6366f1;cursor:pointer;font-weight:600}.switch-mode:hover{text-decoration:underline}.error-msg{color:#e11d48;font-size:12px;margin-bottom:8px;text-align:left;font-weight:500}.success-msg{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:12px 16px;font-size:13px;font-weight:600;margin-bottom:16px;text-align:left}.success-msg a{color:#059669;font-weight:700}.not-found{text-align:center;padding:100px 20px;background:#fff;border-radius:24px;box-shadow:0 4px 24px #6366f114;border:1px solid #e0e7ff}.not-found h2{font-size:48px;font-weight:800;background:linear-gradient(135deg,#1e1b4b,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}.not-found p{color:#6b7280;margin-bottom:28px;font-size:16px}.not-found a{color:#6366f1;font-weight:700;text-decoration:none;padding:12px 28px;border-radius:12px;background:#f0f2ff;border:1.5px solid #c7d2fe;transition:all .2s}.not-found a:hover{background:#6366f1;color:#fff}.spinner{width:40px;height:40px;border:3px solid #e0e7ff;border-top-color:#6366f1;border-radius:50%;animation:spin .7s linear infinite;margin:32px auto}@keyframes spin{to{transform:rotate(360deg)}}.btn-edit{display:inline-block;padding:6px 14px;border-radius:8px;background:#ecfdf5;color:#059669;font-size:12px;font-weight:600;text-decoration:none;border:1.5px solid #a7f3d0;transition:all .2s}.btn-edit:hover{background:#059669;color:#fff;border-color:#059669}.btn-delete{padding:6px 14px;border-radius:8px;border:1.5px solid #fecdd3;background:#fff1f2;color:#e11d48;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#e11d48;color:#fff;border-color:#e11d48}.form-actions{display:flex;gap:12px;margin-top:4px}.form-actions button[type=submit]{flex:1;padding:14px;border-radius:12px;border:none;background:linear-gradient(135deg,#6366f1,#4338ca);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #6366f14d;font-family:inherit}.form-actions button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.btn-cancel{flex:1;padding:14px;border-radius:12px;border:2px solid #e0e7ff;background:#fff;color:#6b7280;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-cancel:hover{background:#f0f2ff;color:#1e1b4b}@media(max-width:600px){.header h1{font-size:18px}.header-top{flex-wrap:wrap;gap:8px}.header-actions{flex-wrap:wrap;gap:6px}.nav a{padding:8px 10px;font-size:12px}.container{margin:16px auto;padding:0 14px}.home-page{padding:36px 20px}.home-page h2{font-size:24px}.home-links{flex-direction:column;align-items:center}.job-form{padding:24px 18px}.job-card{padding:16px 18px}.job-card-actions{flex-wrap:wrap}.job-detail{padding:24px 18px}.job-detail-actions{flex-wrap:wrap}.stats-page ul{grid-template-columns:1fr 1fr}.login-page{margin:20px auto;padding:32px 20px}.featured-jobs ul{grid-template-columns:1fr}}[data-theme=dark] body{background:#0d0b1e;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,[data-theme=dark] .login-page,[data-theme=dark] .not-found{background:#13112b;border-color:#2d2b5a}[data-theme=dark] .job-card:hover{box-shadow:0 12px 32px #6366f140}[data-theme=dark] .home-page h2,[data-theme=dark] .login-page h2,[data-theme=dark] .not-found h2{background:linear-gradient(135deg,#a5b4fc,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}[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:#a5b4fc}[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,[data-theme=dark] .not-found p{color:#6b7280}[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:#0d0b1e;border-color:#2d2b5a;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:#6366f1;box-shadow:0 0 0 4px #6366f126}[data-theme=dark] .filter-panel label{color:#a5b4fc}[data-theme=dark] .badge{background:#1e1b4b;color:#a5b4fc}[data-theme=dark] .stats-page li{background:linear-gradient(135deg,#1a1740,#1e1b4b);border-color:#2d2b5a;color:#a5b4fc}[data-theme=dark] footer{color:#4b5563;border-color:#2d2b5a}[data-theme=dark] .nav a.active{background:#0d0b1e;color:#818cf8}[data-theme=dark] .featured-jobs li{background:#1a1740;border-color:#2d2b5a;color:#a5b4fc}[data-theme=dark] .job-card-actions{border-color:#1e1b4b}[data-theme=dark] .btn-cancel{background:#13112b;border-color:#2d2b5a;color:#6b7280}[data-theme=dark] .btn-cancel:hover{background:#1e1b4b;color:#e2e8f0}[data-theme=dark] .job-detail{border-color:#2d2b5a}[data-theme=dark] .job-detail h2,[data-theme=dark] .job-form h2{border-color:#1e1b4b}
