:root{--bg: #F8F9FA;--surface: #FFFFFF;--surface-subtle: #F3F4F6;--ink: #111827;--muted: #6B7280;--stage: #0F172A;--primary: #5B46E8;--primary-hover: #4A34D3;--primary-light: #EEF2FF;--accent: #10B981;--accent-text: #064E3B;--danger: #DC2626;--danger-bg: #FEF2F2;--border: #E5E7EB;--border-subtle: #F3F4F6;--demo-banner-bg: #FFFBEB;--demo-banner-border: #FDE68A;--demo-banner-text: #92400E;--font-sans: "Be Vietnam Pro", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Nunito", "Be Vietnam Pro", system-ui, sans-serif;--text-xs: 12px;--text-sm: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 24px;--text-2xl: 32px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--space-16: 64px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--max-width: 1360px;--desktop-sidebar-width: 230px;--desktop-gutter: 32px;--mobile-gutter: 16px;--header-height: 52px;--mobile-nav-height: 60px;--transition-fast: .15s ease;--transition-base: .22s cubic-bezier(.16, 1, .3, 1);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .03);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;max-width:100vw}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,span,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.skip-link{position:absolute;top:-100px;left:16px;background:var(--primary);color:#fff;padding:8px 16px;border-radius:var(--radius-sm);font-weight:700;font-size:var(--text-sm);z-index:9999;text-decoration:none;transition:top var(--transition-fast);box-shadow:var(--shadow-md)}.skip-link:focus{top:16px}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes idleBreathe{0%,to{transform:scale(1) translateY(0)}50%{transform:scale(1.018) translateY(-2px)}}@keyframes subtleSway{0%,to{transform:rotate(0)}25%{transform:rotate(.8deg)}75%{transform:rotate(-.8deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseGlow{0%,to{opacity:1}50%{opacity:.4}}.animating-idle{animation:idleBreathe 3.2s ease-in-out infinite}.frozen{animation:none!important;transform:none!important}.spin-icon{animation:spin 2s linear infinite}.pulse-icon{animation:pulseGlow 1.5s ease-in-out infinite}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}.demo-banner{background-color:var(--demo-banner-bg);border-bottom:1px solid var(--demo-banner-border);color:var(--demo-banner-text);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);z-index:1000;position:sticky;top:0}.demo-badge{display:inline-flex;align-items:center;background-color:var(--primary);color:#fff;font-weight:700;font-size:var(--text-xs);padding:2px 8px;border-radius:var(--radius-full);letter-spacing:.5px}.demo-banner-content{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.demo-banner-link{color:var(--demo-banner-text);font-weight:600;text-decoration:underline;text-underline-offset:2px}.demo-banner-link:hover{color:var(--ink)}.app-shell{display:flex;flex-direction:column;width:100%;min-height:calc(100vh - 40px)}.sidebar{width:100%;height:64px;background-color:var(--surface);border-bottom:1px solid var(--border);border-right:none;padding:0 clamp(16px,3.5vw,40px);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-4);position:sticky;top:36px;z-index:990;box-shadow:0 1px 3px #0000000a}.sidebar-brand-group{display:flex;align-items:center;gap:16px;flex-shrink:0}.brand-logo{display:inline-flex;align-items:center;gap:8px;font-size:19px;font-weight:800;color:var(--primary);letter-spacing:-.02em}.brand-orbit{font-size:16px;color:var(--primary)}.brand-badge{background-color:#ede9fe;color:var(--primary);font-size:10px;padding:2px 7px;border-radius:var(--radius-full);font-weight:700;letter-spacing:.04em}.header-tenant-switcher select{padding:5px 12px;border-radius:var(--radius-full);border:1px solid var(--border);background-color:var(--surface-subtle);font-size:12px;font-weight:600;color:var(--ink);cursor:pointer;outline:none;transition:all var(--transition-fast)}.header-tenant-switcher select:hover,.header-tenant-switcher select:focus{border-color:var(--primary);background-color:#fff}.header-nav-container{display:flex;align-items:center;justify-content:center;flex:1}.nav-links{list-style:none;display:flex;flex-direction:row;align-items:center;gap:4px;margin:0;padding:0}.nav-item a{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:var(--radius-full);font-weight:600;font-size:14px;color:var(--muted);transition:all var(--transition-fast);text-decoration:none}.nav-item a:hover{background-color:var(--surface-subtle);color:var(--ink)}.nav-item a.active{background-color:#ede9fe;color:var(--primary);font-weight:700}.nav-item--review-only a{font-size:12px;padding:6px 11px;color:#9ca3af}.unread-badge-pill{background-color:var(--primary);color:#fff;font-size:11px;font-weight:700;padding:1px 7px;border-radius:10px;line-height:1.3}.sidebar-tools{display:flex;align-items:center;gap:8px;flex-shrink:0}.btn-header-tool{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;border-radius:var(--radius-full);height:34px;min-height:34px;border:1px solid var(--border);background:var(--surface);color:var(--muted)}.btn-header-tool:hover{background:var(--surface-subtle);color:var(--ink)}.btn-header-tool.active{background-color:var(--tenant-accent-light, #EDE9FE);color:var(--primary);border-color:var(--tenant-accent-border, #DDD6FE);font-weight:700}.header-user-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;margin-left:4px;transition:transform var(--transition-fast),border-color var(--transition-fast)}.header-user-avatar:hover{transform:scale(1.06);border-color:var(--primary)}.header-user-avatar img{width:100%;height:100%;object-fit:cover}.main-content{flex:1;width:100%;max-width:1240px;margin:0 auto;padding:32px clamp(16px,3.5vw,40px) 80px;min-width:0}.mobile-header{display:none}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--mobile-nav-height);background-color:var(--surface);border-top:1px solid var(--border);z-index:900;padding:0 4px}.mobile-nav-list{list-style:none;display:flex;height:100%;width:100%;margin:0;padding:0}.mobile-nav-item{flex:1 1 0;min-width:0;display:flex;justify-content:center;align-items:center}.mobile-nav-item a,.mobile-tool-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:9px;color:var(--muted);font-weight:500;padding:4px 0;text-decoration:none;background:none;border:none;cursor:pointer;width:100%;height:100%;min-height:48px;transition:color var(--transition-fast);white-space:nowrap;overflow:hidden}.mobile-nav-item a.active{color:var(--primary);font-weight:700}.mobile-icon-badge-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.mobile-badge-pill{position:absolute;top:-4px;right:-8px;background-color:var(--primary);color:#fff;font-size:8px;font-weight:700;padding:1px 3px;border-radius:8px;line-height:1}@media(max-width:768px){.demo-banner{padding:6px 12px;font-size:11px;gap:6px}.demo-banner-content{font-size:11px;gap:6px;flex:1;min-width:0}.demo-banner-content strong{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-banner-link{font-size:11px;white-space:nowrap;flex-shrink:0}.sidebar{display:none}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;height:46px;background-color:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:34px;z-index:980;gap:6px;width:100%;max-width:100vw;box-sizing:border-box}.mobile-header .brand-logo{font-size:15px;gap:5px}.mobile-header .brand-orbit{width:22px;height:22px;font-size:11px}.mobile-header .brand-badge{font-size:9px;padding:1px 5px}.mobile-header .header-tenant-switcher select{padding:3px 8px;font-size:11px}.mobile-header-tools{display:flex;align-items:center;gap:6px}.mobile-studio-btn{height:28px;min-height:28px;padding:2px 8px;font-size:11px;gap:4px}.mobile-nav{display:block;padding:0}.main-content{padding:var(--space-4) var(--mobile-gutter);padding-bottom:calc(var(--mobile-nav-height) + var(--space-6))}}.card{background-color:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-sm)}.card-title{font-size:var(--text-lg);font-weight:700;margin-bottom:var(--space-2);color:var(--ink)}.card-desc{font-size:var(--text-sm);color:var(--muted);line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);transition:all var(--transition-fast)}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--surface);color:var(--ink);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--bg)}.tag{display:inline-flex;align-items:center;font-size:var(--text-xs);font-weight:600;padding:3px 8px;border-radius:var(--radius-full);background-color:#ececf2;color:var(--muted)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.app-shell{align-items:stretch}.review-context-strip{display:contents}.review-context-strip__visible{display:none!important}.app-footer{width:100%;border-top:1px solid var(--border);background:var(--surface);padding:24px clamp(16px,3.5vw,40px);margin-top:auto}.app-footer__disclaimer{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.app-footer__copyright{font-weight:500;letter-spacing:.02em}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.card:hover{box-shadow:var(--shadow-sm)}.btn{min-height:40px;border-radius:var(--radius-md);font-weight:600;font-size:var(--text-sm);transition:all var(--transition-fast)}.btn-primary{background:var(--primary);color:#fff;box-shadow:none;border:none}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--surface);color:var(--ink);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{background:var(--surface-subtle);border-color:#d1d5db}.btn-light{color:var(--ink);background:#fff;box-shadow:var(--shadow-sm);border:none}.btn-light:hover{background:#f3f4f6}.btn-ghost-light{color:#fff;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-ghost-light:hover{background:#fff3}.demo-badge{display:inline-flex;align-items:center;background-color:var(--surface-subtle);color:var(--muted);font-weight:700;font-size:10px;padding:1px 6px;border-radius:4px;border:1px solid var(--border);letter-spacing:.5px}.tag{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:2px 8px;border-radius:var(--radius-sm);background-color:var(--surface-subtle);color:var(--muted);border:1px solid transparent}.discover-page{display:flex;flex-direction:column;gap:32px}.discover-world-hero{position:relative;min-height:380px;overflow:hidden;border-radius:var(--radius-xl);color:#fff;background:linear-gradient(135deg,#0f172af0,#1e1b4be0 55%,#4338cab8),url(/images/artist-a-cover.jpg) center/cover no-repeat;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.discover-world-hero__sky,.discover-world-hero__planet,.discover-world-hero__cloud,.discover-world-hero__city,.discover-world-hero__stage-light{display:none!important}.discover-world-hero__copy{position:relative;z-index:2;width:min(640px,68%);padding:clamp(36px,5vw,64px)}.discover-world-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fffc}.discover-world-hero h1{margin:0;font-size:clamp(32px,4vw,52px);font-weight:800;line-height:1.08;letter-spacing:-.035em;color:#fff}.discover-world-hero__copy p{max-width:480px;margin:16px 0 24px;color:#ffffffd1;font-size:clamp(14px,1.3vw,16px);line-height:1.6}.discover-world-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.discover-world-hero__portal{position:relative;z-index:3;margin-right:clamp(24px,4vw,56px);display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 12px;min-width:220px;padding:14px 18px 14px 14px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);background:#0f172abf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-md);color:#fff;transition:all var(--transition-fast)}.discover-world-hero__portal:hover{background:#0f172ae6;transform:translateY(-2px)}.discover-world-hero__portal>span{grid-row:1 / 3;display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius-md);color:#fff;background:var(--primary);font-weight:800;font-size:18px}.discover-world-hero__portal small{color:#ffffffa6;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.discover-world-hero__portal strong{font-size:15px;font-weight:700}.discover-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.discover-section-heading>div>span{display:block;margin-bottom:4px;color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.discover-section-heading h2{font-size:clamp(20px,2.2vw,26px);font-weight:800;letter-spacing:-.025em;color:var(--ink)}.discover-section-heading>p{max-width:440px;color:var(--muted);font-size:13px;text-align:right;line-height:1.5}.discover-world-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.world-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.world-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#d1d5db}.world-card__art{position:relative;display:block;height:190px;overflow:hidden;background-color:#1f2937;background-size:cover;background-position:center}.world-card__art{position:relative;overflow:hidden;border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:180px;display:block}.world-card__cover-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .4s ease}.world-card:hover .world-card__cover-img{transform:scale(1.04)}.world-card__cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#000000a6)}.world-card--artist .world-card__art{background-color:#1e1b4b}.world-card--ip .world-card__art{background-color:#0f172a}.world-card__sun,.world-card__horizon,.world-card__platform,.world-card__figure,.world-card__art:before{display:none!important}.world-card__type{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-full);color:#fff;background:#111827bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:11px;font-weight:600;border:1px solid rgba(255,255,255,.2)}.world-card__art>.demo-badge{position:absolute;top:14px;right:14px;z-index:2;background:#111827bf;color:#e5e7eb;border:1px solid rgba(255,255,255,.2)}.world-card__content{padding:20px}.world-card__title-row{display:flex;align-items:center;gap:14px;margin-top:-38px;position:relative;z-index:2}.world-card__avatar{display:grid;place-items:center;width:52px;height:52px;border:3px solid var(--surface);border-radius:var(--radius-md);color:#fff;background:var(--primary);font-size:19px;font-weight:800;box-shadow:var(--shadow-sm);overflow:hidden}.world-card--artist .world-card__avatar{background:#ede9fe;border-color:#c4b5fd;border-radius:var(--radius-full)}.world-card--ip .world-card__avatar{background:#0f172a;border-color:#06b6d466;border-radius:var(--radius-full)}.world-card__ip-mark{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#1e1b4b,#0f172a);border-radius:var(--radius-full)}.world-card__title-row>div:last-child{padding-top:24px}.world-card__title-row span{color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.world-card__title-row h3{font-size:19px;font-weight:750;letter-spacing:-.02em;color:var(--ink);margin-top:1px}.world-card__content>p{min-height:40px;margin:12px 0;color:var(--muted);font-size:13px;line-height:1.55}.world-card__links{min-height:38px;font-size:11px;color:var(--muted)}.world-card__links>span{display:flex;align-items:center;gap:4px;margin-bottom:4px}.world-card__links>div{display:flex;gap:6px}.world-card__actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.world-card__actions .btn{min-height:38px;padding:8px 14px;font-size:12px}.world-detail-page{display:flex;flex-direction:column;gap:24px}.world-identity{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm)}.world-identity__cover-banner{position:relative;width:100%;height:220px;background:#1e1b4b;overflow:hidden}.world-identity__cover-img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}.world-identity__cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0000008c)}.world-identity__body{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:0 28px 24px;position:relative;flex-wrap:wrap}.world-identity__mark{display:grid;place-items:center;width:92px;height:92px;border-radius:50%;border:4px solid var(--surface);color:#fff;background:var(--primary);font-size:28px;font-weight:800;box-shadow:0 4px 14px #0000001f;overflow:hidden;margin-top:-46px;position:relative;z-index:2;flex-shrink:0}.world-identity__mark--artist{background:#ede9fe;border-color:#c4b5fd;color:var(--primary)}.world-identity__mark--ip{background:#0f172a;border-color:#06b6d466;box-shadow:0 0 16px #06b6d440}.world-identity__ip-badge{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#1e1b4b,#0f172a);position:relative}.world-identity__ip-tag{font-size:10px;font-weight:800;color:#22d3ee;letter-spacing:.08em;line-height:1;margin-top:2px}.world-identity__copy{flex:1;min-width:260px;padding-top:14px}.world-identity__meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.world-identity__tag{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.world-identity h1{font-size:clamp(24px,2.6vw,34px);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}.world-identity__copy>p{margin-top:6px;color:var(--muted);font-size:14px;line-height:1.5;max-width:640px}.world-identity__links{display:flex;align-items:center;gap:8px;margin-top:8px;color:var(--muted);font-size:12px}.world-identity__links a{color:var(--primary);font-weight:600}.world-identity__follow{min-width:148px;border-radius:var(--radius-full)}.world-zone-tabs{display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border);padding:0 4px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.world-zone-tabs::-webkit-scrollbar{display:none}.world-zone-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;color:var(--muted);border:none;background:none;cursor:pointer;position:relative;transition:color var(--transition-fast)}.world-zone-tab:hover{color:var(--ink)}.world-zone-tab.active{color:var(--primary);font-weight:700}.world-zone-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--primary);border-radius:3px 3px 0 0}.world-scene{position:relative;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--border);background:#0f172a;box-shadow:var(--shadow-md);padding:32px;color:#fff;display:flex;flex-direction:column;gap:24px}.world-scene--artist{background:linear-gradient(to bottom,#0f172ac7,#0f172af2),url(/images/artist-a-cover.jpg) center/cover no-repeat}.world-scene--ip{background:linear-gradient(to bottom,#0f172ac7,#0f172af2),url(/images/neon-sessions-cover.jpg) center/cover no-repeat}.world-scene__sky,.world-scene__moon,.world-scene__star,.world-scene__beam,.world-scene__ground,.world-scene__stage,.world-scene__stage-ring,.world-scene__artist-figure{display:none!important}.world-scene__intro{position:relative;z-index:2;max-width:580px}.world-scene__eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:#34d399;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.world-scene__intro h2{font-size:clamp(22px,2.6vw,32px);font-weight:800;letter-spacing:-.03em;color:#fff}.world-scene__intro p{margin-top:8px;color:#ffffffbf;font-size:14px;line-height:1.5}.world-scene__portal{position:absolute;top:28px;right:28px;z-index:3;display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.15);background:#0f172ab3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.world-scene__portal-orbit{width:28px;height:28px;border-radius:50%;border:2px solid #34D399}.world-scene__portal small{color:#fff9;font-size:9px;text-transform:uppercase;letter-spacing:.05em;display:block}.world-scene__portal strong{font-size:12px;display:block}.world-scene__hint{display:none}.world-diorama{position:relative;border-radius:var(--radius-2xl, 24px);padding:28px 24px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 48px -12px #00000080,inset 0 1px #ffffff26;display:flex;flex-direction:column;gap:20px;z-index:2;transition:all var(--transition-normal, .25s ease)}.world-diorama--artist{background:radial-gradient(ellipse at 50% 12%,rgba(167,139,250,.22) 0%,transparent 60%),linear-gradient(180deg,#1e1a2c,#14111e);border-color:#c4b5fd3d}.world-diorama--ip{background:radial-gradient(ellipse at 50% 12%,rgba(6,182,212,.24) 0%,transparent 60%),radial-gradient(ellipse at 85% 85%,rgba(244,63,94,.12) 0%,transparent 50%),linear-gradient(180deg,#0f172a,#090d16);border-color:#06b6d44d;box-shadow:0 24px 48px -12px #000000a6,inset 0 1px #22d3ee33}.world-diorama--ip .diorama-spotlight-beam{background:radial-gradient(ellipse at 50% 0%,rgba(34,211,238,.18) 0%,rgba(6,182,212,.04) 60%,transparent 100%)}.world-diorama--ip .diorama-stage-platform{background:#0f172ae6;border-color:#06b6d459;box-shadow:0 16px 32px -8px #0000008c,inset 0 1px #22d3ee33}.world-diorama--ip .diorama-spot{background:#0f172acc;border-color:#06b6d433}.world-diorama--ip .diorama-spot:hover{border-color:#22d3ee80;background:#0f172af0;box-shadow:0 12px 24px #06b6d42e}.world-diorama--ip .diorama-spot__hint{color:#22d3ee}.world-diorama--ip .diorama-spot--music:hover{border-color:#22d3eea6}.world-diorama--ip .diorama-spot--archive:hover{border-color:#f43f5ea6}.world-diorama--ip .diorama-spot--membership:hover{border-color:#a855f7a6}.world-diorama--ip .diorama-spot--shop:hover{border-color:#06b6d4a6}.world-diorama--ip .diorama-portal{border-color:#06b6d473;box-shadow:0 4px 14px #06b6d438}.world-diorama--ip .diorama-portal:hover{border-color:#22d3ee;box-shadow:0 6px 18px #22d3ee59}.world-diorama--ip .diorama-portal__orb{background:#06b6d433;border-color:#22d3ee;color:#22d3ee}.diorama-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.diorama-backdrop-artwork{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.55;pointer-events:none;z-index:0;transition:opacity var(--transition-normal, .25s ease)}.diorama-spotlight-beam{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:380px;height:280px;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.12) 0%,rgba(255,255,255,.02) 60%,transparent 100%);filter:blur(8px)}.diorama-slats-texture{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 2px,transparent 2px,transparent 40px);opacity:.6}.diorama-portal{position:absolute;top:18px;right:18px;z-index:4;display:inline-flex;align-items:center;gap:10px;padding:8px 14px;min-height:44px;border-radius:var(--radius-full, 9999px);border:1px solid rgba(52,211,153,.35);background:#0f172ad1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;text-decoration:none;transition:all var(--transition-fast, .15s ease)}.diorama-portal:hover{border-color:#34d399;background:#0f172af2;transform:translateY(-2px);box-shadow:0 6px 16px #34d39940}.diorama-portal:focus-visible{outline:2px solid #34D399;outline-offset:2px}.diorama-portal__orb{width:26px;height:26px;border-radius:50%;background:#34d39933;border:1.5px solid #34D399;display:grid;place-items:center;font-size:11px;color:#34d399}.diorama-portal__text small{color:#fff9;font-size:10px;text-transform:uppercase;letter-spacing:.05em;display:block}.diorama-portal__text strong{font-size:12px;font-weight:700;color:#fff}.diorama-stage-centerpiece{position:relative;z-index:2;width:100%}.diorama-stage-platform{position:relative;background:#181425d9;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-xl, 20px);padding:20px 24px;box-shadow:0 16px 32px -8px #0006,inset 0 1px #ffffff1f;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.diorama-stage-visual{width:120px;height:70px;display:grid;place-items:center;margin-top:4px}.diorama-stage-svg{width:100%;height:100%;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}.diorama-stage-status{display:flex;align-items:center;justify-content:center}.diorama-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--radius-full, 9999px);font-size:11px;font-weight:700;letter-spacing:.03em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.diorama-status-badge--live{background:#ef4444;color:#fff;border:1px solid #F87171;box-shadow:0 2px 10px #ef444466}.diorama-demo-tag{background:#00000047;border:1px solid rgba(255,255,255,.4);padding:1px 5px;border-radius:4px;font-size:9px;font-weight:800;letter-spacing:.06em;margin-left:2px}.diorama-status-badge--scheduled{background:#a78bfa33;color:#ddd6fe;border:1px solid rgba(167,139,250,.35)}.diorama-status-badge--idle{background:#ffffff14;color:#ffffffb3;border:1px solid rgba(255,255,255,.12)}.diorama-stage-cta{width:100%;max-width:640px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;min-height:52px;border-radius:var(--radius-lg, 12px);border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#ffffff1a,#ffffff08);color:#fff;text-decoration:none;cursor:pointer;transition:all var(--transition-fast, .18s ease)}.diorama-stage-cta:hover{background:linear-gradient(135deg,#ffffff2e,#ffffff14);border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 20px #00000059}.diorama-stage-cta:focus-visible{outline:2px solid #38BDF8;outline-offset:3px}.diorama-stage-cta__meta{text-align:left;display:flex;flex-direction:column;gap:2px}.diorama-stage-cta__label{font-size:11px;color:#ffffffa6;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.diorama-stage-cta__title{font-size:15px;font-weight:750;color:#fff}.diorama-stage-cta__action{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;min-height:38px;border-radius:var(--radius-full, 9999px);background:var(--primary, #6366F1);color:#fff;font-size:13px;font-weight:700;flex-shrink:0;transition:background var(--transition-fast, .15s ease)}.diorama-stage-cta:hover .diorama-stage-cta__action{background:var(--primary-hover, #4F46E5)}.diorama-spots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;position:relative;z-index:2;width:100%}@media(min-width:900px){.diorama-spots-grid{grid-template-columns:repeat(4,1fr)}}.diorama-spot{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:16px;min-height:140px;border-radius:var(--radius-xl, 18px);border:1px solid rgba(255,255,255,.12);background:#0f172ab8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:all var(--transition-fast, .18s ease)}.diorama-spot:hover{border-color:#ffffff59;background:#0f172ae0;transform:translateY(-3px);box-shadow:0 12px 24px #00000061}.diorama-spot:focus-visible{outline:2px solid #38BDF8;outline-offset:3px}.diorama-spot__visual{position:relative;width:54px;height:54px;display:grid;place-items:center;margin-bottom:12px}.diorama-spot__svg{width:100%;height:100%;display:block;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}.diorama-spot__icon-badge{position:absolute;top:-4px;right:-4px;width:22px;height:22px;border-radius:50%;background:#ffffff2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;color:#fff}.diorama-spot__body{display:flex;flex-direction:column;gap:3px;width:100%;flex:1}.diorama-spot__tag{font-size:10px;color:#fff9;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.diorama-spot__name{font-size:14px;font-weight:750;color:#fff}.diorama-spot__info{font-size:12px;color:#ffffffb8}.diorama-spot__hint{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:#a78bfa;margin-top:8px;transition:color var(--transition-fast, .15s ease)}.diorama-spot:hover .diorama-spot__hint{color:#fff}.diorama-spot--music:hover{border-color:#f59e0b66}.diorama-spot--archive:hover{border-color:#a78bfa66}.diorama-spot--membership:hover{border-color:#eab30866}.diorama-spot--shop:hover{border-color:#f43f5e66}.diorama-shortcuts{display:flex;flex-direction:column;gap:8px;padding:14px 18px;border-radius:var(--radius-xl, 16px);background:#0f172aa6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);position:relative;z-index:2}.diorama-shortcuts__header{display:inline-flex;align-items:center;gap:6px;color:#ffffffb3;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.diorama-shortcuts__list{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.diorama-shortcut-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;min-height:44px;min-width:44px;border-radius:var(--radius-full, 9999px);background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#f3f4f6;font-size:12px;font-weight:600;text-decoration:none;cursor:pointer;transition:all var(--transition-fast, .15s ease)}.diorama-shortcut-btn:hover{background:#ffffff2e;border-color:#ffffff59;color:#fff;transform:translateY(-1px)}.diorama-shortcut-btn:focus-visible{outline:2px solid #38BDF8;outline-offset:2px}.diorama-shortcut-btn--stage{background:#6366f138;border-color:#818cf866;color:#eef2ff}.diorama-shortcut-btn--portal{background:#34d39929;border-color:#34d39959;color:#a7f3d0}.diorama-spot:active,.diorama-stage-cta:active,.diorama-portal:active,.diorama-shortcut-btn:active{transform:scale(.98) translateY(1px)}@media(prefers-reduced-motion:reduce){.world-diorama,.diorama-backdrop-artwork,.diorama-stage-cta,.diorama-spot,.diorama-shortcut-btn,.diorama-portal{animation:none!important;transition:none!important;transform:none!important}}@media(max-width:640px){.world-diorama{padding:16px 12px;gap:16px}.diorama-portal{position:static;margin-bottom:8px;width:100%;justify-content:center}.diorama-stage-platform{padding:16px 12px}.diorama-stage-cta{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 14px}.diorama-stage-cta__action{align-self:flex-start}.diorama-spots-grid{grid-template-columns:repeat(2,1fr);gap:8px}.diorama-spot{padding:12px;min-height:120px}.diorama-shortcuts{padding:10px 12px}.diorama-shortcut-btn{padding:6px 11px;font-size:11px}}.spatial-place-container{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.spatial-nav-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.spatial-walkout-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;border-radius:var(--radius-full);padding:6px 14px;min-height:36px}.spatial-breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.spatial-breadcrumb__current{color:var(--primary);font-weight:700}.mini-travel-dock{display:inline-flex;align-items:center;gap:4px;background:var(--surface-subtle);padding:3px 5px;border-radius:var(--radius-full);border:1px solid var(--border)}.mini-dock-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:11px;font-weight:600;color:var(--muted);border-radius:var(--radius-full);border:none;background:none;cursor:pointer;transition:all var(--transition-fast)}.mini-dock-btn:hover{color:var(--ink);background:#fff}.mini-dock-btn.active{background:var(--primary);color:#fff;font-weight:700}.place-hero-banner{position:relative;width:100%;height:260px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border)}.place-hero-banner__img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.place-hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,#0f172ae0)}.place-hero-banner__content{position:absolute;bottom:0;left:0;right:0;padding:24px 28px;color:#fff;display:flex;flex-direction:column;gap:6px;max-width:720px}.place-hero-banner__eyebrow{display:inline-flex;align-items:center;gap:6px;color:#a78bfa;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.place-hero-banner__content h2{font-size:clamp(22px,2.5vw,32px);font-weight:800;letter-spacing:-.02em;color:#fff;margin:0}.place-hero-banner__content p{font-size:14px;color:#ffffffd9;line-height:1.5;margin:0}.world-zone-tabs,.my-world-tabs{display:flex;gap:8px;overflow-x:auto;padding:6px 0 16px;border-bottom:1px solid var(--border);scrollbar-width:none}.world-zone-tabs::-webkit-scrollbar,.my-world-tabs::-webkit-scrollbar{display:none}.world-zone-tabs .btn,.my-world-tabs .btn{flex:0 0 auto;min-height:38px;padding:8px 16px!important;border-radius:var(--radius-full)!important;font-size:13px!important;font-weight:500!important;border:1px solid transparent!important;background:transparent!important;color:var(--muted)!important;box-shadow:none!important}.world-zone-tabs .btn:hover,.my-world-tabs .btn:hover{background:var(--surface-subtle)!important;color:var(--ink)!important}.world-zone-tabs .btn.btn-primary,.my-world-tabs .btn.btn-primary{background:var(--surface)!important;color:var(--ink)!important;font-weight:700!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-xs)!important}.my-world-page{padding:0 0 60px!important}.room-diorama{position:relative;overflow:hidden;margin-bottom:24px;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:0 12px 32px #281e5012;padding:24px;display:flex;flex-direction:column;gap:20px}.room-header-bar{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}.room-header-info{display:flex;flex-direction:column;gap:4px}.room-eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--primary);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.room-title{font-size:clamp(20px,2.5vw,28px);font-weight:800;letter-spacing:-.02em;color:var(--ink);margin:0}.room-subtitle{color:var(--muted);font-size:13px;margin:0}.room-header-status{display:flex;align-items:center;gap:8px}.room-private-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--radius-full);background:#f3f4f6;color:#4b5563;border:1px solid #E5E7EB}.room-scene-stage{position:relative;min-height:380px;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(175deg,#f5f1fb,#ece5f6 45%,#dfd5ee,#cebfab 47%,#c5b49d);border:1px solid rgba(101,81,200,.15);box-shadow:inset 0 2px 8px #0000000a;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.room-backdrop-artwork{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;opacity:.5;pointer-events:none;z-index:1;transition:opacity var(--transition-normal, .25s ease)}.room-wall{position:absolute;top:0;left:0;right:0;height:52%;pointer-events:none;overflow:hidden}.room-window{position:absolute;top:20px;left:36px;width:100px;height:110px}.room-window-frame{position:relative;width:100%;height:100%;border:4px solid #BCAAA4;border-radius:40px 40px 4px 4px;background:#4a3b69;box-shadow:0 4px 12px #00000026,inset 0 0 12px #ffffff1a;overflow:hidden}.room-window-glass{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#2d2248,#46396e 60%,#6e5c9a)}.room-window-moon{position:absolute;top:14px;right:18px;width:22px;height:22px;border-radius:50%;background:#fff9c4;box-shadow:0 0 14px #fff9c4,0 0 24px #fff9c480}.room-window-cityscape{position:absolute;bottom:0;left:0;right:0;height:30px;background:repeating-linear-gradient(90deg,#1E1634 0px,#1E1634 14px,transparent 14px,transparent 18px,#1E1634 18px,#1E1634 32px);opacity:.8}.room-window-mullion-h{position:absolute;top:55%;left:0;right:0;height:3px;background:#bcaaa4}.room-window-mullion-v{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#bcaaa4}.room-wall-poster{position:absolute;top:24px;left:170px;padding:8px 12px;background:#ede7f6;border:2px solid #D1C4E9;border-radius:4px;box-shadow:0 2px 6px #0000000f;transform:rotate(2deg);display:flex;flex-direction:column;gap:2px;text-align:center}.poster-tag{font-size:8px;font-weight:800;color:#fff;background:#ef4444;padding:1px 4px;border-radius:2px;align-self:center}.poster-title{font-size:11px;font-weight:800;color:#4527a0;letter-spacing:.05em}.poster-sub{font-size:9px;color:#7e57c2}.room-stage-content{position:relative;z-index:2;display:grid;grid-template-columns:240px 1fr 240px;grid-template-rows:auto 1fr;gap:16px;align-items:center;min-height:330px}.room-spot{position:relative;display:flex;flex-direction:column;align-items:center;padding:14px;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(101,81,200,.18);border-radius:var(--radius-lg);box-shadow:0 6px 18px #1e143c14;color:var(--ink);text-align:center;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);min-width:44px;min-height:44px;text-decoration:none}.room-spot:hover{transform:translateY(-3px);box-shadow:0 10px 24px #1e143c21;border-color:var(--primary)}.room-spot:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.room-spot:active,.room-shortcut-btn:active,.cubby-slot:active,.shelf-remove-btn:active{transform:scale(.98) translateY(1px)}.room-spot-details{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:10px;width:100%}.room-spot-label{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.04em}.room-spot-status{font-size:13px;font-weight:800;color:var(--ink);line-height:1.3}.room-spot-hint{font-size:11px;color:var(--muted)}.room-spot--calendar{grid-column:1;grid-row:1;align-self:flex-start}.calendar-graphic{position:relative;display:flex;flex-direction:column;align-items:center}.calendar-pin{width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 2px 4px #0003;margin-bottom:-4px;z-index:2}.calendar-top{width:60px;height:8px;background:#dc2626;border-radius:4px 4px 0 0}.calendar-sheet{width:60px;padding:6px 4px;background:#fff;border:1px solid #E5E7EB;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 8px #00000014;display:flex;flex-direction:column;align-items:center;gap:2px}.calendar-month{font-size:8px;font-weight:800;color:#dc2626;letter-spacing:.05em}.calendar-day{font-size:16px;font-weight:800;color:#1f2937;line-height:1}.calendar-badge{font-size:8px;font-weight:700;color:var(--primary);background:#ede9fe;padding:1px 4px;border-radius:2px}.room-spot--shelf{grid-column:3;grid-row:1;align-self:flex-start}.shelf-graphic{width:100%}.shelf-plank{background:#d7ccc8;border:2px solid #8D6E63;border-radius:6px;padding:6px;box-shadow:0 4px 8px #0000001a}.shelf-slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.shelf-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4px 2px;min-height:48px;border-radius:4px;text-align:center}.shelf-slot--occupied{background:#fff;border:1px solid var(--primary-light);box-shadow:0 2px 4px #6551c826}.shelf-slot--empty{background:#fff6;border:1px dashed #BDBDBD}.slot-header-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 2px}.shelf-remove-btn{background:#00000014;border:none;border-radius:50%;width:13px;height:13px;font-size:10px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);padding:0;transition:all .15s ease}.shelf-remove-btn:hover{background:#fee2e2;color:#dc2626}.slot-number{font-size:8px;font-weight:700;color:#757575}.slot-content{display:flex;flex-direction:column;align-items:center;gap:1px}.slot-icon{color:var(--primary)}.slot-title{font-size:8px;font-weight:700;color:var(--ink);max-width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slot-placeholder{font-size:8px;color:#9e9e9e}.showcase-shelf-manager{border:1px solid rgba(101,81,200,.2);border-radius:var(--radius-lg);background:linear-gradient(135deg,#6551c80a,#fffffff2);box-shadow:0 4px 16px #00000008}.showcase-cubbies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.showcase-cubby{display:flex;flex-direction:column;gap:8px;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .2s ease}.showcase-cubby--occupied{border-color:var(--primary);box-shadow:0 2px 8px #6551c814}.showcase-cubby--empty{border-style:dashed;background:#f8fafcb3}.room-center-area{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:220px}.room-rug{position:absolute;bottom:10px;width:170px;height:70px;background:radial-gradient(ellipse at center,#e8def8,#d0bcff 70%,#b69df8);border-radius:50%;box-shadow:0 6px 14px #46326e2e;border:2px dashed #9A7BF7}.room-avatar-container{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center}.room-speech-bubble{position:absolute;bottom:100%;margin-bottom:12px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 14px;box-shadow:0 6px 20px #1e143c26;font-size:12px;color:var(--ink);max-width:220px;text-align:center;z-index:10;animation:popIn .2s ease-out}.room-speech-bubble p{margin:0;line-height:1.4}.room-speech-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#FFFFFF transparent transparent transparent}.speech-bubble-close{position:absolute;top:2px;right:6px;background:none;border:none;font-size:14px;color:var(--muted);cursor:pointer;padding:0 4px}.room-avatar-btn{background:none;border:none;padding:8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;border-radius:var(--radius-lg);transition:transform var(--transition-fast);min-width:44px;min-height:44px}.room-avatar-btn:hover{transform:scale(1.05)}.room-avatar-btn:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.avatar-clay-figure{position:relative;display:flex;flex-direction:column;align-items:center}.avatar-clay-head{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#7c69ef,#5b48ce);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;box-shadow:0 4px 10px #5b48ce59;border:2px solid #FFFFFF}.avatar-clay-body{width:26px;height:28px;background:#6551c8;border-radius:8px 8px 12px 12px;margin-top:-3px;border:1px solid rgba(255,255,255,.4)}.avatar-accessory-badge{position:absolute;top:-4px;right:-6px;width:18px;height:18px;border-radius:50%;background:#fbbf24;color:#78350f;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #f59e0b66}.avatar-nameplate{display:flex;flex-direction:column;align-items:center;background:#ffffffe6;padding:4px 10px;border-radius:var(--radius-full);box-shadow:0 2px 6px #00000014;border:1px solid rgba(0,0,0,.06)}.avatar-name{font-size:12px;font-weight:800;color:var(--ink)}.avatar-tag{font-size:10px;color:var(--primary);font-weight:600}.avatar-initial-badge{position:absolute;top:-2px;right:-4px;width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #FFFFFF;box-shadow:0 2px 6px #0003;z-index:2}.avatar-renderer{display:inline-flex;align-items:center;justify-content:center;position:relative;will-change:transform}.avatar-renderer.idle-breathing{animation:avatarSubtleBreathing 3.6s ease-in-out infinite}.avatar-renderer.frozen{animation:none!important}@keyframes avatarSubtleBreathing{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes lightstickPulseAnim{0%{transform:scale(1);box-shadow:0 0 #38bdf899}50%{transform:scale(1.03);box-shadow:0 0 16px 4px #38bdf866}to{transform:scale(1);box-shadow:0 0 #38bdf800}}.lightstick-active-badge{animation:lightstickPulseAnim 1.6s ease-in-out infinite}.cue-button--lightstick:hover{border-color:#38bdf8!important;box-shadow:0 0 12px #38bdf859}.cue-button:active{transform:scale(.96)}@media(prefers-reduced-motion:reduce){.avatar-renderer,.avatar-renderer.idle-breathing,.room-backdrop-artwork,.room-spot,.room-shortcut-btn,.cubby-slot,.shelf-remove-btn,.lightstick-active-badge,.lightstick-pulse-icon{animation:none!important;transition:none!important;transform:none!important}}.room-spot--wardrobe{grid-column:3;grid-row:2;align-self:flex-end}.wardrobe-graphic{width:70px}.wardrobe-cabinet{background:#8d6e63;border:2px solid #5D4037;border-radius:8px 8px 4px 4px;padding:4px;box-shadow:0 4px 10px #00000026}.wardrobe-pediment{height:6px;background:#6d4c41;border-radius:4px 4px 0 0;margin-bottom:2px}.wardrobe-doors{display:flex;gap:2px;height:52px}.wardrobe-door{flex:1;background:#a1887f;border:1px solid #6D4C41;border-radius:2px;position:relative;display:flex;align-items:center;justify-content:center}.wardrobe-mirror{width:14px;height:36px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:1px solid #7DD3FC;border-radius:2px}.wardrobe-hanger{color:#fff}.wardrobe-handle{position:absolute;top:50%;width:3px;height:8px;background:#d7ccc8;border-radius:1px}.wardrobe-door--left .wardrobe-handle{right:2px}.wardrobe-door--right .wardrobe-handle{left:2px}.wardrobe-drawer{height:10px;background:#795548;border:1px solid #5D4037;border-radius:2px;margin-top:2px}.room-utility-dock{display:flex;flex-direction:column;gap:12px;background:var(--surface-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px}.utility-dock-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px}.utility-dock-title{font-size:13px;font-weight:800;color:var(--ink);text-transform:uppercase;letter-spacing:.05em}.utility-dock-desc{font-size:12px;color:var(--muted)}.utility-dock-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.utility-card{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--ink);text-align:left;cursor:pointer;transition:all var(--transition-fast);min-width:44px;min-height:44px}.utility-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:var(--shadow-sm);background:var(--surface)}.utility-card:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.utility-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--radius-md);color:var(--primary);background:var(--primary-light);flex-shrink:0}.utility-text{display:flex;flex-direction:column}.utility-text strong{font-size:13px;font-weight:700;color:var(--ink)}.utility-text small{font-size:11px;color:var(--muted)}.room-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:12px}.room-shortcuts__label{font-weight:700;color:var(--muted);margin-right:4px}.room-shortcuts__links{display:flex;flex-wrap:wrap;gap:8px}.room-shortcut-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:var(--surface-subtle);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--ink);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--transition-fast);min-height:44px;min-width:44px}.room-shortcut-btn:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.room-shortcut-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}@keyframes popIn{0%{opacity:0;transform:scale(.9) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.my-world-profile{padding:20px 24px!important;margin-bottom:20px!important;border-radius:var(--radius-lg)!important}.my-world-profile>div:first-child>div:first-child{width:50px!important;height:50px!important;font-size:20px!important;border-radius:var(--radius-md)!important}.session-page{padding:0 0 60px!important}.session-breadcrumb{margin-bottom:14px}.session-header{margin-bottom:20px!important}.session-header h1{font-size:clamp(24px,3vw,38px)!important;letter-spacing:-.035em}.live-room{grid-template-columns:minmax(0,1fr) minmax(360px,400px)!important;gap:24px!important}.live-room__stage-column,.live-room__interaction-column{display:flex;flex-direction:column;gap:16px;min-width:0}.live-room__stage-frame{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:#0b0f19;box-shadow:var(--shadow-md)}.live-room__stage-frame>:first-child{position:relative;z-index:1;border-radius:var(--radius-xl)!important}.fan-crowd{display:none}.live-room__interaction-column{position:sticky;top:76px;align-self:start;height:calc(100vh - 96px);max-height:calc(100vh - 96px);display:flex;flex-direction:column;gap:10px;min-width:0;overflow:hidden}.fan-live-status-pill{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:600;background:var(--surface-subtle);border:1px solid var(--border);color:var(--muted);flex-shrink:0}.interaction-tabs{position:static;flex-shrink:0;z-index:2;padding:6px;border:1px solid var(--border)!important;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-xs)}.interaction-tabs .btn{flex:1;min-height:36px;padding:6px 10px!important;font-size:13px!important}.fan-chat-panel [data-testid=chat-message-feed]{scrollbar-width:thin}.session-review-controls{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-subtle)}.session-review-controls>summary{display:flex;align-items:center;gap:8px;padding:10px 14px;color:var(--muted);font-size:var(--text-xs);font-weight:600;cursor:pointer;list-style:none}.session-review-controls>summary::-webkit-details-marker{display:none}.session-review-controls>summary:after{content:"+";margin-left:auto;font-size:15px}.session-review-controls[open]>summary:after{content:"−"}.session-review-controls__body{display:flex;flex-direction:column;gap:8px;padding:10px 14px 14px;border-top:1px solid var(--border)}@media(max-width:1050px){.live-room{grid-template-columns:1fr!important}.live-room__interaction-column{position:static;height:auto;max-height:none;overflow:visible}.fan-chat-panel [data-testid=chat-message-feed]{height:380px;max-height:380px}}@media(max-width:768px){.sidebar{display:none}.main-content{padding:16px 16px calc(var(--mobile-nav-height) + 24px);width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.card{padding:var(--space-4)}.review-context-strip{margin-bottom:12px}.discover-world-hero{flex-direction:column;align-items:stretch;min-height:auto;border-radius:var(--radius-lg);width:100%;box-sizing:border-box}.discover-world-hero__copy{width:100%;padding:20px 16px;box-sizing:border-box}.discover-world-hero__actions{flex-direction:column;gap:8px;width:100%}.discover-world-hero__actions .btn{width:100%;box-sizing:border-box}.discover-world-hero__portal{margin:0 16px 20px;min-width:0;box-sizing:border-box}.discover-section-heading{align-items:flex-start;flex-direction:column;gap:6px}.discover-section-heading>p{text-align:left}.discover-world-grid{grid-template-columns:1fr}.world-identity__cover-banner{height:150px}.world-identity__body{padding:0 16px 16px;flex-direction:column;align-items:flex-start}.world-identity__mark{width:72px;height:72px;margin-top:-36px}.world-identity__follow{width:100%;margin-top:8px}.world-scene{padding:20px;border-radius:var(--radius-lg)}.world-scene__portal{position:static;margin-top:8px;width:100%}.my-room{padding:16px;border-radius:var(--radius-lg)}.room-scene-stage{min-height:auto;padding:16px 12px}.room-wall{height:100%;opacity:.35}.room-window{top:8px;left:10px;width:55px;height:65px}.room-wall-poster{display:none}.room-stage-content{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"avatar avatar" "shelf shelf" "calendar wardrobe";gap:10px;min-height:auto}.room-center-area{grid-area:avatar;min-height:120px;margin:4px 0}.room-rug{width:140px;height:50px}.room-spot--shelf{grid-area:shelf;width:100%;padding:10px}.room-spot--calendar{grid-area:calendar;width:100%;padding:10px 8px}.room-spot--wardrobe{grid-area:wardrobe;width:100%;padding:10px 8px}.room-spot-details{margin-top:6px}.room-spot-status{font-size:11px}.room-spot-hint{display:none}.utility-dock-grid{grid-template-columns:1fr 1fr}.my-world-profile{align-items:flex-start!important}.my-world-profile>div:last-child{display:grid!important;grid-template-columns:repeat(3,1fr);width:100%}}.fan-shell{--primary:#5d6350;--primary-hover:#454a3b;--bg:#f8f6f0;--ink:#292d28;--muted:#74766f;--surface:#fffefb;color:var(--ink);background:var(--bg);min-height:100dvh;font-family:Inter,Segoe UI,sans-serif}.fan-shell .demo-banner{padding:5px 24px;min-height:28px;font-size:10px;background:#eeece4;color:#747264;border:0}.fw-header{height:76px;padding:0 3.2vw;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #dfdfd5;position:relative;z-index:30;background:#f8f6f0}.fw-brand{color:#31382d;display:flex;align-items:center;gap:8px;font-size:21px;font-weight:800;letter-spacing:-1px;position:relative}.fw-brand>span{font-size:29px;color:#71774e}.fw-brand small{position:absolute;top:28px;left:36px;letter-spacing:1.5px;font-size:8px;white-space:nowrap;font-weight:500}.fw-main-nav{display:flex;align-self:stretch;gap:34px}.fw-main-nav a{display:flex;gap:8px;align-items:center;min-height:44px;color:#7c7e76;font-size:13px;border-bottom:2px solid transparent;padding:0 5px}.fw-main-nav a.selected{color:#3a4636;border-color:#526349;font-weight:700}.fw-header-tools{display:flex;gap:12px;align-items:center}.fw-icon{border:0;background:transparent;color:inherit;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;cursor:pointer;border-radius:50%}.fw-icon:hover{background:#e9e9df}.fw-icon i{position:absolute;right:2px;top:2px;background:#626e4e;color:#fff;font-size:9px;font-style:normal;min-width:15px;border-radius:50%}.fw-profile{background:#eae6da;width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.fw-menu{position:absolute;right:24px;top:66px;display:flex;flex-direction:column;background:#fffef9;padding:8px;width:240px;box-shadow:0 16px 40px #28302622;border:1px solid #dedfd3;border-radius:12px}.fw-menu a,.fw-menu button{text-align:left;padding:14px;color:#3f4438;background:none;border:none;font-size:13px;border-radius:6px;cursor:pointer}.fw-menu a:hover,.fw-menu button:hover{background:#efefe5}.fw-main{max-width:1600px;margin:auto}.fw-experience{max-width:1380px;margin:auto;padding:0 4.2vw 20px}.fw-world-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:66px;font-size:11px;color:#7c7f73}.fw-location,.fw-text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;background:none;border:0;color:#555f49;cursor:pointer;font:inherit;font-size:12px}.fw-location{border-bottom:1px solid #cfd1c2}.fw-world-caption{font-family:var(--font-sans);font-style:normal}.fw-scene-heading{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;padding:5px 0 0}.fw-eyebrow{letter-spacing:2px;font-size:9px;font-weight:700;color:#858473;margin:0 0 8px;text-transform:uppercase}.fw-scene-heading h1{font-family:var(--font-display);font-weight:800;font-size:clamp(28px,4vw,40px);letter-spacing:-.03em;margin:0;line-height:1.15}.fw-scene-heading h1>span{display:block;font-family:var(--font-sans);font-size:13px;font-weight:400;letter-spacing:0;color:var(--muted);margin-top:8px;max-width:680px}.fw-follow{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;background:#414d3b;color:#fff;border:1px solid #414d3b;border-radius:24px;font-size:12px;cursor:pointer}.fw-follow.following{color:#526447;background:transparent;border-color:#c8cebe}.fw-scene-wrap{position:relative;margin:-45px -3vw 0}.fw-scene-viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#ccd0bd transparent}.fw-scene{width:min(100%,1100px);margin:auto;aspect-ratio:1376/768;position:relative}.fw-scene-art{width:100%;height:100%;display:block;object-fit:contain;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent)}.fw-neon .fw-scene-art{filter:hue-rotate(195deg) saturate(.65)}.fw-neon{--primary:#4d5d79}.fw-neon .fw-scene-wrap{background:radial-gradient(ellipse at center,#dbe3ee44,transparent 65%)}.fw-hotspot{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;flex-direction:column;min-width:44px;min-height:44px;color:#3a4234;background:transparent;border:0;cursor:pointer;z-index:3;padding:0;text-align:center}.fw-hotspot>span{position:relative;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;border:1px solid #fffef2d9;background:#fffef0e8;box-shadow:0 3px 16px #604c2824;transition:transform .18s,background .18s}.fw-hotspot:hover>span,.fw-hotspot:focus-visible>span{transform:translateY(-5px);background:#fff}.fw-hotspot b{font-size:11px;font-weight:600;padding:4px 9px;border-radius:5px;margin-top:3px;background:#fffdf2df;box-shadow:0 2px 9px #382c1510;white-space:nowrap}.fw-hotspot em{display:block;color:#bc5840;font-size:8px;letter-spacing:.6px;font-style:normal}.fw-hotspot i{position:absolute;width:7px;height:7px;border-radius:50%;background:#c87047;top:1px;right:1px}.fw-fan-in-scene{position:absolute;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:center;padding:0;background:none;border:none;cursor:pointer;transition:left .65s ease-in-out,top .65s ease-in-out;z-index:2}.fw-fan-in-scene>span{color:#525243;font-size:9px;background:#fffdf0de;padding:3px 10px;border-radius:15px;text-align:center;white-space:nowrap}.fw-fan-in-scene small{display:block;color:#8a8a7b;font-size:8px}.fw-fan-in-scene .avatar-renderer{filter:drop-shadow(0 9px 3px #71593922)}.fw-scene-help{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:8px;align-items:center;background:#f9f8efd9;border:1px solid #dcded0;border-radius:24px;padding:10px 16px;color:#7b806a;font-size:10px;cursor:pointer;white-space:nowrap}.fw-pan-hint{display:none}.fw-world-footer{border-top:1px solid #d9ddd0;display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:18px;margin-top:-4px}.fw-letter-preview{display:flex;align-items:center;gap:12px}.fw-artist-mark{display:grid;place-items:center;background:#ede8dc;width:50px;height:54px;border-radius:50%;border:none;cursor:pointer}.fw-letter-preview small,.fw-next-action small{display:block;font-size:8px;letter-spacing:1.5px;color:#979586}.fw-letter-preview div>button,.fw-next-action>button{display:flex;gap:16px;align-items:center;min-height:44px;border:0;background:none;padding:3px 0;text-align:left;color:#485240;font-size:13px;cursor:pointer}.fw-next-action{border-left:1px solid #d9ddd0;padding-left:30px}.fw-scene-keepsakes{position:absolute;display:flex;gap:3px;transform:translate(-50%,-50%);z-index:2}.fw-scene-keepsakes button{width:44px;height:44px;border:1px dashed #b39b74;background:#f7f0dfb3;color:#a79b80;border-radius:5px;cursor:pointer}.fw-scene-keepsakes button.filled{color:#ad733c;background:#fff0c6;font-size:24px;border-style:solid}.fw-scene-fallback{background:radial-gradient(ellipse at center,#e5dac5,transparent 70%)}.fw-fallback-ground{position:absolute;top:28%;right:15%;bottom:10%;left:15%;border-radius:35%;background:#d9c8ac;transform:rotate(-8deg);box-shadow:10px 15px #c7b595}.fw-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:#30352c40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:flex-end}.fw-panel{width:min(520px,100%);height:100dvh;background:#fffef9;display:flex;flex-direction:column;box-shadow:-12px 0 60px #24312318;outline:none}.fw-panel>header{padding:22px 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e4d9;flex-shrink:0;gap:12px}.fw-panel h2{font-size:20px;font-family:var(--font-display);font-weight:800}.fw-panel-body{padding:28px;overflow:auto;overscroll-behavior:contain}.fw-panel-body h3{font-size:18px;line-height:1.45;margin:10px 0}.fw-panel-body p{font-size:13px;line-height:1.8;margin:12px 0}.fw-panel-body>.card{box-shadow:none!important;border:0!important;padding:16px 0!important;background:transparent!important}.fw-panel-body .fw-muted{color:#858678}.fw-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#4f5f43;color:#fffdf5;border:1px solid #4f5f43;min-height:44px;border-radius:6px;padding:11px 18px;font-size:12px;cursor:pointer}.fw-button:hover{background:#3e5033;color:#fff}.fw-button:disabled{background:#e5e6dc;color:#7e8474;border-color:#d8dbcf;cursor:default}.fw-destination{display:flex;align-items:center;gap:14px;width:100%;padding:20px 0;border:0;border-bottom:1px solid #e5e4d9;color:#414a3a;background:transparent;text-align:left;cursor:pointer}.fw-destination>span{display:grid;place-items:center;width:55px;height:55px;background:#eae4d6;border-radius:50%;flex-shrink:0}.fw-destination>span.neon{background:#e0e2f0;color:#536c91}.fw-destination>div{flex:1}.fw-destination strong{font-size:14px}.fw-destination p{color:#8a8879;font-size:11px;margin:4px 0}.fw-note time{font-size:11px;color:#a5a08b}.fw-note h3{font-family:var(--font-display);font-size:28px;line-height:1.3;font-weight:800;margin:24px 0 16px;letter-spacing:-.02em}.fw-note>p:not(.fw-eyebrow){font-size:16px;line-height:2;color:#636753}.fw-note-signature{margin:30px 0;line-height:1.9;color:#77775c;font-size:13px}.fw-event-row{border-bottom:1px solid #dfdfd2;padding:22px 0}.fw-event-row>small{font-size:10px;color:#89907b}.fw-event-row>div{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.fw-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:45px 15px;color:#787e6b}.fw-empty h3{color:#434e39}.fw-slot-picker{display:flex;gap:12px;margin:24px 0}.fw-slot-picker button{flex:1;min-height:86px;border:1px dashed #c9c4b1;border-radius:8px;color:#808574;background:#f6f4e9;cursor:pointer}.fw-slot-picker button[aria-pressed=true]{border:2px solid #7e8c65;background:#ecefdc}.fw-slot-picker span{display:block;font-size:25px}.fw-artist-story{text-align:center}.fw-shop-page{padding:0 5vw 32px;max-width:1320px;margin:auto}.fw-shop-heading{display:flex;justify-content:space-between;align-items:center;padding:30px 0;gap:30px}.fw-shop-heading h1{font-size:14px;font-weight:500;color:#83866c}.fw-shop-heading h1 span{display:block;font-family:var(--font-display);font-size:36px;line-height:1.2;font-weight:800;color:#424936;letter-spacing:-.02em;margin:12px 0}.fw-shop-heading p:not(.fw-eyebrow){color:#90917f;font-size:12px}.fw-shop-mascot{display:flex;flex-direction:column;align-items:center;width:260px;border-radius:50%;background:radial-gradient(ellipse,#e8e6d5,transparent 68%)}.fw-shop-mascot>span{display:flex;align-items:center;gap:7px;font-size:10px;color:#959582}.fw-shop-filters{display:flex;align-items:center;gap:28px;border-bottom:1px solid #dcded0;margin:10px 0 26px;overflow-x:auto}.fw-shop-filters button{background:none;border:0;border-bottom:2px solid transparent;padding:15px 1px;min-height:44px;color:#929580;font-size:12px;white-space:nowrap;cursor:pointer}.fw-shop-filters button[aria-pressed=true]{color:#425537;border-color:#425537;font-weight:700}.fw-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.fw-product{display:block;text-align:left;border:0;background:none;padding:0;color:#454d3a;cursor:pointer}.fw-product-art{aspect-ratio:1;background:#eeece0;overflow:hidden;position:relative;display:grid;place-items:center}.fw-product-art img{width:100%;height:100%;object-fit:cover;transition:transform .4s;mix-blend-mode:multiply}.fw-product:hover img{transform:scale(1.04)}.fw-product-art>span{position:absolute;top:14px;left:14px;font-size:9px;background:#fffdf1dc;padding:6px 10px;color:#7c8069}.fw-product-art>i{position:absolute;bottom:14px;right:14px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fffdf1}.fw-product>small{display:block;margin-top:15px;font-size:10px;color:#949780}.fw-product>div:last-child{display:flex;flex-direction:column;gap:7px;margin:6px 0}.fw-product h2{font-size:15px;font-weight:500}.fw-product strong{font-size:12px;font-weight:600}.fw-shop-footnote{margin-top:40px;padding-top:18px;border-top:1px solid #dddfd0;color:#939782;font-size:10px}.fw-product-detail-art{width:100%;aspect-ratio:1;display:grid;place-items:center;background:#eeeade}.fw-product-detail-art img{width:100%;height:100%;object-fit:cover}.fw-product-price{font-size:26px!important}.fw-buy{width:100%;margin:20px 0 4px}.fw-locked{color:#886f4b}.fan-shell :focus-visible{outline:2px solid #697e50;outline-offset:4px}.fan-shell .live-room-page{padding:24px 4vw}@media(min-width:1500px){.fw-scene{max-width:1150px}}@media(max-width:900px){.fw-header{padding:0 20px;gap:10px}.fw-main-nav{gap:18px}.fw-header-tools{gap:0}.fw-scene-wrap{margin-top:0}.fw-world-caption{display:none}.fw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.fan-shell{padding-bottom:70px}.fan-shell .demo-banner{padding:4px 14px;font-size:8px}.fan-shell .demo-banner>*{min-width:0}.fw-header{height:65px;padding:0 16px}.fw-brand{font-size:18px}.fw-brand small{font-size:7px;top:26px}.fw-header-tools .fw-profile{display:none}.fw-main-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;height:calc(62px + env(safe-area-inset-bottom));padding:0 16px env(safe-area-inset-bottom);background:#fbfaf3f5;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid #dfdfd2;display:flex;justify-content:space-around;gap:10px}.fw-main-nav a{padding:8px 22px;font-size:10px;flex-direction:column;justify-content:center;gap:3px;border-bottom:0;border-top:2px solid transparent}.fw-main-nav a.selected{border-top-color:#66794d}.fw-experience{padding:0 18px 20px}.fw-world-topline{min-height:56px}.fw-world-topline .fw-text-button{font-size:10px}.fw-location{font-size:11px}.fw-scene-heading{align-items:flex-start;gap:10px;padding:14px 0 0}.fw-scene-heading h1{font-size:32px}.fw-scene-heading h1>span{font-size:10px;max-width:205px;line-height:1.6;margin-top:8px}.fw-eyebrow{font-size:7px;letter-spacing:1.5px}.fw-follow{font-size:9px;padding:0 10px;min-width:88px;gap:5px}.fw-follow svg{width:13px}.fw-scene-wrap{margin:5px -18px 0}.fw-scene-viewport{width:100%}.fw-scene{width:680px;max-width:none;margin:0}.fw-fan-in-scene .avatar-renderer{width:80px!important;height:94px!important}.fw-hotspot>span{width:44px;height:44px}.fw-hotspot b{font-size:10px}.fw-scene-help{bottom:38px;font-size:9px;padding:9px 12px}.fw-pan-hint{display:block;text-align:center;color:#a1a18b;font-size:9px;padding:9px 0 14px}.fw-world-footer{margin:0;padding-top:15px;flex-direction:column;align-items:stretch;gap:10px}.fw-letter-preview div>button{font-size:13px}.fw-letter-preview small{font-size:7px}.fw-next-action{border:0;border-top:1px solid #e0e2d6;padding:13px 0 0}.fw-next-action>button{justify-content:space-between;width:100%;min-height:38px}.fw-panel-backdrop{align-items:flex-end}.fw-panel{height:92dvh;border-radius:22px 22px 0 0}.fw-panel>header{padding:14px 20px}.fw-panel-body{padding:20px;padding-bottom:calc(30px + env(safe-area-inset-bottom))}.fw-shop-page{padding:0 18px 25px}.fw-shop-heading{padding:25px 0}.fw-shop-heading h1 span{font-size:31px}.fw-shop-heading p:not(.fw-eyebrow){line-height:1.7}.fw-shop-mascot{display:none}.fw-product-grid{gap:22px 14px}.fw-product h2{font-size:12px;line-height:1.6}.fw-product-art>span{font-size:8px;padding:5px;top:7px;left:7px}.fw-product-art>i{width:28px;height:28px;right:7px;bottom:7px}.fw-product-art>i svg{width:15px}}@media(prefers-reduced-motion:reduce){.fan-shell *,.fan-shell *:before,.fan-shell *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.fw-product-illustration{display:block;width:100%;height:100%;object-fit:contain}.fw-keepsake-note{display:grid;gap:8px;margin:12px 0}.fw-keepsake-note label{font-size:12px;color:#696e60}.fw-keepsake-note textarea{width:100%;padding:10px;border:1px solid #d8dccc;border-radius:8px;background:#fafaf5;color:#31382c;font:inherit;resize:vertical}.fw-keepsake-note button{justify-self:start}.fw-live-artist{width:200px!important;height:240px!important}.fan-shell .container code,.fan-shell .container h1{overflow-wrap:anywhere}.fan-shell .container .card>div>div{min-width:0}.fw-places{position:relative;z-index:12;border-bottom:1px solid #ddded2;margin-bottom:20px}.fw-places-row{display:flex;align-items:stretch;justify-content:space-between;gap:12px;overflow-x:auto;scrollbar-width:thin}.fw-places-row button{display:flex;align-items:center;justify-content:center;gap:9px;padding:19px 10px;min-height:65px;flex-shrink:0;background:none;border:0;border-bottom:2px solid transparent;color:#69705d;font:inherit;font-size:12px;cursor:pointer}.fw-places-row button:first-child{padding-left:0;color:#35452f}.fw-places-row button small{font-size:9px;color:#868c78}.fw-places-row button:hover,.fw-places-row button[aria-pressed=true],.fw-places-row button[aria-expanded=true]{color:#35452f;border-bottom-color:#748462}.fw-artist-dropdown{position:absolute;top:100%;left:0;width:min(480px,100%);padding:22px;background:#fffdf6;box-shadow:0 20px 40px #343d2e22;border:1px solid #deded0;max-height:65dvh;overflow:auto}.fw-artist-dropdown h2{font-size:9px;letter-spacing:1.2px;color:#818773;margin:24px 0 6px;line-height:1.7}.fw-artist-dropdown a{display:flex;gap:15px;padding:17px 0;color:#3b4b34;border-bottom:1px solid #eeece1}.fw-artist-dropdown a>span{width:40px;height:40px;display:grid;place-items:center;background:#eeeede;border-radius:50%}.fw-artist-dropdown a>div{flex:1}.fw-artist-dropdown small{display:block;margin-top:7px;font-size:11px;line-height:1.6;color:#7a826d}.fw-artist-dropdown p{font-size:11px;line-height:1.8}.fw-search{display:flex;gap:10px;align-items:center;min-height:44px;border-bottom:1px solid #c5cab8}.fw-search input{min-width:0;width:100%;border:0;background:transparent;color:#414d37;padding:12px 0;font:inherit;font-size:12px;outline-offset:0}.fw-object{width:108px;min-height:65px;justify-content:center;border-radius:5px}.fw-object>span{width:23px;height:23px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#57482d;filter:drop-shadow(0 1px 0 #fff3d4)}.fw-object>span svg{width:19px;height:19px}.fw-object b{background:transparent;box-shadow:none;border-radius:0;color:#493b25;text-shadow:0 1px 1px #ffefd0;font:700 13px/1.4 var(--font-display);letter-spacing:.2px;margin-top:2px}.fw-object:hover>span,.fw-object:focus-visible>span{background:transparent;transform:none}.fw-object:hover{background:#fff8de33;box-shadow:0 0 26px #fff8dc88}.fw-object b small{display:block;font:9px/1.5 Segoe UI,sans-serif}.fw-object-wardrobe{transform:translate(-50%,-50%) skewY(8deg)}.fw-object-calendar{transform:translate(-50%,-50%) skewY(-14deg);background:#eee1bd88;width:75px;min-height:80px;box-shadow:1px 3px 3px #76603d22}.fw-object-calendar b{font-size:12px}.fw-object-shelf{transform:translate(-50%,-50%) skewY(12deg)}.fw-object-stage{transform:translate(-50%,-50%) skewY(-4deg)}.fw-object-stage b{color:#f8efd6;text-shadow:0 1px 3px #382311}.fw-object-stage>span{color:#f8efd6;filter:none}.fw-object-news{transform:translate(-50%,-50%) skewY(12deg);width:94px}.fw-object-news b{font-size:12px}.fw-object-shop{transform:translate(-50%,-50%) skewY(8deg)}.fw-object-hall{transform:translate(-50%,-50%) rotate(-21deg) skew(16deg);width:85px;border:1px solid #b6a27d70;min-height:44px;border-radius:50%}.fw-object-hall b{font-size:16px;color:#655838}.fw-object-stage>span{display:none}.fw-object-stage b{color:#584327;text-shadow:0 1px 1px #fce5b9}.fw-object-stage{transform:translate(-50%,-50%) skewY(12deg)}.fw-scene-keepsakes{gap:7px;transform:translate(-50%,-50%) skewY(12deg)}.fw-scene-keepsakes button{width:44px;height:46px;border:4px solid #a98557;border-bottom-width:6px;background:#dacaac;border-radius:1px;color:#766444;box-shadow:2px 3px 3px #75522b33}.fw-scene-keepsakes button.filled{border:4px solid #a98557;border-bottom-width:6px}.fw-scene-fallback .fw-object{transform:translate(-50%,-50%);background:#fff9e8;box-shadow:none}.fw-scene-fallback .fw-object b,.fw-scene-fallback .fw-object>span{color:#443d2a;text-shadow:none}.fw-shop-story{display:grid;grid-template-columns:1.35fr 1fr;align-items:center;gap:40px;padding:16px 0 30px}.fw-shop-story h1{font-family:var(--font-display);font-size:36px;line-height:1.2;font-weight:800;letter-spacing:-.02em;color:#3e4936}.fw-shop-story h1 em{color:#83886b;font-weight:400}.fw-shop-story p:not(.fw-eyebrow){color:#7d826e;font-size:12px;line-height:1.9;margin:20px 0}.fw-shop-story>button{position:relative;border:0;background:#eeeade;cursor:pointer;padding:0;max-height:320px;overflow:hidden}.fw-shop-story>button img{width:100%;height:320px;object-fit:contain;mix-blend-mode:multiply}.fw-shop-story>button>span{position:absolute;left:20px;bottom:20px;color:#596248;font:11px/1.8 Segoe UI,sans-serif;letter-spacing:2px;text-align:left}.fw-shop-story>button small{display:block;font-size:8px;letter-spacing:.5px}.fw-shop-categories{display:flex;gap:34px;overflow:auto;border-bottom:1px solid #d5d9c9;margin-bottom:28px}.fw-shop-categories button{border:0;background:none;border-bottom:2px solid transparent;min-height:50px;white-space:nowrap;padding:10px 0;color:#7a836c;font:12px Segoe UI,sans-serif;cursor:pointer}.fw-shop-categories button[aria-pressed=true]{color:#374d2f;border-color:#526947;font-weight:600}.fw-shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:38px;align-items:start}.fw-shop-layout>section{min-width:0}.fw-shop-v2 .fw-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}.fw-shop-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.fw-shop-toolbar .fw-search{flex:1;min-width:170px}.fw-shop-v2 select,.fw-size-select select{border:0;border-bottom:1px solid #d0d4c4;padding:12px 5px;min-height:44px;color:#657257;background:transparent;font:11px Segoe UI,sans-serif;max-width:100%}.fw-shop-scope{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:12px 0}.fw-shop-scope>div{display:flex;flex-wrap:wrap;gap:5px}.fw-shop-scope button,.fw-variant-selector button,.fw-product-photo-tabs button{min-height:44px;padding:8px 12px;background:transparent;border:1px solid transparent;color:#7b836d;font-size:11px;cursor:pointer}.fw-shop-scope button[aria-pressed=true]{background:#e9ecdf;border-radius:25px;color:#3f5833}.fw-catalog-count{font-size:10px;color:#8c937c;margin:14px 0 20px}.fw-product-tile{min-width:0}.fw-product-tile .fw-product{width:100%}.fw-product-tile h2{margin:9px 0;font-size:13px;line-height:1.6}.fw-product-extra{display:flex;justify-content:space-between;gap:8px;margin-top:5px}.fw-product-extra .fw-text-button{font-size:10px}.fw-product-extra>button:first-child{min-width:44px;justify-content:flex-start}.fw-fitting-room{text-align:center;position:sticky;top:22px;padding:26px 15px;background:linear-gradient(#eeeadb,#f5f2e8 70%,transparent);border-radius:130px 130px 0 0;margin-top:5px}.fw-fitting-room .fw-eyebrow{font-size:7px;letter-spacing:1.4px;margin-top:25px}.fw-fitting-room h2{font:700 22px/1.3 var(--font-display);color:#61694f}.fw-fitting-mirror{display:grid;place-items:center;height:210px;background:radial-gradient(ellipse at 50% 85%,#d6cfb650,transparent 65%)}.fw-fitting-room p{font-size:12px;line-height:1.7;color:#687058}.fw-fitting-room small{display:block;font-size:10px;line-height:1.9;color:#868a74}.fw-fitting-room>div:last-of-type{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px}.fw-fitting-room>a{font-size:10px;margin-top:12px}.fw-fitting-room.compact{position:static;margin:22px 0;border-radius:120px 120px 0 0}.fw-fitting-room.compact .fw-fitting-mirror{height:180px}.fw-shop-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:35px 0 0;margin-top:30px;border-top:1px solid #dcdfd2}.fw-shop-promises p{display:flex;align-items:center;gap:15px;color:#7f866f;font-size:10px;line-height:1.8}.fw-shop-promises strong{display:block;font-size:12px;font-weight:500;color:#506244}.fw-product-photo-tabs,.fw-variant-selector{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}.fw-product-photo-tabs button[aria-pressed=true]{border-bottom-color:#526749;color:#3f5634}.fw-variant-selector button{flex:1;border:1px solid #dce0d2}.fw-variant-selector button[aria-pressed=true]{border-color:#617651;background:#edf0e4;color:#415b35}.fw-size-select{display:flex;align-items:center;gap:20px;font-size:13px;margin:18px 0}.fw-includes{padding-left:20px;color:#6b745d;font-size:12px;line-height:2}.fw-product-terms{margin:25px 0;border-block:1px solid #e1e2d8;padding:16px 0;font-size:12px}.fw-product-terms summary{cursor:pointer;min-height:30px}.fw-panel-body>small.fw-muted{display:block;margin:9px 0;font-size:10px}.fw-hall-seats{position:relative;display:flex;align-items:end;justify-content:center;gap:20px;background:radial-gradient(ellipse at 50% 75%,#e7dec4,transparent 70%);padding:20px 0 35px}.fw-hall-seats>span{font-size:35px;color:#b6b59b;border-bottom:8px solid #c1b496;width:60px;text-align:center;border-radius:50%}.fw-hall-seats>small{position:absolute;bottom:5px;font-size:10px;color:#8b8f79}.fw-hall-prompt{border-left:2px solid #adb99a;padding-left:18px}.fw-hall-messages article{border-bottom:1px solid #e5e7dc;padding:16px 0}.fw-hall-messages small{font-size:10px;color:#858d74}.fw-hall form{margin-top:25px}.fw-hall form label{display:block;font-size:12px;margin-bottom:10px}.fw-hall textarea{width:100%;background:#f9f8f0;border:1px solid #d1d8c4;border-radius:5px;padding:12px;font:inherit;resize:vertical}.fw-hall form>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.fw-hall form small{font-size:9px;color:#8b907e}.fw-digital-closet{border-bottom:1px solid #dfe2d3;padding-bottom:20px}.fw-digital-closet .fw-event-row{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.fw-digital-closet strong{flex:1;font-size:12px}@media(max-width:1100px){.fw-shop-v2 .fw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fw-places-row{gap:8px}.fw-places-row button{font-size:11px;gap:6px}.fw-places-row button small{display:none}.fw-shop-story h1{font-size:36px}}@media(max-width:700px){.fw-shop-layout{grid-template-columns:1fr}.fw-shop-layout>.fw-fitting-room{position:static;border-radius:100px 100px 0 0;max-width:360px;margin:10px auto;width:100%}.fw-shop-story{gap:15px;grid-template-columns:1.3fr 1fr}.fw-shop-story h1{font-size:28px}.fw-shop-story>button img{height:220px}.fw-shop-story .fw-eyebrow{line-height:1.8;font-size:7px}.fw-shop-story p:not(.fw-eyebrow){font-size:10px}.fw-shop-story>button>span{left:8px;bottom:10px;font-size:8px;letter-spacing:1px}.fw-shop-story>button small{font-size:6px}.fw-shop-categories{gap:24px}.fw-shop-promises{gap:18px;grid-template-columns:1fr}.fw-places{margin-bottom:10px}.fw-places-row button{min-height:56px;padding:13px 8px}.fw-places-row button:first-child small{display:block}.fw-artist-dropdown{padding:17px}.fw-object b{font-size:12px}.fw-object>span{width:22px;height:22px}.fw-shop-toolbar{gap:10px}.fw-shop-toolbar .fw-search{flex-basis:100%}.fw-shop-toolbar select{margin-left:auto}.fw-shop-scope>div{gap:0}.fw-shop-scope button{padding:8px 10px;font-size:10px}.fw-product-extra .fw-text-button{font-size:9px}}.fw-panel-body>.card{margin-top:16px;box-shadow:none!important;border-width:0 0 1px!important;border-radius:0!important;background:transparent!important;padding:18px 0!important}.live-stream-page{max-width:1440px;margin:0 auto;padding:16px 20px 48px}.live-stream-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:20px;align-items:start}@media(max-width:1040px){.live-stream-grid{grid-template-columns:1fr}}.live-stream-stage-col{display:flex;flex-direction:column;gap:14px;min-width:0}.live-stream-side-col{display:flex;flex-direction:column;gap:10px;position:sticky;top:76px;height:calc(100vh - 96px);min-height:560px}@media(max-width:1040px){.live-stream-side-col{position:static;height:540px}}.live-stream-title-strip{display:flex;flex-direction:column;gap:8px;padding:2px 0 6px}.live-stream-title-strip h1{font-size:22px;font-weight:800;line-height:1.3;margin:0;color:var(--text);letter-spacing:-.01em}.live-channel-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:4px 0 12px;border-bottom:1px solid var(--border)}.live-channel-author{display:flex;align-items:center;gap:12px}.live-channel-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #0000001a;border:2px solid var(--surface);background-color:var(--bg)}.live-channel-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.live-meta-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.live-disclosures-drawer{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--surface);padding:14px 18px;font-size:12px;color:var(--muted)}.live-disclosures-drawer summary{cursor:pointer;font-weight:700;color:var(--ink);list-style:none;display:flex;align-items:center;justify-content:space-between}.live-disclosures-drawer summary::-webkit-details-marker{display:none}.vw-cozy-stage .avatar-graphic{transform:translate(-50%,-100%)!important;animation:none!important}.vw-mobile-doors{display:none}@media(max-width:600px){.vw-mobile-doors{display:flex;flex-wrap:wrap;justify-content:center;gap:0 22px;border-block:1px solid #e0e1d4;margin:12px 0}.vw-mobile-doors a{display:flex;align-items:center;min-height:44px;color:#4a6a5d;font-size:11px}.vw-directory-caption{font-size:9px}}.vw-directory-only{margin-bottom:8px;border-bottom:0}.vw-directory-only .fw-places-row{justify-content:flex-start;min-height:48px}.vw-directory-only .fw-places-row button{padding-block:9px;min-height:48px}.vw-directory-caption{margin-left:auto;align-self:center;font-family:var(--font-sans);font-size:11px;color:#8b907d}.vw-room-artist-artist{top:56%}.vw-room-artist-moments{top:43%}.vw-room-artist small{font-size:7px}.vw-room-object:not(.vw-object-livechat):not(.vw-object-concerts):not(.vw-object-news):not(.vw-object-calendar){background:#f5e7c65c}.vw-place-door small{background:#fff2d7bf;border-radius:8px;padding:2px 5px;display:inline-block;text-shadow:none;color:#6b634b}.vw-plaza-page{max-width:1500px;margin:auto;padding:0 3vw 24px}.vw-plaza-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:27px 20px 0}.vw-plaza-heading h1{font-family:var(--font-display);font-size:36px;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#384b40;margin:6px 0 10px}.vw-plaza-heading p:not(.fw-eyebrow){font-size:12px;color:#818677}.vw-plaza-heading label{display:flex;flex-direction:column;gap:8px;font-size:10px;color:#828a77}.vw-plaza-heading select{min-height:44px;min-width:180px;background:transparent;border:0;border-bottom:1px solid #b8c3ae;font:12px Segoe UI,sans-serif;color:#52624c;padding:8px}.vw-plaza-scroll{overflow-x:auto;scrollbar-width:thin}.vw-plaza-scene{position:relative;width:100%;aspect-ratio:1672/941;margin:0 auto}.vw-background{width:100%;height:100%;display:block;object-fit:contain;mix-blend-mode:multiply}.vw-place-door{position:absolute;transform:translate(-50%,-50%);width:185px;min-height:54px;text-align:center;padding:8px 5px;color:#315953;z-index:4;text-shadow:0 1px 0 #ffefd4;transition:filter .2s,background .2s}.vw-place-door strong{font-family:var(--font-display);font-size:19px;font-weight:700;line-height:1.25;display:flex;align-items:center;justify-content:center;gap:7px}.vw-place-door small{display:block;font-size:9px;margin-top:5px;color:#726446}.vw-place-door:hover{background:#fff7df88;border-radius:20px;filter:drop-shadow(0 2px 8px #ead8b9)}.vw-door-moments{color:#995b30}.vw-door-archive{color:#376571}.vw-door-myspace{color:#4a627a}.vw-plaza-fan{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;flex-direction:column;z-index:3;color:#5f614e}.vw-plaza-fan strong{font-size:11px;font-weight:500;padding:4px 13px;background:#fff9e8cc;border-radius:20px}.vw-plaza-fan small{font-size:9px;margin-top:5px}.vw-plaza-fan .avatar-renderer{width:100px!important;height:120px!important;filter:drop-shadow(0 9px 3px #76614233)}.vw-plaza-hint{display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;color:#878b78;margin:0 0 15px}.vw-plaza-footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #dce0d2;padding:20px 0;font-size:11px;color:#7d876e}.vw-plaza-footer a{color:#4a6855}.vw-no-art{background:radial-gradient(ellipse,#dddfc4,#f7f3e7 70%)}.vw-no-art .vw-place-door,.vw-no-art .vw-room-object{background:#fff7e5;box-shadow:0 2px 10px #6b623222;border-radius:8px}.vw-place-page .fw-scene-heading{padding:10px 0 5px}.vw-place-page .fw-scene-heading h1{font-size:34px}.vw-room-breadcrumb{display:flex;align-items:center;gap:25px;margin:12px 0 0;border-block:1px solid #dfe2d5;min-height:58px;flex-wrap:wrap}.vw-room-breadcrumb>nav{display:flex;gap:24px;flex:1;overflow-x:auto;scrollbar-width:thin}.vw-room-breadcrumb>nav a{font-size:11px;min-height:44px;display:flex;align-items:center;white-space:nowrap;color:#8a907d;border-bottom:2px solid transparent}.vw-room-breadcrumb>nav a[aria-current=page]{color:#385847;border-color:#688778}.vw-room-breadcrumb>.fw-button{font-size:11px;margin-left:auto}.vw-room-scroll{margin:0 -3vw}.vw-room-scene.fw-scene{width:100%;max-width:1200px;aspect-ratio:1672/941;margin:auto}.vw-room-scene .fw-scene-art{-webkit-mask-image:none;mask-image:none;filter:none}.vw-room-scene.vw-theme-dusk .vw-background{filter:hue-rotate(26deg) saturate(.73)}.vw-room-scene.vw-theme-sand .vw-background{filter:sepia(.24) saturate(.85)}.vw-room-object{position:absolute;transform:translate(-50%,-50%);min-height:44px;min-width:92px;padding:8px 10px;border:0;background:#fff2d47d;color:#50482e;cursor:pointer;text-shadow:0 1px 1px #fff0d0;z-index:80;border-radius:3px}.vw-room-object strong{font-family:var(--font-display);font-size:13px;font-weight:700;display:block}.vw-room-object small{display:block;font-size:8px;margin-top:4px;opacity:.8}.vw-room-object:hover{background:#fff4dbd9;box-shadow:0 0 20px #ffefcb88}.vw-room-object.vw-object-news,.vw-room-object.vw-object-calendar{transform:translate(-50%,-50%) rotate(3deg);background:#f8e6c2d9}.vw-room-object.vw-object-livechat,.vw-room-object.vw-object-concerts{background:#f9ecd2dc;border:1px solid #bcae8755;border-radius:30px}.vw-room-artist{position:absolute;transform:translate(-50%,-100%);display:flex;align-items:center;flex-direction:column;background:none;border:0;cursor:pointer;z-index:35;padding:0}.vw-room-artist-artist{left:52%;top:58%}.vw-room-artist-moments{left:49%;top:44%}.vw-room-artist .avatar-renderer{filter:drop-shadow(0 5px 2px #624d3833)}.vw-room-artist small{font-size:8px;background:#fffae5cf;border-radius:12px;padding:4px 8px;color:#6b644d;white-space:nowrap}.vw-room-hint{font-size:10px;text-align:center;color:#8a8e7b;margin:0 0 20px;line-height:1.8}.vw-place-page .fw-world-footer{margin-top:12px}.vw-room-fan{transition:none}.vw-room-fan .avatar-renderer{width:100px!important;height:120px!important}.vw-broadcast{margin-bottom:24px}.vw-broadcast .avatar-stage-venue{min-height:280px!important}.vw-broadcast .fw-live-artist{width:150px!important;height:180px!important}.vw-broadcast .presence-panel{margin-bottom:12px}.vw-furniture .vw-prop-image{width:100%;height:100%;object-fit:contain;pointer-events:none}.vw-prop-catalog .vw-prop-image{width:68px;height:70px;object-fit:contain}.vw-furniture:has(.vw-prop-image){width:120px;height:140px}.vw-room-memories{left:66%;top:26%}.vw-room-memories button{min-width:38px}@media(max-width:900px){.vw-furniture:has(.vw-prop-image){width:90px;height:105px}}.fan-shell .vw-cozy-stage{container-type:inline-size;background:#ede9dc!important;box-shadow:none!important;border:0!important;border-radius:8px!important}.vw-stage-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;z-index:2}.vw-cozy-stage .avatar-graphic{position:absolute;left:52%;top:59%;transform:translate(-50%,-100%)}.vw-cozy-stage[data-scene=moments] .avatar-graphic{left:49%;top:44%}.vw-cozy-stage .fw-live-artist{width:20cqw!important;height:24cqw!important}.vw-cozy-stage .vw-stage-caption{z-index:12;font-size:8px!important;left:8px!important;right:8px;bottom:5px!important;flex-wrap:wrap;gap:3px!important;background:#fff7e3db;color:#6e745d!important;border-radius:4px;padding:4px 7px}.vw-cozy-stage .vw-stage-caption [data-testid=event-outfit-badge]{display:none}.vw-broadcast .vw-cozy-stage{min-height:0!important}.vw-cozy-stage [data-testid=fallback-avatar-torso]{display:block;background:#fff5df;padding:8px;border-radius:5px;font-size:11px;color:#66765c}.vw-furniture{position:absolute;transform:translate(-50%,-88%);width:90px;height:100px;display:block;padding:0;border:1px solid transparent;background:none;color:#496858}.vw-furniture>span{display:block;width:100%;height:100%;transform-origin:center 80%}.vw-furniture svg{width:100%;height:100%;overflow:visible}.vw-furniture.editable{cursor:grab}.vw-furniture.picked{border:1px dashed #548c87;background:#b7ddcf33;border-radius:8px}.vw-furniture>small{position:absolute;bottom:-19px;left:50%;transform:translate(-50%);font-size:8px;background:#fcf7e8;padding:4px 7px;border-radius:15px;white-space:nowrap;display:flex;gap:4px}.vw-floor-grid{position:absolute;left:30%;top:52%;width:42%;height:27%;transform:skewY(-13deg);background:repeating-linear-gradient(0deg,transparent,transparent 29px,#f5ffed66 29px,#f5ffed66 30px),repeating-linear-gradient(90deg,transparent,transparent 29px,#f5ffed66 29px,#f5ffed66 30px);border:1px dashed #4d908c80;pointer-events:none;z-index:1}.vw-room-memories{position:absolute;left:62%;top:31%;display:flex;gap:7px;z-index:75;transform:skewY(-8deg)}.vw-room-memories button{width:38px;min-height:44px;border:4px solid #b29062;box-shadow:2px 3px 2px #78634333;background:#f4e7cb;color:#93856b;cursor:pointer}.vw-room-memories .filled{color:#a17728;background:#ffeabc}.vw-owned-companion{position:absolute;left:77%;top:45%;color:#749068;font-size:30px;z-index:79}.vw-owned-companion small{display:block;font-size:8px}.vw-editor-intro{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0}.vw-editor-intro p{font-size:11px;color:#7f8773;line-height:1.8}.vw-editor-intro strong{display:block;color:#4e6654;font-size:13px}.vw-editor-intro>div{display:flex;gap:15px}.vw-save-note{font-size:11px;color:#4c7156;padding:8px 0}.vw-room-editor{border:1px solid #dddcc9;background:#fcfaf1;border-radius:12px;padding:12px 20px 15px;margin:0 0 25px}.vw-editor-tabs{display:flex;gap:26px;overflow:auto;border-bottom:1px solid #dbdfd1}.vw-editor-tabs button{min-height:44px;background:none;border:0;border-bottom:2px solid transparent;color:#8c907d;font-size:12px;cursor:pointer}.vw-editor-tabs button[aria-selected=true]{border-color:#42736d;color:#315b54}.vw-room-editor [role=tabpanel]{min-height:115px;padding:16px 0}.vw-room-editor [role=tabpanel]>p{font-size:12px}.vw-room-themes{display:flex;gap:20px;flex-wrap:wrap}.vw-room-themes button{border:1px solid #dedbca;background:#fffdf6;padding:14px;border-radius:7px;color:#75806a;font-size:11px;min-height:75px;cursor:pointer}.vw-room-themes button[aria-pressed=true]{border-color:#54776b;color:#335747}.vw-room-themes i{display:block;height:16px;width:70px;border-radius:10px;margin-bottom:12px}.vw-swatch-sage{background:#8da99a}.vw-swatch-dusk{background:#819aab}.vw-swatch-sand{background:#c5b08a}.vw-prop-catalog{display:flex;gap:15px}.vw-prop-catalog button{width:115px;min-height:100px;border:1px solid #e0dece;background:#f7f3e6;border-radius:8px;padding:8px;cursor:pointer;color:#586c53}.vw-prop-catalog svg{width:60px;height:65px}.vw-prop-catalog span,.vw-prop-catalog small{display:block;font-size:10px}.vw-prop-catalog small{font-size:8px;color:#999782;margin-top:4px}.vw-prop-catalog button:disabled{opacity:.5;cursor:default}.vw-editor-settings{display:flex;align-items:center;gap:20px;flex-wrap:wrap;border-top:1px solid #e2e1d4;padding-top:8px}.vw-editor-settings>small{font-size:9px;color:#8f947e;margin-left:auto}.vw-layer-toggles{display:flex;gap:14px}.vw-layer-toggles button{display:flex;align-items:center;gap:5px;min-height:44px;border:0;background:none;color:#8e9383;font-size:10px;cursor:pointer}.vw-layer-toggles button[aria-pressed=true]{color:#3b7669}.vw-picked-controls{display:flex;align-items:center;gap:12px;border-top:1px solid #e0e1d5;padding-top:12px;flex-wrap:wrap}.vw-picked-controls strong{font-size:12px;margin-right:auto;color:#526b5b}@media(max-width:900px){.vw-plaza-heading h1{font-size:30px}.vw-place-door{width:155px}.vw-place-door strong{font-size:17px}.vw-place-door small{font-size:8px}.vw-room-breadcrumb{gap:12px}.vw-room-breadcrumb>nav{gap:17px}.vw-room-artist .avatar-renderer{width:110px!important;height:130px!important}.vw-furniture{width:75px;height:85px}.vw-room-fan .avatar-renderer{width:80px!important;height:95px!important}}@media(max-width:600px){.vw-plaza-page{padding:0 18px 20px}.vw-plaza-heading{padding:25px 0 12px;align-items:flex-start;gap:12px;flex-direction:column}.vw-plaza-heading h1{font-size:29px}.vw-plaza-heading p:not(.fw-eyebrow){font-size:10px;line-height:1.8}.vw-plaza-heading label{flex-direction:row;align-items:center;gap:12px;font-size:9px}.vw-plaza-heading select{min-width:150px;min-height:38px;font-size:10px}.vw-plaza-scroll{margin:0 -18px}.vw-plaza-scene{width:800px;min-width:800px;margin:0}.vw-place-door{width:150px;min-height:44px;padding:5px}.vw-place-door strong{font-size:17px}.vw-plaza-fan .avatar-renderer{width:70px!important;height:84px!important}.vw-plaza-fan strong{font-size:9px}.vw-plaza-fan small{font-size:7px}.vw-plaza-hint{font-size:9px;line-height:1.8;margin-top:12px;text-align:center}.vw-plaza-footer{flex-direction:column;font-size:10px;padding:16px 0;gap:14px}.vw-place-page .fw-scene-heading h1{font-size:26px;line-height:1.35}.vw-place-page .fw-scene-heading h1>span{max-width:255px}.vw-room-breadcrumb{padding:6px 0}.vw-room-breadcrumb>nav{order:3;flex-basis:100%;gap:23px}.vw-room-breadcrumb .fw-text-button{font-size:10px}.vw-room-breadcrumb>.fw-button{font-size:10px;padding:8px 12px}.vw-room-scroll{margin:0 -18px}.vw-room-scene.fw-scene{width:800px;min-width:800px;margin:0}.vw-room-object{min-width:88px;padding:6px}.vw-room-object strong{font-size:12px}.vw-room-object small{font-size:7px}.vw-editor-intro{align-items:flex-start;flex-direction:column;gap:6px}.vw-editor-intro>div{width:100%;justify-content:space-between}.vw-room-editor{padding:8px 12px}.vw-editor-tabs{gap:23px}.vw-editor-tabs button{font-size:11px}.vw-room-themes{gap:10px}.vw-room-themes button{padding:10px;font-size:9px}.vw-room-themes i{width:62px}.vw-editor-settings{gap:8px}.vw-editor-settings>small{margin-left:0}.vw-layer-toggles{gap:10px}.vw-picked-controls{gap:5px}.vw-picked-controls strong{width:100%;margin-bottom:5px}.vw-room-memories{gap:3px}.vw-room-memories button{width:32px;min-height:44px}.vw-room-hint{font-size:9px;margin-top:10px}.vw-place-page .fw-world-footer{margin-top:5px}}@media(prefers-reduced-motion:reduce){.vw-place-door{transition:none}}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/QdVPSTAyLFyeg_IDWvOJmVES_Hw4BXoKZA.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/QdVPSTAyLFyeg_IDWvOJmVES_Hw5BXoKZA.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/QdVPSTAyLFyeg_IDWvOJmVES_Hw3BXo.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HTEJm86Rb0bcw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HTEJm87Rb0bcw.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HTEJm81Rb0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HToIW86Rb0bcw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HToIW87Rb0bcw.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HToIW81Rb0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HSMIG86Rb0bcw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HSMIG87Rb0bcw.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/QdVMSTAyLFyeg_IDWvOJmVES_HSMIG81Rb0.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofINeaB.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofINeaB.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofIOuaBXso.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofIO-aBXso.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/XRXV3I6Li01BKofINeaB.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-sans:"Be Vietnam Pro",system-ui,sans-serif;--font-display:"Nunito","Be Vietnam Pro",sans-serif}.fan-shell{--primary:#3f665a;--primary-hover:#2e5047;--primary-light:#e9eee5;--accent:#b17b4c;--ink:#303f36;--muted:#657066;--border:#d6dccf;--surface:#fffdf6;font-family:var(--font-sans);line-height:1.65}.fan-shell :is(button,input,select,textarea,p,a,span,small,strong,label,time,div){font-family:var(--font-sans)}.fan-shell :is(h1,h2,h3,h4,.fw-brand,.vw-place-door strong,.vw-room-object strong){font-family:var(--font-display)!important;font-weight:800;letter-spacing:-.025em}.fan-shell button,.fan-shell a{-webkit-tap-highlight-color:transparent}.fan-shell :is(button,a,input,select,textarea):focus-visible{outline:3px solid #bd8044;outline-offset:4px}.fan-shell :is(button,input,select,textarea){font-size:max(12px,1em)}.fan-shell .fw-text-button,.fan-shell .fw-button{font-size:13px;line-height:1.5}.fan-shell .fw-eyebrow{font-size:10px;letter-spacing:.13em;color:#69766c}.fan-shell .fw-muted{color:#657066;font-size:13px;line-height:1.85}.fan-shell :is(.fw-world-caption,.vw-directory-caption){font-family:var(--font-sans);font-style:normal}.fan-shell .fw-scene-heading h1{font-size:clamp(28px,3.1vw,42px);line-height:1.2}.fan-shell .fw-scene-heading h1>span{font-family:var(--font-sans);font-size:13px;line-height:1.8;max-width:650px;margin-top:10px}.fan-shell .fw-scene-heading{padding:14px 0 10px;gap:24px;align-items:flex-start}.fan-shell .fw-follow{font-size:12px;flex-shrink:0}.fw-header{height:82px}.fw-brand{font-size:25px;letter-spacing:-.05em}.fw-brand small{font-size:9px;letter-spacing:.02em;top:33px}.fw-main-nav a{font-weight:500;font-size:13px}.fw-main-nav a.selected{border-color:#3f665a}.fw-menu{z-index:100}.vx-loading{padding:80px 24px;text-align:center;color:#587465}.vx-context-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:20px 0 4px;font-size:12px;color:#68776c}.vx-context-bar label{display:flex;gap:12px;align-items:center}.vx-context-bar select{padding:10px 25px 10px 12px;min-height:44px;background:#fffdf6;color:#3d594b;border:1px solid #d2dacb;border-radius:7px;max-width:250px}.vw-room-breadcrumb{gap:18px;min-height:62px;border-top:0;margin:0 0 12px}.vx-place-purpose{margin-right:auto;font-size:11px;color:#768172}.vw-room-breadcrumb>.fw-button{margin-left:0}.vw-plaza-heading{padding:32px 20px 8px}.vw-plaza-heading h1{font-size:clamp(28px,3vw,40px);margin:0 0 10px}.vw-plaza-heading p:not(.fw-eyebrow){color:#697367;font-size:13px;line-height:1.8}.vw-place-door{width:174px;min-height:54px;padding:7px 10px;background:linear-gradient(100deg,#fff3dbe8,#eee0c5e8);border:1px solid #baa58380;border-radius:3px;box-shadow:0 3px #9d82653b,0 6px 10px #67543b16;text-shadow:0 1px #fff7e1}.vw-place-door:before,.vw-place-door:after{content:"";width:3px;height:3px;border-radius:50%;background:#a19076;position:absolute;top:9px}.vw-place-door:before{left:7px}.vw-place-door:after{right:7px}.vw-place-door strong{font-size:20px;gap:3px}.vw-place-door strong svg{display:none}.vw-place-door small{font-size:10px;line-height:1.5;padding:0;background:none;color:#67593f;margin:3px 0 0}.vw-place-door:hover{border-radius:3px;background:#fff3db;filter:brightness(1.03)}.vw-door-artist{transform:translate(-50%,-50%) rotate(-4deg)}.vw-door-myspace{transform:translate(-50%,-50%) rotate(4deg)}.vw-door-moments{transform:translate(-50%,-50%) rotate(-5deg)}.vw-door-archive{transform:translate(-50%,-50%) rotate(5deg)}.vw-door-shop{width:183px}.vw-plaza-fan{top:56%}.vw-plaza-fan .avatar-renderer{width:84px!important;height:110px!important}.vw-plaza-fan strong{font-size:11px}.vw-plaza-fan small{display:none}.vw-plaza-hint{font-size:11px;color:#647261;margin-top:16px}.vw-plaza-footer{font-size:12px}.vw-room-object{min-width:106px;max-width:155px;padding:8px 12px;border:1px solid #ac947d66!important;border-radius:2px!important;background:linear-gradient(110deg,#fff0d9ed,#f1dfbfe8)!important;box-shadow:1px 3px #9179574d}.vw-room-object strong{font-size:14px;line-height:1.3}.vw-room-object small{display:none}.vw-object-news{transform:translate(-50%,-50%) rotate(6deg)!important}.vw-object-livechat{transform:translate(-50%,-50%) rotate(-5deg)!important}.vw-object-concerts{background:#765239!important;color:#fff0d5;text-shadow:0 1px #433624}.vw-room-object:hover{filter:brightness(1.08);box-shadow:1px 4px #91795755}.vw-room-artist small{font-size:9px}.vw-room-artist .avatar-renderer{width:95px!important;height:122px!important}.vw-room-fan .avatar-renderer{width:80px!important;height:104px!important}.vw-room-fan>span{font-size:10px;background:#fff7e4d9}.vw-room-fan>span small{display:none}.vw-room-hint{font-size:11px;color:#647261}.vw-room-memories{top:32%;left:63%}.vw-room-editor [role=tabpanel]{min-height:128px}.vw-editor-tabs button{font-size:13px}.vw-editor-settings>small{font-size:11px}.vw-layer-toggles button{font-size:12px}.vw-cozy-stage .fw-live-artist{width:14cqw!important;height:18cqw!important}.vw-cozy-stage[data-scene=moments] .avatar-graphic{top:46%}.vw-cozy-stage .vw-stage-caption{font-size:9px!important}.vx-character-art{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.vw-cozy-stage .avatar-renderer--artist .vx-character-art{mix-blend-mode:multiply}.avatar-stage-venue .vx-character-art{mix-blend-mode:normal;filter:drop-shadow(0 12px 24px rgba(0,0,0,.65))}.vx-character-layers{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.fan-shell .avatar-renderer--sm{overflow:hidden}.fan-shell .avatar-renderer--sm :is(.vx-character-art,.vx-character-layers){width:100%;height:145%;max-height:none;position:absolute;top:0;object-position:top}.vx-gallery{padding-top:14px}.vx-gallery-stage{position:relative;max-height:330px;overflow:hidden;margin-top:6px;border-bottom:1px solid #d8ddcd}.vx-gallery-stage>img{display:block;width:100%;height:400px;object-fit:cover;object-position:center 37%;mix-blend-mode:multiply}.vx-gallery-invite{position:absolute;left:50%;bottom:25px;transform:translate(-50%);text-align:center;background:#fff4def2;padding:12px 25px;box-shadow:0 3px #bbaa8650;border:1px solid #d5c7a8;min-width:240px}.vx-gallery-invite>span{display:block;font-family:var(--font-display);font-size:22px;font-weight:800;color:#416251}.vx-gallery-invite a{font-size:12px;color:#67775e}.vx-directory-tools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:28px 0 16px}.vx-directory-tools .fw-search{max-width:400px;flex:1}.vx-filter-pair{display:flex;gap:10px}.vx-filter-pair button{border:0;background:none;min-height:44px;padding:8px 14px;color:#667665;border-bottom:2px solid transparent;font-size:12px}.vx-filter-pair button[aria-pressed=true]{color:#365c4c;border-color:#527b69}.vx-portrait-list{display:grid;grid-template-columns:1fr 1fr;gap:40px}.vx-portrait{display:grid;grid-template-columns:40% 1fr;gap:24px;border-bottom:1px solid #d7dccf;padding:20px 0 30px;min-width:0}.vx-portrait-art{position:relative;display:flex;align-items:center;justify-content:center;min-height:275px;background:radial-gradient(ellipse at 50% 40%,#f9ecce,#d8e4ce);border-radius:100px 100px 4px 4px;overflow:hidden}.vx-portrait-art .avatar-renderer{width:150px!important;height:210px!important}.vx-portrait-label{position:absolute;bottom:12px;font-size:8px;letter-spacing:.1em}.vx-portrait-ip .vx-portrait-art{background:radial-gradient(ellipse,#cedee1,#aaaac5)}.vx-ip-art{display:flex;flex-direction:column;align-items:center;gap:8px;color:#465568}.vx-ip-art span{font-family:var(--font-display);font-size:20px;letter-spacing:.1em;text-align:center;font-weight:800;line-height:1.15}.vx-portrait-story{min-width:0;padding:10px 0}.vx-portrait-story h2{font-size:25px;line-height:1.25;margin:8px 0 12px}.vx-portrait-story h2 a{display:flex;align-items:center;gap:6px;color:#385848;font-family:inherit}.vx-portrait-story>p:not(.fw-eyebrow){font-size:12px;line-height:1.9;color:#6b7569}.vx-note-link{font-size:12px;color:#687b59;display:block;margin:14px 0}.vx-portrait-story .fw-follow{margin-top:18px;max-width:100%;white-space:normal}.fan-shell .fw-panel{width:min(660px,94vw)}.fan-shell .fw-panel>header h2{font-size:22px;line-height:1.35}.fan-shell .fw-panel-body{font-size:14px}.fan-shell .fw-event-row small{font-size:11px;line-height:1.7}.fan-shell .fw-event-row h3{font-size:20px;line-height:1.5}.fan-shell .fw-note h3{font-size:28px;line-height:1.4}.fan-shell .fw-note p{font-size:14px;line-height:1.9}.fan-shell .fw-product h2{font-family:var(--font-sans)!important;font-size:14px;line-height:1.6}@media(max-width:1050px){.vx-portrait-list{grid-template-columns:1fr;gap:10px}.vx-portrait{grid-template-columns:180px 1fr}.vx-portrait-art{min-height:240px}.vx-portrait-story h2{font-size:28px}}@media(max-width:600px){.fw-header{height:72px;padding:0 18px;gap:10px}.fw-brand{font-size:22px}.fw-brand small{font-size:8px;top:30px}.fw-header-tools{gap:2px}.fw-header-tools .fw-profile{display:none}.fw-main-nav{padding-bottom:env(safe-area-inset-bottom);gap:0}.fw-main-nav a{font-size:12px;line-height:1.4;min-height:64px}.fw-main{padding-bottom:80px}.fan-shell .demo-banner{font-size:10px;line-height:1.5;padding:6px 14px}.fan-shell .fw-scene-heading{gap:15px;flex-wrap:wrap}.fan-shell .fw-scene-heading h1>span{max-width:none;font-size:12px}.vw-plaza-heading{padding:24px 0 4px}.vw-plaza-heading p:not(.fw-eyebrow){font-size:12px}.vw-plaza-hint{font-size:11px;padding:0 5px}.vw-place-door{width:145px;min-height:52px;padding:7px}.vw-place-door strong{font-size:17px}.vw-place-door small{font-size:9px}.vw-plaza-fan .avatar-renderer{width:64px!important;height:84px!important}.vw-mobile-doors a{font-size:12px;min-height:46px}.vw-mobile-doors{gap:0 18px}.vw-plaza-footer{font-size:11px}.vx-context-bar{padding-top:16px;font-size:11px}.vx-context-bar label{width:100%;justify-content:space-between}.vx-context-bar select{font-size:13px;max-width:210px}.vw-room-breadcrumb{gap:8px;justify-content:space-between}.vx-place-purpose{display:none}.vw-room-breadcrumb .fw-text-button{font-size:11px}.vw-room-breadcrumb>.fw-button{font-size:12px}.vw-room-object strong{font-size:13px}.vw-room-object{min-width:100px;max-width:140px}.vw-room-hint{font-size:11px;line-height:1.7;margin-top:12px}.vw-room-artist .avatar-renderer{width:80px!important;height:104px!important}.vw-room-artist small{font-size:9px}.vw-room-memories{gap:9px}.vx-gallery-stage{max-height:245px}.vx-gallery-stage>img{height:300px}.vx-gallery-invite{bottom:18px;min-width:230px}.vx-gallery-invite>span{font-size:20px}.vx-directory-tools{flex-direction:column;align-items:stretch;gap:8px;margin-top:22px}.vx-directory-tools .fw-search{max-width:none}.vx-filter-pair{justify-content:flex-start}.vx-portrait{grid-template-columns:115px 1fr;gap:16px;padding:18px 0 25px}.vx-portrait-art{min-height:205px}.vx-portrait-art .avatar-renderer{width:110px!important;height:160px!important}.vx-portrait-label{font-size:6px}.vx-portrait-story h2{font-size:24px}.vx-portrait-story .fw-eyebrow{font-size:8px}.vx-portrait-story>p:not(.fw-eyebrow){font-size:11px}.vx-portrait-story .fw-follow{font-size:10px;padding:8px 12px}.vx-ip-art svg{width:65px}.vx-ip-art span{font-size:15px}.fan-shell .fw-panel{width:100vw;max-height:90dvh}.fan-shell .fw-panel>header h2{font-size:20px}.fan-shell .fw-panel-body{padding:18px}.fan-shell .fw-panel-body input,.fan-shell .fw-panel-body textarea{font-size:16px}.vw-cozy-stage .vw-stage-caption{font-size:8px!important}.vw-editor-tabs button{font-size:12px}.vw-layer-toggles button{font-size:11px}}@media(prefers-reduced-motion:reduce){.fan-shell *,.fan-shell *:before,.fan-shell *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.vw-plaza-scene{container-type:inline-size}.vw-plaza-scene .vw-place-door{display:flex;align-items:center;justify-content:center;width:18%;min-height:44px;background:none;border:0;box-shadow:none;padding:2px;color:#365b4d;text-shadow:0 1px #fff7e9}.vw-plaza-scene .vw-place-door:before,.vw-plaza-scene .vw-place-door:after{display:none}.vw-plaza-scene .vw-place-door strong{font-size:clamp(14px,1.7cqw,25px)}.vw-plaza-scene .vw-place-door small{display:none}.vw-plaza-scene .vw-place-door:hover{background:none;box-shadow:none;color:#243f34;filter:drop-shadow(0 1px 5px #e0b976)}.vw-plaza-scene .vw-door-artist{transform:translate(-50%,-50%) rotate(-10deg)}.vw-plaza-scene .vw-door-myspace{transform:translate(-50%,-50%) rotate(10deg)}.vw-plaza-scene :is(.vw-door-moments,.vw-door-archive){transform:translate(-50%,-50%)}.vw-plaza-fan{top:49%}.vw-room-object{background:none!important;border:0!important;box-shadow:none!important;padding:8px;min-width:110px;color:#514630;text-shadow:0 1px #fff4de}.vw-room-object strong{display:inline-block;padding:4px 7px;background:#f8e8cce3;border-radius:1px;box-shadow:0 2px #ad957345;font-size:13px}.vw-object-concerts strong{background:#785b40;color:#fff0d5;text-shadow:none}.vw-room-object:hover strong{background:#fff2d9;color:#3f523d}.vw-background{-webkit-mask-image:linear-gradient(to bottom,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 3%,#000 97%,transparent)}.vx-zoom-tools{display:none}@media(max-width:600px){.fan-shell .demo-banner{display:block;padding:7px 14px}.fan-shell .demo-banner-content{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:7px}.fan-shell .demo-banner-content strong{white-space:normal;overflow:visible;text-overflow:clip;width:auto;max-width:none;flex:1;font-size:10px;line-height:1.6}.fan-shell .demo-banner-content svg{display:none}.fan-shell .demo-banner-link{display:block;font-size:9px;margin:2px 0 0 48px}.vx-zoom-tools{display:flex;justify-content:flex-end;margin-top:8px}.vw-plaza-scroll:not(.vx-zoomed) .vw-plaza-scene{width:100%;min-width:0}.vw-plaza-scroll:not(.vx-zoomed) .vw-place-door{width:22%;min-height:44px}.vw-plaza-scroll:not(.vx-zoomed) .vw-place-door strong{font-size:10px;letter-spacing:-.04em}.vw-plaza-scroll:not(.vx-zoomed) .vw-plaza-fan .avatar-renderer{width:40px!important;height:51px!important}.vw-plaza-scroll:not(.vx-zoomed) .vw-plaza-fan strong{font-size:8px;padding:2px 5px}.vw-room-scroll:not(.vx-zoomed) .vw-room-scene{width:100%;min-width:0}.vw-room-scroll:not(.vx-zoomed) .vw-room-object{min-width:75px;min-height:44px;padding:1px}.vw-room-scroll:not(.vx-zoomed) .vw-room-object strong{font-size:9px;padding:3px 4px}.vw-room-scroll:not(.vx-zoomed) .vw-room-artist .avatar-renderer{width:38px!important;height:50px!important}.vw-room-scroll:not(.vx-zoomed) .vw-room-artist small{display:none}.vw-room-scroll:not(.vx-zoomed) .vw-room-fan .avatar-renderer{width:40px!important;height:52px!important}.vw-room-scroll:not(.vx-zoomed) .vw-room-fan>span{font-size:8px;padding:2px 4px}.vw-room-scroll:not(.vx-zoomed) .vw-furniture:has(.vw-prop-image){width:40px;height:50px}.vw-room-scroll:not(.vx-zoomed) .vw-room-memories{display:none}.vw-room-hint{margin:4px 0 20px}.vw-plaza-hint{margin:4px 0 14px}}.v5-identity-form label.v5-consent{flex-direction:row}.v5-public-room .v5-public-shelf img{display:block;opacity:1;visibility:visible;position:static}.v5-public-shelf img{mix-blend-mode:normal!important;box-shadow:0 3px 6px #4b3b2729;border:3px solid #e2d3b2;object-fit:cover!important}.v5-public-avatar{display:flex;flex-direction:column;align-items:center}.v5-public-shelf{top:24%!important;left:52%!important;width:30%!important}.v5-theme-dusk>.v5-public-background{filter:hue-rotate(26deg) saturate(.73)}.v5-theme-sand>.v5-public-background{filter:sepia(.24) saturate(.85)}.v5-public-item-links{display:flex;gap:15px;flex-wrap:wrap;margin:15px 0}.v5-public-product-picker{grid-column:1/-1;border:1px solid #d4dbc9;padding:15px;border-radius:5px}.v5-public-product-picker legend{font-size:12px}.v5-public-product-picker>p{font-size:12px}.v5-more-tickets{margin:20px 0}.v5-return-confirm details{font-size:12px;margin-bottom:15px}.v5-return-confirm li{margin:5px 0}.v5-order-summary>.fw-text-button{display:flex;width:100%;margin-top:10px}.fw-header{gap:20px}.fw-main-nav{gap:4px}.fw-main-nav a{padding:0 13px;font-size:12px;white-space:nowrap}.fw-header-tools{gap:7px}.fw-brand{flex-shrink:0}.v5-section-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:20px 0}.v5-section-heading h2,.v5-identity h2{font-size:clamp(23px,2.5vw,30px);line-height:1.3;margin:5px 0 10px}.v5-section-heading p,.v5-identity p{color:#687265;font-size:13px}.v5-followed-homes{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:16px 0 22px}.v5-followed-homes>span{font-size:11px;color:#6e7869;margin-right:10px}.v5-followed-homes>a{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #d7ddce;border-radius:30px;color:#41624d;font-size:12px}.v5-artist-feature{max-height:340px}.v5-artist-feature .vx-gallery-invite{left:10%;bottom:42px;transform:none;text-align:left;min-width:0;max-width:52%;padding:22px 25px;background:#fff5e7f0}.v5-artist-feature .vx-gallery-invite>span{font-size:28px}.v5-artist-feature .vx-gallery-invite p:not(.fw-eyebrow){font-size:12px;margin:10px 0}.v5-feature-avatar{position:absolute;right:19%;bottom:40px}.v5-feature-avatar .avatar-renderer{width:135px!important;height:184px!important}.v5-artist-updates{padding:20px 0}.v5-update-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.v5-update-list>a{display:block;position:relative;padding:12px 0 20px;border-bottom:1px solid #d2d9c9;color:#365548}.v5-update-list h3{font-size:18px;line-height:1.45;margin:12px 0}.v5-update-list :is(small,time){font-size:10px;color:#717a6e}.v5-update-list svg{position:absolute;right:0;bottom:18px}.vx-portraits>h2{margin-top:20px;font-size:26px}.vx-directory-tools,.vx-filter-pair{flex-wrap:wrap}.v5-identity{display:flex;gap:25px;justify-content:space-between;flex-wrap:wrap;border-top:1px solid #d9ddcf;border-bottom:1px solid #d9ddcf;padding:23px 0;margin:12px 0}.v5-identity>div:first-child{flex:1;min-width:220px}.v5-identity-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:9px}.v5-identity-form{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px}.v5-identity-form label{display:flex;flex-direction:column;gap:7px;font-size:12px}.v5-identity-form :is(input,textarea,select){border:1px solid #cbd4c4;border-radius:5px;padding:10px;background:#fffdf6;color:#354b3d}.v5-identity-form>small{grid-column:1/-1;color:#687466;font-size:11px}.v5-badge{display:inline-block;border-radius:20px;background:#efe3bd;color:#725929;font-size:11px;padding:6px 12px}.v5-hall-fans{display:flex;justify-content:space-around;gap:16px;padding:25px 10px;background:radial-gradient(ellipse at bottom,#e2d4b8,transparent 70%)}.v5-hall-fans>a{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;color:#435e4d}.v5-hall-fans .avatar-renderer{width:90px!important;height:115px!important}.v5-hall-fans strong{font-size:13px}.v5-hall-fans small{font-size:9px}.v5-sample-conversation{margin:18px 0;border-left:2px solid #d5b783;padding-left:16px}.v5-sample-conversation p{font-size:13px;margin:16px 0}.v5-sample-conversation a{font-weight:600;color:#436849}.v5-sample-conversation small{font-size:10px;color:#77816e}.v5-public-room{position:relative;container-type:inline-size}.v5-public-background{width:100%;height:auto;display:block}.v5-public-prop{position:absolute;width:10%;height:18%}.v5-public-prop img{width:100%;height:100%;object-fit:contain}.v5-public-avatar{position:absolute;left:45%;top:58%;transform:translate(-50%);text-align:center}.v5-public-avatar .avatar-renderer{width:9cqw!important;height:12cqw!important}.v5-public-avatar>span{font-size:clamp(9px,1cqw,13px);background:#fff2ddeb;padding:3px 8px;border-radius:20px}.v5-public-shelf{position:absolute;left:50%;top:21%;width:29%;display:flex;justify-content:center;gap:8px}.v5-public-shelf button{width:32%;padding:0;background:none;border:0;cursor:pointer;color:#3f5945}.v5-public-shelf img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:4px;mix-blend-mode:multiply}.v5-public-shelf span{font-size:clamp(8px,.9cqw,12px);display:block;background:#fff6e3e6;line-height:1.4}.v5-public-items>p{font-size:13px;color:#6d7867}.v5-item-detail{display:flex;gap:25px;align-items:center;margin:20px 0}.v5-item-detail img{width:150px;border-radius:8px}.v5-item-detail h3{font-size:24px}.v5-item-detail p{font-size:13px}.v5-moments-purpose{padding:20px 0 35px;border-top:1px solid #d6dccd}.v5-moments-purpose h2{font-size:27px}.v5-moments-purpose>p{font-size:13px;color:#697663;max-width:680px}.v5-moments-purpose>div{display:flex;gap:25px;flex-wrap:wrap;margin-top:15px}.v5-archive{scroll-margin-top:100px;padding:20px 0 45px}.v5-history-counts{display:flex;gap:35px;border-bottom:1px solid #d9ddcf;padding-bottom:24px}.v5-history-counts p{font-size:12px;color:#6d7868}.v5-history-counts strong{font-family:var(--font-display);font-size:32px;color:#416452;margin-right:5px}.v5-achievement{display:flex;gap:22px;padding:28px 0}.v5-achievement>svg{color:#a98548;flex-shrink:0;margin-top:10px}.v5-achievement>div{flex:1}.v5-achievement h3{font-size:26px}.v5-achievement p{font-size:13px;color:#677261}.v5-achievement progress{display:block;width:min(100%,580px);height:7px;margin:18px 0;accent-color:#6a8056}.v5-milestones{display:flex;gap:20px;margin-bottom:8px;flex-wrap:wrap}.v5-milestones span{font-size:12px;color:#7a8174}.v5-milestones .earned{color:#886621}.v5-achievement small{display:block;font-size:11px;color:#74806b}.v5-section-tabs{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #d9ddcf;margin-bottom:22px}.v5-section-tabs>label{font-size:11px}.v5-section-tabs select{padding:8px;border:1px solid #d4dbc9;border-radius:5px;background:#fffdf7;color:#45614e;margin-left:8px}.v5-ticket-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.v5-ticket{display:flex;min-width:0;border:1px solid #ddcfb4;border-radius:9px;background:#fffaf0;overflow:hidden}.v5-ticket-art{width:30%;flex-shrink:0;padding:15px 8px;border-right:1px dashed #bcbca0;background:#dce3cc;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:12px;color:#52684a}.v5-ticket-art span{font-size:11px}.v5-ticket-art small{font-size:7px;line-height:1.8}.v5-ticket>div:last-child{padding:17px 14px;min-width:0}.v5-ticket h3{font-size:17px;line-height:1.35;margin-bottom:7px}.v5-ticket small{font-size:9px;overflow-wrap:anywhere}.v5-ticket p{font-size:10px;margin:9px 0;color:#66715e}.v5-ticket.returned .v5-ticket-art{background:#e5dfce}.v5-return-bar{display:flex;flex-wrap:wrap;align-items:center;gap:15px;background:#eeeddf;padding:20px;margin-top:25px;border-radius:6px}.v5-return-bar>div:first-child{flex:1;min-width:240px}.v5-return-bar strong{font-size:14px}.v5-return-bar p{font-size:12px;color:#68735f}.v5-return-confirm{width:100%;border-top:1px solid #c9ceb7;padding-top:15px}.v5-return-confirm button{margin-right:15px}.v5-demo-history{margin-top:25px;font-size:12px;color:#6b7763}.v5-demo-history summary{cursor:pointer;padding:12px 0}.v5-demo-history p{max-width:650px;margin-bottom:15px}.v5-commerce{padding-top:25px}.v5-checkout-steps{list-style:none;display:flex;padding:10px 0 25px;gap:30px}.v5-checkout-steps li{display:flex;gap:8px;align-items:center;font-size:12px;color:#788173}.v5-checkout-steps li>span{border:1px solid #cdd5c4;border-radius:50%;width:28px;height:28px;display:grid;place-items:center}.v5-checkout-steps li[aria-current=step]{color:#2f634a;font-weight:600}.v5-checkout-steps li[aria-current=step]>span{background:#41644d;color:#fff;border-color:#41644d}.v5-checkout-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,1fr);gap:40px;align-items:start}.v5-cart-line{display:grid;grid-template-columns:95px minmax(0,1fr) auto;gap:20px;padding:25px 0;border-top:1px solid #d8ddce;align-items:start}.v5-cart-line>img{width:95px;height:100px;object-fit:cover;border-radius:5px}.v5-cart-line small{font-size:10px;color:#71806a}.v5-cart-line h2{font-size:19px;line-height:1.4;margin:6px 0}.v5-cart-line p{font-size:12px;color:#65745f}.v5-cart-line>strong{font-size:13px;white-space:nowrap;margin-top:25px}.v5-cart-quantity{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-top:12px}.v5-cart-quantity label{font-size:11px}.v5-cart-quantity select{padding:6px 10px;background:#fffdf6;border:1px solid #cbd4bf;margin-left:5px;border-radius:4px}.v5-order-summary{background:#eeeddf;padding:25px;border-radius:8px}.v5-order-summary h2{font-size:24px;line-height:1.4;margin:10px 0 22px}.v5-order-summary>p{font-size:12px;line-height:1.8;margin:15px 0;display:flex;gap:12px;justify-content:space-between}.v5-order-summary .v5-total{font-size:15px;border-top:1px solid #c9d0bd;padding-top:16px}.v5-order-summary>.fw-button{width:100%;margin:15px 0 8px;justify-content:center}.v5-order-summary>small{font-size:10px;color:#64705d;display:block;margin:10px 0}.v5-consent{display:flex!important;align-items:flex-start;gap:9px;font-size:11px!important;line-height:1.8;margin:12px 0;cursor:pointer}.v5-consent input{flex-shrink:0;width:17px;height:17px;margin-top:3px;accent-color:#41644d}.v5-added{padding:15px;background:#e8eddf;color:#406148}.v5-added a{display:block;text-decoration:underline}@media(max-width:1100px){.fw-main-nav a{padding:0 9px;font-size:11px}.fw-header{gap:10px}.fw-brand{font-size:22px}.v5-ticket-grid,.v5-update-list{grid-template-columns:repeat(2,minmax(0,1fr))}.v5-checkout-layout{gap:25px}.v5-cart-line{grid-template-columns:75px minmax(0,1fr);gap:15px}.v5-cart-line>img{width:75px;height:80px}.v5-cart-line>strong{grid-column:2;margin:0}}@media(min-width:601px)and (max-width:900px){.fw-header{height:auto;min-height:110px;flex-wrap:wrap;padding-top:14px}.fw-main-nav{order:3;width:100%;height:48px;justify-content:center;position:static}.fw-main-nav a{height:48px}.fw-header-tools{margin-left:auto}}@media(max-width:600px){.fw-main-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.fw-main-nav a{font-size:9px;padding:9px 1px;gap:5px;min-width:0;white-space:normal;text-align:center}.fw-main-nav a svg{width:19px;height:19px}.v5-section-heading{align-items:flex-start;flex-direction:column;gap:10px}.v5-artist-feature{max-height:250px}.v5-artist-feature .vx-gallery-invite{left:3%;bottom:30px;padding:14px;max-width:65%}.v5-artist-feature .vx-gallery-invite>span{font-size:20px}.v5-artist-feature .vx-gallery-invite .fw-eyebrow{font-size:8px}.v5-feature-avatar{right:7%;bottom:38px}.v5-feature-avatar .avatar-renderer{width:75px!important;height:100px!important}.v5-update-list{gap:18px}.v5-update-list h3{font-size:17px}.v5-update-list small{font-size:9px}.v5-identity{gap:15px}.v5-identity-actions{align-items:flex-start}.v5-identity-form{grid-template-columns:1fr}.v5-identity-form :is(input,textarea,select){font-size:16px}.v5-hall-fans{gap:8px;padding:20px 0}.v5-hall-fans .avatar-renderer{width:65px!important;height:85px!important}.v5-hall-fans strong{font-size:11px}.v5-hall-fans small{font-size:8px}.v5-public-shelf{top:19%;left:48%;width:38%;gap:2px}.v5-public-shelf button{width:35%;min-height:44px}.v5-public-avatar .avatar-renderer{width:12cqw!important;height:16cqw!important}.v5-item-detail{gap:15px}.v5-item-detail img{width:95px}.v5-item-detail h3{font-size:20px}.v5-history-counts{gap:16px}.v5-history-counts p{font-size:10px;flex:1}.v5-history-counts strong{display:block;font-size:29px}.v5-achievement{gap:14px}.v5-achievement h3{font-size:24px}.v5-achievement>svg{width:26px}.v5-section-tabs{align-items:flex-start;flex-direction:column;gap:8px;padding-bottom:14px}.v5-ticket-grid{grid-template-columns:1fr}.v5-ticket>div:last-child{flex:1}.v5-checkout-steps{gap:10px;justify-content:space-between}.v5-checkout-steps li{flex-direction:column;font-size:10px}.v5-checkout-layout{grid-template-columns:1fr}.v5-order-summary{padding:22px}.v5-commerce .fw-scene-heading h1{overflow-wrap:anywhere}}.v6-display-scene,.v6-artist-hall{position:relative;container-type:inline-size;isolation:isolate;overflow:hidden;border-radius:28px;background:#f8f3e9}.v6-room-art,.v6-artist-hall>img{display:block;width:100%;height:auto}.v6-fixture{position:absolute;transform:translate(-50%,-50%);width:10%;height:19%;border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#3c5145;padding:0;z-index:3}.v6-fixture>img{width:100%;height:85%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 4px 3px #4b372b25)}.v6-fixture-label{background:#ede3cded;box-shadow:0 2px 3px #44332726;border:1px solid #b5a68b70;border-radius:3px;padding:3px 6px;font-size:clamp(8px,1.1cqw,14px);font-weight:700;white-space:nowrap;max-width:160%;line-height:1.3}.v6-slot-empty{font-size:clamp(15px,2cqw,28px);opacity:.65;line-height:1.4}.v6-trophy{font-size:5cqw;color:#b77929;text-shadow:0 2px 2px #76552550}.v6-fixture:focus-visible,.v6-fixture:hover{outline:2px solid #647c62;outline-offset:5px;border-radius:12px;background:#fff9}.v6-room-avatar{position:absolute;left:49.5%;top:69%;transform:translate(-50%,-80%);width:14%;display:flex;flex-direction:column;align-items:center;pointer-events:none}.v6-room-avatar .avatar-renderer{width:14cqw!important;height:19cqw!important;max-width:none!important;max-height:none!important}.v6-room-avatar>span{font-size:clamp(9px,1.15cqw,15px);white-space:nowrap;color:#3d4d3d;background:#faf4e9d9;padding:2px 9px;border-radius:20px}.v6-display-shortcuts{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin:15px 0 25px}.v6-display-shortcuts [aria-pressed=true]{text-decoration:underline;text-underline-offset:6px}.v6-display-picker{padding:24px;background:#eeeade;border-radius:18px;margin-bottom:25px}.v6-display-picker>small{display:block;margin-top:16px;color:var(--muted)}.v6-display-options{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0}.v6-display-options button{border:1px solid var(--border);border-radius:12px;width:160px;display:flex;flex-direction:column;align-items:center;padding:12px;background:#fffaf0;color:var(--ink);cursor:pointer}.v6-display-options button[aria-pressed=true]{outline:2px solid var(--primary)}.v6-display-options img{width:110px;height:110px;object-fit:contain;mix-blend-mode:multiply}.v6-hall-portrait{position:absolute;top:23%;transform:translate(-50%,-50%);width:10%;height:20%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;background:none;border:0;color:#3d5449;text-decoration:none;cursor:pointer}.v6-hall-portrait strong{font-family:var(--font-display);font-size:clamp(10px,1.5cqw,20px);white-space:nowrap}.v6-hall-portrait small{font-size:clamp(8px,.85cqw,12px);white-space:nowrap}.v6-hall-feature{left:50%;top:23%;height:24%}.v6-hall-feature .avatar-renderer{width:8cqw!important;height:10cqw!important;min-height:0!important}.v6-hall-discover{left:29%;transform:translate(-50%,-50%) skewY(-7deg)}.v6-hall-following{left:71.5%;transform:translate(-50%,-50%) skewY(7deg)}.v6-hall-portrait:focus-visible{outline:2px solid var(--primary);outline-offset:12px}.v6-community-tabs{display:flex;gap:26px;border-bottom:1px solid var(--border);margin-bottom:32px;overflow-x:auto}.v6-community-tabs button{background:none;border:0;border-bottom:3px solid transparent;padding:16px 0;color:var(--muted);font-weight:700;white-space:nowrap;cursor:pointer}.v6-community-tabs button[aria-pressed=true]{color:var(--primary);border-bottom-color:var(--primary)}.v6-community-home{display:grid;grid-template-columns:minmax(0,720px) minmax(300px,360px);gap:40px;justify-content:center}.v6-community h2{font-size:clamp(22px,2.5vw,30px);line-height:1.3}.v6-community p{line-height:1.8}.v6-artist-post{padding:24px;margin-bottom:16px;background:var(--surface,#ffffff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-xs,0 1px 2px rgba(0,0,0,.03))}.v6-artist-post h3{font-size:24px;margin:12px 0}.v6-artist-post>p{white-space:pre-line}.v6-community-home aside{padding:24px;border-radius:var(--radius-lg,16px);background:var(--surface,#ffffff);border:1px solid var(--border,#e5e7eb);box-shadow:var(--shadow-sm,0 1px 3px rgba(0,0,0,.05));align-self:start}.v6-community-home aside .fw-text-button{display:block;margin-top:15px}.v6-community-home hr{border:0;border-top:1px solid var(--border,#e5e7eb);margin:20px 0}.v6-community-merch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:25px}.v6-community-merch a{color:inherit;text-decoration:none}.v6-community-merch img{width:100%;aspect-ratio:1;object-fit:contain;background:#eeeade;border-radius:14px;mix-blend-mode:multiply}.v6-community-merch small{display:block;margin-top:12px;color:var(--muted)}.v6-community-merch h3{font-size:17px;margin:6px 0}.v6-order-journey{padding:28px;background:#f4f2e8;border-radius:18px;overflow-wrap:anywhere}.v6-order-journey h2{font-size:26px;line-height:1.3}.v6-shipment-summary{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0;padding-bottom:24px;border-bottom:1px solid var(--border)}.v6-shipment-summary small,.v6-shipment-summary strong{display:block}.v6-shipment-summary small{color:var(--muted);margin-bottom:6px}.v6-order-steps{list-style:none;padding:0;margin:28px 0}.v6-order-steps li{display:flex;position:relative;gap:18px;padding-bottom:25px;color:var(--muted)}.v6-order-steps li:not(:last-child):before{content:"";position:absolute;left:14px;top:28px;bottom:0;width:1px;background:#c6c9ba}.v6-order-steps i{width:29px;height:29px;border-radius:50%;background:#e2e3d7;display:grid;place-items:center;flex-shrink:0;font-style:normal}.v6-order-steps .done{color:var(--ink)}.v6-order-steps .done i{background:#536d58;color:#fff}.v6-order-steps h3{font-size:16px;margin:2px 0 6px}.v6-order-steps p{font-size:13px;line-height:1.7;margin:0 0 5px}.v6-order-steps small{font-size:11px}.v6-order-product{display:flex;gap:24px;align-items:center;overflow-wrap:anywhere}.v6-order-product img{width:130px;height:150px;object-fit:contain}.v6-order-product h2{font-size:19px}.v6-order-product p{font-size:13px}@media(max-width:600px){.v6-display-scene,.v6-artist-hall{border-radius:12px}.v6-community-tabs{gap:20px;margin-bottom:24px}.v6-community-home{grid-template-columns:1fr;gap:24px}.v6-community-merch{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.v6-shipment-summary{grid-template-columns:1fr}.v6-order-journey{padding:20px}.v6-order-product{align-items:flex-start;gap:12px}.v6-order-product img{width:90px;height:110px}.v6-hall-portrait{gap:3px}.v6-hall-portrait small{display:none}.v6-hall-portrait svg{width:16px;height:16px}.v6-fixture-label{padding:2px 3px;font-size:8px}.v6-fixture{width:11%}.v6-display-shortcuts{gap:6px 16px}.v6-hall-feature strong{font-size:9px}}.v6-fixture.occupied{mix-blend-mode:normal}.v6-fixture.occupied>img{mix-blend-mode:normal}.v6-fixture-ticket>img,.v6-fixture-disc>img{border:3px solid #dccca9;border-radius:3px}.v6-fixture-lightstick>img{border-radius:50%;width:75%}.v6-personal-room{margin-bottom:20px}.v7-artist-home>section{padding:22px 0 35px;border-bottom:1px solid var(--border)}.v7-artist-home h2{font-size:24px;font-weight:800;color:var(--ink);letter-spacing:-.3px}.v7-hero-spotlight{position:relative;border-radius:20px;background:linear-gradient(135deg,#1e2922,#2a3626,#182017);color:#fff;padding:24px 28px;margin:14px 0 24px;overflow:hidden;box-shadow:0 10px 30px #1e292226;display:flex;align-items:center;justify-content:space-between;gap:24px}.v7-hero-spotlight:before{content:"";position:absolute;top:-40%;right:-5%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.22) 0%,transparent 70%);pointer-events:none}.v7-hero-content{position:relative;z-index:2;max-width:680px}.v7-hero-badge-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.v7-hero-live-badge{display:inline-flex;align-items:center;gap:6px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;padding:3px 10px;border-radius:12px;letter-spacing:.5px}.v7-hero-viewer-badge{display:inline-flex;align-items:center;gap:5px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e2e8f0;font-size:11px;font-weight:600;padding:3px 10px;border-radius:12px}.v7-hero-title{font-size:22px;font-weight:800;line-height:1.3;margin:0 0 6px;color:#fff}.v7-hero-subtitle{font-size:13px;color:#cbd5e1;line-height:1.5;margin:0 0 16px}.v7-hero-cta{display:inline-flex;align-items:center;gap:8px;background:#10b981;color:#064e3b;font-weight:700;font-size:12.5px;padding:9px 18px;border-radius:20px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 14px #10b98159}.v7-hero-cta:hover{background:#34d399;transform:translateY(-2px);box-shadow:0 6px 20px #10b98173}.v7-artist-shortcuts{display:flex;align-items:center;gap:20px;overflow-x:auto;padding:8px 2px 14px;scrollbar-width:thin}.v7-story-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0;text-decoration:none;color:var(--ink);transition:transform .2s ease}.v7-story-item:hover{transform:translateY(-2px)}.v7-story-ring{width:64px;height:64px;border-radius:50%;padding:2.5px;background:linear-gradient(135deg,#10b981,#6366f1);display:grid;place-items:center;position:relative}.v7-story-ring.is-live{background:linear-gradient(135deg,#ef4444,#f59e0b);box-shadow:0 0 0 2px #ef44444d}.v7-story-avatar{width:100%;height:100%;border-radius:50%;background:#fffdf8;border:2px solid #FFFFFF;overflow:hidden;display:grid;place-items:center}.v7-story-avatar .avatar-renderer{width:44px!important;height:58px!important}.v7-story-live-dot{position:absolute;bottom:0;right:1px;background:#ef4444;color:#fff;font-size:8px;font-weight:800;padding:2px 5px;border-radius:8px;border:1.5px solid #FFFFFF;line-height:1}.v7-story-name{font-size:12px;font-weight:700;color:var(--ink);white-space:nowrap}.v7-story-status{font-size:10.5px;color:var(--muted)}.v7-bento-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:14px}.v7-bento-col{background:var(--surface, #FFFFFF);border:1px solid var(--border, #E2E8F0);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #00000005}.v7-bento-col-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #F1F5F9}.v7-bento-col-header h3{font-size:13.5px;font-weight:800;margin:0;display:flex;align-items:center;gap:8px}.v7-bento-card-list{display:flex;flex-direction:column;gap:10px;flex:1}.v7-highlight-empty{padding:24px 12px;text-align:center;color:var(--muted);font-size:12px;background:#f8fafc;border-radius:10px;margin:auto 0}.v7-highlight-list{display:contents}.v7-highlight-card{display:flex;flex-direction:column;justify-content:space-between;padding:14px 16px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;text-decoration:none;color:var(--ink);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.v7-highlight-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000000f;border-color:var(--primary,#5D6350);background:#fff}.v7-highlight-card.is-live{border:1.5px solid #EF4444;background:linear-gradient(180deg,#fff5f5,#fff)}.v7-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.v7-card-artist{display:flex;align-items:center;gap:7px}.v7-card-avatar{width:26px;height:26px;border-radius:50%;overflow:hidden;background:#e6e7d4;display:grid;place-items:center;border:1px solid #E2E8F0}.v7-card-avatar .avatar-renderer{width:20px!important;height:27px!important}.v7-card-artist strong{font-size:12.5px;font-weight:700;color:var(--ink)}.v7-badge-live{background:#fee2e2!important;color:#b91c1c!important;font-weight:700!important;font-size:10.5px!important;padding:2px 7px!important;border-radius:10px!important}.v7-badge-upcoming{background:#e0f2fe!important;color:#0369a1!important;font-weight:700!important;font-size:10.5px!important;padding:2px 7px!important;border-radius:10px!important}.v7-badge-note{background:#ede9fe!important;color:var(--primary,#5D6350)!important;font-weight:700!important;font-size:10.5px!important;padding:2px 7px!important;border-radius:10px!important}.v7-highlight-card h3{font-size:14.5px;font-weight:700;line-height:1.4;margin:2px 0 8px;color:var(--ink)}.v7-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:auto;padding-top:8px;border-top:1px solid #EEF2F6}.v7-card-footer time{font-size:11.5px;color:var(--muted)}.v7-card-action{font-size:11.5px;font-weight:700;color:var(--primary,#5D6350);display:inline-flex;align-items:center;gap:3px}.v7-artist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:18px}.v7-artist-card{background:var(--surface,#FFFFFF);border:1px solid var(--border,#E2E8F0);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 3px 12px #00000008;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative}.v7-artist-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #00000012;border-color:#cbd5e1}.v7-card-cover{height:80px;width:100%;position:relative;padding:10px 14px;display:flex;align-items:flex-start;justify-content:space-between}.v7-card-fandom-pill{font-size:11px;font-weight:800;padding:3px 9px;border-radius:12px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#1e293b;box-shadow:0 2px 6px #00000014}.v7-card-live-pill{font-size:10px;font-weight:800;padding:3px 8px;border-radius:10px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 8px #ef444459}.v7-card-body{padding:0 16px 16px;display:flex;flex-direction:column;flex:1}.v7-card-avatar-wrap{margin-top:-36px;margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between}.v7-artist-portrait{width:66px;height:66px;border-radius:50%;background:#fffdf8;border:3px solid #FFFFFF;box-shadow:0 4px 12px #00000014;overflow:hidden;display:grid;place-items:center;flex-shrink:0;transition:transform .2s ease}.v7-artist-portrait:hover{transform:scale(1.05)}.v7-artist-portrait .avatar-renderer{width:46px!important;height:62px!important}.v7-card-stats-pill{font-size:11px;color:var(--muted);font-weight:600;background:#f1f5f9;padding:3px 8px;border-radius:8px}.v7-artist-card h3{font-size:18px;font-weight:800;margin:0 0 5px;color:var(--ink)}.v7-artist-card h3 a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .15s ease}.v7-artist-card h3 a:hover{color:var(--primary,#5D6350)}.v7-artist-tagline{font-size:12.5px;color:#64748b;line-height:1.5;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v7-card-actions{display:flex;align-items:center;gap:10px;margin-top:auto}.v7-btn-enter{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--ink,#292D28);color:#fff;font-size:12px;font-weight:700;padding:8px 14px;border-radius:12px;text-decoration:none;transition:background .15s ease,transform .15s ease}.v7-btn-enter:hover{background:#3f463d;transform:translateY(-1px)}.v7-card-actions .fw-follow{padding:0 14px;min-height:36px;font-size:11.5px}@media(max-width:900px){.v7-bento-highlights,.v7-artist-grid{grid-template-columns:1fr}.v7-hero-spotlight{flex-direction:column;align-items:flex-start;padding:20px}}@keyframes v7-pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 8px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.v7-floating-hearts-container,.stage-floating-hearts-container{position:absolute;bottom:50px;right:16px;width:140px;height:280px;pointer-events:none;overflow:hidden;z-index:25}.v7-floating-heart,.stage-floating-heart{position:absolute;bottom:0;font-size:24px;animation:v7-float-heart 1.8s cubic-bezier(.25,1,.5,1) forwards;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes v7-float-heart{0%{transform:translateY(0) scale(.6) rotate(0);opacity:.95}40%{transform:translateY(-80px) scale(1.25) rotate(-14deg);opacity:.9}75%{transform:translateY(-170px) scale(1.1) rotate(12deg);opacity:.6}to{transform:translateY(-260px) scale(.8) rotate(-6deg);opacity:0}}.v7-cheer-btn,.stage-cheer-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;border:1px solid rgba(244,63,94,.4);background:#f43f5e29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fda4af;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;cursor:pointer;transition:all .18s cubic-bezier(.34,1.56,.64,1);-webkit-user-select:none;user-select:none}.stage-cheer-btn:hover{transform:scale(1.06);background:#f43f5e47;border-color:#fb7185;color:#fff1f2;box-shadow:0 0 14px #f43f5e73}.stage-cheer-btn:active{transform:scale(.92)}.stage-cheer-btn .heart-icon-bounce{transition:transform .15s ease}.stage-cheer-btn:hover .heart-icon-bounce{transform:scale(1.2)}.micro-interaction-tabs{display:inline-flex;align-items:center;gap:2px;padding:3px;background:var(--surface-subtle, #F1F5F9);border-radius:20px;border:1px solid var(--border, #E2E8F0)}.micro-tab-item{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:16px;font-size:11px;font-weight:600;color:var(--muted, #64748B);background:transparent;border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.micro-tab-item:hover{color:var(--ink, #1E293B)}.micro-tab-item[aria-selected=true],.micro-tab-item.active{background:var(--surface, #FFFFFF);color:var(--primary, #5B46E8);font-weight:700;box-shadow:0 1px 3px #00000014}.youtube-chat-input-row{display:flex;align-items:center;gap:8px;width:100%}.youtube-chat-input-field{flex:1 1 auto;min-width:0;padding:9px 14px;font-size:13.5px;border-radius:20px;border:1px solid var(--border, #E2E8F0);background:var(--bg, #F8FAFC);color:var(--ink, #0F172A);transition:all .18s ease;outline:none}.youtube-chat-input-field:focus{border-color:var(--primary, #5B46E8);background:#fff;box-shadow:0 0 0 3px #5b46e81f}.youtube-send-icon-btn{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--primary, #5B46E8);color:#fff;border:none;cursor:pointer;flex-shrink:0;transition:all .15s ease;box-shadow:0 2px 6px #5b46e840}.youtube-send-icon-btn:hover:not(:disabled){transform:scale(1.08);background:var(--primary-hover, #4A34D3);box-shadow:0 4px 10px #5b46e859}.youtube-send-icon-btn:active:not(:disabled){transform:scale(.94)}.youtube-send-icon-btn:disabled{background:var(--surface-subtle, #E2E8F0);color:var(--muted, #94A3B8);cursor:not-allowed;box-shadow:none;opacity:.6}.chat-report-btn{background:none;border:none;color:var(--muted, #94A3B8);cursor:pointer;padding:4px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease,color .15s ease,background-color .15s ease;flex-shrink:0}.chat-message-row:hover .chat-report-btn,.chat-report-btn:focus-visible{opacity:.55}.chat-report-btn:hover{opacity:1!important;color:#ef4444;background-color:#ef444414}.pinned-poll-card-compact,.yt-pinned-poll-overlay{margin:6px 12px 4px;padding:6px 10px;background:#fffffffa;border:1px solid #E2E8F0;border-radius:10px;display:flex;flex-direction:column;gap:4px;flex-shrink:0;box-shadow:0 4px 14px #0000000f;transition:all .2s ease;z-index:15}.yt-pinned-poll-overlay.collapsed{gap:0;padding:4px 10px}.yt-poll-header-row{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:20px}.yt-poll-title-wrap{display:flex;align-items:center;gap:5px;min-width:0;flex:1}.yt-poll-icon{color:var(--primary, #5B46E8);flex-shrink:0}.yt-poll-prompt{font-size:11.5px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yt-poll-vote-count{font-size:10.5px;color:#64748b;flex-shrink:0;font-weight:500}.yt-poll-header-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.yt-poll-ctrl-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:3px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.yt-poll-ctrl-btn:hover{background:#f1f5f9;color:#0f172a}.yt-poll-close-btn:hover{background:#fee2e2;color:#dc2626}.yt-poll-body{display:flex;flex-direction:column;gap:4px}.yt-poll-options-grid{display:flex;flex-wrap:wrap;gap:5px}.yt-poll-vote-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#f8fafc;border:1px solid #CBD5E1;border-radius:14px;font-size:11px;font-weight:600;color:#1e293b;cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.yt-poll-vote-chip:hover{background:#5b46e814;border-color:var(--primary, #5B46E8);color:var(--primary, #5B46E8);transform:translateY(-1px)}.yt-poll-vote-chip:active{transform:scale(.97)}.yt-poll-chip-circle{width:6px;height:6px;border-radius:50%;border:1.5px solid #94A3B8;display:inline-block;flex-shrink:0}.yt-poll-vote-chip:hover .yt-poll-chip-circle{border-color:var(--primary, #5B46E8);background:var(--primary, #5B46E8)}.yt-poll-results-list{display:flex;flex-direction:column;gap:3px}.yt-poll-res-bar{position:relative;border-radius:6px;overflow:hidden;background:#f1f5f9;height:18px;display:flex;align-items:center}.yt-poll-res-bar.selected{border:1px solid var(--primary, #5B46E8)}.yt-poll-res-fill{position:absolute;top:0;left:0;bottom:0;background:#5b46e838;transition:width .3s ease}.yt-poll-res-bar.selected .yt-poll-res-fill{background:#5b46e859}.yt-poll-res-labels{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 8px;font-size:10.5px;line-height:1}.yt-poll-res-text{font-weight:600;color:#0f172a;display:inline-flex;align-items:center;gap:4px}.yt-poll-res-pct{font-weight:700;color:#475569}.yt-poll-voted-footer{display:flex;align-items:center;gap:4px;font-size:10px;color:#059669;font-weight:600;margin-top:1px}.yt-poll-pill-btn{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:12px;background:#eef2ff;border:1px solid #C7D2FE;color:var(--primary, #5B46E8);font-size:10.5px;font-weight:700;cursor:pointer;transition:all .15s ease}.yt-poll-pill-btn:hover{background:#e0e7ff;transform:scale(1.04)}.yt-poll-dot{width:5px;height:5px;border-radius:50%;background:#ef4444;display:inline-block}.yt-live-header{display:flex;align-items:flex-start;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border-subtle, #F1F5F9);background:var(--surface, #FFFFFF);flex-shrink:0}.yt-live-header-title{font-size:16px;font-weight:700;color:#0f172a;line-height:1.2;margin:0}.yt-live-header-sub{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;margin-top:3px;font-weight:500}.yt-live-header-sub span{display:inline-flex;align-items:center;gap:3px}.yt-header-action-btn{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#64748b;background:transparent;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease}.yt-header-action-btn:hover{background:#f1f5f9;color:#0f172a}.yt-community-card{margin:10px 12px 6px;padding:12px 14px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;display:flex;align-items:flex-start;gap:12px;font-size:12px;color:#334155;line-height:1.45}.yt-community-icon{width:28px;height:20px;border-radius:6px;background:#dc2626;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex-shrink:0;margin-top:2px}.yt-floating-heart-btn{position:absolute;bottom:64px;right:14px;width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 4px 14px #0000001f;border:1px solid #F1F5F9;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .15s ease}.yt-floating-heart-btn:hover{transform:scale(1.12);box-shadow:0 6px 18px #e11d4840}.yt-floating-heart-btn:active{transform:scale(.92)}.yt-input-pill-container{position:relative;width:100%;padding:8px 12px 10px;background:var(--surface, #FFFFFF);border-top:1px solid var(--border-subtle, #F1F5F9);flex-shrink:0}.yt-chat-input-pill{width:100%;background:#f1f5f9;border:1px solid transparent;border-radius:22px;padding:4px 6px 4px 14px;display:flex;align-items:center;gap:8px;transition:all .2s ease}.yt-chat-input-pill:focus-within{background:#fff;border-color:var(--primary, #5B46E8);box-shadow:0 0 0 3px #5b46e81f}.yt-chat-input,.yt-chat-textarea{flex:1 1 auto;min-width:0;border:none;background:transparent;padding:6px 0;font-family:inherit;font-size:13.5px;line-height:1.4;color:var(--ink, #0F172A);outline:none}.yt-chat-input::placeholder,.yt-chat-textarea::placeholder{color:#94a3b8}.youtube-send-icon-btn{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--primary, #5B46E8);color:#fff;border:none;cursor:pointer;flex-shrink:0;transition:all .15s ease}.youtube-send-icon-btn:hover:not(:disabled){transform:scale(1.08);box-shadow:0 2px 8px #5b46e859}.youtube-send-icon-btn:disabled{opacity:.5;cursor:not-allowed}.yt-perk-icon-btn{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#64748b;border:none;cursor:pointer;flex-shrink:0;transition:all .15s ease}.yt-perk-icon-btn:hover,.yt-perk-icon-btn.active{background:#5b46e81f;color:var(--primary, #5B46E8);transform:scale(1.08)}.yt-vip-perks-dock{position:static}.yt-vip-perks-popover{position:absolute;bottom:calc(100% + 8px);right:12px;width:320px;max-width:calc(100% - 24px);background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #E2E8F0;border-radius:16px;box-shadow:0 12px 36px #0000002e,0 2px 8px #5b46e81f;padding:12px;z-index:50;display:flex;flex-direction:column;gap:8px;animation:yt-popover-in .18s cubic-bezier(.16,1,.3,1)}@keyframes yt-popover-in{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.yt-vip-popover-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid #F1F5F9}.yt-vip-card{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;border:1px solid #F1F5F9;background:#f8fafc;cursor:pointer;text-align:left;transition:all .15s ease;width:100%}.yt-vip-card:hover{background:#f1f5f9;border-color:var(--primary, #5B46E8);transform:translateY(-1px);box-shadow:0 2px 8px #5b46e81a}.yt-vip-card:active{transform:scale(.98)}.yt-loyalty-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:14px;background:#fdf2f8;border:1px solid #FBCFE8;color:#be185d;font-size:11px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.yt-loyalty-badge:hover{transform:scale(1.05);background:#fce7f3;box-shadow:0 2px 8px #be185d26}.live-viewer-count-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#475569;background-color:#f1f5f9;padding:2px 8px;border-radius:12px}.yt-header-menu-popover{position:absolute;top:calc(100% + 6px);left:0;width:230px;background:#fff;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:6px;z-index:60;display:flex;flex-direction:column;gap:4px;animation:yt-popover-in .15s ease-out}.yt-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:8px;border:none;background:transparent;cursor:pointer;text-align:left;font-family:inherit;font-size:12px;color:#1e293b;transition:background .15s ease}.yt-menu-item:hover{background:#f1f5f9}.yt-menu-item.active{background:#5b46e814;color:var(--primary, #5B46E8)}.yt-header-popup{position:absolute;top:calc(100% + 6px);right:0;width:260px;background:#fff;border:1px solid #E2E8F0;border-radius:14px;box-shadow:0 10px 30px #00000029;padding:12px;z-index:60;animation:yt-popover-in .15s ease-out}.yt-vip-chat-bubble{border-left:3px solid #7C3AED!important;background:linear-gradient(90deg,#7c3aed14,#fff0)!important;border-radius:6px;padding:4px 6px}.yt-popover-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:transparent}.v8-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.v8-tabs button{padding:10px 15px;border:1px solid #d5dbd0;border-radius:24px;background:transparent;color:#475749;font:inherit;font-size:13px;min-height:44px}.v8-tabs button[aria-pressed=true]{background:#365749;color:#fff;border-color:#365749}.v8-collection h2,.v8-avatar-editor h2,.v8-live h2{font-size:26px;line-height:1.3;margin:8px 0}.v8-collection p,.v8-avatar-editor p,.v8-live p{font-size:14px;line-height:1.75;color:#687060}.v8-search{display:flex;flex-direction:column;gap:9px;font-size:13px;font-weight:600;max-width:720px}.v8-search input,.v8-filters input,.v8-filters select{width:100%;min-height:46px;border:1px solid #ccd4c6;border-radius:10px;background:#fffdf7;padding:10px 13px;font:inherit;color:#354939;box-sizing:border-box}.v8-filters{border-block:1px solid #dce0d5;margin:20px 0;padding:14px 0}.v8-filters summary{cursor:pointer;font-size:13px;padding:7px 0}.v8-filters>div{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;padding:16px 0}.v8-filters label{display:flex;flex-direction:column;gap:8px;font-size:12px}.v8-filters small{color:#727869}.v8-item-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}.v8-collection-item{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-width:0;border-bottom:1px solid #dce0d5;padding-bottom:22px}.v8-collection-item>img,.v8-achievement-art{width:100%;height:200px;object-fit:contain;background:#eeeadd;border-radius:14px}.v8-achievement-art{display:grid;place-items:center;font-size:76px;color:#a58035}.v8-collection-item h3{font-size:17px;line-height:1.5;margin:0}.v8-collection-item p{margin:0}.v8-collection-item small,.v8-collection-item time{font-size:12px;color:#727769}.v8-collection-item .fw-button{margin-top:auto;font-size:12px;min-height:44px;width:100%;justify-content:center}.v8-public-label{font-size:12px;color:#366248}.v8-saved:empty{display:none}.v8-empty{text-align:center;padding:40px 20px;background:#f0f0e6;border-radius:16px}.v8-empty a,.v8-empty button{margin:8px}.v8-avatar-layout{display:grid;grid-template-columns:minmax(180px,1fr) 2fr;gap:28px}.v8-avatar-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:radial-gradient(ellipse at 50% 75%,#d7dfc6,transparent 65%),#f0eee2;border-radius:45% 45% 20px 20px;min-height:320px}.v8-avatar-preview .avatar-renderer{width:180px!important;height:230px!important}.v8-avatar-preview small{font-size:12px;color:#66745e}.v8-avatar-editor fieldset{border:0;padding:0;margin:12px 0 24px;min-width:0}.v8-avatar-editor legend{font-size:14px;font-weight:700;margin-bottom:12px}.v8-preset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.v8-preset-grid button{display:flex;align-items:center;flex-direction:column;gap:8px;padding:12px 6px;border:1px solid #d5dbd0;border-radius:12px;background:#fffdf6;font:inherit;font-size:11px;color:#425745}.v8-preset-grid button[aria-pressed=true]{border:2px solid #456954;background:#e6edde}.v8-live-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(230px,1fr);gap:28px;align-items:start}.v8-live-layout h3{font-size:18px;line-height:1.5;margin:12px 0}.v8-live-layout aside>button{display:flex;flex-direction:column;gap:9px;width:100%;text-align:left;padding:18px 14px;background:transparent;border:0;border-bottom:1px solid #d5dbd0;color:#45533f;font:inherit}.v8-live-layout aside>button[aria-pressed=true]{background:#e9edde;border-left:3px solid #49634f}.v8-live-layout aside small,.v8-live-layout time{font-size:12px}.v8-live .vw-broadcast{margin:0}.v8-live .vw-broadcast>p{font-size:12px}.vw-plaza-scene .vw-place-door{width:14%}.vw-plaza-scene .vw-door-artist{transform:translate(-50%,-50%) rotate(-7deg)}.vw-plaza-scene .vw-door-myspace,.vw-plaza-scene .vw-door-shop{transform:translate(-50%,-50%) rotate(6deg)}.vw-plaza-scene .vw-door-moments{transform:translate(-50%,-50%) rotate(-7deg)}.vw-plaza-fan{top:48%}.v8-collection button:focus-visible,.v8-avatar-editor button:focus-visible,.v8-live button:focus-visible{outline:3px solid #899d67;outline-offset:3px}@media(max-width:850px){.v8-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v8-avatar-layout,.v8-live-layout{grid-template-columns:1fr}.v8-avatar-preview{min-height:280px}.v8-filters>div{grid-template-columns:1fr 1fr}.v8-filters label:first-child{grid-column:1/-1}}@media(max-width:500px){.v8-item-grid{gap:24px 14px}.v8-collection-item>img,.v8-achievement-art{height:140px}.v8-collection-item h3{font-size:15px}.v8-collection-item p{font-size:12px}.v8-preset-grid{grid-template-columns:repeat(2,1fr)}.v8-tabs{gap:6px}.v8-tabs button{font-size:12px;padding:9px 12px}.v8-collection h2,.v8-avatar-editor h2,.v8-live h2{font-size:23px}}.v8-private-tools{border-bottom:1px solid #dce0d5;padding:8px 0;margin:0 0 16px;font-size:13px}.v8-private-tools summary{cursor:pointer;padding:8px 0}.v8-private-tools .v7-collection-tools{margin:10px 0;gap:16px}.v8-collection>.v5-section-heading{margin:18px 0}.v8-item-grid:has(>.v8-collection-item:only-child){grid-template-columns:minmax(0,360px)}.v8-avatar-editor .v8-tabs>.fw-button{background:#365749;color:#fff;border-color:#365749}.v8-avatar-editor button:disabled{opacity:.5;cursor:default}@media(max-width:600px){.v7-private-note{font-size:13px!important;line-height:1.7!important;margin:12px 0!important}.v8-collection>.v5-section-heading{gap:10px;margin:12px 0}.v8-collection>.v5-section-heading:has([role=status]){flex-direction:row;align-items:center}.v8-item-grid:has(>.v8-collection-item:only-child) .v8-collection-item>img{height:200px}.v8-live-layout{gap:16px}.v8-live .avatar-stage-venue .avatar-renderer{width:120px!important;height:150px!important}}
