@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Sora,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#faf8f5;color:#1d1d1f;-webkit-font-smoothing:antialiased}.app{max-width:1200px;margin:0 auto;padding:48px 24px}.landing{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 64px}.landing-title{font-size:56px;font-weight:600;letter-spacing:-1.5px;margin-bottom:16px;text-align:center;color:#1d1d1f;font-family:Sora,sans-serif}.landing-subtitle{font-size:18px;color:#6e6e73;text-align:center;max-width:560px;margin:0 auto 48px;line-height:1.5}.search-container{width:100%;max-width:720px;position:relative}.big-search-wrap{position:relative;width:100%;margin-bottom:16px}.typing-placeholder{position:absolute;top:24px;left:28px;right:72px;font-size:20px;font-family:Sora,sans-serif;font-weight:400;color:#c0c0c5;line-height:1.5;pointer-events:none}.typing-cursor{animation:blink 1s step-end infinite;color:#6e40c9}@keyframes blink{50%{opacity:0}}.big-search{width:100%;min-height:120px;padding:24px 72px 24px 28px;font-size:20px;font-family:Sora,sans-serif;font-weight:400;background:#fff;border:1px solid #e8e8ed;border-radius:16px;outline:none;transition:all .2s;resize:none;overflow:hidden;line-height:1.5;box-shadow:0 1px 3px #0000000a}.big-search::placeholder{color:#c0c0c5;animation:slideUp .4s ease-in-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.big-search:focus{border-color:#6e40c9;box-shadow:0 0 0 4px #6e40c914,0 1px 3px #0000000a}.send-button{position:absolute;bottom:20px;right:20px;width:44px;height:44px;background:#6e40c9;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 8px #6e40c940}.send-button:hover:not(:disabled){background:#5d35a8;transform:translateY(-1px);box-shadow:0 4px 12px #6e40c959}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{background:#d2d2d7;cursor:not-allowed;box-shadow:none}.send-button svg{width:20px;height:20px}.send-button .search-spinner-big{position:static;width:20px;height:20px;border-width:2px;border-color:#ffffff4d;border-top-color:#fff}.mode-toggle-bottom{display:flex;gap:4px;background:#e8e8ed;border-radius:10px;padding:4px;width:fit-content}.mode-toggle-bottom button{background:none;border:none;padding:8px 18px;font-size:13px;font-family:Sora,sans-serif;font-weight:500;color:#86868b;border-radius:7px;cursor:pointer;transition:all .15s}.mode-toggle-bottom button.active{background:#fff;color:#1d1d1f;box-shadow:0 1px 3px #0000001a}.mode-toggle-bottom button:last-child.active{color:#6e40c9}.tag-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.tag-filters-header{justify-content:flex-start;margin-bottom:20px}.tag-chip{background:#e8e8ed;border:none;padding:8px 16px;font-size:13px;font-family:Sora,sans-serif;font-weight:500;color:#6e6e73;border-radius:20px;cursor:pointer;transition:all .2s}.tag-chip:hover{background:#d8d8dd;color:#1d1d1f}.tag-chip.active{background:#6e40c9;color:#fff}.tag-chip.active:hover{background:#5d35b3}.ai-error-landing{text-align:center;color:#c0392b;font-size:14px;margin-top:12px}.catalog-section{max-width:1200px;margin:0 auto;padding:0 24px 48px}.catalog-title{font-size:20px;font-weight:600;color:#86868b;margin-bottom:24px;text-align:center;font-family:Sora,sans-serif}header{margin-bottom:40px}header h1{font-size:32px;font-weight:700;letter-spacing:-.5px}header .subtitle{color:#86868b;font-size:15px;margin-top:4px;margin-bottom:4px}header .how-it-works{color:#6e6e73;font-size:14px;margin-bottom:20px}.search{width:100%;padding:12px 16px;font-size:15px;font-family:inherit;background:#fff;border:1px solid #d2d2d7;border-radius:12px;outline:none;transition:border-color .2s,box-shadow .2s}.search:focus{border-color:#0071e3;box-shadow:0 0 0 3px #0071e326}.result-count{font-size:13px;color:#86868b;margin-top:8px}.search-wrap{position:relative;display:flex;align-items:center}.search-spinner{position:absolute;right:14px;width:16px;height:16px;border:2px solid #d2d2d7;border-top-color:#0071e3;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mode-toggle{display:flex;gap:4px;background:#e8e8ed;border-radius:10px;padding:4px;width:fit-content;margin-bottom:10px}.mode-toggle button{background:none;border:none;padding:6px 14px;font-size:13px;font-family:inherit;font-weight:500;color:#86868b;border-radius:7px;cursor:pointer;transition:all .15s}.mode-toggle button.active{background:#fff;color:#1d1d1f;box-shadow:0 1px 3px #0000001a}.mode-toggle button:last-child.active{color:#6e40c9}.ai-error{font-size:13px;color:#c0392b;margin-top:6px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.card{background:#fff;border-radius:16px;padding:24px;display:flex;gap:16px;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 1px 3px #0000000a}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-placeholder{background:#e8e8ed;color:#86868b;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}.card-body{flex:1;min-width:0}.card-body h3{font-size:16px;font-weight:600;margin-bottom:2px}.card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.card-tag{font-size:11px;font-weight:500;color:#6e40c9;background:#6e40c91f;padding:3px 8px;border-radius:6px}.headline{font-size:13px;color:#86868b;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location{font-size:12px;color:#aeaeb2;margin-bottom:8px}.bio{font-size:14px;line-height:1.5;color:#424245;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.empty{grid-column:1 / -1;text-align:center;color:#86868b;padding:64px 0;font-size:15px}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:24px}.modal{background:#fff;border-radius:20px;padding:32px;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:28px;color:#86868b;cursor:pointer;line-height:1}.modal-close:hover{color:#1d1d1f}.modal-header{display:flex;gap:20px;align-items:center;margin-bottom:20px}.modal-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0}.modal-header h2{font-size:22px;font-weight:700}.modal-header .headline{white-space:normal;overflow:visible}.modal-tags{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 6px}.modal-tag{font-size:12px;font-weight:500;color:#6e40c9;background:#6e40c91f;padding:4px 10px;border-radius:6px}.modal-bio{font-size:15px;line-height:1.6;color:#333;margin-bottom:20px}.modal-section{margin-bottom:16px}.modal-section h4{font-size:13px;font-weight:600;color:#86868b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.modal-section p{font-size:14px;line-height:1.5;color:#424245}.preformatted{white-space:pre-line}.modal-links{display:flex;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid #e8e8ed}.modal-links a{font-size:14px;color:#0071e3;text-decoration:none;font-weight:500}.modal-links a:hover{text-decoration:underline}@media(max-width:600px){.grid{grid-template-columns:1fr}.card{padding:16px}.modal{padding:24px}.modal-header{flex-direction:column;text-align:center}}
