:root{--bg:#133972;--card:#0f1724;--accent:#ff0000;--text:#e6eef8;--titulo:#0066ff}*{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{padding:1.25rem;max-width:1100px;margin:0 auto;width:100%}.layout_root___cq4U{display:flex;min-height:100vh;flex-direction:column}.layout_main__mXTwS{flex:1 1;padding-top:1rem;padding-bottom:2rem}.footer_footer__ysJQv{background:linear-gradient(180deg,#234e81,#134880);border-top:1px solid rgba(255,255,255,.03);color:rgba(230,238,248,.8);padding:1rem 0}.footer_inner__JmxE2{max-width:1100px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.9rem}.header_header__iAHWV{background:linear-gradient(90deg,#234e81,#134880);border-bottom:1px solid rgba(255,255,255,.04);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header_container__mTo9E{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;max-width:1100px;margin:0 auto}.header_brand__ZRSjt{display:flex;align-items:center;gap:.5rem}.header_logo__q5OoG{font-weight:700;font-size:1.25rem;letter-spacing:-.5px;color:var(--titulo);display:flex;flex-direction:row}.header_logoAccent__1H_mU{color:var(--accent);margin-left:4px}.header_nav__w4Wbg{display:flex;gap:1.25rem;align-items:center}.header_nav__w4Wbg a{padding:.4rem .6rem;border-radius:6px;transition:background .15s}.header_nav__w4Wbg a:hover{background:rgba(255,255,255,.03)}.header_toggle__pNDcy{display:none;background:transparent;border:0;cursor:pointer;padding:6px}.header_bar__nbBuh{display:block;width:20px;height:2px;background:var(--text);margin:3px 0;border-radius:2px}.header_logoImage__IQ_Je{width:30px;height:30px;margin-left:10px;border-radius:6px}@media (max-width:600px){.header_nav__w4Wbg{position:absolute;top:64px;left:0;right:0;background:linear-gradient(180deg,#0278ff,#0055cc);flex-direction:column;gap:.4rem;padding:.75rem 1rem;display:none;border-top:1px solid rgba(255,255,255,.02)}.header_nav__w4Wbg a{width:100%;padding:.6rem .8rem;border-radius:6px}.header_nav__w4Wbg.header_open__w6pSG{display:flex}.header_toggle__pNDcy{display:block}}