

/* Start:/pro/assets/pro-site.css?178815899213725*/
/* BrowXenna Pro · BX brand tokens · mobile-first */
:root {
  --bg: #fafaf8;
  --bg-alt: #efeceb;
  --surface: #fff;
  --text: #2d2d2d;
  --muted: #888780;
  --green: #7fbc18;
  --green-dark: #5f9412;
  --green-soft: rgba(127, 188, 24, 0.1);
  --gold: #8f7340;
  --gold-soft: rgba(143, 115, 64, 0.12);
  --border: rgba(45, 45, 45, 0.12);
  --bronze: #a96f45;
  --silver: #7a848a;
  --platinum: #2d2d2d;
  --radius: 16px;
  --shadow: 0 20px 50px rgba(45, 45, 45, 0.06);
  --max: 1180px;
  --tier: var(--bronze);
}

.pro-site {
  box-sizing: border-box;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}
.pro-site *,
.pro-site *::before,
.pro-site *::after { box-sizing: border-box; }
.pro-site h1,
.pro-site h2,
.pro-site h3,
.pro-site h4,
.pro-site p,
.pro-site b,
.pro-site strong,
.pro-site li,
.pro-site .btn,
.pro-site a.btn,
.pro-site button.btn {
  text-transform: none;
}
.pro-site img { max-width: 100%; display: block; height: auto; }
.pro-site ul { margin: 10px 0 0 18px; }
.pro-site p { margin: 0; }

.pro-site .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
}
.pro-site .btn-primary { background: var(--text); color: #fff; }
.pro-site .btn-green { background: var(--green); color: #fff; }
.pro-site .btn-outline { background: transparent; border-color: var(--border); color: var(--text); }
.pro-site .btn-ghost { background: transparent; color: var(--muted); padding: 8px 10px; }
.pro-site .btn:disabled { opacity: 0.55; cursor: not-allowed; }

.pro-site .container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 16px;
}
.pro-site .section { padding: 48px 0; }
.pro-site .section.alt { background: var(--bg-alt); }
.pro-site .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.pro-site .section-label::before {
  content: "";
  width: 4px;
  height: 18px;
  background: var(--green);
  border-radius: 99px;
}
.pro-site h1 {
  font-size: clamp(1.9rem, 8vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 600;
  max-width: 16ch;
  margin: 0;
}
.pro-site h2 {
  font-size: clamp(1.45rem, 4vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  font-weight: 600;
}
.pro-site h3 { font-size: 1.05rem; margin: 0 0 8px; font-weight: 600; }
.pro-site .lead { color: var(--muted); font-size: 1.05rem; max-width: 60ch; }
.pro-site .muted { color: var(--muted); }
.pro-site .page-title { padding: 36px 0 20px; }
.pro-site .page-title h1 { max-width: 20ch; }

.pro-site .hero {
  padding: 36px 16px 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.pro-site .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.pro-site .hero-card {
  min-height: 280px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, rgba(127, 188, 24, 0.08), transparent 55%), linear-gradient(145deg, #fff, var(--bg-alt));
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro-site .growth-line { display: grid; gap: 12px; margin-top: 22px; }
.pro-site .grow {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 0.9rem;
}
.pro-site .dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
}

.pro-site .grid-2,
.pro-site .grid-3,
.pro-site .grid-4,
.pro-site .path-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.pro-site .card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
}
.pro-site .card p { font-size: 0.9rem; color: var(--muted); }
.pro-site .card.accent { border-top: 3px solid var(--green); }
.pro-site .path-card strong { display: block; font-size: 1rem; margin-bottom: 8px; }
.pro-site .path-card a { color: var(--green-dark); font-weight: 600; font-size: 0.86rem; margin-top: 12px; display: inline-block; }

.pro-site .level-grid { display: grid; gap: 14px; }
.pro-site .level-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
}
.pro-site .level-card .num { font-size: 1.4rem; font-weight: 700; color: var(--gold); }
.pro-site .level-card ul { margin: 10px 0 0 18px; font-size: 0.88rem; color: var(--muted); }
.pro-site .level-card li { margin-bottom: 4px; }
.pro-site .level-card .tag { grid-column: 2; justify-self: start; }

.pro-site .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pro-site .tag-student { background: var(--bg-alt); color: var(--muted); }
.pro-site .tag-bronze { background: #f2e7df; color: #805236; }
.pro-site .tag-silver { background: #e9edef; color: #5e686e; }
.pro-site .tag-gold { background: var(--gold-soft); color: var(--gold); }
.pro-site .tag-platinum { background: var(--platinum); color: #fff; }

.pro-site .compare-wrap { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; }
.pro-site .compare-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin-top: 20px;
}
.pro-site .compare-table th {
  text-align: left;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  padding: 10px;
  border-bottom: 2px solid var(--border);
}
.pro-site .compare-table td {
  padding: 10px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.pro-site .registry-box,
.pro-site .verify-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}
.pro-site .registry-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}
.pro-site .registry-box input,
.pro-site .field input,
.pro-site .field select,
.pro-site .field textarea,
.pro-site .filters input,
.pro-site .filters select {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}
.pro-site .field textarea { min-height: 110px; resize: vertical; }
.pro-site .field { margin-bottom: 14px; }
.pro-site .field label { display: block; font-size: 0.78rem; color: var(--muted); margin-bottom: 6px; }
.pro-site .form-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.pro-site .form-shell {
  max-width: 700px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 22px;
}

.pro-site .artist-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}
.pro-site .artist-card .photo {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--bg-alt), #ddd9d7);
  display: flex;
  align-items: end;
  padding: 14px;
  background-size: cover;
  background-position: center;
}
.pro-site .artist-card .body { padding: 16px; }
.pro-site .map-placeholder {
  min-height: 220px;
  border: 1px dashed var(--border);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: #fff;
  margin: 18px 0;
  padding: 16px;
  text-align: center;
}
.pro-site .filters { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0; }
.pro-site .filters .search { flex: 1 1 100%; min-width: 0; }
.pro-site .filters .filter { flex: 1 1 100%; }

.pro-site .cabinet-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
.pro-site .cabinet-nav .item {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 4px;
}
.pro-site .cabinet-nav .item.active {
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 600;
}
.pro-site .dash-section {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  margin-bottom: 14px;
}
.pro-site .dash-section h3 {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.pro-site .dash-grid,
.pro-site .stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.pro-site .stat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
}
.pro-site .stat b {
  display: block;
  font-size: 1.5rem;
  color: var(--green-dark);
  font-variant-numeric: tabular-nums;
}
.pro-site .stat span { font-size: 0.76rem; color: var(--muted); }
.pro-site .progress {
  height: 8px;
  background: var(--bg-alt);
  border-radius: 99px;
  overflow: hidden;
  margin-top: 10px;
}
.pro-site .progress > span { display: block; height: 100%; background: var(--green); }
.pro-site .qr-box {
  width: 132px;
  height: 132px;
  margin: 0 auto 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background:
    linear-gradient(90deg, #2d2d2d 2px, transparent 2px) 0 0/16px 16px,
    linear-gradient(#2d2d2d 2px, transparent 2px) 0 0/16px 16px;
  opacity: 0.85;
}
.pro-site .tier-theme { --tier: var(--bronze); }
.pro-site .tier-theme.silver { --tier: var(--silver); }
.pro-site .tier-theme.gold { --tier: var(--gold); }
.pro-site .tier-theme.platinum { --tier: var(--platinum); }
.pro-site .tier-banner {
  border-left: 4px solid var(--tier);
  padding-left: 14px;
  margin-bottom: 18px;
}
.pro-site .tier-banner strong { color: var(--tier); }
.pro-site .cabinet-panel { display: none; }
.pro-site .cabinet-panel.is-active { display: block; }

.pro-site .success-screen {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 0 72px;
}
.pro-site .success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-size: 1.2rem;
  font-weight: 700;
}

.pro-site .video-stage {
  min-height: 220px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2d2d2d, #4a4a4a);
  display: grid;
  place-items: center;
  margin-top: 18px;
  padding: 16px;
}
.pro-site .course-cover {
  height: 150px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bg-alt), #ddd9d7);
  margin-bottom: 14px;
}
.pro-site .profile-photo {
  min-height: 220px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--bg-alt), #ddd9d7);
  display: flex;
  align-items: end;
  padding: 14px;
  margin-bottom: 18px;
  background-size: cover;
  background-position: center;
}

.pro-site .faq-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
.pro-site .faq-item strong { display: block; margin-bottom: 6px; }
.pro-site .empty-state { padding: 24px; text-align: center; color: var(--muted); }

.pro-site .pa-error {
  display: block;
  margin-top: 6px;
  color: #c0392b;
  font-size: 13px;
  line-height: 1.35;
}
.pro-site .is-invalid { border-color: #c0392b; }
.pro-site .pa-status { margin-top: 14px; font-size: 14px; color: var(--muted); }
.pro-site .pa-status.is-error { color: #c0392b; }

.pro-site .test-option {
  display: block;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 8px;
  cursor: pointer;
}
.pro-site .test-option input { width: auto; margin-right: 8px; }

@media (min-width: 600px) {
  .pro-site .container { padding: 0 24px; }
  .pro-site .hero { padding-left: 24px; padding-right: 24px; }
  .pro-site .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .pro-site .path-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-site .form-grid { grid-template-columns: 1fr 1fr; }
  .pro-site .form-grid .full { grid-column: 1 / -1; }
  .pro-site .registry-box { grid-template-columns: 1fr auto; }
  .pro-site .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-site .dash-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-site .filters .search { flex: 1 1 220px; }
  .pro-site .filters .filter { flex: 0 1 180px; }
  .pro-site .section { padding: 64px 0; }
  .pro-site .form-shell { padding: 32px; }
}

@media (min-width: 901px) {
  .pro-site .hero {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 56px 24px 72px;
    gap: 40px;
  }
  .pro-site .hero-card { min-height: 390px; padding: 28px; }
  .pro-site .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .pro-site .grid-4,
  .pro-site .path-grid { grid-template-columns: repeat(4, 1fr); }
  .pro-site .level-card { grid-template-columns: 54px 1fr auto; }
  .pro-site .level-card .tag { grid-column: auto; justify-self: auto; }
  .pro-site .cabinet-layout { grid-template-columns: 240px 1fr; }
  .pro-site .stat-grid { grid-template-columns: repeat(4, 1fr); }
  .pro-site .page-title { padding: 56px 0 28px; }
  .pro-site .section { padding: 72px 0; }
  .pro-site .success-screen { padding: 90px 0 100px; }
  .pro-site .profile-photo { min-height: 290px; }
}

@media (min-width: 901px) {
  .pro-site .grid-3 > .span-2 { grid-column: span 2; }
}

/* End */
/* /pro/assets/pro-site.css?178815899213725 */
