/* Super-admin platform landing — IDCNLink-style dark commercial */

:root {
  --pl-bg: #0b0b0f;
  --pl-bg2: #111118;
  --pl-card: #16161f;
  --pl-line: rgba(255, 255, 255, 0.08);
  --pl-blue: #1e56f1;
  --pl-blue2: #165dff;
  --pl-text: #ffffff;
  --pl-muted: #9ca3af;
  --pl-soft: #a0a0a0;
}

.pl-body {
  margin: 0;
  min-height: 100%;
  background: var(--pl-bg);
  color: var(--pl-text);
  font-family: "Manrope", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color-scheme: dark;
}
html.pl-html, html.pl-html body {
  height: 100%;
  background: var(--pl-bg);
}
.pl-logo-img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.pl-boot {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.9rem;
  background: #0b0b0f;
}

.pl-page { position: relative; min-height: 100%; }

/* —— Nav —— */
.pl-nav {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 60;
  height: 64px;
  background: rgba(11, 11, 15, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}
.pl-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.pl-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--pl-text);
  flex-shrink: 0;
  max-width: min(52vw, 280px);
  min-width: 0;
}
.pl-logo-bars {
  display: flex;
  align-items: flex-end;
  gap: 2.5px;
  height: 18px;
  flex-shrink: 0;
}
.pl-logo-bars span {
  width: 4px;
  border-radius: 1px;
  background: var(--pl-blue);
}
.pl-logo-bars span:nth-child(1) { height: 7px; }
.pl-logo-bars span:nth-child(2) { height: 11px; }
.pl-logo-bars span:nth-child(3) { height: 15px; }
.pl-logo-bars span:nth-child(4) { height: 18px; }
.pl-brand-name {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--pl-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.pl-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 28px;
}
.pl-nav-links a {
  color: var(--pl-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s;
}
.pl-nav-links a:hover,
.pl-nav-links a.is-active { color: #fff; }
.pl-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.pl-nav-ghost {
  color: #e5e7eb;
  background: none;
  border: none;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 6px 8px;
}
.pl-nav-ghost:hover { color: #fff; }
.pl-icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--pl-line);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.pl-icon-btn svg { width: 16px; height: 16px; }

/* —— Buttons —— */
.pl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.925rem;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}
.pl-btn-primary {
  background: var(--pl-blue);
  color: #fff;
}
.pl-btn-primary:hover { background: var(--pl-blue2); filter: brightness(1.05); }
.pl-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.pl-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.22);
}
.pl-btn-buy {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
  border: 1px solid rgba(167, 139, 250, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 28px rgba(59, 130, 246, 0.28);
}
.pl-btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(124, 58, 237, 0.4), 0 0 24px rgba(59, 130, 246, 0.25);
  filter: brightness(1.06);
}
.pl-btn-tg {
  color: #f1f5f9;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.pl-btn-tg:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.22), 0 0 18px rgba(59, 130, 246, 0.15);
}
.pl-btn-lg { padding: 13px 28px; font-size: 0.98rem; }
.pl-btn-sm { padding: 7px 14px; font-size: 0.8rem; border-radius: 8px; }
.pl-btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

/* —— Hero —— */
.pl-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 96px 24px 72px;
  overflow: hidden;
}
.pl-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 78% 42%, rgba(124, 58, 237, 0.18), transparent 55%),
    radial-gradient(ellipse 55% 45% at 20% 70%, rgba(59, 130, 246, 0.12), transparent 50%),
    linear-gradient(120deg, #07060c 0%, #0b0b12 45%, #0a0e1a 100%);
  pointer-events: none;
}
.pl-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 48px;
  align-items: center;
}
.pl-hero-copy { max-width: 640px; }
.pl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 0.8rem;
  color: #e5e7eb;
  margin-bottom: 22px;
}
.pl-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  animation: pl-breathe 2.2s ease-in-out infinite;
}
.pl-hero-title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: #fff;
}
.pl-grad {
  background: linear-gradient(135deg, #a78bfa 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.pl-hero-sub {
  margin: 22px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #e2e8f0;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 34rem;
}
.pl-hash {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.pl-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

/* —— Agent profit dashboard card —— */
.pl-console {
  position: relative;
  justify-self: end;
  width: min(100%, 440px);
  animation: pl-float-y 5.5s ease-in-out infinite;
}
.pl-console-glow {
  position: absolute;
  inset: -18% -10% -10%;
  background: radial-gradient(circle at 50% 40%, rgba(16, 185, 129, 0.18), transparent 42%),
    radial-gradient(circle at 70% 30%, rgba(124, 58, 237, 0.32), transparent 58%);
  filter: blur(18px);
  pointer-events: none;
}
.pl-console-card {
  position: relative;
  border-radius: 20px;
  padding: 20px 20px 16px;
  background: linear-gradient(160deg, rgba(28, 24, 48, 0.88), rgba(14, 16, 28, 0.92));
  border: 1px solid rgba(167, 139, 250, 0.22);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.pl-console-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.pl-console-kicker {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}
.pl-console-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.pl-console-title {
  font-size: 1.18rem;
  font-weight: 750;
  color: #fff;
  letter-spacing: -0.02em;
}
.pl-console-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #86efac;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.pl-pulse {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
  animation: pl-breathe 2s ease-in-out infinite;
  display: inline-block;
}
.pl-pulse-sm { width: 7px; height: 7px; flex-shrink: 0; margin-top: 5px; }
.pl-pulse-blue {
  background: #3b82f6;
  box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5);
  animation-name: pl-breathe-blue;
}
.pl-pulse-amber {
  background: #fbbf24;
  box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.5);
  animation-name: pl-breathe-amber;
}

.pl-kpi-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.95fr;
  gap: 8px;
  margin-bottom: 14px;
}
.pl-kpi {
  padding: 11px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-width: 0;
}
.pl-kpi-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 6px;
}
.pl-kpi-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
  word-break: break-all;
}
.pl-kpi-value small {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}
.pl-kpi-money { color: #10b981; font-size: 1.12rem; }
.pl-kpi-blue { color: #60a5fa; }
.pl-kpi-active {
  color: #34d399;
  font-size: 0.98rem;
  text-transform: lowercase;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
.pl-kpi-trend {
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #34d399;
}
.pl-kpi-hint {
  margin-top: 4px;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
}

.pl-feed-head {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin: 2px 0 8px;
  letter-spacing: 0.02em;
}
.pl-feed {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 7px;
}
.pl-feed li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.pl-feed-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 10px;
}
.pl-feed-body p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  flex: 1;
  min-width: 0;
}
.pl-feed-body em {
  font-style: normal;
  color: #e2e8f0;
  font-weight: 600;
}
.pl-feed-money {
  font-size: 0.82rem;
  font-weight: 800;
  color: #10b981;
  white-space: nowrap;
}

.pl-console-chart {
  border-radius: 14px;
  padding: 12px 12px 10px;
  background: rgba(8, 10, 20, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.pl-chart-caption {
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}
.pl-chart-caption span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}
.pl-console-chart svg {
  width: 100%;
  height: 88px;
  display: block;
}
.pl-chart-grid {
  fill: none;
  stroke: rgba(148, 163, 184, 0.12);
  stroke-width: 1;
}
.pl-chart-area { fill: url(#plChartFill); }
.pl-chart-line {
  fill: none;
  stroke: url(#plChartStroke);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(167, 139, 250, 0.55));
}
@keyframes pl-float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes pl-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55); opacity: 1; }
  50% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); opacity: 0.85; }
}
@keyframes pl-breathe-blue {
  0%, 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.5); opacity: 1; }
  50% { box-shadow: 0 0 0 8px rgba(59, 130, 246, 0); opacity: 0.85; }
}
@keyframes pl-breathe-amber {
  0%, 100% { box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.5); opacity: 1; }
  50% { box-shadow: 0 0 0 8px rgba(251, 191, 36, 0); opacity: 0.85; }
}

/* —— Pricing —— */
.pl-section {
  position: relative;
  padding: 88px 24px;
}
.pl-section-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.pl-section-title {
  margin: 0;
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pl-section-sub {
  margin: 12px 0 0;
  text-align: center;
  color: var(--pl-muted);
  font-size: 1rem;
}
.pl-pricing {
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(124, 58, 237, 0.12), transparent 50%),
    radial-gradient(ellipse 60% 45% at 90% 20%, rgba(30, 86, 241, 0.12), transparent 45%),
    var(--pl-bg);
}
.pl-table-wrap {
  margin-top: 40px;
  border: 1px solid var(--pl-line);
  border-radius: 16px;
  background: rgba(18, 18, 26, 0.92);
  overflow: auto;
}
.pl-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
.pl-table th {
  text-align: left;
  padding: 16px 18px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--pl-muted);
  border-bottom: 1px solid var(--pl-line);
  white-space: nowrap;
}
.pl-table td {
  padding: 18px;
  font-size: 0.925rem;
  color: #e5e7eb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}
.pl-table tr:last-child td { border-bottom: none; }
.pl-table tr:hover td { background: rgba(255, 255, 255, 0.02); }
.pl-plan-name { font-weight: 600; color: #fff; }
.pl-plan-desc {
  color: var(--pl-muted);
  font-size: 0.78rem;
  margin-top: 4px;
  max-width: 220px;
}
.pl-badge-feat {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.pl-badge-shared {
  color: #86efac;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.28);
}
.pl-badge-exclusive {
  color: #c4b5fd;
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(167, 139, 250, 0.32);
}
.pl-badge-cs {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.28);
}
.pl-price {
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.pl-price span {
  font-weight: 500;
  color: var(--pl-muted);
  font-size: 0.85rem;
}
.pl-feat-yes { color: #86efac; }
.pl-feat-no { color: #64748b; }
.pl-empty {
  text-align: center;
  color: var(--pl-muted);
  padding: 48px 16px;
}

/* —— How it works (agent dual-panel pitch) —— */
.pl-howto {
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(138, 92, 246, 0.12), transparent 55%),
    var(--pl-bg);
}
.pl-howto-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.pl-howto-kicker {
  margin: 0 0 8px;
  color: #a78bfa;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.pl-howto-title {
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.pl-howto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}
.pl-howto-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.pl-howto-card--accent {
  border-top: 3px solid #8a5cf6;
}
.pl-howto-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, 0.28);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.pl-howto-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 16px;
}
.pl-howto-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.pl-howto-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .pl-howto-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Map / auto-disconnect (legacy, unused) —— */
.pl-map {
  min-height: 520px;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 50% at 50% 45%, rgba(30, 86, 241, 0.14), transparent 60%),
    #0b0b0f;
}
.pl-map-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='700' viewBox='0 0 1400 700'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-opacity='.35' stroke-width='1.2' d='M180 260c40-80 120-120 210-90 70 24 90 90 160 110 80 22 140-40 220-20 90 22 120 100 200 90 70-8 110-70 170-50 50 16 80 70 120 60'/%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-opacity='.25' stroke-width='1' d='M120 400c90-40 180-20 260 20 90 45 140 20 210-10 100-42 180 10 260 40 70 26 140 10 200-20'/%3E%3Cg fill='%231e56f1'%3E%3Ccircle cx='320' cy='210' r='4'/%3E%3Ccircle cx='520' cy='300' r='3.5'/%3E%3Ccircle cx='700' cy='250' r='5'/%3E%3Ccircle cx='880' cy='290' r='4'/%3E%3Ccircle cx='1040' cy='240' r='3.5'/%3E%3Ccircle cx='1180' cy='310' r='4'/%3E%3C/g%3E%3C/svg%3E") center 45%/min(1200px, 92%) no-repeat;
  pointer-events: none;
}
.pl-map-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 16px;
}
.pl-map-title {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.pl-map-sub {
  margin: 20px auto 0;
  max-width: 36rem;
  color: var(--pl-muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* —— About / trial CTA —— */
.pl-about {
  text-align: center;
  padding: 100px 24px 80px;
  background:
    radial-gradient(ellipse 50% 45% at 50% 30%, rgba(30, 86, 241, 0.16), transparent 55%),
    var(--pl-bg);
}
.pl-cube {
  width: 72px;
  height: 72px;
  margin: 0 auto 28px;
  position: relative;
  transform-style: preserve-3d;
  animation: pl-float 4.5s ease-in-out infinite;
}
.pl-cube-face {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(148, 163, 184, 0.35), rgba(71, 85, 105, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
@keyframes pl-float {
  0%, 100% { transform: translateY(0) rotateX(12deg) rotateY(-18deg); }
  50% { transform: translateY(-10px) rotateX(18deg) rotateY(-12deg); }
}
.pl-about-title {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pl-about .pl-btn { margin-top: 28px; }

/* —— Footer —— */
.pl-footer {
  border-top: 1px solid var(--pl-line);
  padding: 48px 24px 28px;
  background: #0a0a0e;
}
.pl-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}
.pl-footer-brand .pl-brand { margin-bottom: 14px; }
.pl-footer-desc {
  margin: 0;
  color: var(--pl-muted);
  font-size: 0.875rem;
  line-height: 1.65;
  max-width: 280px;
}
.pl-footer h4 {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 600;
}
.pl-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pl-footer-links a {
  color: var(--pl-muted);
  text-decoration: none;
  font-size: 0.875rem;
}
.pl-footer-links a:hover { color: #fff; }
.pl-footer-copy {
  max-width: 1180px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--pl-line);
  text-align: center;
  color: #64748b;
  font-size: 0.75rem;
}


/* —— Auth full-bleed 45/55 —— */
.pl-auth {
  position: fixed;
  inset: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: flex;
  overflow: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #0b0a11;
}
.pl-auth-shell {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.pl-auth-left {
  width: 45%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  min-width: 0;
  background: #0c0b14;
}
.pl-auth-panel {
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: none;
}
.pl-auth-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pl-auth-close-mobile { display: none; }
.pl-auth-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 18px 0 10px;
}
.pl-auth-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pl-auth-lead {
  margin: 12px 0 28px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.65;
}
.pl-field { margin-bottom: 16px; }
.pl-field-code {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.pl-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.pl-input-wrap .pl-ico {
  position: absolute;
  left: 16px;
  color: #64748b;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.pl-input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #f8fafc;
  font-size: 0.95rem;
  padding: 0 16px 0 46px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.pl-input:focus {
  border-color: #8a5cf6;
  background: rgba(138, 92, 246, 0.08);
  box-shadow: 0 0 0 3px rgba(138, 92, 246, 0.22), 0 0 22px rgba(138, 92, 246, 0.25);
}
.pl-eye {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 4px;
  display: grid;
  place-items: center;
}
.pl-eye svg { width: 18px; height: 18px; }
.pl-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 26px;
  font-size: 0.875rem;
}
.pl-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  cursor: pointer;
  user-select: none;
}
.pl-check input { accent-color: #8a5cf6; width: 15px; height: 15px; }
.pl-link {
  background: none;
  border: none;
  color: #a78bfa;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
}
.pl-link:hover { text-decoration: underline; color: #c4b5fd; }
.pl-auth-error {
  color: #fb7185;
  font-size: 0.85rem;
  margin: 0 0 12px;
}
.pl-btn-login {
  width: 100%;
  height: 48px;
  font-size: 1rem;
}
.pl-auth-switch {
  margin-top: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.875rem;
}
.pl-auth-foot {
  text-align: center;
  color: #64748b;
  font-size: 0.72rem;
  padding-top: 14px;
}
.pl-auth-right {
  position: relative;
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 60% 50%, rgba(59, 130, 246, 0.15), rgba(138, 92, 246, 0.1) 50%, transparent 80%),
    #0b0a11;
}
.pl-auth-stage {
  flex: 0 1 auto;
  display: block;
  width: 100%;
  max-width: 760px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.pl-auth-showcase {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}
.pl-auth-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #c4b5fd;
  background: rgba(138, 92, 246, 0.14);
  border: 1px solid rgba(138, 92, 246, 0.28);
  margin-bottom: 18px;
}
.pl-auth-hero-title {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.22;
  color: #fff;
}
.pl-auth-hero-sub {
  margin: 18px 0 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 36rem;
}
.pl-perk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.pl-perk {
  padding: 24px;
  min-height: 160px;
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.pl-perk:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, 0.45);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 40px rgba(138, 92, 246, 0.18);
}
.pl-perk-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: rgba(138, 92, 246, 0.16);
  border: 1px solid rgba(167, 139, 250, 0.3);
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(138, 92, 246, 0.3);
}
.pl-perk h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #f8fafc;
}
.pl-perk p {
  margin: 8px 0 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
.pl-auth-close,
.pl-auth-close-float {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  line-height: 1;
  backdrop-filter: blur(10px);
}
.pl-auth-close-float:hover {
  background: rgba(138, 92, 246, 0.25);
  border-color: rgba(167, 139, 250, 0.4);
}

.pl-modal-bg {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pl-modal {
  width: 100%;
  max-width: 360px;
  background: #16161f;
  border: 1px solid var(--pl-line);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.pl-modal h3 { margin: 8px 0 0; font-size: 1.1rem; }
.pl-modal-meta { margin: 6px 0 0; color: var(--pl-muted); font-size: 0.75rem; font-family: ui-monospace, monospace; }
.pl-qr {
  margin: 20px auto 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pl-line);
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pl-modal-amt {
  margin: 16px 0 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #93c5fd;
}

@media (max-width: 1200px) {
  .pl-auth-right { padding: 56px 40px; }
  .pl-perk { padding: 20px; min-height: 148px; }
}

@media (max-width: 960px) {
  .pl-nav-links { display: none; }
  .pl-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .pl-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .pl-console { justify-self: center; }
}

@media (max-width: 992px) {
  .pl-auth {
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
  }
  .pl-auth-shell {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .pl-auth-right { display: none !important; }
  .pl-auth-left {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 24px 20px;
  }
  .pl-auth-panel {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  .pl-auth-close-mobile { display: grid; }
  .pl-auth-close-float { display: none; }
}

@media (max-width: 768px) {
  .pl-nav-inner {
    padding: 0 20px;
  }
  .pl-hero {
    min-height: auto;
    padding: 110px 20px 40px;
    text-align: center;
  }
  .pl-hero-inner { gap: 0; }
  .pl-hero-copy {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pl-hero-sub { justify-content: center; text-align: left; }
  .pl-hero-cta {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .pl-hero-cta .pl-btn {
    width: 100%;
    max-width: 320px;
    height: 46px;
    min-height: 46px;
    padding: 0 18px;
    box-sizing: border-box;
  }
  .pl-console { display: none; }
  .pl-section { padding: 48px 16px 64px; }
  .pl-pricing { padding-top: 24px; }

  /* —— Pricing: table → mobile cards —— */
  .pl-table-wrap {
    margin-top: 28px;
    border: none;
    background: transparent;
    overflow: visible;
    border-radius: 0;
  }
  .pl-table {
    min-width: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .pl-table thead {
    display: none;
  }
  .pl-table tbody {
    display: block;
  }
  .pl-table tbody tr {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    gap: 0;
  }
  .pl-table tbody tr:last-child {
    margin-bottom: 0 !important;
  }
  .pl-table tbody tr:hover td {
    background: transparent;
  }
  .pl-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    text-align: right;
    font-size: 0.9rem;
    white-space: normal;
  }
  .pl-table td::before {
    content: attr(data-label);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    font-weight: 500;
    text-align: left;
    flex-shrink: 0;
  }
  .pl-table td.pl-td-plan {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-top: 0 !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin-bottom: 4px;
  }
  .pl-table td.pl-td-plan::before {
    display: none;
  }
  .pl-table .pl-plan-name {
    font-size: 1.08rem;
    font-weight: 750;
    letter-spacing: -0.02em;
  }
  .pl-table .pl-plan-desc {
    max-width: none;
    margin-top: 6px;
    line-height: 1.45;
  }
  .pl-table td.pl-price {
    white-space: normal;
  }
  .pl-table td.pl-price .pl-price,
  .pl-table td.pl-price {
    color: #10b981;
    font-weight: 800;
  }
  .pl-table td.pl-td-action {
    border-bottom: none !important;
    padding-top: 14px !important;
    padding-bottom: 0 !important;
    justify-content: stretch;
  }
  .pl-table td.pl-td-action::before {
    display: none;
  }
  .pl-table .pl-plan-buy {
    width: 100%;
    height: 44px;
    min-height: 44px;
    border-radius: 10px;
    font-size: 0.92rem;
  }
}

@media (max-width: 640px) {
  .pl-auth-title { font-size: 1.45rem; }
  .pl-auth-panel { padding: 28px 20px; }
}

/* Agent guide modal */
.pl-guide-overlay { z-index: 130; align-items: stretch; padding: 16px; }
.pl-guide-panel {
  width: min(980px, 100%);
  max-height: min(88vh, 860px);
  margin: auto;
  display: flex;
  flex-direction: column;
  background: #12121a;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.pl-guide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.pl-guide-kicker {
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}
.pl-guide-head h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #e2e8f0;
}
.pl-guide-body {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 0;
  flex: 1;
}
.pl-guide-toc {
  border-right: 1px solid rgba(255,255,255,.06);
  padding: 12px;
  overflow-y: auto;
  max-height: min(62vh, 620px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pl-guide-search {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: #e2e8f0;
  padding: 8px 10px;
  font-size: 13px;
}
.pl-guide-toc-item {
  text-align: left;
  border: 1px solid transparent;
  background: transparent;
  color: #94a3b8;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  cursor: pointer;
}
.pl-guide-toc-item:hover { background: rgba(255,255,255,.04); color: #e2e8f0; }
.pl-guide-toc-item.is-on {
  background: rgba(30,86,241,.18);
  border-color: rgba(30,86,241,.35);
  color: #dbeafe;
}
.pl-guide-content {
  padding: 18px 20px;
  overflow-y: auto;
  max-height: min(62vh, 620px);
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.65;
}
.pl-guide-content .doc-md-h { color: #fff; font-weight: 700; margin: 1rem 0 .5rem; }
.pl-guide-content .doc-md-h1 { font-size: 1.25rem; }
.pl-guide-content .doc-md-h2 { font-size: 1.1rem; }
.pl-guide-content .doc-md-h3 { font-size: 1rem; }
.pl-guide-content .doc-md-p { margin: .5rem 0; }
.pl-guide-content .doc-md-ul, .pl-guide-content .doc-md-ol { margin: .4rem 0 .4rem 1.1rem; }
.pl-guide-content table { width: 100%; border-collapse: collapse; margin: .75rem 0; font-size: 13px; }
.pl-guide-content th, .pl-guide-content td {
  border: 1px solid rgba(255,255,255,.1);
  padding: 8px 10px;
  text-align: left;
}
.pl-guide-content th { background: rgba(255,255,255,.04); color: #e2e8f0; }
.pl-guide-foot {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
@media (max-width: 768px) {
  .pl-guide-body { grid-template-columns: 1fr; }
  .pl-guide-toc {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.06);
    max-height: 160px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pl-guide-search { width: 100%; }
}
