.app{min-height:100vh;display:flex;flex-direction:column}.legacy-fallback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f1f1f,#000);color:#fff;padding:24px;text-align:center}.legacy-fallback__content{max-width:420px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px 28px;box-shadow:0 20px 45px #0006}.legacy-fallback__content h1{font-size:26px;margin-bottom:16px}.legacy-fallback__content p{font-size:16px;line-height:1.5;color:#ffffffb3}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:var(--text-secondary)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #8b5cf6;--success: #10b981;--error: #ef4444;--background: #f9fafb;--surface: #ffffff;--text: #111827;--text-secondary: #6b7280;--border: #e5e7eb;--shadow: rgba(0, 0, 0, .1)}html,body{margin:0;padding:0;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:var(--text);position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto}#root{height:100%;width:100%;display:flex;flex-direction:column;position:relative}button{font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}@media (max-width: 768px){body{font-size:16px}}@media (max-width: 768px){html,body{min-height:100vh;min-height:-webkit-fill-available;height:-webkit-fill-available}#root{min-height:100vh;min-height:-webkit-fill-available}}@media (display-mode: standalone){html,body{overflow:hidden}#root{height:100vh;height:-webkit-fill-available}}body,html{max-width:100%}@media (max-width: 768px){html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}}body{--animation-duration-fast: .15s;--animation-duration-normal: .3s;--animation-duration-slow: .5s;--transition-timing: cubic-bezier(.4, 0, .2, 1)}body.heavy-animation-active{--animation-duration-fast: 50ms;--animation-duration-normal: .1s;--animation-duration-slow: .15s;--box-shadow-sm: none;--box-shadow-md: none;--box-shadow-lg: none}body.heavy-animation-active .hover-effect:hover,body.heavy-animation-active button:hover:not(.critical-button),body.heavy-animation-active .action-button:hover{transform:none!important;box-shadow:none!important}body.heavy-animation-active *{transition-duration:.1s!important}body.heavy-animation-active .critical-animation,body.heavy-animation-active .modal-overlay,body.heavy-animation-active .modal-content,body.heavy-animation-active .slide-animation{transition-duration:var(--animation-duration-normal)!important}.optimized-animation{will-change:transform,opacity;backface-visibility:hidden;perspective:1000px}.gpu-accelerated{transform:translateZ(0);will-change:transform}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn var(--animation-duration-normal) var(--transition-timing)}.fade-out{animation:fadeOut var(--animation-duration-normal) var(--transition-timing)}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.slide-in-right{animation:slideInRight var(--animation-duration-normal) var(--transition-timing)}.slide-out-right{animation:slideOutRight var(--animation-duration-normal) var(--transition-timing)}.slide-in-left{animation:slideInLeft var(--animation-duration-normal) var(--transition-timing)}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}.scale-in{animation:scaleIn var(--animation-duration-fast) var(--transition-timing)}.scale-out{animation:scaleOut var(--animation-duration-fast) var(--transition-timing)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer{background:linear-gradient(90deg,#fff0,#fff3,#fff0);background-size:1000px 100%;animation:shimmer 2s infinite}body.heavy-animation-active .shimmer{animation:none;background:transparent}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}body.heavy-animation-active *{animation:none!important;transition:none!important}}
