*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%}body{display:flex}.app-root{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#101010;color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,sans-serif}.frame-600{width:600px;height:600px;background-color:#101010;display:flex;align-items:center;justify-content:center}.checkbox-frame{position:relative;overflow:hidden}.checkbox-frame:after{content:"";position:absolute;top:-100%;left:-100%;width:60px;height:60px;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%);pointer-events:none;z-index:1;animation:shimmer-check 3s ease-in-out infinite}@keyframes shimmer-check{0%{transform:translate(-100%,-100%)}45%{transform:translate(250%,250%)}to{transform:translate(250%,250%)}}
