@media(max-width:900px){.hide-tablet{display:none!important}}.app-container{min-height:100vh;display:flex;flex-direction:column}@media(max-width:768px){.hide-mobile{display:none!important}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary: #10B981;--primary-hover: #059669;--bg-light: #F9FAFB;--bg-dark: #111827;--text-light: #1F2937;--text-dark: #F9FAFB}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{background-color:var(--bg-light);color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:#4b5563}::-webkit-scrollbar-thumb:hover{background:#6b7280}}a{text-decoration:none;color:inherit}button{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out forwards}
