*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#111827;background:#f9fafb;-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.app-shell{display:flex;min-height:100vh}.main-content{flex:1;padding:32px;overflow-y:auto}.sidebar{width:220px;min-height:100vh;background:#1e293b;display:flex;flex-direction:column;padding:24px 0;flex-shrink:0}.sidebar-logo{font-size:20px;font-weight:700;color:#fff;padding:0 20px 24px;letter-spacing:-.5px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 10px}.sidebar-link{display:block;padding:9px 12px;border-radius:6px;color:#94a3b8;text-decoration:none;font-weight:500;transition:background .15s,color .15s}.sidebar-link:hover{background:#334155;color:#e2e8f0}.sidebar-link.active{background:#2563eb;color:#fff}.sidebar-footer{padding:16px 20px 0;border-top:1px solid #334155;margin-top:16px;display:flex;flex-direction:column;gap:8px}.sidebar-user{font-size:13px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout{background:none;border:1px solid #475569;color:#94a3b8;border-radius:5px;padding:6px 10px;font-size:13px;cursor:pointer;transition:border-color .15s,color .15s}.sidebar-logout:hover{border-color:#94a3b8;color:#e2e8f0}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f1f5f9}.auth-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001a,0 4px 16px #0000000f;padding:40px;width:100%;max-width:400px}.auth-title{font-size:24px;font-weight:700;margin:0 0 4px;color:#2563eb}.auth-subtitle{color:#6b7280;margin:0 0 24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-link{text-align:center;margin:16px 0 0;color:#6b7280;font-size:13px}.auth-link a{color:#2563eb;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-weight:500;color:#374151;font-size:13px}.form-group input,.form-group select,.form-group textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .15s;background:#fff;color:#111827}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb}.btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:opacity .15s,background .15s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#f1f5f9;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-full{width:100%}.page{max-width:1100px}.page-header{margin-bottom:24px}.page-title{font-size:22px;font-weight:700;margin:0 0 4px}.page-subtitle{color:#6b7280;margin:0}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:6px;padding:10px 12px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.error-banner-close{background:none;border:none;color:#dc2626;cursor:pointer;font-size:16px;padding:0 4px}.coming-soon{color:#9ca3af;font-style:italic}.center-spinner{display:flex;justify-content:center;padding:48px 0}.section-title{font-size:16px;font-weight:600;margin:28px 0 12px;color:#374151}.empty-state{color:#9ca3af;font-style:italic;padding:24px 0}.badge{display:inline-block;padding:2px 8px;border-radius:99px;font-size:12px;font-weight:500}.badge-green{background:#dcfce7;color:#15803d}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-gray{background:#f1f5f9;color:#64748b}.badge-red{background:#fee2e2;color:#b91c1c}.badge-orange{background:#ffedd5;color:#c2410c}.badge-purple{background:#ede9fe;color:#7c3aed}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000012}.data-table th{text-align:left;padding:10px 14px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f9fafb;border-bottom:1px solid #e5e7eb}.data-table td{padding:11px 14px;border-bottom:1px solid #f1f5f9;color:#374151;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f8faff}.data-table tr.row-active td{background:#f0f9ff}.td-filename{font-weight:500;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-actions{display:flex;gap:6px;align-items:center}.btn-sm{padding:4px 10px;font-size:13px}.cv-uploader-section{margin-bottom:8px}.dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:36px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:#fff;display:flex;flex-direction:column;align-items:center;gap:6px}.dropzone:hover,.dropzone.dragging{border-color:#2563eb;background:#eff6ff}.dropzone-icon{font-size:28px;color:#9ca3af}.dropzone-text{margin:0;color:#374151}.dropzone-link{color:#2563eb;font-weight:500}.dropzone-hint{margin:0;color:#9ca3af;font-size:12px}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.page-header-row .page-header{margin-bottom:0}.empty-card{background:#fff;border:1px dashed #d1d5db;border-radius:10px;padding:48px 32px;text-align:center;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:16px}.empty-card p{margin:0}.profile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .15s}.profile-card:hover{box-shadow:0 2px 8px #00000014}.profile-card-active{border-color:#2563eb}.profile-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-card-name{font-weight:600;font-size:15px;color:#111827}.profile-card-meta{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#6b7280}.profile-card-meta span{line-height:1.4}.profile-card-date{margin-top:4px;font-size:12px;color:#9ca3af}.profile-card-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;padding-top:4px;border-top:1px solid #f1f5f9}.profile-form{display:flex;flex-direction:column;gap:0}.form-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;margin-bottom:16px}.form-section-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 16px;text-transform:uppercase;letter-spacing:.04em}.form-row{display:flex;gap:16px;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:180px}.checkbox-group{display:flex;gap:20px;flex-wrap:wrap}.checkbox-label{display:flex;align-items:center;gap:7px;font-size:14px;color:#374151;cursor:pointer;font-weight:500}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.platform-group{margin-bottom:14px}.platform-group-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:8px}.url-input-row{display:flex;gap:8px}.url-input-row input{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none}.url-input-row input:focus{border-color:#2563eb}.url-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.url-list-item{display:flex;align-items:center;justify-content:space-between;background:#f8faff;border:1px solid #e5e7eb;border-radius:6px;padding:6px 10px;font-size:13px;color:#374151;gap:8px}.url-list-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-remove{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:14px;padding:2px 4px;border-radius:4px;flex-shrink:0;transition:color .15s,background .15s}.btn-remove:hover{color:#ef4444;background:#fee2e2}.form-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}.profile-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px;border-bottom:2px solid #e5e7eb;padding-bottom:0}.profile-tab{padding:8px 16px;border:none;background:none;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:6px 6px 0 0;display:flex;align-items:center;gap:6px;transition:color .15s}.profile-tab:hover{color:#111827}.profile-tab.active{color:#2563eb;border-bottom-color:#2563eb;background:#eff6ff}.tab-count{background:#2563eb;color:#fff;font-size:11px;font-weight:700;padding:1px 6px;border-radius:999px;min-width:18px;text-align:center}.jobs-filters{display:flex;gap:10px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.jobs-filters select{padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#111827;outline:none}.jobs-filters select:focus{border-color:#2563eb}.bulk-bar{display:flex;align-items:center;justify-content:space-between;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 16px;margin-bottom:12px;font-size:14px;color:#1d4ed8;font-weight:500}.bulk-actions{display:flex;gap:8px}.td-job-title{font-weight:500;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-date{font-size:13px;color:#9ca3af;white-space:nowrap}.td-profile-name{font-size:13px;color:#6b7280;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-pill{display:inline-block;padding:2px 8px;border-radius:99px;font-size:12px;font-weight:600}.score-high{background:#dcfce7;color:#15803d}.score-mid{background:#fef9c3;color:#92400e}.score-low{background:#fee2e2;color:#b91c1c}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;font-size:14px;color:#6b7280}.detail-back{margin-bottom:16px}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;margin-bottom:16px}.detail-header-left{flex:1}.detail-title{font-size:20px;font-weight:700;margin:0 0 10px;color:#111827}.detail-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#6b7280;align-items:center}.detail-score{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:#6b7280;flex-shrink:0}.score-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.detail-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px;margin-bottom:16px}.detail-section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#374151;margin:0 0 14px}.job-description{font-size:14px;color:#374151;white-space:pre-wrap;line-height:1.6;max-height:400px;overflow-y:auto}.detail-dl{display:grid;grid-template-columns:140px 1fr;gap:8px 16px;font-size:13px;margin:0}.detail-dl dt{color:#9ca3af;font-weight:500}.detail-dl dd{margin:0;color:#374151}.info-banner{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;border-radius:6px;padding:10px 12px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.deep-search-explainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px}.explainer-step{display:flex;gap:12px;align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.explainer-step strong{display:block;font-size:14px;margin-bottom:4px}.explainer-step p{font-size:12px;color:#6b7280;margin:0;line-height:1.4}.explainer-num{flex-shrink:0;width:28px;height:28px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.deep-search-options{margin-bottom:24px}.optional-label{font-size:12px;font-weight:400;color:#9ca3af}.deep-search-preview-block{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.preview-hint{font-size:13px;color:#9ca3af}.query-tags{display:flex;gap:10px;flex-wrap:wrap;width:100%;margin-top:4px}.query-tag{display:flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:6px 12px;font-size:13px}.query-angle{color:#2563eb;font-weight:600;font-size:12px}.query-text{color:#1e40af}.deep-search-action{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:28px}.btn-lg{padding:12px 28px;font-size:15px}.running-hint{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;margin:0}.deep-search-result{border-radius:10px;padding:20px 24px;border:1px solid #e5e7eb}.result-ok{background:#f0fdf4;border-color:#bbf7d0}.result-running{background:#eff6ff;border-color:#bfdbfe}.result-failed{background:#fef2f2;border-color:#fecaca}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.result-label{font-size:13px;color:#6b7280}.result-count{font-size:20px;font-weight:700;color:#15803d}.result-actions{display:flex;align-items:center;gap:16px}.result-actions p{margin:0;font-size:14px}.result-hint{font-size:13px;color:#9ca3af;margin:0}.form-section-hint{font-size:13px;color:#6b7280;margin:0 0 14px;line-height:1.5}.form-section-hint code{background:#f3f4f6;padding:1px 5px;border-radius:4px;font-family:monospace;font-size:12px}.info-banner-success{background:#f0fdf4;border-color:#86efac;color:#15803d}.btn-dismiss{background:none;border:none;font-size:16px;cursor:pointer;color:inherit;padding:0 4px;line-height:1}.app-error-msg{font-size:13px;color:#b91c1c;background:#fee2e2;border-radius:6px;padding:10px 14px;margin:0}.form-data-grid{display:flex;flex-direction:column;gap:6px}.form-data-row{display:grid;grid-template-columns:200px 1fr;gap:12px;font-size:13px;padding:6px 10px;border-radius:5px;background:#f9fafb}.form-data-key{font-weight:500;color:#6b7280}.form-data-val{color:#111827;word-break:break-word}.event-log{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.event-log-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;padding:8px 0;border-bottom:1px solid #f1f5f9}.event-log-item:last-child{border-bottom:none}.event-log-time{color:#9ca3af;white-space:nowrap;flex-shrink:0}.event-log-event{flex-shrink:0}.event-log-detail{color:#374151}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;text-align:center}.stat-value{font-size:32px;font-weight:700;line-height:1;margin-bottom:6px}.stat-label{font-size:13px;color:#6b7280}.stat-gray{color:#374151}.stat-blue{color:#2563eb}.stat-green{color:#15803d}.stat-purple{color:#7c3aed}.stat-red{color:#b91c1c}.dashboard-row{display:flex;gap:16px;align-items:flex-start}.dashboard-main{flex:2;min-width:0;display:flex;flex-direction:column;gap:0}.dashboard-side{flex:1;min-width:220px;display:flex;flex-direction:column;gap:0}.scheduler-block{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.scheduler-info{display:flex;flex-direction:column;gap:4px}.scheduler-status{display:flex;align-items:center;gap:7px;font-weight:500;font-size:14px;color:#111827}.scheduler-times{font-size:12px;color:#9ca3af;display:flex;flex-direction:column;gap:2px}.dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.dot-green{background:#22c55e}.dot-gray{background:#9ca3af}.dot-pulse{animation:pulse 1.5s ease-in-out infinite}.quick-actions{display:flex;flex-direction:column;gap:8px}.quick-actions .btn{justify-content:flex-start}.platform-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.platform-list-item{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#374151}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;margin-bottom:8px}
