/* ============================================================
   Filipina Concierge — stylesheet
   Black / charcoal theme with a refined rose + champagne-gold accent.
   ============================================================ */
:root {
    --rose:      #c9455f;
    --rose-dark: #e8798f;
    --rose-soft: #2a161c;
    --rose-tint: #180f12;
    --ink:       #f2f2f4;
    --muted:     #98979f;
    --line:      #26262b;
    --bg:        #0a0a0c;
    --white:     #131316;
    --ok:        #34d399;
    --shadow:    0 8px 28px rgba(0, 0, 0, 0.55);
    --radius:    16px;
    /* Secondary accent — used sparingly for emphasis (icons, step numbers) */
    --gold:      #c9a961;
    --gold-dark: #a3843f;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.5;
}
a { color: var(--rose-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; }
.container { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 18px; }
.muted { color: var(--muted); }
.small { font-size: .86rem; }
.center { text-align: center; }
.lead { font-size: 1.15rem; color: #c7c7cf; }

/* ---------- Header / nav ---------- */
.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    position: sticky; top: 0; z-index: 50;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.brand { font-weight: 800; font-size: 1.3rem; color: var(--rose-dark); }
.brand:hover { text-decoration: none; }
.brand-mark { color: var(--rose); }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav a { color: var(--ink); font-weight: 600; }
.site-nav a.muted { color: var(--muted); font-weight: 500; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; color: var(--rose-dark); cursor: pointer; }
.badge {
    display: inline-block; min-width: 18px; padding: 0 5px; height: 18px; line-height: 18px;
    background: var(--rose); color: #fff; border-radius: 9px; font-size: .72rem; text-align: center; font-weight: 700;
}
.nav-heart-btn {
    display: inline-flex; align-items: center; gap: 5px; background: none; border: 0; cursor: pointer;
    color: var(--rose); font: inherit; font-size: 1.2rem; font-weight: 700; padding: 4px 2px;
}
.nav-heart-btn:hover { color: var(--rose-dark); }
.nav-heart-btn .badge { position: relative; top: -8px; }

.nav-feature-btn {
    display: inline-flex; align-items: center; gap: 5px; background: none; border: 0; cursor: pointer;
    color: var(--ink); font: inherit; font-weight: 600; padding: 4px 2px;
}
.nav-feature-btn:hover { color: var(--rose-dark); }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block; border: 0; cursor: pointer; font: inherit; font-weight: 700;
    background: var(--rose); color: #fff; padding: 10px 18px; border-radius: 999px;
    transition: transform .05s ease, background .15s ease; text-align: center;
}
.btn:hover { background: var(--rose-dark); text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .6; cursor: default; }
.btn-lg { padding: 13px 26px; font-size: 1.05rem; }
.btn-sm { padding: 7px 14px; font-size: .9rem; }
.btn-xs { padding: 4px 10px; font-size: .8rem; }
.btn-ghost { background: transparent; color: var(--rose-dark); box-shadow: inset 0 0 0 2px var(--rose-soft); }
.btn-ghost:hover { background: var(--rose-soft); color: var(--rose-dark); }
.btn-video { background: #3a3a42; }
.btn-video:hover { background: #4a4a54; }

/* ---------- Flash ---------- */
.flash { padding: 12px 16px; border-radius: 12px; margin: 14px 0; font-weight: 600; }
.flash-success { background: #123a2a; color: #6fe3ae; }
.flash-error { background: #3a1420; color: #ff8fa3; }
.flash-info { background: #16233a; color: #93b4ff; }

/* ---------- Cards / forms ---------- */
main.container { padding-top: 22px; padding-bottom: 40px; }
.card {
    background: var(--white); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 22px; margin: 0 0 22px; box-shadow: var(--shadow);
}
.form label { display: block; margin: 0 0 14px; font-weight: 600; font-size: .92rem; }
.form input, .form select, .form textarea {
    width: 100%; margin-top: 5px; padding: 11px 12px; font: inherit; color: var(--ink);
    border: 1px solid var(--line); border-radius: 10px; background: var(--white);
}
.form input:focus, .form select:focus, .form textarea:focus {
    outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px var(--rose-soft);
}
.form textarea { resize: vertical; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 16px; }
.row-between { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.auth-wrap { max-width: 460px; margin: 20px auto; }

/* ---------- Hero (landing) — heart-shaped photo collage ---------- */
.hero-heart {
    margin: -22px -18px 0; padding: 60px 18px;
    min-height: 100vh;
    display: flex; align-items: center;
    background: linear-gradient(160deg, #121214 0%, #08080a 55%, #131113 100%);
}
.hero-heart-inner {
    width: 100%; max-width: 1080px; margin: 0 auto;
    display: flex; align-items: center; gap: 48px; flex-wrap: wrap;
}
.hero-heart-text { flex: 1 1 380px; min-width: 300px; max-width: 640px; }
.eyebrow {
    display: inline-block; background: var(--rose-soft); color: var(--rose-dark);
    font-weight: 700; font-size: .82rem; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.hero-heart-text h1 { font-size: 3rem; color: var(--ink); margin-bottom: .2em; }
.hero-subhead { font-size: 1.35rem; font-weight: 700; color: var(--rose-dark); margin: 0 0 10px; }
.hero-free-banner {
    display: inline-block; max-width: 100%;
    background: transparent; color: var(--gold);
    border: 1px solid var(--gold-dark);
    font-weight: 700; font-size: .85rem; letter-spacing: .01em; line-height: 1.4;
    padding: 8px 16px; border-radius: 999px; margin: 0 0 16px;
}
.hero-cta { display: flex; gap: 12px; margin: 22px 0 22px; flex-wrap: wrap; }

.hero-trustrow { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-chip {
    display: inline-flex; align-items: center; gap: 6px; background: var(--white);
    border: 1px solid var(--line); box-shadow: var(--shadow);
    color: var(--ink); font-weight: 600; font-size: .85rem;
    padding: 7px 14px; border-radius: 999px; white-space: nowrap;
}
.trust-chip.muted-chip { color: var(--muted); font-weight: 500; box-shadow: none; background: transparent; border-color: transparent; }

.heart-collage {
    position: relative; flex: 1 1 640px; min-width: 300px;
    width: min(760px, 100%); aspect-ratio: 760 / 660; margin: 0 auto;
}
.heart-collage img {
    position: absolute; border: 6px solid #fff; border-radius: 6px;
    box-shadow: 0 10px 24px rgba(0,0,0,.5);
    object-fit: cover; width: 20%; height: 34%; background: #fff;
}
.hero-heart-side {
    flex: none; align-self: flex-start; width: min(360px, 100%); margin: 0 auto;
    display: flex; flex-direction: column; gap: 18px;
}
.heart-collage-mini { flex: none; width: 100%; margin: 0; }
.heart-collage-mini img { border-width: 3px; box-shadow: 0 4px 10px rgba(0,0,0,.4); }
.hero-side-lead { margin: 0; font-size: 1.05rem; }
/* Row A — top of the heart (5) */
.hp-1  { top: 0%;   left: 4%;   transform: rotate(-14deg); z-index: 2; }
.hp-2  { top: 0%;   left: 23%;  transform: rotate(-7deg);  z-index: 2; }
.hp-3  { top: 0%;   left: 42%;  transform: rotate(0deg);   z-index: 2; }
.hp-4  { top: 0%;   left: 61%;  transform: rotate(7deg);   z-index: 2; }
.hp-5  { top: 0%;   left: 80%;  transform: rotate(14deg);  z-index: 2; }
/* Row B — widest part of the heart (5), center tile is the hero */
.hp-6  { top: 20%;  left: -4%;  transform: rotate(-16deg); z-index: 3; }
.hp-7  { top: 20%;  left: 18%;  transform: rotate(-8deg);  z-index: 3; }
.hp-8  { top: 18%;  left: 38%;  width: 24%; height: 40%; transform: rotate(0deg); z-index: 7; }
.hp-9  { top: 20%;  left: 62%;  transform: rotate(8deg);   z-index: 3; }
.hp-10 { top: 20%;  left: 84%;  transform: rotate(16deg);  z-index: 3; }
/* Row C — narrowing (4) */
.hp-11 { top: 40%;  left: 6%;   transform: rotate(-10deg); z-index: 4; }
.hp-12 { top: 40%;  left: 29%;  transform: rotate(-3deg);  z-index: 4; }
.hp-13 { top: 40%;  left: 51%;  transform: rotate(3deg);   z-index: 4; }
.hp-14 { top: 40%;  left: 74%;  transform: rotate(10deg);  z-index: 4; }
/* Row D — tapering toward the point (2) */
.hp-15 { top: 58%;  left: 27%;  transform: rotate(-9deg);  z-index: 5; }
.hp-16 { top: 58%;  left: 53%;  transform: rotate(9deg);   z-index: 5; }
/* Row E — the point (1) */
.hp-17 { top: 76%;  left: 40%;  transform: rotate(-4deg);  z-index: 6; }

.how-it-works { max-width: 1080px; margin: 50px auto 10px; padding: 0 18px; }
.how-it-works h2 { font-size: 1.7rem; color: var(--ink); margin-bottom: 24px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.step-num {
    width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #1a1a1a;
    display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 10px;
}
.step-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.step-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.founder-mini {
    display: flex; align-items: center; gap: 16px; margin: 16px 0 6px;
    background: var(--bg); border: 1px solid var(--line); border-radius: 14px;
    padding: 12px 16px; max-width: 620px;
}
.founder-mini-photo {
    width: 2in; height: 2in; object-fit: cover; border-radius: 12px;
    border: 2px solid var(--rose-soft); box-shadow: var(--shadow); flex-shrink: 0;
}
.founder-mini-text { margin: 0; font-size: .86rem; color: var(--muted); text-align: left; }
.founder-mini-text strong { color: var(--rose-dark); }

.feature-band {
    max-width: 1080px; margin: 40px auto 10px; padding: 0 18px;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.feature { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 16px; box-shadow: var(--shadow); }
.feature h3 { font-size: 1rem; margin-bottom: 4px; }
.feature p { margin: 0; font-size: .9rem; color: var(--muted); }

.safety-band {
    background: var(--white); color: var(--ink); margin: 50px -18px 0; padding: 44px 18px;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.safety-copy { max-width: 720px; margin: 0 auto; text-align: center; }
.safety-copy h2 { color: var(--gold); margin-bottom: 10px; }
.safety-copy p { color: var(--muted); margin: 0; }

.cta-band {
    max-width: 1080px; margin: 0 auto; padding: 50px 18px 60px; text-align: center;
}
.cta-band h2 { color: var(--rose-dark); margin-bottom: 6px; }
.cta-band p { color: var(--muted); margin: 0 0 18px; }

/* ---------- Browse grid ---------- */
.browse-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.filters { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.filters label { font-size: .8rem; font-weight: 600; color: var(--muted); }
.filters input[type=number], .filters input[type=text] {
    padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; font: inherit; width: 64px; display: block; margin-top: 3px;
    background: var(--white); color: var(--ink);
}
.filters input[type=text] { width: 150px; }
.filters .age-range { display: flex; align-items: center; gap: 6px; }
.filters .check { display: flex; align-items: center; gap: 6px; }
.filters .check input { width: auto; margin-top: 0; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.member-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, opacity .3s ease; }
.member-card:hover { transform: translateY(-3px); }
.member-card.card-removed { opacity: 0; transform: scale(.9); }
.member-status {
    margin: 0; padding: 8px 12px 0; font-size: .74rem; font-weight: 700;
    color: var(--muted); display: flex; align-items: center; gap: 5px;
}
.member-status.is-online { color: var(--ok); }
.member-status .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); flex-shrink: 0; }
.member-photo { display: block; height: 240px; background-size: cover; background-position: center; position: relative; margin-top: 6px; }
.online-badge { position: absolute; top: 10px; left: 10px; background: var(--ok); color: #fff; font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 999px; }
.member-body { padding: 12px 14px 16px; }
.member-body h3 { font-size: 1.05rem; margin-bottom: 2px; }
.member-body h3 a { color: var(--ink); }
.member-actions { display: flex; gap: 8px; margin-top: 10px; }
.member-actions .btn { flex: 1; }

.pager { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 26px 0; flex-wrap: wrap; }
.page-numbers { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: center; }
.page-num {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 32px; height: 32px; padding: 0 6px; border-radius: 8px;
    color: var(--ink); font-weight: 600; font-size: .9rem;
}
.page-num:hover { background: var(--rose-soft); text-decoration: none; }
.page-num.page-current { background: var(--rose); color: #fff; }
.page-ellipsis { padding: 0 4px; color: var(--muted); }

/* ---------- Profile view ---------- */
.profile-view { display: grid; grid-template-columns: 420px 1fr; gap: 30px; align-items: start; }
.profile-gallery { position: sticky; top: 80px; }
.gallery-main { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--rose-soft); }
.placeholder-lg { display: flex; align-items: center; justify-content: center; color: var(--muted); }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.gallery-thumbs img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; cursor: pointer; border: 2px solid transparent; }
.gallery-thumbs img:hover, .gallery-thumbs img.active { border-color: var(--rose); }
.profile-info h1 { font-size: 2rem; }
.dot-online { display: inline-block; width: 12px; height: 12px; background: var(--ok); border-radius: 50%; vertical-align: middle; }
.profile-actions { display: flex; gap: 10px; margin: 16px 0 8px; flex-wrap: wrap; }
.bio { white-space: pre-line; }
.detail-list { list-style: none; padding: 0; margin: 0 0 10px; }
.detail-list li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); }
.detail-label { color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background: var(--rose-soft); color: var(--rose-dark); padding: 5px 12px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.profile-safety { display: flex; align-items: center; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.report-box { display: inline-block; }
.report-box summary { list-style: none; display: inline-block; }
.report-box[open] { display: block; margin-top: 10px; width: 100%; }
.report-box .form { margin-top: 10px; max-width: 360px; }

/* ---------- Photo manager ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 14px; margin-top: 12px; }
.photo-item { position: relative; margin: 0; }
.photo-item img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px; }
.photo-item .tag { position: absolute; top: 8px; left: 8px; background: var(--rose); color: #fff; font-size: .72rem; padding: 2px 8px; border-radius: 999px; font-weight: 700; }
.photo-item figcaption { display: flex; gap: 6px; margin-top: 6px; }
.photo-add { border: 2px dashed var(--line); border-radius: 12px; display: flex; align-items: center; justify-content: center; min-height: 150px; }
.add-label { display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; color: var(--rose-dark); font-weight: 600; }
.add-label .plus { font-size: 2rem; line-height: 1; }
.add-label input[type=file] { display: none; }

/* ---------- Matches ---------- */
.match-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.match-card { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow); }
.match-avatar { width: 64px; height: 64px; border-radius: 50%; background-size: cover; background-position: center; position: relative; flex: 0 0 auto; }
.match-avatar .online-badge { top: -2px; left: -2px; padding: 2px 6px; font-size: .6rem; }
.match-meta { flex: 1; min-width: 0; }
.match-meta h3 { font-size: 1rem; margin: 0; }
.preview { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.match-cta { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }

/* ---------- Conversations list ---------- */
.convo-list { list-style: none; padding: 0; margin: 0; }
.convo { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); margin-bottom: 10px; color: var(--ink); box-shadow: var(--shadow); }
.convo:hover { text-decoration: none; background: var(--rose-tint); }
.convo-avatar { width: 54px; height: 54px; border-radius: 50%; background-size: cover; background-position: center; position: relative; flex: 0 0 auto; }
.convo-avatar .dot-online { position: absolute; bottom: 2px; right: 2px; border: 2px solid #fff; }
.convo-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.convo-name { font-weight: 700; }
.convo-last { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Chat ---------- */
.chat-shell { display: flex; flex-direction: column; height: calc(100vh - 160px); min-height: 420px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.chat-header { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.back-link { font-size: 1.4rem; color: var(--rose-dark); }
.chat-peer { display: flex; align-items: center; gap: 10px; flex: 1; color: var(--ink); }
.chat-peer:hover { text-decoration: none; }
.chat-peer-avatar { width: 42px; height: 42px; border-radius: 50%; background-size: cover; background-position: center; }
.chat-peer small { display: block; font-size: .78rem; }
.chat-messages { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 8px; background: var(--rose-tint); }
.chat-empty { text-align: center; margin: auto; }
.msg { display: flex; }
.msg-mine { justify-content: flex-end; }
.bubble { max-width: 72%; padding: 9px 13px 6px; border-radius: 16px; position: relative; font-size: .96rem; word-wrap: break-word; }
.msg-theirs .bubble { background: var(--white); border: 1px solid var(--line); border-bottom-left-radius: 5px; }
.msg-mine .bubble { background: var(--rose); color: #fff; border-bottom-right-radius: 5px; }
.msg-time { display: block; font-size: .66rem; opacity: .6; margin-top: 3px; text-align: right; }
.chat-input { display: flex; gap: 10px; padding: 12px; border-top: 1px solid var(--line); background: var(--white); }
.chat-input input { flex: 1; padding: 12px 14px; border: 1px solid var(--line); border-radius: 999px; font: inherit; background: var(--white); color: var(--ink); }
.chat-input input:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px var(--rose-soft); }

/* ---------- Video call ---------- */
.call-overlay { position: fixed; inset: 0; background: #08080a; z-index: 200; display: flex; align-items: center; justify-content: center; }
.call-stage { position: relative; width: 100%; height: 100%; }
#remoteVideo { width: 100%; height: 100%; object-fit: cover; background: #000; }
#localVideo { position: absolute; bottom: 100px; right: 20px; width: 160px; height: 220px; object-fit: cover; border-radius: 12px; border: 2px solid #fff; background: #333; box-shadow: 0 6px 20px rgba(0,0,0,.5); }
.call-status { position: absolute; top: 20px; left: 0; right: 0; text-align: center; color: #fff; font-weight: 600; text-shadow: 0 1px 3px rgba(0,0,0,.6); }
.call-controls { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; justify-content: center; gap: 18px; }
.call-btn { width: 60px; height: 60px; border-radius: 50%; border: 0; background: rgba(255,255,255,.18); color: #fff; font-size: 1.4rem; cursor: pointer; backdrop-filter: blur(4px); }
.call-btn:hover { background: rgba(255,255,255,.3); }
.call-btn.off { background: #fff; color: #2b2230; }
.call-hangup { background: #e0294a; }
.call-hangup:hover { background: #c01e3c; }

/* ---------- Modal ---------- */
.modal { position: fixed; inset: 0; background: rgba(6,6,7,.7); z-index: 300; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-box { background: var(--white); border-radius: var(--radius); padding: 28px; max-width: 400px; width: 100%; box-shadow: var(--shadow); }
.modal-actions { display: flex; gap: 12px; justify-content: center; margin-top: 18px; flex-wrap: wrap; }

.modal-box.likes-box { max-width: 460px; text-align: left; max-height: 84vh; display: flex; flex-direction: column; }
.likes-list { max-height: 50vh; overflow-y: auto; margin: 12px 0 4px; display: flex; flex-direction: column; gap: 10px; }
.likes-item {
    display: flex; align-items: center; gap: 12px; padding: 8px;
    border: 1px solid var(--line); border-radius: 12px;
    transition: opacity .3s ease, transform .3s ease;
}
.likes-item.item-removed { opacity: 0; transform: scale(.92); }
.likes-item img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: var(--rose-soft); }
.likes-item-info { flex: 1; min-width: 0; }
.likes-item-info strong { display: block; font-size: .95rem; }
.likes-item .act-match, .likes-item .btn-sm { flex-shrink: 0; }

/* ---------- Admin ---------- */
.admin-tabs { display: flex; gap: 10px; margin: 4px 0 20px; flex-wrap: wrap; }
.admin-tabs .badge { position: relative; top: -1px; margin-left: 4px; }
.admin-search { display: flex; gap: 8px; margin-bottom: 16px; max-width: 420px; }
.admin-search input { flex: 1; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; font: inherit; background: var(--white); color: var(--ink); }
.admin-table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.admin-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.admin-table th, .admin-table td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.admin-table th { color: var(--muted); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .03em; }
.admin-table tr:last-child td { border-bottom: 0; }
.nowrap { white-space: nowrap; }
.chip-ok { background: rgba(61,220,143,.18); color: var(--ok); }
.chip-off { background: rgba(255,92,120,.18); color: var(--rose); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); background: var(--white); padding: 22px 0; margin-top: 30px; }
.site-footer p { margin: 4px 0; color: var(--muted); font-size: .9rem; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
    .hero-heart-text h1 { font-size: 2.2rem; }
    .hero-heart-inner { justify-content: center; text-align: center; }
    .hero-cta, .hero-trustrow { justify-content: center; }
    .steps-grid, .feature-band { grid-template-columns: 1fr 1fr; }
    .profile-view { grid-template-columns: 1fr; }
    .profile-gallery { position: static; }
    .gallery-main { height: 360px; }
}
@media (max-width: 640px) {
    .hero-heart { padding: 40px 18px; min-height: auto; }
    .hero-heart-text h1 { font-size: 1.9rem; }
    .heart-collage { max-width: 420px; }
    .heart-collage .hp-1, .heart-collage .hp-2, .heart-collage .hp-4, .heart-collage .hp-5,
    .heart-collage .hp-6, .heart-collage .hp-10,
    .heart-collage .hp-12, .heart-collage .hp-13 { display: none; }
    .steps-grid, .feature-band { grid-template-columns: 1fr; }
    .safety-band { margin: 40px -18px 0; }
    .founder-mini { flex-direction: column; text-align: center; max-width: 100%; }
    .founder-mini-photo { margin: 0 auto; }
    .nav-toggle { display: block; }
    .site-nav {
        display: none; position: absolute; top: 62px; right: 0; left: 0;
        flex-direction: column; align-items: stretch; gap: 0; background: var(--white);
        border-bottom: 1px solid var(--line); padding: 8px 18px;
    }
    body.nav-open .site-nav { display: flex; }
    .site-nav a, .site-nav .nav-heart-btn, .site-nav .nav-feature-btn { padding: 12px 4px; border-bottom: 1px solid var(--line); width: 100%; justify-content: flex-start; }
    .grid-2, .grid-3 { grid-template-columns: 1fr; }
    #localVideo { width: 110px; height: 150px; bottom: 96px; }
    .chat-shell { height: calc(100vh - 130px); }
}
