:root{--safe-area-top:env(safe-area-inset-top,20px);--safe-area-bottom:env(safe-area-inset-bottom,20px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px)}html{-webkit-text-size-adjust:100%;touch-action:manipulation}input,select,textarea{font-size:16px!important}a,button,input,select,textarea{min-height:44px;min-width:44px}*{-webkit-tap-highlight-color:transparent}.btn,button{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.mobile-safe-top{padding-top:var(--safe-area-top)}.mobile-safe-bottom{padding-bottom:var(--safe-area-bottom)}.android-back-area{height:var(--safe-area-top);width:100%;position:fixed;top:0;left:0;z-index:9999}body{overscroll-behavior-y:contain}.full-vh{height:100vh;height:-webkit-fill-available}.ios-bottom-safe{padding-bottom:calc(var(--safe-area-bottom) + 20px)}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.offline-banner{position:fixed;top:0;left:0;right:0;background:#F59E0B;color:white;padding:8px 16px;text-align:center;font-size:12px;z-index:10000;display:none}.offline-banner.visible{display:block}.modal-content{max-height:calc(100vh - 100px);overflow-y:auto;margin:20px}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{font-size:16px;line-height:1.5}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B4D3E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 12px center;background-size:16px;padding-right:40px}:focus-visible{outline:2px solid #1B4D3E;outline-offset:2px}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.capacitor-status-bar-safe{padding-top:var(--safe-area-top)}.keyboard-open body{position:fixed;overflow:hidden}.capacitor-app{position:fixed;top:0;left:0;width:100%;height:100%}@supports (padding-top:env(safe-area-inset-top)){.navbar{padding-top:env(safe-area-inset-top)}}.platform-ios .capacitor-status-bar-safe{padding-top:calc(var(--safe-area-top) + 4px)}.platform-android .capacitor-status-bar-safe{padding-top:calc(var(--safe-area-top) - 4px)}