*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}.app{width:100%;min-height:100vh;background-color:#000;display:flex;align-items:center;justify-content:center}.logo-container{display:flex;align-items:center;justify-content:center;padding:2rem}.logo{max-width:min(90vw,400px);height:auto;display:block}.logo-pulse{animation:heartbeat 1.2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.12)}28%{transform:scale(1)}42%{transform:scale(1.08)}56%{transform:scale(1)}70%,to{transform:scale(1)}}
