*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--pink:#e8368d;--pink-dark:#cb006e;--purple:#430f80;--purple-dark:#340769;--dark:#34343c;--gray:#6b6b78;--gray-light:#f2f2f5;--border:#e4e4ea;--white:#fff;--radius:18px;--radius-sm:10px;--shadow:0 8px 32px #430f801f;--font:"Open Sans", Arial, sans-serif}html,body{height:100%;font-family:var(--font);background:var(--gray-light);color:var(--dark);-webkit-font-smoothing:antialiased}.page{background:linear-gradient(135deg,#f5f0ff 0%,#fff0f8 100%);justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.chat{background:var(--white);border-radius:var(--radius);width:100%;max-width:480px;height:min(680px,100vh - 32px);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.chat__header{background:linear-gradient(135deg, var(--purple) 0%, var(--pink-dark) 100%);flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.chat__avatar{object-fit:cover;border:2px solid #fff6;border-radius:50%;flex-shrink:0;width:44px;height:44px}.chat__header-info{flex:1;min-width:0}.chat__header-name{color:var(--white);font-size:15px;font-weight:600;line-height:1.2}.chat__header-sub{color:#ffffffbf;margin-top:1px;font-size:12px}.chat__status{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 2px #4ade804d}.chat__privacy{border-bottom:1px solid var(--border);color:var(--gray);background:#faf5ff;flex-shrink:0;padding:10px 16px;font-size:11.5px;line-height:1.5}.chat__privacy a{color:var(--purple);font-weight:600;text-decoration:none}.chat__privacy a:hover{text-decoration:underline}.chat__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat__messages::-webkit-scrollbar{width:4px}.chat__messages::-webkit-scrollbar-track{background:0 0}.chat__messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.msg{align-items:flex-end;gap:8px;max-width:85%;display:flex}.msg--assistant{align-self:flex-start}.msg--user{flex-direction:row-reverse;align-self:flex-end}.msg__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-bottom:2px}.msg__bubble{white-space:pre-wrap;border-radius:18px;padding:10px 14px;font-size:14px;line-height:1.55}.msg--assistant .msg__bubble{background:var(--gray-light);color:var(--dark);border-bottom-left-radius:4px}.msg--user .msg__bubble{background:linear-gradient(135deg, var(--purple) 0%, var(--pink-dark) 100%);color:var(--white);border-bottom-right-radius:4px}.chat__typing{flex-shrink:0;align-items:flex-end;gap:8px;padding:0 16px 8px;display:flex}.chat__typing-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.chat__dots{background:var(--gray-light);border-radius:18px 18px 18px 4px;gap:4px;padding:10px 14px;display:flex}.chat__dots span{background:var(--gray);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.chat__dots span:nth-child(2){animation-delay:.2s}.chat__dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.vacancies{flex-direction:column;flex-shrink:0;gap:8px;margin:8px 16px;display:flex}.vacancy{border:1px solid var(--border);border-radius:var(--radius-sm);background:linear-gradient(135deg,#faf5ff 0%,#fff0f8 100%);padding:12px 14px}.vacancy__title{color:var(--purple);margin-bottom:2px;font-size:13px;font-weight:700}.vacancy__meta{color:var(--gray);margin-bottom:6px;font-size:11.5px}.vacancy__intro{color:var(--dark);font-size:12.5px;line-height:1.5}.chat__input{border-top:1px solid var(--border);background:var(--white);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.chat__textarea{resize:none;border:1.5px solid var(--border);font-family:var(--font);color:var(--dark);background:var(--gray-light);border-radius:22px;outline:none;flex:1;padding:9px 14px;font-size:14px;line-height:1.4;transition:border-color .15s}.chat__textarea:focus{border-color:var(--purple);background:var(--white)}.chat__textarea:disabled{opacity:.5;cursor:not-allowed}.chat__textarea::placeholder{color:#a0a0ac}.chat__send{background:linear-gradient(135deg, var(--purple) 0%, var(--pink-dark) 100%);width:40px;height:40px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,transform .15s;display:flex}.chat__send:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.chat__send:disabled{opacity:.35;cursor:not-allowed;transform:none}.chat__state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:32px;display:flex}.chat__state-avatar{object-fit:cover;border:3px solid var(--border);border-radius:50%;width:64px;height:64px}.chat__state p{color:var(--gray);max-width:280px;font-size:14px;line-height:1.6}.chat__state a,.chat__state button{cursor:pointer;background:linear-gradient(135deg, var(--purple) 0%, var(--pink-dark) 100%);color:var(--white);border:none;border-radius:25px;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.chat__state a:hover,.chat__state button:hover{opacity:.88}.chat__spinner{border:3px solid var(--border);border-top-color:var(--purple);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
