*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f2ef;color:#2b2426;font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}.public-topbar{height:76px;background:#fff;border-bottom:1px solid #e8e0db;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px}.mark{width:39px;height:39px;border-radius:10px;background:#8b1424;color:#fff;display:grid;place-items:center;font-weight:900;font-size:11px}.brand strong,.brand small{display:block}.brand strong{font-size:12px}.brand small{font-size:8px;color:#8a7f7e;margin-top:3px;text-transform:uppercase;letter-spacing:.1em}.public-topbar nav{display:flex;gap:24px;font-size:10px;font-weight:800}.public-topbar nav a.active,.public-topbar nav a:hover{color:#8b1424}
.hero{min-height:390px;padding:72px 8vw;display:flex;justify-content:space-between;align-items:center;gap:40px;background:radial-gradient(circle at 80% 40%,rgba(158,35,52,.25),transparent 22rem),linear-gradient(135deg,#171214,#2b1d21);color:#fff}.eyebrow{font-size:8px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:#9b1c2f}.hero .eyebrow{color:#d9abb2}.hero h1{font:800 clamp(50px,7vw,86px)/.88 "Barlow Condensed";text-transform:uppercase;margin:10px 0 17px}.hero h1 em{font-style:normal;color:#d8a7af}.hero p{color:#c5babc;font-size:12px;line-height:1.7;max-width:650px}.live-card{min-width:230px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);border-radius:15px;padding:18px;display:flex;align-items:center;gap:12px}.dot{width:10px;height:10px;background:#d72c43;border-radius:50%;box-shadow:0 0 0 6px rgba(215,44,67,.13)}.live-card small,.live-card strong{display:block}.live-card small{font-size:7px;color:#a99da0;letter-spacing:.12em}.live-card strong{font-size:11px;margin-top:4px}
.section{padding:70px 8vw}.section.soft{background:#ede7e2}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section h2{font:800 clamp(36px,4vw,52px)/.95 "Barlow Condensed";text-transform:uppercase;margin:6px 0 0}.section select{border:1px solid #ded5d0;background:#fff;border-radius:9px;padding:10px 12px;font-size:10px}
.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.game{background:#fff;border:1px solid #e5ddd8;border-radius:15px;padding:17px;box-shadow:0 7px 22px rgba(42,29,33,.035)}.game-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.game-head small{font-size:7px;color:#84797a;text-transform:uppercase;letter-spacing:.08em}.status{font-size:7px;font-weight:900;border-radius:20px;padding:6px 8px;background:#eee8e4;color:#6d6263}.status.andamento{background:#fde5e8;color:#a51d31}.status.proximo{background:#fff0d8;color:#9a631d}.status.encerrado{background:#e7f4ec;color:#2c6a49}.teams{border:1px solid #eee7e3;border-radius:10px;overflow:hidden}.team{display:grid;grid-template-columns:1fr 42px;align-items:center;min-height:43px;border-bottom:1px solid #eee7e3}.team:last-child{border-bottom:0}.team span{padding:10px;font-size:10px;font-weight:800}.team b{height:100%;display:grid;place-items:center;background:#faf8f7;font:800 21px "Barlow Condensed"}
.bracket-scroll{overflow:auto;padding-bottom:16px}.bracket{display:flex;gap:30px;min-width:max-content}.round{width:250px;min-height:470px;display:flex;flex-direction:column}.round h3{font:900 10px "Barlow Condensed";text-transform:uppercase;letter-spacing:.12em;color:#655b5c}.round-list{display:flex;flex:1;flex-direction:column;justify-content:space-around;gap:14px}.match{background:#fff;border:1px solid #e5ddd8;border-radius:13px;overflow:hidden;box-shadow:0 7px 22px rgba(42,29,33,.04)}.match-label{padding:6px 10px;background:#f8f5f3;font-size:7px;color:#8f8483;font-weight:900}.match-team{display:grid;grid-template-columns:1fr 34px;align-items:center;border-top:1px solid #eee8e4;min-height:38px}.match-team span{padding:8px 10px;font-size:9px;font-weight:700}.match-team b{height:100%;display:grid;place-items:center;background:#faf8f7;font-size:9px}.match-team.winner span{color:#8b1424}.match-team.winner b{background:#f9e9ec;color:#8b1424}.champion{margin-top:16px;background:linear-gradient(135deg,#171214,#2b1d21);color:#fff;border-radius:14px;padding:22px}.champion small{color:#d4a7ae;font-size:8px;letter-spacing:.12em}.champion strong{display:block;font:800 34px "Barlow Condensed";text-transform:uppercase;margin-top:5px}.empty{background:#fff;border:1px dashed #d6cac4;border-radius:14px;padding:38px;text-align:center;color:#877b7a;font-size:10px}
.ranking{background:#fff;border:1px solid #e3dbd6;border-radius:15px;overflow:hidden}.rank-row{display:grid;grid-template-columns:55px 1fr 85px;align-items:center;padding:14px 17px;border-bottom:1px solid #eee8e4}.rank-row:last-child{border-bottom:0}.rank-row b{font:800 23px "Barlow Condensed";color:#8b1424}.rank-row strong{font-size:10px}.rank-row span{font-size:9px;color:#776c6d;text-align:right}footer{background:#171214;color:#a89da0;padding:28px 8vw;display:flex;justify-content:space-between;font-size:9px}footer strong{color:#fff}
@media(max-width:900px){.highlight-grid{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column}.section-head{align-items:flex-start;flex-direction:column}.public-topbar nav{display:none}}