@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root {
  --bg:#090a0d;
  --panel:#101217;
  --text:#f3f1ea;
  --muted:#9a9ca7;
  --line:#282a33;
  --cyan:#70e4df;
  --violet:#9d89ff;
  --lime:#d5f57a
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Space Grotesk',sans-serif;
  overflow-x:hidden
}
a {
  color:inherit;
  text-decoration:none
}
.container {
  width:min(1180px,calc(100% - 64px));
  margin:auto
}
.site-header {
  height:92px;
  display:flex;
  align-items:center;
  gap:50px;
  border-bottom:1px solid var(--line);
  padding:0 32px;
  position:relative;
  z-index:5;
  background:rgba(9,10,13,.82);
  backdrop-filter:blur(18px)
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:10px;
  line-height:1.05;
  letter-spacing:.14em;
  font-weight:500;
  white-space:nowrap
}
.brand b {
  color:var(--cyan);
  font-weight:500
}
.brand::before {
  content:'';
  display:block;
  width:31px;
  height:31px;
  flex:0 0 31px;
  border-radius:50%;
  background:url('/assets/icons/favicon.svg') center / contain no-repeat
}
.brand-mark {
  font-style:normal;
  font-size:14px;
  letter-spacing:-.12em;
  color:var(--bg);
  background:var(--cyan);
  border-radius:50%;
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  font-weight:700;
  display:none
}
.nav {
  display:flex;
  gap:31px;
  margin:auto;
  font:11px 'DM Mono';
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.05em
}
.nav a:hover,.nav a.active {
  color:var(--text)
}
.nav a.active {
  position:relative
}
.nav a.active:after {
  content:'';
  position:absolute;
  height:2px;
  width:17px;
  background:var(--cyan);
  bottom:-11px;
  left:0
}
.header-actions {
  display:flex;
  align-items:center;
  gap:24px;
  font:11px 'DM Mono'
}
.icon-link {
  font-size:25px;
  color:var(--cyan)
}
.bag {
  border:1px solid var(--line);
  padding:11px 14px;
  border-radius:20px
}
.bag b {
  background:var(--cyan);
  color:var(--bg);
  padding:2px 6px;
  border-radius:10px;
  margin-left:7px
}
.menu-toggle {
  display:none
}
.ambient {
  position:fixed;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:0;
  background:radial-gradient(circle at 79% 17%,rgba(110,77,220,.1),transparent 28%),radial-gradient(circle at 15% 65%,rgba(62,199,198,.06),transparent 28%)
}
.neural-canvas {
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  opacity:.72;
  z-index:0
}
.site-header,main,.footer { position:relative; z-index:1; }
/* Keep the opened mobile navigation above hero content and animated layers. */
.site-header { z-index:10; }
.cookie-notice {
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:min(620px,calc(100% - 48px));
  margin:auto;
  padding:14px 16px 14px 20px;
  border:1px solid rgba(112,228,223,.28);
  border-radius:14px;
  background:rgba(16,18,23,.94);
  box-shadow:0 18px 45px rgba(0,0,0,.35);
  backdrop-filter:blur(18px)
}
.cookie-notice p {
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.45
}
.cookie-notice .button {
  flex:0 0 auto;
  padding:9px 18px;
  font-size:11px
}
.hero {
  min-height:620px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:50px
}
.hero-copy {
  padding:65px 0
}
.eyebrow {
  font:11px 'DM Mono';
  letter-spacing:.15em;
  color:var(--muted);
  margin:0 0 22px
}
.eyebrow span {
  display:inline-block;
  width:7px;
  height:7px;
  background:var(--cyan);
  border-radius:50%;
  margin-right:9px
}
.hero h1 {
  font-size:clamp(62px,8vw,112px);
  line-height:.86;
  letter-spacing:-.08em;
  margin:0 0 28px;
  font-weight:500
}
.hero h1 em,h2 em {
  font-family:Georgia,serif;
  font-weight:400;
  color:var(--cyan);
  letter-spacing:-.08em
}
.lede {
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
  max-width:380px
}
.hero-ctas {
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:40px
}
.button {
  display:inline-flex;
  align-items:center;
  gap:28px;
  padding:15px 19px;
  border-radius:2px;
  font:11px 'DM Mono';
  text-transform:uppercase;
  letter-spacing:.03em;
  border:1px solid transparent;
  cursor:pointer
}
.button span {
  font-size:16px
}
.primary {
  background:var(--cyan);
  color:#0b1214
}
.primary:hover {
  background:#b5ffed
}
.product-concept-hero{min-height:500px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid var(--line);background:radial-gradient(circle at 27% 30%,rgba(112,228,223,.28),transparent 31%),radial-gradient(circle at 75% 68%,rgba(157,137,255,.34),transparent 34%),linear-gradient(135deg,#111823,#090a0d 64%)}
.product-concept-hero:before,.product-concept-hero:after{content:'';position:absolute;border:1px solid rgba(243,241,234,.17);border-radius:50%;width:470px;height:470px;transform:translate(22%,-12%)}
.product-concept-hero:after{width:280px;height:280px;transform:translate(-42%,48%);border-color:rgba(112,228,223,.4)}
.product-concept-hero--filter{background:radial-gradient(circle at 26% 28%,rgba(213,245,122,.25),transparent 28%),radial-gradient(circle at 77% 70%,rgba(112,228,223,.25),transparent 33%),linear-gradient(135deg,#17221c,#090a0d 66%)}
.product-concept-hero--ai{background:radial-gradient(circle at 25% 26%,rgba(157,137,255,.38),transparent 30%),radial-gradient(circle at 73% 70%,rgba(112,228,223,.27),transparent 34%),linear-gradient(135deg,#151226,#090a0d 66%)}
.product-concept-hero--reai{background:radial-gradient(circle at 26% 26%,rgba(112,228,223,.3),transparent 28%),radial-gradient(circle at 77% 70%,rgba(213,245,122,.2),transparent 33%),linear-gradient(135deg,#0d2021,#090a0d 66%)}
.product-concept-word{position:relative;z-index:1;max-width:85%;font:500 clamp(48px,8vw,108px)/.78 'Space Grotesk',sans-serif;letter-spacing:-.1em;text-align:center;color:#f3f1ea;text-shadow:0 18px 42px rgba(0,0,0,.35)}
.product-concept-word em{display:block;margin-top:13px;font:400 clamp(28px,4.7vw,64px)/.9 Georgia,serif;letter-spacing:-.07em;color:var(--cyan)}
.product-concept-caption{position:absolute;z-index:2;left:22px;bottom:20px;margin:0;font:11px 'DM Mono';letter-spacing:.1em;color:var(--muted)}
.product-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.84fr);gap:70px;align-items:center;padding:82px 0 76px}
.product-page-copy h1{font-size:clamp(56px,7.5vw,102px);line-height:.84;letter-spacing:-.09em;margin:0 0 28px;font-weight:500}.product-page-copy h1 em{font:400 1em Georgia,serif;color:var(--cyan)}
.product-page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:35px}.product-trust{display:flex;gap:20px;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-top:33px;font:11px 'DM Mono';letter-spacing:.04em;color:var(--muted)}
.feature-section{padding:78px 0;border-top:1px solid var(--line)}.feature-intro{display:grid;grid-template-columns:.72fr 1.28fr;gap:58px;margin-bottom:32px}.feature-intro h2{font-size:clamp(38px,4vw,58px);line-height:.94;margin:0}.feature-intro h2 em{font:400 1em Georgia,serif;color:var(--cyan)}.feature-intro p{margin:0;color:var(--muted);line-height:1.7;font-size:16px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{min-height:190px;padding:25px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.035),transparent)}.feature-card strong{display:block;margin-bottom:16px;font:11px 'DM Mono';letter-spacing:.1em;color:var(--cyan)}.feature-card h3{font-size:22px;margin:0 0 10px;letter-spacing:-.04em}.feature-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}
.product-notes{padding:28px;border:1px solid rgba(112,228,223,.3);background:rgba(112,228,223,.045);color:var(--muted);line-height:1.65}.product-notes b{color:var(--text)}
.catalog-concept{min-height:230px;padding:24px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(112,228,223,.2),transparent 30%),linear-gradient(135deg,#161a25,#0c0d11);border:1px solid var(--line)}.catalog-concept:before{content:'';position:absolute;inset:18px;border:1px solid rgba(243,241,234,.13);transform:rotate(-9deg)}.catalog-concept--filter{background:radial-gradient(circle at 80% 20%,rgba(213,245,122,.22),transparent 30%),linear-gradient(135deg,#18251e,#0c0d11)}.catalog-concept--ai{background:radial-gradient(circle at 80% 20%,rgba(157,137,255,.26),transparent 30%),linear-gradient(135deg,#20182d,#0c0d11)}.catalog-concept--reai{background:radial-gradient(circle at 80% 20%,rgba(112,228,223,.26),transparent 30%),linear-gradient(135deg,#102527,#0c0d11)}.catalog-concept b{position:relative;z-index:1;font-size:38px;letter-spacing:-.08em}.catalog-concept span{position:relative;z-index:1;display:block;color:var(--cyan);font:22px Georgia,serif}
@media(max-width:800px){.product-page-hero,.feature-intro{grid-template-columns:1fr;gap:34px}.product-concept-hero{min-height:340px;order:-1}.feature-grid{grid-template-columns:1fr}.product-page-hero{padding:52px 0}.feature-section{padding:52px 0}}
.outline {
  border-color:var(--cyan);
  color:var(--cyan)
}
.text-link {
  font:11px 'DM Mono';
  color:var(--muted);
  text-transform:uppercase
}
.text-link span {
  color:var(--cyan);
  font-size:17px;
  margin-left:8px
}
.hero-art {
  height:480px;
  position:relative;
  background:linear-gradient(135deg,rgba(70,227,218,.09),rgba(138,80,238,.1));
  border:1px solid #252732;
  overflow:hidden;
  box-shadow:inset 0 0 100px rgba(100,75,220,.1)
}
.hero-art:before,.hero-art:after {
  content:'';
  position:absolute;
  inset:10%;
  border:1px solid rgba(112,228,223,.13);
  transform:rotate(32deg) scale(1.5)
}
.hero-art:after {
  transform:rotate(-25deg) scale(1.15);
  border-color:rgba(157,137,255,.13)
}
.orb {
  position:absolute;
  border-radius:50%;
  filter:blur(3px)
}
.orb-a {
  width:210px;
  height:210px;
  background:radial-gradient(circle at 30% 30%,#a9fff4,transparent 8%,#397d8d 25%,#6d39c1 67%,transparent 70%);
  left:25%;
  top:23%;
  opacity:.8
}
.orb-b {
  width:260px;
  height:260px;
  border:1px solid var(--violet);
  right:-70px;
  bottom:-60px;
  box-shadow:0 0 50px #6845bf88
}
.waveform {
  position:absolute;
  left:11%;
  right:11%;
  bottom:22%;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:space-around;
  opacity:.8
}
.waveform i {
  display:block;
  width:2px;
  background:var(--cyan);
  height:var(--h);
  box-shadow:0 0 12px var(--cyan)
}
.waveform i:nth-child(1) {
  --h:30px
}
.waveform i:nth-child(2) {
  --h:70px
}
.waveform i:nth-child(3) {
  --h:110px
}
.waveform i:nth-child(4) {
  --h:50px
}
.waveform i:nth-child(5) {
  --h:86px
}
.waveform i:nth-child(6) {
  --h:40px
}
.waveform i:nth-child(7) {
  --h:100px
}
.waveform i:nth-child(8) {
  --h:56px
}
.waveform i:nth-child(9) {
  --h:120px
}
.waveform i:nth-child(10) {
  --h:68px
}
.waveform i:nth-child(11) {
  --h:32px
}
.waveform i:nth-child(12) {
  --h:90px
}
.waveform i:nth-child(13) {
  --h:50px
}
.waveform i:nth-child(14) {
  --h:104px
}
.waveform i:nth-child(15) {
  --h:44px
}
.waveform i:nth-child(16) {
  --h:80px
}
.art-label {
  position:absolute;
  right:25px;
  top:24px;
  display:flex;
  gap:12px;
  font:9px 'DM Mono';
  letter-spacing:.12em;
  color:var(--muted)
}
.art-label b {
  color:var(--cyan)
}
.crosshair {
  position:absolute;
  left:15px;
  bottom:14px;
  color:var(--cyan);
  font-size:28px
}
.ticker {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  overflow:hidden;
  padding:16px 0;
  white-space:nowrap;
  color:var(--muted);
  font:10px 'DM Mono';
  letter-spacing:.12em
}
.ticker div {
  display:inline-block;
  will-change:transform;
  animation:marquee 10s linear infinite
}
@keyframes marquee {
  from {
    transform:translate3d(0,0,0)
  }
  to {
    transform:translate3d(-25%,0,0)
  }
}
.section {
  padding:115px 0
}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:40px
}
.section h2,.manifesto h2,.newsletter h2 {
  font-size:46px;
  letter-spacing:-.06em;
  line-height:1;
  margin:0;
  font-weight:500
}
.product-grid {
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:16px
}
.card-visual {
  height:360px;
  background:var(--panel);
  position:relative;
  overflow:hidden;
  border:1px solid var(--line)
}
.product-shot {
  background: #0e131a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 28px;
  opacity: .92;
  transition: transform .35s ease, opacity .35s ease;
}
.product-card-link {
  display:block;
  position:absolute;
  inset:0;
  z-index:1;
}
.product-card-link img { display:block; }
.product-card-link .chip { z-index:2; }
.product-shot:hover img {
  transform: scale(1.035);
  opacity: 1;
}
.featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.chip {
  position:absolute;
  top:18px;
  left:18px;
  font:10px 'DM Mono';
  color:var(--cyan);
  letter-spacing:.08em
}
.visual-midai {
  background:linear-gradient(125deg,#131a21,#29203f);
  display:flex;
  align-items:center;
  justify-content:center
}
.mini-ui {
  width:72%;
  height:60%;
  background:#11151c;
  border:1px solid #485569;
  box-shadow:0 15px 40px #0007;
  padding:20px;
  transform:rotate(-4deg)
}
.mini-ui b {
  display:block;
  font-size:25px
}
.mini-ui small {
  font:8px 'DM Mono';
  color:var(--cyan)
}
.mini-wave {
  height:60px;
  margin-top:28px;
  background:repeating-linear-gradient(90deg,transparent 0 10px,#70e4df66 11px 12px);
  clip-path:polygon(0 55%,10% 32%,20% 70%,30% 18%,40% 60%,50% 42%,60% 78%,70% 13%,80% 60%,90% 27%,100% 55%,100% 65%,0 65%)
}
.mini-ui strong {
  color:var(--cyan);
  font-size:30px
}
.visual-lfo {
  background:linear-gradient(145deg,#101317,#211c36)
}
.lfo-graph {
  position:absolute;
  inset:30% 7% 18%;
  background:repeating-linear-gradient(0deg,transparent 0 33px,#3b3e4b 34px),repeating-linear-gradient(90deg,transparent 0 45px,#333643 46px)
}
.lfo-graph:after {
  content:'';
  position:absolute;
  inset:10px;
  background:linear-gradient(150deg,transparent 0 12%,var(--violet) 13% 14%,transparent 15% 29%,var(--cyan) 30% 31%,transparent 32% 50%,var(--violet) 51% 52%,transparent 53% 72%,var(--cyan) 73% 74%,transparent 75%);
  filter:drop-shadow(0 0 6px var(--cyan))
}
.graph-label,.free-note {
  position:absolute;
  bottom:20px;
  left:20px;
  font:10px 'DM Mono';
  letter-spacing:.1em;
  color:var(--muted)
}
.visual-free {
  background:radial-gradient(circle at 50% 40%,#40314d,#101116 65%)
}
.free-mark {
  font:180px Georgia;
  color:var(--lime);
  position:absolute;
  left:24%;
  top:22%;
  text-shadow:0 0 40px #d5f57a66
}
.quick-view {
  position:absolute;
  right:18px;
  bottom:18px;
  font:10px 'DM Mono';
  color:var(--text);
  opacity:0;
  transform:translateY(5px);
  transition:.2s
}
.card-visual:hover .quick-view {
  opacity:1;
  transform:none
}
.card-meta {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:18px 0;
  border-bottom:1px solid var(--line)
}
.card-meta h3 {
  margin:0 0 6px;
  font-size:16px;
  font-weight:500
}
.card-meta p {
  margin:0;
  color:var(--muted);
  font-size:12px
}
.formats {
  display: block;
  margin-top: 12px;
  color: var(--cyan);
  font: 10px 'DM Mono';
  letter-spacing: .03em;
}
.card-meta>strong {
  font:14px 'DM Mono';
  color:var(--cyan)
}
.manifesto {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:radial-gradient(circle at 75% 50%,rgba(112,228,223,.12),transparent 25%),#101216;
  padding:120px 0
}
.manifesto-inner {
  max-width:1180px
}
.manifesto h2 {
  font-size:72px;
  margin-bottom:30px
}
.manifesto p:not(.eyebrow) {
  max-width:510px;
  color:var(--muted);
  line-height:1.6;
  font-size:16px;
  margin-bottom:35px
}
.journal {
  padding-bottom:120px
}
.journal-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.journal-grid article {
  padding:25px 0 20px;
  border-top:1px solid var(--line)
}
.journal-grid span {
  font:10px 'DM Mono';
  color:var(--cyan)
}
.journal-grid h3 {
  font-size:22px;
  line-height:1.15;
  font-weight:500;
  min-height:75px
}
.journal-grid a {
  font:11px 'DM Mono';
  color:var(--muted)
}
.newsletter {
  border-top:1px solid var(--line);
  padding:70px 0
}
.newsletter-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px
}
.newsletter h2 {
  font-size:34px
}
.newsletter-form {
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  width:440px
}
.newsletter-form input {
  background:transparent;
  border:1px solid var(--line);
  padding:16px;
  color:var(--text);
  font:12px 'DM Mono';
  min-width:0
}
.newsletter-form small {
  grid-column:1/-1;
  color:var(--muted);
  font-size:10px
}
.success {
  color:var(--cyan);
  font:12px 'DM Mono'
}

/* Privacy policy layout: keeps the longer legal document readable on desktop and mobile. */
.legal-page h2 {
  margin-top: 3.5rem;
}

.legal-page ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.35rem;
}

.legal-page li {
  margin: 0 0 .75rem;
  color: var(--muted, #a9b1c1);
  line-height: 1.7;
}

.legal-page li strong,
.legal-page strong {
  color: var(--text, #f5f7fb);
}

.legal-address {
  margin: 1.25rem 0 1.5rem;
  padding: 1.25rem 1.5rem;
  border-left: 2px solid var(--accent, #25b9ff);
  background: rgba(255, 255, 255, .04);
  color: var(--muted, #a9b1c1);
  font-style: normal;
  line-height: 1.8;
}

.legal-callout {
  margin: 1.5rem 0 2rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(37, 185, 255, .35);
  background: rgba(37, 185, 255, .08);
}

.legal-callout p {
  margin: .5rem 0 0;
  color: var(--muted, #a9b1c1);
  line-height: 1.7;
}

.legal-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.25rem 0 1.75rem;
}

.legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: .92rem;
}

.legal-table th,
.legal-table td {
  padding: .85rem .9rem;
  border: 1px solid rgba(255, 255, 255, .12);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.legal-table th {
  color: var(--text, #f5f7fb);
  background: rgba(255, 255, 255, .08);
  font-weight: 600;
}

.legal-table td {
  color: var(--muted, #a9b1c1);
}

@media (max-width: 700px) {
  .legal-page h1 {
    font-size: 3.5rem !important;
  }

  .legal-page h2 {
    margin-top: 2.5rem;
  }

  .legal-callout,
  .legal-address {
    padding: 1rem;
  }
}

.footer {
  border-top:1px solid var(--line);
  padding:35px 0 50px;
  display:flex;
  align-items:start;
  gap:55px;
  color:var(--muted);
  font-size:11px
}
.footer .brand {
  color:var(--text)
}
.footer p {
  margin:0;
  line-height:1.6
}
.footer-links {
  margin-left:auto;
  display:flex;
  gap:22px;
  font:10px 'DM Mono';
  text-transform:uppercase
}
.login-link {
  color: var(--muted);
  font: 11px 'DM Mono';
  text-transform: uppercase;
  letter-spacing: .04em;
}
.login-link:hover,
.login-link.active {
  color: var(--cyan);
}
.auth-layout {
  min-height: calc(100vh - 210px);
  display: grid;
  grid-template-columns: 1fr 460px;
  align-items: center;
  gap: 90px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.auth-intro h1 {
  font-size: clamp(62px, 8vw, 110px);
  line-height: .86;
  letter-spacing: -.08em;
  font-weight: 500;
  margin: 0 0 28px;
}
.auth-intro h1 em {
  color: var(--cyan);
  font-family: Georgia, serif;
  font-weight: 400;
}
.auth-card {
  border: 1px solid var(--line);
  background: rgba(16,18,23,.82);
  padding: 30px;
  box-shadow: 0 25px 80px rgba(0,0,0,.25);
}
.auth-tabs { display: flex; gap: 22px; border-bottom: 1px solid var(--line); margin-bottom: 27px; }
.auth-tab { border: 0; background: transparent; color: var(--muted); padding: 0 0 15px; font: 12px 'DM Mono'; cursor: pointer; }
.auth-tab.active { color: var(--cyan); border-bottom: 2px solid var(--cyan); }
.auth-form { display: grid; gap: 10px; }
.auth-form label { color: var(--muted); font: 11px 'DM Mono'; }
.auth-form label small { color: #6f727c; }
.auth-form input { width: 100%; border: 1px solid var(--line); background: #0b0d11; color: var(--text); padding: 14px; font: 13px 'DM Mono'; outline: none; }
.auth-form input:focus { border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(112,228,223,.12); }
.auth-form .button { margin-top: 10px; justify-content: space-between; }
.auth-row { display: flex; justify-content: space-between; align-items: center; margin: 4px 0; font-size: 10px; }
.auth-row a { color: var(--cyan); font: 10px 'DM Mono'; }
.checkbox { display: flex; align-items: center; gap: 7px; }
.checkbox input { width: auto; accent-color: var(--cyan); }
.form-message { min-height: 18px; margin: 2px 0 0; color: #ff9a9a; font: 11px 'DM Mono'; }
.social-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font: 10px 'DM Mono'; margin: 25px 0 14px; }
.social-divider:before,.social-divider:after { content: ''; height: 1px; flex: 1; background: var(--line); }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.social-button { border: 1px solid var(--line); padding: 12px; text-align: center; color: var(--muted); font: 11px 'DM Mono'; transition: border-color .2s, color .2s; }
.social-button:hover { border-color: var(--cyan); color: var(--cyan); }
.auth-legal { color: var(--muted); font-size: 10px; line-height: 1.5; margin: 20px 0 0; text-align: center; }
.auth-legal a { color: var(--cyan); }
.account-page { padding: 90px 0 120px; }
.account-loading { min-height: 420px; display: grid; place-items: center; color: var(--muted); font: 12px 'DM Mono'; }
.account-loading[hidden] { display: none !important; }
.account-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.account-heading h1 { font-size: clamp(48px, 7vw, 80px); letter-spacing: -.08em; line-height: .9; font-weight: 500; margin: 0; }
.account-heading h1 em { color: var(--cyan); font-family: 'Space Grotesk', sans-serif; font-weight: 500; letter-spacing: -.08em; }
.muted-button { border: 1px solid var(--line); color: var(--muted); }
.account-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 80px; }
.account-stats div { border: 1px solid var(--line); background: var(--panel); padding: 22px; }
.account-stats span { display: block; color: var(--muted); font: 10px 'DM Mono'; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.account-stats strong { color: var(--cyan); font: 32px 'DM Mono'; }
.account-section { border-top: 1px solid var(--line); padding: 45px 0 65px; }
.account-dashboard { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 60px; align-items: start; }
.account-sidebar { position: sticky; top: 30px; border-top: 1px solid var(--line); padding-top: 22px; }
.account-nav { display: grid; gap: 3px; }
.account-nav-item { display: flex; justify-content: space-between; align-items: center; border: 0; border-left: 2px solid transparent; background: transparent; color: var(--muted); padding: 14px 12px; text-align: left; font: 11px 'DM Mono'; cursor: pointer; }
.account-nav-item span { color: var(--muted); opacity: 0; transition: opacity .2s; }
.account-nav-item:hover, .account-nav-item.active { border-left-color: var(--cyan); background: rgba(112,228,223,.06); color: var(--text); }
.account-nav-item:hover span, .account-nav-item.active span { color: var(--cyan); opacity: 1; }
.account-nav-item.danger-nav-item:hover, .account-nav-item.danger-nav-item.active { border-left-color: #ff6575; color: #ffb0b8; background: rgba(255,101,117,.06); }
.account-panels { min-width: 0; }
.account-panel[hidden] { display: none !important; }
.account-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.account-section h2 { font-size: 42px; letter-spacing: -.06em; font-weight: 500; margin: 0; }
.account-note { max-width: 320px; color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; }
.profile-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.profile-form label { display: grid; gap: 8px; color: var(--muted); font: 11px 'DM Mono'; }
.profile-form input { width: 100%; border: 1px solid var(--line); background: #0b0d11; color: var(--text); padding: 13px; font: 13px 'DM Mono'; }
.profile-form input:focus { border-color: var(--cyan); outline: none; }
.profile-form input[readonly] { color: #777b84; cursor: not-allowed; }
.form-actions { display: flex; align-items: center; gap: 18px; grid-column: 1 / -1; }
.subscription-options { display: grid; gap: 12px; border-top: 1px solid var(--line); margin-top: 25px; padding-top: 22px; color: var(--muted); font-size: 12px; }
.subscription-options input { accent-color: var(--cyan); margin-right: 8px; }
.account-list { border-top: 1px solid var(--line); }
.account-list-item { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.account-list-item h3 { margin: 0 0 7px; font-size: 18px; font-weight: 500; }
.account-list-item p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; }
.account-item-links { display: flex; align-items: end; flex-direction: column; gap: 9px; text-align: right; font: 11px 'DM Mono'; }
.account-item-links a { color: var(--cyan); }
.activation-list { min-width: 300px; display: grid; gap: 9px; color: var(--muted); font: 11px 'DM Mono'; }
.activation-list div { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.deactivate-machine { border: 0; background: none; color: #ff9a9a; font: 10px 'DM Mono'; cursor: pointer; }
.empty-state { color: var(--muted); font: 12px 'DM Mono'; padding: 22px 0; }
.danger-zone { border-color: #5e2d39; }
.danger-zone h2 { margin-bottom: 14px; }
.danger-zone > p:not(.eyebrow) { max-width: 580px; color: var(--muted); line-height: 1.6; font-size: 13px; }
.danger-button { border: 1px solid #a05261; color: #ff9a9a; background: transparent; }
.deactivate-modal { width: min(620px, calc(100% - 36px)); padding: 0; border: 1px solid #743846; background: #121116; color: var(--text); box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.deactivate-modal::backdrop { background: rgba(3,4,7,.82); backdrop-filter: blur(7px); }
.deactivate-modal-inner { position: relative; padding: 38px; }
.deactivate-modal h2 { max-width: 480px; margin: 0 0 22px; color: #ffb0b8; font-size: 42px; letter-spacing: -.06em; line-height: .95; }
.modal-close { position: absolute; top: 18px; right: 20px; border: 0; background: none; color: var(--muted); font-size: 28px; cursor: pointer; }
.modal-close:hover { color: var(--text); }
.modal-warning { color: var(--text); font-size: 15px; line-height: 1.5; }
.modal-loss-list { display: grid; gap: 11px; margin: 20px 0; padding-left: 22px; color: #ffb0b8; font-size: 14px; line-height: 1.45; }
.modal-legal-note { border-top: 1px solid var(--line); padding-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.modal-acceptance { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; color: var(--text); font-size: 12px; line-height: 1.5; cursor: pointer; }
.modal-acceptance input { flex: 0 0 auto; margin-top: 2px; accent-color: #ff6575; }
.modal-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 30px; }
.danger-confirm { border: 1px solid #ff6575; background: #c9374c; color: #fff; }
.danger-confirm:hover:not(:disabled) { background: #ed4b61; }
.danger-confirm:disabled { opacity: .35; cursor: not-allowed; }
.tickets-page { padding: 90px 0 120px; }
.tickets-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:55px; }
.tickets-heading h1 { font-size:clamp(58px,8vw,100px); line-height:.86; letter-spacing:-.08em; font-weight:500; margin:0; }
.tickets-heading h1 em { color:var(--cyan); font-family:Georgia,serif; font-weight:400; }
.tickets-layout { display:grid; grid-template-columns:330px minmax(0,1fr); gap:28px; align-items:start; }
.ticket-list-panel,.ticket-detail-panel { border:1px solid var(--line); background:rgba(16,18,23,.7); }
.ticket-list-panel { min-height:540px; }
.ticket-list-heading { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:20px; border-bottom:1px solid var(--line); }
.ticket-list-heading h2,.ticket-detail-heading h2,.ticket-empty h2,.ticket-form h2 { margin:0; font-size:25px; letter-spacing:-.05em; font-weight:500; }
.ticket-list-heading .button { padding:10px 12px; gap:10px; }
.ticket-list { display:grid; }
.ticket-list-item { display:grid; gap:8px; border:0; border-bottom:1px solid var(--line); border-left:2px solid transparent; background:transparent; color:var(--text); padding:18px 20px; text-align:left; cursor:pointer; }
.ticket-list-item:hover,.ticket-list-item.active { border-left-color:var(--cyan); background:rgba(112,228,223,.06); }
.ticket-list-item strong { font-size:14px; font-weight:500; }
.ticket-list-item span { color:var(--muted); font:10px 'DM Mono'; text-transform:uppercase; }
.ticket-detail-panel { min-height:540px; padding:30px; }
.ticket-empty { min-height:480px; display:grid; align-content:center; justify-items:start; }
.ticket-empty h2 { font-size:40px; margin:5px 0 15px; }
.ticket-empty p:not(.eyebrow) { max-width:360px; color:var(--muted); line-height:1.6; font-size:14px; }
.ticket-detail-heading { display:flex; align-items:end; justify-content:space-between; gap:25px; padding-bottom:22px; border-bottom:1px solid var(--line); }
.ticket-detail-heading h2 { font-size:34px; margin-top:6px; }
.ticket-notification { display:flex; align-items:center; gap:8px; color:var(--muted); font:10px 'DM Mono'; cursor:pointer; }
.ticket-notification input { accent-color:var(--cyan); }
.ticket-messages { display:grid; gap:14px; padding:25px 0; }
.ticket-message { border-left:2px solid var(--line); padding:14px 18px; background:rgba(9,10,13,.5); }
.ticket-message.customer { border-left-color:var(--cyan); }
.ticket-message.staff { border-left-color:var(--violet); }
.ticket-message div { display:flex; justify-content:space-between; gap:20px; color:var(--cyan); font:10px 'DM Mono'; text-transform:uppercase; }
.ticket-message time { color:var(--muted); }
.ticket-message p { margin:12px 0 0; white-space:pre-wrap; color:var(--text); line-height:1.55; font-size:13px; }
.ticket-reply { display:grid; gap:12px; border-top:1px solid var(--line); padding-top:25px; }
.ticket-reply textarea,.ticket-form input,.ticket-form textarea { width:100%; border:1px solid var(--line); background:#0b0d11; color:var(--text); padding:14px; font:13px 'DM Mono'; resize:vertical; }
.ticket-reply textarea:focus,.ticket-form input:focus,.ticket-form textarea:focus { outline:none; border-color:var(--cyan); }
.ticket-modal { width:min(620px,calc(100% - 36px)); padding:0; border:1px solid var(--line); background:#121116; color:var(--text); box-shadow:0 30px 120px rgba(0,0,0,.65); }
.ticket-modal::backdrop { background:rgba(3,4,7,.82); backdrop-filter:blur(7px); }
.ticket-form { position:relative; display:grid; gap:10px; padding:38px; }
.ticket-form h2 { font-size:42px; margin-bottom:15px; }
.ticket-form label:not(.modal-acceptance) { display:grid; gap:8px; color:var(--muted); font:11px 'DM Mono'; }
.ticket-form .modal-acceptance { display:flex; width:100%; align-items:flex-start; gap:10px; margin-top:14px; color:var(--text); line-height:1.5; }
.ticket-form .modal-acceptance input { flex:0 0 auto; width:auto; margin-top:3px; accent-color:var(--cyan); }
.ticket-form .modal-actions { margin-top:20px; }
.checkout-page {
  padding:90px 0 120px;
}
.checkout-heading {
  max-width:720px;
  margin-bottom:55px;
}
.checkout-heading h1 {
  font-size:clamp(58px,8vw,100px);
  line-height:.86;
  letter-spacing:-.08em;
  font-weight:500;
  margin:0 0 28px;
}
.checkout-heading h1 em {
  color:var(--cyan);
  font-family:Georgia,serif;
  font-weight:400;
}
#fsc-embedded-checkout-container {
  min-height:420px;
  border-top:1px solid var(--line);
  padding-top:35px;
}
.product-detail {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  padding:88px 0 110px;
}
.product-detail-hero {
  height:570px;
  border:1px solid var(--line);
  background:#0e131a;
  overflow:hidden;
  position:relative;
}
.product-detail-hero img {
  width:100%;
  height:100%;
  object-fit:contain;
  padding:24px;
}
.product-main-image {
  display:block;
  width:100%;
  height:100%;
  position:relative;
  cursor:zoom-in;
}
.product-image-nav {
  position:absolute;
  top:0;
  bottom:0;
  z-index:3;
  width:58px;
  border:0;
  color:var(--cyan);
  background:rgba(5,8,12,.22);
  font:42px Georgia,serif;
  cursor:pointer;
  opacity:.35;
  transition:opacity .2s ease,background .2s ease;
}
.product-image-nav:hover,
.product-image-nav:focus-visible {
  opacity:1;
  background:rgba(5,8,12,.62);
  outline:none;
}
.product-image-nav span {
  display:block;
  font:9px 'DM Mono';
  letter-spacing:.12em;
}
.product-image-prev { left:0; }
.product-image-next { right:0; }
.product-detail-copy h1 {
  font-size:clamp(52px,7vw,88px);
  line-height:.88;
  letter-spacing:-.08em;
  font-weight:500;
  margin:0 0 25px;
}
.product-detail-copy h1 em {
  color:var(--cyan);
  font-family:Georgia,serif;
  font-weight:400;
}
.product-detail-actions {
  display:flex;
  gap:20px;
  align-items:center;
  margin-top:35px;
}
.cart-status {
  min-height:1.2em;
  color:var(--muted);
  font:11px 'Consolas',monospace;
}
.cart-status.is-success {
  color:var(--cyan);
}

/* Lightweight confirmation dialog shown after FastSpring accepts an Add request. */
.cart-added-modal[hidden] { display: none; }
.cart-added-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.cart-added-backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .72); backdrop-filter: blur(6px); }
.cart-added-dialog { position: relative; width: min(440px, 100%); padding: 34px; border: 1px solid rgba(91, 211, 255, .34); background: rgba(13, 18, 25, .94); box-shadow: 0 24px 90px rgba(0, 0, 0, .5); }
.cart-added-dialog h2 { margin: 0 0 14px; }
.cart-added-message { color: var(--muted); line-height: 1.6; margin: 0 0 26px; }
.cart-added-ok { min-width: 100px; }

/* Product names remain visible above the third-party embedded checkout. */
.local-cart-summary { margin: 24px 0 30px; padding: 26px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(112, 228, 223, .09), rgba(255, 255, 255, .025)); }
.local-cart-summary-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:18px; }
.local-cart-summary h2 { margin: 8px 0 0; font-size: clamp(25px, 4vw, 38px); letter-spacing:-.06em; font-weight:500; }
.local-cart-summary p { color: var(--muted); }
.local-cart-products { display:grid; gap:10px; }
.local-cart-product { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:14px; padding:17px 18px; border:1px solid rgba(112, 228, 223, .28); background:rgba(5, 14, 18, .78); box-shadow:inset 3px 0 0 var(--cyan); }
.local-cart-product strong { color:var(--cyan); font-size:18px; font-weight:500; letter-spacing:-.02em; }
.local-cart-product-mark { color:var(--cyan); font-size:20px; }
.local-cart-product-path { color:var(--muted); font:11px 'DM Mono', monospace; }
@media (max-width:620px) { .local-cart-summary-heading { display:block; } .local-cart-product { grid-template-columns:auto 1fr; } .local-cart-product-path { grid-column:2; } }
.product-story {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:100px 0;
  background:radial-gradient(circle at 80% 20%,rgba(112,228,223,.08),transparent 34%),#101216;
}
.product-story-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
}
.product-story h2 {
  font-size:48px;
  line-height:.95;
  letter-spacing:-.07em;
  font-weight:500;
  margin:0;
}
.product-story h2 em {
  color:var(--cyan);
  font-family:Georgia,serif;
  font-weight:400;
}
.product-story p:not(.eyebrow) {
  color:var(--muted);
  line-height:1.7;
  font-size:15px;
}
.format-row {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.format-row span {
  border:1px solid var(--line);
  color:var(--cyan);
  padding:9px 12px;
  font:10px 'DM Mono';
}
.product-downloads { padding:100px 0; }
.product-downloads h2 {
  font-size:42px;
  letter-spacing:-.06em;
  font-weight:500;
  margin:12px 0 0;
}
.download-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:30px;
}
.download-card {
  border:1px solid var(--line);
  padding:20px;
  display:grid;
  gap:12px;
  background:var(--panel);
  transition:transform .2s ease,border-color .2s ease;
}
.download-card:hover {
  border-color:var(--cyan);
  transform:translateY(-3px);
}
.download-card strong { color:var(--cyan); font:15px 'DM Mono'; }
.download-card span { color:var(--muted); font-size:11px; line-height:1.4; }
.product-gallery { padding-bottom:120px; }
.product-reviews { padding: 0 0 105px; }
.product-reviews-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:25px; }
.product-reviews h2 { margin:12px 0 0; font-size:42px; letter-spacing:-.06em; font-weight:500; }
.review-summary { margin:0; color:var(--cyan); font:11px 'DM Mono'; }
.review-list { display:grid; gap:12px; }
.review-card { border:1px solid var(--line); background:var(--panel); padding:24px; }
.review-card-heading { display:flex; align-items:start; justify-content:space-between; gap:25px; }
.review-card-heading strong { display:block; font-size:16px; font-weight:500; }
.review-card-heading time { display:block; margin-top:6px; color:var(--muted); font:10px 'DM Mono'; }
.review-card p { max-width:760px; margin:20px 0 0; color:var(--muted); line-height:1.65; font-size:14px; white-space:pre-wrap; }
.journal-excerpt { margin:18px 0 22px; color:var(--muted); font-size:13px; line-height:1.65; }
.review-rating { display:flex; gap:2px; white-space:nowrap; }
.review-star { color:#394049; font-size:14px; }
.review-star.active { color:var(--cyan); }
.review-modal { width:min(620px,calc(100% - 36px)); padding:0; border:1px solid var(--line); background:#121116; color:var(--text); box-shadow:0 30px 120px rgba(0,0,0,.65); }
.review-modal::backdrop { background:rgba(3,4,7,.82); backdrop-filter:blur(7px); }
.review-form { position:relative; display:grid; gap:10px; padding:38px; }
.review-form h2 { margin:0 0 10px; font-size:42px; letter-spacing:-.06em; line-height:.95; }
.review-form label { display:grid; gap:8px; color:var(--muted); font:11px 'DM Mono'; }
.review-form input:not([type="range"]),.review-form textarea { width:100%; border:1px solid var(--line); background:#0b0d11; color:var(--text); padding:14px; font:13px 'DM Mono'; }
.review-form input:focus,.review-form textarea:focus { outline:none; border-color:var(--cyan); }
.review-form input[type="range"] { width:100%; accent-color:var(--cyan); }
.review-rating-editor { margin:0 0 10px; }
.review-rating-editor .review-star { font-size:22px; }
.assistant-widget { position:fixed; right:24px; bottom:24px; z-index:20; display:grid; justify-items:end; gap:12px; }
.assistant-launcher { display:flex; align-items:center; gap:10px; border:1px solid var(--cyan); border-radius:999px; background:rgba(9,10,13,.94); color:var(--text); padding:12px 16px; box-shadow:0 12px 35px rgba(0,0,0,.35); font:11px 'DM Mono'; cursor:pointer; }
.assistant-launcher:hover { background:var(--cyan); color:var(--bg); }
.assistant-launcher-icon { color:var(--cyan); font-size:17px; line-height:1; }
.assistant-launcher:hover .assistant-launcher-icon { color:var(--bg); }
.assistant-panel { width:min(390px,calc(100vw - 32px)); border:1px solid var(--line); background:rgba(16,18,23,.98); box-shadow:0 25px 90px rgba(0,0,0,.6); }
.assistant-panel[hidden] { display:none; }
.assistant-panel-heading { display:flex; align-items:start; justify-content:space-between; gap:16px; padding:22px; border-bottom:1px solid var(--line); }
.assistant-panel-heading h2 { margin:8px 0 0; font-size:25px; letter-spacing:-.05em; font-weight:500; }
.assistant-close { border:0; background:none; color:var(--muted); font-size:25px; cursor:pointer; }
.assistant-close:hover { color:var(--text); }
.assistant-messages { display:grid; gap:10px; max-height:320px; overflow:auto; padding:18px; }
.assistant-message { max-width:88%; padding:11px 13px; white-space:pre-wrap; line-height:1.5; font-size:13px; }
.assistant-message.assistant { justify-self:start; border-left:2px solid var(--cyan); background:rgba(112,228,223,.07); color:var(--text); }
.assistant-message.user { justify-self:end; border-right:2px solid var(--violet); background:rgba(157,137,255,.1); color:var(--text); }
.assistant-form { display:grid; gap:10px; padding:18px; border-top:1px solid var(--line); }
.assistant-form textarea { width:100%; min-height:58px; resize:vertical; border:1px solid var(--line); background:#0b0d11; color:var(--text); padding:12px; font:12px 'DM Mono'; }
.assistant-form textarea:focus { outline:none; border-color:var(--cyan); }
.assistant-form .button { justify-content:center; }
.gallery-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:24px;
}
.gallery-grid img {
  width:100%;
  aspect-ratio:16/10;
  object-fit:contain;
  background:#0e131a;
  border:1px solid var(--line);
  padding:10px;
}
.gallery-grid a {
  display:block;
  cursor:zoom-in;
}
.gallery-grid a:hover img { border-color:var(--cyan); }
.image-lightbox {
  width:100vw;
  height:100vh;
  max-width:none;
  max-height:none;
  padding:30px;
  border:0;
  background:rgba(3,4,7,.94);
  color:var(--text);
}
.image-lightbox::backdrop { background:rgba(3,4,7,.88); }
.image-lightbox-content {
  width:100%;
  height:100%;
  overflow:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.image-lightbox img {
  display:block;
  width:auto;
  height:auto;
  max-width:none;
  max-height:none;
}
.image-lightbox-close {
  position:fixed;
  top:20px;
  right:25px;
  z-index:2;
  border:1px solid var(--line);
  background:rgba(10,12,16,.85);
  color:var(--text);
  padding:10px 14px;
  font:11px 'DM Mono';
  cursor:pointer;
}
.image-lightbox-close:hover { border-color:var(--cyan); color:var(--cyan); }
@media(max-width:800px){.tickets-page{padding:65px 0 80px}.tickets-heading{display:block;margin-bottom:35px}.tickets-heading .button{margin-top:25px}.tickets-layout{grid-template-columns:1fr}.ticket-list-panel{min-height:0}.ticket-detail-panel{min-height:420px;padding:22px}.ticket-detail-heading{display:block}.ticket-notification{margin-top:18px}.ticket-empty{min-height:300px}.ticket-form{padding:28px 22px}.ticket-form h2{font-size:34px}}
@media(max-width:800px){.checkout-page{padding:65px 0 80px}.checkout-heading h1{font-size:18vw}}
@media(max-width:800px){.product-detail{display:block;padding:65px 0 80px}.product-detail-hero{height:420px;margin-bottom:45px}.product-detail-copy h1{font-size:18vw}.product-detail-actions{flex-wrap:wrap}.product-story{padding:75px 0}.product-story-grid{grid-template-columns:1fr;gap:30px}.download-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr}.product-downloads{padding:75px 0}.product-downloads h2{font-size:36px}}
@media(max-width:800px){.auth-layout{display:block;padding-top:65px}.auth-intro{margin-bottom:45px}.auth-intro h1{font-size:18vw}.auth-card{padding:22px}.login-link{display:inline-block;font-size:10px}}
@media(max-width:800px){.account-page{padding:65px 0 80px}.account-heading,.account-section-heading{display:block}.account-heading .button{margin-top:25px}.account-stats{grid-template-columns:1fr;margin-bottom:55px}.account-section h2{font-size:36px}.account-note{margin-top:14px}.profile-form{grid-template-columns:1fr}.form-actions{display:block}.form-actions .form-message{margin-top:12px}.account-list-item{display:block}.account-item-links{align-items:start;text-align:left;margin-top:20px}.activation-list{min-width:0;margin-top:20px}.activation-list div{display:block}.deactivate-machine{padding:10px 0 0}}
@media(max-width:800px){.account-dashboard{display:block}.account-sidebar{position:static;margin-bottom:28px}.account-nav{grid-template-columns:repeat(2,1fr);gap:6px}.account-nav-item{border:1px solid var(--line);padding:12px 10px}.account-nav-item:hover,.account-nav-item.active{border-color:var(--cyan)}.account-nav-item.danger-nav-item:hover,.account-nav-item.danger-nav-item.active{border-color:#ff6575}.account-nav-item span{display:none}}
@media(max-width:800px){.product-reviews-heading{display:block}.review-summary{margin-top:15px}.review-card-heading{display:block}.review-rating{margin-top:15px}.review-form{padding:30px 22px}.review-form h2{font-size:34px}}
@media(max-width:800px){.assistant-widget{right:16px;bottom:16px}.assistant-launcher{padding:11px 13px}.assistant-panel{width:calc(100vw - 32px)}}
@media(max-width:800px){.deactivate-modal-inner{padding:30px 22px}.deactivate-modal h2{font-size:34px}.modal-actions{justify-content:stretch}.modal-actions .button{flex:1;justify-content:center}}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0)
}
@media(max-width:800px) {
  .cookie-notice {
    left:14px;
    right:14px;
    bottom:14px;
    width:calc(100% - 28px);
    gap:14px;
    padding:13px 13px 13px 16px
  }
  .cookie-notice .button {
    padding:8px 14px
  }
  .container {
    width:min(100% - 36px,600px)
  }
  .site-header {
    height:72px;
    padding:0 18px;
    gap:0;
    justify-content:space-between
  }
  .nav {
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    padding:20px 18px;
    background:#101116;
    flex-direction:column;
    gap:21px;
    border-bottom:1px solid var(--line)
  }
  .nav.open {
    display:flex;
    z-index:11
  }
  .menu-toggle {
    display:block;
    background:none;
    color:var(--text);
    border:0;
    font-size:22px;
    order:3
  }
  .header-actions {
    margin-left:auto;
    margin-right:20px;
    gap:13px
  }
  .icon-link {
    font-size:22px
  }
  .bag {
    padding:8px 10px
  }
  .hero {
    display:block;
    min-height:auto
  }
  .hero-copy {
    padding:76px 0 45px
  }
  .hero h1 {
    font-size:18vw
  }
  .hero-art {
    height:330px
  }
  .section {
    padding:78px 0
  }
  .section-head {
    align-items:start;
    gap:20px;
    flex-direction:column
  }
  .section h2 {
    font-size:38px
  }
  .product-grid {
    grid-template-columns:1fr
  }
  .card-visual {
    height:310px
  }
  .featured-card .card-visual {
    height:350px
  }
  .manifesto {
    padding:80px 0
  }
  .manifesto h2 {
    font-size:49px
  }
  .journal-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .journal-grid h3 {
    min-height:auto;
    margin-bottom:25px
  }
  .newsletter-inner {
    display:block
  }
  .newsletter h2 {
    font-size:30px;
    margin-bottom:30px
  }
  .newsletter-form {
    width:100%
  }
  .footer {
    flex-wrap:wrap;
    gap:20px
  }
  .footer-links {
    margin-left:0;
    width:100%;
    flex-wrap:wrap
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important
  }
  /* Keep the requested homepage ticker moving even when the OS asks for reduced motion. */
  .ticker div {
    animation-duration:30s!important;
    animation-iteration-count:infinite!important
  }
}
\n\n

.ticket-rating { border-top:1px solid var(--line); padding:18px 0 8px; }
.ticket-rating p { margin:0 0 10px; color:var(--muted); font-size:12px; }
.ticket-rating-stars { display:flex; flex-wrap:wrap; gap:5px; }
.rating-star { border:1px solid var(--line); background:transparent; color:var(--muted); font-size:20px; line-height:1; padding:5px 7px; cursor:pointer; }
.rating-star:hover,.rating-star.active { color:var(--cyan); border-color:var(--cyan); }

