*{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}.nav-copy-links{display:flex;gap:.5rem;align-items:center;margin-left:.5rem;padding-left:.5rem;border-left:1px solid #e5e5e5}.copy-link-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:#666;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.copy-link-btn:hover{background:#f0f0f0;color:#2563eb}.copy-link-btn:active{background:#e0e0e0}.btn-logout{background:none;border:1px solid #e5e5e5;padding:.5rem 1rem;border-radius:6px;cursor:pointer;color:#666}.btn-logout:hover{background:#f5f5f5}.nav-search{position:relative;flex:1;max-width:320px;margin:0 1.5rem}.nav-search input{width:100%;padding:.5rem .75rem;border:1px solid #e5e5e5;border-radius:6px;font-size:.875rem;background:#f9fafb}.nav-search input:focus{outline:none;border-color:#2563eb;background:#fff}.nav-search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:320px;overflow-y:auto;z-index:200}.nav-search-item{display:flex;flex-direction:column;gap:1px;padding:.625rem .75rem;cursor:pointer;border-bottom:1px solid #f0f0f0}.nav-search-item:last-child{border-bottom:none}.nav-search-item:hover{background:#f5f5f5}.nav-search-company{font-weight:600;font-size:.875rem;color:#333}.nav-search-title{font-size:.75rem;color:#888}.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}.jd-section{margin-bottom:1rem}.jd-section textarea{font-size:.875rem;line-height:1.5}.divider{border:none;border-top:1px solid #e5e5e5;margin:1.5rem 0}.match-score-display{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e5e5;border-radius:6px;margin-bottom:1rem}.match-score-label{font-size:.875rem;color:#666;font-weight:500}.match-score-value{font-size:1.125rem;font-weight:700;padding:.2rem .6rem;border-radius:4px}.match-score-value.match-high{background:#d1fae5;color:#065f46}.match-score-value.match-mid{background:#fef3c7;color:#92400e}.match-score-value.match-low{background:#fee2e2;color:#991b1b}.kanban-card-match{display:inline-block;font-size:.75rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;margin-top:.25rem}.kanban-card-match.match-high{background:#d1fae5;color:#065f46}.kanban-card-match.match-mid{background:#fef3c7;color:#92400e}.kanban-card-match.match-low{background:#fee2e2;color:#991b1b}.btn-link{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;padding:0;margin-bottom:1rem}.btn-link:hover{text-decoration:underline}.help-text{display:block;margin-top:.25rem;font-size:.75rem;color:#888}.help-text a{color:#2563eb}.ai-test{display:flex;align-items:center;gap:1rem;margin-top:1rem}.test-result{font-size:.875rem;font-weight:500}.test-result.success{color:#10b981}.test-result.error{color:#dc2626}.prompts-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.prompts-layout{display:grid;grid-template-columns:220px 1fr;gap:1.5rem}.prompts-tabs{display:flex;flex-direction:column;gap:.25rem}.tab-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:#fff;border:1px solid #e5e5e5;border-radius:6px;cursor:pointer;font-size:.875rem;transition:background .15s}.tab-item:hover{background:#f5f5f5}.tab-item.active{background:#2563eb;color:#fff;border-color:#2563eb}.tab-item.active .tab-delete{color:#ffffffb3}.tab-item.active .tab-delete:hover{color:#fff}.tab-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-delete{background:none;border:none;color:#999;cursor:pointer;font-size:1.1rem;padding:0 .25rem;line-height:1}.tab-delete:hover{color:#ef4444}.new-prompt-form{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem;padding:.75rem;background:#fff;border:1px solid #e5e5e5;border-radius:8px}.new-prompt-form input{flex:1;padding:.4rem .6rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.new-prompt-actions{display:flex;gap:.5rem}.prompts-editor{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.editor-header{display:grid;grid-template-columns:1fr 2fr;gap:1rem;margin-bottom:1rem}.editor-toolbar{display:flex;align-items:center;margin-bottom:1rem}.mode-toggle{display:flex;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.mode-btn{padding:.4rem 1rem;background:#fff;border:none;cursor:pointer;font-size:.8125rem;font-weight:500;color:#666;transition:background .15s}.mode-btn:not(:last-child){border-right:1px solid #e5e5e5}.mode-btn:hover{background:#f5f5f5}.mode-btn.active{background:#2563eb;color:#fff}.mode-btn:disabled{opacity:.5;cursor:default}.prompt-textarea{font-family:SF Mono,Monaco,Menlo,monospace;font-size:.8125rem;line-height:1.6;-moz-tab-size:2;tab-size:2}.prompt-preview{background:#fafafa;border:1px solid #e5e5e5;border-radius:6px;padding:1rem;font-family:SF Mono,Monaco,Menlo,monospace;font-size:.8125rem;line-height:1.6;white-space:pre-wrap;max-height:600px;overflow-y:auto}.editor-actions{display:flex;align-items:center;gap:1rem;margin-top:1rem}.save-msg{font-size:.875rem;color:#10b981}.btn-sm{padding:.4rem .8rem;font-size:.8125rem}.prompt-key-display{margin-bottom:1rem;font-size:.8125rem;color:#666}.prompt-key-display code{background:#f0f0f0;padding:.15rem .4rem;border-radius:4px;font-family:SF Mono,Monaco,Menlo,monospace;font-size:.8125rem;color:#333}.resume-gen-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:1.5rem}.resume-gen-row{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem}.resume-gen-label{font-weight:500;font-size:.875rem;color:#333}.resume-gen-buttons{display:flex;gap:.375rem}.icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e5e5;border-radius:6px;background:#fff;color:#666;cursor:pointer;transition:all .15s ease}.icon-btn:hover{background:#f5f5f5;color:#333;border-color:#d1d5db}.icon-btn:disabled{opacity:.4;cursor:not-allowed}.resume-gen-error{padding:0 1rem .75rem;color:#dc2626;font-size:.8125rem}.resume-preview{border-top:1px solid #e5e5e5;max-height:400px;overflow-y:auto}.resume-preview pre{padding:1rem;margin:0;font-size:.8125rem;line-height:1.6;white-space:pre-wrap;font-family:inherit}.qa-section{background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:1.5rem}.qa-input-row{display:flex;gap:.5rem;padding:.875rem 1rem}.qa-input-row input{flex:1;padding:.5rem .75rem;border:1px solid #e5e5e5;border-radius:6px;font-size:.875rem}.qa-input-row input:focus{outline:none;border-color:#2563eb}.qa-list{border-top:1px solid #e5e5e5}.qa-item{border-bottom:1px solid #f0f0f0}.qa-item:last-child{border-bottom:none}.qa-question{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#333}.qa-question:hover{background:#f9fafb}.qa-chevron{font-size:.625rem;color:#999;width:12px;flex-shrink:0}.qa-delete{margin-left:auto;background:none;border:none;color:#ccc;cursor:pointer;padding:2px;display:flex;opacity:0;transition:opacity .15s}.qa-question:hover .qa-delete{opacity:1}.qa-delete:hover{color:#dc2626}.qa-answer{padding:0 1rem 1rem 1.75rem;border-top:1px solid #f0f0f0}.qa-answer pre{margin:.5rem 0 0;font-size:.8125rem;line-height:1.6;white-space:pre-wrap;font-family:inherit;color:#555}
