:root{--nh-blue:#1966fe;--nh-purple:#7928ca;--nh-pink:#eb368f;--nh-font:"Plus Jakarta Sans", Inter, Segoe UI, sans-serif}.nh-page{min-height:100vh;font-family:var(--nh-font);-webkit-tap-highlight-color:transparent;flex-direction:column;transition:background-color .25s,color .25s;display:flex}.nh-page *{box-sizing:border-box}.nh-page.nh-dark{color:#f8fafc;background:#060911}.nh-page.nh-light{color:#090d16;background:#f8fafc}.nh-header{z-index:50;transition:background-color .25s,border-color .25s;position:sticky;top:0}.nh-dark .nh-header{background:#0b0f19;border-bottom:1px solid #ffffff1a;box-shadow:0 10px 30px -5px #0009}.nh-light .nh-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 20px -2px #0000000d}.nh-header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:80rem;height:80px;margin:0 auto;padding:0 1rem;display:flex}.nh-nav{align-items:center;gap:4px;display:none}.nh-nav-link{appearance:none;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 14px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s}.nh-nav-link:hover{background:#64748b1f}.nh-header-actions{align-items:center;gap:8px;display:flex}.nh-icon-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,border-color .2s;display:inline-flex}.nh-dark .nh-icon-btn{color:#fbbf24;background:#ffffff0d;border:1px solid #ffffff1a}.nh-dark .nh-icon-btn:hover{background:#ffffff1a}.nh-light .nh-icon-btn{color:#1966fe;background:#f1f5f9;border:1px solid #cbd5e1;box-shadow:0 1px 2px #0000000a}.nh-light .nh-icon-btn:hover{background:#e2e8f0}.nh-divider{width:1px;height:24px;display:none}.nh-dark .nh-divider{background:#ffffff26}.nh-light .nh-divider{background:#cbd5e1}.nh-btn-ghost{appearance:none;cursor:pointer;color:inherit;background:0 0;border:0;border-radius:12px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s}.nh-dark .nh-btn-ghost:hover{background:#ffffff1a}.nh-light .nh-btn-ghost:hover{background:#f1f5f9}.nh-btn-gradient{appearance:none;color:#fff;cursor:pointer;background:linear-gradient(90deg,#2563eb,#4f46e5,#db2777);border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-family:inherit;font-weight:800;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px -8px #1966fe8c}.nh-btn-gradient:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 0 35px -5px #1966fe59}.nh-btn-gradient.lg{border-radius:16px;padding:16px 32px;font-size:16px}.nh-btn-gradient.sm{white-space:nowrap;padding:10px 20px;font-size:14px}.nh-cta-short{display:none}.nh-btn-outline{appearance:none;cursor:pointer;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-family:inherit;font-weight:700;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex}.nh-dark .nh-btn-outline{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.nh-dark .nh-btn-outline:hover{background:#ffffff1a}.nh-light .nh-btn-outline{color:#0f172a;background:#fff;border:1px solid #cbd5e1;box-shadow:0 1px 2px #0000000a}.nh-light .nh-btn-outline:hover{background:#f8fafc}.nh-hero{padding:64px 16px 96px;position:relative;overflow:hidden}.nh-blur{pointer-events:none;filter:blur(150px);border-radius:999px;position:absolute}.nh-blur-blue{background:#2563eb26;width:650px;height:380px;top:25%;left:50%;transform:translate(-50%,-50%)}.nh-blur-pink{background:#db277726;width:450px;height:300px;top:33%;right:25%}.nh-hero-inner{z-index:1;text-align:center;max-width:72rem;margin:0 auto;position:relative}.nh-badge{letter-spacing:.02em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;align-items:center;gap:10px;margin-bottom:32px;padding:8px 16px;font-size:12px;font-weight:700;display:inline-flex}.nh-dark .nh-badge{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a}.nh-light .nh-badge{color:#1e293b;background:#fff;border:1px solid #cbd5e1;box-shadow:0 1px 2px #0000000a}.nh-ping{flex-shrink:0;width:10px;height:10px;position:relative}.nh-ping:before,.nh-ping:after{content:"";background:#ec4899;border-radius:999px;position:absolute;inset:0}.nh-ping:before{opacity:.75;animation:1.4s cubic-bezier(0,0,.2,1) infinite nh-ping}@keyframes nh-ping{75%,to{opacity:0;transform:scale(2)}}.nh-hero h1{letter-spacing:-.03em;word-spacing:.04em;margin:0 0 24px;font-size:clamp(2rem,6vw,4.5rem);font-weight:800;line-height:1.15}.nh-text-gradient{background:linear-gradient(135deg,#1966fe 0%,#7928ca 45%,#eb368f 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.nh-hero-sub{max-width:48rem;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.7}.nh-dark .nh-hero-sub{color:#cbd5e1}.nh-light .nh-hero-sub{color:#334155}.nh-hero-sub strong{color:var(--nh-blue);font-weight:700}.nh-hero-sub .nh-underline{color:inherit;text-underline-offset:3px;font-weight:700;-webkit-text-decoration:underline #ec4899;text-decoration:underline #ec4899}.nh-cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:64px;display:flex}.nh-preview{text-align:left;border-radius:24px;max-width:64rem;margin:0 auto;padding:8px;box-shadow:0 25px 50px -12px #00000059}.nh-dark .nh-preview{background:#0d121f;border:1px solid #ffffff1a}.nh-light .nh-preview{background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 40px -16px #0f172a1f}.nh-preview-bar{border-bottom:1px solid #64748b26;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;display:flex}.nh-dots{align-items:center;gap:8px;display:flex}.nh-dot{border-radius:999px;width:12px;height:12px}.nh-preview-url{opacity:.5;margin-left:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.nh-live-pill{text-transform:uppercase;color:#34d399;background:#10b98133;border:1px solid #10b9814d;border-radius:999px;padding:2px 10px;font-size:10px;font-weight:800}.nh-preview-grid{grid-template-columns:1fr;gap:12px;padding:8px;display:grid}.nh-mini-card{border-radius:16px;padding:16px}.nh-dark .nh-mini-card{background:#0e1424;border:1px solid #ffffff14}.nh-light .nh-mini-card{background:#f8fafc;border:1px solid #e2e8f0}.nh-mini-card-head{opacity:.7;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.nh-mini-card-value{letter-spacing:-.03em;font-size:24px;font-weight:900}.nh-mini-card-meta{margin-top:4px;font-size:11px;font-weight:700}.nh-section{border-top:1px solid #64748b26;padding:80px 16px}.nh-section-inner{max-width:80rem;margin:0 auto}.nh-section-head{text-align:center;max-width:48rem;margin:0 auto 64px}.nh-section-head h2{letter-spacing:-.03em;margin:0 0 16px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.nh-section-head p{opacity:.7;margin:0;font-size:16px}.nh-feature-grid{grid-template-columns:1fr;gap:24px;display:grid}.nh-feature-card{border-radius:24px;padding:32px;transition:transform .25s,border-color .25s,box-shadow .25s}.nh-dark .nh-feature-card{background:#0e1424;border:1px solid #ffffff1a}.nh-light .nh-feature-card{background:#fff;border:1px solid #e2e8f0}.nh-feature-card:hover{transform:translateY(-4px)}.nh-dark .nh-feature-card:hover{border-color:#1966fe66}.nh-light .nh-feature-card:hover{border-color:#1966fe;box-shadow:0 12px 30px -16px #0f172a33}.nh-feature-icon{border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;font-size:22px;display:flex}.nh-feature-card h3{margin:0 0 8px;font-size:20px;font-weight:700}.nh-feature-card p{opacity:.7;margin:0;font-size:14px;line-height:1.7}.nh-eco-grid{grid-template-columns:1fr;gap:16px;display:grid}.nh-eco-card{text-align:left;border-radius:20px;padding:24px}.nh-dark .nh-eco-card{background:#0e1424;border:1px solid #ffffff1a}.nh-light .nh-eco-card{background:#fff;border:1px solid #e2e8f0}.nh-eco-card span{letter-spacing:.08em;text-transform:uppercase;color:var(--nh-blue);margin-bottom:8px;font-size:11px;font-weight:800;display:block}.nh-eco-card h3{margin:0 0 8px;font-size:18px;font-weight:800}.nh-eco-card p{opacity:.7;margin:0;font-size:14px;line-height:1.6}.nh-footer{text-align:center;opacity:.6;border-top:1px solid #64748b26;padding:32px 16px;font-size:12px}.nh-mobile-nav{flex-direction:column;gap:4px;padding:8px 16px 16px;display:none}.nh-mobile-nav.open{display:flex}.nh-menu-toggle{display:inline-flex}@media (width<=639px){.nh-btn-ghost{display:none}.nh-header-inner{height:68px}.nh-cta-full{display:none}.nh-cta-short{display:inline}.nh-btn-gradient.sm{padding:8px 12px;font-size:13px}.nh-live-pill{display:none}.nh-preview-url{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}}@media (width>=640px){.nh-header-inner,.nh-hero,.nh-section{padding-left:24px;padding-right:24px}.nh-divider{display:block}.nh-preview{padding:12px}.nh-preview-grid{padding:16px}}@media (width>=768px){.nh-nav{display:flex}.nh-menu-toggle,.nh-mobile-nav{display:none!important}.nh-preview-grid{grid-template-columns:repeat(3,1fr)}.nh-feature-grid,.nh-eco-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.nh-hero{padding-top:96px;padding-bottom:144px}.nh-header-inner,.nh-hero,.nh-section{padding-left:32px;padding-right:32px}.nh-feature-grid{grid-template-columns:repeat(3,1fr)}.nh-eco-grid{grid-template-columns:repeat(4,1fr)}}.nh-dashboard{font-family:var(--nh-font)}.nh-dashboard-title{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:28px;font-weight:900}.nh-dashboard-sub{color:#64748b;margin:6px 0 24px;font-size:13px}.nh-metric-grid{grid-template-columns:1fr;gap:16px;display:grid}.nh-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;transition:border-color .2s,box-shadow .2s;box-shadow:0 10px 30px -10px #0000000a}.nh-metric-card:hover{border-color:#1966fe80;box-shadow:0 8px 20px -12px #1966fe40}.nh-metric-head{color:#64748b;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.nh-metric-head .anticon{font-size:16px}.nh-metric-value{letter-spacing:-.03em;color:#0f172a;font-size:24px;font-weight:900;line-height:1.2}@media (width>=640px){.nh-metric-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.nh-metric-grid{grid-template-columns:repeat(4,1fr)}}.ant-layout-sider .ant-menu-item,.ant-layout-sider .ant-menu-submenu-title{border-radius:12px!important;width:auto!important;margin-inline:0!important}.ant-layout-sider .ant-menu-item-selected{font-weight:700;background:#1966fe!important}.ant-layout-sider .ant-menu-item:hover,.ant-layout-sider .ant-menu-submenu-title:hover{background:#94a3b81f!important}.ant-layout-sider .ant-menu-item-selected:hover{background:#1966fe!important}.auth-page{min-height:100vh;font-family:var(--nh-font);flex-direction:column;justify-content:space-between;padding:16px;transition:background .3s,color .3s;display:flex}.auth-page.auth-light{color:#0f172a;background-color:#f1f5f9;background-image:radial-gradient(at 0 0,#1966fe14 0,#0000 50%),radial-gradient(at 100% 100%,#eb368f0f 0,#0000 50%),radial-gradient(#7928ca0d 0,#0000 50%)}.auth-page.auth-dark{color:#f8fafc;background-color:#060911;background-image:radial-gradient(at 0 0,#1966fe26 0,#0000 50%),radial-gradient(at 100% 100%,#eb368f1f 0,#0000 50%),radial-gradient(#0f172acc 0,#0000 50%)}.auth-topbar,.auth-bottom{width:100%;max-width:72rem;margin:0 auto}.auth-topbar{z-index:20;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.auth-back{align-items:center;gap:8px;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.auth-light .auth-back{color:#64748b}.auth-light .auth-back:hover{color:#1966fe}.auth-dark .auth-back{color:#94a3b8}.auth-dark .auth-back:hover{color:#60a5fa}.auth-theme-btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,background .2s;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.auth-theme-btn:hover{transform:scale(1.05)}.auth-light .auth-theme-btn{color:#1966fe;background:#fff;border:1px solid #cbd5e1e6}.auth-dark .auth-theme-btn{color:#fbbf24;background:#1e293b;border:1px solid #ffffff1a}.auth-main{width:100%;max-width:64rem;margin:16px auto}.auth-card{border-radius:28px;grid-template-columns:1fr;min-height:560px;transition:background .3s,border-color .3s;display:grid;overflow:hidden}.auth-light .auth-card{background:#fff;border:1px solid #e2e8f0f2;box-shadow:0 25px 70px -15px #0f172a2e}.auth-dark .auth-card{background:#0c101d;border:1px solid #ffffff1a;box-shadow:0 30px 80px -10px #000000b3}.auth-brand{color:#fff;background:linear-gradient(135deg,#0e1628 0%,#101b33 50%,#0a101f 100%);flex-direction:column;justify-content:space-between;gap:24px;padding:32px 28px;display:flex;position:relative;overflow:hidden}.auth-brand-ring,.auth-brand-blur{pointer-events:none;border-radius:999px;position:absolute}.auth-brand-ring-lg{border:1px solid #ffffff0d;width:288px;height:288px;bottom:-80px;right:-80px}.auth-brand-ring-sm{border:1px solid #1966fe1a;width:208px;height:208px;bottom:-40px;right:-40px}.auth-brand-blur-blue{filter:blur(100px);background:#2563eb1a;width:320px;height:320px;top:0;right:0}.auth-brand-blur-pink{filter:blur(100px);background:#db27771a;width:240px;height:240px;bottom:0;left:0}.auth-brand-inner{z-index:1;position:relative}.auth-pill{color:#e2e8f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-flex}.auth-pill-dot{background:#34d399;border-radius:999px;width:8px;height:8px;animation:1.4s cubic-bezier(0,0,.2,1) infinite auth-ping}@keyframes auth-ping{75%,to{opacity:.35;transform:scale(1.8)}}.auth-tagline{letter-spacing:.2em;text-transform:uppercase;color:#94a3b8;margin-top:6px;font-size:10px;font-weight:700}.auth-brand h1{letter-spacing:-.03em;margin:20px 0 0;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;line-height:1.3}.auth-brand-lead{color:#cbd5e1;margin:12px 0 0;font-size:13px;line-height:1.65}.auth-feature-list{flex-direction:column;gap:12px;margin-top:20px;display:flex}.auth-feature{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:14px;padding:14px;display:flex}.auth-feature-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.auth-feature-icon.blue{color:#60a5fa;background:#3b82f633;border:1px solid #60a5fa4d}.auth-feature-icon.pink{color:#f472b6;background:#ec489933;border:1px solid #f472b64d}.auth-feature strong{color:#fff;font-size:12px;font-weight:700;display:block}.auth-feature p{color:#94a3b8;margin:2px 0 0;font-size:11px;line-height:1.45}.auth-brand-foot{z-index:1;color:#94a3b8;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;font-size:11px;display:flex;position:relative}.auth-brand-foot span:last-child{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.auth-panel{flex-direction:column;justify-content:space-between;min-width:0;padding:32px 28px;display:flex}.auth-light .auth-panel{color:#0f172a;background:#fff}.auth-dark .auth-panel{color:#fff;background:#0e1424}.auth-panel-head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding-bottom:24px;display:flex}.auth-dark .auth-panel-head{border-bottom-color:#ffffff0d}.auth-tabs{border-radius:12px;align-items:center;gap:4px;padding:4px;font-size:12px;font-weight:700;display:inline-flex}.auth-light .auth-tabs{background:#f1f5f9;border:1px solid #e2e8f0}.auth-dark .auth-tabs{background:#1e293bb3;border:1px solid #ffffff1a}.auth-tab{color:inherit;border-radius:8px;padding:8px 16px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s}.auth-light .auth-tab{color:#475569}.auth-dark .auth-tab{color:#94a3b8}.auth-light .auth-tab.active{color:#1966fe;background:#fff;box-shadow:0 1px 2px #0f172a14}.auth-dark .auth-tab.active{color:#fff;background:#334155}.auth-ssl{align-items:center;gap:4px;font-size:12px;display:none}.auth-light .auth-ssl{color:#475569}.auth-dark .auth-ssl{color:#cbd5e1}.auth-ssl .anticon{color:#10b981}.auth-panel-body{flex:1;padding:28px 0}.auth-panel-body h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800}.auth-panel-body .auth-sub{margin:8px 0 0;font-size:13px;line-height:1.55}.auth-light .auth-sub{color:#64748b}.auth-dark .auth-sub{color:#94a3b8}.auth-form{margin-top:28px}.auth-form .ant-form-item{margin-bottom:18px}.auth-form .ant-form-item-label>label{letter-spacing:.06em;text-transform:uppercase;height:auto!important;font-size:11px!important;font-weight:700!important}.auth-light .auth-form .ant-form-item-label>label{color:#475569!important}.auth-dark .auth-form .ant-form-item-label>label{color:#cbd5e1!important}.auth-form .ant-input-affix-wrapper,.auth-form .ant-input,.auth-form .ant-select-selector{box-shadow:0 1px 2px #0f172a0a;border-radius:12px!important;min-height:48px!important}.auth-form .ant-input-affix-wrapper .ant-input{box-shadow:none;min-height:auto!important}.auth-light .auth-form .ant-input-affix-wrapper,.auth-light .auth-form .ant-input,.auth-light .auth-form .ant-select-selector{background:#f8fafcb3!important;border-color:#e2e8f0!important}.auth-dark .auth-form .ant-input-affix-wrapper,.auth-dark .auth-form .ant-input,.auth-dark .auth-form .ant-select-selector{color:#fff!important;background:#0f172a99!important;border-color:#ffffff1a!important}.auth-dark .auth-form .ant-input,.auth-dark .auth-form .ant-select-selection-item,.auth-dark .auth-form .ant-select-selection-placeholder{color:#fff!important}.auth-form .ant-btn-primary.auth-submit{border-radius:12px;height:52px;font-size:14px;font-weight:800;box-shadow:0 10px 25px -5px #1966fe66}.auth-grid-2{grid-template-columns:1fr;gap:0 14px;display:grid}.auth-links{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;font-size:12px;font-weight:600;display:flex}.auth-links a{color:#1966fe;text-decoration:none}.auth-dark .auth-links a{color:#60a5fa}.auth-links a:hover{text-decoration:underline}.auth-center-link{text-align:center;margin-top:8px;font-size:12px}.auth-light .auth-center-link{color:#64748b}.auth-dark .auth-center-link{color:#94a3b8}.auth-center-link a{color:#1966fe;font-weight:700;text-decoration:none}.auth-dark .auth-center-link a{color:#60a5fa}.auth-center-link a:hover{text-decoration:underline}.auth-panel-foot{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:24px;font-size:12px;display:flex}.auth-dark .auth-panel-foot{color:#94a3b8;border-top-color:#ffffff0d}.auth-light .auth-panel-foot{color:#64748b}.auth-support{align-items:center;gap:8px;display:inline-flex}.auth-support-dot{background:#10b981;border-radius:999px;width:8px;height:8px}.auth-bottom{text-align:center;padding:12px 0;font-size:12px}.auth-light .auth-bottom{color:#94a3b8}.auth-dark .auth-bottom{color:#64748b}@media (width>=640px){.auth-page{padding:24px}.auth-ssl{display:inline-flex}.auth-grid-2{grid-template-columns:1fr 1fr}.auth-card{border-radius:32px}}@media (width<=1023px){.auth-feature-list{display:none}.auth-brand{gap:16px;padding:24px 28px}.auth-brand h1{margin-top:12px}}@media (width>=1024px){.auth-page{padding:40px}.auth-card{grid-template-columns:5fr 7fr;min-height:640px}.auth-brand{padding:40px}.auth-panel{padding:48px 56px}}
