.modal-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background:#23272f;border-radius:12px;box-shadow:0 2px 24px 0 #0003;color:#fff;max-width:90vw;min-width:320px;padding:32px 24px;text-align:center}.modal-close-btn{background:#19c37d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:24px;padding:8px 32px;transition:background .2s}.modal-close-btn:hover{background:#13a06d}.chatgpt-container{background:#23272f;border-radius:12px;box-shadow:0 2px 24px 0 #0003;display:flex;flex-direction:column;font-family:Segoe UI,Arial,sans-serif;margin:40px auto;max-width:600px;min-height:80vh}@media (max-width:600px){.chatgpt-container{margin-bottom:0;margin-top:0}}.chatgpt-header{background:#23272f;border-bottom:1px solid #343541;border-radius:12px 12px 0 0;padding:24px 24px 12px}.chatgpt-header h1{color:#fff;font-size:1.5rem;margin:0 0 8px}.chatgpt-file-input{color:#fff;margin-top:8px}.chatgpt-file-info{align-items:center;color:#aaa;display:flex;gap:12px;margin-top:8px}.chatgpt-remove-btn{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;padding:4px 16px;transition:background .2s}.chatgpt-remove-btn:hover{background:#d43f3f}.chatgpt-info{color:#aaa;margin-top:8px}.chatgpt-error{color:#ff6b6b;margin-top:8px}.chatgpt-chat-window{background:#343541;border-radius:0 0 12px 12px;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:24px}.chatgpt-welcome{color:#aaa;font-size:1.1rem;margin-top:40px;text-align:center}.chatgpt-message{display:flex;margin-bottom:16px}.chatgpt-message.user{justify-content:flex-end}.chatgpt-message.ai{justify-content:flex-start}.chatgpt-message-content{background:#444654;border-radius:12px;color:#fff;font-size:1rem;max-width:70%;padding:12px 16px;white-space:pre-wrap;word-break:break-word}.chatgpt-message.user .chatgpt-message-content{background:#19c37d;border-bottom-left-radius:12px;border-bottom-right-radius:4px;color:#fff}.chatgpt-message.ai .chatgpt-message-content{background:#444654;border-bottom-left-radius:4px;border-bottom-right-radius:12px;color:#fff}.chatgpt-input-row{background:#23272f;border-radius:0 0 12px 12px;border-top:1px solid #343541;display:flex;padding:16px 24px}.chatgpt-input{background:#343541;flex:1 1;outline:none;padding:12px}.chatgpt-input,.chatgpt-send-btn{border:none;border-radius:8px;color:#fff;font-size:1rem}.chatgpt-send-btn{background:#19c37d;cursor:pointer;margin-left:12px;padding:0 24px;transition:background .2s}.chatgpt-send-btn:disabled{background:#444654;cursor:not-allowed}body{background-color:#f0f0f0;font-family:Arial,sans-serif;margin:0}h1,h2,h3{color:#333}.container{margin:0 auto;max-width:1200px;padding:20px}.button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.676b137f.css.map*/