@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.5;color:#1a1a1a;background:#ffffff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a;font-size:2.25rem;margin-bottom:1.5rem}h2{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a;font-size:1.875rem;margin-bottom:1rem}h3{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}h4{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;font-size:1.25rem;margin-bottom:0.5rem}p{margin-bottom:1rem}a{color:#ff6b35;text-decoration:none;transition:color 0.15s ease}a:hover{color:rgb(231.5,61.8861386139,0)}main>section{padding:4rem 0}main>section h1,main>section h2{text-align:center;margin-bottom:1rem}section.hero{display:grid;align-items:center;background:linear-gradient(135deg,#004e89,rgb(0,19.9270072993,35));color:#ffffff;padding:4rem 0 4rem;position:relative;overflow:hidden;min-height:50vh}section.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}section.hero>*{position:relative;z-index:1;text-align:center;width:100%}section.hero>h1{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:2rem;color:#ffffff}@media (max-width:768px){section.hero>h1{font-size:2.5rem}}section.hero>p{font-size:1.25rem;line-height:1.75;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:0.95}@media (max-width:768px){section.hero>p{font-size:1.125rem}}section.hero>ul{display:flex;justify-content:center;flex-wrap:wrap;list-style-type:none;gap:1.5rem}section.hero>ul a{font-size:1.125rem;font-weight:600;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,0.1);padding:1rem 3rem}section.hero>ul a.primary{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1.5rem;border:none;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,0.1);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;transition:all 0.3s ease}section.hero>ul a.primary:disabled{opacity:0.6;cursor:not-allowed}section.hero>ul a.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}section.hero>ul a.primary{background:linear-gradient(135deg,#00d4aa,rgb(0,161,129.1037735849));color:#1a1a1a}section.hero>ul a:not(.primary){display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1.5rem;border:none;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,0.1);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;transition:all 0.3s ease}section.hero>ul a:not(.primary):disabled{opacity:0.6;cursor:not-allowed}section.hero>ul a:not(.primary):hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}section.hero>ul a:not(.primary){background:transparent;color:#ffffff;border:2px solid #ffffff}section.hero>ul a:not(.primary):hover:not(:disabled){background:#ffffff;color:#004e89}section.missions{max-width:1200px;margin:0 auto}section.missions>ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}@media (max-width:768px){section.missions>ul>*{margin:0 1rem}}section.missions>ul{list-style:none;margin-top:2rem}section.missions>ul>li article{display:inline-grid;background:#ffffff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.07);transition:all 0.3s ease}section.missions>ul>li article:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}section.missions>ul>li article{cursor:pointer;padding:2rem;height:100%}section.missions>ul>li article h3{display:flex;align-items:center;justify-content:space-between;font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;margin-bottom:1rem;font-size:1.25rem;margin-bottom:0.25rem}section.missions>ul>li article>p{color:#666666;margin-top:1.5rem;margin-bottom:2rem}section.missions>ul>li article .stats{display:flex;gap:1.5rem;align-self:self-end}section.missions>ul>li article .stats .stat{text-align:center}section.missions>ul>li article .stats .stat span:not(.label){font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;display:block;font-size:1.125rem;color:#ff6b35}section.missions>ul>li article .stats .stat .label{font-size:0.875rem;color:#666666}section.listing{max-width:1200px;margin:0 auto;padding:3rem 0}section.listing h1{text-align:center;margin-bottom:1rem}section.listing>p{text-align:center;color:#666666;margin-bottom:3rem}body>main>section.listing>ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}@media (max-width:768px){body>main>section.listing>ul>*{margin:0 1rem}}body>main>section.listing>ul{gap:2rem;list-style:none}body>main>section.missions.listing>ul{display:flex;flex-direction:column;gap:2rem;list-style:none}body>main>section.missions.listing>ul>li .mission{display:inline-grid;background:#ffffff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.07);transition:all 0.3s ease}body>main>section.missions.listing>ul>li .mission:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}body>main>section.missions.listing>ul>li .mission{cursor:pointer;padding:2rem;display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto auto 1fr auto;grid-template-areas:"logo title" "logo description" "logo objective-title" "logo objective" "logo stats";gap:1rem 1.5rem;align-items:start}body>main>section.missions.listing>ul>li .mission h3{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;font-size:1.5rem;margin-bottom:0;grid-area:title}body>main>section.missions.listing>ul>li .mission img{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid #e0e0e0;grid-area:logo}body>main>section.missions.listing>ul>li .mission p:first-of-type{color:#666666;line-height:1.75;margin-bottom:0;grid-area:description}body>main>section.missions.listing>ul>li .mission h4{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;font-size:1.125rem;margin-bottom:0;grid-area:objective-title}body>main>section.missions.listing>ul>li .mission p:last-of-type{color:#666666;line-height:1.75;margin-bottom:0;grid-area:objective}body>main>section.missions.listing>ul>li .mission>ul{display:flex;gap:1.5rem;list-style:none;margin-top:1rem;grid-area:stats}body>main>section.missions.listing>ul>li .mission>ul li{text-align:center}body>main>section.missions.listing>ul>li .mission>ul li span:first-child{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;display:block;font-size:1.125rem;color:#ff6b35}body>main>section.missions.listing>ul>li .mission>ul li span:last-child{font-size:0.875rem;color:#666666;color:#666666}ul li .card{display:inline-grid;background:#ffffff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.07);transition:all 0.3s ease}ul li .card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}ul li .card{cursor:pointer;padding:2rem;height:100%;display:flex;flex-direction:column}ul li .card header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}ul li .card header h4{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;font-size:1.125rem;margin-bottom:0.25rem;color:#1a1a1a}ul li .card main{color:#666666;line-height:1.75;margin-bottom:1.5rem;flex-grow:1}ul li .card footer{margin-top:auto}div.project.card span.status{font-size:0.875rem;color:#666666;padding:0.25rem 0.5rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px}div.project.card span.status.proposed{background:rgba(255,107,53,0.1);color:#ff6b35}div.project.card span.status.active{background:rgba(16,185,129,0.1);color:#10b981}div.project.card span.status.completed{background:rgba(59,130,246,0.1);color:#3b82f6}div.project.card span.status.inactive{background:rgba(239,68,68,0.1);color:#ef4444}div.project.card footer a{display:block;width:100%;text-align:right;font-weight:600}div.project.card footer a:disabled{opacity:0.5;cursor:not-allowed;background:#666666;color:#ffffff}div.project.card footer a:disabled:hover{background:#666666}section.project.item-view,section.mission.item-view{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 0}@media (min-width:768px){section.project.item-view,section.mission.item-view{grid-template-columns:300px 1fr;grid-template-areas:"header header" "summary main"}}section.project.item-view header,section.mission.item-view header{grid-area:header;padding:3rem;margin-bottom:3rem;display:flex;align-items:center;gap:1.5rem}section.project.item-view header img,section.mission.item-view header img{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid #e0e0e0}section.project.item-view header h1,section.mission.item-view header h1{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a;font-size:1.875rem;margin-bottom:0.5rem;flex-grow:1}section.project.item-view header span,section.mission.item-view header span{font-size:0.875rem;color:#666666;padding:0.25rem 0.5rem;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:0.5px}section.project.item-view header span.proposed,section.mission.item-view header span.proposed{background:rgba(255,107,53,0.1);color:#ff6b35}section.project.item-view header span.active,section.mission.item-view header span.active{background:rgba(16,185,129,0.1);color:#10b981}section.project.item-view header span.completed,section.mission.item-view header span.completed{background:rgba(59,130,246,0.1);color:#3b82f6}section.project.item-view header span.canceled,section.mission.item-view header span.canceled{background:rgba(239,68,68,0.1);color:#ef4444}section.project.item-view aside,section.mission.item-view aside{grid-area:summary;display:inline-grid;background:#ffffff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.07);transition:all 0.3s ease}section.project.item-view aside:hover,section.mission.item-view aside:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}section.project.item-view aside,section.mission.item-view aside{cursor:pointer;padding:2rem}@media (min-width:768px){section.project.item-view aside,section.mission.item-view aside{position:sticky;top:2rem}}section.project.item-view aside h3,section.mission.item-view aside h3{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;margin-bottom:1.5rem;color:#1a1a1a}section.project.item-view aside>div,section.mission.item-view aside>div{margin-bottom:1.5rem}section.project.item-view aside>div strong,section.mission.item-view aside>div strong{font-size:0.875rem;color:#666666;font-weight:600;color:#1a1a1a;display:block;margin-bottom:0.25rem}section.project.item-view aside>div a,section.mission.item-view aside>div a{color:#ff6b35;font-weight:500}section.project.item-view aside>div a:hover,section.mission.item-view aside>div a:hover{text-decoration:underline}section.project.item-view aside>div ul,section.mission.item-view aside>div ul{list-style:none;margin-top:0.25rem}section.project.item-view aside>div ul li,section.mission.item-view aside>div ul li{margin-bottom:0.25rem}section.project.item-view aside>div ul li a,section.mission.item-view aside>div ul li a{font-size:0.875rem;color:#666666;color:#666666}section.project.item-view aside>div ul li a:hover,section.mission.item-view aside>div ul li a:hover{color:#ff6b35}section.project.item-view aside>div>div,section.mission.item-view aside>div>div{margin-top:0.5rem;display:flex;justify-content:space-between;font-size:0.875rem;color:#666666;color:#666666}section.project.item-view aside>div>div span,section.mission.item-view aside>div>div span{font-weight:500}section.project.item-view main,section.mission.item-view main{grid-area:main}section.project.item-view main section,section.mission.item-view main section{margin-bottom:3rem}section.project.item-view main section h2,section.mission.item-view main section h2{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;line-height:1.5;color:#1a1a1a;font-size:1.5rem;margin-bottom:1.5rem}section.project.item-view main section p,section.mission.item-view main section p{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.5;color:#1a1a1a;line-height:1.75;color:#666666}section.project.item-view main section:last-child,section.mission.item-view main section:last-child{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}section.project.item-view main section:last-child a,section.mission.item-view main section:last-child a{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1.5rem;border:none;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,0.1);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;transition:all 0.3s ease}section.project.item-view main section:last-child a:disabled,section.mission.item-view main section:last-child a:disabled{opacity:0.6;cursor:not-allowed}section.project.item-view main section:last-child a:hover:not(:disabled),section.mission.item-view main section:last-child a:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}section.project.item-view main section:last-child a,section.mission.item-view main section:last-child a{background:linear-gradient(135deg,#ffffff,rgb(229.5,229.5,229.5));color:#1a1a1a;border:2px solid #ffffff;padding:1rem 3rem;font-size:1.125rem;font-weight:600}section.project.item-view main section:last-child a:disabled,section.mission.item-view main section:last-child a:disabled{opacity:0.5;cursor:not-allowed;background:#666666;color:#ffffff}section.project.item-view main section:last-child a:disabled:hover,section.mission.item-view main section:last-child a:disabled:hover{background:#666666}section.cta{background:linear-gradient(135deg,#ff6b35,rgb(231.5,61.8861386139,0));color:#ffffff;text-align:center}section.cta h2{color:#fff;margin-bottom:1rem}section.cta ul{display:flex;justify-content:center;flex-wrap:wrap;list-style-type:none}section.cta ul a{display:inline-flex;align-items:center;justify-content:center;padding:0.5rem 1.5rem;border:none;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,0.1);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:500;text-decoration:none;cursor:pointer;transition:all 0.3s ease}section.cta ul a:disabled{opacity:0.6;cursor:not-allowed}section.cta ul a:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px rgba(0,0,0,0.15)}section.cta ul a{background:linear-gradient(135deg,#ffffff,rgb(229.5,229.5,229.5));color:#ff6b35;border:2px solid #ffffff}body>header{backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}@media (min-width:768px){body>header nav{padding:0 2rem!important}}body>header nav{max-width:1200px;margin:0 auto}body>header nav{padding:0 1rem}body>header nav{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;background:rgba(255,255,255,0.95)}body>header nav .logo{font-family:"Space Grotesk","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a;font-size:1.25rem;color:#ff6b35}body>header nav ul{display:flex;gap:1.5rem;list-style:none}body>header nav ul a{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.5;color:#1a1a1a;font-weight:500;color:#1a1a1a;transition:color 0.15s ease}body>header nav ul a:hover,body>header nav ul a.active{color:#ff6b35}body>footer{background:#1a1a1a;color:#ffffff;padding:4rem 0 1.5rem}@media (min-width:768px){body>footer>main{padding:0 2rem!important}}body>footer>main{max-width:1200px;margin:0 auto}body>footer>main{padding:0 1rem}body>footer>main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media (max-width:768px){body>footer>main>*{margin:0 1rem}}body>footer>main{grid-area:resources;margin-bottom:2rem}body>footer>main h4{color:#ffffff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}body>footer>main p{color:rgba(255,255,255,0.8);line-height:1.75;margin-bottom:0}body>footer>main ul{list-style:none}body>footer>main ul li{margin-bottom:0.5rem}body>footer>main ul li a{color:rgba(255,255,255,0.8);transition:color 0.15s ease}body>footer>main ul li a:hover{color:#ffffff}@media (min-width:768px){body>footer>section:last-child{padding:0 2rem!important}}body>footer>section:last-child{max-width:1200px;margin:0 auto}body>footer>section:last-child{padding:0 1rem}body>footer>section:last-child{display:flex;align-items:center;justify-content:space-between;grid-area:footer;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.2)}body>footer>section:last-child p.copyright{font-size:0.875rem;color:#666666;color:rgba(255,255,255,0.6);margin-bottom:0}body>footer>section:last-child ul.social-media-links{display:flex;gap:1.5rem}body>footer>section:last-child ul.social-media-links a{color:rgba(255,255,255,0.8);font-weight:500;transition:color 0.15s ease}body>footer>section:last-child ul.social-media-links a:hover{color:#00d4aa}