/* [project]/apps/web/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --ink: #1e1b16;
  --muted: #6f5c4d;
  --paper: #fff8ef;
  --card: #fff;
  --primary: #ff7a00;
  --secondary: #ffe100;
  --tertiary: #2f5bff;
  --line: #e8d7c8;
  --soft-primary: #fff0df;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Plus Jakarta Sans, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  min-height: 100vh;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button, .chip-button {
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: .95rem 1.2rem;
  font: 800 .9rem / 1.1 Manrope, system-ui, sans-serif;
  transition: transform .16s, box-shadow .16s;
}

button:hover, .chip-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px #ff7a0038;
}

button.secondary {
  background: var(--secondary);
  color: var(--ink);
}

.ghost-button {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff7e8;
}

.app-shell {
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
}

.mobile-frame {
  min-height: 100vh;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(6rem, env(safe-area-inset-bottom));
  background: radial-gradient(circle at 20% 0, #ffe10057, #0000 13rem), linear-gradient(#fff8ef 0%, #fff3e2 100%);
  position: relative;
}

.top-bar, .brand-lockup, .user-strip, .wallet-meta, .product-strip, .history-card li, .refresh-card, .bottom-nav {
  align-items: center;
  display: flex;
}

.top-bar {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.brand-lockup {
  gap: .75rem;
}

.brand-mark {
  background: var(--primary);
  color: #fff;
  border-radius: 1.1rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font: 900 1.25rem / 1 Plus Jakarta Sans, Manrope, sans-serif;
  display: flex;
  box-shadow: 0 12px 28px #ff7a003d;
}

h1 {
  letter-spacing: -.05em;
  margin: 0;
  font: 900 1.6rem / 1 Plus Jakarta Sans, Manrope, sans-serif;
}

.brand-lockup p {
  color: var(--muted);
  margin: .2rem 0 0;
  font-size: .82rem;
  font-weight: 800;
}

.status-chip, .pill {
  border-radius: 999px;
  padding: .55rem .75rem;
  font-size: .78rem;
  font-weight: 900;
}

.status-chip {
  background: var(--secondary);
}

.user-strip {
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}

.pill {
  border: 1px solid var(--line);
}

.pill.strong {
  background: var(--ink);
  color: #fff;
}

.pill.muted {
  color: var(--muted);
  background: #fff;
}

.pill.linked {
  color: var(--tertiary);
  background: #e6ebff;
}

.pill.verified {
  background: var(--secondary);
  color: var(--ink);
}

.wallet-card, .panel, .refresh-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  animation: .52s both rise;
  box-shadow: 0 18px 44px #6f5c4d1c;
}

.wallet-card {
  background: radial-gradient(circle at 86% 18%, #ffe100a6, transparent 5rem),
    linear-gradient(135deg, var(--primary), #ff9d28);
  color: #fff;
  padding: 1.35rem;
}

.wallet-card span, .section-kicker {
  letter-spacing: -.01em;
  font: 900 .78rem / 1 Manrope, system-ui, sans-serif;
}

.wallet-card strong {
  letter-spacing: -.08em;
  margin: .8rem 0 1rem;
  font: 900 4.5rem / .95 Plus Jakarta Sans, Manrope, sans-serif;
  display: block;
}

.wallet-card p {
  margin: 1rem 0 0;
}

.wallet-meta {
  gap: .5rem;
}

.wallet-meta small {
  color: #fff;
  background: #ffffff3d;
  border-radius: 999px;
  padding: .55rem .75rem;
  font-weight: 900;
  line-height: .95;
}

.wallet-card strong.positive {
  color: var(--secondary);
}

.wallet-card strong.negative {
  color: #1e1b16;
}

.wallet-card small, .panel p, .panel small, .refresh-card span {
  color: var(--muted);
  line-height: 1.55;
}

.wallet-card small {
  color: #fff;
}

.dashboard-stack {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.panel {
  padding: 1.15rem;
}

.panel:first-child {
  animation-delay: 60ms;
}

.panel:nth-child(2) {
  animation-delay: .12s;
}

.panel:nth-child(3) {
  animation-delay: .18s;
}

.panel:nth-child(4) {
  animation-delay: .24s;
}

.panel h2 {
  letter-spacing: -.04em;
  margin: .35rem 0 .75rem;
  font: 900 1.45rem / 1.1 Plus Jakarta Sans, Manrope, sans-serif;
}

.product-strip, .odds-box {
  background: var(--soft-primary);
  border: 1px solid #ffd7ac;
  border-radius: 1.2rem;
  margin: 1rem 0;
  padding: 1rem;
  display: block;
}

.product-strip, .history-card li, .refresh-card {
  justify-content: space-between;
  gap: 1rem;
}

.shopping-card .product-strip {
  background: #fff8d6;
  border-color: #f0d66d;
}

.phone-card .product-strip {
  background: var(--soft-primary);
}

.product-strip b, .history-card b {
  color: var(--primary);
  white-space: nowrap;
}

.history-card ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.history-card li {
  border-bottom: 1px solid var(--line);
  padding: .75rem 0;
}

.gate-message {
  background: #fff8d6;
  border-radius: 1rem;
  padding: .9rem;
  font-weight: 800;
  color: var(--ink) !important;
}

.inline-form {
  display: inline-block;
}

.draw-card .inline-form + .inline-form {
  margin-left: .5rem;
}

.refresh-card {
  padding: 1rem;
}

.bottom-nav {
  border: 1px solid var(--line);
  bottom: max(1rem, env(safe-area-inset-bottom));
  background: #fffffff0;
  border-radius: 1.5rem;
  justify-content: space-around;
  gap: .35rem;
  width: calc(100% - 2rem);
  max-width: 398px;
  padding: .55rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 14px 38px #6f5c4d2e;
}

.bottom-nav a {
  color: var(--muted);
  text-align: center;
  border-radius: 999px;
  flex: 1;
  padding: .75rem .4rem;
  font-size: .82rem;
  font-weight: 900;
}

.bottom-nav a[aria-current="page"] {
  background: var(--primary);
  color: #fff;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px)rotate(-.4deg);
  }

  to {
    opacity: 1;
    transform: translateY(0)rotate(0);
  }
}

@media (max-width: 820px) {
  .draw-card .inline-form + .inline-form {
    margin-top: .5rem;
    margin-left: 0;
  }
}

.admin-shell {
  max-width: 1180px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 2rem;
}

.login-shell {
  justify-content: center;
  align-items: center;
  display: flex;
}

.admin-login-card, .admin-hero, .admin-metric-card, .admin-table-card {
  border: 1px solid var(--line);
  background: #fffdf5e0;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 30px 80px #0b2f4524;
}

.admin-login-card {
  width: 100%;
  max-width: 34rem;
}

.admin-login-form {
  gap: 1rem;
  display: grid;
}

.admin-login-form label {
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  gap: .35rem;
  font: 800 .8rem / 1.4 Verdana, sans-serif;
  display: grid;
}

.admin-login-form input {
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: .9rem;
  font: 1rem / 1.2 Verdana, sans-serif;
}

.admin-alert {
  background: var(--tomato);
  color: var(--paper);
  border-radius: 1rem;
  padding: .9rem;
  font-weight: 800;
}

.admin-hero {
  background: var(--navy);
  color: var(--paper);
}

.admin-hero p:not(.eyebrow) {
  color: #fff8e8c2;
}

.admin-expire-link {
  color: var(--lime);
  font: 800 .9rem / 1 Verdana, sans-serif;
}

.admin-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  display: grid;
}

.admin-metric-card span {
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  font: 800 .72rem / 1 Verdana, sans-serif;
  display: block;
}

.admin-metric-card strong {
  letter-spacing: -.06em;
  margin-top: .8rem;
  font-size: clamp(2rem, 5vw, 4rem);
  display: block;
}

.admin-table-card {
  margin-top: 1rem;
}

@media (max-width: 820px) {
  .admin-shell {
    padding: 1rem;
  }

  .admin-metrics {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=apps_web_app_globals_1lkgh9-.css.map*/