@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}: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}}.bw-qr-stage-v15{background:#fff!important}.bw-qr-stage-v15 .qr-v15-stage-frame{background:radial-gradient(circle at 50% 49%,rgba(17,17,17,.028),transparent 34%),#fff!important;box-shadow:inset 0 0 0 1px #11111112,0 30px 90px #0000000e!important}.bw-qr-stage-v15 .qr-v15-copy{z-index:8;display:grid;place-items:center;gap:7px;padding:16px 12px 18px;border-radius:30px;background:radial-gradient(circle at 50% 55%,#ffffffc7,#ffffff7a 48%,#fff0 72%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bw-qr-stage-v15 .qr-v15-scan,.bw-qr-stage-v15 .qr-v15-found{color:#111111d1!important;font-weight:950!important;text-transform:uppercase;text-shadow:0 1px 0 rgba(255,255,255,.8)}.bw-qr-stage-v15 .qr-v15-code{color:#11111180!important;font-weight:900!important}.bw-qr-stage-v15 .qr-v15-welcome{color:#111!important;font-weight:950!important;letter-spacing:-.062em!important;text-shadow:0 1px 0 rgba(255,255,255,.7),0 12px 34px rgba(255,255,255,.64)}.bw-qr-stage-v15 .qr-v15-name{color:#050505!important;font-weight:1000!important;letter-spacing:-.088em!important;text-shadow:0 1px 0 rgba(255,255,255,.7),0 18px 46px rgba(255,255,255,.8)}.bw-qr-stage-v15 .qr-v15-card{z-index:4;box-shadow:0 28px 90px #0003!important;will-change:transform,opacity,filter}.bw-qr-stage-v15 .qr-v15-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,#ffffff14,#fff0 42%,#ffffff1a)}.bw-qr-stage-v15 .qr-v15-card img{opacity:1!important}@media(max-width:680px){.bw-qr-stage-v15 .qr-v15-stage-frame{inset:max(82px,env(safe-area-inset-top)) 14px max(76px,env(safe-area-inset-bottom))!important}.bw-qr-stage-v15 .qr-v15-copy{width:calc(100vw - 34px)!important;max-width:calc(100vw - 34px)!important}.bw-qr-stage-v15 .qr-v15-scan,.bw-qr-stage-v15 .qr-v15-found{font-size:clamp(26px,7.4vw,40px)!important;letter-spacing:-.045em!important}.bw-qr-stage-v15 .qr-v15-welcome{font-size:clamp(30px,8.2vw,48px)!important;line-height:.9!important}.bw-qr-stage-v15 .qr-v15-name{font-size:clamp(54px,15.6vw,78px)!important;line-height:.78!important;max-width:calc(100vw - 28px)!important}.bw-qr-stage-v15 .qr-v15-card{width:min(86vw,336px)!important;max-height:64svh!important;border-radius:25px!important}}.record-text-block,.record-quote-block,.record-tags,.bw-trace-leaderboard,.bw-trace-leaderboard-profile,.bw-profile-stats,.wall-top-strip-v15,.wall-mode-tabs-v15,.wall-card-trace-badge-v15{display:none!important}.record-identity p:not(.record-kicker){color:#11111185!important;font-weight:750!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:clamp(11px,2.4vw,13px)!important}.record-facts-v19 strong{color:#111!important}.record-related-v19{margin:16px 18px 0;padding:16px;border-radius:24px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 14px 42px #0000000a}.record-related-head-v19{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.record-related-head-v19 span{font-size:11px;line-height:1;letter-spacing:.16em;text-transform:uppercase;font-weight:950;color:#1111117a}.record-related-grid-v19{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.record-related-card-v19{min-width:0;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:10px;border-radius:18px;border:1px solid rgba(17,17,17,.07);background:#fafaf8;color:#111;text-decoration:none;-webkit-tap-highlight-color:transparent}.record-related-card-v19 img{grid-row:1 / span 2;width:48px;height:48px;border-radius:999px;object-fit:cover;background:#f1f1ed}.record-related-card-v19 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:16px;font-weight:860}.record-related-card-v19 small{margin-top:2px;font-size:11px;color:#11111180;font-weight:760}.record-reactions.record-reactions-v124,.record-reactions.record-reactions-v123{margin:18px 18px 0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.record-reactions-v124 .record-reactions-head,.record-reactions-v123 .record-reactions-head{display:none!important}.record-reactions-v124 .record-reaction-chips,.record-reactions-v123 .record-reaction-chips{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.record-reactions-v124 .record-reaction-chips button,.record-reactions-v123 .record-reaction-chips button{min-height:58px!important;border-radius:999px!important;border:1px solid rgba(17,17,17,.1)!important;background:#111!important;color:#fff!important;box-shadow:0 18px 54px #00000029!important;font-size:15px!important;font-weight:950!important;letter-spacing:.045em!important;text-transform:uppercase!important}.record-reactions-v124 .record-reaction-chips button.active,.record-reactions-v123 .record-reaction-chips button.active{background:#f3f3ef!important;color:#111!important;border-color:#11111124!important;box-shadow:inset 0 0 0 1px #11111108!important}.record-reactions-v124 .record-reaction-chips button.soft-pulse:after,.record-reactions-v123 .record-reaction-chips button.soft-pulse:after{border-color:#1116!important;box-shadow:0 0 0 9px #11111114!important}.trace-impact-layer-v19{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483200;pointer-events:none;opacity:0;overflow:hidden}.trace-ring-v19,.trace-stamp-v19,.trace-spark-v19{position:fixed;top:0;left:0;will-change:transform,opacity,filter}.trace-ring-v19{width:142px;height:142px;border-radius:999px;border:1.5px solid rgba(17,17,17,.18);background:radial-gradient(circle,rgba(17,17,17,.08),rgba(17,17,17,.035) 34%,transparent 68%);box-shadow:0 0 52px #0000001a}.trace-stamp-v19{min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:11px 18px 11px 12px;border-radius:999px;background:#111;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 80px #00000042;white-space:nowrap}.trace-stamp-v19 b{width:27px;height:27px;display:inline-grid;place-items:center;border-radius:999px;background:#fff;color:#111;font-size:14px;line-height:1}.trace-stamp-v19 strong{font-size:13px;font-weight:950;letter-spacing:.07em}.trace-spark-v19{min-width:24px;height:24px;padding:0 9px;display:inline-grid;place-items:center;border-radius:999px;background:#fffffffa;border:1px solid rgba(17,17,17,.09);box-shadow:0 14px 38px #00000024;color:#111;font-size:10px;font-weight:950;letter-spacing:.04em;white-space:nowrap}.bw-qr-stage-v19{background:#fff!important;color:#050505!important;place-items:center!important}.bw-qr-stage-v19 .qr-v15-stage-frame{inset:max(12px,env(safe-area-inset-top)) 14px max(12px,env(safe-area-inset-bottom))!important;border:1px solid rgba(17,17,17,.08)!important;background:radial-gradient(circle at 50% 50%,rgba(17,17,17,.018),transparent 36%),#fff!important;box-shadow:inset 0 0 0 1px #ffffffe6,0 30px 90px #0000000b!important}.bw-qr-stage-v19 .qr-v15-grid{opacity:.26!important;background-size:58px 58px!important}.bw-qr-stage-v19 .qr-v15-copy{z-index:9!important;width:min(94vw,880px)!important;max-width:calc(100vw - 28px)!important;padding:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none}.bw-qr-stage-v19 .qr-v15-scan,.bw-qr-stage-v19 .qr-v15-found{color:#111!important;font-size:clamp(30px,7.2vw,74px)!important;line-height:.9!important;font-weight:980!important;letter-spacing:-.06em!important;text-shadow:none!important}.bw-qr-stage-v19 .qr-v15-code{color:#1111117a!important;font-size:10px!important;letter-spacing:.24em!important;font-weight:950!important}.bw-qr-stage-v19 .qr-v15-welcome{color:#070707!important;font-size:clamp(40px,10vw,112px)!important;line-height:.82!important;font-weight:1000!important;letter-spacing:-.085em!important;text-shadow:none!important}.bw-qr-stage-v19 .qr-v15-name{color:#000!important;width:100%!important;max-width:calc(100vw - 24px)!important;font-size:clamp(74px,18vw,184px)!important;line-height:.74!important;font-weight:1000!important;letter-spacing:-.105em!important;overflow:visible!important;text-align:center!important;text-shadow:none!important;text-wrap:balance}.bw-qr-stage-v19 .qr-v15-card{z-index:7!important;width:min(72vw,360px)!important;max-height:min(68svh,560px)!important;border-radius:26px!important;background:#f7f7f5!important;box-shadow:0 30px 100px #00000038!important}.bw-qr-stage-v19 .qr-v15-card img{width:100%!important;height:100%!important;object-fit:contain!important;opacity:1!important;background:#f7f7f5!important}.bw-qr-stage-v19 .qr-v15-card:after{display:none!important}.bw-qr-stage-v19 .qr-v15-card-shadow{z-index:6!important;width:min(66vw,350px)!important;border-radius:34px!important;background:radial-gradient(ellipse,rgba(0,0,0,.16),transparent 66%)!important;filter:blur(22px)!important}@media(max-width:680px){.record-related-grid-v19{grid-template-columns:1fr}.bw-qr-stage-v19 .qr-v15-stage-frame{inset:max(78px,env(safe-area-inset-top)) 12px max(72px,env(safe-area-inset-bottom))!important}.bw-qr-stage-v19 .qr-v15-scan,.bw-qr-stage-v19 .qr-v15-found{font-size:clamp(30px,8.7vw,44px)!important}.bw-qr-stage-v19 .qr-v15-welcome{font-size:clamp(44px,13vw,68px)!important}.bw-qr-stage-v19 .qr-v15-name{font-size:clamp(70px,20vw,104px)!important;letter-spacing:-.108em!important;max-width:calc(100vw - 18px)!important}.bw-qr-stage-v19 .qr-v15-card{width:min(86vw,350px)!important;max-height:66svh!important}}.record-actions.record-actions-v191{margin:14px 18px 0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0!important}.record-action.record-action-round-v191,.record-actions-v191 .record-action.icon{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;padding:0!important;background:#ffffffeb!important;color:#111!important;border:1px solid rgba(17,17,17,.1)!important;box-shadow:0 18px 42px #00000014!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;transition:transform .18s cubic-bezier(.2,.8,.2,1),border-color .18s ease,background .18s ease,box-shadow .18s ease!important}.record-action.record-action-round-v191:active,.record-actions-v191 .record-action.icon:active,.trace-action-v191:active{transform:scale(.94)!important}.trace-action-v191{min-height:54px!important;height:54px!important;flex:0 1 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(17,17,17,.12)!important;background:#111!important;color:#fff!important;box-shadow:0 20px 58px #0000002e!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.065em!important;text-transform:uppercase!important;white-space:nowrap!important;-webkit-tap-highlight-color:transparent!important;transition:transform .18s cubic-bezier(.2,.8,.2,1),background .18s ease,color .18s ease,box-shadow .18s ease!important}.trace-action-v191.active{background:#f3f3ef!important;color:#111!important;border-color:#11111124!important;box-shadow:inset 0 0 0 1px #11111108,0 14px 34px #0000000f!important}.trace-action-v191.soft-pulse{animation:traceActionPulseV191 .52s cubic-bezier(.2,.8,.2,1)}@keyframes traceActionPulseV191{0%{transform:scale(.94)}42%{transform:scale(1.035)}to{transform:scale(1)}}.record-reactions.record-reactions-v124,.record-reactions.record-reactions-v123{display:none!important}.record-related-v19{margin:18px 18px 0!important;padding:15px 0 16px 16px!important;border-radius:26px!important;background:linear-gradient(180deg,#fffffffa,#f8f8f4eb)!important;border:1px solid rgba(17,17,17,.08)!important;box-shadow:0 16px 46px #0000000e!important;overflow:hidden!important}.record-related-head-v19{margin:0 16px 12px 0!important}.record-related-head-v19 span{color:#11111173!important;letter-spacing:.19em!important;font-size:10px!important}.record-related-grid-v19{display:flex!important;grid-template-columns:none!important;gap:11px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:1px 16px 2px 0!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.record-related-grid-v19::-webkit-scrollbar{display:none!important}.record-related-card-v19{scroll-snap-align:start!important;flex:0 0 126px!important;min-width:126px!important;min-height:156px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-end!important;gap:6px!important;padding:10px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,17,17,.085)!important;box-shadow:0 12px 32px #0000000f!important;transform:translateZ(0)!important;transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s ease!important}.record-related-card-v19:active{transform:scale(.975) translateZ(0)!important}.record-related-card-v19 img{grid-row:auto!important;width:76px!important;height:76px!important;border-radius:18px!important;object-fit:cover!important;background:#f2f2ee!important;box-shadow:inset 0 0 0 1px #11111114!important}.record-related-card-v19 strong{width:100%!important;font-size:13px!important;line-height:14px!important;font-weight:920!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.record-related-card-v19 small{font-size:10px!important;line-height:1!important;font-weight:860!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#11111175!important}.trace-ring-v19{width:168px!important;height:168px!important;border-color:#11111138!important;background:radial-gradient(circle,rgba(17,17,17,.11),rgba(17,17,17,.035) 38%,transparent 70%)!important}.trace-stamp-v19{min-height:52px!important;padding:12px 20px 12px 12px!important;box-shadow:0 28px 90px #00000047!important}.trace-stamp-v19 strong{font-size:13px!important;letter-spacing:.08em!important}.trace-spark-v19{background:#fff!important;color:#111!important;border-color:#1111111f!important}.bw-qr-stage-v19 .qr-v15-copy{width:min(90vw,820px)!important;max-width:calc(100vw - 34px)!important;display:grid!important;place-items:center!important;text-align:center!important}.bw-qr-stage-v19 .qr-v15-scan,.bw-qr-stage-v19 .qr-v15-found,.bw-qr-stage-v19 .qr-v15-welcome{width:100%!important;max-width:min(88vw,760px)!important;color:#050505!important;font-size:clamp(42px,8.6vw,96px)!important;line-height:.88!important;font-weight:1000!important;letter-spacing:-.075em!important;text-align:center!important;overflow:visible!important;text-wrap:balance!important}.bw-qr-stage-v19 .qr-v15-code{margin-top:10px!important;color:#11111185!important;font-size:10px!important;letter-spacing:.24em!important}.bw-qr-stage-v19 .qr-v15-name{max-width:min(92vw,820px)!important;color:#000!important;font-size:clamp(58px,13.5vw,156px)!important;line-height:.78!important;letter-spacing:-.09em!important;text-align:center!important;overflow:visible!important;text-wrap:balance!important}.bw-qr-stage-v19 .qr-v15-card{width:min(78vw,380px)!important;max-height:min(70svh,580px)!important;will-change:transform,opacity,filter!important}.bw-qr-stage-v19 .qr-v15-stage-frame{will-change:transform,opacity!important}@media(max-width:680px){.record-actions.record-actions-v191{margin-top:12px!important;gap:9px!important}.record-action.record-action-round-v191,.record-actions-v191 .record-action.icon{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important}.trace-action-v191{height:52px!important;min-height:52px!important;padding:0 15px!important;font-size:11px!important;letter-spacing:.055em!important}.record-related-v19{margin:16px 14px 0!important;border-radius:24px!important}.record-related-card-v19{flex-basis:122px!important;min-width:122px!important;min-height:152px!important}.bw-qr-stage-v19 .qr-v15-stage-frame{inset:max(76px,env(safe-area-inset-top)) 12px max(72px,env(safe-area-inset-bottom))!important}.bw-qr-stage-v19 .qr-v15-scan,.bw-qr-stage-v19 .qr-v15-found,.bw-qr-stage-v19 .qr-v15-welcome{font-size:clamp(42px,10.8vw,58px)!important;line-height:.9!important;letter-spacing:-.072em!important;max-width:calc(100vw - 32px)!important}.bw-qr-stage-v19 .qr-v15-name{font-size:clamp(54px,15.6vw,76px)!important;line-height:.82!important;letter-spacing:-.078em!important;max-width:calc(100vw - 24px)!important}.bw-qr-stage-v19 .qr-v15-card{width:min(84vw,342px)!important;max-height:64svh!important}}.record-object{position:relative!important;background:radial-gradient(circle at 50% 28%,#ffffffeb,#f5f5efb8 42%,#eeeee88c)!important;overflow:hidden!important;contain:layout paint!important}.record-object:before{content:""!important;position:absolute!important;top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;border-radius:inherit!important;background:linear-gradient(110deg,#ffffff14,#00000009,#ffffff29)!important;background-size:220% 100%!important;opacity:.62!important;animation:cardLoadSheenV192 1.1s ease-in-out infinite!important;pointer-events:none!important}.record-card-img,.record-photo-img{position:relative!important;z-index:1!important;background:transparent!important;content-visibility:auto!important}.record-card-img[src],.record-photo-img[src]{animation:cardImageInV192 .34s cubic-bezier(.2,.8,.2,1) both!important}@keyframes cardLoadSheenV192{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes cardImageInV192{0%{opacity:0;transform:translate3d(0,8px,0) scale(.992);filter:blur(6px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}.record-brand-mark img,.bw-brand-lockup img{image-rendering:auto!important}.record-actions.record-actions-v191{margin:12px 16px 0!important;gap:8px!important}.trace-action-v191{min-width:min(210px,calc(100vw - 136px))!important;padding:0 18px!important;background:#050505!important;border-color:#000000e6!important;box-shadow:0 22px 64px #00000038,inset 0 0 0 1px #ffffff14!important}.trace-action-v191 svg{filter:drop-shadow(0 0 8px rgba(205,255,0,.25))!important}.trace-action-v191 span{transform:translateY(.5px)!important}.trace-action-v191.active{background:#111!important;color:#fff!important;border-color:#ffffff29!important;box-shadow:0 22px 64px #0000003d,inset 0 0 0 1px #cdff002e!important}.trace-action-v191.soft-pulse{animation:traceActionHitV192 .58s cubic-bezier(.16,1,.3,1)!important}@keyframes traceActionHitV192{0%{transform:scale(.92)}34%{transform:scale(1.055)}58%{transform:scale(.99)}to{transform:scale(1)}}.trace-impact-layer-v192{mix-blend-mode:normal!important}.trace-flash-v192{position:fixed!important;top:0!important;left:0!important;width:190px!important;height:190px!important;border-radius:999px!important;background:radial-gradient(circle,rgba(205,255,0,.34),rgba(255,255,255,.38) 22%,rgba(17,17,17,.1) 48%,transparent 72%)!important;will-change:transform,opacity!important}.trace-impact-layer-v192 .trace-ring-v19{width:210px!important;height:210px!important;border:1.5px solid rgba(17,17,17,.22)!important;background:radial-gradient(circle,rgba(205,255,0,.18),rgba(17,17,17,.07) 36%,transparent 70%)!important;box-shadow:0 0 70px #00000026!important}.trace-impact-layer-v192 .trace-stamp-v19{min-height:58px!important;padding:13px 22px 13px 13px!important;background:#050505!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 34px 120px #00000057,0 0 0 1px #cdff0026 inset!important}.trace-impact-layer-v192 .trace-stamp-v19 b{background:#d7ff25!important;color:#050505!important;width:30px!important;height:30px!important}.trace-impact-layer-v192 .trace-stamp-v19 strong{font-size:13px!important;letter-spacing:.105em!important}.trace-impact-layer-v192 .trace-spark-v19{min-width:18px!important;height:24px!important;padding:0 8px!important;border-radius:999px!important;background:#fffffffa!important;color:#080808!important;border:1px solid rgba(17,17,17,.1)!important;box-shadow:0 16px 44px #0000002e!important;font-size:10px!important;font-weight:980!important;letter-spacing:.04em!important}.trace-impact-layer-v192 .trace-spark-v19[data-tone=lime]{background:#d7ff25!important;color:#050505!important;border-color:#1111112e!important}.trace-impact-layer-v192 .trace-spark-v19[data-tone=dark]{background:#050505!important;color:#fff!important;border-color:#ffffff29!important}@media(max-width:680px){.trace-action-v191{min-width:min(188px,calc(100vw - 130px))!important;font-size:10.5px!important;letter-spacing:.052em!important;padding:0 14px!important}.trace-impact-layer-v192 .trace-stamp-v19{max-width:calc(100vw - 34px)!important}.trace-impact-layer-v192 .trace-stamp-v19 strong{font-size:12px!important}}.record-page .record-topline,.record-page .record-identity,.record-page .record-object,.record-page .record-actions.record-actions-v191,.record-page .record-content{width:min(100%,430px)!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.record-page .record-content{padding-left:18px!important;padding-right:18px!important}.record-page .record-identity h1{overflow-wrap:anywhere!important;text-wrap:balance}.record-facts.record-facts-v19{border-radius:22px!important;background:#f7f7f5!important;border-color:#00000014!important}.record-facts.record-facts-v19 div{min-height:54px!important}.record-related-v19{border-radius:24px!important;background:#f7f7f5!important;border:1px solid rgba(0,0,0,.08)!important}.record-related-head-v19 span{letter-spacing:.08em!important}.record-related-grid-v19{align-items:stretch!important;padding-bottom:2px!important}.record-related-card-v19{min-width:148px!important;width:148px!important;min-height:184px!important;display:grid!important;grid-template-rows:96px minmax(38px,auto) 18px!important;align-content:start!important}.record-related-card-v19 img{width:96px!important;height:96px!important;object-fit:cover!important;object-position:center top!important;justify-self:center!important}.record-related-card-v19 strong{min-height:36px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:center!important}.record-related-card-v19 small{align-self:end!important;text-align:center!important}.bw-find-screen .bw-person-preview,.bw-find-screen .bw-person-name{overflow-wrap:anywhere}:root{--bw-bottom-height: 70px}.bw-bottom-nav-restored{grid-template-columns:repeat(5,minmax(0,1fr))!important}.drop-screen{--drop-bg: #050505;--drop-panel: #0b0b0b;--drop-panel-2: #101010;--drop-line: rgba(245, 245, 240, .13);--drop-line-strong: rgba(245, 245, 240, .22);--drop-text: #f5f5f0;--drop-muted: rgba(245, 245, 240, .58);--drop-dim: rgba(245, 245, 240, .38);min-height:calc(100dvh - var(--bw-bottom-height));padding:22px 14px calc(94px + env(safe-area-inset-bottom));background:var(--drop-bg);color:var(--drop-text);overflow:hidden;position:relative;isolation:isolate}.drop-grid-bg{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.19;background-image:linear-gradient(rgba(245,245,240,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(245,245,240,.055) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,#000,#000000d1 42%,#00000038);mask-image:linear-gradient(to bottom,#000,#000000d1 42%,#00000038)}.drop-header{max-width:430px;margin:0 auto 18px;padding:10px 2px 0}.drop-eyebrow,.drop-header span,.drop-section-head span,.drop-poster-meta span,.drop-collection-body span{display:block;color:var(--drop-muted);font-size:10px;font-weight:850;line-height:1.15;letter-spacing:.14em;text-transform:uppercase}.drop-header h1,.collection-hero h1{margin:8px 0 0;font-size:clamp(50px,16vw,84px);font-weight:930;line-height:.84;letter-spacing:-.075em;text-transform:uppercase}.drop-header p,.collection-hero p{margin:12px 0 0;max-width:360px;color:var(--drop-muted);font-size:14px;line-height:1.34;font-weight:610;letter-spacing:-.02em}.drop-hero-card{max-width:430px;height:min(438px,104vw);margin:0 auto 18px;border-radius:26px;border:1px solid var(--drop-line-strong);background:#080808;display:block;position:relative;overflow:hidden;text-decoration:none;color:var(--drop-text);box-shadow:none}.drop-hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 36%,#000000db)}.drop-hero-card img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.drop-hero-copy{position:absolute;left:17px;right:17px;bottom:16px;z-index:2}.drop-hero-copy span{color:#f5f5f094;font-size:10px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.drop-hero-copy h2{margin:6px 0 4px;font-size:clamp(46px,14vw,72px);line-height:.84;letter-spacing:-.07em;font-weight:950;text-transform:uppercase}.drop-hero-copy p{margin:0;color:#f5f5f0b8;font-size:13px;line-height:1.25;font-weight:720}.drop-chip-row{max-width:430px;margin:0 auto 22px;display:flex;gap:8px;overflow-x:auto;padding:1px 2px 8px;scrollbar-width:none}.drop-chip-row::-webkit-scrollbar{display:none}.drop-chip-row a{flex:0 0 auto;height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--drop-line);background:#080808;display:inline-flex;align-items:center;justify-content:center;color:#f5f5f0c7;text-decoration:none;font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.drop-section{max-width:430px;margin:0 auto 26px}.drop-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 2px 12px}.drop-section-head small{color:var(--drop-dim);font-size:12px;font-weight:720}.drop-collections-grid{display:grid;gap:10px}.drop-collection-card{border-radius:0;border:1px solid var(--drop-line);background:var(--drop-panel);overflow:hidden}.drop-collection-link{display:grid;grid-template-columns:122px minmax(0,1fr);gap:12px;padding:10px;text-decoration:none;color:var(--drop-text)}.drop-collection-cover{height:160px;background:#050505;position:relative;overflow:hidden;border:1px solid var(--drop-line)}.drop-collection-cover:after{content:"";position:absolute;inset:auto 0 0 0;height:56px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.86))}.drop-collection-cover img{position:absolute;object-fit:cover;background:#111}.drop-collection-cover img.primary{left:8px;top:8px;width:calc(100% - 16px);height:calc(100% - 16px);z-index:1}.drop-collection-card.has-stack .drop-collection-cover img.primary{width:70%;height:88%}.drop-collection-cover img.secondary{right:-10px;bottom:-8px;width:64%;height:78%;opacity:.9;z-index:0}.drop-count{position:absolute;left:8px;bottom:8px;z-index:2;padding:5px 7px 4px;background:var(--drop-text);color:#050505;font-size:9px;font-weight:950;letter-spacing:.08em}.drop-collection-body{min-width:0;align-self:center;padding:2px 0}.drop-collection-body h2{margin:7px 0;font-size:26px;line-height:.88;letter-spacing:-.06em;font-weight:930;text-transform:uppercase}.drop-collection-body p{margin:0;color:#f5f5f0b3;font-size:12px;line-height:1.25;font-weight:740}.drop-participants{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}.drop-participants b{display:inline-flex;max-width:100%;padding:5px 7px 4px;border:1px solid var(--drop-line);color:#f5f5f0c7;font-size:10px;line-height:1;font-weight:820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drop-poster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.drop-poster-card{min-width:0;border:1px solid var(--drop-line);background:var(--drop-panel);overflow:hidden}.drop-poster-card.large{grid-column:1 / -1}.drop-poster-media{position:relative;overflow:hidden;background:#111;aspect-ratio:3 / 4}.drop-poster-card.wide .drop-poster-media{aspect-ratio:4 / 3}.drop-poster-card.large .drop-poster-media{aspect-ratio:auto}.drop-poster-card.large .drop-poster-media img{height:auto;max-height:none}.drop-poster-media img{width:100%;height:100%;object-fit:cover;display:block}.drop-poster-meta{padding:10px 10px 11px}.drop-poster-meta strong{display:block;margin-top:5px;font-size:16px;line-height:.95;letter-spacing:-.04em;font-weight:920;text-transform:uppercase}.drop-poster-meta span{font-size:9px;color:var(--drop-dim)}.drop-back{max-width:430px;margin:0 auto 14px;height:36px;padding:0 10px;width:fit-content;display:flex;align-items:center;gap:7px;border:1px solid var(--drop-line);background:#080808;color:#f5f5f0c7;text-decoration:none;font-size:12px;font-weight:820}.collection-hero{max-width:430px;margin:0 auto 22px;padding:0;border:1px solid var(--drop-line);background:var(--drop-panel);overflow:hidden;display:grid}.collection-hero-copy{padding:16px}.collection-hero h1{color:var(--drop-text)}.collection-stats{margin-top:14px;display:flex;flex-wrap:wrap;gap:7px}.collection-stats span{display:inline-flex;align-items:center;gap:6px;padding:7px 8px 6px;border:1px solid var(--drop-line);color:#f5f5f0bd;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.collection-hero-stack{min-height:230px;position:relative;border-top:1px solid var(--drop-line);background:#050505;overflow:hidden}.collection-hero-stack img{position:absolute;width:48%;height:86%;object-fit:cover;border:1px solid var(--drop-line-strong);left:calc(10% + var(--i) * 18%);top:calc(16px + var(--i) * 10px);transform:rotate(calc((var(--i) - 1) * 3deg))}.participant-row{display:flex;flex-wrap:wrap;gap:8px}.participant-row a{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 11px;border:1px solid var(--drop-line);background:var(--drop-panel);color:var(--drop-text);text-decoration:none;font-size:13px;font-weight:820}@media(min-width:760px){.drop-screen{padding-top:34px}.drop-header,.drop-section,.drop-chip-row,.drop-hero-card,.collection-hero{max-width:920px}.drop-header{display:flex;justify-content:space-between;align-items:end;gap:36px}.drop-header p{max-width:360px}.drop-hero-card{height:560px}.drop-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drop-poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.drop-poster-card.large{grid-column:span 2}.collection-hero{grid-template-columns:minmax(0,1fr) 390px;align-items:stretch;min-height:410px}.collection-hero-stack{min-height:100%;border-top:0;border-left:1px solid var(--drop-line)}}.record-page{--record-max: 430px;--record-pad: 18px;--record-panel-bg: #f7f7f5;--record-panel-border: rgba(17,17,17,.085);--record-card-bg: #ffffff}.record-page .record-topline,.record-page .record-identity,.record-page .record-actions.record-actions-v191,.record-page .record-content{width:min(100%,var(--record-max))!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.record-page .record-content{padding:14px var(--record-pad) 0!important;gap:12px!important}.record-page .record-object{width:min(calc(100% - 20px),var(--record-max))!important;margin:6px auto 0!important;box-sizing:border-box!important}.record-page .record-facts.record-facts-v19,.record-page .record-related-v19,.record-page .record-prep-note-v153{width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.record-page .record-facts.record-facts-v19{border-radius:22px!important;background:var(--record-panel-bg)!important;border:1px solid var(--record-panel-border)!important;overflow:hidden!important;box-shadow:none!important}.record-page .record-facts.record-facts-v19 div{grid-template-columns:86px minmax(0,1fr)!important;padding:12px 14px!important}.record-page .record-facts.record-facts-v19 strong{overflow-wrap:anywhere!important}.record-page .record-related-v19{margin:0!important;padding:14px!important;border-radius:22px!important;background:var(--record-panel-bg)!important;border:1px solid var(--record-panel-border)!important;box-shadow:none!important;overflow:hidden!important}.record-page .record-related-head-v19{margin:0 0 10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.record-page .record-related-head-v19 span{color:#1111117a!important;font-family:var(--bw-font-code)!important;font-size:10px!important;font-weight:760!important;line-height:1!important;letter-spacing:.14em!important;text-transform:uppercase!important}.record-page .record-related-grid-v19{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}.record-page .record-related-card-v19{width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;flex:none!important;scroll-snap-align:none!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) 22px!important;grid-template-rows:none!important;align-items:center!important;justify-content:normal!important;gap:12px!important;padding:10px!important;border-radius:18px!important;background:var(--record-card-bg)!important;border:1px solid rgba(17,17,17,.075)!important;box-shadow:none!important;color:var(--bw-ink)!important;text-decoration:none!important;-webkit-tap-highlight-color:transparent!important;transition:transform var(--bw-motion-press),background var(--bw-motion-ui),border-color var(--bw-motion-ui)!important}.record-page .record-related-card-v19:after{content:"→";justify-self:end;color:#11111157;font-size:17px;line-height:1;font-weight:700}.record-page .record-related-card-v19:active{transform:scale(.985)!important;background:#fbfbf8!important}.record-page .record-related-card-v19 img,.record-page .record-related-card-v19 .record-related-media-v196{grid-row:auto!important;width:54px!important;height:72px!important;justify-self:start!important;border-radius:14px!important;background:#f0f0ec!important;border:1px solid rgba(17,17,17,.06)!important;box-shadow:none!important;display:block!important}.record-page .record-related-card-v19 .record-related-media-v196.is-card,.record-page .record-related-card-v19 .record-related-media-v196.is-portrait,.record-page .record-related-card-v19 .record-related-media-v196.is-fallback{object-fit:cover!important;object-position:center top!important}.record-page .record-related-copy-v196{min-width:0!important;display:grid!important;gap:5px!important;align-content:center!important}.record-page .record-related-card-v19 strong{width:auto!important;min-height:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:left!important;white-space:normal!important;color:var(--bw-ink)!important;font-size:15px!important;line-height:17px!important;font-weight:var(--bw-fw-bold)!important;letter-spacing:-.02em!important}.record-page .record-related-card-v19 small{align-self:auto!important;text-align:left!important;margin:0!important;color:#1111117a!important;font-family:var(--bw-font-code)!important;font-size:10px!important;line-height:1!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important}@media(min-width:520px){.record-page .record-related-grid-v19{grid-template-columns:repeat(2,minmax(0,1fr))!important}}html.bw-drop-route,body.bw-drop-route,body.bw-drop-route #root{background:var(--bw-world)!important;color-scheme:dark!important}body.bw-drop-route{overscroll-behavior-y:none}.bw-app.bw-app-drop-route,.bw-app.bw-app-drop-route .bw-main,.bw-app.bw-app-drop-route .bw-route-motion{background:var(--bw-world)!important}.bw-app.bw-app-drop-route .bw-main,.bw-app.bw-app-drop-route .bw-route-motion{min-height:100dvh!important}.drop-screen{--drop-bg: var(--bw-world);--drop-surface: #0b0b0c;--drop-surface-2: #111112;--drop-text: #f6f5f1;--drop-muted: rgba(246,245,241,.62);--drop-faint: rgba(246,245,241,.4);--drop-line: rgba(246,245,241,.105);--drop-line-strong: rgba(246,245,241,.18);--drop-radius-object: var(--bw-radius-lg);--drop-radius-panel: var(--bw-radius-xl);min-height:100dvh!important;width:100%!important;background:var(--drop-bg)!important;color:var(--drop-text)!important;padding:calc(22px + env(safe-area-inset-top,0px)) 14px calc(112px + env(safe-area-inset-bottom,0px))!important;overflow-x:hidden!important;overflow-y:visible!important;position:relative!important;isolation:isolate!important;font-family:var(--bw-font-ui)!important}.drop-grid-bg{opacity:.11!important;background-image:linear-gradient(rgba(246,245,241,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(246,245,241,.055) 1px,transparent 1px)!important;background-size:44px 44px!important;-webkit-mask-image:linear-gradient(to bottom,#000,#0000008c 55%,#00000014)!important;mask-image:linear-gradient(to bottom,#000,#0000008c 55%,#00000014)!important}.drop-header,.drop-section,.drop-chip-row,.drop-hero-card,.drop-back,.collection-hero{width:min(100%,430px)!important;max-width:430px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.drop-header{padding:8px 4px 0!important;margin-bottom:16px!important}.drop-eyebrow,.drop-header span,.drop-section-head span,.drop-poster-meta span,.drop-collection-body span{color:var(--drop-muted)!important;font-family:var(--bw-font-code)!important;font-size:10px!important;line-height:1.15!important;font-weight:650!important;letter-spacing:.14em!important;text-transform:uppercase!important}.drop-header h1,.collection-hero h1{margin:9px 0 0!important;color:var(--drop-text)!important;font-family:var(--bw-font-display)!important;font-size:clamp(44px,13.8vw,66px)!important;font-weight:var(--bw-fw-heavy)!important;line-height:.9!important;letter-spacing:-.065em!important;text-transform:uppercase!important}.drop-header p,.collection-hero p,.collection-hero-copy>span:not(.drop-eyebrow){margin:10px 0 0!important;max-width:330px!important;color:var(--drop-muted)!important;font-size:15px!important;line-height:1.28!important;font-weight:var(--bw-fw-medium)!important;letter-spacing:-.02em!important}.drop-hero-card{height:auto!important;min-height:0!important;display:grid!important;gap:11px!important;padding:10px!important;margin-bottom:18px!important;border-radius:var(--drop-radius-panel)!important;border:1px solid var(--drop-line-strong)!important;background:var(--drop-surface)!important;color:var(--drop-text)!important;text-decoration:none!important;overflow:hidden!important;box-shadow:none!important}.drop-hero-card:after{display:none!important}.drop-hero-media{width:100%!important;aspect-ratio:3 / 4!important;border-radius:23px!important;border:1px solid var(--drop-line)!important;overflow:hidden!important;background:#060606!important}.drop-hero-media img,.drop-hero-card>img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important}.drop-hero-copy{position:static!important;padding:2px 3px 5px!important;z-index:auto!important}.drop-hero-copy span{color:var(--drop-muted)!important;font-family:var(--bw-font-code)!important;font-size:10px!important;font-weight:650!important;letter-spacing:.14em!important;text-transform:uppercase!important}.drop-hero-copy h2{margin:6px 0 2px!important;color:var(--drop-text)!important;font-size:clamp(34px,10vw,52px)!important;line-height:.92!important;letter-spacing:-.055em!important;font-weight:var(--bw-fw-heavy)!important;text-transform:uppercase!important}.drop-hero-copy p{margin:0!important;color:var(--drop-muted)!important;font-size:13px!important;line-height:1.2!important;font-weight:var(--bw-fw-semibold)!important}.drop-chip-row{margin-bottom:20px!important;gap:8px!important;padding:1px 2px 9px!important}.drop-chip-row a{height:38px!important;padding:0 13px!important;border-radius:var(--bw-radius-pill)!important;border:1px solid var(--drop-line)!important;background:var(--drop-surface)!important;color:#f6f5f1c7!important;font-family:var(--bw-font-code)!important;font-size:10px!important;font-weight:650!important;letter-spacing:.1em!important;text-transform:uppercase!important;text-decoration:none!important}.drop-chip-row a:first-child{background:var(--drop-text)!important;color:var(--drop-bg)!important;border-color:var(--drop-text)!important}.drop-section{margin-bottom:28px!important}.drop-section-head{margin:0 4px 12px!important}.drop-section-head small{color:var(--drop-faint)!important;font-size:12px!important;font-weight:var(--bw-fw-semibold)!important}.drop-poster-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.drop-poster-card{min-width:0!important;border:1px solid var(--drop-line)!important;border-radius:var(--drop-radius-object)!important;background:var(--drop-surface)!important;overflow:hidden!important;box-shadow:none!important}.drop-poster-link{display:grid!important;color:inherit!important;text-decoration:none!important}.drop-poster-media{aspect-ratio:3 / 4!important;background:#060606!important;overflow:hidden!important;border-radius:calc(var(--drop-radius-object) - 1px) calc(var(--drop-radius-object) - 1px) 0 0!important}.drop-poster-card.large .drop-poster-media{aspect-ratio:3 / 4!important}.drop-poster-meta{min-height:68px!important;padding:10px 11px 12px!important;background:var(--drop-surface)!important}.drop-poster-meta strong{display:block!important;margin-top:5px!important;color:var(--drop-text)!important;font-size:clamp(15px,4vw,18px)!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:var(--bw-fw-bold)!important;text-transform:uppercase!important}.drop-poster-meta span{color:var(--drop-faint)!important}.drop-collections-grid{display:grid!important;gap:9px!important}.drop-collection-card{border-radius:var(--drop-radius-object)!important;border:1px solid var(--drop-line)!important;background:var(--drop-surface)!important;overflow:hidden!important}.drop-collection-link{min-height:108px!important;display:grid!important;grid-template-columns:82px minmax(0,1fr) 20px!important;align-items:center!important;gap:12px!important;padding:10px!important;color:var(--drop-text)!important;text-decoration:none!important}.drop-collection-cover{width:82px!important;height:104px!important;border-radius:18px!important;border:1px solid var(--drop-line)!important;background:#060606!important;overflow:hidden!important;position:relative!important}.drop-collection-cover:after,.drop-count,.drop-collection-cover img.secondary{display:none!important}.drop-collection-cover img,.drop-collection-cover img.primary{position:static!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}.drop-collection-body{min-width:0!important;align-self:center!important;padding:0!important}.drop-collection-body h2{margin:5px 0 4px!important;color:var(--drop-text)!important;font-size:25px!important;line-height:.94!important;letter-spacing:-.055em!important;font-weight:var(--bw-fw-heavy)!important;text-transform:uppercase!important}.drop-collection-body p{margin:0!important;color:var(--drop-muted)!important;font-size:12px!important;line-height:1.18!important;font-weight:var(--bw-fw-medium)!important;letter-spacing:-.01em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.drop-collection-arrow{color:var(--drop-faint)!important}.drop-participants{display:none!important}.drop-back{margin-bottom:14px!important;height:40px!important;padding:0 13px!important;width:fit-content!important;border-radius:var(--bw-radius-pill)!important;border:1px solid var(--drop-line)!important;background:var(--drop-surface)!important;color:#f6f5f1c7!important;font-size:13px!important;font-weight:var(--bw-fw-semibold)!important}.collection-hero{margin-bottom:18px!important;padding:16px!important;border-radius:var(--drop-radius-panel)!important;border:1px solid var(--drop-line)!important;background:var(--drop-surface)!important;overflow:hidden!important;display:block!important}.collection-hero-copy{padding:0!important}.collection-hero-copy>span:not(.drop-eyebrow){display:block!important;margin-top:5px!important}.collection-hero-stack,.collection-stats{display:none!important}.participant-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.participant-row a{min-height:38px!important;padding:0 12px!important;border-radius:var(--bw-radius-pill)!important;border:1px solid var(--drop-line)!important;background:var(--drop-surface)!important;color:var(--drop-text)!important;text-decoration:none!important;font-size:13px!important;font-weight:var(--bw-fw-semibold)!important}@media(min-width:760px){.drop-header,.drop-section,.drop-chip-row,.drop-hero-card,.drop-back,.collection-hero{max-width:920px!important}.drop-hero-card{grid-template-columns:360px minmax(0,1fr)!important;align-items:end!important}.drop-hero-media{aspect-ratio:3 / 4!important}.drop-poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.drop-collections-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root{--bw-v2-mobile-max: 430px;--bw-v2-page-pad: 18px;--bw-v2-bottom-safe: calc(112px + env(safe-area-inset-bottom, 0px)) ;--bw-v2-light-bg: var(--bw-paper, #f6f5f1);--bw-v2-light-surface: var(--bw-white, #fff);--bw-v2-light-surface-soft: #f7f7f5;--bw-v2-light-text: var(--bw-ink, #111);--bw-v2-light-muted: var(--bw-muted, #707072);--bw-v2-light-line: var(--bw-line, rgba(17,17,17,.1));--bw-v2-drop-bg: #050505;--bw-v2-drop-surface: #0b0b0c;--bw-v2-drop-surface-soft: #101010;--bw-v2-drop-text: #f6f5f1;--bw-v2-drop-muted: rgba(246,245,241,.58);--bw-v2-drop-faint: rgba(246,245,241,.36);--bw-v2-drop-line: rgba(246,245,241,.1);--bw-v2-drop-line-strong: rgba(246,245,241,.18);--bw-v2-radius-media: 22px;--bw-v2-radius-card: 24px;--bw-v2-radius-panel: 30px;--bw-v2-radius-stage: 34px;--bw-v2-radius-pill: 999px;--bw-v2-section-gap: 18px;--bw-v2-large-gap: 26px}.bw-system-object,.drop-poster-card,.drop-collection-shelf,.record-facts-v19,.record-related-v19{box-sizing:border-box}.bw-section-label,.drop-section-head span,.record-related-head-v19 span{font-family:var(--bw-font-code)!important;font-size:10px!important;line-height:1!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:720!important}@media(prefers-reduced-motion:reduce){.drop-poster-card,.drop-collection-shelf,.record-action,.record-related-card-v19{transition:none!important;animation:none!important}}.bw-visibility-admin{min-height:100dvh;padding:42px 18px 140px;background:#f6f5f1;color:#111}.bw-visibility-admin>header,.bw-visibility-admin__list{width:min(100%,720px);margin:0 auto}.bw-visibility-admin>header p{margin:0 0 12px;color:#777;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.bw-visibility-admin>header h1{margin:0;font-size:clamp(36px,10vw,64px);line-height:.92;letter-spacing:-.055em}.bw-visibility-admin>header span{display:block;margin-top:12px;color:#666;font-size:15px}.bw-visibility-admin__list{display:grid;gap:10px;margin-top:28px}.bw-visibility-admin__row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:14px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:22px}.bw-visibility-admin__row small,.bw-visibility-admin__row span{display:block;color:#777;font-weight:700}.bw-visibility-admin__row strong{display:block;margin:4px 0;font-size:20px}.bw-visibility-admin__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.bw-visibility-admin__actions button{min-height:36px;padding:0 12px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#f7f7f5;color:#111;font-weight:800}.bw-visibility-admin__actions button.is-active{background:#111;color:#fff}@media(max-width:620px){.bw-visibility-admin__row{grid-template-columns:1fr}.bw-visibility-admin__actions{justify-content:flex-start}}html.bw-drop-route,body.bw-drop-route,body.bw-drop-route #root,body.bw-drop-route .bw-app,body.bw-drop-route .bw-main,body.bw-drop-route .bw-route-motion{background:var(--bw-v2-drop-bg)!important;color-scheme:dark!important}.drop-screen-v2.drop-screen{--drop-bg: var(--bw-v2-drop-bg);--drop-surface: var(--bw-v2-drop-surface);--drop-surface-2: var(--bw-v2-drop-surface-soft);--drop-text: var(--bw-v2-drop-text);--drop-muted: var(--bw-v2-drop-muted);--drop-faint: var(--bw-v2-drop-faint);--drop-line: var(--bw-v2-drop-line);--drop-line-strong: var(--bw-v2-drop-line-strong);max-width:var(--bw-v2-mobile-max)!important;margin:0 auto!important;padding:calc(26px + env(safe-area-inset-top,0px)) var(--bw-v2-page-pad) var(--bw-v2-bottom-safe)!important;background:var(--bw-v2-drop-bg)!important}.drop-screen-v2 .drop-grid-bg{opacity:.07!important;background-size:42px 42px!important}.drop-header-v2{padding:12px 2px 8px!important;margin:0 0 20px!important}.drop-header-v2 h1{color:var(--bw-v2-drop-text)!important;font-family:var(--bw-font-display)!important;font-size:clamp(52px,16vw,72px)!important;line-height:.86!important;letter-spacing:-.07em!important;font-weight:760!important;margin:7px 0 10px!important}.drop-header-v2 p{max-width:310px!important;margin:0!important;color:var(--bw-v2-drop-muted)!important;font-size:17px!important;line-height:1.28!important;letter-spacing:-.035em!important}.drop-feature-v2{margin:0 0 20px!important}.drop-feature-object{display:grid!important;width:100%!important;gap:12px!important;padding:10px!important;border:1px solid var(--bw-v2-drop-line-strong)!important;border-radius:var(--bw-v2-radius-stage)!important;background:var(--bw-v2-drop-surface)!important;color:var(--bw-v2-drop-text)!important;text-align:left!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer!important}.drop-feature-media{aspect-ratio:3 / 4!important;border-radius:calc(var(--bw-v2-radius-stage) - 10px)!important;overflow:hidden!important;border:1px solid var(--bw-v2-drop-line)!important;background:#050505!important}.drop-feature-media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important}.drop-feature-copy{padding:0 4px 4px!important}.drop-feature-copy span,.drop-shelf-head span,.drop-poster-meta span{color:var(--bw-v2-drop-muted)!important;font-family:var(--bw-font-code)!important;font-size:10px!important;font-weight:720!important;line-height:1!important;letter-spacing:.14em!important;text-transform:uppercase!important}.drop-feature-copy h2{margin:8px 0 2px!important;color:var(--bw-v2-drop-text)!important;font-size:clamp(38px,12vw,56px)!important;line-height:.9!important;letter-spacing:-.06em!important;font-weight:760!important}.drop-feature-copy p{margin:0!important;color:var(--bw-v2-drop-muted)!important;font-size:14px!important;line-height:1.2!important}.drop-chip-row-v2.drop-chip-row{margin:0 calc(var(--bw-v2-page-pad) * -1) 22px 0!important;padding:1px 0 8px!important;gap:8px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.drop-chip-row-v2.drop-chip-row::-webkit-scrollbar{display:none!important}.drop-chip-row-v2 a{height:40px!important;padding:0 15px!important;border-radius:var(--bw-v2-radius-pill)!important;border:1px solid var(--bw-v2-drop-line)!important;background:transparent!important;color:#f6f5f1bd!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}.drop-chip-row-v2 a:first-child{background:var(--bw-v2-drop-text)!important;color:var(--bw-v2-drop-bg)!important;border-color:var(--bw-v2-drop-text)!important}.drop-shelves-v2{display:grid!important;gap:18px!important}.drop-collection-shelf{padding:0 0 18px!important;border-bottom:1px solid var(--bw-v2-drop-line)!important;background:transparent!important}.drop-shelf-head{display:grid!important;grid-template-columns:minmax(0,1fr) 42px!important;align-items:start!important;gap:12px!important;margin:0 0 12px!important}.drop-shelf-head h2{margin:6px 0 5px!important;color:var(--bw-v2-drop-text)!important;font-size:clamp(27px,8vw,38px)!important;line-height:.92!important;letter-spacing:-.06em!important;font-weight:760!important;text-transform:uppercase!important}.drop-shelf-head p{margin:0!important;color:var(--bw-v2-drop-muted)!important;font-size:13px!important;line-height:1.18!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:uppercase!important}.drop-shelf-head>a{width:42px!important;height:42px!important;border-radius:var(--bw-v2-radius-pill)!important;border:1px solid var(--bw-v2-drop-line)!important;color:var(--bw-v2-drop-text)!important;display:inline-grid!important;place-items:center!important;text-decoration:none!important}.drop-shelf-posters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.drop-poster-grid.detail-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.drop-poster-card,.drop-poster-card.large{border-radius:var(--bw-v2-radius-card)!important;background:var(--bw-v2-drop-surface)!important;border:1px solid var(--bw-v2-drop-line)!important;overflow:hidden!important;box-shadow:none!important}.drop-poster-card.large{grid-column:1 / -1!important}.drop-poster-link{width:100%!important;display:grid!important;padding:0!important;border:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:transparent!important;color:inherit!important;text-align:left!important;cursor:pointer!important}.drop-poster-media{aspect-ratio:3 / 4!important;border-radius:calc(var(--bw-v2-radius-card) - 1px) calc(var(--bw-v2-radius-card) - 1px) 0 0!important;overflow:hidden!important;background:#050505!important}.drop-poster-card.wide .drop-poster-media{aspect-ratio:4 / 3!important}.drop-poster-media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important}.drop-poster-meta{min-height:78px!important;padding:12px 12px 13px!important}.drop-poster-meta strong{display:block!important;margin-top:6px!important;color:var(--bw-v2-drop-text)!important;font-size:20px!important;line-height:1!important;letter-spacing:-.055em!important;font-weight:760!important}.drop-poster-wall-section,.drop-series-section,.drop-collections-grid{display:none!important}.collection-hero-v2.collection-hero{border-radius:var(--bw-v2-radius-panel)!important;background:var(--bw-v2-drop-surface)!important;border:1px solid var(--bw-v2-drop-line-strong)!important;box-shadow:none!important}.participants-section-v2 .participant-row a{border-radius:var(--bw-v2-radius-pill)!important;background:var(--bw-v2-drop-surface)!important;border:1px solid var(--bw-v2-drop-line)!important;color:var(--bw-v2-drop-text)!important}.poster-viewer-v2{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;background:#000000f0!important;color:var(--bw-v2-drop-text)!important;display:grid!important;place-items:stretch!important}.poster-viewer-backdrop{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.poster-viewer-frame{position:relative!important;z-index:1!important;height:100dvh!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:10px!important;padding:calc(14px + env(safe-area-inset-top,0px)) 12px calc(14px + env(safe-area-inset-bottom,0px))!important}.poster-viewer-topbar{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}.poster-viewer-topbar button,.poster-viewer-actions a{width:44px!important;height:44px!important;border-radius:var(--bw-v2-radius-pill)!important;border:1px solid var(--bw-v2-drop-line-strong)!important;background:#f6f5f10f!important;color:var(--bw-v2-drop-text)!important;display:inline-grid!important;place-items:center!important;text-decoration:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.poster-viewer-topbar span{display:block!important;color:var(--bw-v2-drop-muted)!important;font-family:var(--bw-font-code)!important;font-size:10px!important;letter-spacing:.12em!important;text-transform:uppercase!important}.poster-viewer-topbar strong{display:block!important;color:var(--bw-v2-drop-text)!important;font-size:17px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.poster-viewer-actions{display:flex!important;gap:8px!important}.poster-viewer-media{min-height:0!important;display:grid!important;place-items:center!important;overflow:hidden!important}.poster-viewer-media img{max-width:calc(100vw - 24px)!important;max-height:100%!important;object-fit:contain!important;border-radius:var(--bw-v2-radius-media)!important;border:1px solid var(--bw-v2-drop-line-strong)!important;background:#050505!important}.poster-viewer-people{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.poster-viewer-people a{color:var(--bw-v2-drop-text)!important;background:#f6f5f10f!important;border:1px solid var(--bw-v2-drop-line)!important;border-radius:var(--bw-v2-radius-pill)!important;padding:10px 12px!important;text-decoration:none!important;font-weight:700!important}.record-page .record-actions-v2.record-actions-v191{width:min(100%,var(--record-max, 430px))!important;margin:12px auto 8px!important;padding:0 var(--record-pad, 18px)!important;justify-content:center!important;display:flex!important;gap:12px!important}.record-page .record-actions-v2 .record-action-round-v191{width:58px!important;height:58px!important;border-radius:var(--bw-v2-radius-pill)!important;background:#fff!important;border:1px solid rgba(17,17,17,.1)!important;color:var(--bw-ink)!important;box-shadow:none!important}.record-page .record-trace-row-v2{width:min(100%,var(--record-max, 430px))!important;margin:0 auto 12px!important;padding:0 var(--record-pad, 18px)!important;box-sizing:border-box!important}.record-page .trace-action-v2.trace-action-v191{width:100%!important;min-height:58px!important;border-radius:var(--bw-v2-radius-pill)!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;background:#090909!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:760!important}.record-page .trace-action-v2.trace-action-v191.active{background:#111!important;color:var(--bw-acid, #b8ff3d)!important}@media(max-width:380px){.record-page .record-actions-v2.record-actions-v191,.record-page .record-trace-row-v2{padding-left:14px!important;padding-right:14px!important}}.bw-drop-system-screen{width:100%;min-height:100dvh;position:relative;isolation:isolate;overflow-x:hidden;background:var(--bw-v2-drop-bg, #050505);color:var(--bw-v2-drop-text, #f6f5f1);font-family:var(--bw-font-ui, system-ui, sans-serif)}.bw-drop-system-screen__grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.055;background-image:linear-gradient(rgba(246,245,241,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(246,245,241,.06) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(to bottom,#000,#0000006b 58%,#0000000a);mask-image:linear-gradient(to bottom,#000,#0000006b 58%,#0000000a)}.bw-drop-system-screen__inner{width:min(100%,var(--bw-v2-mobile-max, 430px));margin:0 auto;padding:calc(26px + env(safe-area-inset-top,0px)) var(--bw-v2-page-pad, 18px) var(--bw-v2-bottom-safe, 112px);box-sizing:border-box}.bw-drop-header{padding:10px 2px 18px}.bw-drop-eyebrow,.bw-poster-object__kicker,.bw-drop-section-head span{display:inline-flex;align-items:center;color:var(--bw-v2-drop-muted, rgba(246,245,241,.58));font-family:var(--bw-font-code, var(--bw-font-ui, system-ui, sans-serif));font-size:10px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:720}.bw-drop-header h1,.bw-collection-detail-head h1{margin:8px 0 10px;color:var(--bw-v2-drop-text, #f6f5f1);font-family:var(--bw-font-display, var(--bw-font-ui, system-ui, sans-serif));font-size:clamp(52px,16vw,72px);line-height:.86;letter-spacing:-.07em;font-weight:760;text-transform:uppercase}.bw-drop-header p,.bw-collection-detail-head p,.bw-collection-detail-head small{max-width:320px;margin:0;color:var(--bw-v2-drop-muted, rgba(246,245,241,.58));font-size:16px;line-height:1.28;letter-spacing:-.03em;font-weight:560}.bw-drop-nav-rail{margin:0 calc(var(--bw-v2-page-pad, 18px) * -1) 22px 0;padding:1px 0 8px;display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bw-drop-nav-rail::-webkit-scrollbar{display:none}.bw-drop-nav-rail a{height:40px;padding:0 15px;border-radius:var(--bw-v2-radius-pill, 999px);border:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));background:transparent;color:#f6f5f1c2;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;text-decoration:none;font-family:var(--bw-font-code, var(--bw-font-ui, system-ui, sans-serif));font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.bw-drop-nav-rail a[aria-current=page],.bw-drop-nav-rail a:first-child{background:var(--bw-v2-drop-text, #f6f5f1);color:var(--bw-v2-drop-bg, #050505);border-color:var(--bw-v2-drop-text, #f6f5f1)}.bw-featured-poster,.bw-drop-shelves,.bw-collection-detail-section,.bw-participant-strip{margin:0 0 26px}.bw-drop-section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:0 2px 12px}.bw-drop-section-head small{color:var(--bw-v2-drop-faint, rgba(246,245,241,.36));font-family:var(--bw-font-code, var(--bw-font-ui, system-ui, sans-serif));font-size:10px;line-height:1;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.bw-drop-shelves{display:grid;gap:20px}.bw-collection-shelf{display:grid;gap:12px;padding:0 0 20px;border-bottom:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1))}.bw-collection-shelf__head{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:start;gap:12px}.bw-collection-shelf__head h2{margin:7px 0 5px;color:var(--bw-v2-drop-text, #f6f5f1);font-family:var(--bw-font-display, var(--bw-font-ui, system-ui, sans-serif));font-size:clamp(28px,8vw,40px);line-height:.9;letter-spacing:-.06em;font-weight:760;text-transform:uppercase}.bw-collection-shelf__head p{max-width:330px;margin:0;color:var(--bw-v2-drop-muted, rgba(246,245,241,.58));font-size:12px;line-height:1.18;font-weight:650;letter-spacing:.02em;text-transform:uppercase}.bw-shelf-open{width:44px;height:44px;border-radius:var(--bw-v2-radius-pill, 999px);border:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));color:var(--bw-v2-drop-text, #f6f5f1);display:inline-grid;place-items:center;text-decoration:none}.bw-collection-shelf__posters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bw-poster-object{min-width:0;background:var(--bw-v2-drop-surface, #0b0b0c);border:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));border-radius:var(--bw-v2-radius-card, 24px);overflow:hidden;box-shadow:none}.bw-poster-object--feature{border-radius:var(--bw-v2-radius-stage, 34px);border-color:var(--bw-v2-drop-line-strong, rgba(246,245,241,.18));padding:10px}.bw-poster-object--detail-large{grid-column:1 / -1}.bw-poster-object__button{display:grid;width:100%;border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:inherit;text-align:left;cursor:pointer}.bw-poster-object--feature .bw-poster-object__button{gap:12px}.bw-poster-object__media{display:block;aspect-ratio:3 / 4;overflow:hidden;background:#050505;border-radius:var(--bw-v2-radius-card, 24px) var(--bw-v2-radius-card, 24px) 0 0}.bw-poster-object--feature .bw-poster-object__media{border-radius:calc(var(--bw-v2-radius-stage, 34px) - 10px);border:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1))}.bw-poster-object--wide .bw-poster-object__media{aspect-ratio:4 / 3}.bw-poster-object__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.bw-poster-object__fallback{display:grid;min-height:100%;place-items:center;color:var(--bw-v2-drop-faint, rgba(246,245,241,.36));font-size:36px;font-weight:760;letter-spacing:-.06em}.bw-poster-object__meta{display:grid;gap:8px;min-height:76px;padding:12px 12px 13px}.bw-poster-object--feature .bw-poster-object__meta{min-height:auto;padding:0 4px 4px}.bw-poster-object__meta strong{color:var(--bw-v2-drop-text, #f6f5f1);font-family:var(--bw-font-display, var(--bw-font-ui, system-ui, sans-serif));font-size:clamp(20px,6vw,30px);line-height:.92;letter-spacing:-.055em;font-weight:760;text-transform:uppercase}.bw-poster-object--feature .bw-poster-object__meta strong{font-size:clamp(38px,12vw,58px);line-height:.88}.bw-drop-all-posters-link{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:0 2px;margin:0 0 28px;color:var(--bw-v2-drop-text, #f6f5f1);border-top:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));border-bottom:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));text-decoration:none}.bw-drop-all-posters-link span{color:var(--bw-v2-drop-muted, rgba(246,245,241,.58));font-size:12px;font-weight:650;letter-spacing:.06em;text-transform:uppercase}.bw-drop-all-posters-link strong{font-family:var(--bw-font-display, var(--bw-font-ui, system-ui, sans-serif));font-size:28px;line-height:.92;letter-spacing:-.06em;text-transform:uppercase}.bw-collection-detail-head{padding:6px 2px 20px}.bw-drop-back{display:inline-flex;align-items:center;gap:8px;height:42px;margin:0 0 14px;color:var(--bw-v2-drop-muted, rgba(246,245,241,.58));text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bw-poster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bw-poster-grid--single{grid-template-columns:1fr}.bw-participant-strip__list{display:grid;gap:8px}.bw-participant-strip__list a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 14px;border:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));border-radius:var(--bw-v2-radius-media, 22px);color:var(--bw-v2-drop-text, #f6f5f1);background:transparent;text-decoration:none;font-weight:720;letter-spacing:-.03em}body.bw-poster-viewer-open{overflow:hidden}.bw-poster-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:grid;place-items:center;padding:env(safe-area-inset-top,0px) 12px env(safe-area-inset-bottom,0px);color:var(--bw-v2-drop-text, #f6f5f1)}.bw-poster-viewer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#000000eb;-webkit-backdrop-filter:none;backdrop-filter:none}.bw-poster-viewer__frame{position:relative;z-index:1;width:min(100%,520px);max-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:10px}.bw-poster-viewer__topbar{min-height:54px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px}.bw-poster-viewer__topbar button,.bw-poster-viewer__actions button,.bw-poster-viewer__actions a{width:46px;height:46px;border:1px solid var(--bw-v2-drop-line-strong, rgba(246,245,241,.18));border-radius:var(--bw-v2-radius-pill, 999px);background:#0b0b0cd1;color:var(--bw-v2-drop-text, #f6f5f1);display:inline-grid;place-items:center;text-decoration:none}.bw-poster-viewer__title{min-width:0;display:grid;gap:4px}.bw-poster-viewer__title span{color:var(--bw-v2-drop-muted, rgba(246,245,241,.58));font-family:var(--bw-font-code, var(--bw-font-ui, system-ui, sans-serif));font-size:9px;line-height:1;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.bw-poster-viewer__title strong{color:var(--bw-v2-drop-text, #f6f5f1);font-size:16px;line-height:1.02;letter-spacing:-.04em;font-weight:760;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-poster-viewer__actions{display:flex;gap:8px}.bw-poster-viewer__media{min-height:0;display:grid;place-items:center;overflow:hidden}.bw-poster-viewer__media img{display:block;max-width:100%;max-height:calc(100dvh - 152px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));width:auto;height:auto;object-fit:contain;border-radius:var(--bw-v2-radius-media, 22px);border:1px solid var(--bw-v2-drop-line-strong, rgba(246,245,241,.18));background:#050505}.bw-poster-viewer__people{display:flex;gap:8px;overflow-x:auto;padding:0 0 2px;scrollbar-width:none}.bw-poster-viewer__people::-webkit-scrollbar{display:none}.bw-poster-viewer__people a{flex:0 0 auto;height:38px;display:inline-flex;align-items:center;padding:0 13px;border:1px solid var(--bw-v2-drop-line, rgba(246,245,241,.1));border-radius:var(--bw-v2-radius-pill, 999px);color:var(--bw-v2-drop-text, #f6f5f1);background:#0b0b0cb8;text-decoration:none;font-size:12px;font-weight:700}@media(min-width:720px){.bw-drop-system-screen__inner{width:min(100%,760px)}.bw-collection-shelf__posters,.bw-poster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bw-poster-object--feature .bw-poster-object__media{aspect-ratio:16 / 10}}@media(prefers-reduced-motion:reduce){.bw-poster-object,.bw-poster-viewer,.bw-collection-shelf{transition:none;animation:none}}.bw-drop-system-screen{background:#050505}.bw-drop-system-screen__grid{display:none}.bw-drop-system-screen__inner{padding-top:calc(34px + env(safe-area-inset-top,0px));padding-left:20px;padding-right:20px}.bw-drop-header{padding:8px 0 22px}.bw-drop-eyebrow,.bw-drop-section-head,.bw-poster-object__kicker{display:none!important}.bw-drop-header h1,.bw-collection-detail-head h1{margin:0 0 8px;font-size:clamp(36px,11vw,48px);line-height:.94;letter-spacing:-.055em;font-weight:760;text-transform:none}.bw-drop-header p,.bw-collection-detail-head p{max-width:300px;font-size:16px;line-height:1.25;font-weight:520;letter-spacing:-.035em;color:#f6f5f18f}.bw-featured-poster,.bw-drop-shelves,.bw-collection-detail-section,.bw-participant-strip{margin-bottom:34px}.bw-drop-nav-rail{display:none!important}.bw-drop-shelves{gap:38px}.bw-collection-shelf{gap:14px;padding:0 0 36px;border-bottom:1px solid rgba(246,245,241,.09)}.bw-collection-shelf__head{grid-template-columns:minmax(0,1fr) 48px;gap:14px;align-items:center}.bw-collection-shelf__head h2{margin:0 0 7px;font-size:clamp(28px,8vw,38px);line-height:.92;letter-spacing:-.06em;font-weight:760}.bw-collection-shelf__head p{margin:0;color:#f6f5f175;font-size:13px;line-height:1;font-weight:560;letter-spacing:-.02em;text-transform:none}.bw-shelf-open{width:48px;height:48px;border-color:#f6f5f129;background:transparent}.bw-collection-shelf__posters,.bw-poster-grid{gap:12px}.bw-poster-object{background:transparent;border:0;border-radius:0;overflow:visible}.bw-poster-object--feature{padding:0;border:0;border-radius:0}.bw-poster-object__button{gap:10px}.bw-poster-object__media,.bw-poster-object--feature .bw-poster-object__media{border-radius:24px;border:1px solid rgba(246,245,241,.16);background:#050505}.bw-poster-object__media{aspect-ratio:3 / 4}.bw-poster-object__media img{object-fit:cover;object-position:center}.bw-poster-object__meta,.bw-poster-object--feature .bw-poster-object__meta{min-height:auto;padding:0 1px;gap:0;background:transparent}.bw-poster-object__meta strong{font-size:clamp(17px,5vw,23px);line-height:.98;letter-spacing:-.045em;font-weight:740}.bw-poster-object--feature .bw-poster-object__meta strong{font-size:clamp(26px,8vw,38px);line-height:.94}.bw-drop-all-posters-link{min-height:54px;margin-top:-4px;padding:0;border-top-color:#f6f5f117;border-bottom-color:#f6f5f117}.bw-drop-all-posters-link span{display:none}.bw-drop-all-posters-link strong{font-size:22px;text-transform:none;letter-spacing:-.045em}.bw-drop-back{height:40px;margin-bottom:22px;color:#f6f5f1b3;font-size:15px;line-height:1;font-weight:640;letter-spacing:-.02em;text-transform:none}.bw-collection-detail-head{padding:0 0 24px}.bw-participant-strip__list a{min-height:48px;border-radius:18px;border-color:#f6f5f11f;background:transparent}body.bw-poster-viewer-open .bw-bottom-nav,body.bw-poster-viewer-open .bw-sticky-action{display:none!important}.bw-poster-viewer{z-index:2147483000;padding:max(12px,env(safe-area-inset-top,0px)) 14px max(14px,env(safe-area-inset-bottom,0px));align-items:center;justify-items:center;background:#050505}.bw-poster-viewer__backdrop{background:#050505}.bw-poster-viewer__frame{width:min(100%,520px);height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 22px);max-height:none;grid-template-rows:auto minmax(0,1fr) auto;gap:12px}.bw-poster-viewer__topbar{min-height:52px;grid-template-columns:52px minmax(0,1fr) auto}.bw-poster-viewer__topbar button,.bw-poster-viewer__actions button,.bw-poster-viewer__actions a{width:52px;height:52px;background:transparent;border-color:#f6f5f12e}.bw-poster-viewer__title span{display:none}.bw-poster-viewer__title strong{font-size:20px;line-height:.98;letter-spacing:-.045em}.bw-poster-viewer__media{overflow:hidden;align-self:stretch}.bw-poster-viewer__media img{max-height:100%;max-width:100%;border-radius:24px;border-color:#f6f5f129}.bw-poster-viewer__people a{background:transparent;border-color:#f6f5f124}.bw-poster-viewer--v1102{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483600;width:100vw;height:100dvh;padding:max(10px,env(safe-area-inset-top,0px)) 12px max(12px,env(safe-area-inset-bottom,0px));box-sizing:border-box;display:grid;place-items:center;overflow:hidden;overscroll-behavior:contain;touch-action:none;background:#050505}.bw-poster-viewer--v1102 .bw-poster-viewer__frame{width:min(100%,560px);height:100%;max-height:100%;display:grid;grid-template-rows:48px minmax(0,1fr) auto;gap:10px;transform:translateZ(0)}.bw-poster-viewer--v1102 .bw-poster-viewer__topbar{min-height:48px;grid-template-columns:46px minmax(0,1fr) auto;gap:8px}.bw-poster-viewer--v1102 .bw-poster-viewer__topbar button,.bw-poster-viewer--v1102 .bw-poster-viewer__actions button,.bw-poster-viewer--v1102 .bw-poster-viewer__actions a{width:46px;height:46px;border-radius:999px;background:#050505;border:1px solid rgba(246,245,241,.18)}.bw-poster-viewer--v1102 .bw-poster-viewer__title strong{font-size:18px;line-height:.98}.bw-poster-viewer--v1102 .bw-poster-viewer__media{min-width:0;min-height:0;width:100%;height:100%;display:grid;place-items:center;overflow:hidden;touch-action:none}.bw-poster-viewer--v1102 .bw-poster-viewer__media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:22px;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bw-poster-viewer--v1102 .bw-poster-viewer__people{min-height:42px;max-width:100%;padding-bottom:0}body.bw-poster-viewer-open{overflow:hidden!important}.record-page{background:#fff!important;color:#111!important;--record-max: 430px;--record-pad: 20px}.record-page .record-topline{height:54px!important;padding:16px var(--record-pad) 0!important}.record-page .record-brand-mark,.record-page .record-kicker,.record-page .record-identity>p:not(.record-kicker){display:none!important}.record-page .record-identity{width:min(100%,var(--record-max))!important;margin:0 auto!important;padding:24px var(--record-pad) 18px!important;box-sizing:border-box!important}.record-page .record-identity h1{max-width:360px!important;font-size:clamp(44px,13vw,62px)!important;line-height:.96!important;letter-spacing:-.055em!important;font-weight:720!important}.record-page .record-object{width:min(100%,var(--record-max))!important;min-height:0!important;margin:0 auto!important;padding:0 var(--record-pad) 18px!important;background:#fff!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;box-sizing:border-box!important}.record-page .record-card-img,.record-page .record-photo-img{width:100%!important;max-width:390px!important;max-height:none!important;margin:0 auto!important;display:block!important;border-radius:28px!important;background:#fff!important;box-shadow:none!important;filter:none!important;overflow:hidden!important}.record-page .record-actions-v2.record-actions-v191{margin:2px auto 12px!important;padding:0 var(--record-pad)!important;gap:16px!important}.record-page .record-actions-v2 .record-action-round-v191{width:64px!important;height:64px!important;flex:0 0 64px!important;border-radius:999px!important;border:1px solid rgba(17,17,17,.12)!important;background:#fff!important;box-shadow:none!important}.record-page .record-actions-v2 .record-action-round-v191 svg{width:24px!important;height:24px!important}.record-page .record-trace-row-v2{margin:0 auto 18px!important;padding:0 var(--record-pad)!important}.record-page .trace-action-v2.trace-action-v191{min-height:68px!important;border-radius:999px!important;font-size:13px!important;letter-spacing:.08em!important}.record-page .record-content{width:min(100%,var(--record-max))!important;padding:0 var(--record-pad) 120px!important;gap:18px!important;box-sizing:border-box!important}.record-page .record-facts.record-facts-v19{border-radius:24px!important;background:#f7f7f4!important;border-color:#11111116!important}.record-page .record-related-v19{padding:0!important;border:0!important;background:transparent!important;border-radius:0!important}.record-page .record-related-head-v19{margin:0 0 10px!important}.record-page .record-related-head-v19 span{color:#1111117a!important;font-size:11px!important;letter-spacing:.08em!important}.record-page .record-related-grid-v19{gap:10px!important}.record-page .record-related-card-v19{border-radius:22px!important;padding:11px!important;border-color:#11111114!important;background:#fff!important}@media(max-width:380px){.record-page{--record-pad: 16px}.record-page .record-actions-v2 .record-action-round-v191{width:60px!important;height:60px!important;flex-basis:60px!important}}.record-page .record-actions-v2 .record-action-round-v191{width:52px!important;height:52px!important;flex:0 0 52px!important;min-width:52px!important;min-height:52px!important;border-radius:999px!important}.record-page .record-actions-v2 .record-action-round-v191 svg{width:20px!important;height:20px!important}.record-page .record-trace-row-v2{display:none!important}.record-page .record-artifacts-v1101,.record-page .record-artifacts-grid-v1101{display:grid!important;gap:10px!important}.record-page .record-artifact-card-v1101{display:grid!important;grid-template-columns:58px 1fr!important;align-items:center!important;gap:12px!important;padding:10px!important;min-height:78px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(17,17,17,.08)!important;color:#111!important;text-decoration:none!important}.record-page .record-artifact-card-v1101 img{width:58px!important;height:58px!important;object-fit:cover!important;border-radius:16px!important;background:#f7f7f4!important}.record-page .record-artifact-card-v1101 span{min-width:0!important;display:grid!important;gap:4px!important}.record-page .record-artifact-card-v1101 strong{font-size:14px!important;line-height:1.05!important;letter-spacing:-.02em!important;font-weight:760!important}.record-page .record-artifact-card-v1101 small{font-size:10px!important;line-height:1!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#1111117a!important;font-weight:700!important}@media(max-width:380px){.record-page .record-actions-v2 .record-action-round-v191{width:48px!important;height:48px!important;flex-basis:48px!important;min-width:48px!important;min-height:48px!important}}.record-page .record-actions-v2.record-actions-v191{margin-top:0!important;margin-bottom:10px!important;gap:12px!important}.record-page .record-actions-v2 .record-action-round-v191{width:48px!important;height:48px!important;flex:0 0 48px!important;min-width:48px!important;min-height:48px!important;border-radius:999px!important}.record-page .record-actions-v2 .record-action-round-v191 svg{width:18px!important;height:18px!important}@media(max-width:380px){.record-page .record-actions-v2 .record-action-round-v191{width:44px!important;height:44px!important;flex-basis:44px!important;min-width:44px!important;min-height:44px!important}}[data-bw-route-mode=live] .bw-bottom-nav,[data-bw-route-mode=admin] .bw-bottom-nav,[data-bw-route-mode=lab] .bw-bottom-nav{display:none!important}.bw-app[data-route-mode=live],.bw-app[data-route-mode=admin],.bw-app[data-route-mode=lab]{min-height:100svh}.bw-admin-token-gate,.bw-visibility-admin{min-height:100svh;padding:max(22px,env(safe-area-inset-top)) 18px 40px;background:#050505;color:#f5f5f0}.bw-admin-token-gate form,.bw-admin-toolbar,.bw-admin-live-controls,.bw-admin-audit{border:1px solid rgba(255,255,255,.14);background:#ffffff0e;border-radius:22px;padding:16px}.bw-admin-token-gate input,.bw-admin-toolbar input,.bw-admin-toolbar select{width:100%;border:1px solid rgba(255,255,255,.14);background:#00000047;color:inherit;border-radius:14px;padding:12px 14px}.bw-admin-token-gate button,.bw-admin-toolbar button,.bw-admin-live-controls button,.bw-visibility-admin__actions button{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:inherit;border-radius:999px;padding:10px 13px;font-weight:750}.bw-admin-live-controls button.is-danger,.bw-admin-live-controls button.is-on{background:#d8ff3e;border-color:#d8ff3e;color:#050505}.bw-admin-status-line{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;color:#ffffffad;font-size:12px}.bw-live-emergency-blank{min-height:100svh;display:grid;place-items:center;background:#000;color:#ffffff73;font:800 clamp(42px,11vw,140px)/.88 system-ui,sans-serif;letter-spacing:-.08em;text-align:center}:root{--bw-desktop-max: 1180px;--bw-desktop-wide: 1320px}*{box-sizing:border-box}html,body,#root{min-height:100%}img{max-width:100%}.bw-main,.bw-route-motion{width:100%}@media(min-width:900px){body{overflow-x:hidden}.bw-app{min-height:100vh}.bw-main,.bw-alpha-plus-main{width:100%;max-width:none!important;padding:0!important}.bw-route-motion{min-height:100vh;display:flex;justify-content:center}.bw-home,.home-arena,.bw-alpha-home,.bw-home-screen{width:min(var(--bw-desktop-max),calc(100vw - 72px))!important;margin-inline:auto!important}.bw-find-screen{width:min(var(--bw-desktop-max),calc(100vw - 72px))!important;margin:0 auto!important;padding:36px 0 90px!important}.bw-find-header{position:sticky;top:18px;z-index:20;display:grid!important;grid-template-columns:auto minmax(360px,1fr);gap:14px;align-items:center;margin-bottom:18px!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bw-search-label{min-height:58px;border-radius:22px!important}.bw-feed-tabs-shell{margin:0 0 22px!important}.bw-feed-tabs{justify-content:center;flex-wrap:wrap}.bw-person-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;align-items:start}.bw-list-meta{grid-column:1 / -1}.bw-person-row{min-height:92px;border-radius:26px!important}.bw-person-avatar{width:64px!important;height:64px!important;object-fit:cover}}@media(min-width:1180px){.bw-person-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:940px){.record-page{width:min(var(--bw-desktop-wide),calc(100vw - 72px))!important;margin:0 auto!important;padding:34px 0 96px!important;display:grid!important;grid-template-columns:minmax(380px,520px) minmax(360px,1fr);grid-template-areas:"top top" "identity object" "content object" "content actions";column-gap:clamp(28px,5vw,72px);row-gap:20px;align-items:start}.record-topline{grid-area:top;width:100%}.record-identity{grid-area:identity;margin:0!important;padding:30px!important;border-radius:34px!important;position:sticky;top:28px}.record-identity h1{font-size:clamp(42px,5.4vw,82px)!important;line-height:.88!important;letter-spacing:-.07em!important}.record-object{grid-area:object;margin:0!important;width:100%!important;max-width:560px!important;justify-self:center;position:sticky;top:26px}.record-card-img,.record-photo-img,.record-card-fallback-v141{width:100%!important;max-height:calc(100vh - 80px);object-fit:contain}.record-actions{grid-area:actions;justify-content:center!important;margin:0!important}.record-content{grid-area:content;width:100%!important;max-width:none!important;margin:0!important;display:grid;gap:18px}.record-facts,.record-facts-v5,.record-facts-v19{grid-template-columns:repeat(3,minmax(0,1fr))!important}.record-related-grid-v19,.record-artifacts-grid-v1101{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(min-width:900px){.bw-drop-shell,.bw-drop-index,.bw-drop-detail{width:min(var(--bw-desktop-wide),calc(100vw - 72px))!important;margin-inline:auto!important;padding-left:0!important;padding-right:0!important}.bw-drop-shelves{gap:36px!important}.bw-poster-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bw-poster-grid--single{grid-template-columns:minmax(420px,720px)!important;justify-content:center}.wall-v4-page,.wall-system-page{width:min(var(--bw-desktop-wide),calc(100vw - 72px))!important;margin:0 auto!important;padding:38px 0 96px!important}.wall-v4-header h1{font-size:clamp(54px,8vw,126px)!important}.wall-v4-grid,.wall-system-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}}@media(min-width:1200px){.wall-v4-grid,.wall-system-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(min-width:1024px){.bw-admin-token-gate,.bw-visibility-admin{width:min(1280px,calc(100vw - 72px))!important;margin:0 auto!important;padding:36px 0 80px!important}.bw-visibility-admin{display:grid!important;grid-template-columns:320px minmax(0,1fr);grid-template-areas:"head toolbar" "live list" "audit list";gap:18px;align-items:start}.bw-visibility-admin>header{grid-area:head;position:sticky;top:26px}.bw-admin-live-controls{grid-area:live;position:sticky;top:230px}.bw-admin-toolbar{grid-area:toolbar;position:sticky;top:18px;z-index:10}.bw-visibility-admin__list{grid-area:list;max-height:calc(100vh - 120px);overflow:auto;padding-right:6px}.bw-admin-audit{grid-area:audit;position:sticky;top:430px;max-height:calc(100vh - 450px);overflow:auto}.bw-visibility-admin__row{grid-template-columns:minmax(0,1fr) auto!important;align-items:center}.bw-visibility-admin__actions{flex-wrap:nowrap!important}}@media(max-width:899px){.bw-main,.bw-alpha-plus-main{padding-bottom:env(safe-area-inset-bottom)}}.bw-home-layout-v113 .bw-stack-card-0{z-index:5!important;transform:translate(-50%) translateY(-2px) rotate(-1deg) scale(1)!important;opacity:1!important}.bw-home-layout-v113 .bw-stack-card-1{z-index:4!important;transform:translate(-16%) translateY(32px) rotate(5deg) scale(.76)!important;opacity:.68!important}.bw-home-layout-v113 .bw-stack-card-2{z-index:3!important;transform:translate(-4%) translateY(96px) rotate(-5deg) scale(.68)!important;opacity:.48!important}.bw-home-layout-v113 .bw-stack-card-3{z-index:2!important;transform:translate(-88%) translateY(46px) rotate(-7deg) scale(.72)!important;opacity:.56!important}.bw-home-layout-v113 .bw-stack-card-4{z-index:1!important;transform:translate(-94%) translateY(116px) rotate(7deg) scale(.62)!important;opacity:.38!important}.bw-cms-admin{max-width:1280px!important}.bw-cms-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff0a;position:sticky;top:8px;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bw-cms-tabs button{border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:inherit;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.bw-cms-tabs button.is-active{background:var(--acid, #b7ff00);color:#050505;border-color:var(--acid, #b7ff00)}.bw-cms-panel{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;border-radius:24px;padding:clamp(16px,2vw,28px);margin:18px 0}.bw-cms-panel h2{margin:0 0 8px;font-size:clamp(22px,3vw,40px);letter-spacing:-.04em;text-transform:uppercase}.bw-cms-panel p{color:#ffffffb8}.bw-cms-grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.bw-cms-field{display:grid;gap:6px}.bw-cms-field span{color:#ffffff94;font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.bw-cms-field input,.bw-cms-field select,.bw-cms-field textarea{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#0000006b;color:#fff;padding:12px 14px;font:inherit}.bw-cms-grid-form button,.bw-cms-upload{border:0;border-radius:16px;background:var(--acid, #b7ff00);color:#050505;padding:13px 16px;font-weight:950;cursor:pointer;text-align:center}.bw-cms-upload input{display:none}.bw-cms-check{display:flex;align-items:center;gap:10px;color:#ffffffbf;font-weight:800}.bw-cms-mini-list{margin-top:18px;display:grid;gap:8px;max-height:360px;overflow:auto}.bw-cms-mini-list p{margin:0;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;background:#00000038}@media(min-width:980px){.bw-visibility-admin.bw-cms-admin{padding-left:max(24px,calc((100vw - 1280px)/2));padding-right:max(24px,calc((100vw - 1280px)/2))}.bw-cms-panel{box-shadow:0 30px 90px #0000002e}}@media(max-width:760px){.bw-cms-grid-form{grid-template-columns:1fr}.bw-cms-tabs{position:static}.bw-cms-tabs button{flex:1;min-width:130px}}:root{--bw-desktop-max-final: 1440px;--bw-desktop-gutter-final: clamp(28px, 5vw, 72px)}.bw-qr-stage-v19 .qr-v15-copy,.bw-qr-stage-v15 .qr-v15-copy{width:min(88vw,760px)!important;max-width:calc(100vw - 56px)!important;display:grid!important;place-items:center!important;justify-items:center!important;text-align:center!important;overflow:visible!important}.bw-qr-stage-v19 .qr-v15-scan,.bw-qr-stage-v19 .qr-v15-found,.bw-qr-stage-v15 .qr-v15-scan,.bw-qr-stage-v15 .qr-v15-found{width:max-content!important;max-width:calc(100vw - 72px)!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;text-align:center!important;font-size:clamp(24px,6.8vw,36px)!important;line-height:.9!important;letter-spacing:-.055em!important;transform-origin:50% 50%!important}.bw-qr-stage-v19 .qr-v15-welcome,.bw-qr-stage-v15 .qr-v15-welcome{width:max-content!important;max-width:calc(100vw - 72px)!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;text-align:center!important;font-size:clamp(34px,9.2vw,54px)!important;line-height:.86!important;letter-spacing:-.078em!important}.bw-qr-stage-v19 .qr-v15-name,.bw-qr-stage-v15 .qr-v15-name{width:max-content!important;max-width:none!important;min-width:0!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;text-align:center!important;font-size:clamp(42px,13.8vw,68px)!important;line-height:.82!important;letter-spacing:-.086em!important;transform-origin:50% 50%!important;text-wrap:nowrap!important}@media(max-width:390px){.bw-qr-stage-v19 .qr-v15-name,.bw-qr-stage-v15 .qr-v15-name{font-size:clamp(38px,12.6vw,56px)!important;letter-spacing:-.082em!important}.bw-qr-stage-v19 .qr-v15-found,.bw-qr-stage-v15 .qr-v15-found{font-size:clamp(22px,6.1vw,30px)!important;letter-spacing:-.048em!important}}@media(min-width:681px){.bw-qr-stage-v19 .qr-v15-found,.bw-qr-stage-v15 .qr-v15-found{font-size:clamp(38px,6vw,78px)!important;max-width:min(90vw,960px)!important}.bw-qr-stage-v19 .qr-v15-name,.bw-qr-stage-v15 .qr-v15-name{font-size:clamp(72px,11vw,164px)!important}}@media(min-width:1024px){html,body,#root{min-width:0;width:100%;background:#f6f6f2!important}.bw-app,.bw-v12-white-shell,.bw-alpha-plus-shell{background:#f6f6f2!important;color:#080808!important;min-height:100vh!important;padding-bottom:0!important}.bw-main,.bw-alpha-plus-main,.bw-route-motion{width:100%!important;max-width:none!important;min-height:100vh!important;padding:0!important;display:block!important}.bw-bottom-nav,.bw-bottom-nav-restored{position:fixed!important;top:18px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%)!important;width:auto!important;min-width:560px!important;max-width:min(760px,calc(100vw - 64px))!important;height:58px!important;display:flex!important;grid-template-columns:none!important;gap:6px!important;padding:6px!important;border-radius:999px!important;background:#ffffffd1!important;border:1px solid rgba(12,12,12,.1)!important;box-shadow:0 18px 50px #00000017!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.bw-bottom-item{width:auto!important;min-width:98px!important;height:46px!important;flex:1 1 0!important;flex-direction:row!important;gap:8px!important;border-radius:999px!important;color:#00000094!important;background:transparent!important;font-size:13px!important;font-weight:900!important}.bw-bottom-item.active{color:#07110d!important;background:#b7ff00!important;box-shadow:inset 0 0 0 1px #00000014!important}.bw-bottom-item svg{width:18px!important;height:18px!important}.bw-system-home.bw-home-clean{width:100%!important;max-width:none!important;min-height:100vh!important;padding:96px var(--bw-desktop-gutter-final) 64px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;overflow:hidden!important;background:radial-gradient(circle at 16% 18%,rgba(183,255,0,.14),transparent 24%),radial-gradient(circle at 84% 28%,rgba(0,0,0,.045),transparent 26%),#f6f6f2!important}.bw-home-clean-head{width:min(var(--bw-desktop-max-final),100%)!important;margin:0 auto 20px!important;padding:0!important;height:auto!important}.bw-home-clean-stage{width:min(var(--bw-desktop-max-final),100%)!important;min-height:min(780px,calc(100vh - 160px))!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(560px,1.06fr) minmax(380px,.72fr)!important;grid-template-rows:1fr!important;align-items:center!important;gap:clamp(38px,6vw,96px)!important;padding:0!important}.bw-home-clean-stack{width:min(58vw,760px)!important;height:min(76vh,760px)!important;margin:0!important;transform:none!important;justify-self:stretch!important;align-self:center!important}.bw-home-clean-stack .bw-stack-card,.bw-home-layout-v113 .bw-stack-card{width:min(26vw,340px)!important;border-radius:28px!important;box-shadow:0 28px 80px #00000029,0 2px #ffffffd1 inset!important}.bw-home-layout-v113 .bw-stack-card-0{transform:translate(-52%,-49%) rotate(-2deg) scale(1.08)!important;opacity:1!important;z-index:5!important}.bw-home-layout-v113 .bw-stack-card-1{transform:translate(-6%,-36%) rotate(6deg) scale(.82)!important;opacity:.72!important;z-index:4!important}.bw-home-layout-v113 .bw-stack-card-2{transform:translate(4%,-10%) rotate(-5deg) scale(.74)!important;opacity:.54!important;z-index:3!important}.bw-home-layout-v113 .bw-stack-card-3{transform:translate(-96%,-33%) rotate(-7deg) scale(.78)!important;opacity:.62!important;z-index:2!important}.bw-home-layout-v113 .bw-stack-card-4{transform:translate(-106%,-4%) rotate(6deg) scale(.68)!important;opacity:.45!important;z-index:1!important}.bw-home-clean-copy{text-align:left!important;justify-self:start!important;align-self:center!important;max-width:560px!important;margin:0!important;padding:0!important;color:#090909!important}.bw-home-clean-copy p{font-size:13px!important;letter-spacing:.12em!important;font-weight:950!important;color:#0000007a!important;margin-bottom:16px!important}.bw-home-clean-copy h1{font-size:clamp(70px,7.2vw,126px)!important;line-height:.86!important;letter-spacing:-.075em!important;max-width:620px!important;margin:0!important;color:#050505!important}.bw-home-clean-actions{justify-content:flex-start!important;margin-top:30px!important}.bw-clean-action{min-height:54px!important;padding:0 22px!important;font-size:14px!important;border-radius:999px!important}.bw-find-screen{width:min(1420px,calc(100vw - 72px))!important;min-height:100vh!important;margin:0 auto!important;padding:110px 0 72px!important;display:grid!important;grid-template-columns:290px minmax(0,1fr)!important;grid-template-areas:"findHeader findList" "findTabs findList" ". findList"!important;gap:16px 28px!important;align-items:start!important;background:transparent!important}.bw-find-header{grid-area:findHeader!important;position:sticky!important;top:92px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:10px!important;padding:0!important;height:auto!important;background:transparent!important}.bw-search-label{min-height:56px!important;border-radius:20px!important;box-shadow:0 12px 38px #0000000f!important}.bw-feed-tabs-shell{grid-area:findTabs!important;position:sticky!important;top:164px!important;margin:0!important;background:transparent!important}.bw-feed-tabs{display:grid!important;gap:8px!important;justify-content:stretch!important;padding:0!important}.bw-feed-tab{width:100%!important;justify-content:flex-start!important;border-radius:18px!important;min-height:44px!important}.bw-person-list{grid-area:findList!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}.bw-list-meta{grid-column:1 / -1!important;min-height:54px!important;border-radius:20px!important}.bw-person-row{min-height:112px!important;border-radius:26px!important;padding:16px!important;box-shadow:0 16px 42px #0000000e!important}.bw-person-avatar{width:72px!important;height:72px!important;border-radius:20px!important;object-fit:cover!important}.bw-person-name{font-size:17px!important;line-height:1.05!important;letter-spacing:-.035em!important}.record-page{width:min(1420px,calc(100vw - 72px))!important;margin:0 auto!important;padding:104px 0 72px!important;display:grid!important;grid-template-columns:minmax(420px,560px) minmax(420px,1fr)!important;grid-template-areas:"top top" "object identity" "object actions" "object content"!important;gap:18px clamp(32px,5vw,86px)!important;align-items:start!important;background:transparent!important;color:#080808!important}.record-topline{grid-area:top!important;margin:0!important;width:100%!important}.record-object{grid-area:object!important;margin:0!important;width:100%!important;max-width:560px!important;position:sticky!important;top:104px!important;justify-self:end!important}.record-card-img,.record-photo-img,.record-card-fallback-v141{width:100%!important;max-height:calc(100vh - 132px)!important;object-fit:contain!important;border-radius:34px!important;box-shadow:0 34px 92px #00000021!important}.record-identity{grid-area:identity!important;position:static!important;margin:0!important;padding:34px!important;border-radius:34px!important;background:#ffffffb8!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 22px 70px #0000000f!important;color:#080808!important}.record-identity h1{font-size:clamp(58px,6vw,112px)!important;line-height:.86!important;letter-spacing:-.075em!important;color:#050505!important;margin:0!important;max-width:760px!important}.record-kicker,.record-identity p{color:#00000085!important}.record-actions{grid-area:actions!important;justify-content:flex-start!important;margin:0!important;gap:10px!important}.record-content{grid-area:content!important;margin:0!important;width:100%!important;max-width:720px!important;display:grid!important;gap:16px!important}.record-facts.record-facts-v19,.record-facts-v5{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.record-related-grid-v19,.record-artifacts-grid-v1101{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.bw-drop-system-screen{min-height:100vh!important;padding:104px var(--bw-desktop-gutter-final) 72px!important;background:#070707!important}.bw-drop-system-screen__inner{width:min(1420px,100%)!important;max-width:1420px!important;margin:0 auto!important;padding:0!important}.bw-drop-header{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;gap:28px!important;align-items:end!important}.bw-drop-header h1{font-size:clamp(74px,9vw,160px)!important;line-height:.82!important;max-width:900px!important}.bw-poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.bw-drop-shelves{gap:42px!important}.wall-v4-page,.wall-system-page{width:min(1480px,calc(100vw - 72px))!important;margin:0 auto!important;padding:110px 0 72px!important;background:#070707!important;color:#fff!important}.wall-v4-header{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:26px!important}.wall-v4-header h1{font-size:clamp(72px,9vw,150px)!important;line-height:.82!important;margin:0!important}.wall-v4-grid,.wall-system-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}.wall-v4-item img,.wall-system-item img{border-radius:22px!important;box-shadow:0 18px 54px #00000052!important}}@media(min-width:1280px){.bw-person-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}.wall-v4-grid,.wall-system-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}}@media(min-width:1600px){.bw-person-list{grid-template-columns:repeat(5,minmax(0,1fr))!important}.wall-v4-grid,.wall-system-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}}.record-qr-preload-v1132{min-height:100svh;display:grid;place-items:center;padding:32px;background:#fff}.record-qr-preload-card-v1132{width:min(86vw,420px);aspect-ratio:.72;border:1px solid rgba(0,0,0,.08);border-radius:34px;box-shadow:0 28px 70px #0000000f;display:grid;place-items:center;text-align:center;color:#050505}.record-qr-preload-card-v1132 span{font-size:13px;letter-spacing:.18em;font-weight:900;opacity:.38}.record-qr-preload-card-v1132 strong{display:block;max-width:260px;font-size:clamp(30px,8vw,56px);line-height:.9;text-transform:uppercase;font-weight:1000;letter-spacing:-.07em}.record-qr-preload-card-v1132 small{font-size:11px;letter-spacing:.18em;font-weight:900;opacity:.45}
