:root{--color-navy:#0a192f;--color-navy-light:#112240;--color-navy-lighter:#233554;--color-platinum:#e5e4e2;--color-platinum-light:#f8f9fa;--color-platinum-dark:#b0b4b8;--color-accent:#64ffda;--background:var(--color-platinum-light);--foreground:var(--color-navy);--card-bg:#fff;--border:var(--color-platinum)}@media (prefers-color-scheme:dark){:root{--background:var(--color-navy);--foreground:var(--color-platinum);--card-bg:var(--color-navy-light);--border:var(--color-navy-lighter)}}html,body{max-width:100vw;height:100%;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none;transition:opacity .2s,color .2s}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}p{margin-bottom:1rem;line-height:1.6}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}.animate-slide-up{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){html{font-size:14px}}
.layout-module__L5FxyW__header{background-color:var(--color-navy);color:var(--color-platinum);z-index:1000;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 4px 6px #0000001a}.layout-module__L5FxyW__nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.layout-module__L5FxyW__logo{letter-spacing:.05em;color:var(--color-platinum);font-size:1.5rem;font-weight:800}.layout-module__L5FxyW__logo span{color:#c5221f}.layout-module__L5FxyW__navLinks{gap:1.5rem;display:flex}.layout-module__L5FxyW__navLink{color:var(--color-platinum-dark);font-size:.95rem;font-weight:600;transition:color .2s}.layout-module__L5FxyW__navLink:hover{color:#fff}@media (max-width:768px){.layout-module__L5FxyW__navLinks{display:none}}.layout-module__L5FxyW__footer{background-color:var(--color-navy-light);color:var(--color-platinum-dark);margin-top:auto;padding:4rem 2rem 2rem}.layout-module__L5FxyW__footerContent{border-bottom:1px solid var(--color-navy-lighter);flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto 2rem;padding-bottom:2rem;display:flex}.layout-module__L5FxyW__footerSection{flex:1;min-width:250px}.layout-module__L5FxyW__footerTitle{color:var(--color-platinum);margin-bottom:1rem;font-size:1.2rem}.layout-module__L5FxyW__footerLinks{flex-direction:column;gap:.5rem;list-style:none;display:flex}.layout-module__L5FxyW__footerLinks a:hover{color:#fff}.layout-module__L5FxyW__footerPolicy{font-size:.9rem;line-height:1.6}.layout-module__L5FxyW__copyright{text-align:center;font-size:.85rem}
