body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#2d3748;text-decoration:none}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.header nav{align-items:center;display:flex;gap:1rem}.nav-link{color:#4a5568;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#667eea}.username{color:#4a5568;font-weight:500}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#f7fafc}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.page{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.confidence-badge,.confidence-badge-small{align-items:center;border:2px solid;border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;white-space:nowrap}.confidence-badge-small{font-size:.8rem;gap:.35rem;padding:.35rem .75rem}.badge-emoji{font-size:1.1em}.badge-active{background:#e6ffe6;border-color:#4ade80;color:#166534}.badge-unclear{background:#fef3c7;border-color:#fbbf24;color:#92400e}.badge-ghost{background:#fee2e2;border-color:#f87171;color:#991b1b}.badge-new{background:#dbeafe;border-color:#60a5fa;color:#1e40af}.hero{margin-bottom:3rem;text-align:center}.hero h2{color:#2d3748;font-size:2.5rem;margin-bottom:1rem}.hero p{color:#718096;font-size:1.2rem;margin:0 auto;max-width:600px}.search-form{display:flex;gap:1rem;margin:0 auto 3rem;max-width:700px}.search-input{border:2px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:1rem;padding:1rem 1.5rem;transition:border-color .2s}.search-input:focus{border-color:#667eea;outline:none}.search-results{margin-top:2rem}.search-results h3{color:#2d3748;margin-bottom:1rem}.role-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;margin-bottom:1rem;padding:1.5rem;transition:all .2s}.role-card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.role-card-header h4{color:#2d3748;flex:1 1;margin:0}.role-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.role-card h4{color:#2d3748;margin-bottom:.5rem}.role-location{color:#718096;font-size:.9rem;margin-bottom:.5rem}.role-meta{color:#a0aec0;font-size:.85rem}.no-results{background:#fff;border:2px dashed #e2e8f0;border-radius:12px;padding:3rem;text-align:center}.create-role-page h2{color:#2d3748;margin-bottom:2rem}.auth-form,.role-form{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2d3748;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group small{color:#718096;display:block;font-size:.85rem;margin-top:.25rem}.duplicate-warning,.similar-roles{border-radius:8px;margin:1.5rem 0;padding:1rem}.duplicate-warning{background:#fed7d7;border:1px solid #fc8181;color:#742a2a}.similar-roles{background:#fef5e7;border:1px solid #f9e79f}.similar-role{background:#fff;border-radius:4px;cursor:pointer;margin-top:.5rem;padding:.5rem;transition:background .2s}.similar-role:hover{background:#f7fafc}.role-header{margin-bottom:2rem}.role-title-row{align-items:center;gap:1rem}.role-header h2,.role-title-row{display:flex;flex-wrap:wrap;margin-bottom:.5rem}.role-header h2{align-items:baseline;color:#2d3748;gap:0}.role-company{color:#4a5568;font-weight:500}.role-separator{color:#cbd5e0;margin:0 .5rem}.role-title-text{color:#2d3748;font-weight:700}.job-link{color:#667eea;font-weight:500;text-decoration:none}.job-link:hover{text-decoration:underline}.dashboard{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.dashboard h3{color:#2d3748;margin-bottom:1.5rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{background:linear-gradient(135deg,#667eea15,#764ba215);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-value{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#718096;font-size:.85rem}.user-status{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:center}.status-selector{align-items:center;display:flex;gap:1rem;justify-content:center}.status-dropdown{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem 1rem}.review-room{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.review-room-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.review-room-header h3{color:#2d3748}.insight-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.filter-btn{background:#fff;border:2px solid #e2e8f0;border-radius:20px;color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.filter-btn:hover{background:#f7fafc;border-color:#cbd5e0}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.insight-form{background:#f7fafc;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.insight-form textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:1rem;width:100%}.form-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.form-row select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex:1 1;padding:.75rem}.checkbox-label{align-items:center;color:#4a5568;cursor:pointer;display:flex;gap:.5rem}.checkbox-label input[type=checkbox]{width:auto}.insights-list{display:flex;flex-direction:column;gap:1rem}.no-insights{color:#a0aec0;padding:3rem;text-align:center}.insight-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.insight-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.insight-author{color:#2d3748;font-weight:600}.insight-type{background:#667eea;border-radius:12px;color:#fff;font-size:.85rem;padding:.25rem .75rem;text-transform:capitalize}.insight-content{color:#4a5568;line-height:1.6;margin-bottom:.75rem}.insight-date{color:#a0aec0;font-size:.85rem}.auth-page{margin:4rem auto;max-width:400px}.auth-page h2{color:#2d3748;margin-bottom:2rem;text-align:center}.auth-form input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.auth-form button{margin-top:.5rem;width:100%}.auth-page p{color:#718096;margin-top:1rem;text-align:center}.auth-page a{color:#667eea;font-weight:600;text-decoration:none}.auth-page a:hover{text-decoration:underline}.auth-required{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center}.auth-required h2{color:#2d3748;margin-bottom:1rem}.auth-required p{color:#718096;margin-bottom:2rem}.profile-page h2{color:#2d3748;margin-bottom:.5rem}.profile-subtitle{color:#718096;margin-bottom:1.5rem}.profile-filters{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:1.5rem}.filter-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.hide-rejected-toggle{align-items:center;border-top:1px solid #e2e8f0;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding-top:1rem}.hide-rejected-toggle input[type=checkbox]{cursor:pointer;width:auto}.empty-state{background:#fff;border:2px dashed #e2e8f0;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-state p{color:#718096;margin-bottom:1.5rem}.tracked-roles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.tracked-role-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:1.5rem;transition:all .2s}.tracked-role-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tracked-role-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.tracked-role-header h3{color:#2d3748;flex:1 1;font-size:1.1rem;margin:0}.status-badge{border-radius:12px;flex-shrink:0;font-size:.85rem;font-weight:600;padding:.35rem .75rem;white-space:nowrap}.status-applied{background:#e6f3ff;color:#06c}.status-recruiter_screen{background:#fff3cd;color:#960}.status-interviewing{background:#e7f3ff;color:#0052cc}.status-final_round{background:#f0e6ff;color:#6b2fb5}.status-rejected{background:#ffe6e6;color:#c00}.status-offer{background:#e6ffe6;color:green}.tracked-role-meta{color:#a0aec0;font-size:.85rem;margin-top:.75rem}.import-page h2{color:#2d3748;margin-bottom:.5rem}.import-subtitle{color:#718096;margin-bottom:2rem}.import-step{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.upload-area{border:3px dashed #cbd5e0;border-radius:12px;margin-bottom:2rem;padding:3rem;text-align:center;transition:all .3s}.upload-area:hover{background:#f7fafc;border-color:#667eea}.file-input{display:none}.upload-label{cursor:pointer;display:block}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-label h3{color:#2d3748;margin-bottom:.5rem}.upload-label p{color:#718096;margin-bottom:.25rem}.upload-hint{color:#a0aec0!important;font-size:.85rem!important;margin-top:1rem!important}.import-instructions{background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.import-instructions h3{color:#2d3748;margin-bottom:1rem}.import-instructions ol{color:#4a5568;line-height:1.8;margin-left:1.5rem}.mapping-form{grid-gap:1.5rem;display:grid;gap:1.5rem;margin:2rem 0}.mapping-field label{color:#2d3748;display:block;font-weight:600;margin-bottom:.5rem}.mapping-field select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem;width:100%}.mapping-field select:focus{border-color:#667eea;outline:none}.mapping-field small{color:#718096;display:block;font-size:.85rem;margin-top:.25rem}.import-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.preview-table-container{border:1px solid #e2e8f0;border-radius:8px;margin:2rem 0;overflow-x:auto}.preview-table{border-collapse:collapse;width:100%}.preview-table th{background:#f7fafc;border-bottom:2px solid #e2e8f0;color:#2d3748;font-weight:600;padding:1rem;text-align:left}.preview-table td{border-bottom:1px solid #e2e8f0;color:#4a5568;padding:1rem}.preview-table tbody tr:last-child td{border-bottom:none}.preview-table tbody tr:hover{background:#f7fafc}.import-results{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:2rem 0}.result-stat{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center}.result-stat.success{background:#e6ffe6;border-color:#90ee90}.result-stat.warning{background:#fff3cd;border-color:#ffc107}.result-number{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.result-label{color:#718096;font-size:.9rem;font-weight:500}.import-errors{background:#fff5f5;border-left:4px solid #fc8181;border-radius:8px;margin:2rem 0;padding:1.5rem}.import-errors h4{color:#c53030;margin-bottom:1rem}.import-errors ul{color:#742a2a;line-height:1.8;margin-left:1.5rem}@media (max-width:768px){.header-content{padding:0 1rem}main{padding:1rem}.hero h2{font-size:1.8rem}.search-form{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}.form-row{align-items:stretch;flex-direction:column}}
/*# sourceMappingURL=main.a1154b36.css.map*/