.chatgpt-root{background:#fff;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px);margin-top:-14px;padding:16px 12px;display:flex}.chatgpt-root *{font-size:15px}.chatgpt-bubble p,.chatgpt-bubble ul,.chatgpt-bubble ol,.chatgpt-bubble li{margin-bottom:10px}.chatgpt-bubble li:last-child,.chatgpt-bubble p:last-child{margin-bottom:0}.chatgpt-shell{background:#fff;border:none;border-radius:12px;flex-direction:column;width:100%;max-width:960px;min-height:calc(100vh - 160px);display:flex;overflow:visible}.chatgpt-header{display:none}.chatgpt-header-title{flex-direction:column;gap:1px;display:flex}.chatgpt-header-main{color:#020617;font-size:13px;font-weight:600}.chatgpt-header-sub{color:#6b7280;font-size:12px}.chatgpt-body{flex:1;padding:70px 0 76px;overflow:visible}.chatgpt-empty{text-align:center;color:#6b7280;margin-top:20px;font-size:14px}.chatgpt-empty-title{color:#0f172a;margin-bottom:6px;font-weight:600}.chatgpt-empty-sub{font-size:13px}.chatgpt-messages{flex-direction:column;gap:8px;margin:0 auto;display:flex}.chatgpt-row{gap:10px;display:flex}.chatgpt-row-user{justify-content:flex-end}.chatgpt-row-assistant{width:90%}.chatgpt-row-assistant .chatgpt-bubble{width:100%}.chatgpt-bubble{border-radius:12px;max-width:min(720px,95%);padding:8px 12px}.chatgpt-bubble-user{background:#f4f4f4}.chatgpt-bubble p{margin:0}.chatgpt-bubble p:not(:last-child){margin-bottom:4px}.chatgpt-bubble code:not(pre code){background:#0f172a0f;border-radius:6px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px}.chatgpt-bubble pre{color:inherit;border-radius:4px;margin:6px 0;padding:0;overflow:visible;background:#0f172a0f!important}.chatgpt-bubble pre code{border:none;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px}.chatgpt-code-wrapper{background:#282c34;border-radius:12px;margin:10px 0;overflow:hidden}.chatgpt-code-header{color:#fff;justify-content:space-between;align-items:center;padding:8px 16px 0;display:flex;margin-bottom:0!important}.chatgpt-code-header span{font-weight:500}.chatgpt-copy-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;display:inline-flex}.chatgpt-copy-btn:hover{background-color:#111827}.chatgpt-code-wrapper pre{margin:0;padding:10px 14px;font-size:14px;overflow:auto;color:#111827!important;background-color:#f9fafb!important}.chatgpt-typing{gap:3px;display:inline-flex}.chatgpt-typing-dot{background-color:#9ca3af;border-radius:999px;width:4px;height:4px;animation:1s ease-in-out infinite chatgpt-bounce}.chatgpt-typing-dot:nth-child(2){animation-delay:.15s}.chatgpt-typing-dot:nth-child(3){animation-delay:.3s}@keyframes chatgpt-bounce{0%,80%,to{opacity:.6;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.chatgpt-composer-wrap{background:#fff;padding:8px 12px 10px;position:fixed;bottom:0;left:0;right:0}.chatgpt-composer{background:#fff;border:1px solid #94a3b880;border-radius:15px;align-items:flex-end;gap:8px;max-width:940px;margin:0 auto;padding:6px 8px 6px 16px;display:flex;box-shadow:0 10px 20px #0f172a1f}.chatgpt-textarea{resize:none;color:#020617;background:0 0;border:none;outline:none;flex:1;max-height:140px;padding:4px 2px;font-size:13px;line-height:2}.chatgpt-textarea:focus,.chatgpt-textarea textarea:focus{box-shadow:none!important;border:none!important;outline:none!important}.chatgpt-send{color:#f9fafb;cursor:pointer;background:#020617;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.chatgpt-send:disabled{opacity:.5;cursor:not-allowed}.chatgpt-hint{color:#6b7280;text-align:center;max-width:820px;margin:3px auto 0;font-size:12px}@media (max-width:768px){.chatgpt-shell{height:calc(100vh - 100px)}.chatgpt-root{padding:10px 8px}.chatgpt-row-assistant{width:100%}}
