:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ececec;font-synthesis:none;text-rendering:optimizelegibility;background:#212121;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}button,textarea{font:inherit;color:inherit}button{cursor:pointer}.app{height:100%;min-height:100%;display:flex}.sidebar{background:#171717;flex-direction:column;flex:none;gap:16px;width:260px;padding:12px;display:flex}.new-chat{text-align:left;background:0 0;border:1px solid #ffffff1a;border-radius:12px;padding:10px 12px}.new-chat:hover{background:#ffffff14}.sidebar-note{color:#b4b4b4;margin:auto 8px 8px;font-size:13px;line-height:1.4}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{align-items:center;gap:12px;padding:12px 16px;display:flex}.topbar h1{margin:0;font-size:16px;font-weight:600}.menu{background:0 0;border:0;width:36px;height:36px;padding:8px;display:none}.menu span{background:currentColor;height:1.5px;margin:4px 0;display:block}.resume,.resume-card{color:#ececec;background:#2f2f2f;border:1px solid #ffffff24;border-radius:999px;margin-left:auto;padding:8px 14px;text-decoration:none}.resume:hover,.resume-card:hover{background:#424242}.thread{flex:1;overflow:auto}.empty,.messages,.composer-wrap{width:min(768px,100% - 32px);margin:0 auto}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100%;display:flex}.empty h2{margin:0;font-size:28px;font-weight:500}.empty p,.hint,.error{color:#b4b4b4;margin:0}.suggestions{grid-template-columns:1fr 1fr;gap:8px;width:min(560px,100%);margin-top:20px;display:grid}.suggestions button{text-align:left;background:#2f2f2f;border:1px solid #ffffff14;border-radius:16px;padding:14px}.suggestions button:hover{background:#3a3a3a}.messages{flex-direction:column;gap:18px;padding:24px 0 8px;list-style:none;display:flex}.messages li{gap:12px;display:flex}.messages .user{justify-content:flex-end}.avatar{color:#fff;background:#10a37f;border-radius:999px;flex:none;place-items:center;width:28px;height:28px;margin-top:2px;font-size:11px;font-weight:700;display:grid}.bubble{max-width:min(680px,100%);line-height:1.55}.prose p{margin:0 0 .75em}.prose p:last-child{margin-bottom:0}.user .bubble{white-space:pre-wrap;background:#303030;border-radius:22px;padding:10px 16px}.resume-card{margin:12px 0 0;display:inline-flex}.caret{border-right:2px solid #ececec;width:8px;height:1.1em;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{border-color:#0000}}.composer-wrap{padding:8px 0 18px}.composer{background:#2f2f2f;border:1px solid #ffffff14;border-radius:28px;align-items:flex-end;gap:8px;padding:8px 8px 8px 16px;display:flex}.composer textarea{resize:none;background:0 0;border:0;outline:none;flex:1;min-height:24px;max-height:160px;padding:8px 0}.composer button{color:#111;background:#ececec;border:0;border-radius:999px;place-items:center;width:36px;height:36px;display:grid}.composer button:disabled{color:#8e8e8e;cursor:default;background:#4a4a4a}.composer svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.hint,.error{text-align:center;padding:8px 12px 0;font-size:12px}.error{color:#ffb4b4}.scrim{display:none}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=768px){.sidebar{z-index:2;transition:transform .16s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.scrim{z-index:1;background:#0008;border:0;display:block;position:fixed;inset:0}.menu{display:block}.suggestions{grid-template-columns:1fr}}
