@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto+Mono:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#000;min-height:100vh;color:#e2e8f0;overflow:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#222;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#333}.loading-state{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:1000}.loading-text{font-family:Roboto Mono,monospace;font-size:1rem;color:#06b6d4;letter-spacing:.2em;text-transform:uppercase;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-spin-slow{animation:spin 8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.holographic-card{background:linear-gradient(135deg,#ffffff0d,#fff0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000005e}.main-card-wrapper{width:100%;height:100%;display:flex;flex-direction:column}
