@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=IBM+Plex+Mono:wght@400;500;700&display=swap";:root{color-scheme:dark;--bg: #0B1020;--bg-strong: #111827;--panel: rgba(17, 24, 39, .95);--panel-strong: #1F2937;--ink: #F9FAFB;--ink-soft: #9CA3AF;--line: #374151;--accent: #F59E0B;--accent-2: #FBBF24;--mint: #34D399;--danger: #EF4444;--shadow: 4px 4px 0 rgba(0, 0, 0, .5);--radius: 16px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top left,rgba(245,158,11,.12),transparent 22%),radial-gradient(circle at bottom right,rgba(52,211,153,.08),transparent 18%),linear-gradient(180deg,#0B1020 0%,#111827 100%);color:var(--ink);font-family:IBM Plex Mono,monospace}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.app-shell{position:relative;min-height:100vh;overflow:hidden}.app-shell__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:28px 28px;pointer-events:none;opacity:.5}.site-header,.site-footer,.page-shell{position:relative;z-index:1}.wallet-status{width:min(1280px,calc(100% - 32px));margin:0 auto 20px;padding:14px 16px;border:2px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow)}.wallet-status--warning{background:rgba(245,158,11,.15);border-color:var(--accent)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 32px}.brand-mark{display:inline-flex;align-items:center;gap:12px;font-family:"Press Start 2P",monospace;text-transform:uppercase;font-size:10px}.brand-mark__logo{width:48px;height:48px;border-radius:12px;box-shadow:0 0 12px #f59e0b4d}.brand-mark small{display:block;margin-top:6px;font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--ink-soft)}.header-actions{display:flex;align-items:center;gap:12px}.header-social{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:2px solid var(--line);border-radius:999px;background:rgba(255,255,255,.05);color:var(--ink-soft);transition:border-color .12s ease,color .12s ease,background .12s ease}.header-social:hover{border-color:var(--accent);color:var(--accent);background:rgba(245,158,11,.1)}.page-shell{width:min(1280px,calc(100% - 32px));margin:0 auto;padding-bottom:40px}.page-stack{display:grid;gap:24px}.hero-panel,.section-panel,.collection-hero,.empty-panel,.message-banner,.item-meta-panel,.item-art-panel{border:2px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow)}.hero-panel__copy h1,.collection-hero h1,.item-meta-panel h1,.section-heading h2,.section-heading h1{margin:8px 0 12px;font-family:"Press Start 2P",monospace;font-size:clamp(1.1rem,1rem + 1.3vw,2rem);line-height:1.35;overflow-wrap:anywhere;color:var(--ink)}.hero-panel__copy p,.collection-hero p,.item-meta-panel p,.section-panel p,.empty-panel p,.message-banner,.activity-row p{line-height:1.7;color:var(--ink-soft)}.eyebrow{display:inline-flex;padding:6px 10px;background:rgba(245,158,11,.2);border:2px solid var(--accent);border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;color:var(--accent)}.button-row,.toolbar-row,.tab-row,.meta-inline,.tag-row{display:flex;flex-wrap:wrap;gap:12px}.text-link{font-weight:700;color:var(--accent)}.bunny-card{display:grid;gap:12px;padding:14px;border:2px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(31,41,55,.9),rgba(17,24,39,.95));transition:transform .16s ease,box-shadow .16s ease}.bunny-card:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #f59e0b4d;border-color:var(--accent)}.bunny-card__art{aspect-ratio:1;overflow:hidden;border:2px solid var(--line);border-radius:12px;background:#0B1020}.bunny-card__art img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.bunny-card__skeleton{width:100%;height:100%;background:repeating-linear-gradient(45deg,#1F2937,#1F2937 10px,#111827 10px,#111827 20px)}.bunny-card__meta,.bunny-card__footer,.info-grid,.fee-box{display:grid;gap:8px}.bunny-card__meta{grid-template-columns:1fr auto;align-items:center}.bunny-card__meta h3{margin:0 0 6px;font-family:"Press Start 2P",monospace;font-size:12px;line-height:1.35;overflow-wrap:anywhere;color:var(--ink)}.bunny-card__meta p,.bunny-card__footer{color:var(--ink-soft)}.bunny-card__meta strong{color:var(--accent)}.bunny-card__footer{grid-template-columns:minmax(0,1fr) auto;align-items:end;font-size:13px}.bunny-card__footer span{overflow-wrap:anywhere}.bunny-card__footer span:last-child{white-space:nowrap;color:var(--accent)}.info-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0}.info-card,.fee-box,.meta-box,.action-panel{border:2px solid var(--line);border-radius:16px;background:rgba(31,41,55,.6)}.info-card{padding:16px}.info-card span{display:block;margin-bottom:8px;font-size:12px;font-weight:700;text-transform:uppercase;color:var(--ink-soft)}.info-card strong{font-family:"Press Start 2P",monospace;font-size:12px;line-height:1.4;color:var(--ink)}.action-panel{display:flex;flex-direction:column;gap:12px;margin-bottom:18px;padding:18px}.message-banner{padding:14px 16px;line-height:1.6}.message-banner--warning{background:rgba(245,158,11,.12);border-color:#f59e0b66}.message-banner--success{background:rgba(52,211,153,.12);border-color:#34d39966}.item-manage__head{display:grid;gap:8px}.item-manage__head strong{font-family:IBM Plex Mono,monospace;font-size:16px;color:var(--ink)}.item-manage__hint{margin:0;color:var(--ink-soft);line-height:1.7}.item-manage__actions{width:100%}.item-manage__actions .pixel-button{flex:1 1 220px}.meta-box{padding:18px}.meta-box h2{display:block;margin-bottom:8px;font-size:12px;font-weight:700;text-transform:uppercase;color:var(--ink-soft)}.meta-box textarea{min-height:180px;resize:vertical}.market-input,.market-select,.meta-box textarea{width:100%;padding:14px 16px;border:2px solid var(--line);border-radius:14px;background:rgba(17,24,39,.8);color:var(--ink)}.market-input:focus,.market-select:focus,.meta-box textarea:focus{outline:none;border-color:var(--accent)}.item-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.item-art-panel,.item-meta-panel{padding:22px}.item-art-panel img{width:100%;aspect-ratio:1;object-fit:contain;image-rendering:pixelated;border:2px solid var(--line);border-radius:16px;background:#0B1020}.item-art-panel{display:grid;gap:18px;align-content:start}.composition-box{display:grid;gap:16px;padding:18px;border:2px solid var(--line);border-radius:16px;background:rgba(31,41,55,.5)}.composition-box__head{display:grid;gap:6px}.composition-box__head h2{margin:0;font-family:"Press Start 2P",monospace;font-size:14px;line-height:1.5}.composition-box__head p{margin:0;color:var(--ink-soft);line-height:1.65}.composition-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.composition-chip{display:grid;gap:6px;padding:14px;border:2px solid var(--line);border-radius:14px;background:rgba(17,24,39,.6)}.composition-chip span,.composition-meta span{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft)}.composition-chip strong,.composition-meta strong{font-family:IBM Plex Mono,monospace;font-size:16px;line-height:1.4;word-break:break-word;color:var(--accent-2)}.composition-empty{padding:14px;border:2px dashed var(--line);border-radius:14px;color:var(--ink-soft);line-height:1.65}.composition-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.composition-meta>div{display:grid;gap:6px;padding:14px;border:2px solid var(--line);border-radius:14px;background:rgba(17,24,39,.5)}.pixel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--accent);border-radius:14px;padding:14px 18px;font-family:"Press Start 2P",monospace;font-size:11px;cursor:pointer;box-shadow:0 0 12px #f59e0b33;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.pixel-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:0 0 20px #f59e0b66}.pixel-button:disabled{cursor:not-allowed;opacity:.5}.pixel-button--primary{background:var(--accent);color:#0b1020}.pixel-button--secondary{background:rgba(245,158,11,.15);color:var(--accent)}.pixel-button--ghost{background:transparent;color:var(--ink)}.pixel-button--full{width:100%}.mono{font-family:IBM Plex Mono,monospace}.form-field{display:grid;gap:8px}.form-field span{display:block;margin-bottom:8px;font-size:12px;font-weight:700;text-transform:uppercase;color:var(--ink-soft)}.page-market{gap:20px}.collection-head{overflow:hidden;border:2px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:var(--shadow)}.collection-head__banner{position:relative;min-height:180px;background:radial-gradient(circle at 15% 40%,rgba(245,158,11,.25),transparent 20%),radial-gradient(circle at 85% 35%,rgba(251,191,36,.15),transparent 18%),radial-gradient(circle at 50% 80%,rgba(52,211,153,.08),transparent 20%),linear-gradient(135deg,#1a1f35 0%,#111827 42%,#0B1020 100%);border-bottom:2px solid var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center}.collection-head__banner:before{content:"xPEG";position:absolute;font-family:"Press Start 2P",monospace;font-size:clamp(48px,8vw,80px);font-weight:700;background:linear-gradient(135deg,#F59E0B 0%,#FBBF24 30%,#FDE68A 50%,#F59E0B 70%,#B45309 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.22;letter-spacing:8px;pointer-events:none;z-index:1}.banner-dog{position:absolute;background-repeat:no-repeat;background-size:contain;image-rendering:pixelated;pointer-events:none;opacity:.38}.banner-dog--1{width:80px;height:80px;left:2%;top:15%;transform:rotate(-12deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23F59E0B'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23F59E0B'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23F59E0B'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23F59E0B'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23F59E0B'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23F59E0B'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23F59E0B'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23F59E0B'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23F59E0B'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23F59E0B'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23F59E0B'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23F59E0B'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FFD27A'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23F59E0B'/%3E%3C/svg%3E")}.banner-dog--2{width:68px;height:68px;right:3%;top:10%;transform:rotate(14deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23FBBF24'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23FBBF24'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23FBBF24'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23FBBF24'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23FBBF24'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23FBBF24'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FEF3C7'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23FBBF24'/%3E%3C/svg%3E")}.banner-dog--3{width:44px;height:44px;left:18%;bottom:20%;transform:rotate(22deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%2334D399'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%2334D399'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%2334D399'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%2334D399'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%2334D399'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%2334D399'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%2334D399'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%2334D399'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23A7F3D0'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%2334D399'/%3E%3C/svg%3E")}.banner-dog--4{width:38px;height:38px;left:35%;top:12%;transform:rotate(-20deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23F472B6'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23F472B6'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23F472B6'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23F472B6'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23F472B6'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23F472B6'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FBCFE8'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23F472B6'/%3E%3C/svg%3E")}.banner-dog--5{width:52px;height:52px;right:28%;bottom:15%;transform:rotate(-16deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%2338BDF8'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%2338BDF8'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%2338BDF8'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%2338BDF8'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%2338BDF8'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%2338BDF8'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23BAE6FD'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%2338BDF8'/%3E%3C/svg%3E")}.banner-dog--6{width:34px;height:34px;right:15%;top:55%;transform:rotate(28deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23A78BFA'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23A78BFA'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23A78BFA'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23A78BFA'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23A78BFA'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23A78BFA'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23DDD6FE'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23A78BFA'/%3E%3C/svg%3E")}.banner-dog--7{width:46px;height:46px;left:62%;top:58%;transform:rotate(-8deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23EF4444'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23EF4444'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23EF4444'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23EF4444'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23EF4444'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23EF4444'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FECACA'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23EF4444'/%3E%3C/svg%3E")}.banner-dog--2{width:72px;height:72px;right:5%;top:15%;transform:rotate(15deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23FBBF24'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23FBBF24'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23FBBF24'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23FBBF24'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23FBBF24'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23FBBF24'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23FBBF24'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FEF3C7'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23FBBF24'/%3E%3C/svg%3E")}.banner-dog--3{width:56px;height:56px;left:52%;top:8%;transform:rotate(-25deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%2334D399'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%2334D399'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%2334D399'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%2334D399'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%2334D399'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%2334D399'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%2334D399'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%2334D399'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%2334D399'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23A7F3D0'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%2334D399'/%3E%3C/svg%3E")}.banner-dog--4{width:48px;height:48px;left:28%;top:55%;transform:rotate(20deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23F472B6'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23F472B6'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23F472B6'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23F472B6'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23F472B6'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23F472B6'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23F472B6'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FBCFE8'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23F472B6'/%3E%3C/svg%3E")}.banner-dog--5{width:64px;height:64px;right:22%;bottom:8%;transform:rotate(-18deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%2338BDF8'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%2338BDF8'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%2338BDF8'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%2338BDF8'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%2338BDF8'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%2338BDF8'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%2338BDF8'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23BAE6FD'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%2338BDF8'/%3E%3C/svg%3E")}.banner-dog--6{width:40px;height:40px;left:15%;bottom:15%;transform:rotate(28deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23A78BFA'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23A78BFA'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23A78BFA'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23A78BFA'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23A78BFA'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23A78BFA'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23A78BFA'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23DDD6FE'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23A78BFA'/%3E%3C/svg%3E")}.banner-dog--7{width:52px;height:52px;right:38%;top:55%;transform:rotate(-8deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Crect x='4' y='6' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='5' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='6' y='2' width='1' height='1' fill='%23EF4444'/%3E%3Crect x='7' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='8' y='6' width='1' height='2' fill='%23EF4444'/%3E%3Crect x='19' y='6' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='18' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='17' y='2' width='1' height='1' fill='%23EF4444'/%3E%3Crect x='16' y='3' width='1' height='3' fill='%23EF4444'/%3E%3Crect x='15' y='6' width='1' height='2' fill='%23EF4444'/%3E%3Crect x='8' y='7' width='8' height='10' fill='%23EF4444'/%3E%3Crect x='6' y='9' width='12' height='6' fill='%23EF4444'/%3E%3Crect x='8' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='14' y='10' width='2' height='2' fill='%23111827'/%3E%3Crect x='9' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='15' y='10' width='1' height='1' fill='%23FFFFFF'/%3E%3Crect x='9' y='13' width='6' height='3' fill='%23FECACA'/%3E%3Crect x='11' y='13' width='2' height='1' fill='%23111827'/%3E%3Crect x='7' y='19' width='10' height='4' fill='%23EF4444'/%3E%3C/svg%3E")}.collection-head__content,.collection-stats{padding-left:24px;padding-right:24px}.collection-head__content{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:20px}.collection-head__identity{display:flex;align-items:center;gap:18px;min-width:0}.collection-head__avatar{width:88px;height:88px;border:2px solid var(--accent);border-radius:22px;background:#0B1020;box-shadow:0 0 16px #f59e0b4d;image-rendering:pixelated;object-fit:cover;flex-shrink:0}.collection-head__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.collection-head__title-row h1{margin:0;font-family:"Press Start 2P",monospace;font-size:clamp(1.2rem,1rem + 1vw,1.8rem);line-height:1.35;color:var(--accent-2)}.collection-head__verified,.market-listing-card__action,.list-modal__eyebrow,.collection-head__addr{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border:2px solid var(--line);border-radius:999px;background:rgba(31,41,55,.8);font-size:12px;font-weight:700;color:var(--ink-soft)}.collection-head__verified{background:rgba(52,211,153,.15);border-color:var(--mint);color:var(--mint)}.collection-head__meta{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 0;color:var(--ink-soft);line-height:1.7}.collection-head__meta a{color:var(--accent);font-weight:700}.collection-head__addr{color:var(--ink)}.collection-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-bottom:24px}.collection-stats div{padding:16px 18px;border:2px solid var(--line);border-radius:18px;background:rgba(31,41,55,.5)}.collection-stats dt,.page-market__tab,.list-modal__label,.list-modal__label-hint{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft)}.collection-stats dd{margin:10px 0 0;font-family:"Press Start 2P",monospace;font-size:14px;line-height:1.45;color:var(--accent-2)}.page-market__shell{padding:18px}.page-market__nav{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.page-market__tabs,.page-market__filters,.list-modal__actions{display:flex;flex-wrap:wrap;gap:12px}.page-market__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--line);border-radius:999px;padding:12px 16px;background:rgba(31,41,55,.5);color:var(--ink-soft);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.page-market__tab:hover:not(:disabled),.page-market__tab--active{border-color:var(--accent);background:rgba(245,158,11,.15);color:var(--accent)}.page-market__tab:disabled{cursor:not-allowed;opacity:.55}.page-market__filters{flex:1;justify-content:flex-end}.search-field{flex:1 1 280px}.search-field__input,.page-market__sort{min-height:54px}.page-market__sort{min-width:210px}.market-listing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.market-listing-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.market-listing-card{display:grid;gap:14px;padding:14px;border:2px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(31,41,55,.9),rgba(17,24,39,.95));transition:transform .14s ease,box-shadow .14s ease}.market-listing-card:hover{transform:translate(-2px,-2px);box-shadow:0 0 16px #f59e0b4d;border-color:var(--accent)}.market-listing-card__art{aspect-ratio:1;overflow:hidden;border:2px solid var(--line);border-radius:14px;background:#0B1020}.market-listing-card__art img{width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.market-listing-card__meta{display:grid;gap:6px}.market-listing-card__meta strong{font-size:15px;line-height:1.55;color:var(--ink)}.market-listing-card__meta span{color:var(--ink-soft)}.market-listing-card__id{font-size:12px;font-weight:700;color:var(--accent)}.market-listing-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.market-listing-card__footer>div{display:grid;gap:4px}.market-listing-card__footer span{color:var(--ink-soft);font-size:12px}.market-listing-card__footer strong{font-family:"Press Start 2P",monospace;font-size:12px;line-height:1.45;color:var(--accent-2)}.market-listing-card__action{flex-shrink:0;background:rgba(245,158,11,.2);border-color:var(--accent);color:var(--accent)}.market-empty,.inventory-section__empty{display:grid;gap:8px;padding:18px}.market-empty strong,.inventory-section__empty strong,.upeg-strip__state,.list-modal__status{font-weight:700}.activity-feed,.portfolio-shell,.list-modal__pending{display:grid;gap:14px}.activity-feed__row{display:grid;grid-template-columns:1fr .8fr 1.1fr;gap:12px;align-items:center;padding:16px;border:2px solid var(--line);border-radius:18px;background:rgba(31,41,55,.5)}.activity-feed__row p,.activity-feed__row strong{margin:0}.activity-feed__row strong{color:var(--ink)}.activity-feed__row p{margin-top:6px;color:var(--ink-soft);line-height:1.6}.activity-list{display:grid;gap:12px}.activity-row{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:12px;align-items:center;padding:14px 16px;border:2px solid var(--line);border-radius:14px;background:rgba(31,41,55,.5)}.inventory-section{display:grid;gap:16px;padding:18px;border:2px solid var(--line);border-radius:18px;background:rgba(31,41,55,.4)}.inventory-section--warning{background:rgba(245,158,11,.08);border-color:#f59e0b4d}.inventory-section__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.inventory-section__head h2{margin:0 0 6px;font-family:IBM Plex Mono,monospace;font-size:20px;font-weight:700;line-height:1.35;color:var(--ink)}.inventory-section__head p{margin:0;color:var(--ink-soft);line-height:1.65}.inventory-strip__row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,210px);gap:12px;overflow-x:auto;padding-bottom:6px}.inventory-strip__row::-webkit-scrollbar{height:10px}.inventory-strip__row::-webkit-scrollbar-thumb{background:rgba(245,158,11,.3);border-radius:999px}.upeg-pick{display:block;padding:4px;border:0;background:transparent;cursor:pointer;text-align:left}.upeg-pick .bunny-card{height:100%}.upeg-pick--active .bunny-card{outline:0;box-shadow:0 0 0 3px var(--accent)}.modal-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px}.modal-shell__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:rgba(0,0,0,.7)}.list-modal{position:relative;z-index:1;width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:22px;border:2px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(31,41,55,.98),rgba(17,24,39,.98));box-shadow:0 0 40px #0009}.list-modal__header,.list-modal__section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.list-modal__header{margin-bottom:16px}.list-modal__title{margin:8px 0 0;font-family:"Press Start 2P",monospace;font-size:clamp(.95rem,.85rem + .7vw,1.2rem);line-height:1.45;color:var(--ink)}.list-modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:44px;height:44px;border:2px solid var(--line);border-radius:14px;background:rgba(31,41,55,.8);color:var(--ink);font-size:24px;line-height:1;cursor:pointer}.list-modal__section{display:grid;gap:14px;padding:18px;border:2px solid var(--line);border-radius:20px;background:rgba(17,24,39,.6)}.list-modal__label-hint{color:var(--ink-soft)}.upeg-strip__row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(168px,208px);gap:12px;overflow-x:auto;padding:4px 4px 8px}.upeg-strip__row::-webkit-scrollbar{height:10px}.upeg-strip__row::-webkit-scrollbar-thumb{background:rgba(245,158,11,.3);border-radius:999px}.upeg-strip__state,.list-modal__warning,.list-modal__status{padding:14px 16px;border-radius:16px;line-height:1.7}.upeg-strip__state{border:2px dashed var(--line);background:rgba(17,24,39,.6);color:var(--ink-soft)}.price-field{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.price-field span{display:inline-flex;align-items:center;justify-content:center;min-width:76px;min-height:54px;padding:0 14px;border:2px solid var(--line);border-radius:14px;background:rgba(17,24,39,.8);font-weight:700;color:var(--accent)}.list-modal__hint{margin:0;color:var(--ink-soft);line-height:1.7}.list-modal__warning{border:2px dashed rgba(245,158,11,.3);background:rgba(245,158,11,.08);color:var(--ink-soft)}.list-modal__warning--done{background:rgba(52,211,153,.1);border-color:#34d3994d}.list-modal__status{border:2px solid var(--line);background:rgba(31,41,55,.6)}.list-modal__actions{margin-top:16px}.list-modal__actions .pixel-button--full{flex:1 1 240px}.section-panel,.empty-panel{padding:24px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}@media (max-width: 1080px){.item-layout{grid-template-columns:1fr}.market-listing-grid,.market-listing-grid--compact,.collection-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.site-header,.header-actions{flex-direction:column;align-items:stretch}.brand-mark{justify-content:center;font-size:9px}.page-shell{width:min(100%,calc(100% - 20px))}.collection-stats,.market-listing-grid,.market-listing-grid--compact,.activity-feed__row{grid-template-columns:1fr}.collection-head__content,.collection-head__identity,.page-market__nav,.page-market__filters,.list-modal__header,.list-modal__section-head,.list-modal__actions{flex-direction:column;align-items:stretch}.inventory-strip__row{grid-auto-columns:minmax(150px,74vw)}.upeg-strip__row{grid-auto-columns:minmax(150px,78vw)}.inventory-section__head{flex-direction:column}.info-grid,.composition-grid,.composition-meta,.activity-row,.price-field{grid-template-columns:1fr}.pixel-button{width:100%;font-size:10px;line-height:1.35;white-space:normal}.section-heading{align-items:flex-start}}@media (max-width: 520px){.site-header{padding:18px 16px}.modal-shell{padding:12px}.collection-head__content,.collection-stats{padding-left:16px;padding-right:16px}.collection-head__banner{min-height:120px}.collection-head__avatar{width:72px;height:72px}}
