body{margin:0;background:#FFFFFF;-webkit-font-smoothing:antialiased;font-family:'Sora',sans-serif;color:#12101F;}
a{color:#6E56E9;}
a:hover{color:#5A3FE0;}
*:focus-visible{outline:2px solid #6E56E9;outline-offset:2px;}

.nh-nav{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;height:76px;border-bottom:1px solid #ECE9F5;background:#FFFFFF;}
.nh-brand-link{display:flex;align-items:center;gap:10px;text-decoration:none;}
.nh-brand{white-space:nowrap;flex-shrink:0;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:17px;color:#12101F;}
.nh-desktop{display:flex;align-items:center;gap:6px;}
.nh-group{position:relative;}
.nh-navbtn{display:flex;align-items:center;gap:6px;background:none;border:none;font-family:'Sora',sans-serif;font-size:14px;font-weight:600;color:#3A3650;cursor:pointer;padding:10px;border-radius:6px;}
.nh-navbtn:hover{color:#12101F;background:#F7F6FC;}
.nh-navlink{font-size:14px;font-weight:600;color:#3A3650;text-decoration:none;padding:10px;border-radius:6px;}
.nh-navlink:hover{color:#12101F;background:#F7F6FC;}
.nh-arrow{transition:transform .15s;}
.nh-menu{display:none;position:absolute;top:100%;left:-8px;margin-top:8px;min-width:230px;background:#FFFFFF;border:1px solid #ECE9F5;border-radius:10px;box-shadow:0 16px 32px rgba(18,16,31,0.14);padding:8px;flex-direction:column;z-index:40;}
.nh-group[data-open="true"] .nh-menu{display:flex;}
.nh-menuitem{padding:10px 12px;border-radius:6px;font-size:13.5px;color:#3A3650;text-decoration:none;display:block;}
.nh-menuitem:hover{background:#F7F6FC;color:#12101F;}
.nh-cta{display:flex;align-items:center;gap:20px;}
.nh-signin{font-size:14px;font-weight:600;color:#5A5670;text-decoration:none;}
.nh-getstarted{font-size:14px;font-weight:700;color:#FFFFFF;text-decoration:none;background:#6E56E9;padding:10px 20px;border-radius:8px;}
.nh-burger2{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:8px;}
.nh-mobile-panel{display:none;position:fixed;inset:0;background:#FFFFFF;z-index:60;flex-direction:column;padding:0 6vw 32px 6vw;overflow-y:auto;}
.nh-mobile-panel.open{display:flex;}
.nh-mobile-header{display:flex;align-items:center;justify-content:space-between;height:76px;flex-shrink:0;}
.nh-mobile-close{width:44px;height:44px;background:none;border:none;cursor:pointer;}
.nh-maccordion{border-bottom:1px solid #ECE9F5;}
.nh-mtrigger{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:14px 0;font-size:16px;font-weight:700;color:#12101F;cursor:pointer;}
.nh-marrow{transition:transform .15s;}
.nh-msubmenu{display:none;flex-direction:column;padding-bottom:8px;}
.nh-maccordion[data-open="true"] .nh-msubmenu{display:flex;}
.nh-msubmenu a{min-height:44px;display:flex;align-items:center;padding:10px 0 10px 12px;font-size:15px;color:#5A5670;text-decoration:none;}
.nh-mplain{min-height:44px;display:flex;align-items:center;padding:14px 0;border-bottom:1px solid #ECE9F5;font-size:16px;font-weight:700;color:#12101F;text-decoration:none;}
.nh-mcta{min-height:44px;margin-top:12px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#FFFFFF;text-decoration:none;background:#6E56E9;padding:14px 0;border-radius:8px;}

.nh-theme-toggle{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;background:#F7F6FC;border:1px solid #ECE9F5;border-radius:8px;cursor:pointer;color:#12101F;margin-right:12px;}
.nh-theme-toggle:hover{border-color:#6E56E9;}
.nh-theme-toggle:focus-visible{outline:2px solid #6E56E9;outline-offset:2px;}
.nh-mtheme-row{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:14px 0;border-bottom:1px solid #ECE9F5;font-size:16px;font-weight:700;color:#12101F;}

html[data-theme="dark"] body{background:#0A0A14;color:#F1EFFA;}
html[data-theme="dark"] .nh-nav{background:#0A0A14;border-bottom-color:#242236;}
html[data-theme="dark"] .nh-brand{color:#F1EFFA;}
html[data-theme="dark"] .nh-navbtn{color:#B0ACC6;}
html[data-theme="dark"] .nh-navbtn:hover{color:#F1EFFA;background:#15131F;}
html[data-theme="dark"] .nh-navlink{color:#B0ACC6;}
html[data-theme="dark"] .nh-navlink:hover{color:#F1EFFA;background:#15131F;}
html[data-theme="dark"] .nh-menu{background:#0A0A14;border-color:#242236;box-shadow:0 16px 32px rgba(0,0,0,0.5);}
html[data-theme="dark"] .nh-menuitem{color:#B0ACC6;}
html[data-theme="dark"] .nh-menuitem:hover{background:#15131F;color:#F1EFFA;}
html[data-theme="dark"] .nh-signin{color:#B0ACC6;}
html[data-theme="dark"] .nh-mobile-panel{background:#0A0A14;}
html[data-theme="dark"] .nh-mobile-header span{color:#F1EFFA;}
html[data-theme="dark"] .nh-mobile-close svg path{stroke:#F1EFFA;}
html[data-theme="dark"] .nh-burger2 svg path{stroke:#F1EFFA;}
html[data-theme="dark"] .nh-mtrigger{color:#F1EFFA;}
html[data-theme="dark"] .nh-maccordion{border-bottom-color:#242236;}
html[data-theme="dark"] .nh-msubmenu a{color:#B0ACC6;}
html[data-theme="dark"] .nh-mplain{color:#F1EFFA;border-bottom-color:#242236;}
html[data-theme="dark"] .nh-mtheme-row{color:#F1EFFA;border-bottom-color:#242236;}
html[data-theme="dark"] .nh-theme-toggle{background:#15131F;border-color:#242236;color:#F1EFFA;}

@media (max-width:1080px){
  .nh-desktop,.nh-cta{display:none;}
  .nh-burger2{display:flex;}
}
@media (prefers-reduced-motion: reduce){
  *{animation:none !important;transition:none !important;}
}
