@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-container{animation:none;background:#23262f;border:1px solid #353945;border-radius:20px;box-shadow:0 4px 32px 0 #0000002e;margin:0 auto;max-width:420px;padding:32px 24px 20px;position:relative;transition:box-shadow .3s cubic-bezier(.4,2,.6,1),transform .2s;width:100%;z-index:2}.chat-header{align-items:center;display:flex;gap:14px;justify-content:center;margin-bottom:8px;padding-top:8px}.chat-header img{border-radius:12px;box-shadow:0 2px 8px #0000001a;display:block;height:40px;object-fit:cover;width:40px}.chat-title{align-items:center;color:#e6e6e6;display:flex;font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.1;margin:0;padding:0}.chat-box{background:#181a20;border:1px solid #23262f;border-radius:14px;box-shadow:none;display:flex;flex-direction:column;gap:12px;height:400px;overflow-y:auto;padding:16px 6px 8px;scrollbar-width:thin}.chat-message{align-items:flex-end;animation:none;display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.chat-bubble{animation:none;background:#353945;border:1px solid #353945;border-radius:16px 16px 6px 16px;box-shadow:0 2px 8px 0 #00000014;color:#e6e6e6;font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;max-width:75%;padding:12px 18px;position:relative;word-break:break-word}.chat-message.user .chat-bubble{align-self:flex-end;background:#3772ff;border:1px solid #3772ff;border-bottom-left-radius:16px;border-bottom-right-radius:6px;color:#fff}.chat-message.bot .chat-bubble{align-self:flex-start;background:#353945;border:1px solid #353945;border-bottom-left-radius:6px;border-bottom-right-radius:16px;color:#e6e6e6}.chat-bubble:after{display:none}.chat-input{align-items:center;background:#181a20;border-radius:999px;box-shadow:none;display:flex;gap:8px;margin-top:16px;padding:4px 8px 4px 12px}.chat-input input{background:#0000;border:none;border-radius:999px;color:#e6e6e6;flex:1 1;font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:400;outline:none;padding:12px 16px}.chat-input input:focus{background:#23262f}.chat-input input::placeholder{color:#888;font-weight:400}.chat-input button{align-items:center;animation:none;background:#3772ff;border:none;border-radius:999px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:8px;outline:none;padding:10px 18px;transition:background .2s,transform .1s}.chat-input button:hover{background:#2653b6;transform:scale(1.04)}.mode-selector{background:#181a20;border-radius:12px;box-shadow:0 1px 4px 0 #00000014;display:flex;gap:8px;padding:4px 6px}.mode-btn{background:none;border:none;border-radius:8px;box-shadow:none;color:#b1b5c3;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;outline:none;padding:8px 18px;position:relative;transition:background .18s,color .18s,box-shadow .18s}.mode-btn.selected{background:#3772ff;box-shadow:0 2px 8px 0 #3772ff33;color:#fff;z-index:1}.mode-btn:not(.selected):hover{background:#23262f;color:#e6e6e6}@media (max-width:900px){.chat-container{border-radius:14px;max-width:98vw;padding:10px 2vw 8px}.chat-box{border-radius:10px;height:50vw;min-height:180px;padding:8px 2px 4px}.chat-title{font-size:1.2rem}.mode-selector{gap:4px;padding:2px}.mode-btn{border-radius:6px;font-size:.95rem;padding:7px 10px}.chat-input input{font-size:.95rem;padding:10px}.chat-input button{font-size:1rem;padding:8px 12px}}@media (max-width:600px){.chat-container{border-radius:10px;max-width:100vw;padding:6px 1vw}.chat-box{border-radius:7px;height:45vw;min-height:120px;padding:4px 1px 2px}.chat-title{font-size:1rem}.mode-selector{gap:2px;padding:1px}.mode-btn{border-radius:5px;font-size:.85rem;padding:5px 6px}.chat-input input{font-size:.85rem;padding:7px 6px}.chat-input button{font-size:.95rem;padding:7px 8px}.chat-header img{border-radius:8px;height:28px;width:28px}.chat-header{gap:8px;padding-top:4px}}.navbar{align-items:center;background:#181a20fa;border-bottom:1.5px solid #23262f;box-shadow:0 2px 12px 0 #00000014;box-sizing:border-box;display:flex;height:58px;justify-content:space-between;left:0;overflow-x:hidden;padding:0 32px;position:fixed;top:0;width:100%;z-index:10}.navbar-logo{color:#3772ff;font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:1px}.navbar-links{align-items:center;display:flex;flex-wrap:wrap;gap:20px;min-width:0}.nav-link{border-bottom:2px solid #0000;color:#e6e6e6;font-size:1.08rem;font-weight:500;padding:6px 0;text-decoration:none;transition:color .18s,border-bottom .18s}.nav-link:hover{border-bottom:2px solid #3772ff44;color:#3772ff}.nav-link.active{border-bottom:2px solid #3772ff;color:#3772ff}.navbar-btn{background:#3772ff;border:none;border-radius:8px;box-shadow:0 1px 4px 0 #3772ff22;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-left:12px;padding:7px 16px;transition:background .18s,box-shadow .18s}.navbar-btn:hover{background:#2653b6}@media (max-width:900px){.navbar{height:44px;padding:0 10px}.navbar-logo{font-size:1rem}.navbar-links{flex-wrap:nowrap;gap:12px;max-width:60vw;overflow-x:auto}.nav-link{font-size:.95rem;padding:4px 0}.navbar-btn{font-size:.95rem;margin-left:6px;padding:5px 10px}}@media (max-width:600px){.navbar-links{flex-wrap:nowrap;gap:8px;max-width:50vw;overflow-x:auto}}.about-container{background:none;justify-content:center;min-height:100vh;position:relative;width:100vw;z-index:1}.about-card,.about-container{align-items:center;display:flex}.about-card{background:#23262f;border:1px solid #353945;border-radius:20px;box-shadow:0 4px 32px 0 #0000002e;color:#e6e6e6;flex-direction:column;font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:80px;max-width:420px;padding:44px 38px 36px;text-align:center;width:100%}.about-logo{border-radius:16px;box-shadow:0 2px 12px 0 #3772ff33;height:64px;margin-bottom:12px;object-fit:cover;width:64px}.about-card h1{color:#3772ff;font-size:2rem;font-weight:700;margin-bottom:8px}.about-mission{color:#b1b5c3;font-weight:600;margin-top:0}.about-desc,.about-mission{font-size:1.08rem;margin-bottom:18px}.about-desc{color:#e6e6e6;line-height:1.7}.about-features{list-style:none;margin:0 0 22px;padding:0;text-align:left}.about-features li{align-items:center;color:#e6e6e6;display:flex;font-size:1.01rem;gap:10px;margin-bottom:10px}.about-icon{font-size:1.25em;margin-right:6px}.about-author{color:#b1b5c3;font-size:1.01rem;margin-top:18px}.about-author-title{margin-bottom:6px}.about-portfolio-link{color:#3772ff;font-weight:600;text-decoration:underline;transition:color .18s}.about-portfolio-link:hover{color:#2653b6}@media (max-width:600px){.about-card{margin-top:54px;max-width:98vw;padding:18px 6vw}.about-logo{border-radius:8px;height:40px;width:40px}.about-card h1{font-size:1.2rem}.about-mission{font-size:.98rem}.about-author,.about-desc,.about-features li{font-size:.93rem}}body{align-items:center;background:linear-gradient(135deg,#181a20,#23262f);box-sizing:border-box;color:#e6e6e6;display:flex;font-family:Inter,Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:0}.app-bg-wrapper,body{overflow:hidden;width:100vw}.app-bg-wrapper{height:100vh;position:relative}.animated-bg{height:100vh;left:0;opacity:.7;pointer-events:none;position:fixed;top:0;width:100vw;z-index:0}.app-container{align-items:center;background:none;border-radius:0;box-shadow:none;display:flex;justify-content:center;min-height:100vh;padding:0;position:relative;width:100vw;z-index:1}.neon-gold{color:gold;text-shadow:0 0 8px gold,0 0 16px #ffec80}.neon-red{color:#ff1744;text-shadow:0 0 8px #ff1744,0 0 16px #ff5e7e}.hud-panel{background:#18181beb;border:1.5px solid #ffd70044;border-radius:18px;box-shadow:0 0 16px 0 #ffd70022;margin-bottom:18px;padding:18px 14px}::-webkit-scrollbar{background:#23262f;width:8px}::-webkit-scrollbar-thumb{background:#353945;border-radius:8px}.sidebar{background:#181a20;border-right:1.5px solid #23262f;display:flex;flex-direction:column;height:100vh;min-width:180px;width:270px}.sidebar-header{align-items:center;border-bottom:1px solid #23262f;color:#fff;display:flex;font-size:1.25rem;font-weight:700;justify-content:space-between;padding:18px 18px 10px}.new-convo-btn{background:#3772ff;border:none;border-radius:8px;box-shadow:0 1px 4px 0 #3772ff22;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:7px 16px;transition:background .18s,box-shadow .18s}.new-convo-btn:hover{background:#2653b6}.sidebar-list{flex:1 1;overflow-y:auto;padding:8px 0}.sidebar-item{background:none;border-bottom:1px solid #23262f;color:#e6e6e6;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:12px 18px 10px;transition:background .15s,color .15s}.sidebar-item.selected,.sidebar-item:hover{background:#23262f;color:#fff}.sidebar-title{font-size:1.05rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-date{color:#888;font-size:.85rem}.app-content{min-height:calc(100vh - 58px);padding-top:58px;position:relative;width:100vw;z-index:1}.fade-transition{animation:fadeInPage .5s cubic-bezier(.4,2,.6,1)}@keyframes fadeInPage{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sidebar-btn{background:#3772ff;border:none;border-radius:8px;box-shadow:0 1px 4px 0 #3772ff22;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:14px 16px 8px;padding:10px 0;transition:background .18s,box-shadow .18s;width:calc(100% - 32px)}.sidebar-btn:hover{background:#2653b6}@media (max-width:900px){.app-container{align-items:stretch;flex-direction:column;min-height:100vh;width:100vw}.sidebar{border-bottom:1.5px solid #23262f;border-right:none;height:auto;min-width:0;overflow-y:visible;width:100vw}.sidebar,.sidebar-list{flex-direction:row;overflow-x:auto}.sidebar-list{display:flex;flex:1 1;overflow-y:hidden;padding:0 8px}.sidebar-item{border-bottom:none;border-right:1px solid #23262f;font-size:.95rem;max-width:180px;min-width:120px;padding:10px 8px}.sidebar-item.selected,.sidebar-item:hover{background:#23262f;color:#fff}.sidebar-btn{font-size:.95rem;margin:10px 5% 6px;padding:8px 0;width:90%}}@media (max-width:600px){.app-container{align-items:stretch;flex-direction:column;min-height:100vh;width:100vw}.sidebar{border-bottom:1.5px solid #23262f;border-right:none;flex-direction:row;height:auto;min-width:0;overflow-x:auto;overflow-y:visible;width:100vw}.sidebar-header{font-size:.95rem;padding:8px 4px 6px}.sidebar-list{display:flex;flex:1 1;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:0 4px}.sidebar-item{border-bottom:none;border-right:1px solid #23262f;max-width:120px;min-width:90px;padding:7px 4px}.sidebar-item,.sidebar-title{font-size:.85rem}.sidebar-date{font-size:.7rem}.app-content{min-height:calc(100vh - 44px);padding-top:44px}.sidebar-btn{font-size:.9rem;margin:7px 2% 4px;padding:7px 0;width:96%}}
/*# sourceMappingURL=main.25aae659.css.map*/