.olima-chat-overlay{z-index:1000;color:#f5f2ed;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:rgba(26,18,14,.98);flex-direction:column;font-family:Rosarivo,serif;display:flex;position:fixed;inset:0}.olima-chat-header{z-index:10;border-bottom:1px solid rgba(245,242,237,.1);align-items:center;padding:.75rem 1rem;display:flex;position:relative}.olima-chat-close{color:rgba(245,242,237,.85);cursor:pointer;background:rgba(60,55,50,.9);border:1px solid rgba(255,255,255,.15);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-right:8px;transition:all .2s;display:flex}.olima-chat-close:hover{color:#f5f2ed;background:rgba(70,65,60,.95);border-color:rgba(255,255,255,.25)}.olima-chat-close svg{flex-shrink:0}.olima-chat-header-center{flex:1;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative}.olima-header-avatar-container{flex-shrink:0;width:70px;height:55px;margin-bottom:-.75rem;overflow:hidden}.olima-header-avatar{object-fit:cover;object-position:top center;width:110px;height:auto;margin-top:-3px;margin-left:-20px}.olima-chat-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.olima-chat-title{opacity:.9;font-size:1.1rem}.olima-chat-messages{scrollbar-width:none;-ms-overflow-style:none;z-index:5;background:rgba(26,18,14,.98);flex-direction:column;flex:1;gap:1rem;padding:2rem 1rem 1rem;display:flex;position:relative;overflow-y:auto}.olima-chat-messages::-webkit-scrollbar{display:none}.olima-chat-message{flex-direction:column;max-width:85%;animation:.3s ease-out messageSlideIn;display:flex}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.olima-chat-message.olima{align-self:flex-start}.olima-chat-message.user{align-self:flex-end}.olima-chat-bubble{border-radius:16px;padding:.875rem 1rem;font-size:.95rem;line-height:1.5}.olima-chat-message.olima .olima-chat-bubble{backdrop-filter:blur(10px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:4px}.olima-chat-message.user .olima-chat-bubble{background:rgba(45,74,43,.6);border:1px solid rgba(45,74,43,.3);border-bottom-right-radius:4px}.olima-chat-teaser{opacity:.9;background:rgba(212,163,115,.1);border-left:2px solid rgba(212,163,115,.5);border-radius:0 8px 8px 0;margin-top:.75rem;padding:.75rem;font-size:.85rem;font-style:italic}.olima-learning-tip{background:rgba(212,163,115,.15);border:1px solid rgba(212,163,115,.4);border-radius:12px;margin-top:1rem;padding:1rem}.olima-learning-tip-label{text-transform:uppercase;letter-spacing:.5px;color:rgba(212,163,115,.7);margin-bottom:.25rem;font-size:.7rem}.olima-learning-tip-title{color:#d4a373;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.olima-learning-tip-content{opacity:.9;font-size:.85rem;line-height:1.5}.olima-suggested-topic{text-align:center;background:rgba(45,74,43,.15);border:1px solid rgba(45,74,43,.3);border-radius:12px;margin-top:1rem;padding:1rem}.olima-suggested-label{text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:.5rem;font-size:.75rem}.olima-suggested-topic-name{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.olima-suggested-hook{opacity:.8;margin-bottom:1rem;font-size:.85rem;font-style:italic}.olima-suggested-buttons{flex-direction:column;gap:.5rem;display:flex}.olima-start-button{color:#f5f2ed;cursor:pointer;background:#2d4a2b;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Rosarivo,serif;font-size:.95rem;transition:all .2s}.olima-start-button:hover{background:#3a5f37}.olima-start-button:disabled{opacity:.5;cursor:not-allowed}.olima-decline-button{color:#f5f2ed;cursor:pointer;opacity:.7;background:0 0;border:1px solid rgba(245,242,237,.3);border-radius:8px;padding:.5rem 1rem;font-family:Rosarivo,serif;font-size:.85rem;transition:all .2s}.olima-decline-button:hover{opacity:1;border-color:rgba(245,242,237,.5)}.olima-decline-button:disabled{opacity:.3;cursor:not-allowed}.olima-quick-replies{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.olima-quick-reply{color:#f5f2ed;cursor:pointer;background:0 0;border:1px solid rgba(245,242,237,.3);border-radius:20px;padding:.5rem .875rem;font-family:Rosarivo,serif;font-size:.85rem;transition:all .2s}.olima-quick-reply:hover{background:rgba(245,242,237,.1);border-color:rgba(245,242,237,.5)}.olima-quick-reply:disabled{opacity:.4;cursor:not-allowed}.olima-chat-input-area{border-top:1px solid rgba(245,242,237,.1);align-items:flex-end;gap:.75rem;padding:1rem;display:flex}.olima-chat-input-wrapper{background:rgba(255,255,255,.05);border:1px solid rgba(245,242,237,.2);border-radius:24px;flex:1;align-items:flex-end;transition:border-color .2s;display:flex;position:relative}.olima-chat-input-wrapper:focus-within{border-color:rgba(245,242,237,.4)}.olima-chat-input{color:#f5f2ed;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:44px;max-height:120px;padding:.75rem .5rem .75rem 1rem;font-family:Rosarivo,serif;font-size:.95rem}.olima-chat-input:focus{border-color:transparent}.olima-chat-input::placeholder{color:rgba(245,242,237,.4)}.olima-chat-send{cursor:pointer;background:rgba(45,74,43,.8);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:auto 6px auto 0;transition:all .2s;display:flex}.olima-chat-send:hover:not(:disabled){background:#2d4a2b;transform:scale(1.05)}.olima-chat-send:disabled{opacity:.4;cursor:not-allowed}.olima-chat-send svg{fill:#f5f2ed;width:20px;height:20px}.olima-chat-loading{align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.olima-typing-dots{gap:4px;display:flex}.olima-typing-dot{background:rgba(245,242,237,.4);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typingPulse}.olima-typing-dot:nth-child(2){animation-delay:.2s}.olima-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingPulse{0%,60%,to{opacity:.4;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.olima-chat-error{text-align:center;color:#f5f2ed;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.olima-chat-error-avatar{object-fit:contain;width:150px;height:150px;margin-bottom:1rem}.olima-chat-retry{color:#d4a373;cursor:pointer;cursor:pointer;background:0 0;border:1px solid rgba(212,163,115,.5);border-radius:8px;margin-top:1rem;padding:.5rem 1rem;font-family:Rosarivo,serif;font-size:.9rem;font-weight:600}.olima-chat-retry:hover{background:rgba(212,163,115,.1)}@media (width<=480px){.olima-chat-message{max-width:90%}.olima-chat-bubble{font-size:.9rem}.olima-quick-reply{padding:.4rem .75rem;font-size:.8rem}}.olima-session-card{text-align:center;align-self:center;max-width:280px;margin-bottom:1rem}.olima-session-card-image{border:1px solid rgba(255,255,255,.15);border-radius:12px;width:100%;display:block}.olima-session-card-caption{color:rgba(245,242,237,.6);margin-top:.5rem;font-size:.8rem;font-style:italic;line-height:1.4}.olima-chain-boundary{text-align:center;align-self:center;max-width:280px;margin:1.5rem 0}.olima-chain-boundary-label{text-transform:uppercase;letter-spacing:.1em;color:rgba(245,242,237,.4);margin-bottom:.75rem;font-size:.7rem}.olima-chain-boundary-divider{background:rgba(245,242,237,.1);width:100%;height:1px;margin-bottom:.75rem}.olima-analysis-summary{background:rgba(255,215,0,.08);border:1px solid rgba(255,215,0,.2);border-radius:16px;margin-bottom:1rem;padding:1.25rem}.olima-analysis-title{color:gold;text-align:center;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.olima-spider-container{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.olima-analysis-insights{flex-direction:column;gap:.75rem;display:flex}.olima-analysis-insight{background:rgba(255,255,255,.03);border-left:3px solid rgba(255,215,0,.4);border-radius:0 8px 8px 0;padding:.75rem 1rem}.olima-analysis-insight-category{text-transform:uppercase;letter-spacing:.5px;color:rgba(255,215,0,.8);margin-bottom:.25rem;font-size:.65rem}.olima-analysis-insight-title{color:#f5f2ed;margin-bottom:.35rem;font-size:.95rem;font-weight:600}.olima-analysis-insight-content{color:rgba(245,242,237,.8);font-size:.85rem;line-height:1.4}