.login-container{position:fixed;inset:0;display:flex;width:100vw;height:100vh;background:#111827}.login-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:-1}.login-panel{margin-left:auto;width:400px;height:100%;background:#14141458;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;justify-content:flex-start;padding:340px 40px 40px;color:#fff}.login-actions{display:flex;gap:14px;margin-top:0}.login-btn{flex:1;padding:14px 0;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s;text-align:center}.login-btn:hover{transform:scale(1.05);background:#14141445;outline:none}.login-btn:focus{box-shadow:0 0 0 2px #bdcde8}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.ant-layout-sider .ant-menu{margin-top:20px}:root[data-theme=light]{--bg-color: #ffffff;--section-bg: #f5f7fb;--text-color: #1a1a1a;--card-bg: #ffffff;--card-blue: #eaf1ff;--card-peach: #ffeae5;--card-cyan: #e5f9ff}:root[data-theme=dark]{--bg-color: #141414;--section-bg: #1e1e1e;--text-color: #ffffff;--card-bg: #1e1e1e;--card-blue: #1f2633;--card-peach: #332422;--card-cyan: #1a2b2e}body{background-color:var(--bg-color);color:var(--text-color);transition:background .3s ease,color .3s ease}.ant-card{background-color:var(--card-bg)!important;border-radius:16px;transition:background .3s ease}.section-bg{background-color:var(--section-bg);border-radius:16px;padding:16px}.user-menu-title{font-weight:600;margin-bottom:8px;display:block}:root[data-theme=light] .user-menu-title{color:#1a1a1a}:root[data-theme=dark] .user-menu-title{color:#fff}.ant-avatar{background-color:#ff6b6b!important;color:#fff!important;font-weight:700!important}.react-flow__controls.customer-flow-controls{display:flex;flex-direction:column;gap:6px;padding:4px;border-radius:14px;border:1px solid rgba(255,255,255,.07);background:#0a0e16d6;box-shadow:0 8px 26px #00000061;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:visible}.react-flow__controls.customer-flow-controls .react-flow__controls-button{width:30px;height:30px;padding:0;border:0!important;border-radius:10px!important;background:#ffffff12!important;color:#d8e4f2!important;box-shadow:none!important;transition:background .16s ease,color .16s ease,transform .16s ease}.react-flow__controls.customer-flow-controls .react-flow__controls-button:hover{background:#2563eb52!important;color:#fff!important;transform:translateY(-1px)}.react-flow__controls.customer-flow-controls .react-flow__controls-button:focus,.react-flow__controls.customer-flow-controls .react-flow__controls-button:focus-visible{outline:2px solid rgba(79,125,255,.45);outline-offset:2px}.react-flow__controls.customer-flow-controls .react-flow__controls-button svg{fill:currentColor;max-width:14px;max-height:14px}.react-flow__controls.customer-flow-controls .react-flow__controls-button:disabled{color:#d8e4f26b!important;background:#ffffff0a!important;transform:none}:root[data-theme=light] .react-flow__controls.customer-flow-controls{border-color:#1e304b1a;background:#ffffffdb;box-shadow:0 8px 24px #394c6629}:root[data-theme=light] .react-flow__controls.customer-flow-controls .react-flow__controls-button{background:#ebf1f8eb!important;color:#31435a!important}:root[data-theme=light] .react-flow__controls.customer-flow-controls .react-flow__controls-button:hover{background:#2563eb24!important;color:#1d4ed8!important}.fullscreen-loader{position:fixed;inset:0;background:radial-gradient(circle at center,#0f172a,#000);display:flex;align-items:center;justify-content:center;z-index:9999;flex-direction:column;animation:fadeIn .4s ease-in}.loader-logo{text-align:center}.logo-pulse{width:96px;height:96px;animation:pulse 1.6s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(243,173,150,.8))}.loader-text{color:#f3ad96;font-family:Inter,sans-serif;font-size:18px;font-weight:500;margin-top:20px;letter-spacing:.5px}@keyframes pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.12);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}
