@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.00%;ascent-override:93.00%;descent-override:25.00%;line-gap-override:.00%}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.40%;ascent-override:90.20%;descent-override:22.55%;line-gap-override:.00%}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.40%;ascent-override:90.20%;descent-override:22.55%;line-gap-override:.00%}:root{--background-light:#fbfbfe;--text-light:#100f13;--surface-light:rgba(0,0,0,0.03);--background-dark:#100f13;--text-dark:#e8e8f0;--surface-dark:rgba(255,255,255,0.05);--accent-primary:#C738D8;--accent-secondary:#4E54E8;--font-heading:'Poppins',sans-serif;--font-body:'Inter',sans-serif}[data-theme="light"]{--background:var(--background-light);--text:var(--text-light);--surface:var(--surface-light)}[data-theme="dark"]{--background:var(--background-dark);--text:var(--text-dark);--surface:var(--surface-dark)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--background);color:var(--text);font-family:var(--font-body);line-height:1.6;transition:background-color .3s ease,color .3s ease;overflow-x:hidden}.container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding:0 24px}main{display:flex;flex-direction:column;gap:2rem}section{padding:60px 0;text-align:center}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,6vw,4rem);color:var(--text)}h2{font-size:clamp(2rem,5vw,2.75rem);margin-bottom:2rem}h3{font-size:1.5rem;margin-bottom:.75rem}p{max-width:70ch;margin:0 auto 1.5rem auto;font-size:1.1rem}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-bottom:2rem}.header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--text)}.header__logo span{color:var(--accent-primary)}.theme-toggle{background:var(--surface);border:none;border-radius:50px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:5px;position:relative;width:50px;height:26px}.theme-toggle__ball{background:var(--text);border-radius:50%;position:absolute;top:3px;left:4px;height:20px;width:20px;transition:transform .3s ease}[data-theme="dark"] .theme-toggle__ball{transform:translateX(23px)}.hero{position:relative;padding:80px 0;overflow:hidden;border-radius:16px}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:linear-gradient(45deg,var(--accent-primary),var(--accent-secondary));opacity:.1;animation:gradient-flow 20s ease infinite;background-size:400% 400%}@keyframes gradient-flow{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.hero__content{position:relative;z-index:1}.hero__subheadline{font-size:1.25rem;max-width:60ch;margin-bottom:2.5rem;opacity:.9}.cta-button{display:inline-block;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:#fff;text-decoration:none;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));padding:16px 32px;border-radius:50px;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(199,56,216,0.4)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:var(--surface);padding:2.5rem 2rem;border-radius:16px;border:1px solid transparent;transition:border-color .3s ease,transform .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--accent-primary)}.feature-card__icon{color:var(--accent-primary);width:48px;height:48px;margin-bottom:1.5rem}.showcase__component{background:var(--surface);border-radius:16px;padding:2rem;max-width:600px;margin:3rem auto 0 auto;text-align:left;border:1px solid rgba(255,255,255,0.1);box-shadow:0 10px 30px rgba(0,0,0,0.1)}.showcase__header{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,0.1)}.showcase__header h3{margin-bottom:0;margin-left:.5rem}.showcase__activity-feed{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:center;gap:1rem}.activity-item__icon{color:var(--accent-secondary);width:24px;height:24px;flex-shrink:0}.activity-item__text{flex-grow:1}.activity-item__text span{font-weight:600;color:var(--accent-primary)}.activity-item__time{font-size:.9rem;opacity:.7;white-space:nowrap}.footer{padding:40px 0;margin-top:2rem;border-top:1px solid var(--surface);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer__socials{display:flex;gap:1.5rem}.footer__socials a{color:var(--text);opacity:.7;transition:opacity .3s ease,color .3s ease}.footer__socials a:hover{opacity:1;color:var(--accent-primary)}.footer__copyright{opacity:.7;font-size:.9rem;margin-bottom:0}