:root {
  color-scheme: dark;
  --black: #000;
  --surface: #0b0e0b;
  --surface-2: #121612;
  --line: rgba(255, 255, 255, .12);
  --muted: rgba(255, 255, 255, .58);
  --white: #fff;
  --lime: #00ff00;
  --nav-h: 76px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; background: #030403; color: var(--white); }
body { overflow: hidden; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; color: inherit; }
button { border: 0; padding: 0; background: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: fixed; width: 0; height: 0; overflow: hidden; }
[hidden] { display: none !important; }

.desktop-ambient { position: fixed; inset: 0; overflow: hidden; background: radial-gradient(circle at 25% 45%, rgba(0,255,0,.08), transparent 28%), #050705; }
.desktop-ambient::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,#000,transparent 40%,transparent 60%,#000); }
.ambient-copy { position: absolute; left: max(40px, calc(50vw - 650px)); top: 50%; transform: translateY(-50%); z-index: 2; }
.ambient-copy span { color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .24em; }
.ambient-copy p { margin: 24px 0; font-size: clamp(34px, 4vw, 68px); font-weight: 780; letter-spacing: -.055em; line-height: .96; }
.ambient-orbit { position: absolute; border: 1px solid rgba(0,255,0,.14); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; right: -120px; top: -90px; }
.orbit-two { width: 260px; height: 260px; right: 50px; bottom: 60px; box-shadow: 0 0 140px rgba(0,255,0,.07); }

.app-shell { position: relative; z-index: 5; width: min(100%, 430px); height: 100vh; height: 100dvh; margin: 0 auto; overflow: hidden; background: var(--black); box-shadow: 0 0 80px rgba(0,0,0,.65); isolation: isolate; }
.page { position: absolute; inset: 0; display: none; overflow: hidden; background: var(--black); }
.page.is-active { display: block; animation: pageIn .28s ease both; }
@keyframes pageIn { from { opacity: .4; transform: scale(.99); } to { opacity: 1; transform: none; } }

.feed-header { position: absolute; z-index: 15; top: 0; left: 0; right: 0; height: calc(66px + env(safe-area-inset-top, 0px)); padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 8px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(#0009, transparent); }
.brand { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 900; letter-spacing: -.035em; }
.brand-pulse { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(0,255,0,.13), 0 0 18px rgba(0,255,0,.7); animation: pulse 2s ease-in-out infinite; }
.app-shell.is-offline .brand-pulse { background:#8a918a;box-shadow:0 0 0 5px rgba(255,255,255,.08);animation:none; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(0,255,0,0), 0 0 25px rgba(0,255,0,.85); } }
.icon-btn { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; }
.icon-btn.glass { background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.icon-btn.has-dot::after { content: ""; position: absolute; right: 9px; top: 8px; width: 7px; height: 7px; background: var(--lime); border: 2px solid #000; border-radius: 50%; }

.feed-tabs { position: absolute; z-index: 14; top: calc(57px + env(safe-area-inset-top, 0px)); left: 0; right: 0; height: 45px; display: flex; gap: 5px; align-items: center; padding: 0 14px; overflow-x: auto; scrollbar-width: none; background: linear-gradient(#0006, transparent); }
.feed-tabs::-webkit-scrollbar, .search-chips::-webkit-scrollbar, .editor-tool-rail::-webkit-scrollbar, .media-tray::-webkit-scrollbar, .filter-strip::-webkit-scrollbar, .sound-list::-webkit-scrollbar { display: none; }
.feed-tabs button { position: relative; flex: 0 0 auto; min-height: 38px; padding: 8px 10px; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 650; }
.feed-tabs button.active { color: #fff; }
.feed-tabs button.active::after { content: ""; position: absolute; bottom: 2px; left: 50%; width: 17px; height: 3px; transform: translateX(-50%); border-radius: 3px; background: var(--lime); box-shadow: 0 0 10px var(--lime); }
.feed-scroll { position: absolute; inset: 0; overflow-y: auto; overscroll-behavior: contain; scroll-snap-type: y mandatory; scrollbar-width: none; background: #050505; }
.feed-scroll::-webkit-scrollbar { display: none; }
.video-card { --cover: linear-gradient(145deg,#1e241e,#050505); position: relative; width: 100%; height: 100%; scroll-snap-align: start; overflow: hidden; background-color: #0b0d0b; background-image: linear-gradient(180deg,rgba(0,0,0,.28) 0%,transparent 24%,transparent 45%,rgba(0,0,0,.2) 55%,rgba(0,0,0,.94) 100%), var(--cover); background-position: center; background-size: cover; }
.feed-video { position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;background:#050505; }
.feed-carousel { position:absolute;z-index:0;inset:0;overflow:hidden;background:#050505; }
.feed-carousel-track { width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x pan-y; }
.feed-carousel-track::-webkit-scrollbar { display:none; }
.feed-carousel-track img { flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:center; }
.feed-carousel-dots { position:absolute;z-index:5;left:50%;top:70px;display:flex;gap:4px;transform:translateX(-50%); }
.feed-carousel-dots i { width:5px;height:5px;border-radius:50%;background:#ffffff66;box-shadow:0 1px 3px #000;transition:.2s; }
.feed-carousel-dots i.active { width:13px;border-radius:4px;background:var(--lime); }
.video-card[hidden] { display: none; }
.video-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 74%,rgba(0,0,0,.18)); }
.video-shade { position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(transparent, rgba(0,0,0,.8) 76%,#000); pointer-events: none; }
.video-top-tag { position: absolute; z-index: 3; top: calc(120px + env(safe-area-inset-top,0px)); left: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(0,0,0,.32); backdrop-filter: blur(12px); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.video-top-tag svg { width: 13px; height: 13px; color: var(--lime); }
.video-top-tag.light { color: #000; background: #fff; }
.video-top-tag.stem-tag { color: var(--lime); border-color: rgba(0,255,0,.42); background: rgba(0,0,0,.55); }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 7px var(--lime); }
.video-copy { position: absolute; z-index: 4; left: 16px; right: 84px; bottom: calc(var(--nav-h) + var(--safe-bottom) + 15px); text-shadow: 0 1px 12px #000; }
.creator-line { min-height: 32px; display: flex; align-items: center; gap: 8px; }
.creator-line strong,.creator-line .creator-handle { font-size: 15px; font-weight: 780; }
.creator-handle { min-height:32px;color:#fff;text-align:left;text-shadow:0 1px 12px #000; }
.creator-handle:active { opacity:.72; }
.verified { display: inline-grid; place-items: center; width: 16px; height: 16px; color: #000; background: var(--lime); border-radius: 50%; font-size: 10px; text-shadow: none; }
.inline-follow { min-height: 29px; padding: 0 11px; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; font-size: 10px; font-weight: 750; }
.inline-follow.following { color: #000; background: var(--lime); border-color: var(--lime); text-shadow: none; }
.video-title { max-width: 285px; margin: 7px 0 5px; font-size: 15px; font-weight: 530; line-height: 1.35; }
.hashtags { margin: 0; color: #d7ffd7; font-size: 12px; font-weight: 650; }
.meta-row { display: flex; margin-top: 9px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; }
.meta-row span { display: inline-flex; align-items: center; gap: 5px; }
.meta-row svg { width: 13px; height: 13px; }
.meta-row .learn-chip { min-height: 27px; padding: 0 10px; color: #000; background: var(--lime); border-radius: 999px; text-shadow: none; font-weight: 800; }
.sound-row { width: 100%; height: 27px; margin-top: 9px; display: flex; align-items: center; gap: 7px; overflow: hidden; }
.sound-disc { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; color: #000; border-radius: 50%; background: var(--lime); text-shadow: none; animation: spin 5s linear infinite; }
.sound-disc svg { width: 12px; height: 12px; }
.sound-marquee { white-space: nowrap; font-size: 9px; font-weight: 760; letter-spacing: .05em; animation: marquee 10s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { 50% { transform: translateX(-25px); } }
.action-rail { position: absolute; z-index: 5; right: 9px; bottom: calc(var(--nav-h) + var(--safe-bottom) + 16px); width: 60px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.creator-avatar { position: relative; width: 46px; height: 46px; margin-bottom: 5px; padding: 2px; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(135deg,#333,#0a0a0a); box-shadow: 0 5px 18px #0007; }
.creator-avatar span { display: grid; place-items: center; width: 100%; height: 100%; border-radius: inherit; color: var(--lime); background: radial-gradient(circle at 30% 20%,#444,#070707); font-weight: 900; }
.creator-avatar.coral span { color: #fff; background: linear-gradient(145deg,#f07055,#42190f); }
.creator-avatar.blue span { color: #fff; background: linear-gradient(145deg,#607eff,#12276c); }
.creator-avatar.lime span { color: #000; background: var(--lime); }
.creator-avatar i { position: absolute; left: 50%; bottom: -8px; width: 18px; height: 18px; display: grid; place-items: center; transform: translateX(-50%); color: #000; border: 2px solid #000; border-radius: 50%; background: var(--lime); font-style: normal; font-size: 15px; font-weight: 850; line-height: 1; }
.creator-avatar.following i { font-size: 0; }
.creator-avatar.following i::after { content: "✓"; font-size: 10px; }
.rail-action { width: 58px; min-height: 45px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; filter: drop-shadow(0 2px 3px #0009); }
.rail-action svg { width: 29px; height: 29px; stroke-width: 1.8; transition: transform .2s, color .2s; }
.rail-action span { font-size: 9px; font-weight: 750; }
.rail-action.compact { min-height: 30px; }
.rail-action.compact svg { width: 25px; }
.rail-action.active svg { color: var(--lime); fill: var(--lime); stroke: var(--lime); transform: scale(1.12); }
.rail-action[data-action="save"].active svg { color: var(--lime); fill: var(--lime); }
.heart-burst { position:absolute;z-index:20;width:60px;height:60px;display:grid;place-items:center;color:var(--lime);font-size:58px;line-height:1;filter:drop-shadow(0 4px 12px #000);pointer-events:none;animation:heartBurst .7s cubic-bezier(.2,.9,.2,1) forwards; }
@keyframes heartBurst { 0% { opacity:0;transform:scale(.25) rotate(-15deg); } 35% { opacity:1;transform:scale(1.2) rotate(5deg); } 100% { opacity:0;transform:scale(.85) translateY(-45px); } }
.swipe-hint { position: absolute; z-index: 4; left: 50%; bottom: calc(var(--nav-h) + var(--safe-bottom) + 10px); transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 3px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; animation: fadeHint 4s 1s forwards; }
.swipe-hint span { width: 1px; height: 18px; background: linear-gradient(transparent,#fff); }
@keyframes fadeHint { 75%,100% { opacity: 0; } }

.graphic-card { background-image: radial-gradient(circle at 70% 33%,rgba(0,255,0,.42),transparent 22%), linear-gradient(145deg,#162116,#020302 67%); }
.graphic-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(0,255,0,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,0,.14) 1px,transparent 1px); background-size: 31px 31px; transform: perspective(500px) rotateX(56deg) scale(1.8) translateY(12%); }
.graphic-sphere { position: absolute; width: 260px; height: 260px; right: -65px; top: 22%; border: 1px solid var(--lime); border-radius: 50%; box-shadow: inset 0 0 50px rgba(0,255,0,.18),0 0 80px rgba(0,255,0,.22); }
.graphic-sphere::before,.graphic-sphere::after { content:""; position:absolute; inset: 30px -1px; border: 1px solid rgba(0,255,0,.45); border-radius: 50%; }
.graphic-sphere::after { inset: -1px 55px; }
.event-poster { position: absolute; left: 22px; top: 29%; display: flex; flex-direction: column; }
.event-poster > span { width: fit-content; padding: 4px 6px; color: #000; background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.event-poster strong { margin-top: 12px; font-size: 49px; line-height: .84; letter-spacing: -.075em; }
.event-poster small { margin-top: 17px; color: rgba(255,255,255,.65); font-size: 11px; }

.bottom-nav { position: absolute; z-index: 40; left: 0; right: 0; bottom: 0; height: calc(var(--nav-h) + var(--safe-bottom)); padding: 8px 13px calc(9px + var(--safe-bottom)); display: grid; grid-template-columns: 1fr 1fr 64px 1fr 1fr; align-items: center; background: rgba(0,0,0,.9); border-top: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(22px); }
.feed-page.is-active ~ .bottom-nav { background: linear-gradient(transparent,rgba(0,0,0,.95) 40%); border-top-color: transparent; backdrop-filter: none; }
.nav-item { position: relative; height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: rgba(255,255,255,.48); }
.nav-item svg { width: 23px; height: 23px; stroke-width: 1.8; }
.nav-item span { font-size: 8px; font-weight: 700; }
.nav-item.active { color: #fff; }
.nav-item.active svg { color: var(--lime); filter: drop-shadow(0 0 6px rgba(0,255,0,.35)); }
.nav-item.active::before { content:""; position:absolute; top:-9px; width: 18px; height: 2px; background: var(--lime); box-shadow: 0 0 9px var(--lime); }
.nav-badge { position: absolute; z-index: 2; top: 0; right: calc(50% - 19px); min-width: 15px; height: 15px; display: grid; place-items: center; padding: 0 4px; color: #000; border-radius: 9px; background: var(--lime); font-size: 8px; font-style: normal; font-weight: 900; }
.create-button { width: 56px; height: 48px; justify-self: center; display: grid; place-items: center; border-radius: 15px; background: var(--lime); box-shadow: 0 0 0 4px rgba(0,255,0,.09),0 8px 22px rgba(0,255,0,.17); transform: translateY(-3px); }
.create-button span { width: 46px; height: 38px; display: grid; place-items: center; color: #000; border: 1px solid rgba(0,0,0,.16); border-radius: 11px; }
.create-button svg { width: 25px; height: 25px; stroke-width: 2.5; }

.page-header { height: calc(91px + env(safe-area-inset-top,0px)); padding: calc(18px + env(safe-area-inset-top,0px)) 18px 12px; display: flex; align-items: flex-end; justify-content: space-between; }
.page-header h1 { margin: 2px 0 0; font-size: 30px; letter-spacing: -.055em; line-height: 1; }
.eyebrow { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.search-head .icon-btn { margin-bottom: -4px; background: var(--surface-2); border: 1px solid var(--line); }
.explore-page,.inbox-page,.profile-page { padding-bottom: calc(var(--nav-h) + var(--safe-bottom)); overflow-y: auto; scrollbar-width: none; }
.explore-page::-webkit-scrollbar,.inbox-page::-webkit-scrollbar,.profile-page::-webkit-scrollbar,.profile-scroll::-webkit-scrollbar { display:none; }
.search-box { position: relative; margin: 8px 16px 11px; height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: var(--surface-2); transition: border .2s, box-shadow .2s; }
.search-box:focus-within { border-color: rgba(0,255,0,.55); box-shadow: 0 0 0 3px rgba(0,255,0,.06); }
.search-box > svg { width: 20px; color: var(--muted); }
.search-box input { flex:1; min-width:0; border:0; outline:0; background:transparent; font-size: 13px; }
.search-box input::placeholder { color: rgba(255,255,255,.36); }
.search-box button { width: 32px; height:32px; display:grid; place-items:center; color:var(--muted); }
.search-box button svg { width:17px; }
.search-chips { display:flex; gap:7px; padding: 0 16px 12px; overflow-x:auto; scrollbar-width:none; }
.search-chips button { flex:0 0 auto; min-height:34px; padding:0 14px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:11px; font-weight:700; }
.search-chips button.active { color:#000; border-color:var(--lime); background:var(--lime); }
.search-content { padding: 0 16px 30px; }
.section-title { display:flex; align-items:end; justify-content:space-between; margin: 5px 0 12px; }
.section-title h2 { margin:2px 0 0; font-size:21px; letter-spacing:-.04em; }
.section-title > button { min-height:34px; padding:0 4px; color:var(--lime); font-size:10px; font-weight:750; }
.trend-grid { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:120px 130px; gap:8px; }
.trend-card { --cover: linear-gradient(145deg,#263026,#090b09); position:relative; min-width:0; overflow:hidden; display:flex; align-items:flex-end; text-align:left; padding:12px; border-radius:16px; background-image:linear-gradient(transparent 25%,rgba(0,0,0,.84)),var(--cover); background-position:center; background-size:cover; }
.trend-card.tall { grid-row: span 2; }
.trend-card.neon { background-image:radial-gradient(circle at 72% 20%,rgba(0,255,0,.7),transparent 28%),linear-gradient(145deg,#172317,#030403); }
.trend-card.neon::before { content:"Ж"; position:absolute; right:-8px; top:-17px; color:transparent; -webkit-text-stroke:1px rgba(0,255,0,.42); font-size:110px; font-weight:900; transform:rotate(-9deg); }
.trend-rank { position:absolute; top:10px; left:11px; color:var(--lime); font-size:10px; font-weight:900; letter-spacing:.1em; }
.trend-card div { position:relative; display:flex; flex-direction:column; gap:3px; }
.trend-card strong { font-size:13px; line-height:1.1; }
.trend-card small { color:rgba(255,255,255,.6); font-size:8px; }
.compact-title { margin-top:24px; align-items:center; }
.compact-title span { color:var(--muted); font-size:10px; }
.hot-list { display:flex; flex-direction:column; }
.hot-list > button { min-height:62px; display:grid; grid-template-columns:25px 1fr auto; align-items:center; gap:7px; border-bottom:1px solid rgba(255,255,255,.08); text-align:left; }
.hot-list b { color:rgba(255,255,255,.36); font-size:16px; font-style:italic; }
.hot-list span { display:flex; flex-direction:column; gap:3px; }
.hot-list strong { font-size:12px; }
.hot-list small { color:var(--muted); font-size:9px; }
.hot-list i { color:rgba(255,255,255,.45); font-size:9px; font-style:normal; }
.hot-list i.hot { color:var(--lime); }
.search-results { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:9px; }
.result-card { min-height:185px; overflow:hidden; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:15px; background:var(--surface); text-align:left; }
.result-card .result-cover { height:120px; background-image:linear-gradient(transparent,#0008),var(--cover); background-position:center;background-size:cover; }
.result-card div:last-child { padding:10px; }
.result-card strong { display:block; font-size:11px; }
.result-card small { display:block; margin-top:4px; color:var(--muted); font-size:9px; }
.result-card.person { grid-column:1 / -1; min-height:74px; flex-direction:row; align-items:center; padding:10px; }
.result-card.person .avatar { margin-right:10px; }
.no-results { grid-column:1/-1; padding:55px 20px; text-align:center; }
.no-results span { width:54px;height:54px;display:grid;place-items:center;margin:0 auto 14px;border-radius:50%;background:var(--surface-2);color:var(--lime); }
.no-results h3 { margin:0 0 7px; }
.no-results p { margin:0;color:var(--muted);font-size:11px;line-height:1.5; }

.segmented { height:44px; margin:6px 16px 9px; padding:4px; display:grid; grid-template-columns:1fr 1fr; border:1px solid rgba(255,255,255,.08); border-radius:13px; background:#0c0f0c; }
.segmented button { border-radius:9px; color:var(--muted); font-size:11px; font-weight:750; }
.segmented button.active { color:#fff; background:#1a1f1a; box-shadow:0 2px 8px #0008; }
.segmented span { min-width:17px;height:17px;display:inline-grid;place-items:center;margin-left:4px;color:#000;border-radius:9px;background:var(--lime);font-size:8px; }
.inbox-body { padding-bottom:20px; }
.streak-row { display:flex; gap:14px; padding:11px 17px 15px; overflow:hidden; }
.story-person { flex:0 0 57px; display:flex; flex-direction:column; align-items:center; gap:7px; }
.story-person small { font-size:9px; }
.story-ring { position:relative; width:57px;height:57px;padding:2px;display:block;border:1.5px solid var(--lime);border-radius:50%; }
.story-ring.muted { border-color:rgba(255,255,255,.18); }
.story-ring .avatar { width:100%;height:100%;border:2px solid #000; }
.story-ring em { position:absolute;right:-4px;bottom:-2px;min-width:26px;height:16px;display:flex;align-items:center;justify-content:center;gap:1px;padding:0 4px;color:#000;border:2px solid #000;border-radius:9px;background:var(--lime);font-size:8px;font-style:normal;font-weight:900; }
.story-ring em svg { width:9px;height:9px;fill:#000; }
.list-label { min-height:42px; padding:0 18px; display:flex;align-items:center;justify-content:space-between; }
.list-label > span { font-size:14px;font-weight:780; }
.list-label > button { min-height:36px;display:flex;align-items:center;gap:4px;color:var(--lime);font-size:9px;font-weight:750; }
.list-label svg { width:14px;height:14px; }
.chat-list { display:flex;flex-direction:column; }
.chat-item { position:relative; min-height:72px; padding:8px 17px; display:flex;align-items:center;gap:11px;text-align:left; }
.chat-item:active { background:rgba(255,255,255,.04); }
.avatar { position:relative; width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;font-style:normal;font-size:14px;font-weight:850;background:linear-gradient(145deg,#333,#111); }
.avatar-a { color:#000;background:linear-gradient(145deg,#c7ff72,#5cad16); }
.avatar-b { color:#fff;background:linear-gradient(145deg,#ff755e,#6e180b); }
.avatar-c { color:#fff;background:linear-gradient(145deg,#6d83ff,#222d78); }
.avatar-d { color:#000;background:linear-gradient(145deg,#fff,#989898); }
.avatar.online::after { content:"";position:absolute;right:0;bottom:2px;width:9px;height:9px;border:2px solid #000;border-radius:50%;background:var(--lime); }
.avatar-group { background:radial-gradient(circle at 35% 35%,#76ff75 0 18%,transparent 19%),radial-gradient(circle at 68% 34%,#ff816d 0 18%,transparent 19%),radial-gradient(circle at 50% 70%,#7d8dff 0 18%,transparent 19%),#202520; }
.avatar-group i { opacity:0; }
.chat-copy { min-width:0;flex:1;display:flex;flex-direction:column;gap:5px; }
.chat-copy strong { font-size:12px; }
.chat-copy small { overflow:hidden;color:var(--muted);font-size:9px;white-space:nowrap;text-overflow:ellipsis; }
.chat-copy small b { color:rgba(255,255,255,.36);font-weight:500; }
.chat-preview,.mini-cover { width:38px;height:48px;flex:0 0 auto;border-radius:7px;background-position:center;background-size:cover; }
.unread { min-width:17px;height:17px;display:grid;place-items:center;color:#000;border-radius:9px;background:var(--lime);font-size:8px;font-style:normal;font-weight:900; }
.seen { color:var(--lime);font-size:10px; }
.activity-body { padding:8px 16px; }
.activity-summary { margin:4px 0 12px;padding:17px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(0,255,0,.2);border-radius:17px;background:linear-gradient(130deg,rgba(0,255,0,.12),rgba(0,255,0,.02)); }
.activity-summary > div { display:flex;align-items:center;gap:12px; }
.activity-summary svg { color:var(--lime);fill:var(--lime); }
.activity-summary span { display:flex;flex-direction:column; }
.activity-summary strong { font-size:21px; }
.activity-summary small { color:var(--muted);font-size:9px; }
.activity-summary i { color:var(--lime);font-size:11px;font-style:normal;font-weight:800; }
.activity-body .list-label { padding:0; }
.activity-item { min-height:72px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.08); }
.activity-item .avatar { width:42px;height:42px; }
.activity-item p { flex:1;margin:0;font-size:10px;line-height:1.45; }
.activity-item p strong { font-weight:750; }
.activity-item p small { display:block;color:var(--muted);font-size:8px; }
.activity-item .mini-cover { width:35px;height:45px; }
.small-follow { min-height:30px;padding:0 10px;color:#000;border-radius:999px;background:var(--lime);font-size:9px;font-weight:800; }

.profile-head { position:sticky;z-index:2;top:0;height:calc(64px + env(safe-area-inset-top,0px));padding:calc(10px + env(safe-area-inset-top,0px)) 11px 5px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.86);backdrop-filter:blur(18px); }
.profile-head > strong { font-size:13px; }
.profile-head .icon-btn i { position:absolute;right:4px;bottom:6px;width:14px;height:14px;display:grid;place-items:center;color:#000;border-radius:50%;background:var(--lime);font-size:12px;font-style:normal;font-weight:900; }
.profile-scroll { overflow-y:auto;padding-bottom:20px; }
.profile-identity { display:flex;align-items:center;gap:16px;padding:12px 18px 8px; }
.profile-avatar-controls { width:88px;flex:0 0 88px;display:flex;flex-direction:column;align-items:center;gap:7px; }
.profile-avatar { position:relative;width:76px;height:76px;flex:0 0 auto;padding:3px;border:1px solid var(--lime);border-radius:50%;box-shadow:0 0 25px rgba(0,255,0,.1); }
.profile-avatar span { width:100%;height:100%;display:grid;place-items:center;color:#000;border:3px solid #000;border-radius:50%;background:linear-gradient(145deg,#fff,var(--lime));font-size:26px;font-weight:900; }
.profile-avatar-remove { min-height:28px;padding:0 7px;color:#ff8585;font-size:8px;font-weight:800; }
.online-dot { position:absolute;right:2px;bottom:8px;width:13px;height:13px;border:3px solid #000;border-radius:50%;background:var(--lime); }
.profile-name h1 { margin:0 0 6px;font-size:19px;letter-spacing:-.035em; }
.profile-name h1 span { display:inline-grid;place-items:center;width:15px;height:15px;color:#000;border-radius:50%;background:var(--lime);font-size:9px; }
.profile-name p { margin:0;color:rgba(255,255,255,.62);font-size:10px;line-height:1.5; }
.profile-stats { display:grid;grid-template-columns:repeat(3,1fr);margin:11px 15px 8px; }
.profile-stats > span { min-height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-right:1px solid var(--line); }
.profile-stats > span:last-child { border:0; }
.profile-stats strong { font-size:17px; }
.profile-stats small { color:var(--muted);font-size:8px; }
.profile-actions { display:grid;grid-template-columns:1fr 1fr 43px;gap:7px;padding:7px 16px 13px; }
.profile-actions button { min-height:42px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:11px;background:var(--surface-2);font-size:9px;font-weight:800; }
.profile-actions svg { width:15px;height:15px; }
.profile-actions .accent-outline { color:var(--lime);border-color:rgba(0,255,0,.3);background:rgba(0,255,0,.06); }
.creator-card { width:calc(100% - 32px);min-height:77px;margin:0 16px 15px;padding:12px;display:flex;align-items:center;gap:11px;text-align:left;border:1px solid rgba(0,255,0,.2);border-radius:16px;background:linear-gradient(120deg,rgba(0,255,0,.1),rgba(0,255,0,.025)); }
.creator-icon { width:41px;height:41px;flex:0 0 auto;display:grid;place-items:center;color:#000;border-radius:12px;background:var(--lime); }
.creator-icon svg { width:20px; }
.creator-card > span:nth-child(2) { flex:1;display:flex;flex-direction:column;gap:2px; }
.creator-card small { color:var(--lime);font-size:7px;font-weight:900;letter-spacing:.15em; }
.creator-card strong { font-size:11px; }
.creator-card em { color:var(--muted);font-size:8px;font-style:normal; }
.chevron { width:17px!important;height:17px!important;color:var(--muted); }
.profile-tabs { position:sticky;z-index:2;top:calc(64px + env(safe-area-inset-top,0px));height:48px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(0,0,0,.92);backdrop-filter:blur(15px); }
.profile-tabs button { position:relative;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4); }
.profile-tabs svg { width:19px;height:19px; }
.profile-tabs button span { display:none; }
.profile-tabs button.active { color:#fff; }
.profile-tabs button.active::after { content:"";position:absolute;bottom:-1px;width:28px;height:2px;background:var(--lime);box-shadow:0 0 9px var(--lime); }
.video-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding-top:2px; }
.profile-post-item { position:relative;height:170px;min-width:0;overflow:hidden; }
.profile-post-item > .grid-video { width:100%;height:100%; }
.profile-post-delete { position:absolute;z-index:3;right:6px;top:6px;width:34px;height:34px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:rgba(0,0,0,.72);backdrop-filter:blur(8px); }
.profile-post-delete svg { width:16px;height:16px; }
.profile-post-delete:disabled { opacity:.45; }
.grid-video { --cover:linear-gradient(145deg,#252,#050505);position:relative;height:170px;overflow:hidden;text-align:left;background-image:linear-gradient(transparent 50%,#000b),var(--cover);background-position:center;background-size:cover; }
.grid-video.large { grid-row:span 2;height:342px; }
.grid-video small { position:absolute;left:7px;bottom:8px;display:flex;align-items:center;gap:3px;font-size:8px;font-weight:750; }
.grid-video small svg { width:10px;height:10px;fill:#fff; }
.grid-video .pin { position:absolute;top:6px;left:6px;padding:4px 5px;color:#000;border-radius:4px;background:var(--lime);font-size:6px;font-weight:900;letter-spacing:.05em; }
.graphic-thumb { background-image:radial-gradient(circle at 70% 22%,rgba(0,255,0,.45),transparent 27%),linear-gradient(145deg,#101810,#020302); }
.graphic-thumb > span { position:absolute;left:10px;top:28px;font-size:20px;font-weight:900;line-height:.85;letter-spacing:-.06em; }
.abstract-thumb { background-image:repeating-linear-gradient(135deg,#00ff00 0 3px,#070907 3px 11px); }
.local-upload { padding:9px;background:radial-gradient(circle at 80% 18%,rgba(0,255,0,.38),transparent 28%),linear-gradient(145deg,#111811,#020302); }
.local-upload::before { content:"+";position:absolute;right:10px;top:9px;color:var(--lime);font-size:29px;font-weight:300; }
.local-upload .upload-status { position:absolute;left:7px;top:7px;padding:4px 5px;color:#000;border-radius:4px;background:var(--lime);font-size:6px;font-weight:900;letter-spacing:.07em; }
.local-upload > strong { position:absolute;left:9px;right:9px;bottom:23px;display:-webkit-box;overflow:hidden;text-align:left;font-size:10px;line-height:1.3;-webkit-line-clamp:3;-webkit-box-orient:vertical; }
.local-upload > small { position:absolute;left:9px;right:9px;bottom:8px;color:rgba(255,255,255,.65);font-size:7px;text-align:left; }
.empty-tab { min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center; }
.empty-tab span { width:55px;height:55px;display:grid;place-items:center;margin-bottom:13px;color:#000;border-radius:50%;background:var(--lime); }
.empty-tab svg { width:24px; }
.empty-tab h3 { margin:0 0 5px;font-size:15px; }
.empty-tab p { margin:0;color:var(--muted);font-size:9px; }
.playlist-list { display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px; }
.playlist-card { --cover:linear-gradient(#222,#050505);position:relative;height:270px;overflow:hidden;border-radius:15px;background-image:linear-gradient(transparent 30%,rgba(0,0,0,.92)),var(--cover);background-position:center;background-size:cover;text-align:left; }
.playlist-card > span { position:absolute;left:12px;right:12px;bottom:13px;display:flex;flex-direction:column; }
.playlist-card small { color:var(--lime);font-size:7px;font-weight:900;letter-spacing:.12em; }.playlist-card strong { margin:6px 0;font-size:20px;line-height:.87;letter-spacing:-.06em; }.playlist-card em { color:var(--muted);font-size:7px;font-style:normal; }
.collections { display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px; }
.collections > button { min-height:190px;padding:11px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;border:1px solid var(--line);border-radius:15px;background:var(--surface);text-align:left; }
.collection-covers { position:relative;width:100%;height:112px;margin-bottom:auto;display:block; }
.collection-covers i { --cover:linear-gradient(#333,#111);position:absolute;top:4px;width:61px;height:99px;border:2px solid #0c0f0c;border-radius:8px;background-image:var(--cover);background-position:center;background-size:cover;box-shadow:0 8px 14px #0008;transform:rotate(-7deg); }
.collection-covers i:nth-child(2) { left:50%;transform:translateX(-50%);z-index:2; }.collection-covers i:nth-child(3) { right:0;transform:rotate(7deg); }
.collection-icon { width:55px;height:55px;display:grid;place-items:center;margin-bottom:auto;color:#000;border-radius:16px;background:var(--lime);font-size:24px;font-weight:900; }
.collections strong { font-size:12px; }.collections small { margin-top:4px;color:var(--muted);font-size:8px; }

.sheet-backdrop { position:absolute;z-index:80;inset:0;visibility:hidden;opacity:0;background:rgba(0,0,0,.65);backdrop-filter:blur(3px);transition:.25s; }
.sheet-backdrop.open { visibility:visible;opacity:1; }
.bottom-sheet { position:absolute;z-index:90;left:0;right:0;bottom:0;max-height:82%;padding-bottom:calc(12px + var(--safe-bottom));overflow:hidden;visibility:hidden;transform:translateY(105%);border:1px solid rgba(255,255,255,.12);border-bottom:0;border-radius:24px 24px 0 0;background:#0c0f0c;box-shadow:0 -20px 60px #000b;transition:transform .35s cubic-bezier(.2,.9,.2,1),visibility .35s; }
.bottom-sheet.open { visibility:visible;transform:none; }
.sheet-grabber { width:38px;height:4px;margin:8px auto 2px;border-radius:4px;background:rgba(255,255,255,.25); }
.bottom-sheet > header { height:51px;padding:0 17px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.08); }
.bottom-sheet > header strong { font-size:13px; }
.bottom-sheet > header button { position:absolute;right:10px;width:40px;height:40px;display:grid;place-items:center;color:var(--muted); }
.bottom-sheet > header button svg { width:19px; }
.comments-sheet { height:76%;display:flex;flex-direction:column; }
.comment-sort { flex:0 0 auto;display:flex;gap:6px;padding:9px 13px;border-bottom:1px solid rgba(255,255,255,.06);overflow-x:auto; }
.comment-sort button { min-height:30px;padding:0 11px;color:var(--muted);border-radius:99px;background:#161a16;font-size:9px;font-weight:700; }
.comment-sort button.active { color:#000;background:var(--lime); }
.comments-list { flex:1;overflow-y:auto;padding:4px 15px; }
.comment { display:grid;grid-template-columns:36px 1fr 36px;gap:9px;padding:12px 0; }
.comment .avatar { width:36px;height:36px;font-size:11px; }
.comment > div { min-width:0; }
.comment strong { display:flex;align-items:center;gap:4px;font-size:10px; }
.comment strong em { color:var(--muted);font-size:8px;font-style:normal;font-weight:500; }
.comment strong i { padding:2px 4px;color:#000;border-radius:3px;background:var(--lime);font-size:6px;font-style:normal; }
.comment p { margin:5px 0 7px;font-size:11px;line-height:1.4; }
.comment-meta { display:flex;gap:12px;color:var(--muted);font-size:8px; }
.comment-meta button { color:inherit;font-size:inherit;font-weight:700; }
.comment-meta .comment-reply { min-height:24px;margin:-6px 0;padding:0 5px;color:var(--lime); }
.show-replies { min-height:30px;display:flex;align-items:center;gap:5px;color:var(--lime);font-size:8px;font-weight:700; }
.show-replies svg { width:11px;height:11px;transform:rotate(90deg); }
.comment-like { align-self:start;width:36px;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted); }
.comment-like svg { width:17px;height:17px; }
.comment-like small { font-size:8px; }
.comment-like.active { color:var(--lime); }
.comment-like.active svg { fill:var(--lime); }
.comment-actions { width:36px;display:flex;flex-direction:column;align-items:center;gap:7px; }
.comment-report { width:32px;height:32px;display:grid;place-items:center;color:#ff9c9c;border:1px solid rgba(255,104,104,.2);border-radius:9px;background:rgba(255,104,104,.06); }
.comment-report svg { width:14px;height:14px; }
.comment-delete { width:32px;height:32px;display:grid;place-items:center;color:#ff8585;border:1px solid rgba(255,104,104,.2);border-radius:9px;background:rgba(255,104,104,.06); }
.comment-delete svg { width:14px;height:14px; }
.author-comment { margin:0 -7px;padding:12px 7px;border-radius:12px;background:rgba(0,255,0,.04); }
.comment-reply-state { min-height:43px;padding:6px 14px;display:flex;align-items:center;gap:10px;border-top:1px solid rgba(0,255,0,.18);background:rgba(0,255,0,.06); }
.comment-reply-state[hidden] { display:none; }
.comment-reply-state > span { flex:1;min-width:0;display:flex;flex-direction:column;gap:2px; }
.comment-reply-state small { color:var(--muted);font-size:8px; }.comment-reply-state strong { overflow:hidden;color:var(--lime);font-size:10px;text-overflow:ellipsis;white-space:nowrap; }
.comment-reply-state > button { width:34px;height:34px;display:grid;place-items:center;color:var(--muted); }.comment-reply-state svg { width:16px;height:16px; }
.comment-form,.chat-composer { flex:0 0 auto;min-height:60px;padding:7px 12px calc(7px + var(--safe-bottom));display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);background:#0c0f0c; }
.comment-form .avatar { width:35px;height:35px;font-size:11px; }
.self-avatar { color:#000;background:var(--lime); }
.comment-form input,.chat-composer input { flex:1;min-width:0;height:40px;padding:0 13px;border:1px solid var(--line);outline:0;border-radius:20px;background:#171b17;font-size:11px; }
.comment-form button,.send-chat { width:38px;height:38px;display:grid;place-items:center;color:#000;border-radius:50%;background:var(--lime); }
.comment-form button svg,.send-chat svg { width:17px;height:17px; }
.share-sheet { min-height:295px; }
.share-people { display:flex;justify-content:space-around;padding:19px 13px 16px;border-bottom:1px solid var(--line); }
.share-people button,.share-actions button { display:flex;flex-direction:column;align-items:center;gap:7px; }
.share-people .avatar { width:49px;height:49px; }
.share-people small,.share-actions small { font-size:8px; }
.share-actions { display:flex;gap:22px;padding:18px 24px; }
.share-actions span { width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#1a1f1a; }
.share-actions svg { width:20px; }
.more-sheet { min-height:415px; }
.report-sheet { height:min(82%,720px); }
.report-form { height:calc(100% - 58px);padding:10px 14px calc(18px + var(--safe-bottom));overflow-y:auto; }
.report-form > p { margin:0 0 12px;color:var(--muted);font-size:9px;line-height:1.5; }
.report-form fieldset { margin:0;padding:0;border:0; }.report-form legend { margin-bottom:6px;color:var(--lime);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase; }
.report-form fieldset > label { min-height:58px;padding:8px 4px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line); }
.report-form input[type="radio"] { width:19px;height:19px;flex:0 0 auto;accent-color:var(--lime); }
.report-form fieldset label > span { display:flex;flex-direction:column;gap:3px; }.report-form fieldset strong { font-size:10px; }.report-form fieldset small { color:var(--muted);font-size:8px;line-height:1.4; }
.report-details { margin-top:12px;display:flex;flex-direction:column;gap:7px; }.report-details > span { display:flex;align-items:center;justify-content:space-between; }.report-details strong { font-size:10px; }.report-details small { color:var(--muted);font-size:8px; }
.report-details textarea { width:100%;min-height:82px;padding:10px;resize:vertical;border:1px solid var(--line);outline:0;border-radius:12px;background:#0d100d;font-size:16px;line-height:1.4; }
.report-submit { width:100%;min-height:50px;margin-top:13px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;border-radius:13px;background:#a52b2b;font-size:10px;font-weight:850; }.report-submit svg { width:17px;height:17px; }.report-submit:disabled { opacity:.55; }
.action-list,.settings-scroll { padding:8px 14px;overflow-y:auto; }
.action-list > button,.settings-scroll > button { width:100%;min-height:65px;display:flex;align-items:center;gap:11px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left; }
.action-list > button > span,.setting-icon { width:39px;height:39px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:#1b211b; }
.action-list > button > span svg,.setting-icon svg { width:18px;height:18px; }
.action-list > button > div,.settings-scroll > button > div { flex:1;display:flex;flex-direction:column;gap:3px; }
.action-list strong,.settings-scroll strong { font-size:11px; }
.action-list small,.settings-scroll small { color:var(--muted);font-size:8px; }
.action-list .danger { color:#ff6868; }
.settings-sheet { height:72%; }
.settings-scroll { max-height:calc(100% - 58px); }
.settings-label { display:block;margin:15px 2px 4px;color:var(--lime);font-size:8px;font-weight:900;letter-spacing:.14em; }
.privacy-sheet { height:min(82%,700px); }
.privacy-form { height:calc(100% - 58px);padding:8px 14px calc(16px + var(--safe-bottom));overflow-y:auto; }
.privacy-form > label { min-height:66px;padding:9px 2px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line); }
.privacy-form > label > span:first-child { flex:1;display:flex;flex-direction:column;gap:4px; }.privacy-form strong { font-size:11px; }.privacy-form small { color:var(--muted);font-size:9px; }
.privacy-form select { min-width:112px;height:42px;padding:0 8px;color:#fff;border:1px solid var(--line);border-radius:10px;background:#111511;font-size:16px;text-align:right; }.privacy-form select option { background:#111; }
.privacy-form > label > input { flex:1;min-width:0;height:44px;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:#0d100d;font-size:16px;text-align:right; }
.privacy-form .privacy-keywords { align-items:flex-start;flex-direction:column; }.privacy-keywords textarea { width:100%;min-height:74px;padding:11px;resize:none;border:1px solid var(--line);border-radius:12px;background:#0d100d;font-size:16px;line-height:1.4; }
.privacy-form > p,.contact-actions > p { margin:10px 0 14px;color:var(--muted);font-size:10px;line-height:1.5; }
.change-password-sheet { height:min(82%,650px); }
.form-status { margin:12px 0 0;padding:11px;border:1px solid var(--line);border-radius:11px;color:var(--muted);background:#111511;font-size:9px;line-height:1.45; }
.form-status.error { color:#ff9a9a;border-color:rgba(255,104,104,.35);background:rgba(255,104,104,.08); }.form-status.success { color:var(--lime);border-color:rgba(0,255,0,.3);background:rgba(0,255,0,.06); }
.contact-actions { padding:12px 14px calc(20px + var(--safe-bottom));display:grid;gap:10px; }
.contact-actions .privacy-save { margin:0;display:flex;align-items:center;justify-content:center;gap:8px; }.contact-actions .privacy-save svg,.secondary-wide svg { width:18px;height:18px; }
.people-sheet,.blocked-users-sheet { height:min(82%,700px); }
.people-sheet .contact-actions { height:calc(100% - 58px);align-content:start;overflow-y:auto; }
.people-search-form > label { display:block;margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:750; }
.people-search-form > div { height:46px;display:flex;align-items:center;border:1px solid var(--line);border-radius:13px;background:#111511;overflow:hidden; }
.people-search-form input { flex:1;min-width:0;height:100%;padding:0 12px;border:0;outline:0;background:transparent;font-size:16px; }
.people-search-form button { width:46px;height:100%;display:grid;place-items:center;color:#000;background:var(--lime); }
.people-search-form button svg { width:19px;height:19px; }
.people-results { display:grid; }
.people-results .product-state { min-height:120px; }
.people-result { min-height:64px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line);text-align:left; }
.people-result .avatar { width:42px;height:42px; }
.people-result > span:nth-child(2),.blocked-user > span:nth-child(2) { min-width:0;display:flex;flex-direction:column;gap:3px; }
.people-result strong,.blocked-user strong { overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap; }
.people-result small,.blocked-user small { color:var(--muted);font-size:8px; }
.blocked-users-content { height:calc(100% - 58px);padding:10px 14px calc(20px + var(--safe-bottom));overflow-y:auto; }
.blocked-users-content > p { margin:0 0 8px;color:var(--muted);font-size:9px;line-height:1.5; }
.blocked-user { min-height:67px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line); }
.blocked-user .avatar { width:42px;height:42px; }
.blocked-user > button { min-height:34px;padding:0 10px;color:#fff;border:1px solid var(--line);border-radius:10px;background:#171b17;font-size:8px;font-weight:800; }
.secondary-wide { min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:14px;background:#111511;font-weight:800; }
.topic-grid { display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px; }
.topic-grid label { position:relative;min-height:52px;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:#101410;overflow:hidden; }
.topic-grid input { position:absolute;opacity:0; }.topic-grid span { font-size:11px;font-weight:800; }
.topic-grid label:has(input:checked) { color:#000;border-color:var(--lime);background:var(--lime); }
.privacy-save { width:100%;min-height:52px;margin-top:15px;display:flex;align-items:center;justify-content:center;gap:7px;color:#000;border-radius:14px;background:var(--lime);font-size:12px;font-weight:850; }.privacy-save .brand-pulse { width:9px;height:9px; }
.install-icon { color:#000!important;background:var(--lime)!important; }
.install-sheet { min-height:465px; }
.install-content { padding:24px 20px 18px;text-align:center; }
.install-content > img { display:block;margin:0 auto 18px;border-radius:20px;box-shadow:0 0 35px rgba(0,255,0,.14); }
.install-content h2 { margin:5px 0 8px;font-size:25px;letter-spacing:-.05em; }
.install-content p { max-width:300px;margin:0 auto;color:var(--muted);font-size:10px;line-height:1.55; }
.install-content ol { margin:18px 0 0;padding:14px 14px 14px 34px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2);text-align:left; }
.install-content li { padding:4px 0;color:var(--muted);font-size:10px;line-height:1.45; }
.install-content li strong { color:#fff; }
.install-confirm { width:100%;min-height:52px;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;color:#000;border-radius:14px;background:var(--lime);font-size:11px;font-weight:850;box-shadow:0 10px 30px rgba(0,255,0,.12); }
.install-confirm svg { width:18px;height:18px; }
.install-confirm[disabled] { color:rgba(255,255,255,.55);background:#1c211c;box-shadow:none;cursor:default; }
@media (display-mode: standalone) { [data-action="install-app"] { display:none!important; } }

/* Profile, comments and avatar surfaces */
.default-avatar { background-color:#050705;background-image:url("/assets/app-icon.svg");background-position:center;background-repeat:no-repeat;background-size:cover; }
.creator-avatar { margin-bottom:0;padding:2px;border-color:rgba(255,255,255,.88); }
.creator-avatar span.default-avatar { background-color:#050705; }

.profile-page { background:radial-gradient(circle at 82% 8%,rgba(0,255,0,.08),transparent 27%),#000; }
.profile-head { padding-inline:14px;background:rgba(3,5,3,.76);backdrop-filter:blur(24px) saturate(135%); }
.profile-head > strong { font-size:14px;font-weight:800;letter-spacing:-.02em; }
.profile-scroll { padding-bottom:calc(24px + var(--safe-bottom)); }
.profile-identity { margin:8px 12px 0;padding:18px 16px;gap:15px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:inset 0 1px rgba(255,255,255,.065),0 18px 50px rgba(0,0,0,.22); }
.profile-avatar-controls { width:90px;flex-basis:90px; }
.profile-page .profile-avatar { width:82px;height:82px;padding:0;border:0;border-radius:50%;background:#050705;box-shadow:0 0 0 2px rgba(0,255,0,.7),0 13px 36px rgba(0,255,0,.13); }
.profile-page .profile-avatar img { width:100%;height:100%;border-radius:inherit;object-fit:cover; }
.profile-avatar-remove { min-height:32px;padding:0 10px;border-radius:999px;background:rgba(255,104,104,.08);font-size:9px; }
.profile-name { min-width:0; }
.profile-name h1 { margin-bottom:7px;font-size:21px; }
.profile-name p { font-size:11px;line-height:1.5; }
.profile-stats { gap:8px;margin:12px; }
.profile-stats > :is(button,span) { min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:18px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px rgba(255,255,255,.045); }
.profile-stats > button { transition:transform .16s,background .16s; }
.profile-stats > button:active { transform:scale(.97);background:rgba(0,255,0,.1); }
.profile-stats strong { font-size:18px;font-variant-numeric:tabular-nums; }
.profile-stats small { font-size:9px; }
.profile-actions { gap:8px;padding:2px 12px 14px; }
.profile-actions button { min-height:46px;border:0;border-radius:16px;background:rgba(255,255,255,.065);box-shadow:inset 0 1px rgba(255,255,255,.055);font-size:10px; }
.profile-actions .accent-outline { border:0;background:rgba(0,255,0,.09); }
.creator-card { width:calc(100% - 24px);margin:0 12px 13px;padding:14px;border:0;border-radius:21px;background:linear-gradient(125deg,rgba(0,255,0,.14),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.07); }
.creator-icon { border-radius:15px; }
.profile-tabs { top:calc(64px + env(safe-area-inset-top,0px));width:calc(100% - 24px);height:52px;margin:0 12px 10px;overflow:hidden;border:0;border-radius:18px;background:rgba(15,18,15,.88);box-shadow:inset 0 1px rgba(255,255,255,.06),0 12px 30px #0008; }
.profile-tabs button { border-radius:15px; }
.profile-tabs button.active { color:var(--lime);background:rgba(0,255,0,.075); }
.profile-tabs button.active::after { bottom:5px;width:5px;height:5px;border-radius:50%; }
.profile-content .video-grid { gap:4px;padding:0 12px 20px; }
.profile-post-item { height:auto;aspect-ratio:3/4;border-radius:13px;background:#101310; }
.profile-post-item > .grid-video { height:100%;border-radius:inherit; }
.remote-profile-post::before { display:none; }
.remote-profile-post .upload-status { position:absolute;z-index:2;left:7px;top:7px;padding:5px 7px;color:#000;border-radius:8px;background:var(--lime);font-size:7px;font-weight:900;letter-spacing:.07em; }
.profile-post-delete { top:7px;right:7px;border:0;border-radius:12px;background:rgba(0,0,0,.68); }
.grid-video .upload-status { border-radius:8px; }

.public-profile-sheet { height:min(88%,780px);display:flex;flex-direction:column;background:linear-gradient(180deg,#111511,#070907); }
.public-profile-sheet .public-profile-body { flex:1;min-height:0;padding:18px 16px calc(28px + var(--safe-bottom));overflow-y:auto; }
.public-profile-sheet .public-profile-identity { padding:15px;border-radius:22px;background:rgba(255,255,255,.045); }
.public-profile-sheet .public-profile-identity .avatar { width:70px;height:70px; }
.public-profile-sheet .public-profile-actions button { min-height:46px;border:0;border-radius:16px;background:rgba(255,255,255,.06); }
.public-profile-sheet .public-profile-actions .primary-follow { box-shadow:0 12px 30px rgba(0,255,0,.12); }
.public-profile-sheet .public-profile-grid { gap:4px; }
.public-profile-sheet .public-profile-grid button { border-radius:12px;background-color:#111511; }

.profile-social-sheet { height:min(76%,720px);display:flex;flex-direction:column;background:linear-gradient(180deg,#111511,#070907); }
.profile-social-list { flex:1;min-height:0;padding:5px 12px calc(22px + var(--safe-bottom));overflow-y:auto; }
.profile-social-user { width:100%;min-height:72px;padding:9px 8px;display:grid;grid-template-columns:48px 1fr 34px;align-items:center;gap:11px;border-radius:18px;text-align:left; }
.profile-social-user:active { background:rgba(255,255,255,.055); }
.profile-social-user .avatar { width:48px;height:48px; }
.profile-social-user > span:nth-child(2) { min-width:0;display:flex;flex-direction:column;gap:4px; }
.profile-social-user strong { overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap; }
.profile-social-user small { color:var(--muted);font-size:10px; }
.profile-social-arrow { width:34px;height:34px;display:grid;place-items:center;color:var(--muted);border-radius:50%;background:rgba(255,255,255,.045); }
.profile-social-arrow svg { width:16px;height:16px; }
.profile-list-more { width:calc(100% - 24px);min-height:48px;margin:8px 12px calc(18px + var(--safe-bottom));color:var(--lime);border-radius:999px;background:rgba(0,255,0,.08);font-size:11px;font-weight:820; }
.profile-list-more:disabled { opacity:.5; }

.comments-sheet { height:min(84%,820px);border:0;background:linear-gradient(180deg,#111511,#070907); }
.comments-sheet .comment-sort { min-height:36px;padding:0 16px;color:rgba(255,255,255,.48);border:0;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase; }
.comments-list { padding:4px 12px 20px; }
.comment-thread { padding:5px 0 7px; }
.comment-node { position:relative; }
.comment-replies:empty { display:none; }
.comment-replies { position:relative;margin-left:22px;padding-left:10px; }
.comment-replies::before { content:"";position:absolute;left:0;top:0;bottom:7px;width:2px;border-radius:2px;background:linear-gradient(rgba(0,255,0,.3),rgba(0,255,0,.04)); }
.comment-node.is-deep-reply > .comment-replies { margin-left:0;padding-left:0; }
.comment-node.is-deep-reply > .comment-replies::before { display:none; }
.comments-sheet .comment { grid-template-columns:38px minmax(0,1fr) 32px;gap:10px;padding:12px 5px;border-radius:18px; }
.comments-sheet .comment.is-reply { margin-top:3px;padding:10px 5px;background:rgba(255,255,255,.025); }
.comments-sheet .comment .avatar { width:38px;height:38px;border:0; }
.comments-sheet .comment.is-reply .avatar { width:32px;height:32px; }
.comment-content { min-width:0; }
.comment-heading { min-height:19px;display:flex;align-items:center;gap:7px; }
.comment-author-name { max-width:75%;overflow:hidden;color:#fff;font-size:11px;font-weight:800;text-align:left;text-overflow:ellipsis;white-space:nowrap; }
.comment-author-name:disabled,.comment-author-avatar:disabled { cursor:default;opacity:1; }
.comment-heading time { color:rgba(255,255,255,.4);font-size:8px;white-space:nowrap; }
.comment-reply-context { width:max-content;max-width:100%;margin:3px 0 1px;padding:4px 8px 4px 6px;display:flex;align-items:center;gap:4px;color:rgba(255,255,255,.55);border-radius:999px;background:rgba(0,255,0,.075);font-size:8px; }
.comment-reply-context svg { width:11px;height:11px;color:var(--lime);transform:rotate(-45deg); }
.comment-reply-context b { color:var(--lime);font-weight:760; }
.comments-sheet .comment p { margin:5px 0 6px;font-size:12px;line-height:1.45;word-break:break-word; }
.comments-load-more { width:calc(100% - 10px);min-height:46px;margin:8px 5px 16px;color:var(--lime);border-radius:999px;background:rgba(0,255,0,.08);font-size:10px;font-weight:800; }
.comments-load-more:disabled { opacity:.5; }
.comment-meta { min-height:27px;align-items:center; }
.comment-meta .comment-reply { min-height:27px;margin:0;padding:0 9px;border-radius:999px;color:rgba(255,255,255,.62);background:rgba(255,255,255,.05);font-size:9px; }
.comment-actions { width:32px;gap:4px; }
.comment-like,.comment-report,.comment-delete { width:32px; }
.comment-like { min-height:38px; }
.comment-report,.comment-delete { height:29px;border:0;border-radius:10px;background:rgba(255,255,255,.035);opacity:.72; }
.comment-reply-state { min-height:48px;margin:0 10px;border:0;border-radius:15px 15px 0 0;background:rgba(0,255,0,.08); }
.comment-form { margin:0;padding:8px 12px calc(8px + var(--safe-bottom));border:0;background:rgba(10,13,10,.96); }
.comment-form input { height:44px;border:0;border-radius:22px;background:rgba(255,255,255,.07);box-shadow:inset 0 1px rgba(255,255,255,.05);font-size:16px; }
.comment-form .self-avatar { width:38px;height:38px;background-color:#050705; }

.avatar-crop-sheet { z-index:95;height:100%;max-height:none;padding-bottom:env(safe-area-inset-bottom,0px);border:0;border-radius:0;background:radial-gradient(circle at 50% 42%,rgba(0,255,0,.09),transparent 32%),#050705; }
.avatar-crop-sheet > .avatar-crop-header { height:calc(62px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 14px 0;display:grid;grid-template-columns:80px 1fr 80px;border:0;background:rgba(0,0,0,.28);backdrop-filter:blur(18px); }
.avatar-crop-sheet > .avatar-crop-header button { position:static;width:auto;height:44px;color:rgba(255,255,255,.7);font-size:11px;font-weight:750;text-align:left; }
.avatar-crop-sheet > .avatar-crop-header .avatar-crop-save { color:var(--lime);text-align:right; }
.avatar-crop-header strong { text-align:center; }
.avatar-crop-body { height:calc(100% - 62px - env(safe-area-inset-top,0px));padding:24px 20px calc(24px + var(--safe-bottom));display:flex;flex-direction:column;align-items:center;justify-content:center; }
.avatar-crop-body > p { max-width:320px;margin:0 0 24px;color:var(--muted);font-size:11px;line-height:1.5;text-align:center; }
.avatar-crop-stage { position:relative;width:min(78vw,330px);max-width:calc(100% - 16px);aspect-ratio:1;flex:0 0 auto;overflow:hidden;border-radius:50%;background:#111;box-shadow:0 0 0 2px var(--lime),0 0 0 999px rgba(0,0,0,.28),0 24px 70px #000;touch-action:none;user-select:none; }
.avatar-crop-stage img { position:absolute;left:50%;top:50%;max-width:none;transform-origin:center;pointer-events:none;will-change:transform; }
.avatar-zoom-control { width:min(100%,360px);margin-top:31px;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:12px;color:var(--muted);font-size:10px;font-weight:750; }
.avatar-zoom-control input { width:100%;accent-color:var(--lime); }
.avatar-crop-reset { min-height:42px;margin-top:13px;padding:0 16px;border-radius:999px;color:#fff;background:rgba(255,255,255,.065);font-size:10px;font-weight:750; }
.avatar-crop-save:disabled { opacity:.45; }
@media (max-height:650px) { .avatar-crop-body { justify-content:flex-start;padding-top:16px; }.avatar-crop-body > p { margin-bottom:14px; }.avatar-crop-stage { width:min(58vh,280px); }.avatar-zoom-control { margin-top:20px; } }

.fullscreen-flow { position:absolute;z-index:100;inset:0;visibility:hidden;opacity:0;transform:translateY(14px);background:#000;transition:opacity .22s,transform .28s,visibility .28s; }
.fullscreen-flow.open { visibility:visible;opacity:1;transform:none; }
.creator-header { position:absolute;z-index:20;top:0;left:0;right:0;height:calc(62px + env(safe-area-inset-top,0px));padding:calc(8px + env(safe-area-inset-top,0px)) 10px 6px;display:grid;grid-template-columns:88px 1fr 88px;align-items:center;background:linear-gradient(#000 55%,rgba(0,0,0,.9)); }
.creator-header-button { width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.08); }
.creator-header-button svg { width:21px;height:21px; }
.creator-heading { min-width:0;display:flex;flex-direction:column;align-items:center;gap:2px; }
.creator-heading strong { font-size:15px;letter-spacing:-.02em; }.creator-heading span { color:var(--muted);font-size:10px; }
.creator-draft-button { min-height:44px;display:flex;align-items:center;justify-content:flex-end;color:var(--lime);font-size:11px;font-weight:750;text-align:right; }
.create-step { position:absolute;inset:calc(62px + env(safe-area-inset-top,0px)) 0 0;display:none;min-height:0;overflow:hidden; }
.create-step.active { display:block;animation:stepIn .24s ease; }
@keyframes stepIn { from { opacity:0;transform:translateX(10px); } }

.capture-step.active { display:flex;flex-direction:column; }
.camera-shell { position:relative;flex:1;min-height:260px;margin:0 8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:0 0 24px 24px;background:radial-gradient(circle at 50% 35%,#172117 0,#070907 38%,#010101 75%);isolation:isolate; }
.camera-shell::after { content:"";position:absolute;z-index:2;inset:auto 0 0;height:38%;pointer-events:none;background:linear-gradient(transparent,rgba(0,0,0,.72)); }
.camera-preview { position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover; }
.camera-placeholder { position:absolute;z-index:3;inset:0;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center; }
.camera-placeholder[hidden] { display:none; }
.camera-mark { width:72px;height:72px;margin-bottom:18px;display:grid;place-items:center;border:1px solid rgba(0,255,0,.3);border-radius:24px;background:#071107;box-shadow:0 0 48px rgba(0,255,0,.1); }
.camera-mark .brand-pulse { width:29px;height:29px; }
.camera-placeholder strong { font-size:20px;letter-spacing:-.04em; }.camera-placeholder p { max-width:260px;margin:7px 0 17px;color:var(--muted);font-size:12px;line-height:1.5; }
.camera-placeholder > button { min-height:46px;padding:0 16px;display:flex;align-items:center;justify-content:center;gap:8px;color:#000;border-radius:13px;background:var(--lime);font-size:12px;font-weight:800; }
.camera-placeholder > button svg { width:18px;height:18px; }
.camera-placeholder .camera-fallback-link { margin-top:8px;color:#fff;background:transparent;font-size:11px;font-weight:650; }
.camera-flash { position:absolute;z-index:12;inset:0;pointer-events:none;background:#fff;opacity:0; }.camera-flash.flash { animation:cameraFlash .22s ease; }
@keyframes cameraFlash { 40% { opacity:1; } }
.sound-selector { position:absolute;z-index:8;top:12px;left:50%;min-height:38px;max-width:190px;padding:0 13px;display:flex;align-items:center;gap:7px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.14);border-radius:19px;background:rgba(0,0,0,.5);backdrop-filter:blur(12px);font-size:11px;font-weight:700; }
.sound-selector svg { width:15px;height:15px;color:var(--lime); }.sound-selector span { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.camera-tool-rail { position:absolute;z-index:8;right:8px;top:61px;display:flex;flex-direction:column;gap:6px; }
.camera-tool-rail button,.editor-tool-rail button { width:52px;min-height:54px;padding:5px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:15px;background:rgba(0,0,0,.5);backdrop-filter:blur(10px); }
.camera-tool-rail svg,.editor-tool-rail svg { width:19px;height:19px; }.camera-tool-rail small,.editor-tool-rail small { font-size:8px; }
.camera-tool-rail button[aria-pressed="true"] { color:#000;background:var(--lime); }
.camera-grid { position:absolute;z-index:4;inset:0;pointer-events:none; }.camera-grid i { position:absolute;background:rgba(255,255,255,.22); }
.camera-grid i:nth-child(1),.camera-grid i:nth-child(2) { top:0;bottom:0;width:1px; }.camera-grid i:nth-child(1) { left:33.333%; }.camera-grid i:nth-child(2) { right:33.333%; }
.camera-grid i:nth-child(3),.camera-grid i:nth-child(4) { left:0;right:0;height:1px; }.camera-grid i:nth-child(3) { top:33.333%; }.camera-grid i:nth-child(4) { bottom:33.333%; }
.capture-countdown { position:absolute;z-index:14;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--lime);font-size:88px;font-weight:900;text-shadow:0 0 35px #000; }
.recording-status { position:absolute;z-index:8;left:12px;top:14px;min-height:30px;padding:0 10px;display:flex;align-items:center;gap:6px;border-radius:9px;background:rgba(0,0,0,.62);font-size:11px;font-variant-numeric:tabular-nums; }
.recording-status i { width:8px;height:8px;border-radius:50%;background:#ff3b30;animation:recordBlink 1s infinite; } @keyframes recordBlink { 50% { opacity:.3; } }
.capture-dock { position:relative;z-index:5;flex:0 0 auto;padding:8px 14px calc(10px + var(--safe-bottom));background:#000; }
.duration-picker,.capture-modes { display:flex;align-items:center;justify-content:center;gap:4px; }
.duration-picker { min-height:29px;transition:.2s; }.duration-picker button { min-width:48px;min-height:27px;color:var(--muted);border-radius:8px;font-size:10px;font-weight:700; }
.duration-picker button.active { color:#000;background:var(--lime); }.duration-picker[hidden] { display:none; }
.capture-modes { min-height:38px;gap:16px; }.capture-modes button { position:relative;min-height:38px;color:var(--muted);font-size:11px;font-weight:750; }
.capture-modes button.active { color:#fff; }.capture-modes button.active::after { content:"";position:absolute;left:50%;bottom:2px;width:16px;height:3px;transform:translateX(-50%);border-radius:3px;background:var(--lime); }
.capture-actions { height:78px;display:grid;grid-template-columns:1fr 96px 1fr;align-items:center; }
.gallery-button { justify-self:start;width:58px;min-height:62px;display:flex;flex-direction:column;align-items:center;gap:4px; }
.gallery-button > span { width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#131713;background-position:center;background-size:cover; }
.gallery-button svg { width:19px;height:19px; }.gallery-button small { color:var(--muted);font-size:8px; }
.shutter-button { justify-self:center;position:relative;width:76px;height:76px;padding:6px;border:3px solid #fff;border-radius:50%;transition:.2s; }
.shutter-button span { display:block;width:100%;height:100%;border-radius:50%;background:var(--lime);box-shadow:0 0 28px rgba(0,255,0,.25);transition:.2s; }
.shutter-button i { position:absolute;inset:50%;width:0;height:0;border-radius:5px;background:#ff3b30;transform:translate(-50%,-50%);transition:.2s; }
.shutter-button.recording { border-color:#ff3b30; }.shutter-button.recording span { opacity:0;transform:scale(.7); }.shutter-button.recording i { width:27px;height:27px; }
.shutter-button.photo-mode span,.shutter-button.carousel-mode span { background:#fff;box-shadow:none; }
.capture-next { justify-self:end;min-width:54px;height:46px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:4px;color:#000;border-radius:23px;background:var(--lime);font-size:12px;font-weight:850; }
.capture-next svg { width:16px;height:16px; }.capture-next[disabled] { color:#777;background:#1b1e1b; }
.capture-hint { min-height:16px;margin:0;text-align:center;color:var(--muted);font-size:9px; }

.editor-step.active { display:flex;flex-direction:column;overflow:hidden; }
.editor-workspace { position:relative;flex:1;min-height:270px;padding:8px 64px 8px 12px; }
.editor-preview { position:relative;width:100%;height:100%;min-height:260px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:radial-gradient(circle at 50% 40%,#202620,#050505 70%);box-shadow:0 18px 45px #000;transition:.25s; }
.editor-preview[data-ratio="square"] { aspect-ratio:1;align-self:center;height:auto;max-height:100%; }.editor-preview[data-ratio="portrait"] { aspect-ratio:4/5;align-self:center;height:auto;max-height:100%; }
.editor-media,.carousel-preview { position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:filter .2s; }
.editor-preview[data-fit="contain"] :is(.editor-media,.carousel-preview) { object-fit:contain;background-size:contain;background-repeat:no-repeat; }.editor-preview[data-filter="vivid"] :is(.editor-media,.carousel-preview) { filter:saturate(1.45) contrast(1.08); }.editor-preview[data-filter="warm"] :is(.editor-media,.carousel-preview) { filter:sepia(.22) saturate(1.22) hue-rotate(-8deg); }.editor-preview[data-filter="cool"] :is(.editor-media,.carousel-preview) { filter:saturate(1.08) hue-rotate(15deg) contrast(1.05); }.editor-preview[data-filter="mono"] :is(.editor-media,.carousel-preview) { filter:grayscale(1) contrast(1.1); }
.carousel-preview { display:grid;place-items:center;background-position:center;background-size:cover; }.carousel-preview::after { content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.24)); }
.editor-text-overlay,.editor-sticker-overlay { position:absolute;z-index:4;left:50%;top:46%;max-width:84%;transform:translate(-50%,-50%);text-align:center;font-weight:900;text-shadow:0 2px 12px #000;word-break:break-word; }
.editor-text-overlay { padding:6px 10px;font-size:24px;line-height:1.05; }.editor-sticker-overlay { top:68%;font-size:44px; }
.preview-time { position:absolute;z-index:5;left:10px;top:10px;max-width:calc(100% - 20px);padding:6px 8px;overflow:hidden;border-radius:8px;background:#000a;font-size:9px;text-overflow:ellipsis;white-space:nowrap; }
.preview-play { position:absolute;z-index:5;left:50%;top:50%;width:52px;height:52px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(0,0,0,.38);backdrop-filter:blur(8px); }.preview-play svg { width:20px;height:20px;fill:#fff; }
.editor-tool-rail { position:absolute;z-index:6;right:6px;top:8px;bottom:8px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;scrollbar-width:none; }
.editor-tool-rail button { flex:0 0 48px;width:52px;min-height:48px;background:#111b; }.editor-tool-rail button > span { font-size:17px;font-weight:800; }.editor-tool-rail button.active { color:#000;background:var(--lime); }
.media-tray-wrap { flex:0 0 62px;padding:5px 9px;display:flex;gap:6px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#080a08; }
.media-tray { flex:1;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none; }.media-thumb,.media-add { position:relative;flex:0 0 50px;height:50px;overflow:hidden;border:2px solid transparent;border-radius:10px;background:#171b17;background-position:center;background-size:cover; }
.media-slot { position:relative;flex:0 0 72px;height:50px;padding-right:20px; }.media-slot .media-thumb { width:50px;display:block; }.media-slot-actions { position:absolute;right:0;top:0;bottom:0;width:20px;display:flex;flex-direction:column;justify-content:space-between; }.media-slot-actions button { width:20px;height:16px;display:grid;place-items:center;color:var(--muted);border-radius:4px;background:#1b201b;font-size:13px;line-height:1; }.media-slot-actions button:disabled { opacity:.25; }.media-slot-actions svg { width:10px;height:10px;color:#ff655d; }
.media-thumb.active { border-color:var(--lime); }.media-thumb img { width:100%;height:100%;object-fit:cover; }.media-thumb video { width:100%;height:100%;object-fit:cover; }
.media-thumb > span { position:absolute;right:3px;top:3px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;color:#000;border-radius:9px;background:var(--lime);font-size:8px;font-weight:900; }.media-add { display:grid;place-items:center;border:1px dashed #3b443b; }.media-add svg { width:18px;height:18px; }
.editor-control-panel { flex:0 0 157px;padding:10px 13px;overflow-y:auto;background:#0b0d0b; }
.editor-panel { min-height:132px; }.panel-title { min-height:30px;display:flex;align-items:start;justify-content:space-between;gap:10px; }.panel-title strong { font-size:12px; }.panel-title span { color:var(--muted);font-size:9px;text-align:right; }
.panel-help { margin:10px 0 0;color:var(--muted);font-size:9px;line-height:1.4; }
.timeline-track { position:relative;height:51px;overflow:hidden;border:1px solid #343a34;border-radius:9px;background:#151915; }.timeline-track #timelineFrames { position:absolute;inset:0;display:flex; }.timeline-track #timelineFrames i { flex:1;background-position:center;background-size:cover;border-right:1px solid #000; }
.timeline-selection { position:absolute;z-index:2;inset:0;border:2px solid var(--lime);border-radius:8px;pointer-events:none; }.playhead { position:absolute;z-index:3;left:0;top:0;bottom:0;width:2px;background:#fff;box-shadow:0 0 4px #000; }
.trim-ranges { display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:9px; }.trim-ranges input,.volume-range { width:100%;accent-color:var(--lime); }
.choice-chips { display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px; }.choice-chips button { min-height:48px;border:1px solid var(--line);border-radius:12px;background:#151915;font-size:11px;font-weight:750; }.choice-chips button.active { color:#000;border-color:var(--lime);background:var(--lime); }
.filter-strip,.sticker-strip { display:flex;gap:8px;padding-top:6px;overflow-x:auto;scrollbar-width:none; }.filter-strip button { flex:0 0 62px;display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:9px; }.filter-strip i { width:45px;height:45px;border:2px solid transparent;border-radius:50%;background:linear-gradient(135deg,#263126,#090a09); }.filter-strip button:nth-child(2) i { filter:saturate(2);background:linear-gradient(135deg,#ff8a00,#00ff00); }.filter-strip button:nth-child(3) i { background:linear-gradient(135deg,#ffbd72,#45210b); }.filter-strip button:nth-child(4) i { background:linear-gradient(135deg,#8aeaff,#142d4b); }.filter-strip button:nth-child(5) i { background:linear-gradient(135deg,#fff,#111); }.filter-strip button.active { color:#fff; }.filter-strip button.active i { border-color:var(--lime); }
.overlay-editor { display:flex;gap:8px;margin-top:9px; }.overlay-editor input { flex:1;min-width:0;height:48px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#151915;font-size:16px; }.color-palette { display:flex;gap:6px;align-items:center; }.color-palette button { width:30px;height:30px;border:2px solid #777;border-radius:50%; }.color-palette button:nth-child(1) { background:#fff; }.color-palette button:nth-child(2) { background:var(--lime); }.color-palette button:nth-child(3) { background:#000; }.color-palette button.active { border-color:var(--lime);box-shadow:0 0 0 2px #000; }
.sticker-strip button { flex:0 0 48px;height:48px;border-radius:12px;background:#181c18;font-size:23px; }.sticker-strip button:last-child { flex-basis:86px;font-size:9px; }
.panel-toggle { min-height:58px;margin-top:8px;display:flex;align-items:center;justify-content:space-between; }.panel-toggle > span:first-child { display:flex;flex-direction:column;gap:3px; }.panel-toggle strong { font-size:11px; }.panel-toggle small { color:var(--muted);font-size:9px; }
.sound-list { display:flex;gap:7px;overflow-x:auto;scrollbar-width:none; }.sound-list button { flex:0 0 170px;min-height:58px;padding:8px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;background:#151915;text-align:left; }.sound-list button > svg { flex:0 0 auto;width:30px;height:30px;padding:7px;color:var(--lime);border-radius:9px;background:#082008; }.sound-list button span { min-width:0;display:flex;flex-direction:column;gap:3px; }.sound-list strong,.sound-list small { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }.sound-list strong { font-size:10px; }.sound-list small { color:var(--muted);font-size:8px; }.sound-list button.active { border-color:var(--lime); }
.flow-footer { z-index:8;flex:0 0 auto;min-height:72px;padding:9px 13px calc(9px + var(--safe-bottom));display:grid;grid-template-columns:1fr 1.65fr;gap:8px;border-top:1px solid rgba(255,255,255,.07);background:#000; }
.flow-footer button { min-height:50px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:14px;font-size:12px;font-weight:820; }.flow-footer .secondary { border:1px solid var(--line);background:#151915; }.flow-footer .primary { color:#000;background:var(--lime);box-shadow:0 10px 30px rgba(0,255,0,.12); }.flow-footer svg { width:17px;height:17px; }

.publish-step.active { display:flex;flex-direction:column;overflow:hidden; }.publish-scroll { flex:1;padding:19px 14px 28px;overflow-y:auto; }.publish-heading { margin:0 2px 16px; }.publish-heading h1 { margin:4px 0 6px;font-size:30px;letter-spacing:-.055em; }.publish-heading p { margin:0;color:var(--muted);font-size:11px; }
.publish-composer { min-height:138px;padding:10px;display:flex;gap:11px;border:1px solid var(--line);border-radius:18px;background:var(--surface); }.cover-mini { --cover:linear-gradient(#222,#050505);width:88px;flex:0 0 auto;position:relative;overflow:hidden;border-radius:12px;background-image:linear-gradient(transparent,#000a),var(--cover);background-position:center;background-size:cover; }.cover-mini span { position:absolute;left:7px;right:7px;bottom:7px;min-height:27px;display:flex;align-items:center;justify-content:center;gap:4px;border-radius:8px;background:#000b;font-size:8px;font-weight:750; }.cover-mini svg { width:12px;height:12px; }
.caption-field { flex:1;min-width:0;display:flex;flex-direction:column; }.caption-field textarea { flex:1;width:100%;resize:none;border:0;outline:0;background:transparent;font-size:16px;line-height:1.45; }.caption-field > span { align-self:flex-end;color:var(--muted);font-size:9px; }.caption-field b { color:#fff; }
.tag-buttons { display:flex;gap:7px;padding:9px 1px 13px; }.tag-buttons button { min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#111511;font-size:10px;font-weight:750; }
.publish-card { margin-bottom:10px;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--surface); }.publish-field { min-height:58px;padding:8px 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line); }.publish-field:last-child { border:0; }.publish-field > span { min-width:126px;display:flex;align-items:center;gap:8px; }.publish-field svg { width:17px;height:17px;color:var(--lime); }.publish-field b { font-size:10px; }.publish-field input,.publish-field select { flex:1;min-width:0;height:40px;padding:0 7px;color:#fff;border:0;outline:0;background:transparent;font-size:16px;text-align:right; }.publish-field select option { color:#fff;background:#111; }.publish-field input::placeholder { color:#687068; }.publish-field.alt-field { align-items:flex-start;flex-direction:column; }.publish-field.alt-field textarea { width:100%;min-height:65px;padding:9px;resize:none;border:1px solid var(--line);border-radius:10px;background:#0c0f0c;font-size:16px;line-height:1.4; }
.publish-option-row { width:100%;min-height:66px;padding:8px 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line); }.publish-option-row:last-child { border:0; }.publish-option-row > span:nth-child(2) { flex:1;display:flex;flex-direction:column;gap:3px; }.publish-option-row strong { font-size:11px; }.publish-option-row small { color:var(--muted);font-size:9px; }.option-icon { flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;color:var(--lime);border-radius:11px;background:rgba(0,255,0,.08); }.option-icon svg { width:17px;height:17px; }
.switch { position:relative;flex:0 0 auto; }.switch input { position:absolute;opacity:0;pointer-events:none; }.switch i { position:relative;width:42px;height:25px;display:block;border-radius:14px;background:#2a2d2a;transition:.2s; }.switch i::after { content:"";position:absolute;left:3px;top:3px;width:19px;height:19px;border-radius:50%;background:#fff;transition:.2s; }.switch input:checked + i { background:var(--lime); }.switch input:checked + i::after { left:20px;background:#000; }.switch input:focus-visible + i { outline:2px solid #fff;outline-offset:2px; }
.schedule-input { padding:10px 12px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line);font-size:10px; }.schedule-input input { min-height:42px;padding:0 8px;color:#fff;border:1px solid var(--line);border-radius:10px;background:#0c0f0c;font-size:16px;color-scheme:dark; }
.publish-progress { margin-top:12px;padding:13px;border:1px solid rgba(0,255,0,.28);border-radius:15px;background:#061306; }.publish-progress > div { display:flex;justify-content:space-between;gap:10px;font-size:10px; }.publish-progress > i { height:6px;margin:10px 0;display:block;overflow:hidden;border-radius:4px;background:#243024; }.publish-progress b { width:0;height:100%;display:block;border-radius:4px;background:var(--lime);transition:width .2s; }.publish-progress button { min-height:34px;color:var(--muted);font-size:9px; }.publish-button[disabled] { color:#607060;background:#192019;box-shadow:none; }.publish-button .brand-pulse { width:9px;height:9px; }

/* Creator Studio: edge-to-edge capture, bottom-first editing and device-local drafts. */
.create-flow { width:100%;height:100%;height:100dvh;overflow:hidden;background:#000;overscroll-behavior:none; }
.create-flow .creator-header { height:calc(64px + env(safe-area-inset-top,0px));padding:calc(9px + env(safe-area-inset-top,0px)) 12px 7px;grid-template-columns:76px 1fr 76px;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.28) 72%,transparent); }
.create-flow .creator-header > * { pointer-events:auto; }
.create-flow .creator-header-button { background:rgba(10,10,10,.42);box-shadow:inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(18px); }
.create-flow .creator-draft-button { justify-content:center;border-radius:999px;background:rgba(10,10,10,.42);box-shadow:inset 0 1px rgba(255,255,255,.1);backdrop-filter:blur(18px); }
.create-flow .create-step { inset:calc(64px + env(safe-area-inset-top,0px)) 0 0; }
.create-flow .capture-step { inset:0; }
.create-flow .camera-shell { position:absolute;inset:0;min-height:0;margin:0;border:0;border-radius:0;background:#020302; }
.create-flow .camera-shell::after { height:50%;background:linear-gradient(transparent,rgba(0,0,0,.9)); }
.camera-shell[data-facing="user"] .camera-preview { transform:scaleX(-1); }
.create-flow .camera-placeholder { padding:max(110px,calc(78px + env(safe-area-inset-top,0px))) 34px max(185px,calc(155px + env(safe-area-inset-bottom,0px)));background:radial-gradient(circle at 50% 43%,rgba(0,255,0,.12),transparent 31%); }
.create-flow .camera-mark { width:82px;height:82px;border:0;border-radius:29px;background:rgba(12,25,12,.76);box-shadow:inset 0 1px rgba(255,255,255,.1),0 22px 60px #000; }
.create-flow .camera-placeholder > button { min-height:50px;padding:0 20px;border-radius:999px; }
.create-flow .sound-selector { top:calc(68px + env(safe-area-inset-top,0px));min-height:40px;border:0;border-radius:999px;background:rgba(8,8,8,.48);box-shadow:inset 0 1px rgba(255,255,255,.12);backdrop-filter:blur(18px); }
.create-flow .camera-tool-rail { right:max(10px,env(safe-area-inset-right,0px));top:calc(116px + env(safe-area-inset-top,0px));gap:7px; }
.create-flow .camera-tool-rail button { width:52px;min-height:54px;border-radius:18px;background:rgba(8,8,8,.45);box-shadow:inset 0 1px rgba(255,255,255,.1);backdrop-filter:blur(18px); }
.create-flow .recording-status { left:max(14px,env(safe-area-inset-left,0px));top:calc(73px + env(safe-area-inset-top,0px));border-radius:999px;background:rgba(0,0,0,.54);backdrop-filter:blur(16px); }
.capture-progress { position:absolute;z-index:12;left:0;right:0;bottom:calc(175px + env(safe-area-inset-bottom,0px));height:3px;overflow:hidden;background:transparent; }
.capture-progress i { width:0;height:100%;display:block;background:#ff3b30;box-shadow:0 0 12px #ff3b30;transition:width .2s linear; }
.create-flow .capture-dock { position:absolute;z-index:10;left:0;right:0;bottom:0;padding:22px max(16px,env(safe-area-inset-right,0px)) calc(11px + env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-left,0px));background:linear-gradient(transparent,rgba(0,0,0,.82) 20%,#000 68%); }
.create-flow .duration-picker { width:max-content;min-height:32px;margin:0 auto;padding:3px;border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(16px); }
.create-flow .duration-picker button { min-width:54px;border-radius:999px; }
.create-flow .duration-picker button.active { box-shadow:0 6px 20px rgba(0,255,0,.18); }
.capture-mode-compat { display:none!important; }
.create-flow .capture-actions { height:82px;grid-template-columns:1fr 100px 1fr; }
.create-flow .gallery-button > span { border:0;border-radius:16px;background-color:rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,.13); }
.create-flow .shutter-button { width:78px;height:78px;touch-action:none;user-select:none;-webkit-touch-callout:none; }
.create-flow .shutter-button span { background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.4); }
.create-flow .shutter-button b { position:absolute;left:50%;top:50%;width:13px;height:13px;transform:translate(-50%,-50%);border-radius:50%;background:#ff3b30;box-shadow:0 0 0 7px rgba(255,59,48,.14); }
.create-flow .shutter-button.recording b { opacity:0; }
.create-flow .capture-next { min-width:52px;border-radius:999px;box-shadow:0 10px 28px rgba(0,255,0,.18); }
.capture-subactions { min-height:28px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px; }
.capture-subactions > button { min-height:30px;padding:0 10px;display:flex;align-items:center;gap:6px;border-radius:999px;background:rgba(255,255,255,.08);font-size:9px;font-weight:750; }
.capture-subactions > button svg { width:13px;height:13px;color:var(--lime); }
.capture-subactions > button b { min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;color:#000;border-radius:999px;background:var(--lime);font-size:8px; }
.capture-subactions .capture-hint { min-width:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap; }

.create-flow .editor-step { background:#000; }
.create-flow .editor-workspace { flex:1;min-height:210px;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000; }
.create-flow .editor-preview { width:100%;height:100%;min-height:210px;border:0;border-radius:0;background:#050505;box-shadow:none; }
.create-flow .editor-preview[data-ratio="square"],.create-flow .editor-preview[data-ratio="portrait"] { width:auto;height:100%;min-height:0;max-width:100%; }
.create-flow .editor-text-overlay { left:50%;top:46%;padding:8px 12px;border-radius:12px;cursor:grab;touch-action:none;user-select:none;will-change:left,top,transform;background:rgba(0,0,0,.08); }
.create-flow .editor-text-overlay:focus-visible,.create-flow .editor-text-overlay.dragging { outline:2px dashed var(--lime);outline-offset:3px;background:rgba(0,0,0,.32);cursor:grabbing; }
.create-flow .preview-time { top:12px;left:12px;border-radius:999px;background:rgba(0,0,0,.5);backdrop-filter:blur(12px); }
.create-flow .preview-play { border:0;background:rgba(0,0,0,.4);box-shadow:inset 0 1px rgba(255,255,255,.16); }
.create-flow .media-tray-wrap { flex-basis:56px;padding:4px 10px;border:0;background:#070807; }
.create-flow .media-thumb,.create-flow .media-add { height:48px;border-radius:14px; }
.create-flow .media-slot { height:48px; }
.create-flow .editor-tool-rail { position:relative;z-index:7;top:auto;right:auto;bottom:auto;flex:0 0 66px;padding:6px 10px;display:flex;flex-direction:row;gap:6px;overflow-x:auto;overflow-y:hidden;background:#070807;scroll-snap-type:x proximity; }
.create-flow .editor-tool-rail button { flex:0 0 62px;width:62px;min-height:54px;border-radius:18px;background:rgba(255,255,255,.055);scroll-snap-align:start; }
.create-flow .editor-tool-rail button.active { box-shadow:0 8px 24px rgba(0,255,0,.13); }
.create-flow .editor-control-panel { position:relative;z-index:8;flex:0 0 138px;padding:12px 14px 8px;overflow-y:auto;border-radius:24px 24px 0 0;background:#101310;box-shadow:0 -14px 40px rgba(0,0,0,.4),inset 0 1px rgba(255,255,255,.08); }
.create-flow .editor-panel { min-height:112px; }
.create-flow .timeline-track { border:0;border-radius:13px; }
.create-flow .choice-chips button,.create-flow .overlay-editor input,.create-flow .sound-list button { border:0;border-radius:16px;background:rgba(255,255,255,.06);box-shadow:inset 0 1px rgba(255,255,255,.07); }
.create-flow .flow-footer { min-height:68px;padding:7px 13px calc(7px + env(safe-area-inset-bottom,0px));border:0;background:#080a08; }
.create-flow .flow-footer button { border:0;border-radius:999px; }
.create-flow .flow-footer .secondary { border:0;background:rgba(255,255,255,.07); }

.create-flow .publish-scroll { padding:21px 14px 32px; }
.create-flow .publish-heading h1 { font-size:32px; }
.create-flow .publish-composer { padding:11px;border:0;border-radius:24px;background:#111411;box-shadow:inset 0 1px rgba(255,255,255,.07); }
.create-flow .cover-mini { border-radius:18px;box-shadow:inset 0 1px rgba(255,255,255,.13); }
.create-flow .cover-mini:disabled { cursor:default; }
.create-flow .cover-mini:disabled span { opacity:.72; }
.publish-cover-picker { margin:10px 0 12px;padding:14px;border-radius:22px;background:#111411;box-shadow:inset 0 1px rgba(255,255,255,.07); }
.cover-frame-strip { height:72px;margin:9px 0 10px;display:flex;overflow:hidden;border-radius:14px;background:#080a08; }
.cover-frame-strip i { flex:1;background-position:center;background-size:cover; }
.create-flow .tag-buttons button { border:0;border-radius:999px;background:rgba(255,255,255,.07); }
.create-flow .publish-card { border:0;border-radius:23px;background:#111411;box-shadow:inset 0 1px rgba(255,255,255,.065); }
.create-flow .publish-field,.create-flow .publish-option-row { border-color:rgba(255,255,255,.065); }
.create-flow .publish-field.alt-field textarea,.create-flow .schedule-input input { border:0;border-radius:15px;background:rgba(255,255,255,.055); }
.create-flow .option-icon { border-radius:14px; }
.create-flow .publish-progress { border:0;border-radius:21px;background:#0b1c0b;box-shadow:inset 0 1px rgba(0,255,0,.16); }

.creator-drafts-panel { position:absolute;z-index:40;inset:0;display:flex;flex-direction:column;background:radial-gradient(circle at 50% 0,rgba(0,255,0,.08),transparent 29%),#050605;animation:stepIn .22s ease; }
.creator-drafts-panel > header { flex:0 0 auto;min-height:calc(70px + env(safe-area-inset-top,0px));padding:calc(10px + env(safe-area-inset-top,0px)) 14px 8px;display:grid;grid-template-columns:54px 1fr 64px;align-items:center;background:rgba(5,6,5,.82);backdrop-filter:blur(22px); }
.creator-drafts-panel > header > button { min-height:44px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.07);font-size:10px;font-weight:800; }
.creator-drafts-panel > header > button svg { width:18px;height:18px; }
.creator-drafts-panel > header > div { min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px; }
.creator-drafts-panel > header strong { font-size:15px; }
.creator-drafts-panel > header span { color:var(--muted);font-size:8px; }
.creator-draft-list { flex:1;min-height:0;padding:10px 12px calc(24px + env(safe-area-inset-bottom,0px));overflow-y:auto; }
.creator-draft-card { position:relative;margin-bottom:9px;overflow:hidden;border-radius:22px;background:#111411;box-shadow:inset 0 1px rgba(255,255,255,.075); }
.creator-draft-card > [data-resume-draft] { width:100%;min-height:104px;padding:10px 58px 10px 10px;display:flex;align-items:center;gap:12px;text-align:left; }
.creator-draft-preview { width:68px;height:84px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#263026,#080a08); }
.creator-draft-preview :is(img,video) { width:100%;height:100%;object-fit:cover; }
.creator-draft-preview svg { width:24px;height:24px;color:var(--lime); }
.creator-draft-copy { min-width:0;flex:1;display:flex;flex-direction:column;gap:7px; }
.creator-draft-copy strong { overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap; }
.creator-draft-copy small { color:var(--muted);font-size:9px; }
.creator-draft-arrow { color:var(--muted); }.creator-draft-arrow svg { width:17px;height:17px; }
.creator-draft-delete { position:absolute;right:9px;bottom:9px;width:42px;height:42px;display:grid;place-items:center;color:#ff7770;border-radius:50%;background:rgba(255,80,70,.09); }
.creator-draft-delete svg { width:17px;height:17px; }
.creator-drafts-empty { min-height:60vh;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center; }
.creator-drafts-empty > span { width:70px;height:70px;margin-bottom:17px;display:grid;place-items:center;color:var(--lime);border-radius:25px;background:rgba(0,255,0,.09); }
.creator-drafts-empty svg { width:28px;height:28px; }
.creator-drafts-empty strong { font-size:18px; }.creator-drafts-empty p { max-width:280px;margin:8px 0;color:var(--muted);font-size:10px;line-height:1.55; }

.flow-header { height:calc(64px + env(safe-area-inset-top,0px));padding:calc(10px + env(safe-area-inset-top,0px)) 11px 6px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08); }
.flow-header > strong { font-size:13px; }

.chat-flow { display:flex;flex-direction:column; }
.chat-header { flex:0 0 auto;height:calc(65px + env(safe-area-inset-top,0px));padding:calc(9px + env(safe-area-inset-top,0px)) 8px 6px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line); }
.chat-header .avatar { width:39px;height:39px; }
.chat-header > div { flex:1;display:flex;flex-direction:column;gap:2px; }
.chat-header strong { font-size:12px; }.chat-header small { color:var(--lime);font-size:8px; }
.chat-messages { flex:1;padding:16px;overflow-y:auto;background:radial-gradient(circle at 75% 20%,rgba(0,255,0,.045),transparent 30%); }
.date-label { margin-bottom:14px;text-align:center;color:var(--muted);font-size:8px; }
.message { max-width:78%;width:fit-content;margin:6px 0;padding:8px 8px 8px 12px;display:flex;align-items:flex-end;gap:6px;border-radius:15px;font-size:10px;line-height:1.45; }
.message-text { min-width:0;padding:2px 0;overflow-wrap:anywhere; }
.message-report { flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;opacity:.72; }
.message-report svg { width:13px;height:13px; }
.message.incoming .message-report { color:#ff9c9c;background:rgba(255,104,104,.08); }
.message.outgoing .message-report { color:#111;background:rgba(0,0,0,.1); }
.message.incoming { border-bottom-left-radius:4px;background:#1a1f1a; }
.message.outgoing { margin-left:auto;color:#000;border-bottom-right-radius:4px;background:var(--lime); }
.shared-post { width:185px;margin:6px 0 11px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface); }
.shared-cover { --cover:linear-gradient(#333,#111);height:185px;position:relative;background-image:linear-gradient(transparent,#0008),var(--cover);background-position:center;background-size:cover; }
.shared-cover span { position:absolute;left:50%;top:50%;width:38px;height:38px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:#0008; }
.shared-cover svg { width:18px;fill:#fff; }
.shared-post strong { display:block;padding:9px 10px 0;font-size:9px; }.shared-post p { margin:4px 10px 10px;color:var(--muted);font-size:8px; }
.streak-notice { width:fit-content;margin:18px auto;padding:9px 13px;display:flex;align-items:center;gap:8px;border:1px solid rgba(0,255,0,.22);border-radius:13px;background:rgba(0,255,0,.07); }
.streak-notice svg { width:20px;color:var(--lime);fill:var(--lime); }.streak-notice span { display:flex;flex-direction:column;gap:2px; }.streak-notice strong { font-size:9px; }.streak-notice small { color:var(--muted);font-size:7px; }
.chat-composer > button:first-child { width:35px;height:35px;display:grid;place-items:center;color:var(--lime);border-radius:50%;background:rgba(0,255,0,.08); }
.chat-composer > button:first-child svg { width:17px; }

.analytics-flow { overflow:hidden; }
.period-button { min-width:65px;min-height:32px;color:var(--lime);border:1px solid rgba(0,255,0,.25);border-radius:9px;font-size:9px;font-weight:750; }
.analytics-scroll { height:calc(100% - 64px - env(safe-area-inset-top,0px));padding:25px 16px 40px;overflow-y:auto; }
.analytics-scroll h1 { margin:5px 0 6px;font-size:35px;letter-spacing:-.06em; }
.analytics-lead { max-width:300px;margin:0 0 20px;color:var(--muted);font-size:10px;line-height:1.5; }
.metric-grid { display:grid;grid-template-columns:1fr 1fr;gap:8px; }
.metric-grid article { min-height:104px;padding:13px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:15px;background:var(--surface); }
.metric-grid small { color:var(--muted);font-size:8px; }.metric-grid strong { margin:auto 0 3px;font-size:22px;letter-spacing:-.04em; }.metric-grid span { color:var(--lime);font-size:8px;font-weight:750; }
.chart-card { margin-top:9px;padding:15px;border:1px solid var(--line);border-radius:16px;background:var(--surface); }
.chart-head { display:flex;align-items:start;justify-content:space-between; }.chart-head span { display:flex;flex-direction:column;gap:3px; }.chart-head strong { font-size:11px; }.chart-head small { color:var(--muted);font-size:7px; }.chart-head i { font-size:14px;font-style:normal;font-weight:800; }
.line-chart { width:100%;height:145px;margin-top:14px;overflow:visible; }.line-chart .area { fill:url(#chartFill);stroke:none; }.line-chart .line { fill:none;stroke:var(--lime);stroke-width:2;vector-effect:non-scaling-stroke; }.line-chart circle { fill:#000;stroke:var(--lime);stroke-width:2;vector-effect:non-scaling-stroke; }
.chart-labels { display:flex;justify-content:space-between;color:var(--muted);font-size:7px; }
.analytics-list { margin-top:9px;padding:15px;border:1px solid var(--line);border-radius:16px;background:var(--surface); }.analytics-list h2 { margin:0 0 15px;font-size:13px; }
.analytics-post-list { display:flex;flex-direction:column;gap:12px; }.analytics-post-row { display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:6px 10px;align-items:center; }.analytics-post-copy { min-width:0;display:flex;flex-direction:column;gap:3px; }.analytics-post-copy strong { overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap; }.analytics-post-copy small { color:var(--muted);font-size:7px; }.analytics-post-value { text-align:right;font-size:9px; }.analytics-post-bar { grid-column:1/-1;height:5px;overflow:hidden;border-radius:4px;background:#252a25; }.analytics-post-bar b { display:block;height:100%;border-radius:inherit;background:var(--lime); }.analytics-empty { margin:0;color:var(--muted);font-size:8px;line-height:1.5; }

.toast { position:absolute;z-index:200;left:50%;bottom:calc(var(--nav-h) + var(--safe-bottom) + 18px);min-height:45px;max-width:calc(100% - 32px);padding:0 15px;display:flex;align-items:center;gap:8px;visibility:hidden;opacity:0;transform:translate(-50%,14px);border:1px solid rgba(0,255,0,.27);border-radius:13px;background:rgba(15,20,15,.96);box-shadow:0 12px 38px #000;transition:.25s;white-space:nowrap; }
.toast.show { visibility:visible;opacity:1;transform:translate(-50%,0); }
.toast svg { width:17px;height:17px;color:#000;padding:3px;border-radius:50%;background:var(--lime);stroke-width:3; }
.toast span { overflow:hidden;font-size:9px;font-weight:700;text-overflow:ellipsis; }

.product-state { min-height:150px;width:100%;padding:30px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);text-align:center; }
.product-state .brand-pulse { width:13px;height:13px; }.product-state strong { max-width:260px;font-size:11px;line-height:1.55; }.product-state p { margin:0;max-width:280px;font-size:9px;line-height:1.55; }
.feed-scroll > .product-state { min-height:100%;scroll-snap-align:start; }.feed-scroll > #feedSentinel { height:2px;scroll-snap-align:none; }
.profile-avatar { border:0;overflow:hidden; }.profile-avatar img { width:100%;height:100%;display:block;object-fit:cover; }
.settings-link { min-height:48px;padding:0 14px;display:flex;align-items:center;color:#fff;border-bottom:1px solid var(--line);font-size:10px;text-decoration:none; }
.settings-scroll .danger strong { color:#ff6b6b; }.authenticated-only[hidden] { display:none!important; }
.auth-sheet { height:min(92%,820px);max-height:calc(100% - env(safe-area-inset-top,0px) - 8px);display:flex;flex-direction:column;background:linear-gradient(180deg,#101410 0%,#080a08 100%); }
.auth-sheet > header { flex:0 0 51px; }.auth-hero { margin:4px 14px 7px;padding:14px;display:flex;align-items:center;gap:12px;border-radius:20px;background:radial-gradient(circle at 8% 18%,rgba(0,255,0,.17),transparent 35%),rgba(255,255,255,.035);box-shadow:inset 0 1px rgba(255,255,255,.05); }
.auth-hero img { width:54px;height:54px;flex:0 0 auto;border-radius:17px;box-shadow:0 10px 30px #0009; }.auth-hero > div { min-width:0; }.auth-hero span { color:var(--lime);font-size:8px;font-weight:900;letter-spacing:.14em; }.auth-hero h2 { margin:3px 0 4px;font-size:15px;line-height:1.1;letter-spacing:-.035em; }.auth-hero p { margin:0;color:var(--muted);font-size:8px;line-height:1.4; }
.auth-tabs { flex:0 0 44px;margin:6px 14px 0;border:0;border-radius:15px;background:rgba(255,255,255,.045); }.auth-sheet .privacy-form { flex:1;height:auto;min-height:0;padding:8px 14px calc(18px + var(--safe-bottom)); }.auth-sheet .privacy-form > label { min-height:70px;padding:9px 3px; }.auth-sheet .privacy-form > label > input,.password-control { flex:1;min-width:0; }
.password-control { height:46px;display:flex;align-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(255,255,255,.045);transition:border-color .2s,box-shadow .2s; }.password-control:focus-within { border-color:rgba(0,255,0,.58);box-shadow:0 0 0 3px rgba(0,255,0,.08); }.password-control input { flex:1;min-width:0;height:100%;padding:0 4px 0 12px;border:0;outline:0;background:transparent;font-size:16px;text-align:right; }.password-control button { width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;color:var(--muted); }.password-control button.active { color:var(--lime); }.password-control svg { width:17px;height:17px; }
.auth-link { min-height:44px;padding:0 4px;display:flex;align-items:center;justify-content:center;color:var(--lime);font-size:10px;font-weight:760; }.auth-divider { height:30px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.1em; }.auth-divider::before,.auth-divider::after { content:"";height:1px;flex:1;background:rgba(255,255,255,.08); }.auth-method-button { width:100%;min-height:58px;padding:8px 12px;display:flex;align-items:center;gap:11px;border-radius:17px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px rgba(255,255,255,.055);text-align:left; }.auth-method-button > svg:first-child { width:20px;height:20px;color:var(--lime); }.auth-method-button > span { flex:1;display:flex;flex-direction:column;gap:3px; }.auth-method-button strong { font-size:11px; }.auth-method-button small { color:var(--muted);font-size:8px; }.auth-method-button .chevron { width:16px;height:16px;color:var(--muted); }
.auth-flow-heading { min-height:72px;display:flex;align-items:center;gap:10px; }.auth-flow-heading > button { width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.06); }.auth-flow-heading > button svg { width:18px;height:18px; }.auth-flow-heading > span { display:flex;flex-direction:column;gap:4px; }.auth-flow-heading strong { font-size:16px;letter-spacing:-.03em; }.auth-flow-heading small { color:var(--muted);font-size:9px; }
.otp-field { flex-direction:column;align-items:stretch!important;gap:7px!important;border:0!important; }.otp-field > span:first-child { flex:0!important; }.privacy-form .otp-field > input { width:100%;height:62px;flex:0;padding:0 8px;border:0;border-radius:18px;background:rgba(255,255,255,.06);font-size:28px!important;font-weight:820;letter-spacing:.32em;text-align:center;font-variant-numeric:tabular-nums; }
.auth-legal { flex:0 0 auto;margin:0;padding:0 22px calc(8px + var(--safe-bottom));color:rgba(255,255,255,.36);font-size:7px;line-height:1.45;text-align:center; }.consent-row { align-items:flex-start!important;gap:10px; }.consent-row > input { width:18px;height:18px;flex:0 0 auto;accent-color:var(--lime); }.consent-row a { color:var(--lime); }
.verify-email-setting { margin:7px 0;padding:0 9px;border:0!important;border-radius:17px;background:rgba(0,255,0,.07); }.verify-email-setting .setting-icon { color:#000;background:var(--lime); }.setting-badge { min-height:24px;padding:0 8px;display:inline-flex;align-items:center;color:#000;border-radius:999px;background:var(--lime);font-size:7px;font-weight:900; }
.email-verification-sheet { min-height:530px;height:min(78%,650px);background:linear-gradient(180deg,#101510,#070907); }.verification-hero { padding:16px 24px 4px;text-align:center; }.verification-mark { width:62px;height:62px;margin:0 auto 13px;display:grid;place-items:center;color:#000;border-radius:21px;background:var(--lime);box-shadow:0 14px 44px rgba(0,255,0,.18); }.verification-mark svg { width:27px;height:27px; }.verification-hero h2 { margin:0 0 8px;font-size:25px;letter-spacing:-.055em; }.verification-hero p { max-width:330px;margin:0 auto;color:var(--muted);font-size:10px;line-height:1.55; }.verification-hero p strong { color:#fff; }.verification-form { height:auto!important;overflow:visible; }
.danger-button { color:#fff!important;background:#9f2424!important;box-shadow:none!important; }
.public-profile-body { padding:14px 16px 30px;overflow-y:auto; }.public-profile-identity { display:flex;align-items:center;gap:12px; }.public-profile-identity .avatar { width:64px;height:64px;font-size:18px; }.public-profile-identity h2 { margin:0 0 4px;font-size:20px; }.public-profile-identity p { margin:0;color:var(--muted);font-size:10px;line-height:1.45; }.public-profile-actions { margin:14px 0;display:grid;grid-template-columns:1fr 1fr;gap:8px; }.public-profile-actions button { min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:12px;font-size:10px;font-weight:800; }.public-profile-actions .primary-follow { grid-column:1/-1;color:#000;background:var(--lime); }.public-profile-actions .public-profile-report { color:#ff8585;border-color:rgba(255,104,104,.3); }.public-profile-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:3px; }.public-profile-grid button { aspect-ratio:3/4;position:relative;overflow:hidden;border-radius:5px;background-position:center;background-size:cover; }.public-profile-grid small { position:absolute;left:6px;bottom:5px;padding:3px 5px;border-radius:5px;background:#000b;font-size:7px; }
.comment-sort { min-height:34px!important;padding:0 16px!important;color:var(--muted);font-size:9px; }.comments-list .product-state { min-height:220px; }
.remote-profile-post { background-color:#121612; }.grid-video .upload-status.failed { color:#ff7a7a; }
.media-sound-toggle { position:absolute;right:16px;top:76px;z-index:4;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;background:rgba(0,0,0,.48);backdrop-filter:blur(8px); }
.media-sound-toggle svg { width:18px;height:18px; }.media-sound-toggle.active { color:#050505;background:var(--lime);border-color:var(--lime); }
.notification-actions { margin-left:auto;display:flex;gap:6px; }.notification-actions button { min-height:32px;padding:0 9px;border:1px solid var(--line);border-radius:9px;color:#fff;background:#171b17;font-size:8px;font-weight:800; }.notification-actions button:first-child { color:#050505;background:var(--lime);border-color:var(--lime); }

@media (max-width: 700px) {
  .desktop-ambient { display:none; }
  .app-shell { width:100%;box-shadow:none; }
  .create-flow { position:fixed;inset:0;width:100vw;max-width:none;height:100dvh; }
  input,textarea { font-size:16px!important; }
}
@media (max-width: 350px) {
  :root { --nav-h:70px; }
  .video-copy { left:13px;right:75px; }
  .action-rail { right:5px;transform:scale(.92);transform-origin:bottom; }
  .create-flow .creator-header { grid-template-columns:68px 1fr 68px; }
  .create-flow .capture-actions { grid-template-columns:1fr 84px 1fr; }
  .create-flow .shutter-button { width:68px;height:68px; }
  .create-flow .editor-workspace { padding:0; }
  .create-flow .editor-tool-rail button { width:56px;flex-basis:56px; }
  .capture-subactions { gap:6px; }
  .capture-subactions > button span { display:none; }
  .profile-actions { grid-template-columns:1fr 1fr 40px;padding-left:10px;padding-right:10px; }
}
@media (max-height: 700px) {
  .create-flow .sound-selector { top:calc(60px + env(safe-area-inset-top,0px)); }
  .create-flow .camera-tool-rail { top:calc(102px + env(safe-area-inset-top,0px));transform:scale(.88);transform-origin:top right; }
  .create-flow .capture-dock { padding-top:13px; }
  .create-flow .capture-actions { height:64px; }
  .create-flow .shutter-button { width:62px;height:62px; }
  .create-flow .camera-placeholder p { margin-bottom:9px; }
  .capture-progress { bottom:calc(148px + env(safe-area-inset-bottom,0px)); }
  .video-title { margin-top:4px;font-size:13px; }
  .action-rail { gap:9px;transform:scale(.94);transform-origin:bottom; }
  .create-flow .media-tray-wrap { flex-basis:50px; }
  .create-flow .media-thumb,.create-flow .media-add,.create-flow .media-slot { height:42px; }
  .create-flow .editor-tool-rail { flex-basis:58px;padding-top:4px;padding-bottom:4px; }
  .create-flow .editor-tool-rail button { min-height:50px; }
  .create-flow .editor-control-panel { flex-basis:116px;padding-top:9px; }
  .create-flow .editor-panel { min-height:94px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important; }
}

/* Premium surface pass: soft depth replaces hard outlines outside full-bleed media. */
:root {
  --line: rgba(255,255,255,.075);
  --surface: #0c0f0c;
  --surface-2: #131713;
  --ease-premium: cubic-bezier(.2,.8,.2,1);
}

html,body { width:100%;min-height:100%;background:#000; }
.icon-btn.glass,.search-head .icon-btn { border:0;background:rgba(15,18,15,.66);box-shadow:inset 0 1px rgba(255,255,255,.08),0 10px 30px rgba(0,0,0,.24); }
.bottom-nav { border:0;box-shadow:0 -16px 42px rgba(0,0,0,.28); }
.create-button { border-radius:20px; }
.create-button span { border:0;border-radius:16px; }
.search-box { height:54px;border:0;border-radius:20px;background:rgba(255,255,255,.065);box-shadow:inset 0 1px rgba(255,255,255,.055); }
.search-box:focus-within { border:0;box-shadow:inset 0 1px rgba(255,255,255,.08),0 0 0 3px rgba(0,255,0,.09); }
.trend-card,.result-card,.playlist-card { border-radius:22px; }
.collections > button { border:0;border-radius:22px;background:rgba(255,255,255,.045);box-shadow:inset 0 1px rgba(255,255,255,.055); }
.hot-list > button,.activity-item { margin-bottom:5px;padding-inline:10px;border:0;border-radius:17px; }
.hot-list > button:active,.activity-item:active { background:rgba(255,255,255,.045); }
.activity-summary { border:0;border-radius:23px;box-shadow:inset 0 1px rgba(255,255,255,.07),0 18px 42px rgba(0,0,0,.18); }

.sheet-backdrop { background:rgba(0,0,0,.58);backdrop-filter:blur(12px) saturate(120%); }
.bottom-sheet:not(.avatar-crop-sheet) { border:0;border-radius:32px 32px 0 0;background:linear-gradient(180deg,rgba(18,22,18,.985),rgba(7,9,7,.995));box-shadow:0 -30px 90px rgba(0,0,0,.72); }
.bottom-sheet > header { border:0; }
.sheet-grabber { width:42px;background:rgba(255,255,255,.2); }
.action-list,.settings-scroll { padding:8px 12px calc(18px + var(--safe-bottom)); }
.action-list > button,.settings-scroll > button { min-height:68px;margin-bottom:6px;padding:7px 10px;border:0;border-radius:19px;background:rgba(255,255,255,.035);box-shadow:inset 0 1px rgba(255,255,255,.035); }
.action-list > button:active,.settings-scroll > button:active { background:rgba(255,255,255,.07);transform:scale(.99); }
.action-list > button > span,.setting-icon { border-radius:15px;background:rgba(255,255,255,.065); }
.settings-label { margin:18px 10px 7px; }
.privacy-sheet .privacy-form > label,.change-password-sheet .privacy-form > label,#editProfileForm > label,#deleteAccountForm > label,#newChatForm > label { min-height:70px;margin-bottom:7px;padding:10px 12px;border:0;border-radius:18px;background:rgba(255,255,255,.04); }
.privacy-form select,.privacy-form > label > input,.privacy-keywords textarea,.report-details textarea,.people-search-form > div,.secondary-wide { border:0;border-radius:15px;background:rgba(255,255,255,.065);box-shadow:inset 0 1px rgba(255,255,255,.05); }
.form-status { border:0;border-radius:15px; }
.toast { border:0;border-radius:999px;background:rgba(20,25,20,.94);box-shadow:inset 0 1px rgba(255,255,255,.08),0 18px 50px rgba(0,0,0,.5);backdrop-filter:blur(18px); }
.action-list strong,.settings-scroll strong { font-size:12px; }
.action-list small,.settings-scroll small,.privacy-form small { font-size:10px;line-height:1.35; }
.auth-hero p,.auth-method-button small,.auth-flow-heading small { font-size:10px; }
.auth-legal { font-size:9px;line-height:1.5; }
.profile-social-user small { font-size:10px; }

@media (max-width:700px) {
  html,body,.app-shell { width:100vw;max-width:none;height:100dvh;min-height:100dvh; }
  .app-shell { margin:0;border:0;border-radius:0; }
}

.profile-page { overflow:hidden; }
.profile-scroll { height:calc(100% - 64px - env(safe-area-inset-top,0px));overflow-y:auto;overscroll-behavior:contain; }
.profile-tabs { top:0; }
