@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap";:root{--bg-color:#0f172a;--surface-color:#1e293bb3;--primary:#3b82f6;--primary-hover:#2563eb;--text-main:#f8fafc;--text-muted:#94a3b8;--glass-border:#ffffff1a;--font-main:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;margin:0;padding:0}html{font-size:14px}@media (width>=768px){html{font-size:16px}}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;min-height:100vh;overflow-x:hidden}input,textarea,[contenteditable=true]{-webkit-user-select:auto!important;user-select:auto!important}.glass{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px}@media (width<=767px){.glass{border-top:none;border-left:none;border-right:none;border-radius:0}}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:0 0 90px}@media (width<=767px){.main-content{padding-top:0!important}}.main-content.chat-active{max-width:100%!important;margin:0!important;padding:0!important}@media (width>=768px){.main-content{width:calc(100% - 250px);max-width:none;margin-left:250px;padding:85px 20px 20px}.main-content.guest-mode{width:100%!important;max-width:100%!important;margin-left:0!important;padding-top:20px!important}.desktop-hide{display:none!important}}.global-footer{display:none}@media (width>=768px){.global-footer{display:flex}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.no-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.no-scrollbar{-ms-overflow-style:none!important;scrollbar-width:none!important}.btn{background:linear-gradient(135deg, var(--primary), #a855f7);color:#fff;cursor:pointer;text-align:center;border:1px solid #ffffff1a;border-radius:50px;width:100%;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 14px #3b82f663}@media (width>=768px){.btn{width:auto}.btn.full-width{width:100%}}.btn:hover{background:linear-gradient(135deg,#4f8ff7,#b26bf7);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.btn:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f666}.btn-outline{border:2px solid var(--primary);color:var(--primary);box-shadow:none;background:0 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-outline:hover{box-shadow:none;background:#3b82f61a;transform:translateY(-2px)}.input-field{box-sizing:border-box;border:1px solid var(--glass-border);color:#fff;background:#0f172a99;border-radius:12px;outline:none;width:100%;padding:14px;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f64d}.input-field:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1e293b!important}.input-field:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1e293b!important}.input-field:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1e293b!important}.input-field:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 30px #1e293b!important}.form-group,.form-row{flex-direction:column;gap:15px;width:100%;display:flex}@media (width>=768px){.form-row{flex-direction:row}}.hero-title{background:linear-gradient(90deg,#3b82f6,#a855f7);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3.2rem;font-weight:800;line-height:1.1}@media (width>=768px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:var(--text-muted);font-size:1.05rem;line-height:1.5}@media (width>=768px){.hero-subtitle{font-size:1.2rem;line-height:1.6}}.hero-container{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;min-height:75vh;display:flex}.hero-content{box-sizing:border-box;flex-direction:column;flex:100%;justify-content:center;gap:20px;width:100%;max-width:550px;padding:0 30px;display:none}.hero-card{box-sizing:border-box;flex-direction:column;flex:100%;align-items:center;width:100%;max-width:450px;padding:30px 20px;display:flex}@media (width<=767px){.hero-container{z-index:100;justify-content:flex-start;align-items:center;width:100vw;height:100vh;position:fixed;inset:0;overflow-y:auto;background:linear-gradient(to bottom right,#0f172a,#1e1b4b)!important;padding:0!important}.hero-card.glass{justify-content:center;min-height:100vh;width:100%!important;max-width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:40px 24px!important}.hero-card input{color:#fff!important;background-color:#1e293b!important;border:1px solid #ffffff1f!important;border-radius:50px!important;padding:16px 20px!important}.hero-card .btn{justify-content:center;align-items:center;display:flex;border-radius:50px!important;height:50px!important;font-size:16px!important;font-weight:700!important}.hero-card .btn-outline{color:#fff!important;background-color:#0000!important;border:1.5px solid #ffffff8a!important}.hero-card h2{color:#fff!important}}@media (width>=768px){.hero-container{flex-direction:row;gap:80px}.hero-content{flex:400px;gap:30px;display:flex}.hero-card{flex:350px;padding:50px 40px}}.sidebar-item{width:100%;color:var(--text-muted);box-sizing:border-box;border-radius:12px;align-items:center;gap:15px;padding:12px 15px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff0d}.sidebar-item.active{color:#fff;background:#3b82f61a;font-weight:700}.sidebar-item.active svg{color:var(--primary)}@media (width<=767px){.sidebar-desktop.logged-in{display:none!important}}@media (width>=768px){.sidebar-desktop{border-right:1px solid var(--glass-border);z-index:1000;height:100vh;position:fixed;overflow-x:hidden;background:#0f172af2!important;border-radius:0!important;flex-direction:column!important;align-items:flex-start!important;width:250px!important;max-width:none!important;padding:30px 15px!important;top:0!important;left:0!important;transform:none!important}.sidebar-text{opacity:1;white-space:nowrap;display:inline-block}.sidebar-desktop .nav-links-desktop{width:220px;margin-top:40px;display:flex;flex-direction:column!important;align-items:flex-start!important;gap:15px!important}.sidebar-desktop .sidebar-item{width:220px;padding:12px 14px}}.animate-spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.bottom-nav{z-index:1000;min-height:58px;padding:6px 10px calc(6px + env(safe-area-inset-bottom,0px)) 10px;border-top:1px solid #ffffff1a;border-bottom:none;border-radius:18px 18px 0 0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000080;background:#0f172a!important}.nav-item{color:var(--text-muted);border:1px solid #0000;border-radius:14px;outline:none;flex-direction:column;justify-content:center;align-items:center;padding:6px 12px;text-decoration:none;transition:all .3s;display:flex}.nav-item:hover{color:#fffc;background:#ffffff0d}.nav-item.active{color:var(--primary);background:#3b82f626;border:1px solid #ffffff1a}.nav-links-desktop{display:none}@media (width>=768px){.bottom-nav{display:none}.nav-links-desktop{display:flex}}.chat-window{flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-window ::-webkit-scrollbar{width:0;height:0}.chat-window *{scrollbar-width:none;-ms-overflow-style:none}.chat-layout-container{z-index:100;display:flex;position:fixed;inset:0 0 58px;overflow:hidden}.chat-list-pane,.chat-window-pane{min-width:0;height:100%;overflow:hidden}.chat-list-pane{scrollbar-width:none;-ms-overflow-style:none}.chat-list-pane::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}@media (width<=767px){.chat-list-pane{flex-shrink:0;width:100%;overflow-y:auto}.chat-window-pane{z-index:2000;pointer-events:none;width:100%;height:100dvh;position:fixed;top:0;left:0}.chat-window{background:var(--bg-color);pointer-events:auto}.desktop-only-empty-state{display:none!important}.chat-window [style*=maxWidth]{max-width:min(75%,100% - 60px)!important}}@media (width>=768px){.chat-layout-container{inset:0 0 0 250px}.chat-list-pane{border-right:1px solid var(--glass-border);flex-shrink:0;width:340px;overflow-y:auto;display:block!important}.chat-window-pane{z-index:auto;pointer-events:auto;flex:1;width:auto;min-width:0;height:auto;position:relative;top:0;left:0;display:block!important}.chat-window{background:0 0}}.settings-layout{flex-direction:row;flex:1;height:100%;display:flex;overflow:hidden}.settings-sidebar{border-right:1px solid var(--glass-border);background:#0003;width:100%;padding:15px 0;overflow-y:auto}.settings-content{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding:40px 50px;overflow:hidden auto}.settings-content::-webkit-scrollbar{display:none}.settings-modal-wrapper{padding:0}@media (width<=767px){.settings-sidebar{display:var(--show-settings-sidebar,block);border-right:none;padding:0}.settings-content{display:var(--show-settings-content,none);padding:20px}.settings-modal-container{width:100%;height:100%;padding-top:max(15px, env(safe-area-inset-top,15px));border:none!important;border-radius:0!important}.settings-close-btn{top:calc(20px + max(15px, env(safe-area-inset-top,15px)))!important}}@media (width>=768px){.settings-modal-wrapper{padding:20px}.settings-sidebar{max-width:340px;display:block!important}.settings-content{display:block!important}.settings-modal-container{border-radius:24px;width:100%;max-width:1000px;height:85vh;max-height:800px;box-shadow:0 25px 50px -12px #00000080}}.profile-avatar-container{width:80px;height:80px}.profile-avatar-text{font-size:2rem}.profile-name-text{font-size:1.2rem}.profile-camera-btn{width:32px;height:32px}.profile-camera-btn svg{width:16px;height:16px}@media (width>=768px){.profile-avatar-container{width:150px!important;height:150px!important}.profile-avatar-text{font-size:4rem!important}.profile-name-text{font-size:1.6rem!important}.profile-camera-btn{width:44px!important;height:44px!important}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-box{background:linear-gradient(90deg,#ffffff08 0%,#ffffff1f 50%,#ffffff08 100%) 0 0/200% 100%;border-radius:8px;animation:1.6s ease-in-out infinite shimmer}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}.animate-float-delayed{animation:6s ease-in-out 1s infinite float}.animate-shimmer{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 50%,#ffffff08 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@media (width<=768px){.mobile-no-padding{padding:0 10px!important}}.auth-mobile-container{width:100vw;height:100dvh;height:var(--vv-height,100dvh);color:#fff;box-sizing:border-box;background:linear-gradient(to bottom right,#0f172a,#1e1b4b);flex-direction:column;display:flex;position:relative;overflow:hidden}.auth-mobile-bg-icon{color:#ffffff08;position:absolute}.auth-mobile-content{z-index:10;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:60px 24px 24px;display:flex;position:relative;overflow-y:auto}.auth-mobile-title{letter-spacing:-2px;text-align:center;color:#fff;margin-bottom:8px;font-size:40px;font-weight:700}.auth-mobile-subtitle{color:#ffffffb3;text-align:center;min-height:42px;font-size:14px}.auth-mobile-btn{cursor:pointer;letter-spacing:.5px;border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;height:46px;font-size:16px;font-weight:700;transition:opacity .2s;display:flex}.auth-mobile-btn:disabled{opacity:.5;cursor:not-allowed}.auth-mobile-btn-primary{color:#fff;background-color:#7b68ee}.auth-mobile-btn-outline{color:#fff;background-color:#0000;border:1.5px solid #ffffff8a}.auth-mobile-input{color:#fff;box-sizing:border-box;background-color:#1e293b;border:1px solid #ffffff1f;border-radius:50px;outline:none;width:100%;padding:14px 18px;font-size:14px;transition:border-color .2s}.auth-mobile-input:focus{border-color:#ffffff61}.auth-mobile-input::placeholder{color:#ffffff8a}.auth-mobile-form-group{flex-direction:column;gap:16px;width:100%;display:flex}.auth-mobile-header{text-align:center;color:#fff;margin-bottom:8px;font-size:22px;font-weight:700}.auth-mobile-desc{color:#ffffff8a;text-align:center;margin-bottom:20px;font-size:13px}.auth-mobile-appbar{z-index:20;align-items:center;padding:20px 16px;display:flex;position:absolute;top:0;left:0;right:0}.auth-mobile-back-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.auth-mobile-bottom-action{padding:16px 24px calc(16px + env(safe-area-inset-bottom));box-sizing:border-box;z-index:30;background:0 0;flex-shrink:0;width:100%}.auth-mobile-or-divider{align-items:center;margin:20px 0;display:flex}.auth-mobile-or-divider:before,.auth-mobile-or-divider:after{content:"";background-color:#ffffff3d;flex:1;height:1px}.auth-mobile-or-divider span{color:#ffffff8a;padding:0 15px;font-size:14px;font-weight:700}
