*, *::before, *::after{box-sizing: border-box;}html{-webkit-text-size-adjust: 100%; scroll-behavior: smooth;}body{margin: 0; background: var(--bg-deep); color: var(--text); font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif; overflow-x: hidden; overflow-wrap: break-word;}a{color: inherit; text-decoration: none;}a:hover{color: var(--brand);}input, button, select, textarea{font: inherit;}img{max-width: 100%;}::selection{background: var(--brand); color: var(--brand-ink);}@keyframes td-sheen{from{transform: translateX(-120%);}to{transform: translateX(220%);}}@keyframes td-pulse{0%, 100%{opacity: .55; transform: scale(1);}50%{opacity: 1; transform: scale(1.35);}}@keyframes td-rise{from{opacity: 0; transform: translateY(14px);}to{opacity: 1; transform: translateY(0);}}@media (prefers-reduced-motion: reduce){html{scroll-behavior: auto;}*, *::before, *::after{animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important;}}.xf6162af{position: relative; min-height: 100vh; background: var(--bg); padding-bottom: 24px; overflow-x: clip;}.xcb95d97{position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: 0;}.x9a72bbf{position: absolute; border-radius: 50%;}.x1ba6b4d{top: -10%; left: -8%; width: 52vw; height: 52vw; filter: blur(40px); opacity: .5; background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--brand) 42%, transparent), transparent 68%);}.xdd3d9c2{top: 24%; right: -14%; width: 46vw; height: 46vw; filter: blur(44px); opacity: .38; background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 66%);}.xb102c8e{bottom: -16%; left: 22%; width: 44vw; height: 44vw; filter: blur(50px); opacity: .3; background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--brand) 26%, transparent), transparent 70%);}.x420689e{position: relative; z-index: 1; max-width: 1320px; margin: 0 auto; padding: clamp(18px, 3vw, 30px) clamp(12px, 3vw, 26px) 0; display: flex; flex-direction: column; --stack-gap: clamp(44px, 6vw, 86px); gap: var(--stack-gap);}.x28b6c2b{position: relative; border: 1px solid var(--stroke); border-radius: 24px; background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(180%); -webkit-backdrop-filter: blur(var(--blur)) saturate(180%); box-shadow: var(--shadow), inset 0 1px 0 var(--hi);}.x4a5a23d{position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(180deg, var(--pane-gloss), transparent var(--pane-gloss-stop, 42%));}.xa679422{display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px;}.xf7dd929{display: flex; align-items: center; gap: 12px;}.x515d14f{margin: 0; font-size: clamp(24px, 3.2vw, 36px); font-weight: 800; letter-spacing: -.03em;}.x7418f35{font-family: 'Share Tech', monospace;}:where( button.x7aba4cf, button.x5f7f38d, button.x99b0e52, button.x961af50, button.xa1aa160, button.xf21ebb4, button.x3e7598f, button.xf2f3c7a, button.xa19a46e, button.x5bf083c, button.x833bdb1, .xde3732b button ){appearance: none; -webkit-appearance: none; margin: 0; padding: 0; border: 0; background: transparent; color: inherit; text-align: inherit; cursor: pointer;}.x7aba4cf{display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;}.x0c333c0{position: relative; overflow: hidden; font-weight: 800; color: var(--brand-ink); background: linear-gradient(150deg, color-mix(in srgb, var(--brand) 88%, #fff), var(--brand)); box-shadow: 0 10px 26px color-mix(in srgb, var(--brand) 40%, transparent), inset 0 1px 0 rgba(255, 255, 255, .5);}.x0c333c0:hover{color: var(--brand-ink); transform: translateY(-2px);}.x4ff447d{position: absolute; top: 0; bottom: 0; width: 38%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent); animation: td-sheen 3.4s ease-in-out infinite; pointer-events: none;}.x5817d04{color: var(--text); background: var(--glass-2); border-color: var(--stroke);}.x5817d04:hover{color: var(--brand); border-color: var(--brand-line); transform: translateY(-2px);}.x2b7884c{padding: 9px 14px; border-radius: 12px; font-size: 13px; color: var(--text-dim); background: transparent; border-color: var(--stroke);}.x2b7884c:hover{color: var(--brand); border-color: var(--brand-line);}.xea6dd33{display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--stroke); border-radius: 50%; color: var(--text-dim); background: var(--glass-2); cursor: pointer; transition: color .18s ease, border-color .18s ease;}.xea6dd33:hover{color: var(--brand); border-color: var(--brand-line);}.xea6dd33[disabled]{opacity: .45; cursor: default;}.xea6dd33[disabled]:hover{color: var(--text-dim); border-color: var(--stroke);}.xe35606a{position: sticky; top: 0; z-index: 60; padding: 10px clamp(10px, 3vw, 22px) 0;}.x29f0073{position: relative; max-width: 1320px; margin: 0 auto; display: flex; align-items: center; gap: 14px; padding: 10px 12px 10px 16px; border: 1px solid var(--stroke); border-radius: 22px; background: var(--glass-2); backdrop-filter: blur(var(--blur)) saturate(180%); -webkit-backdrop-filter: blur(var(--blur)) saturate(180%); box-shadow: var(--shadow), inset 0 1px 0 var(--hi);}.x3f971a2{position: relative; display: flex; align-items: center; gap: 10px; flex-shrink: 0;}.xb81d30e{display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(150deg, var(--brand), color-mix(in srgb, var(--brand) 55%, #FF7A00)); box-shadow: 0 6px 18px color-mix(in srgb, var(--brand) 45%, transparent);}.x9cbd820{font-weight: 800; font-size: 17px; letter-spacing: -.02em;}.xce9a60f{color: var(--brand);}.x5e5c86e{display: block; height: 34px; width: auto;}.x8017df5{flex: 1; display: flex; justify-content: center; gap: 2px;}.xc0fca27{flex: 1;}.x99b0e52{display: flex; align-items: center; gap: 7px; padding: 10px 14px; border-radius: 12px; font-size: 14px; font-weight: 600; color: var(--text-dim); white-space: nowrap; transition: background .18s ease, color .18s ease;}.x99b0e52:hover{background: var(--glass-2); color: var(--text);}.x63edac6{position: relative;}.x507c0e6{position: absolute; top: 100%; left: 0; z-index: 20; margin: 6px 0 0; padding: 8px; min-width: 190px; max-height: 300px; overflow-y: auto; list-style: none; border: 1px solid var(--stroke-2); border-radius: 16px; background: var(--glass-2); backdrop-filter: blur(28px) saturate(180%); -webkit-backdrop-filter: blur(28px) saturate(180%); box-shadow: var(--shadow); display: none;}.x63edac6:hover .x507c0e6, .x63edac6:focus-within .x507c0e6, .x63edac6[data-open] .x507c0e6{display: block;}.x961af50{display: block; padding: 10px 14px; border-radius: 11px; font-size: 14px; color: var(--text-dim); white-space: nowrap;}.x961af50:hover{background: var(--brand-soft); color: var(--brand);}.xa1aa160{padding: 11px 16px; border-radius: 13px; font-size: 14px; font-weight: 700; color: var(--brand); transition: background .18s ease;}.xa1aa160:hover{background: var(--brand-soft);}@media (max-width: 1159px){.x8017df5{display: none;}.x29f0073{padding: 10px 12px;}}.xa1aa160, .x29f0073 .x7aba4cf{flex-shrink: 0; white-space: nowrap;}@media (max-width: 1159px){.x3f971a2{min-width: 0; flex-shrink: 1;}.x5e5c86e{max-width: 150px; object-fit: contain; object-position: left center;}.x9cbd820{min-width: 0; overflow: hidden; text-overflow: ellipsis;}}@media (max-width: 700px){.xa1aa160{padding: 9px 12px; font-size: 13px;}.x29f0073 .x7aba4cf{padding: 10px 15px; font-size: 13px;}}@media (max-width: 480px){.x29f0073{padding: 9px 10px; gap: 2px;}.xa1aa160{padding: 8px 9px; font-size: 12.5px; border-radius: 11px;}.x29f0073 .x7aba4cf{padding: 9px 12px; font-size: 12.5px; border-radius: 12px;}.x3f971a2{gap: 7px;}.xb81d30e{width: 30px; height: 30px; border-radius: 10px;}.x5e5c86e{height: 30px; max-width: 116px;}.x9cbd820{font-size: 15px;}}@media (max-width: 380px){.xa1aa160{padding: 7px 7px; font-size: 12px;}.x29f0073 .x7aba4cf{padding: 8px 10px; font-size: 12px;}.xb81d30e{width: 27px; height: 27px;}.x5e5c86e{height: 27px; max-width: 92px;}.x9cbd820{font-size: 14px;}}.x361fd45{position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none; align-items: stretch; justify-content: space-around; gap: 2px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid var(--stroke); background: var(--glass-2); backdrop-filter: blur(var(--blur)) saturate(180%); -webkit-backdrop-filter: blur(var(--blur)) saturate(180%);}.x3e7598f{flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 6px 2px; border: 0; background: transparent; font-size: 11px; font-weight: 600; color: var(--text-dim); cursor: pointer; min-width: 0;}.x3e7598f:hover{color: var(--brand);}.x70f251c{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-align: center; line-height: 1.2;}@media (max-width: 1159px){.x361fd45{display: flex;}.xf6162af{padding-bottom: 104px;}}.xa72ecb8{position: fixed; inset: 0; z-index: 80; display: none;}body[data-nav-open] .xa72ecb8{display: block;}.x4fbd935{position: absolute; inset: 0; background: rgba(0, 0, 0, .55);}.x0dfb476{position: absolute; left: 12px; right: 12px; bottom: 92px; padding: 12px; display: flex; flex-direction: column; gap: 8px; border: 1px solid var(--stroke-2); border-radius: 22px; background: var(--bg); box-shadow: var(--shadow); animation: td-rise .22s ease both;}.xf2f3c7a{display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--stroke); border-radius: 16px; font-size: 15px; font-weight: 600; color: var(--text);}.xf2f3c7a:hover{border-color: var(--brand-line); color: var(--brand);}.x4953065{display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 auto; border-radius: 9px; background: var(--brand-soft); color: var(--brand); font-size: 12px; font-weight: 800;}.x063bb76{flex: 1;}.x1b0cecf{display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border: 0; border-radius: 16px; background: var(--glass-2); color: var(--text-dim); font-weight: 700; cursor: pointer;}.x12dde43{position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 18px;}.x12dde43[data-open]{display: flex;}.x004f195{position: absolute; inset: 0; background: rgba(0, 0, 0, .6);}.x4036a22{position: relative; width: min(520px, 100%); max-height: 80vh; overflow-y: auto; padding: 18px; border: 1px solid var(--stroke-2); border-radius: 22px; background: var(--bg); box-shadow: var(--shadow);}.x55b435d{display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px;}.xdf41778{margin: 0; font-size: 17px; font-weight: 800;}.x1e5fd2e{display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px;}.xb796cdf{display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 12px 14px; border: 1px solid var(--stroke); border-radius: 14px; background: var(--glass); color: var(--text-dim); font-size: 14px; font-weight: 600;}.xb796cdf:hover{border-color: var(--brand-line); color: var(--brand);}.xb796cdf[aria-current="true"]{border-color: var(--brand-line); background: var(--brand-soft); color: var(--brand);}.x82aaa90{position: fixed; right: 18px; bottom: 18px; z-index: 75; width: min(320px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--brand-line); border-radius: 22px; background: var(--bg); box-shadow: var(--shadow); animation: td-rise .3s ease both;}.x82aaa90[hidden]{display: none;}.x943aa9d{position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(120% 100% at 100% 0%, color-mix(in srgb, var(--brand) 26%, transparent), transparent 60%);}.xf4b5be0{position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--stroke); border-radius: 10px; background: var(--glass); color: var(--text-dim); cursor: pointer;}.xf4b5be0:hover{color: var(--brand);}.x1769db2{position: relative; margin: 0; font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--brand);}.xf7e4950{position: relative; margin: 6px 0 0; font-size: 13px; color: var(--text-mute);}.xf985653{position: relative; margin: 12px 0 16px; font-size: 26px; color: var(--text);}.x9feab4b{position: relative; width: 100%;}@media (max-width: 1159px){.x82aaa90{bottom: 104px;}}.xe5ac84f{position: relative; z-index: 1; margin-top: clamp(36px, 5vw, 64px); padding: 0 clamp(12px, 3vw, 26px);}.xc6ab45c{max-width: 1320px; margin: 0 auto; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--stroke); border-radius: 26px; background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(180%); -webkit-backdrop-filter: blur(var(--blur)) saturate(180%);}.x21726c1{display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px);}@media (max-width: 900px){.x21726c1{grid-template-columns: 1fr 1fr;}}@media (max-width: 560px){.x21726c1{grid-template-columns: 1fr;}}.xeb1e9dc{margin: 18px 0 10px; font-size: 16px; font-weight: 800;}.xe4f0311{margin: 0 0 18px; font-size: 14px; line-height: 1.65; color: var(--text-mute); max-width: 34ch;}.x943ddb2{display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; max-width: 300px;}.xbfb0b8e{display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 12px; background: var(--glass-2); font-size: 12px; font-weight: 700; color: var(--text-mute);}.x3dcd737{margin: 0 0 16px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--brand);}.xf21ebb4{display: block; margin-bottom: 12px; font-size: 14px; color: var(--text-dim);}.xf21ebb4:hover{color: var(--brand);}.xde3732b{display: flex; gap: 10px; margin-top: 16px;}.xde3732b a, .xde3732b button{display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--glass-2); color: var(--text-dim);}.xde3732b a:hover, .xde3732b button:hover{color: var(--brand);}.x73071c3{display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border: 0; border-radius: 14px; background: var(--glass-2); color: var(--text); font-size: 14px; font-weight: 700; cursor: pointer;}.x73071c3:hover{color: var(--brand);}.x23cce62{display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: clamp(20px, 3vw, 32px); padding-top: 18px; border-top: 1px solid var(--stroke); font-size: 13px; color: var(--text-mute);}.x23cce62 p{margin: 0;}.x51ae93e{display: flex; gap: 8px;}.xa962ed8{position: relative; border-radius: 28px; overflow: hidden; border: 1px solid var(--stroke); box-shadow: var(--shadow);}.x5f715c5{background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(160%); -webkit-backdrop-filter: blur(var(--blur)) saturate(160%); box-shadow: var(--shadow), inset 0 1px 0 var(--hi);}.x9dced46{display: flex; transition: transform .8s cubic-bezier(.65, 0, .2, 1);}.x0bf05b6{position: relative; flex: 0 0 100%;}.x5f715c5 .x0bf05b6{display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: stretch; min-height: clamp(320px, 34vw, 420px);}.x5f715c5 .x7485b1e{display: flex; flex-direction: column; justify-content: center; gap: clamp(18px, 2.4vw, 26px); padding: clamp(24px, 4vw, 52px) clamp(22px, 3.4vw, 46px) clamp(70px, 8vw, 86px);}.x5f715c5 .x65754e3{margin: 0; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.05; font-weight: 800; letter-spacing: -.038em; text-wrap: pretty;}.x5f715c5 .x53cebfb{position: relative; min-height: 220px; overflow: hidden;}.x5f715c5 .x53cebfb img{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}.x5f715c5 .xc0a5943{position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 45%, transparent) 34%, transparent 72%);}.xdac43be .x0bf05b6, .xd6213d2 .x0bf05b6{background: #0E0F12; display: flex; flex-direction: column;}.xdac43be .x0bf05b6{min-height: clamp(340px, 42vw, 520px); align-items: center; justify-content: center; text-align: center; gap: clamp(20px, 2.6vw, 30px); padding: clamp(48px, 7vw, 86px) clamp(20px, 6vw, 90px) clamp(86px, 9vw, 110px);}.xd6213d2 .x0bf05b6{min-height: clamp(330px, 38vw, 470px); justify-content: flex-end; gap: clamp(18px, 2.4vw, 26px); padding: clamp(56px, 8vw, 90px) clamp(22px, 3.6vw, 50px) clamp(26px, 3.4vw, 44px);}.xdac43be .x0bf05b6 > img, .xd6213d2 .x0bf05b6 > img{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}.xdac43be .xc0a5943{position: absolute; inset: 0; background: radial-gradient(90% 90% at 50% 50%, rgba(6, 7, 9, .5), rgba(6, 7, 9, .86) 100%);}.xd6213d2 .xc0a5943{position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 7, 9, .15) 0%, rgba(6, 7, 9, .45) 45%, rgba(6, 7, 9, .92) 100%);}.xdac43be .x65754e3, .xd6213d2 .x65754e3{position: relative; margin: 0; font-weight: 800; color: var(--on-media);}.xdac43be .x65754e3{max-width: 15ch; font-size: clamp(30px, 5.4vw, 60px); line-height: 1.02; letter-spacing: -.042em; text-wrap: balance; text-shadow: 0 10px 44px rgba(0, 0, 0, .5);}.xd6213d2 .x65754e3{max-width: min(680px, 88%); font-size: clamp(26px, 4.2vw, 48px); line-height: 1.04; letter-spacing: -.04em; text-shadow: 0 8px 32px rgba(0, 0, 0, .45); text-wrap: pretty;}.x4cea79e{position: relative; display: flex; flex-wrap: wrap; gap: 10px;}.xdac43be .x4cea79e{justify-content: center;}.x5f7f38d{display: inline-flex; align-items: center; justify-content: center; padding: 15px 28px; border: 0; border-radius: 999px; font-size: 15px; font-weight: 800; white-space: nowrap; cursor: pointer; color: var(--brand-ink); background: linear-gradient(150deg, color-mix(in srgb, var(--brand) 88%, #fff), var(--brand)); box-shadow: 0 14px 34px color-mix(in srgb, var(--brand) 42%, transparent), inset 0 1px 0 rgba(255, 255, 255, .55); transition: transform .25s ease;}.x5f7f38d:hover{color: var(--brand-ink); transform: translateY(-2px);}.x366602a{padding: 15px 24px; font-weight: 700; color: var(--text); background: var(--glass-2); border: 1px solid var(--stroke-2); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: inset 0 1px 0 var(--hi); transition: transform .25s ease, border-color .25s ease, color .25s ease;}.x366602a:hover{transform: translateY(-2px); border-color: var(--brand-line); color: var(--brand);}.xdac43be .x366602a, .xd6213d2 .x366602a{color: var(--on-media); background: var(--media-glass); border-color: var(--media-stroke); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35);}.x9949104{position: absolute; display: flex; align-items: center; gap: 14px;}.x5f715c5 .x9949104{left: clamp(22px, 3.4vw, 46px); bottom: clamp(20px, 2.6vw, 30px);}.xdac43be .x9949104{left: 50%; transform: translateX(-50%); bottom: clamp(18px, 2.6vw, 28px); gap: 8px;}.xd6213d2 .x9949104{right: clamp(22px, 3.6vw, 50px); bottom: clamp(20px, 2.6vw, 30px);}.xe694c80{display: flex; align-items: center; gap: 7px;}.x3cc1dc7{width: 9px; height: 6px; border: 0; padding: 0; border-radius: 999px; background: var(--stroke-2); cursor: pointer; transition: all .4s ease;}.x3cc1dc7[aria-current="true"]{width: 30px; background: var(--brand);}.xd6213d2 .x3cc1dc7{background: rgba(255, 255, 255, .45);}.xd6213d2 .x3cc1dc7[aria-current="true"]{background: var(--brand);}.x6ffa191{display: flex; gap: 8px;}.xf4ef68a{display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--media-stroke); background: var(--media-glass); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35); color: var(--on-media); cursor: pointer; transition: color .25s ease, border-color .25s ease;}.xf4ef68a:hover{color: var(--brand); border-color: var(--brand-line);}.x33b8bb8{display: grid; place-items: center; min-width: 74px; height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--media-stroke); background: var(--glass-2); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35); font-size: 15px; color: var(--on-media);}.x5f715c5 .x9949104 .xf4ef68a{color: var(--text); border-color: var(--stroke-2); background: var(--glass-2);}.x5f715c5 .x9949104 .xf4ef68a:hover{color: var(--brand); border-color: var(--brand-line);}.xa962ed8[data-slides="1"] .x9949104{display: none;}@media (max-width: 560px){.xd6213d2 .x0bf05b6{padding-bottom: 76px;}}.x19c4fe0{display: flex; flex-direction: column; gap: clamp(16px, 2vw, 24px);}.xca86e79{display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 16px);}@media (max-width: 1159px){.xca86e79{grid-template-columns: repeat(4, minmax(0, 1fr));}}@media (max-width: 720px){.xca86e79{grid-template-columns: repeat(3, minmax(0, 1fr));}}@media (max-width: 460px){.xca86e79{grid-template-columns: repeat(2, minmax(0, 1fr));}}.xca86e79:not([data-expanded]) > *:nth-child(n+13){display: none;}@media (max-width: 1159px){.xca86e79:not([data-expanded]) > *:nth-child(n+9){display: none;}}@media (max-width: 720px){.xca86e79:not([data-expanded]) > *:nth-child(n+7){display: none;}}@media (max-width: 460px){.xca86e79:not([data-expanded]) > *:nth-child(n+5){display: none;}}.xa19a46e{position: relative; display: block; border-radius: 18px; overflow: hidden; border: 1px solid var(--stroke); background: var(--glass); box-shadow: inset 0 1px 0 var(--hi); transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .3s ease;}.xa19a46e:hover{transform: translateY(-6px); border-color: var(--brand-line);}.x82fa9a0{display: block; position: relative; aspect-ratio: 1 / 1.2; overflow: hidden;}.x82fa9a0 img{width: 100%; height: 100%; object-fit: cover;}.x279629c{position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 7, 9, .9) 0%, rgba(6, 7, 9, 0) 52%);}.x1a4acca{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(.92); display: grid; place-items: center; width: clamp(56px, 32%, 74px); aspect-ratio: 1; border-radius: 50%; background: rgba(255, 255, 255, .16); backdrop-filter: blur(14px) saturate(180%); -webkit-backdrop-filter: blur(14px) saturate(180%); border: 1px solid rgba(255, 255, 255, .42); box-shadow: 0 14px 34px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .6); color: #fff; transition: transform .18s cubic-bezier(.2, .8, .2, 1), background .3s ease, border-color .3s ease;}.xa19a46e:hover .x1a4acca{transform: translate(-50%, -50%) scale(1); background: color-mix(in srgb, var(--brand) 78%, transparent);}.x1a4acca svg{filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35)); margin-left: 2px;}.x8cd97b3{position: absolute; left: 0; right: 0; bottom: 0; padding: 11px 12px;}.xf5f1bf3{display: block; margin: 0; font-size: 13.5px; font-weight: 700; letter-spacing: -.01em; color: #fff; text-shadow: 0 2px 10px rgba(0, 0, 0, .55); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.x42af96d{display: flex; flex-direction: column; gap: clamp(14px, 1.8vw, 20px);}.x2bc07b7{display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px 2px 6px;}.x2bc07b7::-webkit-scrollbar{display: none;}.x770378b{display: flex; gap: 8px;}.xffd0032{display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; border: 1px solid var(--stroke); background: var(--glass); color: var(--text); cursor: pointer; transition: color .25s ease, border-color .25s ease;}.xffd0032:hover{color: var(--brand); border-color: var(--brand-line);}.x5bf083c{flex: 0 0 auto; scroll-snap-align: start; display: flex; align-items: center; gap: 12px; width: 250px; padding: 11px; border-radius: 18px; background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(160%); -webkit-backdrop-filter: blur(var(--blur)) saturate(160%); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi);}.x672ca94{width: 54px; height: 54px; border-radius: 13px; object-fit: cover; flex-shrink: 0;}.x4f8b6f5{display: block; min-width: 0;}.xec1c109{display: block; font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--text-mute);}.x528257b{display: block; margin-top: 2px; font-size: 14px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.x04225c0{display: block; margin-top: 2px; font-size: 16px; color: var(--brand);}.x22d288f{display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: var(--text-dim);}.x721afb6{width: 8px; height: 8px; border-radius: 50%; background: #2FCF6B; animation: td-pulse 1.8s ease-in-out infinite;}.x833bdb1{flex: 0 0 auto; scroll-snap-align: start; width: 186px; border-radius: 18px; overflow: hidden; background: var(--glass); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi); transition: transform .35s cubic-bezier(.2, .8, .2, 1), border-color .3s ease;}.x833bdb1:hover{transform: translateY(-5px); border-color: var(--brand-line);}.x6e2168a{display: block; position: relative; aspect-ratio: 1 / 1.08;}.x6e2168a img{width: 100%; height: 100%; object-fit: cover;}.xd9d4629{position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 7, 9, .88) 0%, rgba(6, 7, 9, 0) 55%);}.x371ec8e{position: absolute; top: 44%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: clamp(52px, 34%, 66px); aspect-ratio: 1; border-radius: 50%; background: rgba(255, 255, 255, .16); backdrop-filter: blur(14px) saturate(180%); -webkit-backdrop-filter: blur(14px) saturate(180%); border: 1px solid rgba(255, 255, 255, .42); box-shadow: 0 14px 30px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6); color: #fff; transition: transform .18s cubic-bezier(.2, .8, .2, 1), background .3s ease;}.x833bdb1:hover .x371ec8e{background: color-mix(in srgb, var(--brand) 78%, transparent);}.x816192f{position: absolute; left: 10px; right: 10px; bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px;}.x09e7ba3{min-width: 0; font-size: 11.5px; font-weight: 700; color: rgba(255, 255, 255, .7); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.x5818802{flex-shrink: 0; padding: 5px 9px; border-radius: 999px; background: var(--brand); color: var(--brand-ink); font-size: 14px; white-space: nowrap; box-shadow: 0 8px 20px color-mix(in srgb, var(--brand) 40%, transparent);}[data-live-card][data-live-swap]{transition: opacity .22s ease, translate .22s ease;}[data-live-card][data-live-swap="out"]{opacity: 0; translate: 0 7px;}[data-live-card][data-live-swap="in"]{opacity: 1; translate: none;}@media (prefers-reduced-motion: reduce){[data-live-card][data-live-swap]{transition: none;}}.x23421f0{scroll-margin-top: 96px;}.x23421f0 > * + *{margin-top: 16px;}.x23421f0 > :first-child{margin-top: 0;}.x23421f0 + .x23421f0{margin-top: clamp(20px, 3vw, 34px);}.x23421f0 h2{margin: 0; font-size: clamp(23px, 3.1vw, 34px); font-weight: 800; letter-spacing: -.03em; text-wrap: pretty;}.x23421f0 h3{margin: 26px 0 0; font-size: clamp(18px, 2.2vw, 24px); font-weight: 800; letter-spacing: -.02em;}.x23421f0 h4{margin: 22px 0 0; font-size: 17px; font-weight: 800;}.x23421f0 p{margin: 16px 0 0; font-size: 14.5px; line-height: 1.7; color: var(--text-dim); text-wrap: pretty;}.x23421f0 a{color: var(--brand);}.x23421f0 strong{color: var(--text);}.x23421f0 ol{counter-reset: td-step; margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; max-width: 900px;}.x23421f0 ol > li{counter-increment: td-step; position: relative; padding: 16px 18px 16px 72px; border-radius: 18px; background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi); font-size: 14.5px; line-height: 1.65; color: var(--text-dim);}.x23421f0 ol > li::before{content: counter(td-step); position: absolute; left: 18px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; background: var(--brand); border: 1px solid var(--brand-line); color: var(--brand-ink); font-family: 'Share Tech', monospace; font-size: 17px; box-shadow: 0 8px 20px color-mix(in srgb, var(--brand) 32%, transparent);}.x23421f0 ul{margin: 16px 0 0; padding: clamp(16px, 2.2vw, 24px); list-style: none; display: flex; flex-direction: column; gap: 14px; max-width: 900px; border-radius: 20px; background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi);}.x23421f0 ul > li{position: relative; padding-left: 23px; font-size: 14.5px; line-height: 1.65; color: var(--text-dim);}.x23421f0 ul > li::before{content: ""; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft), 0 6px 14px color-mix(in srgb, var(--brand) 40%, transparent);}.x23421f0 table{width: 100%; max-width: 900px; border-collapse: collapse; font-size: 14px; border-radius: 20px; overflow: hidden; background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi);}.x23421f0 thead th{background: var(--glass-2); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-mute);}.x23421f0 tr{border-bottom: 1px solid var(--stroke);}.x23421f0 tr:last-child{border-bottom: 0;}.x23421f0 th{text-align: left; padding: 14px 16px; font-weight: 700; color: var(--text);}.x23421f0 tbody th{width: 42%;}.x23421f0 td{padding: 14px 16px; color: var(--text-dim);}.xebeaad6{overflow-x: auto; clear: both;}.xddc12df > * + *{margin-top: 16px;}.xddc12df > img + p{margin-top: 0;}.x39905ee{display: block; width: 100%; max-width: 720px; border-radius: 20px;}.x6671cc9{float: left; width: min(320px, 42%); margin: 4px 22px 14px 0; border-radius: 18px;}.xddc12df::after{content: ""; display: block; clear: both;}@media (max-width: 640px){.x6671cc9{float: none; width: 100%; margin: 0 0 14px;}}.x67b5966{display: flow-root;}.xce9daa6{display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.6vw, 30px); align-items: start;}.x529f474{position: sticky; top: clamp(78px, 9vw, 96px);}@media (max-width: 720px){.xce9daa6{grid-template-columns: 1fr;}.x529f474{position: static;}}.x3fb5103{display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 12px; align-items: start;}.x3fb5103 > :not(details){grid-column: 1 / -1;}.x3378964{border-radius: 18px; background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi); overflow: hidden; transition: border-color .3s ease;}.x3378964[open]{border-color: var(--brand-line);}.x3378964 > summary{display: flex; align-items: center; gap: 14px; padding: 16px; font-size: 15px; font-weight: 700; letter-spacing: -.01em; color: var(--text); cursor: pointer; list-style: none;}.x3378964 > summary::-webkit-details-marker{display: none;}.x3378964 > summary::after{content: "+"; flex-shrink: 0; display: grid; place-items: center; width: 30px; height: 30px; margin-left: auto; border-radius: 10px; background: var(--glass-2); border: 1px solid var(--stroke); color: var(--brand); font-size: 18px; line-height: 1; transition: transform .35s ease;}.x3378964[open] > summary::after{transform: rotate(45deg);}.x3378964 > p, .x3378964 > div{margin: 0; padding: 0 16px 16px; font-size: 14px; line-height: 1.7; color: var(--text-dim);}.xb30f356{position: relative; overflow: hidden; padding: clamp(28px, 5vw, 64px) clamp(22px, 4.5vw, 56px); border-radius: 28px; background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(160%); -webkit-backdrop-filter: blur(var(--blur)) saturate(160%); border: 1px solid var(--stroke); box-shadow: var(--shadow), inset 0 1px 0 var(--hi);}.xd7742a8{position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 90% at 50% 0%, color-mix(in srgb, var(--brand) 26%, transparent), transparent 62%);}.xf03ecee{position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(320px, 60%); height: 3px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, transparent, var(--brand), transparent);}.xf6d7463{position: relative; display: flex; flex-direction: column; gap: 18px;}.x942cd60{margin: 0; font-size: clamp(28px, 4.4vw, 46px); line-height: 1.06; font-weight: 800; letter-spacing: -.038em; text-wrap: pretty;}.x942cd60 em{font-style: normal; color: var(--brand);}.x5623d98{margin: 0; font-size: clamp(13.5px, 1.3vw, 15.5px); line-height: 1.7; color: var(--text-dim); text-wrap: pretty;}.x000b34b{align-self: flex-start; padding: 7px 13px; border-radius: 999px; background: var(--brand-soft); border: 1px solid var(--brand-line); color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;}.x76c7c3b{text-align: center;}.x76c7c3b .xf6d7463{align-items: center; margin: 0 auto;}.xacc19ce .xd7742a8{background: radial-gradient(70% 90% at 0% 0%, color-mix(in srgb, var(--brand) 22%, transparent), transparent 60%);}.x59bf4e7 .xe13d4a1{height: 1px; background: var(--stroke);}.x8057ce2{padding: clamp(16px, 2.4vw, 26px); border-radius: 22px; background: var(--glass); backdrop-filter: blur(var(--blur)); -webkit-backdrop-filter: blur(var(--blur)); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi);}.x85b7e0d{display: flex; align-items: center; justify-content: space-between; gap: 14px;}.x7d66f3b{margin: 0; font-size: 16px; font-weight: 800; letter-spacing: -.02em;}.x982a3b0{padding: 9px 15px; border: 1px solid var(--stroke); border-radius: 11px; background: var(--glass-2); color: var(--text-dim); font-weight: 700; font-size: 13px; cursor: pointer;}.x982a3b0:hover{color: var(--brand); border-color: var(--brand-line);}.xaa72a8b{margin: 14px 0 0; padding: 0 6px 0 0; list-style: none; display: flex; flex-direction: column; gap: 2px; max-height: min(46vh, 400px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: color-mix(in srgb, var(--brand) 55%, transparent) var(--glass-2); scrollbar-gutter: stable; -webkit-mask-image: linear-gradient(180deg, #000 calc(100% - 26px), transparent 100%); mask-image: linear-gradient(180deg, #000 calc(100% - 26px), transparent 100%);}.xaa72a8b::-webkit-scrollbar{width: 8px;}.xaa72a8b::-webkit-scrollbar-track{background: var(--glass-2); border-radius: 999px;}.xaa72a8b::-webkit-scrollbar-thumb{border-radius: 999px; border: 2px solid transparent; background: color-mix(in srgb, var(--brand) 55%, transparent); background-clip: padding-box;}.xaa72a8b::-webkit-scrollbar-thumb:hover{background: var(--brand); background-clip: padding-box;}.x8057ce2[data-collapsed] .xaa72a8b{display: none;}.x4d4bf01{display: flex; gap: 12px; align-items: baseline; padding: 10px 12px; border-radius: 12px;}.x4d4bf01:hover{background: var(--glass-2);}.x0776c00{flex-shrink: 0; font-size: 13px; color: var(--brand);}.x7bced2c{font-size: 14.5px; color: var(--text-dim);}.x7bced2c:hover{color: var(--brand);}.xb45cb6f{margin: calc(24px - var(--stack-gap, 0px)) 0 0;}.xb9173c5{display: flex; align-items: center; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; font-size: 13px; color: var(--text-mute);}.xb9173c5 a{color: var(--text-dim);}.xb9173c5 a:hover{color: var(--brand);}.x9d16763{color: var(--brand);}.x9554dca{position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 10; border-radius: 24px; border: 1px solid var(--stroke); box-shadow: var(--shadow);}.x9554dca img{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}.xcea001e{position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6, 7, 9, .9) 0%, rgba(6, 7, 9, .5) 55%, rgba(6, 7, 9, .15) 100%);}.x56b6d2b{position: relative; display: flex; flex-direction: column; justify-content: center; gap: 12px; height: 100%; padding: clamp(20px, 3vw, 30px);}.x0101c9b{margin: 0; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--brand);}.x2fe899f{margin: 0; font-size: clamp(34px, 5vw, 62px); line-height: 1; color: var(--on-media); text-shadow: 0 0 34px color-mix(in srgb, var(--brand) 55%, transparent), 0 4px 20px rgba(0, 0, 0, .5);}.x3c669cc{align-self: flex-start; margin-top: 4px; border-radius: 16px; padding: 13px 22px;}.x1a75c2a{position: relative; overflow: hidden; min-height: clamp(300px, 26vw, 380px); border-radius: 24px; border: 1px solid var(--stroke); box-shadow: var(--shadow);}.x1a75c2a img{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}.xb5ee42c{position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 7, 9, .25), rgba(6, 7, 9, .9));}.x75a8d5c{position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; min-height: clamp(300px, 26vw, 380px); height: 100%; padding: clamp(18px, 3vw, 28px);}.x2a686f2{margin: 0; font-size: clamp(28px, 4vw, 48px); font-weight: 800; letter-spacing: -.03em; color: var(--on-media); text-shadow: 0 6px 24px rgba(0, 0, 0, .4); hyphens: auto; overflow-wrap: break-word;}.xf93c4ee{margin: 0; max-width: 420px; font-size: 15px; color: var(--on-media-dim);}.x4e1a8ca{align-self: flex-start;}.x4c6e173{position: relative; overflow: hidden; padding: clamp(18px, 3vw, 28px); border-radius: 24px; background: var(--glass-2); backdrop-filter: blur(var(--blur)) saturate(170%); -webkit-backdrop-filter: blur(var(--blur)) saturate(170%); border: 1px solid var(--stroke-2); box-shadow: var(--shadow), inset 0 1px 0 var(--hi);}.x35e54f1{position: absolute; inset: 0; pointer-events: none; background: radial-gradient(100% 100% at 100% 0%, var(--brand-soft), transparent 62%);}.x0c09005{position: relative; display: flex; flex-direction: column; gap: 14px;}.x8209b02{margin: 0; font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -.035em; hyphens: auto; overflow-wrap: break-word;}.x213e4ed{margin: 0; font-size: 13px; color: var(--text-mute);}.x8962ca9{display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}.x787677c{text-align: center; padding: 14px 8px; border-radius: 16px; background: var(--glass); border: 1px solid var(--stroke);}.x0f8e4df{margin: 0; font-size: clamp(26px, 3.4vw, 36px); color: var(--brand);}.x7493453{margin: 4px 0 0; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute);}.xe316d8e{align-self: stretch; margin-top: 24px;}.x4c6e173[data-expired] .x0f8e4df{color: var(--text-mute);}.x4c6e173[data-expired] .xe316d8e{pointer-events: none; opacity: .5; filter: grayscale(1);}.xe09dc0e{display: flex; flex-direction: column; gap: 14px;}.x3350774{margin: 0; font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -.03em;}.x172e7d6{position: relative; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; gap: clamp(14px, 2vw, 24px); padding: clamp(14px, 2vw, 20px); border-radius: 22px; background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(160%); -webkit-backdrop-filter: blur(var(--blur)) saturate(160%); border: 1px solid var(--stroke); box-shadow: var(--shadow), inset 0 1px 0 var(--hi);}.xb96301a{position: absolute; inset: 0; pointer-events: none; background: radial-gradient(90% 140% at 100% 0%, var(--brand-soft), transparent 60%);}.x445347a{position: relative; width: 74px; height: 74px; padding: 9px; border-radius: 16px; object-fit: contain; background: var(--glass); border: 1px solid var(--stroke);}.xf93d9d1{position: relative; flex: 1; min-width: 180px; display: flex; flex-direction: column; gap: 8px;}.xbca24f1{align-self: flex-start; padding: 6px 11px; border-radius: 8px; background: var(--brand-soft); border: 1px solid var(--brand-line); font-size: 10.5px; font-weight: 800; letter-spacing: .12em; color: var(--brand);}.x81d1226{display: flex; align-items: center; gap: 7px; font-size: 14px; color: var(--text-dim);}.xde0879c{position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;}.xac0cda1{padding: 13px 16px; border-radius: 13px; border: 1px dashed var(--brand-line); background: var(--brand-soft); color: var(--brand); font-size: 16px; letter-spacing: .08em;}.x15d21d7{position: relative; border-radius: 26px; overflow: hidden; border: 1px solid var(--stroke); box-shadow: var(--shadow);}.x15d21d7 img{position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}.x8b775ef{position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 7, 9, .35), rgba(6, 7, 9, .88));}.xdddfab5{position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: clamp(40px, 7vw, 90px) clamp(18px, 4vw, 40px);}.xe3825cb{display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;}.x1ee5ac1{margin: 0; padding: 7px 14px; border-radius: 999px; background: var(--media-glass); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--media-stroke); font-size: 12.5px; color: var(--on-media-dim);}.xd5d531c{display: flex; flex-direction: column; gap: 10px;}.x0ca53d2{font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--text-mute); white-space: nowrap;}@media (max-width: 860px){.x654cf50 .xa679422{flex-wrap: wrap; align-items: flex-start; gap: 8px;}.x0ca53d2{flex: 1 0 100%; white-space: normal;}}.x1f975d8{margin: 14px 0 0; font-size: 12px; line-height: 1.6; color: var(--text-mute);}.x0786473{display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto auto; align-items: center; gap: clamp(12px, 1.6vw, 22px); padding: 14px 16px; border-radius: 18px; background: var(--glass); backdrop-filter: blur(var(--blur)) saturate(160%); -webkit-backdrop-filter: blur(var(--blur)) saturate(160%); border: 1px solid var(--stroke); box-shadow: inset 0 1px 0 var(--hi);}.x53d49a6{background: var(--glass-2); border-color: var(--brand-line);}.xb6a1247{font-size: clamp(18px, 2vw, 26px); line-height: 1; color: var(--brand);}.x36ecf3a{display: grid; place-items: center; width: 120px; height: auto; padding: 0; border-radius: 13px; background: var(--glass-2); border: 1px solid var(--stroke);}.x36ecf3a img{display: block; max-width: 100%; height: auto; max-height: 80px; object-fit: contain; border-radius: 11px;}.xf6df37d{display: block; min-width: 0;}.x54ddd76{display: block; font-size: clamp(15px, 1.6vw, 18px); font-weight: 700; letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}.x7a55fcc{display: flex; align-items: baseline; gap: 8px; margin-top: 3px; font-size: 12.5px; color: var(--text-mute);}.xd77d4fc{font-size: 10.5px; letter-spacing: .1em; color: var(--brand);}.x102081e{display: flex; gap: clamp(14px, 2vw, 26px);}.xd339464{display: block; min-width: 0;}.x49440bc{display: block; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute);}.x869383c{display: block; margin-top: 3px; font-size: 14px; font-weight: 700; hyphens: auto;}.xc0fb0e7{white-space: nowrap;}.x654cf50[hidden], .x0786473[hidden], .xd339464[hidden]{display: none !important;}.x36ecf3a[hidden]{visibility: hidden;}@media (max-width: 760px){.x0786473{grid-template-columns: auto auto minmax(0, 1fr); row-gap: 14px;}.x102081e{grid-column: 1 / -1;}.xc0fb0e7{grid-column: 1 / -1; width: 100%; justify-content: center;}}