@font-face { font-family: "Ink Brush"; src: url("fonts/nanum-brush.woff2?v=responsive-20260905") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Ink Batang"; src: url("fonts/gowun-batang.woff2?v=responsive-20260905") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
:root {
  color-scheme: dark; --night: #090909; --surface: #141414; --paper: #e8e6e1; --muted: #a8a6a2; --line: #ffffff26; --accent: #dedbd4;
  --font-brush: "Ink Brush", "Batang", serif; --font-story: "Ink Batang", "Batang", serif; --font-ui: system-ui, -apple-system, "Malgun Gothic", sans-serif;
  font-family: var(--font-ui); color: var(--paper); background: var(--night);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100svh; isolation: isolate; background: radial-gradient(ellipse at 30% 0%, #25252566, transparent 65%), var(--night); }
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23grain)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { opacity: .35; cursor: default; }
:focus-visible { outline: 2px solid var(--paper); outline-offset: 6px; }
::selection { background: #d8d5ce; color: #111; }
.eyebrow { font: 11px/1.6 ui-monospace, "Courier New", monospace; letter-spacing: .16em; color: var(--muted); }
.site-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; min-height: 60px; padding-top: env(safe-area-inset-top, 0px); border-bottom: 1px solid var(--line); }
.wordmark { font: 12px var(--font-ui); letter-spacing: .12em; }
.site-bar a, .text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-size: 13px; }
.site-bar a:hover, .text-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 6px; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); margin-top: 72px; padding: 25px 0 4px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.site-footer p { margin: 0; }
.page { padding-left: env(safe-area-inset-left, 0px); padding-right: env(safe-area-inset-right, 0px); }
@media (max-width: 600px) {
  .site-bar { min-height: 60px; } .wordmark { font-size: 10px; letter-spacing: .1em; }
  .site-footer { margin-top: 44px; flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
}
