html,body{margin:0;padding:0}:root{--cc-bg:#0a0a0b;--cc-surface:#17171a;--cc-elevated:#202024;--cc-border:#2b2b2f;--cc-primary:#be123c;--cc-iris:#e11d48;--cc-champagne:#e6c391;--cc-ruby:#fb4d6e;--cc-error:#ff6b8a;--cc-text:#f5f5f7;--cc-text-dim:#8e8e96;--cc-bubble:#e9e7ee;--cc-bubble-text:#1a1a1e;--cc-radius-card:14px;--cc-radius-bubble:14px;--cc-topbar-h:44px;--cc-tabbar-h:60px}.cc-shell{background:var(--cc-bg);min-height:100dvh;color:var(--cc-text);font-family:Pretendard,-apple-system,Segoe UI,Noto Sans KR,Noto Sans JP,sans-serif}.cc-frame{background:var(--cc-bg);flex-direction:column;max-width:500px;min-height:100dvh;margin:0 auto;padding-inline:4px;display:flex;position:relative}.cc-hscroll{scrollbar-width:none;overflow-x:auto}.cc-hscroll::-webkit-scrollbar{display:none}@keyframes cc-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.cc-typing-dot{background:var(--cc-text-dim);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite cc-typing-bounce;display:inline-block}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-spin{animation:.7s linear infinite cc-spin}.cc-btn-primary{background:var(--cc-primary);box-shadow:none;transition:filter .15s}.cc-btn-primary:hover{filter:brightness(1.08)}.cc-btn-primary:active{filter:brightness(.92)}
