:root{--text:#3a3f45;--text-h:#111318;--bg:#fff;--border:#dcdfe3;--code-bg:#f5f6f7;--accent:#fc9d1f;--accent-bg:#f064141a;--accent-border:#f0641466;--social-bg:#0000000a;--shadow:#00000014 0 8px 20px -4px, #0000000a 0 2px 6px -2px;--sans:"Segoe UI", "Inter", system-ui, sans-serif;--heading:"Segoe UI", "Inter", system-ui, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/150% var(--sans);letter-spacing:.2px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{text-align:center;border-inline:0px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;height:100svh;min-height:100svh;margin:0 auto;display:flex}body{background:var(--bg);margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);text-transform:uppercase;font-weight:600}h1{letter-spacing:-1px;margin:32px 0;font-size:34px}h2{letter-spacing:.5px;margin:0 0 8px;font-size:18px}p{margin:0}a{color:var(--text-h);text-decoration:none;position:relative}a:hover{color:var(--accent)}a:after{content:"";background:var(--accent);width:0%;height:2px;transition:width .2s;position:absolute;bottom:-2px;left:0}a:hover:after{width:100%}ol{padding:0;list-style-type:none}ol li{text-align:left;background:#f2f2f2;border-radius:8px;margin:12px;padding:16px}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);border:1px solid var(--border);padding:4px 8px;font-size:14px}.panel{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:6px;padding:16px}.button{background:var(--accent);color:#fff;letter-spacing:.5px;cursor:pointer;border:none;border-radius:4px;padding:10px 16px;font-weight:600;transition:transform .1s,box-shadow .1s}.button:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.button:active{box-shadow:none;transform:translateY(0)}.countdownContainer{flex-direction:column;display:flex}.countdownNumber{height:48px;font-size:64px}.countdownLabel{text-transform:uppercase;font-size:12px}.countdownWidget{text-transform:uppercase;background:#f2f2f2;border-radius:8px;flex-direction:column;align-items:center;gap:8px;width:450px;margin:16px;font-size:12px;display:flex}.countdownRow{flex-direction:row;gap:8px;display:flex}.countdownColon{font-size:64px}.countdownDate{padding-bottom:8px;font-size:24px}.rulesLayout{height:100vh;display:flex}.rulesSidebar{color:#fff;background:#0000000d;border-radius:8px;flex-direction:column;gap:1rem;min-width:150px;height:100vh;margin:16px;padding:1rem;display:flex}.rulesNavLink{color:#3a3f45;background:0 0;border-radius:8px;padding:8px;font-weight:400;text-decoration:none}.activeRulesNavLink{color:#fc9d1f;background:#fffc;font-weight:700}.teamTile{box-sizing:border-box;background:#f4f4f6;border:1px solid #00000014;border-radius:16px;flex-direction:column;justify-content:space-between;width:260px;height:340px;padding:16px;transition:transform .2s,box-shadow .2s;display:flex}.teamTileLogoContainer{justify-content:center;align-items:center;height:120px;display:flex}.teamTileLogo{object-fit:contain;max-width:100%;max-height:100%}.teamTileTitle{display:block}.teamTileContent{flex-direction:column;gap:4px;display:flex;overflow:hidden}.teamTileText{color:#333;margin:0;font-size:14px;line-height:1.3}.teamsPageContainer{justify-content:center;gap:16px;display:flex}.searchBarInput{width:80%;box-shadow:none;background:#f2f2f2;border:1px solid #fc9d1f;border-radius:8px;outline:none;padding:8px}.highlightMark{color:#fff;background:#f06414;padding:0 2px}.ruleItemContainer{justify-content:space-between;align-items:center;min-height:100px;display:flex}.ruleItemContainer ol{list-style-type:circle}.ruleItemIconWrapper{position:relative}.ruleItemTooltip{color:#fff;background:#222;border-radius:8px;width:500px;padding:8px;position:absolute;transform:translate(-475px)translateY(4px)}.rulesPageContainer{flex-direction:column;width:75vw;height:100vh;display:flex}.header{background:#0000001a;border-radius:8px;align-items:center;gap:24px;height:50px;margin:16px;padding:1rem;display:flex}.headerLogo{width:auto;height:50px}.nav{gap:1rem;display:flex}.navLink{color:#3a3f45;text-align:center;border-radius:8px;width:80px;padding:8px;text-decoration:none;transition:all .2s;display:inline-block}.activeNavLink{color:#fc9d1f;background:#fff9;font-weight:700}.navLink:hover{background:#ffffff4d}.headerRight{align-items:flex-end;margin-left:auto;display:flex}
