/* Markets.Futbol : Press room.
   Editorial restraint: this page exists to be read, quoted, and trusted.
   Tokens are the shared brand set from style.css / blog.css. The only value
   added here is --doc, the raised document surface the release sits on. */

*{box-sizing:border-box;margin:0;padding:0}

:root{
  --gold:#f2ca50; --gold-dim:#c9a63f; --emerald:#59de9b;
  --surface:#080a0e;          /* page, shared with / and /blog */
  --doc:#111317;              /* raised release-document surface */
  --text:#dcdce4; --head:#ffffff; --dim:#8a8a9a;
  --card:rgba(255,255,255,.03); --line:rgba(255,255,255,.09);
  --line-soft:rgba(255,255,255,.055);
  --measure:760px; --furniture:1040px;
}

html{
  font-family:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;
  background:radial-gradient(120% 60% at 50% -10%,rgba(242,202,80,.07),transparent 45%),var(--surface);
  color:var(--text);line-height:1.65;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;
}
body{background:transparent;min-height:100vh}
a{color:var(--gold);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}

.wrap{max-width:var(--measure);margin:0 auto;padding:0 22px}
.wrap-wide{max-width:var(--furniture);margin:0 auto;padding:0 22px}

/* ------ Header ------ */
.top{display:flex;align-items:center;justify-content:space-between;gap:14px;
  max-width:var(--furniture);margin:0 auto;padding:20px 22px}
.brand{display:flex;align-items:center;gap:9px;color:#fff;font-weight:800;font-size:1.05rem}
.brand:hover{text-decoration:none}
.brand img{width:26px;height:26px}
.cta-btn{display:inline-block;background:var(--gold);color:#0a0a0a;font-weight:800;
  font-size:.9rem;padding:9px 16px;border-radius:.6rem;white-space:nowrap;
  transition:background .15s}
.cta-btn:hover{background:#ffd75e;text-decoration:none}

/* ------ Page masthead ------ */
/* Keep .wrap's horizontal inset: this shares .wrap's specificity, so a
   shorthand with 0 sides would silently cancel the page gutter. */
.masthead{padding:34px 22px 8px}
.eyebrow{color:var(--gold);font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}
.masthead h1{font-size:clamp(2.4rem,7vw,3.4rem);font-weight:800;letter-spacing:-.03em;
  color:var(--head);line-height:1.04;margin:10px 0 12px}
.masthead .descriptor{color:var(--dim);font-size:1.06rem;max-width:52ch}
.rule{height:1px;background:linear-gradient(90deg,var(--gold),rgba(242,202,80,.12) 42%,transparent);
  margin:26px 0 0}

/* ------ Section scaffold ------ */
.section{padding:46px 0 0}
.section .label{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--dim);padding-bottom:13px;border-bottom:1px solid var(--line);margin-bottom:26px}
.section h2{font-size:clamp(1.5rem,3.6vw,1.95rem);font-weight:800;letter-spacing:-.02em;color:var(--head);line-height:1.15}

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ------ The release document ------ */
.release{background:var(--doc);border:1px solid var(--line);border-radius:1rem;
  padding:clamp(24px,5vw,46px);box-shadow:0 30px 70px -40px rgba(0,0,0,.9)}

/* Scaffolding marker. Deliberately loud: this must be impossible to ship by
   accident. Removed together with the placeholder copy it describes. */
.placeholder-notice{margin:0 0 26px;padding:14px 16px;border-radius:.6rem;
  background:rgba(242,202,80,.09);border:1px dashed rgba(242,202,80,.5);
  color:var(--gold);font-size:.86rem;font-weight:600;line-height:1.6}
[data-placeholder]{position:relative}
.release-kicker{color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.2em;
  text-transform:uppercase;margin-bottom:14px}
.release-head h2{margin-bottom:14px}
.release-sub{color:var(--text);font-size:1.12rem;font-weight:600;line-height:1.5;opacity:.9}

/* Action bar: copy + PDF. Sits under the headline so it is reachable
   immediately, on every viewport, without a second floating control. */
.release-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;
  margin:24px 0 0;padding:18px 0 0;border-top:1px solid var(--line-soft)}
.btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;
  color:var(--text);border:1px solid var(--line);border-radius:.55rem;
  font-family:inherit;font-size:.86rem;font-weight:700;padding:9px 14px;cursor:pointer;
  transition:border-color .15s,color .15s,background .15s}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold);text-decoration:none}
.btn-ghost svg{width:15px;height:15px;flex:none}
.btn-ghost.is-copied{border-color:var(--emerald);color:var(--emerald)}
.release-permalink{margin-left:auto;font-size:.8rem;color:var(--dim);font-weight:600}
.release-permalink:hover{color:var(--gold)}

.release-body{margin-top:30px}
.release-body p{margin:0 0 17px;font-size:1.02rem;line-height:1.78}
.release-body p:last-child{margin-bottom:0}
/* Dateline leads the first paragraph, wire-service style. */
.dateline{font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);font-size:.9rem}
.release-body h3{font-size:1.12rem;font-weight:800;color:var(--head);letter-spacing:-.01em;
  margin:34px 0 13px}
.release-body ul{margin:0 0 17px;padding-left:1.15rem}
.release-body li{margin-bottom:8px;line-height:1.7}

/* Two pull quotes, deliberately different treatments so a scanning
   journalist can tell them apart at a glance. */
.pullquote{margin:32px 0;padding:4px 0 4px 22px;border-left:2px solid var(--gold)}
.pullquote blockquote{font-size:1.2rem;font-weight:600;line-height:1.55;color:var(--head);letter-spacing:-.01em}
.pullquote figcaption{margin-top:12px;font-size:.85rem;color:var(--dim);font-weight:600}
.pullquote figcaption strong{color:var(--text);font-weight:700}

.pullquote--alt{border-left:0;padding:28px 26px;background:rgba(89,222,155,.045);
  border:1px solid rgba(89,222,155,.16);border-radius:.85rem}
.pullquote--alt blockquote{font-size:1.14rem;font-weight:500;color:var(--text)}
.pullquote--alt blockquote::before{content:'';display:block;width:26px;height:2px;
  background:var(--emerald);margin-bottom:16px}

/* Boilerplate + contact block: smaller, set apart, clearly end-matter. */
.release-end{margin-top:38px;padding-top:26px;border-top:1px solid var(--line-soft)}
.release-end h3{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--dim);margin:0 0 10px}
.release-end .block + .block{margin-top:24px}
.release-end p{font-size:.94rem;line-height:1.72;color:var(--text);opacity:.86;margin:0 0 10px}
.release-end p:last-child{margin-bottom:0}
.hash{text-align:center;color:var(--dim);letter-spacing:.28em;margin:34px 0 0;font-size:.85rem}

/* ------ Waitlist band ------ */
.waitlist{margin-top:34px;background:var(--card);border:1px solid var(--line);
  border-radius:1rem;padding:clamp(22px,4vw,32px)}
.waitlist h2{font-size:1.22rem;font-weight:800;color:var(--head);letter-spacing:-.01em;margin-bottom:7px}
.waitlist p{color:var(--dim);font-size:.96rem;margin-bottom:18px}
.waitlist-form{display:flex;gap:10px;flex-wrap:wrap}
.waitlist-form input{flex:1 1 220px;min-width:0;background:rgba(255,255,255,.04);
  border:1px solid var(--line);border-radius:.6rem;padding:12px 14px;color:var(--text);
  font-family:inherit;font-size:.96rem}
.waitlist-form input::placeholder{color:#6a6a78}
.waitlist-form input:focus{outline:none;border-color:var(--gold)}
.waitlist-form button{background:var(--gold);color:#0a0a0a;border:0;border-radius:.6rem;
  font-family:inherit;font-weight:800;font-size:.86rem;letter-spacing:.04em;
  padding:12px 20px;cursor:pointer;transition:background .15s}
.waitlist-form button:hover:not(:disabled){background:#ffd75e}
.waitlist-form button:disabled{opacity:.6;cursor:default}
.form-msg{min-height:1.3em;margin-top:11px;font-size:.9rem;font-weight:600}
.form-msg.success{color:var(--emerald)}
.form-msg.error{color:#ff6b6b}
.shake{animation:shake .34s ease-in-out}
@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}

/* ------ Archive ------ */
.archive-list{list-style:none}
.archive-item{border-bottom:1px solid var(--line-soft)}
.archive-item a{display:flex;gap:18px;align-items:baseline;padding:17px 2px;color:var(--text)}
.archive-item a:hover{text-decoration:none;color:var(--gold)}
.archive-date{flex:none;width:6.5rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;color:var(--dim);font-variant-numeric:tabular-nums}
.archive-title{font-size:1.02rem;font-weight:700;letter-spacing:-.01em;line-height:1.4}
.archive-empty{color:var(--dim);font-size:.95rem;padding:15px 0}

/* ------ What it is ------ */
.explainers{display:grid;gap:1px;background:var(--line-soft);border:1px solid var(--line-soft);
  border-radius:.9rem;overflow:hidden;margin-top:4px}
@media(min-width:620px){.explainers{grid-template-columns:1fr 1fr}}
.explainer{background:var(--surface);padding:24px 22px}
.explainer .n{font-size:.72rem;font-weight:800;letter-spacing:.14em;color:var(--gold);
  font-variant-numeric:tabular-nums}
.explainer h3{font-size:1.04rem;font-weight:800;color:var(--head);letter-spacing:-.01em;margin:9px 0 8px}
.explainer p{font-size:.95rem;line-height:1.7;color:var(--text);opacity:.84}

/* ------ Assets ------ */
.asset-grid{display:grid;gap:12px;margin-bottom:20px}
@media(min-width:640px){.asset-grid{grid-template-columns:repeat(2,1fr)}}
.asset{display:flex;align-items:center;gap:15px;background:var(--card);border:1px solid var(--line);
  border-radius:.8rem;padding:15px 17px;color:var(--text);transition:border-color .15s}
.asset:hover{text-decoration:none;border-color:var(--gold)}
.asset .thumb{flex:none;width:44px;height:44px;border-radius:.5rem;background:rgba(255,255,255,.04);
  border:1px solid var(--line-soft);display:grid;place-items:center;overflow:hidden}
.asset .thumb img{max-width:70%;max-height:70%;display:block}
.asset .thumb svg{width:19px;height:19px;color:var(--dim)}
.asset .name{display:block;font-size:.95rem;font-weight:700;color:var(--head);letter-spacing:-.01em}
.asset .fmt{display:block;font-size:.78rem;color:var(--dim);font-weight:600;margin-top:2px}
.asset--primary{background:rgba(242,202,80,.06);border-color:rgba(242,202,80,.28)}
.asset--pending{opacity:.55;pointer-events:none}
.asset--pending .fmt{color:var(--gold-dim)}
.usage-note{color:var(--dim);font-size:.9rem;line-height:1.7;padding:16px 18px;
  background:var(--card);border:1px solid var(--line-soft);border-radius:.7rem}

/* ------ Partnerships + contact ------ */
.prose p{font-size:1rem;line-height:1.78;margin-bottom:15px}
.prose p:last-child{margin-bottom:0}
.contact-lines{display:grid;gap:14px;margin-top:4px}
.contact-line{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:baseline;
  padding:15px 0;border-bottom:1px solid var(--line-soft)}
.contact-line .who{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--dim);width:7.5rem;flex:none}
.contact-line .what{font-size:1rem;font-weight:700}

/* ------ Footer ------ */
.foot{margin-top:60px;padding:26px 22px 46px;border-top:1px solid var(--line);
  max-width:var(--furniture);margin-left:auto;margin-right:auto}
.foot p{color:var(--dim);font-size:.86rem;line-height:1.8}
.foot a{color:inherit;text-decoration:underline;opacity:.85}
.foot a:hover{color:var(--gold)}

/* ------ Load reveal: one restrained staggered pass, nothing on scroll ------ */
@media(prefers-reduced-motion:no-preference){
  .reveal{animation:rise .5s cubic-bezier(.22,.61,.36,1) both}
  .reveal:nth-of-type(1){animation-delay:.02s}
  .reveal:nth-of-type(2){animation-delay:.08s}
  .reveal:nth-of-type(3){animation-delay:.13s}
  @keyframes rise{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
}

/* ------ Print: the release alone, on paper, black on white ------
   Also the exact surface tools/press/build-press-assets.mjs prints to PDF,
   so the PDF cannot drift from the page copy. */
@media print{
  html{background:#fff;color:#000;font-size:11pt}
  .top,.masthead,.rule,.waitlist,.no-print,.release-actions,.foot,
  #archive,#about,#assets,#partnerships,#contact{display:none !important}
  .section{padding:0}
  .section .label{display:none}
  .release{background:#fff;border:0;border-radius:0;padding:0;box-shadow:none;max-width:100%}
  .release-head h2{font-size:20pt;color:#000;letter-spacing:-.01em}
  .release-sub{font-size:12pt;color:#222;opacity:1}
  .release-body{margin-top:18pt}
  .release-body p{font-size:11pt;line-height:1.55;color:#000}
  .release-body h3{color:#000;font-size:12pt}
  .dateline{color:#000}
  .release-kicker{color:#000;font-size:8pt}
  .pullquote{border-left:2pt solid #b8912e;page-break-inside:avoid}
  .pullquote blockquote{color:#000;font-size:12pt}
  .pullquote figcaption{color:#333}
  /* The screen rule paints this near-white, which vanishes on paper. */
  .pullquote figcaption strong{color:#000}
  .pullquote--alt{background:#f6f6f4;border:1pt solid #ddd;page-break-inside:avoid}
  .pullquote--alt blockquote{color:#000}
  .pullquote--alt blockquote::before{background:#2f9e6b}
  .release-end{border-top:1pt solid #ccc}
  .release-end h3,.release-end p{color:#000;opacity:1}
  .hash{color:#000}
  a{color:#000;text-decoration:none}
  .wrap{max-width:100%;padding:0}
}
