:root{--color-beige:#f0e6d3;--color-beige-bg:#f5ece0;--color-bg:#f8f6f3;--color-gold:#c9a96e;--color-gold-light:#f5ece0;--color-navy:#1a1a2e;--color-white:#ffffff;--color-gray:#888888;--color-light-gray:#eeeeee;--color-red:#c0766a;--color-green:#2a7d5f;--color-purple:#6b4c8a;--color-text-primary:#1a1a2e;--color-text-body:#555555;--color-text-caption:#888888}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased}.page-container{max-width:480px;margin:0 auto;min-height:100vh;position:relative}