:root { --ink: #08152f; --muted: #a7b7cf; --paper: #07132b; --line: #263b61; --red: #ef4961; --yellow: #dceafd; --blue: #2b5d9a; --green: #214b7d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 78px; width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; letter-spacing: -.5px; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; background: var(--ink); color: white; font-family: 'Space Grotesk', sans-serif; font-size: 11px; letter-spacing: -1px; transform: rotate(-6deg); }
.nav-links { display: flex; gap: 32px; margin-left: 100px; color: var(--muted); font-size: 13px; }
.nav-links a:hover, .footer-links a:hover { color: var(--red); }
.header-cta { border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 13px; font-weight: 700; }
.site-header, .hero, .catalog-section, .section, .newsletter { color: #f5f8ff; }.header-cta { border-color: #f5f8ff; }.catalog-card, .market-card { color: var(--ink); }.catalog-card p, .market-card p:not(.card-kicker), .catalog-disclaimer, .catalog-status { color: var(--muted); }.catalog-search input, .catalog-search select { color: var(--ink); }.card-modal { color: #f5f8ff; }.modal-close { color: #f5f8ff; }
.hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 75px 0 95px; }
.eyebrow, .card-kicker { margin: 0 0 18px; color: var(--red); font-size: 10px; letter-spacing: 1.7px; font-weight: 700; }
h1, h2, h3 { margin: 0; font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -1.8px; }
h1 { font-size: clamp(50px, 6vw, 80px); line-height: .94; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-text { width: 370px; margin: 27px 0 32px; color: var(--muted); line-height: 1.65; }
.hero-actions { display: flex; gap: 24px; align-items: center; }
.button { border: 0; padding: 15px 20px; display: inline-flex; align-items: center; gap: 18px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--red); }
.button-light { background: var(--yellow); color: var(--ink); width: 100%; justify-content: space-between; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 12px; font-weight: 700; }
.card-stage { height: 480px; position: relative; overflow: hidden; background: #d9ecf2; }
.orb { position: absolute; border-radius: 50%; }.orb-yellow { width: 350px; height: 350px; right: -20px; top: 25px; background: var(--yellow); }.orb-pink { width: 170px; height: 170px; left: 10px; bottom: -50px; background: var(--red); opacity: .9; }
.mock-card { position: absolute; width: 214px; height: 302px; padding: 13px; border: 7px solid white; border-radius: 13px; box-shadow: 10px 15px 25px rgba(23,23,34,.16); }.card-back { left: 20%; top: 78px; background: var(--ink); color: var(--yellow); transform: rotate(-14deg); display: flex; align-items: center; justify-content: center; text-align: center; font-family: 'Space Grotesk', sans-serif; font-size: 22px; line-height: .9; }.card-grid { position: absolute; inset: 10px; border: 2px solid rgba(244,212,77,.5); background: repeating-linear-gradient(45deg, transparent 0 10px, rgba(244,212,77,.12) 11px 12px); }.card-back span { position: relative; }.card-front { right: 19%; top: 45px; background: #fffef9; transform: rotate(9deg); }.card-top, .card-meta { display: flex; justify-content: space-between; align-items: center; font-size: 8px; font-weight: 700; letter-spacing: 1px; }.card-top b { color: var(--red); font-size: 17px; }.card-art { height: 185px; margin: 9px 0; position: relative; overflow: hidden; background: linear-gradient(145deg, #f3b85a, #ec6a57 56%, #9b527e); }.sun { position: absolute; width: 70px; height: 70px; top: 28px; left: 65px; border-radius: 50%; background: var(--yellow); }.mountain { position: absolute; bottom: -25px; left: -10px; width: 220px; height: 130px; background: #52619b; transform: rotate(17deg); }.spark { position: absolute; right: 24px; top: 40px; color: white; font-size: 30px; }.card-name { font-family: 'Space Grotesk', sans-serif; font-size: 17px; font-weight: 700; }.card-meta { margin-top: 11px; color: #777; font-size: 7px; }.card-meta strong { color: var(--red); font-size: 8px; }
.stage-note { position: absolute; right: 7%; bottom: 30px; width: 180px; padding: 15px; background: white; font-size: 10px; line-height: 1.4; box-shadow: 5px 7px 0 rgba(23,23,34,.14); }.stage-note strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 16px; line-height: 1.1; margin-top: 4px; }.note-dot { display: inline-block; width: 7px; height: 7px; background: var(--red); border-radius: 50%; margin-right: 5px; }
.ad-slot { min-height: 108px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #a5a5ae; font-size: 9px; letter-spacing: 1.5px; }.ad-slot div { margin-top: 10px; color: var(--muted); font-size: 12px; letter-spacing: 0; }
.catalog-section { padding: 105px 0 112px; }.catalog-source { color: var(--muted); font-size: 11px; }.catalog-search { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 10px; margin-bottom: 18px; }.catalog-search input, .catalog-search select { width: 100%; padding: 15px 16px; border: 1px solid var(--line); background: white; text-align: left; color: var(--ink); }.catalog-search .button { justify-content: center; }.catalog-status { min-height: 20px; color: var(--muted); font-size: 12px; }.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 20px; }.catalog-card { background: white; border: 1px solid var(--line); min-width: 0; }.catalog-card img { display: block; width: 100%; aspect-ratio: .72; object-fit: contain; background: #f1f1f4; }.catalog-card-body { padding: 15px; }.catalog-card h3 { font-size: 17px; letter-spacing: -.6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.catalog-card p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }.catalog-card .price { margin-top: 13px; color: var(--red); font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 700; }.catalog-disclaimer { margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.button-more { display: block; margin: 28px auto 0; background: white; border: 1px solid var(--ink); }.button-more:hover { background: var(--yellow); }
.catalog-card { cursor: pointer; transition: transform .2s, box-shadow .2s; border: 1px solid var(--line); padding: 0; text-align: left; font: inherit; color: inherit; }.catalog-card:hover, .catalog-card:focus-visible { transform: translateY(-4px); box-shadow: 5px 8px 0 rgba(23,23,34,.12); outline: 2px solid var(--red); outline-offset: 3px; }.modal-backdrop { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; padding: 24px; background: rgba(23,23,34,.62); }.modal-backdrop[hidden] { display: none; }.card-modal { position: relative; width: min(780px, 100%); max-height: min(720px, 90vh); overflow: auto; padding: 32px; background: var(--paper); }.modal-close { position: absolute; right: 18px; top: 15px; border: 0; background: transparent; color: var(--ink); font-size: 28px; cursor: pointer; }.modal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 34px; align-items: start; }.modal-layout > img { width: 100%; background: #f1f1f4; }.modal-content h2 { font-size: 42px; }.modal-set { margin: 8px 0 22px; color: var(--muted); font-size: 12px; }.modal-price { color: var(--red); font-family: 'Space Grotesk', sans-serif; font-size: 30px; font-weight: 700; }.modal-label { margin: 3px 0 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }.grade-table { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.grade-table > div { display: flex; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; }.grade-table .grade-head { border-top: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }.grade-table strong { color: var(--muted); font-size: 11px; }.modal-note { color: var(--muted); font-size: 11px; line-height: 1.45; }.sale-links { margin-top: 24px; }.sale-links .modal-label { margin-bottom: 10px; }.sale-links a { margin: 0 8px 8px 0; }.button-outline { border: 1px solid var(--ink); background: transparent; color: var(--ink); }.button-outline:hover { background: var(--yellow); }
.section { padding: 112px 0 125px; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }h2 { font-size: clamp(38px, 5vw, 59px); line-height: .96; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.market-card { min-height: 260px; padding: 25px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }.market-card.hot { background: #fff1ed; border-color: #f8c0b6; }.market-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--red); color: white; font-size: 24px; }.market-icon.blue { background: var(--blue); color: var(--ink); }.market-icon.green { background: var(--green); color: var(--ink); }.market-card h3 { font-size: 25px; letter-spacing: -1px; }.market-card p:not(.card-kicker) { color: var(--muted); font-size: 13px; line-height: 1.5; }.market-card .card-kicker { margin: 22px 0 8px; font-size: 9px; }.trend { align-self: end; color: var(--red); font-family: 'Space Grotesk', sans-serif; font-size: 24px; }
.sets-section { padding: 95px 0 110px; background: var(--ink); color: white; }.sets-section .eyebrow { color: var(--yellow); }.sets-section .text-link { color: white; }.set-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.set-card { min-height: 190px; padding: 24px; color: var(--ink); display: grid; grid-template-columns: 50px 1fr auto; gap: 15px; align-items: center; }.set-red { background: #ff8273; }.set-blue { background: #b5dff0; }.set-yellow { background: var(--yellow); }.set-symbol { font-size: 36px; }.set-card .tag { font-size: 9px; letter-spacing: 1px; font-weight: 700; }.set-card h3 { margin-top: 9px; font-size: 25px; letter-spacing: -1px; }.set-card p { margin: 8px 0 0; font-size: 12px; }.set-card > a { align-self: end; font-size: 22px; }
.estimator-section { background: var(--green); padding: 105px 0; }.estimator-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }.estimator-intro > p:last-child { max-width: 390px; color: #4d6843; line-height: 1.65; margin-top: 24px; }.estimator-form { background: white; padding: 31px; }.form-row { border-bottom: 1px solid var(--line); padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.form-row label { font-size: 13px; font-weight: 600; }select, input { border: 0; outline: none; background: transparent; color: var(--muted); font: inherit; font-size: 13px; text-align: right; }.estimator-form .button { margin-top: 28px; }.estimator-result { min-height: 20px; margin: 15px 0 0; color: var(--red); font-size: 13px; font-weight: 700; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-top: 115px; padding-bottom: 115px; }.newsletter h2 { font-size: 50px; }.newsletter p:not(.eyebrow) { color: var(--muted); }.newsletter-form { display: flex; flex-wrap: wrap; gap: 10px; }.newsletter-form input { flex: 1; min-width: 180px; padding: 16px; border: 1px solid var(--line); text-align: left; background: white; }.newsletter-form .button { flex-shrink: 0; }#newsletter-result { width: 100%; font-size: 13px; color: var(--red); }.site-footer { background: var(--ink); color: white; padding: 30px 0; }.footer-inner { display: flex; align-items: center; justify-content: space-between; }.footer-inner p { color: #a7a7b3; font-size: 12px; }.footer-links { display: flex; gap: 20px; color: #d7d7de; font-size: 12px; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
@media (max-width: 800px) { .catalog-section { padding: 75px 0; }.catalog-source { margin-top: -10px; }.catalog-search { grid-template-columns: 1fr; }.catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .card-modal { padding: 24px 18px; }.modal-layout { grid-template-columns: 1fr; gap: 22px; }.modal-layout > img { width: 155px; }.modal-content h2 { font-size: 34px; } }
.card-stage { background: #dfeefa; }.orb-yellow { background: var(--blue); }.card-back { color: white; }.card-grid { border-color: rgba(185,217,244,.65); background: repeating-linear-gradient(45deg, transparent 0 10px, rgba(185,217,244,.16) 11px 12px); }.card-art { background: linear-gradient(145deg, #d92f45, #a82042 56%, #244b82); }.sun { background: white; }.button-light { background: var(--blue); }.market-card.hot { background: #fff0f2; border-color: #f2b6c1; }.market-icon.green, .market-icon.blue { background: var(--blue); }.set-red { background: #ef6b78; }.set-yellow { background: white; }.estimator-section { background: var(--blue); }.estimator-intro > p:last-child { color: #3d5c7e; }
.catalog-card { background: #0d1e3d; border-color: #29466f; }.catalog-card-body { padding: 10px 14px 14px; }.catalog-card p { color: #a7b7cf; }.catalog-card .price { margin-top: 5px; }
.catalog-card .card-rarity { margin-top: 4px; color: #dceafd; font-size: 11px; font-weight: 700; }
.card-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin: 8px 0 18px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.card-facts div { display: flex; flex-direction: column; gap: 3px; }.card-facts span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }.card-facts strong { color: #f5f8ff; font-size: 12px; font-weight: 600; }
+@media (max-width: 800px) { .nav-links { display: none; }.site-header { width: min(100% - 32px, 1160px); }.header-cta { font-size: 12px; }.shell { width: min(100% - 32px, 600px); }.hero, .estimator-layout, .newsletter { grid-template-columns: 1fr; gap: 48px; }.hero { padding-top: 56px; }.hero-text { width: auto; }.card-stage { height: 420px; }.card-front { right: 12%; }.card-back { left: 10%; }.stage-note { right: 3%; }.section { padding: 78px 0; }.section-heading { align-items: start; flex-direction: column; gap: 20px; }.market-grid, .set-grid { grid-template-columns: 1fr; }.sets-section, .estimator-section { padding: 75px 0; }.newsletter { padding: 75px 0; }.newsletter h2 { font-size: 42px; }.footer-inner { align-items: start; flex-direction: column; gap: 18px; } }
