@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#36b6c5;--accent-secondary:#ff6b00;--accent-bg:#36b6c51a;--accent-border:#36b6c580;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:"Poppins", "Inter", "Segoe UI", Roboto, sans-serif;--heading:"Poppins", "Inter", "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/1.6 var(--sans);letter-spacing:.01em;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;@media (width<=1024px){font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100dvh;margin:0;display:flex}body{min-height:100dvh;font-family:var(--sans);background:#fff;margin:0}*{box-sizing:border-box}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px;@media (width<=1024px){margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%;@media (width<=1024px){font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.glass-card{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#ffffffd9!important;border:1px solid #fff6!important}.glass-header{-webkit-backdrop-filter:blur(16px);background:#ffffffe6!important}.pulse-container{align-items:center;gap:8px;display:inline-flex}.pulse-dot{background-color:#4caf50;border-radius:50%;width:10px;height:10px;display:inline-block;position:relative}.pulse-dot:after{content:"";border:2px solid #4caf50;border-radius:50%;animation:1.8s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;inset:-3px}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.5)}50%{opacity:.4}to{opacity:0;transform:scale(1.8)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#00000008;border-radius:4px}::-webkit-scrollbar-thumb{background:#52b3d94d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#52b3d999}
