@tailwind base;@tailwind components;@tailwind utilities;body,html{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin:0;padding:0;width:100%;height:100%;display:flex;justify-content:center;background-color:#f5f5f5;position:fixed;top:0;left:0;right:0;bottom:0}body,body>div,html{height:100vh;height:100dvh;overflow-x:hidden}body>div{width:100vw;max-width:440px;min-width:360px;background-color:#fff;position:relative;box-shadow:0 0 10px rgba(0,0,0,.1);-webkit-overflow-scrolling:touch}@media (max-width:440px){body>div{width:100vw;max-width:100vw;min-width:100vw}}@media (min-width:441px){body>div{width:440px;max-width:440px;min-width:440px}}@media (min-width:360px) and (max-width:440px){.login-title{font-size:1.875rem}.login-subtitle{font-size:1rem}.login-button,.login-input{font-size:1rem;padding:.75rem 1rem}}@media (max-width:360px){.login-title{font-size:1.5rem}.login-subtitle{font-size:.875rem}.login-button,.login-input{font-size:.875rem;padding:.625rem .875rem}}*{-webkit-overflow-scrolling:touch}:root{--bottom-nav-height:80px;--bottom-nav-height-mobile:70px;--safe-area-bottom:env(safe-area-inset-bottom,0px)}@media (max-width:768px){:root{--bottom-nav-height:var(--bottom-nav-height-mobile)}}@media screen and (max-width:768px){body,html{position:fixed;width:100%;height:100%;height:100dvh}.scroll-container{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-behavior:smooth}}.NotificationToast_notificationToast__kwM6x{position:fixed;top:20px;left:50%;transform:translateX(-50%);max-width:400px;width:calc(100vw - 32px);background:#333;color:#fff;padding:12px 24px;border-radius:24px;font-size:14px;z-index:9999;opacity:0;transform:translateX(-50%) translateY(-20px);transition:all .3s ease}.NotificationToast_notificationToast__kwM6x.NotificationToast_visible__r1C5R{opacity:1;transform:translateX(-50%) translateY(0)}.NotificationToast_notificationToast__kwM6x.NotificationToast_hidden__SfGGH{opacity:0;transform:translateX(-50%) translateY(-20px)}.NotificationToast_toastContent__7m8OU{display:flex;align-items:center;gap:12px}.NotificationToast_toastIcon__rtwVI{flex-shrink:0;color:#3b82f6}.NotificationToast_toastText__rtYn6{flex:1 1;min-width:0}.NotificationToast_toastMessage__FdICa{margin:0 0 2px;font-weight:500;line-height:1.4;word-break:break-word}.NotificationToast_toastTime__eijGu{font-size:12px;color:#9ca3af;opacity:.8}@media(max-width:768px){.NotificationToast_notificationToast__kwM6x{top:16px;max-width:350px;width:calc(100vw - 24px)}}