@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap");:root{--bg-canvas:#FBF8F4;--bg-app:#FFFCF8;--bg-soft:#F6EFE9;--bg-blush:#F9E8E4;--bg-lilac:#ECE4F4;--bg-cream:#F7EFD9;--ink-1:#2A2230;--ink-2:#5C4F65;--ink-3:#8E8198;--ink-4:#C8BFD0;--plum:#8B7AC7;--plum-deep:#6F5DAB;--plum-soft:#D9D1ED;--rose:#D69AAE;--rose-deep:#B97189;--rose-soft:#F2DCE2;--gold:#C8A36B;--success:#7BA88E;--r-sm:10px;--r-pill:999px;--sh-sm:0 2px 6px rgba(67,47,88,0.06)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:Noto Sans JP,Hiragino Sans,system-ui,sans-serif;color:var(--ink-1);background:var(--bg-canvas);-webkit-font-smoothing:antialiased}[lang=ko]{font-family:Noto Sans KR,Noto Sans JP,system-ui,sans-serif}.app-stage{display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100dvh}.app-shell{display:flex;flex-direction:column;width:100%;max-width:430px;height:100vh;height:100dvh;overflow:hidden;background:#FAF6F1}@media (min-width:600px){.app-stage{padding:24px;background:radial-gradient(ellipse at top,var(--bg-lilac),var(--bg-canvas) 70%)}.app-shell{width:390px;height:min(820px,calc(100vh - 48px));height:min(820px,calc(100dvh - 48px));border:1px solid var(--ink-4);border-radius:28px;box-shadow:0 16px 48px rgba(67,47,88,.12)}}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes pulseRing{0%{box-shadow:0 0 0 0 rgba(139,122,199,.4)}70%{box-shadow:0 0 0 18px rgba(139,122,199,0)}to{box-shadow:0 0 0 0 rgba(139,122,199,0)}}