:root{color:#e2e2e2;background-color:#0a0a0c;font-family:Cascadia Code}body{min-width:320px;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{width:100%}html{scroll-behavior:smooth}:root{--accent:#00ff41;--accent-bg:#7c3aed1a;--accent-border:#07570b;--border:#ffffff1a;--text-h:#fff;--social-bg:#ffffff0d;--shadow:0 4px 12px #00000080}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#0000;font-family:Cascadia Code,system-ui,-apple-system,sans-serif;overflow-x:hidden}.binary-background{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.venn-wrapper.stacked-layout{background:0 0;justify-content:center;align-items:center;width:350px;height:400px;display:flex;position:relative}.venn-circle{border-radius:50%;width:250px;height:250px;transition:transform .4s;position:absolute;overflow:hidden}.stacked-layout .venn-circle.primary{z-index:2;border:4px solid var(--accent);top:0;left:0;box-shadow:0 0 25px #3aed3a66}.stacked-layout .venn-circle.secondary{z-index:1;border:4px solid #00ff41;bottom:0;right:0;box-shadow:0 0 25px #00ff4166}.venn-img{object-fit:cover;width:100%;height:100%}#center{background:0 0;flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.hero{position:relative}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}.venn-wrapper.stacked-layout{width:280px;height:350px}.venn-circle{width:200px;height:200px}}
