:root,[data-theme=dark]{--brand-primary: #7C3AED;--brand-primary-hover: #6D28D9;--brand-primary-pressed: #5B21B6;--brand-primary-subtle: #EDE9FE;--brand-accent: #C084FC;--brand-gradient: linear-gradient(135deg, #7C3AED 0%, #C084FC 100%);--status-live: #E11D48;--status-warning: #D97706;--status-danger: #DC2626;--status-success: #059669;--surface-bg: #0B0B12;--surface-elevated: #15151F;--surface-overlay: rgba(11, 11, 18, .72);--text-primary: #F8FAFC;--text-secondary: #A1A1AA;--text-muted: #71717A;--text-on-brand: #FFFFFF;--border-subtle: #27272A;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 8px 24px rgba(0,0,0,.12);--shadow-glow: 0 0 0 4px rgba(124,58,237,.32);--motion-fast: .12s ease-out;--motion-base: .2s ease-in-out;--motion-slow: .32s ease-in-out}[data-theme=light]{--brand-primary: #7C3AED;--brand-primary-hover: #6D28D9;--brand-primary-pressed: #5B21B6;--brand-primary-subtle: #EDE9FE;--brand-accent: #C084FC;--surface-bg: #FFFFFF;--surface-elevated: #F8FAFC;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--border-subtle: #E2E8F0}.feed-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px 12px 24px;width:100%;max-width:720px;margin:0 auto;box-sizing:border-box}.feed-card-live{aspect-ratio:4 / 5;min-height:160px;max-height:280px;width:100%}.feed-card-short{aspect-ratio:9 / 14;min-height:200px;max-height:320px;width:100%}.feed-page{width:100%;max-width:720px;margin:0 auto}.feed-tabs{position:sticky;top:56px;z-index:50;background:var(--surface-bg);border-bottom:1px solid var(--border-subtle)}.app-shell--immersive .feed-tabs{top:0}.app-shell--immersive{background:#000}.app-main--immersive{min-height:100dvh!important;padding-bottom:0!important;flex:1}.app-main--immersive>div:first-child{flex:1;display:flex;flex-direction:column}.app-shell--immersive .app-main--immersive .footer{display:none}.live-room{position:relative;width:100%;height:100dvh;max-height:100dvh;background:#000;overflow:hidden;color:#fff}.live-room__video-wrap{position:absolute;inset:0;background:#000}.live-room__video-wrap video{width:100%;height:100%;object-fit:cover}.live-room__stream-hint{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;background:#0000008c;color:#fff;pointer-events:none;z-index:5}.live-room__stream-hint p{margin:0;font-size:15px;font-weight:600}.live-room__stream-hint-sub{margin-top:8px!important;font-size:12px!important;font-weight:400!important;opacity:.85;line-height:1.5;max-width:280px}.live-room__top{position:absolute;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;gap:10px;padding:max(12px,env(safe-area-inset-top)) 12px 12px;background:linear-gradient(to bottom,rgba(0,0,0,.55),transparent)}.live-room__back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#00000059;color:#fff;text-decoration:none;font-size:20px;flex-shrink:0}.live-room__anchor{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:9999px;background:#00000059}.live-room__avatar{width:32px;height:32px;border-radius:50%;background:var(--brand-gradient);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.live-room__anchor-info{min-width:0}.live-room__anchor-info h1{margin:0;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-room__anchor-info p{margin:2px 0 0;font-size:11px;color:#ffffffbf}.live-room__viewers{font-size:12px;padding:4px 10px;border-radius:9999px;background:#00000059;flex-shrink:0}.live-room__chat{position:absolute;left:12px;right:72px;bottom:calc(72px + env(safe-area-inset-bottom));z-index:15;max-height:min(36vh,240px);overflow:hidden;pointer-events:none}.live-room__chat>*{pointer-events:auto}.live-room__actions{position:absolute;right:12px;bottom:calc(88px + env(safe-area-inset-bottom));z-index:16;display:flex;flex-direction:column;align-items:center;gap:14px}.live-room__action-btn{width:44px;height:44px;border-radius:50%;border:none;background:#00000059;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center}.live-room__bottom{position:absolute;left:0;right:0;bottom:0;z-index:20;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:linear-gradient(to top,rgba(0,0,0,.65),transparent);display:flex;flex-direction:column;gap:8px}.live-room__bottom-row{display:flex;gap:8px;align-items:center}.live-room__input{flex:1;padding:10px 14px;border-radius:9999px;border:none;background:#ffffff26;color:#fff;font-size:14px;outline:none}.live-room__input::placeholder{color:#ffffff8c}.live-room__send{padding:10px 16px;border-radius:9999px;border:none;background:var(--brand-primary);color:#fff;font-weight:600;font-size:13px;cursor:pointer;flex-shrink:0}.live-room__gift-sheet{position:absolute;left:0;right:0;bottom:0;z-index:30;padding:16px 12px calc(16px + env(safe-area-inset-bottom));background:#121216f5;border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .25s ease}.live-room__gift-sheet--open{transform:translateY(0)}.live-room--desktop{display:grid;grid-template-columns:1fr 320px;grid-template-rows:auto auto;gap:16px;padding:16px;max-width:1280px;margin:0 auto;height:auto;max-height:none;min-height:calc(100vh - 116px);background:var(--surface-bg);color:var(--text-primary)}.live-room--desktop .live-room__video-wrap{position:relative;grid-column:1;grid-row:1;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden}.live-room--desktop .live-room__video-wrap video{object-fit:contain;background:#000}.live-room--desktop .live-room__top,.live-room--desktop .live-room__chat,.live-room--desktop .live-room__actions,.live-room--desktop .live-room__bottom,.live-room--desktop .live-room__gift-sheet,.live-room__desktop-main{display:none}.live-room--desktop .live-room__desktop-main{display:block;grid-column:1;grid-row:2}.live-room__desktop-aside{display:none}.live-room--desktop .live-room__desktop-aside{display:flex;flex-direction:column;gap:12px;grid-column:2;grid-row:1 / span 2;align-self:start}.live-room__mobile-only{display:block}.live-room--desktop .live-room__mobile-only{display:none}.app-shell--messages .app-main--messages{min-height:calc(100dvh - 60px)!important;padding-bottom:0!important}.app-shell--messages-chat .app-main--messages-chat{min-height:100dvh!important}.app-shell--messages .footer{display:none}.msg-page{--msg-mobile-header: 52px;max-width:1280px;margin:8px auto;height:calc(100dvh - 60px);min-height:320px;display:grid;grid-template-columns:minmax(280px,340px) 1fr;border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;background:var(--surface-elevated)}.msg-page--guest{display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;background:transparent;text-align:center;color:var(--text-muted);gap:12px}.msg-page--guest button{color:var(--brand-primary);background:none;border:none;cursor:pointer;font-size:14px;font-weight:600}.msg-sidebar{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--border-subtle);background:var(--surface-elevated)}.msg-sidebar__head{padding:max(14px,env(safe-area-inset-top,0)) 16px 10px;border-bottom:1px solid var(--border-subtle)}.msg-sidebar__head h2{margin:0;font-size:18px;font-weight:700}.msg-tabs{display:flex;gap:6px;padding:8px 12px 10px;border-bottom:1px solid var(--border-subtle)}.msg-tab{padding:6px 14px;border:none;border-radius:9999px;font-size:13px;font-weight:500;cursor:pointer;background:transparent;color:var(--text-secondary);transition:background var(--motion-fast),color var(--motion-fast)}.msg-tab--active{background:var(--brand-primary-subtle);color:var(--brand-primary);font-weight:600}.msg-thread-list{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.msg-thread-empty{padding:32px 16px;text-align:center;color:var(--text-muted);font-size:13px}.msg-thread-row{display:flex;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid var(--border-subtle);transition:background var(--motion-fast)}.msg-thread-row:active,.msg-thread-row--active{background:var(--brand-primary-subtle)}.msg-thread-row__avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:var(--brand-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700}.msg-thread-row__body{flex:1;min-width:0}.msg-thread-row__top{display:flex;justify-content:space-between;gap:8px;margin-bottom:4px}.msg-thread-row__name{font-size:15px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-thread-row__name--unread{font-weight:700}.msg-thread-row__time{font-size:11px;color:var(--text-muted);flex-shrink:0}.msg-thread-row__bottom{display:flex;justify-content:space-between;gap:8px;align-items:center}.msg-thread-row__preview{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.msg-thread-row__badge{flex-shrink:0;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--status-danger);color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.msg-new-chat{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0));border-top:1px solid var(--border-subtle);display:flex;gap:8px;background:var(--surface-elevated)}.msg-new-chat input{flex:1;min-width:0;padding:10px 12px;font-size:14px;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-bg)}.msg-new-chat button{padding:10px 14px;font-size:13px;font-weight:600;background:var(--brand-primary);color:var(--text-on-brand);border:none;border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0}.msg-main{display:flex;flex-direction:column;min-height:0;background:var(--surface-bg)}.msg-main__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);gap:10px;padding:24px}.msg-chat{display:flex;flex-direction:column;flex:1;min-height:0}.msg-chat__head{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border-subtle);background:var(--surface-elevated);min-height:var(--msg-mobile-header)}.msg-chat__back{display:none;width:36px;height:36px;border:none;border-radius:50%;background:var(--surface-bg);color:var(--text-primary);font-size:20px;cursor:pointer;flex-shrink:0;align-items:center;justify-content:center}.msg-chat__title-wrap{flex:1;min-width:0}.msg-chat__title{margin:0;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-chat__subtitle{margin:2px 0 0;font-size:12px;color:var(--text-muted);font-weight:400}.msg-chat__messages{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.msg-bubble-row{display:flex}.msg-bubble-row--mine{justify-content:flex-end}.msg-bubble{max-width:min(78%,420px);padding:10px 14px;border-radius:16px;font-size:15px;line-height:1.45;word-break:break-word}.msg-bubble--mine{background:var(--brand-primary);color:var(--text-on-brand);border-bottom-right-radius:4px}.msg-bubble--peer{background:var(--surface-elevated);color:var(--text-primary);border:1px solid var(--border-subtle);border-bottom-left-radius:4px}.msg-chat__composer{display:flex;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0));border-top:1px solid var(--border-subtle);background:var(--surface-elevated)}.msg-chat__composer input{flex:1;min-width:0;padding:11px 14px;font-size:15px;border:1px solid var(--border-subtle);border-radius:9999px;background:var(--surface-bg)}.msg-chat__composer button{padding:11px 18px;font-weight:600;font-size:14px;background:var(--brand-primary);color:var(--text-on-brand);border:none;border-radius:9999px;cursor:pointer;flex-shrink:0}@media (max-width: 768px){.msg-page{grid-template-columns:1fr;height:calc(100dvh - 60px);margin:0;border:none;border-radius:0}.app-shell--messages-chat .msg-page{height:100dvh}.msg-page--in-chat .msg-sidebar{display:none}.msg-page:not(.msg-page--in-chat) .msg-main{display:none}.msg-page--in-chat .msg-main{display:flex}.msg-page--in-chat .msg-main{position:fixed;inset:0;z-index:85;height:auto}.app-shell--messages-chat .msg-page--in-chat .msg-main{inset:0}.msg-chat__back{display:inline-flex}.msg-sidebar__head{padding-top:max(12px,env(safe-area-inset-top,0))}.msg-thread-row__avatar{width:52px;height:52px}}@media (min-width: 769px){.app-shell--messages .app-main--messages{min-height:calc(100dvh - 116px)!important;padding-bottom:60px!important}.app-shell--messages .msg-page{height:calc(100dvh - 148px)}.msg-page{margin:16px 12px}}.me-page{min-height:calc(100dvh - 116px);background:var(--surface-bg);padding-bottom:env(safe-area-inset-bottom,0)}.me-page--sub{padding:0 12px 24px;max-width:720px;margin:0 auto}.me-subheader{position:sticky;top:56px;z-index:40;display:flex;align-items:center;gap:8px;margin:0 -12px 12px;padding:10px 12px;background:var(--surface-bg);border-bottom:1px solid var(--border-subtle)}.me-subheader__back{width:36px;height:36px;border:none;border-radius:50%;background:var(--surface-elevated);color:var(--text-primary);font-size:20px;line-height:1;cursor:pointer;flex-shrink:0}.me-subheader__title{margin:0;font-size:17px;font-weight:700}.me-subcontent{padding-bottom:16px}.me-subcontent .me-page-title-hidden{display:none}.me-guest{padding:24px 16px 48px;max-width:480px;margin:0 auto;text-align:center}.me-guest__card{padding:40px 24px;background:var(--surface-elevated);border-radius:var(--radius-lg);border:1px solid var(--border-subtle)}.me-guest__avatar{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:var(--surface-bg);border:2px dashed var(--border-subtle);display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--text-muted)}.me-guest__title{margin:0 0 8px;font-size:20px;font-weight:700}.me-guest__desc{margin:0 0 20px;font-size:14px;color:var(--text-muted);line-height:1.5}.me-guest__btn{padding:12px 32px;background:var(--brand-primary);color:var(--text-on-brand);border:none;border-radius:9999px;font-size:15px;font-weight:600;cursor:pointer}.me-hub{max-width:720px;margin:0 auto}.me-hub__top{position:relative;padding:16px 16px 20px;background:linear-gradient(165deg,#1a1028 0%,#2d1b4e 45%,var(--surface-bg) 100%);color:#fff}.me-hub__top-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:8px}.me-hub__icon-btn{width:36px;height:36px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.me-hub__profile{display:flex;gap:16px;align-items:flex-start}.me-hub__avatar{width:72px;height:72px;border-radius:50%;flex-shrink:0;background:var(--brand-gradient);border:2px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.me-hub__info{flex:1;min-width:0;padding-top:4px}.me-hub__name{margin:0;font-size:20px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.me-hub__id{margin:6px 0 0;font-size:13px;color:#ffffffb8}.me-hub__kyc{display:inline-block;margin-top:8px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#ffffff26;color:#ffffffe6}.me-hub__stats{display:flex;gap:20px;margin-top:20px;padding:0 4px}.me-hub__stat{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:48px;background:none;border:none;color:inherit;cursor:pointer;padding:0}.me-hub__stat-value{font-size:17px;font-weight:700}.me-hub__stat-label{font-size:12px;color:#ffffffa6}.me-hub__actions{display:flex;gap:10px;margin-top:16px}.me-hub__action-btn{flex:1;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;border:none}.me-hub__action-btn--primary{background:#fffffff2;color:#1a1028}.me-hub__action-btn--ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25)}.me-wallet-card{margin:-8px 12px 12px;padding:16px 18px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--brand-primary),#a855f7);color:#fff;text-decoration:none;display:block;box-shadow:0 8px 24px #7c3aed40}.me-wallet-card__label{margin:0;font-size:13px;opacity:.9}.me-wallet-card__row{display:flex;align-items:baseline;justify-content:space-between;margin-top:8px;gap:12px}.me-wallet-card__balance{margin:0;font-size:28px;font-weight:800;letter-spacing:-.02em}.me-wallet-card__balance span{font-size:14px;font-weight:600;margin-left:4px}.me-wallet-card__arrow{font-size:20px;opacity:.85;flex-shrink:0}.me-wallet-card__hint{margin:8px 0 0;font-size:12px;opacity:.85}.me-menu-section{padding:8px 12px 16px}.me-menu-section__title{margin:0 0 10px 4px;font-size:13px;font-weight:600;color:var(--text-muted)}.me-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (max-width: 360px){.me-menu-grid{grid-template-columns:repeat(3,1fr)}}.me-menu-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 6px;border-radius:var(--radius-md);background:var(--surface-elevated);border:1px solid var(--border-subtle);text-decoration:none;color:var(--text-primary);transition:background var(--motion-fast)}.me-menu-item:active{background:var(--brand-primary-subtle)}.me-menu-item__icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--brand-primary-subtle)}.me-menu-item__label{font-size:12px;font-weight:500;text-align:center;line-height:1.25}.me-menu-item--soon{opacity:.55;pointer-events:none}.me-tabs{display:flex;gap:0;border-bottom:1px solid var(--border-subtle);margin:0 12px;position:sticky;top:56px;z-index:30;background:var(--surface-bg)}.me-tab{flex:1;padding:12px 8px;border:none;background:none;font-size:14px;font-weight:500;color:var(--text-muted);cursor:pointer;position:relative}.me-tab--active{color:var(--text-primary);font-weight:700}.me-tab--active:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:28px;height:3px;border-radius:2px;background:var(--brand-primary)}.me-works-empty{padding:48px 24px;text-align:center;color:var(--text-muted);font-size:14px}.me-works-empty svg{margin-bottom:12px;opacity:.45}.me-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:2px 0 24px}.me-work-cell{position:relative;aspect-ratio:3 / 4;background:var(--surface-elevated);overflow:hidden;text-decoration:none;color:inherit}.me-work-cell__bg{position:absolute;inset:0;background:linear-gradient(135deg,#7c3aed,#c084fc)}.me-work-cell__cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.me-work-cell__meta{position:absolute;left:6px;bottom:6px;display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6)}.me-work-cell__play{font-size:10px}.me-works-empty--tab{padding:40px 20px}.me-works-empty__cta{display:inline-block;margin-top:12px;padding:10px 20px;border-radius:9999px;background:var(--brand-primary);color:var(--text-on-brand);text-decoration:none;font-size:14px;font-weight:600}
