/*! tailwindcss v4.3.1 | 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-white: #fff;
    --font-weight-extrabold: 800;
    --radius-xl: 0.75rem;
    --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);
    --color-ink: #17231d;
    --color-surface: #fffdf8;
    --color-line: #dcd9cd;
    --color-green: #2f654d;
    --color-green-dark: #214a39;
    --color-green-soft: #dfe9df;
  }
}
@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;
  }
  .-ml-px {
    margin-left: -1px;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[46px\] {
    min-height: 46px;
  }
  .w-full {
    width: 100%;
  }
  .touch-manipulation {
    touch-action: manipulation;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-r-\[11px\] {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-\[\#cfcbbf\] {
    border-color: #cfcbbf;
  }
  .border-green {
    border-color: var(--color-green);
  }
  .border-line {
    border-color: var(--color-line);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-0 {
    padding: 0;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-green-dark {
    color: var(--color-green-dark);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-white {
    color: var(--color-white);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .active\:bg-green-soft {
    &:active {
      background-color: var(--color-green-soft);
    }
  }
}
:root {
  color-scheme: light;
  --ink: #17231d;
  --ink-soft: #526059;
  --paper: #f3f1ea;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --line: #dcd9cd;
  --green: #2f654d;
  --green-dark: #214a39;
  --green-soft: #dfe9df;
  --gold: #b18535;
  --gold-soft: #f0e2bd;
  --red: #a6493f;
  --red-soft: #f5dedb;
  --shadow: 0 14px 34px rgba(26, 37, 31, 0.09);
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
}
button, input, select, textarea {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  color: inherit;
}
.boot-screen {
  display: grid;
  min-height: 100vh;
  place-content: center;
  text-align: center;
  color: var(--ink-soft);
}
.brand-mark {
  align-items: center;
  background-color: var(--ink);
  background-image: url("/assets/10x.svg");
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  color: transparent;
  display: inline-flex;
  font-size: 0;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  width: 48px;
}
.app-shell {
  min-height: 100vh;
}
.desktop-rail {
  display: none;
}
.topbar {
  align-items: center;
  background: rgba(243, 241, 234, 0.93);
  border-bottom: 1px solid rgba(220, 217, 205, 0.8);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 62px;
  padding: max(10px, env(safe-area-inset-top)) 16px 10px;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}
.topbar-brand {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}
.topbar-brand .brand-mark {
  border-radius: 50%;
  flex: 0 0 auto;
  font-size: 0.75rem;
  height: 36px;
  padding: 4px;
  width: 36px;
}
.topbar-title {
  font-size: 1rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sync-pill {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 7px;
  min-height: 36px;
  padding: 0 11px;
}
.sync-dot {
  background: var(--green);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
.sync-pill[data-status="offline"] .sync-dot, .sync-pill[data-status="pending"] .sync-dot {
  background: var(--gold);
}
.sync-pill[data-status="syncing"] .sync-dot {
  animation: pulse 0.9s infinite alternate;
}
.topbar-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}
.account-button {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 800;
  min-height: 36px;
  justify-content: center;
  padding: 0 11px;
  white-space: nowrap;
}
@keyframes pulse {
  to {
    opacity: 0.25;
  }
}
.content {
  margin: 0 auto;
  max-width: 1020px;
  padding: 22px 16px calc(92px + env(safe-area-inset-bottom));
}
.page-header {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.matches-page-header {
  margin-bottom: 16px;
}
.matches-page-header h1 {
  margin-bottom: 0;
}
.header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}
.eyebrow {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 6px;
  text-transform: uppercase;
}
h1, h2, h3, p {
  margin-top: 0;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 7vw, 2.7rem);
  font-weight: bold;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 6px;
}
h2 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 12px;
}
h3 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.muted {
  color: var(--ink-soft);
}
.small {
  font-size: 0.78rem;
}
.button {
  align-items: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  text-decoration: none;
}
.button.secondary {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
.button.ghost {
  background: transparent;
  border-color: transparent;
  color: var(--green-dark);
}
.button.block {
  width: 100%;
}
.icon-button {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.grid {
  display: grid;
  gap: 14px;
}
.dashboard-grid {
  grid-template-columns: 1fr;
}
.card {
  background: var(--surface);
  border: 1px solid rgba(220, 217, 205, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card-body {
  padding: 18px;
}
.card-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
}
.card-header h2, .card-header p {
  margin-bottom: 0;
}
.hero-card {
  background: radial-gradient(circle at 85% 12%, rgba(217, 184, 108, 0.28), transparent 32%), var(--ink);
  color: #f9f7f1;
}
.hero-card .muted {
  color: #b9c2bd;
}
.hero-value {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
.metric-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.metric {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}
.metric strong {
  display: block;
  font-size: 1.05rem;
}
.metric span {
  color: #b9c2bd;
  font-size: 0.7rem;
}
.section-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
}
.section-heading h2 {
  margin: 0;
}
.performance-row, .inventory-row, .setup-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  min-height: 58px;
  padding: 10px 0;
}
.performance-row {
  grid-template-columns: minmax(0, 1fr) auto;
}
.performance-row:last-child, .inventory-row:last-child, .setup-row:last-child {
  border-bottom: 0;
}
.performance-score {
  font-weight: 800;
  text-align: right;
}
.score-track {
  background: #e7e4db;
  border-radius: 999px;
  height: 5px;
  margin-top: 7px;
  overflow: hidden;
}
.score-track span {
  background: var(--green);
  border-radius: inherit;
  display: block;
  height: 100%;
}
.setup-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.setup-value {
  background: var(--green-soft);
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 8px;
  text-align: center;
}
.firearm-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.firearm-card h2 {
  margin-bottom: 6px;
}
.compact-button {
  min-height: 36px;
  padding: 0 9px;
}
.inventory-row {
  grid-template-columns: minmax(0, 1fr) auto;
}
.inventory-amount {
  font-weight: 800;
}
.inventory-amount.warning {
  color: var(--red);
}
.match-list, .stage-list {
  display: grid;
  gap: 12px;
}
.floating-add-button {
  align-items: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  bottom: calc(76px + env(safe-area-inset-bottom));
  box-shadow: 0 10px 24px rgba(26, 37, 31, 0.2);
  color: white;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  height: 56px;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: 18px;
  text-decoration: none;
  width: 56px;
  z-index: 35;
}
.floating-add-button span {
  transform: translateY(-1px);
}
.floating-action-icon {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 25px;
}
.match-card, .stage-card {
  color: inherit;
  display: block;
  text-decoration: none;
}
.match-card .card-body, .stage-card .card-body {
  padding: 16px;
}
.match-card-top, .stage-card-top {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.match-card h2, .stage-card h3 {
  margin-bottom: 5px;
}
.match-card.is-past {
  background: rgba(255, 253, 248, 0.52);
  border-color: rgba(220, 217, 205, 0.7);
  box-shadow: 0 5px 14px rgba(26, 37, 31, 0.035);
  color: var(--ink-soft);
}
.match-card.is-past .match-card-footer {
  border-top-color: rgba(220, 217, 205, 0.7);
}
.badge {
  background: var(--green-soft);
  border-radius: 999px;
  color: var(--green-dark);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 5px 8px;
  text-transform: uppercase;
}
.badge.gold {
  background: var(--gold-soft);
  color: #6d511c;
}
.badge.red {
  background: var(--red-soft);
  color: var(--red);
}
.match-meta, .stage-meta {
  color: var(--ink-soft);
  font-size: 0.78rem;
}
.score-block {
  min-width: 80px;
  text-align: right;
}
.score-block strong {
  display: block;
  font-size: 1rem;
}
.match-card-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 11px 16px;
}
.match-identity {
  background: var(--surface);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 16px;
  padding: 17px 18px;
}
.identity-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 14px;
}
.identity-item {
  background: var(--paper);
  border-radius: 10px;
  padding: 10px;
}
.target-relay-item {
  display: block;
}
.target-relay-item strong {
  font-size: 0.9rem;
  white-space: nowrap;
}
.identity-item span {
  color: var(--ink-soft);
  display: block;
  font-size: 0.68rem;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.dope-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}
.dope-chip {
  background: var(--ink);
  border-radius: 10px;
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 8px 10px;
}
.dope-chip.secondary {
  background: var(--gold-soft);
  color: #604818;
}
.stage-hero {
  background: radial-gradient(circle at 90% 10%, rgba(217, 184, 108, 0.3), transparent 33%), var(--ink);
  border-radius: 22px;
  color: white;
  margin-bottom: 14px;
  padding: 21px;
}
.stage-hero h1 {
  margin-bottom: 5px;
}
.stage-hero .muted {
  color: #bac3be;
}
.dope-display {
  margin-top: 20px;
}
.dope-display > div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
}
.dope-display span {
  color: #b9c2bd;
  display: block;
  font-size: 0.7rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.dope-display strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}
.dope-value-line {
  align-items: baseline;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.dope-delta {
  color: #b9c2bd;
  font-size: 0.75rem;
  font-weight: 600;
}
.quick-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 14px;
}
.quick-action {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  min-height: 72px;
  text-align: center;
  text-decoration: none;
}
.quick-action strong {
  font-size: 1.1rem;
}
.quick-action-icon {
  display: block;
  fill: none;
  flex: 0 0 20px;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}
.match-quick-actions {
  grid-template-columns: repeat(3, 1fr);
}
.modal-open {
  overflow: hidden;
}
.stage-finder-overlay {
  align-items: flex-end;
  background: rgba(23, 35, 29, 0.52);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 18px 14px max(18px, env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(6px);
}
.stage-finder-overlay[hidden] {
  display: none;
}
.stage-finder {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(11, 19, 15, 0.3);
  max-height: min(82vh, 720px);
  max-width: 620px;
  overflow: hidden;
  width: 100%;
}
.stage-finder-header {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 17px;
}
.stage-finder-header .eyebrow {
  margin-bottom: 5px;
}
.stage-finder-header h2 {
  margin: 0;
}
.stage-finder-close {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.25rem;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.stage-finder-body {
  max-height: calc(min(82vh, 720px) - 91px);
  overflow-y: auto;
  padding: 17px;
}
.stage-finder-help {
  color: var(--ink-soft);
  font-size: 0.82rem;
  margin: 0 0 13px;
}
.stage-finder-choices, .stage-finder-results {
  display: grid;
  gap: 10px;
}
.stage-finder-choice {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 62px;
  padding: 11px 13px;
  text-align: left;
  width: 100%;
}
.stage-finder-choice:hover, .stage-finder-choice:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.12);
  outline: none;
}
.stage-finder-choice strong, .stage-finder-choice small {
  display: block;
}
.stage-finder-choice small {
  color: var(--green);
  font-size: 0.7rem;
  margin-top: 3px;
}
.stage-finder-choice-meta {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  flex: 0 0 auto;
  font-size: 0.74rem;
  gap: 8px;
}
.stage-finder-choice-meta b {
  color: var(--green);
  font-size: 1.25rem;
}
.stage-finder-back {
  background: transparent;
  border: 0;
  color: var(--green-dark);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  margin: -4px 0 12px;
  padding: 4px 0;
}
.stage-finder-result {
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}
.stage-finder-result-top {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.stage-finder-result h3 {
  margin: 0 0 3px;
}
.stage-finder-result .eyebrow {
  margin-bottom: 4px;
}
.stage-finder-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 11px;
}
.stage-finder-metric {
  background: var(--paper);
  border-radius: 10px;
  min-width: 0;
  padding: 9px 10px;
}
.stage-finder-metric span {
  color: var(--ink-soft);
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.stage-finder-metric strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  overflow-wrap: anywhere;
}
.stage-finder-score {
  background: var(--green-soft);
}
.stage-finder-score strong {
  color: var(--green-dark);
  font-family: inherit;
  font-size: 1.05rem;
}
.stage-finder-note {
  background: var(--paper);
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  margin-top: 12px;
  padding: 10px 11px;
}
.stage-finder-note span {
  color: var(--ink-soft);
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.stage-finder-note p {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
@media (min-width: 760px) {
  .stage-finder-overlay {
    align-items: center;
    padding: 28px;
  }
}
.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 17px;
}
.form-section + .form-section {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 2px;
}
.position-editor-list {
  display: grid;
  gap: 12px;
}
.position-section-heading {
  align-items: start;
}
.position-section-heading h2 {
  margin-bottom: 4px;
}
.position-editor {
  background: var(--paper);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  padding: 12px;
}
.position-editor-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.position-editor-fields .field:first-child {
  grid-column: 1 / -1;
}
.position-remove-button {
  justify-self: end;
}
.full-width {
  grid-column: 1 / -1;
}
.form-grid {
  display: grid;
  gap: 14px;
}
.field {
  display: grid;
  gap: 6px;
}
.field label {
  font-size: 0.75rem;
  font-weight: 800;
}
.field[hidden] {
  display: none;
}
.field input, .field select, .field textarea {
  background: var(--surface-strong);
  border: 1px solid #cfcbbf;
  border-radius: 11px;
  color: var(--ink);
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--green-dark) 50%), linear-gradient(135deg, var(--green-dark) 50%, transparent 50%);
  background-position: calc(100% - 20px) 52%, calc(100% - 14px) 52%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  cursor: pointer;
  padding-right: 44px;
}
.field select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.14);
  outline: none;
}
.custom-select {
  position: relative;
}
.field select.native-select {
  border: 0;
  height: 1px;
  min-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
.custom-select-button {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid #cfcbbf;
  border-radius: 11px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  min-height: 46px;
  padding: 10px 42px 10px 12px;
  position: relative;
  text-align: left;
  width: 100%;
}
.custom-select-button::after {
  border-bottom: 2px solid var(--green-dark);
  border-right: 2px solid var(--green-dark);
  content: "";
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  width: 8px;
}
.custom-select-button:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.14);
  outline: none;
}
.custom-select.is-open .custom-select-button {
  border-color: var(--green);
  border-radius: 11px;
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.14);
}
.custom-select.is-open .custom-select-button::after {
  margin-top: -1px;
  transform: rotate(225deg);
}
.custom-select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select-menu {
  background: var(--surface-strong);
  border: 1px solid rgba(47, 101, 77, 0.32);
  border-radius: 14px;
  box-shadow: 0 18px 32px rgba(26, 37, 31, 0.18);
  display: grid;
  gap: 2px;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 7px);
  z-index: 70;
}
.custom-select-menu[hidden] {
  display: none;
}
.custom-select-option {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
  min-height: 40px;
  padding: 9px 10px;
  text-align: left;
  width: 100%;
}
.custom-select-option:hover, .custom-select-option:focus {
  background: rgba(47, 101, 77, 0.1);
  outline: none;
}
.custom-select-option[aria-selected="true"] {
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 800;
}
.position-combobox {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  position: relative;
}
.field .position-combobox input {
  border-radius: 11px 0 0 11px;
  border-right: 0;
  min-width: 0;
}
.position-combobox-button {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid #cfcbbf;
  border-radius: 0 11px 11px 0;
  color: var(--green-dark);
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-left: -1px;
  min-height: 46px;
  position: relative;
}
.position-combobox-button::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  margin-top: -5px;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  width: 8px;
}
.position-combobox:focus-within input, .position-combobox:focus-within .position-combobox-button, .position-combobox.is-open input, .position-combobox.is-open .position-combobox-button {
  border-color: var(--green);
}
.position-combobox:focus-within {
  border-radius: 11px;
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.14);
}
.position-combobox input:focus, .position-combobox-button:focus {
  outline: none;
}
.position-combobox.is-open .position-combobox-button::after {
  margin-top: -1px;
  transform: rotate(225deg);
}
.position-combobox-menu {
  background: var(--surface-strong);
  border: 1px solid rgba(47, 101, 77, 0.32);
  border-radius: 14px;
  box-shadow: 0 18px 32px rgba(26, 37, 31, 0.18);
  display: grid;
  gap: 2px;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 7px);
  z-index: 80;
}
.position-combobox-menu[hidden] {
  display: none;
}
.position-combobox-option {
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
  min-height: 40px;
  padding: 9px 10px;
  text-align: left;
  width: 100%;
}
.position-combobox-option:hover, .position-combobox-option:focus {
  background: rgba(47, 101, 77, 0.1);
  outline: none;
}
.position-combobox-option[aria-selected="true"] {
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 800;
}
.position-combobox-empty {
  color: var(--ink-soft);
  font-size: 0.82rem;
  padding: 10px;
}
.field textarea {
  min-height: 92px;
  resize: vertical;
}
.number-stepper {
  column-gap: 0;
  grid-template-columns: minmax(0, 1fr) 44px 44px;
}
.field .number-stepper input {
  appearance: textfield;
  border-radius: 11px 0 0 11px;
  border-right: 0;
  min-width: 0;
  text-align: center;
}
.field .number-stepper input::-webkit-inner-spin-button, .field .number-stepper input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.field-presets {
  display: flex;
  gap: 7px;
}
.field-preset {
  background: var(--surface);
  border: 1px solid #cfcbbf;
  border-radius: 9px;
  color: var(--ink);
  flex: 1;
  font-size: 0.78rem;
  font-weight: 800;
  min-height: 36px;
  padding: 7px 10px;
}
.field-preset.active {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.field-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}
.edit-screen .content {
  padding-bottom: calc(104px + env(safe-area-inset-bottom));
}
.edit-screen .form-actions {
  display: none;
}
.edit-action-bar {
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid var(--line);
  bottom: 0;
  left: 0;
  padding: 10px 16px max(10px, env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 35;
  backdrop-filter: blur(18px);
}
.edit-action-bar-inner {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin: 0 auto;
  max-width: 560px;
}
.edit-action-bar .button {
  justify-content: center;
  min-height: 48px;
  width: 100%;
}
.destructive-actions {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 18px;
}
.quiet-danger-button {
  background: transparent;
  border: 0;
  color: var(--red);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 12px;
  text-decoration: underline;
  text-decoration-color: rgba(166, 73, 63, 0.35);
  text-underline-offset: 3px;
}
.quiet-danger-button:hover, .quiet-danger-button:focus {
  color: #7f342d;
  outline: none;
  text-decoration-color: currentColor;
}
.autosave-status {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
  min-height: 24px;
}
.autosave-status[data-status="saving"] .sync-dot {
  animation: autosave-pulse 0.8s ease-in-out infinite alternate;
  background: var(--gold);
}
.autosave-status[data-status="error"] {
  color: var(--red);
}
.autosave-status[data-status="error"] .sync-dot {
  background: var(--red);
}
@keyframes autosave-pulse {
  to {
    opacity: 0.35;
  }
}
.photo-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}
.photo-item {
  position: relative;
}
.photo-view-button {
  background: transparent;
  border: 0;
  border-radius: 12px;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
}
.photo-view-button:focus {
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.28);
  outline: none;
}
.photo-thumb {
  aspect-ratio: 1;
  border: 1px solid rgba(23, 35, 29, 0.16);
  border-radius: 12px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.photo-placeholder {
  align-items: center;
  background: var(--green-soft);
  color: var(--muted);
  display: flex;
  font-size: 0.72rem;
  justify-content: center;
  padding: 12px;
  text-align: center;
}
.photo-delete-button {
  align-items: center;
  background: rgba(23, 35, 29, 0.88);
  border: 2px solid white;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 1.1rem;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 32px;
}
.photo-delete-button:focus {
  box-shadow: 0 0 0 3px rgba(47, 101, 77, 0.28);
  outline: none;
}
.photo-viewer-overlay {
  align-items: center;
  background: rgba(11, 18, 14, 0.94);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: max(60px, calc(env(safe-area-inset-top) + 48px)) 16px max(24px, env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(10px);
}
.photo-viewer-overlay[hidden] {
  display: none;
}
.photo-viewer {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.photo-viewer figure {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
}
.photo-viewer-image {
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.42);
  display: block;
  max-height: calc(100vh - 130px);
  max-width: 100%;
  object-fit: contain;
}
.photo-viewer figcaption {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  max-width: min(90vw, 720px);
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photo-viewer-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 44px;
  justify-content: center;
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  top: max(12px, env(safe-area-inset-top));
  width: 44px;
}
.photo-viewer-close:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
  outline: none;
}
.bottom-nav {
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid var(--line);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  left: 0;
  padding: 7px 8px max(7px, env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
}
.nav-link {
  align-items: center;
  border-radius: 12px;
  color: var(--ink-soft);
  display: flex;
  flex-direction: column;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 4px;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
}
.nav-link strong {
  font-size: 1.05rem;
}
.nav-link.active {
  background: var(--green-soft);
  color: var(--green-dark);
}
.empty-state {
  padding: 30px 20px;
  text-align: center;
}
.account-panel {
  display: grid;
  gap: 18px;
}
.account-panel h2 {
  overflow-wrap: anywhere;
}
.auth-screen {
  align-items: center;
  background: radial-gradient(circle at top left, rgba(188, 148, 57, 0.18), transparent 34rem), var(--page);
  display: grid;
  min-height: 100vh;
  padding: 24px;
}
.auth-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(23, 35, 29, 0.14);
  margin: auto;
  max-width: 440px;
  padding: clamp(24px, 6vw, 42px);
  width: 100%;
}
.auth-card .brand-mark {
  margin-bottom: 24px;
}
.auth-form {
  display: grid;
  gap: 14px;
  margin: 24px 0 18px;
}
.auth-form .button {
  width: 100%;
}
.auth-link-button {
  background: transparent;
  border: 0;
  color: var(--green-dark);
  font: inherit;
  font-weight: 700;
  justify-self: center;
  padding: 4px 8px;
  text-decoration: underline;
}
.auth-link-button:disabled {
  color: var(--muted);
}
.auth-message, .auth-status {
  background: var(--gold-soft);
  border-radius: 12px;
  margin: 18px 0;
  padding: 12px 14px;
}
.auth-message.success {
  background: var(--green-soft);
}
.auth-status {
  align-items: center;
  display: flex;
  gap: 9px;
}
.desktop-account {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 7px;
  margin-top: auto;
  overflow: hidden;
  padding: 16px 10px 0;
}
.desktop-account span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.desktop-account button {
  background: transparent;
  border: 0;
  color: #bdc7c1;
  cursor: pointer;
  padding: 0;
  text-align: left;
}
.toast {
  background: var(--ink);
  border-radius: 12px;
  bottom: calc(80px + env(safe-area-inset-bottom));
  color: white;
  left: 50%;
  max-width: calc(100vw - 32px);
  padding: 11px 15px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 50;
}
@media (min-width: 760px) {
  .dashboard-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .dashboard-grid .wide {
    grid-column: 1 / -1;
  }
  .form-grid.two-column {
    grid-template-columns: 1fr 1fr;
  }
  .position-editor-fields {
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
  }
  .position-editor-fields .field:first-child {
    grid-column: auto;
  }
}
@media (min-width: 980px) {
  .app-shell {
    display: grid;
    grid-template-columns: 230px 1fr;
  }
  .desktop-rail {
    background: var(--ink);
    color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 24px 16px;
    position: sticky;
    top: 0;
  }
  .desktop-brand {
    align-items: center;
    display: flex;
    gap: 11px;
    margin: 0 8px 28px;
  }
  .desktop-brand .brand-mark {
    background-color: var(--ink);
    flex: 0 0 auto;
    height: 42px;
    width: 42px;
  }
  .desktop-links {
    display: grid;
    gap: 5px;
  }
  .desktop-links .nav-link {
    align-items: center;
    color: #cad1cd;
    flex-direction: row;
    font-size: 0.86rem;
    gap: 11px;
    justify-content: flex-start;
    padding: 0 12px;
  }
  .desktop-links .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .desktop-sync {
    color: #bdc7c1;
    font-size: 0.76rem;
    padding: 8px 10px 0;
  }
  .topbar {
    padding-left: 28px;
    padding-right: 28px;
  }
  .topbar .topbar-brand {
    display: none;
  }
  .content {
    padding: 32px 30px 60px;
  }
  .edit-screen .content {
    padding-bottom: 112px;
  }
  .edit-action-bar {
    left: 230px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .floating-add-button {
    bottom: 28px;
    right: 30px;
  }
  .bottom-nav {
    display: none;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-border-style: solid;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
