*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;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}#root{height:100%;min-height:100vh}body{background-color:#000;color:#f1f3f6}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#d4af37;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a4a4a}@media (max-width: 768px){.touch-manipulation{touch-action:manipulation}input[type=text],input[type=password],input[type=email],input[type=number],textarea,select{font-size:16px!important}button{min-height:44px;touch-action:manipulation}input[type=file]{font-size:16px}.tap-target{min-height:44px;min-width:44px}.mobile-tap-feedback:active{transform:scale(.95);transition:transform .1s ease}.main-content{overscroll-behavior-y:contain}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (max-width: 768px) and (orientation: landscape){.mobile-landscape-adjust{padding:8px}}@media (max-width: 768px) and (prefers-color-scheme: dark){.mobile-dark-contrast{background-color:#0a0a0a;color:#fff}}
