.bo-shell{min-height:100%;display:grid;grid-template-columns:220px minmax(0,1fr);grid-template-rows:56px minmax(0,1fr);grid-template-areas:"brand top" "nav main";background:var(--shell-bg);color:var(--shell-text)}.bo-shell__brand{grid-area:brand;display:flex;align-items:center;gap:10px;padding:0 16px;border-right:1px solid var(--shell-border);border-bottom:1px solid var(--shell-border);background:var(--shell-bg-sidebar);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.bo-shell__brand img{width:28px;height:28px;object-fit:contain}.bo-shell__top{grid-area:top;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;border-bottom:1px solid var(--shell-border);background:var(--shell-bg-elevated)}.bo-shell__top-title{margin:0;font-size:15px;font-weight:650}.bo-shell__top-meta{display:flex;align-items:center;gap:10px;color:var(--shell-text-muted);font-size:13px}.bo-shell__nav{grid-area:nav;display:flex;flex-direction:column;gap:4px;padding:14px 10px;border-right:1px solid var(--shell-border);background:var(--shell-bg-sidebar)}.bo-shell__nav a{display:block;padding:10px 12px;border-radius:8px;color:var(--shell-text-muted);font-size:13.5px;font-weight:600}.bo-shell__nav a:hover{background:#ffffff0a;color:var(--shell-text)}.bo-shell__nav a.is-active{background:var(--shell-accent-dim);color:var(--shell-text)}.bo-shell__main{grid-area:main;min-width:0;min-height:0;overflow:auto;padding:20px 24px 40px}.bo-page h1{margin:0 0 6px;font-size:22px;letter-spacing:-.02em}.bo-page__lead{margin:0 0 20px;color:var(--shell-text-muted);font-size:13.5px}.bo-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:22px}.bo-stat{padding:14px 16px;border:1px solid var(--shell-border);border-radius:10px;background:var(--shell-bg-elevated)}.bo-stat__label{display:block;margin-bottom:6px;font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-dim)}.bo-stat__value{font-size:24px;font-weight:750;font-variant-numeric:tabular-nums}.bo-panel{border:1px solid var(--shell-border);border-radius:10px;background:var(--shell-bg-elevated);overflow:hidden}.bo-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--shell-border)}.bo-panel__head h2{margin:0;font-size:14px;font-weight:650}.bo-panel__body{padding:0}.bo-live{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.bo-live__dot{width:7px;height:7px;border-radius:999px;background:#4ade80;box-shadow:0 0 0 3px #4ade8026}.bo-activity{list-style:none;margin:0;padding:0}.bo-activity__item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:12px;align-items:baseline;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.04);font-size:13px}.bo-activity__item:last-child{border-bottom:0}.bo-activity__kind{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-accent)}.bo-activity__title{font-weight:650}.bo-activity__detail{color:var(--shell-text-muted);font-weight:500}.bo-activity__time{color:var(--shell-text-dim);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.bo-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:end;margin-bottom:16px}.bo-toolbar .shell-field{margin:0;min-width:200px;flex:1 1 200px}.bo-table-wrap{overflow-x:auto}.bo-table{width:100%;border-collapse:collapse;font-size:13px}.bo-table th,.bo-table td{padding:10px 12px;border-bottom:1px solid var(--shell-border);text-align:left;vertical-align:middle}.bo-table th{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-dim);font-weight:650;background:#0003}.bo-form{display:grid;gap:12px;padding:16px}.bo-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end}.bo-field-dd,.bo-when{min-width:0}.bo-field-dd.shell-field .explore-dd{width:100%;flex:none}.bo-field-dd .explore-dd__trigger-label{display:none}.bo-field-dd .explore-dd__trigger{height:36px;border-radius:6px;background:#101010}.bo-when .explore-dd,.bo-when .date-cal{width:100%}.bo-when{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}.bo-when>*{flex:1 1 160px;min-width:140px}.bo-forbidden{min-height:100%;display:grid;place-items:center;text-align:center;padding:40px 20px}.bo-forbidden h1{margin:0 0 8px}@media(max-width:800px){.bo-shell{grid-template-columns:1fr;grid-template-rows:auto auto minmax(0,1fr);grid-template-areas:"brand" "top" "main"}.bo-shell__nav{display:none}.bo-activity__item{grid-template-columns:1fr;gap:4px}}:root{--shell-bg: #0f0f0f;--shell-bg-elevated: #171717;--shell-bg-sidebar: #121212;--shell-border: #2a2a2a;--shell-border-strong: #3a3a3a;--shell-text: #ededed;--shell-text-muted: #8a8a8a;--shell-text-dim: #5c5c5c;--shell-accent: #c85a19;--shell-accent-dim: rgba(200, 90, 25, .16);--shell-accent-ink: #ffffff;--shell-danger: #f87171;--shell-danger-dim: rgba(248, 113, 113, .12);--shell-radius: 8px;--shell-sidebar-w: 232px;--shell-sidebar-w-collapsed: 64px;--shell-topbar-h: 56px;--shell-font: "Inter", "SF Pro Text", "Segoe UI", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{margin:0;font-family:var(--shell-font);background:var(--shell-bg);color:var(--shell-text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{display:grid;grid-template-columns:var(--shell-sidebar-w-collapsed) minmax(0,1fr);grid-template-rows:var(--shell-topbar-h) minmax(0,1fr);grid-template-areas:"logo topbar" "sidebar content";height:100%;min-height:0;overflow:hidden;background:var(--shell-bg)}.shell-logo{grid-area:logo;display:flex;align-items:center;justify-content:center;background:var(--shell-bg);border-bottom:1px solid var(--shell-border);position:relative;z-index:60}.shell-logo__img{width:30px;height:30px;border-radius:0;object-fit:cover;filter:invert(1)}.shell-sidebar-scrim{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:40}.shell-sidebar-scrim.is-visible{opacity:1;pointer-events:auto}.shell-sidebar-slot{grid-area:sidebar;position:relative;min-height:0;overflow:visible;background:var(--shell-bg-sidebar);border-right:1px solid var(--shell-border);z-index:50}.shell-sidebar{position:absolute;inset:0 auto 0 0;width:var(--shell-sidebar-w-collapsed);height:100%;display:flex;flex-direction:column;background:var(--shell-bg-sidebar);border-right:1px solid var(--shell-border);transition:width .18s ease,box-shadow .18s ease;z-index:50;overflow:hidden}.shell-sidebar--expanded{width:var(--shell-sidebar-w);box-shadow:12px 0 40px #0000008c}.shell-sidebar__nav{display:flex;flex-direction:column;gap:4px;padding:12px 8px;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto}.shell-sidebar__section{margin-top:12px;padding-top:12px;border-top:1px solid var(--shell-border);display:flex;flex-direction:column;gap:2px}.shell-sidebar__section-title{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--shell-text-dim);padding:4px 10px 8px;white-space:nowrap;opacity:0;max-height:0;overflow:hidden;transition:opacity .15s ease}.shell-sidebar__section-title.is-visible{opacity:1;max-height:40px}.shell-nav-item{display:flex;align-items:center;justify-content:center;gap:12px;min-height:42px;padding:0;border-radius:8px;color:var(--shell-text-muted);font-size:14px;font-weight:500}.shell-sidebar--expanded .shell-nav-item{justify-content:flex-start;padding:0 12px}.shell-nav-item:hover{background:#ffffff0a;color:var(--shell-text)}.shell-nav-item--active,.shell-nav-item--active:hover{background:var(--shell-accent-dim);color:var(--shell-accent)}.shell-nav-item--active .shell-nav-item__label,.shell-nav-item--active:hover .shell-nav-item__label{color:#fff}.shell-nav-item--soon{opacity:.55;cursor:default}.shell-nav-item--soon:hover{background:transparent;color:var(--shell-text-muted)}.shell-nav-item__glyph{width:32px;height:32px;flex-shrink:0;display:grid;place-items:center;border-radius:8px;background:linear-gradient(145deg,rgba(197,106,74,.16),transparent 55%),var(--shell-bg-elevated);border:1px solid var(--shell-border);color:#ededed}.shell-nav-item:hover .shell-nav-item__glyph{border-color:var(--shell-border-strong);color:#ededed}.shell-nav-item--active .shell-nav-item__glyph{border-color:#c85a1973;background:linear-gradient(145deg,rgba(200,90,25,.22),transparent 55%),var(--shell-bg-elevated);color:#ededed}.shell-nav-item--soon .shell-nav-item__glyph{opacity:.85}.shell-nav-item__icon{width:16px;height:16px;display:block}.shell-nav-item__initials-text{font-family:var(--shell-font);font-size:11px;font-weight:700;letter-spacing:-.04em;line-height:1}.shell-nav-item__dot{width:6px;height:6px;border-radius:999px;background:currentColor}.shell-page__intro{margin:0 0 18px}.shell-page__header--compact{margin-bottom:16px}.shell-nav-item__label{display:none;align-items:center;gap:8px;white-space:nowrap}.shell-nav-item__label.is-visible{display:flex}.shell-nav-item__badge{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:var(--shell-text-dim);border:1px solid var(--shell-border);border-radius:999px;padding:1px 6px}.shell-topbar{grid-area:topbar;height:var(--shell-topbar-h);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;background:var(--shell-bg);border-bottom:1px solid var(--shell-border);position:relative;z-index:60}.shell-breadcrumbs{display:flex;align-items:center;min-width:0;overflow:hidden;font-size:13px;color:var(--shell-text-muted)}.shell-breadcrumbs a:hover{color:var(--shell-text)}.shell-breadcrumbs__root{font-weight:600;color:var(--shell-text)}.shell-breadcrumbs__sep{opacity:.45;flex-shrink:0;margin:0 8px;color:var(--shell-text-dim)}.shell-breadcrumbs__item{display:inline-flex;align-items:center;min-width:0}.shell-breadcrumbs__current{color:var(--shell-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-topbar__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.shell-search{position:relative;display:flex;align-items:center;min-width:200px;max-width:280px;flex:1}.shell-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--shell-text-dim);pointer-events:none}.shell-search input{width:100%;height:32px;border:1px solid var(--shell-border);border-radius:6px;background:var(--shell-bg-elevated);color:var(--shell-text);padding:0 42px 0 34px;outline:none;font:inherit;font-size:13px}.shell-search input::placeholder{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-dim)}.shell-search input:disabled{cursor:not-allowed}.shell-search kbd{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--shell-text-dim);border:1px solid var(--shell-border);border-radius:4px;padding:1px 5px;pointer-events:none}.shell-icon-btn{width:32px;height:32px;border:1px solid var(--shell-border);border-radius:6px;background:transparent;color:var(--shell-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.shell-icon-btn:hover:not(:disabled){color:var(--shell-text);background:#ffffff0a}.shell-icon-btn:disabled{opacity:.5;cursor:not-allowed}.shell-account{position:relative}.shell-avatar{width:32px;height:32px;border-radius:999px;border:1px solid var(--shell-border-strong);background:#1f1f1f;color:var(--shell-text);font-size:11px;font-weight:700;cursor:pointer;overflow:hidden;display:grid;place-items:center;padding:0}.shell-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.shell-account-menu{position:absolute;right:0;top:calc(100% + 8px);width:220px;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);border-radius:var(--shell-radius);box-shadow:0 12px 40px #00000073;padding:6px;z-index:30}.shell-account-menu__meta{padding:10px;border-bottom:1px solid var(--shell-border);margin-bottom:4px}.shell-account-menu__name{font-size:13px;font-weight:600}.shell-account-menu__email{font-size:12px;color:var(--shell-text-muted);margin-top:2px}.shell-account-menu a,.shell-account-menu button{display:block;width:100%;text-align:left;border:0;background:transparent;color:var(--shell-text);padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px}.shell-account-menu a:hover,.shell-account-menu button:hover{background:#ffffff0d}.shell-content{grid-area:content;padding:24px 28px 48px;min-width:0;min-height:0;overflow:auto}.shell-content:has(.explore){padding:0;overflow:hidden;display:flex;flex-direction:column}.shell-content:has(.community-profile){padding:0;overflow:auto}.shell-content:has(.community-profile--fill){overflow:hidden;display:flex;flex-direction:column}.shell-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}.shell-toolbar__search{position:relative;flex:1;min-width:0}.shell-toolbar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--shell-text-dim);pointer-events:none}.shell-toolbar__search input{width:100%;height:36px;border:1px solid var(--shell-border);border-radius:6px;background:var(--shell-bg-elevated);color:var(--shell-text);padding:0 12px 0 34px;outline:none}.shell-toolbar__search input::placeholder{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-dim)}.shell-toolbar__search input:focus{border-color:var(--shell-accent)}.shell-btn--icon{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.shell-btn__plus{font-size:16px;width:1em;height:1em;flex-shrink:0}.shell-create-panel{display:flex;gap:8px;margin:-6px 0 18px;padding:12px;border:1px solid var(--shell-border);border-radius:var(--shell-radius);background:var(--shell-bg-elevated)}.shell-create-panel input{flex:1;height:36px;border:1px solid var(--shell-border);border-radius:6px;background:#101010;color:var(--shell-text);padding:0 12px;outline:none}.shell-create-panel input:focus{border-color:var(--shell-accent)}.shell-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.shell-card-grid--clubs{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.shell-entity-card{display:flex;flex-direction:column;gap:10px;min-width:0}.shell-entity-card:hover .shell-entity-card__media{border-color:var(--shell-border-strong)}.shell-entity-card:hover .shell-entity-card__title{color:var(--shell-accent)}.shell-entity-card__media{position:relative;aspect-ratio:1;width:100%;border:1px solid var(--shell-border);border-radius:var(--shell-radius);background:linear-gradient(145deg,rgba(197,106,74,.16),transparent 55%),var(--shell-bg-elevated);display:grid;place-items:center;color:#e8a58c;font-size:28px;font-weight:700;letter-spacing:-.04em;overflow:hidden}.shell-entity-card__media--landscape{aspect-ratio:4 / 3;font-size:24px;background:#fff}.shell-entity-card__media-img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit;display:block}.shell-entity-card__media--landscape .shell-entity-card__media-img,.shell-entity-card__media-img--contain{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;background:#fff}.shell-entity-card__fav{position:absolute;right:8px;bottom:8px;z-index:1;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:999px;background:#0f1115b8;color:#ffffffc7;font-size:14px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:color .15s ease,background .15s ease,transform .15s ease}.shell-entity-card__fav:hover{color:#fff;background:#0f1115e6;transform:scale(1.05)}.shell-entity-card__fav.is-active{color:#e85d4c}.shell-entity-card__fav.is-active:hover{color:#ff6f5c}.shell-entity-card__body{min-width:0}.shell-entity-card__title{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.shell-entity-card__meta{margin-top:3px;font-size:12px;color:var(--shell-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell-explore{margin-top:32px}.shell-explore--mine{margin-top:0}.shell-explore__header{margin-bottom:12px}.shell-explore__header--row{display:flex;align-items:center;justify-content:space-between;gap:12px}.shell-explore__title-row{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.shell-explore__title-row h2{margin:0;flex-shrink:0}.section-search__toggle{width:32px;height:32px;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--shell-text-muted);display:inline-grid;place-items:center;cursor:pointer;padding:0;font-size:13px;flex-shrink:0}.section-search__toggle:hover{color:var(--shell-text);border-color:var(--shell-border);background:#ffffff08}.section-search__field{position:relative;display:flex;align-items:center;min-width:0;width:min(280px,100%);flex:1;max-width:320px}.section-search__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--shell-text-dim);pointer-events:none}.section-search__field input{width:100%;height:32px;border:1px solid var(--shell-border);border-radius:6px;background:var(--shell-bg-elevated);color:var(--shell-text);padding:0 32px 0 30px;outline:none;font-size:13px}.section-search__field input::-webkit-search-cancel-button,.section-search__field input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.section-search__field input::placeholder{color:var(--shell-text-dim)}.section-search__field input:focus{border-color:var(--shell-border-strong)}.section-search__clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:0;border-radius:4px;background:transparent;color:var(--shell-text-dim);display:inline-grid;place-items:center;cursor:pointer;padding:0;font-size:10px}.section-search__clear:hover{color:var(--shell-text);background:#ffffff0d}.shell-explore__link{display:inline-flex;align-items:center;gap:6px;color:inherit}.shell-explore__link:hover h2{color:var(--shell-accent)}.shell-explore__chevron{font-size:12px;color:var(--shell-text-muted)}.shell-explore__search-icon{font-size:11px;color:var(--shell-text-muted)}.shell-explore__link:hover .shell-explore__chevron,.shell-explore__link:hover .shell-explore__search-icon{color:var(--shell-accent)}.shell-explore__header h2{margin:0;font-size:15px;font-weight:600}.shell-explore__header .shell-muted{margin-top:4px}.shell-explore__rail{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 36px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.shell-explore__rail::-webkit-scrollbar{height:6px}.shell-explore__rail::-webkit-scrollbar-thumb{background:var(--shell-border-strong);border-radius:999px}.shell-entity-card--rail{flex:0 0 200px;scroll-snap-align:start}.shell-entity-card--rail .shell-entity-card__media{font-size:22px}.shell-btn--tiny{height:28px;width:28px;padding:0;font-size:12px;flex-shrink:0}.explore{display:flex;flex:1;min-height:0;height:100%;width:100%;background:var(--shell-bg);overflow:hidden}.explore-filters{width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;padding:18px 12px 16px;border-right:1px solid var(--shell-border);background:var(--shell-bg-sidebar);overflow:hidden;min-height:0}.explore-filters__title{flex-shrink:0;padding:4px 10px 2px;font-size:14px;font-weight:600;letter-spacing:-.02em}.explore-filters__section{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.explore-filters__section--scroll{flex:1;min-height:0;overflow:hidden}.explore-filters__heading-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-right:6px}.explore-filters__heading{padding:8px 10px 4px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-dim)}.explore-filters__clear{border:0;background:transparent;color:var(--shell-accent);font-size:11px;cursor:pointer;padding:4px 6px}.explore-filters__list{display:flex;flex-direction:column;gap:1px}.explore-filters__item,.explore-filters__check{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;border-radius:6px;padding:7px 10px;background:transparent;color:var(--shell-text-muted);text-align:left;cursor:pointer}.explore-filters__check{cursor:pointer}.explore-filters__check input{accent-color:var(--shell-accent);flex-shrink:0}.explore-filters__item:hover:not(:disabled),.explore-filters__check:hover{background:#ffffff0a;color:var(--shell-text)}.explore-filters__item.is-active,.explore-filters__check.is-active{background:var(--shell-accent-dim);color:var(--shell-text)}.explore-filters__item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;flex:1}.explore-filters__item-count{flex-shrink:0;font-size:11px;color:var(--shell-text-dim)}.explore-filters__item.is-active .explore-filters__item-count,.explore-filters__check.is-active .explore-filters__item-count{color:var(--shell-text-muted)}.explore-filters__search{display:flex;align-items:center;gap:8px;margin:0 4px 6px;padding:0 10px;height:32px;border:1px solid var(--shell-border);border-radius:6px;background:var(--shell-bg-elevated);color:var(--shell-text-dim);flex-shrink:0}.explore-filters__search svg{width:11px;height:11px;flex-shrink:0}.explore-filters__search input{flex:1;min-width:0;border:0;background:transparent;color:var(--shell-text);outline:none;font-size:12px}.explore-filters__scroll-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:1px;padding-bottom:8px}.explore-filters__empty{padding:10px;font-size:12px;color:var(--shell-text-dim)}.explore-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.explore-toolbar{flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding:16px 24px 12px;border-bottom:1px solid var(--shell-border);background:var(--shell-bg);z-index:5}.explore-toolbar__filters{display:none;gap:8px;flex-wrap:wrap}.explore-toolbar__search{position:relative;display:block}.explore-toolbar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--shell-text-dim);pointer-events:none}.explore-toolbar__search input{width:100%;height:36px;border:1px solid var(--shell-border);border-radius:8px;padding:0 12px 0 34px;background:var(--shell-bg-elevated);color:var(--shell-text);outline:none}.explore-toolbar__search input::placeholder{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-dim)}.explore-toolbar__search input:focus{border-color:var(--shell-border-strong)}.explore-body{flex:1;min-height:0;overflow-y:auto;padding:20px 24px 8px}.explore-sentinel{padding:8px 24px 28px;text-align:center}.explore-end{margin:0;font-size:12px}.explore-dd{position:relative;min-width:0;flex:1 1 140px}.explore-dd__trigger{display:flex;align-items:center;gap:8px;width:100%;height:36px;padding:0 10px;border:1px solid var(--shell-border);border-radius:8px;background:var(--shell-bg-elevated);color:var(--shell-text);cursor:pointer;text-align:left}.explore-dd__trigger:hover,.explore-dd.is-open .explore-dd__trigger{border-color:var(--shell-border-strong)}.explore-dd__trigger-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--shell-text-dim);flex-shrink:0}.explore-dd__trigger-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.explore-dd__chevron{font-size:10px;color:var(--shell-text-dim);flex-shrink:0;transition:transform .15s ease}.explore-dd.is-open .explore-dd__chevron{transform:rotate(180deg)}.explore-dd__panel{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:220px;max-height:min(360px,60vh);display:flex;flex-direction:column;border:1px solid var(--shell-border);border-radius:10px;background:var(--shell-bg-elevated);box-shadow:0 16px 40px #00000073;z-index:40;overflow:hidden}.explore-dd__search{display:flex;align-items:center;gap:8px;margin:8px;padding:0 10px;height:32px;border:1px solid var(--shell-border);border-radius:6px;color:var(--shell-text-dim);flex-shrink:0}.explore-dd__search svg{width:11px;height:11px}.explore-dd__search input{flex:1;min-width:0;border:0;background:transparent;color:var(--shell-text);outline:none;font-size:12px}.explore-dd__list{flex:1;min-height:0;overflow-y:auto;padding:4px}.explore-dd__option{display:flex;align-items:center;gap:8px;width:100%;border:0;border-radius:6px;padding:8px 10px;background:transparent;color:var(--shell-text-muted);cursor:pointer;text-align:left}.explore-dd__option:hover,.explore-dd__option.is-selected{background:#ffffff0a;color:var(--shell-text)}.explore-dd__option.is-soon,.explore-dd__option.is-soon:hover{opacity:.55;cursor:default;background:transparent;color:var(--shell-text-muted)}.explore-dd__option.is-selected{background:var(--shell-accent-dim)}.explore-dd__check{width:16px;height:16px;border:1px solid var(--shell-border-strong);border-radius:4px;display:grid;place-items:center;flex-shrink:0;font-size:9px;color:transparent}.explore-dd__check.is-on{background:var(--shell-accent);border-color:var(--shell-accent);color:#fff}.explore-dd__option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.explore-dd__option-count{font-size:11px;color:var(--shell-text-dim)}.explore-dd__empty{padding:12px;font-size:12px;color:var(--shell-text-dim)}.explore-dd__footer{flex-shrink:0;padding:8px;border-top:1px solid var(--shell-border)}.explore-dd__footer button{border:0;background:transparent;color:var(--shell-accent);font-size:12px;cursor:pointer;padding:4px 6px}@media(max-width:960px){.explore-filters{display:none}.explore-toolbar__filters{display:flex}}.shell-page__header{margin-bottom:22px}.shell-page__header h1{margin:0;font-size:24px;letter-spacing:-.03em;font-weight:650}.shell-page__header--row{display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-page__title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shell-page__title-row h1{margin:0}.shell-muted{color:var(--shell-text-muted);font-size:13.5px;margin:6px 0 0}.shell-grid{display:grid;gap:16px}.shell-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page__layout{display:flex;flex-direction:column;gap:22px;min-width:0}.home-page__board{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);gap:18px 24px;align-items:start;width:100%}.home-page__rail{display:flex;flex-direction:column;gap:18px;min-width:0}.home-page__rail--feed{align-self:stretch}.home-page__news{min-height:0}.home-page__cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;align-items:start}.home-suggest-list{display:flex;flex-direction:column;gap:8px}.home-news-list{display:flex;flex-direction:column;gap:10px}.home-news-card{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:12px;border:1px solid var(--shell-border);background:#ffffff05;color:inherit;text-decoration:none}.home-news-card:hover{border-color:color-mix(in srgb,var(--shell-accent) 35%,var(--shell-border))}.home-news-card__head{display:flex;align-items:center;gap:10px;min-width:0}.home-news-card__avatar{width:40px;height:40px;border-radius:999px;overflow:hidden;display:grid;place-items:center;flex-shrink:0;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);font-size:12px;font-weight:700;color:var(--shell-text-muted)}.home-news-card__avatar img{width:100%;height:100%;object-fit:cover}.home-news-card__meta{min-width:0}.home-news-card__title-row{display:flex;align-items:baseline;gap:8px;min-width:0}.home-news-card__title-row strong{font-size:14px;font-weight:650}.home-news-card__when{font-size:12px;color:var(--shell-text-dim)}.home-news-card__context{margin-top:2px;font-size:12px;color:var(--shell-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-news-card__body{margin:0;font-size:14px;line-height:1.45;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.home-news-card .community-post__images{margin-top:0}.home-news-card .community-post__images img{max-height:min(52vh,420px);margin:0 auto}@media(max-width:1100px){.home-page__board{display:flex;flex-direction:column;gap:18px;width:100%;max-width:none}.home-page__rail{display:contents}.home-page__rail--main>:nth-child(1){order:1}.home-page__rail--feed>:first-child{order:2}.home-page__news{order:3}.home-page__rail--main>:nth-child(2){order:4}.home-page__rail--main>:nth-child(3){order:5}.home-page__board .profile-section{width:100%;max-width:none}.home-page__cols{grid-template-columns:1fr}}.home-trend-block h3{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-muted)}.home-trend-list{display:flex;flex-direction:column;gap:6px}.home-trend-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px 6px 6px 10px;border-radius:10px;border:1px solid transparent;color:inherit;text-decoration:none}.home-trend-card__main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;min-width:0;color:inherit;text-decoration:none}.home-trend-card:hover,.home-trend-card:focus-within{border-color:var(--shell-border);background:#ffffff08}.home-trend-card__action{height:28px;padding:0 10px;font-size:12px;opacity:0;pointer-events:none;transition:opacity .12s ease}.home-trend-card:hover .home-trend-card__action,.home-trend-card:focus-within .home-trend-card__action{opacity:1;pointer-events:auto}@media(hover:none){.home-trend-card__action{opacity:1;pointer-events:auto}}.home-trend-card__thumb{width:40px;height:40px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);font-size:11px;font-weight:700;color:var(--shell-text-muted)}.home-trend-card__thumb--club{width:52px;height:36px;border-radius:8px}.home-trend-card__thumb img{width:100%;height:100%;object-fit:cover}.home-trend-card__thumb--club img{object-fit:contain;background:#0a0a0a}.home-trend-card__title{font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-trend-card__meta{margin-top:2px;font-size:11px;color:var(--shell-text-muted)}.home-suggest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.home-suggest-card{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:12px;border:1px solid var(--shell-border);background:#ffffff05;color:inherit;text-decoration:none;min-width:0}.home-suggest-card:hover{border-color:color-mix(in srgb,var(--shell-accent) 35%,var(--shell-border))}.home-suggest-card--entity{flex-direction:row;align-items:center;gap:10px}.home-suggest-card__thumb{width:40px;height:40px;border-radius:10px;overflow:hidden;display:grid;place-items:center;flex-shrink:0;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);font-size:11px;font-weight:700;color:var(--shell-text-muted)}.home-suggest-card__thumb--club{width:52px;height:36px;border-radius:8px}.home-suggest-card__thumb img{width:100%;height:100%;object-fit:cover}.home-suggest-card__thumb--club img{object-fit:contain;background:#0a0a0a}.home-suggest-card__copy{min-width:0}.home-suggest-card__eyebrow{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--shell-accent)}.home-suggest-card__title{font-size:14px;font-weight:650;letter-spacing:-.01em}.home-suggest-card__meta{font-size:12px;color:var(--shell-text-muted)}.home-suggest-card__reasons{margin:6px 0 0;padding-left:16px;font-size:12px;color:var(--shell-text);line-height:1.35}.events-explore__search{min-width:min(320px,100%);max-width:420px;flex:1}.events-explore__cols{margin-top:4px}@media(max-width:900px){.shell-grid--2{grid-template-columns:1fr}.shell-search{display:none}}.shell-card{background:var(--shell-bg-elevated);border:1px solid var(--shell-border);border-radius:var(--shell-radius);padding:18px}.shell-card h2{margin:0 0 12px;font-size:14px;font-weight:600}.shell-card--link{transition:border-color .15s ease,background .15s ease}.shell-card--link:hover{border-color:var(--shell-border-strong);background:#1b1b1b}.shell-card--link h2{margin-bottom:6px;font-size:16px}.shell-table{border:1px solid var(--shell-border);border-radius:var(--shell-radius);overflow:hidden;background:var(--shell-bg-elevated)}.shell-table__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--shell-border)}.shell-table__row:last-child{border-bottom:0}.shell-table__title{font-weight:600;font-size:14px}.shell-table__title:hover{color:var(--shell-accent)}.shell-table__meta{margin-top:3px;font-size:12.5px}.shell-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.shell-list li{display:flex;align-items:center;gap:8px;font-size:13.5px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.04)}.shell-list li:last-child{border-bottom:0}.shell-inline-form{display:flex;gap:8px;margin:12px 0 16px}.shell-inline-form input,.shell-field input,.shell-field textarea{height:36px;border:1px solid var(--shell-border);border-radius:6px;background:#101010;color:var(--shell-text);padding:0 12px;outline:none;width:100%;font:inherit}.shell-field textarea{height:auto;padding:10px 12px;resize:vertical;min-height:84px;line-height:1.4}.shell-inline-form input:focus,.shell-field input:focus,.shell-field textarea:focus{border-color:var(--shell-accent)}.shell-btn{height:36px;border-radius:6px;border:1px solid var(--shell-border);background:#1a1a1a;color:var(--shell-text);padding:0 14px;cursor:pointer;font-size:13px;font-weight:550;white-space:nowrap;text-decoration:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}.shell-btn:hover:not(:disabled){background:#222}.shell-btn:disabled{opacity:.55;cursor:not-allowed}.shell-btn--primary{background:var(--shell-accent);border-color:var(--shell-accent);color:var(--shell-accent-ink)}.shell-btn--primary:hover:not(:disabled){filter:brightness(1.05);background:var(--shell-accent)}.shell-btn--secondary{background:transparent}.shell-btn--ghost{background:transparent;color:var(--shell-text-muted)}.shell-btn--danger{background:transparent;border-color:#f8717173;color:var(--shell-danger)}.shell-btn--danger:hover:not(:disabled){background:var(--shell-danger-dim);border-color:var(--shell-danger);color:#fecaca}.shell-btn--out{background:#5a14148c;border-color:#992828d9;color:#f5c2c2}.shell-btn--out:hover:not(:disabled){background:#6e1c1cb3;border-color:#b93030f2;color:#ffe4e4}.shell-pill{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;border:1px solid var(--shell-border);font-size:11px;color:var(--shell-text-muted);text-transform:lowercase}.shell-pill--ok{border-color:#c56a4a66;background:var(--shell-accent-dim);color:#e8a58c}.shell-alert{padding:10px 12px;border-radius:6px;margin-bottom:14px;font-size:13px}.shell-alert--error{background:var(--shell-danger-dim);color:var(--shell-danger);border:1px solid rgba(248,113,113,.25)}.shell-alert--ok{background:#4ade801f;color:#bbf7d0;border:1px solid rgba(74,222,128,.28)}.shell-empty{border:1px dashed var(--shell-border);border-radius:var(--shell-radius);padding:28px;text-align:center;color:var(--shell-text-muted);font-size:13.5px}.shell-dl{display:grid;gap:12px;margin:0 0 16px}.shell-dl div{display:grid;grid-template-columns:100px 1fr;gap:8px;font-size:13.5px}.shell-dl dt{color:var(--shell-text-muted)}.shell-dl dd{margin:0}.auth-shell{min-height:100%;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(197,106,74,.12),transparent),var(--shell-bg)}.auth-card{width:min(380px,100%);background:var(--shell-bg-elevated);border:1px solid var(--shell-border);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:12px}.auth-card__brand{display:flex;align-items:center;gap:10px}.auth-card__logo{width:36px;height:36px;border-radius:0;object-fit:cover;filter:invert(1)}.auth-card__brand h1{margin:0;font-size:18px;letter-spacing:-.02em}.auth-card__subtitle{margin:0 0 4px;color:var(--shell-text-muted);font-size:13.5px}.shell-field{display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:var(--shell-text-muted)}.auth-card__switch{margin:4px 0 0;text-align:center;font-size:13px;color:var(--shell-text-muted)}.auth-card__switch button{border:0;background:transparent;color:var(--shell-accent);cursor:pointer;padding:0}.create-community{max-width:720px}.create-community__back{display:inline-flex;align-items:center;gap:8px;color:var(--shell-text-muted);text-decoration:none;font-size:13px;margin-bottom:20px}.create-community__back:hover{color:var(--shell-text)}.create-community__hero{margin-bottom:28px}.create-community__eyebrow{margin:0 0 8px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-text-dim)}.create-community__hero h1{margin:0 0 8px;font-size:28px;letter-spacing:-.03em;font-weight:650}.create-community__form{display:flex;flex-direction:column;gap:22px}.create-community__hint{font-size:12px;color:var(--shell-text-dim)}.create-community__types{border:0;margin:0;padding:0}.create-community__types legend{font-size:12.5px;color:var(--shell-text-muted);margin-bottom:10px}.create-community__type-grid{display:grid;gap:10px}.create-community__type{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;row-gap:4px;padding:14px 16px;border:1px solid var(--shell-border);border-radius:var(--shell-radius);background:var(--shell-bg-elevated);cursor:pointer}.create-community__type input{grid-row:1 / span 2;align-self:center;accent-color:var(--shell-accent)}.create-community__type.is-selected{border-color:var(--shell-accent);background:var(--shell-accent-dim)}.create-community__type-label{font-size:14px;font-weight:600;color:var(--shell-text)}.create-community__type-desc{grid-column:2;font-size:12.5px;color:var(--shell-text-muted);line-height:1.4}.create-community__media{display:grid;gap:16px}.create-community__media--stack{grid-template-columns:1fr}@media(min-width:720px){.create-community__media:not(.create-community__media--stack){grid-template-columns:1fr 1.4fr}}.create-community__media-card{border:1px solid var(--shell-border);border-radius:var(--shell-radius);background:var(--shell-bg-elevated);padding:14px;display:flex;flex-direction:column;gap:8px}.create-community__media-label{font-size:13px;font-weight:600;color:var(--shell-text)}.create-community__icon-preview{border:1px dashed var(--shell-border);border-radius:8px;background:#101010;display:grid;place-items:center;color:var(--shell-text-dim);overflow:hidden;width:112px;height:112px}.create-community__icon-preview img{width:100%;height:100%;object-fit:cover;display:block}.create-community__media-actions{display:flex;flex-wrap:wrap;gap:8px}.create-community__invite-row{display:flex;gap:8px}.create-community__suggestions{list-style:none;margin:-8px 0 0;padding:0;border:1px solid var(--shell-border);border-radius:8px;overflow:hidden;background:var(--shell-bg-elevated)}.create-community__suggestions button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;border:0;border-bottom:1px solid var(--shell-border);background:transparent;color:var(--shell-text);cursor:pointer;text-align:left}.create-community__suggestions li:last-child button{border-bottom:0}.create-community__suggestions button:hover{background:#ffffff08}.create-community__suggestions span{font-size:12px;color:var(--shell-text-muted)}.create-community__chips{display:flex;flex-wrap:wrap;gap:8px}.create-community__chip{display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 12px;border-radius:999px;border:1px solid var(--shell-border);background:#141414;font-size:12.5px;color:var(--shell-text)}.create-community__chip button{width:22px;height:22px;border:0;border-radius:999px;background:transparent;color:var(--shell-text-muted);display:grid;place-items:center;cursor:pointer}.create-community__chip button:hover{color:var(--shell-text);background:#ffffff0f}.create-community__footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding-top:8px}.create-community__footer--split{justify-content:space-between;align-items:center;gap:12px}.create-community__footer-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.community-header{display:flex;gap:14px;align-items:flex-start}.community-header__icon{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid var(--shell-border);flex-shrink:0}.community-profile{width:100%;padding:0 0 48px}.community-profile--fill{flex:1;min-height:0;display:flex;flex-direction:column;padding-bottom:0}.community-profile--fill>.community-matchday__header,.community-profile--fill>.community-roster-strip,.community-profile--fill>.community-session-hero,.community-profile--fill>.community-profile__alert{flex-shrink:0}.community-profile__loading,.community-profile__alert{padding:24px 28px 0}.community-matchday__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:40px 28px 28px;flex-wrap:wrap;border-bottom:none;color:var(--shell-text)}.community-matchday__brand{display:flex;align-items:flex-end;gap:18px;min-width:0;flex:1}.community-matchday__mark-wrap{position:relative;flex-shrink:0}.community-matchday__mark-wrap--club{width:220px}.community-matchday__mark{width:196px;height:196px;border-radius:18px;overflow:hidden;border:3px solid var(--shell-bg);box-shadow:0 0 0 1px var(--shell-border);background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 60%),var(--shell-bg-elevated);color:var(--shell-accent);display:grid;place-items:center;font-size:28px;font-weight:750}.community-matchday__mark--club{width:220px;height:165px;background:#fff;color:var(--shell-accent)}.community-matchday__mark img{width:100%;height:100%;object-fit:cover;display:block}.community-matchday__mark--club img{object-fit:contain;object-position:center;background:#fff}.community-matchday__mark-edit{position:absolute;right:-6px;bottom:-6px;width:28px;height:28px;border:0;border-radius:8px;background:#2a2a2a;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:11px}.community-matchday__titles{min-width:0;padding-bottom:6px}.community-matchday__titles h1{margin:0 0 6px;font-size:clamp(28px,4vw,42px);letter-spacing:-.04em;font-weight:750;line-height:1.05;color:var(--shell-text);display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.community-matchday__fav{width:34px;height:34px;border-radius:999px;border:1px solid var(--shell-border);background:transparent;color:var(--shell-text-muted);display:inline-grid;place-items:center;cursor:pointer;flex-shrink:0;font-size:14px;padding:0}.community-matchday__fav:hover:not(:disabled){color:#e8b84a;border-color:#e8b84a73}.community-matchday__fav.is-active{color:#e8b84a;border-color:#e8b84a8c;background:#e8b84a1f}.community-matchday__fav:disabled{opacity:.55;cursor:not-allowed}.community-matchday__titles p{margin:0;font-size:14px;color:var(--shell-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.community-matchday__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding-bottom:6px}.community-matchday__btn{height:36px;border-radius:6px;border:1px solid var(--shell-border);background:transparent;color:var(--shell-text);padding:0 14px;cursor:pointer;font-size:13px;font-weight:550;white-space:nowrap;text-decoration:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}.community-matchday__btn:hover{background:#ffffff14}.community-matchday__btn--primary{background:var(--shell-accent);border-color:var(--shell-accent);color:var(--shell-accent-ink)}.community-matchday__btn--primary:hover{filter:brightness(1.05);background:var(--shell-accent)}.community-session-hero{margin:0 28px 20px;padding:22px 24px;border:1px solid var(--shell-border);border-radius:14px;background:var(--shell-bg-elevated);display:grid;grid-template-columns:auto 1px minmax(0,1fr) auto;gap:20px;align-items:center}.community-session-hero__when{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px;min-width:0}.community-session-hero__date{display:flex;flex-direction:column;align-items:center;line-height:.95}.community-session-hero__day{font-size:36px;font-weight:750;letter-spacing:-.04em;line-height:1;color:var(--shell-text)}.community-session-hero__month{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--shell-accent)}.community-session-hero__time{margin-top:4px;font-size:14px;font-weight:650;letter-spacing:-.02em;color:var(--shell-text);font-variant-numeric:tabular-nums}.community-session-hero__rule{width:1px;align-self:stretch;background:var(--shell-border-strong);margin:4px 0}.community-session-hero__body{min-width:0}.community-session-hero__eyebrow{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--shell-text-dim)}.community-session-hero__body h2{margin:0 0 6px;font-size:22px;letter-spacing:-.03em;font-weight:700}.community-session-hero__body p{margin:0}.community-session-hero__cta{height:44px;padding:0 22px;font-size:14px}.community-roster-strip{margin:0 0 16px;padding:0 28px}.community-roster-strip__rail{display:flex;gap:12px;overflow-x:auto;overflow-y:visible;padding:4px 2px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.community-roster-strip__rail::-webkit-scrollbar{height:4px}.community-roster-strip__rail::-webkit-scrollbar-thumb{background:var(--shell-border-strong);border-radius:999px}.community-roster-strip__add{flex:0 0 auto;width:60px;height:60px;border-radius:999px;border:2px dashed var(--shell-border-strong);background:transparent;color:var(--shell-text-muted);display:grid;place-items:center;cursor:pointer;font-size:18px;padding:0;box-sizing:border-box}.community-roster-strip__add:hover{color:var(--shell-text);border-color:var(--shell-text-muted);background:#ffffff0a}.community-roster-strip__player{position:relative;flex:0 0 auto;width:60px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:default}.community-roster-strip__player--add .community-roster-strip__name{color:var(--shell-text-dim)}.community-roster-strip__player .community-avatar--md,.community-roster-strip__player .player-level-avatar--md .player-level-avatar__face{width:52px;height:52px;font-size:15px}.community-roster-strip__name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:11px;font-weight:600;line-height:1.2;color:var(--shell-text-muted)}.community-roster-strip__tip{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);white-space:nowrap;padding:4px 8px;border-radius:6px;background:#1a1a1a;border:1px solid var(--shell-border);color:var(--shell-text);font-size:11px;font-weight:600;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:2}.community-roster-strip__player:hover .community-roster-strip__tip,.community-roster-strip__player:focus-within .community-roster-strip__tip{opacity:1}.community-matchday__body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:16px;align-items:start;padding:0 28px}.community-matchday__body--three{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;flex:1;min-height:0;padding-bottom:28px}.community-matchday__body--three .community-card{min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.community-matchday__body--three .community-card__title-row{flex-shrink:0}.community-card__scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:2px}.club-communities-list{display:flex;flex-direction:column;gap:8px}.club-communities-list__row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px 12px;margin:0 -12px;border-radius:12px;text-decoration:none;color:inherit}.club-communities-list__row .community-avatar{width:80px;height:80px;font-size:22px;border-radius:14px}.club-communities-list__row:hover{background:#ffffff0a}.club-communities-list__name{font-weight:600;font-size:16px;line-height:1.25}.club-communities-list__body .shell-muted{margin-top:2px;font-size:13px;text-transform:capitalize}.community-avatar{border-radius:999px;overflow:hidden;background:linear-gradient(145deg,rgba(197,106,74,.28),transparent 60%),#222;color:#e8a58c;display:grid;place-items:center;font-weight:700;flex-shrink:0}.community-avatar img{width:100%;height:100%;object-fit:cover;display:block}.community-avatar--sm{width:36px;height:36px;font-size:11px}.community-avatar--md{width:52px;height:52px;font-size:15px}.community-avatar--xl{width:148px;height:148px;font-size:42px}.community-card{background:var(--shell-bg-elevated);border:1px solid var(--shell-border);border-radius:12px;padding:16px}.community-card h2{margin:0 0 12px;font-size:17px;letter-spacing:-.02em}.community-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.community-card__title-row h2{margin:0}.community-updates__list{display:flex;flex-direction:column;gap:0}.community-update{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px 0;border-top:1px solid var(--shell-border)}.community-update:first-child{border-top:0;padding-top:0}.community-update__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;margin-bottom:4px;font-size:13px}.community-update__content p{margin:0;font-size:14px;line-height:1.45;color:var(--shell-text)}.community-post__images{margin-top:10px;display:grid;gap:6px}.community-post__images--1{grid-template-columns:1fr}.community-post__images--2,.community-post__images--3{grid-template-columns:1fr 1fr}.community-post__images img{width:100%;height:auto;max-height:min(55vh,520px);object-fit:contain;object-position:center;display:block;background:#101010;border-radius:8px}.community-post__images--3 img:first-child{grid-column:1 / -1}.community-events-list{display:flex;flex-direction:column;gap:4px}.community-event-row{display:grid;grid-template-columns:72px 1px minmax(0,1fr);gap:12px;align-items:stretch;padding:12px 4px;border-bottom:1px solid var(--shell-border)}.community-event-row:last-of-type{border-bottom:0}.community-event-row__when{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px;min-width:0}.community-event-row__date{display:flex;flex-direction:column;align-items:center;line-height:.95}.community-event-row__day{font-size:28px;font-weight:750;letter-spacing:-.04em;color:var(--shell-text)}.community-event-row__month{font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--shell-accent)}.community-event-row__time{margin-top:4px;font-size:13px;font-weight:650;letter-spacing:-.02em;color:var(--shell-text);font-variant-numeric:tabular-nums}.community-event-row__rule{width:1px;background:var(--shell-border-strong);align-self:stretch;margin:4px 0}.community-event-row__body{display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0;padding:2px 0}.community-event-row__title{font-weight:650;font-size:14px;letter-spacing:-.01em}.community-event-row__format{margin-top:4px;font-size:12px;font-weight:600;color:var(--shell-text-muted)}.profile-events-list{margin-top:4px}.profile-event-row{position:relative;overflow:hidden}.profile-event-row__past-corner{position:absolute;top:0;right:0;width:52px;height:52px;overflow:hidden;pointer-events:none;z-index:1}.profile-event-row__past-corner span{position:absolute;top:9px;right:-20px;width:72px;padding:3px 0;background:color-mix(in srgb,var(--shell-text-muted) 78%,transparent);color:#fff;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;text-align:center;transform:rotate(45deg)}.community-events-list__hint{margin:12px 0 0;font-size:12px}@media(max-width:900px){.community-session-hero{grid-template-columns:auto 1px minmax(0,1fr);margin:0 16px 16px;padding:18px}.community-session-hero__cta{grid-column:1 / -1;width:100%}.community-matchday__header{padding:28px 16px 20px}.community-matchday__brand{flex:1 1 auto;min-width:0}.community-matchday__actions{flex:1 1 100%;width:100%;justify-content:flex-start;padding-bottom:0}.community-matchday__body{grid-template-columns:1fr;padding:0 16px}.community-matchday__body--three{grid-template-columns:1fr;flex:none;padding-bottom:24px}.shell-content:has(.community-profile--fill){overflow:auto}.community-profile--fill{flex:none;height:auto;min-height:0}.community-matchday__body--three .community-card{height:auto;max-height:min(48vh,420px)}.community-roster-strip{margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}.community-matchday__titles h1{font-size:28px}}.community-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px}.community-modal__scrim{position:absolute;inset:0;border:0;background:#0009;cursor:pointer}.community-modal__panel{position:relative;width:min(480px,100%);background:var(--shell-bg-elevated);border:1px solid var(--shell-border);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 24px 80px #00000080}.community-modal__panel--wide,.community-modal__panel--crop{width:min(560px,100%)}.community-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.community-modal__head h2{margin:0;font-size:18px}.community-modal__close-icon{font-size:22px;width:1em;height:1em;flex-shrink:0}.community-modal__footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.community-modal__footer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.community-modal__footer .shell-btn{gap:8px}.community-post-composer__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.community-post-composer__thumb{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid var(--shell-border)}.community-post-composer__thumb img{width:100%;height:100%;object-fit:cover;display:block}.community-post-composer__thumb button{position:absolute;top:4px;right:4px;width:24px;height:24px;border:0;border-radius:999px;background:#000000b3;color:#fff;display:grid;place-items:center;cursor:pointer}@media(max-width:1100px){.community-profile__body{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.community-profile__aside{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:860px){.community-profile__identity{grid-template-columns:auto 1fr;padding:0 16px 16px}.community-profile__actions{grid-column:1 / -1;justify-content:stretch}.community-profile__actions .shell-btn{flex:1}.community-profile__body{grid-template-columns:1fr;padding:0 16px}.community-profile__aside{grid-template-columns:1fr}.community-avatar--xl{width:112px;height:112px;font-size:32px}}.account-settings__avatar-block{display:flex;flex-direction:column;align-items:flex-start;margin-top:12px;margin-bottom:24px}.account-settings__avatar-wrap{position:relative;width:112px;height:112px}.account-settings__avatar{width:112px;height:112px;border-radius:999px;overflow:hidden;border:2px solid var(--shell-border);background:var(--shell-bg);color:var(--shell-accent);display:grid;place-items:center;font-size:32px;font-weight:750}.account-settings__avatar img{width:100%;height:100%;object-fit:cover;display:block}.account-settings__avatar-remove{position:absolute;top:-4px;right:-4px;width:28px;height:28px;border-radius:999px;border:1px solid var(--shell-border-strong);background:#1a1a1a;color:var(--shell-text);display:grid;place-items:center;cursor:pointer;font-size:12px;padding:0;z-index:2}.account-settings__avatar-remove:hover:not(:disabled){background:#2a2a2a}.account-settings__avatar-remove:disabled{opacity:.55;cursor:default}.account-settings__avatar-tools{position:absolute;right:-4px;bottom:-4px;display:inline-flex;border:1px solid var(--shell-border-strong);border-radius:999px;overflow:hidden;background:#1a1a1a;z-index:2}.account-settings__avatar-tool{width:32px;height:28px;border:0;border-right:1px solid var(--shell-border-strong);background:transparent;color:var(--shell-text);display:grid;place-items:center;cursor:pointer;font-size:11px;padding:0}.account-settings__avatar-tool:last-child{border-right:0}.account-settings__avatar-tool:hover:not(:disabled){background:#2a2a2a}.account-settings__avatar-tool:disabled{opacity:.55;cursor:default}.account-settings__dl{gap:0}.account-settings__dl>div{padding:18px 0;border-bottom:1px solid var(--shell-border)}.account-settings__dl>div:first-child{border-top:1px solid var(--shell-border)}.account-settings__dl>.account-settings__stats-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-settings__stats-row>div{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:baseline}.account-settings__form{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.account-settings__name-row{display:flex;align-items:center;gap:10px}.account-settings__name-row input{flex:1;min-width:0}.account-settings__name-row .shell-btn{flex-shrink:0}.account-settings+.account-settings{margin-top:16px}.profile-page__hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:16px}.profile-page__hero-copy h1{margin:0 0 4px;font-size:clamp(24px,3vw,34px);letter-spacing:-.03em}.profile-page__eyebrow{margin:0 0 4px;font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:var(--shell-accent)}.profile-page__stats{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:10px 0 0;font-size:13px;color:var(--shell-text-muted)}.profile-page__stats-prefs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.profile-page__pref-dd{min-width:132px}.profile-page__pref-dd .explore-dd__trigger{width:100%}.profile-page__stats strong{color:var(--shell-text);font-weight:700}.profile-page__stats-dot{color:var(--shell-text-dim)}.profile-page__stat-with-info{display:inline-flex;align-items:center;gap:6px}.level-info-btn{display:inline-grid;place-items:center;width:18px;height:18px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--shell-text-dim);font-size:15px;cursor:pointer;line-height:1}.level-info-btn:hover{color:var(--shell-text-muted)}.level-guide-modal{max-height:min(86vh,820px);overflow:auto}.level-guide-modal__intro{margin:0;font-size:13px;line-height:1.45}.level-guide-modal__section h3{margin:8px 0 10px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-muted)}.level-guide-list{display:flex;flex-direction:column;border:1px solid var(--shell-border);border-radius:10px;overflow:hidden}.level-guide-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px 12px;align-items:start;padding:10px 12px;border-bottom:1px solid var(--shell-border);background:#ffffff05}.level-guide-row:last-child{border-bottom:0}.level-guide-row--beginner{background:#ffffff08}.level-guide-row--beginner-plus,.level-guide-row--intermediate{background:color-mix(in srgb,var(--shell-accent) 6%,transparent)}.level-guide-row--intermediate-plus{background:color-mix(in srgb,var(--shell-accent) 12%,transparent)}.level-guide-row--advanced{background:color-mix(in srgb,var(--shell-accent) 18%,transparent)}.level-guide-row--advanced-plus{background:color-mix(in srgb,var(--shell-accent) 28%,#0a0a0a)}.level-guide-row.is-current{box-shadow:inset 3px 0 0 var(--shell-accent)}.level-guide-row__level{font-size:16px;font-weight:750;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.2}.level-guide-row__desc{margin:0;font-size:12.5px;line-height:1.4;color:var(--shell-text)}.level-guide-row__rank{font-size:10px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-text-muted);white-space:nowrap;padding-top:3px}.level-guide-elo{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:10px;border:1px solid var(--shell-border);background:#ffffff05}.level-guide-elo p{margin:0;font-size:13px;line-height:1.45}@media(max-width:520px){.level-guide-row{grid-template-columns:40px minmax(0,1fr)}.level-guide-row__rank{grid-column:2;padding-top:0}}.profile-page__hero-actions{align-self:start;display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:148px}.profile-page__visibility-dd .explore-dd__trigger{width:100%}.profile-page__grid{margin-top:0}.profile-page__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.profile-page__card-head h2{margin:0}.profile-page__card-head svg{color:var(--shell-text-muted);font-size:12px}.profile-page__soon{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-dim)}.profile-page__card-soon{opacity:.72}.profile-page__signout{border:0;background:var(--shell-bg-elevated);text-align:left;font:inherit;color:inherit;cursor:pointer;width:100%}.profile-page__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.profile-section--tight{margin-top:12px}.profile-section--tight+.profile-page__columns{margin-top:12px}.profile-section--column{margin-top:0;min-width:0}.profile-friend-card__link{display:flex;align-items:center;gap:12px;min-width:0;color:inherit;text-decoration:none}.profile-friend-rail-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:72px;color:inherit;text-decoration:none}.profile-friend-rail-item__name{font-size:12px;font-weight:600;color:var(--shell-text-muted);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.profile-player__actions{display:flex;flex-direction:column;gap:8px;align-items:stretch}.profile-player__actions .profile-page__soon{margin-left:8px}.profile-entity-list{display:flex;flex-direction:column;gap:6px}.profile-entity-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px 10px;border-radius:10px;border:1px solid transparent;color:inherit;text-decoration:none}.profile-entity-row:hover{background:#ffffff08;border-color:var(--shell-border)}.profile-entity-row__thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;display:grid;place-items:center;flex-shrink:0;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);font-size:13px;font-weight:700;color:var(--shell-text-muted)}.profile-entity-row__thumb--landscape{width:76px;height:52px;border-radius:10px}.profile-entity-row__thumb img{width:100%;height:100%;object-fit:cover}.profile-entity-row__thumb--landscape img{object-fit:contain;background:#0a0a0a}@media(min-width:900px){.profile-entity-row__thumb{width:72px;height:72px;border-radius:14px;font-size:15px}.profile-entity-row__thumb--landscape{width:104px;height:68px;border-radius:12px}}.profile-entity-row__copy{min-width:0;display:flex;flex-direction:column;gap:1px}.profile-entity-row__title{font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-entity-row__meta{font-size:11px;color:var(--shell-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-entity-row__chevron{font-size:11px;color:var(--shell-text-dim)}@media(max-width:720px){.profile-page__columns{grid-template-columns:1fr}}.profile-page__footer-actions{margin-top:28px;display:flex;justify-content:flex-start}.profile-section{margin-top:16px}.profile-section__title{margin:0 0 12px;font-size:15px;font-weight:650}.profile-section__empty{margin-top:0}.profile-section+.profile-section,.shell-explore.profile-section{margin-top:16px}.profile-page .shell-explore{margin-top:12px}.profile-friends-rail{display:flex;gap:12px;overflow-x:auto;overflow-y:visible;padding:4px 2px 36px}.profile-friend-rail-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:64px}.profile-friend-rail-item__name{font-size:12px;font-weight:600;color:var(--shell-text-muted);max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.profile-friend-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;text-decoration:none;overflow:visible}.profile-friend-card__main{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.profile-friend-card__action{flex-shrink:0;height:32px;padding:0 12px;font-size:12px}.profile-friends__tabs{display:flex;gap:4px;margin:0 0 16px;border-bottom:1px solid var(--shell-border)}.profile-friends__tab{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--shell-text-muted);font:inherit;font-size:14px;font-weight:600;padding:10px 14px;margin-bottom:-1px;border-bottom:2px solid transparent;cursor:pointer}.profile-friends__tab.is-active{color:var(--shell-text);border-bottom-color:var(--shell-accent)}.profile-friends__count{font-size:11px;font-weight:700;color:var(--shell-text-dim)}.profile-friends__list{display:flex;flex-direction:column;gap:8px}.account-settings__prefs{margin:8px 0 18px}.profile-results-list{display:flex;flex-direction:column;gap:8px}.profile-result-row{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr) auto;gap:12px 16px;align-items:center;padding:12px 14px;border-radius:10px;border:1px solid var(--shell-border);background:#ffffff05;color:inherit;text-decoration:none}.profile-result-row:hover{border-color:color-mix(in srgb,var(--shell-accent) 40%,var(--shell-border))}.profile-result-row__when{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-result-row__date{font-size:12px;font-weight:650;color:var(--shell-text)}.profile-result-row__status{font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.profile-result-row__title{font-size:14px;font-weight:650}.profile-result-row__meta{margin-top:2px;font-size:12px;color:var(--shell-text-muted)}.profile-result-row__score{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.profile-result-row__badge{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.profile-result-row__score-value{font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--shell-text)}@media(max-width:720px){.profile-page__hero{grid-template-columns:auto minmax(0,1fr)}.profile-page__hero-actions{grid-column:1 / -1;justify-self:start;flex-direction:row;flex-wrap:wrap;align-items:center;min-width:0}.profile-page__visibility-dd{min-width:148px}.profile-result-row{grid-template-columns:1fr auto}.profile-result-row__when{grid-column:1 / -1}}.avatar-crop{display:flex;justify-content:center;width:100%;border-radius:10px;overflow:hidden;border:1px solid var(--shell-border);background:#0a0a0a}.avatar-crop__stage{position:relative;max-width:100%;line-height:0;-webkit-user-select:none;user-select:none;touch-action:none}.avatar-crop__stage--draggable{cursor:grab}.avatar-crop__stage--draggable:active{cursor:grabbing}.avatar-crop__image{display:block;max-width:100%;max-height:min(52vh,420px);width:auto;height:auto;pointer-events:none}.avatar-crop__mask{position:absolute;inset:0;pointer-events:none;z-index:2;overflow:hidden}.avatar-crop__circle{position:absolute;left:var(--crop-left);top:var(--crop-top);width:var(--crop-w);height:var(--crop-h);border-radius:999px;box-sizing:border-box;border:2px solid rgba(255,255,255,.92);box-shadow:0 0 0 9999px #0000008c}.avatar-crop__frame{position:absolute;left:var(--crop-left);top:var(--crop-top);width:var(--crop-w);height:var(--crop-h);border-radius:12px;box-sizing:border-box;border:2px solid rgba(255,255,255,.92);box-shadow:0 0 0 9999px #0000008c}.avatar-crop__hint{position:absolute;left:50%;bottom:12px;transform:translate(-50%);font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.55);white-space:nowrap}.community-session-hero--link{text-decoration:none;color:inherit;transition:border-color .15s ease}.community-session-hero--link:hover{border-color:var(--shell-border-strong)}.community-session-hero--link:hover .community-session-hero__body h2{color:var(--shell-accent)}a.community-event-row{text-decoration:none;color:inherit;border-radius:8px;transition:background .12s ease}a.community-event-row:hover{background:#ffffff08}a.community-event-row:hover .community-event-row__title{color:var(--shell-accent)}.event-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.event-detail__back{display:inline-flex;align-items:center;gap:8px;color:var(--shell-text-muted);text-decoration:none;font-size:13px;margin-bottom:14px}.event-detail__back:hover{color:var(--shell-text)}.event-detail__back svg{width:12px;height:12px;flex-shrink:0}.event-detail__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:20px;align-items:center;margin-bottom:20px}.event-detail__when{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:72px}.event-detail__time{font-size:13px;font-weight:650;color:var(--shell-text-muted)}.event-detail__titles h1{margin:0;font-size:clamp(24px,3vw,34px);letter-spacing:-.03em}.event-detail__title-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.event-detail__eyebrow{margin:0 0 4px;font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:var(--shell-accent)}.event-detail__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.event-detail__ready{position:relative;display:inline-flex;align-items:center;gap:10px;margin-right:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.event-detail__ready.is-busy{opacity:.65;pointer-events:none}.event-detail__ready-copy{display:flex;flex-direction:column;align-items:flex-end;gap:1px;line-height:1.2}.event-detail__ready-label{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--shell-text)}.event-detail__ready-hint{font-size:11px;color:var(--shell-text-muted)}.event-detail__ready-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.event-detail__ready-switch{position:relative;width:40px;height:22px;flex-shrink:0;border-radius:999px;background:#ffffff1f;border:1px solid var(--shell-border);transition:background .15s ease,border-color .15s ease}.event-detail__ready-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#fff;transition:transform .15s ease}.event-detail__ready.is-on .event-detail__ready-switch{background:var(--shell-accent);border-color:var(--shell-accent)}.event-detail__ready.is-on .event-detail__ready-switch:after{transform:translate(18px)}.event-detail__ready.is-nudge .event-detail__ready-label{color:var(--shell-accent)}.event-detail__ready.is-nudge .event-detail__ready-switch{border-color:var(--shell-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--shell-accent) 28%,transparent);animation:event-detail-ready-pulse 1.6s ease-in-out infinite}.event-detail__ready.has-error .event-detail__ready-switch{border-color:#c44;box-shadow:0 0 0 3px #c4444447;animation:none}.event-detail__ready-tooltip{position:absolute;right:0;top:calc(100% + 8px);z-index:5;max-width:220px;padding:8px 10px;border-radius:8px;background:#1a1010;border:1px solid rgba(196,68,68,.55);color:#f3d0d0;font-size:12px;font-weight:600;line-height:1.35;box-shadow:0 10px 24px #00000059;pointer-events:none}.event-detail__ready-tooltip:before{content:"";position:absolute;right:12px;bottom:100%;border:6px solid transparent;border-bottom-color:#c444448c}.event-detail__ready:focus-within .event-detail__ready-switch{outline:2px solid color-mix(in srgb,var(--shell-accent) 55%,transparent);outline-offset:2px}.event-detail__ready-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;margin:0 0 16px;padding:12px 14px;border-radius:10px;border:1px solid color-mix(in srgb,var(--shell-accent) 45%,var(--shell-border));background:color-mix(in srgb,var(--shell-accent) 12%,transparent)}.event-detail__ready-banner p{margin:0;flex:1 1 240px;font-size:13px;line-height:1.45;color:var(--shell-text)}.event-detail__ready-banner strong{font-weight:700}@keyframes event-detail-ready-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in srgb,var(--shell-accent) 22%,transparent)}50%{box-shadow:0 0 0 5px color-mix(in srgb,var(--shell-accent) 38%,transparent)}}.event-detail__tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--shell-border);align-items:center}.event-detail__tabs.has-match-subtabs{margin-bottom:0}.event-detail__tabs-main{display:flex;align-items:center;gap:4px}.event-detail__tabs-end{margin-left:auto;display:inline-flex;align-items:center;gap:12px;padding:0 0 8px;flex-shrink:0}.event-detail__tabs-saving{display:inline-flex;align-items:center;gap:8px;padding:0 4px;font-size:12px;font-weight:650;letter-spacing:.03em;color:var(--shell-text-muted);opacity:1;transition:opacity .4s ease}.event-detail__tabs-saving.is-saved{letter-spacing:.08em;text-transform:uppercase;color:var(--shell-accent)}.event-detail__tabs-saving.is-fading{opacity:0}.event-detail__tabs-spinner{width:12px;height:12px;border-radius:999px;border:1.5px solid rgba(255,255,255,.18);border-top-color:var(--shell-accent);animation:event-detail-spin .7s linear infinite}@keyframes event-detail-spin{to{transform:rotate(360deg)}}.event-detail__edit-btn{width:32px;height:32px;margin-bottom:-1px}.event-detail__edit-btn.is-active{color:var(--shell-accent);border-color:var(--shell-accent)}.event-detail__form-actions{display:flex;gap:8px;flex-wrap:wrap}.event-detail__tab{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--shell-text-muted);font:inherit;font-size:14px;font-weight:600;padding:10px 14px;margin-bottom:-1px;border-bottom:2px solid transparent;cursor:pointer}.event-detail__tab.is-active{color:var(--shell-text);border-bottom-color:var(--shell-accent)}.event-detail__tab.is-soon,.event-detail__tab.is-soon:hover,.event-detail__tab.is-locked,.event-detail__tab.is-locked:hover{opacity:.55;cursor:default;color:var(--shell-text-muted)}.event-detail__tab-soon{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-dim)}.event-detail__tab-panel{max-width:720px}.event-detail__tab-panel h2{margin:0 0 8px;font-size:16px}.event-detail__panels{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px;align-items:start}.event-detail__panels--info{grid-template-columns:minmax(0,1fr) minmax(260px,.9fr)}.community-events-list--page{display:flex;flex-direction:column;gap:8px;max-width:720px}.event-detail__publication .event-detail__pub-item,.event-detail__rally .event-detail__pub-item{margin:0 0 14px;padding-bottom:14px;border-bottom:1px solid var(--shell-border)}.event-detail__pub-eyebrow{margin:0 0 6px;font-size:11px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--shell-text-dim)}.event-detail__pub-item p:last-child{margin:0;white-space:pre-wrap}.event-detail__aside{display:flex;flex-direction:column;gap:12px;min-width:0}.event-detail__venue-box{padding:14px 16px;border:1px solid var(--shell-border);border-radius:12px;background:var(--shell-bg-elevated)}.event-detail__venue-body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:stretch}.event-detail__venue-copy{min-width:0}.maps-directions-menu{display:flex;align-items:stretch}.maps-directions-menu__trigger{display:grid;place-items:center;box-sizing:border-box;height:100%;min-height:2.8em;aspect-ratio:1;width:auto;padding:0;border:1px solid var(--shell-border);border-radius:8px;background:var(--shell-bg);color:var(--shell-text);cursor:pointer;flex-shrink:0}.maps-directions-menu__trigger:hover{border-color:var(--shell-border-strong);color:#fff}.maps-directions-menu__icon{width:22px;height:22px;display:block}.maps-directions-menu__panel{right:0;left:auto;min-width:220px}.event-detail__venue-label{margin:0 0 8px;font-size:11px;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--shell-text-dim)}.event-detail__venue-name{display:flex;align-items:center;gap:8px;margin:0 0 4px;font-size:15px;line-height:1.3}.event-detail__venue-name a{color:inherit;text-decoration:none}.event-detail__venue-name a:hover{color:var(--shell-accent)}.event-detail__venue-edit{width:28px;height:28px;border-radius:6px;border:1px solid var(--shell-border);background:transparent;color:var(--shell-text-muted);display:inline-grid;place-items:center;cursor:pointer;padding:0;font-size:11px;flex-shrink:0}.event-detail__venue-edit:hover{color:var(--shell-text);border-color:var(--shell-border-strong);background:#ffffff0a}.event-detail__venue-cancel{margin-top:10px}.event-detail__venue-address-text{margin:0;font-size:13px;color:var(--shell-text-muted);line-height:1.4}.event-detail__add-address{display:inline;padding:0;border:0;background:transparent;color:var(--shell-accent);font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.event-detail__add-address:hover{text-decoration:underline}.event-detail__card h2{margin:0 0 12px;font-size:17px}.event-detail__form{display:flex;flex-direction:column;gap:12px}.event-detail__dl>div{padding:10px 0;border-top:1px solid var(--shell-border)}.event-detail__hint{margin:0;font-size:12px}.event-detail__add-player{margin-bottom:12px;position:relative;z-index:5}.event-player-picker__option{display:flex;align-items:center;gap:10px;text-align:left}.event-player-picker__name{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.club-venue-picker__panel:has(.event-player-picker__guest){overflow:visible}.event-player-picker__guest{display:flex;flex-direction:column;gap:12px;padding:12px}.event-player-picker__guest-title{margin:0;font-size:13px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.event-player-picker__field{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.event-player-picker__name-input{height:36px;border-radius:6px;border:1px solid var(--shell-border);background:#101010;color:var(--shell-text);padding:0 10px;font-size:13px;font-weight:550;text-transform:none;letter-spacing:0;box-sizing:border-box;width:100%}.event-player-picker__name-input:focus{outline:none;border-color:var(--shell-accent)}.event-player-picker__hint{margin:0;font-size:12px;line-height:1.35;color:#f0b27a;text-transform:none;letter-spacing:0;font-weight:500}.event-player-picker__dds{display:grid;grid-template-columns:1fr 1fr;gap:8px}.event-player-picker__dd{min-width:0}.event-player-picker__dd .explore-dd__trigger{width:100%}.event-player-picker__dd .explore-dd__panel{left:0;right:0;min-width:0;z-index:6}.event-player-picker__guest-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:2px}.event-detail__players{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.event-detail__players-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:-4px 0 12px;font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.event-detail__section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.event-detail__section-head .event-detail__venue-label{margin:0}.event-detail__section-count{font-size:11px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted);white-space:nowrap}.event-detail__venue-label .event-detail__section-count{margin-left:6px;font-variant-numeric:tabular-nums}.community-card__title-row .event-detail__section-count{margin-left:auto}.event-detail__players-card.is-drop-over,.event-detail__out-box.is-drop-over,.event-detail__wait-box.is-drop-over{border-color:var(--shell-accent);background:var(--shell-accent-dim)}.event-detail__drop-hint{margin:0;min-height:40px;display:flex;align-items:center}.event-detail__player-row.is-draggable{cursor:grab}.event-detail__player-row.is-dragging{opacity:.45;cursor:grabbing}.event-detail__setup-dds{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.event-detail__courts-dd{flex:1 1 120px;min-width:112px}.event-detail__courts-dd .explore-dd__panel{left:0;right:auto;min-width:140px}.event-detail__format-box .event-detail__courts-dd:last-child .explore-dd__panel{left:auto;right:0}.event-detail__format-readonly{margin:0 0 8px;font-size:14px;font-weight:600}.event-detail__format-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:10px 0 0;font-size:12px;color:var(--shell-text-muted)}.event-detail__out-box .event-detail__players,.event-detail__wait-box .event-detail__players{margin-top:4px}.event-detail__out-placeholder{margin:0;font-size:13px;line-height:1.4}.event-detail__courts-readonly{margin:0;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.event-detail__players-meta-dot{color:var(--shell-text-dim)}.event-detail__players li,.event-detail__player-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:8px 10px;border-radius:10px;border:1px solid transparent;background:#ffffff05}.event-detail__player-name{font-weight:600;font-size:15px}.event-detail__player-remove{color:var(--shell-text)}.event-detail__player-remove:hover:not(:disabled){color:#fecaca;border-color:#f8717173;background:var(--shell-danger-dim)}.event-detail__player-remove-icon{width:12px;height:12px;display:block;flex-shrink:0}.event-detail__rotations-empty{margin-top:16px;padding:24px;border:1px dashed var(--shell-border);border-radius:10px;text-align:center}@media(max-width:900px){.event-detail__header{grid-template-columns:auto minmax(0,1fr)}.event-detail__actions{grid-column:1 / -1}.event-detail__panels{grid-template-columns:1fr}}.event-add-menu{position:relative}.event-add-menu__panel{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:220px;padding:6px;border:1px solid var(--shell-border-strong);border-radius:12px;background:#1a1a1a;box-shadow:0 12px 40px #00000073}.event-add-menu__option{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:var(--shell-text);font:inherit;text-align:left;text-decoration:none;cursor:pointer}.event-add-menu__option:hover{background:#ffffff0d}.event-add-menu__option strong{font-size:14px;font-weight:650;color:var(--shell-text)}.event-add-menu__option span{font-size:12px;color:var(--shell-text-muted)}.event-schedule-switch{display:inline-flex;gap:4px;margin-top:14px;padding:4px;border:1px solid var(--shell-border);border-radius:999px;background:#ffffff08}.event-schedule-switch__btn{padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:var(--shell-text-muted)}.event-schedule-switch__btn.is-active{background:var(--shell-accent);color:var(--shell-accent-ink)}.event-recurrence{border:1px solid var(--shell-border);border-radius:12px;padding:16px;margin:0}.event-recurrence legend{padding:0 4px;font-weight:600}.event-recurrence__days-field{margin-bottom:0}.event-recurrence__days{display:flex;flex-wrap:wrap;gap:6px}.event-recurrence__day{min-width:44px;height:36px;border:1px solid var(--shell-border);border-radius:8px;background:var(--shell-bg-elevated);color:var(--shell-text-muted);font:inherit;font-size:12px;font-weight:650;cursor:pointer}.event-recurrence__day.is-selected{border-color:var(--shell-accent);background:var(--shell-accent-dim);color:var(--shell-accent)}.event-recurrence__monthly-note{margin:12px 0 0;font-size:13px}.event-recurrence__picks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.event-recurrence__picks--time{margin-top:12px;margin-bottom:0}.event-recurrence>.event-recurrence__picks--time:first-of-type{margin-top:0}.event-recurrence__monthly-note+.event-recurrence__picks--time{margin-top:12px}.event-recurrence__days-field+.event-recurrence__picks--time{margin-top:12px}.event-recurrence__picks .explore-dd{flex:1 1 140px}.event-name-field{display:flex;align-items:center;gap:8px;width:100%;height:36px;margin:0 0 12px;padding:0 10px;border:1px solid var(--shell-border);border-radius:8px;background:var(--shell-bg-elevated);box-sizing:border-box}.event-name-field:focus-within{border-color:var(--shell-border-strong)}.event-name-field__label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--shell-text-dim);flex-shrink:0}.event-name-field__input{flex:1;min-width:0;height:100%;margin:0;padding:0;border:0;background:transparent;color:var(--shell-text);font:inherit;font-size:13px;outline:none}.event-name-field__input::placeholder{color:var(--shell-text-dim)}.event-recurrence__picks--after-name{margin-top:4px}.event-recurrence__picks .date-cal{flex:1 1 180px;position:relative}.date-cal__panel{position:absolute;top:calc(100% + 6px);left:0;z-index:30;width:min(320px,calc(100vw - 32px));padding:12px;border:1px solid var(--shell-border-strong);border-radius:12px;background:#1a1a1a;box-shadow:0 16px 48px #00000080}.date-cal__nav{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.date-cal__month{font-size:14px;font-weight:650;text-transform:capitalize}.date-cal__nav-btn{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--shell-text-muted);cursor:pointer}.date-cal__nav-btn:hover{background:#ffffff0f;color:var(--shell-text)}.date-cal__grid{display:grid;grid-template-columns:28px repeat(7,1fr);gap:2px;align-items:center}.date-cal__corner,.date-cal__week-num{font-size:10px;font-weight:600;color:var(--shell-text-dim);text-align:center}.date-cal__week-num{padding:6px 0;border-radius:6px;background:#ffffff08}.date-cal__dow{font-size:11px;font-weight:650;letter-spacing:.04em;text-align:center;color:var(--shell-text-dim);padding:4px 0 8px}.date-cal__day{display:grid;place-items:center;width:100%;aspect-ratio:1;max-height:36px;margin:0;padding:0;border:0;border-radius:999px;background:transparent;color:var(--shell-text);font:inherit;font-size:13px;font-weight:550;cursor:pointer}.date-cal__day:hover:not(:disabled){background:#ffffff14}.date-cal__day.is-outside{color:var(--shell-text-dim)}.date-cal__day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1px var(--shell-border-strong)}.date-cal__day.is-selected{background:var(--shell-accent);color:#fff;font-weight:700}.date-cal__day.is-disabled,.date-cal__day:disabled{opacity:.28;cursor:default}.event-recurrence__preview{margin-top:14px;padding:12px;border-radius:10px;background:#c85a1914;border:1px solid rgba(200,90,25,.2)}.event-recurrence__preview p{margin:6px 0 0;font-size:13px}.club-venue-picker{position:relative;display:flex;flex-direction:column;gap:8px}.club-venue-picker__input{width:100%;height:36px;border:1px solid var(--shell-border);border-radius:8px;padding:0 12px;background:var(--shell-bg-elevated);color:var(--shell-text)}.club-venue-picker__panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;max-height:280px;overflow-y:auto;border:1px solid var(--shell-border-strong);border-radius:10px;background:#1a1a1a;box-shadow:0 12px 40px #00000073}.club-venue-picker__option,.club-venue-picker__add{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.club-venue-picker__option:hover,.club-venue-picker__add:hover{background:#ffffff0d}.club-venue-picker__add{border-top:1px solid var(--shell-border);color:var(--shell-accent);font-weight:600}.club-venue-picker__empty{padding:12px;font-size:13px;color:var(--shell-text-muted)}.club-venue-picker__selected{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--shell-border);border-radius:8px;background:#ffffff08}.club-venue-picker__badge{margin-left:8px;padding:2px 6px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#c85a1926;color:var(--shell-accent)}.club-venue-picker__error{margin:0;color:#f87171}.event-detail__venue-address{margin-top:12px;padding-top:12px;border-top:1px solid var(--shell-border)}.event-detail__venue-address-form{display:flex;flex-direction:column;gap:12px}.event-danger-zone{margin-top:40px;padding-top:28px;border-top:1px solid rgba(248,113,113,.28)}.event-danger-zone h2{margin:0 0 8px;font-size:15px;font-weight:600;color:var(--shell-danger)}.event-danger-zone p{margin:0 0 16px;max-width:42ch}.event-courts__segments{display:inline-flex;align-items:stretch;padding:3px;border:1px solid var(--shell-border);border-radius:var(--shell-radius);background:var(--shell-bg-elevated);gap:2px}.event-courts__segment{display:inline-flex;align-items:center;gap:7px;margin:0;padding:6px 12px;border:0;border-radius:calc(var(--shell-radius) - 2px);background:transparent;color:var(--shell-text-muted);font-size:12.5px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.event-courts__segment svg{width:12px;height:12px}.event-courts__segment:hover{color:var(--shell-text)}.event-courts__segment.is-active{background:var(--shell-accent-dim);color:var(--shell-text)}.shell-content:has(.event-courts:not(.is-table)){display:flex;flex-direction:column;overflow:hidden;padding-bottom:16px}.shell-page.event-detail:has(.event-courts:not(.is-table)){flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.shell-page.event-detail:has(.event-courts:not(.is-table)) .event-detail__back{margin-bottom:10px}.shell-page.event-detail:has(.event-courts:not(.is-table)) .event-detail__header{margin-bottom:12px;gap:14px}.event-courts{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-template-rows:auto auto;gap:16px;align-items:start}.event-courts:not(.is-table){flex:1;min-height:0;grid-template-rows:auto minmax(0,1fr);align-items:stretch;overflow:hidden}.event-courts.is-table{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;margin-top:14px}.event-courts.is-table .event-courts-table{grid-column:1;grid-row:1;margin:0;padding:0;overflow:hidden}.event-courts__match-tabs{grid-column:2;grid-row:1;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:4px;margin-top:-1px}.event-courts__roster{grid-column:1;grid-row:1 / -1;position:sticky;top:12px;margin-top:12px;align-self:start}.event-courts:not(.is-table) .event-courts__roster{position:static;top:auto;margin-top:0;align-self:stretch;min-height:0;display:flex;flex-direction:column;overflow:hidden}.event-courts:not(.is-table) .event-courts__roster-list{flex:1 1 auto;min-height:0;overflow-y:auto;max-height:none}.event-courts__board-stack{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;height:100%;overflow:hidden}.event-courts__board{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,max(280px,calc((100% - 16px)/2))),1fr));gap:16px}.event-courts:not(.is-table) .event-courts__board{flex:1 1 auto;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:clamp(8px,1.2vh,14px);align-content:stretch;overflow:hidden}.event-courts:not(.is-table) .event-courts__court{min-height:0;height:100%;gap:clamp(4px,.7vh,8px);overflow:hidden}.event-courts:not(.is-table) .event-courts__court-head{flex:0 0 auto}.event-courts:not(.is-table) .event-courts__court-head h3{font-size:clamp(11px,1.3vh,13px)}.event-courts:not(.is-table) .event-courts__court-body{flex:1 1 auto;min-height:0;width:100%;container-type:size;display:grid;place-items:center}.event-courts:not(.is-table) .event-courts__surface-wrap{flex:0 0 auto;aspect-ratio:2 / 1;width:min(100cqi,200cqh);max-width:100%;max-height:100%;height:auto}.event-courts:not(.is-table) .event-courts__slot-ring{width:clamp(34px,5.8vh,56px);height:clamp(34px,5.8vh,56px)}.event-courts:not(.is-table) .event-courts__slot-label{font-size:clamp(10px,1.2vh,12px)}.event-courts:not(.is-table) .event-courts__slot-initials{font-size:clamp(11px,1.4vh,15px)}.event-courts__out{display:flex;align-items:center;gap:14px;min-height:72px;margin:0;padding:12px 16px;border:1px solid var(--shell-border);border-radius:12px;background:var(--shell-bg-elevated);flex:0 0 auto;z-index:3}.event-courts__out.is-drop-over{border-color:var(--shell-accent);background:var(--shell-accent-dim)}.event-courts__out-title{margin:0;flex:0 0 auto;font-size:12px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted);white-space:nowrap}.event-courts__out-count{margin-left:4px;font-variant-numeric:tabular-nums;color:var(--shell-text-dim)}.event-courts__out-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;flex:1 1 auto}.event-courts__out-item{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;border-radius:999px;border:1px solid var(--shell-border);background:#ffffff08;cursor:grab}.event-courts__out-item.is-dragging{opacity:.45}.event-courts__out-name{font-size:13px;font-weight:600;color:var(--shell-text)}.event-courts-table__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px;padding:8px 10px;border-bottom:1px solid var(--shell-border)}.event-courts-table__toolbar-sep{width:1px;height:18px;margin:0 2px;background:var(--shell-border)}.event-courts-table__toolbar .event-courts__fill-icon{display:block;width:13px;height:13px;color:inherit;fill:currentColor}.event-courts-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.event-courts-table__grid{width:100%;min-width:520px;border-collapse:collapse;font-size:13px;line-height:1.35}.event-courts-table__grid th,.event-courts-table__grid td{padding:10px 12px;border:1px solid var(--shell-border);vertical-align:middle;text-align:left}.event-courts-table__grid thead th{background:#1f1f1f;color:var(--shell-text);font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.event-courts-table__time{font-weight:700;white-space:nowrap;color:var(--shell-text);width:7.5rem}.event-courts-table__note{min-width:7rem;color:var(--shell-text);font-weight:600}.event-courts-table__court,.event-courts-table__out{text-align:left;min-width:9rem}.event-courts-table__out{color:var(--shell-text-muted);font-size:12.5px}.event-courts-table__matchup{display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-weight:500;color:var(--shell-text)}.event-courts-table__vs{font-size:11px;font-weight:600;color:var(--shell-text-dim);text-transform:lowercase}.event-courts-table__empty{color:var(--shell-text-dim)}.event-courts-table__row--warmup td,.event-courts-table__row--changeover td{background:#ffffff08}.event-courts-table__row--changeover td{background:#c85a191f}.event-courts-table__row--warmup .event-courts-table__note,.event-courts-table__row--changeover .event-courts-table__note{font-weight:650;letter-spacing:.03em}.event-courts-table__row--changeover .event-courts-table__note{color:#e8a06a;text-transform:uppercase;font-size:12px}.event-courts__roster-meta{display:inline-flex;align-items:center;gap:6px}.event-courts__roster-count{font-size:12px;font-weight:650;color:var(--shell-text-muted)}.event-courts__fill-menu .event-add-menu__panel{right:0;left:auto;min-width:260px}.event-courts__fill-panel{max-height:min(70vh,360px);overflow-y:auto}.event-courts__fill-btn{width:28px;height:28px;padding:0;color:var(--shell-text-muted)}.event-courts__fill-btn:hover:not(:disabled){color:var(--shell-accent)}.event-courts__clear-btn:hover:not(:disabled){color:var(--shell-danger);border-color:#f8717173}.event-courts__fill-icon{width:13px;height:13px;flex-shrink:0}.event-courts__fill-option{flex-direction:row;align-items:center;gap:10px}.event-courts__fill-option-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.event-courts__fill-option-arrow{width:11px;height:11px;flex-shrink:0;color:var(--shell-text-muted)}.event-courts__fill-option:hover .event-courts__fill-option-arrow{color:var(--shell-accent)}.event-courts__hint{margin:-4px 0 12px;font-size:12px}.event-courts__empty{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin:0 0 12px}.event-courts__empty p{margin:0;font-size:13px}.event-courts__roster-item.is-placeholder{cursor:default;opacity:.55}.event-courts__roster-item.is-placeholder:hover{background:transparent;border-color:transparent}.event-courts__avatar-placeholder{width:44px;height:44px;border-radius:999px;border:1.5px dashed rgba(255,255,255,.28);background:#ffffff08;flex-shrink:0;box-sizing:border-box}.player-level-avatar{position:relative;flex-shrink:0;padding:2px;border-radius:999px;border:2px solid rgba(255,255,255,.22);background:transparent;box-sizing:border-box}.player-level-avatar-tip{position:fixed;z-index:200;width:max-content;max-width:min(240px,calc(100vw - 20px));padding:7px 10px;border-radius:8px;background:#111;border:1px solid rgba(255,255,255,.18);color:#f2f2f2;font-size:12px;font-weight:650;letter-spacing:-.01em;line-height:1.3;white-space:nowrap;box-shadow:0 14px 36px #000000b8;pointer-events:none}.player-level-avatar__face{border-radius:999px;overflow:hidden;display:grid;place-items:center;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);font-weight:700;letter-spacing:.02em;color:var(--shell-text-muted)}.player-level-avatar__face img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.player-level-avatar--sm .player-level-avatar__face{width:32px;height:32px;font-size:10px}.player-level-avatar--md .player-level-avatar__face{width:40px;height:40px;font-size:11px}.player-level-avatar--lg .player-level-avatar__face{width:52px;height:52px;font-size:13px}.player-level-avatar--xl .player-level-avatar__face{width:112px;height:112px;font-size:28px}.event-courts__roster-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;max-height:min(70vh,640px);overflow-y:auto}.event-courts__roster-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;padding:8px 10px;border-radius:8px;border:1px solid transparent;cursor:grab;-webkit-user-select:none;user-select:none}.event-courts__roster-item:active{cursor:grabbing}.event-courts__roster-item.is-dragging{opacity:.45}.event-courts__roster-item.is-placed{opacity:.55}.event-courts__roster-item:hover{background:#ffffff08;border-color:var(--shell-border)}.event-courts__avatar-ring{flex-shrink:0;padding:2px;border-radius:999px;border:2px solid rgba(255,255,255,.18);background:transparent}.event-courts__avatar{width:32px;height:32px;border-radius:999px;overflow:hidden;display:grid;place-items:center;flex-shrink:0;background:var(--shell-bg-elevated);border:1px solid var(--shell-border);font-size:10px;font-weight:700;letter-spacing:.02em;color:var(--shell-text-muted)}.event-courts__avatar img{width:100%;height:100%;object-fit:cover}.event-courts__roster-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.event-courts__roster-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-courts__roster-level{font-size:11px;color:var(--shell-text-dim)}.event-courts__roster-level em{font-style:italic;font-weight:600;color:var(--shell-text-muted)}.event-courts__match-tab{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;border:0;background:transparent;color:var(--shell-text-muted);font:inherit;font-size:14px;font-weight:600;padding:10px 14px;margin-top:-1px;border-top:2px solid transparent;cursor:pointer}.event-courts__match-tab:hover{color:var(--shell-text)}.event-courts__match-tab.is-active{color:var(--shell-text);border-top-color:var(--shell-accent)}.event-courts__match-tab-label{font-size:13px;font-weight:650}.event-courts__match-tab-time{font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--shell-text-muted)}.event-courts__match-tab.is-active .event-courts__match-tab-time{color:var(--shell-text)}.event-courts__court{display:flex;flex-direction:column;gap:8px;min-width:0}.event-courts__court-head h3{margin:0;font-size:13px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;color:var(--shell-text-muted)}.event-courts__court-body{min-width:0;width:100%}.event-courts__surface-wrap{position:relative;width:100%;aspect-ratio:2 / 1;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px #00000040,0 10px 28px #00000047;box-sizing:border-box}.event-courts__court.is-incomplete .event-courts__surface-wrap{border-color:#781818a6;box-shadow:inset 0 0 0 1px #00000059,0 10px 28px #28080873}.event-courts__surface{position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 40%,rgba(255,255,255,.06),transparent 55%),linear-gradient(180deg,#2a2e36,#1a1d24 48%,#12151a)}.event-courts__court.is-incomplete .event-courts__surface{background:radial-gradient(120% 80% at 50% 40%,rgba(255,120,120,.08),transparent 55%),linear-gradient(180deg,#4a1818,#2a0c0c 48%,#180808)}.event-courts__surface:before{content:"";position:absolute;inset:7%;border:1.5px solid rgba(255,255,255,.78);border-radius:2px;pointer-events:none}.event-courts__baseline{position:absolute;top:7%;bottom:7%;width:1.5px;background:#ffffffc7}.event-courts__baseline--left{left:7%}.event-courts__baseline--right{right:7%}.event-courts__service{position:absolute;top:7%;bottom:7%;width:1.5px;background:#ffffff8c}.event-courts__service--left{left:28%}.event-courts__service--right{right:28%}.event-courts__center-line{position:absolute;left:28%;right:28%;top:50%;height:1.5px;background:#ffffff8c;transform:translateY(-50%)}.event-courts__net{position:absolute;left:50%;top:4%;bottom:4%;width:10px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:2;perspective:180px}.event-courts__net-post{width:5px;height:6px;border-radius:1px;background:linear-gradient(90deg,#c9cdd4,#8b919c);box-shadow:0 0 0 1px #00000040;flex-shrink:0;z-index:3}.event-courts__net-mesh{flex:1;width:100%;min-height:0;background:linear-gradient(90deg,transparent 0 42%,rgba(255,255,255,.18) 42% 58%,transparent 58%),repeating-linear-gradient(180deg,rgba(230,235,242,.22) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(230,235,242,.16) 0 1px,transparent 1px 4px),linear-gradient(90deg,#14182059,#28303c33,#14182059);transform:rotateY(18deg);transform-origin:center;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(0,0,0,.25);box-shadow:0 0 12px #00000040}.event-courts__net-band{position:absolute;left:50%;top:0;bottom:0;width:2px;transform:translate(-50%);background:linear-gradient(180deg,#f5f8fcf2,#bec6d2d9,#f5f8fcf2);box-shadow:0 0 4px #ffffff40;z-index:2;pointer-events:none}.event-courts__slots{position:absolute;inset:0;z-index:3;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:0;pointer-events:none}.event-courts__slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;pointer-events:auto}.event-courts__slot.is-filled-slot{cursor:grab}.event-courts__slot.is-filled-slot:active{cursor:grabbing}.event-courts__slot:nth-child(1){padding:10% 20% 2% 8%}.event-courts__slot:nth-child(2){padding:10% 8% 2% 20%}.event-courts__slot:nth-child(3){padding:2% 20% 10% 8%}.event-courts__slot:nth-child(4){padding:2% 8% 10% 20%}.event-courts__slot-ring{width:52px;height:52px;border-radius:999px;border:1.5px dashed rgba(255,255,255,.55);background:#0a0e1647;box-shadow:inset 0 0 0 1px #00000026;display:grid;place-items:center;overflow:hidden;color:#ffffffd9;transition:border-color .12s ease,background .12s ease,transform .12s ease,color .12s ease}.event-courts__slot-media{position:relative;flex-shrink:0}.event-courts__slot-remove{position:absolute;top:-4px;right:-4px;width:22px;height:22px;border-radius:999px;border:1px solid var(--shell-border-strong);background:#1a1a1a;color:var(--shell-text);display:grid;place-items:center;cursor:pointer;font-size:10px;padding:0;z-index:4;opacity:0;pointer-events:none;transition:opacity .12s ease,background .12s ease}.event-courts__slot:hover .event-courts__slot-remove,.event-courts__slot:focus-within .event-courts__slot-remove{opacity:1;pointer-events:auto}.event-courts__slot-remove:hover{background:#2a2a2a}.event-courts.is-dragging .event-courts__slot-remove{opacity:0;pointer-events:none}.event-courts__slot-ring.is-filled{border-style:solid;border-color:#ffffffb3;background:#0a0e168c}.event-courts__slot-ring.is-drop-target{border-style:dashed;border-color:#ffffffeb;background:#c85a1947;transform:scale(1.06)}.event-courts__slot-ring.is-replace{background:#c85a1961}.event-courts__slot-ring.is-dragging{opacity:.4}.event-courts__slot-ring img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.event-courts__slot-initials{font-size:13px;font-weight:700;letter-spacing:.02em;color:#ffffffe0}.event-courts__slot-icon{width:16px;height:16px}.event-courts__slot.is-over .event-courts__slot-label{color:#fff}.event-courts__slot-label{max-width:min(100%,12ch);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:none;color:#ffffffd9;text-shadow:0 1px 2px rgba(0,0,0,.45)}@media(min-width:1100px){.event-courts__slot-ring{width:64px;height:64px}.event-courts:not(.is-table) .event-courts__slot-ring{width:clamp(36px,5.8vh,56px);height:clamp(36px,5.8vh,56px)}.event-courts__slot-icon{width:20px;height:20px}.event-courts__slot-initials{font-size:15px}.event-courts__slot-label{font-size:12px;max-width:min(100%,14ch)}}@media(min-width:1400px){.event-courts__slot-ring{width:72px;height:72px}.event-courts:not(.is-table) .event-courts__slot-ring{width:clamp(38px,5.8vh,58px);height:clamp(38px,5.8vh,58px)}.event-courts__slot-icon{width:22px;height:22px}.event-courts__slot-initials{font-size:16px}}@media(max-width:860px){.event-courts{grid-template-columns:1fr;grid-template-rows:auto}.event-courts__match-tabs,.event-courts__roster,.event-courts__board-stack,.event-courts.is-table .event-courts-table{grid-column:1;grid-row:auto}.event-detail__tabs-end{padding-bottom:6px}.event-courts__roster{position:static}.event-courts__roster-list{max-height:220px}}.event-display{--display-bg: #0c0d10;--display-line: rgba(255, 255, 255, .12);position:relative;height:100dvh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column;gap:clamp(8px,1.2vh,14px);padding:clamp(10px,1.6vh,20px) clamp(14px,2vw,28px);background:var(--display-bg);color:var(--shell-text);box-sizing:border-box}.event-display--loading{align-items:center;justify-content:center;gap:16px;text-align:center}.event-display__atmosphere{pointer-events:none;position:absolute;inset:0;background:radial-gradient(90% 60% at 12% 0%,rgba(200,90,25,.18),transparent 55%),radial-gradient(70% 50% at 88% 8%,rgba(80,120,180,.12),transparent 50%),linear-gradient(180deg,#12141a,#0c0d10 42%,#090a0d);z-index:0}.event-display>*:not(.event-display__atmosphere){position:relative;z-index:1}.event-display__top{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.event-display__brand{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1 auto}.event-display__brand-mark{width:clamp(48px,6.5vh,76px);height:clamp(48px,6.5vh,76px);border-radius:16px;border:1px solid var(--display-line);background:#ffffff0a;overflow:hidden;display:grid;place-items:center;flex-shrink:0;font-size:clamp(16px,2vh,26px);font-weight:700;letter-spacing:.04em}.event-display__brand-mark img{width:100%;height:100%;object-fit:cover}.event-display__brand-copy{min-width:0}.event-display__brand-host{margin:0 0 2px;font-size:clamp(11px,1.3vh,14px);font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-accent)}.event-display__title{margin:0;font-size:clamp(22px,4vh,42px);font-weight:750;letter-spacing:-.02em;line-height:1.05;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-display__match-meta{margin:4px 0 0;font-size:clamp(13px,1.6vh,16px);font-weight:600;color:var(--shell-text-muted)}.event-display__clock{text-align:right;padding:6px 14px;border-radius:12px;border:1px solid rgba(200,90,25,.35);background:linear-gradient(180deg,#c85a1929,#c85a190d);flex:0 0 auto}.event-display__clock-label{margin:0 0 2px;font-size:clamp(10px,1.2vh,12px);font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:#ffd6b4e6}.event-display__clock-value{margin:0;font-variant-numeric:tabular-nums;font-size:clamp(22px,4.2vh,40px);font-weight:750;letter-spacing:-.03em;line-height:1;color:#fff}.event-display__clock-value.is-done{color:var(--shell-text-muted)}.event-display__rail{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex:0 0 auto}.event-display__controls{display:flex;justify-content:flex-end;gap:8px}.event-display__control{width:40px;height:40px;border-radius:10px;border:1px solid var(--display-line);background:#ffffff0a;color:var(--shell-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-size:15px}.event-display__control:hover{background:#ffffff17;border-color:#ffffff38}.event-display__stage{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:stretch;gap:clamp(8px,1.2vh,12px);overflow:hidden}.event-display__empty{margin:0 auto;color:var(--shell-text-muted);font-size:15px}.event-display__out{display:flex;align-items:center;gap:12px;flex:0 0 auto;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#00000047}.event-display__out-title{flex:0 0 auto;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;white-space:nowrap}.event-display__out-empty{color:#ffffff59}.event-display__out-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.event-display__out-item{display:inline-flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;font-size:14px;font-weight:600;color:#fff}.event-display__board{flex:1 1 auto;width:100%;min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:clamp(8px,1.2vh,14px);align-content:stretch;overflow:hidden}.event-display__board.is-stack{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;overflow-y:auto;padding-right:2px;align-content:start}.event-display__board.is-stack .event-courts__court{max-width:720px;width:100%;justify-self:center;height:auto}.event-display__board .event-courts__court{min-height:0;height:100%;gap:clamp(4px,.8vh,8px);overflow:hidden}.event-display__board .event-courts__court-head{flex:0 0 auto}.event-display__board .event-courts__court-head h3{font-size:clamp(11px,1.35vh,14px)}.event-display__board:not(.is-stack) .event-courts__court-body{flex:1 1 auto;min-height:0;width:100%;container-type:size;display:grid;place-items:center}.event-display__board:not(.is-stack) .event-courts__surface-wrap{flex:0 0 auto;aspect-ratio:2 / 1;width:min(100cqi,200cqh);max-width:100%;max-height:100%;height:auto}.event-display__board .event-courts__slot,.event-display__board .event-courts__slot.is-filled-slot{cursor:default;pointer-events:none}.event-display__foot{flex:0 0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.event-display__foot-brand{grid-column:2;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--shell-text-dim);font-size:10px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.event-display__foot-logo{width:14px;height:14px;object-fit:contain;opacity:.7}.event-display__nav{grid-column:3;display:flex;justify-content:flex-end;gap:8px}.event-display__nav-btn{width:48px;height:48px;border-radius:12px;border:1px solid var(--display-line);background:#ffffff0f;color:var(--shell-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px}.event-display__nav-btn:hover{background:#ffffff1f;border-color:#ffffff47}.event-display__nav-spacer{width:48px;height:48px}@media(max-width:900px){.event-display__top{flex-wrap:wrap}.event-display__brand{flex:1 1 calc(100% - 120px)}.event-display__rail{margin-left:auto}.event-display__title{white-space:normal;font-size:clamp(20px,3.6vh,32px)}.event-display__board:not(.is-stack){grid-template-columns:minmax(0,1fr);grid-auto-rows:minmax(0,1fr);overflow-y:auto}}
