/* Scoped UI shots — fonts match boundto :root (Inter + Plus Jakarta Sans) */
.productScreens {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
  margin: 0 0 80px;
  font-family: var(--font-sans);
}

.productScreens,
.productScreens * {
  box-sizing: border-box;
}

/* Space between the three stacked browser mockups (they live in one inert wrapper) */
.productScreens > [inert] {
  display: flex;
  flex-direction: column;
  gap: clamp(56px, 10vw, 120px);
}

@scope (.productScreens) {

/* LABEL */
.screen-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.screen-label::after { content:''; flex:1; height:1px; background:#ccc; }

/* BROWSER WRAPPER */
.browser {
  background: #1c1c1a;
  border-radius: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  box-shadow: 0 32px 80px rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.15);
}
.browser-bar {
  background: #252523;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #333;
}
.dots { display:flex; gap:6px; }
.dot { width:11px; height:11px; border-radius:50%; }
.url-bar {
  flex:1;
  background: #1a1a18;
  border-radius: 5px;
  padding: 5px 14px;
  font-size: 12px;
  color: #555;
  font-family: var(--font-sans);
}

/* APP SHELL */
.app {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 560px;
  background: #f5f2eb;
}

/* SIDEBAR */
.sidebar {
  background: #faf8f3;
  border-right: 1px solid #d8d4c8;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.s-logo {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  color: #0f0f0d;
  margin-bottom: 24px;
  padding-left: 6px;
  letter-spacing: -.02em;
}
.s-logo span { color: #bbb; }
.s-item {
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: default;
}
.s-item.active { background: #0f0f0d; color: #f5f2eb; }
.s-item:not(.active):hover { background: #ede9e0; }
.s-ico {
  width: 15px; height: 15px; border-radius: 3px;
  background: currentColor; opacity:.35; flex-shrink:0;
}
.s-badge {
  margin-left: auto;
  background: #2d6a4f;
  color: #eaf4ee;
  font-size: 10px;
  padding: 1px 7px;
  border-radius: 10px;
}
.s-badge-red {
  margin-left: auto;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 10px;
  padding: 1px 7px;
  border-radius: 10px;
}
.s-divider { height:1px; background:#e8e4db; margin: 8px 0; }
.s-section-label {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #bbb;
  padding: 4px 10px;
  margin-top: 4px;
}

/* MAIN CONTENT */
.main {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

/* TOPBAR */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.topbar h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: #0f0f0d;
  letter-spacing: -.02em;
}
.topbar-right { display:flex; gap:8px; align-items:center; }
.filter-pill {
  padding: 5px 13px;
  border-radius: 100px;
  border: 1px solid #d8d4c8;
  font-size: 11px;
  color: #888;
  background: #faf8f3;
}
.filter-pill.on {
  background: #0f0f0d;
  color: #f5f2eb;
  border-color: #0f0f0d;
}
.avatar-sm {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
  font-size: 11px; font-weight: 700;
}

/* CARDS */
.card {
  background: #faf8f3;
  border: 1px solid #d8d4c8;
  border-radius: 10px;
  padding: 18px;
}
.card.ring { border: 1.5px solid #0f0f0d; }
.card.match-card {
  background: #f0faf4;
  border: 1.5px solid #6fcf97;
}

.card-head {
  display: flex; align-items:center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-ident { display:flex; align-items:center; gap:10px; }
.anon-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #e8e4db;
  display: flex; align-items:center; justify-content:center;
  font-size: 15px; color: #aaa;
}
.reveal-av {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
  font-size: 12px; font-weight: 700;
}
.cn { font-size:13px; font-weight:500; color:#0f0f0d; margin:0; }
.cs { font-size:11px; color:#888; margin:0; }
.id-badge {
  font-size: 10px;
  padding: 3px 9px;
  border-radius: 4px;
}
.id-badge.hidden { background:#eaf0f8; color:#1e4a8a; border:1px solid #b5ccec; }
.id-badge.revealed { background:#eaf4ee; color:#2d6a4f; border:1px solid #b7d9c4; }

.card-body {
  font-size: 13px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 12px;
}
.card-body strong { color: #0f0f0d; }

.tags { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:14px; }
.tag {
  font-size: 11px; padding: 3px 9px;
  border-radius: 4px; border: 1px solid #d8d4c8;
  background: #ede9e0; color: #666;
}
.tag.g { background:#eaf4ee; border-color:#b7d9c4; color:#2d6a4f; }
.tag.b { background:#eaf0f8; border-color:#b5ccec; color:#1e4a8a; }
.tag.y { background:#fef9ee; border-color:#f0d080; color:#7a5800; }

.card-actions { display:flex; gap:8px; }
.btn-skip {
  padding: 8px 16px;
  background: #ede9e0; border: 1px solid #d8d4c8;
  border-radius: 4px; font-size: 12px;
  font-family: var(--font-sans); color: #888; cursor:default;
}
.btn-connect {
  flex:1; padding: 8px 16px;
  background: #0f0f0d; border: none;
  border-radius: 4px; font-size: 12px;
  font-family: var(--font-sans);
  color: #f5f2eb; font-weight: 500; cursor:default;
}
.btn-match {
  flex:1; padding: 8px 16px;
  background: #2d6a4f; border: none;
  border-radius: 4px; font-size: 12px;
  font-family: var(--font-sans);
  color: #f0faf4; font-weight: 500; cursor:default;
}
.btn-decline {
  padding: 8px 14px;
  background: #faf8f3; border: 1px solid #d8d4c8;
  border-radius: 4px; font-size: 12px;
  font-family: var(--font-sans); color: #aaa; cursor:default;
}

/* NOTICE BAR */
.notice {
  border-radius: 8px;
  padding: 11px 16px;
  display: flex; align-items:center; gap:10px;
  font-size: 12px;
}
.notice.green { background:#eaf4ee; border:1px solid #b7d9c4; color:#2d6a4f; }
.notice.blue { background:#eaf0f8; border:1px solid #b5ccec; color:#1e4a8a; }
.notice-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.notice-dot.g { background:#2d6a4f; }
.notice-dot.b { background:#1e4a8a; }
.notice strong { font-weight:500; }

/* MATCH SCREEN SPECIFICS */
.match-hero {
  background: linear-gradient(135deg, #f0faf4 0%, #eaf4ee 100%);
  border: 1.5px solid #6fcf97;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}
.match-emoji { font-size: 32px; margin-bottom: 10px; }
.match-title {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 800;
  color: #1a4a2e; margin-bottom: 6px;
  letter-spacing: -.02em;
}
.match-sub { font-size: 12px; color: #5a9a72; margin-bottom: 20px; }
.match-parties {
  display: flex; align-items:center;
  justify-content: center; gap: 20px; margin-bottom: 20px;
}
.party-block { text-align:center; }
.party-av {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
  font-size: 15px; font-weight: 700;
  margin: 0 auto 8px;
}
.party-name { font-size: 12px; font-weight: 500; color: #1a4a2e; }
.party-sub { font-size: 11px; color: #5a9a72; }
.match-arrow { font-size: 20px; color: #6fcf97; }
.btn-chat {
  padding: 10px 24px;
  background: #0f0f0d;
  border: none; border-radius: 6px;
  font-size: 13px; font-family: var(--font-sans);
  color: #f5f2eb; font-weight: 500; cursor:default;
  display: inline-block;
}

/* PROFILE PANEL */
.profile-panel {
  background: #faf8f3;
  border: 1px solid #d8d4c8;
  border-radius: 10px;
  padding: 18px;
}
.pp-head { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.pp-av {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
  font-size: 14px; font-weight: 700;
}
.pp-name { font-size: 14px; font-weight: 500; color:#0f0f0d; margin:0; }
.pp-sub { font-size: 11px; color:#888; margin:0; }
.pp-divider { height:1px; background:#e8e4db; margin: 12px 0; }
.pp-label { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:#bbb; margin-bottom:8px; }
.cert-badges { display:flex; flex-wrap:wrap; gap:6px; }
.cert-badge {
  font-size: 11px; padding: 3px 10px;
  border-radius: 4px; font-weight: 500;
}

/* STATS ROW */
.stats-row { display:grid; grid-template-columns: repeat(3,1fr); gap:1px; background:#d8d4c8; border:1px solid #d8d4c8; border-radius:8px; overflow:hidden; }
.stat-cell { background:#faf8f3; padding:14px 16px; }
.stat-n { font-family: var(--font-display); font-size:22px; font-weight:800; color:#0f0f0d; display:block; }
.stat-l { font-size:11px; color:#888; }

/* FORM ELEMENTS */
.form-group { display:flex; flex-direction:column; gap:5px; margin-bottom:10px; }
.form-label { font-size:10px; text-transform:uppercase; letter-spacing:.1em; color:#aaa; }
.form-input {
  padding: 9px 12px;
  background: #f5f2eb;
  border: 1px solid #d8d4c8;
  border-radius: 5px;
  font-size: 13px;
  font-family: var(--font-sans);
  color: #0f0f0d;
}
.form-textarea {
  padding: 9px 12px;
  background: #f5f2eb;
  border: 1px solid #d8d4c8;
  border-radius: 5px;
  font-size: 13px;
  font-family: var(--font-sans);
  color: #0f0f0d;
  height: 64px;
  resize: none;
}
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.toggle-row {
  display:flex; align-items:center; justify-content:space-between;
  background:#f5f2eb; border:1px solid #d8d4c8; border-radius:6px;
  padding: 10px 12px; margin-bottom:10px;
}
.toggle-label { font-size:12px; color:#0f0f0d; }
.toggle-sub { font-size:10px; color:#aaa; }
.toggle-switch {
  width:36px; height:20px; background:#2d6a4f;
  border-radius:10px; position:relative; flex-shrink:0;
}
.toggle-knob {
  position:absolute; top:2px; right:2px;
  width:14px; height:14px; border-radius:50%;
  background:#fff;
}
.btn-post {
  width:100%; padding:11px;
  background:#0f0f0d; border:none; border-radius:5px;
  font-size:13px; font-family: var(--font-sans);
  color:#f5f2eb; font-weight:500; cursor:default;
  margin-top:4px;
}

/* INTERESTED LIST */
.interested-list { display:flex; flex-direction:column; gap:8px; }
.interested-item {
  display:flex; align-items:center;
  justify-content:space-between;
  background:#f5f2eb; border:1px solid #e8e4db;
  border-radius:7px; padding:10px 12px;
}
.ii-left { display:flex; align-items:center; gap:10px; }
.ii-av {
  width:30px; height:30px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:11px; font-weight:700;
}
.ii-name { font-size:12px; font-weight:500; color:#0f0f0d; margin:0; }
.ii-certs { font-size:10px; color:#888; margin:0; }
.ii-actions { display:flex; gap:6px; }

/* CONVERSATION */
.convo { display:flex; flex-direction:column; gap:10px; }
.msg {
  max-width:75%;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.msg.them { background:#ede9e0; color:#333; border-bottom-left-radius:2px; align-self:flex-start; }
.msg.me { background:#0f0f0d; color:#f5f2eb; border-bottom-right-radius:2px; align-self:flex-end; }
.msg-meta { font-size:10px; color:#aaa; margin-bottom:3px; }
.convo-input {
  display:flex; gap:8px; margin-top:4px;
  padding:10px 12px; background:#faf8f3;
  border:1px solid #d8d4c8; border-radius:8px;
  align-items:center;
}
.convo-input-text { flex:1; font-size:12px; color:#aaa; }
.convo-send {
  padding:6px 14px; background:#0f0f0d;
  border:none; border-radius:5px;
  font-size:11px; font-family: var(--font-sans);
  color:#f5f2eb; cursor:default;
}

}

