@tailwind base;@tailwind components;@tailwind utilities;*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background-color:#f9fafb;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{width:100%;min-height:100dvh}.safe-top{padding-top:env(safe-area-inset-top)}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.pb-safe{padding-bottom:calc(4rem + env(safe-area-inset-bottom))}html{overscroll-behavior-y:none}a,button{-webkit-tap-highlight-color:transparent}button,a,[role=button]{min-height:44px}.scroll-smooth{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.line-clamp-1{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.img-cover{will-change:transform;transform:translateZ(0)}input[type=date]{appearance:none;position:relative}input[type=date]::-webkit-calendar-picker-indicator{opacity:.5;cursor:pointer}:focus-visible{outline-offset:2px;outline:2px solid #1b3566}.bottom-nav-spacer{height:calc(4rem + env(safe-area-inset-bottom))}.page-enter{animation:.2s ease-out fadeSlideIn}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width>=768px){::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}}