:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--homecircle-bg:#eef7ff;--homecircle-text:#07111f;--homecircle-muted:#516173;--homecircle-accent:#00d6b3;--homecircle-accent-purple:#7b4dff;--homecircle-accent-pink:#ff4f7b;--homecircle-scroll-track:#07111f14;--homecircle-scroll-border:#eef7ffe0}html,body,#root{min-height:100%;margin:0}body{background:var(--homecircle-bg);color:var(--homecircle-text);overflow-x:hidden}*{box-sizing:border-box;scrollbar-color:var(--homecircle-accent) var(--homecircle-scroll-track);scrollbar-width:thin}::selection{background:color-mix(in srgb, var(--homecircle-accent) 34%, transparent);color:var(--homecircle-text)}:focus-visible{outline:3px solid color-mix(in srgb, var(--homecircle-accent) 55%, transparent);outline-offset:3px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--homecircle-scroll-track);border-radius:999px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--homecircle-accent), var(--homecircle-accent-purple));border:2px solid var(--homecircle-scroll-border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--homecircle-accent), var(--homecircle-accent-pink))}::-webkit-scrollbar-corner{background:0 0}