:root {
  color-scheme: dark;
  --ink: #07102b;
  --ink-2: #101b42;
  --panel: rgba(18, 30, 69, .78);
  --panel-solid: #111d43;
  --line: rgba(174, 198, 255, .18);
  --text: #f7f9ff;
  --muted: #aeb8d8;
  --blue: #216bff;
  --cyan: #10d7e4;
  --violet: #795fff;
  --orange: #ff944d;
  --danger: #ff6374;
  --success: #4ee4a2;
  --shadow: 0 26px 72px rgba(2, 6, 22, .42);
  --radius: 26px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--ink); color: var(--text); }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: linear-gradient(155deg, #060d26 0%, #0a1539 46%, #12104a 100%); }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.ambient { position: fixed; z-index: -2; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: .38; }
.ambient-a { width: 520px; height: 520px; top: -200px; right: -140px; background: #265dff; }
.ambient-b { width: 460px; height: 460px; bottom: -180px; left: -180px; background: #6d45ff; }

.app-download-banner { position: relative; z-index: 70; border-bottom: 1px solid rgba(133,176,255,.22); background: linear-gradient(105deg, rgba(7,15,42,.98), rgba(13,36,84,.98) 55%, rgba(31,72,160,.96)); color: #fff; }
.app-download-banner.is-hidden { display: none; }
.app-download-inner { width: min(1320px, calc(100% - 36px)); min-height: 78px; display: flex; align-items: center; gap: 14px; margin: 0 auto; padding: 10px 42px 10px 0; position: relative; }
.app-download-inner > img { flex: 0 0 48px; border-radius: 14px; box-shadow: 0 9px 24px rgba(25,116,255,.36); }
.app-download-copy { min-width: 220px; display: grid; gap: 3px; }
.app-download-copy strong { font-size: .98rem; letter-spacing: -.015em; }
.app-download-copy span { color: #b8c9ef; font-size: .78rem; line-height: 1.35; }
.app-download-actions { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.store-link { min-width: 158px; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 14px; background: #03050b; box-shadow: 0 9px 24px rgba(0,0,0,.2); transition: transform .18s ease, border-color .18s ease; }
.store-link:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.58); }
.store-link > span:first-child { width: 26px; text-align: center; font-size: 1.4rem; }
.store-link > span:last-child { display: grid; line-height: 1; }
.store-link small { margin-bottom: 4px; color: #d7dff2; font-size: .55rem; letter-spacing: .02em; }
.store-link b { font-size: .91rem; white-space: nowrap; }
.dismiss-app-banner { position: absolute; right: 0; top: 50%; width: 34px; height: 34px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 1.3rem; cursor: pointer; }

.topbar { position: sticky; top: 0; z-index: 50; height: 78px; display: flex; align-items: center; gap: 28px; padding: 0 max(24px, calc((100vw - 1320px) / 2)); border-bottom: 1px solid var(--line); background: rgba(6, 13, 37, .76); backdrop-filter: blur(24px) saturate(140%); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 232px; }
.brand img { border-radius: 14px; box-shadow: 0 8px 28px rgba(33, 107, 255, .32); }
.brand span { display: grid; gap: 1px; }
.brand strong { font-size: 1.03rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .74rem; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; }
.nav-link { border: 0; background: transparent; padding: 11px 14px; border-radius: 13px; color: var(--muted); font-weight: 750; cursor: pointer; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: #fff; background: rgba(255,255,255,.08); }
.count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; padding: 0 5px; border-radius: 99px; background: var(--orange); color: #07102b; font-size: .68rem; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.btn { border: 1px solid transparent; min-height: 46px; padding: 0 19px; border-radius: 15px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .48; cursor: wait; transform: none; }
.btn-primary { background: linear-gradient(125deg, var(--cyan), #2391ff 48%, var(--blue)); color: #06102d; box-shadow: 0 12px 30px rgba(33,107,255,.26); }
.btn-secondary { background: rgba(255,255,255,.06); border-color: var(--line); color: var(--text); }
.btn-danger { background: rgba(255,99,116,.12); color: #ff99a4; border-color: rgba(255,99,116,.3); }
.full { width: 100%; }
.avatar-button { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgba(116,166,255,.36); border-radius: 14px; background: linear-gradient(145deg, #294d99, #5d50e3); display: grid; place-items: center; font-weight: 900; cursor: pointer; }

main { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 38px 0 90px; }
.signed-out { padding-top: 34px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 50px; align-items: center; }
.landing-copy { padding: 28px 0; }
.eyebrow { display: inline-block; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.landing-copy h1 { margin: 14px 0 20px; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .9; letter-spacing: -.075em; }
.landing-copy h1 span, .hero-card h1 span { background: linear-gradient(100deg, var(--cyan), #6aa5ff, #a68aff); -webkit-background-clip: text; color: transparent; }
.landing-copy > p { max-width: 650px; color: #c3cae5; font-size: 1.15rem; line-height: 1.7; }
.landing-actions { display: flex; gap: 12px; margin-top: 28px; }
.landing-actions .btn { min-height: 54px; padding: 0 24px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px; color: #9facd4; font-size: .84rem; }
.landing-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.search-orbit { width: 330px; height: 330px; position: relative; display: grid; place-items: center; border: 1px solid rgba(81,145,255,.35); border-radius: 50%; background: radial-gradient(circle, rgba(37,115,255,.42), rgba(34,22,94,.12) 64%, transparent 65%); box-shadow: 0 0 100px rgba(38,99,255,.25); }
.search-orbit::before, .search-orbit::after { content: ""; position: absolute; border: 1px solid rgba(116,160,255,.14); border-radius: 50%; }
.search-orbit::before { inset: -56px; }.search-orbit::after { inset: 55px; }
.search-orbit > span { font-size: 10rem; line-height: 1; transform: rotate(-12deg); text-shadow: 0 15px 50px rgba(19,214,228,.28); }
.orbit-dot { position: absolute; width: 13px; height: 13px; background: var(--cyan); border: 3px solid #101e4b; border-radius: 50%; box-shadow: 0 0 22px var(--cyan); }
.orbit-dot.one { top: 16px; left: 72px; }.orbit-dot.two { right: -17px; top: 170px; background: var(--orange); }.orbit-dot.three { bottom: 20px; left: 32px; background: #9473ff; }
.float-card { position: absolute; width: 230px; padding: 16px; display: grid; gap: 5px; border: 1px solid rgba(176,199,255,.22); border-radius: 18px; background: rgba(19,31,71,.76); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
.float-card b { font-size: .9rem; }.float-card small { color: var(--muted); }
.card-one { top: 45px; left: 0; transform: rotate(-5deg); }.card-two { right: -10px; top: 188px; transform: rotate(4deg); }.card-three { bottom: 25px; left: 15px; transform: rotate(3deg); }
.how-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.how-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.035); }
.how-grid span { color: var(--cyan); font-weight: 900; }.how-grid h3 { margin: 22px 0 8px; }.how-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.app-shell { display: grid; gap: 26px; }
.hero-card { min-height: 305px; display: flex; align-items: center; justify-content: space-between; padding: clamp(32px, 5vw, 66px); overflow: hidden; position: relative; border: 1px solid rgba(93,155,255,.25); border-radius: 34px; background: radial-gradient(circle at 83% 12%, rgba(16,215,228,.22), transparent 29%), linear-gradient(120deg, #0b1b4e, #142d74 48%, #342374); box-shadow: var(--shadow); }
.hero-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -125px; bottom: -275px; border: 60px solid rgba(255,255,255,.04); border-radius: 50%; }
.hero-card h1 { margin: 12px 0 12px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -.065em; }
.hero-card p { margin: 0; color: #c6d3f4; font-size: 1.03rem; }
.hero-mark { z-index: 1; width: 126px; height: 126px; flex: 0 0 126px; display: grid; place-items: center; margin-left: 24px; border-radius: 30px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(16,215,228,.62), rgba(33,107,255,.68)); font-size: 5.4rem; box-shadow: inset 0 1px rgba(255,255,255,.23), 0 20px 60px rgba(0,0,0,.24); }
.quick-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quick-actions button { min-height: 150px; display: grid; justify-items: start; align-content: center; gap: 5px; padding: 24px; border: 1px solid var(--line); border-radius: 23px; background: rgba(255,255,255,.045); cursor: pointer; transition: transform .18s ease, background .18s ease; }
.quick-actions button:hover { transform: translateY(-2px); background: rgba(255,255,255,.075); }
.quick-actions b { font-size: 1.25rem; }.quick-actions small { color: var(--muted); }
.quick-icon { width: 45px; height: 45px; margin-bottom: 10px; display: grid; place-items: center; border-radius: 14px; color: #07102b; font-size: 1.35rem; font-weight: 900; }
.quick-icon.cyan { background: var(--cyan); }.quick-icon.violet { background: #9c85ff; }.quick-icon.orange { background: var(--orange); }
.route-view { display: grid; gap: 20px; }
.discover-head, .page-title.split { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 12px; }
.discover-head h2, .page-title h2 { margin: 5px 0 0; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.045em; }
.page-title { padding: 18px 0 4px; }.page-title p { margin: 8px 0 0; color: var(--muted); }
.filters { display: grid; grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(150px, .7fr)); gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 21px; background: rgba(12,23,57,.72); }
.filters select, .search-field { min-height: 50px; border: 1px solid rgba(166,192,255,.18); border-radius: 14px; background: rgba(255,255,255,.055); color: var(--text); }
.filters select { padding: 0 13px; color-scheme: dark; }
.search-field { display: flex; align-items: center; gap: 10px; padding: 0 15px; }
.search-field span { font-size: 1.3rem; }.search-field input { width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; }
::placeholder { color: #8490b5; }
.result-meta { display: flex; justify-content: space-between; align-items: center; color: var(--muted); }
.text-button { border: 0; padding: 7px; background: transparent; color: var(--cyan); font-weight: 800; cursor: pointer; }
.listing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; min-height: 160px; }
.listing-card { min-width: 0; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 23px; background: rgba(17,29,67,.76); box-shadow: 0 16px 42px rgba(2,7,26,.2); cursor: pointer; transition: transform .18s ease, border-color .18s ease; }
.listing-card:hover { transform: translateY(-3px); border-color: rgba(80,147,255,.48); }
.listing-image { height: 235px; position: relative; background: linear-gradient(145deg, #172a61, #2d2472); }
.listing-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.listing-image .no-photo { height: 100%; display: grid; place-items: center; font-size: 4rem; color: rgba(255,255,255,.72); }
.card-badge { position: absolute; left: 13px; bottom: 13px; padding: 7px 11px; border-radius: 99px; background: rgba(4,8,22,.82); backdrop-filter: blur(10px); font-size: .73rem; font-weight: 850; }
.save-button { position: absolute; top: 13px; right: 13px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(4,8,22,.75); color: white; font-size: 1.35rem; cursor: pointer; }
.save-button.saved { color: var(--orange); }
.listing-body { padding: 18px; }
.listing-body h3 { margin: 0 0 7px; font-size: 1.16rem; line-height: 1.25; }
.listing-price { color: var(--cyan); font-weight: 900; font-size: 1.1rem; }
.listing-location { margin-top: 10px; color: var(--muted); font-size: .84rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listing-footer { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-top: 14px; color: #8f9bc1; font-size: .76rem; }
.status-tag { padding: 5px 8px; border-radius: 9px; background: rgba(78,228,162,.09); color: var(--success); }
.empty-state { grid-column: 1 / -1; min-height: 260px; display: grid; place-items: center; text-align: center; padding: 36px; border: 1px dashed rgba(160,190,255,.25); border-radius: 24px; color: var(--muted); }
.empty-state span { display: block; margin-bottom: 10px; font-size: 2.3rem; }.empty-state h3 { margin: 0 0 8px; color: var(--text); }.empty-state p { margin: 0; }

.inbox-layout { min-height: 560px; display: grid; grid-template-columns: 350px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(11,22,55,.68); }
.thread-list { border-right: 1px solid var(--line); overflow: auto; }
.thread-row { width: 100%; display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 16px; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; cursor: pointer; }
.thread-row:hover, .thread-row.active { background: rgba(255,255,255,.06); }
.thread-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--cyan), var(--blue)); color: var(--ink); font-weight: 900; }
.thread-row b, .thread-row small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.thread-row small { margin-top: 4px; color: var(--muted); }
.chat-panel { min-width: 0; display: flex; flex-direction: column; }
.empty-chat { margin: auto; text-align: center; color: var(--muted); }.empty-chat span { font-size: 3rem; }.empty-chat h3 { color: var(--text); margin-bottom: 5px; }
.chat-head { padding: 18px 20px; border-bottom: 1px solid var(--line); }.chat-head h3 { margin: 0; }.chat-head small { color: var(--muted); }
.message-list { flex: 1; min-height: 390px; max-height: 520px; overflow: auto; display: flex; flex-direction: column; gap: 10px; padding: 20px; }
.message { max-width: 72%; padding: 11px 14px; border-radius: 16px 16px 16px 4px; background: rgba(255,255,255,.08); }
.message.mine { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: linear-gradient(125deg, #1495ff, #4557eb); }
.message time { display: block; margin-top: 4px; color: rgba(255,255,255,.62); font-size: .65rem; }
.message-form { display: flex; gap: 8px; padding: 14px; border-top: 1px solid var(--line); }.message-form input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 14px; padding: 0 14px; background: rgba(255,255,255,.055); color: var(--text); }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.account-card { min-height: 220px; display: flex; align-items: center; gap: 22px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.account-avatar { width: 92px; height: 92px; flex: 0 0 92px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, var(--cyan), var(--blue)); color: var(--ink); font-size: 2.3rem; font-weight: 900; }
.account-card h3 { margin: 0 0 6px; }.account-card p { color: var(--muted); line-height: 1.5; }.status-pill { display: inline-flex; margin-top: 10px; padding: 7px 10px; border-radius: 99px; background: rgba(78,228,162,.1); color: var(--success); font-size: .78rem; font-weight: 800; }
.account-actions { display: block; }.account-actions .btn { margin-top: 16px; }

.modal { width: min(760px, calc(100% - 28px)); max-height: min(920px, calc(100dvh - 28px)); overflow: auto; padding: 28px; border: 1px solid rgba(177,202,255,.25); border-radius: 30px; background: #0c173a; color: var(--text); box-shadow: 0 40px 100px rgba(0,0,0,.58); }
.modal::backdrop { background: rgba(2,6,20,.76); backdrop-filter: blur(10px); }
.modal-close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.06); font-size: 1.55rem; cursor: pointer; }
.auth-modal { width: min(470px, calc(100% - 28px)); }
.auth-modal > .modal-close { margin-left: auto; }
.modal-brand { display: grid; justify-items: center; text-align: center; margin: 0 0 24px; }.modal-brand img { margin-bottom: 15px; border-radius: 20px; }.modal-brand h2 { margin: 8px 0 5px; font-size: 2rem; }.modal-brand p { margin: 0; color: var(--muted); }
.modal label { display: grid; gap: 7px; color: #c9d3f3; font-size: .82rem; font-weight: 750; }
.modal input, .modal textarea, .modal select { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.055); color: var(--text); outline: none; }
.modal input, .modal select { height: 49px; padding: 0 13px; }.modal textarea { min-height: 135px; resize: vertical; padding: 13px; }
.modal input:focus, .modal textarea:focus, .modal select:focus { border-color: rgba(16,215,228,.7); box-shadow: 0 0 0 3px rgba(16,215,228,.1); }
#auth-form { display: grid; gap: 14px; }.or { position: relative; margin: 19px 0; text-align: center; color: var(--muted); }.or::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }.or span { position: relative; padding: 0 10px; background: #0c173a; }
.auth-help { margin: 12px 0 4px; padding: 12px 14px; border: 1px solid rgba(106,165,255,.24); border-radius: 14px; background: rgba(106,165,255,.08); color: #aebce4; font-size: .78rem; line-height: 1.5; text-align: left; }
.modal-header { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 22px; }.modal-header h2 { margin: 6px 0 0; }
.type-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 20px; }.type-picker button { min-height: 85px; display: grid; place-items: center; gap: 4px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.04); cursor: pointer; }.type-picker button.active { border-color: transparent; background: linear-gradient(130deg, var(--cyan), var(--blue)); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.span-2 { grid-column: 1 / -1; }.photo-drop > span { color: var(--muted); font-weight: 500; }.photo-drop > input { height: auto; padding: 12px; }.photo-preview { min-height: 110px; display: flex; gap: 8px; align-items: center; overflow-x: auto; padding: 10px; border: 1px dashed var(--line); border-radius: 14px; background: rgba(0,0,0,.12); }.photo-preview p { width: 100%; text-align: center; color: var(--muted); }.photo-preview img { width: 90px; height: 90px; object-fit: cover; border-radius: 12px; }
.form-footer { position: sticky; bottom: -28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 22px -28px -28px; padding: 16px 28px; border-top: 1px solid var(--line); background: rgba(12,23,58,.96); backdrop-filter: blur(18px); }.form-footer p { margin: 0; max-width: 420px; color: var(--muted); font-size: .75rem; }
.detail-modal { width: min(980px, calc(100% - 28px)); padding: 0; }.detail-close { position: sticky; z-index: 4; top: 16px; float: right; margin: 16px 16px -58px 0; background: rgba(4,8,24,.8); backdrop-filter: blur(12px); }.detail-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px,.85fr); }.detail-media { min-height: 560px; background: #091027; }.detail-media img { width: 100%; height: 100%; max-height: 760px; object-fit: cover; display: block; }.detail-media .no-photo { height: 560px; display: grid; place-items: center; font-size: 8rem; }.detail-info { padding: 38px; }.detail-info h2 { margin: 12px 0 12px; font-size: clamp(2rem,4vw,3.2rem); line-height: 1; letter-spacing: -.045em; }.detail-copy { color: #c6cee9; line-height: 1.65; white-space: pre-wrap; }.detail-price { margin: 18px 0; color: var(--cyan); font-size: 1.65rem; font-weight: 900; }.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 22px 0; }.seller-card { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 15px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.04); }.seller-avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--violet), var(--blue)); font-weight: 900; }.seller-card small { display: block; color: var(--muted); margin-top: 3px; }.owner-actions { display: flex; gap: 8px; margin-top: 16px; }
.seller-listings { margin-top: 24px; }.seller-listings h3 { margin: 0 0 10px; font-size: .9rem; }.seller-listings > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }.seller-listings button { min-width: 0; display: grid; grid-template-columns: 48px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 9px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); color: var(--text); text-align: left; cursor: pointer; }.seller-listings button:hover { border-color: rgba(16,215,228,.6); }.seller-listings button span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.06); }.seller-listings img { width: 100%; height: 100%; object-fit: cover; }.seller-listings b,.seller-listings small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.seller-listings small { color: var(--muted); }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; transform: translate(-50%, 130px); opacity: 0; padding: 13px 18px; border: 1px solid var(--line); border-radius: 14px; background: #121f49; box-shadow: var(--shadow); transition: .22s ease; pointer-events: none; }.toast.show { transform: translate(-50%, 0); opacity: 1; }
footer { width: min(1320px, calc(100% - 48px)); min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }.brand.mini { min-width: auto; }.brand.mini img { border-radius: 10px; }footer > div:last-child { display: flex; gap: 18px; }footer a:hover { color: var(--text); }
.mobile-nav { display: none; }
.legal-page { width: min(860px, calc(100% - 32px)); margin: 0 auto; padding: 38px 0 90px; }
.legal-page > .brand { margin-bottom: 36px; }
.legal-page article { padding: clamp(24px, 6vw, 64px); border: 1px solid var(--line); border-radius: 30px; background: rgba(16,28,66,.76); box-shadow: var(--shadow); }
.legal-page h1 { margin: 10px 0 8px; font-size: clamp(2.5rem, 7vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.legal-page h2 { margin: 34px 0 8px; font-size: 1.2rem; }
.legal-page p { color: #bdc7e8; line-height: 1.72; }

@media (max-width: 980px) {
  .app-download-inner { width: calc(100% - 28px); }
  .topbar { padding: 0 20px; }.brand { min-width: auto; }.brand span { display: none; }.desktop-nav { display: none; }.top-actions { margin-left: auto; }
  main { width: min(100% - 28px, 760px); padding-top: 22px; }
  .signed-out { grid-template-columns: 1fr; gap: 0; }.landing-visual { min-height: 500px; }.how-grid { grid-template-columns: 1fr; }
  .filters { grid-template-columns: 1fr 1fr; }.search-field { grid-column: 1 / -1; }
  .listing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .inbox-layout { grid-template-columns: 1fr; }.thread-list { border-right: 0; }.chat-panel { min-height: 560px; }.thread-list:has(+ .chat-panel.has-thread) { display: none; }
  .detail-layout { grid-template-columns: 1fr; }.detail-media { min-height: 360px; }.detail-media .no-photo { height: 360px; }
  .account-grid { grid-template-columns: 1fr; }
  footer { margin-bottom: 78px; }
  .mobile-nav { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); padding: 7px; border: 1px solid rgba(174,198,255,.2); border-radius: 20px; background: rgba(7,15,40,.88); backdrop-filter: blur(24px); box-shadow: 0 14px 50px rgba(0,0,0,.35); }
  .mobile-nav button { min-width: 0; display: grid; gap: 3px; place-items: center; padding: 7px 2px; border: 0; border-radius: 13px; background: transparent; color: #8f9bc2; font-size: .62rem; font-weight: 750; }.mobile-nav button span { font-size: 1.2rem; }.mobile-nav button.active { color: white; background: rgba(255,255,255,.09); }
}
@media (max-width: 620px) {
  .app-download-inner { min-height: 72px; gap: 10px; padding-right: 38px; }
  .app-download-inner > img { width: 44px; height: 44px; flex-basis: 44px; border-radius: 12px; }
  .app-download-copy { min-width: 0; flex: 1; }
  .app-download-copy strong { font-size: .86rem; }
  .app-download-copy span { display: none; }
  .app-download-actions { margin-left: 0; }
  .store-link { min-width: 0; min-height: 43px; padding: 6px 10px; border-radius: 12px; }
  .store-link > span:first-child { width: 19px; font-size: 1.15rem; }
  .store-link small { font-size: .46rem; }
  .store-link b { font-size: .75rem; }
  .app-download-banner[data-platform="ios"] .store-link-play, .app-download-banner[data-platform="android"] .store-link-apple { display: none; }
  .topbar { height: 68px; }.top-actions .btn { display: none; }
  main { width: calc(100% - 20px); padding-bottom: 74px; }
  .landing-copy h1 { font-size: clamp(3.1rem, 17vw, 5rem); }.landing-actions { flex-direction: column; }.trust-row { display: grid; }
  .landing-visual { min-height: 410px; transform: scale(.82); margin: -30px -50px; }.search-orbit { width: 290px; height: 290px; }.float-card { width: 200px; }
  .hero-card { min-height: 265px; padding: 28px; border-radius: 26px; }.hero-card h1 { font-size: 2.65rem; }.hero-mark { display: none; }
  .quick-actions { gap: 8px; }.quick-actions button { min-height: 120px; padding: 15px; }.quick-actions b { font-size: 1rem; }
  .discover-head { align-items: start; flex-direction: column; }.location-button { width: 100%; }
  .filters { grid-template-columns: 1fr; }.search-field { grid-column: auto; }
  .listing-grid { grid-template-columns: 1fr; }.listing-image { height: 260px; }
  .page-title.split { align-items: stretch; flex-direction: column; }
  .account-card { align-items: start; flex-direction: column; }
  .form-grid, .type-picker { grid-template-columns: 1fr; }.span-2 { grid-column: auto; }.type-picker button { min-height: 58px; display: flex; justify-content: center; gap: 10px; }.form-footer { align-items: stretch; flex-direction: column; }.form-footer .btn { width: 100%; }
  .detail-info { padding: 26px 22px 32px; }.detail-actions { grid-template-columns: 1fr; }
  footer { width: calc(100% - 28px); align-items: start; flex-direction: column; }.mobile-nav { left: 6px; right: 6px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
