:root{--candy-lavender: #E8E4FF;--candy-pink: #FFE8F4;--candy-sky: #E0F4FF;--candy-peach: #FFE9DC;--candy-cream: #FFF8FC;--bg-base: #FBF7FF;--bg-main: rgba(255, 251, 253, .52);--bg-warm: rgba(245, 240, 255, .58);--bg-card: rgba(255, 255, 255, .82);--bg-card-solid: #FFFCFE;--accent: #C65735;--accent-light: #D0806E;--accent-muted: #D6A69F;--accent-bg: rgba(255, 236, 228, .72);--accent-border: rgba(210, 142, 117, .45);--text-dark: #1E1A24;--text-body: #3D3848;--text-muted: #6B6578;--shadow-soft: 0 4px 20px rgba(198, 87, 53, .07);--shadow-card: 0 8px 32px rgba(80, 60, 120, .07);--shadow-elevated: 0 16px 48px rgba(80, 60, 120, .09), 0 4px 12px rgba(198, 87, 53, .04);--glass-bg: rgba(255, 252, 254, .58);--glass-border: rgba(255, 255, 255, .72);--glass-border-subtle: rgba(200, 180, 220, .18);--glass-blur: 18px;--font-display: "Noto Sans KR", sans-serif;--font-hero: "Noto Sans KR", sans-serif;--font-body: "Noto Sans KR", -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}@supports (padding: env(safe-area-inset-top)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.footer{padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}}html{scroll-behavior:smooth}body{overflow-x:hidden;overflow-y:auto;font-family:var(--font-body);background:var(--bg-base);color:var(--text-body);line-height:1.6;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:-8%;right:-8%;bottom:-8%;left:-8%;background:radial-gradient(ellipse 90% 70% at 12% 8%,rgba(232,228,255,.92),transparent 58%),radial-gradient(ellipse 85% 65% at 88% 12%,rgba(255,232,244,.88),transparent 55%),radial-gradient(ellipse 75% 60% at 72% 88%,rgba(224,244,255,.82),transparent 58%),radial-gradient(ellipse 70% 55% at 8% 78%,rgba(255,233,220,.65),transparent 52%),radial-gradient(ellipse 55% 45% at 48% 42%,rgba(255,232,244,.35),transparent 62%),radial-gradient(ellipse 50% 40% at 55% 95%,rgba(232,228,255,.45),transparent 55%),linear-gradient(165deg,var(--candy-cream) 0%,rgba(248,244,255,.95) 35%,rgba(240,248,255,.92) 70%,rgba(255,248,252,.98) 100%);pointer-events:none;z-index:0;animation:cottonCandyDrift 28s ease-in-out infinite alternate}@keyframes cottonCandyDrift{0%{transform:scale(1) translate(0)}50%{transform:scale(1.04) translate(1.5%,-1%)}to{transform:scale(1.02) translate(-1%,1.5%)}}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.028;pointer-events:none;z-index:0;-webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 40%,black 30%,transparent 100%);mask-image:radial-gradient(ellipse 90% 80% at 50% 40%,black 30%,transparent 100%)}#root{position:relative;min-height:100vh;z-index:1;max-width:100%;overflow-x:clip}main{overflow-x:clip}.section-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.section-reveal--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){body:before{animation:none}.section-reveal{opacity:1;transform:none;transition:none}}.text-keep{white-space:nowrap}.skip-link{position:absolute;top:-100px;left:.5rem;padding:.5rem 1rem;background:var(--accent);color:#fff;border-radius:.5rem;font-size:.875rem;text-decoration:none;z-index:1000;transition:top .2s}.skip-link:focus{top:.5rem;outline:2px solid white;outline-offset:2px}@media(hover:none){button,a,[role=button]{-webkit-tap-highlight-color:transparent}}
