/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/css/scss/nraa.scss ***!
  \***********************************************************************************************************************/
@charset "UTF-8";
html,
body {
  font: 500 1rem/1.5 Syne, Poppins, system-ui, ui-sans-serif, Ubuntu, Open Sans, Segoe UI Variable, Segoe UI, Roboto, Calibri, Helvetica Neue, Arial, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

body {
  background-color: #0e0f17 !important;
}

.bg-dark-subtle {
  background-color: #151621 !important;
}

.table-dark {
  background-color: #032830 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background-color: #032830 !important;
  --bs-table-bg-type: $bg-dark-table !important;
}

.table > :not(caption) > * > * {
  background-color: #151621 !important;
}

body.bg-dark {
  background-color: #0e0f17 !important;
}

nav.bg-dark {
  background-color: #19171e !important;
}

.btn {
  width: fit-content !important;
}

.f-50 {
  width: 50%;
}

.moving-object {
  position: relative;
  animation-name: moveUpDown;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
}
.show {
  animation-name: slideIn;
  -webkit-animation-name: slideIn;
}

.ul::after {
  display: none !important;
  list-style-type: none;
}

.blackout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.blackout .spinner-border {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
}

.navbar {
  background: rgba(20, 20, 30, 0.65) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  font-size: 16px;
  min-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .navbar {
    font-size: 16px;
    width: 100% !important;
    left: 0 !important;
  }
  .navbar .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .navbar .navbar-brand {
    order: 1;
    flex: 0 0 auto;
  }
  .navbar .navbar-toggler {
    order: 3;
    flex: 0 0 auto;
    margin-left: auto;
    position: relative;
    z-index: 1050;
  }
  .navbar .navbar-collapse {
    order: 4;
    flex-basis: 100%;
    width: 100%;
  }
  .navbar .dropdown-menu {
    position: static !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    margin: 0 !important;
  }
  .navbar .dropdown-menu.show {
    max-height: 500px;
    opacity: 1;
  }
}

.navbar-brand img {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
}

.nav-link {
  color: #e0e0e0 !important;
  font-weight: 500;
  transition: 0.2s ease;
}

.navbar .dropdown-menu {
  background: rgba(20, 20, 30, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  display: block !important;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.navbar .dropdown-menu .dropdown-item {
  color: #e0e0e0;
  padding: 0.5rem 1.25rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.navbar .dropdown-menu .dropdown-item:active {
  background: rgba(255, 255, 255, 0.15);
}
.navbar .dropdown-menu .dropdown-item i {
  margin-right: 0.5rem;
  opacity: 0.8;
}
.navbar .dropdown-menu .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 0.5rem 0;
}

.big-menu .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) translateY(-10px) !important;
}
.big-menu .dropdown-menu.show {
  transform: translateX(-50%) translateY(0) !important;
}

nav.market h1 {
  color: hsl(0, 0%, 28%);
  font-size: 50px;
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 7px;
  cursor: pointer;
}
nav.market h1 span {
  transition: 0.5s ease-out;
}
nav.market h1:hover span:nth-child(1) {
  margin-right: 5px;
}
nav.market h1:hover span:nth-child(1):after {
  content: "'";
}
nav.market h1:hover span:nth-child(2) {
  margin-left: 30px;
}
nav.market h1:hover span {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}

.nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-tabs .nav-link {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #dcdcdc !important;
  border-radius: 10px 10px 0 0 !important;
  padding: 5px 15px;
  margin-right: 6px;
  transition: background 0.25s ease, color 0.25s ease;
}
.nav-tabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.nav-tabs .nav-link.active {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  border-bottom: 1px solid transparent !important;
}

.modern-tabs {
  padding-left: 20px;
  padding-top: 20px;
  position: sticky;
  top: 60px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.modern-tabs .nav-link {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #ddd !important;
  margin-right: 6px;
  border-radius: 10px 10px 0 0 !important;
  transition: 0.25s;
}
.modern-tabs .nav-link.active {
  background: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  color: #fff !important;
}

.tab-content {
  margin-top: 20px;
}

.badge {
  width: fit-content !important;
}

.badge.rounded-pill {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(6px);
  font-size: 1rem;
  padding: 10px 16px !important;
}

.profile-card .badge {
  margin: 0px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 7px 14px !important;
  border-radius: 12px !important;
  color: #eaeaea !important;
  font-size: 0.95rem !important;
  backdrop-filter: blur(6px);
}
.profile-card .badge svg,
.profile-card .badge span {
  color: #eaeaea !important;
}

.badge-tier-gold {
  background: linear-gradient(145deg, #d4aa3a, #f5d37a) !important;
  color: #2b1d00 !important;
  font-weight: 600;
  border: 1px solid rgba(255, 230, 150, 0.6) !important;
}

.badge-tier-platinum {
  background: linear-gradient(145deg, #b1c7d8, #e7f2ff) !important;
  color: #082435 !important;
  font-weight: 600;
  border: 1px solid rgba(200, 220, 255, 0.7) !important;
}

.badge-tier-diamond {
  background: linear-gradient(145deg, #65e1ff, #b3f4ff) !important;
  color: #002a32 !important;
  font-weight: 600;
  border: 1px solid rgba(150, 255, 255, 0.8) !important;
}

.badge-tier-mythic {
  background: linear-gradient(145deg, #a54cff, #f78fff) !important;
  color: white !important;
  border: 1px solid rgba(210, 130, 255, 0.6) !important;
}

.fn-color {
  color: #5eb648 !important;
}
.fn-color:hover {
  background-color: #5eb648 !important;
  color: #fff !important;
}

.mm-color {
  color: #79d154 !important;
}
.mm-color:hover {
  background-color: #79d154 !important;
  color: #fff !important;
}

.ft-color {
  color: #e3e15b !important;
}
.ft-color:hover {
  background-color: #e3e15b !important;
  color: #fff !important;
}

.ww-color {
  color: #e9a75d !important;
}
.ww-color:hover {
  background-color: #e9a75d !important;
  color: #fff !important;
}

.bs-color {
  color: #e05a59 !important;
}
.bs-color:hover, .bs-color.active {
  background-color: #e05a59 !important;
  color: #fff !important;
}

.product-image {
  max-height: 400px;
  object-fit: cover;
}

.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.thumbnail:hover, .thumbnail.active {
  opacity: 1;
}

.card-group .btn-group {
  position: absolute;
  bottom: -50px;
  transition: transform 0.3s ease-out;
}
.card-group .card {
  overflow: hidden;
}
.card-group .card > a {
  position: absolute;
  top: 5px !important;
  right: 10px !important;
  z-index: 1;
}
.card-group .card > a > i::before {
  font-size: 18px;
}
.card-group .card > a:hover i::before {
  color: rgb(0, 221, 74);
}
.card-group:hover .btn-group {
  transform: translateY(-50px);
}

.market.card-group .card > a {
  position: absolute;
  top: 5px !important;
  right: 10px !important;
  z-index: 1;
}

.btn-view {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.15), rgba(94, 152, 217, 0.08));
  border: 1px solid rgba(94, 152, 217, 0.3);
  border-radius: 6px;
  color: #5e98d9;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn-view:hover {
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.25), rgba(94, 152, 217, 0.15));
  border-color: rgba(94, 152, 217, 0.5);
  color: #7aaeeb;
  transform: translateX(2px);
}

.wavy-line {
  --s: 44px;
  --b: 16px;
  --m: 0.4;
  background: #008c9e;
  --R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
  height: calc(2 * var(--R));
  width: 100%;
  --_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
  mask: radial-gradient(var(--R) at left 50% bottom calc(-1 * var(--m) * var(--s)), var(--_g)) calc(50% - 2 * var(--s)) calc(50% - var(--s) / 2 - var(--b) / 2)/calc(4 * var(--s)) calc(var(--s) + var(--b)) repeat-x, radial-gradient(var(--R) at left 50% top calc(-1 * var(--m) * var(--s)), var(--_g)) 50% calc(50% + var(--s) / 2 + var(--b) / 2)/calc(4 * var(--s)) calc(var(--s) + var(--b)) repeat-x;
}

.comment-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(29, 50, 72, 0.9294117647);
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.comment-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
  color: #fff;
  transition: 0.2s ease;
  backdrop-filter: blur(6px);
}
.comment-box:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}

.user-avatar {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.comment-input {
  border-radius: 20px;
  padding: 15px 20px;
  color: #fff;
  border: 2px solid rgba(29, 50, 72, 0.9294117647);
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(6px);
}
.comment-input:focus {
  box-shadow: none;
  border-color: rgba(120, 150, 255, 0.7) !important;
  box-shadow: 0 0 10px rgba(120, 150, 255, 0.5);
}

.btn-comment {
  border-radius: 20px;
  padding: 8px 25px;
  background: linear-gradient(145deg, #5868ff, #3d45cc);
  border: none !important;
  transition: 0.25s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.btn-comment:hover {
  background: linear-gradient(145deg, #7180ff, #5868ff);
  transform: translateY(-2px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.comment-actions {
  font-size: 0.9rem;
  display: none !important;
}
.comment-actions a {
  color: #6c757d;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.2s;
}
.comment-actions a:hover {
  color: #0d6efd;
}

.comment-time {
  color: #adb5bd;
  font-size: 0.85rem;
}

.reply-section {
  margin-left: 60px;
  border-left: 2px solid #e9ecef;
  padding-left: 20px;
}

.commentthread_comment {
  display: flex;
  gap: 14px;
  padding: 16px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: background 0.25s ease, transform 0.15s ease;
  opacity: 0;
  transform: translateY(8px);
  animation: fadeComment 0.45s ease forwards;
}
.commentthread_comment:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.commentthread_comment_avatar img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease;
}
.commentthread_comment_avatar:hover img {
  transform: scale(1.05);
}

.commentthread_comment_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.35em;
}

.commentthread_comment_author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}

.commentthread_author_link {
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff !important;
  text-decoration: none;
}
.commentthread_author_link:hover {
  text-decoration: underline;
}

.commentthread_comment_timestamp {
  font-size: 0.85rem;
  color: #b8b8b8;
  white-space: nowrap;
  opacity: 0.85;
}

.commentthread_comment_text {
  background: rgba(255, 255, 255, 0.06);
  text-align: start;
  padding: 10px 14px;
  border-radius: 10px;
  color: #e6e6e6;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 4px;
  word-wrap: break-word;
  white-space: normal;
}
.commentthread_comment_text img.emoticon {
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
}

.commentthread_comment_actions {
  display: none !important;
}

.comments-list .commentthread_comment:last-child {
  margin-bottom: 30px;
}

@keyframes fadeComment {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --site-header-height: 70px;
}

.profile-layout {
  margin-top: 60px;
}
.profile-layout .main-content {
  padding: 0px !important;
}
.profile-layout .tab-content {
  margin: 20px !important;
}

.profile-sidebar {
  position: sticky;
  top: 0px;
  padding: 0px !important;
  height: calc(100vh - 60px);
}

.profile-card-modern {
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: none !important;
  padding: 20px;
  backdrop-filter: blur(10px);
}

.profile-img-wrapper {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
}

.profile-img {
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 15px rgba(100, 150, 255, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.profile-img:hover {
  transform: scale(1.06);
  box-shadow: 0 0 25px rgba(100, 150, 255, 0.7);
}

.profile-img-modern {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.profile-name {
  text-align: center;
  margin-bottom: 18px;
  font-weight: 600;
}

.profile-info-list .info-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.profile-info-list .info-row:last-child {
  border-bottom: none;
}

.info-label {
  color: #bbb;
}

.info-value {
  color: #fff;
}

.social-btn {
  margin-right: 10px;
  padding: 10px 14px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.3s ease;
  font-size: 1.4rem;
  color: #fff;
}
.social-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}

.modern-content-area {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(10px);
}

.main-content {
  padding-top: 2rem;
}

.card.profile-card {
  animation: fadeUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.profile-card table {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 24px;
}
.profile-card table tr {
  transition: background 0.25s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
.profile-card table tr:last-child {
  border-bottom: none !important;
}
.profile-card table tr:hover {
  background: rgba(255, 255, 255, 0.09) !important;
  transition: background 0.25s ease, transform 0.18s ease;
  transform: translateX(4px);
}
@media (max-width: 576px) {
  .profile-card table tr:hover {
    transform: none !important;
  }
}
.profile-card table td,
.profile-card table th {
  padding: 10px 15px !important;
  color: #e4e4e4 !important;
  font-size: 0.98rem;
  background: transparent !important;
}
@media (max-width: 576px) {
  .profile-card table td,
  .profile-card table th {
    padding: 12px !important;
    font-size: 0.9rem;
  }
}
.profile-card .bg-body.border-dashed {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px dashed rgba(255, 255, 255, 0.15) !important;
  border-radius: 14px !important;
  padding: 18px !important;
  color: #e1e1e1 !important;
  backdrop-filter: blur(8px);
}

.stat-icon-email::before {
  content: "📧 ";
}

.stat-icon-location::before {
  content: "📍 ";
}

.stat-icon-rank::before {
  content: "🎖 ";
}

.stat-icon-hours::before {
  content: "⏱ ";
}

.stat-icon-aim::before {
  content: "🎯 ";
}

.stat-icon-winrate::before {
  content: "🏆 ";
}

#nav-home,
#nav-profile,
#nav-media,
#nav-contact,
#nav-steamcomments {
  opacity: 0;
  animation: fadeSection 0.5s ease forwards;
}

@keyframes fadeSection {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.allstar iframe {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

@media (max-width: 576px) {
  .nav-tabs .nav-link {
    font-size: 0.85rem !important;
    padding: 8px 10px !important;
  }
}
.profile-edit-page .page-header {
  margin-bottom: 2rem;
}
.profile-edit-page .page-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.profile-edit-page .page-header h1 i {
  color: #5e98d9;
}
.profile-edit-page .profile-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.profile-edit-page .profile-card .card-header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
}
.profile-edit-page .profile-card .card-header h5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.profile-edit-page .profile-card .card-header h5 i {
  color: #5e98d9;
}
.profile-edit-page .profile-card .card-body {
  padding: 2rem;
}
.profile-edit-page .profile-avatar-section {
  text-align: center;
}
.profile-edit-page .profile-avatar-section img {
  border: 3px solid rgba(94, 152, 217, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}
.profile-edit-page .form-label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.profile-edit-page .form-label i {
  color: #5e98d9;
}
.profile-edit-page .form-label .badge {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
}
.profile-edit-page .form-control {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}
.profile-edit-page .form-control:focus {
  background: rgba(0, 0, 0, 0.4);
  border-color: #5e98d9;
  box-shadow: 0 0 0 0.2rem rgba(94, 152, 217, 0.25);
  color: #fff;
}
.profile-edit-page .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.profile-edit-page .input-group-text {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
}
.profile-edit-page .form-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.profile-edit-page .form-text a {
  color: #5e98d9;
  text-decoration: none;
}
.profile-edit-page .form-text a:hover {
  text-decoration: underline;
}
.profile-edit-page .alert {
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.875rem;
}
.profile-edit-page .alert i {
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.profile-edit-page .alert.alert-success {
  background: rgba(74, 222, 128, 0.15);
  border: 1px solid rgba(74, 222, 128, 0.3);
  color: #4ade80;
}
.profile-edit-page .alert.alert-danger {
  background: rgba(248, 113, 113, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.3);
  color: #f87171;
}
.profile-edit-page .alert.alert-info {
  background: rgba(94, 152, 217, 0.08);
  border: 1px solid rgba(94, 152, 217, 0.2);
  color: rgba(94, 152, 217, 0.95);
}
.profile-edit-page .alert.alert-info.cs2-setup-instructions {
  background: rgba(20, 30, 48, 0.6);
  border: 1px solid rgba(94, 152, 217, 0.15);
  padding: 1.25rem;
}
.profile-edit-page .alert .alert-heading {
  color: inherit;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.profile-edit-page .alert ol,
.profile-edit-page .alert ul {
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.profile-edit-page .alert ol li,
.profile-edit-page .alert ul li {
  margin-bottom: 0.4rem;
}
.profile-edit-page .alert ol li:last-child,
.profile-edit-page .alert ul li:last-child {
  margin-bottom: 0;
}
.profile-edit-page .alert p {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.profile-edit-page .alert p:last-child {
  margin-bottom: 0;
}
.profile-edit-page .alert small {
  font-size: 0.75rem;
  opacity: 0.8;
}
.profile-edit-page .alert hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 0.75rem 0;
}
.profile-edit-page .alert a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}
.profile-edit-page .alert a:hover {
  opacity: 0.8;
}
.profile-edit-page .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.profile-edit-page .btn i {
  margin-right: 0.5rem;
}
.profile-edit-page .btn-primary {
  background: linear-gradient(135deg, #5e98d9, #4a7fb8);
  border: none;
}
.profile-edit-page .btn-primary:hover {
  background: linear-gradient(135deg, #4a7fb8, #3d6a9e);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(94, 152, 217, 0.4);
}
.profile-edit-page .btn-success {
  background: linear-gradient(135deg, #4ade80, #22c55e);
  border: none;
}
.profile-edit-page .btn-success:hover {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(74, 222, 128, 0.4);
}
.profile-edit-page .btn-danger {
  background: linear-gradient(135deg, #f87171, #ef4444);
  border: none;
}
.profile-edit-page .btn-danger:hover {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(248, 113, 113, 0.4);
}
.profile-edit-page .btn-dark {
  background: linear-gradient(135deg, #374151, #1f2937);
  border: none;
}
.profile-edit-page .btn-dark:hover {
  background: linear-gradient(135deg, #1f2937, #111827);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.profile-edit-page .btn-outline-primary {
  border: 1px solid #5e98d9;
  color: #5e98d9;
  background: transparent;
}
.profile-edit-page .btn-outline-primary:hover {
  background: rgba(94, 152, 217, 0.1);
  border-color: #4a7fb8;
  color: #4a7fb8;
}
.profile-edit-page .steam-info p {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}
.profile-edit-page .steam-info p strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  display: inline-block;
  min-width: 80px;
}
.profile-edit-page .steam-info p a {
  color: #5e98d9;
  text-decoration: none;
}
.profile-edit-page .steam-info p a:hover {
  text-decoration: underline;
}
.profile-edit-page .steam-info img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#members {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  margin-top: 50px;
}
#members .member-card {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
#members .card {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#members .card-text {
  font-size: 18px;
  color: #333;
  line-height: 1;
  color: #fff;
}

#body-home .card-title {
  background-color: #ad677e;
  border-radius: 10px;
  padding: 5px 10px;
  width: fit-content !important;
  display: inline-block !important;
  border: 1px solid #4e2222;
}
#body-home .card-body h1 {
  color: rgb(232, 230, 227) !important;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 120px;
}
#body-home .card-title-main {
  font-size: 78px;
}

@media (max-width: 768px) {
  #body-home .card-title-main {
    font-size: 24px;
  }
  #body-home .card-text {
    line-height: 1;
  }
  #body-home .allstar {
    width: 100%;
  }
  #body-home .card,
  #body-home .member-card {
    flex-direction: column;
    width: 100vw;
    height: auto;
    max-width: 100vw;
  }
  #body-home .card-img-top {
    width: 100vw;
    height: 200px;
    object-fit: cover;
  }
  #body-home .card-body {
    width: 100%;
    padding: 20px;
  }
  #body-home .card-body h1 {
    font-size: 30px;
  }
  .m-100 {
    width: 100% !important;
  }
  #members {
    margin-top: 50px;
  }
}
.cs2-match-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cs2-match-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.cs2-match-card .match-header {
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs2-match-card .match-header .map-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.cs2-match-card .match-header .match-date {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.cs2-match-card .match-score {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  flex: 1;
}
.cs2-match-card .match-score .score-display {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.cs2-match-card .match-score .score-display .team-score {
  min-width: 50px;
  text-align: center;
}
.cs2-match-card .match-score .score-display .team-score.ct {
  color: #5e98d9;
}
.cs2-match-card .match-score .score-display .team-score.t {
  color: #d4a85a;
}
.cs2-match-card .match-score .score-display .score-separator {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}
.cs2-match-card .match-stats {
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.cs2-match-card .match-stats .stat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs2-match-card .match-stats .stat-item .stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.cs2-match-card .match-stats .stat-item .stat-value {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.cs2-match-card .match-link {
  padding: 0.875rem 1.25rem;
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.15), rgba(94, 152, 217, 0.08));
  border-top: 1px solid rgba(94, 152, 217, 0.2);
  color: #5e98d9;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  transition: all 0.2s ease;
  display: block;
}
.cs2-match-card .match-link:hover {
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.25), rgba(94, 152, 217, 0.15));
  color: #7aaeeb;
}
.cs2-match-card .match-footer {
  padding: 0.75rem 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}
.cs2-match-card .match-footer .match-result {
  font-weight: 600;
}
.cs2-match-card .match-footer .match-result.victory {
  color: #4ade80;
}
.cs2-match-card .match-footer .match-result.defeat {
  color: #f87171;
}

.cs2-match-detail {
  padding: 2rem;
}
.cs2-match-detail .match-hero {
  background: linear-gradient(135deg, rgba(30, 30, 45, 0.9), rgba(20, 20, 30, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.cs2-match-detail .match-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5e98d9, #d4a85a);
}
.cs2-match-detail .match-hero .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.cs2-match-detail .match-hero .map-info h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cs2-match-detail .match-hero .map-info .server-name {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.cs2-match-detail .match-hero .score-display {
  text-align: center;
}
.cs2-match-detail .match-hero .score-display .score-numbers {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
.cs2-match-detail .match-hero .score-display .score-numbers .team-score {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  min-width: 80px;
}
.cs2-match-detail .match-hero .score-display .score-numbers .team-score.ct-score {
  background: linear-gradient(135deg, #2b5278, #5e98d9);
  color: #fff;
}
.cs2-match-detail .match-hero .score-display .score-numbers .team-score.t-score {
  background: linear-gradient(135deg, #8b6f3a, #d4a85a);
  color: #fff;
}
.cs2-match-detail .match-hero .score-display .score-numbers .score-divider {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.3);
}
.cs2-match-detail .match-hero .score-display .win-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cs2-match-detail .match-hero .score-display .win-badge.ct-win {
  background: rgba(94, 152, 217, 0.2);
  color: #5e98d9;
  border: 1px solid #5e98d9;
}
.cs2-match-detail .match-hero .score-display .win-badge.t-win {
  background: rgba(212, 168, 90, 0.2);
  color: #d4a85a;
  border: 1px solid #d4a85a;
}
.cs2-match-detail .match-hero .match-meta {
  text-align: right;
}
.cs2-match-detail .match-hero .match-meta .rounds-count {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
}
.cs2-match-detail .match-hero .match-meta .match-timestamp {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}

.cs2-team-stats {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.cs2-team-stats .team-header {
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid;
}
.cs2-team-stats .team-header h3 {
  margin: 0;
  font-size: 1.1rem;
}
.cs2-team-stats.team-ct .team-header {
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.15), rgba(94, 152, 217, 0.05));
  color: #5e98d9;
  border-bottom-color: #5e98d9;
}
.cs2-team-stats.team-ct .player-row:hover {
  background: rgba(94, 152, 217, 0.08);
}
.cs2-team-stats.team-t .team-header {
  background: linear-gradient(135deg, rgba(212, 168, 90, 0.15), rgba(212, 168, 90, 0.05));
  color: #d4a85a;
  border-bottom-color: #d4a85a;
}
.cs2-team-stats.team-t .player-row:hover {
  background: rgba(212, 168, 90, 0.08);
}
.cs2-team-stats .stats-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.cs2-team-stats .stats-table thead {
  background: rgba(255, 255, 255, 0.02);
}
.cs2-team-stats .stats-table thead th {
  border: none;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.cs2-team-stats .stats-table tbody .player-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.cs2-team-stats .stats-table tbody .player-row:last-child {
  border-bottom: none;
}
.cs2-team-stats .stats-table tbody .player-row td {
  border: none;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.cs2-team-stats .stats-table tbody .player-row td strong {
  color: #4ade80;
}
.cs2-team-stats .stats-table tbody .player-row .player-name {
  font-weight: 600;
}
.cs2-team-stats .stats-table tbody .player-row .player-name a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cs2-team-stats .stats-table tbody .player-row .player-name a:hover {
  color: #5e98d9;
}
.cs2-team-stats .stats-table tbody .player-row .kd-ratio {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}
.cs2-team-stats .stat-kills {
  color: #4ade80;
  font-weight: 600;
}
.cs2-team-stats .stat-deaths {
  color: #f87171;
}
.cs2-team-stats .stat-kd {
  font-weight: 600;
}
.cs2-team-stats .stat-kd.kd-positive {
  color: #4ade80;
}
.cs2-team-stats .stat-kd.kd-negative {
  color: #f87171;
}

.round-history {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.round-history .section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.round-history .round-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.round-history .round-timeline .round-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  cursor: help;
  transition: all 0.2s ease;
  position: relative;
}
.round-history .round-timeline .round-item .round-number {
  font-size: 0.85rem;
  position: relative;
  z-index: 1;
}
.round-history .round-timeline .round-item.ct-round {
  background: linear-gradient(135deg, #2b5278, #5e98d9);
  color: #fff;
  border: 1px solid rgba(94, 152, 217, 0.3);
}
.round-history .round-timeline .round-item.t-round {
  background: linear-gradient(135deg, #8b6f3a, #d4a85a);
  color: #fff;
  border: 1px solid rgba(212, 168, 90, 0.3);
}
.round-history .round-timeline .round-item:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.cs2-kill-feed {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  padding: 1.5rem;
}
.cs2-kill-feed .section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cs2-kill-feed .table-responsive {
  overflow-x: auto;
}
.cs2-kill-feed .kill-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.cs2-kill-feed .kill-table thead {
  background: rgba(255, 255, 255, 0.05);
}
.cs2-kill-feed .kill-table thead th {
  border: none;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.cs2-kill-feed .kill-table tbody .kill-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.cs2-kill-feed .kill-table tbody .kill-row:hover {
  background: rgba(255, 255, 255, 0.03);
}
.cs2-kill-feed .kill-table tbody .kill-row:last-child {
  border-bottom: none;
}
.cs2-kill-feed .kill-table tbody .kill-row td {
  border: none;
  padding: 0.75rem 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.cs2-kill-feed .kill-table tbody .kill-time {
  color: rgba(255, 255, 255, 0.5);
  font-family: monospace;
}
.cs2-kill-feed .kill-table tbody .player-ct {
  color: #5e98d9;
  font-weight: 600;
}
.cs2-kill-feed .kill-table tbody .player-t {
  color: #d4a85a;
  font-weight: 600;
}
.cs2-kill-feed .kill-table tbody .weapon-name {
  font-family: monospace;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}
.cs2-kill-feed .kill-table .kill-modifiers {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.cs2-kill-feed .kill-table .kill-modifiers .modifier-badge {
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
.cs2-kill-feed .kill-table .kill-modifiers .modifier-badge.headshot {
  background: rgba(248, 113, 113, 0.2);
  color: #f87171;
  border: 1px solid #f87171;
}
.cs2-kill-feed .kill-table .kill-modifiers .modifier-badge.wallbang {
  background: rgba(96, 165, 250, 0.2);
  color: #60a5fa;
  border: 1px solid #60a5fa;
}
.cs2-kill-feed .kill-table .kill-modifiers .modifier-badge.smoke {
  background: rgba(148, 163, 184, 0.2);
  color: #94a3b8;
  border: 1px solid #94a3b8;
}
.cs2-kill-feed .kill-table .kill-modifiers .modifier-badge.noscope {
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
  border: 1px solid #fbbf24;
}

.cs2-matches-page {
  padding: 2rem;
}
.cs2-matches-page .page-header {
  margin-bottom: 2rem;
}
.cs2-matches-page .page-header .page-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cs2-matches-page .page-header .page-title .cs2-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cs2-matches-page .page-header .sort-controls {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cs2-matches-page .page-header .sort-controls .btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cs2-matches-page .page-header .sort-controls .btn.btn-outline-primary {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
}
.cs2-matches-page .page-header .sort-controls .btn.btn-outline-primary:hover {
  background: rgba(94, 152, 217, 0.15);
  border-color: rgba(94, 152, 217, 0.3);
  color: #5e98d9;
}
.cs2-matches-page .page-header .sort-controls .btn.btn-outline-primary:active, .cs2-matches-page .page-header .sort-controls .btn.btn-outline-primary.active {
  background: linear-gradient(135deg, #2b5278, #5e98d9);
  border-color: #5e98d9;
  color: #fff;
}

.cs2-matches-table {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.cs2-matches-table .matches-table {
  width: 100%;
  border-collapse: collapse;
}
.cs2-matches-table .matches-table thead {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cs2-matches-table .matches-table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.cs2-matches-table .matches-table tbody .match-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.cs2-matches-table .matches-table tbody .match-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.cs2-matches-table .matches-table tbody .match-row:last-child {
  border-bottom: none;
}
.cs2-matches-table .matches-table tbody .match-row td {
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.cs2-matches-table .matches-table tbody .match-row td.map-name {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}
.cs2-matches-table .matches-table tbody .match-row td.match-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}
.cs2-matches-table .matches-table tbody .match-row td.match-score {
  font-weight: 600;
  font-size: 1.1rem;
}
.cs2-matches-table .matches-table tbody .match-row td.match-score .score-ct {
  color: #5e98d9;
}
.cs2-matches-table .matches-table tbody .match-row td.match-score .score-t {
  color: #d4a85a;
}
.cs2-matches-table .matches-table tbody .match-row td.match-score .score-separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0.25rem;
}
.cs2-matches-table .matches-table tbody .match-row td.match-outcome .outcome-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.cs2-matches-table .matches-table tbody .match-row td.match-outcome .outcome-badge.victory {
  background: rgba(74, 222, 128, 0.2);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
}
.cs2-matches-table .matches-table tbody .match-row td.match-outcome .outcome-badge.defeat {
  background: rgba(248, 113, 113, 0.2);
  color: #f87171;
  border: 1px solid rgba(248, 113, 113, 0.4);
}
.cs2-matches-table .matches-table tbody .match-row td.match-outcome .outcome-badge.ct-win {
  background: rgba(94, 152, 217, 0.2);
  color: #5e98d9;
  border: 1px solid rgba(94, 152, 217, 0.4);
}
.cs2-matches-table .matches-table tbody .match-row td.match-outcome .outcome-badge.t-win {
  background: rgba(212, 168, 90, 0.2);
  color: #d4a85a;
  border: 1px solid rgba(212, 168, 90, 0.4);
}
.cs2-matches-table .matches-table tbody .match-row td.match-outcome .outcome-badge.tie {
  background: rgba(148, 163, 184, 0.2);
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.4);
}
.cs2-matches-table .matches-table tbody .match-row td.stat-kills {
  color: #4ade80;
  font-weight: 600;
}
.cs2-matches-table .matches-table tbody .match-row td.stat-deaths {
  color: #f87171;
  font-weight: 600;
}
.cs2-matches-table .matches-table tbody .match-row td.stat-assists {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.cs2-matches-table .matches-table tbody .match-row td.stat-kd {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.cs2-matches-table .matches-table tbody .match-row td.stat-rounds {
  color: rgba(255, 255, 255, 0.7);
}
.cs2-matches-table .matches-table tbody .no-matches {
  padding: 3rem 2rem;
  text-align: center;
}
.cs2-matches-table .matches-table tbody .no-matches .alert {
  display: inline-block;
  margin: 0;
}

.cs2-matches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.cs2-matches-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.cs2-matches-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.cs2-matches-header .sort-controls {
  display: flex;
  gap: 0.5rem;
}
.cs2-matches-header .sort-controls .sort-btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cs2-matches-header .sort-controls .sort-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.cs2-matches-header .sort-controls .sort-btn.active {
  background: linear-gradient(135deg, #5e98d9, #4a7db8);
  border-color: #5e98d9;
  color: #fff;
}

@media (max-width: 768px) {
  .cs2-match-detail .match-hero .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .cs2-match-detail .match-hero .match-meta {
    text-align: center;
  }
  .cs2-match-detail .match-hero .score-display .score-numbers .team-score {
    font-size: 2rem;
    min-width: 60px;
  }
  .cs2-matches-grid {
    grid-template-columns: 1fr;
  }
  .round-history .round-timeline .round-indicator {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }
}
.cs2-player-page {
  padding: 2rem;
}
.cs2-player-page .player-info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.cs2-player-page .player-info-card .player-details p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.cs2-player-page .player-info-card .player-details p strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.cs2-player-page .player-info-card .match-count h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5e98d9;
  margin: 0;
}
.cs2-player-page .header-actions {
  display: flex;
  gap: 0.5rem;
}
.cs2-player-page .header-actions .btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cs2-player-page .header-actions .btn.btn-outline-secondary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.cs2-player-page .header-actions .btn.btn-outline-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.cs2-player-page .header-actions .btn.btn-outline-info {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #60a5fa;
}
.cs2-player-page .header-actions .btn.btn-outline-info:hover {
  background: rgba(96, 165, 250, 0.15);
  border-color: rgba(96, 165, 250, 0.3);
}
.cs2-player-page .stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.cs2-player-page .stat-card:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}
.cs2-player-page .stat-card .stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.75rem;
}
.cs2-player-page .stat-card .stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.cs2-player-page .stat-card .stat-value.stat-excellent {
  color: #4ade80;
}
.cs2-player-page .stat-card .stat-value.stat-good {
  color: #fbbf24;
}
.cs2-player-page .stat-card .stat-value.stat-poor {
  color: #f87171;
}
.cs2-player-page .stats-table-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.cs2-player-page .stats-table-card .card-header {
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cs2-player-page .stats-table-card .card-header h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.cs2-player-page .stats-table-card .card-body {
  padding: 0;
}
.cs2-player-page .stats-table-card .card-body .alert {
  margin: 1.5rem;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1rem;
}
.cs2-player-page .stats-table-card .stats-table {
  width: 100%;
  border-collapse: collapse;
}
.cs2-player-page .stats-table-card .stats-table thead {
  background: rgba(255, 255, 255, 0.02);
}
.cs2-player-page .stats-table-card .stats-table thead th {
  padding: 0.75rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  border: none;
}
.cs2-player-page .stats-table-card .stats-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.cs2-player-page .stats-table-card .stats-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
.cs2-player-page .stats-table-card .stats-table tbody tr:last-child {
  border-bottom: none;
}
.cs2-player-page .stats-table-card .stats-table tbody tr td {
  padding: 0.875rem 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  border: none;
}
.cs2-player-page .stats-table-card .stats-table tbody tr td.text-end {
  text-align: right;
}
.cs2-player-page .stats-table-card .stats-table tbody tr td strong {
  color: #fff;
  font-weight: 600;
}
.cs2-player-page .stats-table-card .stats-table tbody tr td strong.stat-excellent {
  color: #4ade80;
}
.cs2-player-page .stats-table-card .stats-table tbody tr td strong.stat-good {
  color: #fbbf24;
}
.cs2-player-page .stats-table-card .stats-table tbody tr td strong.stat-poor {
  color: #f87171;
}
.cs2-player-page .matches-table-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.cs2-player-page .matches-table-card .card-header {
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cs2-player-page .matches-table-card .card-header h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.cs2-player-page .matches-table-card .card-body {
  padding: 0;
}
.cs2-player-page .matches-table-card .card-body .alert {
  margin: 1.5rem;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1rem;
}
.cs2-player-page .matches-table-card .matches-table {
  width: 100%;
  border-collapse: collapse;
}
.cs2-player-page .matches-table-card .matches-table thead {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cs2-player-page .matches-table-card .matches-table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.cs2-player-page .matches-table-card .matches-table tbody .match-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.cs2-player-page .matches-table-card .matches-table tbody .match-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.cs2-player-page .matches-table-card .matches-table tbody .match-row:last-child {
  border-bottom: none;
}
.cs2-player-page .matches-table-card .matches-table tbody .match-row td {
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.cs2-leaderboard-page {
  padding: 2rem;
}
.cs2-leaderboard-page .page-header {
  margin-bottom: 2rem;
}
.cs2-leaderboard-page .page-header .sort-controls {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.cs2-leaderboard-page .page-header .sort-controls .btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cs2-leaderboard-page .page-header .sort-controls .btn.btn-outline-primary {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
}
.cs2-leaderboard-page .page-header .sort-controls .btn.btn-outline-primary:hover {
  background: rgba(94, 152, 217, 0.15);
  border-color: rgba(94, 152, 217, 0.3);
  color: #5e98d9;
}
.cs2-leaderboard-page .page-header .sort-controls .btn.btn-outline-primary:active, .cs2-leaderboard-page .page-header .sort-controls .btn.btn-outline-primary.active {
  background: linear-gradient(135deg, #2b5278, #5e98d9);
  border-color: #5e98d9;
  color: #fff;
}
.cs2-leaderboard-page .leaderboard-table {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.cs2-leaderboard-page .leaderboard-table .card-header {
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cs2-leaderboard-page .leaderboard-table .card-header h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.25rem 0;
}
.cs2-leaderboard-page .leaderboard-table .card-header .text-muted {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}
.cs2-leaderboard-page .leaderboard-table .table-container {
  padding: 0;
}
.cs2-leaderboard-page .leaderboard-table .table-container .alert {
  margin: 1.5rem;
  background: rgba(96, 165, 250, 0.1);
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1rem;
}
.cs2-leaderboard-page .leaderboard-table .matches-table {
  width: 100%;
  border-collapse: collapse;
}
.cs2-leaderboard-page .leaderboard-table .matches-table thead {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.cs2-leaderboard-page .leaderboard-table .matches-table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.cs2-leaderboard-page .leaderboard-table .matches-table thead th.text-center {
  text-align: center;
}
.cs2-leaderboard-page .leaderboard-table .matches-table tbody .match-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.cs2-leaderboard-page .leaderboard-table .matches-table tbody .match-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.cs2-leaderboard-page .leaderboard-table .matches-table tbody .match-row:last-child {
  border-bottom: none;
}
.cs2-leaderboard-page .leaderboard-table .matches-table tbody .match-row td {
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.cs2-leaderboard-page .leaderboard-table-content .rank-badge {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cs2-leaderboard-page .leaderboard-table-content .rank-badge.rank-gold {
  background: linear-gradient(135deg, #d4aa3a, #f5d37a);
  color: #2b1d00;
  border-color: #f5d37a;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 12px rgba(213, 170, 58, 0.4);
}
.cs2-leaderboard-page .leaderboard-table-content .rank-badge.rank-silver {
  background: linear-gradient(135deg, #b1c7d8, #e7f2ff);
  color: #082435;
  border-color: #e7f2ff;
  font-size: 1rem;
  padding: 0.45rem 0.9rem;
  box-shadow: 0 4px 12px rgba(177, 199, 216, 0.4);
}
.cs2-leaderboard-page .leaderboard-table-content .rank-badge.rank-bronze {
  background: linear-gradient(135deg, #cd7f32, #e4a672);
  color: #2b1d00;
  border-color: #e4a672;
  font-size: 1rem;
  padding: 0.45rem 0.9rem;
  box-shadow: 0 4px 12px rgba(205, 127, 50, 0.4);
}

@media (max-width: 768px) {
  .cs2-matches-page {
    padding: 0 0.5rem;
  }
  .cs2-matches-page .page-header .page-title {
    font-size: 1.5rem;
  }
  .cs2-matches-page .page-header .sort-controls {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .cs2-matches-page .page-header .sort-controls .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
  .cs2-matches-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cs2-matches-table .matches-table {
    min-width: 800px;
  }
  .cs2-matches-table .matches-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.65rem;
  }
  .cs2-matches-table .matches-table tbody td {
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
  }
  .cs2-matches-table .matches-table tbody td.map-name {
    font-size: 0.9rem;
    cursor: pointer;
  }
  .cs2-matches-table .matches-table tbody td.map-name:hover {
    color: #4a9eff;
    text-decoration: underline;
  }
  .cs2-matches-table .matches-table .btn-view {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
  .cs2-leaderboard-page {
    padding: 0 0.5rem;
  }
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  height: 100vh;
  background: rgba(20, 20, 30, 0.95);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transition: transform 0.3s ease;
}
.sidebar .sidebar-header {
  height: 56px;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
}
.sidebar .sidebar-header .sidebar-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}
.sidebar .sidebar-header .sidebar-logo img {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
}
.sidebar .sidebar-header .sidebar-logo:hover {
  color: #5e98d9;
}
.sidebar .sidebar-nav {
  flex: 1;
  padding: 1rem 0;
  overflow-y: auto;
}
.sidebar .sidebar-nav .nav-section {
  margin-bottom: 1.5rem;
}
.sidebar .sidebar-nav .nav-section .nav-section-title {
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}
.sidebar .sidebar-nav .nav-section .nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}
.sidebar .sidebar-nav .nav-section .nav-item i {
  font-size: 1.1rem;
  width: 20px;
}
.sidebar .sidebar-nav .nav-section .nav-item span {
  font-size: 0.95rem;
  font-weight: 500;
}
.sidebar .sidebar-nav .nav-section .nav-item:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.sidebar .sidebar-nav .nav-section .nav-item.active {
  background: rgba(94, 152, 217, 0.15);
  color: #5e98d9;
  border-left: 3px solid #5e98d9;
}
.sidebar .sidebar-nav .nav-section .nav-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #5e98d9;
}
.sidebar .sidebar-footer {
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sidebar .sidebar-footer .user-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.sidebar .sidebar-footer .user-profile:hover {
  background: rgba(255, 255, 255, 0.05);
}
.sidebar .sidebar-footer .user-profile .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
}
.sidebar .sidebar-footer .user-profile .user-info {
  flex: 1;
  min-width: 0;
}
.sidebar .sidebar-footer .user-profile .user-info .user-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar .sidebar-footer .user-profile .user-info .user-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.sidebar .sidebar-footer .user-profile .user-info .user-link:hover {
  color: #5e98d9;
}

body.has-sidebar .navbar {
  left: 240px;
  width: calc(100% - 240px);
  background: transparent !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body.has-sidebar .navbar .container-fluid {
  padding-left: 2rem;
}
body.has-sidebar .main-content-wrapper {
  margin-left: 240px;
  min-height: 100vh;
  padding-top: 70px;
}

.dashboard-page {
  padding: 2rem;
  max-width: 1400px;
}
.dashboard-page .dashboard-header {
  margin-bottom: 2rem;
}
.dashboard-page .dashboard-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.dashboard-page .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.dashboard-page .section-header {
  margin-bottom: 1.5rem;
}

.match-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.match-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.15);
}
.match-card.match-victory {
  border-left: 3px solid #4ade80;
}
.match-card.match-defeat {
  border-left: 3px solid #f87171;
}
.match-card .match-card-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.match-card .match-card-header .match-result-badge {
  margin-bottom: 1rem;
}
.match-card .match-card-header .match-result-badge .badge-victory {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(74, 222, 128, 0.2);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.match-card .match-card-header .match-result-badge .badge-defeat {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(248, 113, 113, 0.2);
  color: #f87171;
  border: 1px solid rgba(248, 113, 113, 0.4);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.match-card .match-card-header .match-score-large {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
.match-card .match-card-header .match-score-large .score-win {
  color: #4ade80;
}
.match-card .match-card-header .match-score-large .score-lose {
  color: #f87171;
  opacity: 0.6;
}
.match-card .match-card-header .match-score-large .score-separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0.5rem;
}
.match-card .match-card-body {
  padding: 1.25rem 1.5rem;
  flex: 1;
}
.match-card .match-card-body .match-map {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.match-card .match-card-body .match-map i {
  color: #5e98d9;
}
.match-card .match-card-body .match-date {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.match-card .match-card-body .match-date i {
  color: rgba(255, 255, 255, 0.4);
}
.match-card .match-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.match-card .match-card-stats .stat-item {
  text-align: center;
}
.match-card .match-card-stats .stat-item .stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}
.match-card .match-card-stats .stat-item .stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.match-card .match-card-footer {
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
.stat-card:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.stat-card .stat-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.2), rgba(94, 152, 217, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #5e98d9;
}
.stat-card .stat-card-content {
  flex: 1;
}
.stat-card .stat-card-content .stat-card-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.25rem;
}
.stat-card .stat-card-content .stat-card-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}

.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.empty-state h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin: 1rem 0 0.5rem 0;
}

@media (max-width: 992px) {
  .sidebar {
    display: none !important;
  }
  body.has-sidebar .navbar {
    margin-left: 0;
    width: 100%;
    left: 0 !important;
  }
  body.has-sidebar .main-content-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }
  .mobile-bottom-nav {
    display: flex !important;
  }
}
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: rgba(20, 20, 30, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.4);
  z-index: 1040;
  justify-content: space-around;
  align-items: center;
  padding: 0 1rem;
}
.mobile-bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease, transform 0.2s ease;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  min-width: 60px;
}
.mobile-bottom-nav .nav-item i,
.mobile-bottom-nav .nav-item svg {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.mobile-bottom-nav .nav-item span {
  font-size: 0.7rem;
  font-weight: 500;
}
.mobile-bottom-nav .nav-item:hover, .mobile-bottom-nav .nav-item.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.mobile-bottom-nav .nav-item.active {
  color: #4a9eff;
}

.player-profile-page {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.profile-header {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30, 30, 45, 0.9), rgba(20, 20, 30, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.profile-header .profile-cover {
  height: 120px;
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.3), rgba(94, 152, 217, 0.1));
  background-size: cover;
  background-position: center;
}
.profile-header .profile-info-container {
  padding: 0 2rem 2rem 2rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.profile-header .profile-avatar-section {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: -60px;
}
.profile-header .profile-avatar {
  width: 120px;
  height: 120px;
  margin-top: -65px;
  border-radius: 50%;
  border: 4px solid rgba(20, 20, 30, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.profile-header .profile-identity {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profile-header .profile-identity .profile-name {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.profile-header .profile-identity .profile-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.profile-header .profile-identity .steam-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(23, 26, 33, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: #5e98d9;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.profile-header .profile-identity .steam-profile-link:hover {
  background: rgba(94, 152, 217, 0.2);
  border-color: rgba(94, 152, 217, 0.4);
  color: #fff;
  transform: translateY(-2px);
}
.profile-header .profile-identity .profile-club {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: rgba(94, 152, 217, 0.2);
  border: 1px solid rgba(94, 152, 217, 0.4);
  border-radius: 6px;
  color: #5e98d9;
  font-size: 0.875rem;
  font-weight: 600;
}
.profile-header .profile-stats-summary {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.profile-header .stat-badge {
  text-align: center;
}
.profile-header .stat-badge .stat-badge-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.profile-header .stat-badge .stat-badge-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: #5e98d9;
}

.section-container {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.section-container .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem 0;
}
.section-container .section-title .section-subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1rem;
}

.personal-bests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.best-stat-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1.5rem;
}
.best-stat-card .best-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}
.best-stat-card .best-stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #4ade80;
  margin-bottom: 1rem;
}
.best-stat-card .progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}
.best-stat-card .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #5e98d9, #4ade80);
  border-radius: 2px;
}

.match-history-table-wrapper {
  overflow-x: auto;
}

.match-history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.match-history-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.match-history-table tbody .match-row {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.match-history-table tbody .match-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.match-history-table tbody .match-row.victory {
  border-left: 3px solid #4ade80;
}
.match-history-table tbody .match-row.defeat {
  border-left: 3px solid #f87171;
}
.match-history-table tbody .match-row td {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
.match-history-table tbody .match-row td:first-child {
  border-radius: 8px 0 0 8px;
}
.match-history-table tbody .match-row td:last-child {
  border-radius: 0 8px 8px 0;
}
.match-history-table .match-map {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.match-history-table .match-map i {
  color: #5e98d9;
}
.match-history-table .match-map a {
  cursor: pointer;
  transition: color 0.2s ease;
}
.match-history-table .match-map a:hover {
  color: #5e98d9 !important;
  text-decoration: underline !important;
}
.match-history-table .match-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
}
.match-history-table .score-win {
  color: #4ade80;
  font-weight: 700;
}
.match-history-table .score-lose {
  color: #f87171;
  opacity: 0.6;
}
.match-history-table .rank-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(94, 152, 217, 0.2);
  border: 1px solid rgba(94, 152, 217, 0.4);
  border-radius: 6px;
  color: #5e98d9;
  font-weight: 600;
  font-size: 0.8125rem;
}
.match-history-table .rating-positive {
  color: #4ade80;
  font-weight: 700;
}
.match-history-table .rating-negative {
  color: #f87171;
  font-weight: 700;
}

.maps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
}

.map-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.map-card .map-card-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(94, 152, 217, 0.1), rgba(94, 152, 217, 0.05));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.map-card .map-card-header .map-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.map-card .map-card-body {
  padding: 1.5rem;
}
.map-card .map-stats-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.map-card .map-stat {
  text-align: center;
}
.map-card .map-stat .map-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}
.map-card .map-stat .map-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.map-card .win-rate-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.map-card .win-rate-circle .circular-chart {
  width: 100%;
  height: 100%;
}
.map-card .win-rate-circle .circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 3.8;
}
.map-card .win-rate-circle .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.map-card .win-rate-circle .percentage {
  fill: #fff;
  font-size: 0.5em;
  font-weight: 700;
  text-anchor: middle;
}
.map-card .map-details .map-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.map-card .map-details .map-detail-row:last-child {
  border-bottom: none;
}
.map-card .map-details .map-detail-row .detail-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}
.map-card .map-details .map-detail-row .detail-value {
  font-weight: 600;
  color: #fff;
}

.stats-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .stats-overview-grid {
    grid-template-columns: 1fr;
  }
}

.overview-stat-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 2rem;
}
.overview-stat-card .overview-stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.overview-stat-card .overview-stat-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: rgba(94, 152, 217, 0.2);
  border: 1px solid rgba(94, 152, 217, 0.4);
  border-radius: 6px;
  color: #5e98d9;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.stat-bars .stat-bar-item {
  margin-bottom: 1.5rem;
}
.stat-bars .stat-bar-item:last-child {
  margin-bottom: 0;
}
.stat-bars .stat-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.stat-bars .stat-bar-header .stat-bar-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.stat-bars .stat-bar-header .stat-bar-values {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.stat-bars .stat-bar-header .stat-value-current {
  font-weight: 700;
  color: #fff;
}
.stat-bars .stat-bar-header .stat-value-percentile {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
.stat-bars .stat-bar-progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.stat-bars .stat-bar-progress.negative .stat-bar-fill {
  background: linear-gradient(90deg, #f87171, #ef4444);
}
.stat-bars .stat-bar-progress .stat-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #5e98d9, #3b82f6);
  border-radius: 4px;
  transition: width 0.5s ease;
}
.stat-bars .stat-bar-progress .stat-bar-fill.positive {
  background: linear-gradient(90deg, #4ade80, #22c55e);
}

.overview-circles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.circle-stat-card .circle-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  text-align: center;
}
.circle-stat-card .circular-chart.large {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: block;
}
.circle-stat-card .circular-chart .circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 3.8;
}
.circle-stat-card .circular-chart .circle {
  fill: none;
  stroke-width: 3.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.circle-stat-card .circular-chart .circle.circle-green {
  stroke: #4ade80;
}
.circle-stat-card .circular-chart .circle.circle-red {
  stroke: #f87171;
}
.circle-stat-card .circular-chart .circle.circle-orange {
  stroke: #fb923c;
}
.circle-stat-card .circular-chart .percentage-large {
  fill: #fff;
  font-size: 0.4em;
  font-weight: 700;
  text-anchor: middle;
}
.circle-stat-card .circular-chart .percentage-label {
  fill: rgba(255, 255, 255, 0.7);
  font-size: 0.25em;
  text-anchor: middle;
}

.side-ratings {
  grid-column: span 2;
  display: flex;
  gap: 1rem;
}
.side-ratings .side-rating-item {
  flex: 1;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.side-ratings .side-rating-item .side-rating-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  display: block;
}
.side-ratings .side-rating-item .side-rating-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fb923c;
}

.play-style-badges {
  grid-column: span 2;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1rem;
}
.play-style-badges .play-style-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}
.play-style-badges .play-style-row i {
  font-size: 1.25rem;
  color: #5e98d9;
}
.play-style-badges .play-style-row .play-style-label {
  flex: 1;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.play-style-badges .play-style-row .play-style-value {
  font-weight: 700;
  color: #fff;
}

.rank-history-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.rank-history-card .rank-history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
  gap: 1rem;
}
.rank-history-card .rank-tabs {
  display: flex;
  gap: 0.5rem;
}
.rank-history-card .rank-tabs .rank-tab {
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.rank-history-card .rank-tabs .rank-tab:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.rank-history-card .rank-tabs .rank-tab.active {
  background: rgba(94, 152, 217, 0.2);
  border-color: rgba(94, 152, 217, 0.4);
  color: #5e98d9;
}
.rank-history-card .rank-filters {
  display: flex;
  gap: 0.5rem;
}
.rank-history-card .rank-filters .rank-filter {
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
.rank-history-card .rank-history-chart {
  padding: 2rem;
  min-height: 300px;
}

.teammates-table-wrapper {
  overflow-x: auto;
}

.teammates-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.teammates-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.teammates-table tbody .teammate-row {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.teammates-table tbody .teammate-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.teammates-table tbody .teammate-row td {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
.teammates-table tbody .teammate-row td:first-child {
  border-radius: 8px 0 0 8px;
}
.teammates-table tbody .teammate-row td:last-child {
  border-radius: 0 8px 8px 0;
}
.teammates-table .teammate-player {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.teammates-table .teammate-player i {
  font-size: 1.25rem;
  color: #5e98d9;
}
.teammates-table .teammate-player a {
  cursor: pointer;
  transition: color 0.2s ease;
}
.teammates-table .teammate-player a:hover {
  color: #5e98d9 !important;
  text-decoration: underline !important;
}
.teammates-table .progress-bar-mini {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 0.5rem;
}
.teammates-table .progress-bar-mini .progress-fill-mini {
  height: 100%;
  border-radius: 2px;
}
.teammates-table .progress-bar-mini .progress-fill-mini.bg-success {
  background: #4ade80;
}
.teammates-table .progress-bar-mini .progress-fill-mini.bg-danger {
  background: #f87171;
}
.teammates-table .progress-bar-mini .progress-fill-mini.bg-secondary {
  background: #6b7280;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media (max-width: 768px) {
  .player-profile-page {
    padding: 1rem;
  }
  .profile-header .profile-info-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-header .profile-stats-summary {
    width: 100%;
    justify-content: space-around;
    margin-top: 1rem;
  }
  .maps-grid {
    grid-template-columns: 1fr;
  }
  .personal-bests-grid {
    grid-template-columns: 1fr;
  }
}
