.startgg-connection{margin:12px 0}.cc-request-bar{z-index:10000;pointer-events:none;opacity:0;height:3px;transition:opacity .12s;position:fixed;inset:0 0 auto;overflow:hidden}.cc-request-bar>span{background:var(--accent);width:42%;height:100%;box-shadow:0 1px 0 rgba(var(--ink-rgb),.22);display:block;transform:translate(-110%)skew(-18deg)}.cc-request-bar.is-active{opacity:1}.cc-request-bar.is-active>span{animation:.85s cubic-bezier(.16,1,.3,1) infinite cc-request-sweep}:where(button,a[href],[role=button],[role=tab]):not(:disabled){transition-property:color,background-color,border-color,box-shadow,opacity,transform;transition-duration:.18s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.cc-ripple-host{isolation:isolate;overflow:hidden}:where(.cc-ripple-host){position:relative}.cc-impact-ripple{z-index:8;background:var(--accent);pointer-events:none;border-radius:50%;width:18px;height:18px;margin:-9px;animation:.3s cubic-bezier(.16,1,.3,1) forwards cc-impact-ripple;position:absolute}.heavy-tab-loading{min-height:clamp(220px,42vh,420px);color:var(--muted);contain:layout paint;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.heavy-tab-loading-mark{border:4px solid var(--line);border-top-color:var(--accent);border-right-color:color-mix(in srgb, var(--accent) 42%, var(--line));border-radius:50%;width:52px;height:52px;animation:.92s cubic-bezier(.65,.05,.35,.95) infinite cc-heavy-loading-turn}.heavy-tab-loading strong{color:var(--ink);font-size:14px}:where(button,a[href],[role=button],[role=tab]):not(:disabled):active{transition-duration:90ms;transform:translateY(1px)scale(.985)}.cc-loading-state{min-height:48px;color:var(--muted);grid-template-columns:18px auto minmax(90px,220px);align-items:center;gap:10px;margin:14px 0;font-size:13px;display:grid}.cc-loading-mark{border:2px solid var(--ink);border-top-color:var(--accent);border-radius:4px;width:14px;height:14px;animation:.72s steps(4,end) infinite cc-loading-turn}.cc-loading-line{background:var(--surface-2);border-radius:2px;height:8px;position:relative;overflow:hidden}.cc-loading-line:after{content:"";background:linear-gradient(100deg, transparent 0 28%, rgba(var(--accent-rgb),.42) 48%, transparent 68% 100%);animation:1s cubic-bezier(.16,1,.3,1) infinite cc-loading-brush;position:absolute;inset:0;transform:translate(-100%)}.button[data-busy=true]{opacity:1;position:relative;overflow:hidden}.button[data-busy=true]:after{content:"";background:var(--surface);height:3px;animation:.72s cubic-bezier(.16,1,.3,1) infinite cc-button-progress;position:absolute;inset:auto 0 0;transform:translate(-100%)}@keyframes cc-request-sweep{0%{transform:translate(-110%)skew(-18deg)}68%,to{transform:translate(350%)skew(-18deg)}}@keyframes cc-impact-ripple{0%{opacity:.72;filter:saturate(1.8);transform:scale(.25)}70%{opacity:.24}to{opacity:0;filter:saturate();transform:scale(14)}}@keyframes cc-loading-turn{to{transform:rotate(360deg)}}@keyframes cc-heavy-loading-turn{to{transform:rotate(360deg)}}@keyframes cc-loading-brush{to{transform:translate(100%)}}@keyframes cc-button-progress{to{transform:translate(100%)}}@keyframes cc-route-reveal{0%{opacity:.65;filter:blur(3px);clip-path:inset(0 0 8%)}to{opacity:1;filter:blur();clip-path:inset(0)}}@media (prefers-reduced-motion:no-preference){main.cc-route-enter{animation:.36s cubic-bezier(.16,1,.3,1) cc-route-reveal}.toast{animation:.24s cubic-bezier(.16,1,.3,1) cc-toast-in}}@keyframes cc-toast-in{0%{opacity:0;transform:translate(-50%,10px)scale(.98)}to{opacity:1;transform:translate(-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.cc-impact-ripple{opacity:.2;animation:none;transform:scale(14)}.cc-request-bar>span{width:100%;transform:none}.cc-loading-mark{border-color:var(--accent);animation:none}.cc-loading-line:after{animation:none;transform:none}.heavy-tab-loading-mark{border-color:var(--accent);animation:none}.button[data-busy=true]:after{animation:none;transform:none}:where(button,a[href],[role=button],[role=tab]):not(:disabled):active{transform:none}}.startgg-bind-card{text-align:left;width:100%;min-height:82px;font:inherit;color:var(--ink);background:var(--surface-2);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--accent);cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:12px 14px;display:flex}.startgg-bind-card:hover:not(:disabled){background:var(--surface)}.startgg-bind-card:focus-visible{outline:3px solid var(--accent);outline-offset:7px}.startgg-bind-card:disabled{cursor:wait;opacity:.7}.startgg-bind-icon{background:var(--accent);color:#fff;border-radius:8px;flex:0 0 132px;place-items:center;height:42px;padding:0 9px;display:grid}.startgg-bind-icon img{width:100%;height:auto}.startgg-bind-copy{overflow-wrap:anywhere;flex:1;gap:8px;min-width:0;display:grid}.startgg-bind-copy strong{font-size:1rem;line-height:1.3}.startgg-bind-kicker{color:var(--accent);letter-spacing:.06em;font-size:.875rem;font-weight:800}.startgg-connection>p{margin:8px 0;line-height:1.4}.startgg-connection li{padding:8px 0}@media (max-width:580px){.startgg-bind-card{gap:10px;padding:10px}.startgg-bind-icon{flex-basis:108px;height:38px}.startgg-bind-copy strong{font-size:.95rem}}.live-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:24px 0;display:grid}.live-form{margin:20px 0}.live-form fieldset{border:0;min-width:0;margin:0;padding:0}.live-form .field{margin-bottom:18px}.live-form textarea{resize:vertical;min-height:100px}.live-form input,.live-form textarea,.live-form select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:6px;padding:10px 12px}.live-form button{margin:4px 8px 4px 0}.live-toolbar{flex-wrap:wrap;align-items:end;gap:16px;margin:20px 0;display:flex}.live-toolbar>.field{flex:1;min-width:140px}.live-toolbar select,.live-toolbar input{width:100%;min-height:44px}.live-action{flex-wrap:wrap;align-items:center;gap:8px;margin:4px;display:inline-flex}.live-action .form-error{max-width:320px}.live-check{align-items:center;gap:10px;min-height:44px;margin:12px 0;display:flex}.live-check input{width:20px;height:20px;min-height:20px}.live-account{border:2px solid var(--ink);text-overflow:ellipsis;white-space:nowrap;border-radius:7px;flex-shrink:0;align-items:center;gap:6px;max-width:120px;min-height:44px;padding:8px 10px;font-size:14px;display:inline-flex;overflow:hidden}.account-desktop-label{text-overflow:ellipsis;overflow:hidden}.live-account>svg{flex-shrink:0}.account-mobile-label{display:none}.account-page{max-width:1040px;margin:auto}.account-page>section,.account-page>.account-connection-reveal,.account-page>.startgg-connection{margin-bottom:14px}.startgg-event-details>summary{cursor:pointer;align-items:center;min-height:40px;font-weight:800;display:flex}.startgg-connection-actions{justify-content:flex-end;margin-top:6px;display:flex}.startgg-connection-actions .button{width:42px;height:42px;padding:0}.startgg-participant-link{border:1px solid var(--line);background:var(--surface-2);width:100%;min-height:58px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;border-radius:10px;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:7px 10px;display:grid}.startgg-participant-link>span:first-child{background:var(--accent);width:44px;height:44px;color:var(--on-accent);border-radius:8px;place-items:center;display:grid}.startgg-participant-link strong{display:block}.startgg-participant-link small{color:var(--muted);margin-top:2px;display:block}.startgg-participant-link:hover{border-color:var(--accent)}.account-home-layout{grid-template-columns:154px minmax(0,1fr);align-items:start;gap:18px;display:grid}.account-home-content{min-width:0}.account-section-nav{border-block:1px solid var(--line);gap:3px;padding:5px 0;display:grid;position:sticky;top:92px}.account-section-nav a{min-height:44px;color:var(--muted);border-radius:10px;align-items:center;gap:9px;padding:8px 10px;font-size:13px;font-weight:850;text-decoration:none;transition:color .16s ease-out,background-color .16s ease-out,transform .16s ease-out;display:flex}.account-section-nav a:hover,.account-section-nav a:focus-visible{color:var(--ink);background:var(--surface-2)}.account-section-nav a:active{transform:translate(2px)}.account-section-nav svg{color:var(--accent);flex:none}.account-anchor-section{scroll-margin-top:92px}@media (max-width:760px){.account-home-layout{grid-template-columns:1fr;gap:10px}.account-section-nav{padding:5px 0;position:static}.account-section-nav a:active{transform:translate(2px)}.account-anchor-section{scroll-margin-top:76px}}.game-profile-section{gap:10px;display:grid}.game-profile-heading{justify-content:space-between;align-items:center;display:flex}.game-profile-heading h2{margin:0}.game-profile-heading .icon-button{width:44px;padding:0}.game-profile-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:10px;display:grid}.game-profile-card{isolation:isolate;border:2px solid var(--ink);background:var(--surface-2);min-width:0;box-shadow:3px 3px 0 rgba(var(--accent-rgb),.72);border-radius:12px;padding:12px;position:relative;overflow:visible}.game-profile-card:has(.character-picker[data-open=true]){z-index:60;position:relative}.account-page>section:has(.character-picker[data-open=true]){z-index:60;position:relative}.game-profile-mural{z-index:-2;object-fit:contain;object-position:right bottom;opacity:.48;pointer-events:none;width:65%;height:90%;position:absolute;bottom:0;right:0}.game-profile-scrim{z-index:-1;background:linear-gradient(90deg,var(--surface) 0%,color-mix(in srgb,var(--surface) 92%,transparent) 48%,color-mix(in srgb,var(--surface) 48%,transparent) 100%);pointer-events:none;border-radius:10px;position:absolute;inset:0}.game-profile-card>header{justify-content:space-between;align-items:center;min-height:38px;display:flex}.game-profile-card>header .cc-game-mark{justify-content:flex-start}.game-profile-card .subtle{background:color-mix(in srgb,var(--surface-3) 78%,transparent);border:0;width:38px;height:38px;padding:0}.game-profile-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;margin-top:8px;display:grid}.game-profile-fields>label{gap:3px;min-width:0;font-size:12px;font-weight:800;display:grid}.game-profile-fields input{background:color-mix(in srgb,var(--surface-3) 88%,transparent);width:100%;min-height:40px;color:var(--ink);padding:7px 9px}.game-profile-fields .character-picker{grid-column:1/-1;margin:0}.game-profile-fields .character-picker legend{font-size:12px;font-weight:800}.game-profile-fields .character-trigger{background:color-mix(in srgb,var(--surface-3) 88%,transparent);min-height:42px}.game-profile-card[data-new=true]{background:var(--surface);min-height:138px;box-shadow:none}.game-profile-card[data-new=true]>header{gap:8px}.game-profile-card[data-new=true] .cc-select-trigger{background:var(--surface-2);flex:1;min-width:0}.game-profile-new-hint{max-width:30ch;color:var(--muted);margin:14px 0 2px;font-size:13px;line-height:1.45}.game-profile-add{border:2px dashed var(--line);min-height:86px;color:var(--ink);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px;display:flex}.game-profile-add:hover{border-color:var(--accent);background:var(--surface-2)}.game-profile-add-icon{background:var(--accent);color:#fff;width:44px;height:44px;box-shadow:2px 2px 0 var(--ink);border-radius:8px;flex:0 0 44px;place-items:center;display:grid}.game-profile-add-icon svg{stroke-width:2.5px;width:24px;height:24px}.public-game-profiles{margin-top:16px}.game-profile-card.public{min-height:154px}.public-profile-fields .character-trigger{cursor:default}@media (max-width:580px){.account-page>section,.account-page>.account-connection-reveal{margin-bottom:14px}.game-profile-grid{grid-template-columns:1fr}.game-profile-fields{gap:6px}.game-profile-card{padding:10px}}.owned-tournament-section{gap:14px;display:grid}.association-manual{gap:8px;display:grid}.association-manual p{color:var(--muted);margin:0}.association-manual form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.association-manual input{min-width:0}@media (max-width:580px){.association-manual form{grid-template-columns:1fr}}.owned-tournament-heading{justify-content:space-between;align-items:center;display:flex}.owned-tournament-heading h2{margin:0}.owned-tournament-heading .icon-button{width:44px;padding:0}.owned-tournament-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.owned-tournament-card{isolation:isolate;border:2px solid var(--ink);background:var(--surface-2);min-height:220px;color:var(--ink);text-align:left;border-radius:12px;padding:0;position:relative;overflow:hidden}.owned-tournament-card>img{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.owned-tournament-scrim{z-index:-1;background:linear-gradient(90deg,color-mix(in srgb,var(--surface) 98%,transparent) 0%,color-mix(in srgb,var(--surface) 90%,transparent) 58%,color-mix(in srgb,var(--surface) 38%,transparent) 100%);position:absolute;inset:0}.owned-tournament-content{align-content:end;gap:5px;min-height:216px;padding:18px;display:grid}.owned-tournament-content strong{max-width:22ch;font-size:21px;line-height:1.08}.owned-tournament-content>span:not(.owned-tournament-games):not(.owned-tournament-action){align-items:center;gap:7px;font-size:13px;display:flex}.owned-tournament-content svg{flex:none;width:15px;height:15px}.owned-tournament-games{flex-wrap:wrap;gap:6px;margin-top:5px;display:flex}.owned-tournament-games .cc-game-mark{min-width:74px;min-height:28px}.owned-tournament-games .cc-game-mark img{max-height:22px}.owned-tournament-action{width:fit-content;color:var(--accent);align-items:center;gap:6px;margin-top:6px;font-weight:800;display:flex}.owned-tournament-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #57392b24}.compact-empty{border:1px dashed var(--line);color:var(--muted);border-radius:12px;padding:18px}.sync-dialog-overlay{z-index:80;background:#2723226b;position:fixed;inset:0}.sync-dialog{z-index:81;border:2px solid var(--ink);background:var(--surface);width:min(520px,100vw - 28px);box-shadow:0 18px 60px rgba(var(--ink-rgb),.24);border-radius:14px;padding:28px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.sync-dialog h2{max-width:calc(100% - 46px);margin:0 0 8px;font-size:24px}.sync-dialog-close{position:absolute;top:16px;right:16px}.sync-progress{background:var(--line);border-radius:999px;height:10px;margin:24px 0 18px;overflow:hidden}.sync-progress>span{transform-origin:0;background:var(--accent);width:100%;height:100%;transition:transform .42s cubic-bezier(.16,1,.3,1);display:block}.sync-facts{grid-template-columns:repeat(3,1fr);gap:8px;margin:0;display:grid}.sync-facts div{background:var(--surface-2);border-radius:10px;padding:10px}.sync-facts dt{color:var(--muted);font-size:12px}.sync-facts dd{font-variant-numeric:tabular-nums;margin:2px 0 0;font-weight:800}@media (prefers-reduced-motion:no-preference){.sync-dialog[data-state=open]{animation:.26s cubic-bezier(.16,1,.3,1) cc-sync-in}.sync-dialog-overlay[data-state=open]{animation:.16s ease-out cc-overlay-in}}@keyframes cc-sync-in{0%{opacity:0;transform:translate(-50%,calc(10px - 50%))scale(.98)}}@media (max-width:600px){.owned-tournament-grid{grid-template-columns:1fr}.owned-tournament-card{min-height:190px}.owned-tournament-content{min-height:186px;padding:14px}.sync-dialog{padding:22px 18px}}@media (prefers-reduced-motion:reduce){.owned-tournament-card,.sync-progress>span{transition:none!important}}.event-reveal{min-width:0}.event-reveal>.event-card{height:100%;display:block}.hero-art-motion{min-height:320px}.hero-art-motion>figure{margin:0;position:absolute;inset:0}.hero-art-motion img{object-fit:contain}.hero-art-motion figure>div>div{pointer-events:none;width:100%;height:100%}.hero-art-motion .scribble,.blur-text{white-space:nowrap}@keyframes cc-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes cc-sheet-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@keyframes cc-overlay-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:no-preference){.character-dropdown{animation:.18s ease-out cc-panel-in}.sheet[data-state=open]{animation:.2s ease-out cc-sheet-in}.sheet-overlay[data-state=open]{animation:.16s ease-out cc-overlay-in}}@media (max-width:700px){.hero-art-motion{aspect-ratio:1;min-height:0}}.account-settings{overflow-wrap:anywhere}.character-picker{border:0;min-width:0;margin:20px 0;padding:0;position:relative;container-type:inline-size}.character-picker[data-open=true]{z-index:30}.live-form .character-trigger{text-align:left;justify-content:space-between;align-items:center;gap:12px;width:100%;margin:0;padding:6px 12px;display:flex}.character-trigger-icons{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.character-trigger-icons img{object-fit:contain;width:36px;height:36px}.character-trigger>svg{flex-shrink:0}.character-dropdown{border:2px solid var(--ink);background:var(--surface);border-radius:9px;width:100%;max-height:70dvh;margin-top:6px;padding:12px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:4px 4px #dfd2c2}.character-dropdown .character-grid{max-height:290px;margin:8px 0}.character-grid button{position:relative}.character-check{color:#fff;background:var(--accent);border-radius:50%;padding:1px;position:absolute;bottom:1px;right:1px}.character-unknown{place-items:center;min-width:36px;min-height:36px;display:inline-grid}.character-done{width:100%;font-weight:700;margin:4px 0 0!important}.character-picker legend{margin-bottom:12px;font-weight:700}.character-picker-toolbar{gap:8px;display:flex}.character-picker-toolbar input{flex:1;min-width:0}.character-picker-toolbar button{flex-shrink:0;min-width:44px}.live-form .character-grid button,.live-form .character-selection button{min-width:44px;margin:0}.live-form .character-picker{margin:20px 0}.startgg-event-details{margin:16px 0}.startgg-event-details summary{cursor:pointer;min-height:44px;padding:12px 0;font-weight:700}.character-picker button{cursor:pointer;border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--ink);border-radius:6px}.character-picker button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.character-selection{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.character-selection button{padding:6px 10px}.character-grid{grid-template-columns:repeat(10,minmax(44px,1fr));gap:6px;max-height:390px;padding:4px;display:grid;overflow-y:auto}.character-grid button{flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:4px 0;display:flex}.character-grid img{object-fit:contain;width:44px;height:44px}.character-grid span{overflow-wrap:anywhere;font-size:12px;line-height:1.3}.character-grid button[aria-pressed=true]{background:var(--surface-2);border:2px solid var(--accent);box-shadow:inset 0 -3px var(--accent)}@container (max-width:540px){.character-grid{grid-template-columns:repeat(auto-fit,minmax(44px,1fr))}}.record-section-title{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;display:flex}.record-section-title h2{margin:0}.record-section-title>span{color:var(--muted);font-size:13px;font-weight:800}.record-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.event-record-card,.opponent-record-card{border:2px solid var(--ink);background:var(--surface-2);min-width:0;min-height:154px;box-shadow:4px 4px 0 var(--ink);color:var(--ink);border-radius:12px;position:relative;overflow:hidden}.event-record-card{display:block}.event-record-card:hover,.event-record-card:focus-visible{box-shadow:6px 6px 0 var(--accent);transform:translate(-1px,-1px)}.event-record-art{filter:saturate(.75)contrast(.9);opacity:.52;background-position:50%;background-size:cover;position:absolute;inset:0}.event-record-card:after{content:"";background:linear-gradient(105deg,#fffcf7eb 4%,#fffcf7a8 58%,#f3ebdd29);position:absolute;inset:0}.event-record-content{z-index:1;flex-direction:column;min-height:154px;padding:16px;display:flex;position:relative}.event-record-content>strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(15px,2vw,20px);line-height:1.25;display:-webkit-box;overflow:hidden}.event-record-stats{flex-wrap:wrap;gap:7px 14px;margin-top:14px;font-weight:900;display:flex}.event-record-stats>span,.opponent-count{align-items:center;gap:5px;display:inline-flex}.event-record-stats svg,.opponent-count svg{width:16px;height:16px;color:var(--accent)}.event-record-foot{color:var(--muted);justify-content:space-between;align-items:end;gap:8px;margin-top:auto;font-size:13px;display:flex}.record-fighters{justify-content:end;display:flex}.record-fighters img{object-fit:contain;filter:drop-shadow(1px 2px #fff);width:38px;height:38px;margin-left:-8px}.opponent-record-card{background:var(--surface);min-height:132px}.opponent-record-card>img{object-fit:contain;opacity:.34;filter:grayscale(.1);width:126px;height:126px;position:absolute;bottom:-14px;right:-10px}.opponent-record-copy{z-index:1;flex-direction:column;align-items:flex-start;min-height:132px;padding:14px;display:flex;position:relative}.opponent-record-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:78%;font-size:clamp(17px,2.3vw,23px);overflow:hidden}.opponent-id{color:var(--muted);font-size:12px}.opponent-count{margin-top:auto;font-weight:900}.opponent-score{color:var(--accent);margin-top:3px;font-size:13px;font-weight:800}.record-empty{color:var(--muted);text-align:center;margin:0;padding:26px 0 12px}.event-record-card.local,.event-record-card.local .event-record-content{min-height:90px}@media (min-width:720px){.record-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr))}}.match-win{color:var(--accent-strong)}@media (max-width:420px){.record-grid{gap:8px}.event-record-card,.opponent-record-card{box-shadow:3px 3px 0 var(--ink)}.event-record-content{min-height:145px;padding:11px}.event-record-stats{gap:3px;margin-top:9px;font-size:13px;display:grid}.record-fighters img{width:30px;height:30px}.opponent-record-copy{min-height:126px;padding:11px}.opponent-record-card>img{opacity:.28;width:104px;height:104px}.opponent-record-copy strong{max-width:90%}}.game-record{border:1px solid var(--line);border-radius:8px;min-width:0;margin:12px 0;padding:16px}@media (max-width:700px){.account-desktop-label{display:none}.account-mobile-label{display:inline}.header-actions{flex-shrink:0;gap:8px!important}.live-account{max-width:none;font-size:14px}.header-actions>.button{min-height:44px}}@media (max-width:390px){.header{gap:6px;padding:0 12px}.header .brand small{display:none}.header .brand>.cc-mark{width:26px;height:26px}.header .brand>span{font-size:15px}.header-actions{gap:5px!important}.header .live-account{padding:6px}}.live-match-list{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:16px;margin:20px 0;display:grid}.live-match{text-align:left;border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--ink);cursor:pointer;border-radius:8px;flex-direction:column;gap:10px;padding:20px;display:flex}.live-match-items{display:contents}.live-bracket-round{flex-direction:column;flex-shrink:0;justify-content:space-around;gap:20px;min-width:285px;max-width:320px;display:flex}.live-bracket-round>h3{margin:0;font-size:14px;line-height:1.6}.live-bracket-round>.live-match{width:100%}.live-match>span{justify-content:space-between;gap:20px;min-height:24px;display:flex}.live-match small{color:var(--muted);font-size:13px}.live-bracket-pan{touch-action:pan-x pan-y;background:var(--surface-2);border:2px solid var(--ink);border-radius:12px;width:max-content;max-width:none;padding:18px;overflow:visible}.pinch-bracket-stage{min-width:100%;position:relative}.pinch-bracket-inner{transform-origin:0 0;width:max-content;padding-right:12px}.bracket-board{gap:30px;width:max-content;min-width:100%;display:grid}.bracket-pool>h2{left:var(--bracket-stage-gutter,0);border:2px solid var(--ink);background:var(--surface);width:fit-content;box-shadow:3px 3px 0 var(--accent);margin:0 0 12px;padding:5px 10px;font-size:16px;position:sticky}.bracket-section{width:max-content;min-width:100%;margin-bottom:24px}.bracket-section>h3{left:var(--bracket-stage-gutter,0);z-index:4;width:fit-content;color:var(--accent);letter-spacing:.08em;margin:0 0 8px;font-size:14px;font-weight:950;position:sticky}.bracket-canvas{box-sizing:border-box;min-width:100%;padding-left:var(--bracket-canvas-inset);display:flex;position:relative}.bracket-lines{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.bracket-lines path{fill:none;stroke:var(--accent);stroke-width:3px;vector-effect:non-scaling-stroke}.bracket-pool-advance{z-index:4;width:174px;min-height:44px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:34px minmax(92px,1fr) 20px;align-items:center;padding:0 8px 0 0;display:grid;position:absolute;transform:translateY(-50%)}.bracket-pool-advance>*{pointer-events:none}.bracket-pool-advance i{background:var(--accent);height:3px}.bracket-pool-advance strong{border:2px solid var(--accent);background:var(--surface);color:var(--accent);text-overflow:ellipsis;white-space:nowrap;border-radius:5px;padding:7px 8px;font-size:12px;overflow:hidden}.bracket-pool-advance span{color:var(--accent);text-align:center;font-size:18px;font-weight:950}.bracket-pool-advance:hover strong,.bracket-pool-advance:focus-visible strong{background:var(--accent);color:var(--on-accent)}.bracket-accordion{--bracket-stage-gutter:14px;grid-template-columns:minmax(0,1fr);align-content:start;gap:10px;min-height:calc(100vh - 120px);margin-inline:calc(50% - 50vw);padding-bottom:clamp(120px,30vh,320px);display:grid}.bracket-pool-frame{border:2px solid var(--ink);background:var(--surface);min-width:0;box-shadow:5px 5px 0 rgba(var(--ink-rgb), .22);border-radius:10px;scroll-margin-top:8px}.bracket-pool-frame[data-expanded=true]{border-color:var(--accent);background:var(--surface-2);box-shadow:none}.bracket-pool-frame-heading{margin:0}.bracket-pool-frame-toggle{width:100%;min-height:52px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto 26px;align-items:center;gap:10px;padding:8px 12px;display:grid}.bracket-pool-frame-toggle:focus-visible{outline:3px solid var(--accent);outline-offset:-3px}.bracket-pool-frame-phase{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);letter-spacing:.06em;white-space:nowrap;padding:3px 7px;font-size:11px;font-weight:850}.bracket-pool-frame-toggle strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.bracket-pool-frame-toggle small{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:750}.bracket-pool-frame-mark{background:var(--accent);opacity:.4;width:26px;height:3px;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .22s cubic-bezier(.16,1,.3,1)}.bracket-pool-frame[data-expanded=true] .bracket-pool-frame-mark{opacity:1;transform:rotate(90deg)}.bracket-pool-frame-panel{overflow:hidden}.bracket-pool-frame-panel[data-open=false]{opacity:0;height:0}.bracket-pool-frame-panel-inner{min-width:0;padding:0}.bracket-pool-frame-panel .live-bracket-pan{box-shadow:none;padding:var(--bracket-stage-gutter,14px);border:0}.bracket-pool-frame-panel .empty{margin:0}.bracket-capture-stage{z-index:-1;pointer-events:none;position:fixed;top:0;left:-12000px}.bracket-capture-stage .bracket-pool>h2,.bracket-capture-stage .bracket-section>h3,.bracket-capture-stage .bracket-column>h4{position:static}@media (prefers-reduced-motion:no-preference){.bracket-pool-frame[data-motion=opening]{animation:.42s cubic-bezier(.16,1,.3,1) both cc-bracket-focus}@keyframes cc-bracket-focus{0%{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 12%, var(--surface))}}}@media (prefers-reduced-motion:reduce){.bracket-pool-frame[data-motion]{animation:none}.bracket-pool-frame-mark{transition:none}}@media (max-width:600px){.bracket-accordion{--bracket-stage-gutter:10px;margin-inline:0}.bracket-pool-frame{overflow:hidden}.bracket-pool-frame-panel[data-open=true],.bracket-pool-frame-panel-inner{min-width:0;overflow:hidden}.bracket-pool-frame-panel .live-bracket-pan{overscroll-behavior-x:contain;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow:auto}.bracket-pool-frame-toggle{grid-template-columns:auto minmax(0,1fr) 22px;gap:8px;padding:7px 9px}.bracket-pool-frame-toggle small{display:none}}.top-tour{z-index:100;position:fixed;inset:0}.top-tour-backdrop{background:#000000a3;position:absolute;inset:0}.top-tour-focus{z-index:1;border:2px solid var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 24%,transparent),0 0 0 9999px #000000a3;pointer-events:none;border-radius:10px;position:fixed}.top-tour-card{z-index:2;border:2px solid var(--accent);background:var(--surface-2);width:min(320px,100vw - 24px);color:var(--ink);border-radius:10px;padding:14px;position:fixed;box-shadow:0 18px 42px #00000047}.top-tour-card header,.top-tour-card footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.top-tour-card header>span{color:var(--accent);font-size:12px;font-weight:900}.top-tour-card header button{width:36px;height:36px;color:var(--ink);background:0 0;border:0;border-radius:10px;place-items:center;padding:0;display:grid}.top-tour-card h2{margin:8px 0 5px;font-size:22px}.top-tour-card p{color:var(--muted);margin:0 0 14px;font-size:14px;line-height:1.55}.top-tour-card footer button{border:1px solid var(--line);background:var(--surface-3);min-height:44px;color:var(--ink);font:inherit;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-weight:850;display:inline-flex}.top-tour-card footer button.primary{border-color:var(--accent);background:var(--accent);color:var(--on-accent);margin-left:auto}.top-tour-card footer button:disabled{opacity:.42}@media (prefers-reduced-motion:reduce){.top-tour-focus{transition:none}}.bracket-column{z-index:1;box-sizing:border-box;width:var(--bracket-column-width);min-width:var(--bracket-column-width);flex:0 0 var(--bracket-column-width);padding-right:var(--bracket-column-gap);flex-direction:column;display:flex;position:relative}.bracket-canvas>.bracket-column:nth-child(n){padding-top:0}.bracket-column>h4{left:var(--bracket-stage-gutter,0);z-index:2;width:calc(var(--bracket-column-width) - var(--bracket-column-gap));height:var(--bracket-header-height);background:var(--surface-2);border-bottom:1px solid var(--line);white-space:nowrap;margin:0;padding-bottom:8px;font-size:13px;line-height:20px;position:sticky}.bracket-column-matches{flex:1;padding:6px 0;display:block;position:relative}.bracket-match-card{width:var(--bracket-card-width);height:var(--bracket-card-height);min-height:var(--bracket-card-height);border:1.5px solid var(--ink);background:var(--surface);box-shadow:2px 2px 0 rgba(var(--ink-rgb),.22);color:var(--ink);cursor:pointer;text-align:left;border-radius:5px;padding:0;position:relative;overflow:visible}.bracket-column-matches>.bracket-match-card{position:absolute}.bracket-match-rows{border-radius:4px;display:block;overflow:hidden}.bracket-match-card .predicted-winner em{color:var(--accent)}.bracket-match-card .predicted-winner b{color:var(--on-accent)}.bracket-match-card:hover,.bracket-match-card:focus-visible{z-index:3;border-color:var(--accent);box-shadow:3px 3px 0 var(--accent)}.bracket-match-rows>span{border-bottom:1px solid var(--line);grid-template-columns:18px 22px 34px minmax(0,1fr) 26px;align-items:center;min-height:26px;font-size:13px;display:grid}.bracket-match-flag{justify-content:center;align-items:center;min-width:0;display:flex}.bracket-match-flag .country-flag{margin-right:0;font-size:12px}.bracket-match-flag .country-flag .fi{width:16px;height:12px}.bracket-match-characters{--entrant-icon:16px;--entrant-icon-gap:2px;justify-content:flex-end;align-items:center;gap:var(--entrant-icon-gap);min-width:0;display:flex}.bracket-match-characters img,.bracket-match-characters u{flex:0 0 var(--entrant-icon);width:var(--entrant-icon);height:var(--entrant-icon);object-fit:contain;text-decoration:none;display:block}.bracket-match-characters>:nth-child(3){margin-inline-start:calc(-1 * (var(--entrant-icon) + var(--entrant-icon-gap)))}.bracket-match-rows>span:last-of-type{border-bottom:0}.bracket-match-card i{color:var(--muted);text-align:center;font-size:11px;font-style:normal}.bracket-match-card em{text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-weight:750;overflow:hidden}.bracket-match-card b{background:var(--surface-2);align-self:stretch;place-items:center;font-size:13px;display:grid}.bracket-match-card .winner b{background:var(--accent);color:var(--on-accent)}.bracket-match-badge{z-index:2;width:max-content;min-width:14px;max-width:46px;height:13px;box-shadow:1px 1px 0 rgba(var(--ink-rgb), .35);background:var(--ink);color:var(--surface);text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border-radius:3px;place-items:center;padding:0 3px;font-size:9px;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;left:0;overflow:hidden;transform:translate(-50%,-50%)}.bracket-match-stream{max-width:var(--bracket-card-width);border:1px solid var(--line);background:var(--surface-2);height:18px;color:var(--ink);white-space:nowrap;border-radius:4px;align-items:center;gap:4px;padding:1px 6px;font-size:10px;font-weight:850;line-height:1;text-decoration:none;display:inline-flex;overflow:hidden}.bracket-match-stream span{text-overflow:ellipsis;overflow:hidden}.bracket-match-stream .live-record-dot{background:#e0382c;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 0 2px #e0382c47}.bracket-match-stream:not(.is-plain):hover,.bracket-match-stream:not(.is-plain):focus-visible{border-color:var(--accent);color:var(--accent)}.bracket-match-stream.above-set{position:absolute;left:0}.bracket-match-stream.in-list{margin-bottom:4px;position:static}.country-flag{align-items:center;margin-right:4px;font-size:1em;line-height:1;display:inline-flex}.country-flag .fi{border-radius:2px;width:16px;height:12px;display:block}.stream-status-card{gap:10px;display:grid}.stream-status-card>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.stream-status-card h2{margin:2px 0 0}.stream-status-card>header>svg{color:var(--accent)}.stream-status-summary{margin:0;font-size:14px;font-weight:850}.stream-status-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.stream-status-list li{align-items:center;gap:8px;min-width:0;display:flex}.stream-status-list strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.stream-status-list a{border:1px solid var(--line);width:32px;height:32px;color:var(--ink);border-radius:6px;place-items:center;display:inline-grid}.stream-status-list small{color:var(--muted);margin-left:auto}.stream-status-dot{background:var(--accent);border-radius:50%;flex:none;width:7px;height:7px}.stream-status-note{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.stream-status-card .button{justify-self:start}.event-tab-panel{touch-action:pan-y;min-width:0}.event-tab-panel:has(.live-bracket-pan){touch-action:auto}@media (prefers-reduced-motion:no-preference){.event-tab-panel[data-direction=next]{animation:.22s cubic-bezier(.16,1,.3,1) both cc-tab-next}.event-tab-panel[data-direction=previous]{animation:.22s cubic-bezier(.16,1,.3,1) both cc-tab-previous}@keyframes cc-tab-next{0%{opacity:.25;transform:translate(22px)}}@keyframes cc-tab-previous{0%{opacity:.25;transform:translate(-22px)}}}@media (max-width:700px) and (prefers-reduced-motion:no-preference){.event-tab-panel[data-direction]{animation:.14s cubic-bezier(.16,1,.3,1) both cc-tab-mobile}@keyframes cc-tab-mobile{0%{opacity:.58}}}.live-queue-item{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 0;display:flex}.live-queue-item>span{flex:1;min-width:160px}.live-overlay{background:0 0;padding:24px;position:fixed;inset:0}.live-scorebar{background:var(--surface);color:var(--ink);border-bottom:7px solid var(--accent);text-align:center;grid-template-columns:1fr 60px 240px 60px 1fr;align-items:center;gap:16px;padding:14px 24px;font-size:28px;display:grid}.live-scorebar small{font-size:16px;display:block}.live-overlay.red .live-scorebar{background:var(--accent);color:#fff}.live-overlay.minimal .live-scorebar{color:#fff;background:#141414d9;border:0}.event-body{padding:22px}.event-body>p{align-items:center;gap:6px;display:flex}.event-art{background:var(--surface-2);flex-direction:column;justify-content:space-between;align-items:start;gap:18px;min-height:155px;padding:24px;display:flex}.event-art>strong{font-size:24px}.art-1{background:#e8d4c6}.art-2,.art-3{background:var(--surface-2)}.panel>p{line-height:1.8}.panel h2,.panel h3{margin-bottom:16px}.panel{overflow-wrap:anywhere}body:has(.live-overlay){background:0 0}.live-form [hidden]{display:none}.live-form :focus-visible,.live-match:focus-visible{outline:3px solid var(--accent);outline-offset:3px}@media (max-width:700px){.live-grid{grid-template-columns:1fr;gap:16px}.live-match-list{grid-template-columns:1fr}.live-scorebar{grid-template-columns:1fr 32px 70px 32px 1fr;gap:5px;padding:10px;font-size:16px}.live-account{max-width:70px}.live-grid .panel{padding:20px}.live-overlay{padding:4px}}.cc-select-trigger{width:100%;min-height:44px;color:var(--ink);background:var(--surface);border:1px solid var(--line);font:inherit;text-align:left;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:inline-flex}.cc-select-trigger:hover{border-color:var(--accent);background:var(--surface)}.cc-select-trigger[data-state=open]{z-index:122;pointer-events:auto;position:relative}.cc-select-trigger[data-state=open]>svg,.cc-select-trigger[data-state=open] [data-radix-select-icon] svg{transform:rotate(180deg)}.cc-select-trigger:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.cc-select-trigger[data-disabled]{opacity:.55;cursor:not-allowed}.cc-select-placeholder{color:var(--muted)}.cc-select-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cc-select-content{z-index:120;min-width:var(--radix-select-trigger-width);background:var(--surface);border:1px solid var(--line);max-width:min(92vw,420px);max-height:min(60vh,360px);box-shadow:0 8px 20px rgba(var(--ink-rgb), .13);border-radius:10px;overflow:hidden}.cc-select-viewport{padding:5px}.cc-select-item{min-height:44px;color:var(--ink);font:inherit;cursor:pointer;border-radius:6px;outline:none;align-items:center;padding:8px 36px 8px 12px;display:flex;position:relative}.cc-select-item[data-highlighted]{background:var(--surface-2);color:var(--accent-strong)}.cc-select-item[data-state=checked]{font-weight:700}.cc-select-item>span:last-child{position:absolute;right:10px}@media (prefers-reduced-motion:no-preference){.cc-select-content{animation:.16s ease-out cc-select-in}@keyframes cc-select-in{0%{opacity:.5;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}}.cc-city-content{z-index:121;width:min(var(--radix-popover-anchor-width), 92vw);background:var(--surface);border:1px solid var(--line);max-height:min(50vh,350px);box-shadow:0 8px 20px rgba(var(--ink-rgb), .13);border-radius:10px;padding:5px;overflow:auto}.cc-city-content button{width:100%;min-height:44px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex}.cc-city-content button[aria-selected=true],.cc-city-content button:hover{background:var(--surface-2)}.cc-city-content small{color:var(--muted);margin-left:auto}:root{--danger:#ff8d80}:root[data-theme=light]{--danger:#b3261e}.event-admin-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-items:start;gap:14px;margin:14px 0 24px;display:grid}.event-admin-card{min-width:0;margin:0}.event-admin-card:empty{display:none}.event-admin-card[data-span=half]{grid-column:span 3}.event-admin-card[data-span=third]{grid-column:span 2}.event-admin-card[data-span=full]{grid-column:1/-1}.event-admin-card>.panel,.event-admin-card.panel,.event-admin-card .live-form{margin:0}.event-admin-card>.panel{padding:18px}.event-admin-card .live-grid,.event-admin-card .event-admin-toolbar{margin:0}.event-detail-page .event-admin-card>.panel,.event-detail-page .event-admin-card .live-form{margin-bottom:0}.local-event-create{max-width:1040px;margin:0 auto}.local-event-steps{flex-wrap:wrap;justify-content:flex-start;gap:clamp(10px,2.4vw,28px);margin:18px 0 22px}.local-event-steps>span{gap:8px;font-size:12px}.local-event-steps b{width:24px;height:24px;font-size:12px}.local-event-form{margin:0}.local-event-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;display:grid}.local-event-field-wide{grid-column:1/-1}.local-event-field{margin-bottom:14px}.local-event-field .field-label{justify-content:flex-start}.field-help{color:var(--muted);font-size:12px;font-weight:450;line-height:1.5}.required-mark{border:1px solid color-mix(in srgb, var(--accent) 62%, var(--line));color:var(--accent-strong);letter-spacing:.04em;border-radius:999px;padding:1px 5px;font-size:10px;font-weight:800}.field-error{color:var(--danger);margin:0;font-size:12px;font-weight:650;line-height:1.55}.local-event-field.has-error input,.local-event-field.has-error textarea,.local-event-field.has-error .cc-select-trigger{border-color:var(--danger)}.local-event-field.has-error .field-label{color:var(--danger)}.local-event-field.has-error input:focus-visible,.local-event-field.has-error textarea:focus-visible,.local-event-field.has-error .cc-select-trigger:focus-visible{outline-color:var(--danger)}.local-event-checkin{border:1px solid var(--line);background:var(--surface-3);cursor:pointer;border-radius:8px;align-items:flex-start;gap:10px;min-height:48px;padding:12px;display:flex}.local-event-checkin input{flex:none;width:20px;height:20px;min-height:20px;margin:2px 0 0}.local-event-checkin span{gap:2px;display:grid}.local-event-checkin small{color:var(--muted);font-size:12px;font-weight:450}.local-event-optional{border:1px solid var(--line);background:var(--surface-3);border-radius:10px;margin-bottom:14px;overflow:hidden}.local-event-optional-toggle{width:100%;min-height:58px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:22px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:12px 14px;display:grid}.local-event-optional-toggle>svg:first-child{color:var(--accent)}.local-event-optional-toggle>svg:last-child{transition:transform .18s}.local-event-optional-toggle[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.local-event-optional-toggle span{gap:2px;display:grid}.local-event-optional-toggle small{color:var(--muted);font-weight:450}.local-event-optional-body{border-top:1px solid var(--line);padding:14px}.local-event-optional-body .local-event-field:last-child{margin-bottom:0}.local-event-review{gap:14px;margin-bottom:14px;display:grid}.local-event-review>header{align-items:flex-start;gap:12px;display:flex}.local-event-review>header>svg{color:var(--accent);flex:none;margin-top:3px}.local-event-review h2{margin:0 0 4px}.local-event-review p{color:var(--muted);margin:0;font-size:13px}.local-event-review dl{border:1px solid var(--line);background:var(--line);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.local-event-review dl>div{background:var(--surface-3);gap:4px;padding:12px 14px;display:grid}.local-event-review dt{color:var(--muted);font-size:12px;font-weight:800}.local-event-review dd{overflow-wrap:anywhere;margin:0;font-size:14px}.local-event-review-wide{grid-column:1/-1}.local-event-review-long{white-space:pre-wrap;max-height:9em;overflow:auto}.local-event-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.local-event-actions .button{min-width:170px}.local-event-progress{border:1px solid var(--line);background:var(--surface-3);border-radius:8px;align-items:center;gap:10px;margin-top:12px;padding:12px 14px;font-size:13px;display:flex}.local-event-error-summary{border:1px solid var(--danger);background:color-mix(in srgb, var(--danger) 10%, var(--surface-3));border-radius:8px;margin-top:12px;padding:14px}.local-event-error-summary:focus-visible{outline:3px solid var(--danger);outline-offset:3px}.local-event-error-summary strong{color:var(--danger)}.local-event-error-summary p,.local-event-error-summary ul{margin:6px 0 0;font-size:13px;line-height:1.6}.local-event-error-summary ul{padding-left:18px}.local-event-success{align-items:flex-start;gap:16px;margin:24px 0;display:flex}.local-event-success>svg{color:var(--accent);flex:none}.local-event-success h2{margin:4px 0 8px}.local-event-success p{margin:0 0 8px}.local-event-success-links{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}@media (max-width:1100px){.event-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.event-admin-card[data-span=half],.event-admin-card[data-span=third]{grid-column:span 1}.event-admin-card[data-span=full]{grid-column:1/-1}}@media (max-width:700px){.event-admin-grid{grid-template-columns:1fr;gap:12px}.event-admin-card{grid-column:1/-1!important}.local-event-step-grid,.local-event-review dl{grid-template-columns:1fr}.local-event-review-wide{grid-column:auto}.local-event-actions .button{flex:100%}}.workspace-event-picker{flex-wrap:wrap;align-items:center;gap:10px;margin:4px 0 16px;display:flex}.workspace-event-picker>label{font-weight:850}.workspace-event-picker .cc-select-trigger{border:1px solid var(--line);background:var(--surface);max-width:min(100%,380px);min-height:44px;padding:8px}.workspace-event-picker .notice{flex:100%;margin:0}.studio-stack{gap:14px;display:grid}.studio-stack>.panel{margin:0}.studio-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.studio-panel-head h2{margin:2px 0 0}.studio-link-actions,.studio-sync-controls{align-items:center;gap:8px;display:flex}.studio-link-actions .icon-button,.studio-sync-controls .icon-button{width:40px;height:40px;padding:0}.studio-sync-modes{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;align-items:stretch;display:inline-flex;overflow:hidden}.studio-sync-modes button{width:42px;height:40px;color:var(--muted);background:0 0;border:0;place-items:center;display:grid}.studio-sync-modes button+button{border-left:1px solid var(--line)}.studio-sync-modes button.is-active{background:var(--accent);color:#fff}.studio-sync-modes button:focus-visible{outline:3px solid var(--accent);outline-offset:-3px}.studio-sync-now.is-auto{opacity:.5}.autosave-status{color:var(--muted);align-items:center;gap:7px;margin:0 0 12px;font-size:13px;font-weight:700;display:flex}.autosave-status small{font-weight:600}.autosave-status[data-status=saved]{color:var(--accent)}.autosave-status[data-status=dirty]{color:var(--ink)}.autosave-status[data-status=conflict],.autosave-status[data-status=error]{color:var(--danger)}.autosave-status .icon-button{width:30px;height:30px;padding:0}.autosave-spin{animation:.9s linear infinite autosave-spin}@keyframes autosave-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.autosave-spin{animation:none}}.studio-station-list{gap:8px;margin-bottom:10px;display:grid}.studio-station-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.studio-station-row input{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:45px;color:var(--ink);border-radius:6px;flex:160px;padding:9px 12px;font-size:14px;font-weight:400}.studio-station-row .icon-button{width:40px;height:40px;padding:0}.score-stepper{align-items:stretch;gap:6px;display:inline-flex}.score-stepper input{border:2px solid var(--ink);background:var(--surface-3);text-align:center;font-variant-numeric:tabular-nums;border-radius:10px;width:104px;min-height:58px;font-size:30px;font-weight:950;line-height:1}.score-stepper-buttons{gap:3px;display:grid}.score-stepper-buttons button{border:1px solid var(--line);background:var(--surface-2);width:38px;min-height:27px;color:var(--ink);border-radius:5px;place-items:center;display:grid}.score-stepper-buttons button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.score-stepper-buttons button:disabled{opacity:.45}.studio-subhead{margin:16px 0 8px;font-size:15px}.studio-queue-tools{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:10px;display:flex}.studio-queue-tools>.field{flex:280px;min-width:220px;margin:0}.studio-queue-tools .studio-queue-filter{margin-bottom:0}.studio-queue-actions{gap:8px;display:inline-flex}.studio-queue-actions .icon-button{width:44px;height:44px;padding:0}.studio-queue-filter{white-space:nowrap;align-items:center;gap:8px;margin-bottom:6px;display:inline-flex}.studio-queue-filter .cc-select-trigger{min-width:160px}.studio-queue{color:var(--muted);gap:6px;margin:0;padding-left:20px;font-size:14px;display:grid}.studio-queue li{align-items:center;gap:10px;min-width:0;display:flex}.studio-queue-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.studio-queue-item-actions{flex:none;gap:4px;margin-left:auto;display:inline-flex}.studio-queue-item-actions .icon-button{width:40px;height:40px;padding:0}.studio-field-row{flex-wrap:wrap;align-items:flex-start;gap:16px;margin:18px 0;display:flex}.studio-field-row>.field,.studio-field-row>.character-picker{flex:170px;min-width:0;margin:0}.studio-field-row .character-trigger{width:100%}@media (max-width:600px){.studio-field-row{gap:10px}.studio-field-row>.field,.studio-field-row>.character-picker{flex-basis:140px}}.studio-toast{z-index:60;border:1px solid var(--accent);background:var(--surface);max-width:min(92vw,460px);color:var(--ink);box-shadow:0 10px 28px var(--shadow);text-align:center;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:750;position:fixed;bottom:26px;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:no-preference){.studio-toast{animation:.24s cubic-bezier(.16,1,.3,1) cc-toast-in}}
html{background:var(--surface);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scrollbar-color:var(--accent) var(--surface-2)}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--surface);color:var(--ink)}.cc-route-stage{min-height:40vh}@media (prefers-reduced-motion:no-preference){.cc-route-stage{animation:.24s cubic-bezier(.16,1,.3,1) both cc-route-enter}@keyframes cc-route-enter{0%{opacity:.35;transform:translateY(7px)}}}::selection{background:var(--accent);color:var(--on-accent)}*{scrollbar-width:thin;scrollbar-color:var(--accent) var(--surface-2)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--accent);border:3px solid var(--surface-2)}.header{z-index:70;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px)saturate(120%);backdrop-filter:blur(14px)saturate(120%);max-width:none;height:76px;padding:0 max(4vw,50vw - 695px);position:sticky;top:0}.brand>span{color:var(--ink);font-family:Smiley Sans,sans-serif}.brand>span>span,.brand>svg,.brand>.cc-mark,.cc-mark-accent{color:var(--accent)}.cc-mark-ink{color:var(--ink)}.brand small{color:var(--muted)}.nav{gap:clamp(16px,2.1vw,32px)}.nav a,.nav a:hover,.nav .active{color:var(--ink)}.nav .active:after{background:var(--accent);height:5px;bottom:-3px;transform:skew(-18deg)}.header .primary,.hero-cta,.discovery-status,.status,.stage-options button[aria-pressed=true],.creation-choices button[aria-pressed=true]{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.button.primary{box-shadow:none;clip-path:polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%)}.button.primary:hover{background:var(--accent-strong);transform:translateY(-1px)}.theme-toggle{border:1px solid var(--line);background:var(--surface-2);width:44px;height:44px;color:var(--ink);border-radius:10px;flex:0 0 44px;place-items:center;padding:0;display:inline-grid;position:relative;overflow:hidden}.theme-toggle:hover{border-color:var(--accent);background:var(--surface-3)}.theme-toggle svg{grid-area:1/1;transition:transform .26s cubic-bezier(.16,1,.3,1),opacity .16s}:root[data-theme=dark] .theme-sun{opacity:1;color:var(--accent);transform:rotate(0)scale(1)}:root[data-theme=dark] .theme-moon{opacity:0;transform:rotate(-25deg)scale(.55)}:root[data-theme=light] .theme-sun{opacity:0;transform:rotate(30deg)scale(.55)}:root[data-theme=light] .theme-moon{opacity:1;transform:rotate(0)scale(1)}::view-transition-old(root){animation-duration:.16s;animation-timing-function:cubic-bezier(.16,1,.3,1)}::view-transition-new(root){animation-duration:.16s;animation-timing-function:cubic-bezier(.16,1,.3,1)}::view-transition-old(root){animation-name:none}::view-transition-new(root){animation-name:cc-theme-in}@keyframes cc-theme-in{0%{opacity:0}}.main{max-width:1390px;padding:0 24px 68px}.hero{isolation:isolate;border:1px solid var(--line);background:var(--surface) url(/brand/hero-graffiti-dark.webp) center / cover no-repeat;border-radius:0;grid-template-columns:minmax(320px,.82fr) minmax(320px,1.18fr);min-height:clamp(420px,38vw,535px);margin:18px 0 14px;padding:clamp(38px,6vw,82px) clamp(24px,4.7vw,68px);position:relative;overflow:hidden}:root[data-theme=light] .hero{background-image:url(/brand/hero-graffiti-light.webp)}.hero:after{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg, color-mix(in srgb, var(--surface) 98%, transparent) 0 34%, color-mix(in srgb, var(--surface) 58%, transparent) 50%, transparent 69%);position:absolute;inset:0}.hero-copy{z-index:2;align-self:center;max-width:590px;position:relative}.hero h1{max-width:8ch;color:var(--ink);letter-spacing:-.04em;text-wrap:balance;margin:0 0 22px;font-family:Smiley Sans,Noto Sans SC,sans-serif;font-size:clamp(54px,6.2vw,92px);font-weight:950;line-height:.98}.hero .brush-word{color:var(--ink);display:block}.hero .brush-word:after{background:var(--accent);height:9px;bottom:-5px;transform:skew(-18deg)rotate(-1deg)}.hero p{color:var(--ink);margin:0 0 26px;font-size:clamp(15px,1.25vw,18px);font-weight:650;line-height:1.55}.hero-subtitle{gap:3px;max-width:48ch;display:grid}.hero-subtitle span,.hero-subtitle strong{display:block}.hero-subtitle strong{margin-top:3px;font-weight:950}.hero-cta{min-height:50px;font:inherit;cursor:pointer;clip-path:polygon(8px 0,100% 0,calc(100% - 9px) 100%,0 100%);border:0;align-items:center;gap:18px;padding:12px 22px;font-weight:950;display:inline-flex}.hero-cta:hover{background:var(--accent-strong);gap:24px}.hero-graffiti{align-self:stretch;min-height:260px;position:relative}.hero-inputs,.hero-community{color:color-mix(in srgb, var(--ink) 80%, transparent);letter-spacing:.06em;font-weight:900;position:absolute;transform:rotate(-3deg)}.hero-inputs{font-size:clamp(18px,2vw,29px);bottom:2%;right:4%}.hero-community{text-align:right;font-size:clamp(11px,1vw,14px);line-height:1.12;top:8%;right:2%}.event-filterbar{grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(150px,.75fr));align-items:end;gap:12px;margin:26px 0 18px;scroll-margin-top:96px;display:grid}.game-ribbon{border-block:1px solid var(--line);grid-template-columns:minmax(170px,.75fr) repeat(4,minmax(150px,1fr));align-items:stretch;margin:10px 0 20px;display:grid}.game-ribbon button{border:0;border-right:1px solid var(--line);min-width:0;min-height:68px;color:var(--ink);background:0 0;place-items:center;padding:10px 16px;display:grid}.game-ribbon button:last-child{border-right:0}.game-ribbon button:first-child{gap:10px;font-weight:900;display:flex}.game-ribbon button:hover{background:var(--surface-2)}.game-ribbon button[aria-pressed=true]{background:var(--accent);color:var(--on-accent)}.cc-game-mark{background:0 0;border:0;width:100%;min-width:0;min-height:0;padding:0}.cc-game-mark[data-game=tekken8],.cc-game-mark[data-game=ssbu]{background:0 0;border:0}.cc-game-mark img{object-fit:contain;filter:brightness(0)invert();width:min(160px,86%);max-width:none;height:38px;max-height:none;display:block}:root[data-theme=light] .cc-game-mark img{filter:brightness(0)}.game-ribbon .cc-game-mark{background:0 0;border:0;width:100%;height:100%}.game-ribbon .cc-game-mark img{filter:brightness(0)invert();width:min(170px,88%);height:46px}:root[data-theme=light] .game-ribbon .cc-game-mark img{filter:brightness(0)}.cc-select-item .cc-game-mark{justify-content:flex-start;min-height:42px}.cc-select-item .cc-game-mark img{width:min(170px,84%);height:36px}.event-filterbar>.field{width:auto;min-width:0}.event-search{position:relative}.event-search>svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.event-search input{width:100%;padding-left:42px}.field-label{color:var(--muted);letter-spacing:.04em;font-size:12px;font-weight:800}.field input,.field select,.live-form input,.live-form textarea,.live-form select,.cc-select-trigger,.cc-select-content,.cc-city-content{background:var(--surface-3);color:var(--ink);border-color:var(--line)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}.event-grid{gap:14px}.event-card,.panel,.live-match,.match-dialog,.sync-dialog,.owned-tournament-card,.game-profile-card{background-color:var(--surface-2);color:var(--ink);border-color:var(--line);box-shadow:none}.discovery-card{border-radius:10px;min-height:245px;overflow:hidden}.discovery-status{clip-path:polygon(5px 0,100% 0,calc(100% - 5px) 100%,0 100%);width:fit-content;padding:4px 9px;line-height:1.2}.discovery-status.status-registration{background:var(--accent);color:var(--on-accent)}.discovery-status.status-running{background:var(--live);color:#fff;align-items:center;gap:6px;width:fit-content;display:inline-flex}.discovery-status.status-running .discovery-live-dot{background:var(--live);border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 1.5px #fff}.discovery-status.status-completed{background:var(--ink);color:var(--surface)}.discovery-status.status-unknown{background:var(--surface-3);color:var(--muted);border:1px solid var(--line)}.discovery-badges{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:8px;display:flex}.discovery-badges .discovery-status{margin-bottom:0}.discovery-mode{border:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 86%,transparent);min-height:24px;color:var(--ink);border-radius:10px;align-items:center;gap:5px;padding:3px 7px;font-size:11px;font-weight:850;display:inline-flex}.discovery-card:before{background:linear-gradient(100deg, color-mix(in srgb, var(--surface) 98%, transparent) 0 30%, color-mix(in srgb, var(--surface) 80%, transparent) 58%, color-mix(in srgb, var(--surface) 44%, transparent) 100%)}:root[data-theme=light] .discovery-card:before{background:linear-gradient(100deg, color-mix(in srgb, var(--surface) 98%, transparent) 0 30%, color-mix(in srgb, var(--surface) 84%, transparent) 58%, color-mix(in srgb, var(--surface) 50%, transparent) 100%)}.discovery-art{filter:saturate(.82)contrast(1.08);transition:transform .5s cubic-bezier(.16,1,.3,1),filter .3s;transform:scale(1.01)}.discovery-art.is-default{background-image:url(/brand/hero-graffiti-dark.webp);background-position:68%}:root[data-theme=light] .discovery-art.is-default{background-image:url(/brand/hero-graffiti-light.webp)}.discovery-card:hover .discovery-art{filter:saturate()contrast(1.12);transform:scale(1.045)}.discovery-card:hover{border-color:var(--accent);transform:translateY(-3px)}.discovery-card h3{color:var(--ink);font-weight:950}.discovery-meta,.discovery-games,.discovery-formats{color:var(--muted)}.discovery-arrow{color:var(--accent);transition:transform .24s cubic-bezier(.16,1,.3,1)}.discovery-card:hover .discovery-arrow{transform:translate(4px,-4px)}.panel,.owned-tournament-card,.game-profile-card{border-radius:10px}.outline{background:var(--surface-3);color:var(--ink);border-color:var(--line)}.outline:hover,.ghost:hover,.icon-button:hover{background:var(--surface-2)}.live-account{color:var(--ink);border-color:var(--line)}.startgg-bind-card{color:var(--ink);background:var(--surface-2);border-color:var(--line);box-shadow:none}.startgg-bind-icon,.game-profile-add-icon{color:var(--on-accent)}.notice,.empty{color:var(--ink)}.page-heading .eyebrow{display:none}footer{color:var(--muted);border-color:var(--line)}.footer-brand{color:var(--ink)}.footer-brand svg{color:var(--accent)}.cc-request-bar>span,.sync-progress>span,.cc-loading-line:after{background-color:var(--accent)}.cc-click-spark{border-color:var(--accent)}.cc-loading-mark{border-color:var(--line);border-top-color:var(--accent)}.button[data-busy=true]:after{background:var(--on-accent)}@media (prefers-reduced-motion:no-preference){.hero:before{content:"";z-index:1;pointer-events:none;background:var(--accent);transform-origin:100%;animation:.72s cubic-bezier(.16,1,.3,1) both cc-poster-open;position:absolute;inset:0}@keyframes cc-poster-open{0%{clip-path:polygon(0 0,100% 0,100% 100%,0 88%);transform:scaleX(1)}to{clip-path:polygon(94% 0,100% 0,100% 100%,100% 100%);transform:scaleX(0)}}}@media (max-width:960px){.header{padding-inline:20px}.hero{background-position:58%;grid-template-columns:minmax(0,1fr);min-height:480px}.hero-copy{max-width:530px}.hero-graffiti{pointer-events:none;position:absolute;inset:0}.event-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}.game-ribbon{grid-template-columns:repeat(5,minmax(110px,1fr));overflow-x:auto}}@media (max-width:700px){.header{gap:8px;height:66px;padding-inline:14px}.brand>span{font-size:19px}.brand small{display:none}.header-actions{gap:7px}.header-actions>.button{width:44px;min-width:44px;padding:0;font-size:0}.header-actions>.button:after{content:"+";color:var(--on-accent);font-size:24px}.theme-toggle{flex-basis:42px;width:42px;height:42px}.main{padding-inline:12px}.mobile-menu[open] .mobile-nav{top:100%}.live-account.is-authenticated{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}.live-account.is-authenticated .account-mobile-label{display:none}.hero{background-position:62%;align-items:end;min-height:410px;margin-top:10px;padding:28px 20px}.hero:after{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 42%, transparent), color-mix(in srgb, var(--surface) 96%, transparent) 63%)}.hero-copy{align-self:end}.hero h1{max-width:7ch;font-size:clamp(52px,16vw,70px)}.hero p{max-width:32ch;font-size:13px;line-height:1.48}.hero-community{display:none}.hero-inputs{top:20px;bottom:auto;right:16px}.event-filterbar{grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.game-ribbon{display:none}.event-filterbar>.field:first-child,.event-filterbar>.field:nth-child(2){grid-column:1/-1}.event-grid{gap:10px}.discovery-card{min-height:190px}.discovery-card:before{background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 52%, transparent), color-mix(in srgb, var(--surface) 97%, transparent) 66%)}.discovery-content{justify-content:end}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}}
