/*
Theme Name: Xitcoin XTC
Theme URI: https://xitcoin.org
Author: Thomas Cabrit
Author URI: https://github.com/Thomas-Cabrit
Description: Xitcoin official theme.
Version: 1.0.22
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xitcoin-xtc
Tags: dark, custom-menu, featured-images, responsive-layout
*/

:root{
  --xtc-bg-0:#060607;
  --xtc-bg-1:#0b0b10;
  --xtc-line: rgba(255,255,255,.10);
  --xtc-line-2: rgba(255,255,255,.14);

  --xtc-text: rgba(255,255,255,.88);
  --xtc-muted: rgba(255,255,255,.58);

  --xtc-o1:#FB8D00;
  --xtc-o2:#ffaa33;
  --xtc-o3:#ffbb44;

  --xtc-max: 1100px;
  --xtc-wide: 1300px;
  --xtc-r: 22px;
  --xtc-shadow: 0 36px 90px rgba(0,0,0,.55);

  --xtc-btn-font: 800;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
img{ max-width:100%; height:auto; display:block; }

body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: var(--xtc-bg-0);
  color: var(--xtc-text);
  overflow-x:hidden;
}

a{ color: inherit; text-decoration: none; }
a:visited{ color: inherit; }
a:hover{ text-decoration: underline; text-decoration-color: rgba(255,255,255,.24); }

.xtc-page{ position:relative; min-height:100vh; }
.xtc-bg{
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(251,141,0,.12), transparent 60%),
    radial-gradient(900px 520px at 82% 25%, rgba(255,170,51,.08), transparent 60%),
    radial-gradient(800px 520px at 55% 78%, rgba(251,141,0,.06), transparent 60%),
    linear-gradient(180deg, #060607, #050506);
}
.xtc-bg::after{
  content:"";
  position:absolute;
  inset:-2px;
  opacity:.34;
  background:
    repeating-linear-gradient(0deg, rgba(251,141,0,.10) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(251,141,0,.08) 0 1px, transparent 1px 34px);
  mask: radial-gradient(74% 64% at 50% 18%, #000 0 72%, transparent 100%);
  pointer-events:none;
}

.xtc-wide{
  width:100%;
  max-width: var(--xtc-wide);
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width:560px){.xtc-wide{padding:0 16px}}
.xtc-container{
  width:100%;
  max-width: var(--xtc-max);
  margin: 0 auto;
  padding: 0 16px;
}

.xtc-grad{
  background: linear-gradient(90deg, var(--xtc-o1), var(--xtc-o2), var(--xtc-o1));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.xtc-toprow{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.xtc-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 9px 12px;
  border-radius:999px;
  background: rgba(251,141,0,.10);
  border: 1px solid rgba(251,141,0,.35);
  color: var(--xtc-o2);
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 11px;
  box-shadow: 0 0 18px rgba(251,141,0,.08);
  white-space: nowrap;
}
.xtc-dot{
  width:7px; height:7px;
  border-radius:999px;
  background: var(--xtc-o1);
  box-shadow: 0 0 14px rgba(251,141,0,.55);
  animation: xtc-pulse 1.8s ease-in-out infinite;
}
@keyframes xtc-pulse{
  0%,100%{ opacity:.55; transform:scale(.95); }
  50%{ opacity:1; transform:scale(1.15); }
}

.xtc-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.72);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10.5px;
  white-space: nowrap;
}
.xtc-chip.xtc-chip-ok{
  color: rgba(214,255,230,.96);
  background: rgba(23,201,100,.12);
  border: 1px solid rgba(23,201,100,.30);
  box-shadow: 0 0 22px rgba(23,201,100,.10);
}
.xtc-chip.xtc-chip-ok::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(23,201,100,.95);
  box-shadow: 0 0 14px rgba(23,201,100,.40);
  display:inline-block;
}

.xtc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 10px 13px;
  border-radius: 14px;
  font-weight: var(--xtc-btn-font);
  letter-spacing: .02em;
  text-decoration:none;
  border: 1px solid transparent;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
  user-select:none;
  white-space:nowrap;
  outline:none;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
.xtc-btn:hover{ transform: translateY(-1px); text-decoration:none; }
.xtc-btn:active{ transform: translateY(1px) scale(.99); }

.xtc-btn-primary{
  background: linear-gradient(90deg, var(--xtc-o1), var(--xtc-o2));
  border-color: rgba(251,141,0,.65);
  color: #0a0a0c;
  box-shadow: 0 22px 60px rgba(251,141,0,.16);
}
.xtc-btn-primary:hover{ filter: brightness(1.04); }

.xtc-btn-dark{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
  box-shadow: 0 18px 48px rgba(0,0,0,.30);
}
.xtc-btn-dark:hover{
  background: rgba(251,141,0,.10);
  border-color: rgba(251,141,0,.55);
  color: rgba(255,255,255,.96);
  box-shadow: 0 22px 60px rgba(251,141,0,.10);
}

.xtc-btn-outline{
  background: rgba(255,255,255,.02);
  border-color: rgba(251,141,0,.55);
  color: var(--xtc-o2);
  box-shadow: 0 18px 42px rgba(251,141,0,.06);
}
.xtc-btn-outline:hover{
  background: rgba(251,141,0,.10);
  border-color: rgba(251,141,0,.85);
  color: rgba(255,255,255,.96);
  box-shadow: 0 22px 60px rgba(251,141,0,.10);
}

.xtc-hero-h1{
  margin: 14px 0 10px;
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.02em;
  font-size: clamp(34px, 4.6vw, 58px);
}
.xtc-hero-grad{
  background: linear-gradient(90deg, var(--xtc-o1), var(--xtc-o2), var(--xtc-o1));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.xtc-hero-h2{
  margin: 10px 0 10px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,.80);
}
.xtc-hero-p{
  margin: 0;
  color: var(--xtc-muted);
  line-height: 1.7;
  font-size: 15px;
  max-width: 64ch;
}

.xtc-hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  margin-top: 14px;
}

a.xtc-hero-btn,
a.xtc-hero-btn span{
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji" !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  line-height: 1 !important;
}
a.xtc-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: 12px 16px;
  min-height: 46px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 48px rgba(0,0,0,.30);
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease, color .14s ease;
  -webkit-tap-highlight-color: transparent;
}
a.xtc-hero-btn:hover{ transform: translateY(-1px); }
a.xtc-hero-btn:active{ transform: translateY(1px) scale(.99); }
a.xtc-hero-btn:focus{ outline: none; }
a.xtc-hero-btn:focus-visible{
  outline: 2px solid rgba(251,141,0,.55);
  outline-offset: 3px;
}

a.xtc-hero-btn-primary{
  background: linear-gradient(180deg, #FFAA33 0%, #FB8D00 52%, #FF6B00 100%);
  border-color: rgba(251,141,0,.78);
  color: rgba(0,0,0,.92);
  box-shadow: 0 24px 64px rgba(251,141,0,.16);
}
a.xtc-hero-btn-primary:hover{
  box-shadow: 0 28px 76px rgba(251,141,0,.20);
  border-color: rgba(251,141,0,.92);
}

a.xtc-hero-btn-soft{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.22);
  color: rgba(255,255,255,.86);
  box-shadow: 0 18px 48px rgba(0,0,0,.30);
}
a.xtc-hero-btn-soft:hover,
a.xtc-hero-btn-soft:focus,
a.xtc-hero-btn-soft:focus-visible{
  background: rgba(251,141,0,.14);
  border-color: rgba(251,141,0,.80);
  color: rgba(255,255,255,.86);
  box-shadow: 0 22px 60px rgba(251,141,0,.12);
}

a.xtc-hero-btn-dark{
  background: rgba(255,255,255,.03);
  border-color: rgba(255,255,255,.20);
  color: rgba(255,255,255,.88);
}
a.xtc-hero-btn-dark:hover,
a.xtc-hero-btn-dark:focus,
a.xtc-hero-btn-dark:focus-visible{
  background: rgba(251,141,0,.14);
  border-color: rgba(251,141,0,.80);
  color: rgba(255,255,255,.90);
  box-shadow: 0 22px 60px rgba(251,141,0,.12);
}

.xtc-home-hero{
  position:relative;
  display:grid;
  align-items:center;
  padding: clamp(26px, 6vh, 72px) 0;
  overflow:hidden;
}
.xtc-home-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 4vw, 68px);
  align-items:center;
}
@media (min-width: 980px){
  .xtc-home-grid{ grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
}
.xtc-home-left{ max-width: 66ch; }
.xtc-home-left .xtc-toprow{ margin-bottom: 8px; }
.xtc-home-left .xtc-hero-p{ max-width: 62ch; }
.xtc-home-right{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  justify-self:center;
  min-width: 0;
}
@media (min-width: 980px){
  .xtc-home-right{ justify-content:flex-end; justify-self:end; }
}
.xtc-hero-ico{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  position: relative;
  overflow: hidden;
}
.xtc-hero-ico img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.35));
}

.xtc-hero-wrap{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: clamp(20px, 5vh, 64px) 16px;
}
.xtc-hero-shell{
  width:min(1180px, 100%);
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow:hidden;
  position:relative;
}
.xtc-hero-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(800px 340px at 35% 0%, rgba(251,141,0,.14), transparent 60%),
    radial-gradient(620px 320px at 85% 30%, rgba(251,141,0,.08), transparent 62%);
  opacity:.9;
}
.xtc-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 4vw, 64px);
  align-items:center;
  padding: clamp(18px, 3vw, 34px);
}
@media (min-width: 980px){
  .xtc-hero-inner{ grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
}
.xtc-hero-left{ text-align:left; justify-self:start; }
.xtc-hero-right{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
}
@media (min-width: 980px){
  .xtc-hero-right{ justify-content:flex-end; }
}
.xtc-hero-footer{
  position:relative;
  z-index:1;
  padding: 14px clamp(18px, 3vw, 34px) 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.50);
  font-size: 13px;
}

.xtc-social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 14px;
  justify-content:flex-start;
  align-items:flex-start;
}
.xtc-social a{
  width:40px;height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  transition: transform .14s ease, background .14s ease, border-color .14s ease, box-shadow .14s ease, color .14s ease;
  text-decoration:none;
}
.xtc-social a svg{ width:18px;height:18px; display:block; }
.xtc-social a:hover{
  transform: translateY(-1px);
  background: rgba(251,141,0,.14);
  border-color: rgba(251,141,0,.70);
  box-shadow: 0 18px 56px rgba(251,141,0,.12);
  color: rgba(255,255,255,.92);
}

.xtc-head{
  width:100%;
  max-width: var(--xtc-max);
  margin: 0 auto;
  padding: 22px 16px 10px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 16px;
}
.xtc-head-left{ min-width:0; }
.xtc-h1{
  margin: 14px 0 8px;
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: 1.05;
  font-size: clamp(26px, 3.2vw, 40px);
}
.xtc-h1-meta{
  font-weight: 850;
  color: rgba(255,255,255,.72);
  letter-spacing: -.01em;
}
.xtc-sub{
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 13px;
}
.xtc-head-actions{
  display:flex;
  align-items:center;
  gap: 10px;
  flex: 0 0 auto;
}

.xtc-main{
  width:100%;
  max-width: var(--xtc-max);
  margin: 0 auto;
  padding: 8px 16px 44px;
}
.xtc-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items:start;
}
@media (min-width: 980px){
  .xtc-grid{ grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); }
}
.xtc-card{
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(0,0,0,.45);
  overflow:hidden;
}
.xtc-card-title{
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(255,255,255,.70);
}

.xtc-doc{
  padding: 14px 16px 18px;
  line-height: 1.75;
  color: rgba(255,255,255,.84);
  font-size: 15px;
}
.xtc-doc h2{
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.01em;
  color: rgba(255,255,255,.92);
}
.xtc-doc p{ margin: 0 0 12px; color: rgba(255,255,255,.78); }
.xtc-doc ul{ margin: 0 0 14px 18px; padding: 0; color: rgba(255,255,255,.78); }
.xtc-doc li{ margin: 6px 0; }
.xtc-doc a{ color: rgba(255,170,51,.96); text-decoration: none; }
.xtc-doc a:hover{ text-decoration: underline; text-decoration-color: rgba(255,170,51,.40); }

.xtc-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .95em;
  color: rgba(255,255,255,.86);
}

.xtc-codebox{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  border-radius: 16px;
  overflow:hidden;
  margin: 14px 0 16px;
}
.xtc-codebox-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.xtc-codebox-label{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}
.xtc-code{
  margin: 0;
  padding: 12px;
  white-space: pre-wrap;
  word-break: break-all;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.6;
}
.xtc-copy{
  appearance:none;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.84);
  border-radius: 12px;
  padding: 9px 10px;
  font-weight: 900;
  letter-spacing: .02em;
  cursor:pointer;
  line-height: 1;
  transition: transform .14s ease, background .14s ease, border-color .14s ease, box-shadow .14s ease, color .14s ease;
}
.xtc-copy:hover{
  transform: translateY(-1px);
  background: rgba(251,141,0,.12);
  border-color: rgba(251,141,0,.55);
  box-shadow: 0 18px 56px rgba(251,141,0,.10);
}
.xtc-copy:active{ transform: translateY(1px) scale(.99); }

.xtc-links{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin: 14px 0 10px;
}
.xtc-link{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.82);
  text-decoration:none;
  transition: transform .14s ease, background .14s ease, border-color .14s ease, box-shadow .14s ease, color .14s ease;
}
.xtc-link:hover{
  transform: translateY(-1px);
  background: rgba(251,141,0,.12);
  border-color: rgba(251,141,0,.55);
  box-shadow: 0 18px 56px rgba(251,141,0,.10);
  color: rgba(255,255,255,.92);
  text-decoration:none;
}
.xtc-link-badge{
  width: 22px;
  height: 22px;
  display:grid;
  place-items:center;
  border-radius: 10px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
}
.xtc-arrow{ width:16px; height:16px; display:block; }

.xtc-toc{ position: sticky; top: 72px; }
@media (max-width: 979px){
  .xtc-toc{ position: static; }
}
.xtc-toc a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  text-decoration:none;
  color: rgba(255,255,255,.78);
  font-weight: 800;
}
.xtc-toc a:last-child{ border-bottom: 0; }
.xtc-toc a:hover{
  background: rgba(251,141,0,.10);
  color: rgba(255,255,255,.92);
  text-decoration:none;
}
.xtc-toc small{ opacity:.75; display:flex; align-items:center; }
.xtc-toc svg{ width:18px; height:18px; }

.xtc-footer{
  width:100%;
  max-width: var(--xtc-max);
  margin: 0 auto;
  padding: 14px 16px 24px;
  color: rgba(255,255,255,.50);
  font-size: 13px;
}

.xtc-x-widget[data-xtc-x]{
  width: min(100%, var(--xtc-size, 420px));
  aspect-ratio: 1 / 1;
  display:grid;
  place-items:center;
  position: relative;
  overflow: visible;
  isolation:isolate;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.xtc-x-scene{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  position: relative;
  perspective: 1200px;
  transform-origin:center;
}
.xtc-x-idle{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  animation: xtcFloat 6.8s ease-in-out infinite;
  will-change: transform;
}
@keyframes xtcFloat{
  0%{ transform: translateY(0px); }
  50%{ transform: translateY(-10px); }
  100%{ transform: translateY(0px); }
}
.xtc-x-3d{
  width:100%;
  height:100%;
  position:relative;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  will-change: transform;
}
.xtc-layer{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  transform-style:preserve-3d;
  pointer-events:none;
}
.xtc-layer svg{
  width: min(86%, 520px);
  height:auto;
  display:block;
  shape-rendering: geometricPrecision;
  overflow: visible;
}
.xtc-z-60{ transform: translateZ(-60px); opacity:.48; }
.xtc-z-40{ transform: translateZ(-40px); opacity:.62; }
.xtc-z-20{ transform: translateZ(-20px); opacity:.82; }
.xtc-z-0{ transform: translateZ(0px); }
.xtc-z20{ transform: translateZ(18px); opacity:.90; mix-blend-mode: screen; }

.xtc-blur-25{ filter: blur(2.5px) saturate(1.08); }
.xtc-blur-4{ filter: blur(0.6px) saturate(1.05); opacity:.75; }
.xtc-blur-1{ filter: blur(0.25px) saturate(1.06); }

.xtc-glint-sq{
  fill: rgba(251,141,0,0.75);
  filter: drop-shadow(0 0 8px rgba(251,141,0,.42));
  animation: xtcGlint 3.2s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}
.xtc-g2{ animation-delay: -1.6s; }
@keyframes xtcGlint{
  0%,100%{ opacity:.35; transform: translateX(0px); }
  50%{ opacity:.95; transform: translateX(6px); }
}

.xtc-particles{
  position:absolute;
  inset:-8%;
  pointer-events:none;
  transform-style:preserve-3d;
  perspective: 900px;
  mix-blend-mode: screen;
  z-index: 5;
}
.xtc-p{
  position:absolute;
  border-radius: 0;
  background: var(--c, var(--xtc-o1));
  opacity: var(--oa, .32);
  filter: drop-shadow(0 0 10px rgba(251,141,0,.22));
  transform: translate3d(0,0,var(--z, 24px)) rotate(var(--rot, 0deg));
  will-change: transform, opacity;
  animation: xtcPFloat var(--dur, 22s) linear infinite;
}
@keyframes xtcPFloat{
  0%{
    transform: translate3d(0px,0px,var(--z, 24px)) rotate(var(--rot, 0deg));
    opacity: var(--oa, .28);
  }
  50%{
    transform: translate3d(calc(var(--dx1, 0) * 1px), calc(var(--dy1, 0) * 1px), var(--z, 24px)) rotate(calc(var(--rot, 0deg) + 18deg));
    opacity: var(--ob, .55);
  }
  100%{
    transform: translate3d(calc(var(--dx2, 0) * 1px), calc(var(--dy2, 0) * 1px), var(--z, 24px)) rotate(calc(var(--rot, 0deg) + 36deg));
    opacity: var(--oa, .28);
  }
}

.xtc-x-widget,
.xtc-x-widget .xtc-x-scene,
.xtc-x-widget .xtc-x-idle,
.xtc-x-widget .xtc-x-3d,
.xtc-x-widget .xtc-layer,
.xtc-x-widget svg{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

@media (max-width: 560px){
  .xtc-home-hero{ padding: 22px 0 44px; }
  /* Reduce framing on mobile so content uses more screen space */
  .xtc-hero-wrap{ padding: 12px 10px; }
  .xtc-hero-shell{ border:0; border-radius:0; box-shadow:none; }
  .xtc-hero-inner{ padding: 16px; }
  .xtc-hero-footer{ padding-left:16px; padding-right:16px; }
  .xtc-hero-actions{ flex-direction: column; align-items: stretch; }
  a.xtc-hero-btn{ width:100%; }
  .xtc-p{ animation-duration: 34s; }
}

@media (prefers-reduced-motion: reduce){
  .xtc-dot,
  .xtc-x-idle,
  .xtc-glint-sq,
  .xtc-p{ animation: none !important; }
  .xtc-copy,
  .xtc-link,
  a.xtc-hero-btn,
  .xtc-btn{ transition: none !important; }
}


/* v1.0.12 hero button text visibility */
a.xtc-hero-btn-primary,
a.xtc-hero-btn-primary span{
  color: #0b0b0c !important;
}
