@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa}*{box-sizing:border-box}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}input:focus,textarea:focus{outline:none}}@layer utilities{.animate-fade-in{animation:fadeIn .2s ease-out both}.animate-slide-up{animation:slideUp .25s ease-out both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.font-pretendard{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e8edf2,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}.material-symbols-rounded,.material-symbols-outlined{font-size:inherit;line-height:1;vertical-align:-.125em;-webkit-user-select:none;user-select:none}}
