:root{--brand:#ff8d36;--brand-text:#b85a14;--brand-soft:#ffe7d3;--text:#3e3e3e;--text-muted:#5e5e5e;--border:#ececec;--card:#f4f4f4;--bg:#ffffff;--radius:16px;--radius-pill:999px;--maxw:1440px;--step-h1:clamp(2.25rem,1.5rem + 4vw,4.5rem);--step-h2:clamp(1.75rem,1.2rem + 2.8vw,3.5rem);--step-body:clamp(1.1rem,1rem + 0.5vw,1.35rem);--space-section:clamp(6rem,10vw,14rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Pretendard,system-ui,-apple-system,Apple SD Gothic Neo,sans-serif;-webkit-font-smoothing:antialiased}.container{max-width:var(--maxw);margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.js [data-reveal].in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js [data-reveal]{opacity:1;transform:none;transition:none}}.LoginModal_overlay__pr1Z1{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.LoginModal_modal__PHX3i{background:var(--bg);border-radius:20px;padding:2.5rem 2rem 2rem;max-width:360px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 20px 60px rgba(0,0,0,.2)}.LoginModal_logo__8bXYb{height:48px;width:auto;margin-bottom:.5rem}.LoginModal_title__gKtM2{font-size:1.25rem;font-weight:700;color:var(--text);margin:0;text-align:center}.LoginModal_subtitle__fFYB_{font-size:.9rem;color:var(--text-muted);margin:0;text-align:center;line-height:1.6}.LoginModal_btnKakao__6SwOC{width:100%;padding:14px 20px;background:#FEE500;color:#3C1E1E;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s}.LoginModal_btnKakao__6SwOC:hover{filter:brightness(.95)}.LoginModal_btnGuest__LSuNS{width:100%;padding:14px 20px;background:transparent;color:var(--brand);border:2px solid var(--brand);border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.LoginModal_btnGuest__LSuNS:hover{background:var(--brand-soft)}