body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-shell{box-sizing:border-box;color:#0d0d0d;height:100vh;max-height:100dvh}.app-shell,.main{background:#fff;display:flex}.main{flex:1 1;flex-direction:column;min-width:0}.main-header{align-items:center;border-bottom:1px solid #ececec;display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:14px 20px}.main-title{color:#262626;font-size:15px;font-weight:600;margin:0}.new-chat-btn{background:#fff;border:1px solid #d4d4d4;border-radius:8px;color:#0d0d0d;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:500;padding:8px 14px}.new-chat-btn:hover{background:#f4f4f4}.messages{box-sizing:border-box;flex:1 1;margin:0 auto;max-width:800px;overflow-y:auto;padding:20px 24px 12px;width:100%}.empty-hint{color:#737373;font-size:15px;line-height:1.5;margin:48px auto 0;max-width:420px;text-align:center}.msg{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.msg-label{color:#737373;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.msg-body{font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.msg-user .msg-body{background:#f4f4f4;border:1px solid #ececec;border-radius:12px;padding:12px 14px}.msg-assistant .msg-body{padding:2px 0;white-space:normal}.msg-assistant .msg-body>:first-child{margin-top:0}.msg-assistant .msg-body>:last-child{margin-bottom:0}.msg-assistant .msg-body p{margin:0 0 10px}.msg-assistant .msg-body ol,.msg-assistant .msg-body ul{margin:0 0 8px 18px;padding:0}.msg-assistant .msg-body li{margin:2px 0}.msg-assistant .msg-body li>p{margin:0}.msg-assistant .msg-body h1,.msg-assistant .msg-body h2,.msg-assistant .msg-body h3,.msg-assistant .msg-body h4{line-height:1.3;margin:14px 0 8px}.msg-assistant .msg-body h1{font-size:22px}.msg-assistant .msg-body h2{font-size:19px}.msg-assistant .msg-body h3{font-size:17px}.msg-assistant .msg-body pre{background:#f7f7f8;border:1px solid #ececec;border-radius:10px;margin:8px 0 12px;overflow-x:auto;padding:10px 12px}.msg-assistant .msg-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.msg-assistant .msg-body :not(pre)>code{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:1px 6px}.msg-assistant .msg-body blockquote{border-left:3px solid #d4d4d4;color:#525252;margin:8px 0 12px;padding:4px 12px}.msg-assistant .msg-body table{border-collapse:collapse;font-size:14px;margin:8px 0 12px;width:100%}.msg-assistant .msg-body td,.msg-assistant .msg-body th{border:1px solid #e5e7eb;padding:8px 10px;text-align:left;vertical-align:top}.msg-assistant .msg-body th{background:#f7f7f8}.msg-assistant .msg-body a{color:#0b57d0;text-decoration:none}.msg-assistant .msg-body a:hover{text-decoration:underline}.assistant-waiting{align-items:center;color:#5f6368;display:inline-flex;font-size:14px;gap:8px;margin:2px 0 14px}.assistant-waiting-text{font-weight:500}.assistant-waiting-dots{align-items:center;display:inline-flex;gap:4px}.assistant-waiting-dots span{animation:waitingPulse 1.2s ease-in-out infinite;background:#5f6368;border-radius:999px;height:6px;opacity:.25;width:6px}.assistant-waiting-dots span:nth-child(2){animation-delay:.2s}.assistant-waiting-dots span:nth-child(3){animation-delay:.4s}@keyframes waitingPulse{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.inline-error{box-sizing:border-box;color:#b91c1c;flex-shrink:0;font-size:14px;margin:0 auto;max-width:800px;padding:0 24px 8px;width:100%}.composer-wrap{background:#fff;border-top:1px solid #ececec;flex-shrink:0;padding:12px 16px 16px}.composer{display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:800px}.composer textarea{border:1px solid #d4d4d4;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:15px;line-height:1.45;max-height:200px;min-height:52px;padding:12px 14px;resize:none;width:100%}.composer textarea:focus{border-color:#a3a3a3;outline:none}.composer textarea:disabled{background:#fafafa;opacity:.65}.composer-actions{display:flex;gap:10px;justify-content:flex-end}.composer button{background:#0d0d0d;border:1px solid #0d0d0d;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:9px 18px}.composer button:disabled{cursor:not-allowed;opacity:.45}.composer button.secondary{background:#fff;color:#0d0d0d}@media (max-width:720px){.messages{padding:16px 12px 8px}.composer-wrap{padding:10px 12px 12px}.main-header{padding:12px 14px}}
/*# sourceMappingURL=main.e4634544.css.map*/