/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-violet-300: oklch(81.1% 0.111 293.571);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .min-w-\[2rem\] {
    min-width: 2rem;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-amber-500 {
    border-color: var(--color-amber-500);
  }
  .border-emerald-500 {
    border-color: var(--color-emerald-500);
  }
  .border-indigo-500 {
    border-color: var(--color-indigo-500);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-amber-300 {
    color: var(--color-amber-300);
  }
  .text-cyan-300 {
    color: var(--color-cyan-300);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-rose-300 {
    color: var(--color-rose-300);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-violet-300 {
    color: var(--color-violet-300);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
.CodeMirror {
  height: 300px !important;
  font-family: 'JetBrains Mono', 'Monaco', 'Consolas', monospace !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0 0 0.5rem 0.5rem;
}
.CodeMirror-gutters {
  background: #1e1e2e !important;
  border-right: 1px solid #333 !important;
}
.CodeMirror-linenumber {
  color: #666 !important;
}
#source {
  display: none;
}
:root {
  --gs-bg: #07111f;
  --gs-surface: rgba(8, 16, 28, 0.76);
  --gs-surface-strong: rgba(10, 18, 32, 0.92);
  --gs-line: rgba(148, 163, 184, 0.18);
  --gs-line-strong: rgba(125, 211, 252, 0.35);
  --gs-text: #edf4ff;
  --gs-muted: #8ea3bf;
  --gs-accent: #48d8b5;
  --gs-accent-alt: #ff7a59;
  --gs-indigo: #6f7cff;
  --gs-cyan: #47c6ff;
  --gs-shadow: 0 24px 80px rgba(3, 10, 20, 0.48);
  --gs-radius-xl: 28px;
  --gs-radius-lg: 20px;
  --gs-radius-md: 16px;
}
body.page-shell {
  position: relative;
  min-height: 100vh;
  margin: 0;
  padding: 32px 18px 48px;
  overflow-x: hidden;
  color: var(--gs-text);
  background: radial-gradient(circle at top left, rgba(71, 198, 255, 0.16), transparent 28%), radial-gradient(circle at 85% 15%, rgba(255, 122, 89, 0.16), transparent 24%), linear-gradient(160deg, #06101d 0%, #0b1325 45%, #120f20 100%);
  font-family: 'Space Grotesk', sans-serif;
}
.page-frame {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}
.page-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(143, 155, 179, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 155, 179, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 92%);
  pointer-events: none;
  opacity: 0.55;
}
.page-orb {
  position: fixed;
  z-index: 1;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.7;
  pointer-events: none;
  animation: gsFloat 14s ease-in-out infinite;
}
.page-orb-a {
  top: 8%;
  left: -8%;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(72, 216, 181, 0.32), transparent 65%);
}
.page-orb-b {
  right: -6%;
  bottom: 12%;
  width: 26rem;
  height: 26rem;
  background: radial-gradient(circle, rgba(111, 124, 255, 0.28), transparent 65%);
  animation-delay: -6s;
}
.hero-panel, .pack-card, .toolbar-shell, .panel-card, .info-banner, .progress-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gs-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 18%), var(--gs-surface);
  box-shadow: var(--gs-shadow);
  backdrop-filter: blur(22px);
}
.hero-panel::before, .pack-card::before, .toolbar-shell::before, .panel-card::before, .info-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.06) 18%, transparent 36%);
  transform: translateX(-140%);
  animation: gsShine 9s linear infinite;
  pointer-events: none;
}
.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
  gap: 24px;
  margin-bottom: 22px;
  padding: 30px;
  border-radius: var(--gs-radius-xl);
}
.hero-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(72, 216, 181, 0.25);
  border-radius: 999px;
  color: #a8ffe8;
  background: rgba(72, 216, 181, 0.08);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}
.hero-title {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #f4f8ff;
  text-shadow: 0 0 30px rgba(71, 198, 255, 0.14);
}
.hero-description {
  max-width: 52rem;
  margin: 16px 0 0;
  color: var(--gs-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}
.hero-metrics {
  display: grid;
  gap: 14px;
  align-content: end;
}
.metric-card {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: var(--gs-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(0);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
}
.metric-card:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 216, 181, 0.26);
  background: rgba(255, 255, 255, 0.08);
}
.metric-label {
  display: block;
  margin-bottom: 8px;
  color: #8fcfe9;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.metric-value {
  font-size: 1.05rem;
  font-weight: 700;
}
.pack-card, .toolbar-shell, .terminal-card, .info-banner, .progress-shell {
  margin-bottom: 18px;
  border-radius: var(--gs-radius-lg);
}
.pack-card {
  padding: 20px 22px;
}
.section-heading-row, .panel-header, .toolbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.section-heading-row {
  margin-bottom: 14px;
}
.section-title, .panel-title {
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e5eefc;
}
.section-subtitle, .panel-metric {
  color: var(--gs-muted);
  font-size: 0.88rem;
}
.pack-panel-body {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pack-actions, .pack-meta-row, .toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pack-meta-row {
  margin-top: 16px;
  color: var(--gs-muted);
  font-size: 0.86rem;
}
.progress-shell {
  padding: 16px 18px;
}
.progress-track {
  width: 100%;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.progress-fill {
  position: relative;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gs-accent), var(--gs-cyan), var(--gs-indigo), var(--gs-accent-alt));
  background-size: 220% 100%;
  animation: gsGradient 4.8s linear infinite;
}
.progress-fill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  animation: gsSweep 2.2s linear infinite;
}
.toolbar-shell {
  padding: 18px;
}
.toolbar-row {
  align-items: center;
}
.action-button, .ghost-button, .example-select, .status-pill {
  border-radius: 999px;
}
.action-button, .ghost-button, .example-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}
.action-button:hover, .ghost-button:hover, .example-select:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.26);
}
.action-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}
.action-button-indigo {
  background: linear-gradient(135deg, #5161ff, #3142d0);
}
.action-button-cyan {
  background: linear-gradient(135deg, #1faccb, #2877ce);
}
.action-button-emerald {
  background: linear-gradient(135deg, #1ea77e, #11735f);
}
.action-button-amber {
  background: linear-gradient(135deg, #d78a27, #9a5815);
}
.action-button-rose {
  background: linear-gradient(135deg, #d4577f, #94355d);
}
.action-button-slate, .ghost-button, .example-select {
  background: rgba(255, 255, 255, 0.06);
}
.action-label-button {
  cursor: pointer;
}
.example-select {
  min-width: 220px;
  position: relative;
  padding-right: 44px;
  padding-left: 18px;
  color: #f7fbff;
  appearance: none;
  border-color: rgba(71, 198, 255, 0.26);
  background: linear-gradient(135deg, rgba(71, 198, 255, 0.16), rgba(111, 124, 255, 0.12)), linear-gradient(45deg, transparent 50%, #9be7ff 50%), linear-gradient(135deg, #9be7ff 50%, transparent 50%), rgba(255, 255, 255, 0.05);
  background-position: 0 0, calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px), 0 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 12px 28px rgba(10, 26, 44, 0.28);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.example-select:focus {
  outline: none;
  border-color: rgba(72, 216, 181, 0.52);
  box-shadow: inset 0 0 0 1px rgba(72, 216, 181, 0.24), 0 0 0 4px rgba(72, 216, 181, 0.12), 0 18px 38px rgba(8, 20, 36, 0.34);
}
.example-select option, .example-select optgroup {
  color: #eaf3ff;
  background: #0d1827;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: var(--gs-text);
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 18px currentColor;
}
.workspace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}
.panel-card {
  border-radius: var(--gs-radius-xl);
}
.panel-header {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}
.panel-body {
  position: relative;
  padding: 0;
}
.code-panel-body, .output-body, .terminal-body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 25%), rgba(1, 7, 16, 0.8);
}
.output-body {
  height: 300px;
  overflow-y: auto;
  padding: 20px;
  color: #7bf7bf;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.9rem;
  white-space: pre-wrap;
}
.terminal-card {
  overflow: hidden;
}
.terminal-body {
  position: relative;
  padding: 18px;
  font-family: 'IBM Plex Mono', monospace;
}
.terminal-body::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(72, 216, 181, 0.02), transparent 12%, transparent 88%, rgba(72, 216, 181, 0.03));
  pointer-events: none;
}
.info-banner {
  padding: 20px 22px;
  color: var(--gs-muted);
  line-height: 1.7;
}
.info-banner strong {
  color: var(--gs-text);
}
.info-banner code {
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #a8ffe8;
  font-family: 'IBM Plex Mono', monospace;
}
.CodeMirror {
  height: 300px;
  padding: 18px 0;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  line-height: 1.65;
  background: transparent !important;
}
.CodeMirror-gutters {
  background: rgba(255, 255, 255, 0.03) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.CodeMirror-lines {
  padding: 0 10px;
}
.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  animation: gsReveal 800ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.reveal-1 {
  animation-delay: 80ms;
}
.reveal-2 {
  animation-delay: 180ms;
}
.reveal-3 {
  animation-delay: 260ms;
}
.reveal-4 {
  animation-delay: 340ms;
}
.reveal-5 {
  animation-delay: 420ms;
}
@keyframes gsReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes gsFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -22px, 0) scale(1.06);
  }
}
@keyframes gsGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes gsSweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(140%);
  }
}
@keyframes gsShine {
  0% {
    transform: translateX(-150%);
  }
  18%, 100% {
    transform: translateX(150%);
  }
}
@media (max-width: 980px) {
  .hero-panel, .workspace-grid {
    grid-template-columns: 1fr;
  }
  .hero-panel {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  body.page-shell {
    padding: 18px 12px 28px;
  }
  .hero-title {
    font-size: clamp(2.6rem, 15vw, 4rem);
  }
  .pack-card, .toolbar-shell, .panel-card, .info-banner, .progress-shell {
    border-radius: 18px;
  }
  .action-button, .ghost-button, .example-select, .status-pill {
    width: 100%;
  }
  .toolbar-row, .pack-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .section-heading-row, .panel-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
