/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;500;600;700&family=IBM+Plex+Serif:wght@600;700&display=swap");

body {
  line-height: 1.45;
}

.app-shell-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  border-bottom: 1px solid var(--line);
}

.app-shell-nav {
  width: min(1180px, calc(100% - 2.4rem));
  margin: 0 auto;
  display: flex;
  gap: 0.4rem;
  padding: 0.75rem 0;
}

.app-shell-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  border-radius: 999px;
  padding: 0 0.8rem;
  border: 1px solid transparent;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.9rem;
}

.app-shell-nav a:hover {
  border-color: var(--line);
  color: var(--text);
  background: color-mix(in srgb, var(--surface) 70%, transparent);
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  z-index: -1;
  background-image: radial-gradient(circle, rgba(10, 106, 98, 0.2) 0.6px, transparent 0.6px);
  background-size: 4px 4px;
}

.page-title {
  font-family: "IBM Plex Serif", Georgia, serif;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

@media (max-width: 640px) {
  .app-shell-nav {
    overflow-x: auto;
    padding-bottom: 0.9rem;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./styles/theme.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #f4efe6;
  --bg-soft: #ece3d4;
  --surface: rgba(250, 246, 237, 0.88);
  --surface-strong: #fffaf1;
  --text: #1f1a17;
  --text-muted: #5f544a;
  --line: rgba(75, 56, 42, 0.2);
  --accent: #0a6a62;
  --accent-strong: #084d48;
  --warn: #95511e;
  --danger: #8a2d2d;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow-soft: 0 20px 35px -28px rgba(31, 26, 23, 0.5);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 173, 93, 0.2), transparent 42%),
    radial-gradient(circle at 100% 0%, rgba(10, 106, 98, 0.16), transparent 40%),
    linear-gradient(150deg, var(--bg) 0%, #e6ddcf 100%);
  font-family: "IBM Plex Sans KR", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

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

main {
  width: min(1180px, calc(100% - 2.4rem));
  margin: 0 auto;
}

