:root{--page-padding: clamp(16px, 3vw, 28px);--nft-grid-columns: repeat(4, minmax(0, 1fr));--nft-grid-gap: clamp(12px, 1.8vw, 18px);--similar-grid-columns: repeat(4, minmax(0, 1fr));--nav-display: flex;--section-block-title-font-size: clamp(22px, 2.8vw, 30px);--section-block-title-margin-bottom: 18px;--site-footer-padding: 36px 0 18px;--site-footer-margin-bottom: 0px;--site-footer-direction: row;--site-footer-align: center;--site-footer-text-align: initial;--site-footer-links-gap: 22px;--site-footer-links-wrap: nowrap;--site-footer-links-justify: flex-start;--site-footer-copy-margin-top: 14px;--home-catalog-grid-gap: var(--nft-grid-gap);--home-catalog-head-display: grid;--home-catalog-head-title-column: 1 / span 2;--home-catalog-head-cta-column: -2;--home-catalog-head-gap: inherit;--home-catalog-head-min-height: 0px;--home-catalog-head-justify: normal;--home-catalog-head-title-flex: 0 1 auto;--home-catalog-head-title-font-size: inherit;--home-catalog-head-title-line-height: inherit;--home-catalog-head-title-white-space: normal;--home-catalog-head-cta-justify-self: end;--home-catalog-head-cta-flex-shrink: 1;color-scheme:light;font-family:var(--font-main);font-feature-settings:"liga" off,"clig" off;color:var(--text-primary);background-color:var(--bg-base)}html,body,#root{min-height:100%;min-height:100svh;overscroll-behavior:none}html{background-color:var(--bg-base);background-image:var(--app-bg)}*{box-sizing:border-box}img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none}body{margin:0;min-width:320px;min-height:var(--app-stable-viewport-height, 100svh);background-color:var(--bg-base);background-image:var(--app-bg);background-attachment:scroll;overflow-y:auto;overscroll-behavior:none;scrollbar-width:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body::-webkit-scrollbar{width:0;height:0;display:none}a{color:inherit;text-decoration:none}*:focus{outline:none}*:focus-visible{outline:none;box-shadow:var(--focus-ring)}.page{max-width:1200px;margin:0 auto;padding:var(--page-padding)}.tg-webapp .page{max-width:none;width:100%;margin:0;--tg-page-pad: clamp(12px, 2.5vw, 20px);padding:var(--tg-page-pad);padding-top:calc(var(--tg-page-pad) + max(var(--tg-safe-area-top, 0px),env(safe-area-inset-top,0px)))}html.tg-webapp,body.tg-webapp{background-color:var(--bg-base);background-image:var(--app-bg)}.app-shell{min-height:var(--app-stable-viewport-height, 100svh)}.mobile-actions{display:none}.header-controls{display:inline-flex;align-items:center;gap:10px}.header-settings-wrap,.header-chat-wrap{position:relative;flex-shrink:0}.nav{display:var(--nav-display);gap:3px;color:var(--text-secondary);scrollbar-width:none}.nav a{position:relative;padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;letter-spacing:.01em;transition:color var(--t-fast),background var(--t-fast)}@media (hover: hover) and (pointer: fine){.nav a:hover{color:var(--text-primary);background:#ffffff0a}}.nav a.active{color:var(--on-accent);background:rgba(var(--accent-rgb),.1)}.nav a.active:after{content:"";position:absolute;left:16px;right:16px;bottom:5px;height:2px;border-radius:2px;background:var(--accent);opacity:.7}.scroll-top-btn{position:fixed;right:max(18px,env(safe-area-inset-right,0px));bottom:var(--mobile-dock-bottom-gap, 14px);width:54px;height:54px;padding:0;border:1px solid var(--mobile-dock-border, rgba(255, 255, 255, .42));border-radius:var(--mobile-dock-radius, 999px);background:var(--mobile-dock-surface, rgba(255, 255, 255, .72));background-color:var(--mobile-dock-surface, rgba(255, 255, 255, .72));background-image:var(--mobile-dock-surface-image, none);backdrop-filter:var(--mobile-dock-glass-blur, blur(16px) saturate(135%));-webkit-backdrop-filter:var(--mobile-dock-glass-blur, blur(16px) saturate(135%));color:var(--mobile-dock-active-color, var(--accent));-webkit-text-fill-color:var(--mobile-dock-active-color, var(--accent));font-size:18px;line-height:1;font-weight:850;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:31;opacity:0;transform:translate3d(0,18px,0) scale(.96);pointer-events:none;-webkit-tap-highlight-color:transparent;box-shadow:var(--mobile-dock-ambient-shadow, 0 18px 42px -30px rgba(0, 0, 0, .55));transition:opacity .22s ease,transform .26s var(--p-ease)}.scroll-top-btn.visible{opacity:1;transform:translateZ(0) scale(1);pointer-events:auto}@media (hover: hover) and (pointer: fine){.scroll-top-btn:hover{transform:translateZ(0) scale(1.03)}}.scroll-top-btn:active,.scroll-top-btn.visible:active{transform:translateZ(0) scale(.98)}section{margin-bottom:clamp(32px,5vw,56px)}.section-block-title{margin:0 0 var(--section-block-title-margin-bottom);font-size:var(--section-block-title-font-size);font-weight:700;letter-spacing:-.03em;color:var(--text-primary)}.home-catalog-block__head .section-block-title{grid-column:1 / span 2;margin:0;min-width:0}.nft-grid{display:grid;grid-template-columns:var(--nft-grid-columns);gap:var(--nft-grid-gap);align-items:start}.home-catalog-block>.home-catalog-block__head{grid-column:1 / -1;display:var(--home-catalog-head-display);grid-template-columns:subgrid;align-items:center;justify-content:var(--home-catalog-head-justify);gap:var(--home-catalog-head-gap);min-height:var(--home-catalog-head-min-height);column-gap:var(--home-catalog-head-gap)}.home-catalog-block__head .section-block-title{grid-column:var(--home-catalog-head-title-column);flex:var(--home-catalog-head-title-flex);overflow:hidden;font-size:var(--home-catalog-head-title-font-size);line-height:var(--home-catalog-head-title-line-height);text-overflow:ellipsis;white-space:var(--home-catalog-head-title-white-space)}.home-catalog-block__head .section-cta-link{grid-column:var(--home-catalog-head-cta-column);justify-self:var(--home-catalog-head-cta-justify-self);flex-shrink:var(--home-catalog-head-cta-flex-shrink)}.market-toolbar{justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:clamp(8px,2vw,14px);margin-bottom:clamp(8px,1.5vw,14px)}.market-toolbar h2{flex:1 1 auto;min-width:0;font-size:clamp(18px,3.5vw,26px)}.detail-price-value--crypto{display:inline-flex;align-items:center;gap:6px}.nft-price-icon{width:16px;height:16px;flex:0 0 16px;border-radius:50%;background:transparent var(--nft-price-icon, url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Creator:%20CorelDRAW%202019%20(64-Bit)%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20width='100%25'%20height='100%25'%20version='1.1'%20shape-rendering='geometricPrecision'%20text-rendering='geometricPrecision'%20image-rendering='optimizeQuality'%20fill-rule='evenodd'%20clip-rule='evenodd'%20viewBox='0%200%20784.37%201277.39'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:xodm='http://www.corel.com/coreldraw/odm/2003'%3e%3cg%20id='Layer_x0020_1'%3e%3cmetadata%20id='CorelCorpID_0Corel-Layer'/%3e%3cg%20id='_1421394342400'%3e%3cg%3e%3cpolygon%20fill='%23343434'%20fill-rule='nonzero'%20points='392.07,0%20383.5,29.11%20383.5,873.74%20392.07,882.29%20784.13,650.54%20'/%3e%3cpolygon%20fill='%238C8C8C'%20fill-rule='nonzero'%20points='392.07,0%20-0,650.54%20392.07,882.29%20392.07,472.33%20'/%3e%3cpolygon%20fill='%233C3C3B'%20fill-rule='nonzero'%20points='392.07,956.52%20387.24,962.41%20387.24,1263.28%20392.07,1277.38%20784.37,724.89%20'/%3e%3cpolygon%20fill='%238C8C8C'%20fill-rule='nonzero'%20points='392.07,1277.38%20392.07,956.52%20-0,724.89%20'/%3e%3cpolygon%20fill='%23141414'%20fill-rule='nonzero'%20points='392.07,882.29%20784.13,650.54%20392.07,472.33%20'/%3e%3cpolygon%20fill='%23393939'%20fill-rule='nonzero'%20points='0,650.54%20392.07,882.29%20392.07,472.33%20'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")) center / 13px 13px no-repeat;box-shadow:none}.detail-price-icon{width:24px;height:24px;flex-basis:24px;background-size:18px 18px}.site-footer{margin-top:24px;padding:var(--site-footer-padding);margin-bottom:var(--site-footer-margin-bottom);border-top:1px solid rgba(255,255,255,.04);display:flex;justify-content:space-between;align-items:var(--site-footer-align);gap:18px;flex-wrap:wrap;flex-direction:var(--site-footer-direction);text-align:var(--site-footer-text-align)}.site-footer-brand{font-size:16px;font-weight:800;letter-spacing:-.03em;color:var(--text-muted)}.site-footer-links{display:flex;gap:var(--site-footer-links-gap);flex-wrap:var(--site-footer-links-wrap);justify-content:var(--site-footer-links-justify)}.site-footer-link{border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font-size:12px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color var(--t-fast)}@media (hover: hover) and (pointer: fine){.site-footer-link:hover{color:var(--text-primary)}}.site-footer-copy{width:100%;text-align:center;margin-top:var(--site-footer-copy-margin-top);font-size:11px;color:var(--text-muted);opacity:.5}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms}}@media (max-width: 1200px){:root{--nft-grid-columns: repeat(3, minmax(0, 1fr))}}@media (max-width: 980px){:root{--page-padding: 16px;--similar-grid-columns: repeat(3, minmax(0, 1fr));--home-catalog-head-min-height: 44px;--home-catalog-head-title-column: 1 / 2;--home-catalog-head-cta-column: 2}}@media (max-width: 720px){:root{--nft-grid-columns: repeat(2, minmax(0, 1fr));--nft-grid-gap: 12px;--similar-grid-columns: repeat(2, minmax(0, 1fr));--nav-display: none;--home-catalog-grid-gap: 12px;--home-catalog-head-display: flex;--home-catalog-head-gap: 10px;--home-catalog-head-title-column: unset;--home-catalog-head-title-flex: 1 1 auto;--home-catalog-head-cta-column: unset;--home-catalog-head-justify: space-between;--home-catalog-head-cta-justify-self: unset;--home-catalog-head-cta-flex-shrink: 0;--site-footer-padding: 26px 0 14px;--site-footer-margin-bottom: 20px;--site-footer-direction: column;--site-footer-align: center;--site-footer-text-align: center;--site-footer-links-gap: 18px;--site-footer-links-wrap: wrap;--site-footer-links-justify: center;--site-footer-copy-margin-top: 10px}body{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))}.nft-grid.home-catalog-block>.home-catalog-block__head .section-block-title{min-width:0}.nft-grid.home-catalog-block{gap:var(--home-catalog-grid-gap)}}.nav::-webkit-scrollbar{display:none}@media (max-width: 520px){:root{--nft-grid-gap: 8px}}@media (max-width: 420px){:root{--page-padding: 12px;--section-block-title-font-size: clamp(16px, 4.6vw, 20px);--section-block-title-margin-bottom: 12px;--home-catalog-head-gap: 8px;--home-catalog-head-title-font-size: clamp(15px, 4.2vw, 18px);--home-catalog-head-title-line-height: 1.2;--home-catalog-head-title-white-space: nowrap}}.skeleton-card{pointer-events:none;min-height:280px}.skeleton-line{height:14px;border-radius:7px;background:#ffffff08}.nft-collection-line{display:inline-flex;align-items:center;gap:2px;margin:4px 0 0;color:var(--text-muted);font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.similar-grid{grid-template-columns:var(--similar-grid-columns)}.profile-page{padding-bottom:40px}.profile-activity-feed{display:flex;flex-direction:column;gap:8px}.analytics-page{--ana-page-padding: 22px 24px 80px;--ana-main-card-padding: 20px;--ana-side-card-padding: 18px;--ana-donut-size: 214px;--ana-donut-value-size: 24px;--ana-layout-columns: minmax(0, 5fr) minmax(0, 3fr);--ana-charts-gap: 12px;width:100%;min-width:0;max-width:1140px;margin:0 auto;padding:var(--ana-page-padding);overflow-x:clip}.ana-chart-delta.positive{background:var(--ui-tag-positive-bg);color:var(--ui-tag-positive-fg);-webkit-text-fill-color:var(--ui-tag-positive-fg)}.ana-chart-delta.negative{background:var(--ui-tag-negative-bg);color:var(--ui-tag-negative-fg);-webkit-text-fill-color:var(--ui-tag-negative-fg)}.analytics-page .ana-card{min-width:0;max-width:100%;background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);border:0;border-radius:var(--radius-md);box-shadow:var(--ui-card-shadow);backdrop-filter:none;-webkit-backdrop-filter:none}.ana-charts{display:grid;grid-template-columns:var(--ana-layout-columns);gap:var(--ana-charts-gap);margin-bottom:20px;min-width:0}.ana-chart-main{position:relative;padding:var(--ana-main-card-padding);display:flex;flex-direction:column;min-width:0;overflow:visible}.ana-chart-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px;padding-right:128px;flex-wrap:wrap;min-width:0}.ana-chart-title-stack{display:grid;gap:4px;min-width:0}.ana-chart-eyebrow{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:12px;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.ana-chart-total{display:inline-flex;align-items:baseline;gap:7px;min-width:0;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:clamp(28px,5vw,42px);font-weight:950;line-height:1.02;letter-spacing:0;white-space:nowrap}.ana-chart-total span{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:.48em;font-weight:850}.ana-chart-delta{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;min-height:var(--ui-tag-height, 22px);padding:0 10px;border-radius:var(--ui-tag-radius, 999px);background:var(--ui-tag-bg);color:var(--ui-tag-fg);-webkit-text-fill-color:var(--ui-tag-fg);font-size:11px;font-weight:840;line-height:1;margin-top:0;white-space:nowrap;width:max-content}.ana-chart-body{flex:1;min-height:0;min-width:0;overflow:visible;border-radius:8px}.pc-pulse-dot{animation:pc-pulse 2s ease-in-out infinite}@keyframes pc-pulse{0%,to{opacity:1;r:5}50%{opacity:.6;r:8}}.ana-donut-card{padding:var(--ana-side-card-padding);display:grid;align-items:start;gap:16px;min-width:0}.ana-donut-card h2{margin:0;font-size:16px;font-weight:700;align-self:flex-start}.ana-donut-content{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;justify-items:center;gap:0;width:100%;min-width:0}.ana-donut-summary{display:grid;gap:5px;min-width:0}.ana-donut-summary span{overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:11px;font-weight:820;line-height:1.1;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ana-donut-summary strong{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:22px;font-weight:940;line-height:1;letter-spacing:0}.ana-donut-summary small{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11px;font-weight:760;line-height:1}.donut-wrap{width:var(--ana-donut-size);height:var(--ana-donut-size);justify-self:center;flex-shrink:0}.donut-chart{width:100%;height:100%}.donut-segment{animation:donut-in .6s var(--ease-out) both}@keyframes donut-in{0%{stroke-dashoffset:339.292;opacity:0}}.donut-value{font-size:var(--ana-donut-value-size);font-weight:800}.donut-label{font-size:11px;text-transform:uppercase;letter-spacing:.6px}.donut-legend{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.donut-legend-item{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;font-size:12px;min-width:0;cursor:pointer;transition:background var(--t-fast)}.donut-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.donut-legend-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.donut-legend-pct{font-weight:600;color:var(--text-secondary);font-size:11px}.donut-legend-value{color:var(--text-muted);font-size:11px;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1024px){.analytics-page{--ana-layout-columns: 1fr}}@media (max-width: 768px){.analytics-page{--ana-page-padding: 0 16px 60px;--ana-main-card-padding: 14px;--ana-side-card-padding: 14px;--ana-charts-gap: 14px}}@media (max-width: 600px){.analytics-page{--ana-page-padding: 0 10px 48px;--ana-donut-size: 174px;--ana-donut-value-size: 20px}.ana-chart-header{flex-direction:column;align-items:flex-start;gap:10px;min-height:40px;padding-right:116px}}@media (max-width: 420px){.analytics-page{--ana-page-padding: 0 6px 40px;--ana-main-card-padding: 12px;--ana-side-card-padding: 12px;--ana-donut-size: 156px}.donut-legend-item{font-size:11px}}.ana-interactive-chart{position:relative;width:100%;min-width:0;overflow:visible;border-radius:8px;isolation:isolate}.ana-interactive-chart-svg{display:block;max-width:100%;height:auto;cursor:crosshair;outline:0;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.ana-interactive-chart-svg:is(:hover,:focus,:focus-visible,:focus-within,:active){outline:0;box-shadow:none}.ana-chart-hover-tooltip{position:absolute;transform:translate(-50%,-50%);pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;border-radius:10px;background:color-mix(in srgb,var(--ui-card-surface) 88%,var(--text-primary) 8%);border:0;box-shadow:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:20;animation:ana-tooltip-in .15s ease-out}@keyframes ana-tooltip-in{0%{opacity:0;transform:translate(-50%,-44%)}to{opacity:1;transform:translate(-50%,-50%)}}.ana-chart-hover-value{font-size:13px;font-weight:800;color:var(--text-primary);white-space:nowrap}.ana-chart-hover-idx{font-size:10px;font-weight:600;color:var(--text-muted)}.donut-legend-item.active{background:color-mix(in srgb,var(--text-primary) 5%,transparent)}@media (hover: hover) and (pointer: fine){.donut-legend-item:hover{background:color-mix(in srgb,var(--text-primary) 5%,transparent)}}.route-fallback{display:grid;align-items:stretch;justify-content:stretch;min-height:50vh;padding:clamp(16px,3vw,28px) 0}.exchange-maintenance{display:grid;min-height:min(560px,max(360px,calc(var(--ui-shell-height, 100svh) - 180px)));place-items:center;padding:clamp(18px,5vw,44px) 0}.exchange-maintenance__panel{display:grid;justify-items:center;gap:14px;width:min(100%,420px);padding:clamp(20px,5vw,34px) 0;background:transparent;background-image:none;box-shadow:none;color:var(--text-primary);text-align:center}.exchange-maintenance__sticker{display:grid;width:64px;height:64px;place-items:center;color:var(--accent)}.exchange-maintenance__sticker svg{width:56px;height:56px}.exchange-maintenance__copy{display:grid;gap:8px}.exchange-maintenance__copy h1{margin:0;font-size:clamp(24px,7vw,34px);font-weight:920;letter-spacing:0}.exchange-maintenance__copy p{margin:0;color:var(--text-secondary);font-size:14px;font-weight:700;line-height:1.4}.exchange-live{display:grid;gap:14px;width:100%;min-width:0;padding-bottom:clamp(24px,4vw,40px)}.exchange-live__search{margin:0}.exchange-market-list{display:grid;gap:10px;min-width:0}.exchange-live__state{justify-content:center;text-align:center;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:13px;font-weight:780}.nft-collection-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-remote-note{margin:8px 0 0;color:var(--gold);font-size:13px}.profile-assets-panel{display:flex;flex-direction:column;gap:18px}.backend-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;min-width:100vw;min-height:var(--ui-shell-height, 100svh);padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom));overflow:hidden;background-color:var(--theme-chrome-bg, var(--bg-base, #F7F8FA));background:radial-gradient(circle at 50% 18%,rgba(var(--accent-rgb, 75, 103, 255),.18),transparent 36%),var(--theme-chrome-bg, var(--bg-base, #F7F8FA));color:var(--text-primary, #10121a);text-align:center}.backend-gate__panel{display:grid;justify-items:center;gap:12px;width:min(100%,360px);padding:28px 22px 24px;border:1px solid color-mix(in srgb,var(--text-primary, #10121a) 8%,transparent);border-radius:24px;background:color-mix(in srgb,var(--ui-card-surface, var(--card-surface, #FFFFFF)) 92%,transparent);box-shadow:0 24px 80px -52px color-mix(in srgb,var(--text-primary, #10121a) 45%,transparent),inset 0 1px color-mix(in srgb,#fff 28%,transparent);-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}.backend-gate__mark{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:color-mix(in srgb,var(--accent, #4b67ff) 13%,transparent);color:var(--accent, #4b67ff)}.backend-gate__mark svg{animation:backend-gate-spin 1.15s linear infinite}.backend-gate--auth .backend-gate__mark svg{animation:none}.backend-gate__eyebrow{color:var(--text-muted, #6b7280);font-size:11px;font-weight:850;line-height:1;text-transform:uppercase}.backend-gate h1{margin:0;color:var(--text-primary, #10121a);font-size:clamp(23px,7vw,30px);font-weight:880;line-height:1.05;letter-spacing:0}.backend-gate p{max-width:280px;margin:0;color:var(--text-secondary, #4b5563);font-size:14px;font-weight:650;line-height:1.4}.backend-gate__retry{display:inline-flex;align-items:center;justify-content:center;min-width:168px;min-height:44px;margin-top:4px;padding:0 18px;border:0;border-radius:999px;background:var(--accent, #4b67ff);color:var(--on-accent, #fff);font:inherit;font-size:14px;font-weight:820;line-height:1;cursor:pointer;box-shadow:0 16px 34px -22px rgba(var(--accent-rgb, 75, 103, 255),.9)}.backend-gate__retry:disabled{cursor:default;opacity:.72}@keyframes backend-gate-spin{to{transform:rotate(360deg)}}:root[data-design=unified]{--font-main: "SF Pro Rounded", "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "SF Mono", ui-monospace, "Fira Code", monospace;--theme-page-light: #F7F8FA;--theme-card-light: #FFFFFF;--theme-card-tint-light: #F2F4F8;--theme-page-dark: #141516;--theme-card-dark: #24262A;--theme-card-tint-dark: #1A1C20;--theme-chrome-light: var(--theme-page-light);--theme-chrome-black: var(--theme-page-dark);--theme-chrome-current: var(--theme-chrome-light);--theme-chrome-bg: var(--theme-chrome-current);--bg-base: var(--theme-chrome-bg);--bg-soft: var(--theme-page-light);--app-bg: linear-gradient(180deg, var(--theme-chrome-bg) 0%, var(--theme-chrome-bg) 100%);--text-primary: #10121a;--text-secondary: #4e5667;--text-muted: #9aa3b5;--accent: #3157ff;--on-accent: #ffffff;--accent-rgb: 49, 87, 255;--accent-dim: #2448ef;--btn-grad-from: var(--accent);--btn-grad-to: var(--accent-dim);--btn-shadow-rgb: 49, 87, 255;--profile-avatar-end: #3b5bff;--gold: #f5c400;--green: #2dbb6c;--green-soft: rgba(45, 187, 108, .14);--red: #e04c4f;--red-soft: rgba(224, 76, 79, .14);--ana-tone-success: var(--green);--ana-tone-danger: var(--red);--ana-tone-warning: var(--gold);--ana-tone-accent: var(--accent);--ana-tone-violet: var(--accent-dim);--ana-tone-cyan: color-mix(in srgb, var(--accent) 58%, var(--green) 42%);--card-border: #edf0f6;--card-surface: var(--theme-card-light);--card-shadow: 0 1px 2px rgba(16, 18, 26, .04), 0 10px 26px -14px rgba(16, 18, 26, .16);--focus-ring: 0 0 0 2px #ffffff, 0 0 0 4px rgba(59, 91, 255, .45);--radius-sm: 14px;--radius-md: 18px;--radius-lg: 22px;--radius-xl: 30px;--radius-pill: 999px;--ease-out: cubic-bezier(.2, 0, 0, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--t-fast: .14s var(--ease-out);--t-normal: .24s var(--ease-out);--p-ease: cubic-bezier(.22, 1, .36, 1)}html[data-design=unified]{--theme-chrome-bg: var(--theme-chrome-current);--bg-base: var(--theme-chrome-bg);--bg-soft: var(--theme-chrome-bg);--app-bg: linear-gradient(180deg, var(--theme-chrome-bg) 0%, var(--theme-chrome-bg) 100%);--card-surface: var(--theme-card-light);--browser-bottom-gap: var(--app-browser-bottom-gap, 0px);--app-safe-top: max(env(safe-area-inset-top, 0px), var(--tg-safe-area-top, 0px));--app-safe-bottom: max(env(safe-area-inset-bottom, 0px), var(--tg-safe-area-bottom, 0px), min(var(--browser-bottom-gap), 34px));--mobile-safe-bottom: var(--app-safe-bottom);--ui-floating-glass-bg: color-mix(in srgb, var(--theme-chrome-bg) 82%, transparent);--ui-floating-glass-bg-image: none;--ui-floating-glass-shadow: 0 18px 38px -26px color-mix(in srgb, var(--text-primary) 70%, transparent);--ui-floating-glass-blur: blur(14px) saturate(130%)}:root[data-design=unified][data-theme=black]{--theme-chrome-current: var(--theme-chrome-black);--theme-chrome-bg: var(--theme-chrome-current);--bg-base: var(--theme-chrome-bg);--bg-soft: var(--theme-card-tint-dark);--app-bg: linear-gradient(180deg, var(--theme-chrome-bg) 0%, var(--theme-chrome-bg) 100%);--text-primary: #f7f9ff;--text-secondary: #b8c4d9;--text-muted: #7f8ba3;--accent: #4b67ff;--on-accent: #ffffff;--accent-rgb: 75, 103, 255;--accent-dim: #3755ef;--btn-grad-from: var(--accent);--btn-grad-to: #3150e8;--btn-shadow-rgb: 75, 103, 255;--profile-avatar-end: var(--accent);--gold: #ffd85a;--green: #46d889;--green-soft: rgba(70, 216, 137, .13);--red: #ff6470;--red-soft: rgba(255, 100, 112, .14);--card-surface: var(--theme-card-dark);--card-border: rgba(132, 148, 176, .12);--card-shadow: 0 1px 2px rgba(0, 0, 0, .34), 0 18px 44px -30px rgba(0, 0, 0, .74);--focus-ring: 0 0 0 2px var(--theme-chrome-bg), 0 0 0 4px rgba(75, 103, 255, .52);color-scheme:dark}html[data-design=unified],html[data-design=unified] body,html[data-design=unified] #root,html[data-design=unified].tg-webapp,html[data-design=unified] body.tg-webapp{min-height:100svh;overscroll-behavior:none;background-color:var(--bg-base);background-image:var(--app-bg);color:var(--text-primary)}html[data-design=unified] .page,html[data-design=unified] .app-shell{background:transparent}html[data-design=unified]{--ui-card-surface: color-mix(in srgb, var(--bg-soft) 94%, var(--text-muted) 6%);--ui-card-surface-image: linear-gradient(180deg, rgba(255, 255, 255, .34), color-mix(in srgb, var(--bg-soft) 84%, var(--text-muted) 16%));--ui-card-primary: var(--text-primary);--ui-card-secondary: var(--text-secondary);--ui-card-muted: var(--text-muted);--ui-card-shadow: var(--card-shadow);--ui-inner-line-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-primary) 6%, transparent);--ui-card-radius: 16px;--ui-card-padding: 10px;--ui-card-gap: 10px;--ui-card-transition: background-color .14s var(--p-ease), box-shadow .14s var(--p-ease), opacity .14s var(--p-ease);--ui-card-hover-bg: color-mix(in srgb, var(--ui-card-surface) 88%, var(--text-primary) 5%);--ui-card-active-bg: color-mix(in srgb, var(--ui-card-surface) 84%, var(--text-primary) 7%);--ui-state-transition: background-color .14s var(--p-ease), color .14s var(--p-ease), border-color .14s var(--p-ease), box-shadow .14s var(--p-ease), opacity .14s var(--p-ease);--ui-list-card-radius: var(--ui-card-radius);--ui-list-card-padding: var(--ui-card-padding);--ui-list-card-gap: var(--ui-card-gap);--ui-list-card-icon-size: 38px;--ui-list-card-min-height: 58px;--ui-action-height: 36px;--ui-action-radius: 12px;--ui-action-compact-height: 30px;--ui-action-compact-radius: 999px;--ui-action-compact-padding: 0 10px;--ui-action-compact-font-size: 11px;--ui-action-compact-font-weight: 820;--ui-action-tight-padding: 0 13px;--ui-action-wide-min-width: 128px;--ui-action-wide-padding: 0 16px;--ui-action-strong-font-weight: 900;--ui-action-transition: background-color .14s var(--p-ease), color .14s var(--p-ease), box-shadow .14s var(--p-ease), opacity .14s var(--p-ease);--ui-button-primary-bg: var(--pill-segmented-active-bg, var(--accent));--ui-button-primary-fg: var(--pill-segmented-active-fg, var(--on-accent));--ui-button-secondary-bg: color-mix(in srgb, var(--text-primary) 9%, transparent);--ui-button-secondary-fg: color-mix(in srgb, var(--text-primary) 72%, transparent);--ui-button-danger-bg: var(--unified-status-out, var(--red));--ui-button-danger-fg: var(--on-accent);--ui-button-bg: var(--ui-button-primary-bg);--ui-button-fg: var(--ui-button-primary-fg);--ui-button-hover-bg: color-mix(in srgb, var(--ui-button-bg) 88%, var(--text-primary) 12%);--ui-button-active-bg: color-mix(in srgb, var(--ui-button-bg) 82%, var(--text-primary) 18%);--ui-button-shadow: none;--ui-control-height: var(--pill-segmented-height, 40px);--ui-control-gap: var(--pill-segmented-gap, 8px);--ui-control-radius: 999px;--ui-control-padding-x: 18px;--ui-control-bg: transparent;--ui-control-fg: var(--pill-segmented-fg);--ui-control-active-bg: var(--pill-segmented-active-bg);--ui-control-active-fg: var(--pill-segmented-active-fg);--ui-control-count-bg: var(--pill-segmented-count-bg);--ui-control-active-count-bg: var(--pill-segmented-active-count-bg);--ui-control-shadow: none;--ui-control-active-shadow: none;--ui-icon-button-size: 38px;--ui-field-height: 42px;--ui-field-radius: 18px;--ui-field-padding-x: 13px;--ui-field-bg: var(--ui-card-surface);--ui-field-bg-image: none;--ui-field-fg: var(--text-primary);--ui-field-muted: var(--text-muted);--ui-field-shadow: none;--ui-field-focus-shadow: none;--ui-field-font-size: 14px;--ui-field-font-weight: 650;--ui-shell-inline-size: min(430px, 100vw);--ui-shell-height: var(--app-viewport-height, 100svh);--ui-shell-stable-height: var(--app-stable-viewport-height, var(--ui-shell-height));--ui-shell-padding-block-start: max(10px, var(--app-safe-top, env(safe-area-inset-top, 0px)));--ui-shell-padding-block-end: max(12px, var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));--ui-shell-padding-inline-start: max(12px, env(safe-area-inset-left));--ui-shell-padding-inline-end: max(12px, env(safe-area-inset-right));--ui-shell-gap: 10px;--ui-shell-head-height: 46px;--ui-shell-bg: var(--theme-chrome-bg, var(--bg-base));--ui-close-size: var(--ui-action-compact-height);--ui-close-bg: var(--ui-button-secondary-bg);--ui-close-bg-image: none;--ui-close-color: var(--ui-button-secondary-fg);--ui-close-shadow: none;--ui-modal-width: min(430px, calc(100vw - 28px) );--ui-modal-radius: 24px;--ui-modal-padding: 18px;--ui-modal-gap: 14px;--ui-modal-scrim-bg: rgba(12, 15, 22, .34);--ui-modal-surface: var(--ui-card-surface);--ui-modal-surface-image: var(--ui-card-surface-image);--ui-modal-shadow: var(--ui-card-shadow);--ui-price-chip-height: 30px;--ui-price-chip-padding: 0 9px 0 5px;--ui-price-chip-bg: var(--ui-card-surface);--ui-price-chip-bg-image: var(--ui-card-surface-image);--ui-price-chip-fg: var(--ui-card-primary);--ui-price-chip-shadow: var(--ui-card-shadow);--ui-tag-height: 22px;--ui-tag-radius: 999px;--ui-tag-fg: var(--text-secondary);--ui-tag-bg: color-mix(in srgb, var(--text-muted) 12%, transparent);--ui-tag-positive-fg: var(--unified-status-in, var(--green));--ui-tag-positive-bg: color-mix(in srgb, var(--unified-status-in, var(--green)) 18%, transparent);--ui-tag-negative-fg: var(--unified-status-out, var(--red));--ui-tag-negative-bg: color-mix(in srgb, var(--unified-status-out, var(--red)) 17%, transparent);--ui-tag-info-fg: var(--unified-status-swap, var(--accent));--ui-tag-info-bg: color-mix(in srgb, var(--unified-status-swap, var(--accent)) 14%, transparent);--ui-tag-warning-fg: #f59e0b;--ui-tag-warning-bg: color-mix(in srgb, #f59e0b 24%, transparent);--ui-tag-warning-line: #f59e0b;--unified-status-in: var(--green);--unified-status-out: var(--red);--unified-status-swap: var(--accent);--unified-status-in-bg: color-mix(in srgb, var(--green) 18%, transparent);--unified-status-out-bg: color-mix(in srgb, var(--red) 16%, transparent);--unified-status-swap-bg: color-mix(in srgb, var(--accent) 14%, transparent);--ui-warning-bg: var(--ui-tag-warning-bg);--ui-warning-fg: var(--ui-tag-warning-fg);--ui-warning-line: var(--ui-tag-warning-line)}html[data-design=unified] :is(.app-toolbar,.market-toolbar,.home-toolbar),html[data-design=unified][data-theme=black] :is(.app-toolbar,.market-toolbar,.home-toolbar){margin-top:0;margin-bottom:var(--ui-shell-gap);padding-top:0;padding-bottom:0}html[data-design=unified] section#drops>.market-toolbar,html[data-design=unified][data-theme=black] section#drops>.market-toolbar{margin-top:0;margin-bottom:var(--ui-shell-gap)}html[data-design=unified] .iconly-icon,html[data-design=unified] .iconly-icon:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .iconly-icon,html[data-design=unified][data-theme=black] .iconly-icon:is(:hover,:focus,:focus-visible,:focus-within,:active){display:inline-block;width:var(--iconly-size, 20px);height:var(--iconly-size, 20px);min-width:var(--iconly-size, 20px);min-height:var(--iconly-size, 20px);border:0;background:currentColor;background-color:currentColor;-webkit-mask:var(--iconly-src) center / contain no-repeat;mask:var(--iconly-src) center / contain no-repeat;color:currentColor;transform:none;filter:none;pointer-events:none;box-sizing:border-box}html[data-design=unified]{--mobile-dock-surface: color-mix(in srgb, var(--theme-chrome-bg) 78%, transparent);--mobile-dock-surface-image: linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .12) 44%, rgba(255, 255, 255, .06)), radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .3), transparent 46%);--mobile-dock-border: rgba(255, 255, 255, .42);--mobile-dock-ambient-shadow: 0 18px 42px -30px rgba(0, 0, 0, .55), 0 8px 20px -18px rgba(0, 0, 0, .32);--mobile-dock-glass-blur: blur(16px) saturate(135%);--mobile-dock-glass-shine: inset 0 1px 0 rgba(255, 255, 255, .44), inset 1px 0 0 rgba(255, 255, 255, .2), inset -1px 0 0 rgba(255, 255, 255, .2), inset 0 0 5px rgba(255, 255, 255, .32);--mobile-dock-color: #000000;--mobile-dock-radius: 5rem;--mobile-dock-padding-x: 10px;--mobile-dock-padding-y: 6px;--mobile-dock-gap: 4px;--mobile-dock-max-width: 372px;--mobile-dock-min-height: 60px;--mobile-dock-item-height: 48px;--mobile-dock-item-radius: 5rem;--mobile-dock-item-count: 4;--mobile-dock-active-width: 0px;--mobile-dock-active-offset: 0px;--mobile-dock-active-expand: 4px;--mobile-dock-bottom-gap: calc(4px + var(--app-safe-bottom, env(safe-area-inset-bottom, 0px)));--mobile-dock-active-bg: linear-gradient(180deg, rgba(202, 211, 222, .96), rgba(176, 188, 202, .92));--mobile-dock-active-color: #0284c7;--mobile-dock-active-icon: #0284c7;--mobile-dock-active-shadow: none;--mobile-dock-state-transition: color .18s ease, opacity .18s ease;--mobile-dock-visibility-transition: transform .26s var(--p-ease)}.mobile-dock{display:none}@media (max-width: 760px){html[data-design=unified] .mobile-dock,html[data-design=unified][data-theme=black] .mobile-dock{position:fixed;left:50%;right:auto;bottom:var(--mobile-dock-bottom-gap);z-index:30;display:grid;grid-template-columns:repeat(var(--mobile-dock-item-count),minmax(0,1fr));align-items:center;gap:var(--mobile-dock-gap);width:calc(100vw - 36px);max-width:var(--mobile-dock-max-width);min-height:var(--mobile-dock-min-height);margin:0 auto;padding:var(--mobile-dock-padding-y) var(--mobile-dock-padding-x);border:1px solid var(--mobile-dock-border);border-radius:var(--mobile-dock-radius);box-sizing:border-box;isolation:isolate;overflow:hidden;background:var(--mobile-dock-surface);background-color:var(--mobile-dock-surface);background-image:var(--mobile-dock-surface-image);box-shadow:var(--mobile-dock-ambient-shadow);backdrop-filter:var(--mobile-dock-glass-blur);-webkit-backdrop-filter:var(--mobile-dock-glass-blur);opacity:0;transform:translate3d(-50%,18px,0);transition:var(--mobile-dock-visibility-transition);touch-action:none;pointer-events:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .mobile-dock.mobile-dock--ready,html[data-design=unified][data-theme=black] .mobile-dock.mobile-dock--ready{opacity:1;transform:translate3d(-50%,0,0);pointer-events:auto}html[data-design=unified] .mobile-dock__shine,html[data-design=unified][data-theme=black] .mobile-dock__shine{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;box-shadow:var(--mobile-dock-glass-shine);pointer-events:none;transform:translateZ(0)}html[data-design=unified] .mobile-dock__active,html[data-design=unified][data-theme=black] .mobile-dock__active{position:absolute;top:calc(var(--mobile-dock-padding-y) - (var(--mobile-dock-active-expand) / 2));left:0;z-index:2;width:var(--mobile-dock-active-width);height:calc(var(--mobile-dock-item-height) + var(--mobile-dock-active-expand));border-radius:var(--mobile-dock-item-radius);background:var(--mobile-dock-active-bg);box-shadow:var(--mobile-dock-active-shadow);opacity:1;pointer-events:none;transform:translate3d(var(--mobile-dock-active-offset),0,0);transition:width .28s var(--p-ease),transform .28s var(--p-ease)}html[data-design=unified] .mobile-dock.mobile-dock--instant-restore .mobile-dock__active,html[data-design=unified] .mobile-dock.mobile-dock--instant-restore .mobile-dock__item,html[data-design=unified] .mobile-dock.mobile-dock--instant-restore .mobile-dock__icon,html[data-design=unified] .mobile-dock.mobile-dock--instant-restore .mobile-dock__label,html[data-design=unified][data-theme=black] .mobile-dock.mobile-dock--instant-restore .mobile-dock__active,html[data-design=unified][data-theme=black] .mobile-dock.mobile-dock--instant-restore .mobile-dock__item,html[data-design=unified][data-theme=black] .mobile-dock.mobile-dock--instant-restore .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock.mobile-dock--instant-restore .mobile-dock__label{transition:none}html[data-design=unified] .mobile-dock__item,html[data-design=unified] .mobile-dock__item:visited,html[data-design=unified] .mobile-dock__item:is(:hover,:focus,:focus-visible,:focus-within),html[data-design=unified][data-theme=black] .mobile-dock__item,html[data-design=unified][data-theme=black] .mobile-dock__item:visited,html[data-design=unified][data-theme=black] .mobile-dock__item:is(:hover,:focus,:focus-visible,:focus-within){position:relative;z-index:4;display:grid;grid-template-rows:22px 13px;align-items:center;justify-items:center;gap:2px;min-width:0;width:100%;margin:0;height:var(--mobile-dock-item-height);min-height:var(--mobile-dock-item-height);padding:6px 3px 5px;border:0;border-radius:var(--mobile-dock-item-radius);outline:0;background:transparent;box-shadow:none;color:var(--mobile-dock-color);-webkit-text-fill-color:var(--mobile-dock-color);text-decoration:none;opacity:1;transform:none;transition:var(--mobile-dock-state-transition);touch-action:none;user-select:none;-webkit-user-select:none}html[data-design=unified] .mobile-dock__item:active,html[data-design=unified][data-theme=black] .mobile-dock__item:active{background:transparent;transform:none}html[data-design=unified] .mobile-dock__item.is-active,html[data-design=unified] .mobile-dock__item.is-active:visited,html[data-design=unified] .mobile-dock__item.is-active:is(:hover,:focus,:focus-visible,:focus-within),html[data-design=unified][data-theme=black] .mobile-dock__item.is-active,html[data-design=unified][data-theme=black] .mobile-dock__item.is-active:visited,html[data-design=unified][data-theme=black] .mobile-dock__item.is-active:is(:hover,:focus,:focus-visible,:focus-within){background:transparent;box-shadow:none;color:var(--mobile-dock-active-color);-webkit-text-fill-color:var(--mobile-dock-active-color);transform:none;transition:none}html[data-design=unified] .mobile-dock__item.is-active:active,html[data-design=unified][data-theme=black] .mobile-dock__item.is-active:active{background:transparent;transform:none}html[data-design=unified] .mobile-dock__icon,html[data-design=unified] .mobile-dock__item:is(:hover,:focus,:focus-visible,:focus-within) .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock__item:is(:hover,:focus,:focus-visible,:focus-within) .mobile-dock__icon{grid-row:1;width:23px;height:23px;min-width:23px;color:currentColor;opacity:.92;transform:none;transition:var(--mobile-dock-state-transition)}html[data-design=unified] .mobile-dock__item.is-active .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock__item.is-active .mobile-dock__icon{color:var(--mobile-dock-active-icon);opacity:1;transform:none;transition:none}html[data-design=unified] .mobile-dock__item:active .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock__item:active .mobile-dock__icon{color:currentColor;opacity:.92;transform:none}html[data-design=unified] .mobile-dock__item.is-active:active .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock__item.is-active:active .mobile-dock__icon{color:var(--mobile-dock-active-icon);opacity:1;transform:none}html[data-design=unified] .mobile-dock__label,html[data-design=unified] .mobile-dock__item:is(:hover,:focus,:focus-visible,:focus-within) .mobile-dock__label,html[data-design=unified][data-theme=black] .mobile-dock__label,html[data-design=unified][data-theme=black] .mobile-dock__item:is(:hover,:focus,:focus-visible,:focus-within) .mobile-dock__label{grid-row:2;display:block;max-width:100%;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:currentColor;-webkit-text-fill-color:currentColor;font-size:9.5px;font-weight:600;line-height:1.05;letter-spacing:0;opacity:.88;transform:none;transition:var(--mobile-dock-state-transition)}html[data-design=unified] .mobile-dock__item.is-active .mobile-dock__label,html[data-design=unified][data-theme=black] .mobile-dock__item.is-active .mobile-dock__label{color:var(--mobile-dock-active-color);-webkit-text-fill-color:var(--mobile-dock-active-color);opacity:1;transition:none}html[data-design=unified] .mobile-dock__item--disabled,html[data-design=unified] .mobile-dock__item--disabled:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .mobile-dock__item--disabled,html[data-design=unified][data-theme=black] .mobile-dock__item--disabled:is(:hover,:focus,:focus-visible,:active){opacity:.42;background:transparent;box-shadow:none;transform:none;color:var(--mobile-dock-color);-webkit-text-fill-color:var(--mobile-dock-color)}html[data-design=unified] .mobile-dock__item--disabled:active .mobile-dock__icon,html[data-design=unified][data-theme=black] .mobile-dock__item--disabled:active .mobile-dock__icon{color:currentColor;stroke:currentColor;transform:none}}@media (max-width: 380px){html[data-design=unified] .mobile-dock,html[data-design=unified][data-theme=black] .mobile-dock{left:50%;right:auto;width:calc(100vw - 28px)}html[data-design=unified] .mobile-dock__label,html[data-design=unified][data-theme=black] .mobile-dock__label{font-size:9px}}@media (max-width: 760px){html.is-mobile-keyboard-open[data-design=unified] .mobile-dock,html.is-mobile-keyboard-open[data-design=unified][data-theme=black] .mobile-dock{opacity:0;pointer-events:none;transform:translate3d(-50%,18px,0)}}html[data-design=unified]:not([data-theme=black]),html[data-design=unified]:not([data-theme=black]) body,html[data-design=unified]:not([data-theme=black]) #root{background-color:var(--bg-base);background-image:none}html[data-design=unified]:not([data-theme=black]) .page,html[data-design=unified]:not([data-theme=black]) .app-shell{background:transparent;background-color:transparent;background-image:none}html[data-design=unified] .profile-identity,html[data-design=unified] .profile-identity:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-identity,html[data-design=unified][data-theme=black] .profile-identity:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;justify-items:center;align-items:start;gap:10px;width:100%;margin:0 0 30px;padding:6px 0 0;border:0;border-radius:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;outline:0;text-align:center;pointer-events:none;cursor:default;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;transform:none;translate:none;scale:none;filter:none;transition:none;animation:none;will-change:auto;overflow-anchor:none;contain:style}html[data-design=unified] .profile-identity:before,html[data-design=unified] .profile-identity:after,html[data-design=unified][data-theme=black] .profile-identity:before,html[data-design=unified][data-theme=black] .profile-identity:after{content:none;display:none}html[data-design=unified] .profile-identity-avatar,html[data-design=unified] .profile-identity-avatar:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-identity-avatar,html[data-design=unified][data-theme=black] .profile-identity-avatar:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;place-items:center;width:82px;height:82px;min-width:82px;min-height:82px;margin:0 auto;border:0;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,var(--btn-grad-from),var(--profile-avatar-end));color:var(--on-accent);-webkit-text-fill-color:var(--on-accent);box-shadow:0 14px 34px -18px rgba(var(--btn-shadow-rgb),.68);font-size:28px;font-weight:900;line-height:1;letter-spacing:0;transform:none;filter:none;transition:none}html[data-design=unified] .profile-identity-avatar img,html[data-design=unified][data-theme=black] .profile-identity-avatar img{display:block;width:100%;height:100%;object-fit:cover;border:0;border-radius:inherit;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}html[data-design=unified] .profile-identity-name,html[data-design=unified] .profile-identity-name:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-identity-name,html[data-design=unified][data-theme=black] .profile-identity-name:is(:hover,:focus,:focus-visible,:focus-within,:active){display:inline-flex;align-items:center;justify-content:center;gap:7px;max-width:min(100%,460px);margin:2px 0 0;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(24px,6vw,34px);font-weight:900;font-variation-settings:"wght" 900;line-height:1;letter-spacing:0;text-align:center;overflow-wrap:anywhere;transform:none;filter:none;transition:none}html[data-design=unified] .profile-identity-name>span,html[data-design=unified][data-theme=black] .profile-identity-name>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:inherit;font-variation-settings:inherit}html[data-design=unified] .profile-identity-name .verified-badge,html[data-design=unified][data-theme=black] .profile-identity-name .verified-badge{flex:0 0 auto}html[data-design=unified] .profile-identity-stats,html[data-design=unified] .profile-identity-stats:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-identity-stats,html[data-design=unified][data-theme=black] .profile-identity-stats:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;justify-content:stretch;gap:10px;width:min(100%,520px);min-height:42px;margin:14px auto 0;padding:0;border:0;background:transparent;background-image:none;box-shadow:none;outline:0;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:pan-y;transform:none;translate:none;scale:none;filter:none;transition:none;animation:none;will-change:auto}html[data-design=unified] .profile-identity-stat,html[data-design=unified] .profile-identity-stat:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-identity-stat,html[data-design=unified][data-theme=black] .profile-identity-stat:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;justify-items:center;align-content:start;gap:4px;min-width:0;min-height:42px;padding:0 4px;border:0;border-radius:0;background:transparent;background-image:none;box-shadow:none;outline:0;color:var(--text-primary);text-align:center;cursor:default;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;transform:none;translate:none;scale:none;filter:none;transition:none;animation:none;will-change:auto}html[data-design=unified] .profile-identity-stat strong,html[data-design=unified][data-theme=black] .profile-identity-stat strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(15px,3.8vw,20px);font-weight:950;line-height:1.04;letter-spacing:0}html[data-design=unified] .profile-identity-stat span,html[data-design=unified][data-theme=black] .profile-identity-stat span{max-width:100%;color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-size:clamp(9px,2.7vw,11px);font-weight:850;line-height:1.12;letter-spacing:0;text-align:center}html[data-design=unified] .profile-identity .profile-remote-note,html[data-design=unified][data-theme=black] .profile-identity .profile-remote-note{margin:2px auto 0;max-width:min(100%,420px);color:var(--text-muted);text-align:center}@media (max-width: 620px){html[data-design=unified] .profile-identity,html[data-design=unified][data-theme=black] .profile-identity{gap:9px;margin-bottom:28px;padding-top:2px}html[data-design=unified] .profile-identity-avatar,html[data-design=unified][data-theme=black] .profile-identity-avatar{width:74px;height:74px;min-width:74px;min-height:74px;font-size:25px}html[data-design=unified] .profile-identity-stats,html[data-design=unified][data-theme=black] .profile-identity-stats{gap:6px;width:100%;margin-top:12px}html[data-design=unified] .profile-identity-stat,html[data-design=unified][data-theme=black] .profile-identity-stat{padding:0 2px}}html[data-design=unified],html[data-design=unified] body{font-family:var(--font-main);font-feature-settings:"liga" off,"clig" off}html[data-design=unified] h1:not(.detail-title):not(.collection-detail-title){font-family:var(--font-main);font-feature-settings:"liga" off,"clig" off;font-size:24px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:0}html[data-design=unified] body:before,html[data-design=unified] body:after,html[data-design=unified] .page:before,html[data-design=unified] .page:after,html[data-design=unified] .app-shell:before,html[data-design=unified] .app-shell:after{content:none;display:none;background:none;opacity:0}html[data-design=unified]:not([data-theme=black]){--theme-chrome-bg: var(--theme-chrome-current);--bg-base: var(--theme-chrome-bg);--bg-soft: var(--theme-chrome-bg);--app-bg: linear-gradient(180deg, var(--theme-chrome-bg) 0%, var(--theme-chrome-bg) 100%);--card-surface: var(--theme-card-light);--ui-card-surface: var(--theme-card-light);--ui-card-surface-image: none;--card-shadow: 0 2px 7px -6px rgba(24, 30, 40, .18), 0 12px 28px -24px rgba(24, 30, 40, .22), 0 22px 48px -44px rgba(24, 30, 40, .14);--ui-card-shadow: var(--card-shadow)}html[data-design=unified]{--card-search-bg: var(--ui-field-bg);--card-search-bg-image: var(--ui-field-bg-image);--card-search-shadow: var(--ui-field-shadow);--card-search-height: var(--ui-field-height);--card-search-radius: var(--ui-field-radius);--card-search-gap: 8px;--card-search-pad-x: var(--ui-field-padding-x);--card-search-icon-size: 18px;--card-search-text: var(--ui-field-fg);--card-search-muted: var(--ui-field-muted);--card-search-icon: var(--text-secondary)}html[data-design=unified] .card-search,html[data-design=unified] .card-search *,html[data-design=unified] .card-search *:before,html[data-design=unified] .card-search *:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html[data-design=unified] .card-search{display:grid;grid-template-columns:minmax(0,1fr) var(--card-search-height);align-items:center;gap:var(--card-search-gap);width:100%;min-width:0;max-width:100%;height:var(--card-search-height);min-height:var(--card-search-height);margin:0;padding:0;overflow:visible}html[data-design=unified] .card-search--solo,html[data-design=unified] .card-search:not(:has(.card-search__filter)){grid-template-columns:minmax(0,1fr)}html[data-design=unified] .card-search__field,html[data-design=unified] .card-search__filter{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:var(--card-search-height);min-height:var(--card-search-height);max-height:var(--card-search-height);border:0;outline:0;border-radius:var(--card-search-radius);background:var(--card-search-bg);background-color:var(--card-search-bg);background-image:var(--card-search-bg-image);box-shadow:var(--card-search-shadow);transform:none;filter:none;opacity:1;transition:none;animation:none}html[data-design=unified] .card-search__field:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified] .card-search__filter:is(:hover,:focus,:focus-visible,:focus-within,:active){border:0;outline:0;background:var(--card-search-bg);background-color:var(--card-search-bg);background-image:var(--card-search-bg-image);box-shadow:var(--card-search-shadow);transform:none;filter:none;opacity:1}html[data-design=unified] .card-search__field:before,html[data-design=unified] .card-search__field:after,html[data-design=unified] .card-search__filter:before,html[data-design=unified] .card-search__filter:after{content:none;display:none}html[data-design=unified] .card-search__field{position:relative;display:grid;grid-template-columns:var(--card-search-icon-size) minmax(0,1fr) 28px;align-items:center;gap:8px;width:100%;min-width:0;padding:0 var(--card-search-pad-x);overflow:hidden}html[data-design=unified] .card-search__field:is(:focus,:focus-visible,:focus-within){box-shadow:var(--ui-field-focus-shadow)}html[data-design=unified] .card-search__input[type=search],html[data-design=unified] .card-search__input{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;min-width:0;height:calc(var(--card-search-height) - 2px);min-height:calc(var(--card-search-height) - 2px);margin:0;padding:0;border:0;border-radius:0;outline:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;color:var(--card-search-text);-webkit-text-fill-color:var(--card-search-text);caret-color:var(--accent);font:inherit;font-size:var(--ui-field-font-size);font-weight:var(--ui-field-font-weight);font-synthesis:none;line-height:calc(var(--card-search-height) - 2px);letter-spacing:0;transform:none;filter:none;transition:none}html[data-design=unified] .card-search__input[type=search]:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified] .card-search__input:is(:hover,:focus,:focus-visible,:focus-within,:active){border:0;outline:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;font-weight:var(--ui-field-font-weight);transform:none;transition:none;animation:none}html[data-design=unified] .card-search__input::placeholder{color:var(--card-search-muted);-webkit-text-fill-color:var(--card-search-muted);opacity:.62;font-weight:var(--ui-field-font-weight)}html[data-design=unified][data-theme=black] .card-search__input[type=search],html[data-design=unified][data-theme=black] .card-search__input,html[data-design=unified][data-theme=black] .card-search__input[type=search]:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .card-search__input:is(:hover,:focus,:focus-visible,:focus-within,:active){color:var(--card-search-text);-webkit-text-fill-color:var(--card-search-text);font-size:var(--ui-field-font-size);font-weight:var(--ui-field-font-weight)}html[data-design=unified] .card-search__input::-webkit-search-decoration,html[data-design=unified] .card-search__input::-webkit-search-cancel-button,html[data-design=unified] .card-search__input::-webkit-search-results-button,html[data-design=unified] .card-search__input::-webkit-search-results-decoration{display:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}html[data-design=unified] .card-search__icon,html[data-design=unified] .card-search__filter :is(svg,.iconly-icon){display:block;width:var(--card-search-icon-size);height:var(--card-search-icon-size);min-width:var(--card-search-icon-size);color:var(--card-search-icon);stroke:currentColor;stroke-width:1.8;opacity:.72;transform:none;filter:none;transition:none;pointer-events:none}html[data-design=unified] .card-search>.market-filter-wrap{position:relative;display:block;width:var(--card-search-height);min-width:var(--card-search-height);height:var(--card-search-height);min-height:var(--card-search-height);margin:0;padding:0;border:0;outline:0;background:transparent;background-image:none;box-shadow:none;transform:none;filter:none;overflow:visible}html[data-design=unified] .card-search__filter{display:inline-grid;place-items:center;width:var(--card-search-height);min-width:var(--card-search-height);max-width:var(--card-search-height);padding:0;color:var(--card-search-icon);-webkit-text-fill-color:var(--card-search-icon);font-size:16px;transition:background-color .14s var(--p-ease),color .14s var(--p-ease),box-shadow .14s var(--p-ease),opacity .14s var(--p-ease);cursor:pointer}html[data-design=unified] .card-search__filter[data-filter-active=true] :is(svg,.iconly-icon),html[data-design=unified] .card-search__filter[data-filter-open=true] :is(svg,.iconly-icon),html[data-design=unified] .card-search__filter.is-active :is(svg,.iconly-icon){color:var(--accent);stroke:currentColor;opacity:1}html[data-design=unified] .card-search .card-search__clear{position:absolute;top:50%;right:7px;display:grid;place-items:center;width:28px;min-width:28px;height:28px;min-height:28px;margin:0;padding:0;border:0;border-radius:999px;outline:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;color:var(--card-search-icon);opacity:.7;transform:translateY(-50%);filter:none;transition:none}html[data-design=unified] .card-search .card-search__clear:is(:hover,:focus,:focus-visible,:focus-within,:active){outline:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;transform:translateY(-50%)}html[data-design=unified] .card-search .card-search__clear svg{width:14px;height:14px;stroke-width:1.8}@media (max-width: 620px){html[data-design=unified]{--card-search-height: var(--ui-field-height);--card-search-radius: var(--ui-field-radius);--card-search-gap: 7px;--card-search-pad-x: var(--ui-field-padding-x);--pill-segmented-height: 38px;--pill-segmented-gap: 7px}}html[data-design=unified]{--header-brand-display: inline-flex;--header-brand-title-display: block;--header-controls-display: inline-flex;--mobile-actions-display: none;--mobile-actions-flex: 0 1 auto;--top-action-button-bg: var(--ui-button-secondary-bg);--top-action-button-bg-image: none;--top-action-button-color: var(--ui-button-secondary-fg);--top-action-button-shadow: none;--top-action-badge-bg: #ffd84d;--top-action-badge-fg: #121314}html[data-design=unified] :is(.header-controls,.mobile-actions) :is(.header-icon-btn,.balance-pill.header-balance-pill):not(.is-active):not([aria-expanded=true]),html[data-design=unified] :is(.header-controls,.mobile-actions) :is(.header-icon-btn,.balance-pill.header-balance-pill):not(.is-active):not([aria-expanded=true]):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions) :is(.header-icon-btn,.balance-pill.header-balance-pill):not(.is-active):not([aria-expanded=true]),html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions) :is(.header-icon-btn,.balance-pill.header-balance-pill):not(.is-active):not([aria-expanded=true]):is(:hover,:focus,:focus-visible,:focus-within,:active){background:var(--top-action-button-bg);background-color:var(--top-action-button-bg);background-image:var(--top-action-button-bg-image);color:var(--top-action-button-color);-webkit-text-fill-color:var(--top-action-button-color);border:0;outline:0;box-shadow:var(--top-action-button-shadow);filter:none;transform:none}html[data-design=unified] :is(.header-controls,.mobile-actions) :is(.header-icon-btn,.balance-pill.header-balance-pill):not(.is-active):not([aria-expanded=true]) :is(svg,.iconly-icon),html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions) :is(.header-icon-btn,.balance-pill.header-balance-pill):not(.is-active):not([aria-expanded=true]) :is(svg,.iconly-icon){color:currentColor;stroke:currentColor}html[data-design=unified] :is(.header-controls,.mobile-actions) .header-icon-btn:is(.is-active,[aria-expanded=true]),html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions) .header-icon-btn:is(.is-active,[aria-expanded=true]){background:var(--top-action-button-bg);background-color:var(--top-action-button-bg);background-image:var(--top-action-button-bg-image);color:var(--top-action-button-color);-webkit-text-fill-color:var(--top-action-button-color);box-shadow:var(--top-action-button-shadow)}html[data-design=unified] :is(.header-controls,.mobile-actions) .balance-pill.header-balance-pill:not([aria-expanded=true]) .balance-pill__value,html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions) .balance-pill.header-balance-pill:not([aria-expanded=true]) .balance-pill__value{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary)}html[data-design=unified] :is(.header-controls,.mobile-actions) .balance-pill.header-balance-pill:not([aria-expanded=true]) .balance-pill__unit,html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions) .balance-pill.header-balance-pill:not([aria-expanded=true]) .balance-pill__unit{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary)}html[data-design=unified] :is(.header-bell-badge,.header-chat-badge),html[data-design=unified][data-theme=black] :is(.header-bell-badge,.header-chat-badge){position:absolute;top:-4px;right:-4px;display:inline-flex;align-items:center;justify-content:center;width:18px;min-width:18px;height:18px;min-height:18px;padding:0;border:0;border-radius:999px;background:var(--top-action-badge-bg);background-color:var(--top-action-badge-bg);background-image:none;box-shadow:none;color:var(--top-action-badge-fg);-webkit-text-fill-color:var(--top-action-badge-fg);font-size:9px;font-weight:850;line-height:1;text-align:center;pointer-events:none;transform:none;translate:none;scale:none;animation:none}html[data-design=unified] .header-bell-badge,html[data-design=unified][data-theme=black] .header-bell-badge{background:var(--top-action-badge-bg);background-color:var(--top-action-badge-bg);color:var(--top-action-badge-fg);-webkit-text-fill-color:var(--top-action-badge-fg)}html[data-design=unified]{--pill-segmented-gap: 8px;--pill-segmented-height: 40px;--pill-segmented-fg: var(--text-secondary);--pill-segmented-active-bg: #24212D;--pill-segmented-active-fg: #FFFFFF;--pill-segmented-count-bg: transparent;--pill-segmented-active-count-bg: rgba(255, 255, 255, .18)}html[data-design=unified][data-theme=black]{--ui-modal-scrim-bg: rgba(0, 0, 0, .46);--ui-inner-line-shadow: inset 0 0 0 1px rgba(255, 255, 255, .055);--unified-status-in-bg: color-mix(in srgb, var(--green) 18%, transparent);--unified-status-out-bg: color-mix(in srgb, var(--red) 16%, transparent);--unified-status-swap-bg: color-mix(in srgb, var(--accent) 14%, transparent);--ui-warning-bg: color-mix(in srgb, #ffd24a 18%, transparent);--ui-warning-fg: #ffd24a;--ui-warning-line: #ffd24a;--ui-floating-glass-bg: rgba(18, 20, 24, .78);--ui-floating-glass-shadow: 0 18px 38px -24px rgba(0, 0, 0, .88);--mobile-dock-surface: rgba(18, 20, 24, .76);--mobile-dock-surface-image: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018) 48%, rgba(0, 0, 0, .1)), radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .045), transparent 46%);--mobile-dock-border: rgba(255, 255, 255, .055);--mobile-dock-ambient-shadow: 0 18px 42px -28px rgba(0, 0, 0, .92), 0 8px 20px -16px rgba(0, 0, 0, .68);--mobile-dock-glass-blur: blur(16px) saturate(125%);--mobile-dock-glass-shine: inset 0 1px 0 rgba(255, 255, 255, .075), inset 1px 0 0 rgba(255, 255, 255, .035), inset -1px 0 0 rgba(255, 255, 255, .035), inset 0 0 5px rgba(255, 255, 255, .03), inset 0 -1px 0 rgba(0, 0, 0, .2);--mobile-dock-color: #ffffff;--mobile-dock-active-bg: rgba(255, 255, 255, .105);--mobile-dock-active-color: #0284c7;--mobile-dock-active-icon: #0284c7;--mobile-dock-active-shadow: none;--card-surface: var(--theme-card-dark);--ui-card-surface: var(--theme-card-dark);--ui-card-surface-image: none;--top-action-button-bg: var(--ui-button-secondary-bg);--top-action-button-bg-image: none;--top-action-button-color: var(--ui-button-secondary-fg);--top-action-button-shadow: none;--pill-segmented-fg: var(--text-secondary);--pill-segmented-active-bg: #F3F5F7;--pill-segmented-active-fg: #111316;--pill-segmented-count-bg: transparent;--pill-segmented-active-count-bg: rgba(17, 19, 22, .1)}html[data-design=unified] .profile-pill-tabs,html[data-design=unified][data-theme=black] .profile-pill-tabs{margin-inline:auto;margin-top:0;margin-bottom:22px}html[data-design=unified] .market-view-tabs,html[data-design=unified][data-theme=black] .market-view-tabs{margin-top:20px;margin-bottom:14px}html[data-design=unified] .market-view-tabs .pill-segmented__label,html[data-design=unified][data-theme=black] .market-view-tabs .pill-segmented__label{font-weight:920}html[data-design=unified] :is(.header-settings-modal,.header-wallet-modal) :is(.header-settings-content,.header-wallet-layout),html[data-design=unified][data-theme=black] :is(.header-settings-modal,.header-wallet-modal) :is(.header-settings-content,.header-wallet-layout){background:transparent;background-color:transparent;background-image:none}html[data-design=unified] .market-collection-list,html[data-design=unified][data-theme=black] .market-collection-list{display:grid;grid-template-columns:1fr;gap:10px;width:100%;margin:0;padding:0}html[data-design=unified] .market-collection-card,html[data-design=unified] .market-collection-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .market-collection-card,html[data-design=unified][data-theme=black] .market-collection-card:is(:hover,:focus,:focus-visible,:focus-within,:active){--ui-list-card-min-height: 78px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:12px}html[data-design=unified] .market-collection-logo,html[data-design=unified][data-theme=black] .market-collection-logo{display:grid;place-items:center;width:50px;height:50px;border-radius:calc(var(--ui-list-card-radius) - 2px);overflow:hidden;background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);color:var(--ui-card-primary);font-size:13px;font-weight:900;letter-spacing:0}html[data-design=unified] .market-collection-logo img,html[data-design=unified][data-theme=black] .market-collection-logo img{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}html[data-design=unified] .market-collection-main,html[data-design=unified][data-theme=black] .market-collection-main{display:grid;gap:6px;min-width:0}html[data-design=unified] .market-collection-title,html[data-design=unified][data-theme=black] .market-collection-title{display:flex;align-items:center;gap:6px;min-width:0}html[data-design=unified] .market-collection-title strong,html[data-design=unified][data-theme=black] .market-collection-title strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:15px;font-weight:850;letter-spacing:0;line-height:1.08}html[data-design=unified] .market-collection-meta,html[data-design=unified][data-theme=black] .market-collection-meta{display:flex;align-items:center;gap:7px;min-width:0;color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:12px;font-weight:700;line-height:1.1}html[data-design=unified] .market-collection-meta span+span:before,html[data-design=unified][data-theme=black] .market-collection-meta span+span:before{content:"";display:inline-block;width:4px;height:4px;margin:0 7px 2px 0;border-radius:999px;background:currentColor;opacity:.38}html[data-design=unified] .market-collection-stats,html[data-design=unified][data-theme=black] .market-collection-stats{display:grid;grid-template-columns:repeat(2,minmax(84px,auto));gap:8px;justify-content:end;min-width:0}html[data-design=unified] .market-collection-stats span,html[data-design=unified][data-theme=black] .market-collection-stats span{display:grid;gap:3px;min-width:0;padding:8px 10px;border-radius:14px;background:var(--ui-tag-bg);box-shadow:none}html[data-design=unified] .market-collection-stats small,html[data-design=unified][data-theme=black] .market-collection-stats small{color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:10px;font-weight:800;line-height:1}html[data-design=unified] .market-collection-stats strong,html[data-design=unified][data-theme=black] .market-collection-stats strong{color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:12px;font-weight:900;line-height:1.08;white-space:nowrap}html[data-design=unified] .market-results-meta,html[data-design=unified][data-theme=black] .market-results-meta{margin:-2px 0 6px;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:clamp(11px,2vw,13px);font-weight:760}html[data-design=unified] .market-empty,html[data-design=unified][data-theme=black] .market-empty{margin:0 0 clamp(12px,2vw,18px);padding:clamp(16px,3vw,28px);border:0;border-radius:var(--ui-list-card-radius);background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:clamp(12px,2vw,14px);font-weight:760;line-height:1.35;text-align:center}html[data-design=unified] .market-load-more,html[data-design=unified][data-theme=black] .market-load-more{display:grid;place-items:center;min-height:48px;color:var(--text-muted);font-size:12px;font-weight:800}html[data-design=unified] .market-load-more--idle,html[data-design=unified][data-theme=black] .market-load-more--idle{min-height:1px}@media (max-width: 620px){html[data-design=unified] .market-collection-card,html[data-design=unified] .market-collection-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .market-collection-card,html[data-design=unified][data-theme=black] .market-collection-card:is(:hover,:focus,:focus-visible,:focus-within,:active){--ui-list-card-min-height: 96px;grid-template-columns:46px minmax(0,1fr);gap:10px}html[data-design=unified] .market-collection-logo,html[data-design=unified][data-theme=black] .market-collection-logo{width:46px;height:46px;border-radius:calc(var(--ui-list-card-radius) - 2px)}html[data-design=unified] .market-collection-stats,html[data-design=unified][data-theme=black] .market-collection-stats{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}}html[data-design=unified] .market-load-more__button,html[data-design=unified] .market-load-more__button:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .market-load-more__button,html[data-design=unified][data-theme=black] .market-load-more__button:is(:hover,:focus,:focus-visible,:focus-within,:active){--ui-action-padding: var(--ui-action-wide-padding);--ui-action-font-weight: var(--ui-action-strong-font-weight);--ui-button-bg: var(--ui-button-secondary-bg);--ui-button-fg: var(--ui-button-secondary-fg);--ui-button-shadow: none;min-width:var(--ui-action-wide-min-width)}html[data-design=unified] .detail-page,html[data-design=unified][data-theme=black] .detail-page{--detail-grid-columns: minmax(0, 1fr);--detail-grid-gap: 14px;--detail-grid-margin-bottom: clamp(22px, 4vw, 40px);--detail-media-aspect-ratio: 1 / 1;width:100%;min-width:0;padding-bottom:clamp(24px,4vw,40px)}html[data-design=unified] .detail-empty,html[data-design=unified][data-theme=black] .detail-empty{display:grid;justify-items:center;gap:16px;min-height:42vh;padding:clamp(54px,9vw,84px) 20px;text-align:center}html[data-design=unified] .detail-empty h2,html[data-design=unified][data-theme=black] .detail-empty h2{margin:0;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(22px,5vw,28px);font-weight:950;line-height:1.05}html[data-design=unified] .detail-grid,html[data-design=unified][data-theme=black] .detail-grid{display:grid;grid-template-columns:var(--detail-grid-columns);align-items:start;gap:var(--detail-grid-gap);width:100%;min-width:0;max-width:680px;margin:0 0 var(--detail-grid-margin-bottom);margin-inline:auto}html[data-design=unified] .detail-media,html[data-design=unified] .detail-media:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .detail-media,html[data-design=unified][data-theme=black] .detail-media:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;overflow:hidden;width:100%;min-width:0;border:0;border-radius:calc(var(--ui-card-radius) + 8px);background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);transform:none;translate:none;scale:none;filter:none;transition:var(--ui-card-transition);-webkit-tap-highlight-color:transparent}html[data-design=unified] .detail-media img{display:block;width:100%;aspect-ratio:var(--detail-media-aspect-ratio);object-fit:cover}html[data-design=unified] .detail-content{display:grid;align-content:start;gap:14px;width:100%;min-width:0}html[data-design=unified] .detail-breadcrumb,html[data-design=unified] .detail-breadcrumb :is(a,span),html[data-design=unified] .detail-breadcrumb :is(a,span):is(:hover,:focus,:focus-visible,:active){min-width:0;color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-size:11px;font-weight:820;line-height:1.2;text-decoration:none}html[data-design=unified] .detail-breadcrumb{display:flex;align-items:center;gap:7px;overflow:hidden;white-space:nowrap}html[data-design=unified] .detail-breadcrumb a,html[data-design=unified] .detail-breadcrumb a:is(:hover,:focus,:focus-visible,:active){color:var(--accent);-webkit-text-fill-color:var(--accent);font-weight:900}html[data-design=unified] .detail-breadcrumb-muted{overflow:hidden;text-overflow:ellipsis}html[data-design=unified] .detail-title,html[data-design=unified] .detail-title:is(:hover,:focus,:focus-visible,:focus-within,:active){min-width:0;margin:0;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(26px,5vw,42px);font-weight:1000;letter-spacing:0;line-height:1.04;transform:none;translate:none;scale:none}html[data-design=unified] .detail-creator,html[data-design=unified] .detail-creator:is(:hover,:focus,:focus-visible,:focus-within,:active){display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:100%;min-width:0;transform:none;translate:none;scale:none}html[data-design=unified] .detail-creator-label{color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-size:10px;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:0}html[data-design=unified] .detail-creator-value{display:inline-flex;align-items:center;gap:4px;min-width:0;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .detail-current-price{display:grid;justify-items:start;gap:6px;width:100%;min-width:0;margin:4px 0 0}html[data-design=unified] .detail-price-label{color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-size:10px;font-weight:860;line-height:1;text-transform:uppercase;letter-spacing:0}html[data-design=unified] .detail-price-value{display:inline-flex;align-items:center;gap:7px;min-width:0;max-width:100%;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(25px,5vw,36px);font-weight:1000;line-height:1;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .detail-price-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:9px;width:100%;min-width:0;margin-top:4px}html[data-design=unified] .detail-sections{display:grid;gap:clamp(22px,3vw,34px);width:100%;min-width:0;max-width:680px;margin-inline:auto}html[data-design=unified] .detail-section{display:grid;gap:12px;min-width:0}html[data-design=unified] .detail-section h2{margin:0;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:18px;font-weight:950;line-height:1.08;letter-spacing:0}html[data-design=unified] .detail-activity-empty{display:grid;min-height:64px;place-items:center;border-radius:var(--ui-list-card-radius);background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:13px;font-weight:760}@media (max-width: 980px){html[data-design=unified] .detail-page{--detail-grid-gap: 18px;--detail-media-aspect-ratio: 4 / 3}}@media (max-width: 520px){html[data-design=unified] .detail-page{--detail-grid-margin-bottom: 20px}html[data-design=unified] .detail-price-actions{gap:8px}}html[data-design=unified] .ui-modal-head,html[data-design=unified][data-theme=black] .ui-modal-head{display:grid;gap:0;padding-right:44px;margin-bottom:14px}html[data-design=unified] .ui-modal-head span,html[data-design=unified][data-theme=black] .ui-modal-head span{color:var(--text-primary);font-size:20px;font-weight:900;line-height:1.12}html[data-design=unified] .ui-modal-preview,html[data-design=unified][data-theme=black] .ui-modal-preview{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;width:100%;min-width:0;padding:0;border:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;box-sizing:border-box}html[data-design=unified] .ui-modal-preview__image,html[data-design=unified][data-theme=black] .ui-modal-preview__image{aspect-ratio:1 / 1;border-radius:15px;overflow:hidden;background:color-mix(in srgb,var(--ui-modal-surface) 82%,var(--text-muted) 18%)}html[data-design=unified] .ui-modal-preview__image img,html[data-design=unified][data-theme=black] .ui-modal-preview__image img{width:100%;height:100%;object-fit:cover;display:block}html[data-design=unified] .ui-modal-preview__meta,html[data-design=unified][data-theme=black] .ui-modal-preview__meta{display:grid;gap:7px;min-width:0}html[data-design=unified] .ui-modal-preview__meta>span,html[data-design=unified][data-theme=black] .ui-modal-preview__meta>span{overflow:hidden;color:var(--text-secondary);font-size:12px;font-weight:620;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .ui-modal-preview__meta>strong,html[data-design=unified][data-theme=black] .ui-modal-preview__meta>strong{overflow:hidden;color:var(--text-primary);font-size:17px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .ui-modal-price,html[data-design=unified][data-theme=black] .ui-modal-price{display:inline-flex;align-items:center;width:fit-content;max-width:100%;gap:6px;min-height:22px;padding:0;border:0;border-radius:0;background:transparent;background-color:transparent;background-image:none;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);box-shadow:none;font-size:14px;font-weight:950;white-space:nowrap}html[data-design=unified] .ui-modal-message--error,html[data-design=unified][data-theme=black] .ui-modal-message--error{margin:12px 2px 0;color:var(--red);font-size:13px;font-weight:850;line-height:1.25}html[data-design=unified] .ui-modal-actions,html[data-design=unified][data-theme=black] .ui-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--ui-card-gap);margin-top:var(--ui-card-gap)}html[data-design=unified] .ui-modal-actions .ui-action,html[data-design=unified][data-theme=black] .ui-modal-actions .ui-action{justify-content:center}html[data-design=unified] .ui-modal-actions .ui-action:disabled,html[data-design=unified][data-theme=black] .ui-modal-actions .ui-action:disabled{cursor:default;opacity:.72}@media (max-width: 520px){html[data-design=unified] .ui-modal-preview,html[data-design=unified][data-theme=black] .ui-modal-preview{grid-template-columns:82px minmax(0,1fr);gap:12px}}html[data-design=unified] .crypto-trade-field,html[data-design=unified][data-theme=black] .crypto-trade-field{display:grid;gap:8px;min-width:0;margin-top:12px;box-sizing:border-box}html[data-design=unified] .crypto-trade-field>span,html[data-design=unified][data-theme=black] .crypto-trade-field>span{color:var(--ui-card-secondary);font-size:12px;font-weight:900;line-height:1}html[data-design=unified] .ui-field-label,html[data-design=unified][data-theme=black] .ui-field-label{color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:12px;font-weight:900;line-height:1}html[data-design=unified] .nft-sale-form,html[data-design=unified][data-theme=black] .nft-sale-form{display:grid;gap:12px}html[data-design=unified] .nft-sale-note,html[data-design=unified][data-theme=black] .nft-sale-note{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.35;text-align:center}html[data-design=unified] .nft-sale-pair-notice,html[data-design=unified][data-theme=black] .nft-sale-pair-notice{display:grid;margin:0;padding:10px 11px;border-radius:14px;background:color-mix(in srgb,var(--warning, #f59e0b) 13%,transparent);color:var(--text-primary);font-size:13px;line-height:1.35}html[data-design=unified] .nft-sale-pair-notice p,html[data-design=unified][data-theme=black] .nft-sale-pair-notice p{margin:0;color:var(--text-primary);font-weight:820}html[data-design=unified] .header-notification-date-group,html[data-design=unified][data-theme=black] .header-notification-date-group{display:grid;gap:8px;min-width:0;margin:0}html[data-design=unified] .header-notification-date-group+.header-notification-date-group,html[data-design=unified][data-theme=black] .header-notification-date-group+.header-notification-date-group{margin-top:10px}html[data-design=unified] .header-notification-date-title,html[data-design=unified][data-theme=black] .header-notification-date-title{padding:0 2px 1px;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:15px;font-weight:900;line-height:1.15}html[data-design=unified] .header-notification-media,html[data-design=unified][data-theme=black] .header-notification-media{display:block;object-fit:cover;box-shadow:none}html[data-design=unified] :is(.header-notification-icon,.header-wallet-operation-icon),html[data-design=unified][data-theme=black] :is(.header-notification-icon,.header-wallet-operation-icon){display:grid;place-items:center;overflow:hidden;background:var(--notification-icon-bg, linear-gradient(135deg, #0ea5e9, #2563eb));color:#fff;-webkit-text-fill-color:#fff;box-shadow:none}html[data-design=unified] :is(.header-notification-card--in,.header-wallet-operation--in),html[data-design=unified][data-theme=black] :is(.header-notification-card--in,.header-wallet-operation--in){--notification-icon-bg: linear-gradient(135deg, #34d399, #16a34a)}html[data-design=unified] :is(.header-notification-card--out,.header-wallet-operation--out),html[data-design=unified][data-theme=black] :is(.header-notification-card--out,.header-wallet-operation--out){--notification-icon-bg: linear-gradient(135deg, #fb7185, #dc2626)}html[data-design=unified] :is(.header-notification-card--message,.header-wallet-operation.is-pending),html[data-design=unified][data-theme=black] :is(.header-notification-card--message,.header-wallet-operation.is-pending){--notification-icon-bg: linear-gradient(135deg, #fbbf24, #f59e0b)}html[data-design=unified] .header-notification-side,html[data-design=unified][data-theme=black] .header-notification-side{display:grid;justify-items:end;gap:3px;min-width:max-content;text-align:right}html[data-design=unified] .header-notification-side strong,html[data-design=unified][data-theme=black] .header-notification-side strong{max-width:none;overflow:visible;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:12px;font-weight:900;line-height:1.05;white-space:nowrap}html[data-design=unified] .header-notification-side-spacer,html[data-design=unified][data-theme=black] .header-notification-side-spacer{display:block;width:1px;height:12px}html[data-design=unified] .header-notification-title-row,html[data-design=unified][data-theme=black] .header-notification-title-row{display:flex;align-items:center;gap:6px;min-width:0}html[data-design=unified] .header-notification-title-row em,html[data-design=unified][data-theme=black] .header-notification-title-row em{flex:0 0 auto;padding:3px 7px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:9px;font-style:normal;font-weight:900;line-height:1}html[data-design=unified] .header-wallet-finance-panel,html[data-design=unified] .header-wallet-finance-panel:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-wallet-finance-panel,html[data-design=unified][data-theme=black] .header-wallet-finance-panel:is(:hover,:focus,:focus-visible,:focus-within,:active){width:100%;min-width:0;padding:0;border-radius:0}html[data-design=unified] .header-wallet-panel-title,html[data-design=unified][data-theme=black] .header-wallet-panel-title{min-height:20px;margin:0 0 6px}html[data-design=unified].is-overlay-locked,html[data-design=unified].is-overlay-locked body,html[data-design=unified][data-theme=black].is-overlay-locked,html[data-design=unified][data-theme=black].is-overlay-locked body{width:100%;max-width:100%;height:100%;overflow:hidden;overscroll-behavior:none}html[data-design=unified] :is(.top-action-modal:not(.chat__panel),.header-notifications-sheet,.header-settings-modal,.header-wallet-modal,.profile-operation-card),html[data-design=unified] :is(.top-action-modal:not(.chat__panel),.header-notifications-sheet,.header-settings-modal,.header-wallet-modal,.profile-operation-card):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.top-action-modal:not(.chat__panel),.header-notifications-sheet,.header-settings-modal,.header-wallet-modal,.profile-operation-card),html[data-design=unified][data-theme=black] :is(.top-action-modal:not(.chat__panel),.header-settings-modal,.header-wallet-modal,.profile-operation-card):is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;animation:none}html[data-design=unified] .chat__viewer-nav,html[data-design=unified][data-theme=black] .chat__viewer-nav{transform:translateY(-50%)}html[data-design=unified] :is(.ui-card,.ui-list-card,.nft-card:not(.profile-operation-card),.collection-card,.market-collection-card,.profile-operation-card,.header-wallet-operation,.header-notification-card,.detail-owned-card,.chat__deposit-result,.chat__attachment-card),html[data-design=unified] :is(.ui-card,.ui-list-card,.nft-card:not(.profile-operation-card),.collection-card,.market-collection-card,.profile-operation-card,.header-wallet-operation,.header-notification-card,.detail-owned-card,.chat__deposit-result,.chat__attachment-card):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.ui-card,.ui-list-card,.nft-card:not(.profile-operation-card),.collection-card,.market-collection-card,.profile-operation-card,.header-wallet-operation,.header-notification-card,.detail-owned-card,.chat__deposit-result,.chat__attachment-card),html[data-design=unified][data-theme=black] :is(.ui-card,.ui-list-card,.nft-card:not(.profile-operation-card),.collection-card,.market-collection-card,.profile-operation-card,.header-wallet-operation,.header-notification-card,.detail-owned-card,.chat__deposit-result,.chat__attachment-card):is(:hover,:focus,:focus-visible,:focus-within,:active){border:0;outline:0;background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);transform:none;translate:none;scale:none;filter:none;animation:none;will-change:auto;box-sizing:border-box;transition:var(--ui-card-transition);-webkit-tap-highlight-color:transparent}html[data-design=unified] .ui-list-card,html[data-design=unified] .ui-list-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .ui-list-card,html[data-design=unified][data-theme=black] .ui-list-card:is(:hover,:focus,:focus-visible,:focus-within,:active){width:var(--ui-list-card-width, 100%);min-width:0;min-height:var(--ui-list-card-min-height);padding:var(--ui-list-card-padding);border-radius:var(--ui-list-card-radius)}html[data-design=unified] .header-notification-card,html[data-design=unified] .header-notification-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-notification-card,html[data-design=unified][data-theme=black] .header-notification-card:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:var(--ui-list-card-icon-size) minmax(0,1fr) auto;align-items:center;gap:var(--ui-list-card-gap)}html[data-design=unified] .header-notification-card--chat-link,html[data-design=unified] .header-notification-card--chat-link:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-notification-card--chat-link,html[data-design=unified][data-theme=black] .header-notification-card--chat-link:is(:hover,:focus,:focus-visible,:focus-within,:active){cursor:pointer;transform:none;translate:none;scale:none;animation:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .profile-operation-card>.profile-operation-card-info,html[data-design=unified] .profile-operation-card>.profile-operation-card-info:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-operation-card>.profile-operation-card-info,html[data-design=unified][data-theme=black] .profile-operation-card>.profile-operation-card-info:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:var(--ui-list-card-icon-size) minmax(0,1fr) auto;align-items:center;gap:var(--ui-list-card-gap);width:100%;min-width:0;padding:0;border:0;background:transparent;background-image:none;box-shadow:none}html[data-design=unified] :is(.header-notification-icon,.header-wallet-operation-icon,.header-notification-media,.profile-operation-visual),html[data-design=unified][data-theme=black] :is(.header-notification-icon,.header-wallet-operation-icon,.header-notification-media,.profile-operation-visual){width:var(--ui-list-card-icon-size);height:var(--ui-list-card-icon-size);min-width:var(--ui-list-card-icon-size);min-height:var(--ui-list-card-icon-size);border-radius:14px}html[data-design=unified] .profile-operation-visual,html[data-design=unified] .profile-operation-visual:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-operation-visual,html[data-design=unified][data-theme=black] .profile-operation-visual:is(:hover,:focus,:focus-visible,:focus-within,:active){border-radius:13px;overflow:hidden}html[data-design=unified] .profile-operation-visual img,html[data-design=unified][data-theme=black] .profile-operation-visual img{width:100%;height:100%;border-radius:inherit;object-fit:cover}html[data-design=unified] :is(.header-notification-copy,.header-wallet-operation-main,.profile-operation-card-main),html[data-design=unified][data-theme=black] :is(.header-notification-copy,.header-wallet-operation-main,.profile-operation-card-main){display:grid;gap:4px;min-width:0}html[data-design=unified] :is(.header-wallet-operation-side,.profile-operation-card-side),html[data-design=unified][data-theme=black] :is(.header-wallet-operation-side,.profile-operation-card-side){display:grid;justify-items:end;gap:4px;min-width:0;text-align:right}html[data-design=unified] :is(.header-notification-title-row strong,.header-wallet-operation-main strong,.profile-operation-title),html[data-design=unified][data-theme=black] :is(.header-notification-title-row strong,.header-wallet-operation-main strong,.profile-operation-title){min-width:0;max-width:100%;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:13px;font-weight:850;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] :is(.header-wallet-operation-side strong,.profile-operation-amount),html[data-design=unified][data-theme=black] :is(.header-wallet-operation-side strong,.profile-operation-amount){max-width:100%;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:13px;font-weight:850;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] :is(.header-notification-copy>span:last-child,.header-wallet-operation-main span,.profile-operation-description),html[data-design=unified][data-theme=black] :is(.header-notification-copy>span:last-child,.header-wallet-operation-main span,.profile-operation-description){max-width:100%;overflow:hidden;color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] :is(.header-notification-card time,.header-wallet-operation-side span,.profile-operation-card-side span),html[data-design=unified][data-theme=black] :is(.header-notification-card time,.header-wallet-operation-side span,.profile-operation-card-side span){color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:10px;font-weight:760;line-height:1.15;white-space:nowrap}html[data-design=unified] .profile-operation-amount.is-in,html[data-design=unified][data-theme=black] .profile-operation-amount.is-in{color:var(--unified-status-in);-webkit-text-fill-color:var(--unified-status-in)}html[data-design=unified] .profile-operation-amount.is-out,html[data-design=unified][data-theme=black] .profile-operation-amount.is-out{color:var(--unified-status-out);-webkit-text-fill-color:var(--unified-status-out)}html[data-design=unified] :is(.pill-segmented),html[data-design=unified] :is(.pill-segmented):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.pill-segmented),html[data-design=unified][data-theme=black] :is(.pill-segmented):is(:hover,:focus,:focus-visible,:focus-within,:active){box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;gap:var(--ui-control-gap);width:max-content;max-width:100%;min-height:var(--ui-control-height);height:auto;padding:0 1px 2px;border:0;border-radius:0;outline:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:none;touch-action:pan-x;transform:none;translate:none;scale:none;filter:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] :is(.pill-segmented)::-webkit-scrollbar,html[data-design=unified][data-theme=black] :is(.pill-segmented)::-webkit-scrollbar{display:none}html[data-design=unified] .pill-segmented__item,html[data-design=unified] .pill-segmented__item:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .pill-segmented__item,html[data-design=unified][data-theme=black] .pill-segmented__item:is(:hover,:focus,:focus-visible,:focus-within,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;gap:7px;min-width:max-content;min-height:var(--ui-control-height);height:var(--ui-control-height);max-height:var(--ui-control-height);margin:0;padding:0 var(--ui-control-padding-x);border:0;border-radius:var(--ui-control-radius);outline:0;background:var(--ui-control-bg);background-color:var(--ui-control-bg);background-image:none;box-shadow:var(--ui-control-shadow);color:var(--ui-control-fg);-webkit-text-fill-color:var(--ui-control-fg);font:inherit;font-size:14px;font-weight:850;letter-spacing:0;line-height:1;white-space:nowrap;cursor:pointer;user-select:none;-webkit-user-select:none;transform:none;translate:none;scale:none;filter:none;transition:background-color .14s var(--p-ease),color .14s var(--p-ease),opacity .14s var(--p-ease);-webkit-tap-highlight-color:transparent}html[data-design=unified] .pill-segmented__item:not(.is-active),html[data-design=unified] .pill-segmented__item:not(.is-active):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .pill-segmented__item:not(.is-active),html[data-design=unified][data-theme=black] .pill-segmented__item:not(.is-active):is(:hover,:focus,:focus-visible,:focus-within,:active){background:transparent;background-color:transparent;background-image:none;box-shadow:none}html[data-design=unified] .pill-segmented__item.is-active,html[data-design=unified] .pill-segmented__item.is-active:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .pill-segmented__item.is-active,html[data-design=unified][data-theme=black] .pill-segmented__item.is-active:is(:hover,:focus,:focus-visible,:focus-within,:active){background:var(--ui-control-active-bg);background-color:var(--ui-control-active-bg);box-shadow:var(--ui-control-active-shadow);color:var(--ui-control-active-fg);-webkit-text-fill-color:var(--ui-control-active-fg)}html[data-design=unified] :is(.pill-segmented__label,.pill-segmented__count) *,html[data-design=unified][data-theme=black] :is(.pill-segmented__label,.pill-segmented__count) *{color:inherit;-webkit-text-fill-color:currentColor}html[data-design=unified] .pill-segmented__label,html[data-design=unified][data-theme=black] .pill-segmented__label{display:block;min-width:0;color:inherit;-webkit-text-fill-color:currentColor;font-size:14px;font-weight:850;letter-spacing:0;line-height:1;white-space:nowrap;pointer-events:none}html[data-design=unified] .pill-segmented__count,html[data-design=unified][data-theme=black] .pill-segmented__count{display:inline-grid;place-items:center;box-sizing:border-box;flex:0 0 auto;width:auto;min-width:22px;height:22px;min-height:22px;padding:0 6px;border-radius:999px;background:var(--ui-control-count-bg);color:inherit;-webkit-text-fill-color:currentColor;font-size:11.5px;font-weight:900;line-height:1;font-variant-numeric:tabular-nums;pointer-events:none}html[data-design=unified] .pill-segmented__item:not(.is-active) .pill-segmented__count,html[data-design=unified][data-theme=black] .pill-segmented__item:not(.is-active) .pill-segmented__count{background:transparent}html[data-design=unified] .pill-segmented__item.is-active .pill-segmented__count,html[data-design=unified][data-theme=black] .pill-segmented__item.is-active .pill-segmented__count{background:var(--ui-control-active-count-bg)}html[data-design=unified] .ui-action,html[data-design=unified] .ui-action:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .ui-action,html[data-design=unified][data-theme=black] .ui-action:is(:hover,:focus,:focus-visible,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:var(--ui-action-height);height:var(--ui-action-height);max-height:var(--ui-action-height);padding:var(--ui-action-padding, 0 14px);border:0;border-radius:var(--ui-action-radius);outline:0;background:var(--ui-button-bg);background-color:var(--ui-button-bg);background-image:none;box-shadow:var(--ui-button-shadow);color:var(--ui-button-fg);-webkit-text-fill-color:var(--ui-button-fg);font-size:var(--ui-action-font-size, 12px);font-weight:var(--ui-action-font-weight, 850);letter-spacing:0;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;user-select:none;-webkit-user-select:none;transform:none;translate:none;scale:none;filter:none;transition:var(--ui-action-transition);-webkit-tap-highlight-color:transparent}html[data-design=unified] .ui-action--primary,html[data-design=unified] .ui-action--primary:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .ui-action--primary,html[data-design=unified][data-theme=black] .ui-action--primary:is(:hover,:focus,:focus-visible,:active){--ui-button-bg: var(--ui-button-primary-bg);--ui-button-fg: var(--ui-button-primary-fg);--ui-button-shadow: none}html[data-design=unified] :is(.ui-action--secondary),html[data-design=unified] :is(.ui-action--secondary):is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] :is(.ui-action--secondary),html[data-design=unified][data-theme=black] :is(.ui-action--secondary):is(:hover,:focus,:focus-visible,:active){--ui-button-bg: var(--ui-button-secondary-bg);--ui-button-fg: var(--ui-button-secondary-fg);--ui-button-shadow: none}html[data-design=unified] .ui-action--danger,html[data-design=unified] .ui-action--danger:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .ui-action--danger,html[data-design=unified][data-theme=black] .ui-action--danger:is(:hover,:focus,:focus-visible,:active){--ui-button-bg: var(--ui-button-danger-bg);--ui-button-fg: var(--ui-button-danger-fg);--ui-button-shadow: none}html[data-design=unified] .detail-price-actions .ui-action,html[data-design=unified] .detail-price-actions .ui-action:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .detail-price-actions .ui-action,html[data-design=unified][data-theme=black] .detail-price-actions .ui-action:is(:hover,:focus,:focus-visible,:active){--ui-action-height: 52px;--ui-action-radius: 12px;--ui-action-padding: 0 24px;--ui-action-font-size: 15px;--ui-action-font-weight: 850;flex:1 1 0}html[data-design=unified] .ui-action__stack,html[data-design=unified][data-theme=black] .ui-action__stack{display:grid;gap:2px;line-height:1.04;text-align:center}@media (max-width: 420px){html[data-design=unified] .detail-price-actions .ui-action,html[data-design=unified][data-theme=black] .detail-price-actions .ui-action{--ui-action-height: 46px;--ui-action-font-size: 13px}}@media (hover: hover) and (pointer: fine){html[data-design=unified] .ui-action:not(:disabled):hover,html[data-design=unified][data-theme=black] .ui-action:not(:disabled):hover{background:var(--ui-button-hover-bg);background-color:var(--ui-button-hover-bg)}html[data-design=unified] .ui-action:not(:disabled):active,html[data-design=unified][data-theme=black] .ui-action:not(:disabled):active{background:var(--ui-button-active-bg);background-color:var(--ui-button-active-bg)}}html[data-design=unified] .ui-action:disabled,html[data-design=unified][data-theme=black] .ui-action:disabled{cursor:default;opacity:.66}html[data-design=unified] :is(.nft-card-action,.header-wallet-flow-btn,.header-wallet-flow-submit,.header-wallet-inline-back,.section-cta-link,.market-load-more__button,.profile-crypto-card-cta,.collection-card-cta,.chat__deposit-submit),html[data-design=unified] :is(.nft-card-action,.header-wallet-flow-btn,.header-wallet-flow-submit,.header-wallet-inline-back,.section-cta-link,.market-load-more__button,.profile-crypto-card-cta,.collection-card-cta,.chat__deposit-submit):is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] :is(.nft-card-action,.header-wallet-flow-btn,.header-wallet-flow-submit,.header-wallet-inline-back,.section-cta-link,.market-load-more__button,.profile-crypto-card-cta,.collection-card-cta,.chat__deposit-submit),html[data-design=unified][data-theme=black] :is(.nft-card-action,.header-wallet-flow-btn,.header-wallet-flow-submit,.header-wallet-inline-back,.section-cta-link,.market-load-more__button,.profile-crypto-card-cta,.collection-card-cta,.chat__deposit-submit):is(:hover,:focus,:focus-visible,:active){min-width:0}html[data-design=unified] :is(.header-icon-btn,.chat__close,.chat__attach,.chat__send),html[data-design=unified] :is(.header-icon-btn,.chat__close,.chat__attach,.chat__send):is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] :is(.header-icon-btn,.chat__close,.chat__attach,.chat__send),html[data-design=unified][data-theme=black] :is(.header-icon-btn,.chat__close,.chat__attach,.chat__send):is(:hover,:focus,:focus-visible,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;display:inline-grid;place-items:center;width:var(--ui-icon-button-size);min-width:var(--ui-icon-button-size);height:var(--ui-icon-button-size);min-height:var(--ui-icon-button-size);padding:0;border:0;border-radius:999px;outline:0;box-shadow:none;transform:none;translate:none;scale:none;filter:none;cursor:pointer;-webkit-tap-highlight-color:transparent}html[data-design=unified] .header-wallet-balance-card--simple,html[data-design=unified] .header-wallet-balance-card--simple:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-wallet-balance-card--simple,html[data-design=unified][data-theme=black] .header-wallet-balance-card--simple:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;display:grid;grid-template-columns:minmax(0,1fr);justify-items:start;align-items:start;gap:0;box-sizing:border-box;min-height:0;padding:2px 2px 4px;border:0;border-radius:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;overflow-anchor:none;text-align:left;transform:none;translate:none;scale:none}@media (max-width: 620px){html[data-design=unified]{--ui-control-height: 38px;--ui-control-gap: 7px;--ui-control-padding-x: 15px;--ui-icon-button-size: 38px;--ui-field-height: 40px;--ui-field-radius: 17px;--ui-field-padding-x: 12px;--ui-shell-inline-size: 100vw;--ui-shell-gap: 9px;--ui-shell-head-height: 44px}}html[data-design=unified] .ui-field,html[data-design=unified] .ui-field:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .ui-field,html[data-design=unified][data-theme=black] .ui-field:is(:hover,:focus,:focus-visible,:focus-within,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;min-width:0;min-height:var(--ui-field-height);height:var(--ui-field-height);width:100%;padding:0 var(--ui-field-padding-x);border:0;border-radius:var(--ui-field-radius);outline:0;background:var(--ui-field-bg);background-color:var(--ui-field-bg);background-image:var(--ui-field-bg-image);box-shadow:var(--ui-field-shadow);color:var(--ui-field-fg);-webkit-text-fill-color:var(--ui-field-fg);transform:none;translate:none;scale:none;filter:none;font:inherit;font-size:var(--ui-field-font-size);font-weight:var(--ui-field-font-weight);letter-spacing:0;line-height:var(--ui-field-height);transition:none;animation:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .ui-field:is(:focus,:focus-visible,:focus-within),html[data-design=unified][data-theme=black] .ui-field:is(:focus,:focus-visible,:focus-within){box-shadow:var(--ui-field-focus-shadow)}html[data-design=unified] .ui-field::placeholder,html[data-design=unified][data-theme=black] .ui-field::placeholder{color:var(--ui-field-muted);-webkit-text-fill-color:var(--ui-field-muted);opacity:.78}html[data-design=unified] .header-overlay-scrim,html[data-design=unified] .header-overlay-scrim:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-overlay-scrim,html[data-design=unified][data-theme=black] .header-overlay-scrim:is(:hover,:focus,:focus-visible,:active){position:fixed;top:0;right:0;bottom:0;left:0;z-index:720;width:100vw;height:var(--ui-shell-height);min-height:var(--ui-shell-height);max-height:var(--ui-shell-height);border:0;outline:0;background:var(--ui-shell-bg);background-color:var(--ui-shell-bg);background-image:none;box-shadow:none;opacity:1;transform:none;translate:none;scale:none;animation:none;transition:none}html[data-design=unified] :is(.header-notifications-sheet,.header-settings-modal,.header-wallet-modal),html[data-design=unified] :is(.header-notifications-sheet,.header-settings-modal,.header-wallet-modal):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.header-notifications-sheet,.header-settings-modal,.header-wallet-modal),html[data-design=unified][data-theme=black] :is(.header-notifications-sheet,.header-settings-modal,.header-wallet-modal):is(:hover,:focus,:focus-visible,:focus-within,:active){position:fixed;top:0;right:0;bottom:0;left:0;z-index:740;display:grid;grid-template-columns:minmax(0,var(--ui-shell-inline-size));grid-template-rows:var(--ui-shell-head-height) minmax(0,1fr);justify-content:center;align-content:stretch;gap:var(--ui-shell-gap);width:100vw;max-width:none;height:var(--ui-shell-height);min-height:var(--ui-shell-height);max-height:var(--ui-shell-height);margin:0;padding:var(--ui-shell-padding-block-start) var(--ui-shell-padding-inline-end) var(--ui-shell-padding-block-end) var(--ui-shell-padding-inline-start);border:0;border-radius:0;outline:0;overflow:hidden;background:var(--ui-shell-bg);background-color:var(--ui-shell-bg);background-image:none;box-shadow:none;color:var(--text-primary);transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;contain:style;overscroll-behavior:none}@supports (height: 100svh){html[data-design=unified] .header-overlay-scrim,html[data-design=unified][data-theme=black] .header-overlay-scrim,html[data-design=unified] :is(.header-notifications-sheet,.header-settings-modal,.header-wallet-modal),html[data-design=unified][data-theme=black] :is(.header-notifications-sheet,.header-settings-modal,.header-wallet-modal){height:var(--ui-shell-height, 100svh);min-height:var(--ui-shell-height, 100svh);max-height:var(--ui-shell-height, 100svh)}}html[data-design=unified] .header-mobile-sheet-head,html[data-design=unified] .header-mobile-sheet-head:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-mobile-sheet-head,html[data-design=unified][data-theme=black] .header-mobile-sheet-head:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;top:auto;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;height:var(--ui-shell-head-height);min-height:var(--ui-shell-head-height);max-height:var(--ui-shell-head-height);margin:0;padding:0;border:0;background:var(--ui-shell-bg);background-color:var(--ui-shell-bg);background-image:none;box-shadow:none;transform:none;translate:none;scale:none;animation:none;transition:none;box-sizing:border-box}html[data-design=unified] .header-mobile-sheet-head strong,html[data-design=unified][data-theme=black] .header-mobile-sheet-head strong{min-width:0;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:18px;font-weight:850;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] :is(.header-settings-content,.header-wallet-layout,.header-notifications-scroll),html[data-design=unified] :is(.header-settings-content,.header-wallet-layout,.header-notifications-scroll):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.header-settings-content,.header-wallet-layout,.header-notifications-scroll),html[data-design=unified][data-theme=black] :is(.header-settings-content,.header-wallet-layout,.header-notifications-scroll):is(:hover,:focus,:focus-visible,:focus-within,:active){width:100%;min-width:0;max-width:100%;min-height:0;height:auto;max-height:none;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;transform:none;translate:none;scale:none;animation:none;transition:none;box-sizing:border-box}html[data-design=unified] :is(.header-settings-content,.header-wallet-layout,.header-notifications-scroll)::-webkit-scrollbar,html[data-design=unified][data-theme=black] :is(.header-settings-content,.header-wallet-layout,.header-notifications-scroll)::-webkit-scrollbar{display:none}html[data-design=unified] :is(.header-settings-content,.header-wallet-layout,.header-notifications-list),html[data-design=unified][data-theme=black] :is(.header-settings-content,.header-wallet-layout,.header-notifications-list){display:grid;align-content:start;gap:var(--ui-shell-gap)}html[data-design=unified] .header-notifications-list,html[data-design=unified][data-theme=black] .header-notifications-list{gap:0}html[data-design=unified] .header,html[data-design=unified][data-theme=black] .header{position:relative;z-index:60;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:10px;width:100%;min-width:0;min-height:44px;margin:0 0 14px;padding:0 0 6px;border:0;background:transparent;transform:none;translate:none;scale:none;animation:none;transition:none;box-sizing:border-box}html[data-design=unified] .brand,html[data-design=unified][data-theme=black] .brand{display:var(--header-brand-display);align-items:center;gap:8px;flex:0 1 auto;min-width:0;max-width:min(220px,42vw);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);text-decoration:none;background:transparent;background-image:none;transform:none;translate:none;scale:none}html[data-design=unified] .brand-mark,html[data-design=unified][data-theme=black] .brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;min-height:34px;flex:0 0 34px;border:0;border-radius:14px;overflow:hidden;background:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:13px;font-weight:850;line-height:1}html[data-design=unified] .brand-mark-img,html[data-design=unified][data-theme=black] .brand-mark-img{display:block;width:100%;height:100%;object-fit:cover}html[data-design=unified] .brand-title,html[data-design=unified][data-theme=black] .brand-title{display:var(--header-brand-title-display);min-width:0;max-width:160px;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:14px;font-weight:850;line-height:1;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] :is(.header-controls,.mobile-actions),html[data-design=unified][data-theme=black] :is(.header-controls,.mobile-actions){align-items:center;justify-content:flex-end;gap:6px;min-width:0}html[data-design=unified] .header-controls,html[data-design=unified][data-theme=black] .header-controls{display:var(--header-controls-display)}html[data-design=unified] .mobile-actions,html[data-design=unified][data-theme=black] .mobile-actions{display:var(--mobile-actions-display);flex:var(--mobile-actions-flex)}html[data-design=unified] .top-action-modal:not(.chat__panel),html[data-design=unified] .top-action-modal:not(.chat__panel) *,html[data-design=unified][data-theme=black] .top-action-modal:not(.chat__panel),html[data-design=unified][data-theme=black] .top-action-modal:not(.chat__panel) *{pointer-events:auto}html[data-design=unified] :is(.ui-card,.nft-card:not(.profile-operation-card),.collection-card),html[data-design=unified] :is(.ui-card,.nft-card:not(.profile-operation-card),.collection-card):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.ui-card,.nft-card:not(.profile-operation-card),.collection-card),html[data-design=unified][data-theme=black] :is(.ui-card,.nft-card:not(.profile-operation-card),.collection-card):is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;display:flex;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;overflow:hidden;padding:var(--ui-card-padding);border-radius:var(--ui-card-radius);overflow-anchor:none}html[data-design=unified] :is(.nft-card,.profile-asset-crypto-card):before,html[data-design=unified] :is(.nft-card,.profile-asset-crypto-card):after,html[data-design=unified][data-theme=black] :is(.nft-card,.profile-asset-crypto-card):before,html[data-design=unified][data-theme=black] :is(.nft-card,.profile-asset-crypto-card):after{content:none;display:none;background:none;box-shadow:none}html[data-design=unified] :is(.nft-card:not(.profile-operation-card),.collection-card)>.nft-media,html[data-design=unified][data-theme=black] :is(.nft-card:not(.profile-operation-card),.collection-card)>.nft-media{position:relative;display:block;flex:0 0 auto;width:100%;min-width:0;aspect-ratio:1 / 1;border-radius:calc(var(--ui-card-radius) - 2px);overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--surface-raised) 90%,var(--accent) 10%),var(--surface-soft)),var(--surface-soft);color:inherit;text-decoration:none}html[data-design=unified] :is(.nft-card:not(.profile-operation-card),.collection-card)>.nft-media img,html[data-design=unified][data-theme=black] :is(.nft-card:not(.profile-operation-card),.collection-card)>.nft-media img{display:block;width:100%;height:100%;object-fit:cover;background:inherit}html[data-design=unified] :is(.nft-card:not(.profile-operation-card),.collection-card)>:is(.nft-info,.nft-card-footer),html[data-design=unified][data-theme=black] :is(.nft-card:not(.profile-operation-card),.collection-card)>:is(.nft-info,.nft-card-footer){min-width:0;width:100%;box-sizing:border-box}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info,html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info,html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding:10px 2px 0;border:0;background:transparent;background-image:none;box-shadow:none}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info>div:first-child,html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info>div:first-child{min-width:0}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info :is(h3,h3 a,.profile-crypto-card-title,.profile-crypto-card-title a),html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-info :is(h3,h3 a,.profile-crypto-card-title,.profile-crypto-card-title a){min-width:0;margin:0;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:14.5px;font-weight:950;line-height:1.14;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card) .nft-collection-line,html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card) .nft-collection-line{display:flex;align-items:center;gap:5px;min-width:0;margin:4px 0 0;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary)}html[data-design=unified] .profile-crypto-card-media,html[data-design=unified][data-theme=black] .profile-crypto-card-media{display:grid;place-items:center;background:color-mix(in srgb,var(--ui-card-surface) 78%,var(--theme-chrome-bg) 22%);background-color:color-mix(in srgb,var(--ui-card-surface) 78%,var(--theme-chrome-bg) 22%)}html[data-design=unified] .profile-crypto-card-icon,html[data-design=unified][data-theme=black] .profile-crypto-card-icon{display:grid;place-items:center;width:100%;height:100%;min-width:100%;min-height:100%;overflow:hidden;border-radius:inherit;background:transparent;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(28px,11vw,48px);font-weight:950;line-height:1}html[data-design=unified] .profile-crypto-card-icon img,html[data-design=unified][data-theme=black] .profile-crypto-card-icon img{display:block;width:100%;height:100%;object-fit:cover}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card) .nft-card-action,html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card) .nft-card-action:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card) .nft-card-action,html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card) .nft-card-action:is(:hover,:focus,:focus-visible,:active){--ui-action-height: 34px;--ui-action-radius: 12px;--ui-action-font-size: 12px;--ui-action-font-weight: 850;width:100%;min-width:0;margin:0}html[data-design=unified] .nft-card>.nft-media .nft-card-price-chip,html[data-design=unified] .nft-card>.nft-media .nft-card-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified] .collection-card-thumb .collection-price-chip,html[data-design=unified] .collection-card-thumb .collection-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .nft-card>.nft-media .nft-card-price-chip,html[data-design=unified][data-theme=black] .nft-card>.nft-media .nft-card-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-card-thumb .collection-price-chip,html[data-design=unified][data-theme=black] .collection-card-thumb .collection-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active){position:absolute;top:8px;right:auto;left:8px;z-index:6;display:inline-flex;align-items:center;justify-content:center;gap:5px;width:auto;min-width:0;max-width:calc(100% - 16px);min-height:var(--ui-price-chip-height);height:var(--ui-price-chip-height);max-height:var(--ui-price-chip-height);padding:var(--ui-price-chip-padding);border:0;border-radius:var(--ui-tag-radius);background:var(--ui-price-chip-bg);background-color:var(--ui-price-chip-bg);background-image:var(--ui-price-chip-bg-image);box-shadow:var(--ui-price-chip-shadow);color:var(--ui-price-chip-fg);-webkit-text-fill-color:var(--ui-price-chip-fg);font-size:11px;font-weight:850;line-height:1;white-space:nowrap;pointer-events:none;transform:none;translate:none;scale:none;transition:none}html[data-design=unified] .collection-card-thumb .collection-price-chip,html[data-design=unified] .collection-card-thumb .collection-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-card-thumb .collection-price-chip,html[data-design=unified][data-theme=black] .collection-card-thumb .collection-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active){border-radius:12px}html[data-design=unified] .profile-assets-list .nft-card.nft-card--price-right .nft-card-price-chip,html[data-design=unified] .profile-assets-list .nft-card.nft-card--price-right .nft-card-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-assets-list .nft-card.nft-card--price-right .nft-card-price-chip,html[data-design=unified][data-theme=black] .profile-assets-list .nft-card.nft-card--price-right .nft-card-price-chip:is(:hover,:focus,:focus-visible,:focus-within,:active){top:10px;left:10px;z-index:5;max-width:calc(100% - 20px);min-height:32px;height:32px;max-height:32px;padding:0 10px 0 5px;cursor:default}html[data-design=unified] :is(.nft-card-price-chip__value,.nft-card-price-chip__unit,.collection-price-chip__amount,.collection-price-chip__unit),html[data-design=unified][data-theme=black] :is(.nft-card-price-chip__value,.nft-card-price-chip__unit,.collection-price-chip__amount,.collection-price-chip__unit){display:block;min-width:0;overflow:hidden;color:inherit;-webkit-text-fill-color:currentColor;line-height:1;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .nft-card>.nft-media .profile-crypto-fiat-chip,html[data-design=unified] .nft-card>.nft-media .profile-crypto-fiat-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .nft-card>.nft-media .profile-crypto-fiat-chip,html[data-design=unified][data-theme=black] .nft-card>.nft-media .profile-crypto-fiat-chip:is(:hover,:focus,:focus-visible,:focus-within,:active){right:auto;left:8px;gap:5px;padding:0 10px 0 5px;pointer-events:none}html[data-design=unified] .nft-card>.nft-media .nft-card-price-chip .nft-card-price-chip__diamond,html[data-design=unified] .collection-card-thumb .collection-price-chip .collection-price-chip__diamond,html[data-design=unified][data-theme=black] .nft-card>.nft-media .nft-card-price-chip .nft-card-price-chip__diamond,html[data-design=unified][data-theme=black] .collection-card-thumb .collection-price-chip .collection-price-chip__diamond{width:20px;min-width:20px;height:20px;border-radius:999px;background:transparent var(--nft-price-icon, url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2056%2056'%20style='enable-background:new%200%200%2056%2056;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%230098EA;}%20.st1{fill:%23FFFFFF;}%20%3c/style%3e%3cpath%20class='st0'%20d='M28,56c15.5,0,28-12.5,28-28S43.5,0,28,0S0,12.5,0,28S12.5,56,28,56z'/%3e%3cpath%20class='st1'%20d='M37.6,15.6H18.4c-3.5,0-5.7,3.8-4,6.9l11.8,20.5c0.8,1.3,2.7,1.3,3.5,0l11.8-20.5%20C43.3,19.4,41.1,15.6,37.6,15.6L37.6,15.6z%20M26.3,36.8l-2.6-5l-6.2-11.1c-0.4-0.7,0.1-1.6,1-1.6h7.8L26.3,36.8L26.3,36.8z%20M38.5,20.7l-6.2,11.1l-2.6,5V19.1h7.8C38.4,19.1,38.9,20,38.5,20.7z'/%3e%3c/svg%3e")) center / 18px 18px no-repeat;background-color:transparent;box-shadow:none}html[data-design=unified] .profile-crypto-fiat-chip__value,html[data-design=unified][data-theme=black] .profile-crypto-fiat-chip__value{display:block;min-width:0;max-width:128px;overflow:hidden;color:inherit;-webkit-text-fill-color:currentColor;font-size:11px;font-weight:850;line-height:1;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .profile-crypto-fiat-chip__icon,html[data-design=unified][data-theme=black] .profile-crypto-fiat-chip__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;min-width:20px;height:20px;min-height:20px;border-radius:999px;background:var(--ui-control-active-bg);color:var(--ui-control-active-fg);-webkit-text-fill-color:var(--ui-control-active-fg);font-size:12px;font-weight:900;line-height:1;box-shadow:none}html[data-design=unified] .nft-card-watchlist,html[data-design=unified] .nft-card-watchlist:is(:hover,:focus,:focus-visible,:active),html[data-design=unified] .detail-watchlist-fab,html[data-design=unified] .detail-watchlist-fab:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .nft-card-watchlist,html[data-design=unified][data-theme=black] .nft-card-watchlist:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .detail-watchlist-fab,html[data-design=unified][data-theme=black] .detail-watchlist-fab:is(:hover,:focus,:focus-visible,:active){position:absolute;top:8px;right:8px;left:auto;z-index:9;display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;border:0;border-radius:999px;background:var(--ui-price-chip-bg);background-color:var(--ui-price-chip-bg);background-image:var(--ui-price-chip-bg-image);box-shadow:var(--ui-price-chip-shadow);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);cursor:pointer;transform:none;translate:none;scale:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .nft-card-watchlist.active,html[data-design=unified] .detail-watchlist-fab.active,html[data-design=unified][data-theme=black] .nft-card-watchlist.active,html[data-design=unified][data-theme=black] .detail-watchlist-fab.active{color:var(--red);-webkit-text-fill-color:var(--red)}html[data-design=unified] .detail-media-actions,html[data-design=unified][data-theme=black] .detail-media-actions{position:absolute;top:8px;right:8px;z-index:9;display:inline-flex;align-items:center;gap:7px}html[data-design=unified] .detail-media-actions .detail-watchlist-fab,html[data-design=unified] .detail-media-actions .detail-watchlist-fab:is(:hover,:focus,:focus-visible,:active),html[data-design=unified] .detail-share-fab,html[data-design=unified] .detail-share-fab:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .detail-media-actions .detail-watchlist-fab,html[data-design=unified][data-theme=black] .detail-media-actions .detail-watchlist-fab:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .detail-share-fab,html[data-design=unified][data-theme=black] .detail-share-fab:is(:hover,:focus,:focus-visible,:active){position:static;inset:auto;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;border:0;border-radius:999px;background:var(--ui-price-chip-bg);background-color:var(--ui-price-chip-bg);background-image:var(--ui-price-chip-bg-image);box-shadow:var(--ui-price-chip-shadow);transform:none;translate:none;scale:none}html[data-design=unified] .detail-media-actions .detail-watchlist-fab .iconly-icon,html[data-design=unified][data-theme=black] .detail-media-actions .detail-watchlist-fab .iconly-icon{width:19px;height:19px}html[data-design=unified] .detail-share-fab,html[data-design=unified] .detail-share-fab:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .detail-share-fab,html[data-design=unified][data-theme=black] .detail-share-fab:is(:hover,:focus,:focus-visible,:active){color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-card-watchlist,html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-card-watchlist:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-card-watchlist,html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card)>.nft-card-watchlist:is(:hover,:focus,:focus-visible,:active){top:calc(var(--ui-card-padding) + 8px);right:calc(var(--ui-card-padding) + 8px)}html[data-design=unified] .nft-card-footer,html[data-design=unified][data-theme=black] .nft-card-footer{display:none}html[data-design=unified] .profile-operation-card,html[data-design=unified] .profile-operation-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .profile-operation-card,html[data-design=unified][data-theme=black] .profile-operation-card:is(:hover,:focus,:focus-visible,:focus-within,:active){display:block;height:auto;overflow:hidden}html[data-design=unified] .detail-activity-list,html[data-design=unified] .detail-activity-list:is(:hover,:focus,:focus-visible,:focus-within,:active){--detail-activity-gap: 6px 10px;--detail-activity-row-height: auto;--detail-activity-row-min-height: 56px;--detail-activity-row-padding: 10px 12px;width:100%;min-width:0;display:grid;gap:8px;overflow:visible;border:0;background:transparent;background-color:transparent;box-shadow:none}html[data-design=unified] .detail-activity-list .activity-event-tag{grid-column:1;grid-row:1;justify-self:start;align-self:center;max-width:100%;overflow:hidden;font-size:10.5px;font-weight:850;line-height:1;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .detail-activity-list .detail-activity-row,html[data-design=unified] .detail-activity-list .detail-activity-row:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .detail-activity-list .detail-activity-row,html[data-design=unified][data-theme=black] .detail-activity-list .detail-activity-row:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:minmax(0,1fr) minmax(86px,max-content);align-items:center;gap:var(--detail-activity-gap);width:100%;min-width:0;max-width:100%;min-height:var(--detail-activity-row-min-height);height:auto;max-height:none;padding:var(--detail-activity-row-padding);border:0;border-radius:var(--ui-list-card-radius, 16px);background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);overflow:hidden;color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);transform:none;translate:none;scale:none;animation:none;transition:none;box-sizing:border-box;contain:layout paint style;outline:0;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;overflow-anchor:none;will-change:auto}html[data-design=unified] .detail-activity-list .detail-activity-price,html[data-design=unified][data-theme=black] .detail-activity-list .detail-activity-price{grid-column:2;grid-row:1;justify-self:end;align-self:center;display:block;min-width:0;max-width:100%;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:12px;font-weight:860;line-height:1;text-align:right;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .detail-activity-list .detail-activity-fiat,html[data-design=unified][data-theme=black] .detail-activity-list .detail-activity-fiat{grid-column:2;grid-row:2;justify-self:end;align-self:center;display:block;min-width:0;max-width:100%;overflow:hidden;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:10.5px;font-weight:760;line-height:1;text-align:right;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .detail-activity-list .detail-activity-time,html[data-design=unified][data-theme=black] .detail-activity-list .detail-activity-time{grid-column:1;grid-row:2;justify-self:start;align-self:center;min-width:0;max-width:100%;overflow:hidden;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-family:var(--font-main);font-size:10.5px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .header-settings-list,html[data-design=unified][data-theme=black] .header-settings-list{display:grid;align-content:start;gap:10px;width:100%;min-width:0}html[data-design=unified] .header-settings-row,html[data-design=unified] .header-settings-row:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-settings-row,html[data-design=unified][data-theme=black] .header-settings-row:is(:hover,:focus,:focus-visible,:focus-within,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;display:grid;grid-template-columns:var(--ui-list-card-icon-size) minmax(0,1fr) auto;align-items:center;gap:var(--ui-list-card-gap);width:100%;min-width:0;border:0;text-align:left;cursor:pointer;touch-action:manipulation}html[data-design=unified] .header-settings-row:disabled,html[data-design=unified][data-theme=black] .header-settings-row:disabled{cursor:default;opacity:.72}html[data-design=unified] .header-settings-row-icon,html[data-design=unified][data-theme=black] .header-settings-row-icon{display:grid;place-items:center;width:var(--ui-list-card-icon-size);height:var(--ui-list-card-icon-size);min-width:var(--ui-list-card-icon-size);min-height:var(--ui-list-card-icon-size);border-radius:14px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;-webkit-text-fill-color:#fff;font-size:13px;font-weight:900;line-height:1;box-shadow:none}html[data-design=unified] .header-settings-row-main,html[data-design=unified][data-theme=black] .header-settings-row-main{display:grid;gap:4px;min-width:0}html[data-design=unified] .header-settings-row-main strong,html[data-design=unified][data-theme=black] .header-settings-row-main strong{min-width:0;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:14px;font-weight:900;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .header-settings-row-main span,html[data-design=unified][data-theme=black] .header-settings-row-main span{min-width:0;overflow:hidden;color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:11px;font-weight:740;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .header-settings-row-side,html[data-design=unified][data-theme=black] .header-settings-row-side{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:12px;font-weight:820;line-height:1;white-space:nowrap}html[data-design=unified] .header-settings-row-chevron,html[data-design=unified][data-theme=black] .header-settings-row-chevron{display:inline-grid;place-items:center;width:24px;height:28px;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:0;line-height:1;transform:none}html[data-design=unified] .header-settings-row-chevron .iconly-icon,html[data-design=unified][data-theme=black] .header-settings-row-chevron .iconly-icon{opacity:.72}html[data-design=unified] .header-settings-switch-side,html[data-design=unified][data-theme=black] .header-settings-switch-side{display:inline-flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}html[data-design=unified] .header-settings-switch-state,html[data-design=unified][data-theme=black] .header-settings-switch-state{color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:12px;font-weight:850;line-height:1;white-space:nowrap}html[data-design=unified] .header-settings-switch,html[data-design=unified][data-theme=black] .header-settings-switch{position:relative;display:inline-flex;align-items:center;flex:0 0 46px;width:46px;height:28px;padding:3px;border-radius:999px;background:color-mix(in srgb,var(--ui-card-muted) 14%,transparent);box-shadow:none;box-sizing:border-box}html[data-design=unified] .header-settings-switch span,html[data-design=unified][data-theme=black] .header-settings-switch span{display:block;width:22px;height:22px;border-radius:999px;background:color-mix(in srgb,var(--ui-card-muted) 46%,#fff 28%);box-shadow:0 2px 5px -3px #0000008c;transform:translate(0);transition:transform .18s var(--p-ease),background-color .18s var(--p-ease)}html[data-design=unified] .header-settings-row--switch.is-on .header-settings-switch,html[data-design=unified][data-theme=black] .header-settings-row--switch.is-on .header-settings-switch{background:color-mix(in srgb,var(--accent) 24%,transparent)}html[data-design=unified] .header-settings-row--switch.is-on .header-settings-switch span,html[data-design=unified][data-theme=black] .header-settings-row--switch.is-on .header-settings-switch span{background:var(--accent);transform:translate(18px)}html[data-design=unified] .header-settings-picker-layer,html[data-design=unified][data-theme=black] .header-settings-picker-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:760;display:grid;place-items:center;width:100vw;height:var(--ui-shell-height);padding:20px;background:color-mix(in srgb,var(--ui-shell-bg) 68%,transparent);box-sizing:border-box}html[data-design=unified] .header-settings-picker-card,html[data-design=unified] .header-settings-picker-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-settings-picker-card,html[data-design=unified][data-theme=black] .header-settings-picker-card:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;gap:12px;width:min(320px,100%);min-width:0;padding:14px;border:0;border-radius:var(--ui-modal-radius);background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-modal-shadow);color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);box-sizing:border-box}html[data-design=unified] .header-settings-picker-head,html[data-design=unified][data-theme=black] .header-settings-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}html[data-design=unified] .header-settings-picker-head strong,html[data-design=unified][data-theme=black] .header-settings-picker-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:16px;font-weight:900;line-height:1.15}html[data-design=unified] .header-settings-picker-close,html[data-design=unified][data-theme=black] .header-settings-picker-close{flex:0 0 auto}html[data-design=unified] .header-settings-picker-options,html[data-design=unified][data-theme=black] .header-settings-picker-options{display:grid;gap:8px;min-width:0}html[data-design=unified] .header-settings-picker-option,html[data-design=unified] .header-settings-picker-option:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-settings-picker-option,html[data-design=unified][data-theme=black] .header-settings-picker-option:is(:hover,:focus,:focus-visible,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0;min-height:44px;padding:0 12px;border:0;border-radius:var(--ui-control-radius);background:transparent;background-color:transparent;box-shadow:none;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:14px;font-weight:850;line-height:1;text-align:left;cursor:pointer;box-sizing:border-box}html[data-design=unified] .header-settings-picker-option.is-active,html[data-design=unified] .header-settings-picker-option.is-active:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-settings-picker-option.is-active,html[data-design=unified][data-theme=black] .header-settings-picker-option.is-active:is(:hover,:focus,:focus-visible,:active){background:var(--ui-control-active-bg);background-color:var(--ui-control-active-bg);color:var(--ui-control-active-fg);-webkit-text-fill-color:var(--ui-control-active-fg)}html[data-design=unified] .balance-pill.header-balance-pill,html[data-design=unified] .balance-pill.header-balance-pill:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .balance-pill.header-balance-pill,html[data-design=unified][data-theme=black] .balance-pill.header-balance-pill:is(:hover,:focus,:focus-visible,:focus-within,:active){display:inline-flex;align-items:center;justify-content:center;gap:6px;width:auto;min-width:0;max-width:150px;height:var(--ui-icon-button-size, 40px);min-height:var(--ui-icon-button-size, 40px);max-height:var(--ui-icon-button-size, 40px);padding:0 10px 0 5px;border:0;border-radius:999px;outline:0;background:var(--top-action-button-bg);background-color:var(--top-action-button-bg);background-image:var(--top-action-button-bg-image);box-shadow:var(--top-action-button-shadow);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);transform:none;translate:none;scale:none;filter:none;box-sizing:border-box;white-space:nowrap}html[data-design=unified] .balance-pill__diamond,html[data-design=unified][data-theme=black] .balance-pill__diamond{display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;min-height:28px;border-radius:999px;background:var(--ui-control-active-bg);color:var(--ui-control-active-fg);-webkit-text-fill-color:var(--ui-control-active-fg);font-size:13px;font-weight:850;line-height:1;box-shadow:none}html[data-design=unified] .balance-pill__value,html[data-design=unified][data-theme=black] .balance-pill__value{min-width:0;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:13px;font-weight:850;line-height:1;text-overflow:ellipsis}html[data-design=unified] .balance-pill__unit,html[data-design=unified][data-theme=black] .balance-pill__unit{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11px;font-weight:800;line-height:1}@media (max-width: 720px){html[data-design=unified]{--header-brand-display: none;--header-controls-display: none;--mobile-actions-display: flex;--mobile-actions-flex: 1 1 auto;--header-brand-title-display: none}}@media (max-width: 760px){html[data-design=unified] .app-shell--mobile-tabbar-collapsed .mobile-dock,html[data-design=unified][data-theme=black] .app-shell--mobile-tabbar-collapsed .mobile-dock{opacity:0;pointer-events:none;transform:translate3d(-50%,18px,0)}}@media (max-width: 720px){html[data-design=unified] .header,html[data-design=unified][data-theme=black] .header{justify-content:center;padding-inline:max(8px,env(safe-area-inset-left,0px)) max(8px,env(safe-area-inset-right,0px))}html[data-design=unified] .mobile-actions,html[data-design=unified][data-theme=black] .mobile-actions{width:100%;max-width:100%;justify-content:flex-end;gap:6px}html[data-design=unified] .mobile-actions .header-balance-wrap,html[data-design=unified][data-theme=black] .mobile-actions .header-balance-wrap{flex:0 1 auto;margin-right:auto;min-width:0;max-width:min(150px,44vw)}html[data-design=unified] .mobile-actions .balance-pill.header-balance-pill,html[data-design=unified][data-theme=black] .mobile-actions .balance-pill.header-balance-pill{max-width:min(150px,44vw)}}html[data-design=unified],html[data-design=unified][data-theme=black]{--ui-verified-bg: #0098ea}html[data-design=unified] .ui-close,html[data-design=unified] .ui-close:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .ui-close,html[data-design=unified][data-theme=black] .ui-close:is(:hover,:focus,:focus-visible,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-grid;place-items:center;width:var(--ui-close-size);min-width:var(--ui-close-size);height:var(--ui-close-size);min-height:var(--ui-close-size);padding:0;border:0;border-radius:999px;background:var(--ui-close-bg);background-color:var(--ui-close-bg);background-image:var(--ui-close-bg-image);box-shadow:var(--ui-close-shadow);color:var(--ui-close-color);-webkit-text-fill-color:var(--ui-close-color);cursor:pointer;line-height:1;outline:0;transform:none;translate:none;scale:none;filter:none;transition:var(--ui-state-transition);-webkit-tap-highlight-color:transparent}html[data-design=unified] .ui-close svg,html[data-design=unified][data-theme=black] .ui-close svg{display:block;width:16px;height:16px;stroke-width:2}@media (hover: hover) and (pointer: fine){html[data-design=unified] .ui-close:not(:disabled):hover,html[data-design=unified][data-theme=black] .ui-close:not(:disabled):hover{background:var(--ui-button-hover-bg);background-color:var(--ui-button-hover-bg)}html[data-design=unified] .ui-close:not(:disabled):active,html[data-design=unified][data-theme=black] .ui-close:not(:disabled):active{background:var(--ui-button-active-bg);background-color:var(--ui-button-active-bg)}}html[data-design=unified] .ui-modal-dialog>.ui-close,html[data-design=unified][data-theme=black] .ui-modal-dialog>.ui-close{position:absolute;top:14px;right:14px;z-index:2}html[data-design=unified] .chat__viewer-close,html[data-design=unified][data-theme=black] .chat__viewer-close{--ui-close-size: 34px;--ui-close-bg: rgba(255, 255, 255, .09);--ui-close-bg-image: none;--ui-close-color: #fff;--ui-close-shadow: none;position:fixed;top:max(12px,env(safe-area-inset-top,0px));right:max(12px,env(safe-area-inset-right,0px));z-index:3}html[data-design=unified] .nft-sale-mode,html[data-design=unified] .nft-sale-mode:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .nft-sale-mode,html[data-design=unified][data-theme=black] .nft-sale-mode:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0}html[data-design=unified] .nft-sale-mode>.pill-segmented__item,html[data-design=unified] .nft-sale-mode>.pill-segmented__item:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .nft-sale-mode>.pill-segmented__item,html[data-design=unified][data-theme=black] .nft-sale-mode>.pill-segmented__item:is(:hover,:focus,:focus-visible,:active){min-width:0;width:100%;padding:0 12px}html[data-design=unified] .verified-badge,html[data-design=unified][data-theme=black] .verified-badge{display:inline-block;flex:0 0 auto;margin-left:4px;overflow:visible;vertical-align:-2px;background:none;box-shadow:none;filter:none}html[data-design=unified] .verified-badge__body,html[data-design=unified][data-theme=black] .verified-badge__body{fill:var(--ui-verified-bg)}html[data-design=unified] .verified-badge__tick,html[data-design=unified][data-theme=black] .verified-badge__tick{fill:#fff}html[data-design=unified] .toast-container,html[data-design=unified][data-theme=black] .toast-container{position:fixed;top:auto;right:auto;bottom:max(16px,env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:13000;display:flex;flex-direction:column;align-items:center;gap:7px;width:max-content;max-width:min(420px,calc(100vw - 28px));pointer-events:none}html[data-design=unified] .toast,html[data-design=unified][data-theme=black] .toast{--toast-accent: color-mix(in srgb, var(--accent) 72%, #ffffff 12%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-width:0;padding:9px 10px 9px 13px;border:0;border-radius:999px;background:var(--ui-floating-glass-bg);background-color:var(--ui-floating-glass-bg);background-image:var(--ui-floating-glass-bg-image);box-shadow:var(--ui-floating-glass-shadow);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:12px;font-weight:760;line-height:1.25;backdrop-filter:var(--ui-floating-glass-blur);-webkit-backdrop-filter:var(--ui-floating-glass-blur);pointer-events:auto}html[data-design=unified] .toast-success,html[data-design=unified][data-theme=black] .toast-success{--toast-accent: var(--unified-status-in, var(--green))}html[data-design=unified] .toast-error,html[data-design=unified][data-theme=black] .toast-error{--toast-accent: var(--unified-status-out, var(--red))}html[data-design=unified] .toast-info,html[data-design=unified][data-theme=black] .toast-info{--toast-accent: var(--accent)}html[data-design=unified] :is(.toast-success,.toast-error,.toast-info),html[data-design=unified][data-theme=black] :is(.toast-success,.toast-error,.toast-info){box-shadow:0 18px 38px -26px color-mix(in srgb,var(--toast-accent) 45%,var(--text-primary) 35%)}html[data-design=unified] .toast:before,html[data-design=unified][data-theme=black] .toast:before{content:"";display:block;width:7px;height:7px;border-radius:999px;background:var(--toast-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--toast-accent) 16%,transparent)}html[data-design=unified][data-theme=black] .toast{color:#fff;-webkit-text-fill-color:#fff}@media (max-width: 720px){html[data-design=unified] .toast-container,html[data-design=unified][data-theme=black] .toast-container{bottom:calc(76px + max(12px,var(--mobile-safe-bottom, env(safe-area-inset-bottom, 0px))));max-width:min(360px,calc(100vw - 24px))}}html[data-design=unified] .ui-modal-layer,html[data-design=unified][data-theme=black] .ui-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;display:grid;place-items:center;width:100vw;height:var(--ui-shell-height, 100svh);min-height:var(--ui-shell-height, 100svh);max-height:var(--ui-shell-height, 100svh);padding:max(14px,env(safe-area-inset-top,0px)) max(14px,env(safe-area-inset-right,0px)) max(14px,env(safe-area-inset-bottom,0px)) max(14px,env(safe-area-inset-left,0px));overflow:hidden;pointer-events:auto;box-sizing:border-box;transform:none;translate:none;scale:none}html[data-design=unified] .ui-modal-scrim,html[data-design=unified] .ui-modal-scrim:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .ui-modal-scrim,html[data-design=unified][data-theme=black] .ui-modal-scrim:is(:hover,:focus,:focus-visible,:active){position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:0;background:var(--ui-modal-scrim-bg);box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:default;outline:0;transform:none;translate:none;scale:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .ui-modal-dialog,html[data-design=unified] .ui-modal-dialog:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .ui-modal-dialog,html[data-design=unified][data-theme=black] .ui-modal-dialog:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;z-index:1;display:grid;gap:var(--ui-modal-gap);width:var(--ui-modal-width);max-width:100%;max-height:calc(var(--ui-shell-height, 100svh) - 28px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));margin:0;padding:var(--ui-modal-padding);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:0;border-radius:var(--ui-modal-radius);background:var(--ui-modal-surface);background-color:var(--ui-modal-surface);background-image:var(--ui-modal-surface-image);box-shadow:var(--ui-modal-shadow);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);outline:0;scrollbar-width:none;box-sizing:border-box;touch-action:pan-y;transform:none;translate:none;scale:none;filter:none}html[data-design=unified] .ui-modal-dialog::-webkit-scrollbar,html[data-design=unified][data-theme=black] .ui-modal-dialog::-webkit-scrollbar{display:none}html[data-design=unified] .ui-modal-dialog:before,html[data-design=unified] .ui-modal-dialog:after,html[data-design=unified][data-theme=black] .ui-modal-dialog:before,html[data-design=unified][data-theme=black] .ui-modal-dialog:after{content:none;display:none}html[data-design=unified] :is(.ui-tag,.activity-event-tag,.profile-crypto-change,.header-wallet-flow-status-tag),html[data-design=unified] :is(.ui-tag,.activity-event-tag,.profile-crypto-change,.header-wallet-flow-status-tag):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.ui-tag,.activity-event-tag,.profile-crypto-change,.header-wallet-flow-status-tag),html[data-design=unified][data-theme=black] :is(.ui-tag,.activity-event-tag,.profile-crypto-change,.header-wallet-flow-status-tag):is(:hover,:focus,:focus-visible,:focus-within,:active){display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:5px;width:fit-content;min-width:0;min-height:var(--ui-tag-height);height:var(--ui-tag-height);max-height:var(--ui-tag-height);padding:0 8px;border:0;border-radius:var(--ui-tag-radius);background:var(--ui-tag-bg);background-color:var(--ui-tag-bg);background-image:none;box-shadow:none;color:var(--ui-tag-fg);-webkit-text-fill-color:var(--ui-tag-fg);font-size:10.5px;font-weight:880;line-height:1;letter-spacing:0;white-space:nowrap;text-align:center;transform:none;translate:none;scale:none;transition:none}html[data-design=unified] :is(.ui-tag--positive,.activity-event-tag.activity-in,.activity-event-tag.activity-buy,.activity-event-tag.activity-bid,.activity-event-tag.activity-deposit,.activity-event-tag.activity-success,.profile-crypto-change.is-positive),html[data-design=unified] :is(.ui-tag--positive,.activity-event-tag.activity-purchase),html[data-design=unified][data-theme=black] :is(.ui-tag--positive,.activity-event-tag.activity-in,.activity-event-tag.activity-buy,.activity-event-tag.activity-bid,.activity-event-tag.activity-deposit,.activity-event-tag.activity-success,.profile-crypto-change.is-positive),html[data-design=unified][data-theme=black] :is(.ui-tag--positive,.activity-event-tag.activity-purchase){background:var(--ui-tag-positive-bg);background-color:var(--ui-tag-positive-bg);color:var(--ui-tag-positive-fg);-webkit-text-fill-color:var(--ui-tag-positive-fg)}html[data-design=unified] :is(.ui-tag--negative,.ui-tag--danger,.activity-event-tag.activity-out,.activity-event-tag.activity-sale,.activity-event-tag.activity-sell,.activity-event-tag.activity-withdraw,.activity-event-tag.activity-cancel,.activity-event-tag.activity-canceled,.activity-event-tag.activity-failed,.profile-crypto-change.is-negative),html[data-design=unified][data-theme=black] :is(.ui-tag--negative,.ui-tag--danger,.activity-event-tag.activity-out,.activity-event-tag.activity-sale,.activity-event-tag.activity-sell,.activity-event-tag.activity-withdraw,.activity-event-tag.activity-cancel,.activity-event-tag.activity-canceled,.activity-event-tag.activity-failed,.profile-crypto-change.is-negative){background:var(--ui-tag-negative-bg);background-color:var(--ui-tag-negative-bg);color:var(--ui-tag-negative-fg);-webkit-text-fill-color:var(--ui-tag-negative-fg)}html[data-design=unified] :is(.ui-tag--info,.activity-event-tag.activity-swap,.activity-event-tag.activity-list,.activity-event-tag.activity-listing,.activity-event-tag.activity-transfer),html[data-design=unified][data-theme=black] :is(.ui-tag--info,.activity-event-tag.activity-swap,.activity-event-tag.activity-list,.activity-event-tag.activity-listing,.activity-event-tag.activity-transfer){background:var(--ui-tag-info-bg);background-color:var(--ui-tag-info-bg);color:var(--ui-tag-info-fg);-webkit-text-fill-color:var(--ui-tag-info-fg)}html[data-design=unified] :is(.ui-tag--warning,.activity-event-tag.activity-pending,.activity-event-tag.activity-wait,.activity-event-tag.activity-waiting,.header-wallet-flow-status-tag),html[data-design=unified][data-theme=black] :is(.ui-tag--warning,.activity-event-tag.activity-pending,.activity-event-tag.activity-wait,.activity-event-tag.activity-waiting,.header-wallet-flow-status-tag){background:var(--ui-tag-warning-bg);background-color:var(--ui-tag-warning-bg);color:var(--ui-tag-warning-fg);-webkit-text-fill-color:var(--ui-tag-warning-fg)}html[data-design=unified] .profile-operation-title-row,html[data-design=unified][data-theme=black] .profile-operation-title-row{display:flex;align-items:center;gap:18px;min-width:0}html[data-design=unified] .profile-operation-title-row>.activity-event-tag,html[data-design=unified][data-theme=black] .profile-operation-title-row>.activity-event-tag{flex:0 0 auto}html[data-design=unified] .profile-operation-title-row>.profile-operation-title,html[data-design=unified][data-theme=black] .profile-operation-title-row>.profile-operation-title{min-width:0}html[data-design=unified].is-overlay-locked .mobile-dock,html[data-design=unified][data-theme=black].is-overlay-locked .mobile-dock{opacity:0;pointer-events:none;transform:translate3d(-50%,18px,0)}html[data-design=unified] .nft-card:not(.profile-operation-card):not(.skeleton-card):not(.profile-asset-crypto-card)>.nft-media,html[data-design=unified][data-theme=black] .nft-card:not(.profile-operation-card):not(.skeleton-card):not(.profile-asset-crypto-card)>.nft-media{box-shadow:0 10px 20px -18px color-mix(in srgb,var(--text-primary) 24%,transparent)}html[data-design=unified] .card-media-glow,html[data-design=unified] .card-media-glow:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .card-media-glow,html[data-design=unified][data-theme=black] .card-media-glow:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;isolation:isolate}html[data-design=unified] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover),html[data-design=unified][data-theme=black] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover){position:relative;isolation:isolate;overflow:visible;box-shadow:0 10px 20px -20px color-mix(in srgb,var(--text-primary) 18%,transparent)}html[data-design=unified] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover):before,html[data-design=unified][data-theme=black] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover):before{content:"";display:block;position:absolute;top:-6px;right:-6px;bottom:-3px;left:-6px;z-index:-1;border-radius:inherit;pointer-events:none;background-image:var(--card-media-glow-image);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:.055;filter:blur(12px) saturate(1.08);box-shadow:none;transform:none;transition:none;-webkit-mask-image:radial-gradient(ellipse at 50% 50%,rgba(0,0,0,.34) 0%,rgba(0,0,0,.2) 48%,rgba(0,0,0,.08) 72%,transparent 100%);mask-image:radial-gradient(ellipse at 50% 50%,rgba(0,0,0,.34) 0%,rgba(0,0,0,.2) 48%,rgba(0,0,0,.08) 72%,transparent 100%)}html[data-design=unified][data-theme=black] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover):before{opacity:.07;filter:blur(13px) saturate(1.1)}html[data-design=unified] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover)>*,html[data-design=unified][data-theme=black] .card-media-glow :is(.nft-media,.collection-card-thumb,.market-collection-logo,.collection-detail-cover)>*{position:relative;z-index:1;border-radius:inherit}html[data-design=unified] :is(.market-collection-card--link,.collection-card--link),html[data-design=unified] :is(.market-collection-card--link,.collection-card--link):is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] :is(.market-collection-card--link,.collection-card--link),html[data-design=unified][data-theme=black] :is(.market-collection-card--link,.collection-card--link):is(:hover,:focus,:focus-visible,:active){color:inherit;-webkit-text-fill-color:inherit;text-decoration:none;cursor:pointer;outline:0}html[data-design=unified] :is(.collection-card,.market-collection-card),html[data-design=unified] :is(.collection-card,.market-collection-card):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.collection-card,.market-collection-card),html[data-design=unified][data-theme=black] :is(.collection-card,.market-collection-card):is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;animation:none;transition:none;outline:0;-webkit-tap-highlight-color:transparent;box-sizing:border-box;overflow-anchor:none;will-change:auto}html[data-design=unified] :is(.collection-card,.market-collection-card) :is(.collection-card-thumb,.collection-card-thumb img,.collection-card-body,.collection-card-main,.collection-card-title-block,.collection-card-title-block h3,.collection-creator-line,.collection-card-cta,.market-collection-logo,.market-collection-logo img,.market-collection-main,.market-collection-title,.market-collection-title strong,.market-collection-meta,.market-collection-stats),html[data-design=unified] :is(.collection-card,.market-collection-card) :is(.collection-card-thumb,.collection-card-thumb img,.collection-card-body,.collection-card-main,.collection-card-title-block,.collection-card-title-block h3,.collection-creator-line,.collection-card-cta,.market-collection-logo,.market-collection-logo img,.market-collection-main,.market-collection-title,.market-collection-title strong,.market-collection-meta,.market-collection-stats):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.collection-card,.market-collection-card) :is(.collection-card-thumb,.collection-card-thumb img,.collection-card-body,.collection-card-main,.collection-card-title-block,.collection-card-title-block h3,.collection-creator-line,.collection-card-cta,.market-collection-logo,.market-collection-logo img,.market-collection-main,.market-collection-title,.market-collection-title strong,.market-collection-meta,.market-collection-stats),html[data-design=unified][data-theme=black] :is(.collection-card,.market-collection-card) :is(.collection-card-thumb,.collection-card-thumb img,.collection-card-body,.collection-card-main,.collection-card-title-block,.collection-card-title-block h3,.collection-creator-line,.collection-card-cta,.market-collection-logo,.market-collection-logo img,.market-collection-main,.market-collection-title,.market-collection-title strong,.market-collection-meta,.market-collection-stats):is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;outline:0}html[data-design=unified] .exchange-market-card,html[data-design=unified] .exchange-market-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .exchange-market-card,html[data-design=unified][data-theme=black] .exchange-market-card:is(:hover,:focus,:focus-visible,:focus-within,:active){grid-template-columns:50px minmax(0,1fr) auto;align-items:start;cursor:default}html[data-design=unified] .exchange-market-card :is(.exchange-market-side,.exchange-market-trend,.exchange-market-graph-chip,.exchange-market-change,.exchange-market-mini-chart),html[data-design=unified] .exchange-market-card :is(.exchange-market-side,.exchange-market-trend,.exchange-market-graph-chip,.exchange-market-change,.exchange-market-mini-chart):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .exchange-market-card :is(.exchange-market-side,.exchange-market-trend,.exchange-market-graph-chip,.exchange-market-change,.exchange-market-mini-chart),html[data-design=unified][data-theme=black] .exchange-market-card :is(.exchange-market-side,.exchange-market-trend,.exchange-market-graph-chip,.exchange-market-change,.exchange-market-mini-chart):is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;outline:0}html[data-design=unified] .exchange-market-icon,html[data-design=unified][data-theme=black] .exchange-market-icon{background:color-mix(in srgb,var(--accent) 13%,var(--ui-card-surface));color:var(--accent);font-size:14px;font-weight:900}html[data-design=unified] .exchange-market-main,html[data-design=unified][data-theme=black] .exchange-market-main{gap:2px;padding-top:1px}html[data-design=unified] .exchange-market-title,html[data-design=unified][data-theme=black] .exchange-market-title{min-height:17px}html[data-design=unified] .exchange-market-meta,html[data-design=unified][data-theme=black] .exchange-market-meta{line-height:1}html[data-design=unified] .exchange-market-side,html[data-design=unified][data-theme=black] .exchange-market-side{display:grid;justify-items:end;align-self:start;gap:7px;min-width:0}html[data-design=unified] .exchange-market-trend,html[data-design=unified][data-theme=black] .exchange-market-trend{display:inline-flex;align-items:center;justify-content:flex-end;align-self:start;gap:5px;width:max-content;min-width:0;color:var(--green);line-height:1}html[data-design=unified] .exchange-market-trend.is-negative,html[data-design=unified][data-theme=black] .exchange-market-trend.is-negative{color:var(--red)}html[data-design=unified] :is(.exchange-market-graph-chip,.exchange-market-change),html[data-design=unified][data-theme=black] :is(.exchange-market-graph-chip,.exchange-market-change){flex:0 0 60px;width:60px;min-width:60px;max-width:60px;height:24px;min-height:24px;max-height:24px;box-sizing:border-box;padding-inline:8px;justify-content:center;white-space:nowrap;text-align:center;font-variant-numeric:tabular-nums;line-height:1}html[data-design=unified] .exchange-market-graph-chip,html[data-design=unified] .exchange-market-graph-chip:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .exchange-market-graph-chip,html[data-design=unified][data-theme=black] .exchange-market-graph-chip:is(:hover,:focus,:focus-visible,:focus-within,:active){flex:0 0 60px;width:60px;min-width:60px;max-width:60px;height:24px;min-height:24px;max-height:24px;padding:0 8px;border:0;outline:0;overflow:hidden;background:color-mix(in srgb,currentColor 13%,var(--ui-card-surface) 87%);background-color:color-mix(in srgb,currentColor 13%,var(--ui-card-surface) 87%);box-shadow:inset 0 -10px 18px color-mix(in srgb,currentColor 10%,transparent);transform:none;translate:none;scale:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;pointer-events:none}html[data-design=unified] .exchange-market-mini-chart,html[data-design=unified] .exchange-market-mini-chart:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .exchange-market-mini-chart,html[data-design=unified][data-theme=black] .exchange-market-mini-chart:is(:hover,:focus,:focus-visible,:focus-within,:active){display:block;flex:0 0 auto;width:44px;min-width:44px;max-width:44px;height:15px;min-height:15px;max-height:15px;color:currentColor;opacity:1;outline:0;transform:none;translate:none;scale:none;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}html[data-design=unified] .exchange-market-mini-chart path,html[data-design=unified][data-theme=black] .exchange-market-mini-chart path{stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}html[data-design=unified] .exchange-market-mini-chart__area,html[data-design=unified][data-theme=black] .exchange-market-mini-chart__area{fill:currentColor;stroke:none;opacity:.16}html[data-design=unified] .exchange-market-mini-chart__line,html[data-design=unified][data-theme=black] .exchange-market-mini-chart__line{fill:none;stroke:currentColor;stroke-width:1.7;filter:drop-shadow(0 2px 3px color-mix(in srgb,currentColor 34%,transparent))}@media (max-width: 620px){html[data-design=unified] .exchange-market-card,html[data-design=unified] .exchange-market-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .exchange-market-card,html[data-design=unified][data-theme=black] .exchange-market-card:is(:hover,:focus,:focus-visible,:focus-within,:active){grid-template-columns:46px minmax(0,1fr) auto}html[data-design=unified] .exchange-market-side,html[data-design=unified][data-theme=black] .exchange-market-side{display:contents}html[data-design=unified] .exchange-market-trend,html[data-design=unified][data-theme=black] .exchange-market-trend{grid-column:3;grid-row:1;justify-self:end}html[data-design=unified] .exchange-market-stats,html[data-design=unified][data-theme=black] .exchange-market-stats{grid-column:1 / -1;grid-row:2}}html[data-design=unified] .collection-card-thumb,html[data-design=unified][data-theme=black] .collection-card-thumb{position:relative;width:100%;flex-shrink:0;aspect-ratio:1 / 1;overflow:hidden;border-radius:calc(var(--ui-card-radius) - 2px);box-shadow:0 10px 20px -18px color-mix(in srgb,var(--text-primary) 24%,transparent)}html[data-design=unified] .collection-card-thumb img,html[data-design=unified][data-theme=black] .collection-card-thumb img{width:100%;height:100%;object-fit:cover}html[data-design=unified] .collection-card-thumb>span,html[data-design=unified][data-theme=black] .collection-card-thumb>span{display:grid;width:100%;height:100%;place-items:center;background:color-mix(in srgb,var(--accent) 10%,var(--ui-card-surface));color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:clamp(24px,7vw,42px);font-weight:950;letter-spacing:0}html[data-design=unified] .collection-card-body,html[data-design=unified][data-theme=black] .collection-card-body{display:grid;gap:8px;width:100%;min-width:0;flex:1;padding:10px 2px 0}html[data-design=unified] .collection-card-main,html[data-design=unified][data-theme=black] .collection-card-main{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;min-width:0}html[data-design=unified] .collection-card-title-block,html[data-design=unified][data-theme=black] .collection-card-title-block{display:grid;gap:0;min-width:0}html[data-design=unified] .collection-card-title-block h3,html[data-design=unified][data-theme=black] .collection-card-title-block h3{min-width:0;margin:0;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);background:none;font-size:14px;font-weight:950;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-creator-line,html[data-design=unified][data-theme=black] .collection-creator-line{display:flex;align-items:center;gap:5px;min-width:0;margin:0;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11px;font-weight:760;line-height:1.18}html[data-design=unified] .collection-card-stats,html[data-design=unified][data-theme=black] .collection-card-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0}html[data-design=unified] .collection-stat,html[data-design=unified][data-theme=black] .collection-stat{display:grid;gap:3px;min-width:0;padding:7px 8px;border-radius:14px;background:var(--ui-tag-bg);box-shadow:none}html[data-design=unified] .collection-stat-label,html[data-design=unified][data-theme=black] .collection-stat-label{overflow:hidden;color:var(--ui-tag-fg);-webkit-text-fill-color:var(--ui-tag-fg);font-size:9px;font-weight:820;letter-spacing:0;line-height:1;text-overflow:ellipsis;text-transform:none;white-space:nowrap}html[data-design=unified] .collection-stat-value,html[data-design=unified][data-theme=black] .collection-stat-value{overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:11px;font-weight:880;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-detail-page,html[data-design=unified][data-theme=black] .collection-detail-page{--collection-detail-cover-size: 96px;--collection-detail-title-size: 30px;--collection-detail-title-row: 34px;--collection-detail-meta-row: 28px;--collection-detail-main-gap: 7px;--collection-detail-main-height: calc(16px + var(--collection-detail-title-row) + var(--collection-detail-meta-row) + (var(--collection-detail-main-gap) * 2));display:grid;gap:4px;width:100%;min-width:0}html[data-design=unified] .collection-detail-hero,html[data-design=unified] .collection-detail-hero:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-hero,html[data-design=unified][data-theme=black] .collection-detail-hero:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;display:grid;grid-template-columns:var(--collection-detail-cover-size) minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-width:0;padding:14px;border:0;border-radius:22px;background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);overflow:hidden;contain:layout paint style;cursor:default;pointer-events:none;touch-action:pan-y;transform:none;translate:none;scale:none;filter:none;transition:none;box-sizing:border-box;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;overflow-anchor:none;will-change:auto}html[data-design=unified] .collection-detail-hero--loading,html[data-design=unified][data-theme=black] .collection-detail-hero--loading{display:block;padding:0;background:transparent;box-shadow:none}html[data-design=unified] .collection-detail-cover,html[data-design=unified][data-theme=black] .collection-detail-cover{position:relative;z-index:1;display:grid;place-items:center;width:var(--collection-detail-cover-size);height:var(--collection-detail-cover-size);min-width:var(--collection-detail-cover-size);overflow:hidden;border-radius:20px;background:color-mix(in srgb,var(--accent) 10%,var(--ui-card-surface));box-shadow:0 16px 34px -28px color-mix(in srgb,var(--text-primary) 42%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--text-muted) 12%,transparent);color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:24px;font-weight:950}html[data-design=unified] .collection-detail-cover img,html[data-design=unified][data-theme=black] .collection-detail-cover img{display:block;width:100%;height:100%;object-fit:cover}html[data-design=unified] .collection-detail-main,html[data-design=unified][data-theme=black] .collection-detail-main{position:relative;z-index:1;display:grid;grid-template-rows:16px var(--collection-detail-title-row) var(--collection-detail-meta-row);align-content:center;gap:var(--collection-detail-main-gap);min-width:0;min-height:var(--collection-detail-main-height);height:var(--collection-detail-main-height);max-height:var(--collection-detail-main-height);contain:layout style;overflow:hidden}html[data-design=unified] .collection-detail-hero :is(.collection-detail-cover,.collection-detail-cover img,.collection-detail-main,.collection-detail-breadcrumb,.collection-detail-breadcrumb a,.collection-detail-breadcrumb span,.collection-detail-title,.collection-detail-title>span,.collection-detail-title .verified-badge,.collection-detail-meta,.collection-detail-meta span,.collection-detail-stats,.collection-detail-stats>span,.collection-detail-stats small,.collection-detail-stats strong),html[data-design=unified] .collection-detail-hero :is(.collection-detail-cover,.collection-detail-cover img,.collection-detail-main,.collection-detail-breadcrumb,.collection-detail-breadcrumb a,.collection-detail-breadcrumb span,.collection-detail-title,.collection-detail-title>span,.collection-detail-title .verified-badge,.collection-detail-meta,.collection-detail-meta span,.collection-detail-stats,.collection-detail-stats>span,.collection-detail-stats small,.collection-detail-stats strong):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-hero :is(.collection-detail-cover,.collection-detail-cover img,.collection-detail-main,.collection-detail-breadcrumb,.collection-detail-breadcrumb a,.collection-detail-breadcrumb span,.collection-detail-title,.collection-detail-title>span,.collection-detail-title .verified-badge,.collection-detail-meta,.collection-detail-meta span,.collection-detail-stats,.collection-detail-stats>span,.collection-detail-stats small,.collection-detail-stats strong),html[data-design=unified][data-theme=black] .collection-detail-hero :is(.collection-detail-cover,.collection-detail-cover img,.collection-detail-main,.collection-detail-breadcrumb,.collection-detail-breadcrumb a,.collection-detail-breadcrumb span,.collection-detail-title,.collection-detail-title>span,.collection-detail-title .verified-badge,.collection-detail-meta,.collection-detail-meta span,.collection-detail-stats,.collection-detail-stats>span,.collection-detail-stats small,.collection-detail-stats strong):is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;outline:0;box-sizing:border-box;min-width:0;min-height:0;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .collection-detail-breadcrumb,html[data-design=unified] .collection-detail-breadcrumb:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-breadcrumb,html[data-design=unified][data-theme=black] .collection-detail-breadcrumb:is(:hover,:focus,:focus-visible,:focus-within,:active){display:flex;align-items:center;gap:8px;margin:0;min-height:16px;height:16px;max-height:16px;overflow:hidden;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:11px;font-weight:700;line-height:16px}html[data-design=unified] .collection-detail-breadcrumb :is(a,span),html[data-design=unified] .collection-detail-breadcrumb :is(a,span):is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-detail-breadcrumb :is(a,span),html[data-design=unified][data-theme=black] .collection-detail-breadcrumb :is(a,span):is(:hover,:focus,:focus-visible,:active){display:inline-flex;align-items:center;min-height:16px;height:16px;max-height:16px;overflow:hidden;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:11px;font-weight:700;line-height:16px;text-decoration:none;white-space:nowrap}html[data-design=unified] .collection-detail-hero .collection-detail-breadcrumb a,html[data-design=unified] .collection-detail-hero .collection-detail-breadcrumb a:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-detail-hero .collection-detail-breadcrumb a,html[data-design=unified][data-theme=black] .collection-detail-hero .collection-detail-breadcrumb a:is(:hover,:focus,:focus-visible,:active){pointer-events:auto;color:var(--accent);-webkit-text-fill-color:var(--accent);font-weight:900}html[data-design=unified] .collection-detail-title,html[data-design=unified] .collection-detail-title:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-title,html[data-design=unified][data-theme=black] .collection-detail-title:is(:hover,:focus,:focus-visible,:focus-within,:active){display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;margin:0;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:var(--collection-detail-title-size);font-weight:950;min-height:var(--collection-detail-title-row);height:var(--collection-detail-title-row);max-height:var(--collection-detail-title-row);line-height:var(--collection-detail-title-row)}html[data-design=unified] .collection-detail-title>span,html[data-design=unified] .collection-detail-title>span:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-detail-title>span,html[data-design=unified][data-theme=black] .collection-detail-title>span:is(:hover,:focus,:focus-visible,:active){display:block;min-width:0;min-height:inherit;height:inherit;max-height:inherit;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:inherit;font-weight:inherit;line-height:inherit;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-detail-title .verified-badge,html[data-design=unified] .collection-detail-title .verified-badge:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-detail-title .verified-badge,html[data-design=unified][data-theme=black] .collection-detail-title .verified-badge:is(:hover,:focus,:focus-visible,:active){flex:0 0 auto;margin:0}html[data-design=unified] .collection-detail-meta,html[data-design=unified] .collection-detail-meta:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-meta,html[data-design=unified][data-theme=black] .collection-detail-meta:is(:hover,:focus,:focus-visible,:focus-within,:active){display:flex;align-items:center;flex-wrap:nowrap;gap:7px;margin:0;min-width:0;min-height:var(--collection-detail-meta-row);height:var(--collection-detail-meta-row);max-height:var(--collection-detail-meta-row);overflow:hidden;color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:12px;font-weight:800;line-height:var(--collection-detail-meta-row)}html[data-design=unified] .collection-detail-meta span,html[data-design=unified] .collection-detail-meta span:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-detail-meta span,html[data-design=unified][data-theme=black] .collection-detail-meta span:is(:hover,:focus,:focus-visible,:active){display:inline-flex;align-items:center;flex:0 1 auto;min-width:0;max-width:100%;min-height:var(--collection-detail-meta-row);height:var(--collection-detail-meta-row);max-height:var(--collection-detail-meta-row);padding:0 10px;border-radius:999px;background:color-mix(in srgb,var(--ui-card-surface) 82%,var(--text-primary) 8%);color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:12px;font-weight:800;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-detail-meta span:first-child,html[data-design=unified][data-theme=black] .collection-detail-meta span:first-child{flex:0 0 auto}html[data-design=unified] .collection-detail-meta span:last-child,html[data-design=unified][data-theme=black] .collection-detail-meta span:last-child{flex:0 1 auto;max-width:min(100%,190px)}html[data-design=unified] .collection-detail-stats,html[data-design=unified][data-theme=black] .collection-detail-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(92px,auto));gap:8px;min-width:0;align-self:center;min-height:56px;height:56px;max-height:56px}html[data-design=unified] .collection-detail-stats>span,html[data-design=unified][data-theme=black] .collection-detail-stats>span{display:grid;gap:5px;min-width:0;min-height:56px;height:56px;max-height:56px;padding:10px 12px;border-radius:16px;background:color-mix(in srgb,var(--ui-card-surface) 78%,var(--text-primary) 7%)}html[data-design=unified] .collection-detail-stats small,html[data-design=unified][data-theme=black] .collection-detail-stats small{color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:10px;font-weight:800;line-height:1}html[data-design=unified] .collection-detail-stats strong,html[data-design=unified][data-theme=black] .collection-detail-stats strong{overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:13px;font-weight:900;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-detail-section,html[data-design=unified][data-theme=black] .collection-detail-section{display:grid;gap:8px;min-width:0;box-sizing:border-box;overflow-anchor:none;will-change:auto}html[data-design=unified] .collection-detail-tabs,html[data-design=unified][data-theme=black] .collection-detail-tabs{margin:2px 0 8px}html[data-design=unified] .collection-detail-section-head,html[data-design=unified][data-theme=black] .collection-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;min-height:24px;margin:0}html[data-design=unified] .collection-detail-section-head h2,html[data-design=unified][data-theme=black] .collection-detail-section-head h2{margin:0;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:18px;font-weight:900;line-height:1.05}html[data-design=unified] .collection-detail-section-head>span,html[data-design=unified][data-theme=black] .collection-detail-section-head>span{flex:0 0 auto;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:12px;font-weight:850}html[data-design=unified] .collection-detail-grid,html[data-design=unified][data-theme=black] .collection-detail-grid{overflow:visible;overflow-anchor:none;will-change:auto}html[data-design=unified] .collection-detail-grid .nft-card,html[data-design=unified] .collection-detail-grid .nft-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-grid .nft-card,html[data-design=unified][data-theme=black] .collection-detail-grid .nft-card:is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;animation:none;outline:0;-webkit-tap-highlight-color:transparent}html[data-design=unified] .collection-detail-grid .nft-card :is(.nft-media,.nft-info,.nft-info h3,.nft-info h3 a,.nft-collection-line,.nft-card-action),html[data-design=unified] .collection-detail-grid .nft-card :is(.nft-media,.nft-info,.nft-info h3,.nft-info h3 a,.nft-collection-line,.nft-card-action):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-detail-grid .nft-card :is(.nft-media,.nft-info,.nft-info h3,.nft-info h3 a,.nft-collection-line,.nft-card-action),html[data-design=unified][data-theme=black] .collection-detail-grid .nft-card :is(.nft-media,.nft-info,.nft-info h3,.nft-info h3 a,.nft-collection-line,.nft-card-action):is(:hover,:focus,:focus-visible,:focus-within,:active){transform:none;translate:none;scale:none;outline:0}html[data-design=unified] .collection-detail-grid .nft-card .nft-info h3 a,html[data-design=unified] .collection-detail-grid .nft-card .nft-info h3 a:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-detail-grid .nft-card .nft-info h3 a,html[data-design=unified][data-theme=black] .collection-detail-grid .nft-card .nft-info h3 a:is(:hover,:focus,:focus-visible,:active){display:block;min-width:0;max-width:100%;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);text-decoration:none;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-activity-list .collection-activity-row,html[data-design=unified] .collection-activity-list .collection-activity-row:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row,html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row:is(:hover,:focus,:focus-visible,:focus-within,:active){--detail-activity-row-min-height: 66px;--detail-activity-row-padding: 10px;display:grid;grid-template-columns:44px minmax(0,1fr) 108px;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;min-height:var(--detail-activity-row-min-height);height:var(--detail-activity-row-min-height);max-height:var(--detail-activity-row-min-height);padding:var(--detail-activity-row-padding);border:0;border-width:0;border-style:solid;border-radius:var(--ui-list-card-radius, 16px);background:var(--ui-card-surface);background-color:var(--ui-card-surface);background-image:var(--ui-card-surface-image);box-shadow:var(--ui-card-shadow);color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font:inherit;line-height:normal;text-align:left;text-decoration:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;overflow:hidden;transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;contain:layout paint;pointer-events:auto;outline:0;outline-offset:0;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;overflow-anchor:none}html[data-design=unified] .collection-activity-thumb,html[data-design=unified][data-theme=black] .collection-activity-thumb{display:block;width:44px;height:44px;min-width:44px;max-width:44px;overflow:hidden;border-radius:14px;background:var(--ui-tag-bg);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--text-muted) 9%,transparent)}html[data-design=unified] .collection-activity-thumb img,html[data-design=unified][data-theme=black] .collection-activity-thumb img{display:block;width:100%;height:100%;object-fit:cover}html[data-design=unified] .collection-activity-main,html[data-design=unified][data-theme=black] .collection-activity-main{display:grid;align-content:start;gap:4px;justify-self:stretch;width:100%;min-width:0;max-width:100%;overflow:hidden;transform:none;translate:none;scale:none;transition:none}html[data-design=unified] .collection-activity-title,html[data-design=unified][data-theme=black] .collection-activity-title{display:block;width:100%;min-width:0;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:13px;font-weight:900;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-activity-side,html[data-design=unified][data-theme=black] .collection-activity-side{display:grid;justify-items:end;align-content:center;gap:6px;justify-self:end;width:108px;min-width:108px;max-width:108px;overflow:hidden;transform:none;translate:none;scale:none;transition:none}html[data-design=unified] .collection-activity-main .detail-activity-time,html[data-design=unified] .collection-activity-main .detail-activity-time:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-activity-main .detail-activity-time,html[data-design=unified][data-theme=black] .collection-activity-main .detail-activity-time:is(:hover,:focus,:focus-visible,:active){justify-self:start;text-align:left}html[data-design=unified] .collection-activity-list .collection-activity-row .detail-activity-time,html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row .detail-activity-time{grid-column:auto;justify-self:start;display:block;width:100%;min-width:0;max-width:100%;overflow:hidden;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:10.5px;font-weight:760;line-height:1;text-align:left;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-activity-list .collection-activity-row .detail-activity-price,html[data-design=unified] .collection-activity-list .collection-activity-row .detail-activity-price:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row .detail-activity-price,html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row .detail-activity-price:is(:hover,:focus,:focus-visible,:active){grid-column:auto;justify-self:end;display:grid;justify-items:end;gap:4px;width:100%;min-width:0;max-width:100%;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:12px;font-weight:860;line-height:1;text-align:right;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .collection-activity-list .collection-activity-row :is(.collection-activity-thumb,.collection-activity-thumb img,.collection-activity-main,.collection-activity-side,.collection-activity-title,.detail-activity-time,.detail-activity-price,.detail-activity-fiat),html[data-design=unified] .collection-activity-list .collection-activity-row :is(.collection-activity-thumb,.collection-activity-thumb img,.collection-activity-main,.collection-activity-side,.collection-activity-title,.detail-activity-time,.detail-activity-price,.detail-activity-fiat):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row :is(.collection-activity-thumb,.collection-activity-thumb img,.collection-activity-main,.collection-activity-side,.collection-activity-title,.detail-activity-time,.detail-activity-price,.detail-activity-fiat),html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row :is(.collection-activity-thumb,.collection-activity-thumb img,.collection-activity-main,.collection-activity-side,.collection-activity-title,.detail-activity-time,.detail-activity-price,.detail-activity-fiat):is(:hover,:focus,:focus-visible,:focus-within,:active){position:static;margin:0;transform:none;translate:none;scale:none;transition:none;outline:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}@media (max-width: 520px){html[data-design=unified] .collection-activity-list .collection-activity-row,html[data-design=unified][data-theme=black] .collection-activity-list .collection-activity-row{--detail-activity-row-min-height: 64px;grid-template-columns:42px minmax(0,1fr) 92px;gap:9px}html[data-design=unified] .collection-activity-thumb,html[data-design=unified][data-theme=black] .collection-activity-thumb{width:42px;height:42px;min-width:42px;max-width:42px}html[data-design=unified] .collection-activity-side,html[data-design=unified][data-theme=black] .collection-activity-side{width:92px;min-width:92px;max-width:92px}}@media (max-width: 720px){html[data-design=unified] .collection-detail-page,html[data-design=unified][data-theme=black] .collection-detail-page{--collection-detail-cover-size: 78px;--collection-detail-title-size: 24px;--collection-detail-title-row: 26px;--collection-detail-meta-row: 28px;--collection-detail-main-gap: 7px}html[data-design=unified] .collection-detail-hero,html[data-design=unified][data-theme=black] .collection-detail-hero{grid-template-columns:var(--collection-detail-cover-size) minmax(0,1fr);gap:12px;padding:12px}html[data-design=unified] .collection-detail-cover,html[data-design=unified][data-theme=black] .collection-detail-cover{width:var(--collection-detail-cover-size);height:var(--collection-detail-cover-size);min-width:var(--collection-detail-cover-size);border-radius:18px}html[data-design=unified] .collection-detail-stats,html[data-design=unified][data-theme=black] .collection-detail-stats{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}html[data-design=unified] .collection-detail-main,html[data-design=unified][data-theme=black] .collection-detail-main{grid-template-rows:16px var(--collection-detail-title-row) var(--collection-detail-meta-row);min-height:var(--collection-detail-main-height);height:var(--collection-detail-main-height);max-height:var(--collection-detail-main-height)}}html[data-design=unified] .header-wallet-balance-card__copy,html[data-design=unified][data-theme=black] .header-wallet-balance-card__copy{display:grid;justify-items:start;min-width:0;width:100%;align-content:start;gap:6px;padding:0;text-align:left}html[data-design=unified] .header-wallet-balance-card__label,html[data-design=unified][data-theme=black] .header-wallet-balance-card__label{justify-self:start;color:var(--ui-card-muted);-webkit-text-fill-color:var(--ui-card-muted);font-size:12px;font-weight:800;line-height:1;text-transform:none;letter-spacing:0}html[data-design=unified] .header-wallet-balance-card__amount,html[data-design=unified][data-theme=black] .header-wallet-balance-card__amount{display:inline-flex;align-items:baseline;gap:8px;justify-content:flex-start;justify-self:start;max-width:100%;min-width:0;overflow:hidden;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font-size:32px;font-weight:920;line-height:.95;white-space:nowrap}html[data-design=unified] .header-wallet-balance-card__amount>span,html[data-design=unified][data-theme=black] .header-wallet-balance-card__amount>span{min-width:0;overflow:hidden;text-overflow:ellipsis}html[data-design=unified] .header-wallet-balance-card__amount>em,html[data-design=unified][data-theme=black] .header-wallet-balance-card__amount>em{flex:0 0 auto;color:var(--ui-card-secondary);-webkit-text-fill-color:var(--ui-card-secondary);font-size:12px;font-style:normal;font-weight:850;line-height:1}html[data-design=unified] .header-wallet-actions--simple,html[data-design=unified][data-theme=black] .header-wallet-actions--simple{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html[data-design=unified] .header-wallet-flow-panel,html[data-design=unified] .header-wallet-flow-panel:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-wallet-flow-panel,html[data-design=unified][data-theme=black] .header-wallet-flow-panel:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;gap:10px;padding:0;border:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;box-sizing:border-box;transform:none;translate:none;scale:none;filter:none;animation:none;outline:0;overflow-anchor:none;will-change:auto;-webkit-tap-highlight-color:transparent}html[data-design=unified] .header-wallet-flow-title,html[data-design=unified][data-theme=black] .header-wallet-flow-title{display:flex;align-items:center;justify-content:space-between;gap:10px}html[data-design=unified] .header-wallet-inline-back,html[data-design=unified] .header-wallet-inline-back:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-wallet-inline-back,html[data-design=unified][data-theme=black] .header-wallet-inline-back:is(:hover,:focus,:focus-visible,:active){--ui-action-height: var(--ui-action-compact-height);--ui-action-radius: var(--ui-action-compact-radius);--ui-action-padding: var(--ui-action-compact-padding);--ui-action-font-size: var(--ui-action-compact-font-size);--ui-action-font-weight: var(--ui-action-compact-font-weight);--ui-button-bg: var(--ui-button-secondary-bg);--ui-button-fg: var(--ui-button-secondary-fg);--ui-button-shadow: none;box-sizing:border-box}html[data-design=unified] .section-cta-link,html[data-design=unified] .section-cta-link:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .section-cta-link,html[data-design=unified][data-theme=black] .section-cta-link:is(:hover,:focus,:focus-visible,:active){--ui-action-height: var(--ui-action-compact-height);--ui-action-radius: var(--ui-action-compact-radius);--ui-action-padding: var(--ui-action-compact-padding);--ui-action-font-size: var(--ui-action-compact-font-size);--ui-action-font-weight: var(--ui-action-compact-font-weight);--ui-button-bg: var(--ui-button-secondary-bg);--ui-button-fg: var(--ui-button-secondary-fg);--ui-button-shadow: none}html[data-design=unified] .section-cta-link:after,html[data-design=unified][data-theme=black] .section-cta-link:after{content:none;display:none}html[data-design=unified] .header-wallet-flow-note,html[data-design=unified][data-theme=black] .header-wallet-flow-note{margin:0;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:12px;font-weight:650;line-height:1.35}html[data-design=unified] .header-wallet-method-list,html[data-design=unified][data-theme=black] .header-wallet-method-list{--ui-list-card-min-height: 48px;--ui-list-card-padding: 10px 12px;--ui-list-card-gap: 10px;display:grid;gap:8px;width:100%;min-width:0}html[data-design=unified] .header-wallet-method-btn,html[data-design=unified] .header-wallet-method-btn:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-wallet-method-btn,html[data-design=unified][data-theme=black] .header-wallet-method-btn:is(:hover,:focus,:focus-visible,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--ui-list-card-gap);width:100%;min-width:0;max-width:100%;cursor:pointer;border:0;outline:0;color:var(--ui-card-primary);-webkit-text-fill-color:var(--ui-card-primary);font:inherit;text-align:left;box-sizing:border-box;transform:none;translate:none;scale:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .header-wallet-method-btn span,html[data-design=unified][data-theme=black] .header-wallet-method-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850}html[data-design=unified] .header-wallet-method-btn small,html[data-design=unified][data-theme=black] .header-wallet-method-btn small{display:inline-flex;align-items:center;justify-content:center;justify-self:end;min-height:var(--ui-tag-height);padding:0 8px;border-radius:var(--ui-tag-radius);background:var(--ui-tag-info-bg);color:var(--ui-tag-info-fg);-webkit-text-fill-color:var(--ui-tag-info-fg);font-size:10.5px;font-weight:880;line-height:1;white-space:nowrap}html[data-design=unified] .header-wallet-flow-form,html[data-design=unified][data-theme=black] .header-wallet-flow-form{display:grid;gap:9px;width:100%;min-width:0}html[data-design=unified] .header-wallet-flow-btn,html[data-design=unified] .header-wallet-flow-submit,html[data-design=unified] .header-wallet-flow-btn:is(:hover,:focus,:focus-visible,:active),html[data-design=unified] .header-wallet-flow-submit:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-wallet-flow-btn,html[data-design=unified][data-theme=black] .header-wallet-flow-submit,html[data-design=unified][data-theme=black] .header-wallet-flow-btn:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-wallet-flow-submit:is(:hover,:focus,:focus-visible,:active){width:100%;min-width:0;box-sizing:border-box}html[data-design=unified] .header-wallet-flow-input,html[data-design=unified] .header-wallet-flow-input:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-wallet-flow-input,html[data-design=unified][data-theme=black] .header-wallet-flow-input:is(:hover,:focus,:focus-visible,:focus-within,:active){max-width:100%}html[data-design=unified] .header-wallet-flow-btn:disabled,html[data-design=unified] .header-wallet-flow-submit:disabled,html[data-design=unified][data-theme=black] .header-wallet-flow-btn:disabled,html[data-design=unified][data-theme=black] .header-wallet-flow-submit:disabled{cursor:progress;opacity:.72}html[data-design=unified] :is(.header-wallet-flow-result,.header-wallet-flow-status),html[data-design=unified] :is(.header-wallet-flow-result,.header-wallet-flow-status):is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] :is(.header-wallet-flow-result,.header-wallet-flow-status),html[data-design=unified][data-theme=black] :is(.header-wallet-flow-result,.header-wallet-flow-status):is(:hover,:focus,:focus-visible,:focus-within,:active){--ui-list-card-min-height: 0px;--ui-list-card-padding: 12px;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:8px;width:100%;min-width:0;overflow:hidden}html[data-design=unified] :is(.header-wallet-flow-result,.header-wallet-flow-status) strong,html[data-design=unified][data-theme=black] :is(.header-wallet-flow-result,.header-wallet-flow-status) strong{min-width:0;overflow-wrap:anywhere;font-size:13px;font-weight:900;line-height:1.15}html[data-design=unified] :is(.header-wallet-flow-result,.header-wallet-flow-status) span:not(.ui-tag),html[data-design=unified][data-theme=black] :is(.header-wallet-flow-result,.header-wallet-flow-status) span:not(.ui-tag){min-width:0;overflow-wrap:anywhere;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:12px;font-weight:650;line-height:1.35}html[data-design=unified] :is(.header-wallet-flow-result,.header-wallet-flow-status) code,html[data-design=unified][data-theme=black] :is(.header-wallet-flow-result,.header-wallet-flow-status) code{display:block;box-sizing:border-box;width:100%;max-width:100%;padding:5px 8px;overflow:hidden;text-overflow:ellipsis;border-radius:999px;background:color-mix(in srgb,var(--text-primary) 8%,transparent);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:11px;font-weight:780;line-height:1.25;white-space:nowrap}html[data-design=unified] .header-wallet-flow-result.is-success,html[data-design=unified][data-theme=black] .header-wallet-flow-result.is-success{box-shadow:inset 3px 0 0 var(--unified-status-in),var(--ui-card-shadow)}html[data-design=unified] .header-wallet-flow-result.is-warning,html[data-design=unified][data-theme=black] .header-wallet-flow-result.is-warning{box-shadow:inset 3px 0 0 var(--ui-warning-line),var(--ui-card-shadow)}html[data-design=unified] .header-wallet-finance-panel,html[data-design=unified] .header-wallet-finance-panel:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-wallet-finance-panel,html[data-design=unified][data-theme=black] .header-wallet-finance-panel:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;gap:10px;padding:0;margin-top:8px;border:0;border-radius:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;box-sizing:border-box;transform:none;translate:none;scale:none;filter:none;animation:none;outline:0;-webkit-tap-highlight-color:transparent}html[data-design=unified] .header-wallet-finance-panel>.header-wallet-panel-title,html[data-design=unified][data-theme=black] .header-wallet-finance-panel>.header-wallet-panel-title{min-height:0;margin:0;padding:0 2px}html[data-design=unified] .header-wallet-history,html[data-design=unified][data-theme=black] .header-wallet-history{display:grid;gap:0;width:100%;min-width:0;padding:0;margin:0}html[data-design=unified] .header-wallet-operation,html[data-design=unified] .header-wallet-operation:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .header-wallet-operation,html[data-design=unified][data-theme=black] .header-wallet-operation:is(:hover,:focus,:focus-visible,:focus-within,:active){--ui-list-card-min-height: 62px;--ui-list-card-padding: 10px;display:grid;grid-template-columns:var(--ui-list-card-icon-size) minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;min-height:var(--ui-list-card-min-height);padding:var(--ui-list-card-padding);border-radius:var(--ui-list-card-radius)}html[data-design=unified] .header-wallet-operation-icon,html[data-design=unified][data-theme=black] .header-wallet-operation-icon{grid-column:1;justify-self:start;align-self:center}html[data-design=unified] .header-wallet-operation-main,html[data-design=unified][data-theme=black] .header-wallet-operation-main{grid-column:2;display:grid;gap:5px;padding-top:0}html[data-design=unified] .header-wallet-operation-side,html[data-design=unified][data-theme=black] .header-wallet-operation-side{grid-column:3}html[data-design=unified] .header-wallet-flow-status.is-warning,html[data-design=unified][data-theme=black] .header-wallet-flow-status.is-warning{box-shadow:inset 3px 0 0 var(--ui-warning-line),var(--ui-card-shadow)}html[data-design=unified] .header-wallet-flow-status.is-warning>span:not(.ui-tag--warning),html[data-design=unified][data-theme=black] .header-wallet-flow-status.is-warning>span:not(.ui-tag--warning){color:color-mix(in srgb,var(--text-primary) 84%,var(--text-secondary) 16%);-webkit-text-fill-color:color-mix(in srgb,var(--text-primary) 84%,var(--text-secondary) 16%)}html[data-design=unified] .header-wallet-flow-status-tag,html[data-design=unified][data-theme=black] .header-wallet-flow-status-tag{justify-self:start}html[data-design=unified] .ui-modal-message--success,html[data-design=unified][data-theme=black] .ui-modal-message--success{margin:0;padding:9px 10px;border:0;border-radius:14px;background:color-mix(in srgb,var(--unified-status-in) 14%,transparent);color:color-mix(in srgb,var(--unified-status-in) 78%,var(--text-primary) 22%);-webkit-text-fill-color:color-mix(in srgb,var(--unified-status-in) 78%,var(--text-primary) 22%);font-size:12px;font-weight:820;line-height:1.25;text-align:center}html[data-design=unified] .detail-owned-card,html[data-design=unified] .detail-owned-card:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .detail-owned-card,html[data-design=unified][data-theme=black] .detail-owned-card:is(:hover,:focus,:focus-visible,:focus-within,:active){--ui-list-card-min-height: 0px;--ui-list-card-padding: 13px;display:grid;gap:10px}html[data-design=unified] .detail-owned-card__row,html[data-design=unified][data-theme=black] .detail-owned-card__row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;font-size:12px}html[data-design=unified] .detail-owned-card__row span,html[data-design=unified][data-theme=black] .detail-owned-card__row span{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary)}html[data-design=unified] .detail-owned-card__row strong,html[data-design=unified][data-theme=black] .detail-owned-card__row strong{min-width:0;overflow:hidden;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:12px;font-weight:900;text-align:right;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .header-wallet-flow-submit--compact,html[data-design=unified] .header-wallet-flow-submit--compact:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-wallet-flow-submit--compact,html[data-design=unified][data-theme=black] .header-wallet-flow-submit--compact:is(:hover,:focus,:focus-visible,:active){--ui-action-height: var(--ui-action-compact-height);--ui-action-radius: var(--ui-action-compact-radius);--ui-action-padding: var(--ui-action-tight-padding);--ui-action-font-size: var(--ui-action-compact-font-size);--ui-action-font-weight: var(--ui-action-strong-font-weight);justify-self:start;width:fit-content;min-width:0;max-width:100%}html[data-design=unified] .header-wallet-flow-address,html[data-design=unified][data-theme=black] .header-wallet-flow-address{display:grid;gap:7px;width:100%;min-width:0}html[data-design=unified] .header-wallet-flow-address .header-wallet-flow-submit--compact,html[data-design=unified] .header-wallet-flow-address .header-wallet-flow-submit--compact:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .header-wallet-flow-address .header-wallet-flow-submit--compact,html[data-design=unified][data-theme=black] .header-wallet-flow-address .header-wallet-flow-submit--compact:is(:hover,:focus,:focus-visible,:active){justify-self:stretch;width:100%}html[data-design=unified],html[data-design=unified][data-theme=black]{--chat-shell-bg: var(--ui-shell-bg, var(--theme-chrome-bg, var(--bg-base)));--chat-panel-width: var(--ui-shell-inline-size, min(430px, 100vw));--chat-panel-height: var(--ui-shell-height, 100svh);--chat-gap: var(--ui-shell-gap, 10px);--chat-head-height: var(--ui-shell-head-height, 46px);--chat-control-height: var(--ui-control-height, 40px);--chat-input-height: var(--ui-field-height, 42px);--chat-input-radius: var(--ui-field-radius, 18px);--chat-bubble-max: min(76%, 336px);--chat-bubble-media-max: min(64vw, 252px);--chat-media-stack-width: min(236px, calc(var(--chat-panel-width) - 132px));--chat-scroll-padding-bottom: 8px;--chat-scroll-inline-pad-start: 2px;--chat-scroll-inline-pad-end: 8px;--chat-reply-preview-max: 236px;--chat-reply-gap: 8px;--chat-reply-safe-space: 74px;--chat-bubble-in-bg: var(--ui-card-surface);--chat-bubble-in-bg-image: var(--ui-card-surface-image);--chat-bubble-out-bg: var(--accent);--chat-bubble-out-bg-image: linear-gradient(135deg, var(--accent), var(--accent-dim));--chat-bubble-out-fg: var(--on-accent);--chat-bubble-radius: 18px;--chat-thread-row-height: 64px;--chat-thread-avatar-size: 42px;--chat-thread-line: color-mix(in srgb, var(--text-muted) 18%, transparent);--chat-thread-hover: color-mix(in srgb, var(--accent) 8%, transparent);--chat-thread-active: color-mix(in srgb, var(--accent) 12%, transparent);--chat-thread-action-bg: #ff9f0a;--chat-thread-action-fg: #ffffff;--chat-thread-action-width: 88px;--chat-viewer-chrome: #05070d;--chat-viewer-stage-width: min(92vw, 980px);--chat-viewer-stage-height: max(280px, min(calc(var(--app-viewport-height, 100svh) - 92px), 820px));--chat-viewer-stage-shift: 8px}html[data-design=unified] .chat.chat--open,html[data-design=unified] .chat.chat--open:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat.chat--open,html[data-design=unified][data-theme=black] .chat.chat--open:is(:hover,:focus,:focus-visible,:focus-within,:active){position:fixed;top:0;right:0;bottom:0;left:0;z-index:620;overflow:hidden;pointer-events:none;background:transparent;background-image:none;border:0;box-shadow:none;outline:0;overscroll-behavior:none}html[data-design=unified] .chat__scrim,html[data-design=unified] .chat__scrim:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .chat__scrim,html[data-design=unified][data-theme=black] .chat__scrim:is(:hover,:focus,:focus-visible,:active){position:fixed;top:0;right:0;bottom:0;left:0;z-index:610;margin:0;padding:0;border:0;border-radius:0;background:var(--chat-shell-bg);box-shadow:none;outline:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}html[data-design=unified] .chat.chat--open>.top-action-modal.chat__panel,html[data-design=unified] .chat.chat--open>.top-action-modal.chat__panel:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat.chat--open>.top-action-modal.chat__panel,html[data-design=unified][data-theme=black] .chat.chat--open>.top-action-modal.chat__panel:is(:hover,:focus,:focus-visible,:focus-within,:active){position:fixed;top:0;right:0;bottom:auto;left:auto;z-index:740;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:var(--chat-head-height) var(--chat-control-height) minmax(0,1fr) auto;gap:var(--chat-gap);align-content:stretch;width:var(--chat-panel-width);min-width:0;max-width:100vw;height:var(--chat-panel-height);min-height:var(--chat-panel-height);max-height:var(--chat-panel-height);margin:0;padding:var(--ui-shell-padding-block-start) var(--ui-shell-padding-inline-end) var(--ui-shell-padding-block-end) var(--ui-shell-padding-inline-start);overflow:hidden;border:0;border-radius:0;background:var(--chat-shell-bg);background-image:none;box-shadow:none;color:var(--text-primary);outline:0;pointer-events:auto;isolation:isolate;transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;box-sizing:border-box;contain:style;overscroll-behavior:none}html.is-mobile-keyboard-open[data-design=unified]:not(.tg-webapp),html.is-mobile-keyboard-open[data-design=unified][data-theme=black]:not(.tg-webapp){--ui-shell-padding-block-end: max(6px, env(safe-area-inset-bottom, 0px));--chat-gap: 7px}html.is-mobile-keyboard-open[data-design=unified]:not(.tg-webapp) .chat.chat--open>.top-action-modal.chat__panel,html.is-mobile-keyboard-open[data-design=unified][data-theme=black]:not(.tg-webapp) .chat.chat--open>.top-action-modal.chat__panel{top:max(0px,var(--app-viewport-offset-top, 0px));height:var(--app-viewport-height, 100svh);min-height:var(--app-viewport-height, 100svh);max-height:var(--app-viewport-height, 100svh)}html[data-design=unified] .chat.chat--open.chat--dialog-list>.top-action-modal.chat__panel,html[data-design=unified][data-theme=black] .chat.chat--open.chat--dialog-list>.top-action-modal.chat__panel{grid-template-rows:var(--chat-head-height) var(--chat-control-height) minmax(0,1fr)}html[data-design=unified] .chat__panel--dialog-list,html[data-design=unified][data-theme=black] .chat__panel--dialog-list{align-items:stretch}html[data-design=unified] .chat.chat--viewer-open>.top-action-modal.chat__panel,html[data-design=unified][data-theme=black] .chat.chat--viewer-open>.top-action-modal.chat__panel{visibility:hidden;opacity:0;pointer-events:none}html[data-design=unified] .chat__head,html[data-design=unified] .chat__head:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__head,html[data-design=unified][data-theme=black] .chat__head:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:minmax(0,1fr) var(--ui-close-size, 38px);align-items:center;gap:10px;width:100%;min-width:0;height:var(--chat-head-height);min-height:var(--chat-head-height);max-height:var(--chat-head-height);margin:0;padding:0;overflow:hidden;border:0;background:transparent;box-shadow:none;box-sizing:border-box}html[data-design=unified] .chat__head-main,html[data-design=unified][data-theme=black] .chat__head-main{display:grid;grid-template-columns:minmax(0,1fr);align-content:center;gap:2px;min-width:0;height:38px;overflow:hidden}html[data-design=unified] :is(.chat__title,.chat__subtitle),html[data-design=unified][data-theme=black] :is(.chat__title,.chat__subtitle){display:block;width:100%;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}html[data-design=unified] .chat__title,html[data-design=unified][data-theme=black] .chat__title{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:18px;font-weight:850;line-height:21px}html[data-design=unified] .chat__subtitle,html[data-design=unified][data-theme=black] .chat__subtitle{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11.5px;font-weight:620;line-height:14px}html[data-design=unified] .pill-segmented.chat__mode,html[data-design=unified] .pill-segmented.chat__mode:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .pill-segmented.chat__mode,html[data-design=unified][data-theme=black] .pill-segmented.chat__mode:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ui-control-gap, 7px);width:100%;min-width:0;height:var(--chat-control-height);min-height:var(--chat-control-height);margin:0;padding:0;overflow:hidden;border:0;background:transparent;box-shadow:none;box-sizing:border-box}html[data-design=unified] .pill-segmented.chat__mode .pill-segmented__item,html[data-design=unified][data-theme=black] .pill-segmented.chat__mode .pill-segmented__item{height:var(--chat-control-height);min-height:var(--chat-control-height);min-width:0;padding:0 10px}html[data-design=unified] .pill-segmented.chat__mode .pill-segmented__count,html[data-design=unified] .pill-segmented.chat__mode .pill-segmented__item.is-active .pill-segmented__count,html[data-design=unified][data-theme=black] .pill-segmented.chat__mode .pill-segmented__count,html[data-design=unified][data-theme=black] .pill-segmented.chat__mode .pill-segmented__item.is-active .pill-segmented__count{width:auto;min-width:19px;height:19px;min-height:19px;flex-basis:auto;padding:0 5px;background:var(--top-action-badge-bg);color:var(--top-action-badge-fg);-webkit-text-fill-color:var(--top-action-badge-fg);font-size:10px;font-weight:900;font-variant-numeric:tabular-nums;box-shadow:none}html[data-design=unified] .chat__scroll,html[data-design=unified] .chat__scroll:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__scroll,html[data-design=unified][data-theme=black] .chat__scroll:is(:hover,:focus,:focus-visible,:focus-within,:active){display:flex;flex-direction:column;gap:7px;width:100%;min-width:0;min-height:0;height:auto;margin:0;padding:4px var(--chat-scroll-inline-pad-end) var(--chat-scroll-padding-bottom) var(--chat-scroll-inline-pad-start);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;background:transparent;box-shadow:none;box-sizing:border-box;contain:style;overflow-anchor:none;-webkit-overflow-scrolling:touch}html[data-design=unified] .chat__scroll:has(>.chat__empty:only-child),html[data-design=unified][data-theme=black] .chat__scroll:has(>.chat__empty:only-child){justify-content:center}html[data-design=unified] .chat__scroll::-webkit-scrollbar,html[data-design=unified][data-theme=black] .chat__scroll::-webkit-scrollbar,html[data-design=unified] .chat__traders::-webkit-scrollbar,html[data-design=unified][data-theme=black] .chat__traders::-webkit-scrollbar{display:none;width:0;height:0}html[data-design=unified] .chat__panel--replying .chat__scroll,html[data-design=unified][data-theme=black] .chat__panel--replying .chat__scroll{--chat-scroll-padding-bottom: 8px;scroll-padding-bottom:var(--chat-scroll-padding-bottom)}html[data-design=unified] .chat__msg,html[data-design=unified] .chat__msg:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__msg,html[data-design=unified][data-theme=black] .chat__msg:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;justify-items:start;width:100%;min-width:0;margin:0;padding:0;border:0;background:transparent;box-shadow:none;outline:0;box-sizing:border-box;transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;contain:style;cursor:default;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .chat__msg--me,html[data-design=unified] .chat__msg--me:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__msg--me,html[data-design=unified][data-theme=black] .chat__msg--me:is(:hover,:focus,:focus-visible,:focus-within,:active){justify-items:end}html[data-design=unified] .chat__bubble,html[data-design=unified] .chat__bubble:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__bubble,html[data-design=unified][data-theme=black] .chat__bubble:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;gap:5px;justify-items:start;width:fit-content;inline-size:fit-content;min-width:0;max-width:var(--chat-bubble-max);max-inline-size:var(--chat-bubble-max);min-height:0;padding:9px 11px;overflow:hidden;border:0;border-radius:var(--chat-bubble-radius);background:var(--chat-bubble-in-bg);background-image:var(--chat-bubble-in-bg-image);box-shadow:var(--ui-card-shadow);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;text-align:left;contain:style;transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;will-change:auto}html[data-design=unified] .chat__msg--me .chat__bubble,html[data-design=unified] .chat__msg--me .chat__bubble:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__msg--me .chat__bubble,html[data-design=unified][data-theme=black] .chat__msg--me .chat__bubble:is(:hover,:focus,:focus-visible,:focus-within,:active){background:var(--chat-bubble-out-bg);background-image:var(--chat-bubble-out-bg-image);box-shadow:none;color:var(--chat-bubble-out-fg);-webkit-text-fill-color:var(--chat-bubble-out-fg)}html[data-design=unified] .chat__msg--me .chat__bubble :is(.chat__text,.chat__meta,.chat__time,.chat__reply-preview,.chat__reply-label,.chat__reply-text,.chat__media-pill,.chat__media-file-title,.chat__media-file-meta,.chat__media-file-icon),html[data-design=unified][data-theme=black] .chat__msg--me .chat__bubble :is(.chat__text,.chat__meta,.chat__time,.chat__reply-preview,.chat__reply-label,.chat__reply-text,.chat__media-pill,.chat__media-file-title,.chat__media-file-meta,.chat__media-file-icon){color:var(--chat-bubble-out-fg);-webkit-text-fill-color:var(--chat-bubble-out-fg)}html[data-design=unified] .chat__bubble--media,html[data-design=unified] .chat__bubble--media:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__bubble--media,html[data-design=unified][data-theme=black] .chat__bubble--media:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;max-width:var(--chat-bubble-media-max);padding:4px;gap:6px}html[data-design=unified] .chat__bubble--media-only,html[data-design=unified] .chat__bubble--media-only:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__bubble--media-only,html[data-design=unified][data-theme=black] .chat__bubble--media-only:is(:hover,:focus,:focus-visible,:focus-within,:active){padding-bottom:4px}html[data-design=unified] .chat__text,html[data-design=unified][data-theme=black] .chat__text{display:block;min-width:0;max-width:100%;min-height:17.68px;color:inherit;-webkit-text-fill-color:inherit;font-size:13px;font-weight:620;line-height:18px;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal}html[data-design=unified] .chat__text strong,html[data-design=unified][data-theme=black] .chat__text strong{font-weight:900}html[data-design=unified] .chat__text em,html[data-design=unified][data-theme=black] .chat__text em{font-style:italic}html[data-design=unified] .chat__media-pill,html[data-design=unified][data-theme=black] .chat__media-pill{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:5px 8px;border-radius:999px;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;-webkit-text-fill-color:inherit;font-size:11px;font-weight:800;line-height:1}html[data-design=unified] .chat__meta,html[data-design=unified][data-theme=black] .chat__meta{display:flex;justify-content:flex-end;justify-self:end;max-width:100%;color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-size:10px;font-weight:720;line-height:1}html[data-design=unified] .chat__reply-preview,html[data-design=unified] .chat__reply-bar,html[data-design=unified][data-theme=black] .chat__reply-preview,html[data-design=unified][data-theme=black] .chat__reply-bar{min-width:0;border-left:3px solid color-mix(in srgb,var(--accent) 56%,transparent);border-radius:12px;background:color-mix(in srgb,var(--accent) 8%,transparent);box-shadow:none;box-sizing:border-box}html[data-design=unified] .chat__reply-preview,html[data-design=unified][data-theme=black] .chat__reply-preview{display:grid;gap:2px;justify-self:stretch;width:min(100%,var(--chat-reply-preview-max));max-width:100%;padding:7px 9px;overflow:hidden}html[data-design=unified] .chat__reply-label,html[data-design=unified][data-theme=black] .chat__reply-label{color:color-mix(in srgb,var(--accent) 76%,var(--text-primary) 24%);-webkit-text-fill-color:color-mix(in srgb,var(--accent) 76%,var(--text-primary) 24%);font-size:10px;font-weight:880;line-height:1.1}html[data-design=unified] .chat__reply-text,html[data-design=unified][data-theme=black] .chat__reply-text{min-width:0;overflow:hidden;color:inherit;-webkit-text-fill-color:inherit;font-size:11px;font-weight:650;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .chat__form,html[data-design=unified] .chat__form:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__form,html[data-design=unified][data-theme=black] .chat__form:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px;width:100%;min-width:0;min-height:var(--chat-input-height);margin:0;padding:0;border:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;outline:0;box-sizing:border-box;transform:none;translate:none;scale:none;filter:none;animation:none;transition:none;contain:style;overflow-anchor:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .chat__file-input,html[data-design=unified][data-theme=black] .chat__file-input{display:none}html[data-design=unified] .chat__reply-bar,html[data-design=unified][data-theme=black] .chat__reply-bar{position:relative;right:auto;bottom:auto;left:auto;z-index:3;flex:1 0 100%;order:-3;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:8px;width:100%;max-width:100%;padding:8px 8px 8px 10px;box-shadow:none;overflow:hidden}html[data-design=unified] .chat__reply-copy,html[data-design=unified][data-theme=black] .chat__reply-copy{display:grid;gap:2px;min-width:0}html[data-design=unified] .chat__reply-bar button,html[data-design=unified][data-theme=black] .chat__reply-bar button{display:inline-grid;place-items:center;width:30px;min-width:30px;height:30px;padding:0;border:0;border-radius:999px;background:var(--ui-button-secondary-bg);color:var(--ui-button-secondary-fg);-webkit-text-fill-color:var(--ui-button-secondary-fg);box-shadow:none}html[data-design=unified] textarea.chat__input,html[data-design=unified] textarea.chat__input:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] textarea.chat__input,html[data-design=unified][data-theme=black] textarea.chat__input:is(:hover,:focus,:focus-visible,:focus-within,:active){flex:1 1 150px;width:auto;height:auto;min-height:var(--chat-input-height);max-height:104px;padding:11px var(--ui-field-padding-x, 14px);border:0;outline:0;overflow-y:auto;border-radius:var(--chat-input-radius);background:var(--ui-field-bg);background-color:var(--ui-field-bg);background-image:none;box-shadow:none;color:var(--ui-field-fg);-webkit-text-fill-color:var(--ui-field-fg);box-sizing:border-box;transition:none;font-size:var(--ui-field-font-size);font-weight:var(--ui-field-font-weight);line-height:20px;resize:none;white-space:pre-wrap;scrollbar-width:none}html[data-design=unified] textarea.chat__input::placeholder,html[data-design=unified][data-theme=black] textarea.chat__input::placeholder{color:var(--ui-field-muted);-webkit-text-fill-color:var(--ui-field-muted);opacity:.78}html[data-design=unified] textarea.chat__input::-webkit-scrollbar,html[data-design=unified][data-theme=black] textarea.chat__input::-webkit-scrollbar{display:none}html[data-design=unified] :is(.chat__attach,.chat__send),html[data-design=unified] :is(.chat__attach,.chat__send):is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] :is(.chat__attach,.chat__send),html[data-design=unified][data-theme=black] :is(.chat__attach,.chat__send):is(:hover,:focus,:focus-visible,:active){flex:0 0 var(--chat-input-height);width:var(--chat-input-height);min-width:var(--chat-input-height);height:var(--chat-input-height);min-height:var(--chat-input-height)}html[data-design=unified] .chat__attach,html[data-design=unified][data-theme=black] .chat__attach{margin-left:2px;background:var(--ui-button-secondary-bg);color:var(--ui-button-secondary-fg);-webkit-text-fill-color:var(--ui-button-secondary-fg)}html[data-design=unified] .chat__send,html[data-design=unified][data-theme=black] .chat__send{margin-right:2px;background:var(--ui-button-primary-bg);color:var(--ui-button-primary-fg);-webkit-text-fill-color:var(--ui-button-primary-fg)}html[data-design=unified] :is(.chat__attach,.chat__send):disabled,html[data-design=unified][data-theme=black] :is(.chat__attach,.chat__send):disabled{cursor:not-allowed;opacity:.52}html[data-design=unified] .chat__attachment-list,html[data-design=unified][data-theme=black] .chat__attachment-list{flex:1 0 100%;display:flex;flex-wrap:nowrap;gap:7px;width:100%;max-width:100%;padding:1px 1px 2px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;box-sizing:border-box}html[data-design=unified] .chat__attachment-list::-webkit-scrollbar,html[data-design=unified][data-theme=black] .chat__attachment-list::-webkit-scrollbar{display:none}html[data-design=unified] .chat__attachment-card,html[data-design=unified][data-theme=black] .chat__attachment-card{position:relative;flex:0 0 58px;display:grid;place-items:center;width:58px;height:58px;overflow:hidden;border-radius:calc(var(--ui-card-radius) - 2px)}html[data-design=unified] .chat__attachment-card--file,html[data-design=unified][data-theme=black] .chat__attachment-card--file{background:color-mix(in srgb,var(--ui-card-surface) 82%,var(--accent) 18%);background-image:none}html[data-design=unified] .chat__attachment-card img,html[data-design=unified] .chat__attachment-card video,html[data-design=unified][data-theme=black] .chat__attachment-card img,html[data-design=unified][data-theme=black] .chat__attachment-card video{width:100%;height:100%;object-fit:cover;object-position:center}html[data-design=unified] .chat__attachment-file-icon,html[data-design=unified][data-theme=black] .chat__attachment-file-icon{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:18px;font-weight:850}html[data-design=unified] .chat__attachment-name,html[data-design=unified][data-theme=black] .chat__attachment-name{display:none}html[data-design=unified] .chat__attachment-remove,html[data-design=unified][data-theme=black] .chat__attachment-remove{position:absolute;top:4px;right:4px;display:inline-grid;place-items:center;width:18px;min-width:18px;height:18px;padding:0;border:0;border-radius:999px;background:var(--ui-button-danger-bg);color:var(--ui-button-danger-fg);-webkit-text-fill-color:var(--ui-button-danger-fg);box-shadow:none}html[data-design=unified] .chat__media-stack,html[data-design=unified] .chat__media-stack:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__media-stack,html[data-design=unified][data-theme=black] .chat__media-stack:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;gap:6px;width:var(--chat-media-stack-width);min-width:0;max-width:100%;border:0;outline:0;box-shadow:none;transform:none;translate:none;scale:none;filter:none;contain:style;-webkit-tap-highlight-color:transparent}html[data-design=unified] .chat__media-grid,html[data-design=unified] .chat__media-grid:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__media-grid,html[data-design=unified][data-theme=black] .chat__media-grid:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;display:grid;gap:2px;width:100%;min-width:0;overflow:hidden;border:0;border-radius:15px;outline:0;background:color-mix(in srgb,var(--text-primary) 8%,transparent);box-shadow:none;transform:none;translate:none;scale:none;filter:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html[data-design=unified] .chat__media-grid--1,html[data-design=unified][data-theme=black] .chat__media-grid--1{grid-template-columns:minmax(0,1fr)}html[data-design=unified] .chat__media-grid--2,html[data-design=unified] .chat__media-grid--3,html[data-design=unified] .chat__media-grid--4,html[data-design=unified][data-theme=black] .chat__media-grid--2,html[data-design=unified][data-theme=black] .chat__media-grid--3,html[data-design=unified][data-theme=black] .chat__media-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-design=unified] .chat__media-tile,html[data-design=unified] .chat__media-tile:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__media-tile,html[data-design=unified][data-theme=black] .chat__media-tile:is(:hover,:focus,:focus-visible,:focus-within,:active){-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;display:block;width:100%;min-width:0;aspect-ratio:1 / 1;padding:0;overflow:hidden;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;color:inherit;-webkit-text-fill-color:inherit;font:inherit;line-height:0;transform:none;translate:none;scale:none;filter:none;box-sizing:border-box;cursor:pointer;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}html[data-design=unified] .chat__media-tile--video,html[data-design=unified][data-theme=black] .chat__media-tile--video{background:color-mix(in srgb,#000 14%,transparent)}html[data-design=unified] .chat__media-grid--1 .chat__media-tile,html[data-design=unified][data-theme=black] .chat__media-grid--1 .chat__media-tile{max-height:min(280px,66vw)}html[data-design=unified] .chat__media-tile img,html[data-design=unified] .chat__media-tile video,html[data-design=unified][data-theme=black] .chat__media-tile img,html[data-design=unified][data-theme=black] .chat__media-tile video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;outline:0;box-shadow:none;transform:none;translate:none;scale:none;filter:none}html[data-design=unified] .chat__media-more,html[data-design=unified][data-theme=black] .chat__media-more{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000007a;color:#fff;-webkit-text-fill-color:#fff;font-size:20px;font-weight:820}html[data-design=unified] .chat__media-time,html[data-design=unified][data-theme=black] .chat__media-time{position:absolute;right:6px;bottom:6px;z-index:2;padding:4px 7px;border-radius:999px;background:#0a0c129e;color:#fff;-webkit-text-fill-color:#fff;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;pointer-events:none}html[data-design=unified] :is(.chat__media-file,.chat__media-audio),html[data-design=unified][data-theme=black] :is(.chat__media-file,.chat__media-audio){display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;width:min(268px,64vw);min-width:min(176px,58vw);max-width:min(268px,64vw);padding:9px 10px;border:0;border-radius:14px;background:color-mix(in srgb,var(--text-primary) 7%,transparent);color:inherit;-webkit-text-fill-color:inherit;text-decoration:none;box-sizing:border-box}html[data-design=unified] .chat__media-audio,html[data-design=unified][data-theme=black] .chat__media-audio{grid-template-columns:minmax(0,1fr)}html[data-design=unified] .chat__media-audio audio,html[data-design=unified][data-theme=black] .chat__media-audio audio{width:100%;max-width:100%}html[data-design=unified] .chat__media-file-icon,html[data-design=unified][data-theme=black] .chat__media-file-icon{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:color-mix(in srgb,currentColor 11%,transparent);font-size:13px;font-weight:900}html[data-design=unified] .chat__media-file-copy,html[data-design=unified][data-theme=black] .chat__media-file-copy{display:grid;gap:3px;min-width:0}html[data-design=unified] .chat__media-file-title,html[data-design=unified] .chat__media-file-meta,html[data-design=unified][data-theme=black] .chat__media-file-title,html[data-design=unified][data-theme=black] .chat__media-file-meta{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .chat__media-file-title,html[data-design=unified][data-theme=black] .chat__media-file-title{font-size:12px;font-weight:840;line-height:1.15}html[data-design=unified] .chat__media-file-meta,html[data-design=unified][data-theme=black] .chat__media-file-meta{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:10.5px;font-weight:680;line-height:1.1}html[data-design=unified] .chat__traders,html[data-design=unified] .chat__traders:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__traders,html[data-design=unified][data-theme=black] .chat__traders:is(:hover,:focus,:focus-visible,:focus-within,:active){grid-row:3 / -1;display:flex;flex-direction:column;gap:0;width:100%;min-width:0;min-height:0;margin:0;padding:0 2px 8px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;background:transparent;box-shadow:none;box-sizing:border-box;contain:style;overflow-anchor:none;-webkit-overflow-scrolling:touch}html[data-design=unified] .chat__thread-shell,html[data-design=unified][data-theme=black] .chat__thread-shell{position:relative;display:block;width:100%;min-width:0;min-height:var(--chat-thread-row-height);margin:1px 0;overflow:hidden;border-radius:var(--ui-list-card-radius);background:transparent;box-shadow:none;touch-action:pan-y;contain:style;overflow-anchor:none;--chat-thread-drag-x: 0px;--chat-thread-action-opacity: 0;--chat-thread-action-x: 22px}html[data-design=unified] .chat__thread-shell.is-action-open,html[data-design=unified][data-theme=black] .chat__thread-shell.is-action-open{--chat-thread-drag-x: calc((var(--chat-thread-action-width) + 8px) * -1);--chat-thread-action-opacity: 1;--chat-thread-action-x: 0px}html[data-design=unified] .chat__thread-shell+.chat__thread-shell:before,html[data-design=unified][data-theme=black] .chat__thread-shell+.chat__thread-shell:before{content:"";position:absolute;top:0;left:calc(var(--chat-thread-avatar-size) + 16px);right:8px;z-index:4;height:1px;background:var(--chat-thread-line);pointer-events:none}html[data-design=unified] .chat__thread,html[data-design=unified] .chat__thread:is(:hover,:focus,:focus-visible,:focus-within,:active){position:relative;z-index:2;display:grid;grid-template-columns:var(--chat-thread-avatar-size) minmax(0,1fr);align-items:center;justify-items:stretch;gap:11px;width:100%;min-width:0;min-height:var(--chat-thread-row-height);padding:10px 8px;border:0;border-radius:var(--ui-list-card-radius);outline:0;background:transparent;background-color:transparent;background-image:none;box-shadow:none;color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);transform:translateZ(0);transition:background-color .16s var(--p-ease),transform .24s cubic-bezier(.2,.8,.2,1);box-sizing:border-box;text-align:left;-webkit-tap-highlight-color:transparent}html[data-design=unified] .chat__thread:focus-visible,html[data-design=unified] .chat__thread-shell.is-touch-pressed .chat__thread{background:var(--chat-thread-hover)}@media (hover: hover) and (pointer: fine){html[data-design=unified] .chat__thread:hover{background:var(--chat-thread-hover)}}html[data-design=unified] .chat__thread.is-active{background:var(--chat-thread-active);background-color:var(--chat-thread-active);box-shadow:none}html[data-design=unified] .chat__thread-shell:is(.is-dragging,.is-settling) .chat__thread{transform:translate3d(var(--chat-thread-drag-x, 0px),0,0)}html[data-design=unified] .chat__thread-shell.is-dragging .chat__thread,html[data-design=unified] .chat__thread-shell.is-dragging .chat__thread:is(:hover,:focus,:focus-visible,:focus-within,:active){transition:none}html[data-design=unified] .chat__thread-shell.is-settling .chat__thread,html[data-design=unified] .chat__thread-shell.is-settling .chat__thread:is(:hover,:focus,:focus-visible,:focus-within,:active){transition:transform .24s cubic-bezier(.2,.8,.2,1),background-color .16s var(--p-ease)}html[data-design=unified] .chat__thread-avatar{display:inline-grid;place-items:center;width:var(--chat-thread-avatar-size);min-width:var(--chat-thread-avatar-size);height:var(--chat-thread-avatar-size);min-height:var(--chat-thread-avatar-size);overflow:hidden;border-radius:50%;background:var(--ui-card-surface);color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);box-shadow:none;font-size:14px;font-weight:900}html[data-design=unified] .chat__thread-avatar--image{object-fit:cover;object-position:center}html[data-design=unified] .chat__thread-copy{display:grid;justify-items:stretch;gap:3px;min-width:0;overflow:hidden;text-align:left}html[data-design=unified] .chat__thread-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-items:stretch;gap:8px;min-width:0;text-align:left}html[data-design=unified] .chat__thread-side{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;min-width:0}html[data-design=unified] :is(.chat__thread-name,.chat__thread-time,.chat__thread-asset,.chat__thread-preview),html[data-design=unified] :is(.chat__thread-name,.chat__thread-time,.chat__thread-asset,.chat__thread-preview):is(:hover,:focus,:focus-visible,:focus-within,:active){display:block;min-width:0;max-width:100%;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .chat__thread-name{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:13.5px;font-weight:850;line-height:1.12}html[data-design=unified] .chat__thread-time{color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);font-size:10px;font-weight:760;line-height:1}html[data-design=unified] .chat__thread-unread,html[data-design=unified][data-theme=black] .chat__thread-unread{display:inline-grid;place-items:center;width:18px;min-width:18px;height:18px;border-radius:999px;background:var(--top-action-badge-bg);color:var(--top-action-badge-fg);-webkit-text-fill-color:var(--top-action-badge-fg);font-size:10px;font-weight:900;line-height:1;box-shadow:none}html[data-design=unified] :is(.chat__thread-asset,.chat__thread-preview),html[data-design=unified] :is(.chat__thread-asset,.chat__thread-preview):is(:hover,:focus,:focus-visible,:focus-within,:active){color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11px;font-weight:650;line-height:1.18}html[data-design=unified] .chat__thread-muted{display:inline-grid;place-items:center;width:14px;height:14px;color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);opacity:.78}html[data-design=unified] .chat__thread-mute,html[data-design=unified] .chat__thread-mute:is(:hover,:focus,:focus-visible,:active){position:absolute;inset:6px 4px 6px auto;z-index:1;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:var(--chat-thread-action-width);min-width:var(--chat-thread-action-width);padding:0 8px;border:0;border-radius:16px;background:var(--chat-thread-action-bg);color:var(--chat-thread-action-fg);-webkit-text-fill-color:var(--chat-thread-action-fg);box-shadow:inset 0 1px color-mix(in srgb,#fff 18%,transparent);opacity:var(--chat-thread-action-opacity, 0);pointer-events:none;transform:translate3d(var(--chat-thread-action-x, 18px),0,0);transition:opacity .24s var(--p-ease),transform .26s cubic-bezier(.2,.8,.2,1)}html[data-design=unified] .chat__thread-shell.is-action-open .chat__thread-mute{pointer-events:auto}html[data-design=unified] .chat__thread-shell.is-action-open .chat__thread{transform:translate3d(var(--chat-thread-drag-x),0,0)}html[data-design=unified] .chat__thread-shell.is-muted .chat__thread-mute{background:var(--accent)}html[data-design=unified] .chat__thread-mute-icon{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:color-mix(in srgb,currentColor 14%,transparent)}html[data-design=unified] .chat__thread-mute-text{display:block;max-width:100%;overflow:hidden;font-size:9.5px;font-weight:850;line-height:1.05;text-overflow:ellipsis}html[data-design=unified] .chat__empty,html[data-design=unified][data-theme=black] .chat__empty{align-self:center;justify-self:center;margin:auto;padding:12px;color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.3;text-align:center}html[data-design=unified] .chat__empty--error,html[data-design=unified][data-theme=black] .chat__empty--error{color:var(--ui-tag-negative-fg, var(--red));-webkit-text-fill-color:var(--ui-tag-negative-fg, var(--red))}html[data-design=unified] :is(.chat__command-suggest,.chat__deposit-panel),html[data-design=unified][data-theme=black] :is(.chat__command-suggest,.chat__deposit-panel){flex:1 0 100%;width:100%;min-width:0;box-sizing:border-box}html[data-design=unified] .chat__command-suggest,html[data-design=unified] .chat__command-suggest:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .chat__command-suggest,html[data-design=unified][data-theme=black] .chat__command-suggest:is(:hover,:focus,:focus-visible,:active){--ui-list-card-min-height: 0px;--ui-list-card-padding: 10px 11px;display:flex;align-items:center;gap:10px;text-align:left}html[data-design=unified] .chat__command-name,html[data-design=unified][data-theme=black] .chat__command-name{display:inline-flex;align-items:center;justify-content:center;min-width:max-content;padding:6px 8px;border-radius:999px;background:color-mix(in srgb,var(--accent) 13%,transparent);color:color-mix(in srgb,var(--accent) 78%,var(--text-primary) 22%);-webkit-text-fill-color:color-mix(in srgb,var(--accent) 78%,var(--text-primary) 22%);font-size:11px;font-weight:900;line-height:1}html[data-design=unified] .chat__command-copy,html[data-design=unified][data-theme=black] .chat__command-copy{display:grid;gap:3px;min-width:0}html[data-design=unified] .chat__command-copy strong,html[data-design=unified][data-theme=black] .chat__command-copy strong{overflow:hidden;font-size:12px;font-weight:900;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html[data-design=unified] .chat__command-copy small,html[data-design=unified] .chat__deposit-note,html[data-design=unified][data-theme=black] .chat__command-copy small,html[data-design=unified][data-theme=black] .chat__deposit-note{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11px;font-weight:700;line-height:1.25}html[data-design=unified] .chat__deposit-panel,html[data-design=unified][data-theme=black] .chat__deposit-panel{--ui-list-card-min-height: 0px;--ui-list-card-padding: 12px;display:grid;gap:10px}html[data-design=unified] .chat__deposit-head,html[data-design=unified][data-theme=black] .chat__deposit-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}html[data-design=unified] .chat__deposit-panel>strong,html[data-design=unified][data-theme=black] .chat__deposit-panel>strong{color:var(--text-primary);-webkit-text-fill-color:var(--text-primary);font-size:13px;font-weight:920;line-height:1.22}html[data-design=unified] .chat__deposit-summary,html[data-design=unified][data-theme=black] .chat__deposit-summary{width:fit-content;max-width:100%;padding:7px 9px;border-radius:var(--ui-tag-radius);background:var(--ui-tag-info-bg);color:var(--ui-tag-info-fg);-webkit-text-fill-color:var(--ui-tag-info-fg);font-size:12px;font-weight:850;line-height:1.2}html[data-design=unified] .chat__deposit-error,html[data-design=unified][data-theme=black] .chat__deposit-error{padding:8px 9px;border-radius:12px;background:color-mix(in srgb,var(--ui-tag-negative-fg) 10%,transparent);color:color-mix(in srgb,var(--ui-tag-negative-fg) 82%,var(--text-primary) 18%);-webkit-text-fill-color:color-mix(in srgb,var(--ui-tag-negative-fg) 82%,var(--text-primary) 18%);font-size:11px;font-weight:800;line-height:1.3}html[data-design=unified] .chat__deposit-actions,html[data-design=unified][data-theme=black] .chat__deposit-actions{display:flex;flex-wrap:wrap;gap:8px}html[data-design=unified] .chat__deposit-result,html[data-design=unified] .chat__deposit-result:is(:hover,:focus,:focus-visible,:focus-within,:active),html[data-design=unified][data-theme=black] .chat__deposit-result,html[data-design=unified][data-theme=black] .chat__deposit-result:is(:hover,:focus,:focus-visible,:focus-within,:active){display:grid;gap:7px;padding:12px;border-radius:var(--ui-list-card-radius)}html[data-design=unified] .chat__deposit-result span,html[data-design=unified][data-theme=black] .chat__deposit-result span{min-width:0;overflow-wrap:anywhere;font-size:12px;font-weight:820;line-height:1.25}html[data-design=unified] .chat__deposit-result small,html[data-design=unified][data-theme=black] .chat__deposit-result small{color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);font-size:11px;font-weight:720;line-height:1.3}html[data-design=unified] .chat__rich-code,html[data-design=unified][data-theme=black] .chat__rich-code{display:inline;padding:2px 5px;border-radius:7px;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;-webkit-text-fill-color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.94em;font-weight:760;white-space:break-spaces}html[data-design=unified] .chat__rich-code--block,html[data-design=unified][data-theme=black] .chat__rich-code--block,html[data-design=unified] .chat__rich-quote,html[data-design=unified][data-theme=black] .chat__rich-quote{display:block;margin:5px 0;padding:8px 9px;line-height:1.35}html[data-design=unified] .chat__rich-quote,html[data-design=unified][data-theme=black] .chat__rich-quote{border-left:3px solid color-mix(in srgb,var(--accent) 54%,transparent);border-radius:10px;background:color-mix(in srgb,currentColor 7%,transparent)}html[data-design=unified] .chat__rich-link,html[data-design=unified] .chat__rich-link:is(:hover,:focus,:focus-visible,:active),html[data-design=unified][data-theme=black] .chat__rich-link,html[data-design=unified][data-theme=black] .chat__rich-link:is(:hover,:focus,:focus-visible,:active){color:color-mix(in srgb,var(--accent) 76%,var(--text-primary) 24%);-webkit-text-fill-color:color-mix(in srgb,var(--accent) 76%,var(--text-primary) 24%);text-decoration:none;font-weight:820}html[data-design=unified] .chat__viewer,html[data-design=unified][data-theme=black] .chat__viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-items:center;padding:max(12px,env(safe-area-inset-top,0px)) max(10px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(10px,env(safe-area-inset-left,0px));width:100vw;height:var(--app-viewport-height, 100svh);min-height:var(--app-viewport-height, 100svh);max-height:var(--app-viewport-height, 100svh);overflow:hidden;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--theme-chrome-bg) 10%,transparent),transparent 42%),var(--chat-viewer-chrome, #05070d);color:#fff;box-sizing:border-box;touch-action:none}html[data-design=unified].is-media-viewer-open,html[data-design=unified].is-media-viewer-open body,html[data-design=unified].is-media-viewer-open #root{background-color:var(--chat-viewer-chrome, #05070d);background-image:linear-gradient(180deg,var(--chat-viewer-chrome, #05070d),var(--chat-viewer-chrome, #05070d))}html[data-design=unified] .chat__viewer-stage,html[data-design=unified][data-theme=black] .chat__viewer-stage{width:var(--chat-viewer-stage-width);height:var(--chat-viewer-stage-height);max-width:var(--chat-viewer-stage-width);max-height:var(--chat-viewer-stage-height);min-height:260px;border-radius:18px;background:transparent;transform:translateY(var(--chat-viewer-stage-shift))}html[data-design=unified] .chat__viewer-media,html[data-design=unified][data-theme=black] .chat__viewer-media{display:block;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:18px;object-fit:contain}html[data-design=unified] .chat__viewer-nav,html[data-design=unified][data-theme=black] .chat__viewer-nav{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:72px;min-width:72px;height:72px;min-height:72px;padding:0;border:0;border-radius:999px;background:transparent;color:#fff;-webkit-text-fill-color:#fff;font-size:54px;font-weight:300;line-height:1;text-align:center;text-shadow:0 2px 18px rgba(0,0,0,.56);box-shadow:none;transform:translateY(-50%);touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;transition:background-color .12s var(--p-ease),opacity .12s var(--p-ease)}html[data-design=unified] .chat__viewer-nav:focus-visible,html[data-design=unified][data-theme=black] .chat__viewer-nav:focus-visible{background:#ffffff14}@media (hover: hover) and (pointer: fine){html[data-design=unified] .chat__viewer-nav:hover,html[data-design=unified][data-theme=black] .chat__viewer-nav:hover{background:#ffffff14}}html[data-design=unified] .chat__viewer-nav:active,html[data-design=unified][data-theme=black] .chat__viewer-nav:active{background:#ffffff0f;opacity:.78;transform:translateY(-50%)}@media (hover: none),(pointer: coarse){html[data-design=unified] .chat__viewer-nav:is(:hover,:focus,:focus-visible),html[data-design=unified][data-theme=black] .chat__viewer-nav:is(:hover,:focus,:focus-visible){background:transparent;opacity:1}}html[data-design=unified] .chat__viewer-nav--prev,html[data-design=unified][data-theme=black] .chat__viewer-nav--prev{left:max(2px,env(safe-area-inset-left,0px))}html[data-design=unified] .chat__viewer-nav--next,html[data-design=unified][data-theme=black] .chat__viewer-nav--next{right:max(2px,env(safe-area-inset-right,0px))}html[data-design=unified] .chat__viewer-footer,html[data-design=unified][data-theme=black] .chat__viewer-footer{position:fixed;left:50%;bottom:max(16px,env(safe-area-inset-bottom,0px));z-index:2;max-width:min(520px,calc(100vw - 32px));display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:#ffffff1a;color:#fff;-webkit-text-fill-color:#fff;transform:translate(-50%)}@media (max-width: 620px){html[data-design=unified],html[data-design=unified][data-theme=black]{--chat-panel-width: 100vw;--chat-gap: 9px;--chat-head-height: 44px;--chat-viewer-stage-width: min(94vw, 620px);--chat-viewer-stage-height: max(300px, min(calc(var(--app-viewport-height, 100svh) - 108px), 680px));--chat-viewer-stage-shift: -24px}html[data-design=unified] .chat.chat--open>.top-action-modal.chat__panel,html[data-design=unified] .chat.chat--open.chat--dialog-list>.top-action-modal.chat__panel,html[data-design=unified][data-theme=black] .chat.chat--open>.top-action-modal.chat__panel,html[data-design=unified][data-theme=black] .chat.chat--open.chat--dialog-list>.top-action-modal.chat__panel{right:0;left:0}html[data-design=unified] .chat__viewer-nav,html[data-design=unified][data-theme=black] .chat__viewer-nav{width:62px;min-width:62px;height:72px;min-height:72px;font-size:48px}}html[data-design=unified] .profile-page--loading .profile-identity,html[data-design=unified][data-theme=black] .profile-page--loading .profile-identity{align-items:center}html[data-design=unified] .profile-loading-avatar,html[data-design=unified][data-theme=black] .profile-loading-avatar{width:88px;height:88px;border-radius:50%}html[data-design=unified] .profile-loading-name,html[data-design=unified][data-theme=black] .profile-loading-name{width:min(48vw,190px);height:27px}html[data-design=unified] .profile-loading-stat,html[data-design=unified][data-theme=black] .profile-loading-stat{width:42px;height:17px}html[data-design=unified] .profile-loading-label,html[data-design=unified][data-theme=black] .profile-loading-label{width:56px;height:11px}html[data-design=unified] .profile-loading-tabs,html[data-design=unified][data-theme=black] .profile-loading-tabs{width:100%;height:42px;border-radius:14px;margin:8px 0 16px}
