:root{--safe-area-inset-top: env(safe-area-inset-top, 0px);--safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--header-height: 64px;--bottom-nav-height: 72px;--flutter-curve: cubic-bezier(.2, 0, 0, 1)}html,body{overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{overscroll-behavior-y:contain}input,textarea{user-select:text;-webkit-user-select:text}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.page-transition-enter{opacity:0;transform:translate(30px)}.page-transition-enter-active{opacity:1;transform:translate(0);transition:opacity .3s var(--flutter-curve),transform .3s var(--flutter-curve)}.page-transition-exit{opacity:1;transform:translate(0)}.page-transition-exit-active{opacity:0;transform:translate(-30px);transition:opacity .3s var(--flutter-curve),transform .3s var(--flutter-curve)}.active-press:active{opacity:.8;transform:scale(.97);transition:transform .1s var(--flutter-curve)}.ripple{position:relative;overflow:hidden}.ripple-effect{position:absolute;border-radius:50%;background-color:#fff6;transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}.pb-safe{padding-bottom:var(--safe-area-inset-bottom)}.pt-safe{padding-top:var(--safe-area-inset-top)}.glass-effect{background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark .glass-effect{background:#010f3ed9}@media(max-width:767px){.mobile-container{padding-bottom:calc(var(--bottom-nav-height) + var(--safe-area-inset-bottom))}}:root{--color-primary: #010F3E;--color-secondary: #09C9BE;--color-tertiary: #00F5E8;--color-success: #10B981;--color-warning: #F59E0B;--color-danger: #EF4444;--color-info: #3B82F6;--color-surface: #FFFFFF;--color-surface-raised: #F9FAFB;--color-border: #E5E7EB;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .07), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .05);--z-dropdown: 20;--z-sticky: 40;--z-overlay: 100;--z-modal: 200;--z-toast: 300;--duration-fast: .1s;--duration-normal: .2s;--duration-slow: .3s;--ease-out: cubic-bezier(0, 0, .2, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}[data-theme=dark]{--color-surface: #111827;--color-surface-raised: #1F2937;--color-border: #374151}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}
