@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d0d;--surface: #161616;--surface2: #1e1e1e;--border: rgba(255,255,255,.08);--text: #f0f0f0;--text-muted: #888;--accent: #a78bfa;--accent-bg: rgba(167,139,250,.12);--green: #1d9e75;--green-bg: #e1f5ee;--amber: #ba7517;--amber-bg: #faeeda;--font: "Inter", system-ui, sans-serif;--radius: 14px;--radius-sm: 8px}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.6}.app-shell{display:flex;flex-direction:column;min-height:100dvh;background:var(--bg)}.site-header{width:100%;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;position:sticky;top:0;z-index:10}.header-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px}.header-left{display:flex;align-items:center;gap:12px;min-width:0}.header-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-bg);color:var(--accent);font-family:var(--font-display);font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;border:1px solid rgba(167,139,250,.3);flex-shrink:0}.header-name{font-family:var(--font-display);font-size:15px;font-weight:600;letter-spacing:.2px}.header-sub{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.chamagoogle-badge{display:flex;align-items:center;gap:5px;padding:7px 14px;border-radius:999px;font-family:var(--font-display);font-size:12.5px;font-weight:600;letter-spacing:.2px;color:#0d0d0d;background:linear-gradient(100deg,#a78bfa,#f2a65a);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 0 #a78bfa00}.chamagoogle-badge:hover{transform:translateY(-1px);box-shadow:0 4px 14px #a78bfa59}.chamagoogle-badge svg{flex-shrink:0}.header-contacts{display:flex;gap:4px}.contact-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:var(--text-muted);transition:color .15s ease,background .15s ease}.contact-link:hover{color:var(--accent);background:var(--accent-bg)}.chat-main{flex:1;display:flex;justify-content:center;width:100%;overflow:hidden}.chat-column{width:100%;max-width:760px;display:flex;flex-direction:column;min-height:0}.messages{flex:1;overflow-y:auto;padding:24px 20px;display:flex;flex-direction:column;gap:16px;scrollbar-width:thin;scrollbar-color:var(--surface2) transparent}.msg{display:flex;align-items:flex-start;gap:10px}.msg-user{flex-direction:row-reverse}.avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:var(--accent-bg);color:var(--accent);font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;border:1px solid rgba(167,139,250,.3)}.bubble{max-width:80%;padding:12px 16px;border-radius:var(--radius);font-size:14px;line-height:1.65}.bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.bubble-bot{background:var(--surface);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.typing{display:flex;gap:5px;align-items:center;padding:14px 18px}.typing span{width:7px;height:7px;border-radius:50%;background:var(--text-muted);animation:bounce 1.2s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}.suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.suggestion-chip{padding:7px 14px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:13px;cursor:pointer;transition:all .15s}.suggestion-chip:hover{border-color:#a78bfa66;color:var(--accent);background:var(--accent-bg)}.input-area{padding:16px 20px 20px;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.jd-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:10px 14px;margin-bottom:10px;border-radius:var(--radius-sm);background:#a78bfa14;border:1px solid rgba(167,139,250,.2);font-size:13px;color:var(--accent)}.jd-actions{display:flex;gap:8px}.btn-match{padding:6px 14px;border-radius:20px;background:var(--accent);color:#fff;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .15s}.btn-match:hover{opacity:.85}.btn-chat-instead{padding:6px 14px;border-radius:20px;background:transparent;color:var(--text-muted);border:1px solid var(--border);font-size:13px;cursor:pointer;transition:color .15s}.btn-chat-instead:hover{color:var(--text)}.input-row{display:flex;align-items:flex-end;gap:10px;padding-right:2px}.chat-input{flex:1;background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:10px 14px;color:var(--text);font-size:14px;font-family:inherit;resize:none;outline:none;line-height:1.5;transition:border-color .15s;max-height:160px;overflow-y:auto}.chat-input::placeholder{color:var(--text-muted)}.chat-input:focus{border-color:#a78bfa66}.send-btn{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s,transform .1s}.send-btn:hover:not(:disabled){opacity:.85}.send-btn:active:not(:disabled){transform:scale(.95)}.send-btn:disabled{opacity:.35;cursor:not-allowed}.site-footer{width:100%;border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.footer-inner{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:14px 24px;font-size:12.5px;color:var(--text-muted)}.footer-name{font-weight:500}.footer-links{display:flex;gap:18px}.footer-link{display:flex;align-items:center;gap:5px;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.footer-link:hover{color:var(--accent)}.job-match-card{width:100%}.match-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.match-score-wrap{position:relative;flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.score-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.score-num{font-size:15px;font-weight:600;color:var(--text);position:relative;z-index:1}.match-summary-wrap{flex:1}.verdict-badge{display:inline-block;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;margin-bottom:8px;letter-spacing:.3px}.match-summary{font-size:13px;color:var(--text-muted);line-height:1.6}.match-sections{display:flex;flex-direction:column;gap:16px}.match-section h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:8px}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:12px;padding:4px 10px;border-radius:20px;font-weight:500}.tag-green{background:#0f3d2e;color:#5dcaa5}.tag-amber{background:#3d2a05;color:#ef9f27}.project-row{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid var(--border)}.project-row:last-child{border-bottom:none}.project-name{font-size:13px;font-weight:500;color:var(--text)}.project-relevance{font-size:12px;color:var(--text-muted)}@media (max-width: 640px){.header-inner,.footer-inner{padding:12px 16px}.header-sub{display:none}.messages{padding:16px}.input-area{padding:12px 16px 16px}.bubble{max-width:88%}.chamagoogle-badge span{display:none}.chamagoogle-badge{padding:8px;width:32px;height:32px}.footer-link span{display:none}.footer-name{font-size:11.5px}}@media (max-width: 400px){.header-contacts{gap:2px}.contact-link{width:28px;height:28px}}@media (max-width: 340px){.header-inner{flex-wrap:wrap;row-gap:8px}.header-left{flex:1 1 100%}.header-right{flex:1 1 100%;justify-content:space-between}.chamagoogle-badge{width:auto;padding:6px 10px}.chamagoogle-badge span{display:inline;font-size:11px}}
