@charset "UTF-8";

:root {
  --ink: #0b0c0e;
  --surface: #111316;
  --paper: #f4f2e9;
  --muted: #979a96;
  --acid: #c9ff32;
  --violet: #ae96e8;
  --line: #2b2d30;
  --sprite-url: url("assets/robots-pixel-v2.png");
  color-scheme: dark;
  font-family: "Courier New", Courier, monospace;
  color: var(--paper);
  background: var(--ink);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border-radius: 0; }
button, summary { cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
::selection { color: var(--ink); background: var(--acid); }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: -100px; left: 20px; padding: 15px; background: var(--acid); color: var(--ink); font-weight: bold; }
.skip-link:focus { top: 15px; }
.section-shell { max-width: 1280px; margin-inline: auto; padding-inline: 56px; }
.accent, .brand-period { color: var(--acid); }
.violet { color: var(--violet); }
.muted { color: var(--muted); }
.site-header { min-height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; font-size: 28px; letter-spacing: -2px; font-weight: 900; }
.brand-mark { font-size: 24px; letter-spacing: -4px; margin-right: 14px; color: var(--acid); }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav a { font-size: 11px; color: #b0b2ad; transition: color 120ms; }
.site-header nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--acid); }
.launch-status { display: inline-flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: .5px; white-space: nowrap; color: #b0b2ad; }
.signal { display: inline-block; width: 5px; height: 5px; background: var(--acid); }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 60px; padding-block: 52px 65px; }
.eyebrow { font-size: 10px; font-weight: bold; letter-spacing: 1px; }
.inspiration-link { color: var(--acid); display: inline-flex; gap: 10px; align-items: center; font-size: 9px; }
.inspiration-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.hero h1 { font-size: clamp(48px, 6.45vw, 80px); letter-spacing: -5px; line-height: .98; margin: 25px 0 27px; white-space: nowrap; }
.hero h1 > span { color: var(--acid); }
.hero-description { max-width: 340px; font-size: 13px; line-height: 1.85; color: #b0b2ad; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 52px; padding: 15px 20px; background: var(--acid); color: var(--ink); font-size: 11px; font-weight: bold; transition: background 120ms; }
.button:hover { background: #ddff83; }
.button > span { font-size: 19px; }
.text-link { font-size: 11px; color: #b0b2ad; transition: color 120ms; }
.text-link > span { margin-left: 6px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 37px; font-size: 8px; letter-spacing: .5px; color: var(--muted); }
.hero-meta > span + span { border-left: 1px solid #444743; padding-left: 19px; }
.fan-note { margin-top: 13px; font-size: 9px; line-height: 1.6; color: var(--muted); }
.hero-showcase { min-width: 0; }
.hero-art-frame { position: relative; border: 1px solid var(--line); overflow: hidden; }
.robot-portrait { display: block; width: 100%; aspect-ratio: 1; background-image: var(--sprite-url); background-size: 300% 200%; background-position: var(--sprite-x) var(--sprite-y); background-repeat: no-repeat; image-rendering: pixelated; }
.preview-tag { position: absolute; z-index: 1; top: 17px; left: 17px; background: var(--ink); padding: 6px 8px; font-size: 8px; letter-spacing: .5px; }
.art-cross { position: absolute; right: 16px; bottom: 12px; color: var(--ink); font-size: 25px; }
.character-info { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 19px 0 17px; }
.character-title h2 { font-size: 27px; letter-spacing: -1.5px; line-height: 1; }
.character-title p { color: var(--muted); font-size: 9px; line-height: 1.5; margin-top: 7px; }
#character-counter { font-size: 9px; letter-spacing: .4px; color: var(--muted); padding-top: 4px; white-space: nowrap; }
.character-controls { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid var(--line); }
.character-control { min-width: 0; min-height: 41px; background: transparent; border: 0; padding: 9px 2px; font-weight: bold; font-size: 8px; color: var(--muted); transition: background 120ms, color 120ms; }
.character-control + .character-control { border-left: 1px solid var(--line); }
.character-control:hover { background: #21251a; color: var(--paper); }
.character-control.is-selected { background: var(--acid); color: var(--ink); }
.character-control:focus-visible { position: relative; z-index: 2; outline-offset: -4px; outline-color: var(--paper); }
.character-control.is-selected:focus-visible { outline-color: var(--ink); }
.collection, .rarity-section, .launch-section, .faq-section { padding-block: 55px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.section-index { display: block; color: var(--muted); font-size: 9px; margin-bottom: 16px; }
.section-heading h2, .faq-section h2 { font-size: clamp(28px, 3.05vw, 40px); letter-spacing: -2px; line-height: 1.08; }
.section-heading > p { color: var(--muted); font-size: 10px; line-height: 1.8; padding-bottom: 3px; }
.activity-section { padding-block: 0 20px; }
.activity-panel { border: 1px solid var(--line); background: var(--surface); }
.activity-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 23px; border-bottom: 1px solid var(--line); }
.activity-heading h2 { font-size: 13px; letter-spacing: .3px; }
.activity-status { font-size: 8px; color: var(--muted); letter-spacing: .7px; }
.activity-body { display: grid; grid-template-columns: 1fr 1fr; }
.activity-supply { padding: 23px; }
.activity-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.stat-label { display: block; font-size: 8px; letter-spacing: .6px; color: var(--muted); }
.activity-stats strong { display: block; font-size: 34px; font-weight: 400; letter-spacing: -1.5px; margin-top: 10px; }
.supply-label { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 7px; margin-top: 25px; letter-spacing: .4px; }
#activity-progress { display: block; width: 100%; height: 3px; margin-top: 9px; border: 0; border-radius: 0; appearance: none; background: #32362f; accent-color: var(--acid); }
#activity-progress::-webkit-progress-bar { background: #32362f; }
#activity-progress::-webkit-progress-value { background: var(--acid); }
#activity-progress::-moz-progress-bar { background: var(--acid); }
#activity-updated { color: var(--muted); font-size: 8px; line-height: 1.6; margin-top: 10px; }
.activity-feed { min-width: 0; padding: 23px; border-left: 1px solid var(--line); }
.feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.feed-heading h3 { font-size: 9px; letter-spacing: .5px; font-weight: 400; }
#thesis-count { font-size: 9px; color: var(--muted); }
#activity-empty { color: var(--muted); font-size: 11px; line-height: 1.8; margin: 33px 0 10px; max-width: 290px; }
#thesis-list { padding: 0; margin: 15px 0 0; list-style: none; max-height: 255px; overflow-y: auto; scrollbar-color: #62695a var(--surface); scrollbar-width: thin; }
#thesis-list:empty { display: none; }
#thesis-list li { border-top: 1px solid var(--line); padding: 13px 0; font-size: 10px; line-height: 1.7; overflow-wrap: anywhere; }
#thesis-list a { color: var(--acid); }
#thesis-list time { color: var(--muted); font-size: 8px; }
.thesis-row { display: flex; gap: 10px; align-items: start; }
.thesis-avatar { flex: 0 0 28px; width: 28px; height: 28px; object-fit: cover; background: #242821; image-rendering: auto; }
.thesis-content { min-width: 0; flex: 1; }
.thesis-topline { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 10px; }
.thesis-name { font-weight: bold; color: var(--paper); }
.thesis-time { color: var(--muted); font-size: 8px; }
.thesis-text { color: #b0b2ad; margin-top: 5px; }
.thesis-badge { display: inline-block; margin-top: 7px; padding: 2px 5px; border: 1px solid #424b32; color: var(--acid); font-size: 7px; letter-spacing: .3px; }
.bot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 22px; }
.bot-card { display: block; min-width: 0; padding: 0; background: transparent; border: 0; text-align: left; }
.card-image { display: block; position: relative; border: 1px solid var(--line); overflow: hidden; transition: border-color 120ms; }
.bot-card:hover .card-image, .bot-card.is-selected .card-image { border-color: var(--acid); }
.card-index { position: absolute; z-index: 1; top: 12px; left: 12px; background: var(--ink); color: var(--paper); font-size: 9px; padding: 4px 6px; }
.card-expand { position: absolute; bottom: 12px; right: 12px; width: 27px; height: 27px; display: grid; place-items: center; color: var(--ink); background: var(--paper); font-size: 19px; }
.card-caption { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 0 0; }
.card-name { font-size: 19px; font-weight: bold; letter-spacing: -.6px; }
.card-trait { font-size: 8px; color: var(--muted); }
.bot-card:hover .card-name, .bot-card.is-selected .card-name { color: var(--acid); }
.section-note { color: var(--muted); font-size: 8px; letter-spacing: .8px; margin-top: 30px; }
.rarity-plan { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 20px; margin-bottom: 30px; display: grid; grid-template-columns: 1fr 2.8fr; gap: 30px; align-items: center; }
.rarity-plan-title h3 { font-size: 10px; letter-spacing: .5px; }
.rarity-plan-title > span { display: block; color: var(--muted); font-size: 8px; margin-top: 9px; }
.rarity-tiers { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.rarity-tier { padding-left: 24px; border-left: 1px solid var(--line); }
.rarity-tier strong { display: block; font-size: 29px; line-height: 1; letter-spacing: -1.5px; margin-bottom: 8px; }
.rarity-tier > span { font-size: 8px; color: var(--muted); }
.rare-selector { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.rare-tabs { display: flex; gap: 6px; }
.rare-tab { min-height: 40px; background: transparent; border: 1px solid var(--line); padding: 11px 17px; font-weight: bold; font-size: 9px; letter-spacing: .4px; color: var(--muted); }
.rare-tab.is-selected { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.rare-tab:hover:not(.is-selected) { color: var(--paper); border-color: #666a65; }
.rare-selector > span { color: var(--muted); font-size: 8px; letter-spacing: .5px; }
.rare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rare-card { min-width: 0; }
.rare-art { position: relative; --sprite-url: url("assets/robots-rare-v1.png"); border: 1px solid var(--line); }
.rare-card-label { position: absolute; top: 12px; left: 12px; padding: 5px 7px; background: var(--ink); color: var(--paper); font-size: 8px; line-height: 1.4; }
.rare-card h3 { display: flex; justify-content: space-between; gap: 8px; padding-top: 17px; font-size: 16px; letter-spacing: -.5px; }
.rare-card h3 > span { color: var(--violet); }
.rarity-note { color: var(--muted); font-size: 9px; line-height: 1.7; margin-top: 23px; max-width: 850px; }
.launch-section .section-heading h2 { font-size: clamp(25px, 2.6vw, 33px); }
.launch-section .section-heading > .launch-status { padding-bottom: 4px; }
.launch-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; list-style: none; margin: 0; padding: 26px 0 0; border-top: 1px solid var(--line); }
.launch-steps li { display: flex; align-items: start; gap: 17px; }
.step-number { display: block; color: #777c73; font-size: 11px; padding-top: 1px; }
.is-current .step-number { color: var(--acid); }
.launch-steps h3 { font-size: 12px; font-weight: 400; line-height: 1.4; }
.launch-steps p { color: var(--muted); font-size: 10px; line-height: 1.7; margin-top: 9px; max-width: 265px; }
.faq-section { display: grid; grid-template-columns: 1fr 1.7fr; gap: 60px; padding-bottom: 80px; }
.faq-section h2 { font-size: 34px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-size: 11px; line-height: 1.5; }
.faq-list summary:hover { color: var(--acid); }
.faq-list summary > span { font-size: 22px; line-height: 1; color: var(--muted); transition: transform 120ms; }
.faq-list details[open] summary > span { transform: rotate(45deg); color: var(--acid); }
.faq-list details > p { font-size: 11px; color: var(--muted); line-height: 1.8; padding-bottom: 22px; }
.faq-list details > p a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.site-footer { padding-top: 0; padding-bottom: 30px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-top: 27px; border-top: 1px solid var(--line); }
.footer-links { display: flex; gap: 25px; }
.footer-links a { font-size: 10px; color: #b0b2ad; transition: color 120ms; }
.footer-links a > span { margin-left: 3px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 25px; color: var(--muted); font-size: 8px; line-height: 1.7; }
.footer-bottom > span { font-size: 7px; letter-spacing: .4px; }
.noscript-note { border-top: 1px solid var(--line); padding: 20px; font-size: 11px; color: var(--muted); text-align: center; line-height: 1.6; }

@media (max-width: 1050px) {
  .section-shell { padding-inline: 35px; }
  .site-header nav { gap: 23px; }
  .hero { gap: 35px; padding-block: 40px 50px; }
  .hero h1 { font-size: clamp(45px, 6.4vw, 68px); letter-spacing: -4px; }
  .hero-description { font-size: 12px; max-width: 320px; }
  .hero-actions { gap: 22px; }
  .button { gap: 20px; padding-inline: 17px; }
  .hero-meta { font-size: 7px; gap: 13px; margin-top: 30px; }
  .hero-meta > span + span { padding-left: 13px; }
  .collection, .rarity-section, .launch-section, .faq-section { padding-block: 43px; }
  .card-trait { font-size: 7px; }
  .card-name { font-size: 17px; }
  .rarity-plan { grid-template-columns: 1fr 3fr; gap: 18px; }
  .rarity-tier { padding-left: 17px; }
  .rarity-tier strong { font-size: 25px; }
  .rarity-tier > span { font-size: 7px; }
  .rare-card h3 { font-size: 14px; }
  .launch-steps { gap: 20px; }
  .launch-steps li { gap: 12px; }
  .faq-section { gap: 40px; padding-bottom: 65px; }
}

@media (max-width: 760px) {
  .section-shell { padding-inline: 22px; }
  .site-header { padding-top: 21px; padding-bottom: 16px; flex-wrap: wrap; gap: 20px; }
  .brand { font-size: 26px; }
  .brand-mark { font-size: 22px; margin-right: 12px; }
  .site-header nav { order: 3; width: 100%; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); padding-top: 16px; }
  .site-header nav a { font-size: 10px; }
  .launch-status { font-size: 8px; gap: 7px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 35px; padding-bottom: 35px; }
  .hero h1 { font-size: clamp(45px, 10.9vw, 72px); letter-spacing: -3px; margin-block: 21px; }
  .hero-description { font-size: 12px; line-height: 1.8; max-width: 355px; }
  .hero-actions { margin-top: 25px; gap: 27px; }
  .button { min-height: 50px; font-size: 11px; padding-inline: 17px; gap: 28px; }
  .text-link { font-size: 11px; }
  .hero-meta { margin-top: 25px; font-size: 8px; }
  .fan-note { font-size: 9px; margin-top: 12px; }
  .hero-showcase { width: 100%; max-width: 475px; justify-self: center; }
  .character-title h2 { font-size: 26px; }
  .character-title p { font-size: 9px; }
  .character-control { min-height: 44px; font-size: 8px; }
  .collection, .rarity-section, .launch-section, .faq-section { padding-block: 35px; }
  .section-heading { display: block; margin-bottom: 22px; }
  .section-index { font-size: 8px; margin-bottom: 13px; }
  .section-heading h2 { font-size: clamp(27px, 6.2vw, 36px); letter-spacing: -1.5px; }
  .section-heading > p { font-size: 10px; margin-top: 15px; }
  .activity-section { padding-bottom: 12px; }
  .activity-heading { padding: 16px; gap: 12px; }
  .activity-heading h2 { font-size: 12px; }
  .activity-status { font-size: 7px; }
  .activity-body { grid-template-columns: 1fr; }
  .activity-supply { padding: 20px 16px; }
  .activity-stats strong { font-size: 31px; }
  .stat-label { font-size: 7px; }
  .activity-feed { border-left: 0; border-top: 1px solid var(--line); padding: 19px 16px; }
  #activity-empty { margin-top: 21px; font-size: 10px; }
  .bot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 14px; }
  .card-index { left: 8px; top: 8px; font-size: 8px; padding: 3px 4px; }
  .card-expand { right: 8px; bottom: 8px; width: 24px; height: 24px; font-size: 17px; }
  .card-caption { display: block; padding-top: 12px; }
  .card-name { display: block; font-size: 18px; }
  .card-trait { display: block; font-size: 9px; margin-top: 5px; line-height: 1.4; }
  .section-note { font-size: 7px; margin-top: 23px; letter-spacing: .3px; }
  .rarity-plan { display: block; padding-block: 18px 20px; margin-bottom: 24px; }
  .rarity-plan-title { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 22px; }
  .rarity-plan-title h3 { font-size: 9px; }
  .rarity-plan-title > span { font-size: 7px; margin-top: 0; }
  .rarity-tier { padding-left: 10px; }
  .rarity-tier:first-child { padding-left: 0; border-left: 0; }
  .rarity-tier strong { font-size: 25px; }
  .rarity-tier > span { display: block; font-size: 9px; line-height: 1.4; overflow-wrap: anywhere; }
  .rare-selector { gap: 14px; }
  .rare-selector > span { font-size: 7px; max-width: 65px; line-height: 1.6; text-align: right; }
  .rare-tab { padding-inline: 12px; font-size: 8px; min-height: 42px; }
  .rare-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(76vw, 320px); gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: #62695a var(--surface); scrollbar-width: thin; padding-bottom: 14px; }
  .rare-card { scroll-snap-align: start; }
  .rare-card-label { font-size: 9px; max-width: calc(100% - 24px); }
  .rare-card h3 { font-size: 16px; padding-top: 14px; }
  .rarity-note { font-size: 9px; margin-top: 15px; }
  .launch-section .section-heading h2 { font-size: 27px; max-width: 340px; line-height: 1.2; }
  .launch-section .section-heading h2 > span { display: block; }
  .launch-section .section-heading > .launch-status { margin-top: 17px; padding: 0; }
  .launch-steps { grid-template-columns: 1fr; gap: 23px; padding-top: 24px; }
  .launch-steps li { gap: 19px; }
  .launch-steps h3 { font-size: 13px; }
  .launch-steps p { font-size: 10px; margin-top: 6px; max-width: 300px; }
  .faq-section { grid-template-columns: 1fr; gap: 22px; padding-bottom: 47px; }
  .faq-section h2 { font-size: 29px; letter-spacing: -1.5px; }
  .faq-section h2 br { display: none; }
  .faq-list summary { padding-block: 19px; font-size: 11px; }
  .faq-list details > p { font-size: 10px; padding-bottom: 19px; }
  .footer-top { flex-wrap: wrap; gap: 25px; padding-top: 25px; }
  .footer-links { width: 100%; justify-content: space-between; gap: 15px; }
  .footer-links a { font-size: 9px; }
  .footer-bottom { flex-wrap: wrap; gap: 10px; margin-top: 22px; font-size: 8px; }
  .footer-bottom > span { font-size: 7px; }
}

@media (max-width: 380px) {
  .section-shell { padding-inline: 17px; }
  .hero h1 { font-size: 42px; letter-spacing: -2.7px; }
  .hero-actions { gap: 22px; }
  .button { padding-inline: 14px; gap: 17px; }
  .character-control { font-size: 7px; }
  .section-heading h2 { font-size: 25px; }
  .rarity-tier { padding-left: 7px; }
  .rarity-tier strong { font-size: 23px; }
  .rarity-tier > span { font-size: 8px; }
  .rare-tab { padding-inline: 9px; }
  .faq-section h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
