@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-bg: #08080a}body{background-color:var(--color-bg);color:#f4f4f5;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}}.bg-grid-pattern{background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:24px 24px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#08080a}::-webkit-scrollbar-thumb{background:#27272a;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}html.is-embedded header,html.is-embedded footer,body.is-embedded header,body.is-embedded footer{display:none!important}body.is-embedded,html.is-embedded,body.is-embedded.theme-yunikin{background-color:#080c14!important}html.is-embedded main,body.is-embedded main{padding-top:.75rem!important;padding-bottom:.75rem!important;max-width:100%!important}
