@charset "UTF-8";:root{--brand-gold-50: #fbf7ea;--brand-gold-100: #f5ecca;--brand-gold-200: #ecd896;--brand-gold-300: #e0c264;--brand-gold-400: #d4af37;--brand-gold-500: #c9a227;--brand-gold-600: #ab841d;--brand-gold-700: #876619;--brand-gold-800: #6b5018;--brand-gold-900: #574013;--brand-charcoal: #1f1b16;--brand-charcoal-700: #2c261f;--brand-charcoal-600: #3a332a;--brand-charcoal-500: #4a4135;--brand-brown: #5b4a36;--brand-brown-light: #7a6647;--color-primary: #2c261f;--color-primary-hover: #1f1b16;--color-primary-active: #151210;--color-primary-soft: #f4f1ec;--color-on-primary: #ffffff;--color-accent: #d4af37;--color-accent-hover: #e2bd4a;--color-accent-active: #c9a227;--color-accent-soft: #fbf7ea;--color-on-accent: #5e430e;--color-success: #1f7a4d;--color-success-soft: #e3f3ea;--color-on-success: #ffffff;--color-warning: #c2660c;--color-warning-soft: #fcefe0;--color-on-warning: #ffffff;--color-danger: #c5331f;--color-danger-soft: #fbe7e3;--color-on-danger: #ffffff;--color-info: #3a5a78;--color-info-soft: #e7eef4;--color-on-info: #ffffff;--color-bg: #f7f5f1;--color-surface: #ffffff;--color-surface-alt: #efece6;--color-overlay: rgba(31, 27, 22, .5);--color-text: #1f1b16;--color-text-secondary: #534b40;--color-text-muted: #7a7064;--color-text-on-dark: #f7f5f1;--color-border: #e3ded5;--color-border-strong: #cfc8ba;--color-focus-ring: rgba(201, 162, 39, .45);--font-family-base: "Pretendard", "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Segoe UI", Roboto, sans-serif;--font-size-xs: .875rem;--font-size-sm: 1rem;--font-size-base: 1.0625rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.75rem;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-base: 1.6;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(31, 27, 22, .06);--shadow-md: 0 4px 16px rgba(31, 27, 22, .09);--shadow-lg: 0 12px 32px rgba(31, 27, 22, .14);--shadow-accent: 0 6px 20px rgba(201, 162, 39, .28);--layout-max-width: 1200px;--layout-gutter: 1.5rem;--header-height: 72px;--tap-target-min: 48px;--transition-fast: .14s ease;--transition-base: .22s ease;--motion-duration-fast: .12s;--motion-duration-normal: .2s;--motion-duration-slow: .32s;--motion-ease-out: cubic-bezier(0, 0, .2, 1);--motion-ease-in-out: cubic-bezier(.4, 0, .2, 1);--motion-ease-spring: cubic-bezier(.175, .885, .32, 1.275);--z-dropdown: 1000;--z-sticky: 1100;--z-overlay: 1200;--z-modal: 1300;--z-toast: 1400;--z-tooltip: 1500}:root[data-theme=dark]{--brand-charcoal: #0f0d0b;--color-primary: #e8c352;--color-primary-hover: #f0d066;--color-primary-active: #d4af37;--color-primary-soft: #2a241b;--color-on-primary: #1a160f;--color-accent: #d8b84a;--color-accent-hover: #e8c352;--color-accent-active: #c9a227;--color-accent-soft: #2a241b;--color-on-accent: #241c10;--color-success: #4bbf85;--color-success-soft: #16271e;--color-warning: #e0934a;--color-warning-soft: #2a1f14;--color-danger: #e06a59;--color-danger-soft: #2a1714;--color-info: #7aa0c2;--color-info-soft: #16212a;--color-bg: #14110d;--color-surface: #1f1b16;--color-surface-alt: #2a241d;--color-overlay: rgba(0, 0, 0, .6);--color-text: #f1ece2;--color-text-secondary: #c9c0b2;--color-text-muted: #978d7d;--color-text-on-dark: #f1ece2;--color-border: #352e25;--color-border-strong: #4a4234;--color-focus-ring: rgba(216, 184, 74, .5);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .6);--shadow-accent: 0 6px 20px rgba(216, 184, 74, .22)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;scroll-behavior:smooth;color-scheme:light dark}body{margin:0;min-height:100vh;font-family:var(--font-family-base);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-text)}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}img,svg{display:block;max-width:100%}ul,ol{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full);border:3px solid var(--color-bg)}::-webkit-scrollbar-track{background:transparent}.lib-modal-backdrop{background:var(--color-overlay)}.lib-select__backdrop,.lib-dropdown__backdrop{background:transparent}@font-face{font-family:Pretendard Variable;font-weight:45 920;font-style:normal;font-display:swap;src:url(/fonts/PretendardVariable.woff2) format("woff2-variations")}
