.Navigation-module__f6f90G__navbar{background-color:var(--navbar-bg);padding:1rem 0;box-shadow:0 2px 4px #0000001a}.Navigation-module__f6f90G__navbarContent{justify-content:space-between;align-items:center;display:flex}.Navigation-module__f6f90G__brand{color:var(--navbar-text);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;display:flex}.Navigation-module__f6f90G__brand:hover{color:var(--navbar-text);text-decoration:none}.Navigation-module__f6f90G__nav{align-items:center;gap:1.5rem;display:flex}.Navigation-module__f6f90G__rightNav{margin-left:auto}.Navigation-module__f6f90G__navLink{opacity:.9;font-weight:500;transition:color .2s;color:var(--navbar-text)!important}.Navigation-module__f6f90G__navLink:hover{opacity:1;color:var(--primary-blue-light)!important}.Navigation-module__f6f90G__button{}@media (max-width:991px){.Navigation-module__f6f90G__nav{gap:1rem}.Navigation-module__f6f90G__rightNav{margin-top:1rem;margin-left:0}}
.Social-module__4UPNoG__socialContainer{margin-top:1rem}.Social-module__4UPNoG__socialTitle{margin-bottom:1rem;font-size:1.25rem}.Social-module__4UPNoG__socialLinks{gap:1rem;display:flex}.Social-module__4UPNoG__socialLink{color:#fff;transition:color .2s ease-in-out}.Social-module__4UPNoG__socialLink:hover{color:#28a745}@media (max-width:768px){.Social-module__4UPNoG__socialContainer{text-align:center}.Social-module__4UPNoG__socialLinks{justify-content:center}}
.Footer-module__3eW00W__footer{color:#fff;background-color:#1a1a1a;padding:2rem 0 60px;position:relative}.Footer-module__3eW00W__footer:after{content:"";opacity:.3;background:url(/assets/skyline-white.png) bottom/auto 60px repeat-x;height:60px;position:absolute;inset:auto 0 0}.Footer-module__3eW00W__footerContent{padding-top:1.5rem}.Footer-module__3eW00W__brandSection{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Footer-module__3eW00W__logo{flex-shrink:0}.Footer-module__3eW00W__copyright{font-size:.9rem;line-height:1.4}.Footer-module__3eW00W__copyright p{margin:0}.Footer-module__3eW00W__list{margin:1rem 0 0;padding:0;font-size:.9rem;list-style:none}.Footer-module__3eW00W__listItem{margin-bottom:.5rem}.Footer-module__3eW00W__link{color:inherit;text-decoration:none}.Footer-module__3eW00W__link:hover{color:#28a745;text-decoration:underline}@media (max-width:768px){.Footer-module__3eW00W__footerContent{text-align:center}.Footer-module__3eW00W__brandSection{justify-content:center}.Footer-module__3eW00W__list{margin-top:1rem}}
:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;--primary-blue:#2563eb;--primary-blue-hover:#1d4ed8;--primary-blue-light:#60a5fa;--primary-blue-dark:#1e40af;--background-primary:#fff;--background-dark:#1e293b;--text-primary:#1f2937;--text-secondary:#4b5563;--text-tertiary:#6b7280;--text-light:#fff;--border-light:#e5e7eb;--border-medium:#d1d5db;--border-dark:#9ca3af;--navbar-bg:var(--background-dark);--navbar-text:var(--text-light);--card-bg:var(--background-primary);--card-shadow:0 2px 4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;min-height:100vh;overflow-x:hidden}body{background-color:var(--background-primary);color:var(--text-primary);position:relative}body:before{content:"";opacity:.5;z-index:-1;background-image:url(/assets/textures/background.png);background-repeat:repeat;background-size:512px 512px;background-attachment:fixed;width:100%;height:100%;position:fixed;top:0;left:0}a{color:inherit;text-decoration:none}.btn{border-radius:var(--border-radius);cursor:pointer;border:none;padding:.5rem 1.5rem;font-weight:500;transition:all .2s}.btn-primary{background-color:var(--primary-blue);color:var(--text-light)}.btn-primary:hover{background-color:var(--primary-blue-hover);box-shadow:var(--card-shadow);transform:translateY(-2px)}.section{padding:4rem 0}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:600}.section-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem}.card{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--card-shadow);padding:1.5rem}.form-control{border:1px solid var(--border-medium);border-radius:var(--border-radius);background:var(--background-primary);width:100%;color:var(--text-primary);padding:.75rem;font-size:1rem;transition:all .2s}.form-control:focus{border-color:var(--primary-blue);box-shadow:0 0 0 2px var(--primary-blue-light);outline:none}
