*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-deep:#06080c;--bg-base:#0a0d12;--bg-raised:#11151c;--bg-glass:#0e121ab8;--border:#ffffff0f;--border-bright:#ffffff1f;--text:#e8eaed;--text-muted:#7a8494;--text-dim:#4a5260;--gold:#d4a853;--gold-dim:#9a7835;--gold-glow:#d4a85340;--teal:#2dd4bf;--teal-glow:#2dd4bf26;--font-display:"Outfit", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:14px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;display:block}::selection{color:var(--text);background:#d4a8534d}.app{min-height:100vh;position:relative}.app__noise{pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.app__glow{pointer-events:none;filter:blur(120px);z-index:0;border-radius:50%;position:fixed}.app__glow--gold{background:radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);width:520px;height:520px;top:-180px;right:-120px}.app__glow--teal{background:radial-gradient(circle, var(--teal-glow) 0%, transparent 70%);width:400px;height:400px;bottom:10%;left:-100px}.app__grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%);mask-image:radial-gradient(80% 60% at 50% 0,#000 20%,#0000 70%)}.app__content{z-index:1;position:relative}.nav{z-index:50;padding:0 1.5rem;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#06080cd9}.nav__inner{justify-content:space-between;align-items:center;max-width:1120px;height:64px;margin:0 auto;display:flex}.nav__brand{align-items:center;gap:.65rem;display:flex}.nav__logo{width:32px;height:32px}.nav__name{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.nav__name span{color:var(--gold)}.nav__links{align-items:center;gap:2rem;display:flex}.nav__links a{color:var(--text-muted);font-size:.875rem;transition:color .2s}.nav__links a:hover{color:var(--text)}.nav__cta{border-radius:var(--radius-sm);color:var(--gold);background:linear-gradient(135deg,#d4a85326,#d4a8530d);border:1px solid #d4a8534d;padding:.5rem 1.1rem;font-size:.8125rem;font-weight:500;transition:border-color .2s,box-shadow .2s;box-shadow:0 0 20px #d4a85314}.nav__cta:hover{border-color:#d4a85380;box-shadow:0 0 28px #d4a85326}.nav__menu-btn{color:var(--text-muted);padding:.25rem;display:none}@media (width<=768px){.nav__links{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#06080cf2;flex-direction:column;gap:0;padding:.5rem 1.5rem 1rem;display:none;position:absolute;top:64px;left:0;right:0}.nav__links--open{display:flex}.nav__links a{border-bottom:1px solid var(--border);width:100%;padding:.75rem 0}.nav__links .nav__cta{text-align:center;border-bottom:none;margin-top:.75rem}.nav__menu-btn{display:block}}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1120px;margin:0 auto;padding:9rem 1.5rem 5rem;display:grid}.hero__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--teal);background:#2dd4bf0f;border:1px solid #2dd4bf33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--teal);width:6px;height:6px;box-shadow:0 0 8px var(--teal);border-radius:50%;animation:2.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero__title{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:1.25rem;font-size:clamp(2.25rem,4.5vw,3.25rem);font-weight:700;line-height:1.15}.hero__title em{background:linear-gradient(135deg, var(--gold) 0%, #f0d78c 50%, var(--gold-dim) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.hero__sub{color:var(--text-muted);max-width:440px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn{border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn--primary{color:var(--gold);background:linear-gradient(#d4a85333 0%,#d4a85314 100%);border:1px solid #d4a85359;box-shadow:0 0 24px #d4a8531a,inset 0 1px #ffffff0f}.btn--primary:hover{border-color:#d4a8538c;box-shadow:0 0 32px #d4a8532e}.btn--ghost{border:1px solid var(--border-bright);color:var(--text-muted);background:#ffffff05}.btn--ghost:hover{color:var(--text);background:#ffffff0a;border-color:#ffffff2e}.hero__visual{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:420px;display:flex;position:relative}.hero__orbit{pointer-events:none;background:radial-gradient(circle,#d4a8530a 0%,#0000 68%);border:1px solid #d4a85314;border-radius:50%;width:380px;height:380px;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.hero__orbit:before{content:"";border:1px dashed #2dd4bf1a;border-radius:50%;position:absolute;inset:18px}.hero__card-stack{z-index:1;width:340px;height:430px;position:relative}.hero__card{border-radius:var(--radius-lg);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);width:280px;padding:1.1rem 1.15rem 1.15rem;position:absolute;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d}.hero__card-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.hero__card-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.625rem;font-weight:600}.hero__card-swatch{width:14px;height:14px;box-shadow:0 0 10px color-mix(in srgb, var(--card-accent,#fff) 40%, transparent);border:1px solid #ffffff26;border-radius:4px}.hero__card-icon-wrap{border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff05;justify-content:center;align-items:center;height:72px;margin-bottom:.75rem;display:flex;position:relative}.hero__card-icon-glow{background:color-mix(in srgb, var(--card-accent,var(--gold)) 35%, transparent);filter:blur(18px);opacity:.7;border-radius:50%;width:56px;height:56px;position:absolute}.hero__card-icon{width:48px;height:48px;image-rendering:pixelated;filter:drop-shadow(0 4px 10px #00000073);position:relative}.hero__card--back .hero__card-icon-wrap{height:56px}.hero__card--back .hero__card-icon{width:36px;height:36px}.hero__card--mid .hero__card-icon-wrap{height:64px}.hero__card--mid .hero__card-icon{width:42px;height:42px}.hero__card--back{opacity:.55;top:24px;right:0;transform:rotate(6deg)}.hero__card--mid{opacity:.78;top:8px;left:16px;transform:rotate(-3deg)}.hero__card--front{opacity:1;border-color:#d4a85326;transition:opacity .45s,border-color .25s,transform .25s;top:52px;left:28px;transform:rotate(0);box-shadow:0 8px 32px #00000080,0 0 40px #d4a8530f,inset 0 1px #ffffff14}.hero__card--fade{opacity:.35}.hero__card-rarity{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.hero__card-rarity--exotic{color:#c084fc;text-shadow:0 0 12px #c084fc66}.hero__card-name{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.hero__card-type{color:var(--text-muted);margin-bottom:.85rem;font-size:.8125rem}.hero__escrow{border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff05;margin-bottom:.65rem;padding:.85rem .5rem .65rem;position:relative}.hero__escrow-track{background:#ffffff0f;border-radius:100px;height:2px;position:absolute;top:1.05rem;left:12%;right:12%;overflow:hidden}.hero__escrow-fill{border-radius:inherit;background:linear-gradient(90deg, var(--teal), var(--gold));height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #2dd4bf59}.hero__escrow-steps{z-index:1;align-items:flex-start;display:flex;position:relative}.hero__escrow-step{flex-direction:column;flex:1;align-items:center;gap:.45rem;display:flex}.hero__escrow-dot{background:var(--text-dim);border-radius:50%;width:8px;height:8px;transition:background .45s,box-shadow .45s,transform .45s}.hero__escrow-dot--done{background:var(--teal);box-shadow:0 0 8px #2dd4bf73}.hero__escrow-dot--active{background:var(--gold);transform:scale(1.15);box-shadow:0 0 10px #d4a85380}.hero__escrow-dot--pending{background:var(--text-dim)}.hero__escrow-label{color:var(--text-dim);text-align:center;font-size:.625rem;line-height:1.2;transition:color .35s}.hero__escrow-label--active{color:var(--gold);font-weight:500}.hero__card-status{color:var(--teal);align-items:center;gap:.35rem;min-height:1.1rem;font-size:.6875rem;line-height:1.3;transition:opacity .3s;display:inline-flex}.hero__card-status--fade{opacity:.25}.hero__badge-dot--pulse{animation:2.5s ease-in-out infinite pulse}.hero__chip--live{color:var(--gold);background:#d4a8530f;border-color:#d4a85340;transition:color .3s,border-color .3s,background .3s}.hero__chips{z-index:1;flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.hero__chip{color:var(--text-muted);border:1px solid var(--border-bright);background:#ffffff08;border-radius:100px;padding:.35rem .7rem;font-size:.6875rem;font-weight:500}@media (width<=900px){.hero{text-align:center;grid-template-columns:1fr;padding-top:7rem}.hero__sub{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{order:-1;min-height:auto}.hero__card-stack{transform:scale(.88)}.hero__orbit{width:320px;height:320px}}.section{max-width:1120px;margin:0 auto;padding:5rem 1.5rem}.section__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section__title{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.section__desc{color:var(--text-muted);max-width:520px;margin-bottom:3rem}.section__divider{background:linear-gradient(90deg, transparent, var(--border-bright), transparent);max-width:1120px;height:1px;margin:0 auto}.steps{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.step{background:var(--bg-raised);padding:1.75rem 1.5rem;transition:background .2s;position:relative}.step:hover{background:#11151ce6}.step__num{font-family:var(--font-display);color:var(--text-dim);letter-spacing:.06em;margin-bottom:1.25rem;font-size:.6875rem;font-weight:700}.step__icon{border-radius:var(--radius-sm);border:1px solid var(--border-bright);width:36px;height:36px;color:var(--gold);background:#ffffff08;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.step__title{margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.step__text{color:var(--text-muted);font-size:.8125rem;line-height:1.6}@media (width<=768px){.steps{grid-template-columns:1fr}}.exotics-showcase{flex-direction:column;gap:1.25rem;display:flex}.exotics-grid{grid-template-columns:repeat(3,1fr);gap:1rem;transition:opacity .28s;display:grid}.exotics-grid--fade{opacity:.25}.exotics-showcase__dots{justify-content:center;gap:.4rem;display:flex}.exotics-showcase__dot{background:var(--border-bright);border-radius:50%;width:6px;height:6px;transition:background .25s,transform .25s}.exotics-showcase__dot--active{background:var(--gold);transform:scale(1.15)}.exotic-card{border-radius:var(--radius-md);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);padding:1.5rem;transition:border-color .25s,transform .25s,opacity .28s;animation:.35s both exotic-in;position:relative;overflow:hidden}@keyframes exotic-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.exotic-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent,var(--gold)), transparent);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.exotic-card:hover{border-color:#ffffff1a;transform:translateY(-2px)}.exotic-card__glow{background:var(--accent-glow,var(--gold-glow));filter:blur(40px);pointer-events:none;border-radius:50%;width:120px;height:120px;position:absolute;top:-40%;right:-20%}.exotic-card__tag{letter-spacing:.1em;text-transform:uppercase;color:var(--tag-color,var(--accent,var(--gold)));margin-bottom:.75rem;font-size:.625rem;font-weight:600}.exotic-card__name{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.exotic-card__piece{color:var(--text-muted);margin-bottom:1.25rem;font-size:.8125rem}.exotic-card__meta{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;padding-top:1rem;font-size:.8125rem;display:flex}.exotic-card__fee{color:var(--text-dim);font-size:.75rem}@media (width<=900px){.exotics-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=540px){.exotics-grid{grid-template-columns:1fr}}.stats-bar{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:3rem;display:grid;overflow:hidden}.stat{text-align:center;background:linear-gradient(#11151ce6 0%,#0a0d12f2 100%);padding:2rem 1.5rem}.stat__value{font-family:var(--font-display);letter-spacing:0;color:var(--text);margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.stat__value span{color:var(--gold)}.stat__label{color:var(--text-muted);font-size:.8125rem}.trust-panel{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.trust-card{border-radius:var(--radius-lg);background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);padding:2rem;box-shadow:inset 0 1px #ffffff0a}.trust-card__title{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.trust-card__text{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.trust-list{flex-direction:column;gap:.6rem;display:flex}.trust-list li{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.8125rem;display:flex}.trust-list li svg{color:var(--teal);flex-shrink:0}@media (width<=768px){.stats-bar{grid-template-columns:repeat(2,1fr)}.trust-panel{grid-template-columns:1fr}}.cta{max-width:1120px;margin:0 auto 5rem;padding:0 1.5rem}.cta__inner{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#d4a85314 0%,#2dd4bf0a 100%);border:1px solid #d4a85326;padding:3.5rem 2.5rem;position:relative;overflow:hidden}.cta__inner:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 50% 100%,#d4a85314,#0000);position:absolute;inset:0}.cta__title{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.75rem;font-weight:700;position:relative}.cta__text{color:var(--text-muted);margin-bottom:1.75rem;position:relative}.cta__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex;position:relative}.footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;display:flex}.footer__brand{font-family:var(--font-display);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;display:flex}.footer__brand span{color:var(--gold)}.footer__copy{color:var(--text-dim);font-size:.75rem}.footer__links{gap:1.5rem;display:flex}.footer__links a{color:var(--text-muted);font-size:.8125rem;transition:color .2s}.footer__links a:hover{color:var(--text)}.modal{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#04060ac7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal__panel{border-radius:var(--radius-lg);border:1px solid var(--border-bright);background:linear-gradient(#11151cfa 0%,#0a0d12fa 100%);width:100%;max-width:420px;padding:2rem;position:relative;box-shadow:0 24px 64px #0000008c,0 0 40px #d4a8530f,inset 0 1px #ffffff0f}.modal__close{color:var(--text-muted);padding:.25rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.modal__close:hover:not(:disabled){color:var(--text)}.modal__close:disabled{opacity:.4;cursor:not-allowed}.modal__label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dim);margin-bottom:.5rem;font-size:.6875rem;font-weight:600}.modal__title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.modal__desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.6}.modal__form{flex-direction:column;gap:1rem;display:flex}.modal__field{flex-direction:column;gap:.4rem;display:flex}.modal__field-label{color:var(--text);font-size:.8125rem;font-weight:500}.modal__input{border-radius:var(--radius-sm);border:1px solid var(--border-bright);width:100%;color:var(--text);background:#ffffff08;padding:.7rem .85rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.modal__input::placeholder{color:var(--text-dim)}.modal__input:focus{border-color:#d4a85366;outline:none;box-shadow:0 0 0 3px #d4a8531a}.modal__input:disabled{opacity:.6}.modal__error{color:#f87171;font-size:.8125rem}.modal__submit{justify-content:center;width:100%;margin-top:.25rem}.modal__submit:disabled{opacity:.65;cursor:not-allowed}.modal__success{text-align:center;padding-top:.5rem}.modal__success-icon{width:56px;height:56px;color:var(--teal);background:#2dd4bf14;border:1px solid #2dd4bf40;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex;box-shadow:0 0 24px #2dd4bf1f}.modal__finding{text-align:center;padding:1rem 0 .25rem}.modal__finding-spinner{border:2px solid #d4a85326;border-top-color:var(--gold);border-radius:50%;width:44px;height:44px;margin:0 auto 1.25rem;animation:.85s linear infinite modal-spin}@keyframes modal-spin{to{transform:rotate(360deg)}}.modal__timer{border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff05;flex-direction:column;align-items:center;gap:.25rem;margin-top:.5rem;padding:.75rem 1.25rem;display:inline-flex}.modal__timer-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);font-size:.6875rem;font-weight:600}.modal__timer-value{font-family:var(--font-display);color:var(--gold);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.modal__mm-card{border-radius:var(--radius-md);text-align:left;background:linear-gradient(135deg,#d4a8531a 0%,#2dd4bf0d 100%);border:1px solid #d4a85340;flex-direction:column;gap:.35rem;margin-bottom:1rem;padding:1rem 1.1rem;display:flex;box-shadow:0 0 24px #d4a85314}.modal__mm-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:600}.modal__mm-handle{font-family:var(--font-display);color:var(--gold);font-size:1.35rem;font-weight:700}.modal__scam-warning{color:#fbbf24;border-radius:var(--radius-sm);text-align:left;background:#fbbf2414;border:1px solid #fbbf2433;margin-bottom:1.25rem;padding:.75rem .85rem;font-size:.8125rem;line-height:1.55}
