:root{--bg:#121212;--text:#f5f5f5;--light:#fff;--accent-red:#8b1d1d;--accent-blue:#0d3b66}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;display:flex;flex-direction:column;min-height:100vh}.mainContainer{flex:1 1;max-width:900px;margin:2rem auto;padding:1.5rem;background:#1a1a1a;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.25)}main h1,main h2{color:var(--light);margin-bottom:1rem}main p{margin-bottom:1rem;color:#ddd}.footer{background:linear-gradient(90deg,#0d3b66,#8b1d1d);color:#fff;text-align:center;padding:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer nav a{color:#fff;text-decoration:none;margin:0 .3rem}.footer nav a:hover{text-decoration:underline}.header_header__iAHWV{width:100%;background:linear-gradient(90deg,#8b1d1d,#0d3b66);color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;position:relative;z-index:1000}.header_stickyHeader__XsQ8p{position:-webkit-sticky;position:sticky;top:0}.header_top__OU3mt{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem}.header_logo__q5OoG{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;text-decoration:none;color:#fff;font-size:1.1rem}.header_logoMark__zpbT2{font-size:1.4rem}.header_menuBtn__xQEIl{background:transparent;border:none;cursor:pointer;padding:.4rem}.header_burger__DKAOD{width:26px;display:flex;flex-direction:column;gap:4px}.header_burger__DKAOD span{display:block;height:3px;background:#fff;border-radius:3px;transition:.3s}.header_mobileNav__DsJkA{max-height:0;overflow:hidden;transition:max-height .4s ease;background:rgba(0,0,0,.15)}.header_open__w6pSG .header_mobileNav__DsJkA{max-height:300px;margin-bottom:1rem}.header_mobileNav__DsJkA ul{list-style:none;display:flex;flex-direction:column;padding:.5rem 1.2rem;gap:.5rem}.header_mobileNav__DsJkA a{color:#fff;text-decoration:none;background:hsla(0,0%,100%,.08);padding:.6rem .9rem;border-radius:8px;font-weight:500;transition:background .3s}.header_mobileNav__DsJkA a:hover{background:hsla(0,0%,100%,.25)}@media (min-width:601px){.header_menuBtn__xQEIl{display:none}.header_mobileNav__DsJkA{max-height:none;background:transparent}.header_mobileNav__DsJkA ul{flex-direction:row;align-items:center;gap:1.2rem}.header_mobileNav__DsJkA a{background:transparent;padding:0}.header_mobileNav__DsJkA a:hover{color:#ff4d4d}}