/* [project]/app/globals.css [app-client] (css) */
:root {
  --bg: #140f0b;
  --paper: #fff6df;
  --paper-2: #f7e5bd;
  --ink: #2a1812;
  --muted: #806c56;
  --red: #a9271d;
  --red-2: #6f1712;
  --gold: #d8a643;
  --gold-2: #fff0a8;
  --jade: #477c64;
  --line: #5c30152e;
  --shadow: 0 18px 48px #180a0042;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  color: var(--ink);
  background: radial-gradient(circle at top, #ae261b57, #0000 34rem), linear-gradient(135deg, #120b09, #241411 52%, #100c0a);
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Microsoft YaHei, sans-serif;
}

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

button, input, textarea, select {
  font: inherit;
}

.phoneShell {
  background: linear-gradient(#fff7e2eb, #fff7e2f5), repeating-linear-gradient(90deg, #0000 0 14px, #6d391408 14px 15px);
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 70px #00000073;
}

.content {
  padding: 72px 16px 96px;
}

.topBar {
  z-index: 10;
  color: #fff8df;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #701712ed;
  border-bottom: 1px solid #ffe19a3d;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 430px);
  height: 60px;
  padding: 10px 16px;
  display: flex;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.brand {
  align-items: center;
  gap: 10px;
  display: flex;
}

.brand span, .toolIcon, .bigSeal {
  background: radial-gradient(circle at 35% 25%, var(--gold-2), var(--gold));
  color: #6c1710;
  border: 1px solid #fff5becc;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-weight: 900;
  display: inline-grid;
}

.pillLink, .textLink {
  color: #fff1b9;
  border: 1px solid #ffeeb473;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
}

.bottomNav {
  z-index: 12;
  border-top: 1px solid var(--line);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fff8e7f5;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 430px);
  display: grid;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -10px 32px #40160024;
}

.bottomNav a {
  color: #7e6550;
  place-items: center;
  gap: 2px;
  min-height: 66px;
  padding: 9px 0;
  display: grid;
}

.bottomNav span {
  font-size: 18px;
  font-weight: 800;
}

.bottomNav small {
  font-size: 12px;
}

.bottomNav .active {
  color: var(--red);
}

.hero {
  color: #fff6d9;
  border-radius: 0 0 28px 28px;
  min-height: 520px;
  margin: -72px -16px 18px;
  position: relative;
  overflow: hidden;
}

.heroImage {
  background-image: url("/temple-bg.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.heroShade {
  background: linear-gradient(#3709078c, #1e0a073d 38%, #260a05e0), radial-gradient(circle at 50% 70%, #d99d3b59, #0000 18rem);
  position: absolute;
  inset: 0;
}

.heroContent {
  position: absolute;
  bottom: 26px;
  left: 18px;
  right: 18px;
}

.eyebrow, .kicker {
  color: var(--gold);
  letter-spacing: 0;
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 800;
}

h1, h2, h3, p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
}

.heroText {
  color: #fff8dee0;
  max-width: 360px;
  line-height: 1.75;
}

.heroActions {
  gap: 10px;
  margin-top: 18px;
  display: flex;
}

.primaryBtn, .ghostBtn, .submitBtn, .profilePanel button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
}

.primaryBtn, .submitBtn {
  color: #66130d;
  background: linear-gradient(135deg, #fff2a9, #d59b35);
  box-shadow: 0 12px 26px #74350047;
}

.ghostBtn {
  color: #ffe8a3;
  background: #4e120d59;
  border: 1px solid #ffedb280;
}

.section, .formPanel, .resultBox, .profilePanel, .almanacCard, .breathCard, .pageTitle, .toolHero {
  border: 1px solid var(--line);
  background: #fffaebc7;
  border-radius: 18px;
  box-shadow: 0 10px 28px #4a220514;
}

.section, .formPanel, .resultBox, .profilePanel, .almanacCard, .breathCard {
  margin: 14px 0;
  padding: 16px;
}

.compact, .noTop {
  margin-top: 0;
}

.sectionHead {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
  display: flex;
}

.sectionHead h2 {
  margin: 0;
  font-size: 22px;
}

.sectionHead .textLink {
  color: var(--red);
  border-color: var(--line);
  background: #ffebb78a;
}

.toolGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.toolCard {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #fffcf2eb, #ffe8b69e);
  border-radius: 14px;
  flex-direction: column;
  gap: 7px;
  min-height: 132px;
  padding: 12px;
  display: flex;
}

.toolCard strong {
  font-size: 15px;
}

.toolCard small, .masterCard p, .listItem p, .pageTitle p, .tinyNote, .field small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.masterList {
  gap: 10px;
  display: grid;
}

.masterCard {
  border: 1px solid var(--line);
  background: #fff8e6b8;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: flex;
}

.masterCard span {
  color: #fff2c2;
  background: linear-gradient(145deg, #9e261c, #54110e);
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  font-weight: 900;
  display: grid;
}

.masterCard p {
  margin: 3px 0 0;
}

.lampWall {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.lamp {
  text-align: center;
  color: #fff2bd;
  background: radial-gradient(circle at 50% 18%, #ffd55b6b, #0000 2.5rem), linear-gradient(#5b1713, #2a0e0b);
  border: 1px solid #b8782547;
  border-radius: 14px;
  min-height: 146px;
  padding: 12px;
}

.flame {
  background: radial-gradient(circle at 45% 65%, #fff7bf, #ffbd3a 45%, #d94618);
  border-radius: 50% 50% 45% 45%;
  width: 18px;
  height: 26px;
  margin: 0 auto 8px;
  display: block;
  box-shadow: 0 0 22px #f4a324;
}

.lamp p {
  font-size: 12px;
  line-height: 1.55;
}

.lamp small {
  color: #ffeaabb8;
}

.pageTitle, .toolHero {
  margin-bottom: 14px;
  padding: 22px 18px;
}

.pageTitle h1, .toolHero h1 {
  margin-bottom: 8px;
  font-size: 32px;
}

.toolHero {
  color: #fff5d6;
  background: linear-gradient(135deg, #7a1a12f0, #34120df5), radial-gradient(circle at 100%, #e6b24861, #0000 11rem);
  justify-content: space-between;
  align-items: center;
  min-height: 168px;
  display: flex;
  overflow: hidden;
}

.toolHero p {
  color: #fff6d6d1;
  line-height: 1.65;
}

.bigSeal {
  opacity: .95;
  flex: none;
  width: 76px;
  height: 76px;
  font-size: 30px;
}

.masterPicker {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  display: grid;
}

.masterPicker button {
  border: 1px solid var(--line);
  min-height: 116px;
  color: var(--ink);
  cursor: pointer;
  background: #fff9e8c7;
  border-radius: 14px;
  padding: 10px;
}

.masterPicker .selected {
  background: linear-gradient(#fff4cf, #f5d891);
  border-color: #a9271d8c;
}

.masterPicker span {
  background: var(--red);
  color: #ffeeb0;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 8px;
  font-weight: 900;
  display: grid;
}

.masterPicker small {
  color: var(--muted);
  margin-top: 4px;
  display: block;
}

.field {
  color: #4a2d20;
  gap: 7px;
  margin-bottom: 14px;
  font-weight: 800;
  display: grid;
}

.field input, .field textarea, .field select {
  width: 100%;
  color: var(--ink);
  background: #fffff8d1;
  border: 1px solid #612e1233;
  border-radius: 12px;
  outline: none;
  padding: 12px;
}

.field textarea {
  resize: vertical;
}

.uploadField input {
  padding: 10px;
}

.priceLine {
  color: var(--muted);
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 16px;
  display: flex;
}

.priceLine strong {
  color: var(--red);
  font-size: 26px;
}

.submitBtn {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
}

.submitBtn:disabled {
  opacity: .68;
  cursor: wait;
}

.tinyNote {
  margin: 10px 4px 0;
}

.resultBox {
  white-space: pre-line;
}

.resultBox small {
  color: var(--red);
  font-weight: 800;
}

.resultBox h3 {
  margin: 8px 0;
}

.resultBox p {
  color: #4b3022;
  margin: 0;
  line-height: 1.8;
}

.orderHint {
  color: #6d261d;
  background: #ffeebea3;
  border: 1px solid #a9271d2e;
  border-radius: 12px;
  gap: 4px;
  margin-top: 14px;
  padding: 12px;
  display: grid;
}

.orderHint span {
  color: var(--muted);
  font-size: 12px;
}

.almanacCard {
  gap: 10px;
  display: grid;
}

.almanacCard div {
  grid-template-columns: 50px 1fr;
  align-items: start;
  gap: 10px;
  display: grid;
}

.almanacCard strong {
  color: #fff4c8;
  background: var(--jade);
  border-radius: 12px;
  place-items: center;
  height: 38px;
  display: grid;
}

.almanacCard p {
  color: var(--muted);
  margin: 7px 0 0;
}

.breathCard {
  text-align: center;
}

.breathCard span {
  background: radial-gradient(circle, #fff0a8f2, #d59b353d 58%, #0000 60%);
  border-radius: 50%;
  width: 112px;
  height: 112px;
  margin: 6px auto 14px;
  display: block;
}

.breathCard.active span {
  animation: 5s ease-in-out infinite breathe;
}

.fullList, .recordList {
  gap: 10px;
  display: grid;
}

.listItem {
  border: 1px solid var(--line);
  background: #fffaebc7;
  border-radius: 16px;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px;
  display: grid;
}

.listItem p {
  margin: 4px 0 0;
}

.listItem em {
  color: var(--red);
  font-style: normal;
  font-weight: 800;
}

.profilePanel {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profilePanel div {
  display: grid;
}

.profilePanel strong {
  color: var(--red);
  font-size: 34px;
}

.profilePanel button {
  color: #fff3d0;
  background: #722019;
}

.emptyState {
  text-align: center;
  color: var(--muted);
  border: 1px dashed #80542757;
  border-radius: 16px;
  padding: 28px 16px;
}

.gold .toolIcon, .gold.bigSeal {
  background: radial-gradient(circle at 35% 25%, #fff7b7, #d6a23a);
}

.jade .toolIcon, .jade.bigSeal {
  background: radial-gradient(circle at 35% 25%, #d9ffdc, #5e9477);
}

.blue .toolIcon, .blue.bigSeal {
  background: radial-gradient(circle at 35% 25%, #d9f0ff, #6592b1);
}

.night .toolIcon, .night.bigSeal {
  background: radial-gradient(circle at 35% 25%, #e6dcff, #6b5a94);
}

.rose .toolIcon, .rose.bigSeal {
  background: radial-gradient(circle at 35% 25%, #ffe2ec, #b96e7e);
}

.bronze .toolIcon, .bronze.bigSeal {
  background: radial-gradient(circle at 35% 25%, #ffe9c7, #b07238);
}

.tea .toolIcon, .tea.bigSeal {
  background: radial-gradient(circle at 35% 25%, #eaffcc, #8da464);
}

@keyframes breathe {
  0%, 100% {
    opacity: .72;
    transform: scale(.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@media (max-width: 360px) {
  .toolGrid, .lampWall {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 42px;
  }

  .masterPicker {
    grid-template-columns: 1fr;
  }
}

.adminShell {
  color: #e9dfc9;
  background: #070604;
  grid-template-columns: 220px 1fr;
  min-height: 100vh;
  display: grid;
}

.adminSidebar {
  background: #1a150f;
  border-right: 1px solid #cd8e301f;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.adminBrand {
  border-bottom: 1px solid #cd8e301f;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 14px 16px;
  display: flex;
}

.adminBrand span {
  color: #241206;
  background: linear-gradient(135deg, #ffca5c, #a26916);
  border-radius: 10px;
  place-items: center;
  width: 38px;
  height: 38px;
  font-weight: 900;
  display: grid;
}

.adminBrand strong {
  color: #f0ad38;
  line-height: 1.1;
  display: block;
}

.adminBrand small, .adminFoot small {
  color: #7e7566;
  margin-top: 4px;
  display: block;
}

.adminMenu {
  gap: 4px;
  padding: 14px 10px;
  display: grid;
}

.adminMenu button {
  color: #d7c9b1;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 12px;
  display: flex;
}

.adminMenu button:hover, .adminMenu .active {
  color: #ffd27a;
  background: #b1671947;
}

.adminMenu span {
  color: #b9a178;
  text-align: center;
  width: 22px;
  font-weight: 900;
}

.adminFoot {
  border-top: 1px solid #cd8e301f;
  margin-top: auto;
  padding: 14px 14px 20px;
}

.adminMain {
  min-width: 0;
  padding: 22px 24px 40px;
}

.adminTop {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
  display: flex;
}

.adminTop p {
  color: #847a69;
  margin-bottom: 8px;
}

.adminTop h1 {
  color: #f0ad38;
  margin: 0;
  font-size: 28px;
}

.adminTopActions {
  gap: 10px;
  display: flex;
}

.adminTopActions a, .adminTopActions button, .adminTabs button, .confirmBtn, .passwordCard button {
  color: #e6d8bf;
  cursor: pointer;
  background: #11100d;
  border: 1px solid #e7b1523d;
  border-radius: 9px;
  padding: 8px 12px;
}

.adminTopActions button:hover, .adminTopActions a:hover, .adminTabs .active {
  color: #231306;
  background: linear-gradient(135deg, #ffc866, #b87517);
  border-color: #d69627;
}

.adminNotice {
  color: #cabda6;
  background: #251c11e6;
  border: 1px solid #d6962738;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.adminToolbar {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  display: flex;
}

.adminTabs {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.adminToolbar input {
  color: #e7dcca;
  background: #11100d;
  border: 1px solid #e7b15229;
  border-radius: 9px;
  outline: none;
  width: min(320px, 100%);
  padding: 10px 12px;
}

.adminTableWrap {
  background: #070604;
  border: 1px solid #e7b1521f;
  border-radius: 12px;
  overflow: auto;
}

.adminTable {
  border-collapse: collapse;
  width: 100%;
  min-width: 1180px;
  font-size: 13px;
}

.adminTable th {
  color: #7f7464;
  text-align: left;
  background: #191612;
  font-weight: 700;
}

.adminTable th, .adminTable td {
  vertical-align: middle;
  border-bottom: 1px solid #e7b15217;
  padding: 13px 14px;
}

.adminTable tr:hover td {
  background: #da94220b;
}

.adminTable strong, .adminTable span, .adminTable small, .adminTable em {
  display: block;
}

.adminTable small {
  color: #6f675b;
  margin-top: 4px;
}

.adminTable em {
  color: #e07070;
  margin-top: 5px;
  font-style: normal;
}

.mono {
  color: #aeb0b5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.money {
  color: #f1a925;
  font-size: 18px;
}

.status {
  border-radius: 999px;
  width: max-content;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 800;
}

.status.paid {
  color: #69e093;
  background: #14703652;
}

.status.pending {
  color: #ffb45d;
  background: #98520c4d;
}

.status.review {
  color: #77bfff;
  background: #17568e4d;
}

.status.expired {
  color: #a8a095;
  background: #68605640;
}

.confirmBtn {
  color: #7ff0a0;
  background: #18722d57;
  border-color: #44c16152;
}

.doneTag {
  color: #79e999;
}

.adminStats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
  display: grid;
}

.adminStat, .adminCard {
  background: linear-gradient(#12100d, #0b0a08);
  border: 1px solid #e7b1521f;
  border-radius: 14px;
  box-shadow: 0 16px 40px #0000002e;
}

.adminStat {
  padding: 16px;
}

.adminStat span, .adminStat small, .adminCard p, .adminList, .userCard small {
  color: #8a8171;
}

.adminStat strong {
  color: #f3e8d3;
  margin: 8px 0 4px;
  font-size: 28px;
  display: block;
}

.adminStat.gold strong {
  color: #f0ad38;
}

.adminStat.red strong {
  color: #ff7b6f;
}

.adminStat.green strong {
  color: #76e59a;
}

.adminStat.blue strong {
  color: #78bdff;
}

.adminGrid {
  gap: 14px;
  display: grid;
}

.adminGrid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.adminGrid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adminCard {
  padding: 18px;
}

.adminCard h2 {
  color: #f2dab0;
  margin-bottom: 12px;
  font-size: 18px;
}

.adminCard p {
  line-height: 1.7;
}

.adminList {
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  line-height: 1.65;
  display: grid;
}

.funnel {
  gap: 10px;
  display: grid;
}

.funnel span {
  color: #211304;
  background: linear-gradient(90deg, #f5c465, #a96b16);
  border-radius: 999px;
  min-width: 170px;
  padding: 10px 12px;
  font-weight: 800;
  display: block;
}

.compactTable {
  min-width: 760px;
}

.userCard p {
  margin-bottom: 7px;
}

.passwordCard {
  max-width: 520px;
}

.passwordCard label {
  color: #cdbb9e;
  gap: 7px;
  margin-bottom: 12px;
  display: grid;
}

.passwordCard input {
  color: #e9dfc9;
  background: #070604;
  border: 1px solid #e7b15229;
  border-radius: 10px;
  padding: 10px 12px;
}

@media (max-width: 920px) {
  .adminShell {
    grid-template-columns: 1fr;
  }

  .adminSidebar {
    height: auto;
    position: static;
  }

  .adminMenu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adminStats, .adminGrid.two, .adminGrid.three {
    grid-template-columns: 1fr;
  }

  .adminToolbar, .adminTop {
    flex-direction: column;
    align-items: stretch;
  }
}

/*# sourceMappingURL=app_globals_0yg4wg8.css.map*/