/* Campus Rink / Home ice. Shared surfaces, strong type, room for the game. */
:root{--paper:#f4f8fa;--surface:#fff;--tint:#e7f2f8;--ink:#112f43;--muted:#526c7d;--line:#d8e5ec;--red:#c93742;--ice:#bce8fa;--display:'Barlow Condensed','Arial Narrow',sans-serif}
body{background:var(--paper);color:var(--ink);font-size:14px}.sidebar{position:relative;inset:auto;width:100%;height:auto;min-height:88px;padding:0 max(28px,calc((100vw - 1392px)/2));display:flex;align-items:center;gap:40px;border:0;border-top:5px solid var(--red);border-bottom:1px solid var(--line);background:var(--surface);overflow:visible;z-index:10}.sidebar .brand{display:flex;align-items:center;width:205px;flex:0 0 205px;margin:0;min-height:80px}.sidebar .brand .brand-wordmark,.sidebar .brand .brand-wordmark-light{width:200px;max-width:100%}.sidebar .brand-primary,.sidebar .side-label,.sidebar .coverage,.sidebar .sidebar-bottom{display:none}.shell{margin:0;padding:0;width:100%}#nav{display:flex;align-items:stretch;justify-content:flex-end;gap:2px;margin:0;width:auto;flex:1;min-width:0;overflow:visible}#nav button{display:flex;align-items:center;justify-content:center;padding:26px 13px;min-height:80px;border-radius:0;text-align:center;white-space:nowrap;color:var(--muted);position:relative}#nav button>span:first-child{display:none}#nav .nav-label{font-size:13px;font-weight:700;white-space:nowrap;line-height:1.2}#nav button.active{color:var(--ink);background:none;box-shadow:inset 0 -4px var(--red)}#nav button:hover{background:var(--tint)}.topbar{position:relative;top:auto;height:56px;min-height:56px;padding:7px max(28px,calc((100vw - 1392px)/2));gap:16px;background:var(--paper);border-bottom:1px solid var(--line);z-index:5}.topbar .mobile-brand{display:none}.breadcrumb{font-size:11px;letter-spacing:.3px}.topbar .search{background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:5px 12px;height:34px}.search input{width:200px;background:none}.customize-button,.account-button{min-height:34px;font-size:11px}.builder-page .customize-button,.press-page .customize-button,.lab-page .customize-button{margin-left:0}.topbar #accountButton{margin-left:0}.builder-page .topbar #accountButton,.press-page .topbar #accountButton,.lab-page .topbar #accountButton{margin-left:auto}main{max-width:1448px;padding:28px;margin:auto}.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr .9fr;align-items:center;min-height:455px;padding:44px 52px;border-radius:5px;background:#d5effb;border:0;overflow:hidden;margin-bottom:26px;color:#112f43}.hero:before{content:'';position:absolute;inset:0;z-index:-1;background:repeating-linear-gradient(110deg,transparent 0 49px,#ffffff28 50px 51px)}.hero .home-copy{position:relative;z-index:2}.hero .eyebrow,.play-intro .eyebrow,.shootout-heading .eyebrow{display:flex;gap:9px;align-items:center;font-size:10px;letter-spacing:2px;font-weight:800;color:#33566c;margin-bottom:22px}.hero .eyebrow>span{width:8px;height:8px;border-radius:50%;background:var(--red)}.hero h1{font:800 clamp(58px,6.8vw,96px)/.89 var(--display);text-transform:uppercase;letter-spacing:-1.7px;margin:0}.hero h1 em,.play-intro h1 em,.shootout-heading h1 em{font-style:normal;color:var(--red)}.hero p{font-size:14px;margin:22px 0;max-width:340px;line-height:1.6}.hero-actions{display:flex;gap:19px;align-items:center;flex-wrap:wrap}.hero .primary-button{background:var(--red);color:#fff;padding:13px 19px;border-radius:4px;border:0;display:flex;gap:28px;align-items:center}.hero-secondary{font-size:12px;font-weight:700;color:#112f43;border:0;background:none;padding:12px 0}.hero .hero-footer{display:block;margin-top:30px;letter-spacing:1.6px;font-size:8px;font-weight:700;color:#456a7e}.hero .rink-art{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;min-width:0;height:100%;margin:0;transform:rotate(-13deg);z-index:1}.hero .rink-art:before{display:block;content:'';position:absolute;width:570px;height:570px;border:1px solid #719dbf40;border-radius:50%;z-index:-1}.hero .rink-art:after{display:block;content:'';position:absolute;width:650px;height:650px;border:1px solid #719dbf30;border-radius:50%;z-index:-1}.hero-logo{width:115%;max-width:600px;filter:drop-shadow(0 24px 20px #315a7620);opacity:.94}.hero .rink-caption{display:block;position:static;font:700 12px var(--display);letter-spacing:4px;color:#345c74;margin:0 0 20px}.rink-coordinate{font:600 11px var(--display);letter-spacing:3px;color:#345c74;margin-top:20px}.hide-hero .hero,.section-page .hero{display:none}.rink-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 32px;border-block:1px solid var(--line)}.rink-shortcuts button{background:none;border:0;text-align:left;padding:22px 25px;border-right:1px solid var(--line);color:var(--ink)}.rink-shortcuts button:first-child{padding-left:0}.rink-shortcuts button:last-child{border:0}.rink-shortcuts button>span{font-size:9px;letter-spacing:1.5px;color:var(--muted);font-weight:700}.rink-shortcuts b{display:block;font:700 27px var(--display);margin:6px 0}.rink-shortcuts i{float:right;font-style:normal;color:var(--red)}.rink-shortcuts small{color:var(--muted);font-size:11px}.rink-shortcuts button:hover b{color:var(--red)}.section-navigation{margin:0 0 23px}#sectionNav{gap:25px;border-color:var(--line)}#sectionNav button{font-size:12px;padding:9px 1px 14px;min-height:44px}#sectionNav button.active{box-shadow:inset 0 -3px var(--red)}.controlbar,.section-page .controlbar{padding:0 0 18px;margin:0 0 25px}.section-head h2,.live-scoreboard .section-head h2{font:700 31px/1.15 var(--display);letter-spacing:0}.section-head h2 small{display:inline;font:400 11px 'DM Sans',sans-serif;letter-spacing:0;margin-left:10px}.history-masthead h1,.stats-masthead h1,.league-masthead h1,.news-heading h2,.portal-heading h2,.pb-header h1{font:700 44px/1 var(--display)!important;letter-spacing:-.3px!important}.panel,.game-card,.news-card,.pb-panel,.pb-catalog{border-radius:5px}.game-card{padding:20px 22px;position:relative;transition:border-color .15s,box-shadow .15s}.game-card:hover{border-color:#7baabd;box-shadow:0 5px 20px #173b4910}.game-score{font:700 32px var(--display)}.game-team{font-size:14px}.games-grid{gap:16px}.game-meta{padding-bottom:10px;border-bottom:1px solid var(--line)}.game-card .team-icon{width:29px;height:29px}.game-foot{margin-top:14px}.score-empty{border:1px solid var(--line);border-radius:5px;background:var(--surface) url('assets/campus-rink-rink.svg') no-repeat 96% center;background-size:150px;text-align:left;padding:32px}.score-empty h3{font:700 29px var(--display)}.score-empty p{max-width:68%;font-size:12px}.live-date-controls{background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:10px 14px}.score-feed-bar{font-size:11px;align-items:center}.real-coverage{font-size:11px;opacity:.9}.real-coverage b{font:700 25px var(--display)}.panel-heading{padding:20px}.table-wrap{border-radius:5px}thead th{background:var(--tint);letter-spacing:1px!important;font-size:9px!important}tbody tr:hover{background:var(--tint)}tbody td{padding-block:15px}.table-note,.real-context,.lab-caption{font-size:12px}.primary-button{border-radius:4px}.news-card h3{font:700 30px/1.07 var(--display)}.news-lead h3{font:700 42px/1.06 var(--display)}.news-card-copy{padding:25px}.news-lead{border-left:4px solid var(--red)}.lab-source-note{background:var(--tint);border-radius:4px;border:0;border-left:3px solid var(--red)}.lab-styles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:23px 0}.lab-styles button{padding:18px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:5px;color:var(--ink)}.lab-styles button.selected{border-color:var(--red);box-shadow:inset 0 3px var(--red)}.lab-styles b{display:block;font:700 23px var(--display)}.lab-styles span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.round-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:25px 0}.round-progress>span{font-size:11px;padding:14px;background:var(--tint);color:var(--muted);border-bottom:3px solid var(--line)}.round-progress b{font:700 24px var(--display);display:block}.round-progress .revealed{border-color:var(--red);color:var(--ink)}.round-reveal{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;background:var(--ink);color:var(--surface);border-radius:5px}.round-reveal small{font-size:9px;letter-spacing:1.5px}.round-reveal h3{font:700 30px var(--display);margin:6px 0}.round-section{margin-top:26px}.round-section>h3{font:700 25px var(--display)}.round-games{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.round-games .bracket-match{width:100%;margin:0;border-radius:5px}.champion-banner{background:#12354b url('assets/campus-rink-rink.svg') no-repeat center;background-size:210px;border-radius:5px}.champion-banner h3{font:700 40px var(--display)}#labResults{scroll-margin-top:25px}.play-intro{position:relative;padding:35px 40px 40px;background:var(--tint);border-radius:5px;overflow:hidden;margin-bottom:24px}.play-intro h1,.shootout-heading h1{font:800 64px/.95 var(--display);text-transform:uppercase;letter-spacing:-.7px;margin:0 0 20px}.play-intro p,.shootout-heading p{font-size:13px;color:var(--muted)}.play-stamp{position:absolute;right:8%;top:24px;transform:rotate(11deg);color:var(--red);border:3px solid var(--red);border-radius:50%;width:195px;height:195px;display:flex;align-items:center;justify-content:center;font:800 42px/.85 var(--display);text-align:center;opacity:.7}.play-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.play-card{position:relative;overflow:hidden;text-align:left;border:1px solid var(--line);background:var(--surface);border-radius:5px;padding:32px;min-height:360px;color:var(--ink);display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s,border-color .2s}.play-card:hover{transform:translateY(-3px);border-color:var(--red)}.play-number{font-size:10px;letter-spacing:1.5px;font-weight:700;color:var(--muted);z-index:1}.play-card h2{font:800 49px/.98 var(--display);margin:54px 0 16px;letter-spacing:-.5px;position:relative;z-index:1}.play-card p{font-size:12px;max-width:340px;line-height:1.7;margin:0 0 23px;z-index:1}.play-card strong{font-size:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);width:100%;display:flex;justify-content:space-between;z-index:1}.play-shootout{background:#c8eaf8;color:#12354b}.play-bracket{background:#14394f;color:#fff}.play-bracket .play-number,.play-bracket p{color:#bad8e8}.play-card .play-rink{position:absolute;right:-50px;top:40px;width:280px;transform:rotate(-20deg);opacity:.18}.mini-net{position:absolute;right:25px;top:60px;width:165px;height:105px;transform:rotate(8deg);border:6px solid var(--red);border-bottom:0;border-radius:30px 30px 0 0;background:repeating-linear-gradient(90deg,transparent 0 10px,#fff9 11px 12px),repeating-linear-gradient(0deg,transparent 0 10px,#fff9 11px 12px);opacity:.45}.mini-net b{position:absolute;right:20px;top:20px;font-size:40px}.mini-bracket{position:absolute;right:24px;top:65px;font:700 47px var(--display);opacity:.25}.mini-bracket i{font-style:normal;font-size:27px}.mini-odds{position:absolute;right:30px;top:60px;display:flex;gap:12px;align-items:end;height:95px;opacity:.45}.mini-odds i{display:block;width:25px;height:100%;background:#81cbe9}.mini-odds i:nth-child(2){height:75%}.mini-odds i:nth-child(3){height:50%;background:var(--red)}.mini-odds i:nth-child(4){height:30%}.play-footnote{font-size:11px;color:var(--muted);margin-top:24px}.shootout-heading{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:15px 0 25px}.shootout-heading h1{font-size:55px}.shootout-crest{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;min-width:200px}.shootout-crest .team-icon{width:70px;height:70px}.shootout-crest b{font:700 25px var(--display)}.shootout-crest>span{font-size:11px;color:var(--muted)}.shootout-options{display:flex;gap:20px;align-items:end;flex-wrap:wrap;margin-bottom:24px}.shootout-options label{display:grid;gap:6px;font-size:11px;font-weight:700}.shootout-options select{padding:10px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:4px;max-width:250px}.shootout-options>button{margin-left:auto}.shootout-game{max-width:950px;margin:auto;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.shootout-score{display:flex;justify-content:space-between;align-items:center;padding:15px 28px;background:#13354b;color:#d0edf9;font-size:10px;letter-spacing:1.5px}.shootout-score b{font:700 25px var(--display);margin-left:10px;color:#fff}.shot-dots{display:flex;gap:10px}.shot-dots>span{width:25px;height:25px;display:grid;place-items:center;border:1px solid #83acc0;border-radius:50%;font-size:20px}.shot-dots .goal{color:#9de0bb;background:#264e54}.shot-dots .miss{color:#ffb2b2}.shootout-ice{position:relative;height:320px;background:linear-gradient(#d8eef8,#f2faff);overflow:hidden}.goal-mouth{position:absolute;width:320px;height:150px;left:50%;top:38px;transform:translateX(-50%);border:8px solid #c93742;border-bottom:3px solid #c93742;border-radius:35px 35px 2px 2px;background:repeating-linear-gradient(90deg,transparent 0 13px,#7896a54d 14px 15px),repeating-linear-gradient(0deg,transparent 0 13px,#7896a54d 14px 15px),#fff;z-index:2;box-shadow:0 15px 25px #47708220}.target{position:absolute;background:#fff9;border:2px solid #557d92;border-radius:50%;height:42px;width:42px;display:grid;place-items:center;color:#214359;z-index:3;padding:0}.target span{font-size:28px;line-height:1}.target small{position:absolute;top:100%;font-size:8px;white-space:nowrap;opacity:0}.target-0{left:12px;top:9px}.target-1{right:12px;top:9px}.target-2{left:12px;bottom:9px}.target-3{right:12px;bottom:9px}.target.selected{background:#c93742;color:#fff;border-color:#fff;box-shadow:0 0 0 2px #c93742}.target:focus-visible small{opacity:1}.goalie{position:absolute;left:50%;bottom:-6px;width:92px;height:125px;transform:translateX(-50%);z-index:2}.goalie i{position:absolute;left:33px;top:0;width:28px;height:30px;border-radius:10px;background:#17374d;border:5px solid #d6eaf5}.goalie b{position:absolute;top:28px;left:14px;width:66px;height:52px;background:#153a52;border:4px solid #d5e8f3;border-radius:20px 20px 8px 8px}.goalie span{position:absolute;bottom:0;left:12px;width:70px;height:50px;border:20px solid #a4bac7;border-block-width:0;border-radius:4px}.ice-crease{position:absolute;left:50%;top:119px;transform:translateX(-50%);width:370px;height:135px;border-radius:50%;background:#9ed4ef88;border:2px solid #c9374288;z-index:1}.shootout-ice-logo{position:absolute;left:50%;bottom:-35px;width:210px;transform:translateX(-50%);opacity:.24}.shot-puck{position:absolute;left:calc(50% - 10px);top:285px;width:20px;height:10px;border-radius:50%;background:#163042;z-index:4;transition:top .25s,left .25s}.just-scored .shot-puck,.just-missed .shot-puck{top:82px;left:calc(50% - 130px)}.just-scored .puck-target-1,.just-missed .puck-target-1{left:calc(50% + 110px)}.just-scored .puck-target-2,.just-missed .puck-target-2{top:157px}.just-scored .puck-target-3,.just-missed .puck-target-3{top:157px;left:calc(50% + 110px)}.just-missed .shot-puck{opacity:.4}.shot-controls{text-align:center;padding:24px 30px 28px}.shot-controls>p{margin:0 0 22px;font-weight:700;font-size:14px;min-height:22px}.timing-meter{position:relative;background:var(--tint);max-width:540px;margin:auto;height:22px;border-radius:3px;overflow:hidden}.sweet-spot{position:absolute;left:50%;transform:translateX(-50%);height:100%;background:#c93742}.timing-meter i{position:absolute;left:0;width:5px;top:0;bottom:0;background:var(--ink);border-inline:1px solid white}.timing-caption{display:flex;justify-content:space-between;max-width:540px;margin:7px auto 20px;font-size:8px;letter-spacing:1px;color:var(--muted)}.shot-release{min-width:220px;min-height:46px;background:var(--red);color:white}.shot-controls>small{display:block;font-size:10px;color:var(--muted);margin-top:12px}body[data-view=play] .controlbar,body[data-view=shootout] .controlbar,body[data-view=play] .topbar .search,body[data-view=shootout] .topbar .search,body[data-view=play] .site-data,body[data-view=shootout] .site-data{display:none}body[data-view=play] #accountButton,body[data-view=shootout] #accountButton{margin-left:auto}.pb-preview{border-radius:8px}.pb-season-score>div{border-radius:4px;border-top:3px solid var(--red)}.pb-season-score strong{font:700 36px var(--display)}.pb-campus:hover{border-color:var(--red);background:var(--tint)}footer{padding:28px 0 10px;margin-top:28px;border-top:1px solid var(--line);flex-wrap:wrap}footer .footer-brand{display:flex;flex-direction:column;align-items:start;gap:12px}footer .footer-brand .brand-wordmark{display:block!important;width:150px}footer .footer-brand>span{font-size:10px}footer>span:nth-child(2){display:none}.footer-links{margin-left:auto}.footer-links a{font-size:11px}body[data-theme=dark] footer .footer-brand .brand-wordmark{display:none!important}body[data-theme=dark] footer .footer-brand .brand-wordmark-light{display:block!important;width:150px}body[data-theme=dark] .play-shootout{background:#224c63;color:#effaff}body[data-theme=dark] .play-intro .eyebrow,body[data-theme=dark] .shootout-heading .eyebrow{color:var(--muted)}body[data-theme=dark] .round-reveal{background:#214758;color:#fff}body[data-theme=dark] .score-empty{background-image:none}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #2796c4;outline-offset:3px}
@media(min-width:1600px){.hero{min-height:490px}.hero h1{font-size:100px}}
@media(max-width:1100px){.sidebar{gap:15px;padding-inline:24px}.sidebar .brand{width:155px;flex-basis:155px}.sidebar .brand .brand-wordmark,.sidebar .brand .brand-wordmark-light{width:155px}#nav button{padding-inline:10px}#nav .nav-label{font-size:11px}.hero{padding:38px}.round-games{grid-template-columns:repeat(2,minmax(0,1fr))}.play-card h2{font-size:42px}.play-stamp{right:5%}}
@media(max-width:800px){.sidebar{flex-wrap:wrap;gap:0;padding:0 20px;min-height:0}.sidebar .brand{min-height:65px;width:185px;flex-basis:185px}.sidebar .brand .brand-wordmark,.sidebar .brand .brand-wordmark-light{width:185px}#nav{flex:0 0 100%;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;gap:18px}#nav button{min-height:47px;padding:10px 0;flex:0 0 auto}#nav .nav-label{font-size:12px}.topbar{padding:10px 20px}.breadcrumb{display:none}.topbar .search{margin:0 auto 0 0}.hero{min-height:390px;padding:32px;grid-template-columns:1fr .7fr}.hero h1{font-size:66px}.hero-logo{width:160%;max-width:none}.hero .rink-caption,.rink-coordinate{display:none}.hero .rink-art:before{width:450px;height:450px}.hero .rink-art:after{width:520px;height:520px}main{padding:22px 20px}.rink-shortcuts button{padding:18px 14px}.rink-shortcuts b{font-size:23px}.rink-shortcuts small{font-size:10px}.play-stamp{width:155px;height:155px;font-size:35px}.play-intro h1{font-size:57px}.play-intro{padding:30px}.play-card{padding:25px}.mini-net{width:120px;height:80px}.mini-bracket{font-size:35px}.mini-odds{right:20px;gap:8px}.mini-odds i{width:18px}.lab-styles button{padding:14px}.lab-styles b{font-size:20px}.shootout-heading h1{font-size:45px}.shootout-crest{min-width:150px}.shootout-crest b{font-size:21px}.pb-design-grid{grid-template-columns:1fr}.pb-campus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.sidebar{position:relative;inset:auto;bottom:auto;width:100%;height:auto;padding:0 16px;border-top:4px solid var(--red);border-bottom:1px solid var(--line);background:var(--surface);overflow:visible}.sidebar .brand{display:flex;min-height:60px}.sidebar .brand .brand-wordmark,.sidebar .brand .brand-wordmark-light{width:170px}#nav{width:100%;display:flex;gap:22px;overflow-x:auto;justify-content:flex-start;padding:0;height:auto}#nav button{display:flex;min-width:0;width:auto;min-height:45px;padding:10px 0;gap:0;flex-direction:row;border-radius:0}#nav .nav-label{font-size:12px;max-width:none;white-space:nowrap}#nav button>span:first-child{display:none}#nav button.active{box-shadow:inset 0 -3px var(--red)}.shell{margin:0;padding:0}.topbar{height:55px;min-height:55px;padding:9px 16px;gap:9px;flex-wrap:nowrap}.topbar .mobile-brand{display:none}.topbar .search{display:flex;min-width:0;flex:1;padding:5px 8px}.search input{min-width:0;width:100%;font-size:11px}.search>span{display:none}.customize-button{padding:7px 9px;min-width:33px}.customize-button span{display:none}.account-button{white-space:nowrap;padding:7px 9px!important;font-size:10px!important}main{padding:18px 16px 24px}.hero{min-height:470px;display:block;padding:28px 25px;margin-bottom:20px;border-radius:4px}.hero .home-copy{max-width:100%}.hero h1{font-size:70px;line-height:.91;position:relative}.hero .eyebrow{font-size:8px;letter-spacing:1.5px;margin-bottom:22px}.hero p{font-size:12px;max-width:220px;margin-top:21px}.hero .rink-art{position:absolute;width:245px;height:170px;right:-60px;top:185px;margin:0;opacity:.22;z-index:0;transform:rotate(-22deg)}.hero-logo{width:100%}.hero .rink-art:before,.hero .rink-art:after{display:none}.hero-actions{gap:8px;align-items:flex-start;flex-direction:column}.hero .hero-footer{margin-top:21px;font-size:7px;letter-spacing:.9px}.hero .primary-button{font-size:12px;padding:12px 16px}.hero-secondary{font-size:11px}.rink-shortcuts{grid-template-columns:1fr;margin-bottom:25px}.rink-shortcuts button,.rink-shortcuts button:first-child{padding:15px 0;border:0;border-bottom:1px solid var(--line)}.rink-shortcuts span{font-size:8px!important}.rink-shortcuts b{font-size:25px;margin:3px 0}.rink-shortcuts small{font-size:11px}.controlbar,.section-page .controlbar{gap:9px;margin-bottom:23px;padding-bottom:16px}.controlbar #openFavoriteTeams{margin-left:0}.division-label select{min-width:0;max-width:160px}.controlbar #favoritesFilter{margin-left:auto}.section-head h2,.live-scoreboard .section-head h2{font-size:28px}.section-head h2 small{display:block;margin-left:0;margin-top:4px}.section-head{gap:10px}.history-masthead h1,.stats-masthead h1,.league-masthead h1,.news-heading h2,.portal-heading h2,.pb-header h1{font-size:37px!important}.game-card{padding:18px}.score-empty{padding:24px;background-image:none}.score-empty p{max-width:none}.score-empty h3{font-size:26px}.live-date-controls{gap:6px;padding:10px}.real-coverage{gap:15px}.real-coverage b{font-size:23px}.play-intro{padding:28px 24px}.play-intro h1{font-size:52px}.play-intro p{max-width:230px;font-size:12px}.play-intro .eyebrow{font-size:8px;max-width:220px}.play-stamp{right:-30px;top:75px;width:130px;height:130px;font-size:28px;opacity:.15}.play-cards{grid-template-columns:1fr;gap:15px}.play-card{padding:27px;min-height:335px}.play-card h2{font-size:48px}.play-card p{max-width:270px}.lab-styles{gap:7px}.lab-styles button{padding:12px 9px}.lab-styles b{font-size:18px;line-height:1.1}.lab-styles span{font-size:9px;line-height:1.5}.round-progress{gap:4px}.round-progress>span{padding:10px 8px;font-size:9px;line-height:1.4}.round-progress b{font-size:21px}.round-reveal{padding:20px;flex-direction:column;align-items:start}.round-games{grid-template-columns:1fr}.round-section>h3{font-size:24px}.shootout-heading{align-items:start;gap:8px}.shootout-heading h1{font-size:40px}.shootout-heading .eyebrow{font-size:8px;letter-spacing:1px;max-width:180px}.shootout-heading p{font-size:11px;max-width:225px}.shootout-crest{min-width:0;max-width:110px;padding:10px 0}.shootout-crest b{font-size:18px;text-align:center}.shootout-crest>span{text-align:center;font-size:9px}.shootout-crest .team-icon{width:48px;height:48px}.shootout-options{gap:12px}.shootout-options label{flex:1;min-width:0;font-size:10px}.shootout-options select{max-width:100%;width:100%;font-size:11px}.shootout-options>button{margin:0}.shootout-score{padding:14px 13px;gap:8px;font-size:8px}.shootout-score b{font-size:21px;margin-left:4px}.shot-dots{gap:5px}.shot-dots>span{width:20px;height:20px;font-size:17px}.goal-mouth{width:280px}.ice-crease{width:315px}.shot-controls{padding:21px 18px}.shot-controls>p{font-size:12px;min-height:36px}.timing-caption{font-size:7px}.pb-campus-grid{grid-template-columns:1fr}.footer-links{margin:8px 0 0;flex-wrap:wrap;gap:14px}footer{align-items:start;flex-direction:column}.news-lead h3{font-size:34px}.news-card h3{font-size:28px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Explicitly replace the original sidebar's column flow. */
.sidebar{flex-direction:row}.sidebar .brand{flex-direction:row;justify-content:flex-start}body[data-view=overview] .controlbar{margin-top:6px}@media(max-width:800px){.sidebar .brand{flex-basis:100%;width:100%;min-height:65px}#nav{flex-basis:100%}}@media(max-width:580px){.sidebar .brand{min-height:60px}}
.sidebar .brand .brand-wordmark{display:block!important}.sidebar .brand .brand-wordmark-light{display:none!important}body[data-theme=dark] .sidebar .brand .brand-wordmark{display:none!important}body[data-theme=dark] .sidebar .brand .brand-wordmark-light{display:block!important}.footer-links{width:auto;min-width:0;height:auto}.dashboard-stack,.lower-grid,.lower-grid>.panel{min-width:0}.lower-grid>.panel{overflow:hidden}
@media(max-width:580px){.sidebar #nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 9px;height:auto;width:100%;min-width:0;overflow:visible}.sidebar #nav button{flex:0 0 auto;flex-direction:row;min-height:40px;padding:9px 2px;border-radius:0}.sidebar #nav .nav-label{font-size:11px;max-width:none;white-space:nowrap}.sidebar #nav button.active{background:none;box-shadow:inset 0 -3px var(--red)}.topbar .search{order:0;flex:1;min-width:0;margin:0}.topbar .search input{font-size:12px;height:auto}.hero h1{font-size:clamp(42px,13.5vw,70px);letter-spacing:-.9px}.hero{min-height:405px}.hero .hero-footer{letter-spacing:.5px}.footer-links{width:100%;min-width:0;height:auto}.shootout-options label{flex:1 0 42%}.shot-controls>small{line-height:1.6}}
.program-playstyles{margin:24px 0}.program-playstyles>span{font-size:9px;font-weight:700;letter-spacing:1.5px;color:var(--muted)}.program-playstyles .lab-styles{margin:10px 0}.program-playstyles .pb-note{margin:8px 0}.just-scored .goal-mouth{box-shadow:0 0 28px #e1434766}.just-scored #shotMessage{color:#24704a}@media(max-width:580px){body .topbar .customize-button{margin-left:0}}

/* The home headline is the existing Campus Rink wordmark. */
.hero .home-copy{min-width:0}.hero h1.hero-wordmark-heading{font-size:0;line-height:0;margin:26px 0}.hero-wordmark{display:block;width:100%;max-width:560px;height:auto}@media(max-width:580px){.hero{min-height:340px}.hero h1.hero-wordmark-heading{margin:26px 0}}

body[data-view=top20] .division-label,body[data-view=top20] #openFavoriteTeams,body[data-view=top20] #favoritesFilter,body[data-view=top20] .site-data{display:none}
