body.wop1-public-page .wp-site-blocks > header,
body.wop1-public-page header.wp-block-template-part,
body.wop1-public-page .site-header,
body.wop1-public-page #masthead,
body.wop1-public-page .wp-site-blocks > footer,
body.wop1-public-page footer.wp-block-template-part,
body.wop1-public-page .site-footer,
body.wop1-public-page #colophon,
html.wop1-hide-theme .wp-site-blocks > header,
html.wop1-hide-theme header.wp-block-template-part,
html.wop1-hide-theme .site-header,
html.wop1-hide-theme #masthead,
html.wop1-hide-theme .wp-site-blocks > footer,
html.wop1-hide-theme footer.wp-block-template-part,
html.wop1-hide-theme .site-footer,
html.wop1-hide-theme #colophon,
html.wop1-hide-theme .site-branding,
html.wop1-hide-theme .wp-block-site-title,
html.wop1-hide-theme .wp-block-site-tagline,
html.wop1-hide-theme .site-title,
html.wop1-hide-theme .site-description,
body.wop1-app-page .wp-site-blocks > header,
body.wop1-app-page header.wp-block-template-part,
body.wop1-app-page .site-header,
body.wop1-app-page #masthead,
body.wop1-app-page .wp-site-blocks > footer,
body.wop1-app-page footer.wp-block-template-part,
body.wop1-app-page .site-footer,
body.wop1-app-page #colophon {
  display: none !important;
}

body.wop1-public-page .wp-site-blocks,
body.wop1-app-page .wp-site-blocks {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.wop1-public-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.wop1-public-page .wp-block-post-content,
body.wop1-public-page .entry-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
}

body.wop1-public-page .entry-title,
body.wop1-public-page .page-title,
body.wop1-public-page .wp-block-post-title,
body.wop1-public-page .wp-block-query-title,
body.wop1-public-page .wp-block-site-title,
body.wop1-public-page .wp-block-site-tagline,
body.wop1-public-page .site-title,
body.wop1-public-page .site-description {
  display: none !important;
}


body.wop1-public-page,
body.wop1-public-page .wp-site-blocks,
body.wop1-public-page .wp-site-blocks * {
  font-family: "Inter", "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.wop1-home {
  padding-top: 32px;
  padding-bottom: 40px;
  --wop1-home-surface: rgba(12,13,17,0.92);
  --wop1-home-border: rgba(255,255,255,0.12);
  --wop1-home-title: #ffffff;
  --wop1-home-sub: rgba(255,255,255,0.75);
  --wop1-home-tag-bg: rgba(255,255,255,0.08);
  --wop1-home-tag-border: rgba(255,255,255,0.12);
  --wop1-home-tag-text: rgba(255,255,255,0.8);
  --wop1-home-metric-bg: rgba(255,255,255,0.04);
  --wop1-home-metric-border: rgba(255,255,255,0.1);
  --wop1-home-metric-label: rgba(255,255,255,0.6);
  --wop1-home-foot: rgba(255,255,255,0.55);
  --wop1-home-progress-bg: rgba(255,255,255,0.08);
  --wop1-home-hero-image: none;
}

.wop1-home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  align-items: stretch;
}

.wop1-home-hero {
  background: linear-gradient(90deg, rgba(6,8,16,0.96), rgba(6,8,16,0.72) 58%, rgba(6,8,16,0.32)),
              var(--wop1-home-hero-image),
              radial-gradient(circle at 10% 10%, rgba(114,70,180,0.35), transparent 55%),
              radial-gradient(circle at 90% 20%, rgba(150,40,60,0.35), transparent 50%),
              var(--wop1-home-surface);
  background-size: cover;
  background-position: center;
  border: 1px solid var(--wop1-home-border);
  border-radius: 22px;
  padding: 26px 28px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wop1-home-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.wop1-home-tag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--wop1-home-tag-bg);
  border: 1px solid var(--wop1-home-tag-border);
  color: var(--wop1-home-tag-text);
}

.wop1-home-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  margin: 0 0 14px 0;
  color: var(--wop1-home-title);
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: inherit;
}

.wop1-home-sub {
  margin: 0 0 20px 0;
  color: var(--wop1-home-sub);
  font-size: 16px;
  line-height: 1.45;
}

.wop1-home-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wop1-home-panel {
  background: var(--wop1-home-surface);
  border: 1px solid var(--wop1-home-border);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}

.wop1-home-panel-title {
  font-size: 16px;
  color: var(--wop1-home-title);
  font-weight: 600;
  margin-bottom: 6px;
}

.wop1-home-panel-sub {
  color: var(--wop1-home-sub);
  font-size: 13px;
  margin-bottom: 18px;
}

.wop1-home-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.wop1-home-metric {
  border: 1px solid var(--wop1-home-metric-border);
  border-radius: 14px;
  padding: 12px;
  background: var(--wop1-home-metric-bg);
}

.wop1-home-metric-value {
  font-size: 18px;
  color: var(--wop1-home-title);
  font-weight: 600;
}

.wop1-home-metric-label {
  font-size: 12px;
  color: var(--wop1-home-metric-label);
  margin-top: 4px;
}

.wop1-home-progress {
  height: 8px;
  background: var(--wop1-home-progress-bg);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 10px;
}

.wop1-home-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #e14b61, #8a4bff);
}

.wop1-home-foot {
  font-size: 12px;
  color: var(--wop1-home-foot);
}

.wop1-home .wop1-btn.wop1-btn-ghost {
  background: transparent;
}

.wop1-home-steps {
  margin-top: 32px;
}

.wop1-home-section-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--wop1-home-title);
  margin-bottom: 14px;
}

.wop1-home-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.wop1-home-step-card {
  border: 1px solid var(--wop1-home-border);
  background: var(--wop1-home-surface);
  border-radius: 18px;
  padding: 16px;
}

.wop1-home-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--wop1-home-title);
  margin-bottom: 6px;
}

.wop1-home-step-body {
  font-size: 13px;
  color: var(--wop1-home-sub);
  line-height: 1.4;
}

.wop1-home-cta {
  margin-top: 28px;
  border-radius: 22px;
  border: 1px solid var(--wop1-home-border);
  background: var(--wop1-home-surface);
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.wop1-home-cta-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--wop1-home-title);
  margin-bottom: 4px;
}

.wop1-home-cta-sub {
  font-size: 13px;
  color: var(--wop1-home-sub);
}

.wop1-home-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wop1-hiw {
  padding-top: 26px;
  padding-bottom: 40px;
}

.wop1-hiw-hero {
  background: radial-gradient(circle at 10% 10%, rgba(114,70,180,0.25), transparent 52%),
              radial-gradient(circle at 90% 20%, rgba(150,40,60,0.22), transparent 48%),
              rgba(12,13,17,0.92);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 26px;
  margin-bottom: 18px;
}

.wop1-hiw-kicker {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 8px;
}

.wop1-hiw-title {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.15;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
}

.wop1-hiw-sub {
  margin: 12px 0 0;
  font-size: 16px;
  color: rgba(255,255,255,0.78);
  max-width: 760px;
  line-height: 1.5;
}

.wop1-hiw-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wop1-hiw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.wop1-hiw-card {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 16px;
  background: rgba(12,13,17,0.8);
  padding: 14px;
}

.wop1-hiw-card-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.wop1-hiw-card-copy {
  margin: 0;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.45;
}

.wop1-hiw-board-wrap {
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 18px;
  background: rgba(12,13,17,0.85);
  padding: 16px;
}

.wop1-hiw-board-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 18px;
}

.wop1-hiw-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.wop1-hiw-board-item {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 6px;
  background: rgba(255,255,255,0.03);
}

.wop1-hiw-board-item strong {
  color: #fff;
  font-size: 14px;
}

.wop1-hiw-board-item span {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.35;
}

.wop1-pricing {
  padding-top: 26px;
  padding-bottom: 40px;
}

.wop1-pricing-hero {
  background: radial-gradient(circle at 10% 10%, rgba(225,75,97,0.26), transparent 52%),
              radial-gradient(circle at 90% 18%, rgba(54,211,153,0.18), transparent 45%),
              rgba(12,13,17,0.92);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 26px;
  margin-bottom: 18px;
}

.wop1-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.wop1-pricing-plan,
.wop1-pricing-note {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  background: rgba(12,13,17,0.88);
  padding: 20px;
}

.wop1-pricing-plan-support {
  background: linear-gradient(135deg, rgba(225,75,97,0.16), rgba(12,13,17,0.9) 48%, rgba(54,211,153,0.12));
}

.wop1-pricing-plan-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.wop1-pricing-label {
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.wop1-pricing-plan-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
}

.wop1-pricing-price {
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 12px;
}

.wop1-pricing-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
}

.wop1-pricing-copy {
  color: rgba(255,255,255,0.76);
  line-height: 1.55;
  margin: 0 0 14px 0;
}

.wop1-pricing-note {
  margin-top: 16px;
  display: grid;
  gap: 6px;
  color: rgba(255,255,255,0.74);
}

.wop1-pricing-note strong {
  color: #fff;
}

.wop1-marketing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
}

.wop1-marketing-hero-copy {
  align-self: center;
}

.wop1-marketing-hero-media {
  position: relative;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
}

.wop1-marketing-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.04);
}

.wop1-marketing-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,7,14,0.05), rgba(4,7,14,0.62));
}

.wop1-race-lock-card,
.wop1-price-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8,10,18,0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.26);
}

.wop1-race-lock-card {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.wop1-race-lock-card span,
.wop1-price-badge span {
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.wop1-race-lock-card strong,
.wop1-price-badge strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}

.wop1-race-lock-card div {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  padding: 0 12px;
  font-weight: 700;
}

.wop1-race-lock-card b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #070a14;
}

.wop1-race-lock-card em {
  margin-left: auto;
  color: rgba(255,255,255,0.72);
  font-style: normal;
  font-weight: 600;
}

.wop1-hiw-flow,
.wop1-pricing-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.wop1-hiw-flow > div,
.wop1-pricing-proof > div {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(12,13,17,0.86);
  padding: 16px;
}

.wop1-hiw-flow span {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #ff5a64;
}

.wop1-hiw-flow strong,
.wop1-pricing-proof strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 6px;
}

.wop1-hiw-flow p,
.wop1-pricing-proof span {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.45;
  font-size: 14px;
}

.wop1-price-badge {
  padding: 18px;
  display: grid;
  gap: 8px;
}

.wop1-price-badge strong {
  font-size: 42px;
  letter-spacing: -0.02em;
}

.wop1-price-badge em {
  color: rgba(255,255,255,0.72);
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 900px) {
  .wop1-marketing-hero {
    grid-template-columns: 1fr;
  }

  .wop1-marketing-hero-media,
  .wop1-marketing-hero-media img {
    min-height: 280px;
  }

  .wop1-hiw-flow,
  .wop1-pricing-proof {
    grid-template-columns: 1fr;
  }
}

html[data-wop1-theme="light"] .wop1-home {
  --wop1-home-surface: rgba(255,255,255,0.94);
  --wop1-home-border: rgba(16,19,23,0.12);
  --wop1-home-title: #101317;
  --wop1-home-sub: rgba(16,19,23,0.72);
  --wop1-home-tag-bg: rgba(16,19,23,0.06);
  --wop1-home-tag-border: rgba(16,19,23,0.14);
  --wop1-home-tag-text: rgba(16,19,23,0.78);
  --wop1-home-metric-bg: rgba(16,19,23,0.04);
  --wop1-home-metric-border: rgba(16,19,23,0.12);
  --wop1-home-metric-label: rgba(16,19,23,0.65);
  --wop1-home-foot: rgba(16,19,23,0.62);
  --wop1-home-progress-bg: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-home-hero {
  background: linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.78) 58%, rgba(255,255,255,0.42)),
              var(--wop1-home-hero-image),
              radial-gradient(circle at 10% 10%, rgba(0,95,200,0.15), transparent 55%),
              radial-gradient(circle at 90% 20%, rgba(225,75,97,0.16), transparent 50%),
              var(--wop1-home-surface);
  background-size: cover;
  background-position: center;
}

html[data-wop1-theme="light"] .wop1-hiw-hero {
  background: radial-gradient(circle at 10% 10%, rgba(0,95,200,0.13), transparent 52%),
              radial-gradient(circle at 90% 20%, rgba(225,75,97,0.14), transparent 48%),
              rgba(255,255,255,0.95);
  border-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-hiw-kicker {
  color: rgba(16,19,23,0.6);
}

html[data-wop1-theme="light"] .wop1-hiw-title {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-hiw-sub {
  color: rgba(16,19,23,0.75);
}

html[data-wop1-theme="light"] .wop1-hiw-card,
html[data-wop1-theme="light"] .wop1-hiw-board-wrap,
html[data-wop1-theme="light"] .wop1-hiw-board-item,
html[data-wop1-theme="light"] .wop1-hiw-flow > div,
html[data-wop1-theme="light"] .wop1-pricing-proof > div,
html[data-wop1-theme="light"] .wop1-pricing-plan,
html[data-wop1-theme="light"] .wop1-pricing-note {
  background: rgba(255,255,255,0.94);
  border-color: rgba(16,19,23,0.13);
}

html[data-wop1-theme="light"] .wop1-pricing-hero {
  background: radial-gradient(circle at 10% 10%, rgba(225,75,97,0.12), transparent 52%),
              radial-gradient(circle at 90% 18%, rgba(0,151,118,0.12), transparent 45%),
              rgba(255,255,255,0.95);
  border-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-hiw-card-title,
html[data-wop1-theme="light"] .wop1-hiw-board-title,
html[data-wop1-theme="light"] .wop1-hiw-board-item strong,
html[data-wop1-theme="light"] .wop1-hiw-flow strong,
html[data-wop1-theme="light"] .wop1-pricing-proof strong,
html[data-wop1-theme="light"] .wop1-pricing-plan-title,
html[data-wop1-theme="light"] .wop1-pricing-note strong {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-hiw-card-copy,
html[data-wop1-theme="light"] .wop1-hiw-board-item span,
html[data-wop1-theme="light"] .wop1-hiw-flow p,
html[data-wop1-theme="light"] .wop1-pricing-proof span {
  color: rgba(16,19,23,0.72);
}

html[data-wop1-theme="light"] .wop1-pricing-label,
html[data-wop1-theme="light"] .wop1-pricing-copy,
html[data-wop1-theme="light"] .wop1-pricing-list,
html[data-wop1-theme="light"] .wop1-pricing-note {
  color: rgba(16,19,23,0.68);
}

html[data-wop1-theme="light"] .wop1-pricing-price {
  background: rgba(16,19,23,0.06);
  border-color: rgba(16,19,23,0.14);
  color: #101317;
}

.wop1-nav-brand {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.wop1-nav-brand-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.wop1-nav-brand-logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
}

.wop1-nav-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

.wop1-nav-logo-fallback {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

html[data-wop1-theme="light"] .wop1-nav-logo-light,
html[data-wop1-theme="dark"] .wop1-nav-logo-dark,
html:not([data-wop1-theme]) .wop1-nav-logo-light {
  display: block;
}

html[data-wop1-theme="light"] .wop1-custom-logo .wop1-logo-light,
html[data-wop1-theme="dark"] .wop1-custom-logo .wop1-logo-dark,
html:not([data-wop1-theme]) .wop1-custom-logo .wop1-logo-light {
  display: inline-block;
}

html[data-wop1-theme="light"] .wop1-custom-logo .wop1-logo-dark,
html[data-wop1-theme="dark"] .wop1-custom-logo .wop1-logo-light {
  display: none;
}

.wop1-custom-logo img {
  max-height: 48px;
  width: auto;
  display: none;
}

.wop1-nav-brand-text {
  display: flex;
  flex-direction: column;
}

.wop1-nav-brand-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.wop1-nav-brand-tag {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

@media (max-width: 720px) {
  .wop1-nav-brand-text {
    display: none;
  }
  .wop1-nav-brand {
    margin-right: 0;
  }
}

#wop1-app.wop1-card {
  border: 1px solid rgba(255,255,255,0.15);
  padding: 16px;
  border-radius: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.wop1-title {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #ffffff;
}

.wop1-muted {
  opacity: 0.85;
  font-size: 13px;
  margin-top: 8px;
  color: #ffffff;
}

.wop1-row {
  margin-bottom: 12px;
}

.wop1-label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  opacity: 0.9;
  color: #ffffff;
}

.wop1-select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.55);
  color: #ffffff;
  appearance: auto;
}

.wop1-select option {
  color: #000000;
  background: #ffffff;
}

.wop1-select-search {
  position: relative;
  width: 100%;
}

.wop1-select-button {
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.55);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wop1-select-content {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.wop1-select-avatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  display: none;
}

.wop1-select-text {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wop1-select-caret {
  opacity: 0.7;
  font-size: 12px;
}

.wop1-select-panel {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 8px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(12,12,12,0.98);
  border: 1px solid rgba(255,255,255,0.12);
  z-index: 90;
  display: none;
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
}

.wop1-select-search.is-open .wop1-select-panel {
  display: block;
}

.wop1-select-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.4);
  color: #ffffff;
  margin-bottom: 10px;
}

.wop1-select-list {
  max-height: 260px;
  overflow-y: auto;
  display: grid;
  gap: 6px;
}

.wop1-select-option {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
}

.wop1-select-option-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wop1-select-option-avatar {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  object-fit: cover;
}

.wop1-row-avatar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wop1-row-avatar-img {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.15);
}

.wop1-row-avatar-placeholder {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  display: inline-block;
}

.wop1-select-option-title {
  font-size: 13px;
  color: rgba(255,255,255,0.92);
}

.wop1-select-option-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
}

.wop1-select-option.is-selected {
  border-color: rgba(90,160,255,0.6);
  background: rgba(90,160,255,0.12);
}

.wop1-select-option.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.wop1-select-empty {
  padding: 8px 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

.wop1-select-search.is-disabled .wop1-select-button {
  opacity: 0.6;
  cursor: not-allowed;
}

.wop1-grid-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.wop1-pos {
  font-weight: 700;
  opacity: 0.95;
  color: #ffffff;
}

.wop1-actions {
  margin-top: 14px;
}

.wop1-button {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  cursor: pointer;
}

.wop1-button:hover {
  background: rgba(255,255,255,0.16);
}

.wop1-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wop1-msg {
  margin: 8px 0 10px 0;
  font-size: 13px;
  color: #ffffff;
}

.wop1-msg.is-ok {
  color: #36d399;
}

.wop1-msg.is-error {
  color: #f87272;
}

.wop1-warning {
  margin-top: 8px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(248,114,114,0.4);
  background: rgba(248,114,114,0.08);
  color: #ffffff;
}

.wop1-spacer {
  height: 18px;
}

.wop1-overview {
  margin-top: 8px;
}

.wop1-overview-header {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 6px 0 10px 0;
}

.wop1-overview-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wop1-overview-row {
  width: 100%;
  text-align: left;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.28);
  color: #ffffff;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 12px;
}

.wop1-overview-row:hover {
  background: rgba(0,0,0,0.38);
}

.wop1-overview-row.is-active {
  border-color: rgba(54,211,153,0.55);
}

.wop1-overview-left {
  min-width: 0;
}

.wop1-overview-title {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
}

.wop1-overview-right {
  text-align: right;
}

.wop1-overview-status {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
}

.wop1-overview-sub {
  opacity: 0.85;
  font-size: 12px;
  margin-top: 4px;
  color: #ffffff;
}

/* Leaderboard styles */
:root {
  --wop1-container: 1360px;
  --wop1-side-pad: 16px;
}

.wop1-wrap {
  max-width: var(--wop1-container);
  margin: 0 auto;
  padding: 24px var(--wop1-side-pad);
}


.wop1-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px;
}

.wop1-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wop1-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: rgba(255,255,255,0.92);
}

.wop1-sub,
.wop1-muted {
  color: rgba(255,255,255,0.70);
}

.wop1-divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 14px 0;
}

.wop1-btn {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  cursor: pointer;
}

.wop1-btn:hover {
  filter: brightness(1.08);
}

.wop1-btn.wop1-btn-danger {
  border-color: rgba(255,120,120,0.5);
  color: rgba(255,210,210,0.95);
  background: rgba(255,120,120,0.12);
}

.wop1-btn.wop1-btn-danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wop1-steps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0;
}

.wop1-step-btn {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  cursor: pointer;
}

.wop1-step-btn.is-active {
  border-color: rgba(54,211,153,0.55);
  background: rgba(54,211,153,0.12);
  color: rgba(255,255,255,0.92);
}

.wop1-step-section {
  display: none;
  margin-top: 12px;
}

.wop1-step-section.is-active {
  display: block;
}

.wop1-step-status {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 8px 0 4px;
}

.wop1-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.04);
}

.wop1-step-pill.is-complete {
  border-color: rgba(54,211,153,0.55);
  color: rgba(255,255,255,0.9);
  background: rgba(54,211,153,0.12);
}

.wop1-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.wop1-tabs--sub {
  margin-top: 6px;
  margin-bottom: 14px;
}

.wop1-tabs--sub .wop1-tab {
  padding: 8px 12px;
  font-size: 13px;
}

.wop1-tabs--profile {
  margin-bottom: 16px;
}

.wop1-tab-panel {
  display: none;
}

.wop1-tab-panel.is-active {
  display: block;
}

.wop1-profile-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
}

.wop1-profile-grid--primary {
  grid-template-columns: 240px 1fr;
  margin-bottom: 16px;
}

.wop1-profile-grid--prefs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 6px;
}

.wop1-profile-card {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display: grid;
  gap: 10px;
}

.wop1-notification-group {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.wop1-notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.wop1-notification-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wop1-btn.wop1-btn-ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.85);
}

.wop1-notification-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
}

.wop1-switch-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.wop1-tooltip {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  cursor: default;
  position: relative;
}

.wop1-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  right: 0;
  min-width: 200px;
  max-width: 260px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(10,10,10,0.98);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 99;
}

.wop1-tooltip:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.wop1-switch {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 26px;
}

.wop1-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.wop1-switch-slider {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.18);
  border-radius: 999px;
  transition: all 0.2s ease;
}

.wop1-switch-slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.2s ease;
}

.wop1-switch input:checked + .wop1-switch-slider {
  background: rgba(90,160,255,0.7);
}

.wop1-switch input:checked + .wop1-switch-slider::before {
  transform: translateX(20px);
}

.wop1-subtab-panel {
  margin-bottom: 12px;
}

.wop1-invite-hero {
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.wop1-invite-kicker {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}

.wop1-invite-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
  margin-bottom: 6px;
}

.wop1-invite-league {
  font-size: 16px;
  color: rgba(255,255,255,0.78);
}

.wop1-invite-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 1.2fr) minmax(200px, 1fr);
  margin-bottom: 16px;
}

.wop1-invite-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.wop1-invite-card-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.wop1-invite-card-body {
  display: flex;
  gap: 16px;
  align-items: center;
}

.wop1-invite-illustration {
  width: 120px;
  height: 120px;
  border-radius: 18px;
}

.wop1-invite-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wop1-invite-avatar {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}

.wop1-invite-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wop1-btn-sm {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 10px;
}

.wop1-invite-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wop1-invite-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.wop1-invite-actions-right {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.wop1-invite-actions-right .wop1-btn,
.wop1-invite-actions-right .wop1-btn-ghost {
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 14px;
  text-align: center;
}

.wop1-flag-small {
  font-size: 12px;
  padding: 2px 6px;
}

.wop1-invite-desc {
  margin-top: 6px;
}

.wop1-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.wop1-step-card {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}

.wop1-step-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}

.wop1-step-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.wop1-invite-split {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  opacity: 0.85;
}

.wop1-invite-members {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.wop1-invite-member {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  font-size: 13px;
}

.wop1-invite-steps {
  padding: 12px;
  border-radius: 14px;
  border: 1px dashed rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.03);
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

.wop1-step-title {
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}

.wop1-step + .wop1-step {
  margin-top: 6px;
}

.wop1-success {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(54,211,153,0.4);
  background: rgba(54,211,153,0.12);
  color: rgba(255,255,255,0.92);
}

.wop1-flag-small {
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

.wop1-tab {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  cursor: pointer;
}

.wop1-tab.is-active {
  border-color: rgba(120,180,255,0.55);
  background: rgba(120,180,255,0.12);
  color: rgba(255,255,255,0.92);
}

.wop1-lb-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 680px) {
  .wop1-profile-grid--primary,
  .wop1-profile-grid--prefs {
    grid-template-columns: 1fr;
  }

  .wop1-lb-meta {
    grid-template-columns: 1fr;
  }

  .wop1-invite-layout {
    grid-template-columns: 1fr;
  }
}

.wop1-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.wop1-badge-card {
  padding: 14px;
}

.wop1-badge-title {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 6px;
}

.wop1-badge-main {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.92);
}

.wop1-task-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.wop1-task-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
}

.wop1-task-title {
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,0.95);
}

.wop1-task-detail {
  font-size: 12px;
  margin-top: 4px;
  color: rgba(255,255,255,0.70);
}

.wop1-next-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.wop1-next-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
}

.wop1-next-title {
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,0.95);
}

.wop1-countdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wop1-countdown-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.wop1-countdown-title {
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.wop1-countdown-rows {
  display: grid;
  gap: 8px;
}

.wop1-countdown-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  align-items: center;
}

.wop1-countdown-label {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
}

.wop1-countdown-value {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.95);
}

.wop1-share-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

@media (max-width: 680px) {
  .wop1-task-row {
    grid-template-columns: 1fr;
  }
  .wop1-next-row {
    grid-template-columns: 1fr;
  }
}

.wop1-info-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wop1-info-col {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255,255,255,0.03);
}

.wop1-info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.wop1-info-row {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
}

.wop1-info-table th,
.wop1-info-table td {
  font-size: 12px;
  padding: 8px 8px;
}

.wop1-info-table th {
  color: rgba(255,255,255,0.65);
  font-weight: 600;
}

.wop1-user-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wop1-user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.18);
}

.wop1-input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.55);
  color: #ffffff;
  margin-bottom: 8px;
}

.wop1-country-select {
  position: relative;
  margin-bottom: 10px;
}

.wop1-country-input {
  padding-right: 34px;
}

.wop1-country-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.6);
  cursor: pointer;
}

.wop1-country-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  background: rgba(10,10,10,0.98);
  max-height: 220px;
  overflow: auto;
  padding: 8px;
  display: none;
  z-index: 30;
}

.wop1-country-list.is-open {
  display: grid;
  gap: 6px;
}

.wop1-country-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.wop1-country-row:hover {
  background: rgba(255,255,255,0.08);
}

.wop1-flag {
  width: 20px;
}

.wop1-league-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.wop1-league-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.wop1-league-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(54,211,153,0.4);
  background: rgba(54,211,153,0.12);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
}

.wop1-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.wop1-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wop1-modal-dialog {
  width: min(520px, 92vw);
  background: rgba(12,13,16,0.98);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.wop1-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.wop1-modal-title {
  font-size: 18px;
  font-weight: 700;
}

.wop1-league-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
}

.wop1-league-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wop1-league-avatar {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.18);
}

.wop1-league-avatar-preview {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.2);
}

.wop1-league-name {
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,0.95);
}

.wop1-league-panel {
  margin-top: 10px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.25);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wop1-member-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 8px;
  align-items: center;
  padding: 6px 0;
}

.wop1-member-row .wop1-select {
  max-width: 140px;
}

@media (max-width: 680px) {
  .wop1-info-cols {
    grid-template-columns: 1fr;
  }
  .wop1-auth-grid {
    grid-template-columns: 1fr;
  }
  .wop1-auth-card {
    padding: 20px;
  }
  .wop1-profile-grid {
    grid-template-columns: 1fr;
  }
}

.wop1-link {
  color: rgba(120,180,255,0.9);
  text-decoration: none;
}

.wop1-link:hover {
  text-decoration: underline;
}

.wop1-auth {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background:
    radial-gradient(600px 300px at 20% 20%, rgba(90,160,255,0.18), transparent),
    radial-gradient(500px 260px at 80% 10%, rgba(255,120,200,0.12), transparent),
    radial-gradient(500px 300px at 50% 90%, rgba(120,255,200,0.12), transparent);
}

.wop1-auth-card {
  width: min(980px, 100%);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(12,12,12,0.92);
  padding: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  animation: wop1-rise 0.6s ease;
}

.wop1-auth-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}

.wop1-auth-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wop1-auth-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wop1-auth-logo {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #5aa0ff, #ff6bb5);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.wop1-auth-app {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.wop1-auth-tag {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}

.wop1-auth-title {
  font-size: 30px;
  margin: 8px 0 0 0;
  color: rgba(255,255,255,0.96);
}

.wop1-auth-sub {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
}

.wop1-auth-benefits {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.wop1-auth-benefit {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  display: grid;
  gap: 4px;
}

.wop1-auth-benefit strong {
  color: rgba(255,255,255,0.95);
}

.wop1-auth-benefit span {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}

.wop1-auth-form {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
}

.wop1-auth-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  margin-bottom: 16px;
}

.wop1-auth-tab {
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.7);
  padding: 8px 12px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
}

.wop1-auth-tab.is-active {
  background: rgba(90,160,255,0.25);
  color: #ffffff;
}

.wop1-auth-panel-content {
  display: none;
}

.wop1-auth-panel-content.is-active {
  display: block;
}

#wop1-login-form p,
#wop1-reset-form p,
#wop1-reset-request-form p {
  margin: 0 0 12px 0;
}

#wop1-login-form label,
#wop1-reset-form label,
#wop1-reset-request-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.75);
}

#wop1-login-form input[type="text"],
#wop1-login-form input[type="password"],
#wop1-reset-form input[type="password"],
#wop1-reset-request-form input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(0,0,0,0.4);
  color: #ffffff;
  font-size: 14px;
}

#wop1-login-form .login-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

#wop1-login-form .login-submit,
#wop1-reset-form .login-submit,
#wop1-reset-request-form .login-submit {
  margin-top: 10px;
}

#wop1-login-form input[type="submit"],
#wop1-reset-form input[type="submit"],
#wop1-reset-request-form input[type="submit"] {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #5aa0ff, #6dffcc);
  color: #0d0f14;
  font-weight: 700;
  cursor: pointer;
}

.wop1-auth-links {
  margin-top: 6px;
}

.wop1-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 6px 0;
  color: rgba(255,255,255,0.45);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wop1-auth-divider::before,
.wop1-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.12);
}

.wop1-auth-cta {
  display: inline-flex;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  background: rgba(255,255,255,0.06);
}

.wop1-auth-note {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}

.wop1-auth-success {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(54,211,153,0.4);
  background: rgba(54,211,153,0.12);
}

.wop1-auth-success-title {
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.wop1-password-field {
  position: relative;
  display: block;
  width: 100%;
}

.wop1-password-field input[type="password"],
.wop1-password-field input[type="text"] {
  padding-right: 72px;
}

.wop1-password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.9);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .wop1-auth-card {
    padding: 20px;
  }

  .wop1-auth-grid {
    grid-template-columns: 1fr;
  }

  .wop1-auth-panel {
    gap: 10px;
  }

  .wop1-auth-title {
    font-size: 24px;
  }

  .wop1-auth-benefits {
    display: none;
  }
}

@media (max-width: 640px) {
  .wop1-auth {
    padding: 16px 10px;
  }

  .wop1-auth-card {
    padding: 16px;
    border-radius: 18px;
  }

  .wop1-auth-logo {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 16px;
  }

  .wop1-auth-app {
    font-size: 16px;
  }

  .wop1-auth-title {
    font-size: 22px;
  }

  .wop1-auth-form {
    padding: 14px;
  }

  .wop1-auth-benefit {
    padding: 10px 12px;
  }

  .wop1-auth-cta,
  #wop1-login-form input[type="submit"],
  #wop1-reset-form input[type="submit"],
  #wop1-reset-request-form input[type="submit"] {
    width: 100%;
  }

  .wop1-password-toggle {
    font-size: 11px;
    padding: 5px 8px;
  }
}

@keyframes wop1-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wop1-nav-profile {
  position: relative;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.wop1-nav-block {
  background: transparent;
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 10px var(--wop1-side-pad);
}

.wop1-nav-root {
  list-style: none;
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: var(--wop1-container);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(8,10,18,0.88);
  box-shadow: 0 14px 36px rgba(0,0,0,0.16);
}

.wop1-nav-league {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.wop1-nav-league-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
}

.wop1-nav-league-select {
  min-width: 160px;
}

.wop1-theme-toggle {
  margin-left: 0;
}

.wop1-theme-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.9);
}

.wop1-language-select-wrap {
  padding: 0;
  min-width: 52px;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wop1-theme-select-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wop1-language-select-wrap .wop1-theme-select-label {
  display: none;
}

.wop1-theme-select {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  height: 30px;
  min-width: 128px;
  padding: 0 28px 0 10px;
  font-size: 13px;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.8) 50%), linear-gradient(135deg, rgba(255,255,255,0.8) 50%, transparent 50%);
  background-position: calc(100% - 14px) 12px, calc(100% - 9px) 12px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.wop1-language-select {
  min-width: 132px;
  width: 132px;
  padding: 0 28px 0 10px;
  text-align: left;
  border: 0;
  background-color: transparent;
  background-position: calc(100% - 14px) 12px, calc(100% - 9px) 12px;
}

.wop1-theme-select:focus {
  outline: none;
  border-color: rgba(120,180,255,0.6);
  box-shadow: 0 0 0 3px rgba(120,180,255,0.2);
}

.wop1-theme-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.9);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  padding: 0;
}
.wop1-theme-icon-btn:hover {
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.12);
}
.wop1-theme-icon {
  display: none;
}
.wop1-theme-icon-sun {
  display: inline-block;
}

.wop1-nav-item a,
.wop1-nav-profile-link {
  text-decoration: none;
  color: rgba(255,255,255,0.9);
}

.wop1-nav-link.is-active {
  color: #ffffff;
  border-bottom: 2px solid rgba(120,180,255,0.8);
  padding-bottom: 4px;
}

.wop1-nav-link-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #070a14 !important;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.9);
}

.wop1-nav-link-join:hover,
.wop1-nav-link-join:focus {
  background: #f1f5f9;
  color: #070a14 !important;
}

.wop1-tab-panel {
  display: none;
}

.wop1-tab-panel.is-active {
  display: block;
}

.wop1-disabled-link {
  opacity: 0.5;
  pointer-events: none;
}

.wop1-nav-toggle-btn {
  border-radius: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  cursor: pointer;
}

.wop1-nav-toggle-btn::before {
  content: "☰";
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}

.wop1-nav-collapsed .wop1-nav-item,
.wop1-nav-collapsed .wop1-nav-profile {
  display: none;
}

.wop1-nav-open .wop1-nav-item,
.wop1-nav-open .wop1-nav-profile {
  display: block;
  width: 100%;
}

.wop1-nav-open {
  flex-direction: column;
  align-items: flex-start;
}

.wop1-public-footer {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: auto;
  padding-top: 28px;
  background: rgba(8,10,16,0.75);
  backdrop-filter: blur(8px);
}

.wop1-public-footer-inner {
  max-width: var(--wop1-container);
  margin: 0 auto;
  padding: 18px var(--wop1-side-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wop1-public-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.wop1-public-footer-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
}

.wop1-public-footer-brand-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wop1-public-footer-brand-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.wop1-public-footer-brand-tag {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wop1-public-footer-links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wop1-public-footer-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 14px;
}

.wop1-public-footer-links a:hover {
  color: #fff;
}

@media (min-width: 901px) {
  .wop1-nav-toggle {
    display: none;
  }
  .wop1-nav-root {
    flex-direction: row;
  }
  .wop1-nav-item,
  .wop1-nav-profile {
    display: block;
  }
}

@media (max-width: 900px) {
  .wop1-nav-root {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .wop1-nav-item,
  .wop1-nav-profile {
    display: none;
  }
  .wop1-nav-item,
  .wop1-nav-profile {
    width: 100%;
  }
  .wop1-nav-item a,
  .wop1-nav-profile-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
  }
  .wop1-nav-item a.wop1-nav-link-join {
    justify-content: center;
    background: #ffffff;
    color: #070a14 !important;
  }
  .wop1-nav-open .wop1-nav-item,
  .wop1-nav-open .wop1-nav-profile {
    display: block;
  }
  .wop1-nav-open .wop1-nav-toggle {
    width: 100%;
  }
  .wop1-nav-open .wop1-nav-toggle-btn {
    width: 100%;
    justify-content: space-between;
  }
  .wop1-nav-league,
  .wop1-theme-toggle {
    width: 100%;
    margin-left: 0;
  }
  .wop1-nav-league-select {
    width: 100%;
  }
  .wop1-public-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .wop1-public-footer-links {
    justify-content: flex-start;
  }
}

.wop1-nav-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  line-height: 1;
  padding: 6px 0;
}

.wop1-nav-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.2);
}

.wop1-nav-name {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}

.wop1-nav-sub {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 180px;
  margin-top: 6px;
  padding: 8px;
  background: rgba(10,10,10,0.98);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  display: none;
  z-index: 99;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  list-style: none;
}

.wop1-nav-sub::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 16px;
  height: 16px;
  background: rgba(10,10,10,0.98);
  border-left: 1px solid rgba(255,255,255,0.12);
  border-top: 1px solid rgba(255,255,255,0.12);
  transform: rotate(45deg);
}

.wop1-nav-profile:hover .wop1-nav-sub,
.wop1-nav-profile:focus-within .wop1-nav-sub,
.wop1-nav-sub:hover {
  display: block;
}

.wop1-nav-sub .menu-item {
  list-style: none;
}

.wop1-nav-sub a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

.wop1-nav-sub a:hover {
  background: rgba(255,255,255,0.08);
}

.wop1-section-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.92);
}

.wop1-notifications {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.wop1-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255,255,255,0.92);
}

.wop1-check input[type="checkbox"] {
  margin-top: 4px;
}

.wop1-check span .wop1-muted {
  display: block;
  margin-top: 4px;
}

.wop1-profile {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
}

.wop1-profile-avatar {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.wop1-profile-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.2);
}

.wop1-avatar-input {
  display: none;
}

.wop1-avatar-edit-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease;
  text-align: center;
  padding: 6px;
}

.wop1-avatar-editable:hover .wop1-avatar-edit-hint {
  opacity: 1;
}

.wop1-league-avatar-preview {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.2);
}

.wop1-flag-inline {
  font-size: 14px;
  line-height: 1;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
}

.wop1-flag-img {
  width: 18px;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-block;
  object-fit: cover;
}

.wop1-profile-name {
  font-size: 18px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.wop1-profile-form {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 320px;
}

.wop1-profile-form input[type="text"],
.wop1-profile-form input[type="file"] {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.55);
  color: #ffffff;
}

.wop1-league-switcher {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wop1-league-switcher-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wop1-league-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wop1-league-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.25);
}

.wop1-league-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.2);
}

.wop1-league-card-title {
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.wop1-league-card-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.wop1-league-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.wop1-chip {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  font-size: 12px;
  color: rgba(255,255,255,0.85);
}

@media (max-width: 680px) {
  .wop1-profile {
    grid-template-columns: 1fr;
  }
}

.wop1-cropper-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.wop1-cropper-modal {
  width: min(92vw, 420px);
  background: rgba(10,12,18,0.98);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wop1-cropper-title {
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.wop1-cropper-viewport {
  width: 320px;
  height: 320px;
  background: rgba(0,0,0,0.6);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  cursor: grab;
}

.wop1-cropper-viewport:active {
  cursor: grabbing;
}

.wop1-cropper-viewport img {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  -webkit-user-drag: none;
}

.wop1-cropper-circle {
  position: absolute;
  inset: 8%;
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 999px;
  box-shadow: 0 0 0 999px rgba(0,0,0,0.45);
  pointer-events: none;
}

.wop1-cropper-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wop1-cropper-slider {
  flex: 1;
}

.wop1-cropper-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

#wop1-login-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

#wop1-login-form input[type="text"],
#wop1-login-form input[type="password"] {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.55);
  color: #ffffff;
  margin-bottom: 10px;
}

#wop1-login-form input[type="checkbox"] {
  margin-right: 6px;
}

#wop1-login-form .login-submit input[type="submit"] {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  cursor: pointer;
}

#wop1-login-form .login-submit input[type="submit"]:hover {
  background: rgba(255,255,255,0.16);
}

.wop1-table {
  width: 100%;
  border-collapse: collapse;
}

.wop1-table-scroll {
  max-height: 420px;
  overflow: auto;
  border-radius: 10px;
}

.wop1-table-scroll .wop1-table thead th {
  position: sticky;
  top: 0;
  background: rgba(12,12,12,0.98);
  z-index: 1;
}

.wop1-table th,
.wop1-table td {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  text-align: left;
}

.wop1-table th {
  color: rgba(255,255,255,0.70);
  font-weight: 600;
}


/* ===========================
   Races list
   =========================== */

.wop1-races-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
}

.wop1-race {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
}

.wop1-race-top {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wop1-race-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.wop1-race-mid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wop1-race-meta {
  font-size: 14px;
  opacity: 0.9;
}

.wop1-race-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* Badges */
.wop1-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.wop1-badge-open {
  border-color: rgba(120, 240, 180, 0.35);
  background: rgba(120, 240, 180, 0.12);
}

.wop1-badge-saved {
  border-color: rgba(120, 180, 255, 0.35);
  background: rgba(120, 180, 255, 0.12);
}

.wop1-badge-locked {
  border-color: rgba(255, 200, 120, 0.35);
  background: rgba(255, 200, 120, 0.12);
}

.wop1-badge-final {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
}

/* Mobile */
@media (max-width: 680px) {
  .wop1-race {
    grid-template-columns: 1fr;
  }
  .wop1-race-actions {
    justify-content: flex-start;
  }
  .wop1-race-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .wop1-tabs {
    flex-direction: column;
  }
  .wop1-tab {
    width: 100%;
    text-align: left;
  }
  .wop1-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .wop1-actions .wop1-btn {
    width: 100%;
  }
  .wop1-league-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .wop1-league-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .wop1-league-row .wop1-btn {
    width: 100%;
  }
  .wop1-league-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .wop1-invite-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .wop1-invite-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .wop1-modal-dialog {
    max-height: 90vh;
    overflow-y: auto;
  }
  .wop1-nav-root {
    padding: 8px 10px;
  }
  .wop1-nav-league {
    width: 100%;
    margin-left: 0;
  }
  .wop1-nav-league-select {
    width: 100%;
  }
  .wop1-table {
    display: block;
    overflow-x: auto;
  }
  .wop1-table th,
  .wop1-table td {
    white-space: nowrap;
  }
}
.wop1-wrap,
.wop1-card,
.wop1-nav-root,
.wop1-table,
.wop1-input,
.wop1-btn,
.wop1-link,
.wop1-muted,
.wop1-title,
.wop1-sub,
.wop1-overview-header {
  font-family: Verdana, Geneva, sans-serif;
}

html[data-wop1-theme="light"] body {
  background: #f5f6f8;
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-card,
html[data-wop1-theme="light"] #wop1-app.wop1-card,
html[data-wop1-theme="light"] .wop1-overview-row {
  background: #ffffff;
  border-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-title,
html[data-wop1-theme="light"] .wop1-sub,
html[data-wop1-theme="light"] .wop1-muted,
html[data-wop1-theme="light"] .wop1-label,
html[data-wop1-theme="light"] .wop1-pos,
html[data-wop1-theme="light"] .wop1-overview-title,
html[data-wop1-theme="light"] .wop1-overview-status,
html[data-wop1-theme="light"] .wop1-overview-sub,
html[data-wop1-theme="light"] .wop1-msg,
html[data-wop1-theme="light"] .wop1-nav-name {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-sub,
html[data-wop1-theme="light"] .wop1-muted,
html[data-wop1-theme="light"] .wop1-overview-sub {
  color: rgba(16,19,23,0.65);
}

html[data-wop1-theme="light"] .wop1-divider {
  background: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-btn,
html[data-wop1-theme="light"] .wop1-button,
html[data-wop1-theme="light"] .wop1-nav-toggle-btn,
html[data-wop1-theme="light"] .wop1-theme-select-wrap,
html[data-wop1-theme="light"] .wop1-theme-icon-btn {
  color: #101317;
  border-color: rgba(16,19,23,0.2);
  background: rgba(16,19,23,0.08);
}
html[data-wop1-theme="light"] .wop1-theme-icon-btn:hover {
  border-color: rgba(16,19,23,0.5);
  background: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-language-select-wrap {
  border: 0;
  background: transparent;
}

html[data-wop1-theme="light"] .wop1-theme-select {
  color: #101317;
  border-color: rgba(16,19,23,0.22);
  background-color: rgba(16,19,23,0.06);
  background-image: linear-gradient(45deg, transparent 50%, rgba(16,19,23,0.7) 50%), linear-gradient(135deg, rgba(16,19,23,0.7) 50%, transparent 50%);
}

html[data-wop1-theme="light"] .wop1-btn:hover,
html[data-wop1-theme="light"] .wop1-button:hover {
  background: rgba(16,19,23,0.14);
}

html[data-wop1-theme="light"] .wop1-select,
html[data-wop1-theme="light"] .wop1-input,
html[data-wop1-theme="light"] .wop1-textarea,
html[data-wop1-theme="light"] input[type="text"],
html[data-wop1-theme="light"] input[type="email"],
html[data-wop1-theme="light"] input[type="password"] {
  color: #101317;
  background: #ffffff;
  border-color: rgba(16,19,23,0.18);
}

html[data-wop1-theme="light"] .wop1-nav-block {
  background: transparent;
  border-bottom: 0;
}

html[data-wop1-theme="light"] .wop1-nav-root {
  background: rgba(255,255,255,0.96);
  border-color: rgba(16,19,23,0.1);
  box-shadow: 0 14px 34px rgba(30,35,45,0.08);
}

html[data-wop1-theme="light"] .wop1-public-footer {
  background: rgba(255,255,255,0.94);
  border-top-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-public-footer-logo {
  background: rgba(16,19,23,0.03);
  border-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-public-footer-brand-title {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-public-footer-brand-tag,
html[data-wop1-theme="light"] .wop1-public-footer-links a {
  color: rgba(16,19,23,0.72);
}

html[data-wop1-theme="light"] .wop1-public-footer-links a:hover {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-nav-item a,
html[data-wop1-theme="light"] .wop1-nav-profile-link {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-nav-link.is-active {
  color: #101317;
  border-bottom-color: rgba(0,95,200,0.5);
}

html[data-wop1-theme="light"] .wop1-nav-link-join {
  background: #070a14;
  color: #ffffff !important;
  border-color: #070a14;
}

html[data-wop1-theme="light"] .wop1-nav-link-join:hover,
html[data-wop1-theme="light"] .wop1-nav-link-join:focus {
  background: #e93845;
  border-color: #e93845;
  color: #ffffff !important;
}

html[data-wop1-theme="light"] .wop1-nav-sub {
  background: #ffffff;
  border-color: rgba(16,19,23,0.12);
  box-shadow: 0 12px 28px rgba(30,35,45,0.12);
}

html[data-wop1-theme="light"] .wop1-nav-sub a {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-nav-sub a:hover {
  background: rgba(16,19,23,0.06);
}

html[data-wop1-theme="light"] .wop1-nav-sub::before {
  background: #ffffff;
  border-left-color: rgba(16,19,23,0.12);
  border-top-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-table th,
html[data-wop1-theme="light"] .wop1-table td {
  color: #101317;
  border-color: rgba(16,19,23,0.12);
}

html[data-wop1-theme="light"] .wop1-link {
  color: rgba(0,95,200,0.9);
}

html[data-wop1-theme="light"] .wop1-tab {
  background: rgba(16,19,23,0.04);
  border-color: rgba(16,19,23,0.18);
  color: rgba(16,19,23,0.75);
}

html[data-wop1-theme="light"] .wop1-tab.is-active {
  background: rgba(0,95,200,0.12);
  border-color: rgba(0,95,200,0.45);
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-auth {
  background:
    radial-gradient(600px 300px at 20% 20%, rgba(0,95,200,0.12), transparent),
    radial-gradient(500px 260px at 80% 10%, rgba(255,140,200,0.10), transparent),
    radial-gradient(500px 300px at 50% 90%, rgba(0,160,130,0.12), transparent);
}

html[data-wop1-theme="light"] .wop1-auth-card {
  background: #ffffff;
  border-color: rgba(16,19,23,0.12);
  box-shadow: 0 24px 60px rgba(30,35,45,0.12);
}

html[data-wop1-theme="light"] .wop1-auth-title,
html[data-wop1-theme="light"] .wop1-auth-app,
html[data-wop1-theme="light"] .wop1-auth-benefit strong,
html[data-wop1-theme="light"] #wop1-login-form label,
html[data-wop1-theme="light"] .wop1-auth-cta {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-auth-sub,
html[data-wop1-theme="light"] .wop1-auth-tag,
html[data-wop1-theme="light"] .wop1-auth-benefit span,
html[data-wop1-theme="light"] .wop1-auth-note,
html[data-wop1-theme="light"] .wop1-auth-divider {
  color: rgba(16,19,23,0.65);
}

html[data-wop1-theme="light"] .wop1-auth-form,
html[data-wop1-theme="light"] .wop1-auth-benefit {
  background: rgba(16,19,23,0.03);
  border-color: rgba(16,19,23,0.08);
}

html[data-wop1-theme="light"] #wop1-login-form input[type="text"],
html[data-wop1-theme="light"] #wop1-login-form input[type="password"],
html[data-wop1-theme="light"] #wop1-reset-form input[type="password"],
html[data-wop1-theme="light"] #wop1-reset-request-form input[type="text"] {
  background: #ffffff;
  color: #101317;
  border-color: rgba(16,19,23,0.18);
}

html[data-wop1-theme="light"] .wop1-auth-cta {
  background: rgba(16,19,23,0.04);
  border-color: rgba(16,19,23,0.16);
}

html[data-wop1-theme="light"] .wop1-select-button,
html[data-wop1-theme="light"] .wop1-select-input {
  background: #ffffff;
  color: #101317;
  border-color: rgba(16,19,23,0.18);
}

html[data-wop1-theme="light"] .wop1-select-text {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-select-panel {
  background: #ffffff;
  border-color: rgba(16,19,23,0.12);
  box-shadow: 0 18px 40px rgba(30,35,45,0.12);
}

html[data-wop1-theme="light"] .wop1-select-option {
  background: rgba(16,19,23,0.03);
  border-color: rgba(16,19,23,0.08);
}

html[data-wop1-theme="light"] .wop1-select-option-title {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-select-option-meta,
html[data-wop1-theme="light"] .wop1-select-empty {
  color: rgba(16,19,23,0.65);
}

html[data-wop1-theme="light"] .wop1-section-title,
html[data-wop1-theme="light"] .wop1-check {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-league-card-title,
html[data-wop1-theme="light"] .wop1-league-card-meta {
  color: rgba(16,19,23,0.8);
}

html[data-wop1-theme="light"] .wop1-profile-card {
  background: rgba(16,19,23,0.03);
  border-color: rgba(16,19,23,0.08);
}

html[data-wop1-theme="light"] .wop1-notification-title {
  color: rgba(16,19,23,0.6);
}

html[data-wop1-theme="light"] .wop1-switch-slider {
  background: rgba(16,19,23,0.16);
}

html[data-wop1-theme="light"] .wop1-btn.wop1-btn-ghost {
  border-color: rgba(16,19,23,0.18);
  color: rgba(16,19,23,0.75);
}

html[data-wop1-theme="light"] .wop1-tooltip {
  border-color: rgba(16,19,23,0.18);
  color: rgba(16,19,23,0.75);
}

html[data-wop1-theme="light"] .wop1-tooltip::after {
  background: #ffffff;
  border-color: rgba(16,19,23,0.12);
  color: rgba(16,19,23,0.9);
}

html[data-wop1-theme="light"] .wop1-warning {
  border-color: rgba(220,60,60,0.4);
  background: rgba(220,60,60,0.08);
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-task-row,
html[data-wop1-theme="light"] .wop1-next-row,
html[data-wop1-theme="light"] .wop1-league-card,
html[data-wop1-theme="light"] .wop1-badge-card {
  background: rgba(16,19,23,0.03);
  border-color: rgba(16,19,23,0.08);
}

html[data-wop1-theme="light"] .wop1-task-title,
html[data-wop1-theme="light"] .wop1-next-title,
html[data-wop1-theme="light"] .wop1-badge-main {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-task-detail,
html[data-wop1-theme="light"] .wop1-badge-title {
  color: rgba(16,19,23,0.65);
}

html[data-wop1-theme="light"] .wop1-chip {
  background: rgba(16,19,23,0.04);
  border-color: rgba(16,19,23,0.12);
  color: rgba(16,19,23,0.7);
}

html[data-wop1-theme="light"] .wop1-countdown-row {
  background: rgba(16,19,23,0.03);
  border-color: rgba(16,19,23,0.08);
}

html[data-wop1-theme="light"] .wop1-countdown-title,
html[data-wop1-theme="light"] .wop1-countdown-value {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-countdown-label {
  color: rgba(16,19,23,0.65);
}

html[data-wop1-theme="light"] .wop1-auth-success {
  border-color: rgba(54,211,153,0.4);
  background: rgba(54,211,153,0.12);
}

html[data-wop1-theme="light"] .wop1-auth-success-title {
  color: #101317;
}

html[data-wop1-theme="light"] .wop1-password-toggle {
  background: rgba(16,19,23,0.06);
  border-color: rgba(16,19,23,0.18);
  color: #101317;
}

/* Hide WordPress admin toolbar on mobile for app pages */
@media (max-width: 782px) {
  body.wop1-public-page #wpadminbar {
    display: none !important;
  }
  body.wop1-public-page.admin-bar {
    margin-top: 0 !important;
  }
  html.wp-toolbar body.wop1-public-page {
    padding-top: 0 !important;
  }
}

#wop1-app.wop1-card {
  flex-wrap: wrap;
}

/* Marketing V2: readable image hero, aligned cards and clear conversion CTAs. */
body.wop1-public-page .wop1-wrap { max-width: 1280px; }
.wop1-home-grid { grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr); gap: 18px; }
.wop1-home-hero,
html[data-wop1-theme="light"] .wop1-home-hero {
  min-height: 590px;
  padding: clamp(28px, 5vw, 68px);
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(6,9,19,.96), rgba(6,9,19,.78) 48%, rgba(6,9,19,.18)),
              var(--wop1-home-hero-image) center / cover no-repeat;
  border-color: rgba(255,255,255,.15);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(8,13,25,.18);
}
.wop1-home-hero .wop1-home-title {
  max-width: 660px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 850;
}
.wop1-home-hero .wop1-home-sub {
  max-width: 580px;
  color: rgba(255,255,255,.91);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.58;
}
.wop1-home-hero .wop1-home-tag {
  background: rgba(7,11,22,.55);
  border-color: rgba(255,255,255,.28);
  color: #fff;
  backdrop-filter: blur(8px);
  font-weight: 700;
}
.wop1-home-panel { min-height: 0; padding: clamp(24px, 3vw, 38px); border-radius: 28px; }
.wop1-home-panel-title { font-size: clamp(25px, 2.25vw, 34px); line-height: 1.16; letter-spacing: -.035em; font-weight: 800; }
.wop1-home-panel-sub, .wop1-home-foot { font-size: 15px; line-height: 1.55; }
.wop1-home-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wop1-home-metric { min-height: 95px; padding: 17px; }
.wop1-home-metric-value { font-size: 23px; font-weight: 800; }
.wop1-home-steps { margin-top: 42px; }
.wop1-home-section-title, .wop1-hiw-board-title { font-size: clamp(24px, 2.2vw, 32px); letter-spacing: -.035em; }
.wop1-home-steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wop1-home-step-card, .wop1-hiw-card, .wop1-pricing-proof > div { padding: 24px; border-radius: 22px; }
.wop1-home-step-title, .wop1-hiw-card-title { font-size: 18px; line-height: 1.25; }
.wop1-home-step-body, .wop1-hiw-card-copy { font-size: 15px; line-height: 1.55; }
.wop1-home-cta, .wop1-marketing-final-cta {
  margin-top: 28px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
  background: #111827;
  border: 1px solid rgba(255,255,255,.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.wop1-home-cta-title, .wop1-marketing-final-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.wop1-home-cta-sub, .wop1-marketing-final-cta p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 15px;
  line-height: 1.55;
}
.wop1-home .wop1-btn, .wop1-hiw .wop1-btn, .wop1-pricing .wop1-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 11px 20px;
  background: #df3047;
  border: 1px solid #df3047;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(223,48,71,.18);
}
.wop1-home .wop1-btn:hover, .wop1-hiw .wop1-btn:hover, .wop1-pricing .wop1-btn:hover {
  background: #bd2238;
  border-color: #bd2238;
}
.wop1-home .wop1-btn:focus-visible, .wop1-hiw .wop1-btn:focus-visible, .wop1-pricing .wop1-btn:focus-visible {
  outline: 3px solid #73b7ff;
  outline-offset: 3px;
}
.wop1-home .wop1-btn.wop1-btn-ghost, .wop1-hiw .wop1-btn.wop1-btn-ghost, .wop1-pricing .wop1-btn.wop1-btn-ghost {
  background: transparent;
  border-color: currentColor;
  box-shadow: none;
}
.wop1-home-hero .wop1-btn.wop1-btn-ghost, .wop1-home-cta .wop1-btn.wop1-btn-ghost { color: #fff !important; }
.wop1-marketing-hero {
  min-height: 510px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(24px, 4vw, 50px);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(8,13,25,.07);
}
.wop1-hiw-title {
  max-width: 760px;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.07;
  letter-spacing: -.045em;
  font-weight: 850;
}
.wop1-hiw-sub { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.58; }
.wop1-marketing-hero-media, .wop1-marketing-hero-media img { min-height: 410px; border-radius: 22px; }
.wop1-marketing-hero-media img { object-position: center; }
.wop1-hiw .wop1-marketing-hero-media::after { display: none; }
.wop1-hiw-grid { margin-top: 26px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.wop1-hiw-board-wrap { margin-top: 24px; padding: clamp(24px, 3vw, 38px); border-radius: 26px; }
.wop1-pricing-proof { margin-top: 28px; gap: 16px; }
.wop1-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wop1-pricing-plan { padding: clamp(24px, 3vw, 38px); border-radius: 26px; }
.wop1-pricing-plan > .wop1-btn { margin-top: 24px; }
.wop1-pricing-note { padding: 24px 30px; }
html[data-wop1-theme="light"] .wop1-home-hero .wop1-home-title,
html[data-wop1-theme="light"] .wop1-home-hero .wop1-home-sub,
html[data-wop1-theme="light"] .wop1-home-hero .wop1-home-tag,
html[data-wop1-theme="light"] .wop1-home-cta-title,
html[data-wop1-theme="light"] .wop1-home-cta-sub { color: #fff; }
html[data-wop1-theme="light"] .wop1-home-cta,
html[data-wop1-theme="light"] .wop1-marketing-final-cta { background: #111827; }
html[data-wop1-theme="light"] .wop1-marketing-final-cta h2,
html[data-wop1-theme="light"] .wop1-marketing-final-cta p { color: #fff; }
html[data-wop1-theme="light"] .wop1-home-cta .wop1-btn.wop1-btn-ghost { color: #fff !important; }
html[data-wop1-theme="light"] .wop1-nav-brand-title,
html[data-wop1-theme="light"] .wop1-nav-logo-fallback { color: #101317; }
html[data-wop1-theme="light"] .wop1-nav-brand-tag { color: rgba(16,19,23,.65); }
html[data-wop1-theme="light"] .wop1-home .wop1-btn,
html[data-wop1-theme="light"] .wop1-hiw .wop1-btn,
html[data-wop1-theme="light"] .wop1-pricing .wop1-btn {
  background: #c92840;
  border-color: #c92840;
  color: #fff !important;
}
html[data-wop1-theme="light"] .wop1-home .wop1-btn:hover,
html[data-wop1-theme="light"] .wop1-hiw .wop1-btn:hover,
html[data-wop1-theme="light"] .wop1-pricing .wop1-btn:hover {
  background: #a91f35;
  border-color: #a91f35;
}
html[data-wop1-theme="light"] .wop1-home .wop1-btn.wop1-btn-ghost,
html[data-wop1-theme="light"] .wop1-hiw .wop1-btn.wop1-btn-ghost,
html[data-wop1-theme="light"] .wop1-pricing .wop1-btn.wop1-btn-ghost {
  background: transparent;
  border-color: rgba(16,19,23,.4);
  color: #101317 !important;
}
html[data-wop1-theme="light"] .wop1-home-hero .wop1-btn.wop1-btn-ghost,
html[data-wop1-theme="light"] .wop1-home-cta .wop1-btn.wop1-btn-ghost,
html[data-wop1-theme="light"] .wop1-marketing-final-cta .wop1-btn.wop1-btn-ghost {
  border-color: rgba(255,255,255,.75);
  color: #fff !important;
}

@media (max-width: 1100px) {
  .wop1-home-grid, .wop1-marketing-hero { grid-template-columns: 1fr; }
  .wop1-home-hero { min-height: 520px; }
  .wop1-hiw-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .wop1-nav-root, .wop1-nav-open {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .wop1-nav-brand { margin-right: auto; }
  .wop1-nav-toggle { margin-left: auto; }
  .wop1-nav-open .wop1-nav-item,
  .wop1-nav-open .wop1-nav-profile,
  .wop1-nav-open .wop1-theme-toggle,
  .wop1-nav-open .wop1-language-toggle { flex: 0 0 100%; }
  .wop1-nav-open .wop1-nav-toggle,
  .wop1-nav-open .wop1-nav-toggle-btn { width: auto; }
  .wop1-home-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wop1-pricing-proof { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wop1-nav-brand-text { display: flex; }
  .wop1-nav-brand-tag { display: none; }
  .wop1-nav-brand-logo { width: 40px; height: 40px; }
  .wop1-home { padding-top: 14px; }
  .wop1-home-hero,
  html[data-wop1-theme="light"] .wop1-home-hero {
    min-height: 580px;
    padding: 26px 22px;
    background: linear-gradient(0deg, rgba(6,9,19,.98) 0%, rgba(6,9,19,.8) 48%, rgba(6,9,19,.13) 100%),
                var(--wop1-home-hero-image) center / cover no-repeat;
  }
  .wop1-home-hero .wop1-home-title { font-size: clamp(36px, 9vw, 52px); }
  .wop1-home-steps-grid, .wop1-hiw-grid, .wop1-pricing-grid { grid-template-columns: 1fr; }
  .wop1-home-cta, .wop1-marketing-final-cta { align-items: stretch; flex-direction: column; }
  .wop1-home-cta-actions { width: 100%; }
  .wop1-home-cta-actions .wop1-btn { flex: 1 1 100%; }
  .wop1-marketing-hero { padding: 22px; min-height: 0; }
  .wop1-marketing-hero-media, .wop1-marketing-hero-media img { min-height: 260px; }
  .wop1-price-badge { left: 12px; right: 12px; bottom: 12px; }
  .wop1-hiw-actions .wop1-btn { flex: 1 1 100%; }
  .wop1-pricing-plan-top { flex-wrap: wrap; }
}
