.community-explore{flex-direction:column;gap:20px;width:100%;max-width:720px;margin:0 auto;display:flex}.community-explore__hero{flex-direction:column;gap:6px;display:flex}.community-explore__hero h1{letter-spacing:-.02em;color:var(--app-fg);margin:0;font-size:1.55rem;font-weight:700}.community-explore__hero p{color:var(--app-fg-muted);margin:0;font-size:.95rem}.community-explore__search{z-index:5;background:linear-gradient(to bottom, color-mix(in srgb, var(--app-bg) 92%, transparent), var(--app-bg) 70%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 0 4px;position:sticky;top:64px}.community-explore__search .ant-input-affix-wrapper{min-height:48px;box-shadow:var(--app-shadow);background:var(--app-bg-elevated)!important;border-color:var(--app-border)!important;border-radius:16px!important}.community-explore__chips{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.community-explore__chips::-webkit-scrollbar{display:none}.community-explore__chip{border:1px solid var(--app-border);background:var(--app-surface);color:var(--app-fg);font:inherit;cursor:pointer;border-radius:999px;flex:none;padding:8px 14px;font-size:.88rem;transition:background .16s,border-color .16s,transform .16s}.community-explore__chip:hover{background:var(--app-surface-hover)}.community-explore__chip.is-active{background:color-mix(in srgb, var(--app-accent) 22%, var(--app-bg-elevated));border-color:color-mix(in srgb, var(--app-accent) 55%, transparent);color:var(--app-fg);transform:translateY(-1px)}.community-explore__rail{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:2px 2px 8px;display:flex;overflow-x:auto}.community-explore__rail::-webkit-scrollbar{display:none}.community-explore__section-title{color:var(--app-fg);margin:0 0 10px;font-size:1.05rem;font-weight:650}.community-explore__count{color:var(--app-fg-muted);font-size:.92rem;font-weight:500}.community-explore__more{margin-top:14px}.community-explore__more .ant-btn{border-radius:14px;min-height:44px}.community-explore__section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.community-explore__section-head .community-explore__section-title{margin:0}.community-explore__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (width>=720px){.community-explore__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.player-tile{border:1px solid var(--app-border);background:radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--app-accent) 16%, transparent), transparent 45%), var(--app-bg-elevated);min-height:100%;color:inherit;border-radius:18px;flex-direction:column;gap:10px;padding:12px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;animation:.28s both explore-tile-in;display:flex}.player-tile:hover{border-color:color-mix(in srgb, var(--app-accent) 45%, var(--app-border));box-shadow:var(--app-shadow);transform:translateY(-2px)}.player-tile__top{align-items:center;gap:10px;display:flex}.player-tile__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.player-tile__name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:650;overflow:hidden}.player-tile__sub{color:var(--app-fg-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.player-tile__score{text-align:center;background:color-mix(in srgb, var(--app-accent) 18%, transparent);min-width:2.4rem;color:var(--app-fg);border-radius:12px;margin-inline-start:auto;padding:6px 8px;font-size:.9rem;font-weight:700;line-height:1.1}.player-tile__score span{color:var(--app-fg-muted);font-size:.65rem;font-weight:500;display:block}.player-tile__shots{flex-direction:column;gap:6px;display:flex}.player-tile__shot{grid-template-columns:3.2rem 1fr auto;align-items:center;gap:6px;font-size:.75rem;display:grid}.player-tile__shot-bar{background:color-mix(in srgb, var(--app-fg) 10%, transparent);border-radius:999px;height:6px;overflow:hidden}.player-tile__shot-bar>i{border-radius:inherit;background:linear-gradient(90deg, var(--app-court-deep), var(--app-accent));height:100%;display:block}.player-tile__tags{flex-wrap:wrap;gap:4px;display:flex}.player-tile__tags span,.player-tile__empty{color:var(--app-fg-muted);font-size:.72rem}.player-tile__tags span{background:var(--app-surface);border:1px solid var(--app-border);color:var(--app-fg);border-radius:999px;padding:2px 8px}.player-rail-card{border:1px solid var(--app-border);background:var(--app-bg-elevated);width:148px;color:inherit;text-align:center;border-radius:18px;flex-direction:column;flex:none;align-items:center;gap:8px;padding:12px 10px;text-decoration:none;display:flex}.player-rail-card strong{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.86rem;overflow:hidden}.player-rail-card span{color:var(--app-fg-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em;font-size:.72rem;display:-webkit-box;overflow:hidden}.community-explore__feed{border:1px solid var(--app-border);background:var(--app-bg-elevated);border-radius:18px;flex-direction:column;gap:0;display:flex;overflow:hidden}.community-explore__feed-item{color:inherit;border-bottom:1px solid var(--app-border);align-items:flex-start;gap:10px;padding:12px 14px;text-decoration:none;display:flex}.community-explore__feed-item:last-child{border-bottom:0}.community-explore__feed-item:hover{background:var(--app-surface-hover)}.community-explore__feed-item p{margin:0;font-size:.9rem}.community-explore__feed-item small{color:var(--app-fg-muted)}.community-explore__empty{text-align:center;color:var(--app-fg-muted);border:1px dashed var(--app-border);border-radius:18px;padding:28px 16px}@keyframes explore-tile-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.player-tile,.community-explore__chip{transition:none;animation:none}}:root{--rmdp-primary-teal:#009688;--rmdp-secondary-teal:#00796b;--rmdp-shadow-teal:#26a69a;--rmdp-today-teal:#1de9b6;--rmdp-hover-teal:#4db6ac;--rmdp-deselect-teal:#00695c}.teal .rmdp-wrapper{border:1px solid var(--rmdp-secondary-teal);box-shadow:0 0 5px var(--rmdp-secondary-teal)}.teal .rmdp-panel-body li{background-color:var(--rmdp-primary-teal);box-shadow:0 0 2px var(--rmdp-secondary-teal)}.teal .rmdp-week-day{color:var(--rmdp-primary-teal)}.teal .rmdp-day.rmdp-deactive{color:var(--rmdp-secondary-teal)}.teal .rmdp-range{background-color:var(--rmdp-primary-teal);box-shadow:0 0 3px var(--rmdp-shadow-teal)}.teal .rmdp-arrow{border:solid var(--rmdp-primary-teal);border-width:0 2px 2px 0}.teal .rmdp-arrow-container:hover{background-color:var(--rmdp-primary-teal);box-shadow:0 0 3px var(--rmdp-secondary-teal)}.teal .rmdp-panel-body::-webkit-scrollbar-thumb{background:var(--rmdp-primary-teal)}.teal .rmdp-day.rmdp-today span{background-color:var(--rmdp-today-teal)}.teal .rmdp-rtl .rmdp-panel{border-left:unset;border-right:1px solid var(--rmdp-secondary-teal)}.teal .rmdp-day.rmdp-selected span:not(.highlight){background-color:var(--rmdp-primary-teal);box-shadow:0 0 3px var(--rmdp-shadow-teal)}.teal .rmdp-day:not(.rmdp-day-hidden) span:hover{background-color:var(--rmdp-hover-teal)!important}.teal .b-deselect{color:var(--rmdp-deselect-teal);background-color:#fff}.teal .rmdp-action-button{color:var(--rmdp-primary-teal)}.teal .rmdp-button:not(.rmdp-action-button){background-color:var(--rmdp-primary-teal)}.teal .rmdp-button:not(.rmdp-action-button):hover{background-color:var(--rmdp-deselect-teal)}.empty-state{border:1px dashed var(--app-border);background:var(--app-surface);border-radius:18px;padding:28px 18px}.empty-state__copy{flex-direction:column;align-items:center;gap:4px;display:flex}.empty-state__copy .ant-typography{margin:0!important}.empty-state__actions{grid-template-columns:1fr;gap:10px;width:min(100%,320px);margin:8px auto 0;display:grid}.empty-state__actions>a,.empty-state__actions>button,.empty-state__actions>.ant-btn{width:100%}.empty-state__actions .ant-btn{width:100%;height:44px}@media (width>=520px){.empty-state__actions{grid-template-columns:repeat(auto-fit,minmax(0,1fr));width:100%;max-width:520px}}.game-chat__pinned{background:linear-gradient(135deg,#facc152e,#0f766e1f);border-radius:10px;flex-direction:column;gap:4px;margin-bottom:12px;padding:10px 12px;display:flex}.game-chat__messages{max-height:var(--chat-max);-webkit-overflow-scrolling:touch;margin-bottom:12px;padding-inline:2px;overflow-y:auto}.game-chat__composer{background:inherit;padding-top:4px;position:sticky;bottom:0}@media (width<=640px){.game-chat{--chat-max:42dvh}.game-chat .ant-card-body{padding:12px}.game-chat__composer .ant-input,.game-chat__composer .ant-btn{min-height:44px}}.skill-feedback{border-bottom:1px solid color-mix(in srgb, var(--app-text,#111) 8%, transparent);width:100%;padding:4px 0 12px}.skill-feedback:last-child{border-bottom:0}.skill-feedback__shots{gap:8px;display:grid}.skill-feedback__shot{justify-content:space-between;align-items:center;gap:12px;display:flex}.skill-feedback__shot>span{min-width:4.5rem;font-size:.92rem}.skill-feedback__submit{background:var(--app-accent,#0f766e);color:#fff;width:100%;font:inherit;cursor:pointer;border:0;border-radius:12px;margin-top:12px;padding:10px 14px}.skill-feedback__submit:disabled{opacity:.6;cursor:wait}.player-profile__skills{gap:10px;display:grid}.player-profile__skill-row{grid-template-columns:5rem 1fr auto;align-items:center;gap:10px;display:grid}.player-profile__skill-bar{background:color-mix(in srgb, var(--app-text,#111) 10%, transparent);border-radius:999px;height:8px;overflow:hidden}.player-profile__skill-bar>span{border-radius:inherit;background:linear-gradient(90deg,#0f766e,#14b8a6);height:100%;display:block}.player-profile__skill-locked{opacity:.7}.game-detail__header{padding-bottom:4px}.game-detail__countdown{font-variant-numeric:tabular-nums;color:var(--app-primary)}.game-detail__timeline{border:1px solid var(--app-border);background:var(--app-surface);border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:14px 12px;display:grid}.game-detail__timeline-item{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;display:flex}.game-detail__timeline-rail{align-items:center;gap:6px;width:100%;display:flex}.game-detail__timeline-dot{background:color-mix(in srgb, var(--app-fg) 8%, transparent);width:28px;height:28px;color:var(--app-fg-muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.game-detail__timeline-item.is-active .game-detail__timeline-dot{background:var(--app-primary);color:#ecfdf5}.game-detail__timeline-item.is-done .game-detail__timeline-dot{background:color-mix(in srgb, var(--app-primary) 22%, transparent);color:var(--app-primary)}.game-detail__timeline-line{background:var(--app-border);border-radius:999px;flex:1;height:2px}.game-detail__timeline-body{flex-direction:column;gap:2px;min-width:0;display:flex}.game-detail__timeline-body strong{color:var(--app-fg);font-size:13px;font-weight:700}.game-detail__timeline-body span{color:var(--app-fg-muted);font-size:11px;line-height:1.4}.game-detail.is-celebrate{animation:.45s game-detail-pop}.game-detail__confetti{pointer-events:none;z-index:40;background:radial-gradient(circle at 20% 20%,#2dd4bf73 0 8px,#0000 9px),radial-gradient(circle at 70% 30%,#facc1580 0 6px,#0000 7px),radial-gradient(circle at 40% 60%,#38bdf873 0 7px,#0000 8px),radial-gradient(circle at 80% 70%,#f472b666 0 9px,#0000 10px);animation:1.5s forwards confetti-fade;position:fixed;inset:0}@keyframes confetti-fade{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(24px)}}@keyframes game-detail-pop{0%{transform:scale(1)}40%{transform:scale(1.01)}to{transform:scale(1)}}.game-detail__checklist .ant-card-body{padding-block:12px 8px}.game-detail__checklist-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.game-detail__checklist-list li{background:color-mix(in srgb, var(--app-fg) 5%, transparent);border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.game-detail__checklist-list li.is-done{background:color-mix(in srgb, var(--app-primary) 12%, transparent)}.game-detail__checklist-mark{background:color-mix(in srgb, var(--app-fg) 10%, transparent);width:28px;height:28px;color:inherit;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:14px;line-height:1;display:inline-flex}.game-detail__checklist-list li.is-done .game-detail__checklist-mark{background:color-mix(in srgb, var(--app-primary) 22%, transparent);color:var(--app-primary)}.game-detail__checklist-body{flex-direction:column;gap:4px;min-width:0;display:flex}.game-detail__checklist-body strong{font-weight:600;line-height:1.4}.game-detail__checklist-body span{opacity:.72;font-size:12px;line-height:1.3}.game-detail__checkin .ant-btn,.game-detail__actions .ant-btn{min-height:44px}@media (width<=640px){.game-detail__timeline{grid-template-columns:1fr;gap:0;padding:8px 12px}.game-detail__timeline-item{flex-direction:row;align-items:stretch;gap:12px;padding:10px 0}.game-detail__timeline-rail{flex-direction:column;align-items:center;width:auto}.game-detail__timeline-line{flex:1;width:2px;min-height:18px}.game-detail .ant-list-item{flex-wrap:wrap;gap:8px}.game-detail .ant-list-item-action{margin-inline-start:0!important}.game-detail .ant-card{border-radius:14px}.game-detail__coord{width:100%}.game-detail__coord .ant-btn{flex:1;min-width:calc(50% - 8px)}}.game-landing{max-width:520px;margin:0 auto;padding:8px 0 24px}.game-landing__hero{color:#fff;background:radial-gradient(circle at 15% 20%,#2dd4bf59,#0000 45%),linear-gradient(145deg,#0f172a,#134e4a 60%,#0f766e);border-radius:20px;margin-bottom:16px;padding:28px 20px}.game-landing__brand{opacity:.9;margin-bottom:8px;font-weight:700;display:block}.game-landing__title{color:#fff!important;margin:0 0 8px!important}.game-landing__sub{color:#ffffffd9!important;margin-bottom:12px!important}.game-landing__card{border-radius:16px}html[data-theme=light] .game-landing__hero{color:#134e4a;background:radial-gradient(circle at 15% 20%,#0d948840,#0000 45%),linear-gradient(145deg,#ecfeff,#99f6e4 55%,#5eead4)}html[data-theme=light] .game-landing__title,html[data-theme=light] .game-landing__sub{color:#134e4a!important}.game-card{border:1px solid var(--app-border);background:var(--app-surface);opacity:0;border-radius:18px;flex-direction:column;gap:12px;padding:16px;animation:.4s forwards game-card-in;display:flex;transform:translateY(10px)}.game-card--compact{gap:10px;padding:14px}.game-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.game-card__titles{min-width:0}.game-card__title{color:var(--app-fg);font-size:1.05rem;font-weight:800;line-height:1.35;text-decoration:none;display:block}.game-card__title:hover{color:var(--app-primary)}.game-card__meta{color:var(--app-fg-muted);margin:4px 0 0;font-size:12px;line-height:1.5}.game-card__spots{flex-shrink:0;font-weight:700;margin:0!important}.game-card__chips{flex-wrap:wrap;gap:6px;display:flex}.game-card__chips .ant-tag{margin:0}.game-card__host{color:var(--app-fg-muted);margin:0;font-size:13px;line-height:1.5}.game-card__host a{color:var(--app-fg);font-weight:600;text-decoration:none}.game-card__host a:hover{color:var(--app-primary)}.game-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.game-card__action-grow:last-child:nth-child(odd),.game-card__actions .game-card__action-grow:nth-child(3){grid-column:1/-1}.game-card__status-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.game-card__hint{font-size:12px}@keyframes game-card-in{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.game-card{opacity:1;animation:none;transform:none}}.landing{color:var(--app-fg)}.landing__hero{color:#ecfdf5;background:radial-gradient(70% 55% at 15% 20%,#14b8a638,#0000 55%),radial-gradient(50% 40% at 90% 80%,#0d94882e,#0000 50%),linear-gradient(165deg,#041512 0%,#0a2a24 45%,#0f3d36 100%);grid-template-columns:1.05fr .95fr;align-items:center;gap:28px;min-height:min(100dvh,860px);padding:clamp(72px,12vh,120px) clamp(20px,6vw,72px) 48px;display:grid;position:relative;overflow:hidden}html[data-theme=light] .landing__hero{color:#042f2e;background:radial-gradient(65% 50% at 12% 18%,#2dd4bf47,#0000 55%),radial-gradient(45% 40% at 92% 75%,#0f766e1f,#0000 50%),linear-gradient(165deg,#ecfdf8 0%,#d1fae5 42%,#a7f3d0 100%)}.landing__hero-glow{filter:blur(40px);pointer-events:none;opacity:.55;border-radius:50%;animation:7s ease-in-out infinite landing-pulse;position:absolute}.landing__hero-glow--a{inset-inline-start:-60px;background:#2dd4bf59;width:280px;height:280px;top:12%}.landing__hero-glow--b{inset-inline-end:8%;background:#14b8a647;width:220px;height:220px;animation-delay:-2.5s;bottom:10%}.landing__hero-copy{z-index:1;text-align:start;justify-self:stretch;width:100%;max-width:34rem;position:relative}.landing__brand{text-align:start;margin:0 0 12px}.landing__brand-lockup{color:inherit}.landing__brand--finale{text-align:center;justify-content:center;margin-bottom:8px}.landing__brand--finale .landing__brand-lockup{color:var(--app-primary);justify-content:center}.landing__headline{opacity:.95;text-align:start;max-width:22ch;margin:0 0 14px;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:650;line-height:1.45}.landing__lead{opacity:.82;text-align:start;max-width:34ch;margin:0 0 28px;font-size:1rem;line-height:1.7}.landing__cta{flex-wrap:wrap;gap:12px;display:flex}.landing__btn-primary.ant-btn{border:0;min-width:148px;height:48px;font-weight:700;box-shadow:0 10px 28px #0d948859}.landing__btn-ghost.ant-btn{min-width:132px;height:48px;font-weight:650;color:inherit!important;border-color:color-mix(in srgb, currentColor 28%, transparent)!important;background:color-mix(in srgb, currentColor 6%, transparent)!important}.landing__btn-ghost.ant-btn:hover{border-color:color-mix(in srgb, currentColor 45%, transparent)!important;background:color-mix(in srgb, currentColor 12%, transparent)!important}.landing__court{z-index:1;justify-self:center;width:min(100%,460px);position:relative}.landing__court-svg{filter:drop-shadow(0 24px 40px #00000047);width:100%;height:auto;display:block}.landing__court-lines{stroke-dasharray:900;stroke-dashoffset:900px;animation:1.6s .35s forwards landing-draw}.landing__court-lines--delay{animation-delay:.7s}.landing__court-net{opacity:0;animation:.8s 1.1s forwards landing-fade}.landing__ball{transform-origin:50%;animation:1.35s cubic-bezier(.4,0,.2,1) infinite landing-ball}.landing__ball-shadow{transform-origin:50%;animation:1.35s cubic-bezier(.4,0,.2,1) infinite landing-ball-shadow}.landing__section{max-width:960px;margin:0 auto;padding:64px 20px 24px}.landing__section--tight{padding-top:28px;padding-bottom:40px}.landing__section-title{letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(1.4rem,3vw,1.85rem);font-weight:800}.landing__section-lead{color:var(--app-fg-muted);max-width:40ch;margin:0 0 28px;line-height:1.7}.landing__steps{gap:14px;margin:0;padding:0;list-style:none;display:grid}.landing__steps li{border:1px solid var(--app-border);background:var(--app-surface);counter-increment:step;border-radius:16px;gap:4px;padding:18px 18px 18px 20px;display:grid;position:relative}.landing__steps{counter-reset:step}.landing__steps li:before{content:counter(step);inset-inline-end:16px;color:#ecfdf5;background:var(--app-primary);border-radius:999px;place-items:center;width:28px;height:28px;font-size:13px;font-weight:800;display:grid;position:absolute;top:16px}.landing__steps strong{padding-inline-end:40px;font-size:1.05rem}.landing__steps span{color:var(--app-fg-muted);font-size:.95rem;line-height:1.6}.landing__pillars{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.landing__pillars article{border:1px solid var(--app-border);background:var(--app-bg-elevated);border-radius:16px;gap:6px;padding:18px;display:grid}.landing__pillars strong{font-size:1rem}.landing__pillars span{color:var(--app-fg-muted);font-size:.92rem;line-height:1.55}.landing__finale{text-align:center;background:radial-gradient(circle at 50% 0%, #2dd4bf2e, transparent 55%), var(--app-surface);border:1px solid var(--app-border);margin:24px 20px 48px;border-radius:24px;max-width:920px;margin-inline:auto;padding:40px 24px}.landing__finale h2{margin:0 0 8px;font-size:clamp(1.35rem,3vw,1.8rem);font-weight:800}.landing__finale p{color:var(--app-fg-muted);margin:0 0 22px}.anim-fade-up{animation:.75s both landing-rise}.anim-delay-1{animation-delay:.12s}.anim-delay-2{animation-delay:.24s}.anim-delay-3{animation-delay:.36s}@keyframes landing-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-pulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.7;transform:scale(1.12)}}@keyframes landing-draw{to{stroke-dashoffset:0}}@keyframes landing-fade{to{opacity:1}}@keyframes landing-ball{0%,to{transform:translate(0)}45%{transform:translate(-18px,118px)}55%{transform:translate(-22px,110px)}}@keyframes landing-ball-shadow{0%,to{opacity:.2;transform:scale(.55)}45%,55%{opacity:.35;transform:scale(1)}}@media (width<=900px){.landing__hero{text-align:center;grid-template-columns:1fr;min-height:auto;padding-top:88px;padding-bottom:36px}.landing__hero-copy,.landing__brand,.landing__headline,.landing__lead{text-align:center;margin-inline:auto}.landing__headline,.landing__lead{max-width:28ch}.landing__cta{justify-content:center}.landing__court{order:-1;width:min(100%,360px)}.landing__pillars{grid-template-columns:1fr}.landing__steps li:before{inset-inline:16px auto}.landing__steps strong{padding-inline:40px 0}}@media (prefers-reduced-motion:reduce){.landing__ball,.landing__ball-shadow,.landing__hero-glow,.landing__court-lines,.landing__court-net,.anim-fade-up{opacity:1!important;stroke-dashoffset:0!important;animation:none!important;transform:none!important}}.login-page{flex-direction:column;gap:18px;padding-top:8px;display:flex}.login-page__hero{padding:8px 4px 0}.login-page__brand{color:var(--app-primary);margin:0 0 6px;line-height:1.1}.login-page__title{color:var(--app-fg)!important;margin:0 0 6px!important}.login-page__lead{max-width:34ch;margin-bottom:0!important}.login-page__card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:20px;padding:20px}.login-page__demo{margin-top:16px}.login-page__back{text-align:center;margin-top:16px}.login-page__back a{color:var(--app-fg-muted);font-size:13px;text-decoration:none}.login-page__back a:hover{color:var(--app-primary)}.player-profile{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:100%;display:flex}.player-profile__banner{background:radial-gradient(circle at 18% 30%, #2dd4bf66, transparent 46%), radial-gradient(circle at 82% 20%, #14b8a659, transparent 42%), linear-gradient(135deg, var(--app-court-deep) 0%, var(--app-court-mid) 100%);border-radius:20px;height:132px;margin:0}html[data-theme=light] .player-profile__banner{background:radial-gradient(circle at 15% 25%,#ffffff73,#0000 40%),radial-gradient(circle at 85% 15%,#99f6e48c,#0000 42%),linear-gradient(135deg,#0f766e 0%,#14b8a6 55%,#5eead4 100%)}.player-profile__hero{grid-template-columns:auto 1fr;align-items:start;gap:14px 16px;margin-top:-58px;padding-inline:4px;display:grid}.player-profile__avatar-wrap{background:0 0;border:0;justify-self:start;padding:0;position:relative}.player-profile__avatar{box-shadow:var(--app-shadow);border:3px solid var(--app-avatar-ring)!important;background:var(--app-bg-elevated)!important;color:var(--app-fg)!important}.player-profile__avatar-hint{color:var(--app-fg-muted);text-align:center;margin-top:6px;font-size:12px;display:block}.player-profile__identity{min-width:0;padding-top:52px}.player-profile__name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.player-profile__name{color:var(--app-fg)!important;margin:0!important;line-height:1.2!important}.player-profile__meta{margin-top:4px;display:block;color:var(--app-fg-muted)!important}.player-profile__bio{white-space:pre-wrap;color:var(--app-fg)!important;margin:10px 0 4px!important}.player-profile__bio-cta{border:1px dashed color-mix(in srgb, var(--app-accent) 55%, transparent);background:color-mix(in srgb, var(--app-accent) 8%, transparent);width:100%;color:var(--app-fg-muted);text-align:right;cursor:pointer;font:inherit;border-radius:12px;margin:10px 0 4px;padding:10px 12px;display:block}.player-profile__bio-cta:hover{background:color-mix(in srgb, var(--app-accent) 14%, transparent);color:var(--app-fg)}.player-profile__since{margin-top:4px;font-size:12px;display:block;color:var(--app-fg-muted)!important}.player-profile__stats{background:var(--app-surface);border:1px solid var(--app-border);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:14px 8px;display:grid}.player-profile__stat{text-align:center;flex-direction:column;align-items:center;gap:4px;padding:4px;display:flex}.player-profile__stat strong{color:var(--app-fg);font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.player-profile__stat span{color:var(--app-fg-muted);font-size:12px}.player-profile__feedback-note{line-height:1.6;color:var(--app-fg-muted)!important;margin:-4px 0 0!important}.player-profile__actions{flex-direction:column;gap:10px;width:100%;display:flex}.player-profile__actions-row{gap:10px;width:100%;display:flex}.player-profile__actions-row>*{flex:1}.player-profile__section{flex-direction:column;gap:12px;display:flex}.player-profile__section-title{color:var(--app-fg)!important;margin:0!important}.player-profile__feed{flex-direction:column;gap:8px;display:flex}.player-profile__feed-item{background:var(--app-surface);border:1px solid var(--app-border);color:var(--app-fg);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.player-profile__feed-item:hover{background:var(--app-surface-hover);border-color:color-mix(in srgb, var(--app-accent) 45%, transparent)}.player-profile__feed-main{flex:1;min-width:0}.player-profile__feed-main strong{color:var(--app-fg)}.player-profile__feed-meta{color:var(--app-fg-muted);margin-top:4px;font-size:12px;line-height:1.5}.player-profile__feed-tags{flex-wrap:wrap;justify-content:flex-end;gap:4px;max-width:42%;display:flex}.player-profile__feed-tags .ant-tag{border:0;margin-inline-end:0;font-weight:600}.player-profile__mates{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.player-profile__mate{background:var(--app-surface);border:1px solid var(--app-border);color:var(--app-fg);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;text-decoration:none;display:flex}.player-profile__mate:hover{border-color:color-mix(in srgb, var(--app-accent) 50%, transparent);background:var(--app-surface-hover)}.player-profile__mate strong{color:var(--app-fg);font-size:13px}.player-profile__mate span{color:var(--app-fg-muted);font-size:11px;line-height:1.4}@media (width<=520px){.player-profile__hero{text-align:center;grid-template-columns:1fr;justify-items:center}.player-profile__avatar-wrap{justify-self:center}.player-profile__identity{width:100%;padding-top:0}.player-profile__name-row{justify-content:center}.player-profile__bio-cta{text-align:center}.player-profile__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}.player-profile__feed-item{flex-direction:column}.player-profile__feed-tags{justify-content:flex-start;max-width:100%}}.profile-page{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:100%;display:flex}.profile-page .player-profile,.profile-page .ant-card,.profile-page .ant-btn-block{width:100%;max-width:100%}.profile-page__settings{flex-direction:column;gap:12px;display:flex}.profile-page__panel{background:var(--app-surface);border:1px solid var(--app-border);border-radius:18px;padding:16px 18px}.profile-page__panel-title{color:var(--app-fg)!important;margin:0 0 12px!important;font-size:15px!important;font-weight:700!important}.profile-page__row{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.profile-page__row:last-child{border-bottom:0;padding-bottom:0}.profile-page__row-label{flex-direction:column;gap:2px;min-width:0;display:flex}.profile-page__row-label strong{color:var(--app-fg);font-size:14px}.profile-page__row-label span{color:var(--app-fg-muted);font-size:12px}.profile-page__logout{margin-top:4px}.admin-shell{width:100%}.admin-shell__menu{margin-bottom:16px}.admin-shell__menu.ant-menu-horizontal{border-bottom:0;flex-wrap:wrap;line-height:40px;height:auto!important}.admin-shell__menu.ant-menu-horizontal .ant-menu-overflow{flex-wrap:wrap;row-gap:4px}.admin-shell__menu.ant-menu-horizontal .ant-menu-item{margin-inline:0 4px!important}@media (width<=720px){.admin-shell__menu.ant-menu-horizontal{-webkit-overflow-scrolling:touch;display:flex;overflow:auto hidden;flex-wrap:nowrap!important}.admin-shell__menu.ant-menu-horizontal .ant-menu-overflow{flex-wrap:nowrap}.admin-shell__menu .ant-menu-item{flex:none;padding-inline:12px}.admin-shell .ant-card-body{padding:12px}.admin-shell .ant-table{font-size:12px}.admin-shell .ant-statistic-content{font-size:20px}}.onboarding{flex-direction:column;gap:16px;padding-bottom:12px;display:flex}.onboarding__hero{background:radial-gradient(circle at 85% 15%, #2dd4bf47, transparent 42%), linear-gradient(135deg, var(--app-court-deep), var(--app-court-mid));color:#f0fdfa;border-radius:22px;padding:22px 20px}html[data-theme=light] .onboarding__hero{color:#042f2e;background:radial-gradient(circle at 90% 10%,#ffffff59,#0000 40%),linear-gradient(135deg,#0f766e,#14b8a6 70%,#5eead4)}.onboarding__brand{text-align:start;color:inherit;margin:0 0 8px}.onboarding__hero h1{margin:0 0 8px;font-size:1.45rem;font-weight:800}.onboarding__hero p{opacity:.88;margin:0;line-height:1.6}.onboarding__card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:18px;padding:18px}.onboarding__steps{margin-bottom:20px}.onboarding__nav{justify-content:space-between;gap:12px;display:flex}.onboarding__skip{text-align:center;margin-top:16px}.onboarding__skip a{color:var(--app-fg-muted);font-size:13px;text-decoration:none}.onboarding__skip a:hover{color:var(--app-primary)}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:100;font-display:swap;src:url(/assets/IRANSansXFaNum-Thin-Cboqs_Ru.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:200;font-display:swap;src:url(/assets/IRANSansXFaNum-UltraLight-Do7ZPUwM.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:300;font-display:swap;src:url(/assets/IRANSansXFaNum-Light-BFv3abcx.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/IRANSansXFaNum-Regular-BC8QpKAC.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/IRANSansXFaNum-Medium-BBkmIj8D.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/IRANSansXFaNum-DemiBold-D--JvLEu.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/IRANSansXFaNum-Bold-B931bRFI.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:800;font-display:swap;src:url(/assets/IRANSansXFaNum-ExtraBold-De6AeF1f.woff2)format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:900;font-display:swap;src:url(/assets/IRANSansXFaNum-Black-MwzJGQLR.woff2)format("woff2")}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#f3f7f5;--app-bg-elevated:#fff;--app-fg:#0c1f1a;--app-fg-muted:#0c1f1a94;--app-border:#0c1f1a1a;--app-surface:#fff;--app-surface-hover:#0d948814;--app-accent:#0f766e;--app-accent-strong:#0d9488;--app-primary:#0d9488;--app-court-deep:#115e59;--app-court-mid:#14b8a6;--app-hero-ink:#042f2e;--app-avatar-ring:#fff;--app-shadow:0 12px 36px #0f4c461f;--app-header-bg:#f3f7f5e0;--app-danger-soft:#dc262614}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-bg:#07110f;--app-bg-elevated:#0c1a17;--app-fg:#e8f5f1;--app-fg-muted:#e8f5f19e;--app-border:#ffffff1a;--app-surface:#ffffff0a;--app-surface-hover:#2dd4bf1a;--app-accent:#2dd4bf;--app-accent-strong:#14b8a6;--app-primary:#0d9488;--app-court-deep:#0a3d34;--app-court-mid:#0f766e;--app-hero-ink:#f0fdfa;--app-avatar-ring:#07110f;--app-shadow:0 12px 40px #00000059;--app-header-bg:#07110fd9;--app-danger-soft:#f871711f}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#f3f7f5;--app-bg-elevated:#fff;--app-fg:#0c1f1a;--app-fg-muted:#0c1f1a94;--app-border:#0c1f1a1a;--app-surface:#fff;--app-surface-hover:#0d948814;--app-accent:#0f766e;--app-accent-strong:#0d9488;--app-primary:#0d9488;--app-court-deep:#115e59;--app-court-mid:#14b8a6;--app-hero-ink:#042f2e;--app-avatar-ring:#fff;--app-shadow:0 12px 36px #0f4c461f;--app-header-bg:#f3f7f5e0;--app-danger-soft:#dc262614}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:var(--app-bg);color:var(--app-fg);margin:0;font-family:IRANSansXFaNum,Tahoma,system-ui,sans-serif}#root{min-height:100dvh;font-family:IRANSansXFaNum,Tahoma,system-ui,sans-serif}a{color:inherit}.app-shell{background:var(--app-bg);min-height:100dvh}.app-shell--landing{background:0 0}.app-header{-webkit-backdrop-filter:blur(14px)}.app-header--landing{background:0 0!important;border-bottom-color:#0000!important}.app-brand{white-space:nowrap;color:var(--app-primary);align-items:center;text-decoration:none;display:inline-flex}.app-content{width:100%;max-width:960px;margin:0 auto;padding:16px 16px 96px}.app-content--landing{max-width:none;padding:0}.app-content--narrow{max-width:720px}.app-footer{text-align:center;color:var(--app-fg-muted);margin-top:40px;font-size:12px}.app-bottom-nav{inset-inline:0;z-index:30;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:var(--app-header-bg);border-top:1px solid var(--app-border);-webkit-backdrop-filter:blur(16px);display:none;position:fixed;bottom:0}.app-bottom-nav__inner{grid-template-columns:repeat(5,1fr);gap:4px;max-width:520px;margin:0 auto;display:grid}.game-card-list,.game-card-skeleton-list{flex-direction:column;gap:12px;display:flex}.app-bottom-nav__link{color:var(--app-fg-muted);border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;font-size:11px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.app-bottom-nav__badge{top:2px;color:#fff;text-align:center;background:#dc2626;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;position:absolute;inset-inline-end:18%}.app-bottom-nav__link.is-active,.app-bottom-nav__link:hover{color:var(--app-primary);background:var(--app-surface-hover)}.app-bottom-nav__icon{font-size:18px;line-height:1}.surface-panel{background:var(--app-surface);border:1px solid var(--app-border);box-shadow:none;border-radius:18px;padding:16px}.hub-page{flex-direction:column;gap:18px;display:flex}.hub-hero{background:radial-gradient(circle at 85% 15%, #2dd4bf47, transparent 42%), linear-gradient(135deg, var(--app-court-deep), var(--app-court-mid));color:#f0fdfa;border-radius:22px;padding:22px 20px;position:relative;overflow:hidden}html[data-theme=light] .hub-hero{color:#042f2e;background:radial-gradient(circle at 90% 10%,#ffffff59,#0000 40%),linear-gradient(135deg,#0f766e,#14b8a6 70%,#5eead4)}.hub-hero__eyebrow{opacity:.8;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.hub-hero__title{color:inherit!important;margin:0 0 8px!important;font-weight:800!important;line-height:1.25!important}.hub-hero__sub{opacity:.88;max-width:36ch;margin:0!important}.hub-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hub-actions a{width:100%;min-width:0;text-decoration:none;display:block}.hub-actions .ant-btn{width:100%;height:44px}.hub-list{flex-direction:column;gap:8px;display:flex}.hub-list__item{border:1px solid var(--app-border);background:var(--app-bg-elevated);color:inherit;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.hub-list__item:hover{border-color:var(--app-accent);background:var(--app-surface-hover)}.hub-list__meta{color:var(--app-fg-muted);font-size:12px}.rmdp-container{width:100%}.rmdp-input{width:100%!important;font-family:IRANSansXFaNum,Tahoma,system-ui,sans-serif!important}@media (width<=860px){.app-header .ant-menu-horizontal{display:none!important}.app-bottom-nav{display:block}.app-header .ant-btn-primary span:not(.anticon){display:none}}@media (width>=861px){.app-content{padding-bottom:32px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
