:root,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--iv-bg:#050505;--iv-bg-alt:#0a0a0a;--iv-surface:#0b0b0b;--iv-surface-2:#ffffff0f;--iv-surface-3:#ffffff1a;--iv-glass:#0c0c0cb8;--iv-border:#ffffff14;--iv-border-soft:#ffffff0d;--iv-border-strong:#ffffff2e;--iv-text:#fff;--iv-text-muted:#fff9;--iv-text-dim:#ffffff73;--iv-text-faint:#ffffff4d;--iv-scrim:#0009;--iv-shadow:0 18px 50px #0000008c;--iv-shadow-soft:0 6px 18px #0006;--iv-input-bg:#111;--iv-input-border:#ffffff14;--iv-placeholder:#666;--iv-danger:#ff5a5a;--iv-success:#3ddc84;--iv-warning:#ffb020;--iv-pink-text:var(--iv-pink);--iv-track:#ffffff38;--iv-knob:#fff}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--iv-bg:#f5f6f8;--iv-bg-alt:#eef0f4;--iv-surface:#fff;--iv-surface-2:#1010140b;--iv-surface-3:#10101416;--iv-glass:#ffffffc7;--iv-border:#1010141f;--iv-border-soft:#10101412;--iv-border-strong:#10101438;--iv-text:#101014;--iv-text-muted:#1010149e;--iv-text-dim:#1010147a;--iv-text-faint:#10101452;--iv-scrim:#1010146b;--iv-shadow:0 18px 50px #10101424;--iv-shadow-soft:0 6px 18px #1010141a;--iv-input-bg:#fff;--iv-input-border:#10101429;--iv-placeholder:#1010146b;--iv-danger:#d92d20;--iv-success:#067647;--iv-warning:#b54708;--iv-pink-text:#d10f63;--iv-track:#10101442;--iv-knob:#fff}:root{--iv-pink:#ff2d87;--iv-purple:#7a2fff;--iv-purple-2:#9d4dff;--iv-brand-gradient:linear-gradient(135deg, #ff2d87, #9d4dff);--iv-brand-gradient-h:linear-gradient(90deg, #6e22ff, #ff2d87);--iv-on-brand:#fff;--bg:var(--iv-bg);--glass:var(--iv-glass);--border:var(--iv-border);--text:var(--iv-text);--muted:var(--iv-text-muted);--pink:var(--iv-pink);--purple:var(--iv-purple)}html,body{background:var(--iv-bg);color:var(--iv-text)}html.iv-theme-switching,html.iv-theme-switching body{transition:background-color .22s,color .22s}@media (prefers-reduced-motion:reduce){html.iv-theme-switching,html.iv-theme-switching body{transition:none}}:root{--iv-post-max-h:min(90vh, 760px);--bg:var(--iv-bg);--glass:var(--iv-glass);--border:var(--iv-border);--text:var(--iv-text);--muted:var(--iv-text-muted);--pink:var(--iv-pink);--purple:var(--iv-purple)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);width:100%;min-height:100%;color:var(--text);font-family:Poppins,sans-serif;overflow-x:hidden}.iv-header{top:max(10px, env(safe-area-inset-top));background:var(--iv-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--iv-border-soft);height:64px;box-shadow:var(--iv-shadow-soft);z-index:9999;border-radius:32px;align-items:center;gap:10px;padding:0 12px;transition:transform .35s,opacity .35s;display:flex;position:fixed;left:12px;right:12px}.iv-logo{flex-shrink:0;width:32px;height:32px}.search-box{background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);border-radius:999px;flex:1;align-items:center;gap:10px;min-width:0;height:40px;padding:0 14px;display:flex}button.search-box{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;font-family:inherit}.search-box-placeholder{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:inherit;font-size:16px;overflow:hidden}.iv-header-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.notification-btn,.menu-btn{width:34px;height:34px;color:var(--iv-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.notification-btn:hover,.menu-btn:hover{background:var(--iv-surface-2);color:var(--iv-text)}.notification-btn:active,.menu-btn:active{transform:scale(.92)}.notification-badge{background:var(--pink);min-width:16px;height:16px;color:var(--iv-on-brand);box-shadow:0 0 10px var(--pink);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;line-height:1;animation:2s infinite pulse;display:flex;position:absolute;top:-2px;right:-2px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.iv-overlay{background:var(--iv-scrim);opacity:0;visibility:hidden;z-index:9998;transition:all .35s;position:fixed;inset:0}.iv-overlay.active{opacity:1;visibility:visible}.notification-panel,.menu-panel{background:var(--iv-bg);border-left:1px solid var(--iv-surface-2);z-index:10000;overscroll-behavior:contain;width:85vw;max-width:420px;height:100vh;transition:transform .35s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.notification-panel.active,.menu-panel.active{transform:translate(0)}.panel-header{border-bottom:1px solid var(--iv-surface-2);justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.panel-content{padding:20px}.notification-item{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:16px;gap:15px;margin-bottom:14px;padding:16px;display:flex}.menu-panel .panel-content{flex-direction:column;gap:10px;display:flex}.iv-header.hide{opacity:0;transform:translateY(-140%)}.iv-logo{background:linear-gradient(135deg,var(--pink),var(--purple));color:var(--iv-on-brand);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;display:flex;overflow:hidden}.iv-logo:active{transform:scale(.94)}.iv-logo img{object-fit:cover;width:100%;height:100%;display:block}.search-box i{color:var(--muted);flex-shrink:0;font-size:14px}.search-box input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px}.search-box input::placeholder{color:var(--muted)}.notification-btn i,.menu-btn i{font-size:15px}.close-panel{background:var(--iv-border);width:36px;height:36px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:all .2s;display:flex}.close-panel:hover{background:var(--iv-surface-3)}.panel-header h3{font-size:18px;font-weight:700}.notification-icon{width:42px;height:42px;color:var(--iv-on-brand);background:linear-gradient(135deg,var(--pink),var(--purple));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.notification-icon.fan{background:linear-gradient(135deg,#ffb84d,#ff7a2d)}.notification-icon.comment{background:linear-gradient(135deg,#4dc4ff,#2d7aff)}.notification-icon.sub{background:linear-gradient(135deg,#9d4dff,#5a2dff)}.notification-icon.ticket{background:linear-gradient(135deg,#3ddc84,#1fae63)}.notification-icon.launch_pass{background:linear-gradient(135deg,#ffb84d,#ff7a2d)}.notification-icon.live{background:linear-gradient(135deg,#ff2d87,#7856ff)}.notification-icon.broadcast{background:linear-gradient(135deg,#4dc4ff,#2d7aff)}.notification-icon.like{background:linear-gradient(135deg,#ff5d7a,#ff2d55)}.notification-icon.follow{background:linear-gradient(135deg,#4dc4ff,#2d7aff)}.notification-icon.share{background:linear-gradient(135deg,#3ddc84,#1fae63)}.notification-item{cursor:pointer;position:relative}.notification-item.unread{background:var(--iv-surface-3,var(--iv-border-soft));border-color:var(--pink)}.notification-unread-dot{background:var(--pink);border-radius:50%;flex-shrink:0;width:8px;height:8px;position:absolute;top:14px;right:14px}.panel-header-actions{align-items:center;gap:14px;display:flex}.mark-all-read{color:var(--pink);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.mark-all-read:hover{text-decoration:underline}.empty-slot--inline{padding:14px 0}.notification-body p{color:var(--text);font-size:13.5px;line-height:1.4}.notification-body span{color:var(--muted);margin-top:4px;font-size:11.5px;display:block}.profile-page{padding-top:90px;padding-bottom:40px}.cover-section{width:100%;height:160px;position:relative;overflow:hidden}.cover-placeholder{background:var(--iv-border-soft);cursor:pointer;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex;position:relative}.cover-placeholder:before{content:"";border:2px dashed var(--iv-text-faint);pointer-events:none;border-radius:16px;transition:border-color .2s;position:absolute;inset:10px}.cover-placeholder:hover:before{border-color:#ff2d878c}.cover-placeholder-icon{background:var(--iv-border);width:44px;height:44px;color:var(--iv-text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:19px;display:flex}.cover-placeholder-text{color:var(--iv-text-dim);font-family:Poppins,sans-serif;font-size:12.5px;font-weight:500}.cover-video{object-fit:cover;width:100%;height:100%;display:block}.cover-overlay{background:linear-gradient(#00000026,#00000073);position:absolute;inset:0}.live-rail-head-icon{color:var(--iv-pink-text);margin-right:6px;font-size:13px}.live-rail{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;gap:12px;margin:0 -16px 20px;padding:2px 16px 6px;display:flex;overflow-x:auto}.live-rail::-webkit-scrollbar{display:none}.live-rail-card{aspect-ratio:16/10;cursor:pointer;scroll-snap-align:start;background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:18px;flex:none;width:min(255px,78vw);transition:transform .2s;position:relative;overflow:hidden}.live-rail-card:hover{transform:translateY(-2px)}.live-rail-card img,.live-rail-card video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.live-rail-noimg{background:var(--iv-brand-gradient);color:var(--iv-on-brand);opacity:.9;justify-content:center;align-items:center;font-size:34px;display:flex;position:absolute;inset:0}.live-rail-tag{z-index:2;-webkit-backdrop-filter:blur(6px);color:#fff;letter-spacing:.8px;background:#0000008c;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:9.5px;font-weight:700;display:inline-flex;position:absolute;top:10px;left:10px}.live-rail-dot{background:#ff2d87;border-radius:50%;width:6px;height:6px;animation:1.8s infinite live-rail-pulse;box-shadow:0 0 #ff2d87b3}@keyframes live-rail-pulse{70%{box-shadow:0 0 0 7px #ff2d8700}to{box-shadow:0 0 #ff2d8700}}@media (prefers-reduced-motion:reduce){.live-rail-dot{animation:none}}.live-rail-body{z-index:2;color:#fff;background:linear-gradient(#0000,#000000d9);flex-direction:column;gap:3px;padding:26px 12px 11px;display:flex;position:absolute;bottom:0;left:0;right:0}.live-rail-body h4{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.live-rail-when{color:#ffffffbf;font-size:10.5px}.live-rail-price{background:var(--iv-brand-gradient);color:var(--iv-on-brand);border-radius:999px;align-self:flex-start;margin-top:4px;padding:4px 10px;font-size:10.5px;font-weight:700}.live-rail-price.is-owned{-webkit-backdrop-filter:blur(4px);background:#ffffff2e}.premium-post--live{cursor:pointer;position:relative;overflow:hidden}.premium-post--live img,.premium-post--live video{object-fit:cover;width:100%;height:100%;display:block}.premium-live-noimg{background:var(--iv-surface-2);width:100%;height:100%;color:var(--iv-text-dim);justify-content:center;align-items:center;font-size:26px;display:flex}.premium-live-tag{background:var(--iv-brand-gradient);color:var(--iv-on-brand);letter-spacing:.6px;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:9.5px;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.premium-live-tag i{font-size:9px}.premium-live-foot{color:#fff;background:linear-gradient(#0000,#000000d1);justify-content:space-between;align-items:flex-end;gap:8px;padding:18px 9px 8px;display:flex;position:absolute;bottom:0;left:0;right:0}.premium-live-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.premium-live-price{-webkit-backdrop-filter:blur(4px);white-space:nowrap;background:#ffffff29;border-radius:999px;flex:none;padding:3px 8px;font-size:10px;font-weight:700}.view-as-btn{width:52px;height:52px;font:inherit;border:1px solid var(--iv-border-strong);background:var(--iv-scrim);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(8px);z-index:2;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:17px;transition:background .2s,transform .2s,border-color .2s;display:flex;position:absolute;bottom:18px;left:18px}.view-as-btn:hover{background:linear-gradient(135deg,#7a2fff,#ff2d87);border-color:#0000;transform:scale(1.08)}@media (width<=480px){.view-as-btn{width:46px;height:46px;font-size:15px;bottom:14px;left:14px}}.cover-placeholder--viewer{background:var(--iv-bg-alt);width:100%;height:100%}.view-as-bar{background:var(--iv-glass);border:1px solid var(--iv-border-strong);box-shadow:var(--iv-shadow);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:9998;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px 10px 16px;display:flex;position:fixed;bottom:90px;left:16px;right:16px}.view-as-bar-text{color:var(--iv-text);align-items:center;gap:9px;font-size:13px;display:inline-flex}.view-as-bar-text i{color:var(--iv-pink-text)}.view-as-bar-exit{background:var(--iv-brand-gradient);color:var(--iv-on-brand);cursor:pointer;border:none;border-radius:999px;flex:none;padding:8px 16px;font-family:inherit;font-size:12.5px;font-weight:600}.view-as-bar-exit:hover{filter:brightness(1.08)}@media (width<=380px){.view-as-bar{padding:9px 10px 9px 13px}.view-as-bar-text{font-size:12px}}.cover-edit-btn,.profile-edit-btn{font:inherit;-webkit-tap-highlight-color:transparent;border:0;padding:0}.cover-edit-btn{background:var(--iv-scrim);-webkit-backdrop-filter:blur(16px);border:1px solid var(--iv-surface-3);width:52px;height:52px;color:var(--iv-text);cursor:pointer;z-index:20;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;bottom:18px;right:18px}.cover-edit-btn:hover{background:linear-gradient(135deg,#7a2fff,#ff2d87);border-color:#0000;transform:scale(1.08)}.cover-edit-btn i{font-size:18px}@media (width<=480px){.cover-edit-btn{width:46px;height:46px;bottom:14px;right:14px}.cover-edit-btn i{font-size:16px}}.profile-edit-btn{background:var(--iv-surface);-webkit-backdrop-filter:blur(12px);border:2px solid var(--iv-bg);width:38px;height:38px;color:var(--iv-text);cursor:pointer;z-index:20;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;bottom:4px;right:4px}.profile-edit-btn:hover{background:linear-gradient(135deg,#7a2fff,#ff2d87);transform:scale(1.08)}.profile-edit-btn i{font-size:14px}@media (width<=480px){.profile-edit-btn{width:34px;height:34px}.profile-edit-btn i{font-size:13px}}.profile-info-section{text-align:center;z-index:2;margin-top:-36px;padding:0 20px;position:relative}.profile-photo-wrapper{cursor:pointer;background:linear-gradient(135deg,#7a2fff,#ff2d87 55%,#9d4dff);border-radius:50%;width:136px;height:136px;margin:0 auto;padding:5px;transition:all .3s;position:relative;box-shadow:0 0 0 1px #ffffff0f,0 0 26px #ff2d8752,0 0 50px #7a2fff33}.profile-photo{object-fit:cover;border:4px solid var(--iv-bg);border-radius:50%;width:100%;height:100%;display:block}.profile-photo-placeholder{background:var(--iv-surface-2);flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex;position:relative}.profile-photo-placeholder:before{content:"";border:2px dashed var(--iv-border-strong);pointer-events:none;border-radius:50%;position:absolute;inset:6px}.profile-photo-placeholder i{color:var(--iv-text-muted);font-size:20px}.profile-photo-placeholder span{color:var(--iv-text-dim);text-align:center;padding:0 8px;font-family:Poppins,sans-serif;font-size:8.5px;font-weight:500;line-height:1.25}.profile-photo-wrapper.normal{background:linear-gradient(135deg, var(--iv-on-brand), #d9d9d9, var(--iv-on-brand));box-shadow:0 0 16px var(--iv-border-strong)}.profile-photo-wrapper.has-story{background:linear-gradient(135deg,#7a2fff,#d946ef,#ff2d87);box-shadow:0 0 0 1px #ffffff1a,0 0 34px #d946ef73,0 0 64px #7a2fff4d}.profile-photo-wrapper.premium{background:linear-gradient(135deg,#ffd54a,#ffb300,#ffd54a);box-shadow:0 0 22px #ffc10759}.online-indicator{border:3px solid var(--iv-bg);z-index:10;background:#00d26a;border-radius:50%;width:16px;height:16px;position:absolute;bottom:6px;left:6px;box-shadow:0 0 10px #00d26aa6}.profile-name-row{justify-content:center;align-items:center;gap:8px;margin-top:18px;display:flex}.profile-name-row h1{letter-spacing:-.02em;font-family:Sora,sans-serif;font-size:30px;font-weight:800}.verified-badge{color:#4ea7ff;filter:drop-shadow(0 0 6px #4ea7ff8c);font-size:20px}.profile-username{text-align:center;color:var(--iv-text-muted);margin-top:2px;font-size:14px}.launch-pass-chip{background:linear-gradient(90deg,#7a2fff38,#ff2d8738);border:1px solid #ff2d8759;border-radius:999px;align-items:center;gap:6px;margin:12px auto 0;padding:6px 14px 6px 10px;display:inline-flex}.launch-pass-chip i{color:#ffb020;font-size:12px}.launch-pass-chip span{letter-spacing:.02em;background:linear-gradient(90deg,#ffd580,#ff9ecb);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Sora,sans-serif;font-size:11.5px;font-weight:600}.creator-category{color:#ffffffd9;background:#ffffff0d;border:1px solid #9d4dff59;border-radius:999px;align-items:center;gap:8px;margin-top:14px;padding:8px 16px;font-size:13.5px;font-weight:500;display:inline-flex}.creator-category-icon{color:#c9a3ff;font-size:12px}.creator-category.is-clickable{cursor:pointer}.creator-category-edit-btn,.inline-edit-btn{background:var(--iv-border);width:22px;height:22px;color:var(--iv-text-muted);cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:10px;transition:background .2s,color .2s;display:inline-flex}.creator-category-edit-btn:hover,.inline-edit-btn:hover{color:var(--iv-pink-text);background:#ff2d872e}.inline-edit-empty{color:var(--iv-text-faint);font-style:italic}.creator-bio,.creator-location{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.creator-bio.is-clickable{cursor:pointer}.creator-bio-edit{flex-direction:column;align-items:center;gap:4px;margin-top:16px;display:flex}.creator-bio-edit textarea{background:var(--iv-border-soft);width:100%;max-width:500px;color:var(--iv-text);text-align:center;resize:vertical;border:1px solid #ff2d8766;border-radius:12px;outline:none;padding:10px 14px;font-family:Poppins,sans-serif;font-size:13px;line-height:1.6;box-shadow:0 0 16px #ff2d871f}.creator-bio-edit textarea::placeholder{color:var(--iv-text-faint)}.inline-edit-count{color:var(--iv-text-faint);font-size:11px}.creator-location-edit{flex-direction:column;align-items:center;gap:10px;margin-top:12px;display:flex}.creator-location-edit-row{color:var(--iv-text-dim);align-items:center;gap:8px;display:flex}.creator-location-edit-row input{background:var(--iv-border-soft);width:100%;max-width:280px;height:38px;color:var(--iv-text);text-align:center;border:1px solid #ff2d8766;border-radius:10px;outline:none;padding:0 14px;font-family:Poppins,sans-serif;font-size:13.5px;box-shadow:0 0 16px #ff2d871f}.creator-location-edit-row input::placeholder{color:var(--iv-text-faint)}.location-visibility-row{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.location-visibility-pill{border:1px solid var(--iv-border);background:var(--iv-surface-2);color:var(--iv-text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:11.5px;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.location-visibility-pill i{font-size:11px}.location-visibility-pill:hover{border-color:var(--iv-border-strong);color:var(--iv-text)}.location-visibility-pill.active{background:var(--iv-brand-gradient);color:var(--iv-on-brand);border-color:#0000}.location-visibility-tag{background:var(--iv-surface-2);border:1px solid var(--iv-border);color:var(--iv-text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:10.5px;display:inline-flex}.location-visibility-tag i{font-size:10px}.creator-category-edit{justify-content:center;margin-top:8px;display:flex}.creator-category-edit input{background:var(--iv-border-soft);width:100%;max-width:320px;height:38px;color:var(--iv-text);text-align:center;border:1px solid #ff2d8766;border-radius:10px;outline:none;padding:0 14px;font-family:Poppins,sans-serif;font-size:13.5px;box-shadow:0 0 16px #ff2d871f}.creator-category-edit input::placeholder{color:var(--iv-text-faint)}.creator-bio{color:#ffffffd9;max-width:500px;margin-top:14px;margin-left:auto;margin-right:auto;font-size:14.5px;line-height:1.55}.creator-location{color:#ffffffb3;background:#ffffff0a;border:1px solid #ffffff17;border-radius:999px;justify-content:center;align-items:center;gap:7px;margin-top:14px;padding:7px 14px;font-size:13px;display:inline-flex}.edit-profile-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:20px;padding:0 20px;display:flex}.edit-profile-btn{-webkit-backdrop-filter:blur(20px);height:50px;color:var(--iv-text);cursor:pointer;background:linear-gradient(#ffffff17,#ffffff08);border:1px solid #ffffff24;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 30px;font-size:15px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 24px #00000059}.edit-profile-btn:hover{background:linear-gradient(135deg,#7a2fff40,#ff2d8740);border-color:#ff2d8773;transform:translateY(-2px);box-shadow:0 8px 24px #ff2d872e}.edit-profile-btn i{font-size:14px}@media (width<=480px){.edit-profile-btn{width:100%;max-width:220px}}.edit-profile-modal{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:999999;transition:all .3s;position:fixed;inset:0}.edit-profile-modal.active{opacity:1;visibility:visible}.edit-profile-sheet{background:var(--iv-input-bg);border-radius:30px 30px 0 0;max-height:90vh;padding:24px;transition:all .35s;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.edit-profile-modal.active .edit-profile-sheet{transform:translateY(0)}.edit-profile-sheet.is-dragging{transition:none}.edit-profile-sheet.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1)}.edit-profile-sheet.is-closing{transition:transform .22s cubic-bezier(.4,0,1,1)}@media (prefers-reduced-motion:reduce){.edit-profile-sheet.is-springing,.edit-profile-sheet.is-closing{transition:none}}.sheet-grab{cursor:grab;touch-action:none;justify-content:center;align-items:center;padding:14px 0 4px;display:flex}.sheet-grab:active{cursor:grabbing}.sheet-handle{background:#555;border-radius:50px;width:70px;height:5px;margin:0 auto 20px}.edit-profile-sheet h2{text-align:center;margin-bottom:25px;font-size:22px}.edit-options{flex-direction:column;gap:12px;display:flex}.edit-option{background:var(--iv-surface-2);width:100%;height:60px;color:var(--iv-text);cursor:pointer;border:none;border-radius:18px;align-items:center;gap:18px;padding:0 18px;font-size:16px;transition:all .25s;display:flex}.edit-option:hover{background:linear-gradient(135deg,#7a2fff40,#ff2d8740)}.edit-option i{text-align:center;width:24px;color:var(--iv-pink-text);font-size:18px}.social-links-sheet{background:var(--iv-input-bg);border-radius:30px 30px 0 0;padding:22px;transition:all .35s;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.social-links-sheet.active{transform:translate(0)}.sheet-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.back-sheet{background:var(--iv-border-soft);width:42px;height:42px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%}.sheet-header h2{font-size:22px}.save-social-links{color:var(--iv-pink-text);cursor:pointer;background:0 0;border:none;font-weight:600}.social-links-form{flex-direction:column;gap:18px;display:flex}.social-input{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:16px;align-items:center;gap:16px;height:58px;padding:0 18px;display:flex}.social-input i{width:24px;color:var(--iv-pink-text);text-align:center;font-size:20px}.social-input input{color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-size:15px}.social-input input::placeholder{color:var(--iv-text-dim)}.social-links{justify-content:center;gap:12px;padding:25px 20px;display:flex}.add-social-link-text{color:var(--iv-pink-text);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin:-16px auto 20px;font-size:13px;font-weight:600;text-decoration:underline;display:block}.social-icon{width:52px;height:52px;color:var(--iv-text);background:var(--iv-surface-2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.social-icon i{color:var(--iv-text);font-size:18px}.social-icon:hover{border-color:#ff2d8766;transform:translateY(-3px)}.sub-sheet{background:var(--iv-input-bg);z-index:2;border-radius:30px 30px 0 0;padding:22px;transition:all .35s;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.sub-sheet.active{transform:translate(0)}.sub-sheet.sub-sheet--step{z-index:3}.profile-complete-card{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:18px;align-items:center;gap:16px;margin-bottom:22px;padding:16px;display:flex}.complete-ring{background:radial-gradient(closest-side,var(--iv-input-bg) 79%,transparent 80% 100%), conic-gradient(#ff2d87 var(--pct,85%),var(--iv-surface-3) 0);border-radius:50%;flex:none;justify-content:center;align-items:center;width:56px;height:56px;font-size:13px;font-weight:700;display:flex}.profile-complete-card p{color:var(--iv-text-muted);margin:0;font-size:13px;line-height:1.4}.profile-complete-card strong{color:var(--iv-text);margin-bottom:2px;font-size:14px;display:block}.edit-option{justify-content:space-between;position:relative}.edit-option .option-left{align-items:center;gap:18px;display:flex}.edit-option .chevron{color:var(--iv-text-muted);font-size:14px}.hot-badge{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#7a2fff);border-radius:20px;margin-left:8px;padding:3px 8px;font-size:10px;font-weight:700}.become-creator-option{box-shadow:0 6px 20px #ff2d874d;background:linear-gradient(135deg,#ff2d87,#7a2fff)!important}.become-creator-option i{color:var(--iv-on-brand)}.become-creator-option .hot-badge{background:var(--iv-scrim);margin-left:0}.become-creator-option:hover{filter:brightness(1.08)}.sheet-footnote{text-align:center;color:var(--iv-placeholder);margin-top:18px;font-size:12px;line-height:1.5}.field-label{color:var(--iv-text-dim);letter-spacing:.02em;text-transform:uppercase;margin-bottom:8px;font-size:12px;display:block}.text-field{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:16px;align-items:center;gap:14px;height:58px;margin-bottom:22px;padding:0 18px;display:flex}.text-field i{color:var(--iv-pink-text);text-align:center;width:20px;font-size:16px}.text-field input,.text-field textarea{color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.text-field input::placeholder,.text-field textarea::placeholder{color:var(--iv-text-dim)}.text-field.textarea-field{align-items:flex-start;height:auto;padding:16px 18px}.text-field textarea{resize:none;height:110px;line-height:1.5}.char-count{text-align:right;color:var(--iv-placeholder);margin:-14px 0 20px;font-size:12px}.field-hint{color:var(--iv-text-dim);align-items:center;gap:6px;margin:-14px 0 20px;font-size:12px;display:flex}.field-hint.checking{color:var(--iv-text-dim)}.suggestion-chips{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.suggestion-chip{background:var(--iv-surface-2);border:1px solid var(--iv-border);color:var(--iv-text-dim);cursor:pointer;border-radius:50px;padding:9px 16px;font-size:13px;transition:all .2s}.suggestion-chip:hover{color:var(--iv-text);border-color:#ff2d8780}.btn-primary{width:100%;height:54px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#7a2fff,#ff2d87);border:none;border-radius:16px;font-size:15px;font-weight:600;transition:all .2s}.btn-primary:hover{filter:brightness(1.08)}.btn-primary:disabled{opacity:.5;cursor:default}.btn-secondary{background:var(--iv-surface-2);width:100%;height:54px;color:var(--iv-text);cursor:pointer;border:none;border-radius:16px;font-size:15px;font-weight:600}.btn-row{gap:12px;margin-top:18px;display:flex}.btn-row .btn-primary,.btn-row .btn-secondary{flex:1}.photo-preview-circle{background:var(--iv-surface-2) center/cover no-repeat;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:10px auto 8px;display:flex;position:relative;overflow:hidden}.photo-preview-circle i{color:var(--iv-text-muted);font-size:44px}.photo-preview-circle img{object-fit:cover;width:100%;height:100%;display:none}.photo-cam-btn{border:3px solid var(--iv-input-bg);width:32px;height:32px;color:var(--iv-on-brand);cursor:pointer;background:#ff2d87;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;bottom:2px;right:2px}.current-photo-label{text-align:center;color:var(--iv-text-dim);margin-bottom:28px;font-size:13px}.cover-preview-box{background:var(--iv-border-soft) center/cover no-repeat;border:1px solid var(--iv-border);border-radius:18px;justify-content:center;align-items:center;width:100%;height:130px;margin-bottom:10px;display:flex;position:relative;overflow:hidden}.cover-preview-box i.placeholder-icon{color:var(--iv-text-muted);font-size:30px}.cover-preview-box img,.cover-preview-box video{object-fit:cover;width:100%;height:100%;display:none}.media-type-row{gap:12px;margin:20px 0;display:flex}.media-type-btn{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);height:80px;color:var(--iv-text-dim);cursor:pointer;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;font-size:13px;transition:all .2s;display:flex}.media-type-btn i{color:var(--iv-pink-text);font-size:20px}.media-type-btn.selected{color:var(--iv-on-brand);background:linear-gradient(135deg,#7a2fff4d,#ff2d874d);border-color:#ff2d8780}.crop-stage{background:var(--iv-surface);border-radius:18px;justify-content:center;align-items:center;width:100%;height:280px;margin:6px 0 20px;display:flex;position:relative;overflow:hidden}.crop-stage img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transform-origin:50%;cursor:grab;max-width:none}.crop-stage img:active{cursor:grabbing}.crop-mask-circle{pointer-events:none;box-shadow:0 0 0 2000px var(--iv-scrim);border:2px solid var(--iv-text);border-radius:50%;width:200px;height:200px;margin:auto;position:absolute;inset:0}.crop-mask-rect{pointer-events:none;box-shadow:0 0 0 2000px var(--iv-scrim);border:2px solid var(--iv-text);aspect-ratio:16/9;border-radius:10px;position:absolute;top:50%;left:16px;right:16px;transform:translateY(-50%)}.crop-controls{justify-content:center;align-items:center;gap:16px;margin-bottom:8px;display:flex}.crop-controls button{background:var(--iv-surface-2);width:44px;height:44px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;font-size:15px}.drag-hint{text-align:center;color:var(--iv-text-dim);margin-bottom:18px;font-size:12px}.drag-hint i{margin-right:6px}.crop-tabs{gap:10px;margin-bottom:16px;display:flex}.crop-tab{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);color:var(--iv-text-dim);cursor:pointer;border-radius:50px;padding:8px 16px;font-size:13px}.crop-tab.active{background:var(--iv-text);color:var(--iv-input-bg);font-weight:600}.preview-caption{text-align:center;color:var(--iv-text-dim);margin-top:8px;font-size:13px}.cover-play-icon{background:var(--iv-surface-3);width:60px;height:60px;color:var(--iv-text);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.creator-card{background:linear-gradient(135deg,#7a2fff,#ff2d87);border-radius:22px;margin-bottom:22px;padding:26px 22px}.creator-card .crown{background:var(--iv-border-strong);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-size:18px;display:flex}.creator-card h3{margin:0 0 6px;font-size:19px}.creator-card p{opacity:.9;margin:0;font-size:13px;line-height:1.5}.creator-checklist{flex-direction:column;gap:12px;margin:0 0 22px;padding:0;list-style:none;display:flex}.creator-checklist li{color:var(--iv-text);align-items:center;gap:12px;font-size:14px;display:flex}.creator-checklist i{color:var(--iv-text-dim)}.creator-price{text-align:center;margin-bottom:14px;font-size:22px;font-weight:700}.creator-price span{color:var(--iv-text-dim);font-size:13px;font-weight:400}.creator-note{text-align:center;color:var(--iv-placeholder);margin-top:12px;font-size:12px}.map-pick-btn{background:var(--iv-surface-2);border:1px solid var(--iv-border);width:100%;height:52px;color:var(--iv-text);cursor:pointer;border-radius:16px;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;font-size:14px;display:flex}.map-pick-btn i{color:var(--iv-pink-text)}.map-placeholder{height:150px;color:var(--iv-text-dim);background:repeating-linear-gradient(45deg,#151515,#151515 10px,#1a1a1a 10px 20px);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:-10px 0 24px;font-size:13px;display:none}.map-placeholder i{color:var(--iv-pink-text);font-size:22px}.map-placeholder.active{display:flex}.visibility-group{flex-direction:column;gap:14px;margin-bottom:26px;display:flex}.visibility-option{color:var(--iv-text-dim);cursor:pointer;align-items:center;gap:12px;font-size:14px;display:flex}.visibility-option input[type=radio]{appearance:none;cursor:pointer;border:2px solid #555;border-radius:50%;place-content:center;width:18px;height:18px;display:grid}.visibility-option input[type=radio]:before{content:"";background:#ff2d87;border-radius:50%;width:9px;height:9px;transition:all .15s;transform:scale(0)}.visibility-option input[type=radio]:checked{border-color:var(--iv-pink-text)}.visibility-option input[type=radio]:checked:before{transform:scale(1)}.add-link-btn{border:1px dashed var(--iv-border-strong);width:100%;height:52px;color:var(--iv-pink-text);cursor:pointer;background:0 0;border-radius:16px;margin-top:6px;font-size:14px;font-weight:600}.brand-card{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:18px;margin-bottom:16px;padding:16px}.brand-card-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.brand-logo{background:var(--iv-text);width:38px;height:38px;color:var(--iv-input-bg);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:15px;display:flex}.brand-card-head input{color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-size:15px;font-weight:600}.brand-remove{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;font-size:15px}.brand-remove:hover{color:var(--iv-pink-text)}.brand-card .text-field{height:50px;margin-bottom:12px}.brand-card .text-field:last-child{margin-bottom:0}.brand-counter{text-align:center;color:var(--iv-placeholder);margin-top:8px;font-size:12px}.add-highlight-btn{background:var(--iv-border-soft);border:2px dashed var(--iv-border-strong);cursor:pointer;justify-content:center;align-items:center;transition:all .3s;display:flex}.add-highlight-btn:hover{background:linear-gradient(135deg,#7a2fff40,#ff2d8740)}.add-highlight-btn i{color:var(--iv-text);font-size:24px}.highlight-viewer{background:var(--iv-surface);opacity:0;visibility:hidden;z-index:999999;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.highlight-viewer.active{opacity:1;visibility:visible}.highlight-content{width:100%;height:100%}.highlight-content img,.highlight-content video{object-fit:contain;width:100%;height:100%}.highlight-close,.highlight-delete{background:var(--iv-scrim);width:46px;height:46px;color:var(--iv-on-brand);cursor:pointer;z-index:20;border:none;border-radius:50%;position:absolute;top:18px}.highlight-close{right:18px}.highlight-delete{left:18px}.highlight-progress{background:var(--iv-surface-3);z-index:20;border-radius:20px;height:4px;position:absolute;top:15px;left:20px;right:20px;overflow:hidden}.highlight-progress-bar{background:var(--iv-text);width:0;height:100%}.highlights-section{scrollbar-width:none;gap:18px;padding:0 20px 25px;display:flex;overflow-x:auto}.highlights-section::-webkit-scrollbar{display:none}.highlight-item{text-align:center;min-width:72px}.highlight-image{background:linear-gradient(135deg,#ff2d87,#9d4dff,#22d3ee);border-radius:50%;width:72px;height:72px;padding:2.5px;overflow:hidden;box-shadow:0 0 14px #9d4dff47}.highlight-image.add-highlight-btn{background:var(--iv-border-soft);border:2px dashed var(--iv-text-faint);padding:0}.highlight-image.add-highlight-btn i{color:var(--iv-text-muted);font-size:20px}.highlight-image img{object-fit:cover;border:2px solid var(--iv-bg);border-radius:50%;width:100%;height:100%;display:block}.highlight-item span{color:#d2d2d2;font-size:12px}.highlight-item{position:relative}.highlight-platform-badge{width:22px;height:22px;color:var(--iv-text);border:2px solid var(--iv-bg);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;bottom:18px;right:2px}.highlight-platform-badge.instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.highlight-platform-badge.facebook{background:#1877f2}.highlight-platform-badge.youtube{background:red}.highlight-default-cover{width:100%;height:100%;color:var(--iv-text);justify-content:center;align-items:center;font-size:26px;display:flex}.highlight-default-cover.default-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.highlight-default-cover.default-facebook{background:#1877f2}.highlight-default-cover.default-youtube{background:red}.highlight-modal{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:999999;transition:all .3s;position:fixed;inset:0}.highlight-modal.active{opacity:1;visibility:visible}.highlight-modal-sheet{background:var(--iv-input-bg);border-radius:30px 30px 0 0;max-height:92vh;padding:24px;transition:all .35s;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.highlight-modal.active .highlight-modal-sheet{transform:translateY(0)}.highlight-modal-sheet.is-dragging{transition:none}.highlight-modal-sheet.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1)}.highlight-modal-sheet.is-closing{transition:transform .22s cubic-bezier(.4,0,1,1)}@media (prefers-reduced-motion:reduce){.highlight-modal-sheet.is-springing,.highlight-modal-sheet.is-closing{transition:none}}.highlight-cover-picker{align-items:center;gap:18px;margin-bottom:22px;display:flex}.highlight-cover-picker .photo-preview-circle{flex-shrink:0;width:96px;height:96px;margin:0}.highlight-cover-picker-info{flex:1}.highlight-cover-preview.default-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.highlight-cover-preview.default-facebook{background:#1877f2}.highlight-cover-preview.default-youtube{background:red}.highlight-cover-preview i{color:var(--iv-text);font-size:32px}.highlight-embed{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;overflow-y:auto}.highlight-embed iframe{border:none;border-radius:16px;width:100%;max-width:480px;height:70vh}.highlight-embed-loading{color:var(--iv-text-dim);text-align:center;font-size:14px}.highlight-embed-footer{z-index:20;background:linear-gradient(#0000,#000000d9);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.highlight-embed-platform{color:var(--iv-text);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.highlight-open-btn{height:42px;color:var(--iv-on-brand);white-space:nowrap;background:linear-gradient(135deg,#7a2fff,#ff2d87);border-radius:12px;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.profile-actions{gap:12px;margin-top:20px;padding:0 20px;display:flex}.profile-actions button{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:56px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.follow-btn{color:var(--iv-text);background:var(--iv-border-soft);border:1px solid var(--iv-border);flex:1}.follow-btn:hover{background:var(--iv-border)}.follow-btn.following{background:var(--iv-surface-3);color:var(--iv-text)}.fan-btn{color:var(--iv-on-brand);background:linear-gradient(90deg,#7a2fff,#ff2d87);flex:1}.fan-btn:hover{transform:translateY(-2px)}.launch-pass-btn{color:var(--iv-on-brand);background:linear-gradient(90deg,#7a2fff,#ff2d87);flex:1;box-shadow:0 8px 26px #ff2d8738}.launch-pass-btn:hover{transform:translateY(-2px)}.launch-pass-btn.active{background:linear-gradient(#ffffff12,#ffffff05);border:1px solid #ffb0204d;box-shadow:0 0 20px #ffb02014}.launch-pass-btn.active i{color:#ffb020}.fandom-room-btn{color:var(--iv-on-brand);background:linear-gradient(90deg,#ffb020,#ff2d87);flex:1}.fandom-room-btn:hover{transform:translateY(-2px)}.subscribe-btn{color:var(--iv-on-brand);background:linear-gradient(90deg,#7a2fff,#ff2d87);flex:1}.subscribe-btn.subscribed{background:linear-gradient(90deg,#1f8f4f,#00d26a);box-shadow:0 0 18px #00d26a40}.chat-btn{width:110px;color:var(--iv-text);background:var(--iv-border-soft);border:1px solid var(--iv-border)}.chat-btn:hover{background:var(--iv-border)}.hidden{display:none!important}.stats-card{text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(#ffffff0d,#ffffff04);border:1px solid #ffffff17;border-radius:24px;grid-template-columns:repeat(3,1fr);margin:22px 20px;padding:18px 8px;display:grid}.stat-item{width:100%;font:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-right:1px solid #ffffff12;padding:0;display:block}.stat-item:last-child{border-right:none}.stat-item:disabled{cursor:default}.stat-item:active{opacity:.75}.stat-item h3{background:linear-gradient(90deg,#fff,#e6d2ff);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:3px;font-family:Sora,sans-serif;font-size:18px;font-weight:700}.stat-item:nth-child(2) h3{background:linear-gradient(90deg,#fff,#ffd0e8);-webkit-background-clip:text;background-clip:text}.stat-item:nth-child(3) h3{background:linear-gradient(90deg,#fff,#c3f3ff);-webkit-background-clip:text;background-clip:text}.stat-item:nth-child(4) h3{background:linear-gradient(90deg,#fff,#ffe4ad);-webkit-background-clip:text;background-clip:text}.stat-item span{color:var(--iv-text-dim);letter-spacing:.02em;white-space:nowrap;font-size:10px}.pro-dashboard-overlay{z-index:9998;background:var(--iv-bg);flex-direction:column;display:flex;position:fixed;inset:0}.pro-dashboard-topbar{padding:max(14px, env(safe-area-inset-top)) 18px 14px;border-bottom:1px solid var(--iv-surface-2);flex:none;align-items:center;gap:14px;display:flex}.pro-dashboard-topbar h2{color:var(--iv-text);margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:700}.pro-dashboard-back{background:var(--iv-border);width:38px;height:38px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;font-size:15px}.pro-dashboard-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-bottom:40px;overflow-y:auto}.creator-dashboard{background:var(--iv-border-soft);border:1px solid var(--iv-surface-2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;margin:18px 20px;padding:16px}.insights-btn{color:var(--iv-pink-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-top:6px;font-weight:600;display:flex}.dashboard-chart{margin-top:20px;margin-bottom:20px}.dashboard-chart svg{width:100%;height:auto}.dashboard-tab{background:var(--iv-surface-2);border:none;border:1px solid var(--iv-surface-2);height:42px;color:var(--iv-text);cursor:pointer;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:500;transition:all .25s;display:flex}.dashboard-tab.active{color:var(--iv-on-brand);background:linear-gradient(90deg,#7a2fff40,#ff2d8740);border-color:#ff2d8740}.sub-price-dash-card{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(160deg,#0d1f18,#123b2a 60%,#0f2e22);border:none;border-radius:16px;width:100%;margin-top:14px;padding:18px;position:relative;overflow:hidden}.sub-price-dash-card:after{content:"";pointer-events:none;background:radial-gradient(220px 140px at 90% -10%,#3ddc844d,#0000 60%);position:absolute;inset:0}.sub-price-dash-card-top{justify-content:space-between;align-items:center;display:flex;position:relative}.sub-price-dash-card-lab{letter-spacing:.06em;text-transform:uppercase;color:#fff9;font-size:11px}.sub-price-dash-card-amt{align-items:baseline;gap:4px;margin-top:6px;font-size:24px;font-weight:700;display:flex;position:relative}.sub-price-dash-card-period{color:#fff9;font-size:13px;font-weight:500}.sub-price-dash-card-icon{color:#3ddc84;opacity:.85;font-size:18px;position:relative}.sub-price-dash-card-sub{color:#fff9;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;display:flex;position:relative}.sub-price-dash-card-link{color:#7ef2ae;font-weight:600}.dashboard-tabs{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:14px;margin-top:14px;display:flex;overflow:hidden}.dashboard-tab{height:42px;color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;flex:1;font-size:13px;font-weight:600;transition:all .25s}.dashboard-tab.active{color:var(--iv-on-brand);background:linear-gradient(90deg,#7a2fff59,#ff2d8759)}.dashboard-content{margin-top:16px}.dashboard-pane{display:none}.dashboard-pane.active{display:block}.metric-value{font-size:28px;font-weight:700}.metric-growth{color:var(--iv-text-dim);margin-left:8px;font-size:13px}.dashboard-chart{height:90px;margin-top:12px}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:16px;display:flex}.dashboard-header-left{flex-direction:column;display:flex}.dashboard-header h3{margin:0;font-size:18px;font-weight:700}.dashboard-header span{color:var(--iv-text-dim);margin-top:2px;font-size:13px}.insights-btn{color:var(--iv-pink-text);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.insights-btn i{font-size:12px}.content-tabs{gap:10px;padding:0 20px;display:flex}.tab{background:var(--iv-surface-2);height:48px;color:var(--iv-text-dim);cursor:pointer;border:none;border-radius:14px;flex:1}@media (width<=480px){.profile-name-row h1{font-size:24px}.chat-btn{width:100px}}.content-tabs{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;margin:26px 20px 0;padding:5px;display:flex;position:relative;overflow:hidden}.tab{height:50px;color:var(--iv-text-dim);cursor:pointer;z-index:2;background:0 0;border:none;flex:1;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:color .18s;display:flex}.tab i{font-size:19px}.tab.active{color:#fff}.tab:active i{transform:scale(.85)}.tab i{transition:transform .12s}.tab-indicator{background:linear-gradient(135deg,#7a2fff,#ff2d87);border-radius:15px;width:calc(33.3333% - 3.33333px);height:calc(100% - 10px);transition:transform .35s;position:absolute;top:5px;left:5px;box-shadow:0 4px 16px #ff2d8759}.content-slider{width:100%;margin-top:20px;overflow:hidden}.content-track{width:100%;position:relative}.content-page{width:100%;padding:0 20px;animation:.25s fadePage;display:none}.content-page.active{display:block}@keyframes fadePage{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.placeholder-feed{background:var(--iv-border-soft);border:1px solid var(--iv-surface-2);height:300px;color:var(--iv-text-dim);border-radius:20px;justify-content:center;align-items:center;display:flex}.feed-section-title{color:var(--iv-text);align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:600;display:flex}.premium-title{color:#ffd54a;margin-top:28px}.premium-title i{font-size:14px}.posts-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.post-card{aspect-ratio:4/5;cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.post-card img{object-fit:cover;width:100%;height:100%;display:block}.post-card:active img{transform:scale(1.05)}.premium-feed-title{color:#ffd54a;align-items:center;gap:8px;margin:20px 0 12px;font-size:15px;font-weight:600;display:flex}.premium-grid{margin-bottom:20px}.premium-overlay i{color:#ffd54a;font-size:22px}.premium-posts{flex-direction:column;gap:14px;display:flex}.locked-post,.locked-video,.locked-live{cursor:pointer;border:1px solid var(--iv-surface-2);background:var(--iv-surface-2);border-radius:22px;height:220px;position:relative;overflow:hidden}.locked-post img,.locked-video img,.locked-live img{object-fit:cover;filter:blur(10px);width:100%;height:100%;transform:scale(1.08)}.locked-overlay{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.locked-overlay i{color:#ffd54a;font-size:26px}.locked-overlay span{color:var(--iv-text);font-size:14px;font-weight:600}.video-list{flex-direction:column;gap:14px;display:flex}.video-card{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:20px;overflow:hidden}.video-card img{object-fit:cover;width:100%;height:210px;display:block}.video-info{padding:14px}.video-info h4{color:var(--iv-text);margin:0;font-size:15px;font-weight:600}.video-info span{color:var(--iv-text-dim);margin-top:6px;font-size:12px;display:block}.upcoming-live-card{background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);border-radius:18px;margin-bottom:12px;padding:18px}.upcoming-live-card h4{color:var(--iv-text);margin:0;font-size:15px}.upcoming-live-card span{color:var(--iv-text-dim);margin-top:6px;font-size:12px;display:block}.premium-modal{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:99999;justify-content:center;align-items:center;padding:24px;transition:all .3s;display:flex;position:fixed;inset:0}.premium-modal.active{opacity:1;visibility:visible}.premium-card{text-align:center;background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:28px;width:100%;max-width:380px;padding:28px;position:relative}.premium-icon{margin-bottom:12px;font-size:42px}.premium-card h3{color:var(--iv-text);margin:0 0 10px;font-size:24px}.premium-card p{color:var(--iv-text-dim);margin-bottom:24px;font-size:14px;line-height:1.7}.premium-subscribe-btn{width:100%;height:54px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(90deg,#7a2fff,#ff2d87);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.fan-modal{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:999999;justify-content:center;align-items:center;padding:24px;transition:all .3s;display:flex;position:fixed;inset:0}.fan-modal.active{opacity:1;visibility:visible}.fan-card{text-align:center;background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:28px;width:100%;max-width:380px;padding:34px 28px 28px;position:relative}.fan-modal-close{background:var(--iv-border);width:36px;height:36px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;font-size:14px;position:absolute;top:16px;right:16px}.fan-crown{width:56px;height:56px;color:var(--iv-on-brand);background:linear-gradient(135deg,#7a2fff,#ff2d87);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:22px;display:flex;box-shadow:0 0 24px #ff2d8759}.fan-card h3{color:var(--iv-text);margin-bottom:22px;font-size:21px;font-weight:700}.subscribe-price{background:var(--iv-brand-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin:-8px 0 18px;font-family:Sora,sans-serif;font-size:26px;font-weight:800}.subscribe-price span{background:0 0;-webkit-background-clip:unset;background-clip:unset;color:var(--iv-text-dim);font-family:Poppins,sans-serif;font-size:13px;font-weight:500}.fan-checklist{text-align:left;margin-bottom:22px}.fan-disclaimer{color:var(--iv-text-dim);margin-bottom:24px;font-size:12px;line-height:1.65}@media (width<=480px){.locked-post,.locked-video,.locked-live{height:190px}.video-card img{height:180px}.live-now-card h3{font-size:18px}}.post-modal{background:var(--iv-surface);z-index:999999;opacity:0;visibility:hidden;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.post-modal.active{opacity:1;visibility:visible}.post-modal-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.post-modal-content img{object-fit:contain;width:100%;height:100%}.close-post-modal{background:var(--iv-surface-3);width:46px;height:46px;color:var(--iv-text);cursor:pointer;z-index:10;border:none;border-radius:50%;position:absolute;top:20px;right:20px}.section-header{justify-content:space-between;align-items:center;margin:0 0 14px;display:flex}.section-header h3{color:var(--iv-text);margin:0;font-size:16px;font-weight:700}.premium-header h3{color:#ffd54a;margin-top:12px}.view-all-btn{color:var(--iv-pink-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-top:6px;font-size:14px;font-weight:600;display:flex}.view-all-btn i{font-size:12px;transition:all .3s}.posts-grid{grid-template-columns:repeat(3,2fr);gap:8px;transition:max-height .4s;display:grid;overflow:hidden}.post-card{aspect-ratio:4/5;cursor:pointer;background:var(--iv-input-bg);border-radius:18px;position:relative;overflow:hidden}.post-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.post-card:hover img{transform:scale(1.05)}.premium-grid{grid-template-columns:repeat(3,2fr);gap:8px;transition:max-height .4s;display:grid;overflow:hidden}.premium-post{aspect-ratio:4/5;cursor:pointer;border-radius:18px;position:relative;overflow:hidden}.premium-post img{object-fit:cover;filter:blur(4px);width:100%;height:100%;transform:scale(1.08)}.premium-overlay{background:var(--iv-scrim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.premium-overlay i{background:var(--iv-scrim);width:56px;height:56px;color:var(--iv-on-brand);border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:flex}.show-less-btn{background:var(--iv-surface-2);width:100%;height:46px;color:var(--iv-text);cursor:pointer;border:none;border-radius:14px;margin-top:16px;font-size:14px;font-weight:600}.posts-grid.collapsed .post-card:nth-child(n+7),.premium-grid.collapsed .premium-post:nth-child(n+7){display:none}.posts-grid.expanded .post-card,.premium-grid.expanded .premium-post{display:block}.live-feed{margin:28px 10px 0}.live-feed-grid{grid-template-columns:1.6fr 1fr;gap:14px;display:grid}.live-now-card{cursor:pointer;aspect-ratio:16/11;background:var(--iv-surface);border:1px solid var(--iv-surface-3);border-radius:24px;margin-bottom:24px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff2d872e,0 22px 46px #ff2d8729,0 8px 24px #00000073}.live-now-card:hover{box-shadow:0 0 0 1px #ff2d8752, 0 26px 54px #ff2d873d, 0 10px 28px var(--iv-scrim);transform:translateY(-3px)}.live-now-card img,.live-now-media{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block;position:absolute;inset:0}.live-now-card:hover .live-now-media{transform:scale(1.04)}.live-now-scrim{background:linear-gradient(to bottom, var(--iv-scrim) 0%, #0000 30%, #0000 55%, #000000d9 100%);z-index:1;position:absolute;inset:0}.live-now-top{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:14px;left:14px;right:14px}.live-badge{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);border:1px solid var(--iv-border);color:var(--iv-on-brand);letter-spacing:.06em;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.live-dot{background:#ff2d55;border-radius:50%;width:7px;height:7px;animation:1.6s ease-out infinite liveDotPulse;box-shadow:0 0 #ff2d5599}@keyframes liveDotPulse{0%{box-shadow:0 0 #ff2d5599}70%{box-shadow:0 0 0 7px #ff2d5500}to{box-shadow:0 0 #ff2d5500}}.live-now-viewers{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);border:1px solid var(--iv-border);color:var(--iv-on-brand);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.live-now-viewers i{color:var(--iv-text-dim);font-size:11px}.live-now-play{background:var(--iv-surface-3);-webkit-backdrop-filter:blur(10px);border:1px solid var(--iv-border-strong);width:58px;height:58px;color:var(--iv-text);opacity:0;z-index:2;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:opacity .25s,transform .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live-now-card:hover .live-now-play{opacity:1}.live-now-info{z-index:2;position:absolute;bottom:16px;left:16px;right:16px}.live-now-info h4{color:var(--iv-text);text-shadow:0 2px 10px var(--iv-scrim);margin:0 0 6px;font-size:19px;font-weight:700}.live-now-info span{color:var(--iv-text-muted);align-items:center;gap:6px;font-size:12.5px;font-weight:500;display:flex}.live-now-info span i{color:var(--iv-text-dim);font-size:11px}.viewer-pill{background:var(--iv-scrim);color:var(--iv-text);z-index:2;border-radius:999px;padding:6px 10px;font-size:12px;position:absolute;top:12px;right:12px}.live-overlay{background:linear-gradient(#0000,#000000e6);justify-content:space-between;align-items:flex-end;padding:16px;display:flex;position:absolute;bottom:0;left:0;right:0}.live-status{color:var(--iv-text-muted);font-size:13px}.live-overlay h4{color:var(--iv-text);margin:4px 0;font-size:18px}.live-overlay p{color:var(--iv-text-dim);margin:0;font-size:13px}.watch-live-btn{height:42px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#ff2d87,#ff4d6d);border:none;border-radius:12px;padding:0 18px;font-weight:600}.previous-live-wrapper{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;padding-bottom:6px;display:flex;overflow:auto hidden}.previous-live-wrapper::-webkit-scrollbar{display:none}.previous-live-card{cursor:pointer;scroll-snap-align:start;background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:16px;flex:0 0 132px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.previous-live-card:hover{border-color:#ff2d8759;transform:translateY(-3px);box-shadow:0 12px 26px #ff2d871f}.previous-live-card.is-locked{border-color:#ff2d8747}.previous-live-thumb{aspect-ratio:9/16;background:var(--iv-surface-2);position:relative;overflow:hidden}.previous-live-thumb img{object-fit:cover;width:100%;height:100%;display:block}.previous-live-lock-scrim{background:linear-gradient(#0000001f,#00000094);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.previous-live-lock-scrim i{color:#ffffffe6;font-size:19px}.previous-live-card .replay-badge{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--iv-on-brand);letter-spacing:.4px;pointer-events:none;border-radius:6px;padding:3px 7px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;position:absolute;top:7px;left:7px}.previous-live-card .replay-duration{background:var(--iv-scrim);color:var(--iv-on-brand);position:absolute;bottom:7px;left:auto;right:7px}.previous-live-price{color:#fff;letter-spacing:.1px;background:linear-gradient(135deg,#ff2d87,#9d4dff);border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-family:Poppins,sans-serif;font-size:9.5px;font-weight:700;display:inline-flex;position:absolute;top:7px;right:7px}.previous-live-price.is-owned{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--iv-on-brand)}.previous-live-info{padding:9px 10px 11px}.previous-live-title{color:var(--iv-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:Sora,sans-serif;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.previous-live-meta{color:var(--iv-text-dim);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-family:Poppins,sans-serif;font-size:10.5px;display:block;overflow:hidden}@media (width>=480px){.previous-live-card{flex:0 0 148px}}.brand-links-section{margin:28px 10px 0}.brand-links-grid{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.brand-links-grid::-webkit-scrollbar{display:none}.brand-link-card{width:72px;min-width:72px;height:72px;color:var(--iv-text);background:var(--iv-border-soft);border:1px solid var(--iv-surface-2);border-radius:16px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;text-decoration:none;transition:all .25s;display:flex}.brand-link-card:hover{background:var(--iv-border-soft);border-color:#ff2d8759;transform:translateY(-3px)}.brand-link-card i{font-size:24px;line-height:1}.brand-link-card span{text-align:center;white-space:nowrap;font-size:10px;line-height:1.2}.fa-spotify{color:var(--iv-text-dim)}.fa-music,.fa-youtube{color:var(--iv-text-muted)}.fa-amazon{color:var(--iv-text)}.fa-bag-shopping,.fa-handshake{color:var(--iv-text-muted)}.fa-ellipsis{color:var(--iv-text-dim)}.create-modal{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:999999;transition:all .3s;position:fixed;inset:0}.create-modal.active{opacity:1;visibility:visible}.create-sheet{background:var(--iv-input-bg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;max-height:90dvh;padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));border-radius:30px 30px 0 0;max-width:560px;margin-left:auto;margin-right:auto;transition:all .35s;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.create-modal.active .create-sheet{transform:translateY(0)}.create-sheet.is-dragging{transition:none}.create-sheet.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1)}.create-sheet.is-closing{transition:transform .22s cubic-bezier(.4,0,1,1)}@media (prefers-reduced-motion:reduce){.create-sheet.is-springing,.create-sheet.is-closing{transition:none}}.create-sheet h2{text-align:center;margin-bottom:25px}.settings-sheet h2{z-index:1;background:var(--iv-input-bg);margin:-24px -24px 18px;padding:24px 24px 14px;position:sticky;top:-24px}.settings-sheet .create-option{flex-shrink:0}.settings-sheet .create-option>span:not(.creator-studio-scope){text-overflow:ellipsis;white-space:nowrap;text-align:left;min-width:0;overflow:hidden}.settings-chevron{opacity:.4;margin-left:auto;font-size:13px}.settings-toggle-row{cursor:default}.settings-switch{vertical-align:middle;flex-shrink:0;width:56px;height:32px;margin-left:auto;display:inline-block;position:relative}.settings-switch input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute;inset:0}.settings-switch-slider{background:var(--iv-track);pointer-events:none;border-radius:999px;transition:background .3s;position:absolute;inset:0}.settings-switch-slider:before{content:"";background:var(--iv-knob);border-radius:50%;width:24px;height:24px;transition:transform .3s;position:absolute;top:4px;left:4px;box-shadow:0 1px 3px #0000004d}.settings-switch input:checked+.settings-switch-slider{background:linear-gradient(90deg,#ff2d87,#8b3dff)}.settings-switch input:checked+.settings-switch-slider:before{transform:translate(24px)}.settings-switch input:focus-visible+.settings-switch-slider{outline-offset:2px;outline:2px solid #ff2d87}@media (width<=560px){.create-sheet{max-height:88dvh;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))}.settings-sheet h2{margin:-20px -20px 16px;padding:20px 20px 12px;top:-20px}}.create-option{background:var(--iv-border-soft);width:100%;height:62px;color:var(--iv-text);cursor:pointer;border:none;border-radius:18px;align-items:center;gap:18px;margin-bottom:14px;padding:0 20px;font-size:16px;transition:all .25s;display:flex}.create-option:hover{background:linear-gradient(135deg,#7a2fff40,#ff2d8740)}.create-option i{width:26px;color:var(--iv-pink-text);font-size:22px}.create-option:disabled{opacity:.4;cursor:default}.create-option:disabled:hover{background:0 0}.photo-lightbox{z-index:900;background:var(--iv-surface);cursor:zoom-out;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.photo-lightbox img{object-fit:contain;cursor:default;border-radius:16px;max-width:100%;max-height:100%}.photo-lightbox-close{background:var(--iv-surface-3);width:40px;height:40px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;font-size:16px;position:absolute;top:18px;right:18px}.photo-lightbox-close:hover{background:var(--iv-border-strong)}.bottom-nav{z-index:9999;background:var(--iv-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--iv-surface-2);border-radius:22px;justify-content:space-around;align-items:center;height:68px;display:flex;position:fixed;bottom:12px;left:16px;right:16px}.bottom-nav-item{height:100%;color:var(--iv-text-dim);justify-content:center;align-items:center;text-decoration:none;transition:color .18s,transform .12s;display:flex}.bottom-nav-item i{font-size:21px}.bottom-nav-item:active{transform:scale(.88)}.bottom-nav-item.active{color:var(--iv-text-muted)}.create-btn{width:56px;height:56px;color:var(--iv-on-brand);cursor:pointer;box-shadow:0 8px 24px #ff2d8773, 0 0 0 6px var(--iv-bg);width:56px;height:56px;cursor:pointer;background:linear-gradient(135deg,#ff2d87,#7a2fff);border:none;border-radius:50%;font-size:26px;transform:translateY(-12px)}body{padding-bottom:90px}.creator-studio{background:var(--iv-bg);z-index:999999;flex-direction:column;display:none;position:fixed;inset:0;overflow-y:auto}.creator-studio.active{animation:.35s studioOpen;display:flex}@keyframes studioOpen{0%{transform:translateY(100%)}to{transform:translateY(0)}}.creator-header{z-index:20;background:var(--iv-input-bg);border-bottom:1px solid var(--iv-border);align-items:center;gap:16px;height:68px;padding:0 18px;display:flex;position:sticky;top:0}.creator-header button{background:var(--iv-border-soft);width:42px;height:42px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%}.creator-header h2{color:var(--iv-text);font-size:19px;font-weight:600}.creator-preview{padding:20px 20px 14px}.creator-canvas{isolation:isolate;background:var(--iv-input-bg);border-radius:22px;position:relative;overflow:hidden}.creator-preview img,.creator-preview video{object-fit:contain;background:var(--iv-input-bg);width:100%;max-height:460px;display:block}#textLayer{z-index:999;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.creator-toolbar{scrollbar-width:none;gap:12px;padding:0 20px 18px;display:flex;overflow-x:auto}.creator-toolbar::-webkit-scrollbar{display:none}.tool-btn{background:var(--iv-input-bg);width:76px;height:82px;color:var(--iv-text);cursor:pointer;border:none;border-radius:18px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:8px;transition:all .25s;display:flex}.tool-btn:hover{background:linear-gradient(135deg,#ff2d8740,#7a2fff40);transform:translateY(-2px)}.tool-btn i{font-size:21px}.tool-btn span{font-size:12px}.overlay-text{letter-spacing:-.5px;word-break:break-word;z-index:999;cursor:move;max-width:84%;font-family:Sora,sans-serif;font-size:30px;font-weight:800;line-height:1.25;animation:.25s textPop;position:absolute;top:75%;left:8%;transform:translateY(-50%)}.overlay-text.light{color:var(--iv-text);text-shadow:0 3px 12px #000000a6}.overlay-text.dark{color:var(--iv-input-bg);text-shadow:none}.overlay-text{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;width:100%;min-height:14px;padding:6px;transition:all .25s;display:flex;position:absolute;left:0}.overlay-title{color:var(--iv-text);text-align:center;width:100%;font-family:Sora,sans-serif;font-size:12px;font-weight:400}.overlay-text.dark .overlay-title{color:var(--iv-input-bg)}.overlay-text.light .overlay-title{color:var(--iv-text)}.text-delete{background:var(--iv-border-strong);width:34px;height:34px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;display:none;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.overlay-text.selected .text-delete{justify-content:center;align-items:center;display:flex}.text-delete{background:var(--iv-surface-3);width:34px;height:34px;color:var(--iv-text);opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:all .25s;display:flex;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.overlay-text.selected .text-delete{opacity:1;pointer-events:auto}.overlay-text:active{cursor:grabbing}@keyframes textPop{0%{opacity:0;transform:translateY(-50%)scale(.7)}to{opacity:1;transform:translateY(-50%)scale(1)}}.creator-preview img,.creator-preview video{z-index:1;position:relative}.creator-form{flex-direction:column;gap:16px;padding:0 20px 30px;display:flex}.creator-form textarea{resize:none;background:var(--iv-input-bg);width:100%;height:130px;color:var(--iv-text);border:none;border-radius:20px;outline:none;padding:18px;font-size:15px}.creator-form input{background:var(--iv-input-bg);width:100%;height:54px;color:var(--iv-text);border:none;border-radius:16px;outline:none;padding:0 18px}.creator-option{background:var(--iv-input-bg);width:100%;height:56px;color:var(--iv-text);border:none;border-radius:16px;align-items:center;gap:12px;padding:0 18px;display:flex}.creator-toggle{background:var(--iv-input-bg);border-radius:18px;justify-content:space-between;align-items:center;padding:18px;display:flex}.creator-toggle h4{color:var(--iv-text);margin-bottom:4px;font-size:15px}.creator-toggle p{color:var(--iv-text-dim);font-size:13px}.creator-publish{width:100%;height:58px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#ff2d87,#7a2fff);border:none;border-radius:18px;margin-top:10px;font-size:17px;font-weight:700}.text-editor{z-index:9999999;background:var(--iv-input-bg);padding:10px;transition:all .35s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.text-editor.active{transform:translateY(0)}.text-editor:before{content:"";background:var(--iv-surface-2);border-radius:30px;width:55px;height:5px;margin:0 auto 20px;display:block}.text-editor h3{color:var(--iv-text);margin-bottom:18px;font-size:20px;font-weight:600}.text-editor textarea{background:var(--iv-surface);border:1px solid var(--iv-surface-2);width:100%;min-height:140px;color:var(--iv-text);resize:none;border-radius:18px;outline:none;padding:18px;font-size:18px;transition:all .3s}.text-editor textarea:focus{border-color:var(--iv-pink-text);box-shadow:0 0 0 3px #ff2d8726}.text-editor textarea::placeholder{color:var(--iv-text-dim)}.text-actions{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.cancel-text{background:var(--iv-surface);width:48%;height:52px;color:var(--iv-text);cursor:pointer;border:none;border-radius:16px;font-size:15px}.add-text{width:48%;height:52px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#ff2d87,#7a2fff);border:none;border-radius:16px;font-size:16px;font-weight:700}.text-theme-selector{gap:14px;margin-top:22px;margin-bottom:22px;display:flex}.text-theme{cursor:pointer;border:none;border-radius:18px;width:62px;height:62px;font-family:Sora,sans-serif;font-size:22px;font-weight:700;transition:all .25s}.text-theme[data-theme=light]{background:var(--iv-text);color:var(--iv-input-bg)}.text-theme[data-theme=dark]{background:var(--iv-input-bg);color:var(--iv-text);border:1px solid var(--iv-border-strong)}.text-theme.active{transform:scale(1.08);box-shadow:0 0 0 3px #ff2d87}.live-viewer{background:var(--iv-surface);opacity:0;visibility:hidden;z-index:9999998;transition:opacity .3s,visibility .3s;position:fixed;inset:0;overflow:hidden}.live-viewer.active{opacity:1;visibility:visible}.live-viewer-media{z-index:1;position:absolute;inset:0}.live-viewer-media video{object-fit:cover;width:100%;height:100%;display:block}.live-viewer-scrim-top{z-index:2;pointer-events:none;background:linear-gradient(#000000bf,#0000);height:220px;position:absolute;top:0;left:0;right:0}.live-viewer-scrim-bottom{z-index:2;pointer-events:none;background:linear-gradient(#0000,#000000d9);height:55%;position:absolute;bottom:0;left:0;right:0}.live-viewer-header{left:16px;right:16px;top:max(16px, env(safe-area-inset-top));z-index:20;align-items:center;gap:12px;display:flex;position:absolute}.live-viewer-close{background:var(--iv-scrim);width:40px;height:40px;color:var(--iv-on-brand);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.live-viewer-host{background:var(--iv-scrim);border-radius:999px;flex:1;align-items:center;gap:10px;min-width:0;padding:5px 14px 5px 5px;display:flex}.live-viewer-host .iv-avatar{object-fit:cover;border:1.5px solid var(--iv-text-dim);border-radius:50%;flex-shrink:0;width:34px;min-width:34px;height:34px;min-height:34px;font-size:12px}.live-viewer-host-info{flex-direction:column;min-width:0;display:flex}.live-viewer-host-name{color:var(--iv-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.live-viewer-badge{color:var(--iv-text-muted);align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.live-viewer-badge i{font-size:7px;animation:2s infinite pulse}.live-viewer.is-replay .live-viewer-badge{color:var(--iv-text-dim)}.live-viewer.is-replay .live-viewer-badge i{animation:none}.live-viewer-follow{height:34px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#7a2fff,#ff2d87);border:none;border-radius:999px;flex-shrink:0;padding:0 16px;font-size:13px;font-weight:700}.live-viewer-follow.hidden{display:none}.live-viewer-end{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5a5a,#d92d20);border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;height:34px;padding:0 16px;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.live-title-prompt-card{padding-bottom:24px}.live-title-prompt-input{background:var(--iv-surface-2);border:1px solid var(--iv-border);width:100%;height:52px;color:var(--iv-text);text-align:left;border-radius:14px;outline:none;margin:4px 0 16px;padding:0 16px;font-family:Poppins,sans-serif;font-size:14px}.live-title-prompt-input::placeholder{color:var(--iv-text-faint)}.live-viewer-title{color:var(--iv-on-brand);background:var(--iv-scrim);z-index:20;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;max-width:70%;padding:6px 14px;font-size:13px;font-weight:600;position:absolute;top:78px;left:16px;overflow:hidden}.live-viewer-hearts{z-index:15;pointer-events:none;position:absolute;inset:0;overflow:hidden}.live-floating-heart{font-size:26px;animation:2.2s ease-out forwards liveHeartFloat;position:absolute;bottom:120px}@keyframes liveHeartFloat{0%{opacity:0;transform:translate(0)scale(.4)rotate(0)}15%{opacity:1;transform:translateY(-40px)scale(1)rotate(-6deg)}to{transform:translate(var(--drift,0px),-420px) scale(.9) rotate(10deg);opacity:0}}.live-viewer-actions{z-index:20;flex-direction:column;align-items:center;gap:22px;display:flex;position:absolute;bottom:150px;right:12px}.live-action-btn{color:var(--iv-text);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;display:flex}.live-action-btn i{background:var(--iv-surface-3);-webkit-backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .2s;display:flex}.live-action-btn span{text-shadow:0 1px 4px var(--iv-scrim);font-size:11px;font-weight:600}#liveLikeBtn.liked i{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#ff5a7d);transform:scale(1.05)}#liveRepostBtn.reposted i{color:var(--iv-on-brand);background:linear-gradient(135deg,#7a2fff,#9d4dff)}.live-action-btn:active i{transform:scale(.88)}.live-viewer-bottom{padding:0 16px max(16px, env(safe-area-inset-bottom));z-index:20;flex-direction:column;gap:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.live-comment-feed{scrollbar-width:none;flex-direction:column;gap:8px;max-height:34vh;padding-right:64px;display:flex;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000,#000 22%);mask-image:linear-gradient(#0000,#000 22%)}.live-comment-feed::-webkit-scrollbar{display:none}.live-comment{background:var(--iv-scrim);border-radius:14px;align-items:baseline;gap:8px;max-width:88%;padding:7px 12px;animation:.25s liveCommentIn;display:flex}.live-comment.self{background:#ff2d8747;align-self:flex-end}.live-comment strong{color:var(--iv-text-dim);flex-shrink:0;font-size:12.5px;font-weight:700}.live-comment.self strong{color:var(--iv-text)}.live-comment span{color:var(--iv-text);word-break:break-word;font-size:13px;line-height:1.4}@keyframes liveCommentIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.live-comment-form{background:var(--iv-surface-3);-webkit-backdrop-filter:blur(14px);border:1px solid var(--iv-border-strong);border-radius:999px;align-items:center;gap:10px;padding:6px 6px 6px 18px;display:flex}.live-comment-form input{min-width:0;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.live-comment-form input::placeholder{color:var(--iv-text-muted)}.live-comment-form button{width:38px;height:38px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#7a2fff,#ff2d87);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.live-toast{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--iv-on-brand);opacity:0;pointer-events:none;z-index:30;white-space:nowrap;border-radius:999px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .3s;position:absolute;top:90px;left:50%;transform:translate(-50%)translateY(-10px)}.live-toast.visible{opacity:1;transform:translate(-50%)translateY(0)}@media (width<=380px){.live-viewer-actions{gap:18px;bottom:135px;right:8px}.live-action-btn i{width:42px;height:42px;font-size:18px}}.post-viewer{background:var(--iv-bg);opacity:0;visibility:hidden;z-index:9999997;flex-direction:column;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.post-viewer.active{opacity:1;visibility:visible}.post-viewer-header{background:var(--iv-bg);border-bottom:1px solid var(--iv-surface-2);z-index:5;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex}.post-viewer-header span{color:var(--iv-text);font-size:16px;font-weight:700}.post-viewer-close{background:var(--iv-surface-2);width:40px;height:40px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.post-viewer-feed{scroll-snap-type:y mandatory;scrollbar-width:none;flex:1;overflow-y:auto}.post-viewer-feed::-webkit-scrollbar{display:none}.pv-post{scroll-snap-align:start;scroll-snap-stop:always;border-bottom:8px solid var(--iv-border-soft);flex-direction:column;min-height:100%;padding-bottom:24px;display:flex}.pv-post-header{flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}.pv-avatar{object-fit:cover;background:linear-gradient(135deg,#7a2fff,#ff2d87);border-radius:50%;flex-shrink:0;width:38px;height:38px}.pv-post-header-info{flex-direction:column;flex:1;min-width:0;display:flex}.pv-username{color:var(--iv-text);font-size:14px;font-weight:700}.pv-time{color:var(--iv-text-dim);font-size:12px}.pv-more{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;padding:8px;font-size:16px}.pv-media{aspect-ratio:4/5;background:var(--iv-input-bg);flex-shrink:0;width:100%;position:relative;overflow:hidden}.pv-media img{object-fit:cover;width:100%;height:100%;display:block}.pv-media-track{scroll-snap-type:x mandatory;scrollbar-width:none;width:100%;height:100%;display:flex;overflow-x:auto}.pv-media-track::-webkit-scrollbar{display:none}.pv-media-track .pv-slide{scroll-snap-align:start;flex:0 0 100%}.pv-media-dots{z-index:3;pointer-events:none;justify-content:center;align-items:center;gap:5px;display:none;position:absolute;top:14px;left:0;right:0}.pv-media-dots.multi{display:flex}.pv-media-dot{background:var(--iv-surface-3);border-radius:50%;width:5px;height:5px;transition:all .2s}.pv-media-dot.active{background:var(--iv-text);border-radius:3px;width:14px}.pv-heart-burst{color:var(--iv-text);text-shadow:0 6px 24px #00000059;opacity:0;pointer-events:none;z-index:5;font-size:96px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.4)}.pv-heart-burst.pop{animation:.8s pvHeartPop}@keyframes pvHeartPop{0%{opacity:0;transform:translate(-50%,-50%)scale(.4)}18%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}30%{transform:translate(-50%,-50%)scale(1)}75%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.pv-actions{flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 12px 4px;display:flex}.pv-actions-left{align-items:center;gap:16px;display:flex}.pv-actions button{color:var(--iv-text);cursor:pointer;background:0 0;border:none;padding:4px;font-size:22px;line-height:1}.pv-like-btn.liked{color:var(--iv-pink-text)}.pv-like-btn.liked i{animation:.4s pvHeartPop}.pv-save-btn.saved{color:#ffd54a}.pv-likes{color:var(--iv-text);padding:2px 16px 6px;font-size:14px;font-weight:700}.pv-caption{color:var(--iv-text);padding:0 16px 8px;font-size:14px;line-height:1.5}.pv-caption strong{color:var(--iv-text);margin-right:6px}.pv-caption-link{color:var(--iv-text-dim);text-underline-offset:2px;cursor:pointer;text-decoration:underline}.pv-caption-link:hover{color:var(--iv-pink-text)}.pv-comments-off{color:var(--iv-text-faint);align-items:center;gap:7px;margin:0 16px 10px;font-size:13px;font-style:italic;display:flex}.pv-view-comments{color:var(--iv-text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin:0 16px 10px;font-size:13px}.pv-comments-preview{flex-direction:column;gap:8px;padding:0 16px 12px;display:flex}.pv-comment-row{color:var(--iv-text);gap:6px;font-size:13.5px;line-height:1.5;display:flex}.pv-comment-row strong{color:var(--iv-text);flex-shrink:0}.pv-add-comment{border-top:1px solid var(--iv-surface-2);align-items:center;gap:10px;margin-top:auto;padding:14px 16px 0;display:flex}.pv-add-comment img{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:30px}.pv-add-comment input{min-width:0;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.pv-add-comment input::placeholder{color:var(--iv-text-dim)}.pv-add-comment button{color:var(--iv-pink-text);cursor:pointer;opacity:.4;pointer-events:none;background:0 0;border:none;font-size:13px;font-weight:700}.pv-add-comment button.enabled{opacity:1;pointer-events:auto}.pv-toast{background:var(--iv-input-bg);color:var(--iv-text);border:1px solid var(--iv-border);opacity:0;pointer-events:none;z-index:9999999;border-radius:999px;padding:12px 20px;font-size:13px;font-weight:600;transition:all .3s;position:fixed;bottom:100px;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0006}.pv-toast.visible{opacity:1;transform:translate(-50%)translateY(0)}@media (width>=520px){.pv-media{aspect-ratio:1}}.iv-sheet.pv-comments-sheet{background:var(--iv-input-bg);height:72vh}.pv-comments-sheet .iv-sheet-body{padding:0}.pv-comments-sheet .iv-sheet-footer{border-top:none;padding:0}.pv-comments-sheet-list{flex-direction:column;gap:16px;padding:16px 18px;display:flex}.pv-comment-row.self strong{color:var(--iv-text-dim)}.pv-add-comment--sheet{border-top:1px solid var(--iv-border);padding:12px 16px calc(12px + env(safe-area-inset-bottom));flex-direction:column;flex-shrink:0;align-items:stretch;gap:8px;margin-top:0;display:flex}.pv-add-comment-row{align-items:center;gap:10px;display:flex}.pv-reply-banner{color:var(--iv-text-dim);justify-content:space-between;align-items:center;gap:8px;font-size:12.5px;display:flex}.pv-reply-banner strong{color:var(--iv-text)}.pv-reply-banner button{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;padding:4px;line-height:1}.pv-comments-empty{text-align:center;color:var(--iv-text-dim);padding:36px 0;font-size:13px}.pv-comment{align-items:flex-start;gap:10px;display:flex}.pv-comment-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:34px;height:34px}.pv-comment-body{flex:1;min-width:0}.pv-comment-top{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.pv-comment-name{color:var(--iv-text);font-size:13.5px}.pv-comment-username{color:var(--iv-text-dim);font-size:12px}.pv-comment-time{color:var(--iv-text-dim);font-size:11.5px}.pv-comment-text{color:var(--iv-text);word-break:break-word;margin:3px 0 5px;font-size:13.5px;line-height:1.4}.pv-comment-actions{gap:16px;display:flex}.pv-comment-reply-btn{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.pv-comment-like-btn{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:3px;padding-top:2px;font-size:13px;display:flex}.pv-comment-like-btn.liked{color:var(--iv-pink-text)}.pv-comment-replies{border-left:1px solid var(--iv-surface-2);flex-direction:column;gap:14px;margin-top:12px;padding-left:16px;display:flex}.force-hidden{display:none!important}.empty-slot{border:1.5px dashed var(--iv-border-strong);background:var(--iv-border-soft);color:var(--iv-text-dim);text-align:center;cursor:pointer;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px;transition:all .25s;display:flex}.empty-slot:hover{color:var(--iv-text-dim);background:#ff2d8712;border-color:#ff2d878c}.empty-slot i{font-size:22px}.empty-slot span{font-size:11.5px;font-weight:600;line-height:1.35}.empty-slot--grid{aspect-ratio:4/5;border-radius:18px}.empty-slot--video{aspect-ratio:16/9;width:100%}.empty-slot--live{flex:0 0 170px;min-height:216px}.empty-slot--upcoming{flex-direction:row;width:100%;padding:20px}.posts-grid-empty,.premium-grid-empty{grid-template-columns:repeat(3,2fr);gap:8px;display:none}.posts-grid-empty.active,.premium-grid-empty.active{display:grid}.video-list-empty{flex-direction:column;gap:14px;margin-bottom:14px;display:none}.video-list-empty.active{display:flex}.previous-live-empty{gap:14px;display:none}.previous-live-empty.active{display:flex}.upcoming-live-empty{display:none}.upcoming-live-empty.active{display:block}.highlights-empty-msg{color:var(--iv-text-dim);margin:-10px 20px 20px;font-size:12px;display:none}.highlights-empty-msg.active{display:block}.content-tabs-empty-msg{color:var(--iv-text-dim);text-align:center;margin:8px 4px 20px;font-size:13px;display:none}.content-tabs-empty-msg.active{display:block}.demo-empty-toggle{z-index:500;border:1px solid var(--iv-border);background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--iv-text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;display:flex;position:fixed;bottom:90px;left:16px;box-shadow:0 6px 20px #00000059}.demo-empty-toggle i{font-size:13px}body.demo-empty-mode .demo-empty-toggle{color:var(--iv-text-dim);background:#ff2d8726;border-color:#ff2d8799}.play-badge{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.play-badge i{background:var(--iv-scrim);-webkit-backdrop-filter:blur(4px);width:42px;height:42px;color:var(--iv-on-brand);border-radius:50%;justify-content:center;align-items:center;padding-left:2px;font-size:15px;display:flex}.broadcast-card{aspect-ratio:16/9;cursor:pointer;border:1px solid var(--iv-border);background:linear-gradient(135deg,#ff2d872e,#8b3dff2e);border-radius:18px;width:100%;margin-bottom:24px;position:relative;overflow:hidden}.broadcast-card img{object-fit:cover;width:100%;height:100%;display:block}.broadcast-badge{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);color:var(--iv-on-brand);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex;position:absolute;top:12px;left:12px}.broadcast-card--empty{color:var(--iv-text-dim);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;font-size:13px;display:flex}.broadcast-card--empty i{color:var(--iv-text-faint);font-size:26px}.pv-media video.pv-video{object-fit:cover;width:100%;height:100%;display:block}.pv-video-media{cursor:pointer}.pv-video-play-center{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);width:64px;height:64px;color:var(--iv-on-brand);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;padding-left:3px;font-size:22px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pv-video-controls{gap:8px;display:flex;position:absolute;bottom:12px;right:12px}.pv-video-speed-btn,.pv-video-mute-btn{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);height:32px;color:var(--iv-on-brand);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:600;display:flex}.pv-video-mute-btn{width:32px;padding:0}.live-paywall-price{color:var(--iv-text-dim);letter-spacing:.02em;margin-top:12px;font-size:11px;font-weight:500;display:block}.live-paywall-exit{color:var(--iv-text-dim);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin:16px auto 0;font-size:13px;font-weight:600;text-decoration:underline;display:block}.pv-broadcast-tag{color:var(--iv-text-dim);text-transform:uppercase;background:#ff2d872e;border-radius:999px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.live-comments-toggle{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);border:1px solid var(--iv-border-strong);color:var(--iv-on-brand);cursor:pointer;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.live-comments-toggle i{color:var(--iv-text-dim);font-size:13px}.live-ticket-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.live-ticket-card{cursor:pointer;background:var(--iv-surface-2);border:1px solid var(--iv-surface-2);aspect-ratio:3/4;border-radius:18px;transition:all .3s;position:relative;overflow:hidden}.live-ticket-card:hover{border-color:#ff2d8759;transform:translateY(-4px);box-shadow:0 12px 30px #ff2d871f}.live-ticket-card img,.live-ticket-card video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.live-ticket-card-noimg{color:var(--iv-text-muted);background:linear-gradient(135deg,#ff2d8740,#9d4dff40);justify-content:center;align-items:center;font-size:32px;display:flex;position:absolute;inset:0}.live-ticket-price-badge{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--iv-on-brand);z-index:2;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;right:10px}.live-ticket-owned-badge{color:var(--iv-text);z-index:2;background:#3ddc84e6;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:10px;left:10px}.live-ticket-info{background:linear-gradient(#0000,#000000d9);padding:28px 12px 12px;position:absolute;bottom:0;left:0;right:0}.live-ticket-info h4{color:var(--iv-text);margin:0 0 4px;font-size:14px;font-weight:700;line-height:1.3}.live-ticket-info span{color:var(--iv-text-dim);font-size:11px}.live-ticket-add-more{aspect-ratio:3/4;flex-direction:column;width:auto;height:auto}.ticket-viewer-sheet{padding-top:20px}.ticket-cover{background:var(--iv-surface-2);border-radius:18px;width:100%;height:220px;margin-bottom:16px;position:relative;overflow:hidden}.ticket-cover img,.ticket-cover video{object-fit:cover;width:100%;height:100%;display:block}.ticket-cover-placeholder{width:100%;height:100%;color:var(--iv-text-dim);background:linear-gradient(135deg,#ff2d8740,#9d4dff40);justify-content:center;align-items:center;font-size:40px;display:flex}.ticket-price-badge{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--iv-on-brand);border-radius:10px;padding:7px 14px;font-size:14px;font-weight:700;position:absolute;top:12px;right:12px}.ticket-host-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.ticket-host-row img{object-fit:cover;border-radius:50%;width:32px;height:32px}.ticket-host-row span{color:var(--iv-text-dim);font-size:13px;font-weight:600}.ticket-title{color:var(--iv-text);margin:0 0 6px;font-size:20px;font-weight:700}.ticket-datetime{color:var(--iv-text-dim);align-items:center;gap:6px;margin:0 0 18px;font-size:13px;font-weight:600;display:flex}.ticket-body-text{color:var(--iv-text-dim);margin:0 0 18px;font-size:14px;line-height:1.6}.ticket-instagram-link{color:var(--iv-pink-text);align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.ticket-purchased{opacity:.75;cursor:default}@media (width<=420px){.live-ticket-grid{grid-template-columns:1fr 1fr}}.highlight-mono-cover{background:var(--iv-border);width:100%;height:100%;color:var(--iv-text);justify-content:center;align-items:center;font-size:22px;display:flex}.highlight-mono-cover.cover-instagram{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 55%,#fcaf45 100%)}.highlight-mono-cover.cover-facebook{background:linear-gradient(135deg,#1877f2 0%,#0b4fa8 100%)}.highlight-mono-cover.cover-youtube{background:linear-gradient(135deg,red 0%,#8b0000 100%)}.empty-slot--feed,.empty-slot--panel{cursor:default;gap:10px}.empty-slot--feed{margin:24px 16px;padding:44px 24px}.empty-slot--feed i{opacity:.55;font-size:26px}.empty-slot--feed span{color:var(--iv-text-muted);font-size:15px;font-weight:600}.empty-slot--feed small{max-width:270px;color:var(--iv-text-dim);font-size:12.5px;line-height:1.5}.empty-slot--panel{margin:18px 0;padding:38px 18px}.empty-slot--panel i{opacity:.5;font-size:22px}.empty-slot--panel span{color:var(--iv-text-muted);font-size:13.5px}.creator-niche-field{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:100%;margin-top:14px;display:inline-flex}.creator-niche-field.is-clickable{cursor:pointer}.niche-chip-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:inline-flex}.niche-chip{color:#ffffffd9;background:#ffffff0d;border:1px solid #9d4dff59;border-radius:999px;align-items:center;padding:6px 13px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;display:inline-flex}.niche-chip-more{color:#e8d4ff;cursor:pointer;background:linear-gradient(90deg,#7a2fff47,#ff2d8747);border:none}.niche-selector-sheet .iv-sheet-body{padding-top:4px}.ns-body{flex-direction:column;display:flex}.ns-chips{flex-wrap:wrap;gap:6px;margin-bottom:10px;display:flex}.ns-chip{background:linear-gradient(90deg,var(--iv-pink),var(--iv-purple));color:#fff;border:none;border-radius:999px;align-items:center;gap:7px;padding:6px 8px 6px 12px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.ns-chip button{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;display:flex}.ns-search-wrap{margin-bottom:4px;position:relative}.ns-search-icon{color:var(--iv-text-dim);pointer-events:none;font-size:13px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.ns-input{border:1px solid var(--iv-input-border);background:var(--iv-input-bg);width:100%;height:46px;color:var(--iv-text);border-radius:12px;outline:none;padding:0 14px 0 38px;font-family:inherit;font-size:14px}.ns-input::placeholder{color:var(--iv-text-dim)}.ns-subhead{color:var(--iv-text-dim);margin:18px 0 8px;font-size:12.5px;font-weight:700}.ns-hint{color:var(--iv-text-dim);text-align:center;margin:14px 0;font-size:12.5px;line-height:1.5}.ns-chip-grid{flex-wrap:wrap;gap:8px;display:flex}.ns-chip-option{border:1px solid var(--iv-border-strong);background:var(--iv-surface-2);color:var(--iv-text);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.ns-chip-option i{color:#fff;font-size:11px}.ns-chip-option.selected{background:linear-gradient(90deg,var(--iv-pink),var(--iv-purple));color:#fff;border-color:#0000}.ns-category-list{flex-direction:column;gap:6px;display:flex}.ns-category-header{border:1px solid var(--iv-border);background:var(--iv-surface-2);width:100%;color:var(--iv-text);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;font-family:inherit;font-size:13.5px;font-weight:700;display:flex}.ns-category-header i{color:var(--iv-text-dim);font-size:11px}.ns-pick-list{flex-direction:column;gap:6px;margin-top:10px;display:flex}.ns-pick-list--nested{margin:6px 0 4px;padding-left:6px}.ns-pick{background:var(--iv-surface-2);width:100%;color:var(--iv-text);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:11px;padding:11px 12px;font-family:inherit;font-size:13.5px;display:flex}.ns-pick.selected{border-color:var(--iv-pink);background:#ff2d871a}.ns-pick-check{color:var(--iv-pink);font-size:13px}.ns-submit{border-radius:14px;width:100%;padding:13px;font-size:15px;font-weight:700}.ls-current-btn{color:#e8d4ff;cursor:pointer;background:#9d4dff1a;border:1px solid #9d4dff66;border-radius:12px;justify-content:center;align-items:center;gap:9px;width:100%;margin-bottom:12px;padding:13px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;display:flex}.ls-current-btn:disabled{opacity:.7;cursor:default}.ls-current-btn i{color:var(--iv-pink-text);font-size:14px}.ls-pick-icon{width:16px;color:var(--iv-text-dim);flex:none;font-size:13px}.ls-pick-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ls-pick-text strong{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.ls-pick-text small{color:var(--iv-text-dim);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.ls-confirm-card{background:#ffffff0a;border:1px solid #ff2d8759;border-radius:14px;align-items:center;gap:12px;margin-bottom:6px;padding:14px;display:flex}.ls-confirm-card>i{color:var(--iv-pink-text);flex:none;font-size:16px}.ls-confirm-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ls-confirm-text strong{color:var(--iv-text);font-size:14.5px;font-weight:700}.ls-confirm-text small{color:var(--iv-text-dim);font-size:11.5px}.ls-change-btn{border:1px solid var(--iv-border-strong);background:var(--iv-surface-2);color:var(--iv-text);cursor:pointer;border-radius:999px;flex:none;padding:7px 13px;font-family:inherit;font-size:12px;font-weight:600}.ls-precision-list{flex-direction:column;gap:6px;display:flex}.ls-precision-row{background:var(--iv-surface-2);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:11px 12px;display:flex}.ls-precision-row.selected{border-color:var(--iv-pink);background:#ff2d871a}.ls-precision-label{color:var(--iv-text);align-items:baseline;gap:7px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;display:flex}.ls-precision-label em{color:var(--iv-pink-text);font-size:10.5px;font-style:normal;font-weight:600}.ls-precision-preview{text-overflow:ellipsis;white-space:nowrap;text-align:right;min-width:0;color:var(--iv-text-dim);flex:1;font-size:12px;overflow:hidden}.ls-clear-btn{color:#ff6b81;cursor:pointer;background:0 0;border:none;width:100%;margin-top:16px;padding:11px;font-family:inherit;font-size:13px;font-weight:600}.feed-posts-overlay{z-index:9999999;background:var(--iv-surface);flex-direction:column;font-family:Poppins,sans-serif;animation:.22s ease-out feed-posts-in;display:flex;position:fixed;inset:0}@keyframes feed-posts-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.feed-posts-topbar{padding:14px 18px;padding-top:calc(14px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0;align-items:center;gap:14px;display:flex}.feed-posts-topbar h2{color:var(--iv-text);margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:600}.feed-posts-back{background:var(--iv-surface-2);width:38px;height:38px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:background .2s;display:flex}.feed-posts-back:hover{background:var(--iv-surface-3)}.feed-posts-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:18px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));flex:1;overflow-y:auto}.feed-posts-inner{max-width:720px;margin:0 auto}.feed-posts-hint{color:var(--iv-text-dim);margin:0 2px 16px;font-size:12px;line-height:1.55}.feed-posts-list{flex-direction:column;gap:12px;display:flex}.feed-posts-card{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.feed-posts-media{background:var(--iv-surface-2);border-radius:12px;flex:0 0 60px;width:60px;height:60px;position:relative;overflow:hidden}.feed-posts-media img,.feed-posts-media video{object-fit:cover;width:100%;height:100%;display:block}.feed-posts-play{color:#fff;background:#00000047;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;inset:0}.feed-posts-body{flex:1;min-width:0}.feed-posts-caption{color:var(--iv-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:13.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.feed-posts-meta{color:var(--iv-text-muted);flex-wrap:wrap;align-items:center;gap:6px 12px;font-size:11.5px;display:flex}.feed-posts-meta span{align-items:center;gap:5px;display:inline-flex}.feed-posts-exclusive{color:#ffb020}.feed-posts-remove{background:var(--iv-surface-2);width:36px;height:36px;color:var(--iv-danger);cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;display:flex}.feed-posts-remove:hover{background:var(--iv-surface-3)}.feed-posts-remove:disabled{opacity:.5;cursor:default}.feed-posts-empty{text-align:center;color:var(--iv-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:70px 24px;display:flex}.feed-posts-empty i{color:var(--iv-text-muted);font-size:34px}.feed-posts-empty p{color:var(--iv-text-dim);margin:0;font-size:14px}.feed-posts-empty small{color:var(--iv-text-muted);font-size:12px}@media (width<=560px){.feed-posts-scroll{padding:14px}.feed-posts-card{gap:10px;padding:10px}.feed-posts-media{flex-basis:52px;width:52px;height:52px}}.auth-legal{color:var(--iv-text-muted);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 10px;margin-top:18px;font-family:Poppins,sans-serif;font-size:11.5px;line-height:1.6;display:flex}.auth-legal a{color:var(--iv-text-dim);border-bottom:1px solid var(--iv-border-strong);padding-bottom:1px;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.auth-legal a:hover,.auth-legal a:focus-visible{color:#ff2d87;border-bottom-color:#ff2d878c;outline:none}.auth-legal-sep{color:var(--iv-text-muted);-webkit-user-select:none;user-select:none}@media (width<=560px){.auth-legal{gap:3px 8px;margin-top:16px;font-size:11px}.auth-legal a{padding:2px 0}}.auth-theme-toggle{z-index:600;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0;line-height:0;position:fixed;top:clamp(12px,2.2vh,22px);right:clamp(12px,2.4vw,24px)}.auth-theme-toggle-track{background:var(--iv-glass);border:1px solid var(--iv-border);width:62px;height:32px;box-shadow:var(--iv-shadow-soft);-webkit-backdrop-filter:blur(18px)saturate(160%);border-radius:999px;transition:background-color .22s,border-color .22s;display:block;position:relative}.auth-tt-ghost{color:var(--iv-text-dim);font-size:11px;transition:opacity .18s,color .22s;position:absolute;top:50%;transform:translateY(-50%)}.auth-tt-ghost--sun{left:10px}.auth-tt-ghost--moon{right:10px}.auth-theme-toggle[data-state=light] .auth-tt-ghost--sun,.auth-theme-toggle[data-state=dark] .auth-tt-ghost--moon{opacity:0}.auth-theme-toggle-knob{background:var(--iv-brand-gradient);width:26px;height:26px;color:var(--iv-on-brand);border-radius:50%;justify-content:center;align-items:center;transition:transform .26s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:3px;left:3px;box-shadow:0 2px 10px #ff2d8759}.auth-theme-toggle-knob i{font-size:12px;line-height:1}.auth-theme-toggle[data-state=light] .auth-theme-toggle-knob{transform:translate(0)}.auth-theme-toggle[data-state=dark] .auth-theme-toggle-knob{transform:translate(30px)}.auth-theme-toggle:hover .auth-theme-toggle-track{border-color:var(--iv-border-strong)}.auth-theme-toggle:active .auth-theme-toggle-knob{transition:transform .1s}.auth-theme-toggle[data-state=light]:active .auth-theme-toggle-knob{transform:translate(0)scale(.92)}.auth-theme-toggle[data-state=dark]:active .auth-theme-toggle-knob{transform:translate(30px)scale(.92)}.auth-theme-toggle:focus-visible{outline:none}.auth-theme-toggle:focus-visible .auth-theme-toggle-track{outline:2px solid var(--iv-pink);outline-offset:3px}@media (prefers-reduced-motion:reduce){.auth-theme-toggle-track,.auth-theme-toggle-knob,.auth-tt-ghost{transition:none}}@media (width<=420px){.auth-theme-toggle{top:10px;right:10px}}.login-page-scope{z-index:500;background:var(--iv-bg);padding:clamp(10px,2.2vh,24px);font-family:Poppins,sans-serif;display:flex;position:fixed;inset:0;overflow-y:auto}.login-page-scope:before,.login-page-scope:after{content:"";filter:blur(200px);opacity:.18;pointer-events:none;border-radius:50%;width:500px;height:500px;position:fixed}.login-page-scope:before{background:#ff2d87;bottom:-200px;right:-150px}.login-page-scope:after{background:#7b2fff;top:-200px;left:-150px}.login-page-scope .login-box{background:var(--iv-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;border:1px solid #ff2d8766;border-radius:30px;width:450px;max-width:100%;margin:auto;padding:clamp(20px,3.4vh,35px);position:relative;box-shadow:0 0 80px #ff2d8726,0 0 120px #7b2fff1f}.login-page-scope .logo{border-radius:clamp(16px,4.5vw,26px);width:auto;max-width:min(clamp(150px,40vw,220px),80%);height:auto;max-height:clamp(52px,12vh,110px);margin:0 auto;display:block}.login-page-scope .heading{text-align:center;color:var(--iv-text);margin-top:clamp(12px,3.2vh,28px);font-size:clamp(20px,3.4vh,26px);font-weight:700;line-height:1.15}.login-page-scope .heading span{color:var(--iv-pink-text);display:block}[data-theme=light] .login-page-scope{--iv-input-border:#10101473;--iv-border-strong:#1010149e}.login-page-scope .input-box{margin-top:clamp(10px,2.1vh,18px);position:relative}.login-page-scope .input-box input{background:var(--iv-input-bg);border:1px solid var(--iv-input-border);width:100%;height:clamp(46px,6.4vh,56px);color:var(--iv-text);border-radius:16px;outline:none;padding:0 20px;font-family:inherit;font-size:13.5px;transition:border-color .2s}.login-page-scope .input-box input::placeholder{color:var(--iv-placeholder)}.login-page-scope .input-box input:focus{border-color:var(--iv-pink-text)}.login-page-scope .forgot{text-align:right;margin-top:clamp(8px,1.4vh,12px)}.login-page-scope .forgot a{color:var(--iv-pink-text);cursor:pointer;font-size:12px;text-decoration:none}.login-page-scope .login-error{color:var(--iv-danger);margin-top:14px;font-size:12.5px}.login-page-scope .login-offline-notice{color:var(--iv-purple-2);background:#7b2fff1a;border:1px solid #7b2fff47;border-radius:14px;align-items:flex-start;gap:8px;margin-top:16px;padding:10px 12px;font-size:12px;line-height:1.5;display:flex}.login-page-scope .login-offline-notice i{color:var(--iv-purple);margin-top:1px}.login-page-scope .login-btn{letter-spacing:1px;cursor:pointer;width:100%;height:clamp(48px,6.6vh,58px);color:var(--iv-on-brand);background:linear-gradient(90deg,#6e22ff,#ff2d87);border:none;border-radius:16px;margin-top:clamp(14px,2.8vh,24px);font-family:inherit;font-size:15px;font-weight:700;transition:all .3s;box-shadow:0 0 30px #ff2d8766}.login-page-scope .login-btn:hover{transform:translateY(-2px);box-shadow:0 0 45px #ff2d8799}.login-page-scope .login-btn:disabled{opacity:.65;cursor:default;transform:none}.login-page-scope .or{text-align:center;color:var(--iv-text-dim);letter-spacing:1px;margin:clamp(12px,2.8vh,25px) 0;font-size:11px;position:relative}.login-page-scope .or:before,.login-page-scope .or:after{content:"";background:var(--iv-border);width:40%;height:1px;position:absolute;top:50%}.login-page-scope .or:before{left:0}.login-page-scope .or:after{right:0}.login-page-scope .social{gap:clamp(10px,1.6vw,15px);display:flex}.login-page-scope .social button{background:var(--iv-input-bg);border:1px solid var(--iv-border);height:clamp(42px,5.8vh,50px);color:var(--iv-text);cursor:pointer;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:12.5px;transition:all .3s;display:flex}.login-page-scope .social button:hover{border-color:var(--iv-pink-text)}.login-page-scope .social button i{font-size:14px}.login-page-scope .login-flash{text-align:center;color:var(--iv-purple-2);margin-top:12px;font-size:12.5px}.login-page-scope .signup{text-align:center;color:var(--iv-text-muted);margin-top:clamp(12px,2.5vh,22px);font-size:12.5px}.login-page-scope .signup a{color:var(--iv-pink-text);cursor:pointer;font-weight:600;text-decoration:none}.login-page-scope .guest-link{text-align:center;margin-top:clamp(7px,1.2vh,10px)}.login-page-scope .guest-link a{color:var(--iv-placeholder);cursor:pointer;font-size:12.5px;text-decoration:underline}.login-page-scope .guest-link a:hover{color:var(--iv-text-dim)}@media (width<=560px){.login-page-scope{-webkit-overflow-scrolling:touch;padding:0;display:block;overflow-y:auto}.login-page-scope .login-box{border:1.5px solid #ff2d878c;border-radius:28px;flex-direction:column;justify-content:center;width:100%;max-width:100%;min-height:100dvh;padding:28px 22px;display:flex;box-shadow:inset 0 0 0 1px #ff2d8740,inset 0 0 45px #ff2d872e,inset 0 0 90px #7b2fff24}.login-page-scope .logo{max-width:170px}.login-page-scope .heading{margin-top:22px;font-size:22px}.login-page-scope .input-box input{height:52px}.login-page-scope .login-btn{height:54px}}@media (width<=360px){.login-page-scope .login-box{padding:22px 16px}.login-page-scope .logo{max-width:150px}}.forgot-modal{z-index:10060;background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overscroll-behavior:contain;justify-content:center;align-items:center;padding:20px;animation:.16s ease-out forgot-fade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes forgot-fade{0%{opacity:0}to{opacity:1}}.forgot-sheet{background:var(--iv-surface);border:1px solid var(--iv-input-border);text-align:center;border-radius:20px;width:100%;max-width:360px;margin:auto;padding:56px 26px 26px;animation:.2s cubic-bezier(.2,.8,.3,1) forgot-rise;position:relative;box-shadow:0 24px 70px #000000a6}@keyframes forgot-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.forgot-close{z-index:2;background:var(--iv-surface-2);width:36px;height:36px;color:var(--iv-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;line-height:1;transition:background .2s,color .2s;display:flex;position:absolute;top:10px;right:12px}.forgot-close:hover{background:var(--iv-surface-3);color:var(--iv-text)}.forgot-close:focus-visible{outline-offset:2px;outline:2px solid #ff2d87}.forgot-close:active{transform:scale(.94)}.forgot-title{color:var(--iv-text);margin:0 0 8px;font-family:Sora,sans-serif;font-size:18px;font-weight:600}.forgot-copy{color:var(--iv-text-dim);margin:0 0 20px;font-family:Poppins,sans-serif;font-size:13px;line-height:1.55}.forgot-copy b{color:var(--iv-text-muted);font-weight:500}.forgot-input{border:1px solid var(--iv-input-border);background:var(--iv-scrim);width:100%;height:52px;color:var(--iv-text);border-radius:14px;outline:none;margin-bottom:14px;padding:0 18px;font-family:Poppins,sans-serif;font-size:13.5px;transition:border-color .25s,box-shadow .25s}.forgot-input::placeholder{color:var(--iv-text-muted)}.forgot-input:focus{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}.forgot-btn{width:100%;height:52px;color:var(--iv-on-brand);letter-spacing:.6px;cursor:pointer;background:linear-gradient(135deg,#ff2d87,#7856ff);border:0;border-radius:14px;font-family:Sora,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s,transform .1s}.forgot-btn:hover{opacity:.92}.forgot-btn:active{transform:scale(.985)}.forgot-btn:disabled{opacity:.55;cursor:default}.forgot-error{color:var(--iv-text-muted);margin:-4px 0 12px;font-family:Poppins,sans-serif;font-size:12px}.forgot-tick{width:56px;height:56px;color:var(--iv-pink-text);background:#ff2d8724;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:22px;display:flex}@media (height<=760px){.login-page-scope .login-box{padding:clamp(16px,2.6vh,28px)}.login-page-scope:before,.login-page-scope:after{filter:blur(140px);width:320px;height:320px}}@media (height<=640px){.login-page-scope .logo{max-height:clamp(40px,9vh,68px)}.login-page-scope .heading{font-size:clamp(18px,3vh,22px)}.login-page-scope .or{margin:clamp(8px,1.8vh,14px) 0}}@media (height<=520px){.login-page-scope{padding:14px;display:block}.login-page-scope .login-box{min-height:0;margin:0 auto}}[data-theme=light] .login-page-scope:before,[data-theme=light] .login-page-scope:after{opacity:.1;filter:blur(160px)}[data-theme=light] .login-page-scope .login-box{background:var(--iv-surface);border:1px solid var(--iv-border);box-shadow:var(--iv-shadow)}[data-theme=light] .login-page-scope .or:before,[data-theme=light] .login-page-scope .or:after{background:var(--iv-border)}@media (width<=560px){[data-theme=light] .login-page-scope .login-box{border:1px solid var(--iv-border);box-shadow:none}}.signup-page-scope{z-index:500;background:var(--iv-bg);width:100%;padding:clamp(10px,2.2vh,20px);font-family:Poppins,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden auto}.signup-page-scope .login-box{background:var(--iv-glass);-webkit-backdrop-filter:blur(30px)saturate(180%);z-index:2;border-radius:38px;width:520px;max-width:100%;margin:auto;padding:clamp(22px,3.6vh,40px);position:relative;overflow:hidden;box-shadow:0 0 40px #ff2d871f,0 0 100px #7a2fff14}.signup-page-scope .signup-row{grid-template-columns:1fr 1fr;align-items:stretch;gap:clamp(10px,1.6vw,16px);margin-bottom:16px;display:grid}.signup-page-scope .signup-row>*{min-width:0}.signup-page-scope .signup-row .input-box,.signup-page-scope .signup-row .gender-toggle{width:100%;margin-bottom:0}@media (width<=480px){.signup-page-scope .signup-row{grid-template-columns:1fr}}@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}.signup-page-scope .login-box:before{content:"";background:conic-gradient(from var(--angle), transparent 0deg, transparent 80deg, #ff2d87 130deg, #9d4dff 200deg, transparent 260deg, transparent 360deg);filter:blur(10px);z-index:0;border-radius:40px;animation:8s linear infinite signupRotateBorder;position:absolute;inset:-2px}.signup-page-scope .login-box:after{content:"";background:var(--iv-surface);z-index:1;border-radius:36px;position:absolute;inset:2px}@keyframes signupRotateBorder{0%{--angle:0deg}to{--angle:360deg}}.signup-page-scope .content{z-index:2;position:relative}.signup-page-scope .noise{opacity:.07;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.signup-page-scope .logo{border-radius:26px;width:200px;max-width:70%;margin:0 auto -10px;display:block;overflow:hidden}.signup-page-scope .heading{text-align:center;color:var(--iv-text);margin-top:20px;font-size:15px;font-weight:500;line-height:1.2}.signup-page-scope .heading span{color:var(--iv-pink-text);margin-top:6px;font-size:22px;font-weight:700;display:block}.signup-page-scope .love-divider{justify-content:center;align-items:center;gap:18px;margin:20px 0 28px;display:flex}.signup-page-scope .love-divider:before,.signup-page-scope .love-divider:after{content:"";background:var(--iv-border);width:90px;height:1px}.signup-page-scope .love-divider span{color:var(--iv-pink-text)}[data-theme=light] .signup-page-scope{--iv-input-border:#10101473;--iv-border-strong:#1010149e}.signup-page-scope .input-box{margin-bottom:16px}.signup-page-scope .input-box input{border:1px solid var(--iv-input-border);background:var(--iv-input-bg);border-radius:16px;outline:none;width:100%;height:56px;padding:0 20px;font-family:inherit;font-size:13.5px;transition:all .3s;color:var(--iv-text)!important}.signup-page-scope .input-box input::placeholder{color:var(--iv-placeholder)}.signup-page-scope .input-box input:hover{border-color:var(--iv-border-strong)}.signup-page-scope .input-box input:focus{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}.signup-page-scope .username-field{border:1px solid var(--iv-input-border);background:var(--iv-input-bg);border-radius:16px;align-items:center;height:56px;padding:0 20px;transition:all .3s;display:flex}.signup-page-scope .username-field:focus-within{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}.signup-page-scope .username-at{color:var(--iv-placeholder);margin-right:2px;font-size:13.5px}.signup-page-scope .username-field input{height:100%;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:13.5px}.signup-page-scope .username-field input::placeholder{color:var(--iv-placeholder)}.signup-page-scope .username-hint{color:var(--iv-text-muted);margin:-10px 0 16px 4px;font-size:11.5px}.signup-page-scope .username-hint.ok{color:var(--iv-text-dim)}.signup-page-scope .gender-toggle{border:1px solid var(--iv-input-border);background:var(--iv-border-soft);width:100%;height:56px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:16px;outline:none;align-items:center;gap:12px;margin-bottom:16px;padding:0 18px 0 20px;font-family:inherit;font-size:13.5px;transition:border-color .25s,background .25s,transform .1s;display:flex}.signup-page-scope .gender-toggle:hover{border-color:var(--iv-border-strong);background:var(--iv-surface-2)}.signup-page-scope .gender-toggle:focus-visible{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}.signup-page-scope .gender-toggle:active{transform:scale(.985)}.signup-page-scope .gender-toggle-label{color:var(--iv-placeholder);flex:none}.signup-page-scope .gender-toggle-value{color:var(--iv-text);flex:1;justify-content:flex-end;align-items:center;gap:9px;font-weight:500;animation:.22s gender-swap;display:inline-flex}.signup-page-scope .gender-toggle-value i{color:var(--iv-pink-text);font-size:14px}@keyframes gender-swap{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.signup-page-scope .gender-toggle-cycle{color:var(--iv-text-faint);flex:none;font-size:12px}.signup-page-scope .verify-input{position:relative}.signup-page-scope .verify-input input{padding-right:120px}.signup-page-scope .verify-badge{color:var(--iv-pink-text);cursor:default;white-space:nowrap;background:#ff2d8726;border:1px solid #ff2d8766;border-radius:999px;padding:5px 11px;font-size:10px;font-weight:600;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.signup-page-scope .verify-badge.verified{color:var(--iv-text-dim);background:#00ff881f;border-color:#00ff8880;box-shadow:0 0 15px #00ff8826}.signup-page-scope .otp-section{margin:-4px 0 16px;display:none}.signup-page-scope .otp-section.active{display:block}.signup-page-scope .otp-label{color:var(--iv-text-dim);margin-bottom:10px;font-size:11px}.signup-page-scope .otp-boxes{gap:10px;display:flex}.signup-page-scope .otp-boxes input{border:1px solid var(--iv-input-border);background:var(--iv-input-bg);width:48px;height:48px;color:var(--iv-text);text-align:center;border-radius:14px;outline:none;font-family:inherit;font-size:18px;font-weight:600}.signup-page-scope .otp-boxes input:focus{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}.signup-page-scope .password-box{position:relative}.signup-page-scope .password-box input{padding-right:55px}.signup-page-scope .toggle-password{color:var(--iv-pink-text);cursor:pointer;transition:all .3s;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.signup-page-scope .toggle-password:hover{color:var(--iv-text-dim)}.signup-page-scope .login-btn{cursor:pointer;letter-spacing:.5px;width:100%;height:60px;color:var(--iv-on-brand);background:linear-gradient(90deg,#7a2fff,#ff2d87);border:none;border-radius:18px;font-family:inherit;font-size:15px;font-weight:700;transition:all .35s;box-shadow:0 0 30px #ff2d8740}.signup-page-scope .login-btn:hover{transform:translateY(-2px);box-shadow:0 0 45px #ff2d8759}.signup-page-scope .login-btn:disabled{opacity:.65;cursor:default;transform:none}.signup-page-scope .signup{text-align:center;color:var(--iv-text-dim);margin-top:18px;font-size:12.5px}.signup-page-scope .signup a{color:var(--iv-pink-text);cursor:pointer;font-weight:600;text-decoration:none}.signup-page-scope .or{text-align:center;color:var(--iv-placeholder);letter-spacing:1px;margin:24px 0;font-size:11px;position:relative}.signup-page-scope .or:before,.signup-page-scope .or:after{content:"";background:var(--iv-border);width:40%;height:1px;position:absolute;top:50%}.signup-page-scope .or:before{left:0}.signup-page-scope .or:after{right:0}.signup-page-scope .creator-btn{cursor:pointer;width:100%;height:56px;color:var(--iv-on-brand);background:linear-gradient(90deg,#ff2d87,#ff8a00);border:none;border-radius:18px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .35s;box-shadow:0 0 30px #ff8a002e}.signup-page-scope .creator-btn:hover{transform:translateY(-2px);box-shadow:0 0 40px #ff8a0047}.signup-page-scope .creator-btn:disabled{opacity:.65;cursor:default;transform:none}.signup-page-scope .field-error{color:var(--iv-danger);align-items:flex-start;gap:7px;margin:7px 2px 0;font-size:11.5px;line-height:1.45;display:flex}.signup-page-scope .field-error i{flex:none;margin-top:2px;font-size:11px}.signup-page-scope .input-box input.is-invalid,.signup-page-scope .input-box input.is-invalid:hover,.signup-page-scope .username-field.is-invalid{border-color:var(--iv-danger);box-shadow:0 0 0 3px color-mix(in srgb, var(--iv-danger) 16%, transparent)}.signup-page-scope .input-box input.is-invalid:focus,.signup-page-scope .username-field.is-invalid:focus-within{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}.signup-page-scope .signup-row .field-error{grid-column:1/-1;margin-top:0}.signup-page-scope .gender-toggle.is-invalid{border-color:var(--iv-danger);box-shadow:0 0 0 3px color-mix(in srgb, var(--iv-danger) 16%, transparent)}.signup-page-scope .signup-error{color:var(--iv-text-muted);margin:-4px 0 14px;font-size:12px}.signup-page-scope .signup-offline-notice{color:var(--iv-text-dim);background:#7b2fff1a;border:1px solid #7b2fff47;border-radius:14px;align-items:flex-start;gap:8px;margin:-2px 0 16px;padding:10px 12px;font-size:11.5px;line-height:1.5;display:flex}.signup-page-scope .signup-offline-notice i{color:var(--iv-text-muted);margin-top:1px}@media (width<=768px){.signup-page-scope .login-box{padding:30px 24px}.signup-page-scope .logo{width:170px}}@media (width<=560px){.signup-page-scope{-webkit-overflow-scrolling:touch;padding:0;display:block;overflow-y:auto}.signup-page-scope .login-box{border-radius:30px;flex-direction:column;justify-content:center;width:100%;max-width:100%;min-height:100dvh;padding:26px 20px;display:flex;overflow:visible}.signup-page-scope .login-box:before{border-radius:32px;inset:-2px}.signup-page-scope .login-box:after{border-radius:28px;inset:2px}.signup-page-scope .logo{width:150px}.signup-page-scope .heading{font-size:13px}.signup-page-scope .heading span{font-size:20px}.signup-page-scope .input-box input{height:50px;font-size:12.5px}.signup-page-scope .otp-boxes{justify-content:center}.signup-page-scope .otp-boxes input{width:44px;height:44px}.signup-page-scope .login-btn{height:54px;font-size:13.5px}.signup-page-scope .creator-btn{height:50px;font-size:12.5px}}@media (width<=360px){.signup-page-scope .login-box{padding:20px 14px}.signup-page-scope .logo{width:130px}}.signup-page-scope .input-box select,.signup-page-scope .input-box input[type=date]{border:1px solid var(--iv-input-border);background:var(--iv-input-bg);appearance:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:16px;outline:none;width:100%;height:56px;padding:0 20px;font-family:inherit;font-size:13.5px;transition:all .3s;color:var(--iv-text)!important}.signup-page-scope .input-box select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3E%3Cpath d='M4.5 6.5 8 10l3.5-3.5z'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;background-size:16px;padding-right:44px}.signup-page-scope .input-box select:invalid{color:var(--iv-placeholder)!important}.signup-page-scope .input-box select option{background:var(--iv-surface);color:var(--iv-text)}.signup-page-scope .input-box select:hover,.signup-page-scope .input-box input[type=date]:hover{border-color:var(--iv-border-strong)}.signup-page-scope .input-box select:focus,.signup-page-scope .input-box input[type=date]:focus{border-color:var(--iv-pink-text);box-shadow:0 0 20px #ff2d8726}@media (width<=400px){.signup-page-scope .input-box select,.signup-page-scope .input-box input[type=date]{height:50px;font-size:12.5px}}.signup-page-scope .gender-toggle.is-unset .gender-toggle-value{color:var(--iv-placeholder);font-weight:400}.signup-page-scope .signup-row .gender-toggle{gap:8px;padding:0 14px 0 16px}@media (width<=600px){.signup-page-scope .signup-row .gender-toggle{padding:0 12px 0 14px;font-size:12.5px}.signup-page-scope .signup-row .gender-toggle .gender-toggle-value{gap:6px}}[data-theme=light] .signup-page-scope .login-box{background:var(--iv-surface);box-shadow:var(--iv-shadow)}[data-theme=light] .signup-page-scope .login-box:after{background:var(--iv-surface)}[data-theme=light] .signup-page-scope .login-box:before{filter:blur(14px);opacity:.75}[data-theme=light] .signup-page-scope .noise{opacity:.025}.ob-scope{z-index:500;background:var(--iv-bg);width:100%;height:100%;color:var(--iv-text);flex-direction:column;font-family:Poppins,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden auto}.ob-scope *{box-sizing:border-box}.ob-glow{filter:blur(46px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.ob-content{z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.ob-topbar{justify-content:space-between;align-items:center;padding:22px 22px 0;display:flex}.ob-logo-lockup{align-items:center;gap:9px;display:flex}.ob-logo-mark{object-fit:cover;border-radius:9px;flex-shrink:0;width:30px;height:30px;display:block}.ob-wordmark{letter-spacing:.04em;font-size:15px;font-weight:800}.ob-pill{cursor:pointer;border:none;border-radius:999px;padding:8px 14px;font-family:inherit;font-size:12.5px;font-weight:600}.ob-pill-ghost{color:var(--iv-text-muted);border:1px solid var(--iv-border-strong);background:0 0}.ob-pill-brand{color:#fff;background:linear-gradient(90deg,#7a2fff,#ff2d87)}.ob-hero{padding:20px 22px 0}.ob-hero h1{margin:0;font-size:26px;font-weight:700;line-height:1.22}.ob-hero p{color:var(--iv-text-muted);max-width:320px;margin:10px 0 0;font-size:13px;line-height:1.55}.ob-gradient-text{background:linear-gradient(90deg,#ff2d87,#9d4dff);color:#0000;-webkit-background-clip:text;background-clip:text}.ob-carousel-shell{margin-top:28px;margin-bottom:12px;padding:14px 0;overflow:hidden}.ob-carousel-tilt{transform:rotate(var(--ob-tilt,-3.5deg)) scale(1.03)}.ob-carousel-track{scrollbar-width:none;gap:12px;padding-left:22px;animation:7s ease-in-out infinite obDrift;display:flex;overflow-x:auto}.ob-carousel-track::-webkit-scrollbar{display:none}@keyframes obDrift{0%{transform:translate(0)}50%{transform:translate(-70px)}to{transform:translate(0)}}.ob-card{background:var(--iv-surface-2);border:1px solid var(--iv-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;flex-direction:column;flex-shrink:0;gap:10px;padding:12px;display:flex;box-shadow:0 10px 24px #00000047}.ob-card-spacer{background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);border-radius:20px;flex-shrink:0;width:60px}.ob-card-image{border-radius:14px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.ob-card-image svg{opacity:.92}.ob-card-blob{border-radius:50%;position:absolute}.ob-card-tag{letter-spacing:.03em;color:#fff;background:#00000047;border-radius:999px;padding:3px 8px;font-size:9.5px;font-weight:700;position:absolute;top:8px;left:8px}.ob-card-title{color:var(--iv-text);font-size:13.5px;font-weight:700;line-height:1.25}.ob-card-desc{color:var(--iv-text-muted);font-size:11px;line-height:1.45}.ob-card-foot{justify-content:space-between;align-items:center;margin-top:2px;display:flex}.ob-card-foot-label{color:var(--iv-text-dim);font-size:9.5px;display:block}.ob-card-foot-value{color:var(--iv-success);font-size:15px;font-weight:700;display:block}.ob-card-foot-value-plain{color:var(--iv-text);font-size:14px;font-weight:700;display:block}.ob-chev-btn{background:var(--iv-surface-3);width:30px;height:30px;color:var(--iv-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ob-dots{justify-content:center;gap:6px;margin-top:14px;display:flex}.ob-dot{background:var(--iv-border-strong);border-radius:999px;width:6px;height:6px}.ob-dot-active{background:linear-gradient(90deg,#ff2d87,#9d4dff);width:16px}.ob-spacer{flex:1}.ob-form{flex-direction:column;gap:12px;padding:18px 22px 28px;display:flex}.ob-field{flex-direction:column;gap:8px;display:flex}.ob-field-label{color:var(--iv-text-muted);font-size:13px;font-weight:600}.ob-field-hint{color:var(--iv-text-dim);font-size:10.5px}.ob-input{background:var(--iv-input-bg);border:1px solid var(--iv-input-border);width:100%;color:var(--iv-text);border-radius:16px;padding:14px 16px;font-family:inherit;font-size:14px}.ob-input::placeholder{color:var(--iv-placeholder)}.ob-input:focus{outline:none;box-shadow:0 0 0 2px #ff2d8759}.ob-input-error{box-shadow:0 0 0 1.5px var(--iv-danger) inset}.ob-btn-primary{cursor:pointer;color:#fff;background:linear-gradient(90deg,#7a2fff,#ff2d87);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:15px;font-family:inherit;font-size:14.5px;font-weight:700;display:flex}.ob-btn-primary:disabled{opacity:.55;cursor:default}.ob-btn-outline{text-align:center;cursor:pointer;border:1px solid var(--iv-border-strong);color:var(--iv-text);background:0 0;border-radius:999px;padding:14px;font-family:inherit;font-size:14px;font-weight:600}.ob-divider{align-items:center;gap:10px;display:flex}.ob-divider-line{background:var(--iv-border);flex:1;height:1px}.ob-divider-text{color:var(--iv-text-dim);font-size:11.5px}.ob-legal{text-align:center;color:var(--iv-text-dim);font-size:11px;line-height:1.6}.ob-legal a{color:var(--iv-text-muted);text-decoration:underline}.ob-error{text-align:center;color:var(--iv-danger);margin:-2px 0 2px;font-size:12.5px}.ob-back-row{align-items:center;gap:14px;padding:22px 22px 0;display:flex}.ob-back-circle{border:1px solid var(--iv-border-strong);cursor:pointer;width:36px;height:36px;color:var(--iv-text);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.ob-envelope-wrap{justify-content:center;padding:32px 22px 0;display:flex}.ob-envelope{background:linear-gradient(135deg,#ff2d8729,#9d4dff33);border-radius:32px;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative}.ob-envelope-check{background:linear-gradient(135deg, var(--iv-success), #2bb673);border:4px solid var(--iv-bg);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;bottom:-6px;right:-6px}.ob-checklist{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:20px;flex-direction:column;gap:16px;margin:26px 22px 0;padding:18px;display:flex}.ob-checklist-item{align-items:center;gap:12px;display:flex}.ob-checklist-icon{background:var(--iv-surface-3);width:34px;height:34px;color:var(--iv-text-muted);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ob-checklist-text{color:var(--iv-text);font-size:12.5px;line-height:1.45}.ob-resend{color:var(--iv-text-dim);font-size:12.5px}.ob-resend-link{color:#ff6fae;font-weight:600}.ob-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ff6fae;font-size:12px;font-weight:700}.ob-phone-row{gap:8px;display:flex}.ob-phone-code{background:var(--iv-input-bg);border:1px solid var(--iv-input-border);width:52px;color:var(--iv-text-muted);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:14px 0;font-size:13.5px;display:flex}.ob-gender-row{gap:8px;display:flex}.ob-gender-pill{text-align:center;cursor:pointer;border:1px solid var(--iv-input-border);background:var(--iv-input-bg);color:var(--iv-text-muted);border-radius:14px;flex:1;padding:11px 4px;font-family:inherit;font-size:12.5px;font-weight:600}.ob-gender-pill-active{color:#fff;background:linear-gradient(90deg,#7a2fff,#ff2d87);border-color:#0000}.ob-terms-row{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.ob-checkbox{border:1px solid var(--iv-border-strong);background:var(--iv-input-bg);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.ob-checkbox-checked{background:linear-gradient(135deg,#ff2d87,#9d4dff);border-color:#0000}.ob-terms-text{color:var(--iv-text-muted);font-size:11.5px;line-height:1.5}.ob-terms-text strong{color:var(--iv-text);font-weight:600}.ob-welcome-body{text-align:center;flex-direction:column;align-items:center;gap:26px;padding:0 22px;display:flex}.ob-success-ring{border:1.5px solid var(--iv-border-strong);background:radial-gradient(circle,#9d4dff3d,#0000 72%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.ob-success-badge{background:linear-gradient(135deg,#ff2d87,#9d4dff);border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;display:flex}.splash-scope{z-index:600;background:var(--iv-surface);cursor:pointer;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.splash-scope .splash-video{object-fit:cover;width:100%;height:100%}.splash-scope .splash-skip{text-align:center;letter-spacing:1px;color:var(--iv-text-dim);font-family:Poppins,sans-serif;font-size:12px;position:absolute;bottom:36px;left:0;right:0}.loading-scope{z-index:600;background:var(--bg,var(--iv-surface));opacity:0;justify-content:center;align-items:center;animation:.45s .12s both iv-load-in;display:flex;position:fixed;inset:0}@keyframes iv-load-in{to{opacity:1}}.loading-scope .loading-word{letter-spacing:6px;text-indent:6px;color:#ffffff24;background:linear-gradient(100deg,#ffffff24 32%,#ffffffe6 50%,#ffffff24 68%) 0 0/220% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Sora,sans-serif;font-size:13px;font-weight:700;animation:1.9s ease-in-out infinite iv-load-sheen}@keyframes iv-load-sheen{0%{background-position:130% 0}to{background-position:-30% 0}}@media (width<=400px){.loading-scope .loading-word{letter-spacing:5px;text-indent:5px;font-size:12px}}@media (prefers-reduced-motion:reduce){.loading-scope,.loading-scope .loading-word{animation:none}.loading-scope{opacity:1}.loading-scope .loading-word{-webkit-text-fill-color:var(--iv-text-dim);color:var(--iv-text-dim);background:0 0}}.iv-avatar{object-fit:cover;background:var(--iv-surface);display:block}.iv-avatar--empty{min-width:32px;min-height:32px;color:var(--iv-text-dim);letter-spacing:.5px;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#2b2b2b,#191919);border-radius:50%;justify-content:center;align-items:center;font-family:Sora,sans-serif;font-size:.85em;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.iv-avatar--empty i{opacity:.8;font-size:.9em}.search-screen{background:var(--iv-bg);z-index:999996;flex-direction:column;display:flex;position:fixed;inset:0}.search-screen-top{border-bottom:1px solid var(--iv-border);background:var(--iv-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);align-items:center;gap:8px;padding:12px 14px;display:flex}.search-screen-back{width:38px;height:38px;color:var(--iv-text);cursor:pointer;background:0 0;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:16px;display:flex}.search-screen-input-wrap{background:var(--iv-input-bg);border:1px solid var(--iv-input-border);border-radius:999px;flex:1;align-items:center;gap:8px;min-width:0;padding:9px 14px;display:flex}.search-screen-input-wrap i{color:var(--iv-text-dim);font-size:14px}.search-screen-input-wrap input{min-width:0;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-size:14px}.search-screen-input-wrap input::placeholder{color:var(--iv-placeholder)}.search-screen-clear{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;display:flex}.search-screen-body{flex:1;width:100%;max-width:560px;margin:0 auto;padding:6px 14px 40px;overflow-y:auto}.search-screen-section-head{color:var(--iv-text-dim);align-items:center;gap:14px;padding:16px 6px 8px;font-size:13px;font-weight:600;display:flex}.search-screen-section-head span{flex:1}.search-screen-section-head button{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.search-screen-row{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:9px 6px;display:flex}.search-screen-row:hover{background:var(--iv-surface-2)}.search-screen-row-avatar{border-radius:50%;flex:none;width:42px;height:42px}.search-screen-row-info{flex-direction:column;flex:1;min-width:0;display:flex}.search-screen-row-name{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.search-screen-row-sub{color:var(--iv-text-muted);font-size:12px}.search-screen-row-remove{width:30px;height:30px;color:var(--iv-text-faint);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.search-screen-row-remove:hover{background:var(--iv-surface-3);color:var(--iv-text)}.search-screen-empty{color:var(--iv-text-dim);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:70px 20px;font-size:13px;display:flex}.search-screen-empty i{font-size:28px}.verified-tick{flex:none;line-height:0;display:inline-block;overflow:visible}.verified-tick svg{width:100%;height:100%;display:block}.verified-tick-fallback{color:#0070d8;flex:none;line-height:1}.iv-sheet-root{z-index:999999;pointer-events:none;visibility:hidden;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.iv-sheet-root.is-elevated{z-index:10000001}.iv-sheet-root.active{pointer-events:auto;visibility:visible}.iv-sheet-backdrop{background:var(--iv-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:opacity .28s;position:absolute;inset:0}.iv-sheet-root.active .iv-sheet-backdrop{opacity:1}.iv-sheet{z-index:1;background:var(--iv-surface);border:1px solid var(--iv-border);width:100%;max-width:560px;max-height:min(86vh,760px);padding-bottom:env(safe-area-inset-bottom,0px);will-change:transform;border-bottom:none;border-radius:24px 24px 0 0;flex-direction:column;margin-left:auto;margin-right:auto;transition:transform .34s cubic-bezier(.22,1.2,.36,1);display:flex;position:relative;overflow:hidden;transform:translateY(100%);box-shadow:0 -20px 60px #00000080}.iv-sheet-root.active .iv-sheet{transform:translateY(0)}.iv-sheet.is-dragging{transition:none}.iv-sheet.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1)}.iv-sheet.is-closing{transition:transform .26s cubic-bezier(.4,0,1,1);transform:translateY(110%)}.iv-sheet-grab{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex:none;padding:10px 16px 6px}.iv-sheet-grab:active{cursor:grabbing}.iv-sheet-handle{background:var(--iv-border-strong);border-radius:999px;width:38px;height:5px;margin:0 auto;display:block}.iv-sheet-title{text-align:center;color:var(--iv-text);margin:10px 0 0;font-size:16px;font-weight:700}.iv-sheet-body{flex:auto;min-height:0;padding:8px 16px 12px}.iv-sheet-body.is-scrollable{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;overflow-y:auto}.iv-sheet-footer{padding:10px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--iv-border);background:var(--iv-surface);flex:none}.iv-sheet-discard{z-index:5;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.18s iv-sheet-fade;display:flex;position:absolute;inset:0}@keyframes iv-sheet-fade{0%{opacity:0}to{opacity:1}}.iv-sheet-discard-card{background:var(--iv-surface);border:1px solid var(--iv-border);text-align:center;border-radius:20px;width:100%;max-width:320px;padding:22px 20px 16px;box-shadow:0 20px 50px #00000080}.iv-sheet-discard-icon{width:46px;height:46px;color:var(--iv-pink);background:#ff2d871f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;font-size:19px;display:flex}.iv-sheet-discard-card h4{color:var(--iv-text);margin:0 0 6px;font-size:16px;font-weight:700}.iv-sheet-discard-card p{color:var(--iv-text-dim);margin:0 0 16px;font-size:13px;line-height:1.45}.iv-sheet-discard-confirm,.iv-sheet-discard-cancel{cursor:pointer;border:1px solid #0000;border-radius:12px;width:100%;padding:11px 14px;font-size:14px;font-weight:600}.iv-sheet-discard-confirm{background:var(--iv-pink);color:#fff;margin-bottom:8px}.iv-sheet-discard-cancel{border-color:var(--iv-border);color:var(--iv-text-dim);background:0 0}@media (prefers-reduced-motion:reduce){.iv-sheet,.iv-sheet.is-springing,.iv-sheet.is-closing,.iv-sheet-backdrop,.iv-sheet-discard{transition:none;animation:none}}:root{--ivc-gold:#ffb820;--ivc-gold-2:#ff9f43;--ivc-plum:#241533;--ivc-ink:#17101f}.ivcoin-chip{background:var(--iv-surface-2);border:1px solid var(--iv-border);color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:20px;align-items:center;gap:7px;padding:6px 14px 6px 6px;font-weight:600;display:inline-flex}.ivcoin-chip:active{transform:scale(.97)}.ivcoin-chip-mark{background:linear-gradient(135deg, var(--ivc-gold), var(--ivc-gold-2));color:#5c3400;border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:800;display:flex}.ivcoin-chip-amount{font-size:13px}.ivcoin-chip-sm{padding:4px 10px 4px 4px}.ivcoin-chip-sm .ivcoin-chip-mark{width:18px;height:18px;font-size:8px}.ivcoin-chip-sm .ivcoin-chip-amount{font-size:11.5px}.ivcoin-dash-card{background:linear-gradient(160deg, var(--ivc-ink), var(--ivc-plum) 60%, #341a3d);color:#fff;cursor:pointer;text-align:left;border:none;border-radius:16px;width:100%;padding:18px;position:relative;overflow:hidden}.ivcoin-dash-card:after{content:"";pointer-events:none;background:radial-gradient(220px 140px at 90% -10%,#ff2d8759,#0000 60%);position:absolute;inset:0}.ivcoin-dash-card-top{justify-content:space-between;align-items:center;display:flex;position:relative}.ivcoin-dash-card-lab{letter-spacing:.06em;text-transform:uppercase;color:#fff9;font-size:11px}.ivcoin-dash-card-amt{align-items:center;gap:8px;margin-top:6px;font-size:24px;font-weight:700;display:flex;position:relative}.ivcoin-dash-card-sub{color:#fff9;justify-content:space-between;align-items:center;margin-top:8px;font-size:12px;display:flex;position:relative}.ivcoin-dash-card-link{color:#ffb8dc;font-weight:600}.ivcoin-page{z-index:9999999;background:var(--iv-bg);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.ivcoin-topbar{z-index:2;background:var(--iv-bg);border-bottom:1px solid var(--iv-border);align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.ivcoin-topbar button.ivcoin-back{color:var(--iv-text);cursor:pointer;background:0 0;border:none;padding:6px;font-size:18px}.ivcoin-topbar-titles h2{color:var(--iv-text);margin:0;font-size:16px}.ivcoin-topbar-titles span{color:var(--iv-text-muted);font-size:11.5px}.ivcoin-body{padding:16px 16px 48px}.ivcoin-hero{background:linear-gradient(160deg, var(--ivc-ink), var(--ivc-plum) 55%, #341a3d);color:#fff;border-radius:20px;margin-top:12px;padding:22px;position:relative;overflow:hidden;box-shadow:0 14px 34px #7a2fff47}.ivcoin-hero:after{content:"";pointer-events:none;background:radial-gradient(260px 160px at 88% -12%,#ff2d8761,#0000 60%);position:absolute;inset:0}.ivcoin-hero-lab{letter-spacing:.07em;text-transform:uppercase;color:#ffffff9e;font-size:11.5px;position:relative}.ivcoin-hero-amt{align-items:center;gap:10px;margin-top:8px;font-size:34px;font-weight:800;display:flex;position:relative}.ivcoin-hero-mark{background:linear-gradient(135deg, var(--ivc-gold), var(--ivc-gold-2));color:#5c3400;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:flex}.ivcoin-hero-pending{color:#ffffff8c;margin-top:10px;font-size:12px;position:relative}.ivcoin-stat-strip{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.ivcoin-stat{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:14px;padding:12px 14px}.ivcoin-stat .n{color:var(--iv-text);font-size:17px;font-weight:700;display:block}.ivcoin-stat .l{color:var(--iv-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:10.5px;display:block}.ivcoin-tabs{gap:6px;margin-top:18px;padding-bottom:2px;display:flex;overflow-x:auto}.ivcoin-tab{background:var(--iv-surface-2);color:var(--iv-text-muted);cursor:pointer;border:1px solid #0000;border-radius:20px;flex:none;padding:8px 14px;font-size:13px;font-weight:600}.ivcoin-tab.active{background:var(--iv-brand-gradient);color:var(--iv-on-brand)}.ivcoin-section-head{justify-content:space-between;align-items:center;margin:22px 0 12px;display:flex}.ivcoin-section-head h4{color:var(--iv-text);margin:0;font-size:14.5px}.ivcoin-section-head .link{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;font-size:12.5px;font-weight:600}.ivcoin-history-tabs{gap:6px;margin-bottom:12px;display:flex;overflow-x:auto}.ivcoin-history-tab{border:1px solid var(--iv-border);color:var(--iv-text-muted);cursor:pointer;background:0 0;border-radius:16px;flex:none;padding:6px 12px;font-size:12.5px}.ivcoin-history-tab.active{border-color:var(--iv-pink);color:var(--iv-pink)}.ivcoin-search{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:12px;align-items:center;gap:8px;margin-bottom:12px;padding:9px 12px;display:flex}.ivcoin-search input{color:var(--iv-text);background:0 0;border:none;outline:none;width:100%;font-size:13.5px}.ivcoin-search i{color:var(--iv-text-dim)}.ivcoin-txn-list{border:1px solid var(--iv-border);border-radius:14px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.ivcoin-txn-row{background:var(--iv-surface-2);text-align:left;cursor:pointer;width:100%;color:inherit;border:none;align-items:center;gap:12px;padding:13px 14px;display:flex}.ivcoin-txn-icon{color:#fff;border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;display:flex}.ivcoin-txn-icon.creator{background:linear-gradient(135deg,#ff2d87,#9d4dff)}.ivcoin-txn-icon.engagement{background:linear-gradient(135deg,#4dc4ff,#2f9fe0)}.ivcoin-txn-icon.purchase{background:linear-gradient(135deg, var(--ivc-gold), var(--ivc-gold-2));color:#5c3400}.ivcoin-txn-icon.promotional{background:linear-gradient(135deg,#9d4dff,#7a2fff)}.ivcoin-txn-main{flex:1;min-width:0}.ivcoin-txn-name{color:var(--iv-text);font-size:13.5px;font-weight:600}.ivcoin-txn-meta{color:var(--iv-text-dim);margin-top:2px;font-size:11.5px}.ivcoin-txn-amt{color:var(--ivc-gold);flex:none;font-size:14px;font-weight:700}.ivcoin-txn-status{text-transform:uppercase;letter-spacing:.04em;color:var(--iv-text-dim);text-align:right;margin-top:2px;font-size:10px;display:block}.ivcoin-empty{text-align:center;color:var(--iv-text-muted);padding:40px 20px;font-size:13.5px}.ivcoin-loading{text-align:center;color:var(--iv-text-dim);padding:40px 20px;font-size:13px}.ivcoin-load-more{background:var(--iv-surface-2);border:1px solid var(--iv-border);color:var(--iv-text);cursor:pointer;border-radius:20px;margin:14px auto 0;padding:9px 18px;font-size:12.5px;display:block}.ivcoin-detail-hero{text-align:center;padding:22px 0 6px}.ivcoin-detail-icon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:22px;display:flex}.ivcoin-detail-amt{color:var(--ivc-gold);font-size:26px;font-weight:800}.ivcoin-detail-name{color:var(--iv-text);margin-top:4px;font-size:14.5px}.ivcoin-detail-rows{border:1px solid var(--iv-border);border-radius:14px;margin-top:18px;overflow:hidden}.ivcoin-detail-row{background:var(--iv-surface-2);border-bottom:1px solid var(--iv-border);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.ivcoin-detail-row:last-child{border-bottom:none}.ivcoin-detail-row .k{color:var(--iv-text-dim);font-size:12.5px}.ivcoin-detail-row .v{color:var(--iv-text);text-align:right;font-size:13px;font-weight:600}.ivcoin-range-row{gap:6px;margin-bottom:14px;display:flex;overflow-x:auto}.ivcoin-chart-card{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:16px;padding:16px}.ivcoin-chart-total{color:var(--iv-text);font-size:20px;font-weight:700}.ivcoin-chart-sub{color:var(--iv-text-dim);margin-bottom:8px;font-size:11.5px}.ivcoin-chart-svg-wrap{height:110px;margin-top:8px}.ivcoin-cat-list{flex-direction:column;gap:10px;margin-top:10px;display:flex}.ivcoin-cat-row{align-items:center;gap:10px;display:flex}.ivcoin-cat-row .lab{width:118px;color:var(--iv-text-muted);flex:none;font-size:12px}.ivcoin-cat-bar-track{background:var(--iv-surface-3);border-radius:6px;flex:1;height:8px;overflow:hidden}.ivcoin-cat-bar-fill{background:var(--iv-brand-gradient);border-radius:6px;height:100%}.ivcoin-cat-row .val{text-align:right;width:52px;color:var(--ivc-gold);font-variant-numeric:tabular-nums;flex:none;font-size:12px;font-weight:700}.ivcoin-top-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.ivcoin-top-row{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.ivcoin-top-row .name{color:var(--iv-text);font-size:13px}.ivcoin-top-row .amt{color:var(--ivc-gold);font-size:13px;font-weight:700}.ivcoin-ach-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ivcoin-ach-card{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:16px;padding:14px}.ivcoin-ach-card.unlocked{border-color:#ffb82066}.ivcoin-ach-tier{letter-spacing:.05em;text-transform:uppercase;border-radius:6px;margin-bottom:8px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}.ivcoin-ach-tier.bronze{color:#d98a4a;background:#cd7f322e}.ivcoin-ach-tier.silver{color:#cfcfd8;background:#bebec833}.ivcoin-ach-tier.gold{color:var(--ivc-gold);background:#ffb8202e}.ivcoin-ach-tier.signature{background:var(--iv-brand-gradient);color:#fff}.ivcoin-ach-card h5{color:var(--iv-text);margin:0 0 4px;font-size:13.5px}.ivcoin-ach-card p{color:var(--iv-text-dim);min-height:30px;margin:0;font-size:11.5px;line-height:1.4}.ivcoin-ach-bar-track{background:var(--iv-surface-3);border-radius:4px;height:6px;margin-top:10px;overflow:hidden}.ivcoin-ach-bar-fill{background:var(--iv-brand-gradient);border-radius:4px;height:100%}.ivcoin-ach-progress{color:var(--iv-text-dim);text-align:right;margin-top:6px;font-size:10.5px}.ivcoin-ach-unlocked-tag{color:var(--ivc-gold);margin-top:6px;font-size:10.5px;font-weight:700}.ivcoin-spend-hero{text-align:center;color:var(--iv-text-muted);padding:30px 10px}.ivcoin-spend-hero i{color:var(--iv-pink);margin-bottom:12px;font-size:30px;display:block}.ivcoin-spend-hero h4{color:var(--iv-text);margin:0 0 6px;font-size:15px}.ivcoin-spend-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid}.ivcoin-spend-card{background:var(--iv-surface-2);border:1px solid var(--iv-border);opacity:.72;border-radius:14px;padding:14px}.ivcoin-spend-card i{color:var(--iv-pink);margin-bottom:8px;display:block}.ivcoin-spend-card h6{color:var(--iv-text);margin:0 0 4px;font-size:12.5px}.ivcoin-spend-card p{color:var(--iv-text-dim);margin:0;font-size:11px}.ivcoin-pin-screen{text-align:center;flex-direction:column;align-items:center;padding:40px 20px;display:flex}.ivcoin-pin-icon{background:var(--iv-brand-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:22px;display:flex}.ivcoin-pin-title{color:var(--iv-text);margin:0 0 6px;font-size:16px}.ivcoin-pin-sub{color:var(--iv-text-muted);max-width:260px;margin:0 0 26px;font-size:12.5px}.ivcoin-pin-dots{gap:14px;margin-bottom:30px;display:flex}.ivcoin-pin-dot{border:2px solid var(--iv-border-strong);border-radius:50%;width:14px;height:14px}.ivcoin-pin-dot.filled{background:var(--iv-pink);border-color:var(--iv-pink)}.ivcoin-pin-dot.error{background:#ff5f5f;border-color:#ff5f5f}.ivcoin-pin-keypad{grid-template-columns:repeat(3,64px);gap:14px;display:grid}.ivcoin-pin-key{background:var(--iv-surface-2);border:1px solid var(--iv-border);width:64px;height:64px;color:var(--iv-text);cursor:pointer;border-radius:50%;font-size:20px;font-weight:600}.ivcoin-pin-key:active{background:var(--iv-surface-3)}.ivcoin-pin-key.ghost{background:0 0;border:none}.ivcoin-pin-error{color:#ff5f5f;margin-top:14px;font-size:12.5px}.ivcoin-pin-link{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;margin-top:22px;font-size:13px;font-weight:600}.ivcoin-pin-length-toggle{gap:8px;margin-bottom:22px;display:flex}.ivcoin-pin-length-btn{background:var(--iv-surface-2);border:1px solid var(--iv-border);color:var(--iv-text-muted);cursor:pointer;border-radius:18px;padding:7px 16px;font-size:12.5px}.ivcoin-pin-length-btn.active{border-color:var(--iv-pink);color:var(--iv-pink)}.ivcoin-pin-continue{background:var(--iv-brand-gradient);color:var(--iv-on-brand);cursor:pointer;border:none;border-radius:24px;margin-top:24px;padding:12px 28px;font-size:13.5px;font-weight:700}.ivcoin-pin-continue:disabled{opacity:.4;cursor:default}.ivcoin-biometric-row{background:var(--iv-surface-2);border:1px solid var(--iv-border);text-align:left;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:320px;margin-top:22px;padding:14px 16px;display:flex}.ivcoin-biometric-row i{color:var(--iv-pink);font-size:20px}.ivcoin-toast-root{z-index:9999999;pointer-events:none;justify-content:center;display:flex;position:fixed;top:18px;left:0;right:0}.ivcoin-toast{background:linear-gradient(160deg, var(--ivc-ink), var(--ivc-plum) 70%);color:#fff;opacity:0;border:1px solid #ffb82059;border-radius:18px;align-items:center;gap:12px;max-width:88vw;padding:12px 18px;transition:transform .38s cubic-bezier(.2,.9,.3,1.3),opacity .3s;display:flex;transform:translateY(-140%);box-shadow:0 14px 34px #0006}.ivcoin-toast.show{opacity:1;transform:translateY(0)}.ivcoin-toast-coin{background:linear-gradient(135deg, var(--ivc-gold), var(--ivc-gold-2));color:#5c3400;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;animation:.5s cubic-bezier(.34,1.56,.64,1) ivcoin-coin-pop;display:flex}.ivcoin-toast-text .amt{font-size:14px;font-weight:700}.ivcoin-toast-text .amt strong{color:var(--ivc-gold)}.ivcoin-toast-text .act{color:#ffffffad;margin-top:1px;font-size:11.5px}@keyframes ivcoin-coin-pop{0%{opacity:0;transform:scale(.2)rotate(-30deg)}60%{opacity:1;transform:scale(1.15)rotate(8deg)}to{opacity:1;transform:scale(1)rotate(0)}}@media (prefers-reduced-motion:reduce){.ivcoin-toast{transition:opacity .2s}.ivcoin-toast-coin{animation:none}}.ivcoin-settings-sub{padding:4px 0 0}.ivcoin-settings-back-row{align-items:center;gap:10px;margin-bottom:8px;display:flex}.plist-overlay{z-index:9999999;background:var(--iv-surface);flex-direction:column;font-family:Poppins,sans-serif;animation:.22s ease-out plist-in;display:flex;position:fixed;inset:0}@keyframes plist-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.plist-topbar{padding:14px 18px;padding-top:calc(14px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0;align-items:center;gap:14px;display:flex}.plist-topbar h2{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:600;overflow:hidden}.plist-back{background:var(--iv-surface-2);width:38px;height:38px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:background .2s;display:flex}.plist-back:hover{background:var(--iv-surface-3)}.plist-tabs{border-bottom:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0;display:flex}.plist-tab{color:var(--iv-text-dim);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;padding:13px 8px;font-family:Sora,sans-serif;font-size:13.5px;font-weight:600}.plist-tab.active{color:var(--iv-text);border-bottom-color:var(--iv-pink)}.plist-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:18px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));flex:1;overflow-y:auto}.plist-inner{max-width:720px;margin:0 auto}.plist-search-wrap{margin-bottom:14px;position:relative}.plist-search-icon{color:var(--iv-text-muted);font-size:13px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.plist-search-input{background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);width:100%;height:46px;color:var(--iv-text);border-radius:14px;padding:0 14px 0 38px;font-family:inherit;font-size:13.5px}.plist-search-input:focus{border-color:var(--iv-pink);outline:none}.plist-search-input::placeholder{color:var(--iv-text-muted)}.plist-list{flex-direction:column;gap:10px;display:flex}.plist-row{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:16px;align-items:center;gap:10px;padding:10px 14px;display:flex}.plist-row-main{text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex:1;align-items:center;gap:12px;min-width:0;padding:2px 0;display:flex}.plist-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px;font-size:14px}.plist-row-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.plist-name{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex;overflow:hidden}.plist-username{color:var(--iv-text-dim);font-size:12px}.plist-follow{color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#ff2d87,#7856ff);border:1px solid #0000;border-radius:12px;flex-shrink:0;padding:9px 16px;font-family:Sora,sans-serif;font-size:12.5px;font-weight:600}.plist-follow.following{background:var(--iv-surface-2);color:var(--iv-text);border-color:var(--iv-border)}.plist-follow:disabled{opacity:.5;cursor:default}.plist-empty{text-align:center;color:var(--iv-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:70px 24px;display:flex}.plist-empty i{color:var(--iv-text-muted);font-size:34px}.plist-empty p{color:var(--iv-text-dim);margin:0;font-size:14px}@media (width<=560px){.plist-scroll{padding:14px}.plist-row{gap:8px;padding:9px 12px}.plist-avatar{width:38px;height:38px}.plist-name{font-size:13.5px}}.live-capture-card{aspect-ratio:16/11;cursor:pointer;text-align:center;border:1.5px dashed var(--iv-border-strong);background:var(--iv-border-soft);color:var(--iv-text-dim);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-bottom:24px;transition:all .25s;display:flex;position:relative;overflow:hidden}.live-capture-card:hover{color:var(--iv-text-muted);background:#ff2d870d;border-color:#ff2d8773}.live-capture-card.is-live{border:1px solid var(--iv-border);background:var(--iv-surface);cursor:pointer}.live-capture-icon{color:currentColor;font-size:52px;line-height:1;transition:transform .25s}.live-capture-card:hover .live-capture-icon{transform:scale(1.06)}.live-capture-label{letter-spacing:.3px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}.live-capture-sub{color:var(--iv-text-faint);margin-top:-8px;font-family:Poppins,sans-serif;font-size:11.5px}.live-capture-error{color:#ff8fb4;max-width:78%;font-family:Poppins,sans-serif;font-size:11.5px;line-height:1.5}.live-capture-card .live-dot{animation:1.6s ease-out infinite liveDotPulse,1.1s ease-in-out infinite iv-live-blink}@keyframes iv-live-blink{0%,to{opacity:1}50%{opacity:.28}}@media (prefers-reduced-motion:reduce){.live-capture-card .live-dot{opacity:1;animation:none}}.live-capture-video{object-fit:cover;background:var(--iv-surface);width:100%;height:100%;position:absolute;inset:0}.live-capture-video.is-front{transform:scaleX(-1)}.live-capture-scrim{pointer-events:none;background:linear-gradient(#00000073 0%,#0000 26% 54%,#000000c7 100%);position:absolute;inset:0}.live-capture-top{justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:14px;left:14px;right:14px}.live-capture-end{background:var(--iv-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--iv-text);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-family:Poppins,sans-serif;font-size:11.5px;font-weight:500;transition:background .2s;display:inline-flex}.live-capture-end:hover{background:#ff2d55d9}.live-capture-bottom{flex-direction:column;gap:3px;display:flex;position:absolute;bottom:15px;left:16px;right:16px}.live-capture-meta{color:var(--iv-text-muted);align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:11.5px;display:flex}.live-capture-title{cursor:text;max-width:100%;color:var(--iv-text);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-family:Sora,sans-serif;font-size:16px;font-weight:700;display:inline-flex}.live-capture-title i{color:var(--iv-text-dim);flex:none;font-size:11px}.live-capture-title .live-title-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.live-capture-title .live-title-blank{border-bottom:2px solid var(--iv-border-strong);min-width:104px;height:17px;display:inline-block}.live-capture-title-input{border:none;border-bottom:2px solid var(--pink,#ff2d87);width:100%;color:var(--iv-text);background:0 0;outline:none;padding:2px 0;font-family:Sora,sans-serif;font-size:16px;font-weight:700}.live-capture-title-input::placeholder{color:var(--iv-text-faint);font-weight:500}.previous-live-noshot{background:var(--iv-border-soft);width:100%;height:100%;color:var(--iv-text-faint);justify-content:center;align-items:center;font-size:26px;display:flex}.replay-duration{background:var(--iv-glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--iv-text);letter-spacing:.2px;pointer-events:none;border-radius:6px;padding:3px 7px;font-family:Poppins,sans-serif;font-size:10.5px;font-weight:500;position:absolute;bottom:8px;right:8px}@media (width<=400px){.live-capture-icon{font-size:44px}.live-capture-title,.live-capture-title-input{font-size:15px}}@media (prefers-reduced-motion:reduce){.live-capture-card,.live-capture-icon{transition:none}.live-capture-card:hover .live-capture-icon{transform:none}}.swipe-confirm-track{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:29px;height:58px;position:relative;overflow:hidden}.swipe-confirm-fill{border-radius:29px;transition:width .18s;position:absolute;inset:0 auto 0 0}.swipe-confirm.is-dragging .swipe-confirm-fill{transition:none}.swipe-confirm--default .swipe-confirm-fill{background:var(--iv-brand-gradient)}.swipe-confirm--danger .swipe-confirm-fill{background:linear-gradient(135deg,#ff5a5a,#d92d20)}.swipe-confirm-label{letter-spacing:.2px;color:var(--iv-text-muted);pointer-events:none;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;display:flex;position:absolute;inset:0}.swipe-confirm-thumb{background:var(--iv-surface);width:50px;height:50px;color:var(--iv-text);cursor:grab;touch-action:none;border-radius:50%;place-items:center;transition:transform .18s;display:grid;position:absolute;top:4px;left:4px;box-shadow:0 3px 10px #00000040}.swipe-confirm-thumb.is-dragging{cursor:grabbing;transition:none}.swipe-confirm.is-confirmed .swipe-confirm-thumb{background:var(--iv-on-brand);color:#0a0a0a}.swipe-confirm--danger.is-confirmed .swipe-confirm-thumb{color:#d92d20}.swipe-confirm.is-disabled{opacity:.5;pointer-events:none}@media (prefers-reduced-motion:reduce){.swipe-confirm-fill,.swipe-confirm-thumb{transition:none}}.golive-screen{z-index:9999998;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.golive-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.golive-video.is-front{transform:scaleX(-1)}.golive-scrim{background:linear-gradient(#0000008c 0%,#0000 22% 60%,#000000d1 100%);position:absolute;inset:0}.golive-close{top:max(16px, env(safe-area-inset-top));z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#00000073;border-radius:50%;place-items:center;width:38px;height:38px;font-size:15px;display:grid;position:absolute;left:16px}.golive-heading{top:max(64px, calc(env(safe-area-inset-top) + 48px));z-index:2;text-align:center;color:#fff;position:absolute;left:20px;right:20px}.golive-heading h2{margin:0 0 6px;font-family:Sora,sans-serif;font-size:19px;font-weight:700}.golive-heading p{color:#ffffffb8;margin:0;font-family:Poppins,sans-serif;font-size:12.5px}.golive-status{z-index:2;text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:0 32px;display:flex;position:absolute;inset:0}.golive-status--overlay{-webkit-backdrop-filter:blur(3px);background:#0000008c}.golive-status i{color:#ffffffb3;font-size:34px}.golive-status p{color:#ffffffbf;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:1.6}.golive-retry{color:#fff;background:#ffffff14;border:1px solid #ffffff4d;border-radius:999px;margin-top:4px;padding:10px 22px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600}.golive-bottom{left:20px;right:20px;bottom:max(28px, env(safe-area-inset-bottom));z-index:2;position:absolute}.endlive-sheet{z-index:9999999;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.endlive-backdrop{background:var(--iv-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;inset:0}.endlive-card{z-index:1;width:100%;max-width:440px;padding:22px 20px calc(20px + env(safe-area-inset-bottom,0px));background:var(--iv-surface);border:1px solid var(--iv-border);text-align:center;border-bottom:none;border-radius:22px 22px 0 0;animation:.2s endlive-rise;position:relative}@keyframes endlive-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.endlive-card.is-dragging{transition:none;animation:none}.endlive-card.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1);animation:none}.endlive-card.is-closing{transition:transform .26s cubic-bezier(.4,0,1,1);animation:none;transform:translateY(110%)}.endlive-backdrop{transition:opacity .2s}.endlive-grab{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;margin:-8px 0 0;padding:2px 0 10px}.endlive-grab:active{cursor:grabbing}.endlive-handle{background:var(--iv-border-strong);border-radius:999px;width:38px;height:5px;margin:0 auto;display:block}@media (prefers-reduced-motion:reduce){.endlive-card.is-springing,.endlive-card.is-closing{transition:none}}.endlive-icon{color:#d92d20;background:#d92d201f;border-radius:50%;place-items:center;width:52px;height:52px;margin:0 auto 12px;font-size:19px;display:grid}.endlive-card h3{color:var(--iv-text);margin:0 0 6px;font-family:Sora,sans-serif;font-size:17px;font-weight:700}.endlive-card p{color:var(--iv-text-dim);margin:0 0 20px;font-family:Poppins,sans-serif;font-size:12.5px;line-height:1.55}.endlive-cancel{background:var(--iv-surface-2);width:100%;min-height:48px;color:var(--iv-text);border-radius:14px;margin-top:12px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600}.postlive-modal{z-index:9999999;background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.postlive-card{background:var(--iv-surface);border:1px solid var(--iv-border);text-align:center;border-radius:26px;width:100%;max-width:380px;padding:26px 24px;position:relative}.postlive-back{background:var(--iv-surface-2);width:32px;height:32px;color:var(--iv-text-muted);border-radius:50%;place-items:center;font-size:13px;display:grid;position:absolute;top:16px;left:16px}.postlive-cover{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:16px;width:96px;height:128px;margin:4px auto 16px;overflow:hidden}.postlive-cover img{object-fit:cover;width:100%;height:100%;display:block}.postlive-cover-empty{width:100%;height:100%;color:var(--iv-text-faint);place-items:center;font-size:22px;display:grid}.postlive-card h3{color:var(--iv-text);margin:0 0 8px;font-family:Sora,sans-serif;font-size:19px;font-weight:700}.postlive-card p{color:var(--iv-text-dim);margin:0 0 20px;font-family:Poppins,sans-serif;font-size:13px;line-height:1.55}.postlive-actions{flex-direction:column;gap:10px;display:flex}.postlive-btn{border-radius:15px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:52px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;display:flex}.postlive-btn.is-primary{background:var(--iv-brand-gradient);color:var(--iv-on-brand)}.postlive-btn.is-ghost{background:var(--iv-surface-2);color:var(--iv-text)}.postlive-audience{flex-direction:column;gap:12px;margin-bottom:4px;display:flex}.postlive-option{background:var(--iv-surface-2);border:1px solid var(--iv-border);text-align:left;border-radius:16px;align-items:center;gap:13px;padding:14px 16px;display:flex}.postlive-option-icon{background:var(--iv-surface-3);width:40px;height:40px;color:var(--iv-text-muted);border-radius:50%;flex:0 0 40px;place-items:center;font-size:15px;display:grid}.postlive-option.is-premium .postlive-option-icon{color:var(--iv-pink-text);background:#ff2d8724}.postlive-option-text{flex:1;min-width:0}.postlive-option-text strong{color:var(--iv-text);font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;display:block}.postlive-option-text span{color:var(--iv-text-dim);margin-top:2px;font-family:Poppins,sans-serif;font-size:11.5px;display:block}.postlive-option-caret{color:var(--iv-text-faint);flex:none;font-size:12px}.postlive-price-field{background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:15px;align-items:center;gap:8px;height:56px;margin-bottom:8px;padding:0 16px;display:flex}.postlive-price-field span{color:var(--iv-text-muted);font-family:Sora,sans-serif;font-size:19px;font-weight:700}.postlive-price-field input{min-width:0;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-family:Sora,sans-serif;font-size:19px;font-weight:700}.postlive-price-field input::placeholder{color:var(--iv-text-faint);font-weight:600}.postlive-price-hint{color:var(--iv-text-faint);margin:0 0 20px;font-family:Poppins,sans-serif;font-size:11.5px}.buylive-modal{z-index:9999999;background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.buylive-price{color:var(--iv-text);margin:2px 0 18px;font-family:Sora,sans-serif;font-size:30px;font-weight:800;display:block}.buylive-exit{color:var(--iv-text-dim);text-underline-offset:3px;background:0 0;border:none;margin:14px auto 0;font-size:13px;font-weight:600;text-decoration:underline;display:block}.social-card{background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:0;margin:12px 0 0;overflow:hidden}.social-card-media{background:var(--iv-surface);cursor:pointer;width:100%;color:inherit;line-height:0;text-decoration:none;display:block;position:relative}.social-card-media,.social-card-media *{text-decoration:none}.social-card-media img{width:100%;max-height:var(--iv-post-max-h);object-fit:cover;background:var(--iv-surface);display:block}.social-card.is-youtube .social-card-media img{aspect-ratio:16/9}.social-card-placeholder{min-height:76px;color:var(--iv-text);text-align:left;align-items:center;gap:13px;padding:16px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:1.35;display:flex}.social-card-placeholder i{background:var(--iv-surface-3);border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:26px;display:flex}.social-card-placeholder span{flex:1;min-width:0}.social-card-placeholder .ph-sub{color:var(--iv-text-muted);margin-top:2px;font-size:11.5px;font-weight:400;display:block}.social-card.is-instagram .social-card-placeholder{color:var(--iv-on-brand);background:linear-gradient(135deg,#3a1c4a 0%,#7a2b56 55%,#a8432f 100%)}.social-card.is-facebook .social-card-placeholder{color:var(--iv-on-brand);background:linear-gradient(135deg,#12233f 0%,#1b3f77 100%)}.social-card.is-youtube .social-card-placeholder{color:var(--iv-on-brand);background:linear-gradient(135deg,#2a0f0f 0%,#6b1414 100%)}.social-card-placeholder~.social-card-badge{display:none}.social-card-play{background:var(--iv-glass);border:1.5px solid var(--iv-border-strong);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);width:58px;height:58px;color:var(--iv-text);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;padding-left:4px;font-size:19px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.social-card-badge{height:26px;color:var(--iv-text);background:var(--iv-glass);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-family:Poppins,sans-serif;font-size:11.5px;font-weight:500;line-height:1;display:inline-flex;position:absolute;top:10px;left:10px}.badge-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcaf45)}.badge-facebook{background:#1877f2}.badge-youtube{background:red}.social-card-foot{align-items:center;gap:11px;padding:11px 13px;display:flex}.social-card-foot.is-compact{justify-content:flex-end;padding:10px 13px}.social-card-text{flex:1;min-width:0}.social-card-title{color:var(--iv-text);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:500;display:-webkit-box;overflow:hidden}.social-card-author{color:var(--iv-text-dim);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-family:Poppins,sans-serif;font-size:12px;overflow:hidden}.social-card-open{border:1px solid var(--iv-border-strong);color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex:none;align-items:center;gap:6px;height:32px;padding:0 13px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;text-decoration:none;display:inline-flex}.social-card-open i{opacity:.7;font-size:10px}.social-card-open:hover{border-color:var(--iv-border-strong)}.social-popup{z-index:10050;background:var(--iv-glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:center;align-items:center;padding:16px;animation:.16s ease-out social-popup-in;display:flex;position:fixed;inset:0}@keyframes social-popup-in{0%{opacity:0}to{opacity:1}}.social-popup-sheet{background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 70px #0009}.social-popup-bar{border-bottom:1px solid var(--iv-border);flex:none;align-items:center;gap:10px;padding:10px 10px 10px 12px;display:flex}.social-popup-chip{height:24px;color:var(--iv-text);border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 9px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;display:inline-flex}.social-popup-title{min-width:0;color:var(--iv-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:Poppins,sans-serif;font-size:13px;overflow:hidden}.social-popup-ext,.social-popup-close{background:var(--iv-surface-2);width:34px;height:34px;color:var(--iv-text);cursor:pointer;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:14px;text-decoration:none;display:flex}.social-popup-ext{font-size:12px}.social-popup-ext:hover,.social-popup-close:hover{background:var(--iv-surface-3)}.social-popup-scroll{overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.social-popup-scroll::-webkit-scrollbar{display:none}.social-popup-panel{scroll-snap-align:start;scroll-snap-stop:always;scrollbar-width:none;height:100%;overflow-y:auto}.social-popup-panel::-webkit-scrollbar{display:none}.social-popup-standby{min-height:52vh;color:var(--iv-text-faint);justify-content:center;align-items:center;font-size:30px;display:flex}.social-popup-counter{color:var(--iv-text-dim);font-variant-numeric:tabular-nums;flex:none;font-family:Poppins,sans-serif;font-size:11.5px}.social-popup-next-hint{background:var(--iv-scrim);width:30px;height:30px;color:var(--iv-text-muted);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:12px;animation:1.6s ease-in-out infinite popup-hint-bob;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}@keyframes popup-hint-bob{0%,to{opacity:.5;transform:translate(-50%)}50%{opacity:.9;transform:translate(-50%,4px)}}@media (prefers-reduced-motion:reduce){.social-popup-next-hint{animation:none}}.social-popup-sheet{position:relative}.social-popup-body{min-height:100%;padding-bottom:16px}.social-popup-body .social-original{border-top:0}.social-popup-caption{color:var(--iv-text);margin:0;padding:13px 15px 11px;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5}.iv-counts{color:var(--iv-text-dim);justify-content:space-between;align-items:center;gap:12px;padding:10px 15px 12px;font-family:Poppins,sans-serif;font-size:13px;display:flex}.iv-counts-right{align-items:center;gap:14px;display:flex}.iv-count{cursor:default;align-items:center;gap:6px;display:inline-flex}.iv-count b{color:var(--iv-text-muted);font-weight:600}.iv-actions{border-top:1px solid var(--iv-border);align-items:center;gap:8px;margin-top:2px;padding:12px;display:flex}.iv-act{border:1px solid var(--iv-border);background:var(--iv-border-soft);height:40px;color:var(--iv-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:11px;flex:1;justify-content:center;align-items:center;gap:7px;padding:0 6px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.iv-act i{font-size:15px}.iv-act:hover{background:var(--iv-surface-3);border-color:var(--iv-border-strong)}.iv-act:active{transform:scale(.96)}.iv-act.on{color:#ff5ba0;background:#ff2d8729;border-color:#ff2d8780}.iv-act.on.saved{color:#a58bff;background:#7856ff29;border-color:#7856ff80}@media (width<=400px){.iv-act span{display:none}.iv-act i{font-size:17px}}.social-popup-body .social-original.is-facebook .social-original-frame,.social-popup-body .social-original.is-facebook .social-original-frame iframe{height:auto;min-height:70vh}.social-popup-body .social-original.is-facebook .social-original-frame iframe{height:70vh}@media (width<=560px){.social-popup{padding:0}.social-popup-sheet{border:0;border-radius:0;max-width:none;height:100%;max-height:100%}}.social-card-toggle{border:0;border-top:1px solid var(--iv-border);width:100%;height:38px;color:var(--iv-text-dim);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:7px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;display:flex}.social-card-toggle:hover{color:var(--iv-text-muted)}.social-card-toggle i{font-size:10px}.social-original{background:var(--iv-surface);border-top:1px solid var(--iv-border);position:relative}.social-original-frame{width:100%;position:relative;overflow:hidden}.social-original-frame iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.social-original.is-facebook .social-original-frame{min-height:520px}.social-original.is-facebook .social-original-frame iframe{height:520px;position:relative}.social-original.is-instagram iframe{width:100%!important;min-width:0!important;margin:0!important}.social-original-failed{border-top:1px solid var(--iv-border);color:var(--iv-text-dim);padding:16px 15px;font-family:Poppins,sans-serif;font-size:12.5px;line-height:1.6}.social-original-failed a{color:#ff2d87;text-decoration:none}.social-embed-loading{background:var(--iv-surface);color:var(--iv-text-faint);pointer-events:none;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-size:13px;display:flex;position:absolute;inset:0}.social-fallback{border:1px solid var(--iv-border);background:var(--iv-border-soft);cursor:pointer;border-radius:14px;margin:12px 15px 0;transition:border-color .2s;overflow:hidden}.social-fallback:hover{border-color:var(--iv-border-strong)}.social-fallback-cover{aspect-ratio:16/9;object-fit:cover;background:var(--iv-surface);width:100%;display:block}.social-fallback-blank{color:var(--iv-text-faint);justify-content:center;align-items:center;font-size:34px;display:flex}.social-fallback-body{align-items:center;gap:11px;padding:11px 13px;display:flex}.social-fallback-text{flex:1;min-width:0}.social-fallback-title{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;overflow:hidden}.social-fallback-note{color:var(--iv-text-dim);font-family:Poppins,sans-serif;font-size:12px;line-height:1.4}.social-fallback-open{border:1px solid var(--iv-border-strong);height:34px;color:var(--iv-text);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex:none;padding:0 15px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:500}.feed2-platform-stats{color:var(--iv-text-dim);flex-wrap:wrap;align-items:center;gap:14px;padding:11px 15px 0;font-family:Poppins,sans-serif;font-size:12.5px;display:flex}.feed2-platform-stats .ps-badge{color:var(--iv-text-muted);align-items:center;gap:6px;font-weight:500;display:inline-flex}.feed2-platform-stats .ps-item{align-items:center;gap:5px;display:inline-flex}.feed2-platform-stats .ps-note{color:var(--iv-text-faint);font-size:11.5px}.feed2-own-label{letter-spacing:.4px;text-transform:uppercase;color:var(--iv-text-faint);padding:12px 15px 0;font-family:Poppins,sans-serif;font-size:11.5px}.video-reel-scope{color:var(--iv-text)}.vr-viewer{z-index:9999999;background:var(--iv-surface);overscroll-behavior:none;position:fixed;inset:0}.vr-back-btn{top:max(14px, env(safe-area-inset-top));background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);width:38px;height:38px;color:var(--iv-text);cursor:pointer;z-index:30;border:none;border-radius:50%;font-size:15px;position:fixed;left:14px}.vr-scroll{scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior-y:contain;height:100vh;overflow-y:auto}.vr-scroll::-webkit-scrollbar{display:none}.vr-slide{scroll-snap-align:start;scroll-snap-stop:always;height:100vh;position:relative;overflow:hidden}.vr-video{object-fit:cover;background:var(--iv-surface);width:100%;height:100%;position:absolute;inset:0}.vr-scrim{pointer-events:none;background:linear-gradient(#0006 0%,#0000 18% 50%,#000000e6 100%);position:absolute;inset:0}.vr-actions{z-index:3;flex-direction:column;align-items:center;gap:19px;display:flex;position:absolute;bottom:150px;right:12px}.vr-action-btn{color:var(--iv-text);cursor:pointer;text-shadow:0 2px 8px #00000080;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:0;font-size:23px;display:flex}.vr-action-btn span{font-size:11px;font-weight:700}.vr-action-btn.liked{color:#ff2d55}.vr-action-btn.saved{color:#ffb020}.vr-action-btn.active{color:#3ddc84}.vr-mini-avatar{border:2px solid var(--iv-border-strong);cursor:pointer;border-radius:8px;width:28px;height:28px;margin-top:2px;overflow:hidden}.vr-mini-avatar img{object-fit:cover;width:100%;height:100%;display:block}.vr-info{z-index:3;position:absolute;bottom:78px;left:14px;right:78px}.vr-creator-row{align-items:center;gap:8px;margin-bottom:9px;display:flex}.vr-creator-row img{object-fit:cover;border:2px solid var(--iv-border-strong);border-radius:50%;flex-shrink:0;width:32px;height:32px}.vr-creator-row span{color:var(--iv-text);text-shadow:0 2px 6px #00000080;font-size:14px;font-weight:700}.vr-follow-pill{cursor:pointer;border:1px solid var(--iv-border-strong);background:var(--iv-surface-2);height:26px;color:var(--iv-text);border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:11.5px;font-weight:700;display:flex}.vr-follow-pill.following{background:var(--iv-surface-3);color:#3ddc84;border-color:#3ddc8480;width:26px;height:26px;padding:0}.vr-caption{color:var(--iv-text);text-shadow:0 2px 6px #00000080;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:13.5px;line-height:1.5;overflow:hidden}.vr-caption.expanded{white-space:normal;overflow:visible}.vr-caption-expanded-extra{margin-top:6px}.vr-tags{color:#8fd3ff;margin:0 0 5px;font-size:12.5px;font-weight:600}.vr-collab,.vr-brand{color:var(--iv-text-muted);margin:0 0 4px;font-size:12px}.vr-commented-row{text-align:left;color:var(--iv-text-muted);text-shadow:0 2px 6px #00000080;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:12.5px;display:block}.vr-commented-row strong{color:var(--iv-text)}.vr-bottom-comment-bar{left:14px;right:14px;bottom:max(14px, env(safe-area-inset-bottom));background:var(--iv-surface-3);-webkit-backdrop-filter:blur(10px);border:1px solid var(--iv-border-strong);height:40px;color:var(--iv-text-muted);cursor:pointer;z-index:4;border-radius:999px;align-items:center;padding:0 16px;font-size:13px;display:flex;position:absolute}.vr-comments-off{left:14px;right:14px;bottom:max(14px, env(safe-area-inset-bottom));border:1px solid var(--iv-border-strong);height:40px;color:var(--iv-text-faint);z-index:4;background:#00000059;border-radius:999px;align-items:center;gap:7px;margin:0;padding:0 16px;font-size:13px;font-style:italic;display:flex;position:absolute}.vr-comments-mode{z-index:40;background:var(--iv-surface);touch-action:none;overscroll-behavior:none;flex-direction:column;display:flex;position:fixed;inset:0}.vr-comments-video-wrap{background:var(--iv-surface);border-radius:0 0 20px 20px;flex:none;width:100%;height:36vh;animation:.28s cubic-bezier(.32,.72,0,1) vrCommentsVideoIn;position:relative;overflow:hidden}@keyframes vrCommentsVideoIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.vr-comments-video{object-fit:cover;width:100%;height:100%;display:block}.vr-comments-mute-btn{background:var(--iv-scrim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:34px;height:34px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;font-size:14px;position:absolute;bottom:12px;right:12px}.vr-comments-panel{background:var(--iv-surface);z-index:2;will-change:transform;backface-visibility:hidden;border-radius:18px 18px 0 0;flex-direction:column;flex:1;min-height:0;margin-top:-16px;display:flex;position:relative}.vr-comments-drag-zone{cursor:grab;touch-action:none;justify-content:center;padding:10px 0 6px;display:flex}.vr-comments-handle{background:var(--iv-surface-3);border-radius:3px;width:36px;height:4px}.vr-comments-list{-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;flex-direction:column;flex:1;gap:18px;min-height:0;padding:4px 16px 8px;display:flex;overflow-y:auto}.vr-comments-empty{text-align:center;color:var(--iv-text-dim);padding:36px 0;font-size:13px}.vr-comment-row{align-items:flex-start;gap:10px;display:flex}.vr-comment-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:34px;height:34px}.vr-comment-body{flex:1;min-width:0}.vr-comment-top{align-items:center;gap:8px;display:flex}.vr-comment-top strong{color:var(--iv-text);font-size:13.5px}.vr-comment-time{color:var(--iv-text-dim);font-size:11.5px}.vr-comment-text{color:var(--iv-text);word-break:break-word;margin:3px 0 5px;font-size:13.5px;line-height:1.4}.vr-comment-actions-row{gap:16px;display:flex}.vr-comment-actions-row button{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.vr-comment-view-replies{color:var(--iv-text-dim);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:8px;padding:0;font-size:12px;font-weight:600}.vr-comment-like{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:3px;padding-top:2px;font-size:13px;display:flex}.vr-emoji-row{border-top:1px solid var(--iv-border);scrollbar-width:none;flex-shrink:0;gap:14px;padding:8px 16px;display:flex;overflow-x:auto}.vr-emoji-row::-webkit-scrollbar{display:none}.vr-emoji-row button{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:20px;line-height:1}.vr-comment-input-row{padding:10px 16px max(10px, env(safe-area-inset-bottom));border-top:1px solid var(--iv-border);flex-shrink:0;align-items:center;gap:10px;display:flex}.vr-comment-input-row img{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:30px}.vr-comment-input-row input{background:var(--iv-surface-3);min-width:0;color:var(--iv-text);border:none;border-radius:999px;outline:none;flex:1;padding:9px 14px;font-family:inherit;font-size:13px}.vr-comment-input-row input::placeholder{color:var(--iv-text-dim)}.vr-comment-username{color:var(--iv-text-dim);font-size:11.5px}.vr-comment-like.liked{color:var(--iv-pink-text)}.vr-comment-replies{border-left:1px solid var(--iv-border);flex-direction:column;gap:14px;margin-top:10px;padding-left:14px;display:flex}.vr-reply-banner{color:var(--iv-text-dim);justify-content:space-between;align-items:center;gap:8px;padding:8px 16px 0;font-size:12px;display:flex}.vr-reply-banner strong{color:var(--iv-text)}.vr-reply-banner button{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;padding:4px;line-height:1}.vr-emoji-btn,.vr-gift-btn,.vr-send-btn{color:var(--iv-text);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:19px}.vr-send-btn{color:#ff2d87}.cropper-overlay{z-index:9999998;background:var(--iv-surface);touch-action:none;-webkit-user-select:none;user-select:none;flex-direction:column;font-family:Poppins,sans-serif;animation:.18s ease-out cropper-in;display:flex;position:fixed;inset:0}@keyframes cropper-in{0%{opacity:0}to{opacity:1}}.cropper-topbar{padding:12px 14px;padding-top:calc(12px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.cropper-topbar h2{text-align:center;color:var(--iv-text);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-family:Sora,sans-serif;font-size:15px;font-weight:600;overflow:hidden}.cropper-cancel,.cropper-save{cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:12px;flex-shrink:0;min-width:76px;height:38px;padding:0 16px;font-family:Sora,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s,background .2s}.cropper-cancel{background:var(--iv-surface-2);color:#d6d6d6}.cropper-cancel:hover{background:var(--iv-surface-3)}.cropper-save{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#7856ff)}.cropper-save:hover{opacity:.92}.cropper-save:disabled{opacity:.45;cursor:default}.cropper-stage{flex:1;justify-content:center;align-items:center;min-height:0;padding:20px;display:flex;position:relative;overflow:hidden}.cropper-frame{cursor:grab;background:var(--iv-surface);position:relative;overflow:hidden;box-shadow:0 0 0 9999px #000000b8}.cropper-frame:active{cursor:grabbing}.cropper-mask-circle{border-radius:50%}.cropper-mask-rect{border-radius:14px}.cropper-media{object-fit:fill;pointer-events:none;will-change:transform;max-width:none;position:absolute;top:50%;left:50%}.cropper-grid{pointer-events:none;opacity:0;transition:opacity .18s;position:absolute;inset:0}.cropper-frame:active .cropper-grid{opacity:1}.cropper-grid span{background:var(--iv-surface-3);position:absolute}.cropper-grid span:first-child{width:1px;top:0;bottom:0;left:33.33%}.cropper-grid span:nth-child(2){width:1px;top:0;bottom:0;left:66.66%}.cropper-grid span:nth-child(3){height:1px;top:33.33%;left:0;right:0}.cropper-grid span:nth-child(4){height:1px;top:66.66%;left:0;right:0}.cropper-frame:after{content:"";border:2px solid var(--iv-border-strong);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.cropper-loading,.cropper-error{color:var(--iv-text-muted);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:24px;display:flex}.cropper-loading i{font-size:30px;animation:1s linear infinite cropper-spin}@keyframes cropper-spin{to{transform:rotate(360deg)}}.cropper-error i{color:#ff5f5f;font-size:30px}.cropper-error p{max-width:280px;margin:0;font-size:13.5px;line-height:1.6}.cropper-controls{padding:16px 18px;padding-bottom:calc(18px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0}.cropper-hint{color:var(--iv-text-muted);text-align:center;justify-content:center;align-items:center;gap:8px;margin:0 0 14px;font-size:12px;display:flex}.cropper-hint i{color:#ff2d87}.cropper-inline-error{color:#ff8c8c;text-align:center;margin:0 0 12px;font-size:12px}.cropper-zoom-row{align-items:center;gap:14px;max-width:460px;margin:0 auto;display:flex}.cropper-icon-btn{background:var(--iv-surface-2);width:40px;height:40px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:background .2s;display:flex}.cropper-icon-btn:hover{background:var(--iv-surface-3)}.cropper-icon-btn:disabled{opacity:.35;cursor:default}.cropper-zoom-slider{appearance:none;cursor:pointer;touch-action:none;background:linear-gradient(90deg,#ff2d87,#7856ff);border-radius:999px;flex:1;min-width:0;height:4px;margin:0}.cropper-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--iv-surface);cursor:pointer;border:0;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #0009}.cropper-zoom-slider::-moz-range-thumb{background:var(--iv-surface);cursor:pointer;border:0;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 8px #0009}.cropper-tools{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:16px;display:flex}.cropper-tool{border:1px solid var(--iv-border);height:38px;color:var(--iv-text-dim);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-family:Poppins,sans-serif;font-size:12.5px;transition:background .2s,border-color .2s;display:inline-flex}.cropper-tool i{color:#ff2d87;font-size:13px}.cropper-tool:hover{background:var(--iv-border-soft);border-color:var(--iv-border-strong)}@media (width<=560px){.cropper-stage{padding:14px}.cropper-controls{padding:14px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.cropper-cancel,.cropper-save{min-width:68px;padding:0 12px;font-size:12.5px}.cropper-tool{height:36px;padding:0 12px;font-size:12px}.cropper-tools{gap:8px;margin-top:14px}}@media (height<=520px) and (orientation:landscape){.cropper-hint{margin-bottom:10px}.cropper-tools{margin-top:10px}.cropper-controls{padding:10px 14px}.cropper-topbar{padding:8px 14px}}.otp-overlay{z-index:9999999;overscroll-behavior:contain;background:var(--iv-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:20px;font-family:Poppins,sans-serif;animation:.16s ease-out otp-fade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes otp-fade{0%{opacity:0}to{opacity:1}}.otp-sheet{background:var(--iv-surface);border:1px solid var(--iv-border);text-align:center;border-radius:22px;width:100%;max-width:400px;margin:auto;padding:56px 26px 26px;animation:.2s cubic-bezier(.2,.8,.3,1) otp-rise;position:relative;box-shadow:0 24px 70px #000000a6}@keyframes otp-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.otp-close{z-index:2;background:var(--iv-surface-2);width:36px;height:36px;color:var(--iv-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;transition:background .2s,color .2s;display:flex;position:absolute;top:10px;right:12px}.otp-close:hover{background:var(--iv-surface-3);color:var(--iv-text)}.otp-close:disabled{opacity:.35;cursor:default}.otp-icon{color:#ff2d87;background:#ff2d8724;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:22px;display:flex}.otp-title{color:var(--iv-text);margin:0 0 6px;font-family:Sora,sans-serif;font-size:18px;font-weight:600}.otp-current{color:var(--iv-text-dim);overflow-wrap:anywhere;margin:0 0 22px;font-size:13px;line-height:1.55}.otp-current b{color:var(--iv-text-muted);font-weight:500}.otp-field-label{text-align:left;color:var(--iv-text-dim);margin-bottom:8px;font-size:12px;display:block}.otp-input{border:1px solid var(--iv-border);background:var(--iv-scrim);width:100%;height:52px;color:var(--iv-text);border-radius:14px;outline:none;padding:0 18px;font-family:Poppins,sans-serif;font-size:13.5px;transition:border-color .25s,box-shadow .25s}.otp-input::placeholder{color:var(--iv-text-muted)}.otp-input:focus{border-color:#ff2d87;box-shadow:0 0 20px #ff2d8726}.otp-input:disabled{opacity:.6}.otp-code-row{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.otp-code-box{border:1px solid var(--iv-border);background:var(--iv-scrim);width:100%;min-width:0;max-width:52px;height:58px;color:var(--iv-text);text-align:center;-webkit-text-size-adjust:100%;border-radius:13px;outline:none;padding:0;font-family:Sora,sans-serif;font-size:22px;font-weight:600;transition:border-color .2s,box-shadow .2s,background .2s}.otp-code-box.filled{background:var(--iv-border-soft)}.otp-code-box:focus{border-color:#ff2d87;box-shadow:0 0 18px #ff2d872e}.otp-code-box.has-error{border-color:#ff5f5f}.otp-code-box:disabled{opacity:.5}.otp-error{color:#ff6b6b;margin:0 0 12px;font-size:12.5px;line-height:1.5}.otp-notice{color:#3ddc84;margin:0 0 12px;font-size:12.5px}.otp-expiry{color:var(--iv-text-muted);justify-content:center;align-items:center;gap:7px;margin:0 0 6px;font-size:12px;display:flex}.otp-expiry i{color:#ff2d87}.otp-note{text-align:left;color:var(--iv-text-muted);align-items:flex-start;gap:8px;margin:14px 0 0;font-size:11.5px;line-height:1.55;display:flex}.otp-note i{color:#ff2d87;margin-top:2px}.otp-resend{color:var(--iv-text-muted);margin-bottom:20px;font-size:12.5px}.otp-resend button{color:#ff2d87;cursor:pointer;background:0 0;border:0;padding:4px;font-family:inherit;font-size:12.5px;text-decoration:underline}.otp-resend button:disabled{opacity:.5;cursor:default}.otp-actions{gap:10px;margin-top:20px;display:flex}.otp-btn-primary,.otp-btn-secondary{cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:14px;flex:1;height:52px;font-family:Sora,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s,background .2s,transform .1s}.otp-btn-primary{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#7856ff)}.otp-btn-primary:hover{opacity:.92}.otp-btn-primary:active{transform:scale(.985)}.otp-btn-primary:disabled{opacity:.45;cursor:default;transform:none}.otp-btn-secondary{background:var(--iv-surface-2);color:#d2d2d2}.otp-btn-secondary:hover{background:var(--iv-surface-3)}.otp-btn-secondary:disabled{opacity:.45;cursor:default}.otp-done{padding:10px 0 6px}.otp-done-tick{color:#3ddc84;background:#3ddc8426;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:26px;animation:.3s cubic-bezier(.2,1.2,.4,1) otp-pop;display:flex}@keyframes otp-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}.otp-done h3{color:var(--iv-text);margin:0 0 8px;font-family:Sora,sans-serif;font-size:19px}.otp-done p{color:var(--iv-text-muted);margin:0;font-size:13px}@media (width<=420px){.otp-sheet{padding:52px 18px 22px}.otp-code-row{gap:6px}.otp-code-box{border-radius:11px;height:52px;font-size:20px}.otp-actions{gap:8px}.otp-btn-primary,.otp-btn-secondary{height:48px;font-size:12.5px}}.creator-studio-scope{background:var(--iv-surface);width:100%;min-height:100vh;color:var(--iv-text);-webkit-font-smoothing:antialiased;font-family:Sora,sans-serif}.creator-studio-scope *{box-sizing:border-box;margin:0;padding:0}.creator-studio-scope html,.creator-studio-scope body{height:100%}.creator-studio-scope body{background:var(--iv-surface);width:100vw;color:var(--iv-text);-webkit-font-smoothing:antialiased;padding:0;font-family:Sora,sans-serif}.creator-studio-scope button,.creator-studio-scope input,.creator-studio-scope textarea{color:inherit;cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.creator-studio-scope textarea{cursor:text}.creator-studio-scope button{cursor:pointer}.creator-studio-scope a{color:inherit;text-decoration:none}.creator-studio-scope .creator-studio{background:var(--iv-surface);flex-direction:column;width:100%;max-width:none;min-height:100vh;margin:0 auto;display:none;position:relative}.creator-studio-scope .creator-studio.active{display:flex}.creator-studio-scope .creator-header{background:var(--iv-surface);border-bottom:1px solid var(--iv-border-soft);z-index:500;justify-content:space-between;align-items:center;width:100%;height:62px;padding:0 22px;display:flex;position:sticky;top:0}.creator-studio-scope .creator-back{background:var(--iv-surface);width:46px;height:46px;color:var(--iv-text);border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .25s;display:flex}.creator-studio-scope .creator-back:hover{background:var(--iv-surface-2)}.creator-studio-scope .creator-header-center{text-align:center;flex:1}.creator-studio-scope .creator-header-center h1{font-size:20px;font-weight:600;line-height:1.2}.creator-studio-scope .creator-header-center p{color:var(--iv-text-dim);margin-top:1px;font-size:12px}.creator-studio-scope .creator-next{width:auto;min-width:90px;height:46px;color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#8b3dff);border-radius:999px;padding:0 22px;font-size:16px;font-weight:600;transition:all .3s}.creator-studio-scope .creator-next:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff2d8759}.creator-studio-scope .creator-next:active{transform:translateY(0)}.creator-studio-scope .creator-next.icon-only{border-radius:50%;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;padding:0;font-size:18px;display:flex}.creator-studio-scope .creator-body{flex-direction:column;flex:1;gap:28px;padding:24px;display:flex;overflow-y:auto}.creator-studio-scope .creator-preview{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:22px;flex-direction:column;width:100%;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 18px 40px #00000073}.creator-studio-scope .creator-canvas{width:100%;max-height:var(--iv-post-max-h);background:var(--iv-surface);touch-action:none;margin:0 auto;position:relative;overflow:hidden}.creator-studio-scope .creator-canvas.video-canvas{aspect-ratio:9/16;background:#0b0b0d;width:auto;max-width:100%;height:min(58vh,520px)}.creator-studio-scope .creator-canvas.video-canvas video{object-fit:contain;background:#0b0b0d}.creator-studio-scope .media-layer{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.creator-studio-scope .media-layer video,.creator-studio-scope #creatorPreviewVideo,.creator-studio-scope #reviewPreviewVideo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.creator-studio-scope .media-layer img{flex-shrink:0;max-width:none;max-height:none;display:block}.creator-studio-scope .filter-layer{z-index:2;pointer-events:none;mix-blend-mode:normal;transition:all .3s;position:absolute;inset:0}.creator-studio-scope .filter-layer.filter-vintage{mix-blend-mode:multiply;background:#d2a05a2e}.creator-studio-scope .filter-layer.filter-warm{mix-blend-mode:overlay;background:#ff783c24}.creator-studio-scope .filter-layer.filter-cold{mix-blend-mode:overlay;background:#3c8cff29}.creator-studio-scope .filter-layer.filter-mono{background:var(--iv-surface);mix-blend-mode:saturation}.creator-studio-scope .filter-layer.filter-cinematic{background:linear-gradient(#00000059,#0000 30% 70%,#00000059)}.creator-studio-scope #drawingLayer{z-index:3;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.creator-studio-scope .sticker-layer,.creator-studio-scope .text-layer{z-index:4;pointer-events:none;position:absolute;inset:0}.creator-studio-scope .sticker-layer>*,.creator-studio-scope .text-layer>*{pointer-events:auto}.creator-studio-scope .placed-sticker{filter:drop-shadow(0 6px 14px #0006);touch-action:none;font-size:44px;position:absolute;transform:translate(-50%,-50%)}.creator-studio-scope .placed-sticker-emoji{line-height:1;display:block}.creator-studio-scope .placed-sticker-remove{background:var(--iv-glass);border:1px solid var(--iv-border-strong);width:20px;height:20px;color:var(--iv-text);filter:none;border-radius:50%;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;top:-6px;right:-6px}.creator-studio-scope .placed-sticker-remove:hover{background:var(--iv-surface)}.creator-studio-scope .placed-text{color:var(--iv-text);text-align:center;text-shadow:0 2px 10px #00000080;touch-action:none;max-width:80%;font-size:22px;font-weight:700;position:absolute;transform:translate(-50%,-50%)}.creator-studio-scope .preview-loader,.creator-studio-scope .preview-empty,.creator-studio-scope .preview-error{z-index:10;text-align:center;color:var(--iv-text-dim);background:var(--iv-surface);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:30px;display:none;position:absolute;inset:0}.creator-studio-scope .preview-loader.active,.creator-studio-scope .preview-empty.active,.creator-studio-scope .preview-error.active{display:flex}.creator-studio-scope .preview-empty i,.creator-studio-scope .preview-error i{color:var(--iv-text-muted);font-size:40px}.creator-studio-scope .preview-error i{color:#ff5d5d}.creator-studio-scope .preview-empty h3{color:var(--iv-text);font-size:18px}.creator-studio-scope .preview-loader .loader-circle{width:44px;height:44px}.creator-studio-scope .preview-expand,.creator-studio-scope .preview-volume,.creator-studio-scope .preview-change-photo{background:var(--iv-glass);-webkit-backdrop-filter:blur(18px);width:48px;height:48px;color:var(--iv-text);z-index:50;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:18px}.creator-studio-scope .preview-expand:hover,.creator-studio-scope .preview-volume:hover,.creator-studio-scope .preview-change-photo:hover{background:var(--iv-glass)}.creator-studio-scope .preview-expand{left:18px}.creator-studio-scope .preview-change-photo{right:18px}.creator-studio-scope .preview-ratio-selector{z-index:50;background:var(--iv-glass);-webkit-backdrop-filter:blur(18px);border-radius:14px;gap:4px;padding:5px;display:flex;position:absolute;top:18px;left:18px}.creator-studio-scope .preview-ratio-btn{min-width:38px;height:30px;color:var(--iv-text-dim);border-radius:10px;padding:0 9px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;transition:background .2s,color .2s}.creator-studio-scope .preview-ratio-btn:hover{color:var(--iv-text)}.creator-studio-scope .preview-ratio-btn.active{background:var(--iv-pink);color:#fff}.creator-studio-scope .preview-volume{right:18px}.creator-studio-scope .preview-title-card{background:var(--iv-glass);-webkit-backdrop-filter:blur(18px);color:var(--iv-text);z-index:100;border-radius:18px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:absolute;bottom:24px;left:22px;right:22px}.creator-studio-scope .preview-title-card.hidden{display:none}.creator-studio-scope #previewCaption{text-overflow:ellipsis;white-space:nowrap;cursor:text;border-radius:8px;outline:none;margin:-4px -8px;padding:4px 8px;font-size:20px;font-weight:700;transition:background .2s;overflow:hidden}.creator-studio-scope #previewCaption:hover{background:var(--iv-surface-2)}.creator-studio-scope #previewCaption:focus{background:var(--iv-surface-3);white-space:normal;text-overflow:clip;overflow:visible}.creator-studio-scope .remove-overlay{background:var(--iv-surface);width:36px;height:36px;color:var(--iv-text);border-radius:50%;flex-shrink:0;margin-left:12px;transition:all .25s}.creator-studio-scope .remove-overlay:hover{background:var(--iv-surface-2)}.creator-studio-scope .overlay-text-bar{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);z-index:100;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 18px;display:flex;position:absolute;top:85%;left:0;right:0;transform:translateY(-50%)}.creator-studio-scope .overlay-text-bar:active{cursor:grabbing}.creator-studio-scope .overlay-text-bar .drag-grip{color:var(--iv-text-faint);flex-shrink:0;font-size:14px}.creator-studio-scope .overlay-text-bar span{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.creator-studio-scope .overlay-text-bar.color-pink span{color:#ff2d87}.creator-studio-scope .overlay-text-bar .remove-overlay{cursor:pointer;flex-shrink:0;width:30px;height:30px;margin-left:0}.creator-studio-scope .overlay-link-badge{color:#ff2d87;flex-shrink:0;font-size:11px}.creator-studio-scope .text-color-row{gap:12px;margin-top:16px;display:flex}.creator-studio-scope .text-color-swatch{background:var(--iv-surface);color:var(--iv-text);border-radius:999px;align-items:center;gap:8px;padding:10px 16px;transition:all .25s;display:flex}.creator-studio-scope .text-color-swatch:hover,.creator-studio-scope .text-color-swatch.selected{background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .text-color-swatch i{border:1px solid var(--iv-border-strong);border-radius:50%;width:16px;height:16px}.creator-studio-scope .mention-suggestions{background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:16px;margin-top:-10px;margin-bottom:10px;overflow:hidden}.creator-studio-scope .mention-suggestions button{width:100%;color:var(--iv-text);text-align:left;align-items:center;gap:10px;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}.creator-studio-scope .mention-suggestions button:hover{background:#ff2d871f}.creator-studio-scope .mention-suggestions button i{color:var(--iv-text-muted);font-size:16px}.creator-studio-scope .mention-suggestions .mention-empty{color:var(--iv-text-muted);padding:12px 16px;font-size:13px}.creator-studio-scope .photo-dots{z-index:6;pointer-events:none;justify-content:center;align-items:center;gap:6px;display:none;position:absolute;top:16px;left:0;right:0}.creator-studio-scope .photo-dots.active{display:flex}.creator-studio-scope .photo-dot{background:var(--iv-surface-3);border-radius:50%;width:6px;height:6px;transition:all .2s}.creator-studio-scope .photo-dot.active{background:#ff2d87;border-radius:4px;width:16px}.creator-studio-scope .photo-strip{scrollbar-width:none;background:var(--iv-surface);gap:10px;padding:12px 20px;display:none;overflow-x:auto}.creator-studio-scope .photo-strip::-webkit-scrollbar{display:none}.creator-studio-scope .photo-strip.active{display:flex}.creator-studio-scope .photo-thumb-wrap{flex-shrink:0;position:relative}.creator-studio-scope .photo-thumb{opacity:.55;border:2px solid #0000;border-radius:12px;flex-shrink:0;width:56px;height:56px;padding:0;transition:all .2s;display:block;position:relative;overflow:hidden}.creator-studio-scope .photo-thumb img{object-fit:cover;width:100%;height:100%;display:block}.creator-studio-scope .photo-thumb.active{opacity:1;border-color:#ff2d87}.creator-studio-scope .photo-thumb-num{color:#fff;text-align:center;pointer-events:none;background:#0000008c;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;line-height:16px;position:absolute;bottom:4px;left:4px}.creator-studio-scope .photo-thumb-remove{color:#fff;border:2px solid var(--iv-surface);z-index:2;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;transition:all .2s;display:flex;position:absolute;top:-7px;right:-7px}.creator-studio-scope .photo-thumb-remove:hover{background:#ff2d87}.creator-studio-scope .photo-thumb-add{border:2px dashed var(--iv-border-soft);width:56px;height:56px;color:var(--iv-text-dim);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.creator-studio-scope .photo-thumb-add:hover{color:#ff2d87;border-color:#ff2d87}.creator-studio-scope .preview-footer{background:var(--iv-surface);justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.creator-studio-scope .preview-player{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.creator-studio-scope .play-button{background:var(--iv-surface);width:42px;height:42px;color:var(--iv-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.creator-studio-scope .play-button:hover{background:var(--iv-surface-2)}.creator-studio-scope #currentTime,.creator-studio-scope #videoDuration{color:var(--iv-text-dim);min-width:42px;font-size:13px}.creator-studio-scope .timeline{background:var(--iv-surface-2);cursor:pointer;border-radius:999px;flex:1;height:6px;position:relative;overflow:hidden}.creator-studio-scope .timeline-progress{background:linear-gradient(90deg,#ff2d87,#8b3dff);border-radius:999px;width:0%;height:100%;transition:width .1s linear}.creator-studio-scope .edit-cover-btn{background:var(--iv-surface);height:42px;color:var(--iv-text);border-radius:999px;flex-shrink:0;align-items:center;gap:10px;padding:0 18px;font-size:14px;transition:all .25s;display:flex}.creator-studio-scope .edit-cover-btn:hover{background:var(--iv-surface-2)}.creator-studio-scope .video-tools-row{background:var(--iv-surface);flex-wrap:wrap;gap:10px;padding:0 20px 18px;display:flex}.creator-studio-scope .video-tool-btn{background:var(--iv-surface);height:40px;color:var(--iv-text);border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-size:13px;transition:all .25s;display:flex}.creator-studio-scope .video-tool-btn:hover{background:var(--iv-surface-2)}.creator-studio-scope .video-tool-btn.has-value{background:linear-gradient(135deg,#ff2d874d,#8b3dff4d)}.creator-studio-scope .voiceover-chip{background:var(--iv-surface);color:var(--iv-text);border-radius:999px;align-items:center;gap:10px;margin:0 20px 18px;padding:10px 14px 10px 16px;font-size:13px;display:flex}.creator-studio-scope .voiceover-chip span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.creator-studio-scope .voiceover-chip button{background:var(--iv-surface-3);width:22px;height:22px;color:var(--iv-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:flex}.creator-studio-scope .video-trim-dropdown{margin:0 20px 18px}.creator-studio-scope .trim-range-label{color:var(--iv-text-muted);margin:-8px 0 0;font-size:13px}.creator-studio-scope .trim-slider-label{color:var(--iv-text-dim);margin-bottom:-8px;font-size:12px}.creator-studio-scope .tool-dropdown input[type=range]{accent-color:#ff2d87;width:100%}.creator-studio-scope .reel-tap-layer{z-index:20;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0}.creator-studio-scope .reel-big-play{-webkit-backdrop-filter:blur(10px);color:#fff;background:#0000006b;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding-left:5px;font-size:24px;display:flex}.creator-studio-scope .reel-playbar{z-index:60;-webkit-backdrop-filter:blur(16px);background:#00000073;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.creator-studio-scope .reel-playbar-btn{color:#fff;background:#ffffff29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;display:flex}.creator-studio-scope .reel-playbar-time{color:#fff;font-variant-numeric:tabular-nums;flex-shrink:0;font-family:Poppins,sans-serif;font-size:11px}.creator-studio-scope .reel-playbar-track{cursor:pointer;background:#ffffff47 padding-box content-box;border-radius:999px;flex:1;min-width:0;height:4px;padding:10px 0;position:relative}.creator-studio-scope .reel-playbar-fill{background:linear-gradient(90deg,#ff2d87,#8b3dff);border-radius:999px;height:4px;position:absolute;top:10px;left:0}.creator-studio-scope .reel-rail{background:var(--iv-surface);flex-direction:column;gap:10px;padding:14px 16px 16px;display:flex}.creator-studio-scope .reel-times{font-variant-numeric:tabular-nums;color:var(--iv-text-dim);align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:12px;display:flex}.creator-studio-scope .reel-time-current{color:var(--iv-text);font-weight:600}.creator-studio-scope .reel-trim-badge{color:#ff2d87;background:#ff2d8724;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.creator-studio-scope .reel-timeline{background:var(--iv-surface-2);touch-action:none;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;height:56px;position:relative;overflow:visible}.creator-studio-scope .reel-filmstrip{border-radius:10px;display:flex;position:absolute;inset:0;overflow:hidden}.creator-studio-scope .reel-frame{background:var(--iv-surface-3);flex:1 1 0;min-width:0;overflow:hidden}.creator-studio-scope .reel-frame img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.creator-studio-scope .reel-cut{pointer-events:none;background:#0a0a0c9e;position:absolute;top:0;bottom:0}.creator-studio-scope .reel-cut-left{border-radius:10px 0 0 10px;left:0}.creator-studio-scope .reel-cut-right{border-radius:0 10px 10px 0;right:0}.creator-studio-scope .reel-selection{pointer-events:none;border-top:2px solid #ff2d87;border-bottom:2px solid #ff2d87;position:absolute;top:0;bottom:0}.creator-studio-scope .reel-handle{cursor:ew-resize;touch-action:none;z-index:3;justify-content:center;align-items:center;width:32px;margin-left:-16px;display:flex;position:absolute;top:0;bottom:0}.creator-studio-scope .reel-handle span{background:#ff2d87;justify-content:center;align-items:center;width:12px;height:100%;display:flex}.creator-studio-scope .reel-handle span:after{content:"";background:#ffffffe6;border-radius:2px;width:2px;height:18px}.creator-studio-scope .reel-handle-start span{border-radius:10px 0 0 10px}.creator-studio-scope .reel-handle-end span{border-radius:0 10px 10px 0}.creator-studio-scope .reel-playhead{pointer-events:none;z-index:4;background:#fff;width:2px;margin-left:-1px;position:absolute;top:0;bottom:0;box-shadow:0 0 0 1px #00000073}.creator-studio-scope .reel-voice-lane{align-items:center;gap:10px;display:flex}.creator-studio-scope .reel-lane-label{color:var(--iv-text-dim);flex-shrink:0;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.creator-studio-scope .reel-lane-track{background:var(--iv-surface-2);border-radius:8px;flex:1;min-width:0;height:24px;position:relative;overflow:hidden}.creator-studio-scope .reel-lane-clip{background:linear-gradient(135deg,#ff2d8747,#8b3dff47);border-radius:8px;justify-content:space-between;align-items:center;gap:1px;min-width:14px;padding:0 5px;display:flex;position:absolute;top:0;bottom:0}.creator-studio-scope .reel-lane-clip span{background:#ffffffbf;border-radius:1px;flex:1;min-width:1px}.creator-studio-scope .reel-actions{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.creator-studio-scope .reel-actions::-webkit-scrollbar{display:none}.creator-studio-scope .reel-actions .video-tool-btn{background:var(--iv-surface-2);flex-shrink:0}.creator-studio-scope .video-tool-btn.is-recording{color:#ff2d87;background:#ff2d8738}.creator-studio-scope .reel-panel{background:var(--iv-surface-2);border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.creator-studio-scope .reel-panel-hint{color:var(--iv-text-dim);margin:0;font-size:12.5px;line-height:1.5}.creator-studio-scope .reel-panel-hint.recording{color:#ff2d87;align-items:center;gap:8px;font-weight:600;display:flex}.creator-studio-scope .reel-rec-dot{background:#ff2d87;border-radius:50%;width:9px;height:9px;animation:1s ease-in-out infinite reelRecPulse}@keyframes reelRecPulse{0%,to{opacity:1}50%{opacity:.25}}.creator-studio-scope .reel-panel-row{flex-wrap:wrap;gap:8px;display:flex}.creator-studio-scope .reel-panel-stat{background:var(--iv-surface);color:var(--iv-text-dim);font-variant-numeric:tabular-nums;border-radius:999px;padding:4px 10px;font-size:11.5px}.creator-studio-scope .reel-panel-stat.strong{color:#ff2d87;font-weight:600}.creator-studio-scope .reel-panel-actions{flex-wrap:wrap;gap:8px;display:flex}.creator-studio-scope .reel-primary-btn,.creator-studio-scope .reel-ghost-btn{border-radius:999px;align-items:center;gap:8px;height:38px;padding:0 16px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.creator-studio-scope .reel-primary-btn{color:#fff;background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .reel-primary-btn.is-recording{background:#ff2d87}.creator-studio-scope .reel-ghost-btn{background:var(--iv-surface);color:var(--iv-text);border:1px solid var(--iv-border-soft)}.creator-studio-scope .reel-ghost-btn.danger{color:#ff4d6a}.creator-studio-scope .reel-primary-btn:disabled,.creator-studio-scope .reel-ghost-btn:disabled{opacity:.45;cursor:not-allowed}.creator-studio-scope .reel-voice-audio{width:100%;height:36px}.creator-studio-scope .reel-cover-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:18px;padding:18px}.creator-studio-scope .reel-cover-body{gap:14px;margin-top:14px;display:flex}.creator-studio-scope .reel-cover-preview{aspect-ratio:9/16;background:var(--iv-surface-2);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:92px;display:flex;position:relative;overflow:hidden}.creator-studio-scope .reel-cover-preview img{object-fit:cover;width:100%;height:100%;display:block}.creator-studio-scope .reel-cover-empty{color:var(--iv-text-dim);text-align:center;padding:0 8px;font-size:11px}.creator-studio-scope .reel-cover-tag{background:var(--iv-pink);color:#fff;letter-spacing:.02em;border-radius:999px;padding:2px 8px;font-size:9.5px;font-weight:700;position:absolute;bottom:6px;left:6px}.creator-studio-scope .reel-cover-tag.muted{background:#0000008c}.creator-studio-scope .reel-cover-controls{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.creator-studio-scope .reel-cover-label{color:var(--iv-text-dim);font-size:12px}.creator-studio-scope .reel-cover-controls input[type=range]{accent-color:#ff2d87;width:100%}.creator-studio-scope .reel-cover-scrub-time{color:var(--iv-text-dim);font-variant-numeric:tabular-nums;font-size:11.5px}.creator-studio-scope .reel-cover-actions{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.creator-studio-scope .creator-next:disabled{opacity:.4;cursor:not-allowed}.creator-studio-scope .creator-next:disabled:hover{box-shadow:none;transform:none}@media (width<=420px){.creator-studio-scope .creator-canvas.video-canvas{height:min(52vh,460px)}.creator-studio-scope .reel-cover-body{gap:12px}.creator-studio-scope .reel-cover-preview{width:78px}}.creator-studio-scope .creator-toolbar{scrollbar-width:none;align-items:center;gap:14px;padding:6px 4px;display:flex;overflow-x:auto}.creator-studio-scope .creator-toolbar::-webkit-scrollbar{display:none}.creator-studio-scope .tool-item{color:var(--iv-text-dim);background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;min-width:82px;transition:all .3s;display:flex;position:relative}.creator-studio-scope .tool-item:hover,.creator-studio-scope .tool-item.active{color:var(--iv-text)}.creator-studio-scope .tool-icon{background:var(--iv-surface);border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;transition:all .3s;display:flex}.creator-studio-scope .tool-item.active .tool-icon{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .tool-item:hover .tool-icon{transform:translateY(-4px)}.creator-studio-scope .tool-badge{color:var(--iv-on-brand);background:#ff2d87;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:-6px;right:6px}.creator-studio-scope .tool-item span{font-size:13px;font-weight:500}.creator-studio-scope .toolbar-indicator{justify-content:center;align-items:center;gap:8px;display:flex}.creator-studio-scope .toolbar-indicator .dot{background:var(--iv-surface-2);border-radius:50%;width:8px;height:8px;transition:all .3s}.creator-studio-scope .toolbar-indicator .dot.active{background:linear-gradient(90deg,#ff2d87,#8b3dff);border-radius:999px;width:26px}.creator-studio-scope .tool-dropdown{background:var(--iv-surface);border:1px solid var(--iv-border-soft);transform-origin:top;border-radius:24px;flex-direction:column;gap:16px;padding:20px;animation:.2s toolDropdownOpen;display:flex;box-shadow:0 12px 35px #00000040}.creator-studio-scope .tool-dropdown h3{color:var(--iv-text);margin:0;font-size:18px}.creator-studio-scope .dropdown-textarea{background:var(--iv-surface);width:100%;min-height:120px;color:var(--iv-text);resize:none;border:none;border-radius:18px;outline:none;padding:16px;font-family:inherit;font-size:14px}.creator-studio-scope .dropdown-link-row{background:var(--iv-surface);border-radius:14px;align-items:center;gap:10px;margin-top:10px;padding:0 14px;display:flex}.creator-studio-scope .dropdown-link-row i{color:#ff2d87;font-size:14px}.creator-studio-scope .dropdown-link-row input{color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;height:44px;font-family:inherit;font-size:13.5px}.creator-studio-scope .dropdown-link-row input::placeholder{color:var(--iv-text-muted)}@keyframes toolDropdownOpen{0%{opacity:0;transform:scaleY(.92)translateY(-6px)}to{opacity:1;transform:scaleY(1)translateY(0)}}.creator-studio-scope .caption-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:28px;flex-direction:column;gap:20px;min-height:120px;padding:22px;display:flex;box-shadow:0 12px 35px #00000040}.creator-studio-scope .caption-header{justify-content:space-between;align-items:center;display:flex}.creator-studio-scope .caption-header h3{color:var(--iv-text);font-size:24px;font-weight:700}.creator-studio-scope #captionCounter{color:var(--iv-text-dim);font-size:14px}.creator-studio-scope #postCaption{resize:none;background:var(--iv-surface);width:100%;min-height:140px;color:var(--iv-text);border-radius:20px;padding:18px;font-size:16px;line-height:1.7}.creator-studio-scope #postCaption::placeholder{color:var(--iv-text-muted)}.creator-studio-scope .caption-tools{flex-wrap:wrap;gap:12px;display:flex}.creator-studio-scope .caption-tools button{background:var(--iv-surface);height:44px;color:var(--iv-text);border-radius:999px;align-items:center;gap:8px;padding:0 18px;transition:all .3s;display:flex}.creator-studio-scope .caption-tools button:hover{background:var(--iv-surface-2)}.creator-studio-scope .creator-settings{flex-direction:column;gap:18px;display:flex}.creator-studio-scope .settings-header{margin-bottom:8px}.creator-studio-scope .settings-header h3{color:var(--iv-text);margin-bottom:6px;font-size:24px}.creator-studio-scope .settings-header p{color:var(--iv-text-dim);font-size:15px}.creator-studio-scope .setting-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:18px;transition:all .3s;display:flex}.creator-studio-scope .setting-card:hover{border-color:#333;transform:translateY(-2px)}.creator-studio-scope .setting-card.hidden-option{display:none}.creator-studio-scope .setting-card.hidden-option.visible{display:flex}.creator-studio-scope .setting-card#highlightOptions{flex-direction:column;align-items:stretch;gap:16px}.creator-studio-scope .setting-card#highlightOptions .setting-left{flex:none}.creator-studio-scope .setting-card#highlightOptions #highlightName{width:100%}.creator-studio-scope .setting-left{flex:1;align-items:center;gap:18px;min-width:0;display:flex}.creator-studio-scope .setting-left h4{color:var(--iv-text);margin-bottom:6px;font-size:18px}.creator-studio-scope .setting-left p{color:var(--iv-text-dim);font-size:14px}.creator-studio-scope .setting-icon{background:var(--iv-surface);width:58px;height:58px;color:var(--iv-text);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.creator-studio-scope .setting-icon.premium{background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .switch{flex-shrink:0;width:56px;height:32px;position:relative}.creator-studio-scope .switch input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute}.creator-studio-scope .slider{background:var(--iv-track);pointer-events:none;border-radius:999px;transition:all .3s;position:absolute;inset:0}.creator-studio-scope .slider:before{content:"";background:var(--iv-knob);border-radius:50%;width:24px;height:24px;transition:all .3s;position:absolute;top:4px;left:4px;box-shadow:0 1px 3px #0000004d}.creator-studio-scope .switch input:checked+.slider{background:linear-gradient(90deg,#ff2d87,#8b3dff)}.creator-studio-scope .switch input:checked+.slider:before{transform:translate(24px)}.creator-studio-scope .setting-column{flex-direction:column;flex:1;gap:10px;display:flex}.creator-studio-scope .setting-column label{color:var(--iv-text-dim);font-size:14px}.creator-studio-scope .setting-column input,.creator-studio-scope #highlightName{background:var(--iv-surface);width:100%;height:50px;color:var(--iv-text);border-radius:14px;padding:0 16px}.creator-studio-scope .setting-column input[type=date],.creator-studio-scope .setting-column input[type=time]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.creator-studio-scope .bottom-sheet{background:var(--iv-surface);border-radius:30px 30px 0 0;width:100%;max-width:none;max-height:80vh;margin:0 auto;padding:26px;transition:all .35s;bottom:-100%;overflow-y:auto;box-shadow:0 -20px 50px #00000073;z-index:2000!important;position:fixed!important;left:0!important;right:0!important}.creator-studio-scope .bottom-sheet.active{bottom:0}.creator-studio-scope .sheet-handle{background:var(--iv-surface-2);border-radius:999px;width:60px;height:6px;margin:0 auto 24px}.creator-studio-scope .bottom-sheet h3{color:var(--iv-text);margin-bottom:22px;font-size:24px}.creator-studio-scope #overlayText{background:var(--iv-surface);width:100%;min-height:140px;color:var(--iv-text);resize:none;border-radius:18px;padding:18px}.creator-studio-scope .editor-actions{justify-content:flex-end;margin-top:20px;display:flex}.creator-studio-scope .editor-actions button{height:48px;color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#8b3dff);border-radius:999px;padding:0 24px;font-weight:600;transition:all .25s}.creator-studio-scope .editor-actions button:hover{transform:translateY(-2px)}.creator-studio-scope .upload-row{background:var(--iv-surface);border:1px dashed var(--iv-border-strong);text-align:left;border-radius:18px;align-items:center;gap:16px;width:100%;margin-bottom:20px;padding:16px 18px;transition:all .25s;display:flex}.creator-studio-scope .upload-row:hover{background:var(--iv-surface);border-color:#ff2d87}.creator-studio-scope .upload-row-icon{background:linear-gradient(135deg,#ff2d87,#8b3dff);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.creator-studio-scope .upload-row-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.creator-studio-scope .upload-row-text strong{color:var(--iv-text);font-size:15px}.creator-studio-scope .upload-row-text small{color:var(--iv-text-dim);font-size:13px}.creator-studio-scope .upload-row-arrow{color:var(--iv-text-muted);font-size:14px}.creator-studio-scope .sheet-text-input{background:var(--iv-surface);width:100%;height:52px;color:var(--iv-text);border-radius:16px;margin-bottom:20px;padding:0 18px;font-size:15px}.creator-studio-scope .sheet-text-input::placeholder{color:var(--iv-text-muted)}.creator-studio-scope .sticker-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.creator-studio-scope .sticker-grid button{background:var(--iv-surface);border-radius:18px;height:70px;font-size:32px;transition:all .25s}.creator-studio-scope .sticker-grid button:hover{background:var(--iv-surface-2);transform:scale(1.08)}.creator-studio-scope .music-list{flex-direction:column;gap:14px;display:flex}.creator-studio-scope .music-item{background:var(--iv-surface);cursor:pointer;border-radius:18px;align-items:center;gap:18px;padding:18px;transition:all .25s;display:flex}.creator-studio-scope .music-item:hover{background:var(--iv-surface-2)}.creator-studio-scope .music-item.selected{background:var(--iv-surface-2);border:1px solid #ff2d87}.creator-studio-scope .music-item i{color:#ff2d87;font-size:24px}.creator-studio-scope .music-item strong{color:var(--iv-text);display:block}.creator-studio-scope .music-item small{color:var(--iv-text-muted)}.creator-studio-scope .filter-list{flex-wrap:wrap;gap:12px;display:flex}.creator-studio-scope .filter-list button{background:var(--iv-surface);color:var(--iv-text);border-radius:999px;padding:12px 18px;transition:all .25s}.creator-studio-scope .filter-list button:hover,.creator-studio-scope .filter-list button.selected{background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .ai-option{background:var(--iv-surface);width:100%;height:58px;color:var(--iv-text);text-align:left;border-radius:18px;margin-bottom:14px;padding:0 20px;transition:all .25s}.creator-studio-scope .ai-option:hover{background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .toast{background:var(--iv-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--iv-border);color:var(--iv-text);opacity:0;pointer-events:none;z-index:5000;border-radius:999px;padding:16px 24px;transition:all .3s;bottom:35px;left:50%;transform:translate(-50%);position:fixed!important}.creator-studio-scope .toast.show{opacity:1}.creator-studio-scope .fullscreen-loader{background:var(--iv-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:8000;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:none;inset:0;position:fixed!important}.creator-studio-scope .fullscreen-loader.active{display:flex}.creator-studio-scope .loader-circle{border:4px solid var(--iv-border);border-top-color:#ff2d87;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.creator-studio-scope .sheet-backdrop{background:var(--iv-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;z-index:1500;transition:all .3s;inset:0;position:fixed!important}.creator-studio-scope .sheet-backdrop.active{opacity:1;pointer-events:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.creator-studio-scope .review-screen{z-index:3000;display:none}.creator-studio-scope .review-screen.active{display:flex}.creator-studio-scope #reviewTitleCard{left:22px;right:22px}.creator-studio-scope #reviewPreviewCaption{font-size:20px;font-weight:700}.creator-studio-scope .detail-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:24px;padding:6px 20px}.creator-studio-scope .detail-row{border-bottom:1px solid var(--iv-border-soft);justify-content:space-between;align-items:flex-start;gap:20px;padding:16px 0;display:flex}.creator-studio-scope .detail-row:last-child{border-bottom:none}.creator-studio-scope .detail-label{color:var(--iv-text-dim);flex-shrink:0;font-size:14px}.creator-studio-scope .detail-value{color:var(--iv-text);text-align:right;overflow-wrap:anywhere;font-size:14px;font-weight:600}.creator-studio-scope .publish-actions{gap:14px;padding-bottom:8px;display:flex}.creator-studio-scope .btn-secondary,.creator-studio-scope .btn-primary{border-radius:999px;flex:1;height:54px;font-size:16px;font-weight:700;transition:all .3s}.creator-studio-scope .btn-secondary{background:var(--iv-surface);color:var(--iv-text);border:1px solid var(--iv-border)}.creator-studio-scope .btn-secondary:hover{background:var(--iv-surface)}.creator-studio-scope .btn-primary{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#8b3dff)}.creator-studio-scope .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff2d8759}@media (width<=768px){.creator-studio-scope .creator-body{gap:20px;padding:16px}.creator-studio-scope .tool-item{min-width:74px}.creator-studio-scope .tool-icon{width:56px;height:56px;font-size:20px}.creator-studio-scope .creator-header-center h1{font-size:28px}.creator-studio-scope .caption-header h3,.creator-studio-scope .settings-header h3{font-size:22px}}.feed-page-scope{color:var(--iv-text)}.feed-page-scope .feed-page{max-width:none;margin:0 auto;padding:90px 0 120px}.feed-page-scope .feed-section{margin-bottom:30px}.feed-page-scope .feed-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.feed-page-scope .feed-section-header h3{color:var(--iv-text);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;display:flex}.feed-page-scope .feed-section-header h3 i{color:#ff2d87;font-size:15px}.feed-page-scope .ff-control{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.feed-page-scope .ff-control.ff-compact{margin-top:10px}.feed-page-scope .ff-follow-btn,.feed-page-scope .ff-fan-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;height:36px;font-size:12.5px;font-weight:700;display:flex}.feed-page-scope .ff-compact .ff-follow-btn,.feed-page-scope .ff-compact .ff-fan-btn{border-radius:9px;height:32px;font-size:11.5px}.feed-page-scope .ff-follow-btn{color:var(--iv-on-brand);background:linear-gradient(90deg,#ff2d87,#9d4dff)}.feed-page-scope .ff-follow-btn.following{background:var(--iv-surface-2);color:#3ddc84;border:1px solid #3ddc8459}.feed-page-scope .ff-follow-btn.ff-icon-only{flex:0 0 36px;width:36px;padding:0;font-size:13px}.feed-page-scope .ff-compact .ff-follow-btn.ff-icon-only{flex:0 0 32px;width:32px;font-size:12px}.feed-page-scope .ff-fan-btn{color:var(--iv-on-brand);background:linear-gradient(90deg,#ffb020,#ff2d87)}.feed-page-scope .ff-fan-badge{color:#3ddc84;background:#3ddc8424;border:1px solid #3ddc8459;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;height:36px;font-size:12.5px;font-weight:700;display:flex}.feed-page-scope .ff-compact .ff-fan-badge{border-radius:9px;height:32px;font-size:11.5px}.feed-page-scope .popular-creators-row{scrollbar-width:none;gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.feed-page-scope .popular-creators-row::-webkit-scrollbar{display:none}.feed-page-scope .creator-chip-card{text-align:center;background:var(--iv-border-soft);border:1px solid var(--iv-border);cursor:pointer;border-radius:20px;flex-direction:column;flex:0 0 138px;align-items:center;gap:8px;padding:18px 12px 14px;transition:transform .25s,border-color .25s;display:flex}.feed-page-scope .creator-chip-card:hover{border-color:#ff2d874d;transform:translateY(-3px)}.feed-page-scope .creator-chip-avatar{width:66px;height:66px;position:relative}.feed-page-scope .creator-chip-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;box-shadow:0 0 0 2.5px #050505,0 0 0 4.5px #ff2d8799}.feed-page-scope .creator-chip-verified{color:#3897f0;background:var(--iv-surface);border-radius:50%;font-size:15px;line-height:1;position:absolute;bottom:-2px;right:-2px}.feed-page-scope .creator-chip-card h4{color:var(--iv-text);margin:0;font-size:13.5px;font-weight:700}.feed-page-scope .creator-chip-meta{color:var(--iv-text-dim);font-size:10.5px;line-height:1.4}.feed-page-scope .feed-posts-grid{flex-direction:column;gap:22px;display:flex}.feed-page-scope .feed-post-card{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:22px;padding-bottom:16px;overflow:hidden}.feed-page-scope .feed-post-media{aspect-ratio:4/5;cursor:pointer;background:var(--iv-surface);width:100%;position:relative;overflow:hidden}.feed-page-scope .feed-post-media img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.feed-page-scope .feed-post-top{z-index:2;background:linear-gradient(#0009,#0000);align-items:center;gap:10px;padding:14px 14px 34px;display:flex;position:absolute;top:0;left:0;right:0}.feed-page-scope .feed-post-avatar{object-fit:cover;border:2px solid var(--iv-border-strong);border-radius:50%;width:34px;height:34px}.feed-page-scope .feed-post-top-info{flex-direction:column;gap:2px;display:flex}.feed-page-scope .feed-post-top-info span{color:var(--iv-text);font-size:13px;font-weight:700}.feed-page-scope .feed-post-top-info small{color:var(--iv-text-muted);font-size:11px}.feed-page-scope .feed-post-stats{z-index:2;gap:10px;display:flex;position:absolute;bottom:12px;left:12px}.feed-page-scope .feed-post-stats span{background:var(--iv-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--iv-text);border-radius:999px;align-items:center;gap:6px;padding:6px 11px;font-size:12px;font-weight:600;display:flex}.feed-page-scope .feed-post-stats i{color:#ff8fb4;font-size:11px}.feed-page-scope .feed-post-caption{color:#d5d5d5;padding:14px 16px 0;font-size:13.5px;line-height:1.55}.feed-page-scope .feed-post-card .ff-control{padding:0 16px}.feed-page-scope .feed-scroll-sentinel{justify-content:center;align-items:center;min-height:40px;padding:26px 0;display:flex}.feed-page-scope .feed-loading-spinner{color:var(--iv-text-dim);align-items:center;gap:10px;font-size:13px;display:flex}.feed-page-scope .feed-caught-up{color:var(--iv-text-muted);align-items:center;gap:10px;font-size:13px;display:flex}.feed-page-scope .reels-row{scrollbar-width:none;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.feed-page-scope .reels-row::-webkit-scrollbar{display:none}.feed-page-scope .reel-thumb-card{flex-direction:column;flex:0 0 142px;gap:8px;display:flex}.feed-page-scope .reel-thumb-media{aspect-ratio:9/16;cursor:pointer;background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:18px;position:relative;overflow:hidden}.feed-page-scope .reel-thumb-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.feed-page-scope .reel-thumb-scrim{background:linear-gradient(#0006 0%,#0000 30% 55%,#000000d9 100%);position:absolute;inset:0}.feed-page-scope .reel-thumb-play{color:var(--iv-text);text-shadow:0 2px 6px #0009;z-index:2;font-size:13px;position:absolute;top:8px;right:10px}.feed-page-scope .reel-thumb-views{color:var(--iv-text);text-shadow:0 2px 6px #0009;z-index:2;align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:8px;left:10px}.feed-page-scope .reel-thumb-views i{font-size:9px}.feed-page-scope .reel-thumb-creator{z-index:2;align-items:center;gap:6px;max-width:calc(100% - 40px);display:flex;position:absolute;top:8px;left:10px}.feed-page-scope .reel-thumb-creator img{border:1.5px solid var(--iv-border-strong);border-radius:50%;flex-shrink:0;width:20px;height:20px;position:static}.feed-page-scope .reel-thumb-creator span{color:var(--iv-text);text-shadow:0 2px 6px #0009;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.feed-page-scope .feed-lives-row{scrollbar-width:none;gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.feed-page-scope .feed-lives-row::-webkit-scrollbar{display:none}.feed-page-scope .feed-live-card{flex-direction:column;flex:0 0 190px;gap:8px;display:flex}.feed-page-scope .feed-live-media{aspect-ratio:3/4;cursor:pointer;background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:20px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ff2d8729,0 14px 30px #ff2d8724}.feed-page-scope .feed-live-card:hover .feed-live-media{transform:translateY(-3px)}.feed-page-scope .feed-live-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.feed-page-scope .feed-live-scrim{background:linear-gradient(#00000059 0%,#0000 35%,#000000d1 100%);position:absolute;inset:0}.feed-page-scope .feed-live-info{z-index:2;position:absolute;bottom:12px;left:12px;right:12px}.feed-page-scope .feed-live-creator{align-items:center;gap:7px;margin-bottom:6px;display:flex}.feed-page-scope .feed-live-creator img{object-fit:cover;border:1.5px solid var(--iv-border-strong);border-radius:50%;width:22px;height:22px}.feed-page-scope .feed-live-creator span{color:var(--iv-text);font-size:12px;font-weight:700}.feed-page-scope .feed-live-info p{color:var(--iv-text-muted);margin:0;font-size:12px;line-height:1.4}.feed-page-scope .trending-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.feed-page-scope .trending-card{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:18px;overflow:hidden}.feed-page-scope .trending-media{aspect-ratio:1;position:relative}.feed-page-scope .trending-media img{object-fit:cover;width:100%;height:100%;display:block}.feed-page-scope .trending-flame{background:var(--iv-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffb020;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:10.5px;font-weight:700;display:flex;position:absolute;top:10px;left:10px}.feed-page-scope .trending-body{padding:12px 14px 14px}.feed-page-scope .trending-body h4{color:var(--iv-text);margin:0 0 3px;font-size:14px;font-weight:700}.feed-page-scope .trending-body>span{color:var(--iv-text-dim);font-size:11.5px}.feed-page-scope .trending-creator-row{align-items:center;gap:8px;margin-top:12px;display:flex}.feed-page-scope .trending-creator-row img{object-fit:cover;border-radius:50%;width:22px;height:22px}.feed-page-scope .trending-creator-row span{min-width:0;color:var(--iv-text-dim);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11.5px;font-weight:600;overflow:hidden}.feed-page-scope .trending-body .ff-control{margin-top:10px}.feed-page-scope .carousel-posts-grid{flex-direction:column;gap:22px;display:flex}.feed-page-scope .carousel-post-card{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:22px;padding-bottom:16px;overflow:hidden}.feed-page-scope .carousel-post-header{align-items:center;gap:10px;padding:14px 14px 12px;display:flex}.feed-page-scope .carousel-post-header img{object-fit:cover;border-radius:50%;width:36px;height:36px}.feed-page-scope .carousel-post-header-info{flex-direction:column;gap:2px;display:flex}.feed-page-scope .carousel-post-header-info span{color:var(--iv-text);font-size:13.5px;font-weight:700}.feed-page-scope .carousel-post-header-info small{color:var(--iv-text-muted);font-size:11px}.feed-page-scope .carousel-post-media{aspect-ratio:4/5;background:var(--iv-surface);width:100%;position:relative;overflow:hidden}.feed-page-scope .carousel-track{width:100%;height:100%;transition:transform .35s;display:flex}.feed-page-scope .carousel-track img{object-fit:cover;flex:0 0 100%;width:100%;height:100%}.feed-page-scope .carousel-nav{background:var(--iv-scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:32px;height:32px;color:var(--iv-text);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.feed-page-scope .carousel-nav-prev{left:10px}.feed-page-scope .carousel-nav-next{right:10px}.feed-page-scope .carousel-dots{z-index:2;justify-content:center;gap:6px;display:flex;position:absolute;bottom:12px;left:0;right:0}.feed-page-scope .carousel-dot{background:var(--iv-surface-3);border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.feed-page-scope .carousel-dot.active{background:#ff2d87;transform:scale(1.3)}.feed-page-scope .carousel-post-stats{padding:14px 14px 0;position:static}.feed-page-scope .carousel-post-card .feed-post-caption{padding:10px 14px 0}.feed-page-scope .carousel-post-card .ff-control{padding:0 14px}.feed-page-scope .spotlight-creators-row{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.feed-page-scope .spotlight-creators-row::-webkit-scrollbar{display:none}.feed-page-scope .spotlight-creator-card{scroll-snap-align:start;border:1px solid var(--iv-border);border-radius:24px;flex:0 0 88%;min-height:200px;position:relative;overflow:hidden}.feed-page-scope .spotlight-cover{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.feed-page-scope .spotlight-scrim{background:linear-gradient(#00000026 0%,#0000008c 55%,#000000eb 100%);position:absolute;inset:0}.feed-page-scope .spotlight-rank{color:var(--iv-on-brand);z-index:2;background:linear-gradient(90deg,#ffb020,#ff2d87);border-radius:999px;padding:6px 13px;font-size:13px;font-weight:800;position:absolute;top:14px;left:14px}.feed-page-scope .spotlight-body{z-index:2;flex-direction:column;gap:14px;padding:16px;display:flex;position:relative}.feed-page-scope .spotlight-body-top{align-items:center;gap:14px;min-width:0;display:flex}.feed-page-scope .spotlight-avatar{object-fit:cover;border:2.5px solid var(--iv-border-strong);border-radius:50%;flex-shrink:0;width:60px;height:60px}.feed-page-scope .spotlight-info{flex:1;min-width:0}.feed-page-scope .spotlight-info h4{color:var(--iv-text);align-items:center;gap:6px;margin:0 0 4px;font-size:16px;font-weight:800;display:flex}.feed-page-scope .spotlight-verified{color:#3897f0;font-size:13px}.feed-page-scope .spotlight-info>span{color:var(--iv-text-muted);margin-bottom:4px;font-size:11.5px;display:block}.feed-page-scope .spotlight-gain{font-weight:700;color:#3ddc84!important}.feed-page-scope .spotlight-body .ff-control{width:100%;margin-top:0}.feed-page-scope .broadcast-feed-grid{flex-direction:column;gap:16px;display:flex}.feed-page-scope .broadcast-feed-card{cursor:pointer;border:1px solid #9d4dff40;border-radius:22px;min-height:200px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #9d4dff1f,0 16px 34px #9d4dff24}.feed-page-scope .broadcast-feed-card video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.feed-page-scope .broadcast-feed-scrim{background:linear-gradient(#0000001a 0%,#0006 45%,#000000eb 100%);position:absolute;inset:0}.feed-page-scope .broadcast-feed-tag{color:var(--iv-text);text-transform:uppercase;letter-spacing:.03em;z-index:2;background:#9d4dffe6;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:800;display:flex;position:absolute;top:14px;left:14px}.feed-page-scope .broadcast-feed-info{z-index:2;padding:80px 16px 16px;position:relative}.feed-page-scope .broadcast-feed-info h4{color:var(--iv-text);margin:0 0 6px;font-size:17px;font-weight:700}.feed-page-scope .broadcast-feed-info p{color:var(--iv-text-muted);margin:0 0 8px;font-size:13px;line-height:1.5}.feed-page-scope .broadcast-feed-info small{color:var(--iv-text-dim);font-size:11px}.feed-page-scope .reels-viewer{z-index:9999999;will-change:transform;background:#000;animation:.18s cubic-bezier(.22,.61,.36,1) both reels-slide-in;position:fixed;inset:0}@keyframes reels-slide-in{0%{transform:translate(100%)}to{transform:translate(0,0)}}.feed-page-scope .reels-viewer--status{justify-content:center;align-items:center;display:flex}.feed-page-scope .reels-status-back{top:calc(14px + env(safe-area-inset-top,0px));background:var(--iv-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:flex;position:absolute;left:14px}.feed-page-scope .reels-status-body{color:var(--iv-text-dim);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:0 32px;font-family:Poppins,sans-serif;font-size:14px;display:flex}.feed-page-scope .reels-status-body i{opacity:.75;font-size:30px}.feed-page-scope .reels-viewer.is-closing{pointer-events:none;animation:.22s cubic-bezier(.4,0,.7,.4) both reels-slide-out}@keyframes reels-slide-out{0%{transform:translate(0,0)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.feed-page-scope .reels-viewer,.feed-page-scope .reels-viewer.is-closing{animation:none}}.feed-page-scope .reels-scroll{scroll-snap-type:y mandatory;scrollbar-width:none;height:100vh;overflow-y:auto}.feed-page-scope .reels-scroll::-webkit-scrollbar{display:none}.feed-page-scope .reel-slide{scroll-snap-align:start;scroll-snap-stop:always;height:100vh;position:relative;overflow:hidden}.feed-page-scope .reel-slide-video{object-fit:cover;background:var(--iv-surface);width:100%;height:100%;position:absolute;inset:0}.feed-page-scope .reel-slide-scrim{pointer-events:none;background:linear-gradient(#00000059 0%,#0000 20% 55%,#000000d9 100%);position:absolute;inset:0}.feed-page-scope .reels-viewer-topbar{top:max(14px, env(safe-area-inset-top));z-index:20;align-items:center;gap:10px;display:flex;position:fixed;left:14px;right:14px}.feed-page-scope .reels-topbar-spacer{flex:1}.feed-page-scope .reels-back-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:16px}.feed-page-scope .reels-filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:15px;transition:background .2s,color .2s;position:relative}.feed-page-scope .reels-filter-btn.active{color:#fff;background:linear-gradient(90deg,#ff2d87,#9d4dff)}.feed-page-scope .reels-filter-dot{background:#ff2d87;border:2px solid #0000008c;border-radius:50%;width:8px;height:8px;position:absolute;top:7px;right:7px}.feed-page-scope .reels-filter-btn.active .reels-filter-dot{background:#fff}.feed-page-scope .reels-filter-panel{top:calc(max(14px, env(safe-area-inset-top)) + 52px);z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0000009e;border:1px solid #ffffff29;border-radius:18px;flex-direction:column;gap:10px;padding:12px;animation:.22s cubic-bezier(.22,1.2,.36,1) reels-filters-in;display:flex;position:fixed;left:14px;right:14px}@keyframes reels-filters-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.feed-page-scope .reels-filter-panel{animation:none}}.feed-page-scope .reels-search-box{background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;height:40px;padding:0 14px;display:flex}.feed-page-scope .reels-search-box>i{color:#ff8fb4;font-size:13px}.feed-page-scope .reels-search-box input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:13px}.feed-page-scope .reels-search-box input::placeholder{color:#fff9}.feed-page-scope .reels-search-clear{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;display:flex}.feed-page-scope .reels-filter-row{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.feed-page-scope .reels-filter-row::-webkit-scrollbar{display:none}.feed-page-scope .reels-filter-chip{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff47;border-radius:999px;flex:none;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:12px;font-weight:600;display:flex}.feed-page-scope .reels-filter-chip.selected{color:#fff;background:linear-gradient(90deg,#ff2d87,#9d4dff);border-color:#0000}.feed-page-scope .reel-controls{z-index:3;opacity:0;pointer-events:none;justify-content:center;align-items:center;gap:26px;transition:opacity .2s;display:flex;position:absolute;inset:0}.feed-page-scope .reel-controls.shown{opacity:1}.feed-page-scope .reel-controls.shown .reel-control-btn{pointer-events:auto}.feed-page-scope .reel-control-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.feed-page-scope .reel-control-play{width:66px;height:66px;font-size:24px}.feed-page-scope .reel-control-skip{width:52px;height:52px;font-size:19px}.feed-page-scope .reel-control-skip span{letter-spacing:-.02em;font-size:9px;font-weight:700;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.feed-page-scope .reel-control-btn:active{transform:scale(.93)}.feed-page-scope .reel-progress{z-index:4;padding:0 14px calc(8px + env(safe-area-inset-bottom,0px));background:linear-gradient(#0000,#0000008c);align-items:center;gap:10px;transition:padding .2s;display:flex;position:absolute;bottom:0;left:0;right:0}.feed-page-scope .reel-progress-time{color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 1px 4px #0009;opacity:0;flex:none;min-width:34px;font-size:11px;font-weight:600;transition:opacity .2s}.feed-page-scope .reel-progress.shown .reel-progress-time{opacity:1}.feed-page-scope .reel-progress-track{cursor:pointer;touch-action:none;background:#ffffff4d;border-radius:999px;flex:1;min-width:0;height:3px;transition:height .18s;position:relative}.feed-page-scope .reel-progress.shown .reel-progress-track{height:5px}.feed-page-scope .reel-progress-fill{background:#fff;border-radius:999px;height:100%;position:absolute;top:0;left:0}.feed-page-scope .reel-progress-handle{background:#fff;border-radius:50%;width:13px;height:13px;transition:transform .18s;position:absolute;top:50%;right:0;transform:translate(50%,-50%)scale(0);box-shadow:0 1px 6px #00000080}.feed-page-scope .reel-progress.shown .reel-progress-handle{transform:translate(50%,-50%)scale(1)}.feed-page-scope .reel-progress-track:before{content:"";height:26px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.feed-page-scope .reel-slide-actions{z-index:2;flex-direction:column;align-items:center;gap:20px;display:flex;position:absolute;bottom:130px;right:12px}.feed-page-scope .reel-action-btn{color:#fff;cursor:pointer;text-shadow:0 2px 8px #0000008c;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;font-size:23px;display:flex}.feed-page-scope .reel-action-btn span{color:#fff;font-size:11px;font-weight:700}.feed-page-scope .reel-action-btn.liked,.feed-page-scope .reel-action-btn.liked i{color:#ff2d55}.feed-page-scope .reel-action-btn.saved,.feed-page-scope .reel-action-btn.saved i{color:#ffb020}.feed-page-scope .reel-mute-btn{margin-top:4px;font-size:19px}.feed-page-scope .reel-slide-info{z-index:2;position:absolute;bottom:46px;left:14px;right:76px}.feed-page-scope .reel-slide-creator{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.feed-page-scope .reel-slide-creator img{object-fit:cover;border:2px solid #ffffffb3;border-radius:50%;width:34px;height:34px}.feed-page-scope .reel-slide-creator span{color:#fff;text-shadow:0 2px 6px #0000008c;font-size:14px;font-weight:700}.feed-page-scope .reel-follow-pill,.feed-page-scope .reel-fan-pill{cursor:pointer;color:#fff;background:#ffffff29;border:1px solid #ffffff73;border-radius:999px;align-items:center;gap:5px;height:28px;padding:0 13px;font-size:11.5px;font-weight:700;display:flex}.feed-page-scope .reel-follow-pill.following{color:#5cf0a4;background:#3ddc842e;border-color:#3ddc8499}.feed-page-scope .reel-follow-pill.reel-icon-only{justify-content:center;width:28px;height:28px;padding:0}.feed-page-scope .reel-fan-pill{color:#fff;background:linear-gradient(90deg,#ffb020,#ff2d87);border-color:#0000}.feed-page-scope .reel-fan-pill-btn{cursor:pointer}.feed-page-scope .reel-slide-caption{color:#fff;text-shadow:0 2px 6px #0000008c;margin:0 0 6px;font-size:13.5px;line-height:1.5}.feed-page-scope .reel-slide-tags{color:#8fd3ff;text-shadow:0 2px 6px #0000008c;margin:0 0 8px;font-size:12.5px;font-weight:600}.feed-page-scope .reel-slide-views{color:#fffc;text-shadow:0 2px 6px #0000008c;align-items:center;gap:6px;font-size:11.5px;display:flex}.feed-page-scope .reels-empty{color:#ffffffbf;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;height:100vh;padding:0 40px;display:flex}.feed-page-scope .reels-empty i{color:#fff9;font-size:30px}@media (width<=420px){.feed-page-scope .trending-grid{grid-template-columns:repeat(2,1fr)}.feed-page-scope .spotlight-creator-card{flex:0 0 92%}}.feed2{padding:90px 0 96px}.feed2-ticket-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;padding:2px 14px 4px;display:flex;overflow-x:auto}.feed2-ticket-row::-webkit-scrollbar{display:none}.feed2-ticket-card{cursor:pointer;scroll-snap-align:start;flex:none;width:230px}.feed2-ticket-card:focus-visible{outline-offset:2px;outline:2px solid #ff2d87}.feed2-ticket-card .live-ticket-info{background:linear-gradient(to top, #000000f0 40%, var(--iv-scrim) 70%, transparent);padding:46px 12px 12px}.feed2-ticket-host{align-items:center;gap:7px;margin-bottom:6px;display:flex}.feed2-ticket-host .iv-avatar{border-radius:50%;flex-shrink:0;width:22px;min-width:22px;height:22px;min-height:22px;font-size:9px}.feed2-ticket-host span{min-width:0;color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.feed2-ticket-card .live-ticket-info h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;display:-webkit-box;overflow:hidden}.feed2-ticket-when{color:var(--iv-text-dim);align-items:center;gap:6px;margin-bottom:9px;font-size:11px;display:flex}.feed2-ticket-when i{color:var(--iv-pink-text);font-size:10px}.feed2-ticket-cta{white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(135deg,#ff2d87,#7856ff);border-radius:10px;justify-content:center;align-items:center;gap:7px;height:34px;padding:0 8px;font-weight:600;display:flex;overflow:hidden;box-shadow:0 4px 14px #ff2d8759;color:var(--iv-on-brand)!important;font-size:11.5px!important}.feed2-ticket-cta i{font-size:11px}@media (width<=400px){.feed2-ticket-card{width:200px}}.feed2-filters{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:6px;padding:8px 12px 10px;display:flex;overflow-x:auto}.feed2-filters::-webkit-scrollbar{display:none}.feed2-chip{border:1px solid var(--iv-surface-3);height:31px;color:var(--iv-text-muted);white-space:nowrap;cursor:pointer;background:0 0;border-radius:999px;flex:none;align-items:center;gap:5px;padding:0 13px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.feed2-chip:hover{border-color:var(--iv-border-strong)}.feed2-chip.active{background:linear-gradient(90deg,var(--iv-pink),var(--iv-purple-2));color:#fff;border-color:#0000;font-weight:700;box-shadow:0 4px 16px #ff2d8759}.feed2-chip-glyph{width:16px;height:16px;color:var(--iv-text);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:9px;display:inline-flex}.glyph-facebook{background:#1877f2}.glyph-youtube{background:red}.glyph-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.glyph-iconverse{background:linear-gradient(135deg,#9d4dff,#ff2d87)}.feed2-composer{background:var(--iv-border-soft);border-radius:14px;align-items:center;gap:9px;margin:0 12px 12px;padding:9px 11px;display:flex}.feed2-composer-avatar{object-fit:cover;background:var(--iv-border);border-radius:50%;flex:none;width:34px;height:34px}.feed2-composer-prompt{text-align:left;min-width:0;color:var(--iv-text-dim);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;flex:1;font-family:Poppins,sans-serif;font-size:12.5px;overflow:hidden}.feed2-composer-actions{flex:none;align-items:center;gap:6px;display:flex}.feed2-drop-btn{background:var(--iv-surface-2);width:34px;height:34px;color:var(--iv-text);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:14px;transition:transform .18s,background .18s;display:inline-flex}.feed2-drop-btn:hover{background:var(--iv-surface-3);transform:translateY(-1px)}.feed2-drop-btn.is-facebook i,.feed2-drop-btn.is-youtube i{color:var(--iv-text-muted)}.feed2-drop-btn.is-instagram i{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.feed2-card{background:var(--iv-border-soft);border:1px solid var(--iv-border);border-radius:22px;margin:0 12px 16px;overflow:hidden;box-shadow:0 18px 50px #00000059}.feed2-source{color:var(--iv-text-dim);align-items:center;gap:7px;padding:10px 12px 0;font-family:Poppins,sans-serif;font-size:11.5px;display:flex}.feed2-source .feed2-chip-glyph{width:18px;height:18px;font-size:10px}.feed2-head{align-items:center;gap:9px;padding:9px 12px 0;display:flex}.feed2-avatar-ring{background:linear-gradient(135deg,var(--iv-purple),var(--iv-pink) 55%,var(--iv-purple-2));border-radius:50%;flex:none;padding:2px;display:inline-flex}.feed2-head-avatar{object-fit:cover;background:var(--iv-border);border-radius:50%;flex:none;width:36px;height:36px}.feed2-head-avatar--clickable{cursor:pointer}.feed2-head-info{flex:1;min-width:0}.feed2-head-name{color:var(--iv-text);align-items:center;gap:5px;font-family:Sora,sans-serif;font-size:13.5px;font-weight:700;display:flex}.feed2-head-name--clickable{cursor:pointer;width:fit-content}.feed2-head-name--clickable:hover span{text-decoration:underline}.feed2-head-name span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feed2-verified{color:#4ea7ff;flex:none;font-size:12px}.feed2-head-meta{color:var(--iv-text-dim);align-items:center;gap:4px;margin-top:1px;font-family:Poppins,sans-serif;font-size:11px;display:flex}.feed2-follow{background:linear-gradient(90deg,var(--iv-pink),var(--iv-purple-2));color:#fff;cursor:pointer;border:none;border-radius:999px;flex:none;height:36px;padding:0 20px;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:600;transition:transform .18s,box-shadow .18s;box-shadow:0 4px 14px #ff2d874d}.feed2-follow:hover{transform:translateY(-1px);box-shadow:0 6px 18px #ff2d8766}.feed2-follow.following{background:var(--iv-surface-3);color:var(--iv-text-muted);border-color:#0000}.feed2-fan-cta{white-space:nowrap;padding:0 14px;font-size:12.5px}.feed2-fan-badge{border:1px solid var(--iv-border-strong);height:32px;color:var(--iv-on-brand);letter-spacing:.2px;white-space:nowrap;cursor:default;background:linear-gradient(135deg,#e2e8f029 0%,#94a3b81a 45%,#e2e8f029 100%);border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 13px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;display:inline-flex}.feed2-fan-badge i{background:linear-gradient(135deg,var(--iv-on-brand) 0%,#c9d2de 40%,#8b95a5 70%,#eef2f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:12px}.feed2-more{width:32px;height:32px;color:var(--iv-text-muted);cursor:pointer;background:0 0;border:none;flex:none;font-size:16px}.feed2-caption{color:var(--iv-text);white-space:pre-wrap;margin:11px 0 0;padding:0 15px;font-family:Poppins,sans-serif;font-size:14.5px;line-height:1.5}.feed2-media{background:var(--iv-surface);cursor:pointer;border-radius:0;margin:12px 0 0;position:relative;overflow:hidden}.feed2-media img,.feed2-media video{width:100%;max-height:var(--iv-post-max-h);object-fit:cover;display:block}.feed2-media video{object-fit:contain;background:var(--iv-surface)}.feed2-carousel{background:var(--iv-surface);margin:12px 0 0;position:relative}.feed2-carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.feed2-carousel-track::-webkit-scrollbar{display:none}.feed2-carousel-slide{scroll-snap-align:center;scroll-snap-stop:always;cursor:pointer;flex:0 0 100%}.feed2-carousel-slide img{width:100%;height:auto;max-height:var(--iv-post-max-h);object-fit:cover;-webkit-user-select:none;user-select:none;display:block}.feed2-carousel-dots{pointer-events:none;justify-content:center;align-items:center;gap:5px;display:flex;position:absolute;bottom:10px;left:0;right:0}.feed2-carousel-dot{background:#ffffff80;border-radius:50%;width:5.5px;height:5.5px;transition:background .15s,transform .15s;box-shadow:0 0 0 1px #00000026}.feed2-carousel-dot.is-active{background:var(--iv-on-brand);transform:scale(1.35)}.feed2-media-count{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--iv-on-brand);pointer-events:none;border-radius:999px;padding:5px 11px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:500;position:absolute;top:11px;right:11px}.feed2-play{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.feed2-play i{background:var(--iv-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:58px;height:58px;color:var(--iv-on-brand);border-radius:50%;justify-content:center;align-items:center;padding-left:4px;font-size:19px;display:inline-flex}.feed2-link{border:1px solid var(--iv-surface-3);background:var(--iv-border-soft);cursor:pointer;border-radius:14px;margin:12px 15px 0;transition:border-color .2s;position:relative;overflow:hidden}.feed2-link:hover{border-color:var(--iv-border-strong)}.feed2-link-cover{aspect-ratio:16/9;background:var(--iv-surface);position:relative}.feed2-link-cover img{object-fit:cover;width:100%;height:100%;display:block}.feed2-link-fallback{width:100%;height:100%;color:var(--iv-text-faint);justify-content:center;align-items:center;font-size:38px;display:flex}.feed2-link-body{align-items:center;gap:11px;padding:11px 13px;display:flex}.feed2-link-text{flex:1;min-width:0}.feed2-link-title{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;overflow:hidden}.feed2-link-host{color:var(--iv-text-dim);text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:12px;overflow:hidden}.feed2-link-open{border:1px solid var(--iv-border-strong);height:34px;color:var(--iv-text);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex:none;padding:0 15px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:500}.feed2-link-open:hover{border-color:var(--iv-border-strong)}.feed2-stats{color:var(--iv-text-dim);justify-content:space-between;align-items:center;gap:12px;padding:13px 15px 11px;font-family:Poppins,sans-serif;font-size:10px;display:flex}.feed2-reacts{align-items:center;gap:7px;display:flex}.feed2-react-single{width:20px;height:20px;color:var(--iv-text-dim);background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:10px;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.feed2-react-single.has-likes{background:var(--iv-pink);border-color:var(--iv-pink);color:#fff;box-shadow:0 0 10px #ff2d8773}.feed2-stats-right{align-items:center;gap:14px;display:flex}.feed2-actions{border-top:1px solid var(--iv-surface-2);align-items:center;display:flex}.feed2-action{height:38px;color:var(--iv-text-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:10.5px;font-weight:500;transition:color .18s,background .18s;display:inline-flex}.feed2-action:hover{background:var(--iv-surface-2);color:var(--iv-text)}.feed2-action i{font-size:12px}.feed2-action.on{color:var(--pink,var(--iv-text-muted))}.feed2-action.on.saved{color:#ffd54a}.feed2-section-title{color:var(--iv-text);margin:6px 16px 12px;font-family:Sora,sans-serif;font-size:16px;font-weight:700}.feed2-trend-grid{grid-template-columns:1fr 1fr;gap:11px;margin:0 14px 18px;display:grid}.feed2-trend{aspect-ratio:1;cursor:pointer;border-radius:14px;position:relative;overflow:hidden}.feed2-trend img{object-fit:cover;width:100%;height:100%;display:block}.feed2-trend-scrim{background:linear-gradient(#0000 42%,#000000d9 100%);position:absolute;inset:0}.feed2-trend-info{position:absolute;bottom:10px;left:11px;right:11px}.feed2-trend-info h5{color:var(--iv-text);margin:0;font-family:Sora,sans-serif;font-size:14px;font-weight:700}.feed2-trend-info span{color:var(--iv-text-muted);font-family:Poppins,sans-serif;font-size:11.5px}.feed2-empty{border:1.5px dashed var(--iv-border-strong);text-align:center;color:var(--iv-text-dim);border-radius:18px;margin:24px 16px;padding:36px 20px;font-family:Poppins,sans-serif}.feed2-empty i{opacity:.7;margin-bottom:12px;font-size:34px;display:block}.feed2-empty p{color:var(--iv-text-muted);margin:0 0 4px;font-size:14px}.feed2-empty small{font-size:12.5px}.feed2-toast{background:var(--iv-surface);border:1px solid var(--iv-surface-3);color:var(--iv-text);opacity:0;pointer-events:none;z-index:500;border-radius:999px;align-items:center;gap:12px;padding:11px 20px;font-family:Poppins,sans-serif;font-size:13px;transition:all .25s;display:flex;position:fixed;bottom:104px;left:50%;transform:translate(-50%,12px)}.feed2-toast-action{color:var(--iv-pink);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:none;padding:0;font-family:inherit;font-size:13px;font-weight:700}.feed2-toast.visible{opacity:1;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.feed2-drop-btn,.feed2-action,.feed2-toast{transition:none}.feed2-drop-btn:hover{transform:none}}.feed-page-scope .feed2-action.is-off,.feed2-action.is-off{opacity:.42;cursor:default}.share-sheet .iv-sheet-body{flex-direction:column;gap:14px;padding:6px 18px 14px;display:flex}.share-sheet-user{align-items:center;gap:10px;display:flex}.share-sheet-avatar{border-radius:50%;width:44px;height:44px}.share-sheet-user-info{flex-direction:column;gap:4px;display:flex}.share-sheet-name{color:var(--iv-text);font-size:15px;font-weight:600}.share-sheet-dest{width:fit-content;color:var(--iv-text-muted);background:var(--iv-surface-2);border:1px solid var(--iv-border);border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;display:inline-flex}.share-sheet-message{resize:vertical;background:var(--iv-input-bg);border:1px solid var(--iv-input-border);width:100%;min-height:64px;max-height:140px;color:var(--iv-text);font:inherit;border-radius:14px;padding:12px 14px;font-size:14px}.share-sheet-message::placeholder{color:var(--iv-placeholder)}.share-sheet-message:focus{border-color:var(--iv-border-strong);outline:none}.share-sheet-options{scrollbar-width:none;gap:22px;padding-bottom:2px;display:flex;overflow-x:auto}.share-sheet-options::-webkit-scrollbar{display:none}.share-sheet-option{color:var(--iv-text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:none;align-items:center;gap:6px;font-size:12px;display:flex}.share-sheet-option-icon{color:#fff;background:var(--iv-surface-3);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:transform .12s;display:flex}.share-sheet-option:active .share-sheet-option-icon{transform:scale(.92)}.share-sheet-option-icon.story{background:linear-gradient(135deg, var(--iv-pink), var(--iv-purple))}.share-sheet-option-icon.whatsapp{background:#25d366}.share-sheet-option-icon.link,.share-sheet-option-icon.more{background:var(--iv-surface-3);color:var(--iv-text)}.share-sheet-now{border-radius:14px;width:100%;padding:13px;font-size:15px;font-weight:700}@media (prefers-color-scheme:light){.share-sheet-option-icon.link,.share-sheet-option-icon.more{color:var(--iv-text)}}.ras-body{flex-direction:column;gap:4px;padding-bottom:6px;display:flex}.ras-target{border-bottom:1px solid var(--iv-border-soft);align-items:center;gap:12px;margin-bottom:6px;padding:4px 2px 14px;display:flex}.ras-target-avatar{object-fit:cover;border-radius:50%;width:44px;height:44px;font-size:15px}.ras-target-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ras-target-name{color:var(--iv-text);font-family:Sora,sans-serif;font-size:15px;font-weight:700}.ras-target-username{color:var(--iv-text-dim);font-size:12.5px}.ras-row-list{flex-direction:column;display:flex}.ras-row{width:100%;min-height:56px;color:var(--iv-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:13px;padding:10px 4px;display:flex}.ras-row+.ras-row{border-top:1px solid var(--iv-border-soft)}.ras-row:active{background:var(--iv-surface-2)}.ras-row-icon{text-align:center;color:var(--iv-text-muted);flex:0 0 20px;font-size:15px}.ras-row-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.ras-row-label{font-size:14.5px;font-weight:600;line-height:1.25}.ras-row-sub{color:var(--iv-text-dim);font-size:11.5px;line-height:1.4}.ras-row-chevron{color:var(--iv-text-dim);opacity:.7;flex:none;font-size:12px}.ras-row.is-danger .ras-row-icon,.ras-row.is-danger .ras-row-label{color:var(--iv-danger)}.ras-hint{color:var(--iv-text-dim);margin:2px 2px 12px;font-size:13px;line-height:1.5}.ras-reason-list{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.ras-reason-row{background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);cursor:pointer;border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.ras-reason-row.is-selected{border-color:var(--iv-pink);background:#ff2d8714}.ras-reason-row input[type=radio]{opacity:0;width:0;height:0;position:absolute}.ras-reason-dot{border:2px solid var(--iv-border);border-radius:50%;flex:0 0 18px;width:18px;height:18px;position:relative}.ras-reason-row.is-selected .ras-reason-dot{border-color:var(--iv-pink)}.ras-reason-row.is-selected .ras-reason-dot:after{content:"";background:var(--iv-brand-gradient);border-radius:50%;position:absolute;inset:3px}.ras-reason-label{color:var(--iv-text);font-size:13.5px;font-weight:500}.ras-other-input{resize:none;background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);width:100%;color:var(--iv-text);border-radius:14px;margin-bottom:12px;padding:12px 14px;font-family:inherit;font-size:13.5px;line-height:1.5}.ras-other-input:focus{border-color:var(--iv-pink);outline:none}.ras-checkbox-row{color:var(--iv-text);cursor:pointer;align-items:center;gap:10px;padding:10px 4px;font-size:13.5px;display:flex}.ras-checkbox-row input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.ras-checkbox-box{border:2px solid var(--iv-border);border-radius:5px;flex:0 0 18px;width:18px;height:18px;position:relative}.ras-checkbox-row input:checked+.ras-checkbox-box{border-color:var(--iv-pink);background:var(--iv-brand-gradient)}.ras-checkbox-row input:checked+.ras-checkbox-box:after{content:"\\2713";color:#fff;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;inset:0}.ras-submit:disabled{opacity:.5}.ras-confirm{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:14px 10px 6px;display:flex}.ras-confirm-icon{width:54px;height:54px;color:var(--iv-purple-2);background:#9d4dff24;border-radius:50%;place-items:center;margin-bottom:4px;font-size:20px;display:grid}.ras-confirm-icon.is-danger{color:var(--iv-danger);background:#ff5a5a1f}.ras-confirm h4{color:var(--iv-text);margin:0;font-size:17px;font-weight:700}.ras-confirm p{color:var(--iv-text-dim);max-width:320px;margin:0 0 6px;font-size:12.5px;line-height:1.55}.ras-confirm-btn{background:var(--iv-brand-gradient);width:100%;min-height:52px;color:var(--iv-on-brand);cursor:pointer;border:none;border-radius:14px;font-family:inherit;font-size:14.5px;font-weight:700}.ras-confirm-btn.is-danger{background:var(--iv-danger)}.ras-confirm-btn:disabled{opacity:.6}.ras-confirm-cancel{background:var(--iv-surface-2);width:100%;min-height:50px;color:var(--iv-text);border:1px solid var(--iv-border-soft);cursor:pointer;border-radius:14px;font-family:inherit;font-size:14.5px;font-weight:600}.ras-confirm-cancel:active{background:var(--iv-surface-3)}.story-viewer-scope{background:var(--iv-surface);z-index:999999;flex-direction:column;display:flex;position:fixed;inset:0}.story-progress-row{z-index:20;gap:5px;display:flex;position:absolute;top:12px;left:12px;right:12px}.story-progress-track{background:var(--iv-surface-3);border-radius:20px;flex:1;height:3px;overflow:hidden}.story-progress-fill{background:var(--iv-surface);height:100%;transition:width 50ms linear}.story-header{z-index:20;align-items:center;gap:10px;display:flex;position:absolute;top:26px;left:14px;right:14px}.story-header-avatar{object-fit:cover;border:1.5px solid var(--iv-border-strong);border-radius:50%;width:34px;height:34px}.story-header-info{flex-direction:column;line-height:1.2;display:flex}.story-header-name{color:var(--iv-text);font-size:14px;font-weight:600}.story-header-time{color:var(--iv-text-muted);font-size:11.5px}.story-close{background:var(--iv-scrim);width:36px;height:36px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;margin-left:auto;font-size:15px}.story-media{-webkit-user-select:none;user-select:none;touch-action:none;flex:1;justify-content:center;align-items:center;display:flex}.story-media img,.story-media video{object-fit:contain;background:var(--iv-surface);width:100%;height:100%}.story-caption{text-align:center;color:var(--iv-text);text-shadow:0 1px 4px #0009;z-index:20;padding:0 24px;font-size:14px;position:absolute;bottom:26px;left:0;right:0}.frc-body{flex-direction:column;gap:4px;padding-bottom:6px;display:flex}.frc-row-list{flex-direction:column;display:flex}.frc-row{width:100%;min-height:56px;color:var(--iv-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:13px;padding:10px 4px;display:flex}.frc-row+.frc-row{border-top:1px solid var(--iv-border-soft)}.frc-row:active{background:var(--iv-surface-2)}.frc-row-icon{text-align:center;color:var(--chat-accent);flex:0 0 20px;font-size:15px}.frc-row-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.frc-row-label{font-size:14.5px;font-weight:600;line-height:1.25}.frc-row-sub{color:var(--iv-text-dim);font-size:11.5px;line-height:1.4}.frc-row-chevron{color:var(--iv-text-dim);opacity:.7;flex:none;font-size:12px}.frc-media{flex-direction:column;gap:12px;padding-top:4px;display:flex}.frc-media-images{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px;display:grid}.frc-media-images img{aspect-ratio:1;object-fit:cover;border:1px solid var(--iv-border-soft);border-radius:12px;width:100%}.frc-media-video{border:1px solid var(--iv-border-soft);background:#000;border-radius:12px;width:100%;max-height:320px}.frc-caption{border:1px solid var(--iv-border);background:var(--iv-border-soft);width:100%;min-height:70px;color:var(--iv-text);resize:none;border-radius:14px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;line-height:1.5}.frc-caption:focus{border-color:#ff2d8773}.frc-pick-list{flex-direction:column;gap:2px;max-height:52vh;display:flex;overflow-y:auto}.frc-pick-row{border:none;border-top:1px solid var(--iv-border-soft);text-align:left;cursor:pointer;width:100%;color:var(--iv-text);background:0 0;align-items:center;gap:12px;padding:9px 4px;display:flex}.frc-pick-row:first-child{border-top:none}.frc-pick-row:active{background:var(--iv-surface-2)}.frc-pick-row img{object-fit:cover;border-radius:10px;flex:none;width:44px;height:44px}.frc-pick-caption{text-overflow:ellipsis;white-space:nowrap;flex-direction:column;flex:1;gap:2px;min-width:0;font-size:13.5px;line-height:1.4;display:flex;overflow:hidden}.frc-pick-caption small{color:var(--iv-text-dim);font-size:11.5px}.frc-empty{text-align:center;color:var(--iv-text-dim);padding:20px 4px;font-size:13px}.frc-poll-form{flex-direction:column;gap:10px;padding-top:4px;display:flex}.frc-poll-question,.frc-poll-option-row input{border:1px solid var(--iv-border);background:var(--iv-border-soft);width:100%;height:46px;color:var(--iv-text);border-radius:12px;outline:none;padding:0 14px;font-family:inherit;font-size:14px}.frc-poll-question:focus,.frc-poll-option-row input:focus{border-color:#ff2d8773}.frc-poll-option-row{align-items:center;gap:8px;display:flex}.frc-poll-remove{background:var(--iv-surface-2);width:34px;height:34px;color:var(--iv-text-dim);cursor:pointer;border:none;border-radius:50%;flex:none}.frc-poll-add{color:var(--chat-accent);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:7px;padding:8px 4px;font-size:13.5px;font-weight:600;display:flex}.frc-submit:disabled{opacity:.5}.chat-page{--chat-bg:#0a0a0a;--chat-panel:#0e0e0e;--chat-line:#ffffff12;--chat-accent:#ff2d87;inset:0;top:calc(max(10px, env(safe-area-inset-top,0px)) + 72px);background:var(--chat-bg);color:var(--iv-on-brand);font-family:Poppins,sans-serif;display:flex;position:fixed;bottom:88px;overflow:hidden}.chat-list{border-right:1px solid var(--chat-line);background:var(--chat-panel);flex-direction:column;flex-shrink:0;width:360px;min-width:0;display:flex}.chat-list-head{flex-shrink:0;align-items:center;gap:12px;padding:16px 18px 12px;display:flex}.chat-list-head h2{color:var(--iv-text);align-items:center;gap:10px;margin:0;font-family:Sora,sans-serif;font-size:20px;font-weight:700;display:flex}.chat-head-count{background:linear-gradient(135deg,#ff2d87,#7856ff);border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;display:inline-flex}.chat-icon-btn{background:var(--iv-surface-2);width:38px;height:38px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:background .2s;display:flex}.chat-icon-btn:hover{background:var(--iv-surface-3)}.chat-myroom-btn{color:#ffb020;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffb0201a;border:1px solid #ffb02059;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:8px 13px;font-family:Poppins,sans-serif;font-size:12.5px;font-weight:600;transition:background .2s,transform .15s;display:flex}.chat-myroom-btn i{font-size:12px}.chat-myroom-btn:hover{background:#ffb0202e}.chat-myroom-btn:active{transform:scale(.96)}.chat-myroom-btn:not(.is-active){border-color:var(--iv-border-soft);background:var(--iv-surface-2);color:var(--iv-text-dim)}.chat-myroom-btn.selected{color:#fff;background:linear-gradient(135deg,#ff2d87,#7856ff);border-color:#0000}.chat-search{flex-shrink:0;align-items:center;margin:0 18px 12px;display:flex;position:relative}.chat-search>i{color:var(--iv-text-muted);pointer-events:none;font-size:13px;position:absolute;left:15px}.chat-search input{border:1px solid var(--iv-border);background:var(--iv-border-soft);width:100%;height:44px;color:var(--iv-text);appearance:none;border-radius:14px;outline:none;padding:0 40px;font-family:inherit;font-size:13px;transition:border-color .2s,background .2s}.chat-search input::placeholder{color:var(--iv-text-muted)}.chat-search input::-webkit-search-cancel-button{display:none}.chat-search input:focus{background:var(--iv-surface-2);border-color:#ff2d8773}.chat-search-clear{width:28px;height:28px;color:var(--iv-text-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;right:8px}.chat-search-clear:hover{background:var(--iv-surface-2);color:var(--iv-text)}.chat-list-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;min-height:0;padding-bottom:16px;overflow-y:auto}.chat-section-head{letter-spacing:.5px;text-transform:uppercase;color:var(--iv-text-muted);align-items:center;gap:9px;padding:14px 18px 8px;font-family:Sora,sans-serif;font-size:11.5px;font-weight:600;display:flex}.chat-section-head i{font-size:11px}.chat-section-head small{letter-spacing:0;color:var(--iv-text-muted);margin-left:auto;font-family:Poppins,sans-serif;font-size:11px;font-weight:400}.chat-section-head--broadcast{color:var(--iv-text-dim)}.chat-section-head--broadcast i{color:var(--chat-accent)}.chat-section--broadcast{background:linear-gradient(#ff2d8712,#7856ff0a);border:1px solid #ff2d871f;border-radius:18px;margin:0 10px;padding:4px}.chat-sample-note{color:var(--iv-text-dim);background:#ff2d870f;border:1px solid #ff2d8733;border-radius:13px;align-items:flex-start;gap:9px;margin:4px 14px 6px;padding:11px 13px;font-size:11.5px;line-height:1.55;display:flex}.chat-sample-note i{color:var(--chat-accent);margin-top:2px}.chat-row{width:calc(100% - 16px);color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:15px;align-items:center;gap:13px;margin:2px 8px;padding:11px 12px;font-family:inherit;transition:background .18s;display:flex}.chat-row:hover{background:var(--iv-border-soft)}.chat-row.active{background:var(--iv-surface-2)}.chat-row.is-broadcast{width:100%;margin:2px 0}.chat-row.is-broadcast:hover{background:var(--iv-surface-2)}.chat-row.is-broadcast.active{background:#ff2d8724}.chat-row-avatar{flex-shrink:0;position:relative}.chat-avatar{border-radius:50%;width:52px;min-width:52px;height:52px;min-height:52px;font-size:16px}.chat-row-online{border:2.5px solid var(--chat-panel);background:#3ddc84;border-radius:50%;width:13px;height:13px;position:absolute;bottom:1px;right:1px}.chat-row-badge-icon{border:2.5px solid var(--chat-panel);width:21px;height:21px;color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#7856ff);border-radius:50%;justify-content:center;align-items:center;font-size:8.5px;display:flex;position:absolute;bottom:-2px;right:-2px}.chat-row-body{flex:1;min-width:0}.chat-row-top{align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.chat-row-name{min-width:0;color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:6px;font-size:14.5px;font-weight:500;display:flex;overflow:hidden}.chat-row-verified{color:var(--iv-text-dim);flex-shrink:0;font-size:11px}.chat-row-time{color:var(--iv-text-muted);flex-shrink:0;font-size:11px}.chat-row-bottom{align-items:center;gap:10px;display:flex}.chat-row-preview{min-width:0;color:var(--iv-text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:6px;font-size:12.5px;display:flex;overflow:hidden}.chat-row-preview-icon{color:var(--chat-accent);flex-shrink:0;font-size:10px}.chat-row-unread{min-width:20px;height:20px;color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#7856ff);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:10.5px;font-weight:600;display:inline-flex}.chat-skeletons{padding:6px 8px}.chat-skeleton{align-items:center;gap:13px;padding:11px 12px;display:flex}.chat-skeleton-avatar{border-radius:50%;flex-shrink:0;width:52px;height:52px}.chat-skeleton-lines{flex-direction:column;flex:1;gap:8px;display:flex}.chat-skeleton-lines span{border-radius:6px;height:11px}.chat-skeleton-lines span:first-child{width:45%}.chat-skeleton-lines span:last-child{width:75%}.chat-skeleton-avatar,.chat-skeleton-lines span{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff17 37%,#ffffff0d 63%) 0 0/400% 100%;animation:1.4s infinite chat-shimmer}@keyframes chat-shimmer{0%{background-position:100%}to{background-position:0}}.chat-thread{background:var(--chat-bg);flex-direction:column;flex:1;min-width:0;display:flex}.chat-thread-head{border-bottom:1px solid var(--chat-line);background:var(--chat-panel);flex-shrink:0;align-items:center;gap:12px;padding:12px 18px;display:flex}.chat-thread-avatar{width:42px;min-width:42px;height:42px;min-height:42px;font-size:13px}.chat-thread-title{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-thread-name{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;font-family:Sora,sans-serif;font-size:15px;font-weight:600;display:flex;overflow:hidden}.chat-thread-sub{color:var(--iv-text-muted);align-items:center;gap:6px;font-size:11.5px;display:flex}.chat-thread-sub i{color:var(--chat-accent);font-size:10px}.chat-thread-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;min-height:0;padding:18px;overflow-y:auto}.chat-thread-loading{color:var(--iv-text-muted);justify-content:center;align-items:center;padding:60px 0;font-size:24px;display:flex}.chat-thread-loading i{animation:1s linear infinite chat-spin}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-day-divider{justify-content:center;align-items:center;margin:14px 0 16px;display:flex}.chat-day-divider span{background:var(--iv-border-soft);color:var(--iv-text-muted);border-radius:999px;padding:5px 13px;font-size:11px}.chat-bubble-row{margin-bottom:8px;display:flex}.chat-bubble-row.mine{justify-content:flex-end}.chat-bubble{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:16px 16px 16px 5px;max-width:min(78%,560px);padding:9px 13px 7px;position:relative}.chat-bubble-row.mine .chat-bubble{background:linear-gradient(135deg,#ff2d8738,#7856ff33);border-color:#ff2d8738;border-radius:16px 16px 5px}.chat-bubble.failed{border-color:#ff5f5f80}.chat-bubble p{color:var(--iv-text);overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.chat-bubble-meta{color:var(--iv-text-muted);justify-content:flex-end;align-items:center;gap:5px;margin-top:3px;font-size:10.5px;display:flex}.chat-bubble-meta i{font-size:10px}.chat-bubble-meta i.read{color:var(--iv-text-dim)}.chat-composer{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--chat-line);background:var(--chat-panel);flex-shrink:0;align-items:center;gap:10px;display:flex}.chat-composer input{border:1px solid var(--iv-border);background:var(--iv-border-soft);min-width:0;height:46px;color:var(--iv-text);border-radius:999px;outline:none;flex:1;padding:0 18px;font-family:inherit;font-size:16px;transition:border-color .2s}.chat-composer input::placeholder{color:var(--iv-text-muted);font-size:14px}.chat-composer input:focus{border-color:#ff2d8773}.chat-composer button{width:46px;height:46px;color:var(--iv-on-brand);cursor:pointer;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#ff2d87,#7856ff);border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:opacity .2s,transform .1s;display:flex}.chat-composer button:hover{opacity:.92}.chat-composer button:active{transform:scale(.94)}.chat-composer button:disabled{opacity:.4;cursor:default;transform:none}.chat-broadcast-note{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--chat-line);background:var(--chat-panel);color:var(--iv-text-muted);text-align:center;flex-shrink:0;justify-content:center;align-items:center;gap:9px;font-size:12.5px;display:flex}.chat-broadcast-note i{color:var(--chat-accent);font-size:11px}.chat-attach-btn{background:var(--iv-surface-2);width:40px;height:40px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:background .2s,transform .1s;display:flex}.chat-attach-btn:hover{background:var(--iv-surface-3)}.chat-attach-btn:active{transform:scale(.92)}.chat-section-head--own i{color:#ffb020}.chat-bubble-media{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:6px;margin:6px 0;display:grid}.chat-bubble-media img{aspect-ratio:1;object-fit:cover;border-radius:12px;width:100%}.chat-bubble-media-video{background:#000;border-radius:12px;width:100%;max-width:280px;max-height:280px;margin:6px 0;display:block}.chat-bubble-shared{background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);border-radius:12px;align-items:center;gap:10px;margin:6px 0;padding:8px;display:flex}.chat-bubble-shared img{object-fit:cover;border-radius:9px;flex:none;width:48px;height:48px}.chat-bubble-shared-body{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-bubble-shared-label{text-transform:uppercase;letter-spacing:.03em;color:var(--chat-accent);align-items:center;gap:5px;font-size:10.5px;font-weight:700;display:flex}.chat-bubble-shared-body p{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.chat-bubble-shared-body small{color:var(--iv-text-dim);font-size:11px}.chat-bubble-shared--clickable{border:1px solid var(--iv-border-soft);width:100%;font:inherit;text-align:left;cursor:pointer;transition:background .15s}.chat-bubble-shared--clickable:hover{background:var(--iv-surface-3,var(--iv-surface-2))}.chat-bubble-shared--clickable:active{transform:scale(.99)}.chat-bubble-shared-chevron{color:var(--iv-text-dim);flex:none;font-size:12px}.chat-poll{flex-direction:column;gap:6px;min-width:200px;margin:6px 0 2px;display:flex}.chat-poll-q{color:var(--iv-text);align-items:center;gap:7px;margin:0 0 2px;font-size:13.5px;font-weight:600;display:flex}.chat-poll-q i{color:var(--chat-accent);font-size:12px}.chat-poll-option{border:1px solid var(--iv-border);background:var(--iv-surface-2);width:100%;color:var(--iv-text);text-align:left;cursor:pointer;border-radius:10px;padding:9px 12px;font-size:13px}.chat-poll-option:hover{border-color:#ff2d8766}.chat-poll-result{background:var(--iv-surface-2);border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:12.5px;display:flex;position:relative;overflow:hidden}.chat-poll-result-bar{background:#ff2d872e;border-radius:10px;transition:width .3s;position:absolute;inset:0 auto 0 0}.chat-poll-result-label{color:var(--iv-text);z-index:1;position:relative}.chat-poll-result-pct{color:var(--iv-text-dim);z-index:1;font-weight:600;position:relative}.chat-poll-total{color:var(--iv-text-dim);margin-top:2px;font-size:11px}.chat-empty,.chat-thread-placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:11px;padding:60px 28px;display:flex}.chat-thread-placeholder{flex:1}.chat-empty i,.chat-thread-placeholder i{color:var(--iv-text-muted);font-size:34px}.chat-empty p,.chat-thread-placeholder p{color:var(--iv-text-dim);margin:0;font-size:14.5px}.chat-empty small,.chat-thread-placeholder small{color:var(--iv-text-muted);max-width:290px;font-size:12px;line-height:1.65}.chat-empty--thread{padding:40px 24px}@media (width<=900px){.chat-list{border-right:0;width:100%}.chat-thread{z-index:5;position:absolute;inset:0 0 -88px}.chat-thread-scroll{padding:14px}.chat-bubble{max-width:82%}}@media (width<=560px){.chat-list-head{padding:14px 14px 10px}.chat-list-head h2{font-size:18px}.chat-search{margin:0 14px 10px}.chat-row{gap:12px;width:calc(100% - 12px);margin:2px 6px;padding:10px}.chat-avatar{width:48px;min-width:48px;height:48px;min-height:48px}.chat-thread-head{gap:10px;padding:10px 12px}.chat-section--broadcast{margin:0 8px}.chat-composer{padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}}@media (width>=901px) and (width<=1100px){.chat-list{width:300px}}[data-theme=light] .chat-page-scope,[data-theme=light] .chat-page{--chat-bg:var(--iv-bg);--chat-panel:var(--iv-surface);--chat-line:var(--iv-border)}[data-theme=light] .chat-empty,[data-theme=light] .chat-thread-empty{color:var(--iv-text-muted)}.shows-scope{--sh-radius:16px;background:var(--iv-bg);color:var(--iv-text);flex-direction:column;min-height:100%;padding-bottom:88px;display:flex}.shows-scope *{box-sizing:border-box}.show-topbar{z-index:5;background:var(--iv-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--iv-border-soft);justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.show-topbar-title{letter-spacing:.06em;font-size:14px;font-weight:700}.show-topbar-spacer{width:34px}.show-back,.show-topbar-icon{border:1px solid var(--iv-border);background:var(--iv-surface-2);width:34px;height:34px;color:var(--iv-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.show-scroll{flex:1;overflow-y:auto}.show-muted{color:var(--iv-text-muted);margin:0;font-size:13px}.show-center{text-align:center}.show-loading-pad{padding:60px 20px}.show-empty-state{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:60px 24px;display:flex}.show-empty-state i{color:var(--iv-text-dim);font-size:32px}.show-hero{background:var(--iv-surface-2) center / cover no-repeat;flex-direction:column;justify-content:flex-end;height:220px;padding:16px;display:flex;position:relative}.show-hero:after{content:"";z-index:0;background:linear-gradient(#0000 30%,#000000bf 100%);position:absolute;inset:0}.show-status-badge,.show-hero-text{z-index:1;position:relative}.show-status-badge{text-transform:uppercase;background:var(--iv-brand-gradient);color:var(--iv-on-brand,#fff);border-radius:999px;align-self:flex-start;margin-top:14px;padding:4px 12px;font-size:11px;font-weight:700}.show-hero-text h1{letter-spacing:.02em;background:var(--iv-brand-gradient-h);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:26px;font-weight:800}.show-hero-text p{color:var(--iv-text-muted);margin:2px 0 0;font-size:13px}.show-chip-row{gap:10px;padding:14px 16px 0;display:flex}.show-chip{border:1px solid var(--iv-border);background:var(--iv-surface-2);border-radius:10px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.show-chip-dot{font-size:7px}.show-chip-on,.show-chip-on .show-chip-dot{color:var(--iv-pink)}.show-chip-off,.show-chip-off .show-chip-dot{color:var(--iv-text-dim)}.show-section{padding:18px 16px 0}.show-section-head{justify-content:space-between;align-items:center;display:flex}.show-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--iv-text-muted);border-left:3px solid var(--iv-pink);margin:0 0 10px;padding-left:8px;font-size:12px;font-weight:700}.show-desc{color:var(--iv-text);margin:0;font-size:14px;line-height:1.5}.show-readmore{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.show-viewall{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:600}.show-info-list{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);overflow:hidden}.show-info-row{border-bottom:1px solid var(--iv-border-soft);justify-content:space-between;align-items:center;padding:13px 16px;font-size:13px;display:flex}.show-info-row:last-child{border-bottom:none}.show-info-label{color:var(--iv-text-muted);align-items:center;gap:10px;display:flex}.show-info-label i{text-align:center;width:16px;color:var(--iv-pink)}.show-info-value{color:var(--iv-text);text-align:right;font-weight:600}.show-audition-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);padding:16px}.show-audition-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.show-audition-card-top strong{font-size:14px}.show-audition-dates{color:var(--iv-text-muted);gap:24px;margin-top:16px;font-size:12px;display:flex}.show-audition-dates strong{color:var(--iv-text);margin-top:3px;font-size:13px;display:block}.show-participants-row{gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.show-participants-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:14px;display:grid}.show-participant{text-align:center;flex-direction:column;flex:none;align-items:center;gap:4px;width:76px;display:flex}.show-participant strong{font-size:12px}.show-participant .show-muted{font-size:11px}.show-participant-avatar{background:var(--iv-surface-2) center / cover no-repeat;border:2px solid var(--iv-pink);border-radius:50%;width:68px;height:68px;position:relative}.show-play{color:#fff;background:#00000047;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;inset:0}.show-btn-primary{background:var(--iv-brand-gradient-h);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;display:inline-flex}.show-btn-primary:disabled{opacity:.6;cursor:default}.show-btn-small{padding:9px 16px;font-size:13px}.show-btn-full{width:100%}.show-btn-ghost{background:var(--iv-surface-2);color:var(--iv-text);border:1px solid var(--iv-border);cursor:pointer;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600}.show-sticky-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));background:var(--iv-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--iv-border-soft);position:sticky;bottom:0}.steps-list{flex-direction:column;gap:10px;display:flex}.steps-item{text-align:left;background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);width:100%;color:var(--iv-text);cursor:pointer;align-items:flex-start;gap:12px;padding:14px;display:flex}.steps-number{background:var(--iv-brand-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.steps-icon{color:var(--iv-pink);margin-top:2px;font-size:16px}.steps-body{flex-direction:column;flex:1;gap:3px;display:flex}.steps-body strong{font-size:14px}.steps-chevron{color:var(--iv-text-dim);margin-top:4px}.steps-toggle-row{align-items:center;gap:10px;margin-top:8px;display:flex}.steps-toggle{background:var(--iv-surface-3);cursor:pointer;border-radius:999px;flex:none;width:38px;height:22px;position:relative}.steps-toggle-on{background:var(--iv-brand-gradient-h)}.steps-toggle-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .15s;position:absolute;top:2px;left:2px}.steps-toggle-on .steps-toggle-knob{left:18px}.steps-selected-note{color:var(--iv-success);align-items:center;gap:5px;font-size:12px;display:flex}.steps-locked-note{color:var(--iv-text-dim);align-items:center;gap:5px;font-size:12px;display:flex}.steps-item:disabled,.steps-item-locked{cursor:not-allowed;opacity:.6}.steps-item-locked .steps-icon{color:var(--iv-text-dim)}.steps-item-locked .steps-number{background:var(--iv-surface-3);color:var(--iv-text-dim)}.steps-dev-toggle{border:1px dashed var(--iv-border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;display:flex}.steps-dev-label{text-transform:uppercase;letter-spacing:.05em;color:var(--iv-text-dim);font-size:10.5px;font-weight:700}.steps-dev-actions{gap:8px;display:flex}.steps-dev-btn{border:1px solid var(--iv-border);background:var(--iv-surface-2);color:var(--iv-text);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:11.5px}.steps-dev-btn-ghost{color:var(--iv-text-dim);background:0 0}.steps-info-intro{margin:-6px 0 12px;font-size:12px}.steps-info-board{flex-direction:column;gap:12px;display:flex}.steps-info-panel{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);box-shadow:0 0 0 1px var(--iv-pink) inset;align-items:flex-start;gap:12px;padding:16px;display:flex}.steps-info-icon{background:var(--iv-surface-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.steps-info-icon i{color:var(--iv-pink);font-size:16px}.steps-info-panel-body{flex-direction:column;gap:6px;display:flex}.steps-info-panel-body>strong{font-size:14px}.steps-info-panel-body>.show-muted{font-size:12.5px}.steps-info-list{flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.steps-info-list li{color:var(--iv-text-muted);align-items:flex-start;gap:8px;font-size:12px;display:flex}.steps-info-list li i{color:var(--iv-pink);text-align:center;width:14px;margin-top:2px;font-size:11px}.steps-info-panel-selected{box-shadow:0 0 0 1px var(--iv-success) inset}.steps-info-panel-selected .steps-info-icon{background:color-mix(in srgb, var(--iv-success) 16%, transparent)}.steps-info-panel-selected .steps-info-icon i,.steps-info-panel-selected .steps-info-list li i{color:var(--iv-success)}.steps-final-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);align-items:flex-start;gap:12px;padding:14px;display:flex}.steps-final-card i{color:var(--iv-pink);margin-top:2px;font-size:20px}.steps-final-card-locked{opacity:.6}.steps-final-card-locked i{color:var(--iv-text-dim)}.steps-final-body{flex-direction:column;gap:4px;display:flex}.steps-final-title{flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.steps-live-badge{background:var(--iv-danger);color:#fff;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:10px}.steps-locked-badge{background:var(--iv-surface-3);color:var(--iv-text-dim);text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:10px}.audition-stepper{align-items:flex-start;padding:18px 16px 8px;display:flex}.audition-stepper-item{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.audition-stepper-dot{background:var(--iv-surface-2);border:1px solid var(--iv-border);width:26px;height:26px;color:var(--iv-text-muted);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.audition-stepper-active .audition-stepper-dot{background:var(--iv-brand-gradient-h);color:#fff;border-color:#0000}.audition-stepper-done .audition-stepper-dot{background:var(--iv-pink);color:#fff;border-color:#0000}.audition-stepper-label{color:var(--iv-text-dim);text-align:center;font-size:10px}.audition-stepper-active .audition-stepper-label{color:var(--iv-text)}.audition-stepper-line{background:var(--iv-border);z-index:0;width:100%;height:1px;position:absolute;top:13px;left:50%}.audition-stepper-done .audition-stepper-line{background:var(--iv-pink)}.audition-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);flex-direction:column;gap:14px;margin:16px;padding:18px;display:flex}.audition-card-title{margin:0;font-size:16px;font-weight:800}.audition-signed-in{color:var(--iv-text-dim);font-size:12px}.audition-signed-in button{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.audition-success{text-align:center;align-items:center;gap:10px}.audition-success i{color:var(--iv-success);font-size:40px}.audition-dev-reset{margin-top:8px}.show-field{color:var(--iv-text-muted);flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.show-field input,.show-field select,.show-field textarea{background:var(--iv-input-bg);border:1px solid var(--iv-input-border);color:var(--iv-text);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:14px}.show-field input::placeholder,.show-field textarea::placeholder{color:var(--iv-placeholder)}.show-field textarea{resize:vertical}.show-upload-box{border:1.5px dashed var(--iv-border-strong);color:var(--iv-text-muted);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:22px;font-size:13px;display:flex}.show-upload-box i{color:var(--iv-pink);font-size:22px}.show-upload-preview{object-fit:cover;border-radius:10px;width:100%;max-height:220px}.show-brief-box{background:var(--iv-surface-2);color:var(--iv-text-muted);border-radius:12px;max-height:240px;padding:14px;font-size:13px;line-height:1.6;overflow-y:auto}.show-brief-ack{cursor:pointer;color:var(--iv-text);font-size:13px}.show-switch-mode{text-align:center;color:var(--iv-text-muted);margin:0;font-size:13px}.show-switch-mode button{color:var(--iv-pink);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700}.show-step-actions{justify-content:flex-end;gap:10px;display:flex}.show-step-actions .show-btn-ghost{flex:none}.show-error{color:var(--iv-danger);background:#ff5a5a1f;border:1px solid #ff5a5a4d;border-radius:10px;padding:10px 12px;font-size:13px}@media (width<=380px){.steps-info-panel{flex-direction:column}}.show-hero-promo-btn{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:14px;right:16px}.show-hero-promo-btn i{font-size:11px}.show-promo-panel{padding:12px 16px 0}.show-promo-video{border-radius:var(--sh-radius);background:#000;width:100%;max-height:260px;display:block}.show-promo-placeholder{border-radius:var(--sh-radius);background:var(--iv-surface-2) center / cover no-repeat;color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:180px;padding:0 20px;font-size:13px;font-weight:600;display:flex;position:relative;overflow:hidden}.show-promo-placeholder:before{content:"";background:#0000008c;position:absolute;inset:0}.show-promo-placeholder i,.show-promo-placeholder span{z-index:1;position:relative}.show-promo-placeholder i{font-size:20px}.show-promo-placeholder-sub{color:#ffffffbf;font-size:11.5px;font-weight:400}.show-upcoming-list{flex-direction:column;gap:20px;display:flex}.show-upcoming-card{background:var(--iv-surface);border:1px solid var(--iv-border-soft);border-radius:var(--sh-radius);overflow:hidden;box-shadow:0 10px 24px #00000038}.show-upcoming-thumb{background:var(--iv-surface-2) center / cover no-repeat;flex-direction:column;justify-content:flex-end;height:190px;padding:14px;display:flex;position:relative}.show-upcoming-thumb:before{content:"";background:linear-gradient(#0000 35%,#000000e0 100%);position:absolute;inset:0}.show-upcoming-badge{z-index:1;text-transform:uppercase;letter-spacing:.04em;background:var(--iv-brand-gradient-h);color:#fff;white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:12px;right:12px}.show-upcoming-thumb-text{z-index:1;flex-direction:column;gap:3px;display:flex;position:relative}.show-upcoming-name-row{align-items:center;gap:8px;display:flex}.show-upcoming-icon{color:#fff;background:#ffffff24;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;font-size:12px;display:flex}.show-upcoming-name-row strong{letter-spacing:.02em;color:#fff;text-shadow:0 1px 6px #00000080;font-size:18px;font-weight:800}.show-upcoming-tagline{color:#ffffffd9;font-size:12.5px;font-weight:600}.show-upcoming-body{flex-direction:column;gap:8px;padding:14px;display:flex}.show-upcoming-desc{color:var(--iv-text);margin:0;font-size:12.5px;line-height:1.55}.show-upcoming-group{color:var(--iv-text-muted);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600;display:flex}.show-upcoming-group i{color:var(--iv-pink);font-size:11px}.show-upcoming-footer{border-top:1px solid var(--iv-border-soft);text-transform:uppercase;letter-spacing:.06em;width:100%;color:var(--iv-pink);align-self:flex-start;margin-top:4px;padding-top:8px;font-size:10.5px;font-weight:800}button.brand-link-card{cursor:pointer;-webkit-tap-highlight-color:transparent;padding:0;font-family:inherit}.brand-links-grid .brand-link-card span{white-space:normal;-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:64px;display:-webkit-box;overflow:hidden}.brand-manage-btn{border:1px solid var(--iv-border);height:32px;color:var(--iv-text-dim);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:10px;align-items:center;gap:7px;padding:0 12px;font-family:Poppins,sans-serif;font-size:12px;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.brand-manage-btn i{color:#ff2d87;font-size:11px}.brand-manage-btn:hover{background:var(--iv-border-soft);color:var(--iv-text);border-color:#ff2d8759}.brand-link-cell{flex-shrink:0;position:relative}.brand-link-tools{justify-content:center;gap:6px;display:flex;position:absolute;bottom:-6px;left:0;right:0}.brand-link-tools button{border:1px solid var(--iv-border);background:var(--iv-surface);color:#d8d8d8;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:10px;transition:background .2s,color .2s;display:flex}.brand-link-tools button:hover{background:var(--iv-surface-2);color:var(--iv-text)}.brand-link-tools button.danger:hover{color:#ff2d87;background:#ff2d8733}.brand-link-add{color:var(--iv-text-dim)!important;border-style:dashed!important}.brand-link-add i{color:#ff2d87}.brand-limit-note{color:var(--iv-text-muted);margin:10px 0 0;font-family:Poppins,sans-serif;font-size:11.5px}.brand-empty{border:1px dashed var(--iv-border);background:var(--iv-border-soft);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:30px 20px;font-family:Poppins,sans-serif;display:flex}.brand-empty>i{color:var(--iv-text-muted);font-size:26px}.brand-empty p{color:var(--iv-text-dim);margin:0;font-size:14px}.brand-empty small{color:var(--iv-text-muted);max-width:280px;font-size:12px;line-height:1.6}.brand-empty-cta{height:40px;color:var(--iv-on-brand);cursor:pointer;background:linear-gradient(135deg,#ff2d87,#7856ff);border:0;border-radius:12px;align-items:center;gap:8px;margin-top:4px;padding:0 18px;font-family:Sora,sans-serif;font-size:12.5px;font-weight:600;display:inline-flex}.brand-empty-cta:hover{opacity:.92}.brand-modal{z-index:9999999;overscroll-behavior:contain;background:var(--iv-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;padding:20px;font-family:Poppins,sans-serif;animation:.16s ease-out brand-fade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes brand-fade{0%{opacity:0}to{opacity:1}}.brand-modal-sheet{background:var(--iv-surface);border:1px solid var(--iv-border);border-radius:22px;width:100%;max-width:420px;margin:auto;padding:52px 24px 24px;animation:.2s cubic-bezier(.2,.8,.3,1) brand-rise;position:relative;box-shadow:0 24px 70px #000000a6}@keyframes brand-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.brand-modal-close{z-index:2;background:var(--iv-surface-2);width:36px;height:36px;color:var(--iv-text-muted);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;transition:background .2s,color .2s;display:flex;position:absolute;top:10px;right:12px}.brand-modal-close:hover{background:var(--iv-surface-3);color:var(--iv-text)}.brand-modal-close:disabled{opacity:.35;cursor:default}.brand-detail-head{align-items:center;gap:14px;margin-bottom:16px;display:flex}.brand-detail-head h3{color:var(--iv-text);overflow-wrap:anywhere;margin:0;font-family:Sora,sans-serif;font-size:18px;font-weight:600}.brand-detail-icon{color:#ff2d87;background:#ff2d8721;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.brand-detail-host{color:var(--iv-text-muted);margin-top:3px;font-size:12px;display:block}.brand-detail-desc{color:var(--iv-text-dim);overflow-wrap:anywhere;margin:0 0 18px;font-size:13.5px;line-height:1.65}.brand-detail-links{flex-direction:column;gap:9px;display:flex}.brand-detail-link{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);color:var(--iv-text);border-radius:15px;align-items:center;gap:14px;padding:14px 16px;font-size:13.5px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.brand-detail-link:hover{background:var(--iv-surface-2);border-color:#ff2d874d}.brand-detail-link>i:first-child{text-align:center;color:#ff2d87;flex-shrink:0;width:20px;font-size:14px}.brand-detail-link>i:last-child{color:var(--iv-text-muted);flex-shrink:0;margin-left:auto;font-size:11px}.brand-detail-link span{flex-direction:column;gap:2px;min-width:0;display:flex}.brand-detail-link small{color:var(--iv-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.brand-detail-empty{background:var(--iv-border-soft);text-align:center;color:var(--iv-text-muted);border-radius:14px;margin:0;padding:18px;font-size:12.5px}.brand-detail-edit{border:1px solid var(--iv-border);color:#d2d2d2;cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;height:48px;margin-top:18px;font-family:Sora,sans-serif;font-size:13px;transition:background .2s;display:flex}.brand-detail-edit i{color:#ff2d87;font-size:12px}.brand-detail-edit:hover{background:var(--iv-border-soft)}.brand-form-title{color:var(--iv-text);margin:0 0 20px;font-family:Sora,sans-serif;font-size:18px;font-weight:600}.brand-form-label{color:var(--iv-text-dim);margin:0 0 7px;font-size:12px;display:block}.brand-form-input{border:1px solid var(--iv-border);background:var(--iv-scrim);width:100%;height:50px;color:var(--iv-text);border-radius:13px;outline:none;margin-bottom:16px;padding:0 16px;font-family:Poppins,sans-serif;font-size:13.5px;transition:border-color .25s,box-shadow .25s}.brand-form-input::placeholder{color:var(--iv-text-muted)}.brand-form-input:focus{border-color:#ff2d87;box-shadow:0 0 18px #ff2d8724}.brand-form-textarea{resize:vertical;height:auto;min-height:86px;padding:14px 16px;line-height:1.55}.brand-form-error{color:#ff6b6b;margin:-6px 0 14px;font-size:12.5px;line-height:1.5}.brand-form-actions{gap:10px;margin-top:6px;display:flex}.brand-form-save,.brand-form-cancel,.brand-form-delete{cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;height:50px;font-family:Sora,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s,background .2s;display:flex}.brand-form-save{color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#7856ff)}.brand-form-save:hover{opacity:.92}.brand-form-save:disabled{opacity:.45;cursor:default}.brand-form-cancel{background:var(--iv-surface-2);color:#d2d2d2}.brand-form-cancel:hover{background:var(--iv-surface-3)}.brand-form-delete{color:#ff2d87;background:#ff2d871a;border:1px solid #ff2d874d}.brand-form-delete:hover{background:#ff2d872e}.brand-form-delete:disabled,.brand-form-cancel:disabled{opacity:.45;cursor:default}@media (width<=560px){.brand-modal-sheet{padding:50px 18px 20px}.brand-detail-icon{width:46px;height:46px;font-size:19px}.brand-detail-head h3{font-size:16.5px}.brand-form-actions{gap:8px}.brand-form-save,.brand-form-cancel,.brand-form-delete{height:46px;font-size:12.5px}}.visit-profile{background:var(--iv-bg);z-index:99998;-webkit-overflow-scrolling:touch;position:fixed;inset:0;overflow-y:auto}.visit-profile-back{background:var(--iv-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:2;width:40px;height:40px;box-shadow:var(--iv-shadow-soft);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex;position:fixed;top:14px;left:14px}.visit-profile-back:active{transform:scale(.94)}.visit-profile-more{background:var(--iv-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:2;width:40px;height:40px;box-shadow:var(--iv-shadow-soft);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex;position:fixed;top:14px;right:14px}.visit-profile-more:active{transform:scale(.94)}.visit-profile-loading{text-align:center;color:var(--iv-text-dim);padding:10px 20px;font-size:13px}.my-saved-page{z-index:99998;background:var(--iv-bg);flex-direction:column;display:flex;position:fixed;inset:0}.ms-header{padding:calc(12px + env(safe-area-inset-top,0px)) 14px 12px;border-bottom:1px solid var(--iv-border);flex:none;align-items:center;gap:10px;display:flex}.ms-back,.ms-header-action{background:var(--iv-surface-2);width:40px;height:40px;color:var(--iv-text);cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:15px;display:flex}.ms-header-spacer{flex:none;width:40px}.ms-header-title{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;display:flex}.ms-header-title span{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:16px;font-weight:700;overflow:hidden}.ms-header-title small{color:var(--iv-text-dim);font-size:11.5px}.ms-tabs{border-bottom:1px solid var(--iv-border);flex:none;display:flex;position:relative}.ms-tab{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;flex:1;padding:13px 8px;font-family:inherit;font-size:13.5px;font-weight:700;transition:color .2s}.ms-tab.active{color:var(--iv-text)}.ms-tab-indicator{background:linear-gradient(90deg,var(--iv-pink),var(--iv-purple));border-radius:2px;width:50%;height:2px;transition:transform .28s cubic-bezier(.22,1.2,.36,1);position:absolute;bottom:-1px;left:0}.ms-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:14px 14px calc(24px + env(safe-area-inset-bottom,0px));flex:auto;overflow-y:auto}.ms-section-head{justify-content:space-between;align-items:center;gap:12px;margin:6px 0 10px;display:flex}.ms-section-head h3{color:var(--iv-text);margin:0;font-size:14px;font-weight:700}.ms-count{color:var(--iv-text-dim);font-size:12px}.ms-create-btn{border:1px solid var(--iv-border-strong);background:var(--iv-surface-2);color:var(--iv-text);cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-family:inherit;font-size:12.5px;font-weight:600;display:flex}.ms-hint{color:var(--iv-text-dim);margin:0 0 18px;font-size:12.5px;line-height:1.5}.ms-hint--tight{margin-bottom:12px}.ms-folder-row{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-bottom:22px;display:grid}.ms-folder{border:1px solid var(--iv-border);background:var(--iv-surface-2);cursor:pointer;border-radius:16px;flex-direction:column;gap:4px;padding:14px;display:flex;position:relative}.ms-folder-icon{background:linear-gradient(135deg,var(--iv-pink),var(--iv-purple));color:#fff;border-radius:11px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:4px;font-size:15px;display:flex}.ms-folder-name{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;overflow:hidden}.ms-folder-count{color:var(--iv-text-dim);font-size:11.5px}.ms-folder-actions{gap:6px;margin-top:10px;display:flex}.ms-folder-actions button{background:var(--iv-surface-3);width:30px;height:30px;color:var(--iv-text-dim);cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;font-size:11.5px;display:flex}.ms-folder-actions button:hover{color:var(--iv-text)}.ms-grid{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:6px;display:grid}.ms-tile{aspect-ratio:4/5;background:var(--iv-surface-2);cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.ms-tile-media{object-fit:cover;width:100%;height:100%;display:block}.ms-tile-media--empty{color:var(--iv-text-faint);justify-content:center;align-items:center;font-size:22px;display:flex}.ms-tile-scrim{pointer-events:none;background:linear-gradient(#00000073 0%,#0000 38% 58%,#000000b3 100%);position:absolute;inset:0}.ms-tile-play{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;pointer-events:none;background:#00000073;border:1.5px solid #ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding-left:3px;font-size:13px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ms-tile-author{color:#fff;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 4px #0009;font-size:11px;font-weight:600;position:absolute;bottom:7px;left:8px;right:8px;overflow:hidden}.ms-tile-actions{flex-direction:column;gap:5px;display:flex;position:absolute;top:6px;right:6px}.ms-tile-action{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;display:flex}.ms-tile-action:active{transform:scale(.92)}.ms-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:56px 24px;display:flex}.ms-empty i{color:var(--iv-text-faint);margin-bottom:4px;font-size:30px}.ms-empty p{color:var(--iv-text);margin:0;font-size:15px;font-weight:700}.ms-empty span{color:var(--iv-text-dim);max-width:270px;font-size:12.5px;line-height:1.5}.ms-input{border:1px solid var(--iv-input-border);background:var(--iv-input-bg);width:100%;height:46px;color:var(--iv-text);border-radius:12px;outline:none;padding:0 14px;font-family:inherit;font-size:14px}.ms-input::placeholder{color:var(--iv-text-dim)}.ms-submit{border-radius:14px;width:100%;padding:13px;font-size:15px;font-weight:700}.ms-subhead{color:var(--iv-text-dim);margin:18px 0 8px;font-size:12.5px;font-weight:700}.ms-pick-list{flex-direction:column;gap:6px;margin-top:12px;display:flex}.ms-pick{background:var(--iv-surface-2);width:100%;color:var(--iv-text);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:11px;padding:11px 12px;font-family:inherit;font-size:14px;display:flex}.ms-pick.selected{border-color:var(--iv-pink);background:#ff2d871a}.ms-pick--static{cursor:default}.ms-pick span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ms-pick-avatar{border-radius:50%;flex-shrink:0;width:34px;height:34px}.ms-pick-check{color:var(--iv-pink);font-size:13px}.ms-revoke{color:var(--iv-text-dim);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12.5px;font-weight:600}.ms-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.ms-chip{background:linear-gradient(90deg,var(--iv-pink),var(--iv-purple));color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:7px;padding:6px 11px;font-family:inherit;font-size:12px;font-weight:600;display:flex}.composer-modal{z-index:999999;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.composer-backdrop{background:var(--iv-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;inset:0}.composer-sheet{z-index:1;background:var(--iv-surface);border:1px solid var(--iv-border);width:100%;max-height:92vh;padding-bottom:env(safe-area-inset-bottom,0px);border-bottom:none;border-radius:20px 20px 0 0;flex-direction:column;animation:.22s composer-rise;display:flex;position:relative}@keyframes composer-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.composer-sheet{animation:none}}.composer-sheet.is-dragging{transition:none;animation:none}.composer-sheet.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1);animation:none}.composer-sheet.is-closing{transition:transform .26s cubic-bezier(.4,0,1,1);animation:none;transform:translateY(110%)}.composer-backdrop{transition:opacity .2s}@media (prefers-reduced-motion:reduce){.composer-sheet.is-springing,.composer-sheet.is-closing{transition:none}}.composer-header{touch-action:none;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--iv-surface-2);flex:none;align-items:center;gap:12px;padding:14px 16px;display:flex}.composer-header h2{text-align:center;flex:1;margin:0;font-size:16px;font-weight:700}.composer-close{background:var(--iv-surface-2);width:36px;height:36px;color:var(--iv-text);border-radius:50%;flex:0 0 36px;place-items:center;font-size:15px;display:grid}.composer-post-btn{height:36px;color:var(--iv-on-brand);background:linear-gradient(135deg,#ff2d87,#9d4dff);border-radius:18px;flex:none;padding:0 18px;font-size:13.5px;font-weight:700;transition:opacity .15s}.composer-post-btn:disabled{opacity:.4;cursor:not-allowed}.composer-body{flex-direction:column;flex:auto;gap:14px;padding:16px;display:flex;overflow-y:auto}.composer-author{align-items:center;gap:11px;display:flex}.composer-avatar{object-fit:cover;border-radius:50%;flex:0 0 44px;width:44px;height:44px}.composer-author-info{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.composer-author-name{font-size:14.5px;font-weight:600}.composer-audience{background:var(--iv-surface-2);border:1px solid var(--iv-border);height:26px;color:var(--iv-text-muted);border-radius:13px;align-items:center;gap:6px;padding:0 10px;font-size:11.5px;font-weight:600;display:inline-flex}.composer-audience.is-exclusive{color:var(--iv-pink-text);background:#ff2d8724;border-color:#ff2d8766}.composer-audience-caret{opacity:.6;font-size:9px}.composer-text{resize:none;width:100%;min-height:120px;color:var(--iv-text);background:0 0;border:none;outline:none;font-family:inherit;font-size:16px;line-height:1.55}.composer-text::placeholder{color:var(--iv-text-faint)}.composer-grid{border-radius:14px;gap:6px;display:grid;overflow:hidden}.composer-grid.count-1{grid-template-columns:1fr}.composer-grid.count-2,.composer-grid.count-3,.composer-grid.count-4{grid-template-columns:1fr 1fr}.composer-thumb{aspect-ratio:1;background:var(--iv-surface-2);border-radius:10px;position:relative;overflow:hidden}.composer-grid.count-1 .composer-thumb{aspect-ratio:4/3}.composer-thumb img{object-fit:cover;width:100%;height:100%;display:block}.composer-thumb-remove{background:var(--iv-scrim);width:26px;height:26px;color:var(--iv-on-brand);border-radius:50%;place-items:center;font-size:12px;display:grid;position:absolute;top:6px;right:6px}.composer-video{background:var(--iv-surface);border-radius:14px;position:relative;overflow:hidden}.composer-video video{width:100%;max-height:320px;display:block}.composer-field{background:var(--iv-border-soft);border:1px solid var(--iv-border);border-radius:12px;align-items:center;gap:9px;min-height:46px;padding:0 12px;display:flex}.composer-field>i{color:var(--iv-text-dim);flex:none;font-size:13px}.composer-field input{min-width:0;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.composer-field input::placeholder{color:var(--iv-text-faint)}.composer-field-action{width:28px;height:28px;color:var(--iv-text-muted);border-radius:50%;flex:none;place-items:center;font-size:12.5px;display:grid}.composer-field-action:disabled{opacity:.5}.composer-field--tags{align-items:flex-start;padding-top:9px;padding-bottom:9px}.composer-field--tags>i{margin-top:7px}.composer-tags{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex}.composer-tag{height:26px;color:var(--iv-purple-2);background:#9d4dff29;border:1px solid #9d4dff59;border-radius:13px;align-items:center;gap:5px;padding:0 4px 0 9px;font-size:12px;font-weight:600;display:inline-flex}.composer-tag button{background:var(--iv-surface-2);width:18px;height:18px;color:inherit;border-radius:50%;place-items:center;font-size:9px;display:grid}.composer-tags input{min-width:110px;height:26px;color:var(--iv-text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px}.composer-error{color:var(--iv-danger);margin:0;font-size:12.5px}.composer-toggle-row{background:var(--iv-surface-2);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:0 12px;display:flex}.composer-toggle-row>span{color:var(--iv-text-muted);align-items:center;gap:9px;font-size:13.5px;display:inline-flex}.composer-toggle-row i{color:var(--iv-text-dim);font-size:13px}.composer-toggle{width:18px;height:18px;accent-color:var(--iv-pink-text);cursor:pointer}.composer-count{text-align:right;color:var(--iv-text-faint);margin:0;font-size:11.5px}.composer-tools{border-top:1px solid var(--iv-surface-2);background:var(--iv-border-soft);flex:none;align-items:center;gap:6px;padding:10px 12px;display:flex}.composer-tool{min-height:52px;color:var(--iv-text-muted);background:0 0;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:5px;font-size:11px;font-weight:600;transition:background .15s;display:flex}.composer-tool i{font-size:17px}.composer-tool:active{background:var(--iv-surface-2)}.composer-tool.is-on{background:var(--iv-surface-2);color:var(--iv-text)}@media (width>=560px){.composer-modal{align-items:center}.composer-sheet{border-bottom:1px solid var(--iv-border);border-radius:20px;max-width:520px;max-height:86vh;padding-bottom:0}}.pm-modal{z-index:10000000;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.pm-backdrop{background:var(--iv-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .2s;position:absolute;inset:0}.pm-sheet{z-index:1;width:100%;max-width:560px;max-height:min(78vh,640px);padding:0 12px calc(12px + env(safe-area-inset-bottom,0px));background:var(--iv-surface);border:1px solid var(--iv-border);will-change:transform;border-bottom:none;border-radius:24px 24px 0 0;flex-direction:column;gap:8px;animation:.3s cubic-bezier(.2,1.15,.35,1) pm-rise;display:flex;position:relative;overflow:hidden;box-shadow:0 -20px 60px #00000080}@keyframes pm-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pm-sheet.is-dragging{transition:none}.pm-sheet.is-springing{transition:transform .45s cubic-bezier(.18,1.28,.32,1)}.pm-sheet.is-closing{transition:transform .22s cubic-bezier(.4,0,1,1);transform:translateY(110%)}@media (prefers-reduced-motion:reduce){.pm-sheet,.pm-sheet.is-springing,.pm-sheet.is-closing{transition:none;animation:none}}.pm-grab{cursor:grab;touch-action:none;flex:none;justify-content:center;align-items:center;padding:11px 0 7px;display:flex}.pm-grab:active{cursor:grabbing}.pm-handle{background:var(--iv-border-strong);border-radius:3px;width:42px;height:5px}.pm-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;scrollbar-width:none;flex-direction:column;flex:auto;gap:8px;min-height:0;display:flex;overflow-y:auto}.pm-body::-webkit-scrollbar{display:none}.pm-list{background:var(--iv-surface-2);border-radius:14px;overflow:hidden}.pm-row{width:100%;min-height:54px;color:var(--iv-text);text-align:left;background:0 0;border:0;align-items:center;gap:13px;padding:9px 14px;font-family:inherit;transition:background .15s;display:flex}.pm-row+.pm-row{border-top:1px solid var(--iv-border-soft)}.pm-row:active{background:var(--iv-surface-2)}.pm-row:disabled{opacity:.5}.pm-row-icon{text-align:center;color:var(--iv-text-muted);flex:0 0 20px;font-size:15px}.pm-row-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.pm-row-label{font-size:14.5px;font-weight:600;line-height:1.25}.pm-row-sub{color:var(--iv-text-dim);font-size:11.5px;line-height:1.4}.pm-row.is-danger .pm-row-icon,.pm-row.is-danger .pm-row-label{color:var(--iv-danger)}.pm-switch{background:var(--iv-track);border-radius:12px;flex:0 0 42px;width:42px;height:24px;transition:background .2s;position:relative}.pm-switch.is-on{background:linear-gradient(135deg,#ff2d87,#9d4dff)}.pm-switch-knob{background:var(--iv-on-brand);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000047}.pm-switch.is-on .pm-switch-knob{transform:translate(18px)}.pm-cancel{background:var(--iv-surface-2);width:100%;min-height:52px;color:var(--iv-text);border-radius:14px;font-family:inherit;font-size:14.5px;font-weight:600}.pm-cancel:active{background:var(--iv-surface-3)}.pm-confirm{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:14px 18px 4px;display:flex}.pm-confirm-icon{width:54px;height:54px;color:var(--iv-danger);background:#ff5a5a1f;border-radius:50%;place-items:center;margin-bottom:2px;font-size:20px;display:grid}.pm-confirm h3{margin:0;font-size:17px;font-weight:700}.pm-confirm p{color:var(--iv-text-dim);max-width:320px;margin:0 0 6px;font-size:12.5px;line-height:1.55}.pm-confirm-delete{background:var(--iv-danger);width:100%;min-height:52px;color:var(--iv-on-brand);border-radius:14px;font-family:inherit;font-size:14.5px;font-weight:700}.pm-confirm-delete:disabled{opacity:.6}.pm-confirm-cancel{background:var(--iv-surface-2);width:100%;min-height:50px;color:var(--iv-text);border-radius:14px;font-family:inherit;font-size:14.5px;font-weight:600}@media (width>=560px){.pm-modal{align-items:center}.pm-sheet{border-bottom:1px solid var(--iv-border);border-radius:20px;max-width:440px;max-height:84vh;padding-bottom:14px}}.activity-log-overlay{z-index:9999999;background:var(--iv-surface);flex-direction:column;font-family:Poppins,sans-serif;animation:.22s ease-out activity-log-in;display:flex;position:fixed;inset:0}@keyframes activity-log-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.activity-log-topbar{padding:14px 18px;padding-top:calc(14px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0;align-items:center;gap:14px;display:flex}.activity-log-topbar h2{color:var(--iv-text);margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:600}.activity-log-back{background:var(--iv-surface-2);width:38px;height:38px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:background .2s;display:flex}.activity-log-back:hover{background:var(--iv-surface-3)}.activity-log-refresh{background:var(--iv-surface-2);width:38px;height:38px;color:var(--iv-text-muted);cursor:pointer;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:14px;transition:background .2s,color .2s;display:flex}.activity-log-refresh:hover{background:var(--iv-surface-3);color:var(--iv-text)}.activity-log-refresh:disabled{opacity:.4;cursor:default}.activity-log-refresh.spinning i{animation:.8s linear infinite activity-log-spin}@keyframes activity-log-spin{to{transform:rotate(360deg)}}.activity-log-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:18px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));flex:1;overflow-y:auto}.activity-log-inner{max-width:720px;margin:0 auto}.activity-log-notice{color:var(--iv-text-dim);background:#ff2d8712;border:1px solid #ff2d8738;border-radius:14px;align-items:flex-start;gap:10px;margin-bottom:16px;padding:12px 14px;font-size:12px;line-height:1.55;display:flex}.activity-log-notice i{color:#ff2d87;margin-top:1px}.activity-log-day{letter-spacing:.4px;text-transform:uppercase;color:var(--iv-text-muted);margin:0 0 10px;padding-top:6px;font-family:Sora,sans-serif;font-size:12px;font-weight:600}.activity-log-day:not(:first-child){margin-top:22px}.activity-log-item{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:16px;align-items:flex-start;gap:14px;margin-bottom:10px;padding:14px;display:flex}.activity-log-icon{width:40px;height:40px;color:var(--iv-text);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;display:flex}.activity-log-icon.tone-auth{color:#7ba4ff;background:#5a8cff29}.activity-log-icon.tone-profile{background:var(--iv-surface-2);color:#d6d6d6}.activity-log-icon.tone-security{color:#ff2d87;background:#ff2d8729}.activity-log-icon.tone-creator{color:#a97bff;background:#8b3dff29}.activity-log-icon.tone-billing{color:#3ddc84;background:#3ddc8424}.activity-log-icon.tone-social{color:#4dc4ff;background:#4dc4ff29}.activity-log-icon.tone-moderation{color:#ff5f5f;background:#ff5f5f29}.activity-log-icon.tone-content{color:#ffb820;background:#ffb82029}.activity-log-body{flex:1;min-width:0}.activity-log-label{color:var(--iv-text);margin:0;font-size:14px;font-weight:500;line-height:1.4}.activity-log-context{color:var(--iv-text-dim);overflow-wrap:anywhere;margin:4px 0 0;font-size:12.5px;line-height:1.5}.activity-log-meta{color:var(--iv-text-muted);flex-wrap:wrap;align-items:center;gap:6px 12px;margin:7px 0 0;font-size:11.5px;display:flex}.activity-log-meta span{align-items:center;gap:5px;display:inline-flex}.activity-log-pending{color:#ff2d87;background:#ff2d871f;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:10.5px;display:inline-flex}.activity-log-empty,.activity-log-loading{text-align:center;color:var(--iv-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:70px 24px;display:flex}.activity-log-empty i,.activity-log-loading i{color:var(--iv-text-muted);font-size:34px}.activity-log-empty p,.activity-log-loading p{color:var(--iv-text-dim);margin:0;font-size:14px}.activity-log-empty small{color:var(--iv-text-muted);max-width:300px;font-size:12px;line-height:1.6}.activity-log-loading i{animation:1s linear infinite activity-log-spin}.activity-log-more{border:1px solid var(--iv-border);width:100%;height:48px;color:var(--iv-text-dim);cursor:pointer;background:0 0;border-radius:14px;margin-top:6px;font-family:Sora,sans-serif;font-size:13px;transition:background .2s;display:block}.activity-log-more:hover{background:var(--iv-border-soft)}.activity-log-more:disabled{opacity:.5;cursor:default}@media (width<=560px){.activity-log-scroll{padding:14px}.activity-log-item{gap:12px;padding:12px}.activity-log-icon{width:36px;height:36px;font-size:14px}.activity-log-label{font-size:13.5px}}.blocked-users-overlay{z-index:9999999;background:var(--iv-surface);flex-direction:column;font-family:Poppins,sans-serif;animation:.22s ease-out blocked-users-in;display:flex;position:fixed;inset:0}@keyframes blocked-users-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.blocked-users-topbar{padding:14px 18px;padding-top:calc(14px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--iv-border);background:var(--iv-surface);flex-shrink:0;align-items:center;gap:14px;display:flex}.blocked-users-topbar h2{color:var(--iv-text);margin:0;font-family:Sora,sans-serif;font-size:17px;font-weight:600}.blocked-users-back{background:var(--iv-surface-2);width:38px;height:38px;color:var(--iv-text);cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;transition:background .2s;display:flex}.blocked-users-back:hover{background:var(--iv-surface-3)}.blocked-users-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding:18px;padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));flex:1;overflow-y:auto}.blocked-users-inner{max-width:720px;margin:0 auto}.blocked-users-search-wrap{margin-bottom:14px;position:relative}.blocked-users-search-icon{color:var(--iv-text-muted);font-size:13px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.blocked-users-search-input{background:var(--iv-surface-2);border:1px solid var(--iv-border-soft);width:100%;height:46px;color:var(--iv-text);border-radius:14px;padding:0 14px 0 38px;font-family:inherit;font-size:13.5px}.blocked-users-search-input:focus{border-color:var(--iv-pink);outline:none}.blocked-users-search-input::placeholder{color:var(--iv-text-muted)}.blocked-users-hint{color:var(--iv-text-dim);margin:0 2px 16px;font-size:12px;line-height:1.55}.blocked-users-list{flex-direction:column;gap:10px;display:flex}.blocked-users-row{background:var(--iv-border-soft);border:1px solid var(--iv-border-soft);border-radius:16px;align-items:center;gap:12px;padding:12px 14px;display:flex}.blocked-users-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px;font-size:14px}.blocked-users-row-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.blocked-users-name{color:var(--iv-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.blocked-users-username{color:var(--iv-text-dim);font-size:12px}.blocked-users-unblock{background:var(--iv-surface-2);border:1px solid var(--iv-border);color:var(--iv-text);cursor:pointer;border-radius:12px;flex-shrink:0;padding:9px 16px;font-family:Sora,sans-serif;font-size:12.5px;font-weight:600}.blocked-users-unblock:hover{background:var(--iv-surface-3)}.blocked-users-unblock:disabled{opacity:.5;cursor:default}.blocked-users-block{background:var(--iv-danger);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:12px;flex-shrink:0;padding:9px 16px;font-family:Sora,sans-serif;font-size:12.5px;font-weight:600}.blocked-users-already{color:var(--iv-text-muted);flex-shrink:0;padding:9px 14px;font-size:12px;font-weight:600}.blocked-users-empty{text-align:center;color:var(--iv-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:70px 24px;display:flex}.blocked-users-empty i{color:var(--iv-text-muted);font-size:34px}.blocked-users-empty p{color:var(--iv-text-dim);margin:0;font-size:14px}.blocked-users-empty small{color:var(--iv-text-muted);font-size:12px}@media (width<=560px){.blocked-users-scroll{padding:14px}.blocked-users-row{gap:10px;padding:10px 12px}.blocked-users-avatar{width:38px;height:38px}.blocked-users-name{font-size:13.5px}}.crash-screen{z-index:2147483647;background:#0b0b0d;padding:24px;font-family:Poppins,system-ui,sans-serif;display:flex;position:fixed;inset:0;overflow-y:auto}.crash-card{color:#fff;background:#141418;border:1px solid #ffffff1a;border-radius:20px;width:640px;max-width:100%;margin:auto;padding:28px}.crash-icon{color:#ffb020;font-size:28px}.crash-card h1{margin:14px 0 6px;font-size:19px;font-weight:700}.crash-lede{color:#fff9;margin:0 0 16px;font-size:13px;line-height:1.6}.crash-message,.crash-details pre{color:#ff8f8f;white-space:pre-wrap;word-break:break-word;background:#08080a;border:1px solid #ffffff14;border-radius:10px;margin:0;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.55}.crash-details{margin-top:12px}.crash-details summary{cursor:pointer;color:#ffffffb3;padding:6px 0;font-size:12.5px}.crash-details pre{color:#ffffffb8;max-height:320px;margin-top:8px;overflow:auto}.crash-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.crash-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:999px;padding:10px 18px;font-family:inherit;font-size:13px}.crash-btn--primary{background:linear-gradient(135deg,#ff2d87,#7a2fff);border-color:#0000;font-weight:600}:root{--iv-btn-bg:var(--iv-surface);--iv-btn-pink:#ff2d87;--iv-btn-purple:#7856ff;--iv-btn-cyan:#00d4ff;--iv-btn-speed:4s}.iv-btn,.btn-primary,.login-btn,.forgot-btn,.create-btn,.add-link-btn,.view-all-btn,.premium-subscribe-btn,.media-type-btn,.social-card-open,.social-fallback-open,.feed2-follow,.social-card-toggle{cursor:pointer;animation:iv-btn-flow var(--iv-btn-speed) linear infinite;-webkit-tap-highlight-color:transparent;transition:transform .12s,filter .2s;position:relative;background:linear-gradient(var(--iv-btn-bg),var(--iv-btn-bg)) padding-box, linear-gradient(90deg, var(--iv-btn-pink) 0%, var(--iv-btn-purple) 25%, var(--iv-btn-cyan) 50%, var(--iv-btn-purple) 75%, var(--iv-btn-pink) 100%) border-box!important;color:var(--iv-text)!important;background-position:0 0,0 0!important;background-repeat:no-repeat!important;background-size:100% 100%,300% 100%!important;border:1px solid #0000!important}@keyframes iv-btn-flow{to{background-position:0 0,-300% 0}}.iv-btn:hover,.btn-primary:hover,.login-btn:hover,.forgot-btn:hover,.create-btn:hover,.add-link-btn:hover,.view-all-btn:hover,.premium-subscribe-btn:hover,.media-type-btn:hover,.social-card-open:hover,.social-fallback-open:hover,.feed2-follow:hover,.social-card-toggle:hover{filter:brightness(1.25)saturate(1.15);animation-duration:1.6s}.iv-btn:active,.btn-primary:active,.login-btn:active,.forgot-btn:active,.create-btn:active,.add-link-btn:active,.view-all-btn:active,.premium-subscribe-btn:active,.media-type-btn:active,.social-card-open:active,.social-fallback-open:active,.feed2-follow:active,.social-card-toggle:active{transform:scale(.975)}.iv-btn:disabled,.btn-primary:disabled,.login-btn:disabled,.forgot-btn:disabled,.create-btn:disabled,.add-link-btn:disabled,.premium-subscribe-btn:disabled{opacity:.45;cursor:default;animation-play-state:paused;transform:none}.media-type-btn.selected,.feed2-follow.following{background:linear-gradient(#ff2d8724,#7856ff24) padding-box, linear-gradient(90deg, var(--iv-btn-pink) 0%, var(--iv-btn-purple) 25%, var(--iv-btn-cyan) 50%, var(--iv-btn-purple) 75%, var(--iv-btn-pink) 100%) border-box!important;background-size:100% 100%,300% 100%!important}.iv-btn:focus-visible,.btn-primary:focus-visible,.login-btn:focus-visible,.forgot-btn:focus-visible,.social-card-open:focus-visible{outline-offset:2px;outline:2px solid #ffffffa6}@media (prefers-reduced-motion:reduce){.iv-btn,.btn-primary,.login-btn,.forgot-btn,.create-btn,.add-link-btn,.view-all-btn,.premium-subscribe-btn,.media-type-btn,.social-card-open,.social-fallback-open,.feed2-follow,.social-card-toggle{animation:none}}:root{--iv-frame-width:560px;--iv-frame-half:280px}@media (width>=560px){html,body{background:var(--iv-bg-alt)}#root{max-width:var(--iv-frame-width);background:var(--iv-bg);min-height:100vh;margin:0 auto;box-shadow:0 0 60px #00000059}.iv-header,.view-as-bar,.bottom-nav,.feed-page-scope .reels-viewer-topbar,.feed-page-scope .reels-filter-row,.pro-dashboard-overlay,.creator-studio,.live-viewer,.post-viewer,.highlight-viewer,.photo-lightbox,.golive-screen,.vr-viewer,.vr-comments-mode,.chat-page,.login-page-scope,.signup-page-scope,.story-viewer-scope,.splash-scope,.loading-scope,.cropper-overlay,.activity-log-overlay,.crash-screen,.visit-profile,.my-saved-page,.search-screen,.text-editor,.pv-comments-sheet,.edit-profile-sheet,.highlight-modal-sheet,.share-sheet{max-width:var(--iv-frame-width);margin-left:auto;margin-right:auto}.creator-studio-scope .bottom-sheet{max-width:var(--iv-frame-width)!important;margin-left:auto!important;margin-right:auto!important}.vr-back-btn{left:calc(50% - var(--iv-frame-half) + 14px)}.auth-theme-toggle{right:calc(50% - var(--iv-frame-half) + clamp(12px, 2.4vw, 24px))}.visit-profile-back{left:calc(50% - var(--iv-frame-half) + 14px)}.notification-panel,.menu-panel{right:calc(50% - var(--iv-frame-half))}}
