:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f7fa;color:#1a1a2e}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.header h1{font-size:1.8rem;margin-bottom:.5rem}.vacancy-title{font-size:1.1rem;opacity:.9}.company{font-size:.9rem;opacity:.7}.header-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700}.stat-label{font-size:.8rem;opacity:.7}.filters{background:#fff;padding:1rem 2rem;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:10}.search-input{width:100%;max-width:400px;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;margin-bottom:1rem}.search-input:focus{outline:none;border-color:#3b82f6}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-buttons button{padding:.5rem 1rem;border:2px solid #e0e0e0;background:#fff;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .2s}.filter-buttons button:hover{border-color:#3b82f6}.filter-buttons button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.candidates-grid{max-width:1400px;margin:2rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;flex:1}.candidate-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #00000014;cursor:pointer;transition:all .2s;position:relative}.candidate-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rank{font-size:.9rem;color:#666;font-weight:600}.score-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.3rem .7rem;border-radius:20px;font-weight:700}.candidate-name{font-size:1.2rem;margin-bottom:.5rem;color:#1a1a2e}.candidate-position{font-size:.85rem;color:#666;margin-bottom:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.special-badge{display:inline-block;padding:.3rem .8rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;margin-bottom:1rem}.special-badge.large{font-size:.85rem;padding:.4rem 1rem;margin-bottom:1.5rem}.tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tag{padding:.2rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600}.tag-bd{background:#d1fae5;color:#065f46}.tag-product{background:#ddd6fe;color:#5b21b6}.tag-mena{background:#fef3c7;color:#92400e}.tag-builder{background:#fce7f3;color:#9d174d}.tag-entrepreneur{background:#ecfdf5;color:#047857}.tag-ai{background:#ede9fe;color:#5b21b6}.tag-ecom{background:#dbeafe;color:#1e40af}.tag-result{background:#fef9c3;color:#854d0e}.tag-consulting{background:#ccfbf1;color:#0f766e}.tag-furniture{background:#ffedd5;color:#c2410c}.card-footer{display:flex;justify-content:space-between;font-size:.8rem;color:#888;padding-top:1rem;border-top:1px solid #eee}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:2rem}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;position:relative}.close-btn{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#e0e0e0}.modal-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding-right:3rem}.modal-rank{font-size:1.5rem;font-weight:700;color:#666}.modal-header h2{font-size:1.5rem;margin-bottom:.25rem}.modal-position{color:#666;font-size:.95rem}.modal-score{margin-left:auto;text-align:center}.big-score{display:block;font-size:2.5rem;font-weight:700;color:#10b981}.summary-box{background:#f8fafc;border-left:4px solid #3b82f6;padding:1rem 1.5rem;margin-bottom:1.5rem;border-radius:0 8px 8px 0}.summary-box h4{color:#3b82f6;margin-bottom:.5rem}.summary-box p{line-height:1.6;color:#444}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:600px){.details-grid{grid-template-columns:1fr}}.detail-section h4{color:#1a1a2e;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #eee}.detail-section p{margin-bottom:.5rem;font-size:.95rem}.detail-section a{color:#3b82f6;text-decoration:none}.detail-section a:hover{text-decoration:underline}.criteria-tags{display:flex;flex-wrap:wrap;gap:.5rem}.criteria-tag{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.criteria-tag.yes{background:#d1fae5;color:#065f46}.criteria-tag.no{background:#fee2e2;color:#991b1b}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:600px){.pros-cons{grid-template-columns:1fr}}.pros h4{color:#10b981}.cons h4{color:#ef4444}.pros ul,.cons ul{list-style:none;padding:0}.pros li,.cons li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.95rem;border-bottom:1px solid #f0f0f0}.pros li:before{content:"+";position:absolute;left:0;color:#10b981;font-weight:700}.cons li:before{content:"−";position:absolute;left:0;color:#ef4444;font-weight:700}.experience-section h4{margin-bottom:.75rem}.experience-section ul{list-style:none;padding:0}.experience-section li{padding:.5rem 0 .5rem 1rem;border-left:2px solid #e0e0e0;margin-left:.5rem;font-size:.95rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #eee}.pdf-btn,.email-btn{flex:1;padding:1rem;border-radius:8px;text-align:center;text-decoration:none;font-weight:600;transition:all .2s}.pdf-btn{background:#3b82f6;color:#fff}.pdf-btn:hover{background:#2563eb}.email-btn{background:#f0f0f0;color:#1a1a2e}.email-btn:hover{background:#e0e0e0}.footer{background:#1a1a2e;color:#fff;text-align:center;padding:1.5rem;font-size:.9rem;opacity:.8}.card-checkboxes{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:.5rem}.status-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;color:#666;-webkit-user-select:none;user-select:none;position:relative;z-index:10}.status-checkbox .checkmark{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.status-checkbox .checkmark.checked{background:#10b981;border-color:#10b981}.status-checkbox .checkmark.checked:after{content:"✓";color:#fff;font-size:14px;font-weight:700}.contacted-checkbox:hover .checkmark{border-color:#10b981}.checkbox-label{transition:color .2s}.status-checkbox .checkmark.checked+.checkbox-label{color:#10b981;font-weight:600}.checkmark-interview.checked{background:#8b5cf6!important;border-color:#8b5cf6!important}.interviewed-checkbox .checkmark.checked+.checkbox-label{color:#8b5cf6;font-weight:600}.interviewed-checkbox:hover .checkmark{border-color:#8b5cf6}.candidate-card.contacted{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac}.candidate-card.contacted:before{content:"✓ Отправлено";position:absolute;top:.75rem;right:.75rem;background:#10b981;color:#fff;padding:.25rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;pointer-events:none}.candidate-card.interviewed{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:2px solid #c4b5fd}.candidate-card.interviewed:after{content:"★ Собеседование";position:absolute;top:.75rem;right:.75rem;background:#8b5cf6;color:#fff;padding:.25rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;pointer-events:none}.candidate-card.contacted.interviewed:before{top:.75rem}.candidate-card.contacted.interviewed:after{top:2.25rem}.contacted-stat .stat-number{color:#10b981}.filter-divider,.filter-separator{color:#d1d5db;padding:0 .5rem;align-self:center;font-weight:700}.filter-contacted{border-color:#10b981!important;color:#10b981}.filter-contacted.active{background:#10b981!important;border-color:#10b981!important;color:#fff!important}.filter-not-contacted{border-color:#f59e0b!important;color:#f59e0b}.filter-not-contacted.active{background:#f59e0b!important;border-color:#f59e0b!important;color:#fff!important}.filter-interviewed{border-color:#8b5cf6!important;color:#8b5cf6}.filter-interviewed.active{background:#8b5cf6!important;border-color:#8b5cf6!important;color:#fff!important}.filter-not-interviewed{border-color:#a78bfa!important;color:#a78bfa}.filter-not-interviewed.active{background:#a78bfa!important;border-color:#a78bfa!important;color:#fff!important}.stat-interviewed .stat-number{color:#8b5cf6}
