.astral-chat__messages{flex-direction:column;gap:1rem;padding-right:.6rem;display:flex;overflow-y:auto}.astral-chat__messages::-webkit-scrollbar{width:5px}.astral-chat__messages::-webkit-scrollbar-track{background:0 0}.astral-chat__messages::-webkit-scrollbar-thumb{background:#f6d40d33;border-radius:10px;transition:background .2s}.astral-chat__messages::-webkit-scrollbar-thumb:hover{background:#f6d40d66}.astral-chat__bubble{white-space:pre-wrap;border-radius:1rem;max-width:90%;padding:.9rem 1.1rem;font-size:.95rem;line-height:1.5}.astral-chat__bubble--user{color:#0d0a02;background:linear-gradient(135deg,#f6d40df2,#f6d40dbf);border:1px solid #f6d40df2;border-bottom-right-radius:.2rem;align-self:flex-end;font-weight:500}.astral-chat__bubble--assistant{backdrop-filter:blur(8px);color:#f3f0e2;background:#080c1aa6;border:1px solid #e3a4d659;border-bottom-left-radius:.2rem;align-self:flex-start;transition:background .3s,border-color .3s;box-shadow:0 4px 12px #0003}.astral-chat[data-theme=astro] .astral-chat__bubble--assistant{background:#0a1932a6;border-color:#4589ff73}.astral-chat[data-theme=sirius] .astral-chat__bubble--assistant{background:#0a3219a6;border-color:#10b98173}.astral-chat[data-theme=saturn] .astral-chat__bubble--assistant{background:#32140aa6;border-color:#ff8c3c73}.astral-chat[data-theme=nova] .astral-chat__bubble--assistant{background:#230f3ca6;border-color:#b445ff73}.astral-chat__bubble--error{color:#ffb4b4f2!important;background:#dc262626!important;border-color:#ff646499!important}.astral-chat__skeleton{color:#0000;background:linear-gradient(90deg,#ffffff4d 0%,#ffffffd9 50%,#ffffff4d 100%) 0 0/200%;background-clip:text;font-style:italic;animation:1.5s linear infinite shimmer;display:inline-block}.astral-chat__bubble.is-streaming:after{content:"";vertical-align:text-bottom;background:#f6d40dd9;width:.52rem;height:.9rem;margin-left:.3rem;animation:1s step-end infinite typing-cursor;display:inline-block}.astral-chat__composer{grid-template-columns:1fr auto;align-items:end;gap:.75rem;margin-top:auto;display:grid}.astral-chat__composer textarea{resize:none;color:#f3f0e2;width:100%;font:inherit;background:#040916b3;border:1px solid #f6d40d59;border-radius:1rem;min-height:2.8rem;max-height:10rem;padding:.85rem 1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s;overflow-y:hidden}.astral-chat__composer textarea:focus{border-color:#f6d40dcc;outline:none;box-shadow:0 0 10px #f6d40d33}.astral-chat__composer button{color:#f8f2dc;cursor:pointer;background:linear-gradient(135deg,#f6d40d38,#e3a4d633);border:1px solid #f6d40d80;border-radius:999px;justify-content:center;align-items:center;width:3.2rem;height:3.2rem;transition:transform .2s,background .2s;display:flex}.astral-chat__composer button:hover{background:linear-gradient(135deg,#f6d40d59,#e3a4d64d);transform:scale(1.05)}.astral-chat__ctas{flex-wrap:wrap;gap:.5rem;margin-top:0;display:flex}.astral-chat__cta-btn{color:#fff1b3;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;background:linear-gradient(to bottom right,#0b1023cc,#0d1429b3);border:1px solid #f6d40d59;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .9rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;animation:.35s cubic-bezier(.16,1,.3,1) both cta-appear;display:inline-flex}.astral-chat__cta-btn:hover{border-color:#f6d40d99;transform:translateY(-1px);box-shadow:0 12px 28px #f6d40d3d}.astral-chat__cta-btn--linkedin{color:#a8c8f0;border-color:#0a66c280}.astral-chat__cta-btn--linkedin:hover{border-color:#0a66c2d9;box-shadow:0 12px 28px #0a66c233}@media (width<=767px){.astral-chat__messages{gap:.75rem;padding-right:.2rem}.astral-chat__bubble{max-width:96%;padding:.7rem .85rem;font-size:.88rem}.astral-chat__composer{gap:.5rem}.astral-chat__composer textarea{border-radius:.8rem;min-height:2.5rem;padding:.7rem .8rem}.astral-chat__composer button{width:2.7rem;height:2.7rem}.astral-chat__ctas{gap:.4rem}.astral-chat__cta-btn{letter-spacing:.1em;padding:.34rem .66rem;font-size:.62rem}}@keyframes cta-appear{0%{opacity:0;transform:translateY(6px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.astral-chat--booting{opacity:0;pointer-events:none}.astral-chat--disabled{display:none!important}@keyframes bubble-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes typing-cursor{50%{opacity:0}}@keyframes pulse-opacity{0%,to{opacity:.4}50%{opacity:.8}}@keyframes shimmer{to{background-position:200%}}.astral-chat__panel.is-page{width:100%;max-width:100%;max-height:none;min-height:unset;opacity:1;pointer-events:auto;padding-inline:0;backdrop-filter:blur(16px);background:#0f142d73;border:1px solid #f6d40d1f;border-radius:1.2rem;flex-direction:column;gap:1.2rem;margin-inline:auto;padding:1.5rem;overflow-x:clip;transform:none}.astral-chat__messages-header{border-bottom:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.astral-chat__panel.is-page .astral-chat__clear{color:#b4b8ca8c;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;transition:color .2s,background .2s;display:inline-flex}.astral-chat__panel.is-page .astral-chat__clear:hover{color:#f6d40d;background:#f6d40d0f}.astral-chat__panel.is-page .astral-chat__messages{padding-bottom:1rem;overflow-y:visible}.astral-chat__panel.is-page .astral-chat__composer{backdrop-filter:blur(14px);z-index:10;background:#080c1ad9;border:1px solid #f6d40d33;border-radius:1.2rem;padding:.75rem;position:sticky;bottom:1.5rem}@media (width<=767px){.astral-chat__panel.is-page{border-radius:.95rem;gap:.75rem;padding:.9rem}.astral-chat__messages-header{gap:.6rem;margin-bottom:.2rem;padding-bottom:.6rem}.astral-chat__panel.is-page .astral-chat__composer{bottom:max(.6rem, env(safe-area-inset-bottom));border-radius:.95rem;padding:.5rem}}
