body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:20px}.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px;padding:20px}.btn{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;padding:8px 16px;text-decoration:none}.btn:hover{background-color:#0052a3}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#5a6268}.loading{align-items:center;display:flex;height:100px;justify-content:center}.error{background-color:#f8d7da;border-radius:4px;color:#dc3545;margin-bottom:20px;padding:10px}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{align-items:center;background-color:#282c34;color:#fff;display:flex;justify-content:space-between;padding:20px}.app-header h1{font-size:1.5rem;margin:0}.app-header .user-info{align-items:center;display:flex}.app-header .user-info img{border-radius:50%;height:32px;margin-right:10px;width:32px}.app-header button{background:none;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;margin-left:10px;padding:5px 10px}.app-header button:hover{background-color:#ffffff1a}.job-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}.job-card{cursor:pointer;transition:transform .2s}.job-card:hover{transform:translateY(-5px)}.job-card h3{margin-top:0}.job-detail{margin-top:20px}.job-detail h2{margin-top:0}.status-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:700;padding:5px 10px;text-transform:uppercase}.status-applied{background-color:#cce5ff;color:#004085}.status-interviewing{background-color:#fff3cd;color:#856404}.status-offered{background-color:#d4edda;color:#155724}.status-rejected{background-color:#f8d7da;color:#721c24}.back-link{color:#06c;display:inline-block;margin-bottom:20px;text-decoration:none}.back-link:hover{text-decoration:underline}
/*# sourceMappingURL=main.08fe8efe.css.map*/