@tailwind base;@tailwind components;@tailwind utilities;@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");:root{--navy-900:#0d1b3e;--navy-800:#132452;--navy-700:#1a3066;--safe-500:#00a67e;--safe-400:#10b981}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Noto Sans KR,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.chat-content p{margin-bottom:.5rem}.chat-content strong{color:#e2e8f0;font-weight:600}.chat-content ol,.chat-content ul{padding-left:1.5rem;margin-bottom:.5rem}.chat-content li{margin-bottom:.25rem}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor-blink{animation:blink 1s infinite}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.step-animate{animation:fadeInSlide .3s ease-out forwards}@keyframes safePulse{0%,to{box-shadow:0 0 0 0 rgba(0,166,126,.4)}50%{box-shadow:0 0 0 8px rgba(0,166,126,0)}}.pulse-safe{animation:safePulse 2s infinite}