#root{height:100%}.auth-page{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.auth-wrapper{flex-direction:column;align-items:center;gap:16px;display:flex}.auth-logo-box{justify-content:center;display:flex}.auth-logo{object-fit:contain;filter:drop-shadow(0 0 6px #f59e0b66);height:70px}.auth-container{background:#14171d;border:1px solid #1d1f24;border-radius:16px;flex-direction:column;width:360px;padding:32px 24px;display:flex;box-shadow:0 0 16px #f59e0b2e}.auth-inner{flex-direction:column;gap:18px;width:100%;display:flex}.auth-tabs{justify-content:space-between;margin-bottom:8px;display:flex}.auth-tab{text-align:center;color:#a1a1a1;cursor:pointer;background:0 0;border:none;flex:1;padding-bottom:6px;font-size:15px;font-weight:500}.auth-tab+.auth-tab{margin-left:8px}.auth-tab.active{color:#f59e0b;border-bottom:2px solid #f59e0b}.auth-input-box{width:100%;padding:10px}.auth-input-box label{color:#d4d4d4;margin-bottom:6px;font-size:14px;display:block}.auth-input{color:#e5e5e5;background:#0f1217;border:1px solid #1d1f24;border-radius:8px;width:100%;padding:12px;font-size:15px}.auth-input:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 8px #f59e0b66}.auth-error{color:#ff5b5b;font-size:14px}.auth-btn{color:#0f1217;cursor:pointer;background:linear-gradient(90deg,#ffa52c,#4ade80);border:none;border-radius:8px;width:100%;padding:12px;font-size:16px;font-weight:700;transition:opacity .2s,transform .2s}.auth-btn:hover{opacity:.9;transform:translateY(-1px)}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.chat-page{background:#0f1217;flex-direction:column;gap:12px;width:100%;height:100vh;margin:0;padding:0;display:flex;overflow:hidden}.chat-header{background:#14171d;border-bottom:1px solid #1d1f24;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.chat-logout-btn{color:#e5e5e5;cursor:pointer;background:#0f1217;border:1px solid #1d1f24;border-radius:6px;padding:6px 12px}.chat-logout-btn:hover{background:#1d1f24}.chat-main{background:#14171d;border:1px solid #1d1f24;border-radius:12px;flex:1;width:100%;display:flex;overflow:hidden}.chat-shell{box-sizing:border-box;gap:12px;width:100%;height:100%;padding:12px;display:flex;overflow:hidden}.chat-sidebar{background:linear-gradient(#14171d 0%,#0f1217 100%);border:1px solid #1d1f24;border-radius:12px;flex-direction:column;gap:12px;width:280px;padding:12px;display:flex;box-shadow:0 0 #0000}.profile-pic{border:2px solid #ffc86499;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;width:200px;height:200px;display:flex;overflow:hidden}.profile-description{color:#ffffffd9;text-align:center;margin-top:12px;font-size:15px;line-height:1.5}.profile-description strong{color:#f5c77a;font-weight:600}.profile-pic img{object-fit:cover;width:100%;height:100%}.chat-new-btn{color:#0f1217;cursor:pointer;background:linear-gradient(90deg,#ffa52c,#4ade80);border:none;border-radius:10px;width:100%;padding:10px 12px;font-weight:700}.chat-new-btn:hover{opacity:.9}.chat-list{flex-direction:column;gap:8px;padding-right:4px;display:flex;overflow-y:auto}.chat-item{color:#e5e5e5;cursor:pointer;background:#0f1217;border:1px solid #1d1f24;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.chat-item.active{border-color:#f59e0be6;box-shadow:0 0 10px #f59e0b2e}.chat-item-title{color:#e5e5e5;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.chat-item-del{color:#a1a1a1;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 6px}.chat-item-del:hover{color:#e5e5e5;background:#1d1f24}.chat-panel{background:#14171d;border:1px solid #1d1f24;border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-messages{background:#0f1217;flex:1;padding:14px;overflow-y:auto}.chat-row{margin-bottom:10px;display:flex}.chat-row.me{justify-content:flex-end}.chat-row.bot{justify-content:flex-start}.chat-bubble{white-space:pre-wrap;border:1px solid #1d1f24;border-radius:12px;max-width:72%;padding:10px 12px;font-size:14px;line-height:1.35}.chat-bubble.me{background:#f59e0b1f;border-color:#f59e0b66}.chat-bubble.bot{background:#14171d}.chat-inputbar{background:#14171d;border-top:1px solid #1d1f24;gap:10px;padding:12px;display:flex}.chat-input{color:#e5e5e5;background:#0f1217;border:1px solid #1d1f24;border-radius:10px;flex:1;padding:12px;font-size:14px}.chat-input:focus{border-color:#f59e0be6;outline:none;box-shadow:0 0 8px #f59e0b38}.chat-send{color:#0f1217;cursor:pointer;background:linear-gradient(90deg,#ffa52c,#4ade80);border:none;border-radius:10px;padding:12px 16px;font-weight:700}.chat-send:disabled{opacity:.6;cursor:not-allowed}.chat-bubble.typing{align-items:center;gap:6px;padding:10px 14px;display:inline-flex}.chat-bubble.typing .dot{opacity:.4;background:#a1a1a1;border-radius:999px;width:6px;height:6px;animation:1.2s ease-in-out infinite typingDot}.chat-limits{color:#000;background:linear-gradient(90deg,#ffa52c,#4ade80);border-radius:10px;align-self:center;padding:10px;font-size:12px;font-weight:700}.mobile-menu-btn,.sidebar-close{display:none}.mobile-menu-btn:hover{background:#14171dfa}.chat-bubble.typing .dot:nth-child(2){animation-delay:.15s}.chat-bubble.typing .dot:nth-child(3){animation-delay:.3s}@keyframes typingDot{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:.9;transform:translateY(-3px)}}@media (max-width:768px){.chat-shell{gap:0;padding:0}.chat-panel{border-left:none;border-right:none;border-radius:0}.chat-messages{border-radius:0}.mobile-menu-btn{color:#fff;-webkit-backdrop-filter:blur(10px);background:#14171de6;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:5px;font-size:18px;display:inline-flex}.chat-sidebar{z-index:1000;border-left:none;border-radius:0 16px 16px 0;width:85vw;max-width:320px;height:100vh;padding-top:14px;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #0009}.chat-sidebar.open{transform:translate(0)}.profile-pic{width:120px;height:120px}.profile-description{padding:0 10px;font-size:14px}.chat-list{padding-bottom:24px}.sidebar-close{color:#fff;-webkit-backdrop-filter:blur(10px);background:#14171de6;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex;position:absolute;top:12px;right:12px}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body,footer{color:#e5e5e5;background:#0f1217;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}footer{text-align:center;border-top:1px solid #1d1f24;padding:12px;font-size:14px}footer a{color:orange;text-decoration:none}
