@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

.not-found-page{min-height:100vh;min-height:100svh;display:grid;grid-template-rows:auto 1fr auto;padding:24px clamp(20px,5vw,72px);background:radial-gradient(circle at 50% 45%,rgba(247,147,26,.12),transparent 28%),#fff;color:#161616;font-family:'DM Sans',sans-serif}.not-found-header,.not-found-footer{display:flex;align-items:center;justify-content:space-between}.not-found-header .brand{font-family:'Manrope',sans-serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;color:#f7931a;text-decoration:none;letter-spacing:-.07em}.not-found-header>span{border:1px solid #dedbd4;border-radius:999px;padding:9px 16px;font-weight:700;letter-spacing:.12em}.not-found-card{align-self:center;justify-self:center;width:min(720px,100%);text-align:center;padding:48px 24px}.not-found-code{display:flex;justify-content:center;align-items:center;gap:clamp(8px,2vw,20px);font:800 clamp(5.5rem,20vw,12rem)/.85 'Manrope',sans-serif;letter-spacing:-.08em}.not-found-code b{display:grid;place-items:center;width:.82em;height:.82em;border-radius:50%;background:#f7931a;color:#fff;font-size:.6em;letter-spacing:-.05em;box-shadow:0 18px 50px rgba(247,147,26,.24)}.not-found-kicker{margin:34px 0 12px;color:#f7931a;font-weight:800;letter-spacing:.16em}.not-found-card h1{margin:0;font:800 clamp(2rem,6vw,4rem)/1.05 'Manrope',sans-serif;letter-spacing:-.045em}.not-found-card>p:not(.not-found-kicker){max-width:570px;margin:18px auto 30px;color:#626262;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.not-found-home{display:inline-flex;min-height:52px;align-items:center;justify-content:center;text-decoration:none}.not-found-footer{padding-top:20px;border-top:1px solid #e6e2da;color:#777}.not-found-footer>span{color:#161616;font-weight:800}.not-found-footer small{font-size:.9rem}@media(max-width:560px){.not-found-page{padding:20px}.not-found-card{padding:32px 0}.not-found-footer{align-items:flex-start;gap:10px;flex-direction:column}}

:root {
  --orange: #f7931a;
  --orange-deep: #e97f08;
  --ink: #161616;
  --muted: #686868;
  --line: #dedbd5;
  --soft: #f6f4ef;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(22px, 5vw, 76px);
  border-bottom: 1px solid rgba(22,22,22,.1);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
}
.brand {
  color: var(--orange);
  font: 800 1.55rem/1 "Manrope", sans-serif;
  letter-spacing: -.06em;
}
nav { display: flex; gap: 34px; }
nav a, .footer-links a { color: #4d4d4d; font-size: .91rem; font-weight: 600; }
nav a:hover, .footer-links a:hover { color: var(--orange); }
.header-cta { justify-self: end; font-size: .91rem; font-weight: 700; }
.header-cta span { color: var(--orange); margin-left: 4px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
#language {
  max-width: 154px;
  height: 40px;
  padding: 0 34px 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  font: 700 .78rem/1 "DM Sans", sans-serif;
  cursor: pointer;
}

.hero {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  min-height: 700px;
  padding: 80px clamp(22px, 7vw, 110px) 64px;
  overflow: hidden;
}
.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow, .section-index {
  color: #4d4d4d;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(247,147,26,.13); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 {
  max-width: 760px;
  margin-top: 24px;
  font-size: clamp(3.8rem, 7.6vw, 7.7rem);
  line-height: .9;
  letter-spacing: -.075em;
}
h1 em, .closing h2 em { color: var(--orange); font-style: normal; }
.lead { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-supply {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 610px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.supply-stat {
  min-height: 106px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.supply-stat.primary-stat { color: #fff; background: var(--orange); border-color: var(--orange); }
.supply-stat strong { display: block; font: 800 clamp(1.45rem, 2.3vw, 2.15rem)/1 "Manrope", sans-serif; letter-spacing: -.05em; white-space: nowrap; }
.supply-stat strong em { font-size: .52em; font-style: normal; letter-spacing: .02em; }
.supply-stat span { display: block; margin-top: 13px; color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.supply-stat.primary-stat span { color: rgba(255,255,255,.78); }
.supply-lock-note { display: flex; gap: 10px; align-items: flex-start; max-width: 610px; margin: 13px 0 0; color: #525252; font-size: .83rem; font-weight: 600; }
.supply-lock-note > span:first-child { display: grid; place-items: center; flex: 0 0 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--ink); font-size: .65rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: var(--orange-deep); }
.button-secondary { border: 1px solid var(--line); background: white; }
.hero-mark {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  color: inherit;
  text-decoration: none;
}
.hero-mark img { position: relative; z-index: 3; width: min(660px, 112%); mix-blend-mode: multiply; }
.orbit { position: absolute; border: 1px solid #e4e0d9; border-radius: 50%; }
.orbit-one { width: 450px; height: 450px; animation: spin 30s linear infinite; }
.orbit-two { width: 330px; height: 330px; border-style: dashed; animation: spin 22s linear infinite reverse; }
.orbit-one::before, .orbit-two::before { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); top: 12%; left: 12%; }
.coin-stamp { position: absolute; z-index: 2; display: grid; place-items: center; width: 280px; height: 280px; border-radius: 50%; color: rgba(247,147,26,.07); background: #fbfaf7; font: 800 10rem/1 "Manrope"; }
@keyframes spin { to { transform: rotate(360deg); } }

.contract-strip {
  display: grid;
  grid-template-columns: .8fr 1.8fr auto;
  align-items: center;
  gap: 30px;
  margin: 0 clamp(22px, 5vw, 76px);
  padding: 28px 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}
.strip-label { display: block; color: var(--orange-deep); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contract-strip strong { font-size: .96rem; }
.contract-strip code { overflow: hidden; color: #4b4b4b; font-size: clamp(.75rem, 1.1vw, .95rem); text-overflow: ellipsis; direction: ltr; text-align: left; }
.copy-button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; cursor: pointer; font-size: .86rem; font-weight: 700; }
.copy-button:hover { border-color: var(--orange); }

.principles { padding: 150px clamp(22px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: .45fr 1.2fr .65fr; gap: 40px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .verify-copy h2, .closing h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
.section-heading p { margin: 0; color: var(--muted); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-card { min-height: 420px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.principle-card.featured { color: white; background: var(--orange); border-color: var(--orange); }
.card-number { color: #777; font-size: .74rem; font-weight: 700; }
.featured .card-number { color: rgba(255,255,255,.7); }
.card-symbol { margin: 78px 0 48px; font: 600 4rem/1 "Manrope"; }
.card-supply { display: block; margin: -30px 0 12px; font: 800 1rem/1 "Manrope", sans-serif; letter-spacing: .03em; }
.principle-card h3 { font-size: 1.55rem; letter-spacing: -.04em; }
.principle-card p { max-width: 340px; margin: 12px 0 0; color: var(--muted); }
.featured p { color: rgba(255,255,255,.78); }

.verification { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; background: var(--soft); }
.verify-visual { position: relative; display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--line); }
.verify-visual svg { width: 80%; fill: none; stroke: #ccc7bf; stroke-width: 1.2; }
.block { position: absolute; z-index: 2; display: grid; place-items: center; width: 84px; height: 84px; border: 1px solid var(--line); border-radius: 18px; background: white; font-size: .82rem; font-weight: 800; box-shadow: 0 16px 50px rgba(25,25,25,.06); }
.block-a { left: 12%; top: 43%; }
.block-b { left: 44%; top: 15%; color: white; background: var(--orange); border-color: var(--orange); }
.block-c { right: 10%; top: 43%; }
.verify-copy { align-self: center; padding: 80px clamp(32px, 7vw, 110px); }
.verify-copy h2 { margin: 18px 0 22px; }
.verify-copy > p { max-width: 550px; color: var(--muted); }
.verify-list { list-style: none; margin: 34px 0 32px; padding: 0; }
.verify-list li { display: flex; gap: 17px; padding: 17px 0; border-top: 1px solid var(--line); }
.verify-list li > span { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; color: white; background: var(--orange); font-size: .78rem; font-weight: 800; }
.verify-list strong, .verify-list small { display: block; }
.verify-list small { margin-top: 3px; color: var(--muted); font-size: .84rem; }
.text-link { display: inline-flex; gap: 16px; color: var(--orange-deep); font-weight: 800; border-bottom: 1px solid var(--orange); padding-bottom: 5px; }
.verify-links { display: flex; flex-wrap: wrap; gap: 18px 28px; align-items: center; }
.report-link { color: var(--ink); border-bottom-color: var(--ink); }
.report-link:hover { color: var(--orange-deep); border-bottom-color: var(--orange); }
.report-read-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid var(--orange);
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(247,147,26,.25);
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.report-read-cta::before {
  content: "PDF";
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 24px;
  padding: 0 6px;
  border-radius: 6px;
  color: var(--orange-deep);
  background: #fff;
  font-size: .66rem;
  letter-spacing: .08em;
}
.report-read-cta:hover { transform: translateY(-2px); background: var(--orange-deep); box-shadow: 0 16px 34px rgba(247,147,26,.34); }
.report-read-cta:focus-visible { outline: 3px solid rgba(247,147,26,.3); outline-offset: 4px; }

.faq {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 8vw, 130px);
  padding: 120px clamp(22px, 7vw, 110px);
  border-top: 1px solid var(--line);
}
.faq-heading h2 { margin-top: 18px; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; cursor: pointer; list-style: none; font: 700 clamp(1.05rem, 1.7vw, 1.35rem)/1.35 "Manrope", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--orange); font-size: 1.7rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 720px; margin: -3px 48px 24px 0; color: var(--muted); }

.wall-section {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: clamp(42px, 7vw, 110px);
  padding: 120px clamp(22px, 7vw, 110px);
  border-top: 1px solid var(--line);
  background: var(--soft);
}
.wall-heading { grid-column: 1; }
.wall-heading h2 { margin: 18px 0 22px; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
.wall-heading p { max-width: 520px; color: var(--muted); }
.wall-form { grid-column: 2; display: grid; gap: 18px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.wall-form label { display: grid; gap: 8px; color: #444; font-size: .82rem; font-weight: 800; }
.wall-form input, .wall-form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; font: 500 1rem/1.5 "DM Sans", sans-serif; resize: vertical; }
.wall-form input:focus, .wall-form textarea:focus { outline: 3px solid rgba(247,147,26,.16); border-color: var(--orange); }
.wall-reply-target { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-left: 3px solid var(--orange); border-radius: 10px; color: #444; background: var(--soft); font-size: .8rem; font-weight: 800; }
.wall-reply-target[hidden] { display: none; }
.wall-reply-target button { flex: 0 0 auto; border: 0; padding: 5px 0; color: var(--orange-deep); background: transparent; font: 800 .75rem/1 "DM Sans", sans-serif; cursor: pointer; }
.wall-captcha-field { gap: 10px !important; }
.wall-captcha { display: flex; align-items: stretch; gap: 10px; }
.wall-captcha-image { display: flex; align-items: center; justify-content: center; width: 220px; max-width: calc(100% - 86px); height: 70px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--soft); color: var(--ink); font: 800 2rem/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .32em; padding-left: .32em; user-select: none; }
.wall-captcha button { min-width: 76px; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #fff; font-size: .78rem; font-weight: 800; cursor: pointer; }
.wall-captcha button:hover { border-color: var(--orange); color: var(--orange-deep); }
.wall-captcha button:disabled { cursor: wait; opacity: .55; }
.wall-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.wall-form-footer small { color: var(--muted); }
.wall-form-footer button { min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; color: white; background: var(--orange); font-weight: 800; cursor: pointer; }
.wall-form-footer button:hover { background: var(--orange-deep); }
.wall-form-footer button:disabled { cursor: wait; opacity: .58; }
.wall-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wall-note, .wall-status { margin: 0; font-size: .78rem; }
.wall-note { color: var(--muted); }
.wall-status { min-height: 1.2em; font-weight: 700; }
.wall-status.error { color: #b42318; }
.wall-status.success { color: #16803b; }
.wall-feed { grid-column: 1 / -1; margin-top: 16px; }
.wall-feed h3 { margin-bottom: 20px; font-size: 1.35rem; }
#wall-comments { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.wall-comment { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.wall-comment > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.wall-comment strong { color: var(--orange-deep); }
.wall-comment time { color: var(--muted); font-size: .72rem; white-space: nowrap; }
.wall-comment p { margin: 14px 0 0; color: #444; overflow-wrap: anywhere; white-space: pre-wrap; }
.wall-comment-footer { display: flex !important; align-items: center !important; justify-content: flex-end !important; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); }
.wall-comment-actions { display: flex !important; align-items: center !important; gap: 14px !important; }
.wall-report-button, .wall-reply-button { border: 0; padding: 6px 0; color: var(--muted); background: transparent; font: 700 .74rem/1 "DM Sans", sans-serif; cursor: pointer; }
.wall-reply-button:hover { color: var(--orange-deep); }
.wall-report-button:hover { color: #b42318; }
.wall-report-button:disabled, .wall-reply-button:disabled { cursor: default; opacity: .55; }
.wall-report-status { margin-right: auto; color: var(--muted); font-size: .72rem; }
.wall-comment > .wall-replies { display: grid; align-items: stretch; justify-content: stretch; gap: 10px; margin-top: 14px; padding: 14px 0 0 16px; border-top: 1px solid var(--line); border-left: 2px solid rgba(247,147,26,.32); }
.wall-comment-reply { padding: 16px; border-radius: 12px; background: var(--soft); }
.wall-comment-reply .wall-replies { padding-left: 12px; }
.wall-empty { grid-column: 1 / -1; margin: 0; padding: 28px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; background: #fff; }
.wall-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.wall-pagination[hidden] { display: none; }
.wall-pagination button { min-width: 42px; min-height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: #4d4d4d; background: #fff; font-size: .82rem; font-weight: 800; cursor: pointer; }
.wall-pagination button:hover:not(:disabled), .wall-pagination button[aria-current="page"] { border-color: var(--orange); color: #fff; background: var(--orange); }
.wall-pagination button:disabled { cursor: default; opacity: .42; }

.moderation-shell { min-height: 100vh; padding: clamp(24px, 5vw, 72px); background: #f7f7f5; color: #141414; font-family: "DM Sans", sans-serif; }
.moderation-login, .moderation-panel { width: min(100%, 1180px); margin: 0 auto; }
.moderation-login { max-width: 470px; margin-top: 10vh; padding: 34px; border: 1px solid #e4e2dd; border-radius: 20px; background: #fff; }
.moderation-brand { color: var(--orange-deep); font-size: 1.5rem; font-weight: 900; text-decoration: none; }
.moderation-login > span { display: block; margin-top: 24px; color: #777; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.moderation-login h1, .moderation-panel h1 { margin: 8px 0; font-size: clamp(2rem, 5vw, 3.6rem); letter-spacing: -.055em; }
.moderation-login p { color: #666; }
.moderation-login form { display: grid; gap: 16px; margin-top: 28px; }
.moderation-login label { display: grid; gap: 8px; font-size: .85rem; font-weight: 800; }
.moderation-login input { min-height: 50px; padding: 0 14px; border: 1px solid #d8d5ce; border-radius: 12px; font: inherit; }
.moderation-login button, .moderation-actions button, .moderation-logout { min-height: 44px; padding: 0 18px; border: 1px solid #d8d5ce; border-radius: 999px; background: #fff; font-weight: 800; cursor: pointer; }
.moderation-login button { border-color: var(--orange); color: #fff; background: var(--orange); }
.moderation-error { color: #b42318 !important; font-weight: 700; }
.moderation-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.moderation-status { padding: 13px 16px; border-radius: 12px; color: #166534; background: #dcfce7; font-weight: 700; }
.moderation-list { display: grid; gap: 14px; }
.moderation-list article, .moderation-empty { padding: 24px; border: 1px solid #e4e2dd; border-radius: 16px; background: #fff; }
.moderation-meta { display: flex; justify-content: space-between; gap: 16px; }
.moderation-meta strong { color: var(--orange-deep); }
.moderation-meta span, .moderation-list small { color: #777; font-size: .78rem; }
.moderation-list article > p { margin: 18px 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.moderation-actions { display: flex; gap: 10px; margin-top: 20px; }
.moderation-actions .moderation-remove { border-color: #b42318; color: #fff; background: #b42318; }
.analytics-section, .reports-section { margin-top: 34px; }
.analytics-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.analytics-heading span { color: #888; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.analytics-heading h2 { margin: 5px 0 0; font-size: clamp(1.65rem, 4vw, 2.5rem); letter-spacing: -.045em; }
.analytics-heading label { display: grid; gap: 6px; color: #777; font-size: .72rem; font-weight: 800; }
.analytics-heading select { min-height: 42px; padding: 0 34px 0 13px; border: 1px solid #d8d5ce; border-radius: 10px; color: #141414; background: #fff; font: 700 .9rem/1 "DM Sans", sans-serif; }
.analytics-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.analytics-cards article { min-width: 0; padding: 20px; border: 1px solid #e4e2dd; border-radius: 16px; background: #fff; }
.analytics-cards span { display: block; min-height: 34px; color: #777; font-size: .77rem; font-weight: 700; }
.analytics-cards strong { display: block; margin-top: 8px; color: var(--orange-deep); font: 800 clamp(1.8rem, 4vw, 2.8rem)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.analytics-chart { margin-top: 12px; padding: 22px; border: 1px solid #e4e2dd; border-radius: 16px; background: #fff; }
.analytics-chart h3, .analytics-list h3 { margin: 0 0 18px; font-size: .9rem; }
.analytics-bars { display: flex; align-items: end; gap: 5px; height: 180px; overflow-x: auto; padding-top: 10px; }
.analytics-bars > div { display: flex; flex: 1 0 20px; flex-direction: column; justify-content: end; align-items: center; height: 100%; gap: 7px; }
.analytics-bars i { width: min(100%, 24px); min-height: 5px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--orange), var(--orange-deep)); }
.analytics-bars span { color: #888; font-size: .6rem; writing-mode: vertical-rl; }
.analytics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.analytics-list { padding: 22px; border: 1px solid #e4e2dd; border-radius: 16px; background: #fff; }
.analytics-list:last-child { grid-column: 1 / -1; }
.analytics-row { margin-top: 13px; }
.analytics-row div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 6px; font-size: .8rem; }
.analytics-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.analytics-row strong { color: #555; }
.analytics-row > i { display: block; height: 5px; max-width: 100%; border-radius: 999px; background: var(--orange); }
.analytics-empty { color: #777; font-size: .86rem; }
.analytics-privacy { margin: 14px 2px 0; color: #777; font-size: .76rem; }

@media (max-width: 760px) {
  .moderation-shell { padding: 22px 14px 44px; }
  .moderation-panel > header, .analytics-heading { align-items: flex-start; }
  .analytics-cards { grid-template-columns: repeat(2, 1fr); }
  .analytics-grid { grid-template-columns: 1fr; }
  .analytics-list:last-child { grid-column: auto; }
}

@media (max-width: 440px) {
  .moderation-panel > header { flex-direction: column; }
  .analytics-cards { grid-template-columns: 1fr; }
}

.share-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  padding: 112px clamp(22px, 7vw, 110px);
  color: white;
  background: var(--ink);
}
.share-heading h2 { margin: 14px 0 22px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .96; letter-spacing: -.06em; }
.share-heading .section-index { color: #aaa; }
.email-link { display: inline-block; color: var(--orange); font-size: 1.08rem; font-weight: 700; border-bottom: 1px solid rgba(247,147,26,.55); }
.share-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #3b3b3b; border-left: 1px solid #3b3b3b; }
.share-links button, .share-links a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 16px 22px;
  border: 0;
  border-right: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  color: white;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.share-links button:hover, .share-links a:hover { color: var(--ink); background: var(--orange); }
.share-links b { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid currentColor; border-radius: 50%; font-size: .72rem; }
.share-links span { font-weight: 700; }

.closing { position: relative; overflow: hidden; padding: 150px 22px; text-align: center; }
.closing-k { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); color: rgba(247,147,26,.045); font: 800 min(58vw, 650px)/1 "Manrope"; pointer-events: none; }
.closing > *:not(.closing-k) { position: relative; z-index: 2; }
.closing-supply { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 26px; padding: 11px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.closing-supply strong { color: var(--orange-deep); font: 800 .95rem/1 "Manrope", sans-serif; }
.closing-supply span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .11em; }
.closing p { color: var(--muted); margin: 24px auto 30px; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--orange); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 54px; align-items: start; padding: 58px clamp(22px, 5vw, 76px) 26px; border-top: 1px solid var(--line); }
footer p { margin: 10px 0 0; color: var(--muted); font-size: .9rem; }
.footer-menu { display: grid; gap: 9px; }
.footer-menu a { width: fit-content; color: #4d4d4d; font-size: .91rem; font-weight: 600; }
.footer-menu a:hover, .footer-contact a:hover { color: var(--orange); }
.footer-contact { display: grid; gap: 8px; text-align: right; }
.footer-contact strong { font: 800 1rem/1.2 "Manrope", sans-serif; }
.footer-contact a { color: var(--orange-deep); font-size: .91rem; font-weight: 700; }
.footer-contact p { margin: 2px 0 0; }
footer small { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid var(--line); color: #777; font-size: .76rem; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 50; transform: translate(-50%, 25px); padding: 12px 18px; border-radius: 999px; color: white; background: var(--ink); opacity: 0; pointer-events: none; transition: .25s ease; font-size: .86rem; font-weight: 700; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.cookie-consent[hidden], .cookie-settings[hidden] { display: none; }
.cookie-consent {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px 16px;
  width: min(480px, calc(100% - 44px));
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(22,22,22,.22);
}
.cookie-consent-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: #fff; background: var(--orange); font: 800 1.25rem/1 "Manrope", sans-serif; }
.cookie-consent-copy strong { display: block; font: 800 1.08rem/1.3 "Manrope", sans-serif; }
.cookie-consent-copy p { margin: 6px 0 8px; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.cookie-consent-copy a { color: var(--orange-deep); font-size: .82rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-consent-actions button { min-height: 46px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; cursor: pointer; font-size: .84rem; font-weight: 800; }
.cookie-consent-actions button:hover { border-color: var(--orange); }
#cookie-accept { color: #fff; border-color: var(--orange); background: var(--orange); }
#cookie-accept:hover { background: var(--orange-deep); }
.cookie-settings { position: fixed; left: 18px; bottom: 18px; z-index: 90; min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: #555; background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(22,22,22,.1); cursor: pointer; font-size: .75rem; font-weight: 800; }
.cookie-settings:hover { color: var(--orange-deep); border-color: var(--orange); }

.whatsapp-popup[hidden] { display: none; }
.whatsapp-popup { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.whatsapp-popup-backdrop { position: absolute; inset: 0; background: rgba(22,22,22,.62); backdrop-filter: blur(5px); }
.whatsapp-popup-card { position: relative; z-index: 1; width: min(100%, 460px); padding: 38px 34px 30px; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.28); text-align: center; animation: popup-in .28s ease-out; }
.whatsapp-popup-close { position: absolute; top: 13px; right: 15px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; color: #777; background: transparent; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.whatsapp-popup-close:hover { color: var(--ink); background: var(--soft); }
.whatsapp-popup-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: #25d366; font: 800 1rem/1 "Manrope", sans-serif; box-shadow: 0 12px 32px rgba(37,211,102,.25); }
.whatsapp-popup-label { color: var(--orange-deep); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.whatsapp-popup-card h2 { margin: 10px 0 14px; font-size: clamp(1.8rem, 5vw, 2.55rem); line-height: 1.05; letter-spacing: -.055em; }
.whatsapp-popup-card p { max-width: 360px; margin: 0 auto 25px; color: var(--muted); font-size: 1rem; }
.whatsapp-popup-join { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 22px; border-radius: 999px; color: #fff; background: #25d366; font-weight: 800; }
.whatsapp-popup-join:hover { background: #1fbd5a; transform: translateY(-1px); }
.whatsapp-popup-later { margin-top: 15px; padding: 8px 14px; border: 0; color: #777; background: transparent; font-size: .86rem; font-weight: 700; cursor: pointer; }
.whatsapp-popup-later:hover { color: var(--ink); }
@keyframes popup-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

html[dir="rtl"] .share-links button, html[dir="rtl"] .share-links a { text-align: right; }
html[dir="rtl"] #language { padding: 0 13px 0 34px; }
html[dir="rtl"] .verify-list li { flex-direction: row; }
html[dir="rtl"] .faq-list summary { padding-right: 0; padding-left: 48px; }
html[dir="rtl"] .faq-list summary::after { right: auto; left: 4px; }
html[dir="rtl"] .faq-list p { margin-right: 0; margin-left: 48px; }
html[dir="rtl"] .footer-contact { text-align: left; }

.legal-page { min-height: 100vh; background: #fff; color: #171717; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0; border-bottom: 1px solid #e8e2d9; }
.legal-back { color: #5d554d; font-weight: 700; text-decoration: none; }
.legal-back:hover { color: #f7931a; }
.legal-actions { display: flex; align-items: center; gap: 18px; }
.legal-actions select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid #ded6cc; border-radius: 10px; background: #fff; color: #171717; font: 700 .88rem/1 "Manrope", sans-serif; }
.legal-article { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0; }
.legal-article h1 { margin: 16px 0 20px; font: 800 clamp(2.5rem, 7vw, 5.5rem)/.95 "Manrope", sans-serif; letter-spacing: -.06em; }
.legal-intro { max-width: 720px; color: #514a43; font-size: 1.15rem; line-height: 1.75; }
.legal-updated { margin: 20px 0 48px; color: #867d74; font-size: .9rem; }
.legal-sections { display: grid; gap: 18px; }
.legal-sections section { padding: 26px 28px; border: 1px solid #e8e2d9; border-radius: 18px; background: #fcfaf7; }
.legal-sections h2 { margin: 0 0 10px; font: 800 1.1rem/1.35 "Manrope", sans-serif; }
.legal-sections p { margin: 0; color: #514a43; line-height: 1.75; }
.legal-article hr { margin: 72px 0; border: 0; border-top: 1px solid #e8e2d9; }
.legal-footer { display: flex; justify-content: space-between; gap: 24px; width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 48px; border-top: 1px solid #e8e2d9; color: #6d645c; }
.legal-footer a { color: #171717; font-weight: 800; }

.report-page { min-height: 100vh; color: var(--ink); background: #fff; }
.report-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 26px 0; border-bottom: 1px solid var(--line); }
.report-header-actions { display: flex; align-items: center; gap: 18px; }
.report-header-actions select { max-width: 180px; min-height: 42px; padding: 0 34px 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; font: 700 .8rem/1 "DM Sans", sans-serif; }
.report-header-actions a { font-size: .88rem; font-weight: 800; }
.report-header-actions a:hover { color: var(--orange-deep); }
.report-article { width: min(1040px, calc(100% - 44px)); margin: 0 auto; padding: 82px 0 100px; }
.report-hero { padding-bottom: 66px; }
.report-hero h1 { max-width: 900px; margin: 20px 0 24px; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.07em; }
.report-hero > p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.report-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin-top: 42px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.report-summary > div { padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.report-summary > div:first-child { color: #fff; background: var(--orange); border-color: var(--orange); }
.report-summary strong { display: block; font: 800 clamp(1.45rem, 3vw, 2.25rem)/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.report-summary span { display: block; margin-top: 12px; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.report-summary > div:first-child span { color: rgba(255,255,255,.8); }
.report-section { display: grid; grid-template-columns: 60px minmax(0, 1fr) minmax(240px, .7fr); gap: 28px; align-items: start; padding: 42px 0; border-top: 1px solid var(--line); }
.report-section > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--ink); font-size: .74rem; font-weight: 800; }
.report-section h2 { margin: 2px 0 12px; font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1; letter-spacing: -.055em; }
.report-section p { max-width: 600px; margin: 0; color: var(--muted); }
.report-section > code, .report-contract { padding: 20px; border: 1px solid var(--line); border-radius: 14px; color: #4e4e4e; background: var(--soft); font-size: .78rem; line-height: 1.8; overflow-wrap: anywhere; }
.report-section-accent > span { background: var(--orange); }
.report-flags { display: grid; gap: 8px; }
.report-flags b { padding: 10px 13px; border: 1px solid var(--line); border-radius: 9px; color: #555; background: #fff; font-size: .72rem; letter-spacing: .06em; }
.report-contract { display: grid; gap: 10px; }
.report-contract small { color: #777; font-weight: 800; letter-spacing: .1em; }
.report-contract code { direction: ltr; text-align: left; }
.report-contract a { width: fit-content; color: var(--orange-deep); font-weight: 800; }
.report-note { display: grid; grid-template-columns: 160px 1fr; gap: 28px; margin-top: 24px; padding: 30px; border-radius: 18px; color: #fff; background: var(--ink); }
.report-note strong { color: var(--orange); letter-spacing: .12em; }
.report-note p { margin: 0; color: #d0d0d0; }
.report-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
html[dir="rtl"] .report-contract code { direction: ltr; text-align: right; }

@media (max-width: 900px) {
  .report-section { grid-template-columns: 52px 1fr; }
  .report-section > code, .report-section > .report-flags, .report-section > .report-contract { grid-column: 2; }
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-mark { min-height: 380px; margin-top: 20px; }
  .hero-mark img { width: min(630px, 120%); }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 250px; height: 250px; }
  .coin-stamp { width: 210px; height: 210px; font-size: 7rem; }
  .contract-strip { grid-template-columns: 1fr auto; }
  .contract-strip code { grid-column: 1 / -1; grid-row: 2; }
  .copy-button { grid-column: 2; grid-row: 1; }
  .section-heading { grid-template-columns: 1fr; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 330px; }
  .card-symbol { margin: 52px 0 36px; }
  .verification { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .wall-section { grid-template-columns: 1fr; }
  .wall-heading, .wall-form { grid-column: 1; }
  .share-section { grid-template-columns: 1fr; }
  .verify-visual { min-height: 460px; border-right: 0; border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; grid-row: 1; }
  footer small { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .report-header, .report-header-actions { align-items: flex-start; flex-direction: column; }
  .report-header-actions { width: 100%; gap: 12px; }
  .report-header-actions select { width: 100%; max-width: none; }
  .report-article { padding-top: 54px; }
  .report-hero { padding-bottom: 50px; }
  .report-summary { grid-template-columns: 1fr; }
  .report-section { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .report-section > code, .report-section > .report-flags, .report-section > .report-contract { grid-column: 1; }
  .report-note { grid-template-columns: 1fr; gap: 10px; padding: 24px; }
  .report-actions { flex-direction: column; }
  .cookie-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 18px; }
  .cookie-consent-actions { grid-template-columns: 1fr; }
  .cookie-settings { left: 12px; bottom: 12px; }
  .legal-header, .legal-footer, .legal-actions { align-items: flex-start; flex-direction: column; }
  .legal-article { padding: 52px 0; }
  .legal-sections section { padding: 22px 20px; }
  .site-header { min-height: 66px; }
  .header-cta { display: none; }
  .header-actions { gap: 0; }
  #language { max-width: 138px; }
  .hero { min-height: auto; padding-bottom: 24px; }
  h1 { font-size: clamp(3.3rem, 18vw, 5.2rem); }
  .lead { margin-top: 24px; }
  .hero-supply { grid-template-columns: 1fr 1fr; }
  .supply-stat { min-height: 94px; padding: 16px 14px; }
  .supply-stat strong { font-size: clamp(1.2rem, 6vw, 1.65rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-mark { min-height: 300px; }
  .orbit-one { width: 270px; height: 270px; }
  .orbit-two { width: 200px; height: 200px; }
  .coin-stamp { width: 170px; height: 170px; font-size: 5.5rem; }
  .contract-strip { margin-top: 18px; padding: 22px; gap: 18px; }
  .contract-strip code { max-width: 100%; white-space: nowrap; }
  .copy-text { display: none; }
  .principles { padding-top: 100px; padding-bottom: 100px; }
  .section-heading { gap: 22px; }
  .section-heading h2, .verify-copy h2, .closing h2 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .verify-visual { min-height: 360px; }
  .block { width: 64px; height: 64px; border-radius: 13px; }
  .verify-copy { padding: 70px 22px; }
  .verify-links { align-items: stretch; flex-direction: column; }
  .report-read-cta { width: 100%; }
  .faq { padding-top: 82px; padding-bottom: 82px; gap: 36px; }
  .share-section { padding-top: 82px; padding-bottom: 82px; }
  .share-links { grid-template-columns: 1fr; }
  .wall-section { padding-top: 82px; padding-bottom: 82px; }
  .wall-form { padding: 22px; }
  #wall-comments { grid-template-columns: 1fr; }
  .closing { padding: 110px 22px; }
  footer { grid-template-columns: 1fr; }
  .footer-contact { grid-column: 1; grid-row: auto; text-align: left; }
  footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit { animation: none; }
  .button, .toast { transition: none; }
  .whatsapp-popup-card { animation: none; }
}
