:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--text-primary: #222222;--text-secondary: #666666;--border-color: #e5e7eb;--border-input: #d1d5db;--shadow: rgba(0, 0, 0, .1)}@media (prefers-color-scheme: dark){:root{--bg-primary: #121417;--bg-secondary: #1d2024;--text-primary: #f3f4f6;--text-secondary: #c4c7cc;--border-color: #2a2e35;--border-input: #343944;--shadow: rgba(0, 0, 0, .45)}}body{margin:0;display:block;min-width:320px;min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--composer-height: 72px;--safe-bottom: env(safe-area-inset-bottom, 0px);--ad-offset: 0px}@keyframes typing-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.typing-dot{display:inline-block;width:8px;height:8px;margin:0 3px;background:#9ca3af;border-radius:50%;animation:typing-bounce 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0s}.chat-container{height:100svh;min-height:100svh;max-height:100svh;display:flex;flex-direction:column;position:relative;font-family:system-ui;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;width:100%;box-sizing:border-box;touch-action:pan-y}@supports (height: 100dvh){.chat-container{height:100dvh;min-height:100dvh;max-height:100dvh}}.subscribe-banner{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:8px 16px;text-align:center;font-size:14px;color:var(--text-secondary);flex-shrink:0;width:100%;box-sizing:border-box}.subscribe-banner-image{width:100%;max-width:700px;height:auto;border-radius:4px;cursor:pointer}.chat-header{padding:12px 16px;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;background:var(--bg-primary)}.chat-logo{height:60px;width:auto;max-width:100%;object-fit:contain}.chat-reset-button{border:1px solid var(--border-input);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;padding:6px 12px;cursor:pointer;font-size:14px;transition:background-color .2s ease;display:inline-flex;align-items:center;gap:8px}.chat-reset-button:hover{background:#2563eb14}.reset-icon{font-size:16px;line-height:1}.reset-label{white-space:nowrap}.messages-area{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;padding:32px 24px calc(var(--composer-height) + var(--safe-bottom) + var(--ad-offset) + 24px);display:flex;justify-content:center;background:var(--bg-primary);width:100%;box-sizing:border-box;touch-action:pan-y;will-change:transform}.messages-inner{width:100%;max-width:700px}.mobile-footer{position:sticky;bottom:0;padding:16px;padding-bottom:calc(16px + var(--safe-bottom) + var(--ad-offset));border-top:1px solid var(--border-color);flex-shrink:0;display:flex;justify-content:center;background:var(--bg-primary);width:100%;box-sizing:border-box;z-index:10}.footer-inner{width:100%;max-width:700px;display:flex;gap:8px}.mobile-input{flex:1;padding:12px;border-radius:8px;border:1px solid var(--border-input);background:var(--bg-primary);color:var(--text-primary);font-size:16px}.mobile-input::placeholder{color:var(--text-secondary)}.send-button{padding:12px 16px;border-radius:8px;border:1px solid #2563eb;background:#2563eb;color:#fff;cursor:pointer;font-size:16px;transition:background-color .2s ease,filter .2s ease}.send-button.is-busy{background:#93c5fd;border-color:#93c5fd;cursor:default}.send-button:disabled{opacity:.6;cursor:not-allowed}.send-button:not(:disabled):hover{filter:brightness(1.05)}.suggestions{padding:4px 0 8px}.suggestions-title{color:var(--text-secondary);font-size:14px;margin-bottom:8px}.suggestions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.suggestion{text-align:left;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:10px;padding:10px 12px;cursor:pointer}.suggestion:hover{filter:brightness(.98)}@media (max-width: 640px){.suggestions-grid{grid-template-columns:1fr}}@media (max-width: 768px){.chat-container{height:100svh;min-height:100svh;max-height:100svh}.subscribe-banner{padding:8px 12px}.chat-header{flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;gap:12px}.chat-logo{height:50px;max-width:calc(100% - 60px)}.chat-reset-button{padding:0;width:42px;height:42px;border-radius:9999px;justify-content:center;margin-left:auto;margin-right:6px;flex-shrink:0;min-width:42px;box-sizing:border-box}.reset-icon{font-size:18px}.reset-label{display:none}.messages-area{padding:16px 16px calc(var(--composer-height) + var(--safe-bottom) + var(--ad-offset) + 12px)}.mobile-footer{padding:12px;padding-bottom:calc(12px + var(--safe-bottom) + var(--ad-offset));box-shadow:0 -2px 10px var(--shadow)}.footer-inner{max-width:none}.send-button{flex-shrink:0;padding:12px}}@supports (height: 100svh){@media (max-width: 768px){.chat-container{height:100svh;min-height:100svh;max-height:100svh}}}@media (max-width: 480px){.subscribe-banner{padding:6px 10px;font-size:12px}.subscribe-banner-image{border-radius:3px}.chat-header{gap:8px;padding:10px 14px}.chat-logo{height:46px;max-width:calc(100% - 56px)}.messages-area{padding:12px 12px calc(var(--composer-height) + var(--safe-bottom) + var(--ad-offset) + 10px)}.mobile-input{font-size:15px;padding:10px}.send-button{font-size:15px;padding:10px 12px}}@media (prefers-color-scheme: dark){.chat-reset-button{border-color:#ffffff24}.chat-reset-button{border-color:#ffffff24;color:var(--text-primary)}.chat-reset-button:hover{background:#ffffff14}}
