:root{color-scheme:dark;font-family:system-ui,-apple-system,sans-serif}body{margin:0;min-height:100vh;background:#0a0a0a;color:#f2f2f2}main{max-width:640px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.hero-portrait{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid #d4af37;box-shadow:0 0 40px #d4af3759;margin-bottom:1.5rem}.hero h1{margin:0 0 .5rem;font-size:2rem}.hero p{margin:0;color:#b3b3b3}.chatbot{width:100%;background:#151515;border:1px solid #2a2a2a;border-radius:16px;padding:1.5rem;text-align:left}.chatbot-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.chatbot-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #d4af37;flex-shrink:0}.chatbot-header h2{margin:0;font-size:1.15rem}.chatbot-header p{margin:.15rem 0 0;font-size:.85rem;color:#8a8a8a}.chatbot-messages{display:flex;flex-direction:column;gap:.6rem;max-height:320px;overflow-y:auto;margin-bottom:1rem;padding-right:.25rem}.chatbot-bubble{padding:.65rem .9rem;border-radius:12px;line-height:1.4;font-size:.92rem;max-width:85%;white-space:pre-line}.chatbot-bubble.borgir{background:#2a2313;border:1px solid #4a3d1a;color:#f0dfa0;align-self:flex-start}.chatbot-bubble.user{background:#1f2937;color:#e5e7eb;align-self:flex-end}.chatbot-form{display:flex;gap:.5rem}.chatbot-form input{flex:1;background:#0a0a0a;border:1px solid #2a2a2a;border-radius:8px;padding:.6rem .8rem;color:#f2f2f2;font-size:.9rem}.chatbot-form input:focus{outline:none;border-color:#d4af37}.chatbot-form button{background:#d4af37;color:#0a0a0a;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;cursor:pointer}.chatbot-form button:hover{background:#e5c158}
