@layer mantine, app;*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}.playground-noscript{min-height:100vh;padding:4rem 1.5rem;color:#f7f8fb;background:#0a0f1f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.playground-noscript h1,.playground-noscript p{max-width:720px;margin-inline:auto}.playground-noscript h1{margin-block:0 1rem;font-size:2rem}.playground-noscript p{line-height:1.65}.playground-noscript a{color:#8ab4ff}.playground-hydration{min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#1e1e1e;color:#d4d4d4;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}[data-mantine-color-scheme=light] .playground-hydration{background:#ffffff;color:#1f2328}.playground-hydration__card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:1rem}.playground-hydration__icon{color:#a0a0a0;animation:playground-hydration-spin 1.2s linear infinite}[data-mantine-color-scheme=light] .playground-hydration__icon{color:#57606a}.playground-hydration__title{margin:0;font-size:.875rem;font-weight:500;color:#d4d4d4}[data-mantine-color-scheme=light] .playground-hydration__title{color:#1f2328}.playground-hydration__hint{margin:0;font-size:.75rem;color:#a0a0a0}[data-mantine-color-scheme=light] .playground-hydration__hint{color:#57606a}@keyframes playground-hydration-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.playground-hydration__icon{animation:none}}