:root {
  color-scheme: light;
  --ink: #17312b;
  --muted: #5d6c68;
  --line: #cbd8d1;
  --surface: #ffffff;
  --soft: #edf5f0;
  --accent: #157347;
  --accent-dark: #0d5231;
  --warm: #f2b84b;
  --night: #142b27;
  --paper: #eee9dd;
  --shadow: 0 18px 32px rgba(18, 55, 43, .12);
  --space: #020305;
  --neon-green: #62ff9a;
  --neon-pink: #ff4da4;
  --text-on-space: #f5f7f5;
  --muted-on-space: #b8c5bf;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { position: relative; min-height: 100vh; margin: 0; color: var(--text-on-space); background: var(--space); line-height: 1.5; }
a { color: inherit; }
#atmosphere { position: fixed; z-index: 0; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
header.site-header, main, .footer { position: relative; z-index: 1; }
header.site-header { padding: 24px 0 26px; }
.topline { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 26px; color: var(--neon-green); font: 800 11px/1.2 Consolas, "Courier New", monospace; letter-spacing: .16em; }
.brand { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.brand h1 { margin: 0; font: 700 clamp(42px, 8vw, 76px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.05em; color: var(--text-on-space); text-shadow: 0 0 24px rgba(98,255,154,.12); }
.brand p { margin: 16px 0 0; max-width: 700px; color: var(--muted-on-space); font-size: 19px; }
.owner-link { color: var(--accent-dark); font-weight: 700; white-space: nowrap; }

.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); min-height: 430px; overflow: hidden; background: rgba(2,3,5,.74); color: var(--text-on-space); box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(28px, 6vw, 70px); }
.eyebrow { margin: 0 0 14px; color: var(--neon-pink); font: 800 12px/1.2 Consolas, "Courier New", monospace; letter-spacing: .18em; }
.hero h2 { max-width: 650px; margin: 0; font: 700 clamp(42px, 6vw, 72px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 0; color: var(--muted-on-space); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.hero-cta { display: inline-flex; align-items: center; gap: 20px; min-height: 52px; padding: 13px 18px; color: var(--space); background: var(--neon-green); font-weight: 800; text-decoration: none; }
.hero-cta span { font-size: 22px; line-height: 1; }
.hero-cta:hover { background: #b6ffca; }
.hero-proof { color: var(--muted-on-space); font-size: 14px; }
.beta-note { margin-top: auto; padding: 13px 0 0 13px; border-left: 3px solid var(--neon-pink); color: var(--muted-on-space); font-size: 14px; }
.beta-note strong { color: var(--text-on-space); }
.hero-art { position: relative; min-height: 430px; overflow: hidden; background: rgba(17,19,21,.42); }
.hero-art::before, .hero-art::after { position: absolute; content: ""; border: 1px solid rgba(98,255,154,.25); border-radius: 50%; }
.hero-art::before { width: 370px; height: 370px; top: 32px; left: 20px; }
.hero-art::after { width: 430px; height: 430px; top: 2px; left: -10px; border-color: rgba(255,77,164,.24); }
.ticket { position: absolute; display: flex; flex-direction: column; justify-content: space-between; width: 210px; height: 270px; padding: 22px; color: var(--space); box-shadow: 12px 16px 0 rgba(0,0,0,.28); }
.ticket span { font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.ticket strong { font: 700 40px/.88 Arial Black, Arial, sans-serif; letter-spacing: -.06em; }
.ticket small { font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.ticket-back { top: 70px; left: 88px; transform: rotate(9deg); background: var(--neon-green); }
.ticket-front { top: 112px; left: 190px; transform: rotate(-8deg); background: #f5f7f5; }
.hero-sticker { position: absolute; right: 28px; bottom: 32px; display: grid; place-items: center; width: 86px; height: 86px; transform: rotate(8deg); border-radius: 50%; background: var(--neon-pink); color: var(--space); font: 900 12px/1.05 Consolas, "Courier New", monospace; text-align: center; }

.directory { margin-top: 60px; }
.directory-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.directory-heading h2 { margin: 0; font: 700 clamp(30px, 4vw, 47px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.04em; color: var(--text-on-space); }
.listing-count { color: var(--muted-on-space); font: 700 14px/1.2 Consolas, "Courier New", monospace; }
.category-bar { display: flex; gap: 0; overflow-x: auto; margin: 25px 0 34px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); scrollbar-width: thin; }
.category-bar button, button, .button-link { min-height: 48px; border: 1px solid var(--accent); border-radius: 3px; padding: 11px 15px; font: inherit; font-weight: 700; cursor: pointer; }
.category-bar button { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 74px; min-width: 146px; border: 0; border-right: 1px solid rgba(255,255,255,.12); border-radius: 0; padding: 10px 18px 9px; background: transparent; color: var(--muted-on-space); text-align: left; transition: color .15s ease, background .15s ease; }
.category-bar button::before { content: attr(data-index); margin-bottom: 4px; color: var(--neon-green); font: 11px/1.2 Consolas, "Courier New", monospace; letter-spacing: .12em; }
.category-bar button:hover { background: rgba(98,255,154,.07); color: var(--text-on-space); }
.category-bar button[aria-pressed="true"] { box-shadow: inset 0 -4px 0 var(--neon-pink); color: var(--text-on-space); background: rgba(255,77,164,.07); }
button.primary, .button-link { color: var(--space); background: var(--neon-green); }
button:hover, .button-link:hover { background: #b6ffca; }
main { padding-bottom: 48px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 34px 0 14px; }
.section-heading h2 { margin: 0; font: 700 30px Georgia, "Times New Roman", serif; letter-spacing: -.03em; color: var(--text-on-space); }
.section-heading span { color: var(--muted-on-space); font: 14px/1.2 Consolas, "Courier New", monospace; }
.app-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; }
.app-card { position: relative; display: flex; grid-column: span 6; flex-direction: column; min-height: 100%; overflow: hidden; background: rgba(6,9,10,.78); box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.app-card:nth-child(even) { transform: translateY(26px); }
.app-card::before { position: absolute; z-index: 1; top: 13px; right: 13px; content: "OPEN BETA"; padding: 5px 7px; background: var(--neon-pink); color: var(--space); font: 900 10px/1.2 Consolas, "Courier New", monospace; letter-spacing: .08em; }
.app-card.is-coming-soon::before { content: "COMING SOON"; background: rgba(245,247,245,.88); }
.app-card img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; background: var(--soft); transition: transform .25s ease; }
.app-card:hover img { transform: scale(1.025); }
.app-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px; background: rgba(2,3,5,.64); }
.app-card h3 { margin: 0; font: 700 26px/1.05 Georgia, "Times New Roman", serif; color: var(--text-on-space); }
.beta-label { display: block; width: fit-content; margin: 10px 0 9px; padding: 0 0 0 9px; border-left: 3px solid var(--neon-green); color: var(--neon-green); font: 700 12px/1.2 Consolas, "Courier New", monospace; letter-spacing: .06em; }
.app-card p { margin: 0 0 18px; color: var(--muted-on-space); }
.card-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; margin-top: auto; }
.app-card .button-link { text-align: center; text-decoration: none; }
.contact-link { color: var(--neon-pink); font-size: 14px; font-weight: 700; text-underline-offset: 3px; }
.contact-link:hover { color: #ffabd0; }
.coming-soon-label { display: inline-flex; min-height: 42px; align-items: center; padding-left: 10px; border-left: 3px solid rgba(245,247,245,.72); color: var(--muted-on-space); font: 700 13px/1.2 Consolas, "Courier New", monospace; letter-spacing: .04em; }
.empty { padding: 22px; background: rgba(6,9,10,.78); color: var(--muted-on-space); }
.footer { padding: 70px 0 42px; border-top: 1px solid rgba(255,255,255,.18); color: var(--muted-on-space); font-size: 14px; }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 48px; }
.footer p { margin: 0; max-width: 60ch; }
.footer-kicker { margin-bottom: 10px !important; color: var(--neon-green); font: 800 11px/1.2 Consolas, "Courier New", monospace; letter-spacing: .16em; }
.support-block { padding-left: 24px; border-left: 3px solid var(--neon-pink); }
.site-feedback { margin-top: 14px !important; }
.site-feedback a { color: var(--neon-pink); font-weight: 800; text-underline-offset: 3px; }
.site-feedback a:hover { color: #ffabd0; }
.support-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.support-links a { display: inline-flex; min-height: 42px; align-items: center; padding: 9px 12px; color: var(--space); background: var(--neon-green); font-weight: 800; text-decoration: none; }
.support-links a:hover { color: var(--space); background: #b6ffca; }
.form-card { max-width: 720px; margin: 30px auto 60px; padding: 25px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); box-shadow: var(--shadow); }
.form-card h1 { margin-top: 0; font: 700 34px Georgia, "Times New Roman", serif; }
label { display: block; margin: 17px 0 6px; font-weight: 700; }
input, textarea, select { width: 100%; min-height: 48px; border: 1px solid #aebeb8; border-radius: 6px; padding: 11px 12px; color: var(--ink); background: #fff; font: inherit; }
textarea { min-height: 104px; resize: vertical; }
input:focus, textarea:focus, select:focus, button:focus-visible, a:focus-visible { outline: 3px solid #f0ba35; outline-offset: 2px; }
.help { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.form-message { margin-top: 17px; min-height: 24px; font-weight: 700; }
.form-message.error { color: #9b2c2c; }
.form-message.success { color: var(--accent-dark); }
.hidden { display: none !important; }
.admin-list { margin-top: 28px; }
.admin-list article { margin-top: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: #fbfdfc; }
.admin-list article h3 { margin: 0 0 4px; }
.admin-list article p { margin: 4px 0; color: var(--muted); }
@media (max-width: 760px) {
  .shell { width: min(100% - 22px, 1180px); }
  .topline { font-size: 9px; }
  .brand { display: block; }
  .hero { display: block; }
  .hero-art { min-height: 300px; }
  .ticket-back { top: 30px; left: calc(50% - 130px); }
  .ticket-front { top: 58px; left: calc(50% - 30px); }
  .hero-sticker { right: 18px; bottom: 18px; }
  .directory { margin-top: 42px; }
  .directory-heading { align-items: start; flex-direction: column; gap: 5px; }
  .app-grid { display: block; }
  .app-card { margin-top: 18px; }
  .app-card:nth-child(even) { transform: none; }
  .card-actions { grid-template-columns: 1fr; gap: 10px; }
  .contact-link { padding: 4px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .support-block { padding-left: 14px; }
  .form-card { padding: 18px; }
}
