html,body{width:100%;height:100%;margin:0}.sidebar[data-astro-cid-wv7whodv]{z-index:50;background-color:#131314;border-right:1px solid #1e1f20;flex-direction:column;justify-content:space-between;align-items:center;width:68px;height:100vh;padding:1.2rem 0;display:flex;position:fixed;top:0;left:0}.top-nav[data-astro-cid-wv7whodv],.social-links[data-astro-cid-wv7whodv]{flex-direction:column;align-items:center;gap:1.2rem;display:flex}a[data-astro-cid-wv7whodv]{color:#c4c7c5;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}a[data-astro-cid-wv7whodv]:hover{color:#fff;background-color:#1e1f20}a[data-astro-cid-wv7whodv].active{color:#fff;background-color:#004a77}.user-avatar[data-astro-cid-wv7whodv]{object-fit:cover;width:36px;height:36px;image-rendering:pixelated;background-color:#1e1f20;border:1px solid #2d2f31;border-radius:50%}@media (width<=768px){.sidebar[data-astro-cid-wv7whodv]{border-top:1px solid #282a2c;border-right:none;flex-direction:row;width:100%;height:56px;padding:0 1rem;top:auto;bottom:0}.top-nav[data-astro-cid-wv7whodv],.social-links[data-astro-cid-wv7whodv]{flex-direction:row;gap:.5rem}.social-links[data-astro-cid-wv7whodv] a[data-astro-cid-wv7whodv]:nth-child(n+4){display:none}a[data-astro-cid-wv7whodv]{width:34px;height:34px}.user-avatar[data-astro-cid-wv7whodv]{width:30px;height:30px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#e3e3e3;background-color:#131314;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.chat-layout{flex-direction:column;justify-content:space-between;height:100vh;margin-left:68px;display:flex;position:relative}.chat-scroll-area{flex-direction:column;flex:1;padding:2rem 1rem 1rem;display:flex;overflow-y:auto}.hero-section{text-align:center;max-width:600px;margin:auto;padding:1rem}.hero-title{background:linear-gradient(90deg,#4285f4,#d96570,#9b51e0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.8rem;font-size:2.5rem;font-weight:600}.hero-subtitle{color:#8e918f;font-size:1rem;line-height:1.4}.chat-history{flex-direction:column;gap:1.5rem;width:100%;max-width:820px;margin:0 auto;display:flex}.chat-bubble{align-items:flex-start;gap:.8rem;width:100%;display:flex}.chat-bubble.usuario{flex-direction:row-reverse}.avatar-badge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:500;display:flex}.chat-bubble.usuario .avatar-badge{color:#e3e3e3;background-color:#282a2c}.chat-bubble.ia .avatar-badge{color:#a8c7fa;font-size:1.2rem}.message-box{color:#e3e3e3;word-break:break-word;background-color:#1e1f20;border:1px solid #282a2c;border-radius:18px;max-width:85%;padding:1rem 1.25rem;font-size:.95rem;line-height:1.6}.chat-bubble.usuario .message-box{background-color:#2a2b2d;border-color:#37393b}.message-box strong{color:#fff;font-weight:600}.message-box p{margin-bottom:.8rem}.message-box p:last-child{margin-bottom:0}.message-box ul,.message-box ol{margin-bottom:.8rem;margin-left:1.2rem}.message-box li{margin-bottom:.3rem}.input-bar-wrapper{background-color:#131314;width:100%;max-width:820px;margin:0 auto;padding:1rem}.input-bar{background-color:#1e1f20;border:1px solid #2d2f31;border-radius:28px;align-items:center;padding:.5rem 1rem;transition:border-color .2s;display:flex}.input-bar:focus-within{border-color:#444746}.input-bar input{color:#e3e3e3;background:0 0;border:none;outline:none;flex:1;padding:.4rem .6rem;font-size:.95rem}.input-bar input::placeholder{color:#8e918f}.input-bar button{color:#8e918f;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:color .2s;display:flex}.input-bar button:not(:disabled){color:#a8c7fa}@media (width<=768px){.chat-layout{height:calc(100vh - 56px);margin-left:0}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.message-box{max-width:90%;padding:.8rem 1rem;font-size:.9rem}.input-bar-wrapper{padding:.5rem .8rem}}.char-counter{color:#8e918f;user-select:none;flex-shrink:0;margin-right:.5rem;font-size:.75rem}
