.chat-history-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.chat-history-popup{background:#ffffff;border-radius:12px;width:450px;max-height:600px;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.2);overflow:hidden}.chat-history-popup-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.chat-history-popup-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#333}.chat-history-popup-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666;transition:color .2s}.chat-history-popup-close:hover{color:#007bff}.chat-history-popup-content{padding:20px;overflow-y:auto;flex:1}.chat-history-placeholder-text{font-size:1.1rem;color:#666;text-align:center;padding:20px}.chat-history-chat-list{list-style:none;padding:0;margin:0}.chat-history-chat-item{padding:12px 15px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.chat-history-chat-item:hover{background-color:#f5f5f5}.chat-history-chat-item.active{background-color:#e6f0ff}.chat-history-chat-preview{font-size:.95rem;color:#333;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-history-chat-timestamp{font-size:.85rem;color:#888}.jerrychat-container{height:86dvh;max-width:800px;margin:0 auto;display:flex;flex-direction:column;background-color:#ffffff;color:#000000;overflow:hidden;position:relative}.jerrychat-box{width:100%;overflow:hidden}.jerrychat-box,.jerrychat-messages{flex:1;display:flex;flex-direction:column}.jerrychat-messages{overflow-y:auto;overflow-x:hidden;box-sizing:border-box;margin:0;padding:64px 1rem}.jerrychat-messages::-webkit-scrollbar{width:6px}.jerrychat-messages::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.jerrychat-messages::-webkit-scrollbar-thumb{background:#cccccc;border-radius:10px}.jerrychat-messages::-webkit-scrollbar-thumb:hover{background:#aaaaaa}.jerrychat-messages{scrollbar-width:thin;scrollbar-color:#cccccc #f5f5f5}.jerrychat-msg{display:block;max-width:70%;padding:.6rem 1rem;margin-bottom:1rem;word-wrap:break-word;border-radius:18px}.ai-msg{background-color:#e5e5e5;color:#000000;align-self:flex-start;border-radius:18px 18px 18px 4px;text-align:left;margin-right:auto}.user-msg{background-color:#000000;color:#ffffff;align-self:flex-end;border-radius:18px 18px 4px 18px;text-align:left;margin-left:auto}.jerrychat-input-row{position:absolute;bottom:env(safe-area-inset-bottom,0);left:0;right:0;width:100%;max-width:768px;margin:0 auto;background:#fff;display:flex;gap:.5rem;padding:1rem;box-shadow:0 -2px 10px rgba(0,0,0,.05);box-sizing:border-box;z-index:10}.jerrychat-input{flex:1;padding:.75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.jerrychat-send-btn{padding:.75rem 1.25rem;background-color:#000;color:white;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.jerrychat-buttons{top:56px}@media (max-width:600px){.jerrychat-container{max-width:100%}.jerrychat-input-row{position:fixed;max-width:calc(100% - 2rem);left:0;right:0;margin:0 auto;padding:.75rem 1rem}.jerrychat-messages{padding:20px .75rem 26px;font-size:.95rem;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.jerrychat-messages::-webkit-scrollbar{width:4px}.jerrychat-messages::-webkit-scrollbar-track{background:#f5f5f5}.jerrychat-messages::-webkit-scrollbar-thumb{background:#cccccc;border-radius:10px}.jerrychat-messages::-webkit-scrollbar-thumb:hover{background:#aaaaaa}.jerrychat-messages{scrollbar-width:thin;scrollbar-color:#cccccc #f5f5f5}.jerrychat-msg{max-width:80%;padding:.5rem .75rem;margin-bottom:.75rem}.jerrychat-input{padding:.65rem;font-size:.95rem}.jerrychat-send-btn{padding:.65rem 1rem;font-size:.95rem}.jerrychat-buttons{top:48px;right:12px;gap:6px}.jerrychat-btn{width:36px;height:36px}.jerrychat-btn svg{width:20px;height:20px}}.jerrychat-buttons{position:absolute;top:16px;right:16px;display:flex;gap:8px;z-index:20}.jerrychat-btn{background-color:#ffffff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);border:none;cursor:pointer;transition:background-color .2s ease}.jerrychat-btn:hover{background-color:#e5e5e5}.jerrychat-btn svg{width:24px;height:24px;color:#000000}.jerrychat-bubble-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:12px 8px;animation:fadeIn .3s ease-in}.jerrychat-bubble-btn{padding:10px 14px;font-size:.9rem;border:none;border-radius:999px;background:#f1f1f1;color:#333;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 2px 6px rgba(0,0,0,.08)}.jerrychat-bubble-btn:hover{background:#e0e0ff;color:#000;transform:scale(1.05)}.jerrychat-floating-buttons{position:relative;bottom:7vh;z-index:10;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media (min-width:768px){.jerrychat-floating-buttons{bottom:15vh}}.jerrychat-floating-buttons button{background-color:#f0f0f0;border-radius:50%;border:3px solid black;width:48px;height:48px;font-size:22px;cursor:pointer;transition:background-color .2s ease}.jerrychat-floating-buttons button:hover{background-color:#e0e0e0}.jerrychat-placeholder{display:flex;justify-content:center;align-items:center;height:100%;color:#888;text-align:center;padding:40px 20px;animation:fadeIn .5s ease-in}.jerrychat-placeholder-inner{max-width:400px;opacity:.7}.jerrychat-placeholder-icon{font-size:3rem;margin-bottom:12px}.jerrychat-placeholder-text{font-size:1.1rem;line-height:1.6;font-style:italic}.jerrychat-highlight{font-weight:600;color:#4b6cb7;background:linear-gradient(90deg,#4b6cb7,#182848);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bot-message{font-family:Segoe UI,sans-serif;font-size:1rem;line-height:1.6;background-color:#f8f9fa;border-left:4px solid #007bff;padding:.75rem 1rem;border-radius:6px;margin:.5rem 0;white-space:pre-wrap;word-break:break-word}.bot-message h2{font-size:1.4rem;font-weight:700;margin:1em 0 .4em;color:#2c3e50}.bot-message h3{font-size:1.2rem;font-weight:600;margin:.75em 0 .3em;color:#34495e}.bot-message i{font-style:italic;color:#555}.bot-message ul{padding-left:1.4rem;margin:.6em 0}.bot-message li{margin-bottom:.35em;list-style-type:disc}.bot-message code{background:#eeeeee;padding:.2em .4em;font-family:Courier New,monospace;font-size:.95rem;border-radius:4px}.bot-message blockquote{border-left:3px solid #ccc;padding-left:1rem;color:#666;margin:.8em 0}