:root{font-family:Montserrat,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#edf3f7;background:#111417;font-synthesis:none;--display-font: Rockwell, "Roboto Slab", "Courier New", Georgia, serif;--hot-green: #6fde8f;--hot-orange: #ff8c38;--hot-red: #ff4e5e;--electric-blue: #65cfff;--hot-yellow: #ffd55f}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-400-normal-BLhwKU8k.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-700-normal-BdjcYUrC.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-800-normal-axpkC1rd.woff2) format("woff2");font-style:normal;font-weight:800;font-display:swap}@font-face{font-family:Montserrat;src:url(/assets/montserrat-latin-900-normal-B0TD3Qnu.woff2) format("woff2");font-style:normal;font-weight:900;font-display:swap}@font-face{font-family:Material Icons;src:url(/fonts/MaterialIcons.ttf) format("truetype");font-display:block}@font-face{font-family:Material Community Icons;src:url(/fonts/MaterialCommunityIcons.ttf) format("truetype");font-display:block}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#0d1012;color:#edf3f7}button,input,select{font:inherit}button,.button-link,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid #46515a;border-radius:10px;background:#222a30;color:#f2f6f8;padding:.68rem .85rem;text-decoration:none;cursor:pointer}button:hover,.button-link:hover,.icon-button:hover{border-color:var(--hot-green);background:#29342e}button:disabled{opacity:.55;cursor:wait}.primary{background:color-mix(in srgb,var(--hot-green) 32%,#101512);border-color:var(--hot-green)}.danger{background:#44252a;border-color:#81404a;color:#ffdbe0}.danger.small{padding:.45rem .6rem}.wide{width:100%}a{color:var(--hot-green)}.muted,.page-header p{color:#aebbc4}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:800;color:var(--team, var(--hot-green));margin:0}.signin-shell{min-height:100vh;display:grid;place-items:center;padding:1.25rem}.signin-card{width:min(100%,420px);padding:2rem;border:1px solid #36433b;border-radius:22px;background:#181e22f0;box-shadow:0 24px 80px #0008;text-align:center}.signin-card h1{margin:.3rem 0;font-size:2rem}.app-mark{width:108px;height:128px;object-fit:contain;filter:drop-shadow(0 8px 18px #0008)}.signin-card details{margin-top:1rem;text-align:left}.signin-card summary{cursor:pointer;color:#bcc8cf}.guest-fields{display:grid;gap:.65rem;margin-top:.8rem}.guest-fields input,.guest-fields select,.slot select,.form-row select{width:100%;border:1px solid #46515a;border-radius:9px;background:#161c20;color:#eef4f7;padding:.7rem}.inline-error{color:#ff9cab}.app-shell{min-height:100vh;padding-bottom:104px}.user-bar{position:sticky;top:0;z-index:9;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem max(1rem,calc((100% - 880px)/2));background:#121619f5;border-bottom:1px solid #343d43;backdrop-filter:blur(16px)}.brand-lockup{display:flex;align-items:center;gap:.65rem;min-width:0;color:#f2f6f8;text-decoration:none}.brand-lockup img{width:34px;height:38px;object-fit:contain}.brand-lockup span,.user-controls span{display:grid;min-width:0}.brand-lockup strong{font-family:var(--display-font);font-weight:900;letter-spacing:-.025em}.brand-lockup small{text-transform:uppercase;letter-spacing:.08em;font-size:.58rem}.user-bar small{color:#95a3ac;overflow:hidden;text-overflow:ellipsis}.profile-control{position:relative;flex:0 0 auto}.profile-trigger{min-height:48px;padding:.4rem .55rem .4rem .8rem;border:2px solid var(--hot-green);border-radius:10px 15px 9px 13px;background:#101512}.profile-trigger span{display:grid;text-align:right;line-height:1.05}.profile-trigger small{color:var(--hot-green);font-size:.63rem;text-transform:uppercase;letter-spacing:.08em}.profile-trigger svg{width:25px;height:25px;color:var(--hot-green)}.profile-menu{position:absolute;z-index:20;top:calc(100% + .55rem);right:0;width:min(280px,calc(100vw - 2rem));display:grid;gap:.5rem;padding:.75rem;border:2px solid var(--hot-green);border-radius:13px 9px 15px 10px;background:#111619;box-shadow:8px 8px #0008}.profile-menu>div{display:grid;padding:.35rem .4rem .65rem;border-bottom:1px solid #39444b;overflow:hidden}.profile-menu>div small{overflow:hidden;text-overflow:ellipsis}.profile-menu a,.profile-menu button{min-height:46px;justify-content:flex-start;color:#edf3f7;text-decoration:none}.profile-menu svg{width:20px;height:20px}.page{width:min(100%,880px);margin:0 auto;padding:1.25rem 1rem 2rem}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.page-header-actions-only{justify-content:flex-end}.page-header h1,.details-header h1{margin:0;font-size:clamp(1.65rem,7vw,2.3rem);font-weight:950;letter-spacing:-.035em;font-family:var(--display-font)}.page-header p{margin:0}.refresh{flex-shrink:0}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bottom-nav{position:fixed;z-index:10;bottom:max(8px,env(safe-area-inset-bottom));left:50%;right:auto;width:min(calc(100% - 16px),620px);transform:translate(-50%);display:flex;justify-content:center;background:#111619f7;border:2px solid #354139;border-radius:17px 11px 19px 13px;box-shadow:0 8px 24px #000b;backdrop-filter:blur(16px);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{width:25%;min-height:82px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:#8f9ca5;text-decoration:none;font-size:.72rem;font-weight:850;letter-spacing:.01em}.bottom-nav svg{width:36px;height:36px;padding:5px;stroke-width:1.8;transition:transform .15s ease,background-color .15s ease,color .15s ease}.bottom-nav a.active{color:var(--hot-green);background:transparent}.bottom-nav a.active svg{color:#0c100d;background:var(--hot-green);border-radius:46% 54% 43% 57%;transform:translateY(-3px) rotate(-3deg) scale(1.12);stroke-width:2.2}.bottom-nav a.active:before,.bottom-nav a.active:after{position:absolute;color:#ffd55f;font-size:.65rem;line-height:1}.bottom-nav a{position:relative}.bottom-nav a.active:before{content:"★";transform:translate(-24px,-22px) rotate(-12deg)}.bottom-nav a.active:after{content:"✦";transform:translate(25px,-17px) rotate(9deg);color:#ff5a93}.status-card,.panel,.info-card{border:1px solid #39444b;border-radius:14px;background:#192025;padding:1rem;margin:.8rem 0}.status-card{color:#c6d0d6}.status-card.error{color:#ffadb8;border-color:#713c44}.spinner{display:inline-block;width:14px;height:14px;border:2px solid #52606a;border-top-color:var(--hot-green);border-radius:50%;animation:spin .8s linear infinite}.card-list{display:grid;gap:1rem}.card-list>.event-card,.card-list>.signup-card{content-visibility:auto;contain-intrinsic-size:auto 520px}.event-card{position:relative;border:2px solid var(--team);border-radius:12px;overflow:hidden;padding:1.1rem 1rem 0;background:color-mix(in srgb,var(--team) 7%,#14191c)}.event-card:hover{background:#1b2125;box-shadow:0 0 0 2px color-mix(in srgb,var(--team) 22%,transparent)}.event-card:focus-visible{outline:3px solid #f3f7f9;outline-offset:3px}.event-card[role=link]{cursor:pointer}.event-card-body{min-width:0}.event-card-heading{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:1rem;align-items:center;border-bottom:1px solid #354048;padding-bottom:.9rem;margin-bottom:.8rem}.event-date{display:flex;align-items:center;justify-self:end;min-height:44px;gap:.5rem;color:#f7f3ea;font-size:1rem;line-height:1.15;white-space:nowrap}.card-calendar-link,.team-map-link{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:.45rem;text-decoration:none;transition:transform .14s ease,filter .14s ease,background-color .14s ease}.card-calendar-link{width:32px;height:44px;color:var(--team)}.card-calendar-link:hover,.team-map-link:hover{transform:translateY(-1px) scale(1.08);filter:brightness(1.18)}.card-calendar-link:focus-visible,.team-map-link:focus-visible{outline:2px solid #f7f3ea;outline-offset:3px}.card-calendar-link svg{display:block}.event-identity{min-width:0;align-self:center}.team-label{display:flex;align-items:center;min-height:44px;gap:.52rem;white-space:nowrap}.team-map-link{width:44px;height:44px;color:var(--team)}.team-icon{display:inline-grid;place-items:center;width:34px;height:34px;font-size:32px;line-height:1;font-weight:400;text-transform:none;letter-spacing:normal;flex:0 0 auto;color:var(--team);background:linear-gradient(145deg,#fff 10%,color-mix(in srgb,var(--team) 78%,#fff) 48%,var(--team) 82%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 color-mix(in srgb,var(--team) 50%,transparent))}.material-icons{font-family:Material Icons}.material-community-icons{font-family:Material Community Icons}.card-title{display:flex;align-items:center;justify-content:center;gap:.58rem;grid-column:1 / -1;color:#f3ead7;font-size:1.25rem;font-weight:800;text-decoration:none;margin:.25rem 0 0;font-family:var(--display-font);letter-spacing:-.02em;text-align:center}.card-title:before,.card-title:after{content:"✦";flex:0 0 auto;color:var(--team);font-family:Montserrat,sans-serif;font-size:.72em;line-height:1;text-shadow:0 0 10px color-mix(in srgb,var(--team) 65%,transparent)}.card-title:before{transform:rotate(-10deg)}.card-title:after{transform:rotate(10deg)}.card-title span{min-width:0}.event-meta{display:flex;gap:.5rem;align-items:center;color:#d3dde3;margin:.38rem 0}.staff-line{flex-wrap:wrap}.staff-name{font-weight:800}.card-actions{display:flex;margin:1rem -1rem 0;border-top:1px solid #3a454d}.artist-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:.55rem 1rem;align-items:end;border:1px solid #39444b;border-radius:14px;background:#171d21;padding:1rem;margin-bottom:1.25rem}.artist-toolbar label{grid-column:1;color:#aebbc4;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.artist-select-wrap{position:relative;grid-column:1}.artist-select-wrap select{width:100%;min-height:46px;appearance:none;border:1px solid #4b5860;border-radius:10px;background:#0f1316;color:#f4f7f9;padding:.72rem 2.4rem .72rem 2.15rem;font-weight:800;cursor:pointer}.artist-select-wrap:after{content:"⌄";position:absolute;right:.85rem;top:50%;transform:translateY(-58%);color:#9eabb3;pointer-events:none}.artist-dot{position:absolute;z-index:1;left:.8rem;top:50%;width:10px;height:10px;border-radius:50%;transform:translateY(-50%);box-shadow:0 0 0 3px #ffffff14;pointer-events:none}.game-summary{grid-column:2;grid-row:1 / span 2;display:flex;gap:.65rem;align-self:stretch}.game-summary span{min-width:105px;display:grid;place-content:center;text-align:center;border-left:1px solid #39444b;color:#aebbc4;font-size:.76rem}.game-summary strong{color:#f3f6f8;font-size:1.4rem;line-height:1.15}.game-section{margin-top:1.25rem}.section-heading{display:flex;align-items:center;gap:.55rem;margin-bottom:.6rem}.section-heading h2{margin:0;font-family:var(--display-font);font-size:1.04rem;text-transform:uppercase;letter-spacing:.035em}.section-heading:before{content:"★";color:var(--hot-green);transform:rotate(-8deg)}.section-heading span{display:grid;place-items:center;min-width:24px;height:24px;border-radius:12px;background:#263038;color:#cad4da;font-size:.75rem;font-weight:800}.section-note{color:#9eabb3;font-size:.85rem;margin:-.25rem 0 .65rem}.needs-staffing .card-list{border-color:#655628}.needs-staffing .section-heading span{background:#4b421f;color:#ffe177}.icon-button{flex:1 1 0;min-width:0;min-height:84px;flex-direction:column;gap:.35rem;border:0;border-right:1px solid #3a454d;border-radius:0;background:#1a2024;color:#eff4f6;padding:.65rem .35rem;font-size:.76rem;font-weight:700;line-height:1.15;text-align:center}.icon-button:last-child{border-right:0}.icon-button svg{width:29px;height:29px;color:var(--hot-green);stroke-width:1.8}.responses-action svg{color:var(--electric-blue)}.form-action svg{color:var(--hot-yellow)}.icon-button:hover{background:#222b27;border-color:#3a454d}.upload-action,.form-action{background:#1a2024}.flash-art{margin-top:.9rem}.signup-card{border-radius:17px;background:var(--team-bg, #151b1f);border:3px solid var(--team, #303a40);overflow:hidden;box-shadow:0 0 0 1px #0008,4px 5px #0008}.signup-card .event-card{border:0;border-bottom:2px solid var(--team);border-radius:0}.solo-star{display:flex;align-items:center;gap:.4rem;padding:.7rem 1rem 0;color:#ffd33d;font-weight:800}.signup-summary{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding:.8rem 1rem 0;color:#ffd33d}.signup-summary span{color:#ffadb8;font-size:.85rem}.signup-actions{display:flex;flex-wrap:wrap;gap:.6rem;padding:.8rem 1rem 1rem}.signup-actions button{flex:1 1 145px;min-height:52px;font-weight:900}.signup-actions button svg{flex:0 0 auto;width:28px;height:28px;stroke-width:2.6}.signup-claim svg{color:var(--hot-yellow)}.signup-optout svg{color:#ffabb5}.responses-page{display:grid;gap:1rem}.responses-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem;border:2px solid var(--team);border-radius:16px;background:var(--card)}.responses-heading h1{margin:.2rem 0;font-family:var(--display-font);font-size:clamp(1.55rem,6vw,2.2rem)}.responses-heading p{margin:0;color:#c8d2d8}.live-status{display:inline-flex;align-items:center;gap:.4rem;color:var(--hot-green);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.live-status span{width:9px;height:9px;border-radius:50%;background:var(--hot-green);box-shadow:0 0 0 5px #6fde8f1c,0 0 12px #6fde8f}.responses-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid #3b474e;border-radius:13px;background:#171d21}.responses-toolbar>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem}.responses-toolbar strong{color:var(--team);font-size:1.5rem}.responses-toolbar span{color:#dce4e8;font-weight:800}.responses-toolbar small{flex-basis:100%;color:#8f9da5}.responses-toolbar button{min-height:44px}.responses-toolbar button svg{width:18px}.response-auth-card{display:grid;justify-items:center;gap:.7rem;padding:1.5rem;border:2px dashed var(--team);border-radius:16px;background:var(--card);text-align:center}.response-auth-card>svg{width:42px;height:42px;color:var(--team)}.response-auth-card h2,.response-auth-card p{margin:0}.response-auth-card p{max-width:34rem;color:#b5c0c6}.response-list{display:grid;gap:.85rem}.response-card{position:relative;display:grid;gap:.85rem;padding:1rem;border:2px solid color-mix(in srgb,var(--team) 62%,#374149);border-radius:16px;background:color-mix(in srgb,var(--card) 88%,#111417);box-shadow:3px 4px #0008;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.response-card.response-new{border-color:var(--hot-yellow);box-shadow:0 0 0 3px #ffd55f20,4px 5px #0008;animation:response-arrival .42s ease-out}@keyframes response-arrival{0%{opacity:0;transform:translateY(-8px) rotate(-.3deg)}to{opacity:1;transform:none}}.new-response-label{position:absolute;top:-8px;right:12px;padding:.2rem .55rem;border-radius:8px;background:var(--hot-yellow);color:#111417;font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;transform:rotate(2deg)}.response-card>header{display:flex;align-items:center;gap:.75rem}.response-avatar{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border:2px solid var(--team);border-radius:50% 46% 52% 45%;background:var(--card);color:var(--team);font-family:var(--display-font);font-size:1.25rem;font-weight:900;transform:rotate(-3deg)}.response-card h2{margin:0;font-family:var(--display-font);font-size:1.15rem}.response-card time{display:block;margin-top:.15rem;color:#96a4ac;font-size:.76rem}.response-phone{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.response-phone a,.response-phone button{min-height:48px;border:1px solid color-mix(in srgb,var(--team) 65%,#40505a);background:#121719;color:#f4f7f8;font-weight:900;text-decoration:none}.response-phone a{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:10px}.response-phone a svg,.response-phone button svg{width:20px;height:20px;color:var(--team)}.response-phone button{grid-column:1 / -1;display:flex;justify-content:space-between;padding-inline:.85rem}.selectable-phone{user-select:text;font-size:1rem;letter-spacing:.025em}.response-email{color:var(--electric-blue);overflow-wrap:anywhere}.response-card dl{display:grid;gap:0;margin:0;border-top:1px solid #3a454d}.response-card dl>div{display:grid;gap:.25rem;padding:.7rem 0;border-bottom:1px solid #30393f}.response-card dl>div:last-child{border-bottom:0;padding-bottom:0}.response-card dt{color:#8f9da5;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.response-card dd{margin:0;color:#eef3f5;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.raw-responses-link{width:100%;min-height:50px;margin-top:.25rem}.admin-picker{display:grid;gap:.4rem;color:#b8c4cb;margin-bottom:.8rem}.admin-picker select{border:1px solid #46515a;border-radius:9px;background:#161c20;color:#eef4f7;padding:.7rem}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:0}.photo-grid img{width:100%;aspect-ratio:1;display:block;object-fit:cover;border-radius:9px;background:#0d1012}.photo-grid.large img{aspect-ratio:auto;max-height:420px}.photo-control{display:grid;gap:.4rem}.details-page{padding-bottom:6rem}.back-link{display:inline-flex;align-items:center;justify-content:center;gap:.58rem;min-height:50px;padding:.45rem .82rem .45rem .48rem;text-decoration:none;margin-bottom:1.1rem;border:2px solid var(--team);border-radius:14px 9px 14px 10px;color:#fff;background:color-mix(in srgb,var(--team) 14%,#171d21);box-shadow:3px 3px color-mix(in srgb,var(--team) 55%,#080a0b);font-family:var(--display-font);font-weight:800;letter-spacing:.01em;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease}.back-link:hover{transform:translate(-1px,-1px);background:color-mix(in srgb,var(--team) 23%,#171d21);box-shadow:5px 5px color-mix(in srgb,var(--team) 55%,#080a0b)}.back-link:active{transform:translate(2px,2px);box-shadow:1px 1px color-mix(in srgb,var(--team) 55%,#080a0b)}.back-link:focus-visible{outline:3px solid #fff;outline-offset:3px}.back-link-icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;color:#101417;background:var(--team)}.back-link-spark{color:var(--team);font-size:1.1rem;transform:rotate(12deg)}.details-header{border:2px solid var(--team);border-radius:13px 9px 15px 10px;padding:1rem;background:color-mix(in srgb,var(--team) 8%,#14191c);margin-bottom:1rem}.details-header h1{color:var(--team)}.details-header p{margin:.35rem 0}.details-header p:last-child{color:#c4cfd5}.panel h2{display:flex;align-items:center;gap:.45rem;margin-top:0;font-family:var(--display-font);text-transform:uppercase;letter-spacing:.035em;color:var(--team, var(--hot-green))}.panel h2:before{content:"★";font-family:ui-sans-serif,system-ui,sans-serif;font-size:.75em;color:#ffd55f;transform:rotate(-7deg)}.details-page .panel{border-radius:10px 14px 9px 13px}.responses-link{border-color:var(--electric-blue);color:var(--electric-blue)}.signup-link{border-color:var(--hot-yellow);color:var(--hot-yellow)}.calendar-action{border-color:var(--hot-green);color:var(--hot-green)}.danger-zone{border-color:#823842}.danger-zone h2{color:#ff7182}.slot{display:grid;grid-template-columns:70px 1fr;align-items:center;gap:.7rem;margin:.6rem 0}.form-row,.action-grid,.link-row{display:flex;flex-wrap:wrap;gap:.65rem;margin:.8rem 0}.form-row select{flex:1;min-width:160px}.action-grid>*{flex:1;min-width:145px}.access-code{font-size:1.15rem;color:#f3d66f;font-weight:900}.info-team-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-bottom:.85rem}.info-team-link{display:grid;place-items:center;min-height:52px;padding:.65rem .45rem;border:2px solid currentColor;border-radius:12px 9px 13px 10px;background:#171d21;color:#fff;font-family:var(--display-font);font-weight:900;line-height:1.05;text-align:center;text-decoration:none;box-shadow:3px 3px color-mix(in srgb,currentColor 38%,#080a0b);transition:transform .14s ease,filter .14s ease}.info-team-link:hover{transform:translate(-1px,-1px);filter:brightness(1.12)}.info-team-link:focus-visible{outline:3px solid #fff;outline-offset:3px}.info-team-link.pickles-link{color:var(--hot-green)}.info-team-link.cherry-link{color:var(--hot-red)}.info-team-link.bangers-link{color:var(--hot-orange)}.generator-demo{margin:1.2rem 0;padding-top:1rem;border-top:1px solid #39444b}.generator-demo h2{margin:0 0 .8rem;color:var(--hot-green);font-family:var(--display-font);font-size:1.2rem;text-transform:uppercase;letter-spacing:.035em}.generator-demo video{display:block;width:min(100%,320px);max-height:70vh;margin-inline:auto;border:2px solid var(--hot-green);border-radius:12px 16px 10px 14px;background:#090b0c;box-shadow:4px 4px #274d32}.link-row a,.button-link{padding:.65rem .8rem}.info-actions{display:grid;gap:.7rem;margin-top:1.1rem}.info-action{width:100%;min-height:50px}.audit-list{display:grid;gap:.65rem}.audit-card{border:1px solid #39444b;border-radius:12px;background:#192025;padding:.8rem}.audit-card span{float:right;color:var(--hot-green);text-transform:uppercase;font-size:.75rem;font-weight:800}.audit-card p{color:#d7dfe4}.audit-card small{color:#94a2ab}@media(max-width:520px){.brand-lockup img{width:42px;height:47px}.brand-lockup strong{font-size:1.18rem}.brand-lockup small{font-size:.55rem}.profile-trigger>span small{display:none}.page-my-games{padding-top:1rem}.page-my-games .page-header{display:none}.artist-toolbar{grid-template-columns:1fr}.artist-toolbar label,.artist-select-wrap,.game-summary{grid-column:1}.game-summary{grid-row:auto;min-height:58px;border-top:1px solid #39444b;padding-top:.65rem}.game-summary span{width:50%;border-left:0}.game-summary span+span{border-left:1px solid #39444b}.page-header{align-items:stretch}.refresh{padding:.55rem}.refresh:not(:disabled){font-size:0}.refresh svg{margin:0}.photo-grid{grid-template-columns:repeat(3,1fr)}.event-card-heading{grid-template-columns:max-content minmax(0,1fr);gap:.7rem}.event-date{font-size:.9rem}.card-title{gap:.46rem;font-size:1.12rem}.icon-button{min-height:80px;font-size:.69rem;padding-inline:.15rem}.icon-button svg{width:27px;height:27px}}@media(max-width:440px){.event-card-heading{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.team-label,.event-date{white-space:normal}}
