html,body{margin:0;padding:0}.login-page{min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.login-page__bg{z-index:0;background:radial-gradient(100% 90% at 15% 15%,#38bdf861,#0000 52%),radial-gradient(85% 75% at 88% 72%,#818cf852,#0000 48%),radial-gradient(60% 50% at 50% 100%,#0ea5e926,#0000 55%),linear-gradient(168deg,#070b14 0%,#0f172a 38%,#111827 100%);position:fixed;inset:0}.login-page__grid{z-index:0;opacity:.55;pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:56px 56px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(75% 65% at 35% 35%,#000 12%,#0000 72%);mask-image:radial-gradient(75% 65% at 35% 35%,#000 12%,#0000 72%)}.login-page__glow{z-index:0;filter:blur(4px);pointer-events:none;background:radial-gradient(circle,#38bdf81f 0%,#0000 68%);border-radius:50%;width:min(520px,90vw);height:min(520px,90vw);position:fixed;top:18%;left:-8%}.login-page__layout{z-index:1;align-items:stretch;min-height:100vh;display:flex;position:relative}.login-page__brand{color:#ffffffeb;flex-direction:column;flex:1.15;justify-content:center;max-width:640px;padding:48px 56px 56px 64px;display:flex}.login-page__brand-inner{max-width:440px}.login-page__logo-wrap{background:linear-gradient(145deg,#ffffff24 0%,#ffffff0a 100%);border:1px solid #ffffff24;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:28px;display:inline-flex;box-shadow:0 18px 48px #00000059,inset 0 1px #ffffff1f}.login-page__logo-wrap img{object-fit:contain;width:44px;height:44px}.login-page__brand-title{letter-spacing:-.03em;color:#f8fafc;margin:0 0 12px;font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1.15}.login-page__brand-lead{color:#e2e8f0d1;max-width:400px;margin:0 0 36px;font-size:16px;line-height:1.65}.login-page__features{flex-direction:column;gap:14px;display:flex}.login-page__feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a73;border:1px solid #94a3b81f;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.login-page__feature-icon{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf838;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.login-page__feature-body strong{color:#f1f5f9;margin-bottom:2px;font-size:14px;font-weight:600;display:block}.login-page__feature-body span{color:#94a3b8f2;font-size:13px;line-height:1.5}.login-page__form-col{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(115deg,#ffffff12 0%,#ffffff08 45%,#ffffff0f 100%);border-left:1px solid #ffffff0f;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 28px 40px;display:flex}.login-page__card{width:100%;max-width:420px;border:1px solid #ffffffa6!important;border-radius:16px!important;box-shadow:0 4px 6px #0f172a0a,0 24px 48px #0f172a1f,inset 0 0 0 1px #ffffff80!important}.login-page__card .ant-card-body{padding:36px 36px 28px!important}.login-page__card-title{letter-spacing:-.02em;color:#0f172a!important;margin:0 0 6px!important;font-weight:700!important}.login-page__captcha-compact{align-items:stretch;gap:8px;display:flex}.login-page__captcha-img{box-sizing:border-box;cursor:pointer;background:#f8fafc;border:1px solid #0f172a26;border-radius:6px;flex:none;justify-content:center;align-items:center;width:120px;min-width:120px;height:36px;padding:4px 6px;transition:border-color .15s,opacity .15s;display:inline-flex;overflow:hidden}.login-page__captcha-img:hover:not(:disabled){border-color:#1677ff}.login-page__captcha-img:disabled{cursor:wait;opacity:.75}.login-page__captcha-svg{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;line-height:0;display:flex;overflow:hidden}.login-page__captcha-svg svg{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.login-page__captcha-compact .ant-input{flex:1;min-width:0}.login-page__card-sub{color:#64748b;margin-bottom:28px;font-size:14px;display:block}.login-page__footer{text-align:center;border-top:1px solid #94a3b840;margin-top:28px;padding-top:20px}.login-page__footer-note{color:#64748bf2;font-size:12px;line-height:1.5}.login-page__animate{animation:.55s ease-out both login-page-fade-up}.login-page__animate-delay-1{animation-delay:80ms}.login-page__animate-delay-2{animation-delay:.16s}@keyframes login-page-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.login-page__layout{flex-direction:column}.login-page__brand{max-width:none;padding:max(16px,env(safe-area-inset-top,0px))20px 12px;text-align:center;flex:none;align-items:center}.login-page__brand-inner{flex-direction:column;align-items:center;max-width:520px;display:flex}.login-page__logo-wrap{border-radius:14px;width:56px;height:56px;margin-bottom:10px}.login-page__logo-wrap img{width:34px;height:34px}.login-page__brand-title{font-size:clamp(20px,5vw,26px);margin-bottom:0!important}.login-page__brand-lead,.login-page__features{display:none}.login-page__form-col{padding:16px 20px max(28px,env(safe-area-inset-bottom,0px));border-top:1px solid #ffffff14;border-left:none;flex:1;justify-content:flex-start;align-items:center}}@media (max-width:480px){.login-page__card .ant-card-body{padding:28px 22px 22px!important}.login-page__brand-title{font-size:22px}}.json-tool-page .json-tool-editor-card,.json-tool-page .json-tool-tree-card{flex-direction:column;height:calc(100vh - 200px);min-height:420px;display:flex}.json-tool-page .json-tool-editor-card .ant-card-body,.json-tool-page .json-tool-tree-card .ant-card-body{flex-direction:column;flex:1;min-height:0;padding:0;display:flex}.json-tool-page .json-tool-monaco-wrap{border-radius:0 0 8px 8px;flex:1;min-height:0;overflow:hidden}.json-tool-page .json-tool-tree-placeholder{text-align:center;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.json-tree{flex-direction:column;height:100%;min-height:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.5;display:flex}.json-tree__toolbar{flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.json-tree__body{flex:1;padding:12px 8px 16px;overflow:auto}.json-tree__row{border-radius:4px;align-items:flex-start;gap:4px;min-height:24px;padding:2px 4px;display:flex}.json-tree__row:hover{background:#0000000a}.json-tree__toggle{cursor:pointer;width:20px;height:22px;color:inherit;opacity:.65;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.json-tree__toggle--spacer{cursor:default;visibility:hidden}.json-tree__key{flex-shrink:0;font-weight:600}.json-tree__colon{opacity:.55;margin-right:6px}.json-tree__summary{cursor:pointer;text-align:left;font:inherit;background:0 0;border:none;padding:0}.json-tree__meta{opacity:.55;margin-left:6px;font-size:12px;font-weight:400}.json-tree__value--string{color:#0a7c42}.json-tree__value--number{color:#0958d9}.json-tree__value--bool{color:#531dab}.json-tree__value--null{color:#8c8c8c;font-style:italic}.json-tree__value--array,.json-tree__value--object{color:#434343;font-weight:600}.json-tree__brace{opacity:.6;font-weight:600}.json-tree__copy{cursor:pointer;opacity:0;color:inherit;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:2px 6px;font-size:12px}.json-tree__row:hover .json-tree__copy{opacity:.45}.json-tree__copy:hover{opacity:1!important}.tool-page .tool-dual-card,.tool-page .tool-single-card{flex-direction:column;height:calc(100vh - 240px);min-height:360px;display:flex}.tool-page .tool-dual-card .ant-card-body,.tool-page .tool-single-card .ant-card-body{flex-direction:column;flex:1;min-height:0;padding:0;display:flex}.tool-page .tool-monaco-wrap{border-radius:0 0 8px 8px;flex:1;min-height:0;overflow:hidden}.tool-page .tool-panel-placeholder{text-align:center;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.tool-page .jwt-payload-card .ant-card-body{padding:12px 16px}.ant-layout-sider .ant-menu-item-group-title{text-transform:uppercase;font-size:13px;font-weight:600;color:var(--ant-color-text-secondary,#000000bf)!important}.ant-pro-top-nav-header-base-menu.ant-menu-horizontal>.ant-menu-item,.ant-pro-top-nav-header-base-menu.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title,.ant-layout-sider .ant-menu-root>.ant-menu-submenu>.ant-menu-submenu-title{text-transform:uppercase}.ant-pro-global-header-header-actions-avatar{padding-inline:6px 10px}.ant-pro-global-header-header-actions-avatar .ant-dropdown-trigger>div>span:not(.ant-avatar){margin-inline-start:4px!important}.dashboard-root-shell{box-sizing:border-box;flex-direction:column;height:100vh;max-height:100vh;display:flex;overflow:hidden}.dashboard-root-shell>.ant-layout:last-child{flex:auto;overflow:hidden;min-height:0!important}.dashboard-root-shell .ant-pro-layout-container{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.dashboard-root-shell .ant-pro-layout-content{flex-direction:column;flex:auto;display:flex;min-height:0!important;overflow:hidden!important}.dashboard-tab-content-host{background:var(--ant-color-bg-layout);flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.dashboard-tab-content-host .ka-wrapper,.dashboard-tab-content-host .ka-content{flex:auto;max-height:100%;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.dashboard-tab-outlet{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex:auto;height:100%;min-height:0;overflow:hidden auto}.dashboard-route-tabs-bar{scrollbar-width:thin;flex:1;align-items:flex-end;gap:0;min-width:0;display:flex;overflow:auto hidden}.dashboard-route-tabs-bar::-webkit-scrollbar{height:4px}.dashboard-route-tab{max-width:220px;color:var(--dashboard-tab-color,#000000a6);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:8px;margin:0;padding:8px 12px;font-size:14px;line-height:1.4;transition:color .2s,border-color .2s,background .2s,opacity .15s;display:inline-flex;position:relative}.dashboard-route-tab:hover{color:var(--dashboard-tab-hover-color,#1677ff)}.dashboard-route-tab--active{color:var(--dashboard-tab-active-color,#1677ff);border-bottom-color:var(--dashboard-tab-active-color,#1677ff);font-weight:500}.dashboard-route-tab--dragging{opacity:.45}.dashboard-route-tab--drop-before:before,.dashboard-route-tab--drop-after:after{content:"";background:var(--dashboard-tab-active-color,#1677ff);border-radius:1px;width:2px;position:absolute;top:6px;bottom:6px}.dashboard-route-tab--drop-before:before{left:0}.dashboard-route-tab--drop-after:after{right:0}.dashboard-route-tab__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-route-tab__close{color:inherit;opacity:.55;cursor:pointer;background:0 0;border:none;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;display:inline-flex}.dashboard-route-tab__close:hover{opacity:1;background:#0000000f}.kyc-button{color:#f2f2f4;background:#621ffd;border:none;border-radius:4px;width:100%;height:50px;font-size:16px;font-weight:700;display:block}
