:root{font-family:Inter,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}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh;margin:0;padding:0}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}.chat-message{display:flex;margin-bottom:1.5rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message-user{justify-content:flex-end}.chat-message-assistant{justify-content:flex-start}.chat-message-content{max-width:75%;display:flex;flex-direction:column;gap:.5rem}.chat-message-user .chat-message-content{align-items:flex-end}.chat-message-assistant .chat-message-content{align-items:flex-start}.chat-message-text{padding:.75rem 1rem;border-radius:12px;line-height:1.6;word-wrap:break-word;white-space:pre-wrap}.chat-message-user .chat-message-text{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.chat-message-assistant .chat-message-text{background-color:#f5f5f5;color:#333;border-bottom-left-radius:4px}.chat-message-attachment{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#fff3;border-radius:6px;font-size:.875rem;color:inherit}.chat-message-user .chat-message-attachment{background-color:#fff3;color:#fff}.chat-message-assistant .chat-message-attachment{background-color:#e8e8e8;color:#666}.chat-message-model{font-size:.75rem;color:#666;padding:.25rem .5rem;background-color:#f0f0f0;border-radius:4px;align-self:flex-start}.chat-message-loading{padding:.75rem 1rem;background-color:#f5f5f5;border-radius:12px 12px 12px 4px}.loading-dots{display:flex;gap:.5rem;align-items:center}.loading-dots span{width:8px;height:8px;border-radius:50%;background-color:#999;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:768px){.chat-message-content{max-width:85%}}.model-selector{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.model-selector label{font-weight:500;color:#333;font-size:.9rem}.model-selector-inline{margin-bottom:0}.model-select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:#fff;cursor:pointer;transition:border-color .2s}.model-select-inline{padding:.5rem .75rem;font-size:.875rem;border:1px solid #e0e0e0;border-radius:6px;background-color:#fafafa}.model-select:hover:not(:disabled){border-color:#007bff}.model-select-inline:hover:not(:disabled){border-color:#999;background-color:#f0f0f0}.model-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.file-attachment{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem}.file-attachment-icon{display:flex;align-items:center;color:#666;flex-shrink:0}.file-attachment-info{display:flex;flex-direction:column;flex:1;min-width:0}.file-attachment-name{font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-attachment-size{font-size:.75rem;color:#666}.file-attachment-remove{display:flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;cursor:pointer;color:#666;border-radius:4px;transition:all .2s;flex-shrink:0}.file-attachment-remove:hover{background-color:#e0e0e0;color:#333}.file-attachment-remove:active{transform:scale(.95)}.chat-input-container{width:100%;background-color:#fff;border-top:1px solid #e0e0e0}.chat-input-error{padding:.75rem 1rem;background-color:#fee;color:#c33;font-size:.875rem;border-bottom:1px solid #fcc}.chat-input-attachment-preview{padding:.75rem 1rem;border-bottom:1px solid #e0e0e0}.chat-input-form{padding:1rem}.chat-input-wrapper{display:flex;flex-direction:column;gap:.75rem}.chat-input-controls{display:flex;align-items:center;gap:.75rem}.chat-input-file-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;color:#666;transition:all .2s;flex-shrink:0}.chat-input-file-button:hover:not(.disabled){background-color:#e8e8e8;border-color:#ccc;color:#333}.chat-input-file-button.active{background-color:#e6f3ff;border-color:#007bff;color:#007bff}.chat-input-file-button.disabled{opacity:.5;cursor:not-allowed}.chat-input-upload-spinner{width:16px;height:16px;border:2px solid #e0e0e0;border-top:2px solid #007bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-input-textarea-wrapper{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem;background-color:#fafafa;border:1px solid #e0e0e0;border-radius:12px;transition:border-color .2s}.chat-input-textarea-wrapper:focus-within{border-color:#007bff;background-color:#fff}.chat-input-textarea{flex:1;border:none;background:transparent;resize:none;font-size:1rem;line-height:1.5;font-family:inherit;color:#333;min-height:24px;max-height:200px;overflow-y:auto;padding:0}.chat-input-textarea:focus{outline:none}.chat-input-textarea::placeholder{color:#999}.chat-input-textarea:disabled{opacity:.6;cursor:not-allowed}.chat-input-send-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;color:#fff;transition:all .2s;flex-shrink:0}.chat-input-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.chat-input-send-button:active:not(:disabled){transform:scale(.95)}.chat-input-send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:768px){.chat-input-form{padding:.75rem}.chat-input-controls{flex-wrap:wrap}}*{box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{padding:1rem 1.5rem;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2)}.app-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.app-header h1{margin:0;font-size:1.5rem;font-weight:600;color:#fff}.clear-conversation-button{padding:.5rem 1rem;background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.clear-conversation-button:hover{background-color:#ffffff4d;border-color:#fff6}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:1rem}.chat-container{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#f5f5f5}.chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#999}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;color:#666;height:100%}.chat-empty-icon{color:#999;margin-bottom:1.5rem;opacity:.5}.chat-empty-state h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#333}.chat-empty-state p{margin:0 0 2rem;font-size:1rem;color:#666;max-width:500px}.chat-examples{margin-top:2rem;text-align:left}.chat-example{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.chat-example strong{display:block;margin-bottom:.75rem;color:#333;font-size:.9rem}.chat-example ul{margin:0;padding-left:1.5rem;color:#666}.chat-example li{margin-bottom:.5rem;font-size:.9rem}.chat-error-banner{padding:.75rem 1rem;background-color:#fee;color:#c33;border-top:1px solid #fcc;font-size:.875rem}@media(max-width:768px){.app-header{padding:.75rem 1rem}.app-header h1{font-size:1.25rem}.app-main{padding:.5rem}.chat-container{border-radius:8px}.chat-messages{padding:1rem}.chat-empty-state{padding:2rem 1rem}.chat-empty-state h2{font-size:1.25rem}}
