:root{font-family:Trebuchet MS,Gill Sans,sans-serif;line-height:1.5;font-weight:400;color:#20231f;background:#f6f7f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100svh;background:#f6f7f5}button,textarea{font:inherit}button{border:0}p,h1{margin:0}#root{min-height:100svh}.shell{--background: #f6f7f5;--surface: #ffffff;--surface-muted: #eef0ec;--text: #20231f;--text-muted: #70766d;--border: #dfe2dc;--accent: #176b51;--accent-strong: #0f513d;--user-message: #1f2924;--user-text: #ffffff;min-height:100svh;color:var(--text);background:var(--background)}.shell.theme-dark{--background: #171917;--surface: #202320;--surface-muted: #292d29;--text: #f0f2ee;--text-muted: #a8aea5;--border: #373c37;--accent: #6fc7a5;--accent-strong: #91d9bd;--user-message: #dfe7e1;--user-text: #171917}.auth-loading,.login-screen{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.auth-loading{color:var(--text-muted)}.login-screen{width:min(32rem,calc(100% - 2rem));text-align:center}.brand-mark{display:grid;width:3rem;height:3rem;margin:0 auto 1.5rem;place-items:center;border-radius:50%;background:var(--text);color:var(--surface);font-family:Georgia,Times New Roman,serif;font-size:.9rem}.login-screen h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,6vw,3.25rem);font-weight:400;line-height:1.08}.login-screen p{max-width:28rem;margin:1.25rem auto 2rem;color:var(--text-muted)}.linkedin-button{padding:.85rem 1.2rem;border-radius:6px;background:#0a66c2;color:#fff;font-weight:700;cursor:pointer}.linkedin-button:hover,.linkedin-button:focus-visible{background:#084f96}.linkedin-button:disabled{opacity:.5;cursor:not-allowed}.legal-consent{display:flex;gap:.55rem;align-items:flex-start;justify-content:center;margin:1rem auto 0;color:var(--text-muted);font-size:.82rem;text-align:center}.legal-consent input{flex:0 0 auto;margin-top:.25rem;accent-color:var(--accent)}.inline-link,.legal-link{padding:0;background:transparent;color:var(--accent-strong);text-decoration:underline;cursor:pointer}.legal-link{display:block;margin:.75rem auto 0;font-size:.82rem}.chat-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(48rem,100%);height:100svh;margin:0 auto;background:var(--surface);border-inline:1px solid var(--border)}.chat-header{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;min-height:4.5rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--border)}.chat-title{font-family:Georgia,Times New Roman,serif;font-size:1rem}.menu-container{position:relative}.menu-button{display:grid;width:2.5rem;height:2.5rem;padding:.7rem;align-content:center;gap:4px;border-radius:50%;background:transparent;cursor:pointer}.menu-button:hover,.menu-button:focus-visible{background:var(--surface-muted)}.menu-button span{display:block;height:1px;background:var(--text)}.menu-popover{position:absolute;top:calc(100% + .5rem);right:0;width:15rem;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 35px #1218141f}.menu-label{margin-bottom:.65rem;color:var(--text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase}.theme-switcher{display:grid;grid-template-columns:repeat(3,1fr);padding:3px;border-radius:6px;background:var(--surface-muted)}.theme-switcher button{padding:.45rem .3rem;border-radius:4px;background:transparent;color:var(--text-muted);font-size:.78rem;cursor:pointer}.theme-switcher button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #1218141f}.logout-button{width:100%;margin-top:.85rem;padding:.7rem;border-top:1px solid var(--border);background:transparent;color:var(--text);text-align:left;cursor:pointer}.messages{display:flex;min-height:0;flex-direction:column;gap:1rem;padding:2rem 1.5rem;overflow-y:auto}.message-bubble{max-width:82%;padding:.85rem 1rem;border-radius:8px;animation:message-in .2s ease-out}.message-bubble p{white-space:pre-wrap}.markdown-content p:first-child{margin-top:0}.markdown-content p:last-child{margin-bottom:0}.markdown-content a{color:var(--accent-strong);text-decoration:underline}.markdown-content ul,.markdown-content ol{padding-left:1.25rem}.markdown-content li+li{margin-top:.35rem}.markdown-content code{padding:.1rem .25rem;border-radius:3px;background:color-mix(in srgb,var(--text) 10%,transparent);font-size:.9em}.message-bubble.assistant{align-self:flex-start;background:var(--surface-muted)}.message-bubble.user{align-self:flex-end;background:var(--user-message);color:var(--user-text)}.suggestions{display:grid;gap:.45rem;margin-top:1rem}.suggestion-button{padding:.65rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.suggestion-button:hover,.suggestion-button:focus-visible{border-color:var(--accent);color:var(--accent-strong)}.typing-dots{display:flex;gap:.3rem;padding:.35rem 0}.typing-dots span{width:.35rem;height:.35rem;border-radius:50%;background:var(--text-muted);animation:pulse 1.1s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}.composer{position:relative;display:grid;grid-template-columns:1fr auto;gap:.5rem;margin:0 1.25rem 1.25rem;padding:.5rem;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.composer:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 18%,transparent)}.composer textarea{min-height:2.5rem;max-height:9rem;padding:.55rem .6rem;resize:vertical;border:0;outline:0;background:transparent;color:var(--text)}.send-button{align-self:end;display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:6px;background:var(--accent);color:#fff;font-size:1.25rem;cursor:pointer}.send-button:disabled,.suggestion-button:disabled{opacity:.4;cursor:not-allowed}.error-banner{grid-column:1 / -1;padding:.5rem .6rem;color:#a12c2c;font-size:.82rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes message-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,80%,to{opacity:.35;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (prefers-color-scheme: dark){.shell.theme-system{--background: #171917;--surface: #202320;--surface-muted: #292d29;--text: #f0f2ee;--text-muted: #a8aea5;--border: #373c37;--accent: #6fc7a5;--accent-strong: #91d9bd;--user-message: #dfe7e1;--user-text: #171917}}@media (max-width: 48rem){.chat-panel{border:0}.messages{padding:1.25rem 1rem}.composer{margin:0 .75rem max(.75rem,env(safe-area-inset-bottom))}.message-bubble{max-width:90%}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important}}.legal-backdrop{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem;background:#1218148c}.legal-dialog{width:min(42rem,100%);max-height:min(42rem,calc(100svh - 2rem));overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 18px 55px #12181440}.legal-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.legal-dialog-header h2{font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:400}.close-button{width:2rem;height:2rem;border-radius:50%;background:transparent;color:var(--text);font-size:1.5rem;cursor:pointer}.close-button:hover,.close-button:focus-visible{background:var(--surface-muted)}.legal-content{max-height:calc(min(42rem,100svh) - 5rem);padding:1.25rem;overflow-y:auto}.legal-content section+section{margin-top:1.25rem}.legal-content h3{margin-bottom:.4rem;font-size:.95rem}.legal-content p{margin-top:.55rem;color:var(--text-muted);font-size:.88rem}.legal-content a{color:var(--accent-strong)}
