:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0;width:100%;height:100%;background:#121212;font-family:sans-serif;color:#f5f5f5}.app-container{display:flex;padding:2rem;box-sizing:border-box;width:100%;max-width:1600px;margin:0 auto;min-height:100vh;flex-direction:column;justify-content:center}.grid-layout{display:grid;grid-template-columns:400px minmax(600px,1fr);gap:9rem;width:100%;align-items:start}.left-panel{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.header{font-size:2.5rem;margin:0}.portrait{width:100%;max-width:400px;border:4px solid #333;object-fit:cover}.unrounded{border-radius:0!important}.tagline{font-size:1rem;opacity:.85;line-height:1.4}.right-panel{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:800px}.section-title{font-size:1.25rem;margin-bottom:.5rem;text-align:left}.chat-wrapper{height:600px;display:flex;flex-direction:column;overflow:hidden;background:#1e1e1e;border-radius:8px;width:800px;max-width:100%}.chat-container{flex:1;display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box}.chat-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#2a2a2a;box-sizing:border-box}.message{max-width:100%;width:fit-content;box-sizing:border-box;min-width:2ch}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message-label{font-size:.75rem;color:#aaa;margin-bottom:.25rem}.message-content{display:inline-block;padding:.75rem;border-radius:6px;background:#333;color:#f5f5f5;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;box-sizing:border-box;min-width:2ch;max-width:100%;flex-shrink:1}.message.user .message-content{background:#05a;color:#fff}.chat-input-row{display:flex;border-top:1px solid #333;background:#1e1e1e}.chat-input{flex:1;padding:.75rem;border:none;background:#222;color:#f5f5f5;font-size:1rem}.chat-input:focus{outline:none}.chat-send-button{padding:0 1rem;background:#05a;border:none;color:#fff;cursor:pointer;font-weight:700}.chat-send-button:disabled{opacity:.5;cursor:default}.contact-section{text-align:left}.contact-buttons{display:flex;justify-content:flex-start;gap:1rem;flex-wrap:wrap}.contact-button{padding:.5rem 1rem;background:#1f1f1f;color:#f5f5f5;text-decoration:none;border-radius:6px}@media (max-width: 1024px){.grid-layout{grid-template-columns:1fr}.left-panel{align-items:center;text-align:center}.contact-buttons{justify-content:center}.chat-wrapper{height:500px;width:100%}.chat-input{font-size:.9rem}.chat-send-button{padding:0 .75rem}}
