@layer tokens, base, layout, components, pages, utilities, overrides;
/* COMPATIBILITY LAYER — do not add new styles here. Migrate to src/styles/ instead. */

@layer overrides {
/* Split from theme-lineoa.css: profile. */
.lineoa-theme .card,
.lineoa-theme .simple-item,
.lineoa-theme .conn-card-pending,
.lineoa-theme .conn-card-sent,
.lineoa-theme .match-log-item,
.lineoa-theme .profile-result-row,
.lineoa-theme .member-search-item,
.lineoa-theme .skill-card,
.lineoa-theme .community-item,
.lineoa-theme .challenge-item,
.lineoa-theme .groups-hub-card,
.lineoa-theme .group-detail-rank-item,
.lineoa-theme .group-activity-result-card,
.lineoa-theme .group-detail-report-item,
.lineoa-theme .group-performance-match-item {
  border: 1px solid rgba(24, 33, 35, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 249, 0.94));
  box-shadow: var(--shadow-card);
}.lineoa-theme .section-head small,
.lineoa-theme .verified-badge,
.lineoa-theme .groups-status-pill,
.lineoa-theme .arena-boost-tag,
.lineoa-theme .profile-pro-chip,
.lineoa-theme .tier-badge,
.lineoa-theme .pending-chip,
.lineoa-theme .feed-pill,
.lineoa-theme .pill,
.lineoa-theme .result-chip,
.lineoa-theme .log-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(24, 33, 35, 0.08);
  font-family: var(--font-headline);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}.lineoa-theme .stack-form,
.lineoa-theme .community-toolbar,
.lineoa-theme .profile-results-block,
.lineoa-theme .challenge-item-body,
.lineoa-theme .groups-card-main,
.lineoa-theme .arena-panel {
  gap: 12px;
}.lineoa-theme .profile-editorial-card,
.lineoa-theme .profile-progression-card,
.lineoa-theme .profile-evolution-card,
.lineoa-theme .profile-progression-panel,
.lineoa-theme .elite-domain-hero {
  position: relative;
  overflow: hidden;
}.lineoa-theme .profile-editorial-card::before,
.lineoa-theme .profile-progression-panel::before,
.lineoa-theme .elite-domain-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-fixed), var(--secondary-container));
}.lineoa-theme .profile-editorial-head {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}.lineoa-theme .profile-editorial-avatar,
.lineoa-theme .profile-ref-avatar {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-md);
  box-shadow: none;
  border: 1px solid rgba(24, 33, 35, 0.08);
}.lineoa-theme .profile-editorial-main h2,
.lineoa-theme .profile-ref-name {
  font-size: 1.28rem;
  line-height: 1.2;
}.lineoa-theme .profile-editorial-stats,
.lineoa-theme .profile-ref-stats,
.lineoa-theme .profile-evolution-metrics,
.lineoa-theme .national-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.lineoa-theme .profile-editorial-stats article,
.lineoa-theme .profile-ref-stats article,
.lineoa-theme .profile-evolution-metrics article,
.lineoa-theme .national-stats-grid article {
  border: 1px solid rgba(24, 33, 35, 0.08);
  border-radius: var(--radius-md);
  background: rgba(247, 249, 249, 0.94);
  padding: 12px 10px;
  box-shadow: none;
}.lineoa-theme .profile-editorial-stats small,
.lineoa-theme .profile-ref-stats small,
.lineoa-theme .profile-evolution-metrics small,
.lineoa-theme .national-stats-grid small {
  font-family: var(--font-headline);
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--on-surface-variant);
  letter-spacing: 0;
  text-transform: none;
}.lineoa-theme .profile-editorial-stats strong,
.lineoa-theme .profile-ref-stats strong,
.lineoa-theme .profile-evolution-metrics strong,
.lineoa-theme .national-stats-grid strong {
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}.lineoa-theme .progress-track,
.lineoa-theme .profile-progression-track {
  height: 10px;
  border-radius: var(--radius-md);
  background: #dde3e5;
}.lineoa-theme .progress-fill,
.lineoa-theme .profile-progression-fill {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--primary-fixed));
  box-shadow: none;
}.lineoa-theme .profile-ref-header,
.lineoa-theme .profile-switch-card,
.lineoa-theme .profile-results-block {
  border-radius: var(--radius-lg);
}.lineoa-theme .profile-ref-location {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  color: var(--on-surface-variant);
}.lineoa-theme .profile-switch,
.lineoa-theme .arena-tabs-row,
.lineoa-theme .group-detail-tab-nav {
  display: grid;
  gap: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
}.lineoa-theme .profile-switch,
.lineoa-theme .arena-tabs-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.lineoa-theme .home-switch-card .profile-switch {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 33, 35, 0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}.lineoa-theme .community-switch-card .profile-switch {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(17, 21, 22, 0.06);
  box-shadow: 0 8px 22px -22px rgba(44, 47, 48, 0.28);
  padding: 4px;
  gap: 4px;
}.lineoa-theme .community-switch-card .profile-view-btn {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 4px 8px;
}.lineoa-theme .community-switch-card .profile-view-btn small {
  line-height: 1.1;
}.lineoa-theme .home-switch-card .profile-view-btn {
  min-height: 38px;
  border-radius: var(--radius-md);
  font-size: 0.66rem;
}.lineoa-theme .simple-item,
.lineoa-theme .conn-card-pending,
.lineoa-theme .conn-card-sent,
.lineoa-theme .match-log-item,
.lineoa-theme .profile-result-row,
.lineoa-theme .member-search-item,
.lineoa-theme .skill-card,

.lineoa-theme .challenge-item {
  padding: 14px;
}

@media (min-width: 430px){.lineoa-theme .two-cols,
.lineoa-theme .connection-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lineoa-theme .profile-ref-stats,
.lineoa-theme .profile-evolution-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.lineoa-theme .secondary-btn,
.lineoa-theme .inline-btn,
.lineoa-theme .upcoming-secondary-btn,
.lineoa-theme .profile-view-btn,
.lineoa-theme .profile-range-btn,
.lineoa-theme .home-match-filter-chip,
.lineoa-theme .home-match-filter-icon,
.lineoa-theme .home-section-link {
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: var(--surface-container-lowest);
  color: var(--text);
  box-shadow: 0 8px 24px -20px rgba(44,47,48,0.28);
  font-family: var(--font-headline);
  font-weight: 700;
  text-transform: none;
}.lineoa-theme .challenge-party-avatar,
.lineoa-theme .challenge-avatar-more,
.lineoa-theme .community-avatar,
.lineoa-theme .groups-avatar-chip,
.lineoa-theme .group-detail-title-avatar,
.lineoa-theme .group-detail-rank-avatar,
.lineoa-theme .group-activity-avatar-lg,
.lineoa-theme .group-activity-avatar-sm,
.lineoa-theme .group-performance-match-avatar,
.lineoa-theme .profile-editorial-avatar,
.lineoa-theme .profile-ref-avatar {
  border-radius: 14px;
}.lineoa-theme .group-performance-hub-card,
.lineoa-theme .profile-performance-hub-card {
  background: var(--surface-container-lowest);
}
.lineoa-theme .profile-switch,
.lineoa-theme .arena-tabs-row,
.lineoa-theme .group-performance-mode-switch {
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  background: var(--surface-low);
}.lineoa-theme .register-line-preview,
.lineoa-theme .arena-callout,
.lineoa-theme .arena-boost-callout,
.lineoa-theme .elite-domain-hero,
.lineoa-theme .profile-editorial-card,
.lineoa-theme .profile-progression-card,
.lineoa-theme .profile-progression-panel {
  background: var(--surface-container-lowest);
}.lineoa-theme .profile-editorial-card::before,
.lineoa-theme .profile-progression-panel::before,
.lineoa-theme .elite-domain-hero::before,
.lineoa-theme .groups-hub-card::before {
  background: var(--brand);
}.lineoa-theme .profile-ref-header {
  display: grid;
  align-items: start;
  border: 1px solid rgba(24, 33, 35, 0.08);
  box-shadow: var(--shadow-card);
  border-radius: var(--radius-xl);
  background: var(--surface-container-lowest);
  grid-template-columns: 58px 1fr;
  gap: 10px;
  padding: 12px;
}.lineoa-theme .profile-editorial-avatar-wrap,
.lineoa-theme .profile-ref-avatar-wrap {
  width: 58px;
  height: 58px;
}.lineoa-theme .profile-ref-stats article,
.lineoa-theme .profile-editorial-stats article,
.lineoa-theme .national-stats-grid article,
.lineoa-theme .metric-grid article {
  background: var(--surface-low);
  padding: 8px;
  border-radius: 12px;
}.lineoa-theme .profile-ref-stats strong,
.lineoa-theme .profile-editorial-stats strong,
.lineoa-theme .national-stats-grid strong,
.lineoa-theme .metric-grid strong {
  font-size: 0.9rem;
}.lineoa-theme #tab-profile {
  gap: 12px;
  padding: 0 0 26px;
}.lineoa-theme #tab-profile :is(button, h2, h3, h4, strong, b, small, span, p, time, em) {
  letter-spacing: 0 !important;
}.lineoa-theme #tab-profile .profile-page-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 2px 2px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}.lineoa-theme #tab-profile .profile-ref-avatar-wrap {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  overflow: hidden;
  background: #EAF0EA;
  box-shadow: none;
}.lineoa-theme #tab-profile .profile-ref-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}.lineoa-theme #tab-profile .profile-ref-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}.lineoa-theme #tab-profile .profile-ref-name {
  margin: 0;
  color: #111516;
  font-family: var(--font-headline);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.012em;
}.lineoa-theme #tab-profile .profile-ref-level-pill {
  min-height: 20px;
  max-width: 100%;
  padding: 3px 8px;
  border-radius: 6px;
  background: #E9F8D8;
  color: #2C6C16;
  font-size: var(--text-xs);
  font-weight: 600;
  line-height: 1.15;
  white-space: normal;
}.lineoa-theme #tab-profile .profile-ref-tab-card {
  margin: 6px 0 6px;
  padding: 8px 14px 0;
  border: 1px solid rgba(17, 21, 22, 0.055);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 8px 26px -22px rgba(44, 47, 48, 0.34);
}.lineoa-theme #tab-profile .profile-ref-tab-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 0;
  background: transparent;
}.lineoa-theme #tab-profile .profile-view-btn {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 2px 12px;
}.lineoa-theme #tab-profile .profile-view-btn small {
  max-width: 100%;
  line-height: 1.15;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}.lineoa-theme #tab-profile .profile-view-btn.is-active::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 2px;
}.lineoa-theme #tab-profile .profile-ranking-view,
.lineoa-theme #tab-profile .profile-matches-view {
  gap: 13px !important;
  margin-top: -7px !important;
}.lineoa-theme #tab-profile .profile-static-soon-view {
  gap: 0;
  margin-top: -7px;
}.lineoa-theme #tab-profile .profile-static-soon-card {
  padding: 18px;
  border: 1px solid rgba(189, 242, 31, 0.32);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 235, 0.78));
  box-shadow: 0 16px 38px -32px rgba(17, 21, 22, 0.28);
}.lineoa-theme #tab-profile .profile-static-soon-title {
  color: #111516;
  font-size: 16px;
  font-weight: 720;
}.lineoa-theme #tab-profile .profile-settings-view {
  gap: 8px;
  margin-top: -7px;
  padding-inline: 14px;
}.lineoa-theme #tab-profile .profile-settings-card {
  padding: 2px 0;
  border: 1px solid rgba(17, 21, 22, 0.055);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 8px 26px -22px rgba(44, 47, 48, 0.34);
}.lineoa-theme #tab-profile .profile-settings-row {
  min-height: 44px;
  padding: 0 12px;
  grid-template-columns: 22px minmax(0, 1fr) 16px;
  gap: 9px;
  color: #171B1C;
}.lineoa-theme #tab-profile .profile-settings-row + .profile-settings-row {
  border-top: 1px solid rgba(17, 21, 22, 0.08);
}.lineoa-theme #tab-profile .profile-settings-row-icon {
  color: #636A6E;
}.lineoa-theme #tab-profile .profile-settings-row-icon .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 260, "GRAD" 0, "opsz" 22;
}.lineoa-theme #tab-profile .profile-settings-row-label {
  color: #171B1C;
  font-size: var(--text-body-sm);
  font-weight: 500;
  letter-spacing: 0;
}.lineoa-theme #tab-profile .profile-settings-row-chevron {
  color: #8A9195;
  font-size: 16px;
}.lineoa-theme #tab-profile .profile-settings-logout-card {
  padding: 10px;
  border: 1px solid rgba(17, 21, 22, 0.055);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 8px 26px -22px rgba(44, 47, 48, 0.34);
}.lineoa-theme #tab-profile .profile-settings-logout-btn {
  min-height: 42px;
  border: 1px solid rgba(17, 21, 22, 0.08);
  border-radius: 12px;
  background: #FFFFFF;
  color: #171B1C;
  font-size: var(--text-body-sm);
  font-weight: 500;
  box-shadow: none;
}.lineoa-theme #tab-profile .profile-settings-detail-card {
  padding: 14px;
  border: 1px solid rgba(17, 21, 22, 0.055);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 8px 26px -22px rgba(44, 47, 48, 0.34);
}.lineoa-theme #tab-profile .profile-settings-detail-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}.lineoa-theme #tab-profile .profile-settings-back-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #E5EAEC;
  border-radius: 12px;
  background: #FFFFFF;
  color: #4D565B;
  display: grid;
  place-items: center;
}.lineoa-theme #tab-profile .profile-settings-back-btn .material-symbols-outlined {
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}.lineoa-theme #tab-profile .profile-settings-detail-head h3 {
  margin: 0;
  color: #111516;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.16;
}.lineoa-theme #tab-profile .profile-settings-detail-head p {
  margin: 2px 0 0;
  color: #727A80;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.32;
}.lineoa-theme #tab-profile .profile-settings-detail-body,
.lineoa-theme #tab-profile .profile-settings-option-stack,
.lineoa-theme #tab-profile .profile-info-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}.lineoa-theme #tab-profile .profile-settings-primary-btn,
.lineoa-theme #tab-profile .profile-settings-secondary-btn {
  min-height: 42px !important;
  border-radius: 12px !important;
  font-size: var(--text-body-sm) !important;
  font-weight: 700 !important;
}.lineoa-theme #tab-profile .profile-choice-row,
.lineoa-theme #tab-profile .profile-toggle-row,
.lineoa-theme #tab-profile .profile-info-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 50px !important;
  padding: 10px 12px !important;
  border: 1px solid #E8ECEE !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
}.lineoa-theme #tab-profile .profile-toggle-row {
  grid-template-columns: minmax(0, 1fr) auto;
}.lineoa-theme #tab-profile .profile-choice-row span,
.lineoa-theme #tab-profile .profile-toggle-row span,
.lineoa-theme #tab-profile .profile-info-card div {
  min-width: 0 !important;
}.lineoa-theme #tab-profile .profile-choice-row strong,
.lineoa-theme #tab-profile .profile-toggle-row strong,
.lineoa-theme #tab-profile .profile-info-card strong {
  display: block !important;
  color: #111516 !important;
  font-size: var(--text-body-sm) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}.lineoa-theme #tab-profile .profile-choice-row small,
.lineoa-theme #tab-profile .profile-toggle-row small,
.lineoa-theme #tab-profile .profile-info-card p {
  display: block !important;
  margin: 3px 0 0 !important;
  color: #727A80 !important;
  font-size: var(--text-xs) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}.lineoa-theme #tab-profile .profile-language-choice {
  position: relative;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  min-height: 72px;
  padding: 14px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}.lineoa-theme #tab-profile .profile-language-choice input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}.lineoa-theme #tab-profile .profile-language-check {
  width: 38px;
  height: 38px;
  border: 2px solid #DDE4E7;
  border-radius: 13px;
  background: #F9FAFA;
  color: transparent;
  display: inline-grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}.lineoa-theme #tab-profile .profile-language-check .material-symbols-outlined {
  font-size: 24px;
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-language-choice:is(.is-selected, :has(input[type="radio"]:checked)) {
  border-color: rgba(189, 242, 31, 0.95);
  background: linear-gradient(180deg, rgba(250, 255, 237, 0.98), rgba(255, 255, 255, 0.98)) !important;
  box-shadow: 0 10px 24px -20px rgba(61, 126, 20, 0.42);
}.lineoa-theme #tab-profile .profile-language-choice:is(.is-selected, :has(input[type="radio"]:checked)) .profile-language-check {
  border-color: #BDF21F;
  background: #BDF21F !important;
  color: #111516 !important;
  box-shadow: 0 0 0 4px rgba(189, 242, 31, 0.18);
}.lineoa-theme #tab-profile .profile-language-choice:is(.is-selected, :has(input[type="radio"]:checked)) strong {
  color: #102400 !important;
}.lineoa-theme #tab-profile .profile-toggle-row input[type="checkbox"] {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 22px;
  min-width: 38px;
  min-height: 22px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #D9E0E3;
  border-radius: 999px;
  background: #EDF1F2;
  box-shadow: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}.lineoa-theme #tab-profile .profile-toggle-row input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px rgba(24, 33, 35, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}.lineoa-theme #tab-profile .profile-toggle-row input[type="checkbox"]:checked {
  border-color: #AEEB16;
  background: #BDF21F;
  box-shadow: 0 0 0 3px rgba(189, 242, 31, 0.12);
}.lineoa-theme #tab-profile .profile-toggle-row input[type="checkbox"]:checked::after {
  transform: translateX(16px);
  box-shadow: 0 1px 3px rgba(24, 33, 35, 0.14);
}.lineoa-theme #tab-profile .profile-toggle-row:has(input[type="checkbox"]:checked) {
  border-color: rgba(189, 242, 31, 0.68);
  background: rgba(250, 255, 237, 0.62);
}.lineoa-theme #tab-profile .profile-info-card {
  align-items: start;
}.lineoa-theme #tab-profile .profile-info-card > .material-symbols-outlined {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(189, 242, 31, 0.2);
  color: #397812;
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}.lineoa-theme #tab-profile .profile-info-card.is-brand > .material-symbols-outlined {
  background: var(--brand);
  color: #111516;
}.lineoa-theme #tab-profile .profile-support-code,
.lineoa-theme #tab-profile .profile-about-list {
  margin: 0;
  padding: 12px !important;
  border: 1px solid #E8ECEE !important;
  border-radius: 14px !important;
  background: #F4F6F7 !important;
  color: #4D565B !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}.lineoa-theme #tab-profile .profile-about-list div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(17, 21, 22, 0.08);
}.lineoa-theme #tab-profile .profile-about-list div:last-child {
  border-bottom: 0;
}.lineoa-theme #tab-profile .profile-about-list dt {
  color: #727A80;
  font-weight: 600;
}.lineoa-theme #tab-profile .profile-about-list dd {
  margin: 0;
  color: #111516;
  font-weight: 700;
}.lineoa-theme #tab-profile #profileGroupView {
  padding-inline: 14px;
}.lineoa-theme #tab-profile #profileGroupView .group-detail-activity-list {
  gap: 12px;
}.lineoa-theme #tab-profile .profile-ref-section,
.lineoa-theme #groupDetailPanelRanking .profile-ref-section,
.lineoa-theme #communityRankingView .profile-ref-section {
  display: flex;
  flex-direction: column !important;
  gap: 10px;
}.lineoa-theme #tab-profile .profile-ref-section-title,
.lineoa-theme #groupDetailPanelRanking .profile-ref-section-title,
.lineoa-theme #communityRankingView .profile-ref-section-title,
.lineoa-theme #tab-profile .profile-match-section h3 {
  margin: 0;
  color: #111516;
  font-family: var(--font-headline) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}.lineoa-theme #tab-profile .profile-ref-section-head,
.lineoa-theme #groupDetailPanelRanking .profile-ref-section-head,
.lineoa-theme #communityRankingView .profile-ref-section-head,
.lineoa-theme #tab-profile .profile-match-section-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}.lineoa-theme #tab-profile .profile-rank-filter-btn,
.lineoa-theme #groupDetailPanelRanking .profile-rank-filter-btn,
.lineoa-theme #communityRankingView .profile-rank-filter-btn,
.lineoa-theme #tab-profile .profile-match-section-head button {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(17, 21, 22, 0.07) !important;
  border-radius: 10px !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  color: #2F6715 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}.lineoa-theme #tab-profile .profile-rank-overview-card {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 9px;
  min-height: 140px;
  padding: 12px;
  border: 1px solid rgba(166, 225, 21, 0.4);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(253, 255, 249, 0.98), rgba(250, 255, 241, 0.94));
  box-shadow: none;
}.lineoa-theme #tab-profile .profile-rank-summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}.lineoa-theme #tab-profile .profile-rank-summary time {
  white-space: nowrap;
}.lineoa-theme #tab-profile .profile-rank-summary > strong {
  color: #57A51B;
  font-family: var(--font-headline);
  font-size: 31px;
  font-weight: 700;
  line-height: 0.9;
}.lineoa-theme #tab-profile .profile-rank-score-block b {
  color: #111516;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-rank-score-block em {
  margin-left: 4px;
  color: #2F8616;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
}.lineoa-theme #tab-profile .profile-rank-type-block small {
  align-self: flex-start;
  min-height: 18px;
  padding: 3px 7px;
  border-radius: 7px;
  background: #E7F8C9;
  color: #2F6715;
  font-size: 11px;
  font-weight: 500;
}.lineoa-theme #tab-profile .profile-rank-chart-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 20px;
  min-width: 0;
  min-height: 106px;
}.lineoa-theme #tab-profile .profile-rank-y-axis {
  display: flex;
  grid-row: 1 / 2;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 4px 14px 0;
  color: #737A7D;
  font-size: 10px;
  font-weight: 400;
}.lineoa-theme #tab-profile #profilePerformanceTrendSvg {
  width: 100%;
  height: 88px;
  min-width: 0;
  overflow: visible;
}.lineoa-theme #tab-profile #profilePerformanceTrendArea {
  fill: rgba(166, 225, 21, 0.12);
}.lineoa-theme #tab-profile #profilePerformanceTrendPath {
  fill: none;
  stroke: #4F961A;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}.lineoa-theme #tab-profile #profilePerformanceTrendDot {
  fill: #61AD20;
}.lineoa-theme #tab-profile .profile-rank-x-axis {
  display: flex;
  grid-column: 2 / 3;
  justify-content: space-between;
  color: #737A7D;
  font-size: 10px;
  font-weight: 400;
}.lineoa-theme #tab-profile .profile-leaderboard-table-wrap,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table-wrap,
.lineoa-theme #communityRankingView .profile-leaderboard-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(17, 21, 22, 0.06) !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
  box-shadow: 0 8px 24px -22px rgba(44, 47, 48, 0.26) !important;
}.lineoa-theme #tab-profile .profile-leaderboard-table,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table,
.lineoa-theme #communityRankingView .profile-leaderboard-table {
  width: 100% !important;
  min-width: 0 !important;
  border-collapse: collapse;
}.lineoa-theme #tab-profile .profile-leaderboard-table th,
.lineoa-theme #tab-profile .profile-leaderboard-table td,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table th,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table td,
.lineoa-theme #communityRankingView .profile-leaderboard-table th,
.lineoa-theme #communityRankingView .profile-leaderboard-table td {
  border-bottom: 1px solid rgba(17, 21, 22, 0.06) !important;
  color: #111516 !important;
  font-size: 12px !important;
  font-style: normal;
  line-height: 1.1 !important;
  padding: 10px 12px !important;
}.lineoa-theme #tab-profile .profile-leaderboard-table th,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table th,
.lineoa-theme #communityRankingView .profile-leaderboard-table th {
  background: #F5F7F2 !important;
  color: #6A7174 !important;
  font-family: var(--font-headline) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}.lineoa-theme #tab-profile .profile-leaderboard-table tbody tr:last-child td,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table tbody tr:last-child td,
.lineoa-theme #communityRankingView .profile-leaderboard-table tbody tr:last-child td {
  border-bottom: 0 !important;
}.lineoa-theme #tab-profile .profile-leaderboard-table .profile-ranking-row.is-self td,
.lineoa-theme #groupDetailPanelRanking .profile-leaderboard-table .profile-ranking-row.is-self td,
.lineoa-theme #communityRankingView .profile-leaderboard-table .profile-ranking-row.is-self td {
  background: #EEF9D8 !important;
}.lineoa-theme #tab-profile .profile-ranking-index,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-index,
.lineoa-theme #communityRankingView .profile-ranking-index {
  width: 40px !important;
  text-align: center !important;
}.lineoa-theme #tab-profile .profile-ranking-player,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-player,
.lineoa-theme #communityRankingView .profile-ranking-player {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
}.lineoa-theme #tab-profile .profile-ranking-player img,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-player img,
.lineoa-theme #communityRankingView .profile-ranking-player img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 7px !important;
  object-fit: cover !important;
}.lineoa-theme #tab-profile .profile-ranking-player strong,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-player strong,
.lineoa-theme #communityRankingView .profile-ranking-player strong {
  min-width: 0 !important;
  overflow: hidden;
  font-weight: 500 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.lineoa-theme #tab-profile .profile-ranking-score,
.lineoa-theme #tab-profile .profile-ranking-delta,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-score,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-delta,
.lineoa-theme #communityRankingView .profile-ranking-score,
.lineoa-theme #communityRankingView .profile-ranking-delta {
  text-align: right !important;
}.lineoa-theme #tab-profile .profile-ranking-score b,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-score b,
.lineoa-theme #communityRankingView .profile-ranking-score b {
  font-weight: 600 !important;
}.lineoa-theme #tab-profile .profile-ranking-delta em,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-delta em,
.lineoa-theme #communityRankingView .profile-ranking-delta em {
  color: #2F8616 !important;
  font-weight: 500 !important;
}.lineoa-theme #tab-profile .profile-ranking-delta em.is-down,
.lineoa-theme #groupDetailPanelRanking .profile-ranking-delta em.is-down,
.lineoa-theme #communityRankingView .profile-ranking-delta em.is-down {
  color: #F24B42 !important;
}.lineoa-theme #tab-profile .profile-stats-head {
  align-items: flex-end;
}.lineoa-theme #tab-profile .profile-stats-head > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}.lineoa-theme #tab-profile .profile-stats-head small {
  color: #697174;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  line-height: 1.3;
}.lineoa-theme #tab-profile .profile-stats-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(17, 21, 22, 0.055);
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 12px 28px -24px rgba(44, 47, 48, 0.34);
}.lineoa-theme #tab-profile .profile-stat-panel {
  display: flex;
  min-width: 0;
  min-height: 122px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 10px;
  border: 1px solid #EDF0F1;
  border-radius: 12px;
  background: #F8FAFA;
  color: #111516;
  overflow: hidden;
}.lineoa-theme #tab-profile .profile-stat-panel.is-overall {
  border-color: rgba(181, 240, 31, 0.5);
  background: linear-gradient(145deg, #151A1B 0%, #253004 100%);
  color: #FFFFFF;
}.lineoa-theme #tab-profile .profile-stat-panel-head {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}.lineoa-theme #tab-profile .profile-stat-panel-head .material-symbols-outlined {
  flex: 0 0 auto;
  color: #2F6E0F;
  font-size: 17px;
  font-variation-settings: "FILL" 0, "wght" 320, "GRAD" 0, "opsz" 20;
}.lineoa-theme #tab-profile .profile-stat-panel.is-overall .profile-stat-panel-head .material-symbols-outlined {
  color: var(--brand);
}.lineoa-theme #tab-profile .profile-stat-panel-head span:last-child {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}.lineoa-theme #tab-profile .profile-stat-panel strong {
  color: inherit;
  font-family: var(--font-headline);
  font-size: clamp(19px, 5vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-stat-panel p {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0;
  color: #687174;
  line-height: 1.2;
}.lineoa-theme #tab-profile .profile-stat-panel p > span {
  color: #2F6E0F;
  font-size: 13px;
  font-weight: 800;
}.lineoa-theme #tab-profile .profile-stat-panel p small {
  color: inherit;
  font-size: 10px;
  font-weight: 600;
}.lineoa-theme #tab-profile .profile-stat-panel p em {
  width: 100%;
  color: #8A9295;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
}.lineoa-theme #tab-profile .profile-stat-panel.is-overall p {
  color: rgba(255, 255, 255, 0.72);
}.lineoa-theme #tab-profile .profile-stat-panel.is-overall p > span {
  color: var(--brand);
}.lineoa-theme #tab-profile .profile-stat-panel.is-overall p em {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 340px){.lineoa-theme #tab-profile .profile-stats-card {
    grid-template-columns: 1fr;
  }.lineoa-theme #tab-profile .profile-stat-panel {
    min-height: 0;
  }
}.lineoa-theme #tab-profile .profile-my-match-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}.lineoa-theme #tab-profile .profile-match-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 162px;
  gap: 9px 10px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 21, 22, 0.045);
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 9px 26px -22px rgba(44, 47, 48, 0.3);
}.lineoa-theme #tab-profile .profile-match-info {
  min-width: 0;
}.lineoa-theme #tab-profile .profile-match-date {
  margin: 0 0 5px;
  color: #287512;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
}.lineoa-theme #tab-profile .profile-match-card h4 {
  margin: 0 0 4px;
  color: #111516;
  font-family: var(--font-headline);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.08;
}.lineoa-theme #tab-profile .profile-match-location {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 5px;
  margin: 0;
  color: #626A6D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.38;
}.lineoa-theme #tab-profile .profile-match-location .material-symbols-outlined {
  color: #111516;
  font-size: 17px;
  font-variation-settings: "FILL" 0, "wght" 250, "GRAD" 0, "opsz" 24;
}.lineoa-theme #tab-profile .profile-match-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}.lineoa-theme #tab-profile .profile-match-tags span {
  min-height: 18px;
  padding: 3px 7px;
  border-radius: 7px;
  background: #F4F5F6;
  color: #343A3D;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-match-tags span.is-ranked {
  background: #EAF8D8;
  color: #2F6715;
}.lineoa-theme #tab-profile .profile-match-tags span.is-capacity {
  border: 1px solid rgba(239, 125, 26, 0.22);
  background: #FFFDFC;
  color: #EF7D1A;
}.lineoa-theme #tab-profile .profile-match-versus,
.lineoa-theme #tab-profile .profile-completed-score {
  display: grid !important;
  grid-template-columns: 54px 24px 54px !important;
  align-items: start !important;
  justify-content: end !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding-top: 13px !important;
}.lineoa-theme #tab-profile .profile-match-player {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}.lineoa-theme #tab-profile .profile-match-player img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  object-fit: cover;
}.lineoa-theme #tab-profile .profile-match-player strong,
.lineoa-theme #tab-profile .profile-match-player small {
  max-width: 66px !important;
  overflow: hidden;
  color: #111516 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.lineoa-theme #tab-profile .profile-match-player.is-self strong {
  color: #2F7D14;
  font-weight: 600;
}.lineoa-theme #tab-profile .profile-match-vs {
  align-self: center;
  color: #111516;
  font-size: 13px;
  font-weight: 700;
}.lineoa-theme #tab-profile .profile-match-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}.lineoa-theme #tab-profile .profile-match-secondary-btn,
.lineoa-theme #tab-profile .profile-match-primary-btn {
  height: 28px !important;
  min-height: 28px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}.lineoa-theme #tab-profile .profile-match-secondary-btn {
  border: 1px solid rgba(17, 21, 22, 0.08);
  background: #FFFFFF;
  color: #111516;
  box-shadow: none;
}.lineoa-theme #tab-profile .profile-match-primary-btn {
  border: 0;
  background: var(--brand);
  color: #111A00;
  box-shadow: none;
}.lineoa-theme #tab-profile .profile-completed-card {
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  padding-block: 8px;
}.lineoa-theme #tab-profile .profile-completed-card .profile-match-date {
  margin-bottom: 4px;
  font-size: var(--text-xs);
}.lineoa-theme #tab-profile .profile-completed-card h4 {
  margin-bottom: 2px;
  font-size: 14px;
}.lineoa-theme #tab-profile .profile-completed-card .profile-match-location {
  font-size: var(--text-xs);
  line-height: 1.18;
}.lineoa-theme #tab-profile .profile-completed-card .profile-match-tags {
  margin-top: 4px;
}.lineoa-theme #tab-profile .profile-completed-card .profile-match-tags span {
  min-height: 16px;
  padding: 3px 6px;
}.lineoa-theme #tab-profile .profile-completed-score {
  position: relative;
  grid-template-columns: 46px 58px 46px 14px;
  align-items: center;
  padding-top: 0;
  gap: 7px;
}.lineoa-theme #tab-profile .profile-completed-score .profile-match-player img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}.lineoa-theme #tab-profile .profile-score-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}.lineoa-theme #tab-profile .profile-score-center strong {
  color: #111516;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-score-center span {
  min-height: 18px;
  padding: 3px 7px;
  border-radius: 6px;
  background: #EAF8D8;
  color: #257411;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-completed-card.is-loss .profile-score-center span {
  background: #FFE5E8;
  color: #D9282E;
}.lineoa-theme #tab-profile .profile-completed-chevron {
  color: #8F9699;
  font-size: 23px;
}.lineoa-theme #tab-profile .profile-my-match-empty {
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(17, 21, 22, 0.1);
  border-radius: 14px;
  background: #FFFFFF;
  color: #7A8285;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 390px){.lineoa-theme #tab-profile .profile-rank-overview-card {
    grid-template-columns: 96px minmax(0, 1fr);
    padding-inline: 12px;
  }.lineoa-theme #tab-profile .profile-match-card,
.lineoa-theme #tab-profile .profile-completed-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }.lineoa-theme #tab-profile .profile-match-versus,
.lineoa-theme #tab-profile .profile-completed-score {
    justify-content: start !important;
    padding-top: 0 !important;
  }
}.lineoa-theme #tab-profile .profile-ref-actions {
  display: flex;
  align-items: center;
  gap: 0;
}
.lineoa-theme #tab-profile .profile-match-filter-chips {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 2px 0 0;
  padding: 6px;
  border: 1px solid rgba(17, 21, 22, 0.1);
  border-radius: 18px;
  background: #FFFFFF;
}.lineoa-theme #tab-profile .profile-match-filter-chips button {
  height: 26px;
  box-shadow: none;
  min-height: 48px;
  padding: 0 8px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #79808A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}.lineoa-theme #tab-profile .profile-match-filter-chips button.is-active {
  border-color: transparent;
  font-weight: 600;
  background: #EDF4E5;
  color: #16922E;
}@media (max-width: 390px){.lineoa-theme .match-feed-card {
    padding: 12px;
  }.lineoa-theme .match-feed-team-avatar {
    width: 44px;
    height: 44px;
  }.lineoa-theme .match-feed-score {
    gap: 10px;
  }.lineoa-theme .match-feed-score-set b {
    font-size: 22px;
  }.lineoa-theme .match-feed-score-set em {
    font-size: 16px;
  }.lineoa-theme #tab-profile .profile-match-filter-chips button {
    min-height: 42px;
    font-size: 12px;
  }
}.lineoa-theme :is(#tab-home, #tab-community, #tab-groups, #tab-profile) {
  color: var(--ui-text) !important;
}.lineoa-theme :is(.card, .home-open-matches-card, .community-courts-shell, .community-members-shell, .my-match-card, .challenge-match-card, .groups-hub-card, .court-card, .profile-rank-overview-card, .profile-stats-card, .profile-settings-card, .profile-settings-detail-card, .profile-static-soon-card, .match-feed-card, .group-detail-card, .group-detail-activity-wrap, .group-ranking-you-card, .open-match-detail-main-card, .open-match-detail-card, .notification-card, .qp-settings-card, .qp-detail-card, .profile-choice-row, .profile-toggle-row, .profile-info-card) {
  border: 1px solid var(--ui-border) ;
  border-radius: var(--ui-radius-card);
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow-card);
}.lineoa-theme :is(.section-kicker, .mini-overline, label > span, .form-label-text, .register-line-kicker, .profile-evolution-kicker, .profile-progression-kicker, .capture-overline) {
  color: #2F6E0F !important;
  font-size: var(--text-xs) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none;
}.lineoa-theme :is(
  .primary-btn,
  .home-action-btn.is-primary,
  .profile-match-primary-btn,
  .group-join-submit-btn,
  .group-create-submit-btn,
  .challenge-join-btn:not(.is-disabled),
  .notification-action-btn.is-primary
) {
  border: 1px solid rgba(47, 110, 15, 0.14) !important;
  background: var(--ui-accent) !important;
  color: var(--ui-text) !important;
}.lineoa-theme :is(
  .secondary-btn,
  .inline-btn,
  .profile-match-secondary-btn,
  .group-join-help-btn,
  .profile-rank-filter-btn,
  .home-match-filter-chip,
  .court-surface-filter button,
  .home-action-btn:not(.is-primary),
  .notification-action-btn.is-secondary
) {
  border: 1px solid var(--ui-border) !important;
  background: #FFFFFF !important;
  color: var(--ui-text) !important;
}.lineoa-theme :is(.feed-pill, .pill, .result-chip, .log-chip, .challenge-tag, .my-match-status-chip, .my-match-host-chip, .open-match-detail-pill, .profile-match-tags span, .profile-rank-filter-btn, .court-tag, .court-feature-chip, .notification-card-meta-chip) {
  min-height: 24px !important;
  padding: 4px 8px !important;
  border-radius: var(--ui-radius-chip);
  font-size: 11px;
  font-weight: 700;
  line-height: 1 !important;
}.lineoa-theme :is(.community-item, .my-match-card, .challenge-match-card, .groups-hub-card, .court-card, .notification-card, .profile-match-card, .profile-completed-card, .match-feed-card) {
  padding: 10px ;
}.lineoa-theme :is(.community-main p, .groups-card-main p, .court-card-main p, .my-match-card-location, .challenge-match-location, .notification-card-meta, .profile-match-location, .profile-match-date, .report-ref-value, .qp-row-value, .qp-setting-label small) {
  color: var(--ui-muted) !important;
  font-size: var(--text-xs) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}.lineoa-theme :is(.profile-switch-card, .community-switch-card) {
  padding: 6px 10px 0 !important;
  border-radius: var(--ui-radius-card) !important;
}.lineoa-theme :is(#tab-profile .profile-view-btn, #tab-community .profile-view-btn) {
  min-height: 54px;
  gap: 4px;
  font-size: var(--text-xs);
}.lineoa-theme :is(.leaderboard-table th, .profile-leaderboard-table th) {
  color: var(--ui-soft) !important;
  font-size: var(--text-xs) !important;
  font-weight: 700 !important;
}.lineoa-theme :is(.leaderboard-table td, .profile-leaderboard-table td) {
  font-size: 12px !important;
  padding-block: 9px !important;
}body.lineoa-theme :is(.primary-btn, .secondary-btn, .inline-btn, .checkin-btn, .upcoming-secondary-btn, .arena-boost-btn, .challenge-action-btn, .profile-view-btn, .profile-range-btn, .profile-settings-primary-btn, .profile-settings-secondary-btn, .group-join-submit-btn, .group-join-help-btn, .group-create-submit-btn, .group-report-primary-btn, .group-report-secondary-btn, .group-activity-report-submit-btn, .group-report-success-secondary-btn, .home-match-filter-submit-btn, .home-match-filter-reset-btn, .member-profile-primary, .member-profile-secondary, .profile-match-primary-btn, .profile-match-secondary-btn, .home-group-feed-open-btn) {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  height: var(--button-height);
  min-height: var(--button-height);
  border-radius: var(--button-radius);
  padding: 0 var(--button-padding-x) !important;
  font-family: var(--font-headline);
  font-size: var(--button-font-size);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}body.lineoa-theme :is(.primary-btn, .checkin-btn, .arena-boost-btn, .group-join-submit-btn, .group-create-submit-btn, .group-report-primary-btn, .group-activity-report-submit-btn, .home-match-filter-submit-btn, .member-profile-primary, .profile-match-primary-btn, .inline-btn.success) {
  border-color: transparent;
  background: var(--brand) !important;
  color: var(--brand-text) !important;
  box-shadow: var(--shadow-glow);
}body.lineoa-theme :is(.secondary-btn, .inline-btn, .upcoming-secondary-btn, .challenge-action-btn, .profile-view-btn, .profile-range-btn, .profile-settings-secondary-btn, .group-join-help-btn, .group-report-secondary-btn, .group-report-success-secondary-btn, .member-profile-secondary, .profile-match-secondary-btn) {
  border: 1px solid var(--border) !important;
  background: var(--surface-container-lowest) !important;
  color: var(--text);
  box-shadow: none;
}body.lineoa-theme #tab-profile #profileDashboardView > .profile-ref-section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}body.lineoa-theme #tab-profile #profileStatsView > .profile-ref-section {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}body.lineoa-theme #tab-profile #profileDashboardView :is(.profile-rank-overview-card, .profile-stats-card) {
  width: 100% !important;
  max-width: none !important;
}body.lineoa-theme #tab-profile #profileStatsView .profile-stats-card {
  width: 100%;
  max-width: none;
}
body.lineoa-theme #tab-profile .profile-stats-section {
  display: grid;
  gap: 10px;
}body.lineoa-theme #tab-profile .profile-stats-head {
  align-items: center;
  gap: 10px;
}body.lineoa-theme #tab-profile .profile-stat-filter-group {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: min(100%, 210px);
  min-height: 32px;
  padding: 3px;
  gap: 2px;
  border: 1px solid #E1E6E8;
  border-radius: 999px;
  background: #F5F7F8;
}body.lineoa-theme #tab-profile .profile-stat-filter-group button,
body.lineoa-theme #tab-profile .profile-stat-mode-tabs button {
  min-width: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #4D565A !important;
  box-shadow: none;
  font-family: var(--font-headline) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}body.lineoa-theme #tab-profile .profile-stat-filter-group button {
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
}body.lineoa-theme #tab-profile .profile-stat-filter-group button.is-active {
  background: #BDF21F;
  color: #111516;
  font-weight: 600;
}body.lineoa-theme #tab-profile .profile-stat-mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  min-height: 34px;
  border-bottom: 1px solid rgba(24, 33, 35, 0.1);
}body.lineoa-theme #tab-profile .profile-stat-mode-tabs button {
  position: relative;
  height: 34px;
  padding: 0 6px 7px;
  border-radius: 0;
  font-size: 13px;
}body.lineoa-theme #tab-profile .profile-stat-mode-tabs button::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: -1px;
  left: 16px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}body.lineoa-theme #tab-profile .profile-stat-mode-tabs button.is-active {
  color: #1C7419;
  font-weight: 600;
}body.lineoa-theme #tab-profile .profile-stat-mode-tabs button.is-active::after {
  background: #198217;
}body.lineoa-theme #tab-profile .profile-stats-card.is-single-view {
  display: block;
  padding: 8px;
}body.lineoa-theme #tab-profile .profile-stats-card.is-single-view .profile-stat-panel {
  min-height: 154px;
  padding: 14px;
  gap: 12px;
}body.lineoa-theme #tab-profile .profile-stat-breakdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}body.lineoa-theme #tab-profile .profile-stat-breakdown span {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 9px 8px;
  border-radius: 12px;
  background: rgba(24, 33, 35, 0.05);
}body.lineoa-theme #tab-profile .profile-stat-panel.is-overall .profile-stat-breakdown span {
  background: rgba(255, 255, 255, 0.1);
}body.lineoa-theme #tab-profile .profile-stat-breakdown b {
  color: inherit;
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}body.lineoa-theme #tab-profile .profile-stat-breakdown small {
  color: #6F787D;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}body.lineoa-theme #tab-profile .profile-stat-panel.is-overall .profile-stat-breakdown small {
  color: rgba(255, 255, 255, 0.72);
}body.lineoa-theme #tab-profile .profile-stats-card.is-single-view .profile-stat-panel strong {
  font-size: clamp(20px, 5vw, 25px);
  line-height: 1.2;
}

@media (max-width: 390px){body.lineoa-theme #tab-profile .profile-stats-head {
    align-items: stretch;
    flex-direction: column;
  }body.lineoa-theme #tab-profile .profile-stat-filter-group {
    width: 100%;
  }
}body.lineoa-theme :is(#tab-community .home-open-list-head h3, .my-matches-head h2, #tab-groups .groups-list-header h3, .profile-ref-section-title) {
  margin: 0;
  color: var(--section-title-accent) !important;
  font-family: var(--font-headline) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}
body.lineoa-theme #tab-profile :is(#profileGroupView, #profileStaticSoonView, #profileSettingsView) {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}body.lineoa-theme #tab-profile :is(#profileGroupView, #profileStaticSoonView, #profileSettingsView) > :is(.card, .group-detail-card, .group-detail-activity-list) {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}body.lineoa-theme #communityRankingView .profile-leaderboard-section {
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}body.lineoa-theme #communityRankingView .profile-ref-section-title {
  color: #2F6E0F;
  font-size: 22px;
  font-weight: 740;
  letter-spacing: 0;
}body.lineoa-theme #communityRankingView .profile-leaderboard-table-wrap {
  overflow: hidden;
  border: 1px solid #E2E7E9;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 16px 38px -32px rgba(17, 21, 22, 0.3);
}body.lineoa-theme #communityRankingView .profile-leaderboard-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}body.lineoa-theme #communityRankingView .profile-leaderboard-table th,
body.lineoa-theme #communityRankingView .profile-leaderboard-table td {
  padding: 12px 8px !important;
  border-bottom: 1px solid #EEF1F2 !important;
  color: #111516 !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  vertical-align: middle;
}body.lineoa-theme #communityRankingView .profile-leaderboard-table th {
  background: #F7F8F5;
  color: #6B7377;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}body.lineoa-theme #communityRankingView .profile-leaderboard-table th:nth-child(1),
body.lineoa-theme #communityRankingView .profile-leaderboard-table td:nth-child(1) {
  width: 40px !important;
}body.lineoa-theme #communityRankingView .profile-leaderboard-table th:nth-child(3),
body.lineoa-theme #communityRankingView .profile-leaderboard-table td:nth-child(3) {
  width: 72px !important;
}body.lineoa-theme #communityRankingView .profile-leaderboard-table th:nth-child(4),
body.lineoa-theme #communityRankingView .profile-leaderboard-table td:nth-child(4) {
  width: 46px !important;
}body.lineoa-theme #communityRankingView .profile-ranking-player {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}body.lineoa-theme #communityRankingView .profile-ranking-player img {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  object-fit: cover;
}body.lineoa-theme #communityRankingView .profile-ranking-player strong {
  min-width: 0;
  overflow: hidden;
  color: #111516;
  font-size: 13px;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}body.lineoa-theme #communityRankingView .profile-ranking-score b {
  display: inline-block;
  color: #111516;
  font-size: 13px;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}body.lineoa-theme #communityRankingView .profile-ranking-delta em {
  color: #24751B;
  font-size: 13px;
  font-style: normal;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}body.lineoa-theme #communityRankingView .profile-ranking-delta em.is-down {
  color: #F24B42;
}body.lineoa-theme #communityRankingView .profile-ranking-row.is-self td {
  background: #EFF9D9;
}

@media (max-width: 390px){body.lineoa-theme #communityRankingView .elite-domain-hero {
    padding: 14px;
  }body.lineoa-theme #communityRankingView .national-stats-grid article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
    min-height: 64px;
    padding: 8px;
  }body.lineoa-theme #communityRankingView .national-stats-grid article > .material-symbols-outlined {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }body.lineoa-theme #communityRankingView .profile-leaderboard-table th,
body.lineoa-theme #communityRankingView .profile-leaderboard-table td {
    padding-inline: 6px !important;
    font-size: 12px !important;
  }
}body.lineoa-theme.is-group-detail-open #groupDetailScreen :is(.group-detail-card, .group-detail-activity-wrap, .group-ranking-you-card, .profile-ref-section, .group-detail-activity-list) {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}body.lineoa-theme #communitySwitchCard .profile-view-btn {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 8px 11px;
  border: 0;
  flex-direction: row;
  gap: 6px;
  line-height: 1;
}body.lineoa-theme #communitySwitchCard .profile-view-btn .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 260, "GRAD" 0, "opsz" 24;
}body.lineoa-theme #communitySwitchCard .profile-view-btn small {
  line-height: 1;
}body.lineoa-theme #communitySwitchCard .profile-view-btn.is-active::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -1px;
  left: 18px;
  height: 3px;
}body.lineoa-theme #communityRankingView :is(.elite-domain-hero, .profile-leaderboard-section, .profile-leaderboard-table-wrap, .community-ranking-soon-card) {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}body.lineoa-theme #communityCourtsView :is(.courts-view-head, .court-search-shell, .court-surface-filter, .court-list, .court-card),
body.lineoa-theme #communityRankingView :is(.elite-domain-hero, .profile-leaderboard-section, .profile-leaderboard-table-wrap, .community-ranking-soon-card) {
  width: 100% ;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}body.lineoa-theme :is(.home-open-list-head, .my-matches-head, #tab-groups .groups-list-header, .courts-view-head, .profile-ref-section-head) {
  min-height: 38px;
  align-items: center;
  gap: var(--smatch-section-gap);
  margin: 0;
  padding: 0;
}body.lineoa-theme :is(#tab-community .home-open-list-head h3, .my-matches-head h2, #tab-groups .groups-list-header h3, #communityCourtsView .courts-view-head h3, #communityRankingView .profile-ref-section-title, #tab-profile .profile-ref-section-title) {
  margin: 0;
  color: var(--smatch-title-green) !important;
  font-family: var(--font-headline) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}body.lineoa-theme :is(#tab-community .home-filter-tabs-row .home-static-filter-chips button[data-home-static-filter], .my-matches-primary-tabs button, #communitySwitchCard .profile-view-btn) {
  position: relative;
  width: 100% !important;
  min-width: 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 6px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #343B3E !important;
  box-shadow: none !important;
  font-family: var(--font-headline) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center !important;
}body.lineoa-theme :is(#tab-community .home-filter-tabs-row .home-static-filter-chips button[data-home-static-filter], .my-matches-primary-tabs button, #communitySwitchCard .profile-view-btn)::after {
  content: "" !important;
  position: absolute !important;
  right: 12px !important;
  bottom: -1px !important;
  left: 12px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: transparent !important;
}body.lineoa-theme :is(#tab-community .home-filter-tabs-row .home-static-filter-chips button[data-home-static-filter].is-active, .my-matches-primary-tabs button.is-active, #communitySwitchCard .profile-view-btn.is-active) {
  color: #1C7419 !important;
  font-weight: 600 !important;
}body.lineoa-theme :is(#tab-community .home-filter-tabs-row .home-static-filter-chips button[data-home-static-filter].is-active, .my-matches-primary-tabs button.is-active, #communitySwitchCard .profile-view-btn.is-active)::after {
  background: #198217 !important;
}html[data-language="th"] body.lineoa-theme :is(#tab-community .home-open-list-head .home-create-match-pill, #tab-groups .groups-create-btn, .my-matches-create-btn, .challenge-join-btn, .home-static-filter-chips button, .my-matches-primary-tabs button, #communitySwitchCard .profile-view-btn) {
  font-family: var(--font-headline) !important;
  font-weight: 600 !important;
}html[data-language="en"] body.lineoa-theme :is(#tab-community .home-open-list-head .home-create-match-pill, #tab-groups .groups-create-btn, .my-matches-create-btn, .challenge-join-btn, .home-static-filter-chips button, .my-matches-primary-tabs button, #communitySwitchCard .profile-view-btn) {
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
}

@media (max-width: 390px){body.lineoa-theme :is(#tab-community .home-open-list-head h3, .my-matches-head h2, #tab-groups .groups-list-header h3, #communityCourtsView .courts-view-head h3, #communityRankingView .profile-ref-section-title, #tab-profile .profile-ref-section-title) {
    font-size: 18px !important;
  }body.lineoa-theme :is(#tab-community .home-open-list-head .home-create-match-pill, #tab-groups .groups-create-btn, .my-matches-create-btn) {
    height: 34px !important;
    min-height: 34px !important;
    padding-inline: 12px !important;
    font-size: 12.5px !important;
  }body.lineoa-theme :is(#tab-community .home-filter-tabs-row .home-static-filter-chips button[data-home-static-filter], .my-matches-primary-tabs button, #communitySwitchCard .profile-view-btn) {
    font-size: 12.5px !important;
  }
}
@media (max-width: 768px) {
  body.lineoa-theme {
    padding-inline: 0;
    --smatch-mobile-tab-gutter: 10px;
}

  body.lineoa-theme :is(
    #tab-home[data-tab="matches"],
    #tab-arena,
    #tab-profile
  ) {
    padding-right: var(--smatch-mobile-tab-gutter) !important;
    padding-left: var(--smatch-mobile-tab-gutter) !important;
  }

  body.lineoa-theme :is(
    #tab-home[data-tab="matches"] > .my-matches-screen,
    #tab-arena > #communitySwitchCard,
    #tab-arena > .community-view,
    #tab-profile > #profileSwitchCard,
    #tab-profile > .profile-view
  ) {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.lineoa-theme #tab-arena > :is(#communitySwitchCard, .community-view),
  body.lineoa-theme #communityCourtsView,
  body.lineoa-theme #communityRankingView,
  body.lineoa-theme #profileDashboardView,
  body.lineoa-theme #profileGroupView,
  body.lineoa-theme #profileStaticSoonView,
  body.lineoa-theme #profileSettingsView {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.lineoa-theme #communityCourtsView .community-courts-shell {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.lineoa-theme #communityRankingView .community-ranking-admin-content,
  body.lineoa-theme #communityRankingView :is(
    .elite-domain-hero,
    .profile-leaderboard-section,
    .profile-leaderboard-table-wrap,
    .community-ranking-soon-card
  ) {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
body.lineoa-theme :is(#tab-home[data-tab="matches"], #tab-arena, #tab-profile) {
  padding-right: var(--smatch-mobile-tab-gutter) !important;
  padding-left: var(--smatch-mobile-tab-gutter) !important;
}body.lineoa-theme :is(#tab-home[data-tab="matches"] > .my-matches-screen, #tab-arena > #communitySwitchCard, #tab-arena > .community-view, #tab-profile > #profileSwitchCard, #tab-profile > .profile-view) {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}body.lineoa-theme #communityCourtsView .community-courts-shell,
body.lineoa-theme #communityRankingView .community-ranking-admin-content,
body.lineoa-theme #profileDashboardView > .profile-ref-section,
body.lineoa-theme #profileStatsView > .profile-ref-section {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html body.lineoa-theme #registerCard .profile-home-court-full-row {
  width: 100%;
}body.lineoa-theme :is(.home-match-filter-choice-chip.is-active, .home-static-filter-chips button.is-active, .my-matches-filter-bar button.is-active, .profile-view-btn.is-active, .qp-pill.is-active, .qp-requirement-pill.is-active, .group-settings-pill-set button.is-active, .court-surface-filter button[aria-selected="true"]) {
  border-color: rgba(78, 209, 165, 0.86);
  background: linear-gradient(135deg, #BDF21F 0%, var(--smatch-ci-mint) 100%) !important;
  color: var(--smatch-ci-primary) !important;
}body.lineoa-theme :is(.notification-card.is-new, .group-tournament-coming-soon-card, .profile-static-soon-card) {
  border-color: rgba(78, 209, 165, 0.22) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 209, 165, 0.14), transparent 11rem),
    linear-gradient(180deg, rgba(255, 246, 242, 0.9), rgba(255, 255, 255, 0.98)) !important;
}
body.lineoa-theme #tab-profile .profile-edit-identity-card.is-readonly {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(7, 59, 49, 0.08);
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 12px 28px -22px rgba(7, 59, 49, 0.28);
}body.lineoa-theme #tab-profile .profile-edit-avatar-control.is-readonly {
  cursor: default;
  pointer-events: none;
}body.lineoa-theme #tab-profile .profile-edit-identity-card.is-readonly .profile-edit-avatar-action {
  background: #EAFBF1;
  color: #128A3A;
  box-shadow: none;
}body.lineoa-theme #tab-profile .profile-edit-identity-card.is-readonly .profile-edit-line-note {
  gap: 7px;
  font-size: 0.86rem;
}body.lineoa-theme #tab-profile .profile-edit-identity-card.is-readonly .profile-edit-line-note span {
  color: #128A3A;
}body.lineoa-theme #tab-profile .profile-edit-identity-card.is-readonly .profile-edit-line-note strong {
  font-size: 1.03rem;
  font-weight: 800;
}body.lineoa-theme #tab-profile .profile-edit-line-sync-note {
  display: block;
  margin: 1px 0 0;
  color: #6F7A7D;
  font-size: 0.78rem;
  font-weight: 560;
  line-height: 1.35;
}

}
