:root {
  --ink: #171814;
  --paper: #f3f0e8;
  --white: #fcfbf6;
  --acid: #d7f65b;
  --lilac: #c8b8ff;
  --coral: #ff826e;
  --blue: #81c8f3;
  --muted: #6f7069;
  --line: rgba(23, 24, 20, .14);
  --shadow: 0 18px 55px rgba(29, 29, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; min-height: 100vh; }
button, input { font: inherit; }
button { color: inherit; }
.grain { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: var(--muted); }
.tag { display: inline-flex; align-items: center; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; font-weight: 600; }
.btn { border: 0; border-radius: 999px; padding: 13px 20px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: white; box-shadow: 0 8px 20px rgba(23,24,20,.18); }
.btn-light { background: var(--white); border: 1px solid var(--line); }
.btn-acid { background: var(--acid); }
.btn-icon { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; }

/* Welcome */
.landing { min-height: 100vh; padding: 24px 5vw 40px; overflow: hidden; position: relative; }
.topbar { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 28px; height: 28px; background: var(--ink); border-radius: 7px 14px 7px 14px; transform: rotate(8deg); }
.hero { max-width: 1180px; margin: 9vh auto 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: center; }
.hero h1 { font-size: clamp(48px, 7vw, 104px); line-height: .94; letter-spacing: -.075em; margin: 20px 0 26px; max-width: 800px; }
.hero h1 em { font-style: normal; color: #735cd7; }
.hero-copy > p { font-size: 18px; line-height: 1.6; max-width: 560px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.social-proof { display: flex; gap: 13px; align-items: center; margin-top: 38px; font-size: 13px; color: var(--muted); }
.mini-faces { display: flex; }
.mini-face { width: 31px; height: 31px; border-radius: 50%; border: 2px solid var(--paper); margin-left: -7px; background: var(--lilac); display: grid; place-items: center; font-size: 10px; font-weight: 800; }
.mini-face:first-child { margin-left: 0; background: var(--coral); }
.mini-face:last-child { background: var(--blue); }
.hero-art { min-height: 520px; position: relative; display: grid; place-items: center; }
.orbit { width: min(34vw, 430px); aspect-ratio: 1; border: 1px dashed rgba(23,24,20,.3); border-radius: 50%; animation: spin 22s linear infinite; position: absolute; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 52px; height: 52px; border-radius: 14px; background: var(--coral); top: 5%; left: 13%; transform: rotate(24deg); }
.orbit::after { background: var(--blue); width: 38px; height: 38px; top: auto; left: auto; right: 4%; bottom: 17%; border-radius: 50%; }
.connection-card { background: var(--white); width: min(80%, 330px); padding: 24px; border-radius: 28px; box-shadow: var(--shadow); transform: rotate(-3deg); position: relative; z-index: 1; }
.abstract-avatar { height: 235px; background: var(--lilac); border-radius: 19px; position: relative; overflow: hidden; }
.avatar-head { position: absolute; width: 98px; height: 112px; border-radius: 47% 47% 44% 44%; background: var(--coral); top: 34px; left: calc(50% - 49px); }
.avatar-body { position: absolute; width: 190px; height: 120px; border-radius: 90px 90px 18px 18px; background: var(--ink); bottom: -22px; left: calc(50% - 95px); }
.eyes { position: absolute; top: 77px; left: 50%; width: 44px; display: flex; justify-content: space-between; transform: translateX(-50%); z-index: 2; }
.eyes i { width: 7px; height: 7px; background: var(--ink); border-radius: 50%; animation: blink 4s infinite; }
.match-row { display: flex; justify-content: space-between; align-items: end; margin-top: 18px; }
.match-row h3 { margin: 0; font-size: 23px; }
.score { background: var(--acid); border-radius: 999px; padding: 7px 10px; font-weight: 800; font-size: 12px; }

/* Onboarding */
.onboard { min-height: 100vh; display: grid; grid-template-columns: 290px 1fr; background: var(--white); }
.on-side { background: var(--ink); color: white; padding: 34px 30px; display: flex; flex-direction: column; justify-content: space-between; }
.on-side .brand-mark { background: var(--acid); }
.steps { display: grid; gap: 24px; }
.step { display: flex; gap: 13px; align-items: center; opacity: .38; transition: opacity .3s; }
.step.active, .step.done { opacity: 1; }
.step-num { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; font-size: 12px; }
.step.active .step-num { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.step.done .step-num { background: white; color: var(--ink); }
.on-main { padding: 36px 6vw; display: flex; flex-direction: column; }
.progress { height: 4px; background: #e5e2da; border-radius: 4px; overflow: hidden; }
.progress span { height: 100%; display: block; background: var(--ink); transition: width .45s ease; }
.form-wrap { width: min(670px, 100%); margin: auto; animation: enter .45s ease both; }
.form-wrap h1 { font-size: clamp(36px, 5vw, 62px); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 14px; }
.form-wrap .lead { color: var(--muted); font-size: 17px; margin-bottom: 34px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.field input { width: 100%; border: 0; border-bottom: 1px solid #aaa99f; padding: 12px 2px; font-size: 20px; outline: none; background: transparent; }
.field input:focus { border-color: var(--ink); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice { background: var(--white); border: 1px solid var(--line); padding: 16px; border-radius: 15px; cursor: pointer; text-align: left; font-weight: 600; transition: .2s; }
.choice:hover, .choice.selected { border-color: var(--ink); background: var(--acid); transform: translateY(-2px); }
.form-actions { display: flex; justify-content: space-between; margin-top: 38px; }
.question-count { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-size: 13px; }
.scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 28px; }
.scale button { aspect-ratio: 1.2; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); cursor: pointer; font-size: 18px; font-weight: 800; transition: .2s; }
.scale button:hover, .scale button.selected { background: var(--lilac); border-color: var(--ink); transform: translateY(-4px); }
.scale-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin-top: 9px; }

/* App */
.shell { min-height: 100vh; display: grid; grid-template-columns: 240px 1fr; }
.sidebar { padding: 28px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; background: rgba(243,240,232,.9); }
.nav { display: grid; gap: 7px; margin-top: 45px; }
.nav-btn { display: flex; align-items: center; gap: 13px; padding: 12px 14px; border: 0; border-radius: 12px; background: transparent; cursor: pointer; text-align: left; font-weight: 600; }
.nav-btn:hover, .nav-btn.active { background: var(--white); }
.nav-icon { font-size: 17px; width: 22px; text-align: center; }
.user-mini { margin-top: auto; padding: 12px; background: var(--white); border-radius: 16px; display: flex; align-items: center; gap: 10px; }
.user-dot { width: 38px; height: 38px; background: var(--acid); border: 6px solid var(--ink); border-radius: 50% 50% 42% 45%; }
.main { padding: 34px 4vw 60px; overflow: hidden; }
.app-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.app-header h1 { margin: 0; letter-spacing: -.04em; font-size: clamp(30px, 4vw, 46px); }
.header-actions { display: flex; gap: 8px; }
.view { animation: enter .4s ease both; }
.world-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.world { min-height: 225px; padding: 24px; border-radius: 24px; position: relative; overflow: hidden; cursor: pointer; transition: transform .25s; display: flex; flex-direction: column; justify-content: space-between; }
.world:hover { transform: translateY(-5px); }
.world:nth-child(1) { grid-column: span 7; background: var(--lilac); }
.world:nth-child(2) { grid-column: span 5; background: var(--acid); }
.world:nth-child(3) { grid-column: span 4; background: var(--blue); }
.world:nth-child(4) { grid-column: span 8; background: var(--coral); }
.world-grid.expanded .world:nth-child(n) { grid-column: span 6; min-height: 285px; }
.world-grid.expanded .world:nth-child(1), .world-grid.expanded .world:nth-child(4) { grid-column: span 7; }
.world-grid.expanded .world:nth-child(2), .world-grid.expanded .world:nth-child(3) { grid-column: span 5; }
.world-night { background: #242535 !important; color: white; }.world-night .world-shape { border-color: var(--lilac); }
.world-mint { background: #a9dfc3 !important; }
.world h2 { font-size: 28px; margin-bottom: 7px; }
.world p { max-width: 390px; margin: 0; }
.world-shape { position: absolute; width: 150px; height: 150px; border: 2px solid var(--ink); border-radius: 50%; right: -35px; top: -45px; }
.world:nth-child(2) .world-shape { border-radius: 15px; transform: rotate(22deg); }
.world:nth-child(3) .world-shape { border-radius: 50% 15% 50% 15%; }
.members { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; }
.member-dots { display: flex; }
.member-dots i { width: 22px; height: 22px; background: var(--ink); border: 2px solid transparent; border-radius: 50%; margin-left: -5px; }
.member-dots i:nth-child(2) { opacity: .7; }.member-dots i:nth-child(3) { opacity: .4; }
.world-intro { display:flex; justify-content:space-between; align-items:center; margin-top:-22px; margin-bottom:23px; }.world-intro p { margin-bottom:6px; }.world-stat { background:var(--white); border:1px solid var(--line); padding:12px 17px; border-radius:14px; display:flex; align-items:center; gap:9px; }.world-stat b { font-size:23px; }.world-stat span { color:var(--muted); font-size:11px; max-width:50px; line-height:1.1; }
.world-filters { display:flex; gap:8px; overflow-x:auto; padding-bottom:17px; scrollbar-width:none; }.filter-chip { border:1px solid var(--line); background:transparent; border-radius:999px; padding:9px 14px; cursor:pointer; white-space:nowrap; font-size:12px; font-weight:600; }.filter-chip:hover,.filter-chip.active { background:var(--ink); color:white; border-color:var(--ink); }
.world-card-top,.world-foot { display:flex; justify-content:space-between; align-items:center; position:relative; z-index:1; }.world-affinity { padding:6px 9px; border-radius:999px; background:rgba(255,255,255,.55); font-size:11px; font-weight:800; }.world-night .world-affinity { background:rgba(255,255,255,.15); }.world-arrow { width:35px; height:35px; border-radius:50%; background:var(--white); color:var(--ink); display:grid; place-items:center; font-size:18px; }

/* World detail */
.back-link { border:0; background:transparent; padding:0; margin:-18px 0 18px; font-weight:700; cursor:pointer; color:var(--muted); }
.world-hero { min-height:390px; border-radius:30px; padding:clamp(28px,5vw,60px); position:relative; overflow:hidden; display:flex; align-items:flex-end; }.world-hero.world-lilac{background:var(--lilac)}.world-hero.world-acid{background:var(--acid)}.world-hero.world-blue{background:var(--blue)}.world-hero.world-coral{background:var(--coral)}.world-hero.world-night{background:#242535;color:white}.world-hero.world-mint{background:#a9dfc3}
.world-hero-copy { position:relative; z-index:2; max-width:660px; }.world-hero h1 { font-size:clamp(46px,7vw,88px); line-height:.92; letter-spacing:-.065em; margin:10px 0 18px; }.world-hero-copy>p { font-size:19px; max-width:480px; }.world-hero-actions { display:flex; align-items:center; gap:15px; margin-top:28px; }.world-hero-actions>span { font-size:12px; font-weight:600; }
.affinity-seal { position:absolute; right:5%; bottom:45px; width:120px; height:120px; border:1px solid currentColor; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; transform:rotate(8deg); }.affinity-seal b{font:800 32px Manrope}.affinity-seal span{font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.world-orbit { width:300px; height:300px; border:1px dashed currentColor; opacity:.45; border-radius:50%; position:absolute; right:-40px; top:-95px; animation:spin 28s linear infinite; }.world-orbit i { position:absolute; width:40px; height:40px; border-radius:50%; background:currentColor; top:42px; left:25px; }.world-orbit i:nth-child(2){width:25px;height:25px;left:auto;right:8px;top:160px}.world-orbit i:nth-child(3){width:60px;height:60px;top:auto;bottom:-12px;left:115px;border-radius:15px}
.world-detail-grid { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:22px; margin-top:22px; }.world-section,.world-people { background:var(--white); border:1px solid var(--line); border-radius:23px; padding:25px; margin-bottom:22px; }.world-section>h2 { font-size:30px; max-width:570px; margin:8px 0 13px; }.world-description { color:var(--muted); line-height:1.65; max-width:700px; }.topic-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:20px; }.topic-pill { background:var(--paper); padding:9px 13px; border-radius:999px; font-size:12px; font-weight:600; }
.section-head.compact { margin:0 0 16px; align-items:center; }.section-head.compact h2 { font-size:24px; margin-top:4px; }.live-dot { color:#dd5844; font-size:10px; font-weight:800; letter-spacing:.08em; }.room-list { display:grid; gap:9px; }.room-card { display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; border:1px solid var(--line); border-radius:16px; padding:14px; }.room-symbol { width:45px;height:45px;border-radius:13px;background:var(--lilac);display:grid;place-items:center;font-size:20px}.room-card:nth-child(2) .room-symbol{background:var(--acid)}.room-card h3,.room-card p{margin:0}.room-card p{font-size:12px;color:var(--muted);margin:3px 0}.room-card small{font-size:10px;color:#478a57}
.event-card { background:var(--acid); border-radius:23px; padding:25px; min-height:335px; position:relative; overflow:hidden; display:flex; flex-direction:column; align-items:flex-start; margin-bottom:22px; }.event-card h2{font-size:31px;line-height:1.05;margin:70px 0 8px;position:relative}.event-card p{font-size:13px;line-height:1.5}.event-card .btn{margin-top:auto}.event-shape{position:absolute;width:115px;height:115px;border:2px solid var(--ink);border-radius:50%;right:-30px;top:-25px}.world-people h2{margin:0}.world-people .section-head button{border:0;background:none;text-decoration:underline;cursor:pointer;font-size:11px}.world-person{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 0;border-top:1px solid var(--line)}.abstract-mini{width:40px;height:40px;border-radius:50%;background:var(--lilac);position:relative}.abstract-mini::after{content:"";position:absolute;width:19px;height:23px;background:var(--ink);border-radius:50%;left:10px;top:8px}.abstract-mini.m1{background:var(--blue)}.abstract-mini.m2{background:var(--coral)}.world-person small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.world-person button{width:31px;height:31px;border:1px solid var(--line);border-radius:50%;background:var(--paper);cursor:pointer}
.section-head { display: flex; justify-content: space-between; align-items: end; margin: 45px 0 18px; }
.section-head h2 { margin: 0; font-size: 25px; }
.matches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.person { background: var(--white); border-radius: 20px; padding: 18px; border: 1px solid var(--line); }
.person-top { height: 145px; border-radius: 14px; background: #e4dfd5; position: relative; display: grid; place-items: center; overflow: hidden; }
.person:nth-child(2) .person-top { background: #d8cff2; }.person:nth-child(3) .person-top { background: #cce2df; }
.blur-avatar { width: 85px; height: 100px; border-radius: 44px 44px 25px 25px; background: var(--ink); filter: blur(11px); opacity: .52; }
.lock { position: absolute; padding: 7px 10px; background: rgba(255,255,255,.85); border-radius: 999px; font-size: 11px; font-weight: 700; }
.person-info { display: flex; justify-content: space-between; margin-top: 15px; }
.person h3 { margin: 0; font-size: 18px; }
.person p { font-size: 12px; margin: 4px 0 0; color: var(--muted); }
.person .btn { width: 100%; margin-top: 15px; padding: 10px; }

/* Chat */
.chat-layout { display: grid; grid-template-columns: 290px 1fr; height: calc(100vh - 145px); min-height: 570px; background: var(--white); border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.chat-list { border-right: 1px solid var(--line); padding: 17px; }
.search { width: 100%; border: 0; padding: 11px 13px; background: var(--paper); border-radius: 12px; outline: none; }
.contact { display: flex; gap: 11px; padding: 13px 10px; border-radius: 13px; margin-top: 6px; cursor: pointer; }
.contact.active, .contact:hover { background: var(--paper); }
.contact-avatar { width: 40px; height: 40px; flex: none; background: var(--lilac); border-radius: 50%; position: relative; overflow: hidden; }
.contact-avatar::after { content:""; position:absolute; width:22px; height:25px; border-radius:50%; background:var(--ink); left:9px; top:9px; filter:blur(4px); }
.contact small { color: var(--muted); }
.conversation { display: flex; flex-direction: column; min-width: 0; }
.chat-head { padding: 15px 20px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.chat-person { display: flex; gap: 11px; align-items: center; }
.chat-person h3, .chat-person p { margin: 0; }.chat-person p { font-size: 11px; color: #478a57; }
.messages { padding: 22px; flex: 1; overflow-y: auto; display: flex; flex-direction: column; gap: 11px; }
.message { max-width: 70%; padding: 11px 14px; border-radius: 16px 16px 16px 3px; background: var(--paper); line-height: 1.45; font-size: 14px; }
.message.me { align-self: flex-end; border-radius: 16px 16px 3px 16px; background: var(--ink); color: white; }
.message time { display: block; opacity: .55; font-size: 9px; margin-top: 5px; }
.activity-card { align-self: center; width: min(430px, 90%); background: var(--acid); border-radius: 17px; padding: 16px; display: flex; justify-content: space-between; align-items: center; }
.activity-card p { margin: 3px 0 0; font-size: 12px; }
.composer { padding: 15px 18px; border-top: 1px solid var(--line); display: flex; gap: 9px; }
.composer input { flex: 1; border: 0; background: var(--paper); border-radius: 999px; padding: 12px 16px; outline: none; }
.reveal-banner { background: var(--lilac); padding: 12px 16px; font-size: 12px; display: flex; justify-content: space-between; align-items: center; }

/* Profile */
.profile-grid { display: grid; grid-template-columns: 340px 1fr; gap: 20px; }
.profile-card, .trait-card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 24px; }
.avatar-stage { height: 330px; background: var(--lilac); border-radius: 19px; position: relative; overflow: hidden; }
.avatar-stage .avatar-head { top: 60px; width: 120px; height: 137px; left: calc(50% - 60px); }
.avatar-stage .avatar-body { width: 245px; height: 180px; left: calc(50% - 122px); bottom: -45px; background: #465bc9; }
.avatar-stage .eyes { top: 111px; }
.closet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 15px; }
.item { aspect-ratio: 1; border: 1px solid var(--line); background: var(--paper); border-radius: 12px; cursor: pointer; position: relative; }
.item.selected { outline: 2px solid var(--ink); }.item::after { content:""; position:absolute; width:28px; height:24px; background:var(--coral); top:50%; left:50%; transform:translate(-50%,-50%); border-radius:8px 8px 3px 3px; }
.item:nth-child(2)::after { background:#465bc9; }.item:nth-child(3)::after { background:var(--acid); border-radius:50%; }.item:nth-child(4)::after { background:var(--ink); transform:translate(-50%,-50%) rotate(45deg); }
.trait-card h2 { font-size: 30px; }
.trait { margin: 25px 0; }.trait-title { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; margin-bottom: 8px; }.trait-bar { height: 9px; background: var(--paper); border-radius: 9px; overflow: hidden; }.trait-bar i { display: block; height: 100%; background: var(--lilac); border-radius: 9px; }
.summary-box { background: var(--paper); padding: 18px; border-radius: 16px; line-height: 1.55; margin-top: 30px; }
.toast { position: fixed; right: 24px; bottom: 24px; background: var(--ink); color: white; padding: 14px 20px; border-radius: 12px; box-shadow: var(--shadow); animation: toast .35s ease both; z-index: 100; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 0%,45%,49%,100% { transform: scaleY(1) } 47% { transform: scaleY(.1) } }
@keyframes enter { from { opacity: 0; transform: translateY(12px) } to { opacity: 1; transform: translateY(0) } }
@keyframes toast { from { opacity:0; transform:translateY(15px) } }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; margin-top: 70px; }.hero-art { min-height: 380px; }.orbit { width: 330px; }
  .onboard { grid-template-columns: 1fr; }.on-side { padding: 18px 22px; flex-direction: row; }.on-side .steps, .on-side > p { display:none; }.on-main { padding: 25px 7vw; min-height: calc(100vh - 66px); }
  .shell { grid-template-columns: 1fr; padding-bottom: 74px; }.sidebar { height: 68px; width: 100%; position: fixed; z-index: 20; top:auto; bottom:0; border:0; border-top:1px solid var(--line); padding:8px 12px; display:block; }.sidebar > .brand, .user-mini { display:none; }.nav { margin:0; display:flex; justify-content:space-around; }.nav-btn { flex-direction:column; padding:6px 12px; gap:2px; font-size:10px; }.main { padding:25px 4vw 40px; }
  .matches { grid-template-columns: 1fr 1fr; }.world:nth-child(n),.world-grid.expanded .world:nth-child(n) { grid-column: span 6; }.chat-layout { grid-template-columns: 1fr; }.chat-list { display:none; }.profile-grid { grid-template-columns:1fr; }.profile-card { max-width:430px; width:100%; margin:auto; }.world-detail-grid{grid-template-columns:1fr}.world-side-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.affinity-seal{width:95px;height:95px;top:25px;bottom:auto}.world-people{margin-bottom:22px}
}
@media (max-width: 560px) {
  .landing { padding:18px 20px; }.topbar .btn-light { display:none; }.hero { margin-top:65px; }.hero h1 { font-size:53px; }.hero-copy > p { font-size:16px; }.hero-art { min-height:350px; }.connection-card { width:90%; }.abstract-avatar { height:190px; }
  .choice-grid { grid-template-columns:1fr; }.scale { gap:5px; }.form-wrap h1 { font-size:38px; }.form-actions { gap:8px; }.form-actions .btn { padding:12px 15px; }
  .world:nth-child(n),.world-grid.expanded .world:nth-child(n) { grid-column:span 12; min-height:235px; }.matches { grid-template-columns:1fr; }.person-top { height:120px; }.app-header { margin-bottom:24px; }.header-actions .btn-light { display:none; }.world-intro{align-items:flex-start}.world-stat{display:none}.world-hero{min-height:430px;padding:28px 22px}.world-hero h1{font-size:49px}.world-hero-copy>p{font-size:16px}.world-hero-actions{align-items:flex-start;flex-direction:column}.affinity-seal{width:82px;height:82px;right:20px;top:22px}.affinity-seal b{font-size:23px}.world-side-col{display:block}.room-card{grid-template-columns:auto 1fr}.room-card .btn{grid-column:1/-1;width:100%}.world-section{padding:19px}
  .chat-layout { height:calc(100vh - 125px); border-radius:18px; }.reveal-banner span { max-width:190px; }.message { max-width:84%; }.activity-card { width:95%; }.profile-grid { gap:12px; }.avatar-stage { height:280px; }
}
