:root{--text:#463825;--line:rgba(70,56,37,.2);--tint:rgba(70,56,37,.04);--bg:#fff9f2;--hero:#7f7066}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif}
h1,p{margin:0}
.is-invite .generic{display:none!important}
.generic{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 16px}
.app-icon{width:48px;height:48px;border-radius:12px}
.title{font-size:24px;font-weight:700;line-height:normal;text-align:center;word-break:keep-all}
.stores{width:100%;max-width:343px;display:flex;flex-direction:column;gap:12px}
.store{display:flex;align-items:center;justify-content:center;gap:4px;padding:14px 16px;border-radius:12px;font-size:14px;font-weight:500;line-height:normal;text-decoration:none}
.store img{width:24px;height:24px}
.store-apple{background:#000;border:1px solid var(--line);color:#fbfbfb}
.store-google{background:#fff;color:var(--text)}
.store-google img{width:16px;height:16px;margin:4px}
.hero{height:250px;overflow:hidden;display:flex;justify-content:center;background:linear-gradient(var(--hero) 183.41px,transparent 183.41px)}
.hero img{flex:none;width:375px;height:250px}
.section{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;padding:24px 16px}
.code-box{width:100%;max-width:343px;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:var(--tint);border:1px solid var(--line);border-radius:12px;color:var(--text);font:inherit;font-size:26px;font-weight:700;line-height:normal;cursor:pointer}
.code{min-width:0;overflow-wrap:anywhere}
.code-box img{flex:none;width:20px;height:20px;margin:2px}
.copied{font-size:14px;font-weight:500;text-align:center;word-break:keep-all}
.copied:empty{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.subtitle{font-size:20px;font-weight:700;line-height:normal;text-align:center;word-break:keep-all}
