html{overscroll-behavior-y:none}button,a,textarea{font:inherit}a{color:inherit;text-decoration:none}#app{width:100%;height:100vh;display:flex}.tooltip{cursor:pointer;display:inline-block;position:relative}.tooltip span{visibility:hidden;opacity:0;color:#fff;text-align:center;z-index:1;white-space:nowrap;pointer-events:none;background-color:#2b2b2b;border-radius:10px;padding:4px 8px;font-size:12px;font-weight:500;transition:opacity .2s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.tooltip:hover span,.tooltip:focus-within span{visibility:visible;opacity:1}:root{--color-bg-sidebar: ;--color-bg-hover:#ececf1;--color-bg-active:#e0e0e0;--color-text-primary:#0d0d0d;--color-text-secondary:#666;--color-text-muted:#8e8ea0;--color-border:#e5e5e5;--color-accent:#d972aa;--color-scrollbar:#d1d1d1}.sidebar{color:#1a1a1a;z-index:10;background-color:#f9f9f9;border-right:1px solid #e7e7e7;flex-direction:column;flex-shrink:0;width:250px;height:100vh;font-size:14px;display:flex;position:relative}.sidebar-header{z-index:10;background-color:inherit;z-index:15px;flex-shrink:0;padding:12px 0;position:sticky;top:0}.sidebar-body{z-index:5px;flex:1;padding:6px 0}.head{justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 4px 12px;display:none}.nav-menu{flex-direction:column;margin-bottom:20px;padding:8px 0 0;display:flex}.navMenu-item{height:38px;color:inherit;cursor:pointer;border-radius:14px;align-items:center;gap:10px;margin:0 6px;padding:6px 12px;text-decoration:none;transition:all .15s;display:flex}.navMenu-item:hover{background-color:#f0f0f0}.navMenu-item svg{stroke-width:1.8px;width:18px;height:18px}.nav-menu__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.hidden-item{visibility:hidden;pointer-events:none;flex-shrink:0;margin-left:auto;transition:all .24s;display:none}.navMenu-item:hover .hidden-item{visibility:visible;opacity:.8;display:block}.hidden-item{color:#5a5a5a}.sidebar-body{flex-direction:column;flex:1 0 auto;padding:6px 0;display:flex}.section-title{color:#8a8a8a;cursor:pointer;justify-content:space-between;align-items:center;padding:6px 18px;font-size:13px;font-weight:500;display:flex}.section-title .sectionTitle-action{opacity:0;color:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(-8px)}.section-title:hover .sectionTitle-action{opacity:1;transform:translate(0)}.history-list{flex:1}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-thumb{background-color:var(--color-scrollbar);border-radius:10px}.history-list::-webkit-scrollbar-track{background:0 0}.historyList-item{white-space:nowrap;text-overflow:ellipsis;height:38px;color:inherit;cursor:pointer;border-radius:14px;align-items:center;gap:10px;margin:0 6px;padding:6px 12px;text-decoration:none;transition:all .15s;display:flex;position:relative;overflow:hidden}.historyList-item:hover{background-color:#f0f0f0}.historyList-item.active{background-color:#0000000f}.historyList-item>.chat-title{color:inherit;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.historyList-item>.btn-options{color:#1a1a1a;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s,background-color .2s;display:none}.historyList-item>.btn-options svg{stroke-width:1.5px;width:18px;height:18px}.historyList-item>.btn-options:hover{background-color:#0000}.historyList-item:hover .btn-options{opacity:1;display:flex}.historyList-item.active .btn-options{opacity:1}.item-actions{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:8px;display:flex}.pined,.btn-options{color:#8a8a8a;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.btn-options{color:#1a1a1a;display:none}.pined svg,.btn-options svg{stroke-width:2px;width:16px;height:16px}.historyList-item:hover .pined{display:none}.historyList-item:hover .btn-options{animation:.2s fadeIn;display:flex}.btn-options:hover{background-color:#0000000d}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}footer.sidebar-footer{position:relative}.sidebar-footer{z-index:20;background-color:inherit;z-index:15px;border-top:1px solid #eee;flex-shrink:0;margin-top:auto;padding:12px 6px;position:sticky;bottom:0}.user-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;transition:all .15s;display:flex}.user-trigger:hover{background-color:#f0f0f0}.userProfile-avatar{background-color:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex;overflow:hidden}.userProfile-avatar>span{width:100%;height:100%;line-height:auto;justify-content:center;align-items:center;padding:4px;font-size:12px;font-weight:500;display:flex}.userProfile-info{flex-direction:column;flex:1;justify-content:center;line-height:1;display:flex;overflow:hidden}.userProfile-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.user-profile__plan{color:var(--color-text-secondary);font-size:12px}.btn-trigger.plan{cursor:pointer;background-color:#fff;border:1px solid #e2e2e2;border-radius:99px;justify-content:center;align-items:center;width:fit-content;height:24px;padding:0 8px;display:flex}.btn-trigger.plan svg{stroke-width:1.8px;width:16px;height:16px;color:inherit}.skeleton-loader{background:#f2f2f2;border-radius:8px;height:22px;margin:8px 18px;animation:1.8s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.listingBlock{z-index:1000;padding:6px;animation:.2s cubic-bezier(.4,0,.2,1) slideUp;display:none;position:absolute;bottom:calc(100% + 8px);left:0;right:0}header.header{z-index:100;background:#fff linear-gradient(#f9f9f9 0%,#f9f9f9cc 20%,#f9f9f999 40%,#f9f9f966 60%,#f9f9f933 80%,#0000 100%);border-bottom:1px solid #e2e2e2;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:54px;padding:0 20px;display:flex;position:fixed;top:0}.head{-webkit-backdrop-filter:blur(12px);background:#ebebeb80;border:1px solid #ebebeb;border-radius:99px;justify-content:center;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:16px;display:inline-flex}.model{gap:6px;font-weight:400}.function{color:#505050}.head-stack{align-items:center;gap:6px;display:flex}button.mode{-webkit-backdrop-filter:blur(12px);cursor:pointer;color:#1a1a1a;background:#ebebeb80;border:1px solid #ebebeb;border-radius:12px;justify-content:center;align-items:center;height:34px;padding:0 8px;font-size:medium;transition:all .25s;display:inline-flex}button.mode:hover{background-color:#e8e8e8}button.mode svg{stroke-width:2px;width:16px;height:16px;line-height:100%}:root{--bg-main:#fff;--bg-user-bubble:#f4f4f4;--text-main:#171717;--text-secondary:#676767;--border-color:#e5e5e5;--input-bg:#f4f4f4;--accent:#000}@media (prefers-color-scheme:dark){:root{--bg-main:#212121;--bg-user-bubble:#2f2f2f;--text-main:#ececec;--text-secondary:#b4b4b4;--border-color:#333;--input-bg:#2f2f2f;--accent:#fff}}body{background-color:var(--bg-main);color:var(--text-main);height:100vh;font-family:Inter,sans-serif;display:flex}::selection{background-color:#c0e2ff}::selection{background-color:#c0e2ff}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--text-main);overflow-y:none;background-color:#fff;flex-direction:column;font-family:Inter,sans-serif}html{scrollbar-gutter:stable;overscroll-behavior-y:none}body{min-height:100%;color:var(--text-main);font-family:Inter,sans-serif;overflow:hidden auto}#page{flex-direction:column;height:100%;display:flex}#chat{scroll-behavior:smooth;flex-direction:column;flex:1;padding:84px 0 140px;display:flex}.container{box-sizing:border-box;width:100%;max-width:800px;margin:0 auto;padding:0 20px}.msg{flex-direction:column;gap:4px;font-size:15px;animation:.25s ease-out fadeIn;display:flex;position:relative}.msg.system{align-items:flex-start}.msg.user{align-items:flex-end;margin:48px 0 0}.msg.user .bubble{background-color:#f5f5f5;border-radius:20px;max-width:80%;padding:8px 16px;line-height:1.5}.msg.system .bubble{padding:0 0 4px;line-height:1.5}.msg-tools{justify-content:start;align-items:start;height:40px;display:flex}.msg.user .msg-tools{opacity:0;transition:opacity .2s}.msg.user:hover .msg-tools,.msg.system .msg-tools{opacity:1}.msg-tools button.btn.tool{cursor:pointer;color:#5d5d5d;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:16px;transition:all .45s;display:flex}.msg-tools button.btn.tool:hover{color:#1a1a1a;background-color:#eee}.msg-tools button.btn.tool svg{stroke-width:2px;color:currentColor;width:16px;height:16px}.msg-tools p{cursor:pointer;color:#5d5d5d;background:0 0;border:none;justify-content:center;align-items:center;min-width:32px;height:32px;padding:4px 8px;font-size:14px;transition:all .45s;display:flex}.msg-tools p:hover{color:#1a1a1a}footer.prompt{pointer-events:none;z-index:100;background:linear-gradient(#0000,#f9f9f9 40%);position:fixed;bottom:0;left:0;right:0}footer.prompt .container{pointer-events:auto}.input-pill{background:#fff;border:1px solid #d8d8d8;border-radius:32px;align-items:center;gap:8px;width:100%;padding:10px;transition:all .2s;display:flex;box-shadow:0 0 4px 2px #0000000a}#userInput{color:#000;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:150px;padding-left:6px;font-family:inherit;font-size:16px}.action-btn{color:var(--text-secondary);cursor:pointer;width:36px;height:36px;font-size:18px;font-size:normal;background:0 0;border:none;border-radius:50%;align-items:center;transition:background .2s;display:flex}.send-btn{background:var(--accent);color:var(--bg-main)}.send-btn:disabled{opacity:.3;cursor:not-allowed}.disclaimer{height:36px;color:var(--text-secondary);justify-content:center;align-items:center;padding:0 12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.7rem;font-weight:600;display:flex}.composer{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;display:flex}.composer-pill{background:#fff;border:1px solid #d8d8d8;border-radius:32px;flex-direction:row;align-items:flex-end;gap:6px;width:100%;max-width:800px;height:auto;min-height:56px;padding:10px;transition:border-color .18s,box-shadow .18s;display:flex;position:relative}.composer-pill:focus-within{border-color:#00000038;box-shadow:0 0 0 4px #ebebeb}.composer-body{width:100%;padding:0 0 0 4px}.prompt-input{resize:none;scroll-behavior:smooth;color:#1f1f1f;box-sizing:border-box;scrollbar-width:thin;background:0 0;border:none;outline:none;width:100%;margin:0;padding:0;font-family:inherit;font-size:16px;line-height:1.5;transition:height .1s}.prompt-input::placeholder{color:#00000080}.prompt-input{scrollbar-width:thin;scrollbar-color:#0000002e transparent}.prompt-input::-webkit-scrollbar-track{background:0 0}.prompt-input::-webkit-scrollbar{width:4px}.prompt-input::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:10px}.prompt-input{color:#1a1a1a;white-space:pre-wrap;word-break:break-word;resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;flex:auto;align-self:stretch;min-width:0;min-height:34px;max-height:120px;padding:6px 0;font-size:16px;line-height:22px;display:block;overflow-y:auto}.composer-toolbar{flex:none;justify-content:space-between;align-items:flex-end;display:flex}.composerActions{align-items:center;gap:4px;display:flex}button.composer-btn{color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;height:34px;padding:8px;transition:all .24s;display:flex}button.composer-btn svg{stroke-width:2px;width:18px;height:18px}button.composer-btn:hover{background:#f5f5f5}button.composer-btn.secondary{color:#fff;background:#1a1a1a}button.composer-btn.secondary:hover{opacity:.8}button.composer-btn:disabled,button.composer-btn:disabled:hover{cursor:not-allowed;opacity:.2}
