*{box-sizing:border-box}html,body{margin:0;height:100%;background:#000;color:#fff;font-family:system-ui,sans-serif}.app{display:flex;justify-content:center;align-items:center;height:100vh;overflow:visible;position:relative}.brand{position:fixed;top:24px;left:24px;width:clamp(80px,10vw,140px);z-index:10}.logo-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60vmin;height:60vmin;max-width:80vw;max-height:80vh;display:flex;justify-content:center;align-items:center;z-index:2}.logo{width:100%;height:100%;object-fit:contain;transition:width .3s ease;filter:drop-shadow(0 0 20px rgba(255,255,255,.3))}.shape-blur-layer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;z-index:1;pointer-events:auto}.badge{position:fixed;right:24px;bottom:24px;width:clamp(27vw,60vw,300px);z-index:10}
