@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");:root{--accent-bg:#001d04;--container-bg:#011d008c;--heading-color:white;--text-color:#f0eaff;--highlight-color:#ffae45;--button-color:white;--button-hover-color:#b1ffc4;--content-font:"Inter",sans-serif}body{margin:0;padding:0;background-color:var(--accent-bg);font-family:Inter,sans-serif;overflow:auto}h1{font-size:2rem;font-weight:700;margin-bottom:1rem}p{font-size:1.1rem;color:#4b5563;line-height:1.6}.page-container{display:flex;flex-direction:column;min-height:100vh}.content{flex:1 1}.NavBar_navbar___LVQF{display:flex;justify-content:space-between;align-items:stretch;height:70px;background-color:#000;color:white;font-family:Inter,sans-serif;position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:1000;transition:background-color .3s ease}.NavBar_left__ariwS{background-color:#000000;color:white;width:33%;display:flex;align-items:center;justify-content:flex-start;padding-left:2rem;font-size:1.4rem;font-weight:700}.NavBar_right__5QKNk{background-color:#001803;width:67%;display:flex;align-items:stretch;justify-content:flex-end;gap:1.5rem;padding-right:2rem}.NavBar_link__Zc8CM{display:flex;align-items:center;padding:0 1rem;color:#ccc;text-decoration:none;font-weight:500;transition:background .3s ease,color .3s ease}.NavBar_active__038Y4,.NavBar_link__Zc8CM:hover{background-color:#036300;color:white}@keyframes NavBar_slideInFromTop__QTBIj{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.NavBar_animateIn__AMT_J{animation:NavBar_slideInFromTop__QTBIj .6s ease-out}@media (max-width:700px){.NavBar_navbar___LVQF{flex-direction:column;height:auto;align-items:flex-start;padding:1rem 2rem}.NavBar_left__ariwS{width:100%;padding-left:0;font-size:1.2rem;margin-bottom:.5rem}.NavBar_right__5QKNk{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding-right:0}.NavBar_link__Zc8CM{padding:.5rem 1rem}}.Footer_footer__yl3k1{text-align:center;background-color:#001803;color:white;padding:1rem}