.homepage-container{display:flex;height:100vh;width:100%;overflow:hidden;background-color:#0f0f0f;color:#fff;font-family:Inter,sans-serif}@media (max-width: 900px){.homepage-container{flex-direction:column;height:100dvh}}.left-panel{width:28%;min-width:300px;max-width:420px;background-color:#161616;padding:2rem;display:flex;flex-direction:column;gap:2.5rem;border-right:1px solid rgba(255,255,255,.08)}@media (max-width: 1024px){.left-panel{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media (max-width: 900px){.left-panel{display:none}}.hero-image-container{width:100%;display:flex;justify-content:center}.hero-image{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.15);box-shadow:0 4px 16px #0000004d;transition:transform .2s ease}.hero-image:hover{transform:scale(1.03)}@media (max-width: 600px){.hero-image{width:140px;height:140px}}.intro-text{display:flex;flex-direction:column;gap:.75rem}.intro-name{font-size:1.9rem;font-weight:700;margin:0;color:#fff;text-shadow:none}.intro-title{font-size:1rem;font-weight:400;color:#b0b0b0;margin:0}.intro-description{font-size:.95rem;line-height:1.5;color:#d0d0d0;margin-top:.5rem}.badge-list{display:flex;flex-wrap:wrap;gap:.5rem}.badge{padding:.45rem .85rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);font-size:.8rem;color:#e5e5e5;transition:background .2s ease}.badge:hover{background:#ffffff26}.persona-toggle{display:flex;gap:.5rem}.persona-btn{flex:1;padding:.45rem .75rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#ffffffbf;font-size:.8rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.persona-btn:hover{border-color:#ffffff4d}.persona-btn.active{background-color:#6b5c7a40;border-color:#6b5c7a99;color:#fff}.right-panel{flex:1;padding:2rem;display:flex;flex-direction:column;background-color:#0f0f0f}.mobile-header{display:none}@media (max-width: 1024px){.right-panel{width:100%;min-height:80vh}}@media (max-width: 900px){.right-panel{width:100%;height:100%;flex:1;display:flex;flex-direction:column;padding:0}}@media (max-width: 900px){.mobile-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 .75rem;background-color:#0f0f0f;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-header-left{display:flex;align-items:center;gap:.6rem}.mobile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.mobile-identity{display:flex;flex-direction:column;line-height:1.1}.mobile-name{font-size:1rem;font-weight:600;color:#fff}.mobile-persona{font-size:.8rem;color:#ffffffa6}.persona-mode-pill{padding:.35rem .75rem;border-radius:999px;background-color:#6b5c7a26;color:#cfc6dc;border:1px solid rgba(107,92,122,.35);font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.persona-mode-pill:hover{background-color:#6b5c7a40;border-color:#6b5c7a8c}.mobile-persona-menu{display:flex;gap:.5rem;padding:.5rem .75rem;background-color:#0f0f0f;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-persona-option{flex:1;padding:.45rem .5rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#ffffffbf;font-size:.75rem;cursor:pointer}.mobile-persona-option.active{background-color:#6b5c7a40;border-color:#6b5c7a99;color:#fff}}.chatbot-intro{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.chatbot-intro-title{margin:0;font-size:1.4rem;font-weight:600;color:#fff}.chatbot-intro-text{margin-top:.5rem;color:#b5b5b5;font-size:.95rem;line-height:1.45}@media (max-width: 900px){.chatbot-intro{padding-right:.5rem;padding-left:.5rem}}.chat-container{display:flex;flex-direction:column;flex:1;overflow:hidden;border-radius:12px;background-color:#111;border:1px solid rgba(255,255,255,.08);padding:1rem}.chat-message-list{flex:1;overflow-y:auto;padding-right:.5rem;display:flex;flex-direction:column;gap:1rem}.chat-message-list::-webkit-scrollbar{width:6px}.chat-message-list::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:6px}@media (max-width: 900px){.chat-message-list{padding-bottom:5.5rem;padding-left:.5rem;padding-right:.5rem;-webkit-overflow-scrolling:touch}.chat-message-list::-webkit-scrollbar{display:none}.chat-message{max-width:100%}.chat-bubble{padding:.75rem 1rem;border-radius:14px;font-size:.95rem;line-height:1.45}.chat-message.user .chat-bubble{background-color:#4b3f72}.story-choices{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.story-choice-btn{min-height:44px;padding:.6rem .9rem;border-radius:10px;font-size:.95rem;text-align:left}}.chat-message{display:flex;width:100%}.chat-message.user{justify-content:flex-end}.chat-message.assistant{justify-content:flex-start}.chat-bubble{max-width:80%;padding:.75rem 1rem;border-radius:12px;font-size:.95rem;line-height:1.4}.chat-message.user .chat-bubble{background-color:#6b5c7a;color:#fff;border-bottom-right-radius:2px}.chat-message.assistant .chat-bubble{background-color:#1e1e1e;color:#e5e5e5;border-bottom-left-radius:2px;border:1px solid rgba(255,255,255,.08)}.chat-bubble{line-height:1.5}.chat-bubble em,.chat-bubble strong{color:#fff}.chat-bubble h1,.chat-bubble h2,.chat-bubble h3{margin-top:.6rem;margin-bottom:.4rem}.chat-bubble ul{margin:.4rem 0 .4rem 1.2rem}.chat-bubble strong{font-weight:600}.story-choices{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.story-choice-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.6rem .8rem;border-radius:8px;cursor:pointer;text-align:left;transition:background .2s ease}.story-choice-btn:hover{background:#ffffff26}.chat-input-container{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.chat-input{flex:1;background-color:#1b1b1b;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;resize:none;font-size:.95rem}.chat-send-btn{background-color:#6b5c7a;color:#fff;border:none;padding:.6rem .85rem;border-radius:8px;cursor:pointer;font-size:1.1rem;transition:background .2s ease}.chat-send-btn:hover{background-color:#5a4c66}@media (max-width: 900px){.chat-input-container{position:sticky;bottom:0;z-index:10;margin-top:0;padding:.75rem;background-color:#0f0f0f;border-top:1px solid rgba(255,255,255,.08)}.chat-input{font-size:16px;border-radius:12px;padding:.75rem 1rem}.chat-send-btn{min-width:44px;min-height:44px;border-radius:999px;font-size:1.2rem;display:flex;align-items:center;justify-content:center}.chat-input-container{box-shadow:0 -6px 12px #00000059}}.preset-questions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.preset-question{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#e5e5e5;padding:.45rem .75rem;border-radius:8px;font-size:.8rem;cursor:pointer;transition:background .2s ease}.preset-question:hover{background:#ffffff26}body{margin:0;padding:0;background-color:var(--color-bg)}
