@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;750;800&display=swap";:root{--bw-bg-black: #000000;--bw-bg-vault: #073C2F;--bw-bg-paper: #F4F1E8;--bw-bg-white: #FFFFFF;--bw-bg-soft: #F4F4F5;--bw-bg-card: #E5E5E5;--bw-bg-surface: #111111;--bw-bg-surface-2: #181818;--bw-acid: #B7FF2A;--bw-acid-soft: #D9FF8A;--bw-red-status: #D33918;--bw-blue-link: #2997FF;--bw-text-white: #FFFFFF;--bw-text-apple: #F5F5F7;--bw-text-dark: #111111;--bw-text-muted: #707072;--bw-text-telegram-muted: #707579;--bw-text-muted-white: rgba(255,255,255,.68);--bw-text-vault-muted: #A5D8C6;--bw-radius-xs: 4px;--bw-radius-small: 6px;--bw-radius-media: 8px;--bw-radius-world: 12px;--bw-radius-card: 16px;--bw-radius-localnav: 18px;--bw-radius-search: 22px;--bw-radius-pill: 999px;--bw-nav-height: 48px;--bw-bottom-height: 70px;--bw-cta-large-height: 60px;--bw-detail-stage-height: 488px;--bw-font-ui: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--bw-font-display: Inter, "Arial Black", system-ui, sans-serif;--bw-shadow-soft: 0 6px 44px rgba(0,0,0,.15), 0 4px 8px rgba(0,0,0,.03);--bw-shadow-bubble: 0 1px 2px rgba(114,114,114,.25);--bw-shadow-artifact: 0 10px 40px rgba(0,0,0,.18);--bw-inset-glass: inset 0 1px 1px rgba(255,255,255,.15);--bw-motion-spotify-fast: .15s cubic-bezier(.3, 0, 0, 1);--bw-ease-apple: cubic-bezier(.4, 0, .6, 1);--bw-motion-apple-fast: .24s var(--bw-ease-apple);--bw-motion-apple-medium: .32s var(--bw-ease-apple);--bw-motion-tg-screen: .3s cubic-bezier(.33, 1, .68, 1);--bw-motion-tg-message: .2s ease;--bw-motion-tg-message-inner: .2s ease-out;--bw-motion-tg-media-fade: .3s ease;--bw-motion-press: 85ms ease-out;--bw-motion-layout: .2s ease;--bw-motion-world-color: .5s cubic-bezier(.215, .61, .355, 1) .1s;--bw-ease-out-expo: cubic-bezier(.23, 1, .32, 1)}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--bw-font-ui);background:#000;color:#fff;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;scroll-behavior:smooth}body{margin:0;min-width:320px;background:#000;color:#fff}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}.bw-app{min-height:100dvh;background:var(--bw-bg-black);color:var(--bw-text-white);padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))}.performance-shell{padding-bottom:0}.bw-main{min-height:100dvh}.bw-topbar{position:sticky;top:0;z-index:100;height:var(--bw-nav-height);padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#000000b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.bw-brand{display:flex;flex-direction:column;text-decoration:none;letter-spacing:-.02em}.bw-brand span{font-size:14px;font-weight:600;line-height:16px}.bw-brand small{color:#ffffff8f;font-size:10px;font-weight:700;line-height:12px}.bw-top-action{width:36px;height:36px;border-radius:var(--bw-radius-pill);display:inline-flex;align-items:center;justify-content:center;color:var(--bw-acid);background:#ffffff14;text-decoration:none;transition:transform var(--bw-motion-press),background var(--bw-motion-spotify-fast)}.bw-top-action:active{transform:scale(.96)}.bw-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:120;height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom));padding:8px 10px calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);gap:4px;background:#000000c7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-top:1px solid rgba(255,255,255,.08)}.bw-bottom-item{height:54px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#ffffff8f;text-decoration:none;font-size:10px;font-weight:750;transition:color var(--bw-motion-spotify-fast),background var(--bw-motion-spotify-fast),transform var(--bw-motion-press)}.bw-bottom-item.active{color:#07110d;background:var(--bw-acid)}.bw-bottom-item:active{transform:scale(.96)}.bw-kicker{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px;color:#ffffffb3;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.bw-kicker b{color:var(--bw-acid)}.bw-pressable{transition:transform var(--bw-motion-press)}.bw-pressable:active{transform:scale(.97)}.bw-fade-in-up{opacity:0;transform:translateY(18px);animation:bw-fade-in-up .8s var(--bw-ease-out-expo) forwards}@keyframes bw-fade-in-up{to{opacity:1;transform:translateY(0)}}.bw-icon-button{width:48px;height:48px;padding:12px;border-radius:var(--bw-radius-pill);border:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:currentColor;transition:color var(--bw-motion-spotify-fast),transform var(--bw-motion-spotify-fast),background-color var(--bw-motion-spotify-fast)}.bw-icon-button:active{transform:scale(.96)}.bw-icon-circle{width:52px;height:52px;flex:0 0 52px;border-radius:var(--bw-radius-pill);border:1px solid rgba(0,0,0,.12);display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111;text-decoration:none}.bw-pill-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:6px 16px;border-radius:var(--bw-radius-pill);border:0;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;background:#fff;color:#111;transition:transform var(--bw-motion-press)}.bw-pill-cta.secondary{background:#ffffff24;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bw-pill-cta:active{transform:scale(.97)}.bw-primary-action{width:100%;height:var(--bw-cta-large-height);padding:18px 24px;border-radius:var(--bw-radius-pill);border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#111;color:#fff;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;transition:transform var(--bw-motion-press),background var(--bw-motion-spotify-fast),color var(--bw-motion-spotify-fast)}.bw-primary-action.acid{background:var(--bw-acid);color:#07110d}.bw-primary-action:active{transform:scale(.985)}.bw-cta-small{display:inline-flex;align-items:center;justify-content:center;padding:8px 15px;border-radius:var(--bw-radius-pill);border:0;font-size:14px;font-weight:700;line-height:18px;text-decoration:none;background:var(--bw-acid);color:#07110d}.bw-cta-small.secondary{background:transparent;color:var(--bw-acid);border:1px solid var(--bw-acid)}.bw-drop-hero{min-height:calc(100dvh - var(--bw-nav-height));padding:24px;display:flex;align-items:flex-end;justify-content:center;text-align:center;background:var(--bw-bg-vault);color:var(--bw-text-white);overflow:hidden}.bw-drop-content{max-width:342px;margin:0 auto;padding-bottom:24px}.bw-drop-title{margin:0;font-family:var(--bw-font-display);font-size:clamp(48px,16vw,84px);font-weight:700;line-height:.96;letter-spacing:-.045em;text-transform:uppercase;text-align:center}.bw-drop-subtitle{max-width:342px;margin:12px auto 0;font-size:16px;font-weight:500;line-height:24px;color:var(--bw-text-vault-muted)}.bw-drop-actions{display:flex;justify-content:center;gap:8px;margin-top:20px;flex-wrap:wrap}.bw-home-screen,.bw-dark-section{background:#000;color:#fff}.bw-section{padding:32px 0 12px}.bw-section-head{padding:0 16px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.bw-section-head h2{margin:0;font-size:24px;font-weight:650;line-height:1.05;letter-spacing:-.04em}.bw-section-head a,.bw-section-head span{color:#ffffff94;font-size:13px;font-weight:750;text-decoration:none}.bw-light-section{background:#fff;color:#111}.bw-light-section .bw-section-head a,.bw-light-section .bw-section-head span{color:#707072}.bw-home-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff14;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.bw-home-stats.light{background:#f4f4f5;color:#111;border:0;margin:0 16px 18px;border-radius:18px;overflow:hidden}.bw-home-stats div{padding:16px 10px;background:#000000e0;text-align:center}.bw-home-stats.light div{background:#fff}.bw-home-stats b{display:block;font-size:24px;line-height:28px;letter-spacing:-.04em}.bw-home-stats span{display:block;margin-top:2px;font-size:11px;font-weight:700;color:#ffffff8a;text-transform:uppercase}.bw-home-stats.light span{color:#707579}.bw-rail{display:flex;overflow-x:auto;height:230px;padding-left:8px;scrollbar-width:none}.bw-rail::-webkit-scrollbar{display:none}.bw-rail-card{position:relative;flex:0 0 168px;width:168px;height:220px;padding:8px;border-radius:6px;display:flex;flex-direction:column;gap:8px;color:inherit;text-decoration:none}.bw-rail-cover{width:152px;height:152px;border-radius:4px;object-fit:cover;background:var(--bw-bg-surface-2)}.bw-rail-title{width:152px;font-size:16px;font-weight:600;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-rail-meta{width:152px;font-size:13px;line-height:18px;color:#ffffff9e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-apple-tile{position:relative;width:100%;min-height:500px;padding:64px 20px 52px;background:#000;color:var(--bw-text-apple);text-align:center;overflow:clip;display:flex;flex-direction:column;align-items:center;justify-content:center}.bw-spotlight-tile{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.bw-apple-title{margin:22px 0 0;font-size:42px;font-weight:650;line-height:.94;letter-spacing:-.055em}.bw-apple-subtitle{max-width:320px;margin:10px auto 0;font-size:19px;font-weight:450;line-height:23px;color:#ffffffb8}.bw-apple-ctas{margin-top:16px;display:flex;justify-content:center;gap:14px}.bw-announcement-outer{width:max-content;max-width:100%;height:32px;padding:1px;border-radius:var(--bw-radius-pill);background:#452324;box-shadow:0 0 20px #f5306b1a}.bw-announcement{height:30px;padding:4px 12px;border-radius:var(--bw-radius-pill);display:flex;align-items:center;gap:8px;background:#130d0e;color:#fff;font-size:14px;font-weight:700;line-height:16px}.bw-card-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:8px;row-gap:32px;padding:0 0 90px}.bw-home-grid,.bw-pack-grid,.bw-me-grid{padding:0 8px 90px}.bw-card{position:relative;color:inherit;text-decoration:none;min-width:0}.bw-card-visual{width:100%;aspect-ratio:1 / 1;background:var(--bw-bg-card);overflow:hidden}.bw-card-visual img{width:100%;height:100%;object-fit:cover;display:block}.bw-card-info{padding:12px 16px 0;display:flex;flex-direction:column}.bw-card-status{display:inline-block;margin-top:-3px;color:var(--bw-red-status);font-size:14px;font-weight:600;line-height:20px;text-transform:capitalize}.bw-card-name{padding-top:2px;font-size:14px;font-weight:600;line-height:20px;color:currentColor}.bw-card-meta{font-size:14px;font-weight:500;line-height:20px;color:var(--bw-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-dark-section .bw-card-meta{color:#ffffff94}.bw-find-screen,.bw-card-detail,.bw-me-screen{min-height:100dvh;background:#fff;color:#111}.bw-find-header{position:sticky;top:var(--bw-nav-height);z-index:80;height:56px;padding:8px;display:flex;align-items:center;background:#fff;color:#111;transition:background-color .15s ease}.bw-menu-button{width:40px;height:40px;border:0;border-radius:var(--bw-radius-pill);display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#707579}.bw-search-label{flex:1;height:44px;margin-left:10px;position:relative;display:flex;align-items:center}.bw-search-label svg{position:absolute;left:15px;color:#7075798c;pointer-events:none}.bw-search-input{height:44px;width:100%;padding:0 16px 0 42px;border-radius:22px;border:2px solid #F4F4F5;background:#f4f4f5;font-size:16px;line-height:24px;color:#111;outline:none;transition:opacity var(--bw-motion-tg-screen),border-color .15s ease}.bw-tabs-under-search{top:calc(var(--bw-nav-height) + 56px)}.bw-person-list{background:#fff;color:#111;padding-bottom:16px}.bw-list-meta{height:38px;padding:6px 18px;display:flex;align-items:center;gap:6px;color:#707579;font-size:13px;font-weight:700;text-transform:uppercase}.bw-list-meta b{color:#111}.bw-person-row{width:100%;height:72px;padding:6px 9px;display:flex;align-items:center;overflow:hidden;background:#fff;color:#111;text-decoration:none;transition:background-color .15s ease}.bw-person-row:active{background:#f4f4f5}.bw-person-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:#ddd;transition:transform var(--bw-motion-tg-screen)}.bw-person-info{min-width:0;flex:1;height:60px;padding:2px 0 0;margin-left:8px;display:flex;flex-direction:column;justify-content:center;transition:opacity var(--bw-motion-tg-media-fade),transform var(--bw-motion-tg-screen)}.bw-person-topline{display:flex;align-items:center;gap:6px}.bw-person-name{min-width:0;font-size:16px;line-height:20px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-person-preview{margin-top:2px;font-size:14px;line-height:20px;color:var(--bw-text-telegram-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-badge{margin-right:6px;height:22px;padding:4px 7px;border-radius:999px;background:#b7ff2a2e;color:#315000;font-size:11px;font-weight:600;text-transform:uppercase}.bw-tag{display:inline-flex;align-items:center;height:18px;padding:2px 4px;border-radius:4px;font-size:12px;font-weight:600;line-height:12px;text-transform:uppercase;color:#408acf;background:#408acf1a;flex:0 0 auto}.bw-tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.bw-feed-tabs-shell{position:sticky;top:0;z-index:10;height:64px;padding:4px 8px;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bw-feed-tabs{height:48px;display:flex;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.bw-feed-tabs::-webkit-scrollbar{display:none}.bw-feed-tab{height:48px;padding:8px 12px;border-radius:16px;border:0;display:inline-flex;align-items:center;font-size:16px;font-weight:600;line-height:19px;color:#111;background:transparent;text-decoration:none;transition:transform var(--bw-motion-press),background .15s ease,color .15s ease}.bw-feed-tab:active{transform:scale(.96)}.bw-feed-tab.active{background:#111;color:#fff}.bw-archive-feed{min-height:100dvh;background:#fff;color:#111}.bw-masonry{column-count:2;column-gap:8px;padding:8px 4px 90px}.bw-pin{position:relative;display:block;break-inside:avoid;margin-bottom:8px;border-radius:16px;overflow:hidden;background:#f2f2f2;color:inherit;text-decoration:none;transition:transform var(--bw-motion-layout)}.bw-pin:active{transform:scale(.985)}.bw-pin img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.bw-pin-label{position:absolute;left:10px;right:10px;bottom:10px;padding:8px 10px;border-radius:var(--bw-radius-pill);background:#0000007a;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px;font-weight:600;line-height:14px}.bw-localnav{width:calc(100% - 20px);height:52px;margin:10px auto 2px;padding:12px 0;border-radius:var(--bw-radius-localnav);background:#ffffffd1;box-shadow:0 0 0 1px #e6e6e8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#111;overflow:hidden;transition:transform .23s}.bw-localnav.dark{background:#0000009e;box-shadow:0 0 0 1px #ffffff1f;color:#fff}.bw-card-localnav{position:sticky;top:calc(var(--bw-nav-height) + 8px);z-index:60}.bw-localnav-inner{height:100%;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.bw-localnav-title{min-width:0;font-size:15px;font-weight:600;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-localnav-actions{display:flex;gap:8px;flex:0 0 auto}.bw-localnav-pill{padding:6px 10px;border-radius:120px;border:0;font-size:12px;font-weight:750;line-height:16px;letter-spacing:-.01em;background:#fffc;color:#111;box-shadow:0 0 0 1px #86868ba6;text-decoration:none}.bw-back-link{margin:16px 24px 0;display:inline-flex;align-items:center;gap:6px;color:#707072;text-decoration:none;font-size:14px;font-weight:750}.bw-detail-header{padding:32px 24px 28px}.bw-detail-header .bw-kicker{justify-content:flex-start;color:#707072;margin:0 0 10px}.bw-detail-title{margin:0;max-width:342px;font-size:30px;font-weight:650;line-height:1.05;letter-spacing:-.045em;color:#111}.bw-detail-meta{margin:6px 0 0;font-size:18px;line-height:24px;color:#707072}.bw-detail-stage{width:100%;height:var(--bw-detail-stage-height);background:var(--bw-bg-card);display:flex;align-items:center;justify-content:center;overflow:hidden}.bw-detail-object{width:82%;max-height:92%;object-fit:contain;filter:drop-shadow(0 18px 38px rgba(0,0,0,.22))}.bw-detail-fallback{display:grid;place-items:center;padding:24px}.bw-detail-fallback>img{width:180px;height:180px;object-fit:cover;border-radius:50%}.bw-card-story{padding:28px 0 24px;background:#fff}.bw-version-rail{display:flex;gap:8px;overflow-x:auto;padding:0 16px 28px;scrollbar-width:none}.bw-version-link{width:80px;min-height:104px;padding:12px 9px;border-radius:12px;display:flex;flex-direction:column;align-items:center;color:#111;text-decoration:none;flex:0 0 auto;background:#f5f5f7}.bw-version-link.active{box-shadow:inset 0 0 0 2px #111}.bw-version-thumb{width:47px;height:72px;object-fit:cover;border-radius:6px}.bw-version-quote{width:47px;height:72px;border-radius:6px;display:grid;place-items:center;background:#111;color:var(--bw-acid)}.bw-version-label{padding-top:10px;font-size:13px;font-weight:750;line-height:16px;text-align:center}.bw-world-card{position:relative;width:calc(100% - 32px);height:400px;margin:0 auto 28px;border-radius:12px;overflow:hidden;background:var(--world-bg, #4B262A);transition:background-color var(--bw-motion-world-color)}.bw-world-title{position:absolute;left:20px;bottom:20px;z-index:5;margin:0;max-width:260px;font-size:36px;font-weight:650;line-height:.95;letter-spacing:-.05em;color:#fff}.bw-world-artifact{position:absolute;overflow:hidden;border-radius:8px;background:#ffffff14;box-shadow:var(--bw-shadow-artifact)}.bw-world-artifact img{width:100%;height:100%;object-fit:cover}.bw-world-artifact.primary{width:170px;height:238px;left:50%;top:36px;transform:translate(-50%)}.bw-world-artifact.secondary{width:136px;height:205px;right:22px;bottom:28px}.bw-detail-panel{margin:0 16px 12px;padding:18px;border-radius:18px;background:#f5f5f7;color:#111}.bw-detail-panel.dark{background:#111;color:#fff}.bw-panel-label{display:block;margin-bottom:10px;color:#707072;font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.bw-detail-panel.dark .bw-panel-label{color:#ffffff85}.bw-detail-panel blockquote{margin:0;font-size:28px;line-height:1.05;letter-spacing:-.045em;font-weight:600}.bw-detail-panel p{margin:0;font-size:16px;line-height:23px;color:inherit}.bw-sticky-action{position:fixed;left:0;right:0;bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom));padding:12px 24px 14px;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:90}.bw-sticky-row{display:flex;gap:8px}.bw-message-capsule{background:var(--bw-bg-vault);color:#fff;padding:26px 8px 90px}.bw-message-capsule.compact{padding-top:8px}.bw-message-thread-preview{padding:8px 0 16px}.bw-date-separator{width:100%;margin:20px 0 14px;text-align:center;font-size:13px;font-weight:600;line-height:18px;color:#ffffff85;transition:opacity .3s ease}.bw-message-row{position:relative;width:100%;display:flex;margin-bottom:7px;padding-right:4px;transition:opacity var(--bw-motion-tg-message),transform var(--bw-motion-tg-message)}.bw-message-row.out{justify-content:flex-end}.bw-message-inner{transition:transform var(--bw-motion-tg-message-inner)}.bw-message-bubble{max-width:330px;padding:7px 10px 8px;border-radius:16px 16px 4px;background:#eeffde;color:#111;box-shadow:var(--bw-shadow-bubble);font-size:16px;line-height:21px}.bw-message-bubble.vault{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:none}.bw-capsule-form{margin:0 8px;padding:18px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.bw-capsule-head h2{margin:0 0 14px;font-size:26px;line-height:1;letter-spacing:-.04em}.bw-capsule-form input,.bw-capsule-form textarea{width:100%;margin:0 0 10px;padding:14px 15px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#0000003d;color:#fff;outline:none}.bw-capsule-form textarea{min-height:120px;resize:vertical}.bw-capsule-form input::placeholder,.bw-capsule-form textarea::placeholder{color:#ffffff6b}.bw-pack-screen{background:#000;color:#fff;min-height:100dvh}.bw-pack-hero{min-height:78dvh;display:flex;flex-direction:column;justify-content:center}.bw-pack-hero .bw-primary-action{margin-top:28px}.bw-lyrics-screen{min-height:100dvh;padding:72px 24px;background:var(--lyrics-bg, var(--bw-bg-vault));color:var(--lyrics-active, #fff)}.bw-lyrics-screen.vault{--lyrics-bg: #073C2F;--lyrics-active: #fff;--lyrics-muted: #A5D8C6}.bw-lyrics-screen.blood{--lyrics-bg: #650000;--lyrics-active: #fff;--lyrics-muted: #FFBFA2}.bw-lyrics-line{margin:0 0 8px;font-size:clamp(54px,17vw,96px);font-weight:700;line-height:.96;letter-spacing:-.045em}.bw-lyrics-line.muted{color:var(--lyrics-muted)}.bw-me-actions{display:flex;gap:8px;padding:0 16px 18px}.bw-me-actions .bw-primary-action{flex:1}.bw-empty{grid-column:1 / -1;color:#707579;padding:24px 16px}.bw-secret-screen{min-height:100dvh;background:#050505;color:#fff;padding:112px 16px 90px}.bw-ray-nav-shell{position:fixed;top:var(--bw-nav-height);left:0;right:0;height:74px;padding:16px 16px 0;z-index:70}.bw-ray-nav{width:100%;height:58px;padding:12px;display:flex;align-items:center;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);box-shadow:var(--bw-inset-glass);overflow:hidden}.bw-secret-inner{max-width:390px;margin:0 auto}.bw-ray-title{margin:0;text-align:center;font-size:36px;font-weight:600;line-height:39px;letter-spacing:-.045em}.bw-ray-subtitle{max-width:330px;margin:16px auto 30px;text-align:center;color:#ffffff9e;font-size:14px;line-height:20px}.secret-unlock{color:inherit}.secret-core{padding:18px;border-radius:22px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);text-align:center}.secret-core .eyebrow,.eyebrow{display:block;margin:12px 0 8px;color:var(--bw-acid);font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.secret-core h1{margin:0;font-size:28px;line-height:1;letter-spacing:-.04em}.secret-core p{color:#ffffff9e;font-size:14px;line-height:20px}.secret-core form{display:grid;gap:10px;margin-top:16px}.secret-core input{width:100%;height:48px;padding:0 16px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#00000052;color:#fff;outline:none;text-transform:uppercase;text-align:center;font-weight:600;letter-spacing:.08em}.secret-hints{display:grid;gap:6px;margin-top:16px;color:#ffffff6b;font-size:12px}.error-text{color:#ff8b8b!important}.unlock-success{margin-top:16px;padding:12px;border-radius:16px;background:#b7ff2a1f;color:var(--bw-acid);display:grid;gap:4px}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:14px 18px;border:0;border-radius:var(--bw-radius-pill);background:var(--bw-acid);color:#07110d;font-weight:600}.v11-page,.page-section{min-height:100dvh;background:#fff;color:#111;padding:32px 16px 90px}.v11-page-title,.page-heading{max-width:340px;margin:0 auto 24px}.v11-page-title.center,.page-heading.centered{text-align:center}.v11-page-title span,.page-heading .eyebrow{color:#707072;font-size:11px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.v11-page-title h1,.page-heading h1{margin:8px 0 0;font-size:38px;font-weight:700;line-height:.92;letter-spacing:-.04em}.v11-page-title p,.page-heading p{color:#707072;font-size:16px;line-height:23px}.v11-place-grid,.award-grid{display:grid;gap:10px}.v11-place-card,.award-card{padding:18px;border-radius:18px;background:#f5f5f7;color:#111;text-decoration:none}.v11-place-card h2,.award-card h2{margin:12px 0 8px;font-size:24px;line-height:1;letter-spacing:-.04em}.v11-place-card p,.award-card p{color:#707072}.vote-box{display:grid;gap:10px;margin-top:12px}.vote-box select{height:48px;border-radius:14px;border:1px solid #ddd;padding:0 12px}@media(min-width:760px){.bw-app{max-width:430px;margin:0 auto;box-shadow:0 0 0 1px #ffffff14}.bw-topbar,.bw-bottom-nav,.bw-sticky-action,.bw-ray-nav-shell{max-width:430px;left:50%;transform:translate(-50%)}.bw-bottom-nav,.bw-sticky-action{right:auto;width:430px}}.v03-card-page{min-height:100dvh;padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom) + 24px);background:#fff;color:#111}.v03-card-intro{padding:26px 24px 24px;background:#fff;color:#111}.v03-card-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:44px;color:#707072;text-decoration:none;font-size:15px;font-weight:750;line-height:20px}.v03-card-kicker{margin:0 0 10px;color:#707072;font-size:13px;font-weight:600;line-height:16px;letter-spacing:.08em;text-transform:uppercase}.v03-card-intro h1{margin:0;max-width:342px;color:#111;font-size:42px;font-weight:700;line-height:.92;letter-spacing:-.045em}.v03-card-subtitle{margin:10px 0 0;max-width:342px;color:#707072;font-size:20px;font-weight:450;line-height:26px;letter-spacing:-.03em}.v03-object-stage{min-height:520px;padding:38px 24px 40px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 0%,#ffffffe6,#fff0 34%),linear-gradient(180deg,#eeeeef,#dedee0);overflow:hidden}.v03-object-card{display:block;width:min(78vw,320px);max-height:470px;object-fit:contain;border-radius:14px;filter:drop-shadow(0 24px 46px rgba(0,0,0,.22))}.v03-object-portrait{width:min(78vw,320px);aspect-ratio:4 / 5;object-fit:cover;border-radius:22px;box-shadow:0 24px 46px #00000038}.v03-card-actions{padding:18px 24px 26px;display:flex;gap:10px;align-items:center;background:#fff;border-bottom:1px solid #ececef}.v03-solid-action{min-height:48px;padding:0 22px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#111;color:#fff;text-decoration:none;font-size:16px;font-weight:600;line-height:20px;transition:transform var(--bw-motion-press),background var(--bw-motion-spotify-fast)}.v03-solid-action:active,.v03-circle-action:active{transform:scale(.97)}.v03-card-actions .v03-solid-action{flex:1}.v03-circle-action{width:48px;height:48px;border-radius:999px;border:1px solid #dfdfe3;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111;text-decoration:none;transition:transform var(--bw-motion-press),border-color var(--bw-motion-spotify-fast)}.v03-card-body{padding:24px 16px 0;display:grid;gap:12px}.v03-identity-strip{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #ececef;border-radius:22px;background:#f6f6f7}.v03-identity-strip div{min-width:0;padding:16px 12px;border-right:1px solid #ececef}.v03-identity-strip div:last-child{border-right:0}.v03-identity-strip span{display:block;margin-bottom:6px;color:#707072;font-size:11px;font-weight:600;line-height:13px;letter-spacing:.08em;text-transform:uppercase}.v03-identity-strip strong{display:block;min-width:0;color:#111;font-size:14px;font-weight:600;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v03-chip-row,.v03-world-list{display:flex;flex-wrap:wrap;gap:8px}.v03-chip-row span,.v03-world-list span{min-height:30px;padding:8px 11px;border-radius:999px;background:#f1f1f3;color:#111;font-size:12px;font-weight:600;line-height:14px;letter-spacing:.04em;text-transform:uppercase}.v03-text-block,.v03-quote-block,.v03-world-list{padding:20px;border-radius:24px;background:#f6f6f7;color:#111}.v03-text-block.compact{padding:16px 20px}.v03-section-label{margin:0 0 12px;color:#77777b;font-size:12px;font-weight:650;line-height:14px;letter-spacing:.11em;text-transform:uppercase}.v03-text-block p:not(.v03-section-label){margin:0;color:#111;font-size:18px;font-weight:430;line-height:28px;letter-spacing:-.025em}.v03-quote-block{background:#111;color:#fff}.v03-quote-block .v03-section-label{color:#ffffff80}.v03-quote-block blockquote{margin:0;color:#fff;font-size:30px;font-weight:650;line-height:1.02;letter-spacing:-.04em}.bw-bottom-nav{height:62px;padding:7px 12px calc(7px + env(safe-area-inset-bottom));background:#050807e0}.bw-bottom-item{height:48px;border-radius:16px;gap:3px}.bw-bottom-item.active{background:#b7ff2a24;color:var(--bw-acid)}.bw-bottom-item.active:before{content:"";position:absolute;top:4px;left:50%;width:20px;height:3px;border-radius:99px;background:var(--bw-acid);transform:translate(-50%)}@media(max-width:380px){.v03-card-intro h1{font-size:38px}.v03-object-stage{min-height:480px}.v03-object-card{width:min(80vw,300px)}}.bw-app.no-bottom-nav{padding-bottom:0}.bw-app.no-bottom-nav .bw-main{min-height:100dvh}.archive-home-v4{min-height:100dvh;background:#050505;color:#fff;overflow:hidden}.home-v4-topline{height:72px;padding:18px 18px 0;display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:2}.home-v4-topline div{display:grid;gap:1px}.home-v4-topline strong{font-size:15px;font-weight:650;letter-spacing:-.03em;line-height:16px}.home-v4-topline span{color:#ffffff7a;font-size:10px;font-weight:600;letter-spacing:.06em}.home-v4-topline a{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--bw-acid);background:#ffffff14;text-decoration:none}.home-v4-hero{min-height:calc(100dvh - 72px);padding:10px 18px 34px;display:flex;flex-direction:column;justify-content:flex-end;background:radial-gradient(circle at 50% 18%,rgba(183,255,42,.12),transparent 36%),linear-gradient(180deg,#050505,#06150f 56%,#073c2f)}.home-v4-object{position:relative;width:min(64vw,270px);height:min(84vw,360px);margin:0 auto 28px;display:flex;align-items:center;justify-content:center}.home-v4-object:before{content:"";position:absolute;top:10%;right:4%;bottom:4%;left:4%;border-radius:28px;background:#ffffff12;filter:blur(2px);transform:rotate(-4deg)}.home-v4-object img{position:relative;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 54px rgba(0,0,0,.38))}.home-v4-kicker{margin:0 0 10px;color:var(--bw-acid);font-size:11px;font-weight:650;line-height:13px;letter-spacing:.1em;text-transform:uppercase}.home-v4-hero h1{margin:0;font-size:clamp(58px,18vw,86px);font-weight:700;line-height:.96;letter-spacing:-.045em}.home-v4-copy{max-width:330px;margin:14px 0 0;color:var(--bw-text-vault-muted);font-size:17px;font-weight:520;line-height:24px;letter-spacing:-.025em}.home-v4-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.home-v4-action{min-height:48px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#ffffff1f;color:#fff;text-decoration:none;font-size:15px;font-weight:600}.home-v4-action.primary{background:#fff;color:#07110d}.home-v4-section{padding:38px 16px 48px;background:#050505;color:#fff}.home-v4-section-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px}.home-v4-section-head h2{margin:0;font-size:27px;font-weight:650;line-height:1;letter-spacing:-.055em}.home-v4-section-head span{color:#ffffff73;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.home-v4-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.home-v4-feature-card{color:#fff;text-decoration:none;min-width:0}.home-v4-feature-card img{width:100%;aspect-ratio:3 / 4;object-fit:cover;background:#151515;border-radius:10px;display:block}.home-v4-feature-card span{display:block;margin-top:10px;color:var(--bw-acid);font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.home-v4-feature-card strong{display:block;margin-top:3px;font-size:18px;font-weight:600;line-height:21px;letter-spacing:-.035em}.home-v4-feature-card small{display:block;margin-top:2px;color:#ffffff80;font-size:14px;font-weight:650}.home-v4-world{margin:0;padding:64px 22px 72px;background:#fff;color:#111}.home-v4-world p{margin:0 0 12px;color:#707072;font-size:12px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.home-v4-world h2{margin:0;font-size:48px;font-weight:700;line-height:.98;letter-spacing:-.045em}.home-v4-world span{display:block;max-width:320px;margin-top:18px;color:#707072;font-size:18px;line-height:25px;letter-spacing:-.035em}.home-v4-world a{margin-top:24px;min-height:50px;padding:0 20px;border-radius:999px;display:inline-flex;gap:8px;align-items:center;background:#111;color:#fff;text-decoration:none;font-size:16px;font-weight:600}.record-page{min-height:100dvh;background:#fff;color:#111;padding-bottom:max(32px,env(safe-area-inset-bottom))}.record-topline{height:58px;padding:18px 22px 0;display:flex;align-items:flex-start;justify-content:space-between;color:#707072}.record-back{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:inherit;font-size:15px;font-weight:760;line-height:18px}.record-topline>span{font-size:11px;font-weight:650;letter-spacing:.1em;color:#9a9a9d}.record-identity{padding:30px 22px 26px}.record-kicker{margin:0 0 10px;color:#707072;font-size:13px;font-weight:650;line-height:16px;letter-spacing:.085em;text-transform:uppercase}.record-identity h1{margin:0;max-width:360px;color:#111;font-size:clamp(44px,13vw,64px);font-weight:700;line-height:.98;letter-spacing:-.045em}.record-identity p:not(.record-kicker){margin:12px 0 0;max-width:360px;color:#707072;font-size:22px;font-weight:430;line-height:28px;letter-spacing:-.04em}.record-object{min-height:520px;padding:44px 22px 48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f3f3f4,#e6e6e8);overflow:hidden}.record-card-img{display:block;width:min(82vw,342px);max-height:500px;object-fit:contain;border-radius:16px;filter:drop-shadow(0 26px 46px rgba(0,0,0,.2))}.record-photo-img{display:block;width:min(82vw,342px);aspect-ratio:4 / 5;object-fit:cover;border-radius:18px;box-shadow:0 26px 46px #0003}.record-actions{padding:18px 22px 28px;display:flex;align-items:center;gap:10px;background:#fff}.record-action{border:0;text-decoration:none;cursor:pointer;transition:transform var(--bw-motion-press)}.record-action:active{transform:scale(.97)}.record-action.primary{min-height:48px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#111;color:#fff;font-size:16px;font-weight:600;line-height:20px;flex:1}.record-action.icon{width:48px;height:48px;border-radius:999px;border:1px solid #dfdfe3;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111;flex:0 0 48px}.record-content{padding:4px 22px 44px;display:grid;gap:14px}.record-facts{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #ececef;border-radius:22px;background:#f7f7f8}.record-facts div{min-width:0;padding:16px 12px;border-right:1px solid #ececef}.record-facts div:last-child{border-right:0}.record-facts span{display:block;margin-bottom:6px;color:#77777b;font-size:11px;font-weight:650;line-height:13px;letter-spacing:.11em;text-transform:uppercase}.record-facts strong{display:block;min-width:0;color:#111;font-size:14px;font-weight:600;line-height:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-tags{display:flex;flex-wrap:wrap;gap:8px}.record-tags span{min-height:30px;padding:8px 11px;border-radius:999px;background:#f2f2f3;color:#111;font-size:12px;font-weight:600;line-height:14px;letter-spacing:.05em;text-transform:uppercase}.record-text-block,.record-quote-block{padding:24px 22px;border-radius:24px;background:#f7f7f8;color:#111}.record-label{margin:0 0 14px;color:#77777b;font-size:12px;font-weight:650;line-height:14px;letter-spacing:.12em;text-transform:uppercase}.record-text-block p:not(.record-label){margin:0;color:#111;font-size:19px;font-weight:430;line-height:29px;letter-spacing:-.035em}.record-quote-block{background:#111;color:#fff}.record-quote-block .record-label{color:#ffffff7a}.record-quote-block blockquote{margin:0;color:#fff;font-size:31px;font-weight:650;line-height:.98;letter-spacing:-.04em}@media(max-width:380px){.record-identity h1{font-size:42px}.record-object{min-height:500px}.record-card-img{width:min(82vw,310px)}}.pack-v4-page{min-height:100dvh;padding:18px 18px 52px;background:radial-gradient(circle at 50% 0%,rgba(183,255,42,.1),transparent 36%),#050505;color:#fff}.pack-v4-topline{height:48px;display:flex;align-items:center;justify-content:space-between;color:#ffffff94}.pack-v4-topline a{display:inline-flex;gap:7px;align-items:center;color:inherit;text-decoration:none;font-size:15px;font-weight:760}.pack-v4-topline span{font-size:11px;font-weight:650;letter-spacing:.1em}.pack-v4-hero{min-height:calc(100dvh - 84px);display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:20px}.pack-v4-object{position:relative;height:430px;margin:0 0 34px;display:flex;align-items:center;justify-content:center}.pack-v4-object img{position:absolute;width:180px;max-height:258px;object-fit:contain;border-radius:12px;opacity:.16;transform:translate(calc((var(--i) - 1) * 20px),calc((var(--i) - 1) * 10px)) rotate(calc((var(--i) - 1) * 6deg));transition:transform .55s var(--bw-ease-out-expo),opacity .3s ease}.pack-v4-object.opened img{opacity:1;transform:translate(calc((var(--i) - 1) * 72px),calc((var(--i) - 1) * 18px)) rotate(calc((var(--i) - 1) * 7deg))}.pack-v4-sleeve{position:relative;z-index:2;width:230px;height:300px;border-radius:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(180deg,#10261e,#07110d);border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 80px #00000061;color:var(--bw-acid)}.pack-v4-sleeve span{color:#fff;font-size:34px;font-weight:700;line-height:.98;letter-spacing:-.04em;text-align:center}.pack-v4-hero p{margin:0 0 10px;color:var(--bw-acid);font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.1em}.pack-v4-hero h1{margin:0;font-size:clamp(54px,16vw,82px);font-weight:700;line-height:.96;letter-spacing:-.045em}.pack-v4-hero button{margin-top:24px;min-height:56px;border:0;border-radius:999px;background:#fff;color:#07110d;font-size:17px;font-weight:650}.pack-v4-results{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:8px}.pack-v4-card{color:#fff;text-decoration:none}.pack-v4-card img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:10px;background:#161616}.pack-v4-card strong{display:block;margin-top:8px;font-size:13px;font-weight:600;line-height:16px}.pack-v4-card span{display:block;margin-top:2px;color:#ffffff7a;font-size:11px;line-height:13px}.wall-v4-page{min-height:100dvh;padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom) + 24px);background:#070707;color:#fff}.wall-v4-header{padding:42px 18px 24px}.wall-v4-header p{margin:0 0 10px;color:var(--bw-acid);font-size:11px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.wall-v4-header h1{margin:0;font-size:48px;font-weight:700;line-height:.96;letter-spacing:-.045em}.wall-v4-header span{display:block;max-width:320px;margin-top:14px;color:#ffffff94;font-size:17px;line-height:23px;letter-spacing:-.035em}.wall-v4-tabs{position:sticky;top:0;z-index:20;display:flex;gap:8px;padding:10px 12px;overflow-x:auto;background:#070707db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:none}.wall-v4-tabs::-webkit-scrollbar{display:none}.wall-v4-tabs a{height:38px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;white-space:nowrap;color:#ffffff9e;background:#ffffff0f;text-decoration:none;font-size:14px;font-weight:780}.wall-v4-tabs a.active{color:#07110d;background:#fff}.wall-v4-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:8px 8px 92px}.wall-v4-item{position:relative;min-height:270px;border-radius:18px;overflow:hidden;background:#171717;color:#fff;text-decoration:none}.wall-v4-item.large{grid-column:span 2;min-height:390px}.wall-v4-item img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92}.wall-v4-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.68) 100%)}.wall-v4-item div{position:absolute;left:12px;right:12px;bottom:12px;z-index:2}.wall-v4-item span{display:block;color:var(--bw-acid);font-size:10px;font-weight:650;letter-spacing:.1em;text-transform:uppercase}.wall-v4-item strong{display:block;margin-top:4px;font-size:18px;font-weight:600;line-height:20px;letter-spacing:-.04em}.wall-v4-item small{display:block;margin-top:2px;color:#ffffff94;font-size:13px;font-weight:650}:root{--bw-font-ui: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--bw-font-display: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--bw-font-code: "SFMono-Regular", "Roboto Mono", "IBM Plex Mono", Consolas, monospace;--bw-fw-regular: 400;--bw-fw-medium: 500;--bw-fw-semibold: 600;--bw-fw-bold: 700;--bw-fw-heavy: 760;--bw-fw-card: 820;--bw-ink: #111111;--bw-paper: #f6f5f1;--bw-paper-2: #eeeeea;--bw-white: #ffffff;--bw-stage: #e7e7e8;--bw-stage-2: #dedede;--bw-muted: #707072;--bw-muted-2: #9a9a9d;--bw-line: rgba(17,17,17,.1);--bw-line-strong: rgba(17,17,17,.16);--bw-world: #050605;--bw-world-2: #08120e;--bw-command: #0b0b0c;--bw-command-2: #130d0e;--bw-acid: #b8ff3d;--bw-acid-soft: #d8ff86;--bw-action-blue: #0071e3;--bw-status-red: #d33918;--bw-phrase-vault: #073c2f;--bw-phrase-vault-muted: #a5d8c6;--bw-phrase-blood: #650000;--bw-phrase-blood-muted: #ffbfa2;--bw-surface-arena: var(--bw-world);--bw-surface-inspection: var(--bw-paper);--bw-surface-utility: var(--bw-white);--bw-surface-wall: var(--bw-paper);--bw-surface-ritual: var(--bw-world);--bw-surface-command: var(--bw-command);--bw-surface-collection: var(--bw-white);--bw-space-1: 4px;--bw-space-2: 8px;--bw-space-3: 12px;--bw-space-4: 16px;--bw-space-5: 20px;--bw-space-6: 24px;--bw-space-8: 32px;--bw-space-10: 40px;--bw-space-12: 48px;--bw-space-16: 64px;--bw-space-20: 80px;--bw-radius-xs: 6px;--bw-radius-sm: 10px;--bw-radius-md: 16px;--bw-radius-lg: 24px;--bw-radius-xl: 30px;--bw-radius-pill: 999px;--bw-shadow-artifact: 0 18px 55px rgba(0,0,0,.22), 0 4px 10px rgba(0,0,0,.08);--bw-shadow-stage: 0 24px 80px rgba(0,0,0,.28);--bw-shadow-card-soft: 0 12px 34px rgba(0,0,0,.16), 0 2px 6px rgba(0,0,0,.06);--bw-edge-highlight: inset 0 1px 0 rgba(255,255,255,.42);--bw-edge-shadow: inset 0 -1px 0 rgba(0,0,0,.16);--bw-glass-line: rgba(255,255,255,.1);--bw-ease-press: ease-out;--bw-ease-ui: cubic-bezier(.4,0,.2,1);--bw-ease-screen: cubic-bezier(.33,1,.68,1);--bw-ease-command: cubic-bezier(.23,1,.32,1);--bw-ease-object: cubic-bezier(.215,.61,.355,1);--bw-motion-press: 85ms ease-out;--bw-motion-ui: .15s cubic-bezier(.4,0,.2,1);--bw-motion-screen: .3s cubic-bezier(.33,1,.68,1);--bw-motion-object: .52s cubic-bezier(.215,.61,.355,1);--bw-motion-ritual: .72s cubic-bezier(.23,1,.32,1);color-scheme:light dark}html,body,button,input,textarea,select{font-family:var(--bw-font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background:var(--bw-paper);color:var(--bw-ink)}a,button{-webkit-tap-highlight-color:transparent}button{font:inherit}img{max-width:100%}:focus-visible{outline:2px solid var(--bw-action-blue);outline-offset:3px}::selection{background:#b8ff3d5c;color:var(--bw-ink)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.bw-v1-kicker,.bw-ref-label,.record-kicker,.record-label,.bw-stack-stamp,.wall-system-header p,.wall-system-item span,.bw-card-status,.pack-v4-topline span,.pack-v4-hero p,.bw-person-tag,.bw-v1-code{font-family:var(--bw-font-ui);font-size:10px;line-height:13px;font-weight:var(--bw-fw-semibold);letter-spacing:.11em;text-transform:uppercase}.bw-world-copy h1,.bw-cosmos-note h2,.wall-system-header h1,.pack-v4-hero h1{font-family:var(--bw-font-display);font-size:clamp(48px,14vw,64px);line-height:.96;font-weight:var(--bw-fw-semibold);letter-spacing:-.045em;text-transform:none}.record-identity h1{font-family:var(--bw-font-display);font-size:clamp(32px,9vw,44px);line-height:1.04;font-weight:var(--bw-fw-semibold);letter-spacing:-.032em;text-transform:none}.bw-v1-title,.bw-system-section-head h2,.bw-section-head h2{font-size:clamp(24px,6vw,32px);line-height:1.08;font-weight:var(--bw-fw-semibold);letter-spacing:-.03em}.bw-world-copy p:not(.bw-ref-label),.record-identity p:not(.record-kicker),.record-text-block p:not(.record-label),.wall-system-header span,.bw-person-preview,.bw-v1-body{font-size:16px;line-height:1.42;font-weight:var(--bw-fw-regular);letter-spacing:-.01em}.bw-v1-meta,.bw-card-meta,.bw-record-tile small,.pack-v4-card span{font-size:13px;line-height:18px;font-weight:var(--bw-fw-medium);color:var(--bw-muted)}.bw-artifact-stack,.record-object,.pack-v4-object,.wall-system-item{will-change:transform,opacity}.bw-bottom-item:active,.bw-action-pill:active,.record-action:active,.pack-v4-hero button:active,.wall-system-item:active{transform:scale(.985)}@keyframes bw-v1-rise{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bw-v1-float{0%,to{transform:translateY(0) rotate(var(--r, 0deg))}50%{transform:translateY(-7px) rotate(var(--r, 0deg))}}@keyframes bw-v1-pulse{0%,to{opacity:.2;transform:scale(.96)}50%{opacity:.55;transform:scale(1.04)}}.bw-v1-shell{min-height:100dvh;background:var(--bw-paper);color:var(--bw-ink)}.bw-v1-shell.mode-arena{background:var(--bw-surface-arena);color:#fff}.bw-v1-shell.mode-inspection{background:var(--bw-surface-inspection);color:var(--bw-ink)}.bw-v1-shell.mode-ritual{background:var(--bw-surface-ritual);color:#fff}.bw-v1-shell.mode-command{background:var(--bw-surface-command);color:#fff}.bw-v1-shell.mode-wall{background:var(--bw-surface-wall);color:var(--bw-ink)}.bw-v1-main{padding-bottom:0}.bw-v1-shell.has-bottom-nav .bw-v1-main{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.bw-v1-screen-frame{min-height:100dvh}.bw-v1-topbar{height:calc(58px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 14px 8px;background:#ffffffe0;border-bottom:1px solid var(--bw-line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);color:var(--bw-ink)}.bw-v1-topbar .bw-brand{gap:0}.bw-v1-topbar .bw-brand span{font-size:14px;line-height:16px;font-weight:var(--bw-fw-semibold);letter-spacing:-.01em}.bw-v1-topbar .bw-brand small{font-size:9px;line-height:12px;font-weight:var(--bw-fw-semibold);letter-spacing:.13em;color:var(--bw-muted)}.bw-v1-topbar .bw-top-action{width:38px;height:38px;border-radius:var(--bw-radius-pill);background:#1111110e;color:var(--bw-ink);border:1px solid var(--bw-line)}.bw-v1-bottom-nav{height:calc(62px + env(safe-area-inset-bottom));padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:#ffffffe0;color:var(--bw-ink);border-top:1px solid var(--bw-line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.bw-v1-bottom-nav .bw-bottom-item{position:relative;height:48px;border-radius:14px;background:transparent;color:#1111117a;font-size:10px;line-height:12px;font-weight:var(--bw-fw-medium);gap:3px;transition:color var(--bw-motion-ui),transform var(--bw-motion-press),background var(--bw-motion-ui)}.bw-v1-bottom-nav .bw-bottom-item.active{color:var(--bw-ink);background:transparent}.bw-v1-bottom-nav .bw-bottom-item.active:before{content:"";position:absolute;top:4px;left:50%;width:18px;height:2px;border-radius:var(--bw-radius-pill);background:var(--bw-ink);transform:translate(-50%)}.bw-v1-bottom-nav .bw-bottom-item svg{width:19px;height:19px}.mode-wall .bw-v1-bottom-nav,.mode-collection .bw-v1-bottom-nav,.mode-utility .bw-v1-bottom-nav{display:grid}.mode-arena .bw-v1-bottom-nav,.mode-inspection .bw-v1-bottom-nav,.mode-ritual .bw-v1-bottom-nav,.mode-command .bw-v1-bottom-nav{display:none}.bw-record-tile,.bw-card,.wall-system-item,.pack-v4-card{text-decoration:none;color:inherit}.bw-record-tile img,.bw-card-visual img,.wall-system-item img,.pack-v4-card img{display:block;width:100%;height:100%}.bw-card-visual{border-radius:0;background:var(--bw-stage)}.bw-card-status{color:var(--bw-muted);text-transform:uppercase}.bw-card-name{font-weight:var(--bw-fw-semibold);letter-spacing:-.01em}.bw-card-meta{color:var(--bw-muted)}.bw-badge{background:#1111110f;color:#1111119e;border:1px solid rgba(17,17,17,.08);font-weight:var(--bw-fw-semibold)}.bw-tag{background:#1111110e;color:#1111119e;border:1px solid rgba(17,17,17,.06);font-weight:var(--bw-fw-medium)}.bw-system-home{min-height:100dvh;background:radial-gradient(circle at 50% 20%,rgba(184,255,61,.13),transparent 34%),radial-gradient(circle at 15% 0%,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,#050605,#07100c 62%,#050605);color:#fff;overflow:hidden}.bw-system-homebar{height:calc(68px + env(safe-area-inset-top));padding:calc(16px + env(safe-area-inset-top)) 18px 0}.bw-system-homebar strong{font-size:14px;font-weight:var(--bw-fw-semibold);letter-spacing:-.01em}.bw-system-homebar span{color:#ffffff7a;font-size:10px;font-weight:var(--bw-fw-semibold);letter-spacing:.12em;text-transform:uppercase}.bw-system-homebar a{background:#ffffff13;border:1px solid rgba(255,255,255,.1);color:#fff;box-shadow:var(--bw-edge-highlight)}.bw-world-stage{min-height:100dvh;padding:calc(88px + env(safe-area-inset-top)) 18px 44px;display:grid;place-items:center;grid-template-rows:minmax(305px,48dvh) auto;gap:22px}.bw-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.1),transparent 35%);opacity:.55;pointer-events:none}.bw-artifact-stack{position:relative;width:min(320px,84vw);height:min(410px,52dvh);margin:0 auto;animation:bw-v1-rise var(--bw-motion-object) both}.bw-stack-card{position:absolute;top:0;left:50%;width:min(235px,62vw);height:auto;max-height:100%;object-fit:contain;border-radius:14px;box-shadow:var(--bw-shadow-stage);transform-origin:center bottom;background:var(--bw-stage);filter:saturate(.98) contrast(1.02)}.bw-stack-card-0{z-index:5;transform:translate(-50%) rotate(-1.5deg)}.bw-stack-card-1{z-index:4;transform:translate(-74%) translateY(26px) rotate(-7deg) scale(.88);opacity:.78}.bw-stack-card-2{z-index:3;transform:translate(-26%) translateY(34px) rotate(6deg) scale(.86);opacity:.72}.bw-stack-card-3{z-index:2;transform:translate(-91%) translateY(74px) rotate(8deg) scale(.68);opacity:.42}.bw-stack-card-4{z-index:1;transform:translate(-6%) translateY(82px) rotate(-9deg) scale(.66);opacity:.38}.bw-stack-stamp{position:absolute;right:22px;bottom:30px;z-index:8;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--bw-acid);color:#07110d;border:1px solid rgba(0,0,0,.12);box-shadow:0 12px 30px #b8ff3d2e}.bw-world-copy{position:relative;z-index:4;text-align:center;max-width:342px;margin:0 auto}.bw-world-copy .bw-ref-label{color:#ffffff7a;margin:0 0 10px}.bw-world-copy h1{margin:0}.bw-world-copy p:not(.bw-ref-label){margin:12px auto 0;max-width:260px;color:#ffffffb3}.bw-world-actions{display:flex;justify-content:center;gap:8px;margin-top:22px;flex-wrap:wrap}.bw-action-pill{min-height:48px;padding:0 18px;border-radius:var(--bw-radius-pill);background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:var(--bw-fw-medium);box-shadow:var(--bw-edge-highlight)}.bw-action-pill.primary{background:#fff;border-color:#fff;color:#07110d}.bw-system-section.dark{background:#050605;color:#fff;padding:28px 0 20px}.bw-system-section-head{padding:0 18px;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.bw-system-section-head h2{margin:0}.bw-system-section-head span{color:#ffffff70}.bw-record-grid-system{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 10px 8px}.bw-record-tile{min-width:0;display:grid;gap:7px;padding:8px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.bw-record-tile img{aspect-ratio:3 / 4.16;object-fit:cover;border-radius:12px;background:var(--bw-stage)}.bw-record-tile span{color:#ffffff6b;font-size:10px;font-weight:var(--bw-fw-semibold);letter-spacing:.1em;text-transform:uppercase}.bw-record-tile strong{color:#fff;font-size:15px;line-height:18px;font-weight:var(--bw-fw-semibold);letter-spacing:-.02em}.bw-record-tile small{color:#ffffff80}.bw-cosmos-note{margin:10px;border-radius:26px;padding:28px 22px;background:#f6f5f1;color:var(--bw-ink)}.bw-cosmos-note p{color:var(--bw-muted)}.bw-cosmos-note h2{margin:8px 0 10px;color:var(--bw-ink)}.bw-cosmos-note span{display:block;max-width:280px;color:var(--bw-muted)}.bw-cosmos-note a{margin-top:20px;min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border-radius:var(--bw-radius-pill);background:var(--bw-ink);color:#fff;text-decoration:none;font-size:14px;font-weight:var(--bw-fw-medium)}.record-page{min-height:100dvh;background:var(--bw-paper);color:var(--bw-ink);padding:calc(14px + env(safe-area-inset-top)) 0 42px}.record-topline{height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;color:var(--bw-muted)}.record-back{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 10px 0 6px;border-radius:var(--bw-radius-pill);color:var(--bw-ink);text-decoration:none;font-size:14px;font-weight:var(--bw-fw-medium)}.record-topline>span{font-family:var(--bw-font-code);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.record-identity{padding:18px 20px 14px;text-align:left}.record-kicker{margin:0 0 8px;color:var(--bw-muted)}.record-identity h1{margin:0;max-width:340px}.record-identity p:not(.record-kicker){margin:10px 0 0;max-width:320px;color:var(--bw-muted)}.record-object{position:relative;min-height:min(540px,64dvh);margin:6px 10px 0;border-radius:30px;background:radial-gradient(circle at 50% 16%,rgba(255,255,255,.62),transparent 35%),linear-gradient(180deg,var(--bw-stage) 0%,#d9d9d8 100%);display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 1px #ffffff9e,inset 0 -1px #0000000f}.record-object:after{content:"ARCHIVE OBJECT";position:absolute;left:18px;bottom:18px;font-family:var(--bw-font-code);font-size:10px;letter-spacing:.1em;color:#1111114d}.record-card-img{width:min(78vw,304px);max-height:min(500px,58dvh);object-fit:contain;border-radius:15px;box-shadow:var(--bw-shadow-artifact);animation:bw-v1-rise var(--bw-motion-object) both}.record-photo-img{width:min(78vw,304px);aspect-ratio:3 / 4;object-fit:cover;border-radius:18px;box-shadow:var(--bw-shadow-artifact)}.record-actions{padding:14px 16px 4px;display:flex;align-items:center;justify-content:center;gap:8px}.record-action{min-height:44px;border-radius:var(--bw-radius-pill);border:1px solid var(--bw-line);background:var(--bw-white);color:var(--bw-ink);display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:14px;font-weight:var(--bw-fw-medium);transition:transform var(--bw-motion-press),background var(--bw-motion-ui)}.record-action.primary{padding:0 20px;background:var(--bw-ink);color:#fff;border-color:var(--bw-ink)}.record-action.icon{width:44px;padding:0}.record-content{padding:14px 16px 0;display:grid;gap:14px}.record-facts-v5{display:grid;gap:0;border:1px solid var(--bw-line);border-radius:20px;background:var(--bw-white);overflow:hidden}.record-facts-v5 div{min-height:54px;padding:12px 14px;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px;border-bottom:1px solid var(--bw-line)}.record-facts-v5 div:last-child{border-bottom:0}.record-facts-v5 span{color:var(--bw-muted)}.record-facts-v5 strong{min-width:0;font-size:15px;line-height:20px;font-weight:var(--bw-fw-semibold);letter-spacing:-.01em}.record-tags{display:flex;flex-wrap:wrap;gap:6px}.record-tags span{min-height:28px;padding:7px 10px;border-radius:var(--bw-radius-pill);background:#1111110e;border:1px solid rgba(17,17,17,.07);color:#111111a8;font-size:12px;font-weight:var(--bw-fw-medium)}.record-text-block,.record-quote-block{border-radius:22px;background:var(--bw-white);border:1px solid var(--bw-line);padding:18px}.record-label{margin:0 0 10px;color:var(--bw-muted)}.record-text-block p:last-child{margin:0;color:#111111c7}.record-quote-block blockquote{margin:0;font-size:22px;line-height:1.18;letter-spacing:-.025em}.bw-find-screen{min-height:100dvh;background:var(--bw-white);color:var(--bw-ink)}.bw-find-header{position:sticky;top:calc(58px + env(safe-area-inset-top));z-index:70;height:58px;padding:8px;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bw-menu-button{color:var(--bw-muted)}.bw-search-input{background:#f4f4f5;border-color:#f4f4f5;font-size:16px;font-weight:var(--bw-fw-regular)}.bw-search-input:focus{border-color:#dedee3}.bw-tabs-under-search{top:calc(116px + env(safe-area-inset-top))}.bw-feed-tabs-shell{background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bw-feed-tab{font-size:15px;font-weight:var(--bw-fw-medium);color:var(--bw-ink)}.bw-feed-tab.active{background:var(--bw-ink);color:#fff}.bw-list-meta{color:var(--bw-muted);font-size:12px;font-weight:var(--bw-fw-semibold);letter-spacing:.04em}.bw-person-row{background:var(--bw-white)}.bw-person-row:active{background:#f5f5f5}.bw-person-avatar{box-shadow:0 0 0 1px #1111110f}.bw-person-name{font-weight:var(--bw-fw-semibold)}.bw-person-preview{color:var(--bw-muted)}.bw-light-section{background:var(--bw-white)}.bw-card-grid{row-gap:26px}.bw-card-visual{background:var(--bw-stage)}.bw-card-info{padding:10px 10px 0}.bw-card-status{font-size:11px;line-height:14px;letter-spacing:.08em;font-weight:var(--bw-fw-semibold);color:var(--bw-muted)}.wall-system-page{min-height:100dvh;background:var(--bw-paper);color:var(--bw-ink);padding:18px 0 24px}.wall-system-header{padding:20px 18px 14px}.wall-system-header p{margin:0 0 10px;color:var(--bw-muted)}.wall-system-header h1{margin:0;max-width:330px}.wall-system-header span{display:block;max-width:330px;margin-top:12px;color:var(--bw-muted)}.wall-system-tabs{position:sticky;top:calc(58px + env(safe-area-inset-top));z-index:50;height:56px;padding:6px 8px;display:flex;gap:4px;background:#f6f5f1db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-block:1px solid rgba(17,17,17,.06)}.wall-system-tabs a{flex:1;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#1111118a;text-decoration:none;font-size:14px;font-weight:var(--bw-fw-medium)}.wall-system-tabs a.active{background:var(--bw-white);color:var(--bw-ink);box-shadow:0 1px 4px #0000000d}.wall-system-grid{padding:8px;columns:2 170px;column-gap:8px}.wall-system-item{position:relative;display:block;break-inside:avoid;margin:0 0 8px;border-radius:18px;overflow:hidden;background:var(--bw-stage);border:1px solid rgba(17,17,17,.08);box-shadow:0 1px 2px #0000000a;transform:translateZ(0)}.wall-system-item img{object-fit:cover;filter:saturate(.98) contrast(1.02)}.wall-system-item.record-art img{object-fit:cover}.wall-system-item.grade-a img{aspect-ratio:3 / 4.16}.wall-system-item.grade-b img{aspect-ratio:1 / 1.32}.wall-system-item.grade-c img{aspect-ratio:1 / 1.08}.wall-system-item.large{column-span:all;max-width:none}.wall-system-item.large img{height:auto;max-height:560px;object-fit:contain;background:var(--bw-stage)}.wall-system-item.portrait img{aspect-ratio:1 / 1.22;object-fit:cover}.wall-system-item div{position:absolute;inset:auto 8px 8px 8px;padding:10px;border-radius:14px;background:#ffffffc7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:var(--bw-ink);display:grid;gap:2px}.wall-system-item span{color:#1111117a}.wall-system-item strong{font-size:16px;line-height:18px;font-weight:var(--bw-fw-semibold);letter-spacing:-.02em}.wall-system-item small{color:var(--bw-muted);font-size:12px;line-height:15px}.pack-v4-page{min-height:100dvh;padding:calc(14px + env(safe-area-inset-top)) 0 38px;background:radial-gradient(circle at 50% 38%,rgba(184,255,61,.13),transparent 34%),linear-gradient(180deg,#050605,#07100c);color:#fff;overflow:hidden}.pack-v4-topline{height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;color:#ffffff8f}.pack-v4-topline a{min-height:36px;padding:0 10px 0 6px;display:inline-flex;align-items:center;gap:7px;border-radius:var(--bw-radius-pill);color:#fff;text-decoration:none;font-size:14px;font-weight:var(--bw-fw-medium)}.pack-v4-hero{min-height:calc(100dvh - 96px);padding:24px 18px 12px;display:grid;place-items:center;align-content:center;text-align:center;gap:13px}.pack-v4-object{position:relative;width:min(308px,82vw);height:min(390px,48dvh);margin:0 auto 6px;transform-style:preserve-3d}.pack-v4-object img{position:absolute;left:50%;top:18px;width:min(198px,52vw);border-radius:14px;object-fit:contain;background:var(--bw-stage);box-shadow:var(--bw-shadow-stage);transform:translate(-50%) translateY(64px) rotate(0) scale(.84);opacity:.16;transition:transform var(--bw-motion-ritual),opacity var(--bw-motion-ritual)}.pack-v4-object.opened img{opacity:.98}.pack-v4-object.opened img:nth-child(1){transform:translate(-84%) translateY(6px) rotate(-9deg) scale(.82)}.pack-v4-object.opened img:nth-child(2){transform:translate(-50%) translateY(-10px) rotate(0) scale(.92);z-index:3}.pack-v4-object.opened img:nth-child(3){transform:translate(-18%) translateY(8px) rotate(8deg) scale(.82)}.pack-v4-sleeve{position:absolute;left:50%;bottom:0;z-index:5;width:min(245px,66vw);height:300px;transform:translate(-50%);border-radius:26px;background:linear-gradient(140deg,#ffffff24,#ffffff05 34%,#b8ff3d21),#121512;border:1px solid rgba(255,255,255,.12);box-shadow:var(--bw-shadow-stage),var(--bw-edge-highlight),var(--bw-edge-shadow);display:grid;place-items:center;align-content:center;gap:18px;transition:transform var(--bw-motion-ritual),opacity var(--bw-motion-ritual)}.pack-v4-object.opened .pack-v4-sleeve{transform:translate(-50%) translateY(98px) rotate(1.5deg) scale(.92);opacity:.8}.pack-v4-sleeve:before{content:"001";position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--bw-acid);color:#07110d;font-family:var(--bw-font-code);font-size:11px;font-weight:700}.pack-v4-sleeve span{font-size:34px;line-height:.9;font-weight:var(--bw-fw-bold);letter-spacing:-.04em}.pack-v4-hero p{margin:0;color:#ffffff80}.pack-v4-hero h1{margin:0;max-width:342px}.pack-v4-hero button{min-height:50px;padding:0 22px;border:0;border-radius:var(--bw-radius-pill);background:#fff;color:#07110d;font-size:15px;font-weight:var(--bw-fw-semibold);box-shadow:var(--bw-edge-highlight)}.pack-v4-results{display:grid;gap:10px;padding:8px 10px 0}.pack-v4-card{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;min-height:96px;padding:10px;border-radius:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff}.pack-v4-card img{width:72px;height:96px;object-fit:cover;border-radius:10px;background:var(--bw-stage)}.pack-v4-card strong{font-size:17px;line-height:20px}.pack-v4-card span{color:#ffffff94}.bw-me-screen,.collection-screen,.bw-collection-screen{background:var(--bw-white);color:var(--bw-ink)}.bw-me-screen h1,.collection-screen h1{font-weight:var(--bw-fw-semibold);letter-spacing:-.032em}.mode-command .bw-main,.secret-screen,.bw-secret-screen{background:var(--bw-command);color:#fff}.secret-screen input,.bw-secret-screen input{background:#ffffff14;border-color:#ffffff1a;color:#fff}:root{--bw-world-clean: #050605;--bw-paper-clean: #f5f5f2;--bw-line-clean: rgba(17,17,17,.1)}.bw-alpha-plus-shell,.bw-alpha-plus-main,.bw-v1-screen-frame{min-height:100dvh;background:transparent}.bw-v1-topbar,.bw-v1-bottom-nav,.bw-bottom-nav,.bw-topbar{display:none!important}.bw-v1-main,.bw-main{padding-bottom:0!important}*{scroll-behavior:auto}.bw-v1-screen-frame,.bw-artifact-stack,.record-card-img,.pack-v4-object,.pack-v4-object img,.wall-system-item,.bw-card,.bw-person-row{animation:none!important;transition:opacity .16s ease,transform .16s ease,background .16s ease!important}.bw-home-clean{min-height:100dvh;background:#050605!important;color:#fff;overflow:hidden}.bw-home-clean:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.055),transparent 34%)}.bw-home-clean-head{position:relative;z-index:5;padding:calc(18px + env(safe-area-inset-top)) 20px 0;display:flex;align-items:baseline;justify-content:space-between;gap:18px}.bw-home-clean-head strong{font-size:13px;line-height:16px;font-weight:650;letter-spacing:-.01em}.bw-home-clean-head span{font-family:var(--bw-font-code);font-size:11px;line-height:14px;color:#ffffff8f;letter-spacing:.03em}.bw-home-clean-stage{position:relative;z-index:3;min-height:calc(100dvh - 46px - env(safe-area-inset-top));display:grid;grid-template-rows:minmax(330px,54dvh) auto;align-items:center;padding:18px 18px 34px}.bw-home-clean-stack{width:min(320px,85vw);height:min(430px,54dvh);margin:0 auto}.bw-home-clean .bw-stack-card{box-shadow:0 22px 70px #00000075,0 3px 10px #0000002e;filter:saturate(.98) contrast(1.01)}.bw-home-clean .bw-stack-stamp{width:40px;height:40px;right:26px;bottom:36px;font-size:12px;font-weight:700;background:#fff;color:#111;box-shadow:none}.bw-home-clean-copy{text-align:center;max-width:340px;margin:0 auto}.bw-home-clean-copy p{margin:0 0 10px;font-size:12px;line-height:16px;font-weight:600;letter-spacing:.04em;color:#ffffff8f}.bw-home-clean-copy h1{margin:0;font-size:clamp(34px,10.5vw,48px);line-height:1.02;letter-spacing:-.045em;font-weight:620;color:#fff}.bw-home-clean-actions{display:flex;justify-content:center;gap:8px;margin-top:24px}.bw-clean-action{min-height:46px;padding:0 17px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-size:15px;font-weight:520}.bw-clean-action.primary{background:#fff;color:#111;border-color:#fff}.bw-system-homebar,.bw-world-stage,.bw-system-section.dark,.bw-cosmos-note{display:none!important}.bw-find-header{top:0!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:1px solid rgba(17,17,17,.08)}.bw-feed-tabs-shell{background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.bw-tabs-under-search{top:58px!important}.bw-list-meta,.bw-card-status,.record-label,.record-kicker,.wall-system-header p,.wall-system-item span{letter-spacing:.02em!important;text-transform:none!important}.bw-tag{letter-spacing:.02em!important}.record-page{background:#f5f5f2!important}.record-object{background:#e7e7e8!important;box-shadow:inset 0 1px #fff9!important}.record-object:after{content:none!important}.record-topline>span{letter-spacing:.03em!important;color:#1111116b}.record-identity h1{font-weight:620!important;letter-spacing:-.035em!important}.wall-system-page{background:#f5f5f2!important}.wall-system-tabs{top:0!important;background:#f5f5f2!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.wall-system-header h1{font-size:clamp(34px,10vw,46px)!important;line-height:1.02!important;font-weight:620!important;letter-spacing:-.04em!important}.wall-system-item div{position:static!important;inset:auto!important;border-radius:0!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-top:1px solid rgba(17,17,17,.06)}.wall-system-item.large img{max-height:520px}.pack-v4-page{background:#050605!important}.pack-v4-topline span{letter-spacing:.03em!important}.pack-v4-hero h1{font-size:clamp(38px,12vw,58px)!important;font-weight:650!important;letter-spacing:-.045em!important}.pack-v4-hero p{letter-spacing:.02em!important;text-transform:none!important}.pack-v4-hero button{background:#fff!important;color:#111!important}.bw-ref-label,.record-kicker,.record-label,.bw-card-status,.wall-system-header p,.bw-system-homebar span{font-size:11px!important;letter-spacing:.02em!important}:root{--bw-font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--bw-font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--bw-font-code: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--bw-bottom-height: 72px}.bw-alpha-plus-main,.bw-main{padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom) + 10px)!important}.bw-home-clean{padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;overflow:auto}.bw-bottom-nav-restored,.bw-bottom-nav{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1000!important;height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;padding:6px 10px calc(6px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:2px!important;background:#0b0c0b!important;border-top:1px solid rgba(255,255,255,.08)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 -1px #ffffff0a!important}.bw-bottom-item{min-width:0!important;height:58px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#ffffff94!important;text-decoration:none!important;font-size:10.5px!important;line-height:12px!important;font-weight:600!important;letter-spacing:0!important;background:transparent!important;transition:color .14s ease,background .14s ease,transform .11s ease!important}.bw-bottom-item.active{color:#fff!important;background:#ffffff14!important}.bw-bottom-item.active:before{content:""!important;position:absolute!important;top:5px!important;width:18px!important;height:3px!important;border-radius:999px!important;background:#b7ff00!important}.bw-brand-lockup{display:inline-flex;align-items:center;gap:9px}.bw-brand-lockup img{width:34px;height:34px;border-radius:10px;display:block}.bw-brand-lockup div{display:grid;gap:1px}.bw-home-clean-head{justify-content:flex-start}.bw-home-clean-head strong{display:block;font-family:var(--bw-font-ui)!important;font-size:14px;line-height:15px;font-weight:750;letter-spacing:-.02em}.bw-home-clean-head span{display:block;font-family:var(--bw-font-ui)!important;font-size:11px;line-height:13px;color:#ffffff8a;font-weight:650;letter-spacing:.035em}.record-brand-mark{display:inline-flex!important;align-items:center;gap:6px;font-family:var(--bw-font-ui)!important;letter-spacing:.02em!important}.record-brand-mark img{width:24px;height:24px;border-radius:7px;display:block}.record-facts-v5,.record-facts{display:grid!important;visibility:visible!important;opacity:1!important}.record-facts-v5 strong{font-weight:650!important}.record-facts-v5 span{font-weight:600!important;letter-spacing:.02em!important}.bw-card-status,.record-kicker,.record-label,.bw-list-meta,.bw-person-preview,.wall-system-header p{font-family:var(--bw-font-ui)!important}:root{--bw-font-ui: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--bw-font-display: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--bw-font-code: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--bw-bottom-height: 74px;--bw-nav-bg: #0a0b0a;--bw-nav-active: #1a1b1a;--bw-lime: #b7ff00;--bw-paper-ui: #f5f5f2}html,body,#root{min-height:100%;background:#050605!important;font-family:var(--bw-font-ui)!important}body,button,input,textarea,select,a{font-family:var(--bw-font-ui)!important}.bw-app,.bw-alpha-plus-shell{min-height:100dvh!important;background:#050605!important;color:#fff;overflow-x:hidden}.bw-main,.bw-alpha-plus-main{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;background:#050605!important}.bw-bottom-nav,.bw-bottom-nav-restored{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1000!important;height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;padding:7px 12px calc(7px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important;background:var(--bw-nav-bg)!important;border-top:1px solid rgba(255,255,255,.09)!important;box-shadow:0 -1px #ffffff08!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.bw-bottom-item{position:relative!important;height:58px!important;border-radius:15px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#ffffff8c!important;text-decoration:none!important;background:transparent!important;font-size:10.5px!important;line-height:12px!important;font-weight:650!important;letter-spacing:0!important;transition:background .17s ease,color .17s ease,transform .12s ease!important}.bw-bottom-item svg{width:21px!important;height:21px!important;stroke-width:2.05!important}.bw-bottom-item.active{color:#fff!important;background:var(--bw-nav-active)!important}.bw-bottom-item.active:before{content:""!important;position:absolute!important;top:4px!important;left:50%!important;width:17px!important;height:3px!important;border-radius:999px!important;transform:translate(-50%)!important;background:var(--bw-lime)!important}.bw-home-clean,.pack-v4-page{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding-bottom:0!important;background:#050605!important}.bw-home-clean:before{background:none!important}.bw-home-clean-stage{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom) - 62px)!important;grid-template-rows:minmax(300px,50dvh) auto!important;padding:8px 18px 26px!important}.bw-home-clean-stack{width:min(308px,82vw)!important;height:min(412px,50dvh)!important}.bw-home-clean-head{padding:calc(16px + env(safe-area-inset-top)) 20px 0!important}.bw-brand-lockup img{width:40px!important;height:40px!important;border-radius:12px!important}.bw-home-clean-head strong{font-size:15px!important;line-height:16px!important;font-weight:750!important;letter-spacing:-.025em!important}.bw-home-clean-head span{font-size:11px!important;line-height:13px!important;font-weight:650!important;letter-spacing:0!important;color:#ffffff94!important}.bw-home-clean-copy p{font-size:11px!important;letter-spacing:.01em!important;color:#ffffff85!important}.bw-home-clean-copy h1{font-size:clamp(34px,10vw,44px)!important;line-height:1.03!important;font-weight:650!important;letter-spacing:-.045em!important}.bw-clean-action{min-height:45px!important;padding:0 17px!important;font-size:15px!important;font-weight:550!important}.wall-system-page.bw-wall-stable,.bw-wall-stable{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;background:var(--bw-paper-ui)!important;color:#111!important;padding:0 0 16px!important}.bw-wall-stable-header{padding:18px 18px 10px!important}.bw-wall-stable-header p{margin:0 0 8px!important;font-size:11px!important;font-weight:650!important;letter-spacing:0!important;color:#707072!important}.bw-wall-stable-header h1{margin:0!important;font-size:clamp(34px,10vw,44px)!important;line-height:1.02!important;font-weight:680!important;letter-spacing:-.045em!important}.bw-wall-stable-header span{display:block!important;margin-top:8px!important;font-size:16px!important;line-height:22px!important;color:#707072!important;max-width:320px!important}.bw-wall-stable-tabs{position:sticky!important;top:0!important;z-index:40!important;height:54px!important;padding:6px 8px!important;background:var(--bw-paper-ui)!important;border-block:1px solid rgba(17,17,17,.08)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.bw-wall-stable-tabs a{height:42px!important;border-radius:14px!important;font-size:14px!important;font-weight:550!important}.bw-wall-stable-tabs a.active{background:#fff!important;box-shadow:0 1px 4px #0000000d!important}.bw-wall-stable-grid,.wall-system-grid.bw-wall-stable-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;columns:initial!important;gap:10px!important;padding:10px!important}.wall-system-item.bw-wall-stable-item,.bw-wall-stable-item{display:block!important;margin:0!important;break-inside:auto!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important;box-shadow:0 1px 2px #0000000a!important;color:#111!important;text-decoration:none!important}.bw-wall-stable-item img,.wall-system-item.bw-wall-stable-item img{width:100%!important;aspect-ratio:1024 / 1536!important;height:auto!important;max-height:none!important;object-fit:cover!important;object-position:top center!important;display:block!important;background:#e7e7e8!important}.wall-system-item.bw-wall-stable-item div,.bw-wall-stable-item div{position:static!important;inset:auto!important;display:grid!important;gap:2px!important;padding:9px 10px 10px!important;background:#fff!important;border-top:1px solid rgba(17,17,17,.06)!important;border-radius:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.bw-wall-stable-item span{font-size:11px!important;line-height:14px!important;color:#707072!important;letter-spacing:0!important}.bw-wall-stable-item strong{font-size:15px!important;line-height:18px!important;font-weight:700!important;letter-spacing:-.02em!important}.bw-wall-stable-item small{font-size:12px!important;line-height:15px!important;color:#707072!important}.pack-v4-page{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding:calc(14px + env(safe-area-inset-top)) 0 22px!important;background:#050605!important;overflow:hidden!important}.pack-v4-topline{height:42px!important;padding:0 18px!important}.pack-v4-topline span{font-size:11px!important;font-weight:700!important;letter-spacing:.01em!important;color:#ffffff8c!important}.pack-stable-hero,.pack-v4-hero{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom) - 60px)!important;padding:16px 18px 22px!important;align-content:center!important;gap:14px!important}.pack-v4-object.pack-stable-object,.pack-v4-object{width:min(292px,78vw)!important;height:min(356px,42dvh)!important;margin:0 auto 8px!important;justify-self:center!important;transform:translateZ(0)!important}.pack-v4-sleeve{width:min(228px,61vw)!important;height:min(284px,35dvh)!important;border-radius:25px!important;background:#131713!important;box-shadow:0 18px 70px #00000085,inset 0 1px #ffffff2b!important}.pack-v4-sleeve span{font-size:30px!important;line-height:.92!important;font-weight:720!important;letter-spacing:-.045em!important}.pack-v4-object img{transition:transform .56s cubic-bezier(.2,.9,.18,1),opacity .42s ease!important}.pack-v4-object.opened img:nth-child(1){transform:translate(-94%) translateY(2px) rotate(-10deg) scale(.82)!important}.pack-v4-object.opened img:nth-child(2){transform:translate(-50%) translateY(-14px) rotate(0) scale(.94)!important}.pack-v4-object.opened img:nth-child(3){transform:translate(-8%) translateY(6px) rotate(9deg) scale(.82)!important}.pack-v4-object.opened .pack-v4-sleeve{transform:translate(-50%) translateY(84px) rotate(1deg) scale(.91)!important;opacity:.76!important;transition:transform .56s cubic-bezier(.2,.9,.18,1),opacity .42s ease!important}.pack-v4-hero p{font-size:12px!important;font-weight:600!important;color:#ffffff85!important}.pack-v4-hero h1{font-size:clamp(40px,12vw,54px)!important;line-height:1!important;font-weight:660!important;letter-spacing:-.055em!important}.pack-v4-hero button{min-height:50px!important;padding:0 22px!important;font-size:15px!important;font-weight:600!important}.pack-v4-results{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding:10px 12px 0!important}.pack-v4-card{display:block!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important}.pack-v4-card img{width:100%!important;height:auto!important;aspect-ratio:1024/1536!important;border-radius:12px!important;object-fit:cover!important}.pack-v4-card strong{display:block!important;margin-top:7px!important;font-size:13px!important;line-height:15px!important}.pack-v4-card span{display:block!important;margin-top:2px!important;font-size:11px!important;line-height:13px!important}.record-actions{flex-wrap:wrap!important}.record-action.profile{flex:1 1 100%!important;min-height:44px!important;border-radius:999px!important;border:1px solid rgba(17,17,17,.1)!important;background:#f5f5f2!important;color:#111!important;font-size:14px!important;font-weight:650!important}.record-action.profile.claimed{background:#111!important;color:#fff!important}.record-facts-v5 strong,.record-facts strong{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.bw-me-screen.bw-profile-screen{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;background:var(--bw-paper-ui)!important;color:#111!important;padding:22px 18px!important}.bw-profile-header p,.bw-profile-subhead p{margin:0 0 8px!important;color:#707072!important;font-size:11px!important;line-height:14px!important;font-weight:700!important;letter-spacing:0!important}.bw-profile-header h1{margin:0!important;font-size:clamp(34px,10vw,44px)!important;line-height:1.03!important;font-weight:680!important;letter-spacing:-.045em!important}.bw-profile-header span{display:block!important;margin-top:8px!important;color:#707072!important;font-size:16px!important;line-height:22px!important}.bw-profile-card{margin-top:22px!important;display:grid!important;grid-template-columns:116px 1fr!important;gap:14px!important;align-items:center!important;padding:10px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important;color:#111!important;text-decoration:none!important}.bw-profile-card img{width:116px!important;aspect-ratio:1024/1536!important;object-fit:cover!important;object-position:top center!important;border-radius:14px!important}.bw-profile-card span{font-size:11px!important;color:#707072!important;font-weight:700!important}.bw-profile-card strong{display:block!important;margin-top:6px!important;font-size:22px!important;line-height:24px!important;letter-spacing:-.025em!important}.bw-profile-card small{display:block!important;margin-top:4px!important;color:#707072!important}.bw-profile-empty{margin-top:22px!important;padding:18px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important;display:grid!important;gap:5px!important}.bw-profile-empty strong{font-size:18px!important}.bw-profile-empty span{color:#707072!important;font-size:15px!important;line-height:21px!important}.bw-profile-stats{margin-top:16px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.bw-profile-stats div{min-height:76px!important;display:grid!important;place-items:center!important;align-content:center!important;gap:4px!important;border-radius:20px!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important}.bw-profile-stats b{font-size:26px!important;line-height:28px!important}.bw-profile-stats span{color:#707072!important;font-size:11px!important;font-weight:700!important}.bw-profile-actions{margin-top:16px!important;display:grid!important;grid-template-columns:1fr 52px 52px!important;gap:10px!important}.bw-profile-actions .bw-primary-action{min-height:52px!important;border-radius:999px!important;background:#111!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-decoration:none!important;font-weight:650!important}.bw-profile-actions .bw-icon-circle{width:52px!important;height:52px!important;border-radius:50%!important;background:#fff!important;color:#111!important;border:1px solid rgba(17,17,17,.1)!important;display:inline-grid!important;place-items:center!important}.bw-profile-subhead{margin:26px 0 10px!important}.bw-profile-subhead span{color:#707072!important;font-size:15px!important}.bw-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.bw-profile-grid .bw-card{background:#fff!important;color:#111!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:16px!important;overflow:hidden!important}.bw-profile-grid .bw-card-visual img{aspect-ratio:1024/1536!important;object-fit:cover!important;object-position:top center!important}.bw-profile-grid .bw-card-info{padding:9px 10px!important}.bw-profile-grid .bw-card-status,.bw-empty{color:#707072!important}.record-kicker,.record-label,.bw-card-status,.bw-list-meta,.wall-system-header p,.bw-profile-header p,.bw-profile-subhead p{letter-spacing:0!important;text-transform:none!important}:root{--bw-font-ui: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;--bw-font-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;--bw-bottom-height: 70px}html,body,#root{min-height:100%;margin:0;background:#050605;font-family:var(--bw-font-ui)!important}.bw-app,.bw-alpha-plus-shell{min-height:100dvh;background:#050605!important;font-family:var(--bw-font-ui)!important}.bw-main,.bw-alpha-plus-main{padding-bottom:0!important;background:transparent!important;min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))}.bw-bottom-nav,.bw-bottom-nav-restored{height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;padding:5px 8px calc(5px + env(safe-area-inset-bottom))!important;background:#0b0c0b!important;border-top:1px solid rgba(255,255,255,.08)!important;box-shadow:none!important}.bw-bottom-item{height:56px!important;border-radius:15px!important;font-size:10px!important;font-weight:650!important;color:#ffffff94!important}.bw-bottom-item.active{background:#ffffff13!important;color:#fff!important}.bw-bottom-item.active:before{top:4px!important;width:16px!important;height:3px!important;background:#b7ff00!important}.bw-home-clean,.pack-v4-page,.pack-clean-v111{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding-bottom:0!important;margin-bottom:0!important;background:#050605!important;overflow:hidden!important}.bw-home-clean-stage{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom) - 56px)!important;grid-template-rows:minmax(270px,46dvh) auto!important;padding:4px 18px 16px!important;gap:12px!important}.bw-home-clean-stack{width:min(292px,78vw)!important;height:min(386px,46dvh)!important}.bw-stack-stamp{display:none!important}.bw-home-clean-copy{margin-top:0!important}.bw-home-clean-copy h1{font-size:clamp(32px,9.4vw,42px)!important;line-height:1.04!important;font-weight:650!important}.bw-home-clean-actions{margin-top:18px!important}.bw-brand-lockup img{width:38px!important;height:38px!important}.bw-home-clean-head{padding:calc(14px + env(safe-area-inset-top)) 18px 0!important}.bw-find-screen,.bw-find-clean-v111{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;background:#fff!important;padding-bottom:calc(var(--bw-bottom-height) + 10px)!important}.bw-find-clean-v111 .bw-light-section,.bw-find-clean-v111 .bw-card-grid,.bw-find-clean-v111 .bw-section{display:none!important}.bw-person-list-clean{padding-bottom:16px!important}.bw-person-row{min-height:68px!important;padding:7px 12px!important}.bw-person-name{font-weight:700!important;letter-spacing:-.02em!important}.bw-person-preview{color:#707072!important;font-size:15px!important;line-height:19px!important}.bw-badge{display:none!important}.bw-wall-clean-v111{padding-bottom:calc(var(--bw-bottom-height) + 12px)!important;background:#f5f5f2!important}.bw-wall-clean-v111 .bw-wall-stable-header{padding:18px 14px 8px!important}.bw-wall-clean-v111 .bw-wall-stable-header p{margin-bottom:6px!important}.bw-wall-clean-v111 .bw-wall-stable-header h1{font-size:clamp(32px,9vw,40px)!important}.bw-wall-clean-v111 .bw-wall-stable-header span{font-size:14px!important;margin-top:4px!important}.bw-wall-clean-v111 .bw-wall-stable-tabs,.bw-wall-clean-v111 .wall-system-tabs{display:none!important}.bw-wall-cards-only{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:8px!important}.bw-wall-card-only{border:none!important;background:transparent!important;box-shadow:0 1px 2px #00000014!important;border-radius:14px!important;overflow:hidden!important}.bw-wall-card-only img{width:100%!important;aspect-ratio:1024/1536!important;object-fit:cover!important;object-position:top center!important;display:block!important;border-radius:14px!important}.bw-wall-card-only div{display:none!important}.pack-clean-topline{justify-content:flex-end!important;padding:calc(12px + env(safe-area-inset-top)) 18px 0!important;height:34px!important}.pack-clean-topline a{display:none!important}.pack-clean-topline span{font-size:12px!important;color:#ffffff8f!important}.pack-v4-hero,.pack-stable-hero{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom) - 42px)!important;padding:8px 18px 16px!important;display:grid!important;align-content:center!important;justify-items:center!important;gap:12px!important}.pack-v4-object,.pack-v4-object.pack-stable-object{width:min(268px,72vw)!important;height:min(332px,39dvh)!important;margin:0 auto 6px!important;left:auto!important;right:auto!important}.pack-v4-sleeve{width:min(214px,58vw)!important;height:min(268px,33dvh)!important;transform:translate(-50%) translateY(0)!important}.pack-v4-sleeve span{font-size:28px!important}.pack-v4-hero h1{font-size:clamp(36px,10.4vw,48px)!important;font-weight:650!important;letter-spacing:-.05em!important;margin:0!important}.pack-v4-hero p{margin:0!important}.pack-v4-hero button{min-height:48px!important}.pack-results-v111{padding:8px 10px calc(var(--bw-bottom-height) + 10px)!important}.pack-v4-object.opened img:nth-child(1){transform:translate(-90%) translateY(4px) rotate(-9deg) scale(.78)!important}.pack-v4-object.opened img:nth-child(2){transform:translate(-50%) translateY(-18px) rotate(0) scale(.92)!important}.pack-v4-object.opened img:nth-child(3){transform:translate(-12%) translateY(6px) rotate(9deg) scale(.78)!important}.bw-me-screen.bw-profile-screen{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding-bottom:calc(var(--bw-bottom-height) + 16px)!important;background:#f5f5f2!important}.bw-profile-grid .bw-card-status{display:none!important}.record-page{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding-bottom:calc(var(--bw-bottom-height) + 18px)!important;background:#fff!important}.record-object{background:#fff!important;box-shadow:none!important;border-radius:0!important;padding:8px 0 12px!important;min-height:0!important}.record-card-img{width:min(94vw,390px)!important;max-width:390px!important;height:auto!important;border-radius:24px!important;box-shadow:0 10px 34px #0000001f!important;display:block!important;margin:0 auto!important}.record-identity{padding:14px 20px 10px!important}.record-identity h1{font-size:clamp(34px,10vw,44px)!important;line-height:1.02!important;font-weight:700!important;letter-spacing:-.04em!important}.record-identity p{color:#707072!important}.record-facts-v5,.record-facts{grid-template-columns:1fr!important;border-radius:22px!important}.record-facts-v5 div,.record-facts div{grid-template-columns:86px 1fr!important;display:grid!important;align-items:center!important;min-height:50px!important}.record-facts-v5 span,.record-facts span{color:#707072!important;font-size:13px!important;text-transform:none!important;letter-spacing:0!important}.record-facts-v5 strong,.record-facts strong{font-size:18px!important;line-height:22px!important;white-space:normal!important}.record-kicker,.record-label,.bw-list-meta,.wall-system-header p,.bw-profile-header p,.bw-profile-subhead p,.bw-card-status{letter-spacing:0!important;text-transform:none!important}:root{--bw-font-ui: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;--bw-font-display: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;--bw-page-bg: #ffffff;--bw-paper-ui: #f7f7f4;--bw-line: rgba(17,17,17,.1);--bw-bottom-height: 74px}html,body,#root{background:#fff!important}body{font-family:var(--bw-font-ui)!important;color:#111}*{-webkit-tap-highlight-color:transparent}.bw-app,.bw-alpha-plus-shell,.bw-v12-white-shell{background:#fff!important;min-height:100dvh}.bw-main,.bw-alpha-plus-main{background:#fff!important;padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important}.bw-route-motion{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom));background:inherit;will-change:opacity,transform}.bw-bottom-nav-restored,.bw-bottom-nav{display:grid!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1000!important;height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;padding:6px 10px calc(7px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:2px!important;background:#fff!important;border-top:1px solid rgba(17,17,17,.08)!important;box-shadow:0 -8px 24px #00000009!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.bw-bottom-item{position:relative!important;min-width:0!important;height:59px!important;border-radius:17px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#777!important;text-decoration:none!important;font-family:var(--bw-font-ui)!important;font-size:10.5px!important;line-height:12px!important;font-weight:650!important;letter-spacing:0!important;background:transparent!important;transition:color .16s ease,background .16s ease,transform .12s ease!important}.bw-bottom-item:active{transform:scale(.98)!important}.bw-bottom-item svg{width:21px!important;height:21px!important}.bw-bottom-item.active{color:#111!important;background:#f2f2ef!important}.bw-bottom-item.active:before{content:""!important;position:absolute!important;top:5px!important;width:19px!important;height:3px!important;border-radius:999px!important;background:#b7ff00!important}@media(min-width:431px){.bw-bottom-nav-restored,.bw-bottom-nav{max-width:430px!important;left:50%!important;right:auto!important;width:430px!important;transform:translate(-50%)!important}}.bw-system-home.bw-home-clean{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;background:#fff!important;color:#111!important;padding:calc(18px + env(safe-area-inset-top)) 22px 26px!important;overflow:hidden!important}.bw-home-clean-head{padding:0!important;height:46px!important;display:flex!important;align-items:center!important}.bw-home-clean-head strong{color:#111!important;font-size:14px!important;line-height:15px!important;font-weight:800!important;letter-spacing:-.025em!important}.bw-home-clean-head span{color:#707072!important;font-size:11px!important;line-height:13px!important;font-weight:700!important;letter-spacing:0!important}.bw-home-clean-stage{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom) - 86px)!important;display:grid!important;grid-template-rows:1fr auto!important;align-items:center!important;gap:8px!important;padding:0!important}.bw-home-clean-stack{width:min(330px,88vw)!important;height:min(430px,52dvh)!important;margin:0 auto!important;transform:translateY(2px)!important}.bw-home-clean-stack .bw-stack-card{box-shadow:0 18px 46px #00000029,0 2px 7px #00000014!important}.bw-home-clean-copy{color:#111!important;margin:0 auto!important;text-align:center!important}.bw-home-clean-copy p{color:#707072!important;font-size:12px!important;font-weight:750!important;letter-spacing:0!important;margin:0 0 10px!important}.bw-home-clean-copy h1{color:#111!important;font-size:clamp(38px,12vw,52px)!important;line-height:.98!important;font-weight:760!important;letter-spacing:-.055em!important;margin:0 auto!important;max-width:345px!important}.bw-home-clean-actions{margin-top:22px!important;display:flex!important;justify-content:center!important;gap:10px!important}.bw-clean-action{min-height:50px!important;padding:0 20px!important;border-radius:999px!important;border:1px solid rgba(17,17,17,.12)!important;background:#fff!important;color:#111!important;box-shadow:0 4px 14px #0000000f!important}.bw-clean-action.primary{background:#111!important;color:#fff!important}.bw-find-screen,.bw-find-clean-v111,.wall-v4-page,.wall-system-page,.bw-me-screen,.record-page{background:#fff!important;color:#111!important}.wall-system-header,.wall-v4-header{padding:18px 18px 10px!important}.wall-system-header p{color:#707072!important;font-size:12px!important;font-weight:750!important;letter-spacing:0!important}.wall-system-header h1{font-size:clamp(34px,10vw,44px)!important;line-height:1.02!important;font-weight:740!important;letter-spacing:-.045em!important;margin:0!important}.wall-system-header span{color:#707072!important;font-size:15px!important;line-height:20px!important}.wall-v4-grid.bw-wall-stable-grid{gap:8px!important;padding:8px 10px 18px!important}.wall-system-item.bw-wall-stable-item{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:16px!important}.wall-system-item.bw-wall-stable-item img{border-radius:16px!important;object-fit:contain!important;background:#f2f2ef!important;box-shadow:0 2px 10px #00000014!important}.record-page{padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom) + 20px)!important}.record-topline{background:#fff!important}.record-object{background:#fff!important;min-height:0!important;padding:10px 0 12px!important;box-shadow:none!important}.record-card-img{width:min(360px,92vw)!important;max-height:none!important;border-radius:24px!important;box-shadow:0 16px 46px #00000021,0 2px 8px #00000012!important;background:#fff!important}.record-actions{padding:12px 18px!important}.record-content{padding-bottom:0!important}.record-facts-v5{border-radius:22px!important;background:#f7f7f4!important}.record-reactions{margin:14px 18px 0!important;padding:16px!important;border-radius:22px!important;background:#111!important;color:#fff!important}.record-reactions-head{display:grid!important;gap:4px!important}.record-reactions-head .record-label{color:#ffffff80!important;margin:0!important}.record-reactions-head span{color:#ffffffbd!important;font-size:14px!important;line-height:19px!important}.record-reaction-chips{margin-top:12px!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}.record-reaction-chips button{border:1px solid rgba(255,255,255,.14)!important;background:#ffffff14!important;color:#fff!important;border-radius:999px!important;min-height:36px!important;padding:0 12px!important;font-weight:650!important}.record-reaction-chips button.active{background:#b7ff00!important;color:#111!important;border-color:#b7ff00!important}.pack-v4-page.pack-v12-page{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding:calc(18px + env(safe-area-inset-top)) 18px 28px!important;background:#fff!important;color:#111!important;overflow-x:hidden!important;overflow-y:auto!important}.pack-v12-header{height:34px;display:flex;align-items:center;justify-content:space-between;color:#707072;font-weight:750;font-size:12px;letter-spacing:0}.pack-v12-header b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#b7ff00;color:#111;font-size:12px}.pack-v12-stage{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom) - 76px);display:grid;align-content:center;justify-items:center;gap:20px}.pack-v12-object{position:relative;width:min(330px,88vw);height:min(410px,50dvh);border:0;background:transparent;padding:0;cursor:pointer;display:grid;place-items:center;touch-action:manipulation;perspective:900px}.pack-v12-object:active{transform:scale(.992)}.pack-v12-asset{position:absolute;z-index:4;width:min(300px,80vw);max-height:100%;object-fit:contain;filter:drop-shadow(0 24px 44px rgba(0,0,0,.12));transition:opacity .26s ease,transform .42s cubic-bezier(.2,.9,.18,1)}.pack-v12-asset.open{opacity:0;transform:translateY(8px) scale(.96)}.pack-v12-object.opened .pack-v12-asset.closed{opacity:0;transform:translateY(10px) scale(.94)}.pack-v12-object.opened .pack-v12-asset.open{opacity:1;transform:translateY(26px) scale(.84);filter:drop-shadow(0 20px 34px rgba(0,0,0,.1))}.pack-v12-cards{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none}.pack-v12-cards img{position:absolute;left:50%;top:50%;width:min(112px,28vw);border-radius:12px;object-fit:contain;background:#fff;box-shadow:0 10px 26px #00000024;opacity:0;transform:translate(-50%,-30%) scale(.62) rotate(0);transition:transform .68s cubic-bezier(.16,1,.3,1),opacity .36s ease;transition-delay:calc(var(--i) * 55ms)}.pack-v12-object.opened .pack-v12-cards img{opacity:1}.pack-v12-object.opened .pack-v12-cards img:nth-child(1){transform:translate(-168%,-64%) rotate(-15deg) scale(.88)}.pack-v12-object.opened .pack-v12-cards img:nth-child(2){transform:translate(-112%,-76%) rotate(-7deg) scale(.98)}.pack-v12-object.opened .pack-v12-cards img:nth-child(3){transform:translate(-50%,-88%) rotate(0) scale(1.06)}.pack-v12-object.opened .pack-v12-cards img:nth-child(4){transform:translate(12%,-76%) rotate(7deg) scale(.98)}.pack-v12-object.opened .pack-v12-cards img:nth-child(5){transform:translate(68%,-64%) rotate(15deg) scale(.88)}.pack-v12-scan{position:absolute;z-index:8;left:20%;right:20%;top:50%;height:2px;background:#b7ff00;opacity:0;box-shadow:0 0 18px #b7ff00cc;transform:scaleX(0);transform-origin:center}.pack-v12-object.stage-1{animation:packPulse .26s cubic-bezier(.2,.9,.18,1)}.pack-v12-object.stage-2 .pack-v12-scan{animation:packScan .52s cubic-bezier(.2,.9,.18,1)}.pack-v12-object.stage-3 .pack-v12-asset.closed{transform:translateY(-4px) rotate(-1deg) scale(1.015)}.pack-v12-object.stage-4 .pack-v12-asset.closed{transform:translateY(-9px) rotate(1deg) scale(1.025)}.pack-v12-copy{display:grid;justify-items:center;gap:12px;text-align:center}.pack-v12-copy p{margin:0;color:#707072;font-size:13px;font-weight:650}.pack-v12-copy h1{margin:0;font-size:clamp(42px,13vw,58px);line-height:.98;font-weight:760;letter-spacing:-.06em}.pack-v12-copy button{min-height:52px;padding:0 24px;border:0;border-radius:999px;background:#111;color:#fff;font:inherit;font-weight:700;box-shadow:0 6px 16px #0000001f}.pack-v12-results{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:16px;padding:0 0 14px}.pack-v12-card{color:#111;text-decoration:none;display:grid;gap:5px;min-width:0;opacity:0;transform:translateY(12px);animation:cardSettle .46s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i) * 70ms + .18s)}.pack-v12-card img{width:100%;aspect-ratio:1024/1536;object-fit:contain;border-radius:10px;box-shadow:0 3px 12px #0000001a;background:#f3f3f0}.pack-v12-card strong{font-size:10px;line-height:12px;font-weight:750;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pack-v12-card span{font-size:10px;line-height:11px;color:#707072}@keyframes packPulse{0%{transform:scale(1)}42%{transform:scale(.975) rotate(-.6deg)}to{transform:scale(1)}}@keyframes packScan{0%{opacity:0;transform:scaleX(0)}30%{opacity:1}to{opacity:0;transform:scaleX(1)}}@keyframes cardSettle{to{opacity:1;transform:translateY(0)}}.bw-profile-traces{margin-top:16px;padding:16px;border-radius:22px;background:#111;color:#fff}.bw-profile-traces p{margin:0 0 10px;font-size:11px;color:#ffffff80;font-weight:750}.bw-profile-traces div{display:flex;flex-wrap:wrap;gap:8px}.bw-profile-traces span{min-height:32px;padding:0 11px;border-radius:999px;background:#b7ff00;color:#111;display:inline-flex;align-items:center;font-size:13px;font-weight:700}.bw-profile-traces small{color:#ffffffa3;font-size:14px;line-height:20px}@media(prefers-reduced-motion:reduce){.bw-route-motion,.pack-v12-object,.pack-v12-object *,.pack-v12-card{animation:none!important;transition:none!important;transform:none!important}}:root{--bw-font-ui: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;--bw-font-display: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;--bw-bottom-height: 74px;--bw-acid: #b7ff00}body,button,input,textarea{font-family:var(--bw-font-ui)!important}.bw-bottom-nav-restored,.bw-bottom-nav{background:#fff!important;height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;border-top:1px solid rgba(17,17,17,.07)!important;box-shadow:0 -10px 30px #0000000b!important;padding:6px 9px calc(7px + env(safe-area-inset-bottom))!important}.bw-bottom-item{height:58px!important;border-radius:17px!important;color:#777!important;font-size:10.5px!important;font-weight:650!important;gap:3px!important}.bw-bottom-item.active{background:#f3f3ef!important;color:#111!important}.bw-bottom-item.active:before{top:5px!important;width:20px!important;height:3px!important;background:var(--bw-acid)!important}.bw-system-home.bw-home-clean{height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;min-height:0!important;background:#fff!important;padding:calc(14px + env(safe-area-inset-top)) 22px 18px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.bw-home-clean-head{flex:0 0 48px!important;height:48px!important}.bw-brand-lockup{gap:12px!important}.bw-brand-lockup img{width:42px!important;height:42px!important;border-radius:12px!important}.bw-home-clean-head strong{font-size:14px!important;line-height:15px!important;font-weight:800!important;letter-spacing:-.025em!important}.bw-home-clean-head span{font-size:11px!important;line-height:13px!important;font-weight:700!important;color:#6f6f72!important}.bw-home-clean-stage{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;gap:0!important;padding:0!important}.bw-home-clean-stack{width:min(316px,84vw)!important;height:min(330px,42dvh)!important;margin:2px auto 0!important;transform:none!important;flex:0 1 auto!important}.bw-home-clean-stack .bw-stack-card{width:min(204px,54vw)!important;border-radius:14px!important}.bw-home-clean-stack .bw-stack-card-0{transform:translate(-50%) rotate(-1.5deg)!important}.bw-home-clean-stack .bw-stack-card-1{transform:translate(-80%) translateY(26px) rotate(-7deg) scale(.78)!important;opacity:.56!important}.bw-home-clean-stack .bw-stack-card-2{transform:translate(-20%) translateY(30px) rotate(6deg) scale(.77)!important;opacity:.56!important}.bw-home-clean-stack .bw-stack-card-3{transform:translate(-88%) translateY(70px) rotate(8deg) scale(.55)!important;opacity:.28!important}.bw-home-clean-stack .bw-stack-card-4{transform:translate(-7%) translateY(74px) rotate(-9deg) scale(.54)!important;opacity:.28!important}.bw-home-clean-copy{flex:0 0 auto!important;padding-bottom:6px!important}.bw-home-clean-copy p{font-size:11px!important;margin-bottom:8px!important;color:#717176!important}.bw-home-clean-copy h1{font-size:clamp(34px,10.5vw,44px)!important;line-height:1.02!important;font-weight:760!important;letter-spacing:-.05em!important;max-width:330px!important}.bw-home-clean-actions{margin-top:18px!important;gap:9px!important}.bw-clean-action{min-height:48px!important;padding:0 18px!important;box-shadow:0 4px 12px #0000000b!important;font-weight:650!important}@media(max-height:760px){.bw-home-clean-stack{height:min(300px,39dvh)!important;width:min(292px,82vw)!important}.bw-home-clean-stack .bw-stack-card{width:min(184px,50vw)!important}.bw-home-clean-copy h1{font-size:clamp(32px,9.6vw,40px)!important}.bw-home-clean-actions{margin-top:14px!important}}.bw-me-screen.bw-profile-screen,.bw-find-screen,.wall-v4-page,.pack-v4-page,.pack-v12-page,.bw-secret-screen,.record-page{background:#fff!important}.bw-person-preview{color:#707072!important}.bw-tag{background:#eef1f4!important;color:#4d9ade!important}.wall-system-header,.wall-v4-header{padding:18px 18px 8px!important}.wall-system-header p,.wall-v4-header p{letter-spacing:0!important;color:#707072!important}.wall-system-header h1,.wall-v4-header h1{font-size:clamp(32px,9vw,40px)!important;font-weight:740!important}.wall-v4-grid.bw-wall-stable-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:8px 10px 16px!important}.wall-system-item.bw-wall-stable-item,.bw-wall-card-only{aspect-ratio:1024/1536!important;overflow:hidden!important;border-radius:15px!important;background:#fff!important}.wall-system-item.bw-wall-stable-item img,.bw-wall-card-only img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:15px!important;background:#fff!important;box-shadow:0 3px 12px #0000001a!important}.record-topline{padding-top:calc(10px + env(safe-area-inset-top))!important}.record-object{background:#fff!important;padding:8px 0 10px!important}.record-card-img{width:min(374px,94vw)!important;border-radius:24px!important}.record-action.primary{background:#111!important;color:#fff!important}.record-actions{gap:9px!important;flex-wrap:wrap!important}.record-action.profile{flex-basis:100%!important;background:#f5f5f2!important}.record-reactions{margin:16px 0 0!important;padding:18px!important;border-radius:0!important;background:#fff!important;color:#111!important;border-top:1px solid rgba(17,17,17,.08)!important;border-bottom:1px solid rgba(17,17,17,.08)!important}.record-reactions-head .record-label,.record-reactions-head span{color:#707072!important}.record-reaction-chips button{border:1px solid rgba(17,17,17,.1)!important;background:#f6f6f3!important;color:#111!important}.record-reaction-chips button.active{background:var(--bw-acid)!important;border-color:var(--bw-acid)!important;color:#111!important}.reaction-burst{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;pointer-events:none;overflow:hidden}.reaction-particle{position:absolute;left:50%;top:50%;font-size:30px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18));animation:reactionPop .86s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i) * 18ms);transform:translate(-50%,-50%)}.reaction-particle.small{font-size:20px;opacity:.9}@keyframes reactionPop{0%{opacity:0;transform:translate(-50%,-50%) scale(.55) rotate(0)}18%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1.25) rotate(var(--r))}}.bw-me-screen.bw-profile-screen{padding:26px 18px 22px!important;min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important}.bw-profile-header h1{font-size:clamp(38px,11vw,52px)!important;line-height:1.02!important;font-weight:760!important;letter-spacing:-.05em!important}.bw-profile-empty{background:#fff!important}.bw-profile-subhead,.bw-profile-grid,.bw-me-grid,.bw-profile-actions .bw-icon-circle[aria-label=Очистить]{display:none!important}.bw-profile-actions{grid-template-columns:1fr 54px!important}.bw-profile-traces{margin-top:18px!important;padding:18px!important;background:#fff!important;color:#111!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:22px!important}.bw-profile-traces p,.bw-profile-traces small{color:#707072!important}.bw-secret-screen{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;color:#111!important;padding:calc(22px + env(safe-area-inset-top)) 18px 24px!important}.bw-ray-nav-shell{display:none!important}.bw-secret-inner{max-width:420px!important;margin:0 auto!important}.bw-ray-title{color:#111!important;font-size:clamp(40px,12vw,58px)!important;line-height:1!important;letter-spacing:-.055em!important;margin:0 0 12px!important}.bw-ray-subtitle{color:#707072!important}.secret-unlock,.secret-core{background:#fff!important;color:#111!important;box-shadow:none!important;border:1px solid rgba(17,17,17,.08)!important}.secret-core h1,.secret-core p,.secret-core .eyebrow{color:#111!important}.secret-core p,.secret-core .eyebrow,.secret-hints span{color:#707072!important}.secret-core input{background:#f6f6f3!important;color:#111!important;border:1px solid rgba(17,17,17,.12)!important}.pack-v4-page.pack-v12-page{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding:calc(18px + env(safe-area-inset-top)) 18px 18px!important;overflow:hidden auto!important}.pack-v12-stage{min-height:auto!important;gap:14px!important;padding-top:8px!important}.pack-v12-object{width:min(320px,82vw)!important;height:min(350px,40dvh)!important}.pack-v12-asset{width:min(288px,76vw)!important}.pack-v12-copy h1{font-size:clamp(38px,10.5vw,50px)!important;letter-spacing:-.052em!important}.pack-v12-results{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:7px!important;margin-top:10px!important;padding-bottom:4px!important}.pack-v12-card strong,.pack-v12-card span{display:none!important}.pack-v12-card img{border-radius:9px!important}@media(max-height:760px){.pack-v12-object{height:min(310px,36dvh)!important}.pack-v12-copy p{font-size:12px!important}.pack-v12-copy h1{font-size:clamp(34px,9.5vw,44px)!important}.pack-v12-copy button{min-height:48px!important}}.bw-route-motion{animation:pageInV121 .26s cubic-bezier(.2,.9,.18,1) both}@keyframes pageInV121{0%{opacity:.001;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.bw-route-motion,.reaction-particle{animation:none!important}}.bw-profile-terminal-note{margin-top:16px!important;padding:18px!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:22px!important;background:#fff!important;display:grid!important;gap:9px!important}.bw-profile-terminal-note p{margin:0!important;color:#707072!important;font-size:11px!important;font-weight:750!important}.bw-profile-terminal-note span{color:#111!important;font-size:15px!important;line-height:21px!important}.bw-profile-terminal-note a{justify-self:start!important;min-height:40px!important;padding:0 15px!important;border-radius:999px!important;background:#111!important;color:#fff!important;display:inline-flex!important;align-items:center!important;text-decoration:none!important;font-size:14px!important;font-weight:650!important}.bw-secret-kicker{margin:0 0 8px!important;color:#707072!important;font-size:12px!important;font-weight:750!important}:root{--bw-bottom-height: 74px}.bw-bottom-nav{grid-template-columns:repeat(4,1fr)!important}.bw-bottom-item{max-width:96px!important;margin:0 auto!important}a[href="/pack"],.bw-profile-terminal-note{display:none!important}.bw-profile-actions-single{display:block!important}.bw-profile-actions-single .bw-primary-action{width:100%!important}.record-actions{gap:10px!important}.record-action.profile{flex:1 1 100%!important;min-height:52px!important;border-radius:999px!important;background:#111!important;color:#fff!important;border:1px solid #111!important;box-shadow:0 10px 24px #0000001a!important;font-weight:760!important;letter-spacing:-.015em!important}.record-action.profile.claimed{background:#f2f3ef!important;color:#111!important;border-color:#11111114!important;box-shadow:none!important}.record-reactions{background:#fff!important;border:1px solid rgba(17,17,17,.075)!important;border-radius:24px!important;padding:18px!important;box-shadow:0 12px 34px #0000000b!important}.record-reactions-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important}.record-reactions-head .record-label{margin:0!important;color:#111!important;font-size:15px!important;font-weight:780!important;letter-spacing:-.015em!important;text-transform:none!important}.record-reactions-head span{font-size:12px!important;line-height:1.25!important;color:#8a8a8a!important;text-align:right!important;max-width:168px!important}.record-reaction-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.record-reaction-chips button{min-height:48px!important;border-radius:18px!important;border:1px solid rgba(17,17,17,.08)!important;background:#f7f7f4!important;color:#111!important;font-size:15px!important;font-weight:720!important;letter-spacing:-.015em!important;box-shadow:none!important;transform:translateZ(0)!important;transition:transform .12s cubic-bezier(.2,.8,.2,1),background .12s ease,border-color .12s ease!important}.record-reaction-chips button:active{transform:scale(.965)!important}.record-reaction-chips button.active{background:#b7ff00!important;border-color:#b7ff00!important;color:#111!important}.reaction-burst-game{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:99999!important;pointer-events:none!important;overflow:hidden!important;background:transparent!important}.reaction-burst-label{position:fixed!important;left:50%!important;bottom:calc(118px + env(safe-area-inset-bottom))!important;transform:translate(-50%) scale(.92)!important;padding:13px 20px!important;border-radius:999px!important;background:#111111f0!important;color:#fff!important;font-size:18px!important;font-weight:780!important;letter-spacing:-.02em!important;box-shadow:0 18px 48px #00000038!important;animation:reactionLabelPop 1.2s cubic-bezier(.16,1,.3,1) forwards!important}.reaction-particle{position:fixed!important;left:var(--left)!important;bottom:calc(72px + env(safe-area-inset-bottom))!important;top:auto!important;font-size:34px!important;line-height:1!important;transform:translate3d(-50%,0,0) scale(.75) rotate(0)!important;filter:drop-shadow(0 12px 20px rgba(0,0,0,.18))!important;animation:reactionFountain var(--duration) cubic-bezier(.16,1,.3,1) var(--delay) forwards!important;will-change:transform,opacity!important}.reaction-particle.small{font-size:23px!important;opacity:.94!important}@keyframes reactionFountain{0%{opacity:0;transform:translate3d(-50%,32px,0) scale(.55) rotate(0)}14%{opacity:1}48%{opacity:1;transform:translate3d(calc(-50% + var(--x)),var(--y),0) scale(1.16) rotate(var(--r))}78%{opacity:.92;transform:translate3d(calc(-50% + var(--x)),calc(var(--y) + 92px),0) scale(.98) rotate(calc(var(--r) * 1.35))}to{opacity:0;transform:translate3d(calc(-50% + var(--x)),calc(var(--y) + 250px),0) scale(.74) rotate(calc(var(--r) * 1.75))}}@keyframes reactionLabelPop{0%{opacity:0;transform:translate(-50%) translateY(22px) scale(.86)}16%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}72%{opacity:1;transform:translate(-50%) translateY(-8px) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-34px) scale(.96)}}@media(max-width:370px){.record-reaction-chips{grid-template-columns:1fr!important}}.record-reactions.record-reactions-v123{margin:18px -22px 0!important;padding:18px 22px 20px!important;background:#fff!important;border:0!important;border-top:1px solid rgba(17,17,17,.08)!important;border-bottom:1px solid rgba(17,17,17,.08)!important;border-radius:0!important;box-shadow:none!important}.record-reactions-v123 .record-reactions-head{display:block!important;margin:0 0 12px!important}.record-reactions-v123 .record-label{margin:0!important;color:#111!important;font-size:18px!important;line-height:22px!important;font-weight:780!important;letter-spacing:-.025em!important;text-transform:none!important}.record-reactions-v123 .record-reaction-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.record-reactions-v123 .record-reaction-chips button{min-height:52px!important;border-radius:18px!important;border:1px solid rgba(17,17,17,.1)!important;background:#f7f7f5!important;color:#111!important;box-shadow:0 4px 14px #00000009!important;font-size:15px!important;font-weight:720!important;letter-spacing:-.018em!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;transition:transform .12s cubic-bezier(.2,.9,.2,1),background .15s ease,border-color .15s ease,box-shadow .15s ease!important}.record-reactions-v123 .record-reaction-chips button:active{transform:scale(.965)!important;box-shadow:none!important}.record-reactions-v123 .record-reaction-chips button.active{background:#b7ff00!important;border-color:#b7ff00!important;color:#111!important}.reaction-burst-v123{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483000!important;pointer-events:none!important;overflow:hidden!important;width:100vw!important;height:100dvh!important;background:transparent!important;contain:layout style paint!important}.reaction-burst-v123:before{content:"";position:fixed;left:50%;bottom:calc(78px + env(safe-area-inset-bottom));width:128vw;height:36vh;transform:translate(-50%);background:radial-gradient(circle at 50% 100%,#b7ff0038,#b7ff0000 58%);opacity:0;animation:bwReactionGlow 1.55s cubic-bezier(.16,1,.3,1) forwards}.reaction-burst-v123 .reaction-burst-label{position:fixed!important;left:50%!important;bottom:calc(96px + env(safe-area-inset-bottom))!important;transform:translate3d(-50%,30px,0) scale(.88)!important;padding:14px 22px!important;border-radius:999px!important;background:#111111f0!important;color:#fff!important;font-size:18px!important;line-height:20px!important;font-weight:800!important;letter-spacing:-.02em!important;box-shadow:0 18px 50px #00000038!important;animation:bwReactionLabel 1.7s cubic-bezier(.16,1,.3,1) forwards!important;will-change:transform,opacity!important}.reaction-burst-v123 .reaction-particle{position:fixed!important;left:var(--start)!important;bottom:calc(56px + env(safe-area-inset-bottom))!important;width:auto!important;height:auto!important;font-size:var(--size)!important;line-height:1!important;transform:translate3d(-50%,60px,0) scale(.48) rotate(0)!important;opacity:0;filter:drop-shadow(0 14px 18px rgba(0,0,0,.18))!important;animation:bwEmojiFountain var(--duration) cubic-bezier(.12,.82,.16,1) var(--delay) forwards!important;will-change:transform,opacity!important;backface-visibility:hidden!important;-webkit-font-smoothing:antialiased!important}@keyframes bwEmojiFountain{0%{opacity:0;transform:translate3d(-50%,64px,0) scale(.42) rotate(0)}9%{opacity:1}38%{opacity:1;transform:translate3d(calc(-50% + var(--drift)),var(--peak),0) scale(1.1) rotate(var(--r1))}66%{opacity:.98;transform:translate3d(calc(-50% + var(--drift)),calc(var(--peak) + 11vh),0) scale(1.02) rotate(var(--r2))}to{opacity:0;transform:translate3d(calc(-50% + var(--drift)),var(--fall),0) scale(.78) rotate(var(--r2))}}@keyframes bwReactionLabel{0%{opacity:0;transform:translate3d(-50%,32px,0) scale(.86)}14%{opacity:1;transform:translate3d(-50%,0,0) scale(1)}62%{opacity:1;transform:translate3d(-50%,-8px,0) scale(1)}to{opacity:0;transform:translate3d(-50%,-56px,0) scale(.94)}}@keyframes bwReactionGlow{0%{opacity:0;transform:translate(-50%) scale(.82)}18%{opacity:1}to{opacity:0;transform:translate(-50%) scale(1.16)}}.bw-trace-leaderboard{margin:14px 18px 18px!important;padding:16px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important;box-shadow:0 12px 34px #0000000b!important}.bw-trace-leaderboard-wall{margin-top:8px!important;margin-bottom:8px!important}.bw-trace-leaderboard-profile{margin:18px 0 0!important}.bw-trace-leaderboard-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.bw-trace-leaderboard-head p{margin:0;font-size:20px;line-height:24px;font-weight:800;letter-spacing:-.03em;color:#111}.bw-trace-leaderboard-head span{color:#8a8a8a;font-size:12px;font-weight:650}.bw-trace-leaderboard-list{display:grid;gap:8px}.bw-trace-leaderboard-row{min-height:58px;display:grid;grid-template-columns:34px 44px 1fr 36px;align-items:center;gap:10px;text-decoration:none;color:#111;border-radius:18px;padding:7px 9px;background:#f7f7f5}.bw-trace-leaderboard-row b{color:#777;font-size:12px;font-weight:800}.bw-trace-leaderboard-row img{width:44px;height:44px;border-radius:12px;object-fit:cover;background:#fff}.bw-trace-leaderboard-row span{min-width:0;display:grid;gap:1px;font-size:15px;line-height:18px;font-weight:750;letter-spacing:-.015em}.bw-trace-leaderboard-row small{font-size:12px;line-height:15px;color:#777;font-weight:600}.bw-trace-leaderboard-row strong{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#b7ff00;color:#111;font-size:14px;font-weight:850}.bw-profile-traces-v123{border-radius:24px!important;padding:18px!important;box-shadow:0 12px 34px #0000000a!important}.bw-profile-traces-v123 p{margin:0 0 11px!important;color:#111!important;font-size:18px!important;line-height:22px!important;font-weight:800!important;letter-spacing:-.025em!important;text-transform:none!important}.bw-profile-traces-v123 div{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.bw-profile-traces-v123 span{min-height:36px!important;padding:0 12px!important;border-radius:999px!important;background:#b7ff00!important;color:#111!important;display:inline-flex!important;align-items:center!important;font-size:13px!important;font-weight:750!important}@media(max-width:370px){.record-reactions-v123 .record-reaction-chips{grid-template-columns:1fr!important}}:root{--bw-bottom-height: 78px;--bw-nav-bg: #fff;--bw-nav-active: #f1f1ed;--bw-nav-line: rgba(17,17,17,.08)}html,body,#root,.bw-app,.bw-main,.bw-route-motion{background:#fff!important}.bw-bottom-nav,.bw-bottom-nav-restored{height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;padding:7px 11px calc(8px + env(safe-area-inset-bottom))!important;background:var(--bw-nav-bg)!important;border-top:1px solid var(--bw-nav-line)!important;box-shadow:0 -8px 28px #00000009!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.bw-bottom-item{width:100%!important;max-width:none!important;height:62px!important;margin:0!important;border-radius:24px!important;color:#858585!important;background:transparent!important;font-size:11px!important;line-height:12px!important;font-weight:650!important;gap:4px!important;transition:background .16s ease,color .16s ease,transform .12s ease!important}.bw-bottom-item svg{width:23px!important;height:23px!important;stroke-width:2.05!important}.bw-bottom-item.active{background:var(--bw-nav-active)!important;color:#111!important;transform:none!important}.bw-bottom-item:active{transform:scale(.97)!important}@media(min-width:431px){.bw-bottom-nav,.bw-bottom-nav-restored{max-width:430px!important;left:50%!important;right:auto!important;width:430px!important;transform:translate(-50%)!important}}.qr-claim-status{margin:8px 18px 0!important;padding:10px 14px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:start!important;background:#f2f3ef!important;color:#111!important;border:1px solid rgba(17,17,17,.08)!important;font-size:13px!important;font-weight:750!important;letter-spacing:-.01em!important}.qr-claim-status.claimed{background:#111!important;color:#fff!important;border-color:#111!important}.record-actions{justify-content:center!important}.record-actions .record-action.icon{width:54px!important;height:54px!important}.record-action.profile{display:none!important}.record-reactions.record-reactions-v124,.record-reactions.record-reactions-v123{margin:18px -22px 0!important;padding:20px 22px 22px!important;background:#fff!important;border:0!important;border-top:1px solid rgba(17,17,17,.08)!important;border-bottom:1px solid rgba(17,17,17,.08)!important;border-radius:0!important;box-shadow:none!important}.record-reactions-v124 .record-reactions-head,.record-reactions-v123 .record-reactions-head{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:12px!important;margin:0 0 14px!important}.record-reactions-v124 .record-label,.record-reactions-v123 .record-label{margin:0!important;color:#111!important;font-size:18px!important;line-height:22px!important;font-weight:780!important;letter-spacing:-.025em!important;text-transform:none!important}.record-reactions-v124 .record-reactions-head span,.record-reactions-v123 .record-reactions-head span{color:#858585!important;font-size:12px!important;line-height:15px!important;font-weight:650!important}.record-reactions-v124 .record-reaction-chips,.record-reactions-v123 .record-reaction-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.record-reactions-v124 .record-reaction-chips button,.record-reactions-v123 .record-reaction-chips button{min-height:50px!important;border-radius:999px!important;border:1px solid rgba(17,17,17,.1)!important;background:#fff!important;color:#111!important;box-shadow:0 5px 16px #0000000b!important;font-size:15px!important;font-weight:720!important;letter-spacing:-.018em!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;transition:transform .11s cubic-bezier(.2,.9,.2,1),background .15s ease,border-color .15s ease,box-shadow .15s ease!important}.record-reactions-v124 .record-reaction-chips button:active,.record-reactions-v123 .record-reaction-chips button:active{transform:scale(.955)!important;box-shadow:none!important}.record-reactions-v124 .record-reaction-chips button.active,.record-reactions-v123 .record-reaction-chips button.active{background:#f1f1ed!important;border-color:#11111124!important;color:#111!important;box-shadow:inset 0 0 0 1px #11111108!important}.reaction-burst-real-v124{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483200!important;pointer-events:none!important;overflow:hidden!important;width:100vw!important;height:100dvh!important;background:transparent!important;contain:layout style paint!important}.reaction-burst-real-v124:before{content:"";position:fixed;left:50%;bottom:calc(74px + env(safe-area-inset-bottom));width:130vw;height:38vh;transform:translate(-50%) scale(.72);background:radial-gradient(circle at 50% 100%,#b7ff0038,#b7ff0000 62%);opacity:0;animation:bwV124Glow 1.35s cubic-bezier(.16,1,.3,1) forwards}.reaction-burst-real-v124 .reaction-burst-label{position:fixed!important;left:50%!important;bottom:calc(98px + env(safe-area-inset-bottom))!important;transform:translate3d(-50%,32px,0) scale(.88)!important;padding:13px 22px!important;border-radius:999px!important;background:#111111f0!important;color:#fff!important;font-size:18px!important;line-height:20px!important;font-weight:800!important;letter-spacing:-.02em!important;box-shadow:0 18px 50px #00000038!important;animation:bwV124Label 1.75s cubic-bezier(.16,1,.3,1) forwards!important;will-change:transform,opacity!important}.reaction-burst-real-v124 .reaction-particle{position:fixed!important;left:var(--start)!important;bottom:calc(40px + env(safe-area-inset-bottom))!important;top:auto!important;width:auto!important;height:auto!important;font-size:var(--size)!important;line-height:1!important;transform:translate3d(-50%,72px,0) scale(.38) rotate(0)!important;opacity:0!important;filter:drop-shadow(0 14px 18px rgba(0,0,0,.16))!important;animation:bwV124Fountain var(--duration) cubic-bezier(.13,.84,.16,1) var(--delay) forwards!important;will-change:transform,opacity!important;backface-visibility:hidden!important}@keyframes bwV124Fountain{0%{opacity:0;transform:translate3d(-50%,76px,0) scale(.36) rotate(0)}8%{opacity:1}34%{opacity:1;transform:translate3d(calc(-50% + var(--drift)),var(--peak),0) scale(1.12) rotate(var(--r1))}62%{opacity:.96;transform:translate3d(calc(-50% + var(--drift)),calc(var(--peak) + 18vh),0) scale(1) rotate(var(--r2))}to{opacity:0;transform:translate3d(calc(-50% + var(--drift)),calc(var(--settle) + 8vh),0) scale(.72) rotate(var(--r2))}}@keyframes bwV124Label{0%{opacity:0;transform:translate3d(-50%,34px,0) scale(.84)}14%{opacity:1;transform:translate3d(-50%,0,0) scale(1)}64%{opacity:1;transform:translate3d(-50%,-8px,0) scale(1)}to{opacity:0;transform:translate3d(-50%,-64px,0) scale(.92)}}@keyframes bwV124Glow{0%{opacity:0;transform:translate(-50%) scale(.72)}18%{opacity:.9}to{opacity:0;transform:translate(-50%) scale(1.2)}}.bw-profile-v124{background:#fff!important;padding:28px 18px 24px!important}.bw-profile-v124 .bw-profile-header h1{font-size:clamp(34px,10vw,48px)!important;line-height:1.02!important;letter-spacing:-.055em!important}.bw-profile-empty-small{margin-top:18px!important;padding:18px!important;border-radius:24px!important}.bw-trace-leaderboard-wall{display:none!important}.bw-trace-leaderboard-profile{margin:20px 0 0!important;padding:16px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important;box-shadow:0 10px 30px #0000000a!important}.bw-system-home.bw-home-clean{overflow:hidden!important}.bw-home-clean-stack{height:min(304px,38dvh)!important;width:min(292px,80vw)!important}.bw-home-clean-stack .bw-stack-card{width:min(186px,50vw)!important}.bw-home-clean-copy h1{font-size:clamp(32px,9.7vw,42px)!important}.bw-home-clean-actions{margin-top:14px!important}@media(max-height:760px){.bw-home-clean-stack{height:min(278px,35dvh)!important}.bw-home-clean-stack .bw-stack-card{width:min(170px,46vw)!important}.bw-home-clean-copy h1{font-size:clamp(30px,9vw,38px)!important}}@media(prefers-reduced-motion:reduce){.reaction-burst-real-v124 .reaction-particle,.reaction-burst-real-v124 .reaction-burst-label,.reaction-burst-real-v124:before{animation-duration:1ms!important}}:root{--bw-page: #ffffff;--bw-surface: #ffffff;--bw-surface-soft: #f7f7f5;--bw-surface-pressed: #f1f1ee;--bw-border: #e7e7e4;--bw-border-strong: #d9d9d5;--bw-text: #111111;--bw-muted: #737373;--bw-muted-2: #8a8a8a;--bw-signal: #b7ff00;--bw-bottom-height: 80px}html,body,#root,.bw-app,.bw-main,.bw-route-motion,.bw-system-home,.bw-me-screen,.bw-profile-screen,.bw-secret-screen,.record-page,.bw-wall-screen,.archive-screen{background:var(--bw-page)!important}.bw-route-motion{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important}.bw-route-motion>*{animation:bwV125PageIn .26s cubic-bezier(.16,1,.3,1) both}@keyframes bwV125PageIn{0%{opacity:0;transform:translate3d(0,10px,0) scale(.992)}to{opacity:1;transform:translateZ(0) scale(1)}}.bw-bottom-nav,.bw-bottom-nav-restored{height:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important;padding:8px 12px calc(9px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid var(--bw-border)!important;box-shadow:0 -10px 28px #00000009!important;gap:8px!important}.bw-bottom-item{height:62px!important;border-radius:24px!important;color:var(--bw-muted-2)!important;background:transparent!important;font-size:11px!important;font-weight:650!important;letter-spacing:-.01em!important}.bw-bottom-item.active{background:var(--bw-surface-pressed)!important;color:var(--bw-text)!important}.bw-bottom-item:before,.bw-bottom-item.active:before{display:none!important}.bw-bottom-item svg{stroke-width:2.05!important}.bw-profile-v124,.bw-profile-screen{padding:28px 18px 22px!important;background:#fff!important}.bw-profile-header p,.bw-secret-kicker,.record-label{color:var(--bw-muted)!important;letter-spacing:-.01em!important;text-transform:none!important}.bw-profile-header h1{max-width:380px!important;margin-bottom:12px!important;color:var(--bw-text)!important}.bw-profile-header span{max-width:350px!important;color:var(--bw-muted)!important}.bw-profile-empty,.bw-profile-empty-small,.bw-profile-card,.bw-trace-leaderboard-profile,.record-text-block,.record-quote-block,.secret-core{background:var(--bw-surface)!important;border:1px solid var(--bw-border)!important;box-shadow:0 10px 30px #00000009!important}.bw-profile-empty{padding:20px!important;border-radius:24px!important}.bw-profile-empty strong{color:var(--bw-text)!important}.bw-profile-empty span{color:var(--bw-muted)!important}.bw-profile-stats div{background:var(--bw-surface)!important;border:1px solid var(--bw-border)!important;box-shadow:0 8px 22px #00000008!important}.bw-profile-stats div span{color:var(--bw-muted)!important}.bw-primary-action{background:#111!important;color:#fff!important;box-shadow:0 12px 30px #0000001f!important}.bw-trace-leaderboard-head span{color:var(--bw-muted)!important}.bw-trace-leaderboard-row{background:var(--bw-surface-soft)!important;border:0!important}.bw-trace-leaderboard-row strong{background:#111!important;color:#fff!important}.bw-secret-screen{min-height:calc(100dvh - var(--bw-bottom-height) - env(safe-area-inset-bottom))!important;padding:30px 18px 24px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important}.bw-secret-inner{width:100%!important;max-width:430px!important;text-align:left!important}.bw-secret-inner .bw-ray-title{margin:18px 0 28px!important;color:var(--bw-text)!important;font-size:clamp(46px,15vw,72px)!important;line-height:.96!important;letter-spacing:-.07em!important}.bw-secret-inner .bw-ray-subtitle{display:none!important}.secret-unlock{margin-top:0!important}.secret-core{padding:22px!important;border-radius:28px!important;text-align:center!important}.secret-core svg{color:var(--bw-text)!important}.secret-core .eyebrow{color:var(--bw-muted)!important;font-size:12px!important;font-weight:750!important;letter-spacing:-.01em!important}.secret-core h1{margin:8px 0 18px!important;color:var(--bw-text)!important}.secret-core p{display:none!important}.secret-core input{min-height:58px!important;border-radius:18px!important;background:var(--bw-surface-soft)!important;border:1px solid var(--bw-border-strong)!important;color:var(--bw-text)!important;font-weight:700!important}.secret-core input:focus{outline:0!important;border-color:#111!important;background:#fff!important}.secret-core .primary-button{min-height:58px!important;border-radius:999px!important;background:#111!important;color:#fff!important;box-shadow:0 12px 28px #0000001f!important}.record-actions{padding:12px 18px 18px!important;gap:10px!important;background:#fff!important}.record-actions .record-action.icon{width:52px!important;height:52px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--bw-border)!important;color:#111!important;box-shadow:0 8px 24px #0000000a!important}.record-actions .record-action.icon:active{transform:scale(.96)!important;background:var(--bw-surface-soft)!important}.record-reactions.record-reactions-v124,.record-reactions.record-reactions-v123{margin:18px -22px 0!important;padding:20px 22px 22px!important;background:#fff!important;border-top:1px solid var(--bw-border)!important;border-bottom:1px solid var(--bw-border)!important}.record-reactions-v124 .record-reactions-head span,.record-reactions-v123 .record-reactions-head span{display:none!important}.record-reactions-v124 .record-reaction-chips,.record-reactions-v123 .record-reaction-chips{gap:9px!important}.record-reactions-v124 .record-reaction-chips button,.record-reactions-v123 .record-reaction-chips button{min-height:50px!important;background:#fff!important;border:1px solid var(--bw-border-strong)!important;box-shadow:0 6px 18px #00000009!important;color:var(--bw-text)!important;font-size:15px!important;font-weight:720!important}.record-reactions-v124 .record-reaction-chips button.active,.record-reactions-v123 .record-reaction-chips button.active{background:var(--bw-surface-pressed)!important;border-color:var(--bw-border-strong)!important}.record-reactions-v124 .record-reaction-chips button:active,.record-reactions-v123 .record-reaction-chips button:active{transform:scale(.955)!important;background:#f4f7e8!important}.bw-celebration-layer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2147483640!important;pointer-events:none!important;overflow:hidden!important;width:100vw!important;height:100dvh!important;contain:strict!important}.bw-celebration-layer canvas{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.bw-celebration-label{position:fixed!important;left:50%!important;bottom:calc(102px + env(safe-area-inset-bottom))!important;transform:translate3d(-50%,34px,0) scale(.86)!important;padding:13px 22px!important;border-radius:999px!important;background:#111111f0!important;color:#fff!important;font-size:18px!important;line-height:20px!important;font-weight:800!important;letter-spacing:-.02em!important;box-shadow:0 18px 50px #00000038!important;animation:bwV125Label 1.85s cubic-bezier(.16,1,.3,1) forwards!important}@keyframes bwV125Label{0%{opacity:0;transform:translate3d(-50%,34px,0) scale(.86)}14%{opacity:1;transform:translate3d(-50%,0,0) scale(1)}66%{opacity:1;transform:translate3d(-50%,-8px,0) scale(1)}to{opacity:0;transform:translate3d(-50%,-72px,0) scale(.92)}}.reaction-burst,.reaction-burst-real-v124{display:none!important}.bw-main,.bw-alpha-plus-main{padding-bottom:calc(var(--bw-bottom-height) + env(safe-area-inset-bottom))!important}.record-content,.bw-profile-v124,.bw-secret-screen,.bw-wall-screen,.archive-screen{padding-bottom:24px!important}@media(prefers-reduced-motion:reduce){.bw-route-motion>*,.bw-celebration-label{animation-duration:1ms!important}}:root{--bw-motion-black: #111111;--bw-motion-lime: #b7ff00;--bw-motion-border: #e7e7e4;--bw-motion-soft: #f7f7f5}.bw-qr-reveal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483635;overflow:hidden;display:grid;place-items:center;background:#fff;color:var(--bw-motion-black);pointer-events:auto;opacity:0;contain:strict}.bw-qr-reveal .qr-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4;background:radial-gradient(circle at 16% 18%,rgba(183,255,0,.18),transparent 24%),radial-gradient(circle at 82% 78%,rgba(17,17,17,.055),transparent 22%),linear-gradient(180deg,#fff,#fbfbf8 62%,#fff)}.bw-qr-reveal .qr-flash{position:absolute;width:min(78vw,420px);aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,#b7ff0099,#b7ff0038 36%,#b7ff0000 70%);filter:blur(3px)}.bw-qr-reveal .qr-topline{position:absolute;top:calc(18px + env(safe-area-inset-top));left:18px;right:18px;display:flex;justify-content:space-between;gap:16px;font-size:11px;line-height:1;font-weight:850;letter-spacing:-.01em;color:#1111118a}.bw-qr-reveal .qr-copy{position:relative;z-index:2;width:min(88vw,420px);padding:0 8px;text-align:left;transform:translateY(-72px)}.bw-qr-reveal .qr-line{width:100%;height:2px;margin-bottom:18px;border-radius:999px;background:var(--bw-motion-black)}.bw-qr-reveal p{margin:0;letter-spacing:-.03em}.bw-qr-reveal .scan,.bw-qr-reveal .enjoy{font-size:clamp(16px,5vw,24px);line-height:1;font-weight:850;color:#11111194}.bw-qr-reveal .welcome{margin-top:16px;font-size:clamp(23px,7vw,36px);line-height:.96;font-weight:900;color:#111}.bw-qr-reveal .name{margin:4px 0 10px;font-size:clamp(54px,18vw,96px);line-height:.84;font-weight:950;letter-spacing:-.09em;color:#111}.bw-qr-reveal .qr-card-shell{position:absolute;z-index:3;left:50%;bottom:calc(34px + env(safe-area-inset-bottom));width:min(42vw,178px);transform:translate(-50%);border-radius:22px;box-shadow:0 26px 70px #00000038;transform-style:preserve-3d}.bw-qr-reveal .qr-card-shell img{display:block;width:100%;border-radius:inherit}.bw-qr-reveal .qr-card-fallback{aspect-ratio:2 / 3;border-radius:inherit;background:linear-gradient(135deg,#111,#3a3a3a)}.bw-celebration-layer-v126{background:transparent!important}.bw-celebration-layer-v126 .bw-lottie-pulse{position:fixed;left:50%;bottom:calc(126px + env(safe-area-inset-bottom));width:210px;height:210px;transform:translate(-50%);opacity:.94;mix-blend-mode:normal}.bw-celebration-layer-v126 .bw-celebration-label{background:#111!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}.bw-rive-slot{width:100%;height:100%;display:block}@media(prefers-reduced-motion:reduce){.bw-qr-reveal,.bw-celebration-layer-v126 .bw-lottie-pulse{display:none!important}}.bw-celebration-layer-v127{background:transparent!important;contain:strict!important;transform:translateZ(0)!important}.bw-celebration-layer-v127 canvas{transform:translateZ(0)!important;image-rendering:auto!important}.bw-celebration-layer-v127 .bw-celebration-label{background:#111!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 12px 32px #0003!important;animation-duration:1.45s!important}.bw-celebration-layer-v127 .bw-lottie-pulse,.bw-celebration-layer-v126 .bw-lottie-pulse{display:none!important}@media(max-width:760px),(pointer:coarse){.bw-celebration-layer-v127 .bw-celebration-label{bottom:calc(96px + env(safe-area-inset-bottom))!important;font-size:17px!important;padding:12px 20px!important}}:root{--bw-black: #111111;--bw-muted: #737373;--bw-line: #e7e7e4;--bw-soft: #f7f7f5;--bw-lime: #b6ff00}.bw-bottom-nav-restored{grid-template-columns:repeat(4,minmax(0,1fr))!important}.bw-qr-stage{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;min-height:100svh;width:100vw;overflow:hidden;background:#fff;color:var(--bw-black);pointer-events:auto;opacity:0;isolation:isolate;perspective:1200px;contain:layout paint style}.bw-qr-stage.preview{position:fixed}.qr-stage-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 42%,rgba(182,255,0,.075),transparent 24rem),linear-gradient(180deg,#fff,#fbfbf9);z-index:0}.qr-stage-frame{position:absolute;inset:clamp(18px,4vw,54px);border:1px solid rgba(17,17,17,.075);border-radius:clamp(28px,4.2vw,54px);z-index:1;pointer-events:none}.qr-stage-scan-line{position:absolute;left:50%;top:calc(50% - min(18vh,150px));width:min(68vw,520px);height:2px;border-radius:999px;transform:translate(-50%);background:linear-gradient(90deg,transparent,var(--bw-lime),#111,var(--bw-lime),transparent);z-index:3;opacity:0}.qr-stage-pulse{position:absolute;left:50%;top:calc(50% - min(18vh,150px));width:11px;height:11px;border-radius:50%;transform:translate(-50%,-50%);background:var(--bw-lime);box-shadow:0 0 0 8px #b6ff0029;z-index:4;opacity:0}.qr-stage-copy{position:absolute;z-index:5;top:clamp(88px,22svh,210px);left:50%;width:min(90vw,980px);transform:translate(-50%);text-align:center;transform-style:preserve-3d}.qr-stage-word,.qr-stage-line,.qr-stage-name,.qr-stage-meta{margin:0;will-change:transform,opacity,filter;backface-visibility:hidden}.qr-stage-word{display:flex;justify-content:center;overflow:hidden;font-size:clamp(32px,7vw,88px);line-height:.92;font-weight:900;letter-spacing:-.055em;text-transform:uppercase}.qr-stage-letter{display:inline-block;will-change:transform,opacity,filter}.qr-stage-line{position:absolute;inset-inline:0;top:0;font-size:clamp(28px,5.6vw,68px);line-height:.94;font-weight:900;letter-spacing:-.052em;text-transform:uppercase;opacity:0}.qr-stage-welcome{position:relative;top:auto;font-size:clamp(18px,3.2vw,38px);letter-spacing:-.035em;color:var(--bw-muted);margin-bottom:8px}.qr-stage-name{display:flex;justify-content:center;overflow:hidden;font-size:clamp(48px,12.8vw,154px);line-height:.78;font-weight:950;letter-spacing:-.082em;text-transform:uppercase;max-width:100%;white-space:nowrap}.qr-stage-name .qr-stage-letter{transform-origin:50% 75%}.qr-stage-meta{position:absolute;top:clamp(48px,9vw,88px);left:50%;transform:translate(-50%);font-size:12px;font-weight:900;letter-spacing:.12em;color:#8b8b8b;text-transform:uppercase;white-space:nowrap}.qr-stage-card{position:absolute;z-index:6;left:50%;bottom:clamp(72px,9svh,118px);width:min(42vw,330px);max-height:48svh;margin:0;transform:translate(-50%);border-radius:24px;filter:drop-shadow(0 28px 60px rgba(17,17,17,.16));will-change:transform,opacity,filter;transform-style:preserve-3d}.qr-stage-card img,.qr-stage-card-fallback{display:block;width:100%;max-height:48svh;object-fit:contain;border-radius:clamp(18px,3vw,28px)}.qr-stage-card-fallback{aspect-ratio:2/3;background:linear-gradient(135deg,#111 0 18%,var(--bw-lime) 18% 32%,#fff 32%);border:1px solid var(--bw-line)}@media(max-width:680px){.qr-stage-frame{top:14px;right:14px;bottom:14px;left:14px;border-radius:30px}.qr-stage-copy{top:18svh;width:94vw}.qr-stage-word{font-size:clamp(34px,10.6vw,54px);letter-spacing:-.064em}.qr-stage-line{font-size:clamp(32px,9.2vw,48px)}.qr-stage-welcome{font-size:clamp(18px,5.6vw,24px)}.qr-stage-name{font-size:clamp(52px,17vw,86px);white-space:normal;flex-wrap:wrap;row-gap:0}.qr-stage-card{width:min(70vw,310px);bottom:8.5svh;max-height:42svh}.qr-stage-card img,.qr-stage-card-fallback{max-height:42svh}}.motion-lab-page-v14{min-height:100svh;background:#fff}.motion-lab-info-v14{position:fixed;z-index:2147483100;left:20px;bottom:20px;display:grid;gap:6px;width:min(360px,calc(100vw - 40px));padding:14px 16px;border:1px solid var(--bw-line);border-radius:22px;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--bw-black);font-size:13px;line-height:1.35}.motion-lab-info-v14 strong{font-size:12px;letter-spacing:.13em}.motion-lab-info-v14 span{color:var(--bw-muted)}.motion-lab-info-v14 a{color:var(--bw-black);font-weight:900;text-decoration:none}@media(min-width:980px){.record-page{max-width:1180px!important;margin-inline:auto!important;padding-inline:34px!important;display:grid!important;grid-template-columns:minmax(360px,520px) minmax(360px,1fr)!important;grid-template-areas:"top top" "claim claim" "identity identity" "object content" "actions content"!important;column-gap:clamp(32px,5vw,76px)!important;align-items:start!important}.record-topline{grid-area:top}.qr-claim-status{grid-area:claim}.record-identity{grid-area:identity;text-align:left!important;max-width:980px!important;margin-inline:0!important}.record-identity h1{max-width:1000px!important;font-size:clamp(64px,8vw,118px)!important;letter-spacing:-.08em!important}.record-object{grid-area:object;position:sticky;top:28px;margin-top:0!important}.record-card-img{max-height:min(74vh,760px)!important;width:auto!important;margin-inline:0!important}.record-actions{grid-area:actions;justify-content:flex-start!important}.record-content{grid-area:content;margin-top:0!important;padding-top:0!important}}.bw-reaction-stage-v14{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483200;pointer-events:none;overflow:hidden;contain:layout paint style}.bw-reaction-label-v14{position:absolute;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 104px);transform:translate(-50%);padding:11px 19px 12px;border-radius:999px;background:#111;color:#fff;font-size:20px;font-weight:950;letter-spacing:-.04em;animation:bwReactionLabelV14 1.22s cubic-bezier(.2,.9,.18,1) both}.bw-reaction-origin-v14{position:absolute;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 120px);width:0;height:0}.bw-reaction-particle-v14{position:absolute;left:0;bottom:0;width:var(--s);height:var(--s);color:#111;animation:bwReactionParticleV14 var(--duration) cubic-bezier(.12,.78,.18,1) var(--delay) both;will-change:transform,opacity;transform:translateZ(0) scale(.4) rotate(0)}.bw-reaction-particle-v14 svg{display:block;width:100%;height:100%;fill:currentColor;stroke:currentColor;filter:drop-shadow(0 2px 0 rgba(255,255,255,.72))}@keyframes bwReactionParticleV14{0%{opacity:0;transform:translateZ(0) scale(.38) rotate(0)}12%{opacity:1}68%{opacity:1}to{opacity:0;transform:translate3d(calc(var(--x) + var(--drift)),var(--y),0) scale(1) rotate(var(--r))}}@keyframes bwReactionLabelV14{0%{opacity:0;transform:translate(-50%,14px) scale(.92);filter:blur(7px)}18%{opacity:1;transform:translate(-50%) scale(1);filter:blur(0)}72%{opacity:1;transform:translate(-50%,-3px) scale(1)}to{opacity:0;transform:translate(-50%,-12px) scale(.96);filter:blur(6px)}}.record-reaction-chips button.soft-pulse{animation:bwSoftPulseV14 .36s cubic-bezier(.2,.9,.18,1) both}@keyframes bwSoftPulseV14{0%{transform:scale(1)}42%{transform:scale(.965);box-shadow:inset 0 0 0 2px #b6ff00c7}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.bw-qr-stage *,.bw-reaction-stage-v14 *{animation:none!important;transition:none!important}}.record-state-v141{min-height:calc(100svh - 120px);display:grid;place-items:center;padding-inline:18px}.record-state-panel-v141{width:min(560px,100%);padding:34px 24px;border:1px solid rgba(17,17,17,.08);border-radius:28px;background:#ffffffc7;box-shadow:0 18px 60px #1111110f}.record-notice-v141{width:min(720px,calc(100% - 32px));margin:8px auto 14px;border:1px solid rgba(17,17,17,.08);border-radius:999px;background:#ffffffe0;color:#111111b8;font-size:13px;line-height:1.25;padding:10px 14px;text-align:center}.record-card-fallback-v141{width:min(430px,100%);aspect-ratio:2 / 3;margin:0 auto;border-radius:32px;border:1px solid rgba(17,17,17,.1);background:radial-gradient(circle at 50% 24%,rgba(191,255,0,.18),transparent 34%),linear-gradient(180deg,#fff,#f4f4f1);display:grid;place-items:center;overflow:hidden;text-align:center;color:#111;box-shadow:0 22px 70px #11111114}.record-card-fallback-v141 img{width:88px;height:88px;object-fit:cover;border-radius:28px;filter:grayscale(.12);opacity:.86}.record-card-fallback-v141 div{width:min(300px,82%);display:grid;gap:8px;justify-items:center}.record-card-fallback-v141 span{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#11111185}.record-card-fallback-v141 strong{font-size:clamp(24px,5vw,36px);line-height:.96;letter-spacing:-.04em}.record-card-fallback-v141 small{font-size:13px;color:#11111194}.bw-find-empty-v141{margin:22px 0 12px;padding:22px;border:1px dashed rgba(17,17,17,.16);border-radius:24px;display:grid;gap:6px;background:#ffffffb8}.bw-find-empty-v141 strong{font-size:18px;letter-spacing:-.03em}.bw-find-empty-v141 span{color:#11111194;font-size:14px;line-height:1.35}.bw-qr-stage-v15{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;overflow:hidden;background:#fff;color:#101010;perspective:1200px;isolation:isolate;min-height:100svh;width:100vw}html.qr-reveal-lock-v154,body.qr-reveal-lock-v154{overflow:hidden!important;overscroll-behavior:none}.bw-qr-stage-v15.preview{position:relative;min-height:100svh}.qr-v15-stage-frame{position:absolute;inset:clamp(12px,3vw,36px);border:1px solid rgba(17,17,17,.12);border-radius:clamp(24px,5vw,58px);background:radial-gradient(circle at 50% 45%,rgba(17,17,17,.045),transparent 34%),#fff;box-shadow:inset 0 0 0 1px #fffc,0 35px 100px #0000000e;z-index:1}.qr-v15-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 68%);mask-image:radial-gradient(circle at center,#000,transparent 68%);z-index:0}.qr-v15-ring-svg{position:absolute;width:min(82vw,560px);height:min(82vw,560px);z-index:2;overflow:visible}.qr-v15-ring{fill:none;stroke:#11111138;stroke-width:1.4;stroke-linecap:round}.qr-v15-scan-line{position:absolute;width:min(72vw,520px);height:2px;top:calc(50% - 82px);left:50%;translate:-50% 0;background:linear-gradient(90deg,transparent,rgba(17,17,17,.18),#111,rgba(17,17,17,.18),transparent);box-shadow:0 0 20px #11111129;z-index:7}.qr-v15-scan-dot{position:absolute;top:calc(50% - 82px);left:calc(50% - min(36vw,260px));width:9px;height:9px;border-radius:999px;background:#111;box-shadow:0 0 0 10px #11111114,0 0 30px #11111138;z-index:8}.qr-v15-copy{position:absolute;z-index:6;text-align:center;display:grid;justify-items:center;gap:8px;transform-style:preserve-3d}.qr-v15-scan,.qr-v15-found,.qr-v15-welcome{font-size:clamp(34px,7.4vw,82px);line-height:.88;font-weight:900;letter-spacing:-.075em;text-transform:uppercase;overflow:hidden}.qr-v15-found{position:absolute;white-space:nowrap;letter-spacing:-.055em}.qr-v15-code,.qr-v15-side-data{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#11111180;font-weight:800}.qr-v15-side-data{position:absolute;top:58px;display:flex;gap:14px;white-space:nowrap}.qr-v15-name{margin:0;font-size:clamp(58px,13.6vw,148px);line-height:.78;font-weight:950;letter-spacing:-.105em;text-transform:uppercase;overflow:hidden;max-width:96vw}.qr-v15-card{position:absolute;z-index:9;width:min(56vw,340px);aspect-ratio:2/3;border-radius:26px;overflow:hidden;margin:0;box-shadow:0 34px 100px #00000038,0 0 0 1px #fffc;background:#f7f7f5;transform-style:preserve-3d}.qr-v15-card img{width:100%;height:100%;object-fit:cover;display:block}.qr-v15-card-shadow{position:absolute;z-index:5;width:min(54vw,340px);aspect-ratio:2/3;border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,.18),transparent 65%);filter:blur(18px);transform:translateY(120px)}.trace-impact-layer-v15{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none;opacity:0}.trace-impact-layer-v15 svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.trace-path-main{fill:none;stroke:#b7ff00e0;stroke-width:.28;stroke-linecap:round;filter:drop-shadow(0 0 14px rgba(183,255,0,.4))}.trace-dot{position:absolute;left:82%;top:24%;width:12px;height:12px;border-radius:999px;background:#b7ff00;box-shadow:0 0 0 12px #b7ff0024,0 0 30px #b7ff00cc}.trace-ring{position:absolute;left:48%;top:44%;width:210px;height:210px;margin:-105px 0 0 -105px;border:1px solid rgba(183,255,0,.48);border-radius:999px}.trace-word{position:absolute;left:50%;top:34%;transform:translate(-50%);padding:10px 14px;border-radius:999px;background:#ffffffe6;border:1px solid rgba(17,17,17,.12);font-size:12px;font-weight:900;letter-spacing:.04em;box-shadow:0 14px 40px #0000001a}.record-reaction-chips button{display:inline-flex;align-items:center;gap:8px;justify-content:center}.record-reaction-chips button b{min-width:18px;height:18px;display:inline-grid;place-items:center;border-radius:999px;background:#11111114;font-size:11px}.record-reaction-chips button.active b{background:#b7ff0061}.record-notice-v15{left:50%;right:auto;transform:translate(-50%);width:max-content;max-width:calc(100vw - 32px);opacity:.96}.gsap-card-flight-stage-v15{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;pointer-events:none;opacity:0}.gsap-card-flight-shade-v15{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.gsap-card-flight-object-v15{position:fixed;margin:0;overflow:hidden;border-radius:22px;background:#f7f7f5;box-shadow:0 26px 70px #0003;transform-origin:center}.gsap-card-flight-object-v15 img{width:100%;height:100%;object-fit:cover;display:block}.gsap-card-flight-object-v15 figcaption{position:absolute;left:14px;right:14px;bottom:14px;display:grid;gap:3px;padding:10px 12px;border-radius:16px;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #0000001f}.gsap-card-flight-object-v15 figcaption span{font-size:9px;letter-spacing:.14em;font-weight:900;color:#11111180}.gsap-card-flight-object-v15 figcaption strong{font-size:15px;line-height:1;color:#111}.wall-mode-tabs-v15{display:flex;gap:8px;justify-content:center;margin:18px auto}.wall-mode-tabs-v15 button{border:1px solid rgba(17,17,17,.12);background:#ffffffe0;border-radius:999px;padding:10px 14px;font-weight:900;color:#111}.wall-mode-tabs-v15 button.active{background:#111;color:#fff}.wall-top-strip-v15{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;width:min(1050px,calc(100vw - 28px));margin:0 auto 24px}.wall-top-row-v15{display:grid;grid-template-columns:30px 42px 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(17,17,17,.1);border-radius:18px;background:#ffffffd6;text-decoration:none;color:#111;box-shadow:0 14px 40px #0000000d}.wall-top-row-v15 img{width:42px;height:54px;border-radius:10px;object-fit:cover}.wall-top-row-v15 b{font-size:11px;color:#11111173}.wall-top-row-v15 span{font-weight:900;line-height:1.05}.wall-top-row-v15 small{display:block;margin-top:3px;font-size:10px;color:#1111117a}.wall-top-row-v15 strong{min-width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#b7ff00;font-size:12px}.wall-card-trace-badge-v15{position:absolute;top:10px;right:10px;min-width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:#b7ff00;color:#111;font-weight:950;font-size:12px;box-shadow:0 8px 20px #0003}.bw-wall-card-only{position:relative}.motion-lab-trace-v15,.motion-lab-flip-v15{min-height:100svh;padding:28px 18px 100px;display:grid;align-content:start;gap:26px;background:#fff;color:#111}.motion-lab-trace-v15 header,.motion-lab-flip-v15 header{max-width:820px;margin:0 auto;text-align:center}.motion-lab-trace-v15 p,.motion-lab-flip-v15 p{font-size:11px;letter-spacing:.16em;font-weight:950;color:#1111117a}.motion-lab-trace-v15 h1,.motion-lab-flip-v15 h1{margin:0;font-size:clamp(42px,9vw,96px);letter-spacing:-.08em;line-height:.86}.motion-lab-trace-card-v15{width:min(860px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(180px,300px) 1fr;gap:20px;align-items:center}.motion-lab-fake-card-v15{aspect-ratio:2/3;border-radius:28px;display:grid;place-items:center;text-align:center;background:#111;color:#b7ff00;font-size:32px;font-weight:950;letter-spacing:-.06em;box-shadow:0 28px 80px #0000002e}.motion-lab-trace-buttons-v15{display:flex;flex-wrap:wrap;gap:10px}.motion-lab-trace-buttons-v15 button{border:1px solid rgba(17,17,17,.12);background:#fff;border-radius:999px;padding:12px 16px;font-weight:900}.motion-lab-flip-grid-v15{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px}.motion-lab-flip-grid-v15 button{border:0;background:transparent;padding:0;border-radius:22px;overflow:hidden;box-shadow:0 18px 50px #0000001f;cursor:pointer}.motion-lab-flip-grid-v15 img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}@media(max-width:680px){.qr-v15-card{width:min(68vw,290px);border-radius:22px}.qr-v15-side-data{display:none}.qr-v15-scan-line,.qr-v15-scan-dot{top:calc(50% - 58px)}.motion-lab-trace-card-v15{grid-template-columns:1fr}}.trace-impact-layer-v151{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99990;pointer-events:none;opacity:0;overflow:hidden}.trace-halo-v151{position:fixed;width:118px;height:118px;border-radius:999px;border:1px solid rgba(183,255,0,.62);background:radial-gradient(circle,rgba(183,255,0,.18),transparent 58%);box-shadow:0 0 40px #b7ff0038}.trace-core-v151{position:fixed;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:9px 13px 9px 10px;border-radius:999px;background:#fffffff0;border:1px solid rgba(17,17,17,.1);box-shadow:0 18px 55px #0000001f;color:#111;white-space:nowrap}.trace-core-v151 b{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#b7ff00;font-size:13px;line-height:1}.trace-core-v151 strong{font-size:12px;font-weight:950;letter-spacing:.02em}.trace-particle-v151{position:fixed;max-width:110px;padding:6px 9px;border-radius:999px;background:#ffffffe0;border:1px solid rgba(17,17,17,.08);box-shadow:0 10px 30px #0000001a;color:#111;font-size:10px;font-weight:900;letter-spacing:.03em;white-space:nowrap}.trace-particle-v151:nth-of-type(3n){width:22px;height:22px;padding:0;display:grid;place-items:center;background:#b7ff00;font-size:12px}.wall-v151-clean .wall-v4-grid{margin-top:24px}.bw-profile-v151-stable .bw-profile-card,.bw-profile-v151-stable .bw-profile-empty,.bw-profile-v151-stable .bw-profile-stats>div,.bw-profile-v151-stable .bw-trace-leaderboard-row{opacity:1;transform:none;filter:none}.record-reactions-v124 .record-reactions-head>span,.record-reaction-chips button>b{display:none!important}.record-reaction-chips button{position:relative;overflow:hidden}.record-reaction-chips button.soft-pulse:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;border:1px solid rgba(183,255,0,.85);box-shadow:0 0 0 8px #b7ff001f;pointer-events:none;animation:trace-chip-ring-v152 .36s ease-out forwards}@keyframes trace-chip-ring-v152{0%{opacity:0;transform:scale(.94)}25%{opacity:1}to{opacity:0;transform:scale(1.08)}}.trace-impact-layer-v152{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;pointer-events:none;opacity:0;overflow:hidden}.trace-ring-v152,.trace-pop-v152,.trace-spark-v152{position:fixed;top:0;left:0;will-change:transform,opacity,filter}.trace-ring-v152{width:132px;height:132px;border-radius:999px;border:1.5px solid rgba(183,255,0,.9);background:radial-gradient(circle,rgba(183,255,0,.25),rgba(183,255,0,.1) 34%,transparent 66%);box-shadow:0 0 56px #b7ff0042}.trace-pop-v152{min-height:44px;display:inline-flex;align-items:center;gap:9px;padding:10px 15px 10px 11px;border-radius:999px;background:#111;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 70px #0000003d;white-space:nowrap}.trace-pop-v152 b{width:25px;height:25px;display:inline-grid;place-items:center;border-radius:999px;background:#b7ff00;color:#111;font-size:14px;line-height:1}.trace-pop-v152 strong{font-size:13px;font-weight:950;letter-spacing:.01em}.trace-spark-v152{max-width:120px;padding:7px 10px;border-radius:999px;background:#fffffff5;border:1px solid rgba(17,17,17,.09);box-shadow:0 14px 38px #00000024;color:#111;font-size:10px;font-weight:950;letter-spacing:.025em;white-space:nowrap}.trace-spark-v152:nth-of-type(4n){width:25px;height:25px;padding:0;display:grid;place-items:center;background:#b7ff00;font-size:13px}.bw-profile-v152-minimal .bw-profile-stats,.bw-profile-v152-minimal .bw-trace-leaderboard,.bw-profile-v152-minimal .bw-profile-empty-small,.record-text-block,.record-quote-block{display:none!important}.bw-person-avatar{background:#f2f2ef!important;object-fit:cover!important}.bw-person-row .bw-person-preview{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-prep-note-v153{margin:0 18px 14px;padding:14px 16px;border-radius:20px;border:1px solid rgba(17,17,17,.09);background:#ffffffc7;display:grid;gap:4px}.record-prep-note-v153 strong{font-size:13px;letter-spacing:.08em;text-transform:uppercase}.record-prep-note-v153 span{color:var(--bw-muted);font-size:14px;line-height:1.35}.bw-qr-stage-v15{background:#fff;align-items:center;padding:max(14px,env(safe-area-inset-top)) 14px max(16px,env(safe-area-inset-bottom))}.bw-qr-stage-v15 .qr-v15-stage-frame{inset:max(12px,env(safe-area-inset-top)) 14px max(12px,env(safe-area-inset-bottom));border-radius:clamp(28px,7vw,58px);background:radial-gradient(circle at 50% 54%,rgba(17,17,17,.035),transparent 36%),#fff;box-shadow:inset 0 0 0 1px #ffffffe6,0 28px 80px #0000000b}.bw-qr-stage-v15 .qr-v15-ring-svg,.bw-qr-stage-v15 .qr-v15-scan-line,.bw-qr-stage-v15 .qr-v15-scan-dot{display:none!important}.bw-qr-stage-v15 .qr-v15-grid{background-size:54px 54px;opacity:.35}.bw-qr-stage-v15 .qr-v15-copy{width:min(92vw,760px);max-width:calc(100vw - 34px);gap:7px}.bw-qr-stage-v15 .qr-v15-scan,.bw-qr-stage-v15 .qr-v15-found{font-size:clamp(22px,5.2vw,48px);letter-spacing:-.035em;line-height:.92;color:#111111b8}.bw-qr-stage-v15 .qr-v15-found{width:max-content;max-width:calc(100vw - 34px)}.bw-qr-stage-v15 .qr-v15-code{font-size:10px;letter-spacing:.24em;color:#1111116b}.bw-qr-stage-v15 .qr-v15-side-data{display:none!important}.bw-qr-stage-v15 .qr-v15-welcome{font-size:clamp(24px,5.8vw,56px);letter-spacing:-.055em;line-height:.9;color:#111111bd}.bw-qr-stage-v15 .qr-v15-name{width:100%;max-width:calc(100vw - 42px);font-size:clamp(42px,11vw,118px);line-height:.82;letter-spacing:-.082em;overflow:visible;text-align:center;color:#0f0f0f;text-wrap:balance}.bw-qr-stage-v15 .qr-v15-card{width:min(70vw,330px);max-height:min(58svh,500px);border-radius:24px;background:transparent;box-shadow:0 24px 80px #0000002e}.bw-qr-stage-v15 .qr-v15-card img{object-fit:contain;background:transparent}.bw-qr-stage-v15 .qr-v15-card-shadow{width:min(66vw,330px);border-radius:32px;background:radial-gradient(ellipse,rgba(0,0,0,.13),transparent 66%);filter:blur(22px)}@media(max-width:680px){.bw-qr-stage-v15{place-items:center;padding-inline:12px}.bw-qr-stage-v15 .qr-v15-stage-frame{inset:max(84px,env(safe-area-inset-top)) 14px max(72px,env(safe-area-inset-bottom))}.bw-qr-stage-v15 .qr-v15-copy{width:calc(100vw - 42px)}.bw-qr-stage-v15 .qr-v15-name{font-size:clamp(40px,10.6vw,58px);letter-spacing:-.074em;max-width:calc(100vw - 48px)}.bw-qr-stage-v15 .qr-v15-welcome{font-size:clamp(22px,5.2vw,34px)}.bw-qr-stage-v15 .qr-v15-scan,.bw-qr-stage-v15 .qr-v15-found{font-size:clamp(22px,5.3vw,30px)}.bw-qr-stage-v15 .qr-v15-card{width:min(78vw,310px);max-height:56svh;border-radius:22px}}
