.communities-page{margin-top:80px}@media(max-width:767px){.communities-page{margin-top:40px}}.communities-page .tab-title{color:var(--text-white)}.community-page{padding:140px 0 0;background:rgba(0,0,0,0);margin-bottom:162px}@media(max-width:991px){.community-page{padding:100px 0 0;margin-bottom:120px}}@media(max-width:767px){.community-page{margin-bottom:122px}}.community-page__hero-section{position:absolute;left:26px;right:26px;top:16px;background:linear-gradient(148deg,#020A15,#220351);border-radius:28px;height:76px}@media(max-width:1480px){.community-page__hero-section{left:10px;right:10px}}@media(max-width:1200px){.community-page__hero-section{left:0;right:0;top:0;height:112px;border-radius:0}}@media(max-width:1023px){.community-page__hero-section{height:76px}}.community-page__container{max-width:1228px;width:100%;margin:0 auto;gap:24px;display:flex;align-items:flex-start;justify-content:space-between}@media(max-width:1600px){.community-page__container{padding:0 16px}}@media(max-width:991px){.community-page__container{flex-direction:column;gap:32px}}.community-page__main{max-width:830px;width:100%;flex:1 1}@media(max-width:991px){.community-page__main{max-width:100%}}.community-page__sidebar{max-width:343px;width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:16px;position:sticky;top:74px}@media(max-width:991px){.community-page__sidebar{max-width:100%;position:static}}.community-page__sidebar-inner{background:#fff;border-radius:24px}.community-page__logo{display:flex;align-items:center;justify-content:center;border-radius:24px;overflow:hidden}.community-page__logo img{width:100%;object-fit:cover}.community-page__info{padding:20px 16px 0}.community-page__name{font-weight:500;font-size:28px;line-height:120%;color:var(--text-main);margin-bottom:6px}.community-page__stats{gap:4px;display:flex;flex-direction:column}.community-page__stats-item{display:flex;align-items:center;gap:4px;font-size:14px;line-height:155%;font-weight:500;color:var(--text-main)}.community-page__description{padding:16px;font-size:16px;line-height:120%;color:var(--text-main)}.community-page__description p{margin:0}@media(max-width:767px){.community-page__description{padding:8px 16px}}.community-page__join{padding:0 16px 24px}@media(max-width:767px){.community-page__join{padding:0 16px 20px}}.community-page__join-btn{width:100%;height:44px;border:none;border-radius:100px;background:var(--button-second-btn);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.community-page__join-btn:hover{background:var(--button-btn-press)!important}.community-page__tabs{display:flex;gap:8px;border:none;margin-bottom:20px}.community-page__tab{position:relative;padding:12px;font-size:16px;font-weight:500;line-height:140%;color:var(--text-main);background:none;border:none;cursor:pointer;transition:.3s ease-in-out;border-radius:12px;background:#fff}.community-page__tab--active,.community-page__tab:hover:not(.community-page__tab--active){background:#c4fa4f}@media(max-width:767px){.community-page__tab{padding:10px 16px;font-size:14px}}.community-page__tab-content{min-height:200px}.community-page__members-section{padding:40px 24px 20px;background:var(--text-white);border-radius:24px;box-shadow:0 4px 24px 0 rgba(201,211,242,.25)}@media(max-width:991px){.community-page__members-section{padding:0;background:rgba(0,0,0,0);box-shadow:none;margin:0 -16px}}.community-page__tournaments-section{padding:40px 32px 72px;background:var(--text-white);border-radius:24px;box-shadow:0 4px 24px 0 rgba(201,211,242,.25)}@media(max-width:991px){.community-page__tournaments-section{padding:0;background:rgba(0,0,0,0);box-shadow:none}}.community-page__tournaments-section .cards-grid{display:flex;flex-wrap:wrap;gap:22px}.community-page__tournaments-section .card{width:calc(50% - 11px)}@media(max-width:767px){.community-page__tournaments-section .card{width:100%}}.community-page__empty{display:flex;align-items:center;justify-content:center;padding:48px 16px;font-size:16px;color:var(--text-second);text-align:center}.community-page__members-table{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden}.community-page__members-header{display:flex;align-items:center;padding:12px 16px;font-size:13px;font-weight:600;color:var(--text-second);border-bottom:1px solid #e8ecf0}.community-page__members-row{display:flex;align-items:center;padding:10px 16px;color:var(--text-main);transition:background .15s}.community-page__members-row:hover{background:#f6f8fa}.community-page__members-col{display:flex;align-items:center}.community-page__members-col--rank{width:32px;flex-shrink:0;font-size:14px;font-weight:700;text-align:center;display:block}.community-page__members-col--name{flex:1 1;min-width:0;gap:10px;font-size:14px;font-weight:500}.community-page__members-col--elo{display:flex;align-items:center;gap:4px;width:100px;flex-shrink:0;justify-content:flex-end;font-size:14px;font-weight:700}.community-page__member-avatar{width:52px;height:52px;border-radius:12px;object-fit:cover;flex-shrink:0}.community-page__member-avatar--placeholder{display:inline-block;background:#e8ecf0}.community-page__member-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.community-page__member-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:600;color:#7239fc;background:rgba(114,57,252,.1);border-radius:4px;padding:2px 6px;text-transform:capitalize;flex-shrink:0}