*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.5}#root{min-height:100vh}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.nav-brand{font-size:1.25rem;font-weight:700;cursor:pointer;color:#2563eb}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{text-decoration:none;color:#666;font-weight:500}.nav-links a:hover{color:#2563eb}.btn-logout{background:none;border:1px solid #e5e5e5;padding:.5rem 1rem;border-radius:6px;cursor:pointer;color:#666}.btn-logout:hover{background:#f5f5f5}.main{padding:2rem;max-width:1400px;margin:0 auto}.login-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f5f5f5}.login-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{text-align:center;margin-bottom:1.5rem;color:#2563eb}.login-card form{display:flex;flex-direction:column;gap:1rem}.login-card input{padding:.75rem;border:1px solid #e5e5e5;border-radius:6px;font-size:1rem}.login-card button{padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.login-card button:hover{background:#1d4ed8}.login-card button:disabled{background:#93c5fd;cursor:not-allowed}.error{color:#dc2626;font-size:.875rem;text-align:center}.board-page{height:calc(100vh - 80px)}.board-header{margin-bottom:1.5rem}.board-header h1{font-size:1.5rem;font-weight:600}.board-columns{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;height:calc(100% - 60px)}.status-column{background:#f9fafb;border-radius:8px;display:flex;flex-direction:column}.column-header{padding:.75rem;border-bottom:2px solid;display:flex;justify-content:space-between;align-items:center}.column-title{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.column-count{background:#e5e5e5;padding:.125rem .5rem;border-radius:10px;font-size:.75rem;font-weight:600}.column-content{padding:.5rem;flex:1;overflow-y:auto;min-height:100px}.app-card{background:#fff;padding:.75rem;border-radius:6px;margin-bottom:.5rem;cursor:pointer;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e5e5}.app-card:hover{box-shadow:0 2px 4px #0000001a}.app-card.dragging{opacity:.5}.app-card-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.app-card-company{font-size:.75rem;color:#666;margin-bottom:.25rem}.app-card-location{font-size:.75rem;color:#888}.app-card-salary{font-size:.75rem;color:#10b981;font-weight:500;margin-top:.25rem}.add-page{display:flex;justify-content:center}.add-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px}.add-card h1{margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #e5e5e5;border-radius:6px;font-size:1rem}.form-group textarea{resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.btn-primary{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{padding:.75rem 1.5rem;background:#fff;color:#333;border:1px solid #e5e5e5;border-radius:6px;font-size:1rem;cursor:pointer}.btn-secondary:hover{background:#f5f5f5}.btn-danger{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.btn-danger:hover{background:#b91c1c}.search-header{margin-bottom:1.5rem}.search-header h1{margin-bottom:1rem}.search-form{display:flex;gap:1rem}.search-input{flex:1;padding:.75rem;border:1px solid #e5e5e5;border-radius:6px;font-size:1rem}.search-results{display:flex;flex-direction:column;gap:1rem}.job-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e5e5}.job-card-header{margin-bottom:.5rem}.job-title{font-size:1.125rem;font-weight:600}.job-company{color:#666;margin-left:.5rem}.job-card-details{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.875rem;color:#666}.job-description{font-size:.875rem;color:#666;margin-bottom:1rem}.job-card-actions{display:flex;gap:1rem}.no-results{text-align:center;color:#666;padding:2rem}.settings-page h1{margin-bottom:1.5rem}.settings-section{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d}.settings-section h2{font-size:1.125rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e5e5}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.resume-section{display:flex;flex-direction:column;gap:1rem}.current-resume{display:flex;align-items:center;gap:1rem}.resume-upload{display:flex;gap:1rem;align-items:center}.saving-indicator{position:fixed;bottom:1rem;right:1rem;background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem}.application-page{max-width:800px;margin:0 auto}.application-header{margin-bottom:1.5rem}.btn-back{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;margin-bottom:.5rem}.application-header h1{font-size:1.5rem;margin-bottom:.25rem}.application-header h2{color:#666;font-weight:400}.application-details{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:none}.detail-row label{font-weight:500;color:#666}.detail-row select{padding:.5rem;border:1px solid #e5e5e5;border-radius:4px}.detail-section{padding:.75rem 0}.detail-section label{display:block;font-weight:500;color:#666;margin-bottom:.5rem}.description-content{white-space:pre-wrap;font-size:.875rem;line-height:1.6}.notes-section{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000000d}.notes-section h3{margin-bottom:1rem}.add-note{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.add-note textarea{padding:.75rem;border:1px solid #e5e5e5;border-radius:6px;resize:vertical}.add-note button{align-self:flex-end}.notes-list{display:flex;flex-direction:column;gap:.75rem}.note-card{padding:.75rem;background:#f9fafb;border-radius:6px}.note-content{margin-bottom:.5rem}.note-meta{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#666}.btn-delete{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.75rem}.no-notes{color:#666;font-style:italic}.application-actions{display:flex;justify-content:flex-end}.loading,.not-found{text-align:center;padding:2rem;color:#666}
