.LoginScreen-module__qRnwXW__splitContainer{width:100vw;min-height:100vh;font-family:var(--font-inter), system-ui, sans-serif;display:flex;overflow:hidden}.LoginScreen-module__qRnwXW__leftPanel{color:#fff;background:radial-gradient(circle at 100% 0,#1a1625,#0a0910 60%,#000);flex-direction:column;flex:0 0 55%;justify-content:center;padding:80px;display:flex;position:relative;overflow:hidden}.LoginScreen-module__qRnwXW__branding{z-index:10;align-items:center;gap:12px;display:flex;position:absolute;top:40px;left:60px}.LoginScreen-module__qRnwXW__logoIcon{color:#fff;background:linear-gradient(135deg,#6d4aff,#8b6fff);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.LoginScreen-module__qRnwXW__logoText{letter-spacing:-.5px;color:#fff;font-size:22px;font-weight:700}.LoginScreen-module__qRnwXW__leftContent{z-index:10;max-width:500px;margin-top:40px;position:relative}.LoginScreen-module__qRnwXW__tagline{letter-spacing:-1px;margin-bottom:24px;font-size:48px;font-weight:700;line-height:1.1}.LoginScreen-module__qRnwXW__taglineAccent{color:#8b6fff}.LoginScreen-module__qRnwXW__subTagline{color:#94a3b8;font-size:18px;line-height:1.6}.LoginScreen-module__qRnwXW__abstractBg{z-index:1;background-image:radial-gradient(circle at 30% 70%,#6d4aff26 0%,#0000 40%),radial-gradient(circle at 70% 30%,#8b6fff1a 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.LoginScreen-module__qRnwXW__routeLine1,.LoginScreen-module__qRnwXW__routeLine2{z-index:1;border:1px dashed #ffffff1a;border-radius:50%;position:absolute}.LoginScreen-module__qRnwXW__routeLine1{width:800px;height:800px;animation:60s linear infinite LoginScreen-module__qRnwXW__rotateSlow;top:-200px;right:-200px}.LoginScreen-module__qRnwXW__routeLine2{width:600px;height:600px;animation:45s linear infinite reverse LoginScreen-module__qRnwXW__rotateSlow;bottom:-150px;left:-150px}@keyframes LoginScreen-module__qRnwXW__rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LoginScreen-module__qRnwXW__rightPanel{background:#fff;flex:0 0 45%;justify-content:center;align-items:center;padding:40px;display:flex;position:relative}.LoginScreen-module__qRnwXW__formCard{opacity:0;width:100%;max-width:420px;animation:.6s cubic-bezier(.16,1,.3,1) forwards LoginScreen-module__qRnwXW__slideUpFade;transform:translateY(20px)}@keyframes LoginScreen-module__qRnwXW__slideUpFade{to{opacity:1;transform:translateY(0)}}.LoginScreen-module__qRnwXW__formHeader{margin-bottom:32px}.LoginScreen-module__qRnwXW__formTitle{color:#0f172a;letter-spacing:-.5px;margin-bottom:8px;font-size:28px;font-weight:700}.LoginScreen-module__qRnwXW__formSubtitle{color:#64748b;font-size:15px}.LoginScreen-module__qRnwXW__form{flex-direction:column;gap:20px;display:flex}.LoginScreen-module__qRnwXW__inputGroup{flex-direction:column;gap:6px;display:flex}.LoginScreen-module__qRnwXW__label{color:#334155;font-size:14px;font-weight:500}.LoginScreen-module__qRnwXW__input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .2s}.LoginScreen-module__qRnwXW__input:focus{background:#fff;border-color:#6d4aff;box-shadow:0 0 0 3px #6d4aff26}.LoginScreen-module__qRnwXW__inputOptions{justify-content:space-between;align-items:center;font-size:14px;display:flex}.LoginScreen-module__qRnwXW__rememberMe{color:#475569;cursor:pointer;align-items:center;gap:8px;display:flex}.LoginScreen-module__qRnwXW__checkbox{accent-color:#6d4aff;cursor:pointer;border:1px solid #cbd5e1;border-radius:4px;width:16px;height:16px}.LoginScreen-module__qRnwXW__forgotLink{color:#6d4aff;font-weight:500;text-decoration:none;transition:color .2s}.LoginScreen-module__qRnwXW__forgotLink:hover{color:#4b27db}.LoginScreen-module__qRnwXW__button{color:#fff;cursor:pointer;background:#6d4aff;border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:8px;padding:14px;font-size:15px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #6d4aff40}.LoginScreen-module__qRnwXW__button:hover:not(:disabled){background:#4b27db;transform:translateY(-1px);box-shadow:0 6px 16px #6d4aff59}.LoginScreen-module__qRnwXW__button:active:not(:disabled){transform:translateY(0)}.LoginScreen-module__qRnwXW__button:disabled{opacity:.7;cursor:not-allowed}.LoginScreen-module__qRnwXW__divider{text-align:center;color:#94a3b8;align-items:center;margin:24px 0;font-size:13px;display:flex}.LoginScreen-module__qRnwXW__divider:before,.LoginScreen-module__qRnwXW__divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.LoginScreen-module__qRnwXW__divider:not(:empty):before{margin-right:.5em}.LoginScreen-module__qRnwXW__divider:not(:empty):after{margin-left:.5em}.LoginScreen-module__qRnwXW__ssoButton{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.LoginScreen-module__qRnwXW__ssoButton:hover{background:#f8fafc;border-color:#cbd5e1}.LoginScreen-module__qRnwXW__errorBox{color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:16px;padding:12px;font-size:13px;animation:.4s ease-in-out LoginScreen-module__qRnwXW__shake;display:flex}@keyframes LoginScreen-module__qRnwXW__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.LoginScreen-module__qRnwXW__footer{text-align:center;color:#64748b;margin-top:32px;font-size:14px}.LoginScreen-module__qRnwXW__contactLink{color:#0f172a;font-weight:600;text-decoration:none}.LoginScreen-module__qRnwXW__contactLink:hover{text-decoration:underline}@media (max-width:992px){.LoginScreen-module__qRnwXW__leftPanel{display:none}.LoginScreen-module__qRnwXW__rightPanel{flex:100%;padding:24px}}
.Shell-module__Lj3lFq__shell{grid-template-columns:var(--sidebar-width) 1fr var(--ai-panel-width);height:100vh;transition:grid-template-columns var(--transition-slow);display:grid;overflow:hidden}.Shell-module__Lj3lFq__shell.Shell-module__Lj3lFq__sidebarCollapsed{grid-template-columns:56px 1fr var(--ai-panel-width)}.Shell-module__Lj3lFq__shell.Shell-module__Lj3lFq__aiClosed{grid-template-columns:var(--sidebar-width) 1fr 0px}.Shell-module__Lj3lFq__shell.Shell-module__Lj3lFq__sidebarCollapsed.Shell-module__Lj3lFq__aiClosed{grid-template-columns:56px 1fr 0}.Shell-module__Lj3lFq__workspace{background:var(--bg);padding:var(--space-6) var(--space-8);animation:Shell-module__Lj3lFq__fadeIn var(--transition-base) ease;overflow:hidden auto}.Shell-module__Lj3lFq__workspace::-webkit-scrollbar{width:6px}.Shell-module__Lj3lFq__workspace::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}.Shell-module__Lj3lFq__mobileHeader,.Shell-module__Lj3lFq__overlay{display:none}@media (max-width:1024px){.Shell-module__Lj3lFq__shell,.Shell-module__Lj3lFq__shell.Shell-module__Lj3lFq__sidebarCollapsed,.Shell-module__Lj3lFq__shell.Shell-module__Lj3lFq__aiClosed,.Shell-module__Lj3lFq__shell.Shell-module__Lj3lFq__sidebarCollapsed.Shell-module__Lj3lFq__aiClosed{grid-template-columns:1fr}.Shell-module__Lj3lFq__mobileHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.Shell-module__Lj3lFq__mobileToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.Shell-module__Lj3lFq__mobileToggle:hover{background:#0000000d}.Shell-module__Lj3lFq__mobileLogo{color:var(--text-primary);align-items:center;gap:8px;font-size:18px;font-weight:800;display:flex}.Shell-module__Lj3lFq__logoIcon{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.Shell-module__Lj3lFq__workspace{padding:16px}.Shell-module__Lj3lFq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;background:#00000080;animation:.3s Shell-module__Lj3lFq__fadeIn;display:block;position:fixed;inset:0}}
