.ozf-nav,#ozf-home,.ozf-footer{--ozf-bg: var(--secondary);--ozf-soft: var(--primary-very-low);--ozf-card: var(--secondary);--ozf-fg: var(--primary);--ozf-muted: var(--primary-high);--ozf-faint: var(--primary-medium);--ozf-border: var(--primary-low);--ozf-blue: var(--tertiary);--ozf-red: var(--danger);--ozf-yellow: #FFD230;--ozf-top4: #22C55E;--ozf-finals: #3B82F6;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.ozf-nav{background:var(--ozf-bg);border-bottom:1px solid var(--ozf-border)}.ozf-nav-inner{max-width:1280px;margin:0 auto;padding:0 12px;display:flex;align-items:stretch;height:40px;overflow-x:auto;scrollbar-width:none}.ozf-nav-inner::-webkit-scrollbar{display:none}.ozf-nav a{display:flex;align-items:center;padding:0 12px;white-space:nowrap;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ozf-muted);border-bottom:2px solid rgba(0,0,0,0);border-top:2px solid rgba(0,0,0,0)}.ozf-nav a:hover{color:var(--ozf-fg);border-bottom-color:var(--ozf-faint)}.ozf-nav a.active{color:var(--ozf-blue);border-bottom-color:var(--ozf-blue)}.ozf-nav a.live{color:var(--ozf-red);font-weight:700;gap:7px}.ozf-pulse{position:relative;width:8px;height:8px;background:var(--ozf-red);flex:none}.ozf-pulse::after{content:"";position:absolute;inset:0;background:var(--ozf-red);animation:ozf-ping 1.5s ease-in-out infinite}@keyframes ozf-ping{0%,100%{opacity:.75;transform:scale(1)}50%{opacity:0;transform:scale(2.2)}}@media(prefers-reduced-motion: reduce){.ozf-pulse::after{animation:none}}#ozf-home{display:none;background:var(--ozf-bg);color:var(--ozf-fg);font-size:14px;line-height:1.5}body.ozf-home-active #ozf-home{display:block}body.ozf-home-active #main-outlet{display:none}body.ozf-home-active #main-outlet-wrapper{padding:0;min-height:0;gap:0}body.ozf-home-active:not(.mobile-view):not(.has-sidebar-page) .sidebar-wrapper{display:none}body.ozf-home-active:not(.mobile-view).has-sidebar-page::before{content:"";display:block;position:fixed;inset:0;top:var(--header-offset, 60px);background:rgba(0,0,0,.45);z-index:150;animation:ozf-fade-in .2s ease}body.ozf-home-active:not(.mobile-view) .sidebar-wrapper{position:fixed;top:var(--header-offset, 60px);left:0;bottom:auto;height:auto;max-height:calc(100dvh - var(--header-offset, 60px));width:var(--d-sidebar-width, 260px);max-width:85vw;z-index:200;background:var(--d-sidebar-background, var(--secondary));border-right:1px solid var(--primary-low);box-shadow:6px 0 18px rgba(0,0,0,.25);overflow-y:auto;animation:ozf-drawer-in .2s ease}@keyframes ozf-drawer-in{from{transform:translateX(-100%)}to{transform:none}}@keyframes ozf-fade-in{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion: reduce){body.ozf-home-active .sidebar-wrapper,body.ozf-home-active::before{animation:none !important}}#ozf-home a{color:inherit;text-decoration:none}#ozf-home .tnum{font-variant-numeric:tabular-nums}#ozf-home .ozf-band{background:var(--ozf-soft);border-bottom:1px solid var(--ozf-border)}#ozf-home .ozf-band-inner{max-width:1280px;margin:0 auto;padding:32px 24px 36px}#ozf-home .ozf-wrap{max-width:1280px;margin:0 auto;padding:36px 24px 56px;display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}@media(max-width: 960px){#ozf-home .ozf-wrap{grid-template-columns:1fr}}#ozf-home section+section{margin-top:44px}#ozf-home .ozf-side>div+div{margin-top:36px}#ozf-home .ozf-loading{font-size:13px;color:var(--ozf-muted);padding:18px 20px}#ozf-home .ozf-title{font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--ozf-border);padding-bottom:10px;margin:0 0 22px;display:flex;align-items:baseline;gap:14px;color:var(--ozf-fg)}#ozf-home .ozf-title .sub{font-size:12.5px;font-weight:600;color:var(--ozf-muted);letter-spacing:.03em;text-transform:none}#ozf-home .ozf-title .more{margin-left:auto;font-size:12.5px;font-weight:600;letter-spacing:0;text-transform:none;color:var(--ozf-blue)}#ozf-home .ozf-title .more:hover{text-decoration:underline}#ozf-home .ozf-discover{display:flex;gap:4px;flex-wrap:wrap;margin:0 0 26px}#ozf-home .ozf-discover a{padding:7px 13px;border:1px solid var(--ozf-border);background:var(--ozf-card);font-size:12.5px;font-weight:600;color:var(--ozf-muted)}#ozf-home .ozf-discover a:hover{color:var(--ozf-blue);border-color:var(--ozf-faint)}#ozf-home .ozf-discover a b{color:var(--ozf-blue);font-weight:700}#ozf-home .ozf-fixtures{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:16px}#ozf-home .ozf-fx{background:var(--ozf-card);border:1px solid var(--ozf-border);border-left:5px solid var(--ozf-fg);padding:16px 18px;display:block}#ozf-home .ozf-fx:hover{border-color:var(--ozf-faint);border-left-color:var(--ozf-fg)}#ozf-home .ozf-fx.is-live{border-left-color:var(--ozf-yellow)}#ozf-home .ozf-fx .when{display:flex;justify-content:space-between;gap:8px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ozf-muted)}#ozf-home .ozf-fx .live-tag{color:var(--ozf-red);display:flex;align-items:center;gap:6px}#ozf-home .ozf-fx .trow{display:flex;align-items:center;gap:9px;font-weight:700;font-size:14.5px;margin-top:10px;color:var(--ozf-fg)}#ozf-home .ozf-fx .trow img{width:24px;height:24px;object-fit:contain;flex:none}#ozf-home .ozf-fx .trow .px{margin-left:auto;font-weight:600;font-size:12px;color:var(--ozf-muted);font-variant-numeric:tabular-nums}#ozf-home .ozf-fx .venue{display:flex;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--ozf-muted);margin-top:10px;border-top:1px solid var(--ozf-border);padding-top:8px}#ozf-home .ozf-empty{color:var(--ozf-muted);font-size:13.5px}#ozf-home .ozf-topics{background:var(--ozf-card);border:1px solid var(--ozf-border)}#ozf-home .ozf-topic{display:flex;gap:16px;align-items:center;padding:15px 20px;border-top:1px solid var(--ozf-border)}#ozf-home .ozf-topic:first-child{border-top:0}#ozf-home .ozf-topic:hover{background:var(--ozf-soft)}#ozf-home .ozf-topic .cat{flex:none;width:128px;display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ozf-muted);line-height:1.25}#ozf-home .ozf-topic .cat i{width:10px;height:10px;flex:none}#ozf-home .ozf-topic .grow{flex:1;min-width:0}#ozf-home .ozf-topic .t{font-weight:600;font-size:15px;color:var(--ozf-fg)}#ozf-home .ozf-topic .t a:hover{color:var(--ozf-blue)}#ozf-home .ozf-topic .meta{font-size:12.5px;color:var(--ozf-faint);margin-top:2px}#ozf-home .ozf-topic .replies{flex:none;text-align:right;font-weight:700;font-size:14px;min-width:40px;color:var(--ozf-fg)}#ozf-home .ozf-topic .replies small{display:block;font-weight:400;font-size:11px;color:var(--ozf-faint)}#ozf-home .ozf-league{margin:22px 0 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ozf-muted)}#ozf-home .ozf-league:first-of-type{margin-top:0}#ozf-home .ozf-teams{display:grid;gap:8px}#ozf-home .ozf-teams.afl{grid-template-columns:repeat(9, 1fr)}#ozf-home .ozf-teams.wafl{grid-template-columns:repeat(10, 1fr)}@media(max-width: 760px){#ozf-home .ozf-teams.afl,#ozf-home .ozf-teams.wafl{grid-template-columns:repeat(auto-fill, minmax(76px, 1fr))}}#ozf-home .ozf-team{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 4px 9px;background:var(--ozf-card);border:1px solid var(--ozf-border);text-align:center}#ozf-home .ozf-team:hover{border-color:var(--ozf-faint)}#ozf-home .ozf-team img{width:34px;height:34px;object-fit:contain;display:block}#ozf-home .ozf-team .tname{font-size:10.5px;font-weight:600;color:var(--ozf-muted);line-height:1.25}#ozf-home .ozf-team:hover .tname{color:var(--ozf-fg)}#ozf-home .ozf-cats{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:18px}#ozf-home .ozf-catgroup{background:var(--ozf-card);border:1px solid var(--ozf-border);padding:22px 24px}#ozf-home .ozf-catgroup h3{margin:0 0 14px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--ozf-muted);border-bottom:1px solid var(--ozf-border);padding-bottom:9px}#ozf-home .ozf-catgroup ul{list-style:none;margin:0;padding:0}#ozf-home .ozf-catgroup li{border-top:1px solid var(--ozf-border)}#ozf-home .ozf-catgroup li:first-child{border-top:0}#ozf-home .ozf-catgroup li a{display:flex;align-items:center;gap:12px;padding:9px 0;font-weight:500;font-size:14px;color:var(--ozf-fg)}#ozf-home .ozf-catgroup li a:hover .cname{color:var(--ozf-blue)}#ozf-home .ozf-catgroup .cicon{flex:none;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff}#ozf-home .ozf-catgroup .cicon svg{width:17px;height:17px;display:block}#ozf-home .ozf-panel{background:var(--ozf-card);border:1px solid var(--ozf-border);padding:20px 22px}#ozf-home table.ozf-ladder{width:100%;border-collapse:collapse;font-size:13.5px;font-variant-numeric:tabular-nums;margin:0}#ozf-home table.ozf-ladder td{padding:7px 0;border-top:1px solid var(--ozf-border);background:rgba(0,0,0,0);color:var(--ozf-fg)}#ozf-home table.ozf-ladder tr:first-child td{border-top:0}#ozf-home table.ozf-ladder .pos{width:30px;font-weight:700;color:var(--ozf-muted);border-left:4px solid rgba(0,0,0,0);padding-left:8px}#ozf-home table.ozf-ladder tr.top4 .pos{border-left-color:var(--ozf-top4)}#ozf-home table.ozf-ladder tr.finals .pos{border-left-color:var(--ozf-finals)}#ozf-home table.ozf-ladder .team{font-weight:600;padding-left:6px}#ozf-home table.ozf-ladder .team img{width:18px;height:18px;object-fit:contain;vertical-align:-4px;margin-right:8px}#ozf-home table.ozf-ladder .wl{text-align:right;color:var(--ozf-muted);font-size:12.5px;padding-right:14px}#ozf-home table.ozf-ladder .pts{text-align:right;font-weight:700;width:34px}#ozf-home .ozf-ladder-note{margin-top:12px;font-size:12px;color:var(--ozf-faint);display:flex;gap:14px;flex-wrap:wrap}#ozf-home .ozf-ladder-note b{font-weight:600;color:var(--ozf-muted)}#ozf-home .ozf-ladder-note .key{display:inline-block;width:9px;height:9px;margin-right:5px}#ozf-home .ozf-quick{display:grid;grid-template-columns:1fr 1fr;gap:12px}#ozf-home .ozf-quick a{border:1px solid var(--ozf-border);background:var(--ozf-card);padding:13px 15px;font-weight:600;font-size:13.5px;display:flex;gap:11px;align-items:flex-start;color:var(--ozf-fg)}#ozf-home .ozf-quick a small{display:block;font-weight:400;font-size:11.5px;color:var(--ozf-faint);margin-top:1px}#ozf-home .ozf-quick a:hover{border-color:var(--ozf-faint)}#ozf-home .ozf-qicon{flex:none;width:20px;height:20px;margin-top:1px;color:var(--ozf-blue)}#ozf-home .ozf-qicon svg{width:20px;height:20px;display:block}#ozf-home .ozf-qicon.red{color:var(--ozf-red)}#ozf-home .ozf-join{background:var(--ozf-card);border:1px solid var(--ozf-border);border-top:4px solid var(--ozf-blue);padding:24px}#ozf-home .ozf-join h3{margin:0 0 8px;font-size:17px;font-weight:800;color:var(--ozf-fg)}#ozf-home .ozf-join p{margin:0 0 16px;font-size:13.5px;color:var(--ozf-muted)}#ozf-home .ozf-join-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}#ozf-home .ozf-join-stats div{font-size:12px;color:var(--ozf-faint);border-top:1px solid var(--ozf-border);padding-top:10px}#ozf-home .ozf-join-stats b{display:block;font-size:19px;font-weight:800;color:var(--ozf-fg);font-variant-numeric:tabular-nums}#ozf-home .ozf-btn{display:block;width:100%;box-sizing:border-box;text-align:center;padding:10px 18px;font-size:13px;font-weight:600;background:var(--ozf-blue);color:var(--secondary);border:0;cursor:pointer}#ozf-home .ozf-btn:hover{opacity:.9;color:var(--secondary)}#ozf-home .ozf-join-top{padding:20px 16px;background:var(--ozf-soft);border-bottom:1px solid var(--ozf-border)}#ozf-home .ozf-join-top .ozf-join{max-width:520px;margin:0 auto;box-sizing:border-box}@media(max-width: 760px){#ozf-home .ozf-band-inner{padding:24px 16px 28px}#ozf-home .ozf-wrap{padding:28px 16px 44px}#ozf-home .ozf-join{padding:20px}#ozf-home .ozf-join-top{padding:16px}}.ozf-footer{background:#101622;border-top:1px solid #1e293b;color:#cbd5e1;margin-top:24px;font-size:14px;line-height:1.5}.ozf-footer a{color:#cbd5e1;text-decoration:none}.ozf-footer .inner{max-width:1280px;margin:0 auto;padding:36px 24px;display:grid;gap:26px}.ozf-footer .cols{display:grid;grid-template-columns:repeat(4, 1fr);gap:26px 24px}@media(max-width: 760px){.ozf-footer .cols{grid-template-columns:1fr 1fr}}.ozf-footer h4{margin:0 0 12px;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.ozf-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.ozf-footer .cols a{font-size:13px}.ozf-footer .cols a:hover{color:#fff}.ozf-footer .gamble{border-top:1px solid #334155;padding-top:18px;font-size:12px;color:#94a3b8;line-height:1.6}.ozf-footer .gamble b{display:block;color:#cbd5e1;margin-bottom:4px}.ozf-footer .gamble a{text-decoration:underline}.ozf-footer .gamble a:hover{color:#fff}.ozf-footer .bar{border-top:1px solid #334155;padding-top:18px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ozf-footer .bar img{width:25px;height:25px;display:block}.ozf-footer .bar .tag{font-size:13px}.ozf-footer .bar .copy{margin-left:auto;font-size:12px;color:#94a3b8}.badge-category__wrapper .badge-category[data-category-id="24"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="24"]::before{content:"";background:url(/uploads/default/original/2X/d/d5b30529d1d11752de0feb94f0e77a0b2240f332.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="25"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="25"]::before{content:"";background:url(/uploads/default/original/2X/3/3f40c4fbfafa6105866ff07c63b8f0a98af0387f.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="28"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="28"]::before{content:"";background:url(/uploads/default/original/2X/2/2eb1720ccb74b5624a24f7572e6c571cf8eae2b1.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="29"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="29"]::before{content:"";background:url(/uploads/default/original/2X/a/a4efa2d7ea92fc3e93d181d40b6b8c06c694098b.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="30"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="30"]::before{content:"";background:url(/uploads/default/original/2X/0/0b21817be7820d59116ae4718ea5c84ca3f7ad95.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="31"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="31"]::before{content:"";background:url(/uploads/default/original/2X/a/aa0f473e41e9b10fc346084ed34d49c2143f6aae.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="32"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="32"]::before{content:"";background:url(/uploads/default/original/2X/e/e89a2acac07a10187b42dc44ba1c869287e7c44c.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="33"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="33"]::before{content:"";background:url(/uploads/default/original/2X/2/2ba14d3ba1d583a38cd7ed53c5236bb73032996d.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="34"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="34"]::before{content:"";background:url(/uploads/default/original/2X/5/5c034d7c43171f0859c6e1b0d39ee2416c34a686.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="35"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="35"]::before{content:"";background:url(/uploads/default/original/2X/e/e19c832c5a124ecd0214cc4608357a838f86a1b2.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="36"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="36"]::before{content:"";background:url(/uploads/default/original/2X/7/7a4b193dbb80211819bbd6b7c5c4bd920ba61537.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="37"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="37"]::before{content:"";background:url(/uploads/default/original/2X/e/e5f708de55f2a64f7337ac4c3e792acb84227f1b.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="38"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="38"]::before{content:"";background:url(/uploads/default/original/2X/7/76fe0b72e3609a8b28467006f996bdc25932ceb1.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="39"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="39"]::before{content:"";background:url(/uploads/default/original/2X/2/291db047e1fce5b64e7240c5d8816035f31f506c.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="40"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="40"]::before{content:"";background:url(/uploads/default/original/2X/5/59f53f089150944901cc27cc4953c76f84b833bb.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="41"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="41"]::before{content:"";background:url(/uploads/default/original/2X/3/3cfb8db82ef3892bad051a1741e7595421f25c1e.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="42"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="42"]::before{content:"";background:url(/uploads/default/original/2X/b/bd7ecea002c77088ec33497b09aac5193840a868.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="43"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="43"]::before{content:"";background:url(/uploads/default/original/2X/9/9bd3a1cf66b5d27c35aee3b61f72209d005d4e12.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="46"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="46"]::before{content:"";background:url(/uploads/default/original/1X/f7fd04054d9c8a0aa76adef401428a5ca3cd13bd.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="47"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="47"]::before{content:"";background:url(/uploads/default/original/1X/ec4848131b6fec8633014c0d1cc5c5a82cfd820a.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="48"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="48"]::before{content:"";background:url(/uploads/default/original/1X/8c19b096b24f39f58386bd4dabab0d837c3aaa64.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="49"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="49"]::before{content:"";background:url(/uploads/default/original/1X/cc62e4edb47fc62d523fd773013749fe44df7d80.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="50"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="50"]::before{content:"";background:url(/uploads/default/original/1X/31d24cea29e817dea464ad3d2bf1b5d004221572.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="51"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="51"]::before{content:"";background:url(/uploads/default/original/1X/5253704b8d35e9588463e761ea69d44ea5cea66d.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="52"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="52"]::before{content:"";background:url(/uploads/default/original/1X/b82fcc9fa6905a5247fe0d24aee05d70dd57fd80.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="53"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="53"]::before{content:"";background:url(/uploads/default/original/1X/65d0d44f95166b7fe48399b81478a7e062cb8ecf.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="54"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="54"]::before{content:"";background:url(/uploads/default/original/1X/f587b212954876bc198a1d38f2ce7bc5771861a3.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.badge-category__wrapper .badge-category[data-category-id="55"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="55"]::before{content:"";background:url(/uploads/default/original/1X/06df74660b7dc60b9ab36826f0a6d748a60ea254.png) center/contain no-repeat !important;flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0}.category-list .subcategories{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:6px 16px}.category-list .subcategories .subcategory{display:flex;align-items:center;min-width:0}.category-list .subcategories .badge-category__wrapper{min-width:0}.category-list .subcategories .badge-category{align-items:center}.category-list .subcategories .badge-category.--style-square::before{content:"";flex:0 0 auto;width:1.8em;height:1.8em;border-radius:0;background:linear-gradient(var(--category-badge-color), var(--category-badge-color)) center/0.75em .75em no-repeat}.badge-category__wrapper .badge-category[data-category-id="2"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="2"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3.6'/%3E%3Cpath d='M12 2.5v3M12 18.5v3M2.5 12h3M18.5 12h3M5.3 5.3l2.1 2.1M16.6 16.6l2.1 2.1M18.7 5.3l-2.1 2.1M7.4 16.6l-2.1 2.1'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="4"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="4"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v12H10l-6 5z'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="5"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="5"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16'/%3E%3Cpath d='M8 9h8M8 13h8M8 17h5'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="6"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="6"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='rotate(-35 12 12)'%3E%3Cellipse cx='12' cy='12' rx='9' ry='5.3'/%3E%3Cpath d='M8.8 12h6.4M10.4 10.4v3.2M13.6 10.4v3.2'/%3E%3C/g%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="7"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="7"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='rotate(-35 12 12)'%3E%3Cellipse cx='12' cy='12' rx='9' ry='5.3'/%3E%3Cpath d='M8.8 12h6.4M10.4 10.4v3.2M13.6 10.4v3.2'/%3E%3C/g%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="8"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="8"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='rotate(-35 12 12)'%3E%3Cellipse cx='12' cy='12' rx='9' ry='5.3'/%3E%3Cpath d='M8.8 12h6.4M10.4 10.4v3.2M13.6 10.4v3.2'/%3E%3C/g%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="9"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="9"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='rotate(-35 12 12)'%3E%3Cellipse cx='12' cy='12' rx='9' ry='5.3'/%3E%3Cpath d='M8.8 12h6.4M10.4 10.4v3.2M13.6 10.4v3.2'/%3E%3C/g%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="10"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="10"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 4h8v5.5a4 4 0 0 1-8 0z'/%3E%3Cpath d='M8 5.5H5v1.4a3.1 3.1 0 0 0 3 3.1M16 5.5h3v1.4a3.1 3.1 0 0 1-3 3.1M12 13.5V17M8.5 20h7M10 17h4v3h-4z'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="12"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="12"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 9v11M12 9v11M17 9v11M7.5 6.5h3.5M13 6.5h3.5'/%3E%3Ccircle cx='12' cy='3.5' r='1.4'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="13"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="13"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3v18M5.6 5.8c2.9 3.2 2.9 9.2 0 12.4M18.4 5.8c-2.9 3.2-2.9 9.2 0 12.4'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="14"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="14"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 21v-9a6 6 0 0 1 12 0v9'/%3E%3Cpath d='M4.5 21H8M16 21h3.5'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="15"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="15"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21V3M5 4h13l-2.5 4L18 12H5'/%3E%3Cpath d='M9 4v8M13 4v8' stroke-width='1.4'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="16"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="16"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 8.2l3.6 2.6-1.4 4.2h-4.4l-1.4-4.2z'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="17"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="17"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='12'/%3E%3Cpath d='M8 3l4 4 4-4'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="18"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="18"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5.2l3.4 2'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.badge-category__wrapper .badge-category[data-category-id="88"]{align-items:center}.badge-category__wrapper .badge-category[data-category-id="88"]::before{content:"";flex:0 0 auto;width:1.5em;height:1.5em;border-radius:0;background-color:var(--category-badge-color) !important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 2.8V12c0 4.4-3 7.4-7 9-4-1.6-7-4.6-7-9V5.8z'/%3E%3C/svg%3E") !important;background-size:72% 72% !important;background-position:center !important;background-repeat:no-repeat !important}.sidebar-section-wrapper[data-section-name=tags]{display:none}html.mobile-view .ozf-nav{position:sticky;top:var(--header-offset, 60px);z-index:99}
/*# sourceMappingURL=common_theme_4_3fe9d300ec4633ec4ac78b9805fd0a0537a9fddd.css.map?__ws=www.ozfootball.com */
