body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#333;font-family:Poppins,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{padding:2rem}.app-title{color:#1f2937;font-weight:600;margin-bottom:2rem}.main-section{flex-direction:column}@media (min-width:768px){.main-section{flex-direction:row;justify-content:space-between}}:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--success-color:#10b981;--danger-color:#ef4444;--text-dark:#111827;--text-light:#6b7280;--border-color:#e5e7eb;--bg-light:#f3f4f6;--bg-white:#fff;--shadow-light:#0000000f;--font-family:"Inter","Segoe UI",Tahoma,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9fafb;color:#111827;color:var(--text-dark);font-family:Inter,Segoe UI,Tahoma,sans-serif;font-family:var(--font-family);line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.app-title{color:#2c3e50;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:2px;margin-bottom:20px;text-align:center;text-transform:uppercase}.search-bar-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.search-bar{border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:10px;font-size:1rem;max-width:500px;outline:none;padding:.75rem 1.25rem;transition:all .3s ease;width:100%}.search-bar:focus{border-color:#2563eb;border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb33}.error,.loading{font-size:1rem;margin-top:1rem;text-align:center}.loading{color:#2563eb;color:var(--primary-color)}.error{color:#ef4444;color:var(--danger-color)}.main-section{display:flex;flex-wrap:wrap;gap:2rem}.job-list{display:flex;flex:2 1;flex-direction:column;gap:1.5rem}.job-list-heading{color:#34495e;font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;letter-spacing:1.5px;margin-bottom:16px;text-align:center;text-transform:uppercase}.saved-jobs{border-left:2px solid #e5e7eb;border-left:2px solid var(--border-color);flex:1 1;padding-left:2rem}.saved-jobs h2{color:#111827;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.job-card{background-color:#fff;background-color:var(--bg-white);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px #0000000f;box-shadow:0 4px 12px var(--shadow-light);padding:1.5rem;transition:transform .2s ease,box-shadow .3s ease}.job-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-3px)}.job-card h3{color:#111827;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.job-card p{color:#6b7280;color:var(--text-light);margin:.25rem 0}.save-btn{background-color:#2563eb;background-color:var(--primary-color);border:none;border-radius:8px;box-shadow:0 2px 6px #2563eb4d;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.5rem 1.25rem;transition:all .3s ease}.save-btn:hover{background-color:#1d4ed8;background-color:var(--primary-hover);transform:scale(1.05)}.save-btn:focus{outline:2px solid #2563eb;outline:2px solid var(--primary-color);outline-offset:2px}.saved-job-card{background-color:#f3f4f6;background-color:var(--bg-light);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:10px;margin-bottom:1rem;padding:1rem;transition:background-color .3s ease}.saved-job-card:hover{background-color:#e0e7ff}.saved-job-card h4{color:#111827;color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.25rem}.saved-job-card p{color:#6b7280;color:var(--text-light);margin:0}@media (max-width:768px){.main-section{flex-direction:column}.saved-jobs{border-left:none;border-top:2px solid #e5e7eb;border-top:2px solid var(--border-color);padding-left:0;padding-top:1.5rem}.search-bar{max-width:100%}}
/*# sourceMappingURL=main.9bf52291.css.map*/