:root {
  --bg: #f4fbfd;
  --surface: #ffffff;
  --surface-2: #f6fafc;
  --surface-blue: #e9f8ff;
  --ink: #17222f;
  --muted: #7a8998;
  --line: #e8eff3;
  --blue: #31bdeb;
  --blue-deep: #2b8cf0;
  --cyan: #35d8dd;
  --pink: #ef70d7;
  --rose: #ff6f9c;
  --amber: #f7b84a;
  --green: #36cc92;
  --danger: #ff5f72;
  --svip-badge-color: #8B6CF6;
  --grad: linear-gradient(135deg, #35d9e5 0%, #3eb8f5 47%, #ed70d8 100%);
  --shadow-sm: 0 8px 24px rgba(45, 103, 131, .07);
  --shadow-md: 0 18px 55px rgba(45, 102, 133, .14);
  --radius: 18px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);
  color-scheme: light;
  font-family: Inter, ui-rounded, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; min-height: 100%; }
body {
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(255,255,255,.95) 0 7%, transparent 29%),
    radial-gradient(circle at 87% 82%, rgba(134,231,255,.35), transparent 29%),
    linear-gradient(145deg, #dff6fd 0%, #e7fbff 48%, #d9f3fb 100%);
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; color: inherit; }
button { border: 0; background: none; padding: 0; cursor: pointer; touch-action: manipulation; }
button:disabled { cursor: default; opacity: .58; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(48, 182, 239, .23); outline-offset: 2px;
}
img { display: block; max-width: 100%; }
.ico { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.ambient { position: fixed; border-radius: 50%; pointer-events: none; filter: blur(3px); opacity: .7; }
.ambient-a { width: 360px; height: 360px; top: -120px; right: -90px; background: rgba(80, 209, 243, .2); }
.ambient-b { width: 320px; height: 320px; bottom: -140px; left: -110px; background: rgba(239, 112, 215, .12); }

.desktop-copy { position: fixed; left: calc(50% - 565px); top: 50%; transform: translateY(-50%); width: 445px; z-index: 2; }
.brand-lockup { display: flex; align-items: center; gap: 13px; font-size: 19px; font-weight: 900; letter-spacing: .16em; color: #2195dd; }
.brand-orb { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 15px; background: var(--grad); box-shadow: 0 10px 25px rgba(47, 183, 235, .26); transform: rotate(-5deg); overflow: hidden; }
.brand-orb::after { content: ""; position: absolute; width: 21px; height: 21px; border: 4px solid #fff; border-radius: 50%; left: 7px; top: 7px; opacity: .95; }
.brand-orb i:first-child { position: absolute; width: 15px; height: 8px; border-radius: 50%; background: white; right: 2px; bottom: 6px; transform: rotate(-28deg); }
.brand-orb i:last-child { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #fff; right: 6px; bottom: 2px; }
.brand-orb.small { width: 34px; height: 34px; border-radius: 12px; box-shadow: none; }
.brand-orb.small::after { width: 17px; height: 17px; border-width: 3px; left: 6px; top: 6px; }
.desktop-copy h1 { margin: 28px 0 20px; font-size: clamp(44px, 4.2vw, 62px); line-height: 1.1; letter-spacing: -.06em; font-weight: 900; }
.desktop-copy h1 em { font-style: normal; color: #2498df; }
.desktop-copy p { margin: 0; color: #5d7280; line-height: 1.9; font-size: 16px; }
.desktop-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.desktop-chips span { padding: 10px 14px; border-radius: 99px; background: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.9); color: #548092; font-size: 12px; font-weight: 700; backdrop-filter: blur(10px); }
.desktop-note { position: fixed; left: calc(50% - 565px); bottom: 34px; display: flex; align-items: center; gap: 10px; color: #78a0af; font-size: 11px; letter-spacing: .06em; }
.desktop-note span { width: 24px; height: 1px; background: #9ac5d1; }

.device-stage { position: relative; z-index: 4; transform: translateX(220px); }
.phone-shell {
  position: relative;
  width: 430px;
  height: min(900px, calc(100dvh - 32px));
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
  border: 9px solid #111b25;
  border-radius: 47px;
  box-shadow: 0 40px 100px rgba(25,72,92,.22), 0 8px 25px rgba(25,72,92,.14), inset 0 0 0 1px rgba(255,255,255,.2);
}
.connection-pill { position: absolute; z-index: 110; top: calc(10px + var(--safe-top)); left: 50%; transform: translateX(-50%); min-width: 192px; height: 34px; padding: 0 11px; border-radius: 99px; display: flex; align-items: center; justify-content: center; gap: 7px; background: rgba(25, 41, 54, .9); color: #fff; box-shadow: 0 8px 22px rgba(10,28,40,.2); backdrop-filter: blur(14px); font-size: 11px; font-weight: 650; animation: pillIn .3s both; }
.connection-pill button { color: #7be2ff; font-size: 11px; font-weight: 800; margin-left: 2px; }
.connection-dot { width: 7px; height: 7px; border-radius: 50%; background: #f8bb4c; box-shadow: 0 0 0 4px rgba(248,187,76,.16); }
.connection-pill.is-error .connection-dot { background: #ff7183; box-shadow: 0 0 0 4px rgba(255,113,131,.16); }
.connection-pill.is-online .connection-dot { background: #45d29a; box-shadow: 0 0 0 4px rgba(69,210,154,.16); }
@keyframes pillIn { from { opacity: 0; transform: translate(-50%,-10px) scale(.96); } }

.views { position: absolute; inset: var(--safe-top) 0 calc(73px + var(--safe-bottom)); overflow: hidden; background: var(--bg); }
.view { position: absolute; inset: 0; display: none; overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; background: var(--surface); opacity: 0; transform: translateX(14px); }
.view::-webkit-scrollbar, .message-thread::-webkit-scrollbar, .full-page::-webkit-scrollbar { display: none; }
.view.is-active { display: block; animation: viewIn .33s cubic-bezier(.22,.8,.25,1) both; }
.view.is-leaving { display: block; pointer-events: none; animation: viewOut .2s ease both; }
@keyframes viewIn { to { opacity: 1; transform: translateX(0); } }
@keyframes viewOut { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-9px); } }
.view-head { position: relative; padding: 10px 16px 0; background: var(--surface); }
.home-head { padding-top: 6px; background: linear-gradient(180deg, #e9faff 0, #f7fdff 66%, var(--surface) 100%); }
.head-row, .title-action-row, .card-heading, .profile-tools { display: flex; align-items: center; justify-content: space-between; }
.head-row { height: 44px; gap: 10px; }
.mini-brand { width: 34px; height: 34px; flex: 0 0 34px; }
.channel-tabs { display: flex; align-items: stretch; align-self: stretch; gap: 18px; min-width: 0; }
.channel-tabs button { position: relative; color: #738492; font-size: 13px; font-weight: 700; white-space: nowrap; }
.channel-tabs button.is-active { color: var(--ink); font-weight: 900; }
.channel-tabs button.is-active::after { content: ""; position: absolute; height: 3px; width: 15px; bottom: 3px; left: 50%; transform: translateX(-50%); border-radius: 99px; background: var(--grad); }
.icon-btn { width: 38px; height: 38px; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #273847; transition: transform .18s, background .18s; }
.icon-btn:active { transform: scale(.9); }
.icon-btn.soft { background: var(--surface-2); border: 1px solid var(--line); }
.icon-btn.glass { color: #fff; background: rgba(12,29,44,.28); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px); }
.head-actions { display: flex; gap: 7px; }
.safety-banner { width: 100%; min-height: 68px; margin-top: 7px; padding: 11px 13px; display: flex; align-items: center; gap: 11px; border-radius: 17px; color: #fff; background: linear-gradient(110deg, #21b7ef 0%, #2c93f5 58%, #25d0da 100%); box-shadow: 0 12px 26px rgba(35,151,235,.19); overflow: hidden; position: relative; text-align: left; transition: transform .18s ease, box-shadow .18s ease; }
.safety-banner:active { transform: scale(.985); box-shadow: 0 7px 18px rgba(35,151,235,.16); }
.safety-banner::after { content: ""; position: absolute; width: 110px; height: 110px; border: 20px solid rgba(255,255,255,.09); border-radius: 50%; right: -34px; top: -38px; }
.shield-mark { width: 43px; height: 43px; flex: 0 0 43px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.19); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.shield-mark .ico { width: 27px; height: 27px; stroke-width: 2; }
.safety-copy { min-width: 0; display: grid; gap: 3px; }
.safety-banner strong { font-size: 14px; letter-spacing: .02em; }
.safety-copy > span { font-size: 10px; opacity: .83; }
.safety-banner .arrow { margin-left: auto; width: 16px; opacity: .85; position: relative; z-index: 1; }
.home-discovery-rail { display: flex; align-items: stretch; gap: 8px; margin: 9px -16px 0; padding: 1px 16px 5px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
.home-discovery-rail::-webkit-scrollbar { display: none; }
.home-match { position: relative; width: 166px; min-width: 166px; min-height: 70px; padding: 9px 10px; overflow: hidden; display: flex; align-items: center; gap: 9px; scroll-snap-align: start; text-align: left; border: 1px solid #dcecf4; border-radius: 17px; color: #31566b; background: linear-gradient(112deg,#f2fbff,#fbf8ff 58%,#fff6fb); box-shadow: 0 8px 22px rgba(52,111,138,.06); transition: transform .18s ease, border-color .18s ease; }
.home-match::after { content: ""; position: absolute; right: 51px; top: -30px; width: 90px; height: 90px; border: 15px solid rgba(238,112,215,.055); border-radius: 50%; pointer-events: none; }
.home-match:active { transform: scale(.985); border-color: #bfe4f2; }
.home-match-orbit { position: relative; z-index: 1; width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--grad); box-shadow: 0 7px 17px rgba(54,181,225,.18); }
.home-match-orbit .ico { width: 18px; fill: rgba(255,255,255,.2); }
.home-match-orbit i { position: absolute; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; }
.home-match-orbit i:first-child { right: -2px; top: 2px; background: #f17dcc; }.home-match-orbit i:nth-child(2) { left: -2px; bottom: 2px; background: #42cfe2; }
.home-match > span:nth-child(2) { position: relative; z-index: 1; min-width: 0; flex: 1; display: grid; gap: 3px; }
.home-match strong { font-size: 12px; }.home-match small { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #8094a0; font-size: 9px; line-height: 1.35; }
.home-match em { display: none; }
.home-shortcuts { display: flex; gap: 8px; }
.home-shortcuts > button { width: 132px; min-width: 132px; min-height: 70px; padding: 9px; display: flex; align-items: center; gap: 8px; scroll-snap-align: start; text-align: left; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.78); box-shadow: 0 5px 16px rgba(42,94,118,.045); transition: transform .16s ease, border-color .16s ease, background-color .16s ease; }
.home-shortcuts > button:active { transform: scale(.97); border-color: #bfe5f1; background: #f2fbfe; }
.home-shortcut-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 12px; }
.home-shortcut-icon .ico { width: 17px; height: 17px; stroke-width: 2; }
.home-shortcut-icon.is-online { color: #159a79; background: #e6fbf4; }.home-shortcut-icon.is-featured { color: #9260d3; background: #f2ebff; }.home-shortcut-icon.is-new { color: #df619f; background: #ffedf6; }.home-shortcut-icon.is-nearby { color: #e49439; background: #fff4df; }
.home-shortcuts > button > span:last-child { min-width: 0; display: grid; gap: 3px; }
.home-shortcuts strong { font-size: 11px; }.home-shortcuts small { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--muted); font-size: 9px; line-height: 1.35; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; padding: 12px 1px 12px; }
.eyebrow { display: block; color: #58a7c0; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-title-row h2, .card-heading h2 { margin: 3px 0 0; font-size: 19px; line-height: 1.1; letter-spacing: -.035em; }
.segmented { display: flex; padding: 3px; gap: 2px; background: #edf4f6; border-radius: 10px; }
.segmented button { width: 28px; height: 26px; display: grid; place-items: center; border-radius: 8px; color: #8a99a5; }
.segmented button.is-active { color: #269fda; background: #fff; box-shadow: 0 3px 8px rgba(42,84,105,.08); }
.segmented .ico { width: 15px; height: 15px; }

.people-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; padding: 0 16px 18px; transition: .25s; }
.person-card { position: relative; min-width: 0; height: 235px; border-radius: 18px; overflow: hidden; background: #dceff5; box-shadow: var(--shadow-sm); cursor: pointer; isolation: isolate; animation: cardRise .45s both; }
@keyframes cardRise { from { opacity: 0; transform: translateY(12px) scale(.98); } }
.person-card::after { content: ""; position: absolute; inset: 38% 0 0; z-index: 1; background: linear-gradient(to bottom, transparent, rgba(7,20,30,.14) 30%, rgba(7,20,30,.84)); }
.person-card > img, .person-card .portrait-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.person-card:hover > img { transform: scale(1.035); }
.person-card:active { transform: scale(.98); }
.people-more-card { position: relative; min-width: 0; height: 235px; padding: 22px 16px; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; text-align: left; border: 1px solid #d9edf4; border-radius: 18px; color: #31566b; background: radial-gradient(circle at 80% 10%,rgba(255,255,255,.96),transparent 36%),linear-gradient(145deg,#e8fbff,#f4efff 57%,#fff1f8); box-shadow: var(--shadow-sm); animation: cardRise .45s both; }
.people-more-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -58px; top: -48px; border: 24px solid rgba(75,193,227,.09); border-radius: 50%; }
.mini-avatar-stack { position: absolute; left: 15px; top: 18px; height: 52px; display: flex; align-items: center; }
.mini-avatar-stack img, .mini-avatar-stack i { width: 48px; height: 48px; object-fit: cover; border: 3px solid rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 6px 16px rgba(54,111,136,.14); }
.mini-avatar-stack img + img { margin-left: -17px; }.mini-avatar-stack i { width: 30px; height: 30px; margin-left: -10px; display: grid; place-items: center; color: #fff; background: var(--grad); font-size: 17px; font-style: normal; }
.people-more-card strong { position: relative; font-size: 17px; letter-spacing: -.03em; }.people-more-card small { position: relative; margin-top: 6px; color: #78909c; font-size: 10px; line-height: 1.45; }.people-more-card em { position: relative; margin-top: 14px; display: flex; align-items: center; gap: 2px; color: #259ed4; font-size: 10px; font-style: normal; font-weight: 850; }.people-more-card em .ico { width: 13px; }
.home-people-empty { grid-column: 1 / -1; min-height: 270px; padding: 29px 24px 25px; overflow: hidden; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid #dcecf3; border-radius: 23px; background: radial-gradient(circle at 50% 0,rgba(103,214,238,.2),transparent 42%),linear-gradient(165deg,#f8fdff,#fcf9ff); box-shadow: 0 12px 30px rgba(38,91,116,.07); }
.empty-avatar-fan { height: 70px; display: flex; align-items: center; justify-content: center; }.empty-avatar-fan img { width: 64px; height: 64px; object-fit: cover; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 21px rgba(36,99,126,.15); }.empty-avatar-fan img + img { margin-left: -20px; }.empty-avatar-fan img:nth-child(2) { z-index: 1; transform: translateY(-5px); }
.home-people-empty > .eyebrow { margin-top: 13px; }.home-people-empty h3 { margin: 6px 0 7px; font-size: 17px; letter-spacing: -.025em; }.home-people-empty p { max-width: 260px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }.home-people-empty > div:last-child { margin-top: 17px; display: flex; align-items: center; gap: 9px; }.home-people-empty > div:last-child button { min-height: 37px; padding: 0 15px; border-radius: 99px; color: #5a94aa; background: #edf7fa; font-size: 10px; font-weight: 800; }.home-people-empty > div:last-child .primary-btn { color: #fff; background: var(--grad); }
.live-pill { position: absolute; top: 10px; left: 10px; z-index: 3; display: flex; align-items: center; gap: 4px; height: 20px; padding: 0 7px; border-radius: 99px; color: #fff; background: rgba(17,31,42,.42); backdrop-filter: blur(8px); font-size: 8px; font-weight: 800; }
.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: #49e5a1; box-shadow: 0 0 0 3px rgba(73,229,161,.16); }
.distance-pill { position: absolute; top: 10px; right: 9px; z-index: 3; padding: 5px 7px; border-radius: 99px; color: #fff; background: rgba(17,31,42,.35); backdrop-filter: blur(8px); font-size: 8px; }
.person-info { position: absolute; z-index: 3; left: 11px; right: 10px; bottom: 10px; color: #fff; }
.person-name-row { display: flex; align-items: center; gap: 5px; min-width: 0; }
.person-name-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; letter-spacing: -.02em; }
.verified { width: 13px; height: 13px; flex: 0 0 13px; border-radius: 50%; display: inline-grid; place-items: center; color: white; background: #3abcf2; font-size: 8px; border: 1px solid rgba(255,255,255,.7); }
.person-info p { margin: 4px 0 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(255,255,255,.78); font-size: 9px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { display: inline-flex; align-items: center; min-height: 17px; padding: 2px 6px; border-radius: 99px; font-size: 8px; font-style: normal; font-weight: 750; background: rgba(255,255,255,.17); color: #fff; backdrop-filter: blur(5px); }
.tag.pink { color: #fff; background: rgba(243,105,197,.7); }.tag.blue { color: #fff; background: rgba(46,183,238,.7); }.tag.gold { color: #fff; background: rgba(241,174,62,.76); }
.quick-chat { position: absolute; right: 9px; bottom: 10px; z-index: 5; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--grad); box-shadow: 0 5px 13px rgba(35,171,223,.27); }
.quick-chat .ico { width: 14px; height: 14px; }
.people-grid.is-list { display: block; padding-bottom: 18px; }
.people-grid.is-list .person-card { height: 76px; margin-bottom: 8px; border-radius: 15px; background: var(--surface); border: 1px solid var(--line); box-shadow: none; overflow: visible; display: flex; align-items: center; padding: 8px 62px 8px 8px; }
.people-grid.is-list .person-card::after { display: none; }
.people-grid.is-list .person-card > img { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 13px; object-fit: cover; }
.people-grid.is-list .live-pill { left: 55px; top: 52px; height: 15px; font-size: 0; padding: 0; width: 15px; border: 2px solid #fff; }
.people-grid.is-list .live-pill i { margin: auto; }
.people-grid.is-list .distance-pill { top: 15px; right: 52px; color: #8b99a4; background: #f1f6f8; }
.people-grid.is-list .person-info { position: static; color: var(--ink); margin-left: 11px; min-width: 0; }
.people-grid.is-list .person-info p { color: var(--muted); margin-bottom: 5px; }
.people-grid.is-list .tag { color: #3f9fbf; background: #eaf8fc; }
.people-grid.is-list .quick-chat { right: 12px; bottom: 23px; }

.home-moments { padding: 5px 0 9px; border-top: 8px solid var(--surface-2); }
.home-section-head { padding: 15px 16px 11px; display: flex; align-items: end; justify-content: space-between; }
.home-section-head h2 { margin: 3px 0 0; font-size: 18px; letter-spacing: -.035em; }
.home-section-head > button { min-height: 32px; display: flex; align-items: center; gap: 2px; color: #49a4c9; font-size: 9px; font-weight: 800; }
.home-section-head > button .ico { width: 13px; }
.home-moment-list { display: flex; gap: 9px; padding: 0 16px 9px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
.home-moment-list::-webkit-scrollbar { display: none; }
.home-moment-card { width: 154px; min-width: 154px; overflow: hidden; scroll-snap-align: start; text-align: left; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 8px 22px rgba(38,91,116,.065); transition: transform .18s ease, box-shadow .18s ease; }
.home-moment-card:active { transform: scale(.97); box-shadow: 0 4px 12px rgba(38,91,116,.05); }
.home-moment-visual { position: relative; height: 96px; overflow: hidden; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#7ddded,#9088ee 52%,#ef87c9); }
.home-moment-visual::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent,rgba(15,28,38,.58)); }
.home-moment-visual > img { width: 100%; height: 100%; object-fit: cover; }
.home-moment-quote { font: 900 52px/1 Georgia,serif; opacity: .48; transform: translateY(8px); }
.home-moment-author { position: absolute; z-index: 1; left: 8px; right: 8px; bottom: 7px; display: flex; align-items: center; gap: 5px; min-width: 0; }
.home-moment-author img { width: 22px; height: 22px; flex: 0 0 22px; object-fit: cover; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; }
.home-moment-author b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; text-shadow: 0 1px 5px rgba(0,0,0,.32); }
.home-moment-copy { min-height: 66px; padding: 8px 9px; display: grid; align-content: start; gap: 4px; }
.home-moment-copy > small { color: #9aa8b1; font-size: 9px; }.home-moment-copy > strong { min-height: 29px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #44545f; font-size: 10px; line-height: 1.45; font-weight: 650; }
.home-moment-meta { display: flex; align-items: center; gap: 9px; color: #97a7b0; font-size: 9px; font-style: normal; }.home-moment-meta span { display: flex; align-items: center; gap: 3px; }.home-moment-meta .ico { width: 11px; height: 11px; }
.home-moments-empty { width: 100%; min-width: 100%; min-height: 82px; padding: 12px; display: flex; align-items: center; gap: 10px; border: 1px dashed #cce4ed; border-radius: 17px; background: linear-gradient(135deg,#f4fbfd,#fbf8ff); }
.home-moments-empty > span { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--grad); box-shadow: 0 7px 18px rgba(53,171,219,.16); }.home-moments-empty > span .ico { width: 19px; }.home-moments-empty > div { min-width: 0; flex: 1; display: grid; gap: 4px; }.home-moments-empty strong { font-size: 11px; }.home-moments-empty small { color: var(--muted); font-size: 9px; line-height: 1.4; }.home-moments-empty > button { min-width: 58px; height: 32px; padding: 0 10px; border-radius: 99px; color: #269fd6; background: #e7f7fc; font-size: 9px; font-weight: 850; }

.end-note { padding: 10px 16px 26px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #b2bec5; font-size: 9px; }
.end-note span { width: 30px; height: 1px; background: var(--line); }
.skeleton { position: relative; overflow: hidden; background: #edf3f5 !important; color: transparent !important; }
.skeleton::before { content: ""; position: absolute; z-index: 10; inset: 0; background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.72) 44%, transparent 65%); transform: translateX(-100%); animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { transform: translateX(100%); } }
.person-skeleton { height: 235px; border-radius: 18px; }

.discover-head { padding-top: 16px; }
.title-action-row h1 { margin: 3px 0 0; font-size: 28px; line-height: 1; letter-spacing: -.05em; }
.sub-tabs { display: flex; gap: 24px; height: 47px; align-items: flex-end; border-bottom: 1px solid var(--line); }
.sub-tabs button { height: 39px; position: relative; color: #8a98a3; font-size: 13px; font-weight: 700; }
.sub-tabs button.is-active { color: var(--ink); font-weight: 900; }
.sub-tabs button.is-active::after { content: ""; position: absolute; bottom: -1px; height: 3px; width: 17px; border-radius: 99px; background: var(--grad); left: 50%; transform: translateX(-50%); }
.story-row { display: flex; gap: 12px; padding: 15px 16px 13px; overflow-x: auto; scrollbar-width: none; border-bottom: 8px solid var(--surface-2); }
.story-row::-webkit-scrollbar { display: none; }
.story { flex: 0 0 56px; text-align: center; color: #657684; font-size: 9px; }
.story .story-ring { width: 52px; height: 52px; margin: 0 auto 5px; padding: 2px; border-radius: 50%; background: var(--grad); position: relative; }
.story .story-ring.is-seen { background: #dce6e9; }
.story img, .story .avatar { width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; object-fit: cover; }
.story.add-story .story-ring { background: #eef8fb; padding: 0; }
.story.add-story .story-ring::after { content: "+"; position: absolute; right: -1px; bottom: -1px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; border: 2px solid #fff; color: #fff; background: #35bdea; font-size: 14px; font-weight: 500; }
.moment-list { background: var(--surface); }
.moment-card { padding: 16px; border-bottom: 8px solid var(--surface-2); animation: cardRise .42s both; }
.moment-author { display: flex; align-items: center; gap: 10px; }
.avatar { display: inline-block; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(135deg,#bdeefa,#f7c7ec); background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.avatar-lg { width: 54px; height: 54px; }.avatar-xl { width: 70px; height: 70px; }.avatar-xxl { width: 82px; height: 82px; }
.moment-author .avatar { width: 39px; height: 39px; }
.author-copy { min-width: 0; flex: 1; }
.author-copy strong { display: flex; align-items: center; gap: 4px; font-size: 13px; }
.author-copy strong > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.author-copy small { display: block; margin-top: 3px; color: #98a4ad; font-size: 9px; }
.moment-author-actions { display: flex; align-items: center; gap: 4px; }
.follow-mini { min-width: 62px; height: 36px; padding: 0 11px; border-radius: 99px; border: 1px solid #62c9ee; color: #31a9da; font-size: 11px; font-weight: 800; }
.follow-mini.is-following { color: #87959f; border-color: var(--line); background: var(--surface-2); }
.moment-more { width: 36px; height: 36px; display: grid; place-items: center; color: #8997a1; border-radius: 50%; }
.moment-more .ico { width: 18px; }
.moment-text { margin: 11px 0 10px; font-size: 13px; line-height: 1.65; color: #354451; white-space: pre-wrap; }
.topic { color: #2ba9dc; font-weight: 700; }
.moment-media { display: grid; gap: 4px; border-radius: 14px; overflow: hidden; max-height: 390px; background: #edf4f6; }
.moment-media.count-1 { grid-template-columns: minmax(0, 84%); justify-content: start; background: transparent; }
.moment-media.count-2, .moment-media.count-4 { grid-template-columns: repeat(2,1fr); }
.moment-media.count-3 { grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 118px); }
.moment-media img { width: 100%; height: 148px; object-fit: cover; background: #e6f1f4; }
.moment-media.count-1 img { height: auto; min-height: 225px; max-height: 360px; border-radius: 14px; }
.moment-media.count-3 img:first-child { height: 240px; grid-row: 1 / 3; }
.moment-media.count-3 img:not(:first-child) { height: 118px; }
.moment-location { margin-top: 8px; display: flex; align-items: center; gap: 4px; color: #6ba6bd; font-size: 9px; }
.moment-location .ico { width: 12px; height: 12px; }
.moment-actions { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 12px; color: #81909b; }
.moment-actions button { display: flex; justify-content: center; align-items: center; gap: 6px; height: 42px; font-size: 11px; border-right: 1px solid var(--line); }
.moment-actions button:last-child { border: 0; }
.moment-actions .ico { width: 17px; height: 17px; }
.moment-actions button.is-liked { color: #ef5f8f; }
.moment-actions button.is-liked .ico { fill: currentColor; }
.moment-comments { margin-top: 9px; padding: 9px 11px; border-radius: 10px; background: #f5f8f9; font-size: 10px; line-height: 1.6; }
.moment-comments p { margin: 0 0 2px; }.moment-comments p:last-child { margin: 0; }
.moment-comments b { color: #4c8ca5; }

.messages-head { padding-top: 16px; }
.message-shortcuts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 17px 0 3px; }
.message-shortcuts button { position: relative; height: 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border-radius: 16px; background: var(--surface-2); color: #5e6f7c; font-size: 10px; font-weight: 650; transition: transform .18s; }
.message-shortcuts button:active { transform: scale(.96); }
.shortcut-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #fff; box-shadow: 0 6px 14px rgba(50,100,120,.1); }
.shortcut-icon .ico { width: 20px; height: 20px; }.shortcut-icon.coral { background: linear-gradient(135deg,#ff827a,#ffb27d); }.shortcut-icon.pink { background: linear-gradient(135deg,#f37bd1,#ec84ae); }.shortcut-icon.cyan { background: linear-gradient(135deg,#28c9dd,#4aa8ed); }
.message-shortcuts b { position: absolute; right: 21px; top: 9px; min-width: 15px; height: 15px; padding: 0 4px; display: grid; place-items: center; color: #fff; background: var(--danger); border: 2px solid var(--surface); border-radius: 99px; font-size: 7px; }
.message-shortcuts b:empty { display: none; }
.inbox-filter { height: 44px; padding: 8px 16px 4px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); background: var(--surface); position: sticky; top: 0; z-index: 2; }
.inbox-filter button { height: 28px; color: #98a5ae; font-size: 11px; font-weight: 700; }
.inbox-filter button.is-active { color: var(--ink); font-weight: 900; }
.inbox-filter span { margin-left: auto; color: #a3afb7; font-size: 9px; }
.conversation-list { padding: 2px 16px 18px; }
.conversation { position: relative; width: 100%; min-height: 76px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--line); text-align: left; animation: cardRise .35s both; }
.conversation .avatar { width: 50px; height: 50px; }
.avatar-wrap { position: relative; flex: 0 0 auto; }
.online-dot { position: absolute; right: 0; bottom: 1px; width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: #4bd398; }
.conversation-copy { min-width: 0; flex: 1; }
.conversation-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.conversation-line strong { min-width: 0; display: flex; align-items: center; gap: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.conversation-line time { flex: 0 0 auto; color: #a7b1b8; font-size: 9px; }
.conversation-preview { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 5px; }
.conversation-preview span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #87949e; font-size: 10px; }
.conversation-preview b { min-width: 17px; height: 17px; padding: 0 5px; display: grid; place-items: center; color: #fff; background: var(--danger); border-radius: 99px; font-size: 8px; }
.empty-state { min-height: 360px; padding: 62px 20px 20px; text-align: center; }
.empty-orbit { width: 116px; height: 90px; position: relative; margin: auto; }
.empty-orbit::before { content: ""; position: absolute; width: 102px; height: 48px; border: 2px solid #bdebf5; border-radius: 50%; transform: rotate(-12deg); left: 5px; top: 22px; }
.empty-orbit span, .empty-orbit i, .empty-orbit b { position: absolute; border-radius: 50%; background: var(--grad); box-shadow: 0 8px 20px rgba(42,174,218,.18); }
.empty-orbit span { width: 52px; height: 52px; left: 33px; top: 17px; }.empty-orbit i { width: 12px; height: 12px; right: 4px; top: 27px; }.empty-orbit b { width: 8px; height: 8px; left: 8px; bottom: 10px; }
.empty-state h3 { margin: 16px 0 6px; font-size: 16px; }.empty-state p { margin: 0 0 17px; color: var(--muted); font-size: 11px; }
.primary-btn { min-height: 43px; padding: 0 23px; border-radius: 99px; color: #fff !important; background: var(--grad) !important; box-shadow: 0 10px 24px rgba(58,173,222,.2); font-weight: 800; border: 0 !important; }
.primary-btn:active { transform: scale(.98); }

.profile-hero { position: relative; min-height: 223px; padding: 18px 18px 17px; color: #fff; overflow: hidden; background: linear-gradient(135deg, #60c9e8 0%, #49a9e6 55%, #9e89e8 100%); }
.profile-hero::before, .profile-glow { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.profile-hero::before { width: 250px; height: 250px; right: -75px; top: -135px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.15); }
.profile-glow { width: 210px; height: 210px; left: -90px; bottom: -130px; background: rgba(77,238,229,.21); filter: blur(10px); }
.profile-tools { position: relative; z-index: 2; }
.profile-tools .eyebrow { color: rgba(255,255,255,.72); }
.profile-tools > div { display: flex; gap: 7px; }
.profile-summary { position: relative; z-index: 2; width: 100%; display: flex; align-items: center; gap: 13px; margin-top: 15px; color: #fff; text-align: left; }
.profile-summary .avatar { border: 3px solid rgba(255,255,255,.78); box-shadow: 0 8px 24px rgba(27,86,119,.18); }
.profile-copy { min-width: 0; flex: 1; }
.profile-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; letter-spacing: -.04em; }
.me-name-row, .chat-name-row, .profile-name-row { display: flex; align-items: center; gap: 6px; min-width: 0; }
.me-name-row strong, .chat-name-row strong { min-width: 0; }
.membership-mark { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-width: 38px; height: 20px; padding: 0 7px; border-radius: 999px; color: #8b6325; border: 1px solid rgba(205,158,70,.4); background: linear-gradient(135deg,#fff4d4,#efc676); box-shadow: 0 4px 10px rgba(181,127,39,.12); font-size: 8px; font-weight: 950; font-style: normal; letter-spacing: .04em; line-height: 1; }
.membership-mark.is-compact { min-width: 29px; height: 16px; padding: 0 5px; font-size: 7px; }
.membership-mark.is-svip { color: #fff; border-color: #a897ee; border-color: color-mix(in srgb,var(--svip-badge-color) 62%,#fff); background: linear-gradient(135deg,#4c3f78,#1f2029 62%,#4c3f51); background: linear-gradient(135deg,color-mix(in srgb,var(--svip-badge-color) 72%,#24242d),#1f2029 62%,color-mix(in srgb,var(--svip-badge-color) 48%,#2b2730)); box-shadow: 0 4px 11px rgba(77,61,135,.2); box-shadow: 0 4px 11px color-mix(in srgb,var(--svip-badge-color) 24%,transparent); }
.membership-mark[hidden] { display: none !important; }
.profile-copy small { display: block; margin-top: 3px; color: rgba(255,255,255,.76); font-size: 9px; }
.profile-copy em { display: block; max-width: 215px; margin-top: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(255,255,255,.85); font-size: 10px; font-style: normal; }
.profile-summary > .ico { width: 17px; opacity: .7; }
.profile-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 16px; }
.profile-stats button { color: #fff; display: grid; gap: 2px; text-align: center; }
.profile-stats b { font-size: 14px; }.profile-stats span { color: rgba(255,255,255,.7); font-size: 8px; }
.profile-content { padding: 13px 14px 28px; background: #f4f8fa; min-height: calc(100% - 223px); }
.vip-banner { position: relative; width: 100%; min-height: 72px; padding: 12px; display: flex; align-items: center; gap: 10px; overflow: hidden; border-radius: 17px; text-align: left; color: #46381e; background: linear-gradient(110deg, #fff6dc, #f5d99f 55%, #edc57b); box-shadow: 0 10px 23px rgba(163,122,46,.1); }
.vip-banner::after { content: "VIP"; position: absolute; right: -4px; top: -16px; font-size: 54px; font-weight: 950; color: rgba(255,255,255,.23); font-style: italic; }
.vip-gem { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 13px; color: #aa7524; background: rgba(255,255,255,.54); }
.vip-banner > span:nth-child(2) { min-width: 0; display: grid; gap: 4px; z-index: 1; }.vip-banner strong { font-size: 13px; }.vip-banner small { color: #987b49; font-size: 8px; }
.vip-banner em { margin-left: auto; z-index: 1; display: flex; align-items: center; white-space: nowrap; font-size: 9px; font-style: normal; font-weight: 800; }.vip-banner em .ico { width: 12px; }
.creator-banner { position: relative; width: 100%; min-height: 68px; margin-top: 11px; padding: 11px 12px; display: flex; align-items: center; gap: 10px; overflow: hidden; border-radius: 17px; text-align: left; color: #44375e; background: linear-gradient(115deg,#f7f0ff,#eee5ff 52%,#fcebf6); box-shadow: 0 9px 25px rgba(118,82,169,.08); }
.creator-banner::after { content: "CREATOR"; position: absolute; right: -12px; top: -4px; color: rgba(255,255,255,.66); font-size: 24px; font-weight: 950; letter-spacing: -.06em; transform: rotate(-8deg); }
.creator-banner-icon { position: relative; z-index: 1; width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#8d73e8,#e478bc 58%,#f1b55c); box-shadow: 0 8px 18px rgba(133,94,205,.2); }
.creator-banner-icon .ico { width: 24px; stroke-width: 1.9; }
.creator-banner > span:nth-child(2) { position: relative; z-index: 1; min-width: 0; display: grid; gap: 4px; }.creator-banner strong { font-size: 13px; }.creator-banner small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #897a9b; font-size: 8px; }
.creator-banner em { position: relative; z-index: 1; margin-left: auto; display: flex; align-items: center; white-space: nowrap; color: #7859ae; font-size: 9px; font-style: normal; font-weight: 850; }.creator-banner em .ico { width: 12px; }
.creator-mark { min-height: 20px; padding: 2px 7px 2px 4px; display: inline-flex; align-items: center; gap: 3px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.72); border-radius: 99px; color: #fff; background: linear-gradient(135deg,#816fe3,#dc70bd 58%,#eaae4e); box-shadow: 0 3px 10px rgba(118,79,182,.18); font-size: 8px; font-weight: 900; line-height: 1; vertical-align: middle; }
.creator-mark .ico { width: 13px; height: 13px; stroke-width: 2.2; }.creator-mark.is-compact { width: 18px; height: 18px; min-height: 18px; padding: 2px; justify-content: center; }.creator-mark.is-compact .ico { width: 12px; height: 12px; }
.wallet-card, .service-card { margin-top: 11px; padding: 15px; border-radius: 17px; background: var(--surface); box-shadow: 0 8px 24px rgba(43,84,103,.045); }
.card-heading button { display: flex; align-items: center; color: var(--muted); font-size: 9px; }.card-heading button .ico { width: 12px; }
.wallet-items { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 14px; }
.wallet-items button { display: grid; justify-items: center; gap: 3px; border-right: 1px solid var(--line); }.wallet-items button:last-child { border: 0; }
.wallet-coin { width: 29px; height: 29px; display: grid; place-items: center; margin-bottom: 3px; border-radius: 10px; color: #fff; font-size: 12px; font-weight: 900; }
.coin-a { background: linear-gradient(135deg,#f9bf46,#f38e41); }.coin-b { background: linear-gradient(135deg,#f77dc4,#ef6f91); }.coin-c { background: linear-gradient(135deg,#58d6d2,#45b0e8); }
.wallet-items b { font-size: 13px; }.wallet-items small { color: #97a3ac; font-size: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); row-gap: 19px; margin-top: 17px; }
.service-grid button { min-height: 58px; display: grid; justify-items: center; align-content: center; gap: 6px; border-radius: 13px; }
.service-grid button:active { background: var(--surface-2); transform: scale(.97); }
.service-grid small { font-size: 11px; color: #50606c; }
.service-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; }
.service-icon .ico { width: 20px; height: 20px; }.service-icon.sky { color:#2d9fe6;background:#e5f5ff }.service-icon.lilac { color:#9874e5;background:#f0eaff }.service-icon.rose { color:#ed6aa0;background:#ffe9f1 }.service-icon.mint { color:#34b887;background:#e5f8ef }.service-icon.amber { color:#e4a12e;background:#fff4d8 }.service-icon.gray { color:#78909c;background:#edf2f4 }.service-icon.aqua { color:#25b9c4;background:#e3f8f8 }.service-icon.peach { color:#f08065;background:#ffede6 }
.logout-btn { width: 100%; height: 43px; margin-top: 12px; color: #ef6a77; background: var(--surface); border-radius: 14px; font-size: 11px; font-weight: 750; }
.app-version { margin: 16px 0 0; text-align: center; color: #bac3c9; font-size: 8px; letter-spacing: .08em; }

.bottom-nav { position: absolute; z-index: 60; left: 0; right: 0; bottom: 0; height: calc(73px + var(--safe-bottom)); padding: 5px 10px var(--safe-bottom); display: grid; grid-template-columns: repeat(5,1fr); align-items: start; background: rgba(255,255,255,.94); border-top: 1px solid rgba(224,235,239,.9); backdrop-filter: blur(20px); box-shadow: 0 -7px 22px rgba(32,76,94,.035); }
.bottom-nav > button { height: 58px; display: grid; place-items: center; align-content: center; gap: 3px; color: #91a0aa; }
.bottom-nav > button > span { position: relative; width: 31px; height: 29px; display: grid; place-items: center; border-radius: 11px; transition: .2s; }
.bottom-nav .ico { width: 21px; height: 21px; stroke-width: 1.85; }
.bottom-nav small { font-size: 10px; font-weight: 750; }
.bottom-nav button.is-active { color: #299cdb; }
.bottom-nav button.is-active > span { background: #e8f7fc; }
.bottom-nav button.is-active .ico { stroke-width: 2.2; }
.bottom-nav .publish-nav { transform: translateY(-13px); color: #fff; }
.bottom-nav .publish-nav > span { width: 50px; height: 50px; border-radius: 18px; background: var(--grad); border: 4px solid #fff; box-shadow: 0 7px 22px rgba(53,171,222,.27); transform: rotate(-4deg); }
.bottom-nav .publish-nav .ico { transform: rotate(4deg); width: 23px; height: 23px; stroke-width: 2.3; }
.bottom-nav .publish-nav small { color: #748590; transform: translateY(-2px); }
.nav-badge { position: absolute; min-width: 15px; height: 15px; padding: 0 4px; display: grid; place-items: center; right: -5px; top: -3px; border-radius: 99px; border: 2px solid #fff; color: #fff; background: var(--danger); font-size: 7px; font-style: normal; }

.full-page { position: absolute; z-index: 80; inset: 0; overflow-y: auto; scrollbar-width: none; background: var(--surface); animation: pageSlideIn .38s cubic-bezier(.2,.78,.18,1); }
.full-page.is-closing { animation: pageSlideOut .27s ease both; }
@keyframes pageSlideIn { from { opacity: .6; transform: translateX(100%); } to { opacity: 1; transform: translateX(0); } }
@keyframes pageSlideOut { to { opacity: .4; transform: translateX(100%); } }
.detail-header { position: sticky; z-index: 5; top: 0; height: calc(56px + var(--safe-top)); padding: calc(8px + var(--safe-top)) 11px 4px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; background: rgba(255,255,255,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.detail-header > strong { text-align: center; font-size: 14px; }
.detail-header .back, .profile-page-tools .back, .vip-header .back { transform: rotate(180deg); }
.chat-peer { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: left; }
.chat-peer .avatar { width: 32px; height: 32px; }.chat-peer > span:last-child { min-width: 0; }
.chat-peer strong { max-width: 155px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.chat-name-row .creator-mark { transform: scale(.9); transform-origin: left center; }
.chat-peer small { margin-top: 2px; display: flex; align-items: center; gap: 4px; color: #6bbb91; font-size: 8px; }
.chat-peer small i { width: 5px; height: 5px; border-radius: 50%; background: #46cc94; }
.chat-safety { position: sticky; top: calc(56px + var(--safe-top)); z-index: 4; height: 29px; display: flex; align-items: center; justify-content: center; gap: 4px; color: #9b7c43; background: #fff9e9; font-size: 11px; }.chat-safety .ico { width: 13px; height: 13px; }
.message-thread { position: absolute; inset: calc(85px + var(--safe-top)) 0 calc(66px + var(--safe-bottom)); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 13px 14px 18px; background: linear-gradient(180deg,#f4fafc,#f7fbfc); overscroll-behavior-y: contain; }
.message-day { display: block; margin: 9px auto 14px; text-align: center; color: #aab5bc; font-size: 8px; }
.message-row { display: flex; align-items: flex-end; gap: 8px; margin: 8px 0; animation: messageIn .27s both; }
.message-row.mine { flex-direction: row-reverse; }
@keyframes messageIn { from { opacity: 0; transform: translateY(7px) scale(.98); } }
.message-row .avatar { width: 32px; height: 32px; flex: 0 0 32px; }
.bubble-wrap { max-width: 72%; display: grid; gap: 3px; }
.message-row.mine .bubble-wrap { justify-items: end; }
.bubble { padding: 10px 12px; border-radius: 7px 16px 16px 16px; color: #354450; background: #fff; box-shadow: 0 4px 13px rgba(50,83,99,.06); font-size: 12px; line-height: 1.5; word-break: break-word; white-space: pre-wrap; }
.message-row.mine .bubble { border-radius: 16px 7px 16px 16px; color: #fff; background: linear-gradient(135deg,#36bfe9,#4fa8ed); box-shadow: 0 5px 14px rgba(44,160,221,.14); }
.bubble.image-bubble, .message-row.mine .bubble.image-bubble { padding: 3px; overflow: hidden; background: #fff; }
.image-bubble a { display: block; line-height: 0; }
.image-bubble img { display: block; width: min(220px,58vw); max-height: 270px; object-fit: cover; border-radius: 6px 13px 13px 13px; }
.message-row.mine .image-bubble img { border-radius: 13px 6px 13px 13px; }
.message-row time { color: #a8b1b7; font-size: 7px; }
.message-status { color: #8eb3c1; font-size: 10px; }.message-status.is-error { color: var(--danger); }
.typing-indicator { position: absolute; z-index: 3; left: 55px; bottom: calc(72px + var(--safe-bottom)); width: 47px; height: 28px; display: flex; align-items: center; justify-content: center; gap: 3px; border-radius: 7px 14px 14px 14px; background: #fff; box-shadow: var(--shadow-sm); }
.typing-indicator span { width: 5px; height: 5px; border-radius: 50%; background: #a6b7c0; animation: typing .8s infinite alternate; }.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}
@keyframes typing { to { transform: translateY(-4px); background: #45bce7; } }
.composer { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; min-height: calc(66px + var(--safe-bottom)); padding: 8px 10px var(--safe-bottom); display: flex; align-items: flex-end; gap: 7px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(16px); }
.composer > button { width: 37px; height: 42px; flex: 0 0 37px; display: grid; place-items: center; color: #647581; }.composer > button .ico { width: 22px; }
.composer-input { min-height: 42px; flex: 1; display: flex; align-items: flex-end; border: 1px solid var(--line); border-radius: 15px; background: #f3f7f8; }
.composer-input textarea { width: 100%; max-height: 108px; resize: none; border: 0; outline: 0; padding: 11px 2px 10px 12px; background: transparent; font-size: 12px; line-height: 19px; }
.composer-input button { width: 38px; height: 40px; flex: 0 0 38px; color: #8a99a3; }.composer-input .ico { width: 20px; }
.composer-input button[aria-expanded="true"] { color: #269fd4; }
.composer .send-btn { color: #fff; border-radius: 13px; background: linear-gradient(135deg,#3bc5eb,#389beb); box-shadow: 0 5px 13px rgba(48,162,223,.18); }
.composer .more-btn, .composer.has-text > .more-btn { display: none; }.composer:not(.has-text) > .send-btn { display: none; }.composer:not(.has-text) > .more-btn { display: grid; border-radius: 50%; background: #edf3f5; }
.emoji-picker { position: absolute; z-index: 8; left: 10px; right: 10px; bottom: calc(100% + 8px); padding: 12px; overflow: hidden; border: 1px solid rgba(205,222,230,.88); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 18px 48px rgba(26,67,87,.18); backdrop-filter: blur(18px); transform-origin: 82% 100%; animation: emojiPickerIn .2s cubic-bezier(.2,.8,.2,1) both; }
.emoji-picker.is-closing { pointer-events: none; animation: emojiPickerOut .15s ease both; }
.emoji-picker-head { min-height: 24px; padding: 0 4px 8px; display: flex; align-items: center; gap: 8px; }.emoji-picker-head strong { font-size: 11px; }.emoji-picker-head small { margin-left: auto; color: var(--muted); font-size: 8px; }
.emoji-grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 4px; }
.emoji-grid button { min-width: 0; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px; font-family: "Apple Color Emoji","Segoe UI Emoji",sans-serif; font-size: 22px; line-height: 1; transition: transform .14s ease, background-color .14s ease; }
.emoji-grid button:hover { background: #edf8fc; }.emoji-grid button:active { transform: scale(.84); background: #e4f5fb; }
@keyframes emojiPickerIn { from { opacity: 0; transform: translateY(8px) scale(.96); } }
@keyframes emojiPickerOut { to { opacity: 0; transform: translateY(6px) scale(.97); } }

.profile-page { padding-bottom: calc(73px + var(--safe-bottom)); background: #f4f8fa; }
.profile-cover { position: relative; height: 320px; overflow: hidden; background: linear-gradient(155deg,#a7e7f2,#74c9ed 53%,#b889e3); }
.profile-cover-art { position: absolute; inset: 0; background-position: center; background-size: cover; transform: scale(1.01); transition: background-image .28s ease, filter .28s ease, transform .28s ease; }
.profile-cover-art.uses-avatar { inset: -18px; filter: blur(10px) saturate(.86); transform: scale(1.1); }
.profile-cover::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(11,29,41,.1),transparent 38%,rgba(9,23,34,.12)); }
.profile-cover::after { content: ""; position: absolute; z-index: 1; inset: 40% 0 0; background: linear-gradient(transparent,rgba(16,34,47,.34)); }
.profile-page-tools { position: absolute; z-index: 2; top: calc(12px + var(--safe-top)); left: 13px; right: 13px; display: flex; justify-content: space-between; }
.cover-status { position: absolute; z-index: 2; left: 16px; bottom: 17px; display: flex; align-items: center; gap: 6px; height: 24px; padding: 0 9px; border-radius: 99px; color: #fff; background: rgba(12,31,42,.34); backdrop-filter: blur(10px); font-size: 9px; }
.cover-status i { width: 6px; height: 6px; border-radius: 50%; background: #46e2a2; }
.profile-sheet { position: relative; min-height: 370px; margin-top: -1px; padding: 25px 17px 25px; border-radius: 26px 26px 0 0; background: var(--surface); }
.profile-sheet > .avatar { position: absolute; right: 17px; top: -45px; border: 4px solid #fff; box-shadow: 0 10px 26px rgba(39,80,100,.18); }
.profile-title { min-height: 53px; padding-right: 89px; display: flex; align-items: start; justify-content: space-between; }
.profile-title h1 { min-width: 0; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 23px; letter-spacing: -.04em; }.profile-title p { margin: 5px 0 0; color: var(--muted); font-size: 9px; }
.profile-name-row { max-width: 230px; }
.round-follow { position: absolute; top: 61px; right: 17px; min-width: 70px; height: 38px; padding: 0 13px; border-radius: 99px; color: #249fd8; border: 1px solid #50bee8; font-size: 12px; font-weight: 800; }
.round-follow.is-following { color: #8b99a3; border-color: #d9e3e7; background: #f3f7f8; }
.profile-bio { max-width: 290px; margin: 10px 0; color: #465661; font-size: 11px; line-height: 1.7; }
.profile-sheet .tag-row .tag { color: #468da9; background: #edf8fb; font-size: 9px; padding: 4px 8px; }
.profile-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 15px 0; }
.profile-facts span { min-height: 48px; padding: 8px; display: grid; gap: 3px; border-radius: 11px; background: #f5f8f9; }.profile-facts b { font-size: 10px; }.profile-facts small { color: #97a3ab; font-size: 8px; }
.profile-gallery-head { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); }.profile-gallery-head strong { font-size: 13px; }.profile-gallery-head span { color: var(--muted); font-size: 9px; }
.mini-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; margin-top: 10px; }
.mini-gallery img { width: 100%; aspect-ratio: 1; border-radius: 9px; object-fit: cover; background: #e6f1f4; }
.private-gallery-section { margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); animation: galleryReveal .36s cubic-bezier(.2,.8,.2,1) both; }
@keyframes galleryReveal { from { opacity: 0; transform: translateY(8px); } }
.private-gallery-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.private-gallery-head > span { display: grid; gap: 4px; }.private-gallery-head strong { display: flex; align-items: center; gap: 5px; font-size: 14px; }.private-gallery-head strong .ico { width: 15px; color: #8b70dc; }.private-gallery-head button { min-height: 31px; padding: 0 11px; border-radius: 99px; color: #7c61c6; background: #f1ebff; font-size: 10px; font-weight: 850; }
.private-gallery-section > p { margin: 7px 0 11px; color: var(--muted); font-size: 9px; line-height: 1.5; }
.private-gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; }
.private-gallery-card { position: relative; aspect-ratio: .86; overflow: hidden; border-radius: 11px; background: linear-gradient(135deg,#ede8f5,#e4edf2); isolation: isolate; }
.private-gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }.private-gallery-card.is-locked img { filter: blur(13px) saturate(.72); transform: scale(1.15); }.private-gallery-card.is-locked::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(37,27,53,.02),rgba(37,27,53,.46)); }
.private-gallery-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #aa9db6; background: linear-gradient(135deg,#eee9f3,#e0e9ef); }.private-gallery-placeholder .ico { width: 26px; }
.private-gallery-lock { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; justify-items: center; gap: 4px; color: #fff; text-shadow: 0 2px 8px rgba(24,15,38,.3); }.private-gallery-lock .ico { width: 19px; }.private-gallery-lock small { font-size: 8px; font-weight: 800; }
.private-gallery-unlock { width: 100%; min-height: 44px; margin-top: 10px; padding: 0 15px; border-radius: 14px; color: #fff; background: linear-gradient(100deg,#806ee3,#d36fc2 56%,#efa85c); box-shadow: 0 9px 22px rgba(122,86,188,.18); font-size: 11px; font-weight: 900; }.private-gallery-unlock:active { transform: scale(.985); }
.private-gallery-unlock.is-svip { color: #fff; border: 1px solid #a897ee; border-color: color-mix(in srgb,var(--svip-badge-color) 52%,#fff); background: linear-gradient(100deg,#252631,#443c62 56%,#7257e8); background: linear-gradient(100deg,#252631,color-mix(in srgb,var(--svip-badge-color) 40%,#302f3a) 56%,var(--svip-badge-color)); box-shadow: 0 9px 22px rgba(77,61,135,.22); box-shadow: 0 9px 22px color-mix(in srgb,var(--svip-badge-color) 25%,transparent); }
.svip-gate { display: grid; gap: 10px; margin: 10px 0; padding: 14px; border: 1px solid #eadcb9; border-radius: 14px; color: #65502f; background: linear-gradient(145deg,#fffaf0,#fff4d9); }.svip-gate strong { font-size: 12px; }.svip-gate p { margin: 0; color: #927b58; font-size: 9px; line-height: 1.6; }
.qr-payment-icon { width: 132px; height: 132px; margin: 0 auto; display: grid; place-items: center; border: 9px solid #20242a; border-radius: 22px; color: #292b31; background: repeating-conic-gradient(#20242a 0 25%,#fff 0 50%) 50%/20px 20px; box-shadow: inset 0 0 0 8px #fff,0 12px 28px rgba(24,35,42,.12); font-size: 38px; }
.private-gallery-grid .gallery-empty { grid-column: 1/-1; min-height: 92px; padding: 16px; display: grid; place-content: center; text-align: center; border: 1px dashed #ddd4eb; border-radius: 13px; color: #998ba7; background: #faf8fd; font-size: 10px; line-height: 1.6; }
.profile-cta { position: fixed; z-index: 3; left: 0; right: 0; bottom: 0; height: calc(73px + var(--safe-bottom)); padding: 9px 15px var(--safe-bottom); display: grid; grid-template-columns: 48px 1fr; gap: 9px; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
.profile-cta > button:first-child { display: grid; place-items: center; border-radius: 16px; color: #e79b35; background: #fff5df; }.profile-cta > .primary-btn { display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 16px; }.profile-cta .ico { width: 20px; }

.vip-page { color: #fff; background: #272934; }
.vip-page::before { content: ""; position: fixed; z-index: -1; width: 280px; height: 280px; top: -140px; right: -80px; border: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle,rgba(226,192,128,.12),transparent 65%); border-radius: 40%; transform: rotate(32deg); }
.vip-header { height: calc(56px + var(--safe-top)); padding: calc(8px + var(--safe-top)) 12px 4px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; }.vip-header > strong { text-align: center; font-size: 14px; }.vip-header .text-btn { min-height: 44px; color: rgba(255,255,255,.72); font-size: 11px; }
.vip-identity { margin: 7px 17px 0; display: flex; align-items: center; gap: 10px; }.vip-identity .avatar { border: 2px solid rgba(239,205,137,.7); }.vip-identity > div { display: grid; gap: 4px; min-width: 0; flex: 1; }.vip-identity strong { font-size: 14px; }.vip-identity small { color: rgba(255,255,255,.5); font-size: 8px; }.vip-diamond { width: 54px; height: 54px; color: rgba(231,203,143,.13); fill: rgba(231,203,143,.05); stroke-width: 1; }
.vip-switch { width: 220px; height: 39px; margin: 20px auto 13px; padding: 4px; display: grid; grid-template-columns: repeat(2,1fr); border-radius: 99px; background: rgba(15,16,22,.4); }.vip-switch button { display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 99px; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 800; }.vip-switch .ico { width: 15px; }.vip-switch button.is-active { color: #3b3428; background: linear-gradient(135deg,#f6dfa7,#dcb76f); box-shadow: 0 5px 15px rgba(210,170,95,.14); }
.plan-list { display: flex; gap: 9px; padding: 4px 17px 15px; overflow-x: auto; scrollbar-width: none; }.plan-list::-webkit-scrollbar{display:none}.plan-card { position: relative; min-width: 116px; height: 132px; padding: 16px 9px 10px; display: grid; align-content: center; justify-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.045); }.plan-card.is-active { color: #f5dcaa; border-color: #dcb76f; background: linear-gradient(155deg,rgba(223,186,112,.13),rgba(255,255,255,.04)); }.plan-card em { position: absolute; left: -1px; top: -1px; padding: 4px 7px; border-radius: 13px 0 9px 0; color: #2d2b29; background: #e5bf75; font-size: 7px; font-style: normal; }.plan-card span { font-size: 10px; }.plan-card b { margin: 6px 0 3px; font-size: 25px; letter-spacing: -.04em; }.plan-card b::before { content: "¥"; font-size: 12px; font-weight: 600; }.plan-card small { color: rgba(255,255,255,.36); font-size: 7px; text-decoration: line-through; }
.vip-buy-btn { width: calc(100% - 34px); height: 46px; margin: 3px 17px 25px; border-radius: 99px; color: #463c2d; background: linear-gradient(90deg,#dcae59,#f8dfa6 48%,#ddae5b); box-shadow: 0 9px 25px rgba(222,178,93,.14); font-size: 12px; font-weight: 900; }
.privilege-section { padding: 0 17px 18px; }.privilege-section .eyebrow { color: #c7a864; }.privilege-section h2 { margin: 3px 0 17px; font-size: 17px; }.privilege-grid { display: grid; grid-template-columns: repeat(4,1fr); row-gap: 19px; }.privilege { text-align: center; }.privilege i { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto 7px; border-radius: 50%; color: #e6c982; border: 1px solid rgba(230,201,130,.2); background: rgba(255,255,255,.055); font-style: normal; font-size: 17px; }.privilege strong { display: block; font-size: 9px; }.privilege small { display: block; margin-top: 3px; color: rgba(255,255,255,.34); font-size: 7px; }
.purchase-note { margin: 0; padding: 7px 27px 32px; color: rgba(255,255,255,.27); font-size: 7px; line-height: 1.65; text-align: center; }

.vip-page:not(.is-svip) { color: #4c402e; background: linear-gradient(180deg,#fffaf0 0,#fff7e8 38%,#fffdf8 100%); }
.vip-page:not(.is-svip)::before { border-color: rgba(177,127,42,.1); background: radial-gradient(circle,rgba(228,187,104,.18),transparent 65%); }
.vip-page:not(.is-svip) .icon-btn.glass { color: #715b37; border-color: rgba(145,105,42,.12); background: rgba(255,255,255,.65); }
.vip-page:not(.is-svip) .vip-header .text-btn { color: #9a7841; }
.vip-page:not(.is-svip) .vip-identity small { color: #a28c69; }
.vip-page:not(.is-svip) .vip-diamond { color: rgba(173,126,47,.22); fill: rgba(212,169,91,.08); }
.vip-page:not(.is-svip) .vip-switch { background: rgba(177,137,70,.1); }
.vip-page:not(.is-svip) .vip-switch button { color: #a48b63; }
.vip-page:not(.is-svip) .vip-switch button.is-active { color: #473921; background: linear-gradient(135deg,#f8dfaa,#e7bd70); }
.vip-page:not(.is-svip) .plan-card { color: #6e604b; border-color: #eadbc1; background: rgba(255,255,255,.72); }
.vip-page:not(.is-svip) .plan-card.is-active { color: #8b6425; border-color: #d8aa58; background: linear-gradient(155deg,#fff6df,#fff); box-shadow: 0 10px 24px rgba(167,123,48,.1); }
.vip-page:not(.is-svip) .plan-card small { color: #b0a18b; }
.vip-page:not(.is-svip) .privilege i { color: #b7873c; border-color: #ead8b8; background: #fff8e9; }
.vip-page:not(.is-svip) .privilege small { color: #a99b86; }
.vip-page:not(.is-svip) .purchase-note { color: #b2a58f; }
.vip-page.is-svip { background: linear-gradient(155deg,#242631,#302c3c 55%,#252832); }
.vip-page.is-svip .vip-switch button.is-active { color: #fff; background: linear-gradient(135deg,#766bea,#b45bd0); }
.vip-page.is-svip .plan-card.is-active { color: #e4d8ff; border-color: #8f79dd; background: linear-gradient(155deg,rgba(137,111,224,.2),rgba(255,255,255,.045)); }
.vip-page.is-svip .vip-buy-btn { color: #fff; background: linear-gradient(90deg,#7165df,#a965df 50%,#e16fb9); }

.settings-page { background: #f3f7f9; }.settings-content { padding: 14px; }.settings-group { margin-bottom: 12px; overflow: hidden; border-radius: 16px; background: var(--surface); }.settings-group button { width: 100%; height: 55px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; }.settings-group button:last-child{border:0}.settings-group button > span { display: flex; align-items: center; gap: 11px; }.settings-group button > span .ico { width: 19px; color: #68a9c1; }.settings-group button > .ico { width: 14px; color: #a7b2b9; }.settings-group em { color: #9ba7ae; font-size: 9px; font-style: normal; }.switch { width: 38px; height: 22px; padding: 2px; border-radius: 99px; background: #d9e2e6; transition: .2s; }.switch::after { content: ""; display: block; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px rgba(30,70,90,.15); transition: .2s; }.switch.is-on { background: #49c7e6; }.switch.is-on::after { transform: translateX(16px); }

.utility-page { overflow: hidden; background: var(--surface-2); }
.utility-content { height: calc(100% - 56px - var(--safe-top)); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px; }
.utility-loading { display: grid; gap: 10px; }
.utility-loading span { height: 66px; border-radius: 15px; }
.utility-empty { min-height: 60vh; display: grid; place-content: center; justify-items: center; gap: 8px; padding: 30px; text-align: center; }
.utility-empty i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; color: #42acd6; background: #e4f5fb; font-size: 25px; font-style: normal; }
.utility-empty h3 { margin: 5px 0 0; font-size: 17px; }
.utility-empty p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.utility-list { display: grid; gap: 9px; }
.utility-person, .utility-order, .utility-notice { width: 100%; min-height: 70px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 16px; text-align: left; background: var(--surface); box-shadow: var(--shadow-sm); }
.utility-person .avatar { width: 48px; height: 48px; }
.utility-person > span:nth-child(2) { min-width: 0; flex: 1; }
.utility-person strong, .utility-order strong, .utility-notice strong { display: block; font-size: 13px; }
.utility-person strong, .search-result strong { display: flex; align-items: center; gap: 4px; }
.utility-person small, .utility-order small, .utility-notice small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.utility-person > .ico { width: 16px; color: #9ba8b0; }
.utility-order { display: grid; grid-template-columns: 1fr auto; }
.utility-order b { color: #c79135; font-size: 16px; }
.utility-order em { justify-self: end; padding: 5px 8px; border-radius: 99px; color: #5494a9; background: #e9f6fa; font-size: 10px; font-style: normal; }
.utility-notice { align-items: flex-start; }
.utility-notice > i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--grad); font-style: normal; }
.utility-notice > span { flex: 1; }
.profile-edit-form { display: grid; gap: 13px; padding-bottom: 24px; }
.profile-edit-avatar { display: grid; justify-items: center; gap: 9px; padding: 10px 0 4px; }
.profile-edit-avatar .avatar { width: 82px; height: 82px; }
.profile-edit-avatar button { min-height: 40px; padding: 0 14px; color: #329dc8; font-size: 12px; font-weight: 800; }
.form-field { display: grid; gap: 7px; }
.form-field > span, .report-sheet label > span { color: #6f7f8a; font-size: 11px; font-weight: 750; }
.form-field input, .form-field textarea, .form-field select, .report-sheet textarea, .report-sheet select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 13px; outline: 0; color: var(--ink); background: var(--surface); font-size: 13px; }
.form-field textarea { min-height: 92px; resize: vertical; line-height: 1.6; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus, .report-sheet textarea:focus, .report-sheet select:focus { border-color: #61c5e7; box-shadow: 0 0 0 3px rgba(62,184,229,.1); }

.creator-center { display: grid; gap: 12px; padding-bottom: 28px; }
.creator-status-card { position: relative; min-height: 152px; padding: 18px; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(135deg,#554e91,#8970d0 48%,#d36fae 100%); box-shadow: 0 18px 40px rgba(97,71,154,.2); }
.creator-status-card::before, .creator-status-card::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }.creator-status-card::before { width: 145px; height: 145px; right: -54px; top: -65px; }.creator-status-card::after { width: 78px; height: 78px; right: 32px; bottom: -53px; background: rgba(255,255,255,.07); }
.creator-status-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; }.creator-status-top > span:first-child { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.18); }.creator-status-top .ico { width: 27px; }.creator-status-pill { min-height: 25px; padding: 0 9px; display: inline-flex; align-items: center; border-radius: 99px; color: #5c4782; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 900; }
.creator-status-card h2 { position: relative; z-index: 1; margin: 15px 0 5px; font-size: 21px; letter-spacing: -.04em; }.creator-status-card p { position: relative; z-index: 1; max-width: 290px; margin: 0; color: rgba(255,255,255,.75); font-size: 10px; line-height: 1.6; }
.creator-panel { padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); }.creator-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }.creator-panel-heading > span { display: grid; gap: 3px; }.creator-panel-heading strong { font-size: 14px; }.creator-panel-heading small { color: var(--muted); font-size: 9px; }.creator-price { color: #8264c5; font-size: 19px; font-weight: 900; }.creator-price small { color: #9b8caf; font-size: 9px; font-weight: 650; }
.creator-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }.creator-benefits span { min-height: 78px; padding: 10px 6px; display: grid; place-content: center; justify-items: center; gap: 7px; border-radius: 13px; color: #705d94; background: #f6f1fc; text-align: center; font-size: 9px; font-weight: 800; }.creator-benefits .ico { width: 22px; color: #9a75dd; }
.creator-apply-form, .creator-gallery-form { display: grid; gap: 11px; }.creator-form-note { margin: 0; padding: 10px 11px; border-radius: 12px; color: #887797; background: #f8f4fb; font-size: 9px; line-height: 1.65; }.creator-form-note strong { color: #675078; }
.creator-wide-btn { width: 100%; min-height: 45px; border-radius: 14px; font-size: 11px; font-weight: 900; }.creator-secondary-btn { width: 100%; min-height: 43px; border: 1px solid #dcd1ee; border-radius: 14px; color: #775ba7; background: #faf8fd; font-size: 11px; font-weight: 850; }.creator-secondary-btn .ico { width: 16px; vertical-align: -3px; margin-right: 4px; }
.creator-order { display: grid; grid-template-columns: 1fr auto; gap: 6px 10px; padding: 13px; border-radius: 14px; background: #fff7e8; border: 1px solid #f3dfb8; }.creator-order strong { font-size: 12px; }.creator-order b { color: #ba7c22; font-size: 16px; }.creator-order small { color: #9f8e72; font-size: 9px; }.creator-order em { align-self: end; justify-self: end; padding: 4px 7px; border-radius: 99px; color: #aa741f; background: #ffe8b8; font-size: 8px; font-style: normal; font-weight: 900; }
.creator-payment-link { width: 100%; min-height: 44px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(100deg,#816fe3,#d36fc0); text-decoration: none; font-size: 11px; font-weight: 900; }
.creator-reason { padding: 11px 12px; border-radius: 13px; color: #b25765; background: #fff0f2; font-size: 10px; line-height: 1.6; }
.creator-manage-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 11px; }.creator-manage-photo { position: relative; aspect-ratio: .86; overflow: hidden; border-radius: 11px; background: #edf2f5; }.creator-manage-photo img { width: 100%; height: 100%; object-fit: cover; }.creator-manage-photo span { position: absolute; left: 5px; bottom: 5px; padding: 3px 5px; border-radius: 99px; color: #fff; background: rgba(27,28,42,.52); backdrop-filter: blur(6px); font-size: 7px; }
.creator-upload-state { min-height: 84px; display: grid; place-content: center; justify-items: center; gap: 7px; border: 1px dashed #d9cdea; border-radius: 13px; color: #8c7aa4; background: #fbf9fd; font-size: 9px; }.creator-upload-state .ico { width: 23px; }.creator-empty-gallery { grid-column: 1/-1; min-height: 86px; padding: 15px; display: grid; place-content: center; text-align: center; border: 1px dashed #ddd4e9; border-radius: 12px; color: #9788a5; font-size: 9px; line-height: 1.6; }
.creator-loading-inline { min-height: 130px; display: grid; place-content: center; justify-items: center; gap: 10px; color: var(--muted); font-size: 10px; }.creator-loading-inline::before { content: ""; width: 25px; height: 25px; border: 3px solid #e5ddf0; border-top-color: #896ed0; border-radius: 50%; animation: creatorSpin .75s linear infinite; }@keyframes creatorSpin { to { transform: rotate(360deg); } }

.sheet-backdrop { position: absolute; z-index: 120; inset: 0; background: rgba(15,28,38,.36); backdrop-filter: blur(3px); animation: fadeIn .2s both; }
@keyframes fadeIn { from { opacity: 0; } }
.bottom-sheet { position: absolute; z-index: 121; left: 0; right: 0; bottom: 0; padding: 8px 17px calc(18px + var(--safe-bottom)); border-radius: 27px 27px 0 0; background: var(--surface); box-shadow: 0 -18px 60px rgba(24,57,74,.18); animation: sheetUp .36s cubic-bezier(.18,.8,.2,1) both; }
.bottom-sheet.is-closing { animation: sheetDown .25s ease both; }
@keyframes sheetUp { from { transform: translateY(105%); } } @keyframes sheetDown { to { transform: translateY(105%); } }
.sheet-handle { width: 38px; height: 4px; margin: 0 auto 14px; border-radius: 99px; background: #dce5e9; }
.bottom-sheet header { display: flex; align-items: center; justify-content: space-between; }.bottom-sheet h2 { margin: 3px 0 0; font-size: 19px; letter-spacing: -.035em; }
.publish-sheet textarea { width: 100%; height: 122px; margin-top: 14px; padding: 13px; resize: none; border: 0; outline: 0; border-radius: 15px; color: var(--ink); background: #f5f9fa; font-size: 12px; line-height: 1.6; }
.publish-tools { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 11px 0; }.publish-tools button { height: 59px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border-radius: 13px; background: #f8fafb; color: #6e7f8b; font-size: 9px; }.tool-orb { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; color: #fff; font-weight: 900; }.tool-orb .ico { width: 15px; }.tool-orb.cyan{background:linear-gradient(135deg,#3bcbd7,#4aabe8)}.tool-orb.violet{background:linear-gradient(135deg,#8e7fe9,#c17cdb)}.tool-orb.amber{background:linear-gradient(135deg,#f3bd4b,#f59645)}
.media-preview { height: 85px; margin-top: 10px; border-radius: 13px; overflow: hidden; background: #e7f2f5; }.media-preview img { width: 100%; height: 100%; object-fit: cover; }
.publish-location { height: 48px; margin: 0 0 10px; padding: 0 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-2); }
.publish-location > .ico { width: 18px; color: #8177dd; }
.publish-location input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 12px; }
.publish-location button { width: 38px; height: 44px; color: #9aa7af; }
.publish-location button .ico { width: 15px; }
.visibility-row { min-height: 53px; padding: 8px 2px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }.visibility-row > span { display: flex; align-items: center; gap: 9px; }.visibility-row .ico { width: 19px; color: #5bb7d5; }.visibility-row > span > span { display: grid; gap: 3px; }.visibility-row strong { font-size: 10px; }.visibility-row small { color: var(--muted); font-size: 8px; }.visibility-row select { border: 0; outline: 0; color: #5a9eb7; background: transparent; font-size: 9px; }.publish-submit { width: 100%; margin-top: 10px; }
.search-sheet { min-height: 55%; top: 10%; bottom: auto; padding-bottom: 22px; border-radius: 27px; }.text-btn { color: #4ca8c9; font-size: 11px; font-weight: 750; }
.search-field { height: 44px; margin-top: 15px; padding: 0 11px; display: flex; align-items: center; gap: 7px; border-radius: 13px; background: #f1f6f8; }.search-field .ico { width: 18px; color: #91a0aa; }.search-field input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 11px; }.search-field button { width: 25px; height: 25px; color: #a5b0b7; }.search-field button .ico { width: 14px; }.search-content { padding-top: 21px; }.hot-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }.hot-tags button { padding: 8px 12px; border-radius: 99px; color: #5b8494; background: #edf7fa; font-size: 10px; }.search-result { min-height: 61px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }.search-result .avatar { width: 42px; height: 42px; }.search-result > span { min-width: 0; flex: 1; }.search-result strong { display: block; font-size: 12px; }.search-result small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }.search-result .ico { width: 14px; color: #a4b0b7; }

.action-sheet { padding-bottom: calc(14px + var(--safe-bottom)); }
.action-list { display: grid; gap: 7px; margin-top: 13px; }
.action-list button { min-height: 58px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; border-radius: 15px; text-align: left; background: var(--surface-2); }
.action-list button:active { transform: scale(.985); }
.action-list i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 12px; color: #2ea5d5; background: #e3f4fa; font-style: normal; font-size: 16px; }
.action-list i .ico { width: 19px; height: 19px; }
.action-list span { min-width: 0; flex: 1; }
.action-list strong { display: block; font-size: 13px; }
.action-list small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.action-list button.is-danger i { color: #e66070; background: #ffeaed; }
.action-list button.is-danger strong { color: #dc5969; }
.action-sheet.is-media-menu .action-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.action-sheet.is-media-menu .action-list button { min-height: 112px; padding: 13px 11px; flex-direction: column; align-items: flex-start; gap: 9px; }
.action-sheet.is-media-menu .action-list i { width: 42px; height: 42px; border-radius: 14px; }.action-sheet.is-media-menu .action-list i .ico { width: 21px; height: 21px; }.action-sheet.is-media-menu .action-list strong { font-size: 12px; }.action-sheet.is-media-menu .action-list small { min-height: 30px; font-size: 9px; line-height: 1.45; }
.comment-sheet textarea { width: 100%; min-height: 116px; margin-top: 14px; padding: 13px; resize: none; border: 1px solid var(--line); border-radius: 15px; outline: 0; color: var(--ink); background: var(--surface-2); font-size: 14px; line-height: 1.6; }
.comment-sheet textarea:focus { border-color: #60c6e8; }
.sheet-submit-row { margin-top: 10px; display: flex; align-items: center; gap: 12px; }
.sheet-submit-row small { flex: 1; color: var(--muted); font-size: 10px; line-height: 1.45; }
.sheet-submit-row .primary-btn { min-width: 92px; }
.report-sheet form { display: grid; gap: 12px; margin-top: 14px; }
.report-sheet label { display: grid; gap: 7px; }
.report-sheet textarea { resize: none; line-height: 1.6; }
.report-submit { width: 100%; margin-top: 3px; }

dialog { color: var(--ink); border: 0; padding: 0; }
dialog::backdrop { background: rgba(14,31,42,.44); backdrop-filter: blur(5px); }
.auth-dialog { width: min(366px, calc(100% - 30px)); max-height: calc(100dvh - 24px); padding: 25px 22px 20px; overflow-y: auto; border-radius: 25px; text-align: center; background: var(--surface); box-shadow: 0 25px 90px rgba(18,46,62,.28); animation: dialogIn .32s cubic-bezier(.2,.8,.2,1); }
@keyframes dialogIn { from { opacity: 0; transform: translateY(18px) scale(.96); } }
.auth-close { position: absolute; right: 13px; top: 13px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #8c9aa4; background: #f3f7f8; }.auth-close .ico { width: 16px; }
.auth-logo { margin: 2px auto 12px; }.auth-dialog > .eyebrow { margin-top: 5px; }.auth-dialog h2 { margin: 4px 0 7px; font-size: 21px; letter-spacing: -.04em; }.auth-dialog > p { margin: 0 auto 17px; max-width: 280px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.auth-dialog.is-register { padding-top: 19px; }.auth-dialog.is-register .auth-logo { margin-bottom: 7px; transform: scale(.86); }.auth-dialog.is-register > .eyebrow { margin-top: 0; }.auth-dialog.is-register > p { margin-bottom: 12px; }
.auth-tabs { height: 38px; padding: 3px; margin-bottom: 10px; display: grid; grid-template-columns: repeat(2,1fr); background: #f0f5f7; border-radius: 11px; }.auth-tabs button { border-radius: 9px; color: #8b99a3; font-size: 10px; font-weight: 750; }.auth-tabs button.is-active { color: var(--ink); background: #fff; box-shadow: 0 3px 10px rgba(40,74,91,.08); }
.auth-dialog form > label { display: grid; gap: 5px; text-align: left; margin-top: 9px; }.auth-dialog form > label span { color: #75848f; font-size: 10px; font-weight: 650; }.auth-dialog input { width: 100%; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #fbfdfe; font-size: 12px; }.auth-dialog input:focus { border-color: #69c6e7; }.auth-dialog form > .primary-btn { width: 100%; margin-top: 16px; }.terms { display: block; margin-top: 13px; color: #abb5bc; font-size: 9px; }
.auth-gender { min-width: 0; margin: 10px 0 0; padding: 0; border: 0; text-align: left; }.auth-gender legend { width: 100%; padding: 0; color: #75848f; font-size: 9px; font-weight: 650; }.auth-gender legend small { float: right; color: #a2adb5; font-size: 8px; font-weight: 500; }.auth-gender > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 6px; }.auth-gender label { min-width: 0; cursor: pointer; }.auth-gender input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.auth-gender-card { min-height: 68px; padding: 8px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 14px; background: #fbfdfe; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease; }.auth-gender-avatar { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 13px; background-position: center; background-size: cover; box-shadow: inset 0 0 0 1px rgba(255,255,255,.75),0 4px 10px rgba(38,91,116,.11); }.auth-gender-avatar.is-female { background-image: url('avatar-asian-1.webp'); }.auth-gender-avatar.is-male { background-image: url('avatar-asian-4.webp'); }.auth-gender-card > span { min-width: 0; display: grid; gap: 3px; }.auth-gender-card strong { font-size: 12px; }.auth-gender-card small { overflow: hidden; color: #9aa7af; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.auth-gender-card b { width: 18px; height: 18px; margin-left: auto; flex: 0 0 18px; display: grid; place-items: center; border-radius: 50%; color: transparent; background: #edf2f4; font-size: 10px; transition: .2s ease; }
.auth-gender input:checked + .auth-gender-card { border-color: #59bee5; background: #eefaff; box-shadow: 0 5px 14px rgba(39,164,214,.1); transform: translateY(-1px); }.auth-gender input:checked + .auth-gender-card b { color: #fff; background: linear-gradient(135deg,#39c9e5,#398feb); }.auth-gender input:focus-visible + .auth-gender-card { outline: 3px solid rgba(48,182,239,.23); outline-offset: 2px; }
.confirm-dialog { width: min(306px, calc(100% - 50px)); padding: 22px 20px 17px; border-radius: 21px; text-align: center; background: var(--surface); box-shadow: 0 25px 90px rgba(18,46,62,.28); animation: dialogIn .25s both; }.confirm-icon { width: 43px; height: 43px; margin: auto; display: grid; place-items: center; border-radius: 14px; color: #37acd9; background: #e7f7fc; }.confirm-dialog h3 { margin: 11px 0 6px; font-size: 15px; }.confirm-dialog p { margin: 0 0 17px; color: var(--muted); font-size: 10px; line-height: 1.55; }.confirm-dialog > div:last-child { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }.confirm-dialog > div:last-child button { height: 40px; border-radius: 12px; background: #f1f5f7; font-size: 10px; font-weight: 750; }.confirm-dialog .primary-btn { min-height: 40px; padding: 0; }

.toast-stack { position: absolute; z-index: 200; left: 15px; right: 15px; top: calc(14px + var(--safe-top)); display: grid; justify-items: center; gap: 7px; pointer-events: none; }
.toast { max-width: 92%; min-height: 38px; padding: 9px 13px; display: flex; align-items: center; gap: 8px; border-radius: 12px; color: #fff; background: rgba(26,41,52,.91); box-shadow: 0 8px 25px rgba(18,45,61,.2); backdrop-filter: blur(12px); font-size: 10px; line-height: 1.4; animation: toastIn .3s both; }.toast.is-success::before { content: "✓"; color: #62e1aa; font-weight: 900; }.toast.is-error::before { content: "!"; color: #ff8493; font-weight: 900; }.toast.is-leaving { animation: toastOut .25s both; }
@keyframes toastIn { from { opacity: 0; transform: translateY(-8px) scale(.96); } } @keyframes toastOut { to { opacity: 0; transform: translateY(-8px) scale(.96); } }

/* Complete product flows */
.channel-tabs { gap: 12px; }
.chat-page .detail-header { grid-template-columns: 44px minmax(0,1fr) auto; }
.chat-head-actions { display: flex; align-items: center; gap: 0; }
.chat-head-actions .icon-btn { width: 34px; height: 38px; flex-basis: 34px; }
.chat-head-actions .ico { width: 18px; height: 18px; }
.composer.is-recording > [data-action="voice"] { color: #fff; border-radius: 13px; background: var(--danger); animation: recordPulse 1s ease-in-out infinite alternate; }
@keyframes recordPulse { to { box-shadow: 0 0 0 7px rgba(255,95,114,.14); } }
.moment-actions button.is-favorited { color: #ee9b2e; }
.load-history { min-height: 31px; margin: 3px auto 14px; padding: 0 13px; display: block; border-radius: 99px; color: #4da4c3; background: #e8f6fa; font-size: 9px; font-weight: 800; }
.message-retry { color: var(--danger); font-size: 9px; font-weight: 800; }
.message-audio { width: min(230px,58vw); height: 34px; display: block; }
.message-video { width: min(240px,62vw); max-height: 300px; display: block; border-radius: 12px; background: #0d1620; }
.message-file, .message-location { min-width: 190px; display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; white-space: normal; }
.message-file .ico, .message-location .ico { width: 28px; height: 28px; flex: 0 0 28px; }
.message-file span, .message-location span { min-width: 0; display: grid; gap: 2px; }
.message-file strong, .message-location strong { overflow: hidden; text-overflow: ellipsis; font-size: 11px; }
.message-file small, .message-location small { opacity: .72; font-size: 8px; }
.media-preview { height: auto; min-height: 85px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; overflow: visible; background: transparent; }
.media-preview > span { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: #e7f2f5; }
.media-preview > span img { width: 100%; height: 100%; object-fit: cover; }
.media-preview > span button { position: absolute; top: 5px; right: 5px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(18,30,40,.68); font-size: 15px; }

.wallet-page { display: grid; gap: 13px; }
.wallet-balance-panel { position: relative; min-height: 170px; padding: 25px 22px; overflow: hidden; display: grid; align-content: center; gap: 7px; border-radius: 23px; color: #fff; background: linear-gradient(135deg,#2aaedc,#438bed 54%,#9c73df); box-shadow: 0 20px 45px rgba(54,132,209,.2); }
.wallet-balance-panel::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -78px; border: 28px solid rgba(255,255,255,.09); border-radius: 50%; }
.wallet-balance-panel span { opacity: .75; font-size: 10px; font-weight: 700; }.wallet-balance-panel strong { font-size: 39px; letter-spacing: -.045em; }.wallet-balance-panel small { opacity: .62; font-size: 9px; }
.wallet-action-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.wallet-action-grid button { min-height: 96px; padding: 13px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 10px; border: 1px solid var(--line); border-radius: 17px; text-align: left; background: var(--surface); box-shadow: var(--shadow-sm); }
.wallet-action-grid i { grid-row: 1/3; width: 38px; height: 38px; display: grid; place-items: center; align-self: center; border-radius: 13px; color: #fff; background: var(--grad); font-style: normal; font-weight: 900; }.wallet-action-grid strong { align-self: end; font-size: 12px; }.wallet-action-grid small { align-self: start; margin-top: 3px; color: var(--muted); font-size: 8px; }
.transaction-list { display: grid; gap: 7px; }.transaction-row { min-height: 68px; padding: 11px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.transaction-row > i { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 12px; font-style: normal; font-weight: 900; }.transaction-row > span { min-width: 0; flex: 1; display: grid; gap: 4px; }.transaction-row strong { font-size: 11px; }.transaction-row small { overflow: hidden; text-overflow: ellipsis; color: var(--muted); font-size: 8px; white-space: nowrap; }.transaction-row > b { font-size: 13px; }.income { color: #20af78; }.transaction-row > i.income { background: #e5f9f0; }.expense { color: #e25d70; }.transaction-row > i.expense { background: #ffedf0; }
.recharge-plan-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-bottom: 13px; }.recharge-plan-grid label { cursor: pointer; }.recharge-plan-grid input { position: absolute; opacity: 0; pointer-events: none; }.recharge-plan-grid span { min-height: 106px; padding: 14px; display: grid; align-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); transition: .2s; }.recharge-plan-grid input:checked + span { border-color: #58bde4; background: #ecf9fe; box-shadow: 0 0 0 2px rgba(49,189,235,.1); }.recharge-plan-grid strong { font-size: 11px; }.recharge-plan-grid b { color: #268fd1; font-size: 20px; }.recharge-plan-grid small { color: var(--muted); font-size: 8px; }.recharge-form > .primary-btn { width: 100%; margin-top: 12px; }

.gift-catalog { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }.gift-send-form { padding: 13px; display: grid; gap: 7px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-sm); }.gift-art { height: 78px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg,#f4faff,#fff3fa); }.gift-art img { width: 64px; height: 64px; object-fit: contain; }.gift-art > span { font-size: 35px; }.gift-send-form > strong { font-size: 12px; }.gift-send-form > small { color: #d072a9; font-size: 9px; font-weight: 800; }.gift-send-form label { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }.gift-send-form input { min-width: 0; height: 34px; padding: 0 8px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: var(--surface-2); font-size: 9px; }.gift-send-form label input { width: 54px; }.gift-send-form > button { height: 35px; border-radius: 11px; color: #fff; background: var(--grad); font-size: 10px; font-weight: 900; }
.gift-wall-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }.gift-wall-grid article { min-width: 0; padding: 11px 7px; display: grid; justify-items: center; gap: 4px; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: var(--surface); }.gift-wall-grid article > div { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 14px; background: #fff5fb; }.gift-wall-grid img { width: 54px; height: 54px; object-fit: contain; }.gift-wall-grid article > div span { font-size: 28px; }.gift-wall-grid strong { max-width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 10px; white-space: nowrap; }.gift-wall-grid small { color: #dc6fab; font-size: 9px; }.gift-wall-grid p { max-width: 100%; margin: 0; overflow: hidden; text-overflow: ellipsis; color: var(--muted); font-size: 8px; white-space: nowrap; }
.favorite-list { display: grid; gap: 6px; }.favorite-list button { min-height: 63px; padding: 8px 10px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 15px; text-align: left; background: var(--surface); }.favorite-list .avatar { width: 42px; height: 42px; }.favorite-list button > span:nth-child(2) { min-width: 0; flex: 1; }.favorite-list strong,.favorite-list small { display: block; }.favorite-list strong { font-size: 11px; }.favorite-list small { margin-top: 4px; overflow: hidden; text-overflow: ellipsis; color: var(--muted); font-size: 9px; white-space: nowrap; }.favorite-list .ico { width: 14px; color: #aab5bb; }
.help-list { display: grid; gap: 8px; }.help-list details { padding: 0 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.help-list summary { min-height: 51px; display: flex; align-items: center; cursor: pointer; font-size: 11px; font-weight: 800; }.help-list p,.utility-copy { margin: 0 0 13px; color: var(--muted); font-size: 10px; line-height: 1.7; }.help-contact { display: grid; place-items: center; text-decoration: none; }.legal-article { padding: 3px 4px 30px; }.legal-article h2 { margin: 0 0 16px; font-size: 21px; }.legal-article div { color: #596b77; font-size: 11px; line-height: 1.9; }
.feedback-form,.password-form { display: grid; gap: 12px; }.feedback-form textarea { min-height: 150px; }.feedback-form > .primary-btn,.password-form > .primary-btn { width: 100%; }
.preference-form { display: grid; gap: 9px; }.preference-form > label { min-height: 68px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }.preference-form > label span { display: grid; gap: 4px; }.preference-form strong { font-size: 11px; }.preference-form small { color: var(--muted); font-size: 8px; }.preference-form input[type="checkbox"] { width: 21px; height: 21px; accent-color: #32b8e8; }.preference-form > .primary-btn { width: 100%; margin-top: 4px; }
.location-panel { min-height: 470px; padding: 30px 8px; display: grid; align-content: start; justify-items: center; text-align: center; }.location-orb { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 27px; color: #fff; background: var(--grad); box-shadow: 0 18px 35px rgba(46,174,223,.24); }.location-orb .ico { width: 38px; height: 38px; }.location-panel h2 { margin: 19px 0 7px; font-size: 21px; }.location-panel > p { max-width: 280px; margin: 0 0 20px; color: var(--muted); font-size: 10px; line-height: 1.7; }.location-panel .form-field,.location-panel > button { width: 100%; }.location-panel > button { margin-top: 10px; }.creator-secondary-btn.is-danger { color: var(--danger); border-color: #ffd5dc; background: #fff5f6; }
.notification-list { display: grid; gap: 7px; }.notification-item { width: 100%; text-align: left; }.notification-item.is-unread { border-color: #bfe8f5; background: #effaff; }.notification-item time { display: block; margin-top: 5px; color: #a2afb6; font-size: 8px; }
.creator-history-actions { position: relative; z-index: 1; display: flex; gap: 8px; margin-top: 14px; }.creator-history-actions button { min-height: 31px; padding: 0 11px; border-radius: 99px; color: #fff; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); font-size: 9px; font-weight: 800; }
.creator-manage-photo > button { position: absolute; top: 5px; right: 5px; z-index: 2; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(24,25,36,.68); font-size: 16px; }
.creator-earnings-entry { width: 100%; min-height: 65px; margin-bottom: 12px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 15px; color: #624d88; background: linear-gradient(120deg,#f5effc,#fff5ee); border: 1px solid #e7d9f1; text-align: left; }.creator-earnings-entry > span { display: flex; align-items: center; gap: 10px; }.creator-earnings-entry > span > .ico { width: 36px; height: 36px; padding: 8px; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#8c72d6,#dc78ad); }.creator-earnings-entry > span > span { display: grid; gap: 3px; }.creator-earnings-entry strong { font-size: 11px; }.creator-earnings-entry small { color: #9687a5; font-size: 8px; }.creator-earnings-entry > .ico { width: 14px; color: #a798b7; }
.creator-earnings { display: grid; gap: 13px; }.earnings-hero { position: relative; min-height: 225px; padding: 23px; overflow: hidden; display: grid; align-content: start; gap: 6px; border-radius: 23px; color: #fff; background: linear-gradient(135deg,#6550a9,#8f67d3 52%,#dc78ad); box-shadow: 0 20px 45px rgba(105,72,169,.22); }.earnings-hero::after { content: ""; position: absolute; width: 190px; height: 190px; right: -72px; top: -75px; border: 30px solid rgba(255,255,255,.08); border-radius: 50%; }.earnings-hero > span { opacity: .72; font-size: 9px; }.earnings-hero > strong { font-size: 38px; letter-spacing: -.045em; }.earnings-hero > div { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 7px; }.earnings-hero > div > span { padding: 10px; display: grid; gap: 4px; border-radius: 12px; background: rgba(255,255,255,.1); }.earnings-hero small { opacity: .65; font-size: 8px; }.earnings-hero b { font-size: 12px; }.earnings-hero > button { min-height: 39px; margin-top: 11px; border-radius: 13px; color: #6b50a4; background: #fff; font-size: 10px; font-weight: 900; }.earnings-section-head { display: flex; align-items: center; justify-content: space-between; }.earnings-section-head strong { font-size: 13px; }.earnings-section-head small { color: var(--muted); font-size: 8px; }.creator-withdraw-form { display: grid; gap: 11px; }.withdraw-available { min-height: 105px; padding: 18px; display: grid; align-content: center; justify-items: center; gap: 5px; border-radius: 18px; color: #fff; background: linear-gradient(125deg,#6d57af,#ce75b1); }.withdraw-available span { opacity: .72; font-size: 9px; }.withdraw-available strong { font-size: 29px; }.creator-withdraw-form > .primary-btn { width: 100%; }.withdrawal-list .utility-order p { grid-column: 1/-1; margin: 3px 0 0; padding: 7px 9px; border-radius: 9px; color: #b45c69; background: #fff0f2; font-size: 8px; }
.purchase-note button,.terms button { display: inline; color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 2px; }

.payment-dialog { width: min(360px,calc(100% - 32px)); padding: 22px; border-radius: 23px; background: var(--surface); box-shadow: 0 28px 90px rgba(16,43,60,.3); animation: dialogIn .26s both; }.payment-dialog h2 { margin: 4px 0 16px; font-size: 19px; }.payment-method-list { display: grid; gap: 8px; }.payment-method-list label { cursor: pointer; }.payment-method-list input { position: absolute; opacity: 0; pointer-events: none; }.payment-method-list label > span { min-height: 56px; padding: 10px 13px; display: grid; align-content: center; gap: 3px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); transition: .2s; }.payment-method-list input:checked + span { border-color: #48b9e2; background: #eaf8fd; box-shadow: 0 0 0 2px rgba(49,189,235,.1); }.payment-method-list strong { font-size: 11px; }.payment-method-list small { color: var(--muted); font-size: 8px; }.payment-dialog-actions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; margin-top: 15px; }.payment-dialog-actions button { min-height: 42px; border-radius: 13px; background: #eef3f5; font-size: 10px; font-weight: 850; }.payment-dialog-actions .primary-btn { background: var(--grad); }

.call-overlay { position: absolute; z-index: 190; inset: 0; overflow: hidden; color: #fff; background: #101923; animation: callIn .38s cubic-bezier(.2,.8,.2,1) both; }.call-backdrop { position: absolute; inset: -25px; background-size: cover; background-position: center; filter: blur(22px); transform: scale(1.12); opacity: .72; }.call-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(10,18,28,.18),rgba(8,15,23,.66)); }.call-remote-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #101923; }.call-overlay:not(.is-video) .call-remote-video { display: none; }.call-local-video { position: absolute; z-index: 3; right: 15px; top: calc(17px + var(--safe-top)); width: 102px; height: 145px; object-fit: cover; border: 1px solid rgba(255,255,255,.32); border-radius: 17px; background: #182531; box-shadow: 0 10px 32px rgba(0,0,0,.28); }.call-identity { position: absolute; z-index: 4; top: calc(90px + var(--safe-top)); left: 24px; right: 24px; display: grid; justify-items: center; text-align: center; transition: .3s; }.call-identity .avatar { width: 108px; height: 108px; border: 3px solid rgba(255,255,255,.7); box-shadow: 0 16px 45px rgba(0,0,0,.25); }.call-identity h2 { margin: 18px 0 7px; font-size: 25px; }.call-identity p { margin: 0; color: rgba(255,255,255,.7); font-size: 11px; }.call-identity time { min-height: 20px; margin-top: 8px; font-size: 12px; letter-spacing: .08em; }.call-overlay.is-video.is-active-call .call-identity { top: calc(18px + var(--safe-top)); right: auto; align-items: center; grid-template-columns: 38px auto; column-gap: 9px; text-align: left; }.call-overlay.is-video.is-active-call .call-identity .avatar { width: 38px; height: 38px; grid-row: 1/3; }.call-overlay.is-video.is-active-call .call-identity h2 { margin: 0; font-size: 13px; }.call-overlay.is-video.is-active-call .call-identity p { display: none; }.call-overlay.is-video.is-active-call .call-identity time { min-height: 0; margin: 0; font-size: 9px; }.call-media-controls { position: absolute; z-index: 5; left: 50%; bottom: calc(132px + var(--safe-bottom)); display: flex; gap: 28px; transform: translateX(-50%); }.call-media-controls button,.call-main-actions button { display: grid; justify-items: center; gap: 8px; color: #fff; font-size: 9px; }.call-media-controls button { width: 66px; }.call-media-controls button .ico { width: 48px; height: 48px; padding: 13px; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(12px); }.call-media-controls button.is-off .ico { color: #222; background: rgba(255,255,255,.9); }.call-main-actions { position: absolute; z-index: 5; left: 28px; right: 28px; bottom: calc(35px + var(--safe-bottom)); display: flex; justify-content: center; gap: 58px; }.call-main-actions button .ico { width: 62px; height: 62px; padding: 18px; border-radius: 50%; color: #fff; stroke-width: 2; box-shadow: 0 13px 30px rgba(0,0,0,.25); }.call-reject .ico,.call-hangup .ico { background: #f05867; transform: rotate(135deg); }.call-accept .ico { background: #38c786; }.call-hangup { margin: 0 auto; }.call-accept[hidden] + .call-hangup { display: grid; }.call-overlay.is-video.is-active-call .call-main-actions,.call-overlay.is-video.is-active-call .call-media-controls { border-radius: 99px; }.call-overlay.is-video.is-active-call .call-local-video { display: block; }@keyframes callIn { from { opacity: 0; transform: scale(1.04); } }

.boot-splash { position: absolute; z-index: 300; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #278bc8; background: linear-gradient(155deg,#e8faff,#f8fdff 58%,#ecf9fc); transition: opacity .45s, visibility .45s; }.boot-splash.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-logo { position: relative; width: 76px; height: 76px; margin-bottom: 17px; border-radius: 26px; background: var(--grad); box-shadow: 0 18px 45px rgba(45,174,225,.25); transform: rotate(-5deg); animation: logoFloat 2s ease-in-out infinite alternate; }.splash-logo span:first-child { position: absolute; width: 37px; height: 37px; left: 15px; top: 14px; border: 7px solid #fff; border-radius: 50%; }.splash-logo span:nth-child(2) { position: absolute; width: 24px; height: 13px; right: 5px; bottom: 10px; border-radius: 50%; background: #fff; transform: rotate(-29deg); }.splash-logo i { position: absolute; width: 14px; height: 14px; right: 13px; bottom: 5px; border-radius: 50%; background: #fff; }
@keyframes logoFloat { to { transform: rotate(1deg) translateY(-6px); } }
.boot-splash strong { font-size: 19px; letter-spacing: .2em; }.boot-splash small { margin-top: 8px; color: #83a9b8; font-size: 9px; }.splash-progress { width: 120px; height: 3px; margin-top: 26px; overflow: hidden; border-radius: 99px; background: #dbeef3; }.splash-progress i { display: block; width: 50%; height: 100%; border-radius: inherit; background: var(--grad); animation: progress 1.2s infinite; }@keyframes progress { from{transform:translateX(-100%)}to{transform:translateX(200%)} }

body.theme-dark { --bg:#111820;--surface:#19232d;--surface-2:#141d25;--surface-blue:#152c39;--ink:#edf6f8;--muted:#8798a4;--line:#293640;color-scheme:dark; }
body.theme-dark .phone-shell, body.theme-dark .view, body.theme-dark .views { background: var(--bg); }
body.theme-dark .home-head { background: linear-gradient(180deg,#153141,var(--surface)); }
body.theme-dark .home-match { color: #d8e9ef; border-color: #2a414d; background: linear-gradient(112deg,#172a35,#242237 58%,#30212d); }
body.theme-dark .home-match small { color: #91a4af; }
body.theme-dark .home-shortcuts > button, body.theme-dark .home-moment-card { border-color: var(--line); background: var(--surface); }
body.theme-dark .home-shortcuts > button:active { border-color: #315d70; background: #1a303b; }
body.theme-dark .people-more-card, body.theme-dark .home-people-empty, body.theme-dark .home-moments-empty { color: var(--ink); border-color: var(--line); background: linear-gradient(145deg,#172b35,#252239 58%,#30212d); }
body.theme-dark .people-more-card small, body.theme-dark .home-people-empty p, body.theme-dark .home-moments-empty small { color: var(--muted); }
body.theme-dark .home-moments { border-color: #111820; }
body.theme-dark .home-moment-copy > strong { color: #d5e1e6; }
body.theme-dark .bottom-nav, body.theme-dark .detail-header, body.theme-dark .composer { background: rgba(25,35,45,.94); }
body.theme-dark .profile-content, body.theme-dark .settings-page, body.theme-dark .utility-page, body.theme-dark .message-thread { background: #10171e; }
body.theme-dark .bottom-sheet, body.theme-dark .utility-person, body.theme-dark .utility-order, body.theme-dark .utility-notice, body.theme-dark .form-field input, body.theme-dark .form-field textarea, body.theme-dark .form-field select, body.theme-dark .report-sheet textarea, body.theme-dark .report-sheet select { background: var(--surface); color: var(--ink); }
body.theme-dark .publish-sheet textarea, body.theme-dark .comment-sheet textarea, body.theme-dark .action-list button, body.theme-dark .publish-location { background: var(--surface-2); }
body.theme-dark .creator-banner { color: #e8ddf6; background: linear-gradient(115deg,#302840,#372c4a 54%,#432b42); }
body.theme-dark .creator-banner small { color: #b7a7c4; }
body.theme-dark .creator-panel { background: var(--surface); }
body.theme-dark .creator-benefits span, body.theme-dark .creator-form-note, body.theme-dark .creator-secondary-btn, body.theme-dark .creator-upload-state, body.theme-dark .private-gallery-grid .gallery-empty { color: #bba8d4; background: #231d2c; border-color: #40344f; }
body.theme-dark .creator-order { color: #eadfc9; background: #342b1e; border-color: #544329; }
body.theme-dark .private-gallery-head button { color: #c7b2f0; background: #2b2238; }
body.theme-dark .private-gallery-card { background: #2a2631; }
body.theme-dark .message-row:not(.mine) .bubble { background: #23303a; color: #dce9ee; }
body.theme-dark .person-card { background: #263741; }
body.theme-dark .people-grid.is-list .person-card { background: var(--surface); }
body.theme-dark .online-dot { border-color: var(--surface); }
body.theme-dark .sheet-backdrop { background: rgba(0,0,0,.58); }
body.theme-dark .wallet-action-grid button, body.theme-dark .transaction-row, body.theme-dark .recharge-plan-grid span, body.theme-dark .gift-send-form, body.theme-dark .gift-wall-grid article, body.theme-dark .favorite-list button, body.theme-dark .help-list details, body.theme-dark .preference-form > label { background: var(--surface); }
body.theme-dark .recharge-plan-grid input:checked + span, body.theme-dark .payment-method-list input:checked + span { color: #e9f8fd; border-color: #3c94b6; background: #173545; }
body.theme-dark .payment-dialog-actions button { color: var(--ink); background: #24313a; }
body.theme-dark .payment-dialog-actions .primary-btn { color: #fff; background: var(--grad); }
body.theme-dark .notification-item.is-unread { border-color: #285d70; background: #172f3b; }
body.theme-dark .creator-earnings-entry { color: #dfd1f2; border-color: #493b59; background: linear-gradient(120deg,#292238,#35242f); }
body.theme-dark .creator-earnings-entry small { color: #aa9ab8; }
body.theme-dark .legal-article div { color: #aebbc4; }
body.theme-dark .transaction-row > i.income { background: #173a31; }
body.theme-dark .transaction-row > i.expense { background: #3e252b; }
body.theme-dark .withdrawal-list .utility-order p { color: #f29aa6; background: #3b242a; }
body.theme-dark .auth-dialog input, body.theme-dark .auth-tabs, body.theme-dark .payment-method-list label > span { color: var(--ink); background: var(--surface-2); }
body.theme-dark .auth-tabs button.is-active { color: var(--ink); background: #27343e; }
body.theme-dark .auth-gender-card { border-color: #33434d; background: var(--surface-2); }
body.theme-dark .auth-gender input:checked + .auth-gender-card { border-color: #3b9bc0; background: #183846; }
body.theme-dark .emoji-picker { border-color: #31434e; background: rgba(28,43,52,.97); }
body.theme-dark .emoji-grid button:hover, body.theme-dark .emoji-grid button:active { background: #263f4b; }

@media (max-width: 1099px) {
  .desktop-copy, .desktop-note { display: none; }
  .device-stage { transform: none; }
}
@media (max-width: 699px) {
  body { display: block; background: var(--surface); }
  .ambient { display: none; }
  .device-stage { width: 100%; height: 100dvh; }
  .phone-shell { width: 100%; height: 100dvh; border: 0; border-radius: 0; box-shadow: none; }
}
@media (max-width: 360px) {
  .channel-tabs { gap: 11px; }.people-grid { gap: 8px; padding-left: 12px; padding-right: 12px; }.view-head { padding-left: 12px; padding-right: 12px; }.person-card, .people-more-card { height: 218px; }.home-discovery-rail { margin-left: -12px; margin-right: -12px; padding-left: 12px; padding-right: 12px; }.home-shortcuts { gap: 6px; }.home-shortcuts > button { padding-left: 7px; padding-right: 7px; }.home-shortcut-icon { width: 31px; height: 31px; flex-basis: 31px; }.profile-content { padding-left: 10px; padding-right: 10px; }.bottom-sheet { padding-left: 13px; padding-right: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
