/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.25_@types+node@22.20.1_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/.pnpm/next@15.5.25_@types+node@22.20.1_react-dom@19.2.8_react@19.2.8__react@19.2.8/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #1a1714;
  --bg-elevated: #2a2520;
  --bg-card: #322c26;
  --border: #4a4238;
  --text: #f5f0e8;
  --text-muted: #a89a88;
  --accent: #c99a6b;
  --accent-strong: #d4a574;
  --accent-ink: #2a2018;
  --danger: #8b5a4a;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --banner-h: 60px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent);
  text-decoration: none;
}

button,
select {
  font: inherit;
}

.phone-shell {
  width: min(430px, 100%);
  margin: 0 auto;
  min-height: 100dvh;
  position: relative;
}

