*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary, #111110);color:#e8e8e8}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,var(--bg-primary, #111110) 0%,var(--bg-card, #191918) 100%)}.loading-logo{width:80px;height:80px;margin-bottom:24px;animation:pulse 2s ease-in-out infinite}.loading-text{font-size:14px;color:#6b7280;animation:fade 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes fade{0%,to{opacity:.5}50%{opacity:1}}
