*{margin:0;padding:0;box-sizing:border-box;font-family:Verdana,sans-serif}:root{--primary-color: #000;--background-color: white;--header-bg: white;--assistant-color: #F44336;--assistant-border: #F44336;--user-color: #2196F3;--user-border: #2196F3;--button-color: #FF9800;--button-border: #FF9800;--input-border: #000}.potato-theme{--primary-color: #5D4037;--background-color: #EFEBE9;--header-bg: #D7CCC8;--assistant-color: #8D6E63;--assistant-border: #6D4C41;--user-color: #A1887F;--user-border: #795548;--button-color: #6D4C41;--button-border: #5D4037;--input-border: #8D6E63}@keyframes potato-rain{0%{transform:translateY(-150%) rotate(0);opacity:0}10%{opacity:1}to{transform:translateY(100vh) rotate(360deg);opacity:0}}.potato-rain{position:fixed;top:-50px;left:0;width:100%;height:calc(100% + 50px);pointer-events:none;z-index:1000;overflow:hidden;visibility:hidden}.potato-theme .potato-rain{visibility:visible}.potato-rain span{position:absolute;width:30px;height:30px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="0.9em" font-size="90">🥔</text></svg>');background-size:contain;display:block;animation:potato-rain 3s linear forwards;pointer-events:none;top:-30px}.potato-theme .chat-container{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" opacity="0.1"><path d="M40,15 C30,15 25,25 20,35 C15,45 15,55 25,60 C35,65 50,65 60,55 C70,45 65,30 55,25 C45,20 50,15 40,15 Z" fill="%236D4C41"/></svg>');background-repeat:repeat;box-shadow:none;transition:all .3s ease}.potato-theme .header{background-color:var(--header-bg);border-bottom-width:2px;box-shadow:0 2px 8px #79554833}.potato-theme .header:before{content:"🥔";font-size:20px;margin-right:5px}.potato-theme .site-name:after{content:" 🥔";font-size:16px}.potato-theme .assistant-button{border-width:3px;border-radius:20px;padding:5px 12px;transition:all .3s ease}.potato-theme .assistant-button:after{content:"🥔";font-size:16px;margin-left:5px}.potato-theme .message-content{background-image:linear-gradient(#ffffffb3,#ffffffb3);border-bottom-width:3px;border-radius:18px}.potato-theme .user-message .message-content:before{content:"🥔";font-size:14px;margin-right:4px;opacity:.5}.potato-theme #user-input{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" opacity="0.1"><path d="M12.5,5 C8,5 6,8 4,12 C2,16 2,19 5,21 C8,23 14,23 18,19 C22,15 20,10 17,8 C14,6 17,5 12.5,5 Z" fill="%236D4C41"/></svg>');background-repeat:no-repeat;background-position:right 30px center;transition:all .3s ease;border-width:2px}.potato-theme .theme-dropdown{border-width:3px;transition:all .3s ease}.potato-theme .theme-dropdown option{background-color:#efebe9;color:#5d4037}body{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" opacity="0.08"><circle cx="30" cy="30" r="20" fill="%23000000"/></svg>');transition:background-color .3s ease;margin:0;padding:0}.potato-theme body{background-color:#efebe9;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" opacity="0.05"><path d="M30,10 C22,10 18,18 15,25 C12,32 12,40 20,45 C28,50 38,47 45,40 C52,33 48,22 40,18 C32,14 38,10 30,10 Z" fill="%236D4C41"/></svg>')}.chat-container{width:100%;height:100vh;display:flex;flex-direction:column;background-color:var(--background-color);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" opacity="0.06"><circle cx="40" cy="40" r="25" fill="%23000000"/></svg>');background-repeat:repeat;position:relative;border:none;border-radius:0;overflow:hidden}.header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid var(--primary-color);width:100%;box-sizing:border-box;background-color:var(--header-bg);position:fixed;top:0;left:0;right:0;z-index:20;box-shadow:0 2px 10px #0000000d}.header-right{display:flex;align-items:center;gap:5px}.theme-dropdown{padding:5px;border:2px solid var(--primary-color);border-radius:10px;font-family:inherit;font-size:14px;background-color:var(--background-color);cursor:pointer;outline:none;transition:all .2s ease}.site-name{font-weight:700;font-size:24px;color:var(--primary-color)}.site-name:after{content:" 💬";font-size:16px}.assistant-button{border:2px solid var(--button-border);color:var(--button-color);padding:8px 15px;border-radius:15px;font-size:16px;cursor:pointer;transition:all .2s ease}.assistant-button:hover{background-color:var(--button-color);color:#fff}.assistant-button:after{content:"💬";font-size:16px;margin-left:5px}.chat-content{flex:1;overflow-y:auto;padding:115px 20% 120px;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.message{display:flex;flex-direction:column;max-width:80%}@media (max-width: 768px){.message{max-width:90%}html body .chat-container .chat-content,html body.dark-theme .chat-container .chat-content,html body.potato-theme .chat-container .chat-content{padding:70px 20px 90px}html body .input-area,html body.dark-theme .input-area,html body.potato-theme .input-area{padding:10px 20px}.site-name{font-size:16px}.site-name:after{font-size:12px}.clear-button{padding:4px 8px;font-size:12px;border-width:1px}.theme-dropdown{padding:4px;font-size:12px}}.assistant-message{align-self:flex-start}.user-message{align-self:flex-end;text-align:right}.sender{font-size:12px;margin-bottom:5px}.assistant-message .sender{color:var(--assistant-color)}.user-message .sender{color:var(--user-color)}.message-content{padding:10px 15px;border-radius:15px;background-color:#ffffffe6;box-shadow:0 2px 5px #0000000d;transition:all .2s ease}.message-content:hover{box-shadow:0 3px 8px #0000001a}.assistant-message .message-content{border-bottom:2px solid var(--assistant-border)}.user-message .message-content{border-bottom:2px solid var(--user-border)}.input-area{display:flex;flex-direction:column;padding:15px 20%;border-top:1px solid var(--primary-color);background-color:var(--background-color);position:fixed;bottom:0;left:0;right:0;z-index:20;box-shadow:0 -2px 10px #0000000d}#user-input{flex:1;padding-right:75px!important;padding:10px 15px;border:1px solid var(--input-border);border-radius:25px;outline:none;font-size:16px;transition:all .2s ease}#user-input:focus{border-color:var(--button-color);box-shadow:0 0 5px #0000001a}.message-count{width:30px;height:30px;border-radius:50%;color:#424242;display:flex;align-items:center;justify-content:center;font-size:14px}.dark-theme{--primary-color: #EEE;--background-color: #121212;--header-bg: #1E1E1E;--assistant-color: #FF5252;--assistant-border: #F44336;--user-color: #64B5F6;--user-border: #2196F3;--button-color: #FF9800;--button-border: #FF9800;--input-border: #555}.dark-theme body{background-color:#121212;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" opacity="0.08"><circle cx="30" cy="30" r="20" fill="%23cccccc"/></svg>')}.dark-theme .chat-container{background-color:#121212;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80" opacity="0.12"><circle cx="40" cy="40" r="25" fill="%23FFFFFF"/></svg>');background-repeat:repeat;position:relative}.dark-theme .chat-content{flex:1;overflow-y:auto;padding:115px 20% 120px;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch;background-image:linear-gradient(to bottom,#121212d9,#202020f2);background-attachment:local}.dark-theme .chat-container:after{display:none}.dark-theme .chat-container:before{display:none}.dark-theme .header{border-bottom:1px solid #333}.dark-theme .message-content{background-color:#282828e6;color:#fff}.dark-theme #user-input{background-color:#282828cc;color:#eee}.dark-theme .message-count{color:#fff}.dark-theme .theme-dropdown{background-color:#282828cc;color:#eee;border-color:#555}.dark-theme .theme-dropdown option{background-color:#1e1e1e;color:#eee}.dark-theme ::-webkit-scrollbar{width:8px}.dark-theme ::-webkit-scrollbar-track{background:#1e1e1e}.dark-theme ::-webkit-scrollbar-thumb{background-color:#444;border-radius:10px}.dark-theme ::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ccc}.mock-indicator{background-color:var(--button-color);color:#fff;padding:5px 10px;border-radius:15px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.mock-indicator:before{content:"🧪";margin-right:5px}.brain-indicator{display:flex;align-items:center;justify-content:center;font-size:18px;margin-left:5px;background:none;padding:0;border-radius:0;animation:none}.brain-indicator:before{content:"🧠";margin-right:0}.dark-theme .brain-indicator{box-shadow:none}.openai-indicator{display:none}
