@import "https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500&display=swap";@font-face{font-family:Geist;src:local(Geist);font-display:swap}:root{--green:#4ecb5f;--green-hover:#3db84e;--bg:#0a0a0a;--bg-card:#141414;--text-primary:#fff;--text-secondary:#a0a0a0;--text-tertiary:#666;--nav-bg:#14141480;--font:"Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{display:none}body{font-family:var(--font);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em}.reveal{opacity:0;filter:blur(10px)}.reveal.revealed{opacity:1;filter:blur()}.navbar{z-index:1000;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:1000px;padding:12px 24px;transition:transform .35s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)translateY(0)}.navbar--hidden{transform:translate(-50%)translateY(calc(-100% - 32px))}.navbar-logo{align-items:center;display:flex}.navbar-logo svg{width:auto;height:28px}.navbar-links{align-items:center;gap:4px;display:flex}.nav-link{color:var(--text-secondary);border-radius:6px;padding:6px 14px;font-size:14px;font-weight:400;transition:background .2s,color .2s}.nav-link:hover{color:#fffc;background:#ffffff0d}.navbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:32px;height:32px;padding:0;display:none}.navbar-hamburger span{background:#fff;border-radius:1px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger--open span:first-child{transform:translateY(4px)rotate(45deg)}.navbar-hamburger--open span:last-child{transform:translateY(-4px)rotate(-45deg)}.navbar-cta--mobile{display:none}.navbar-cta--desktop{background:var(--green);color:#000;cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font);border:none;border-radius:4px;align-items:center;gap:0;padding:8px 20px;transition:background .25s;display:inline-flex;overflow:hidden}.navbar-cta-icon{opacity:0;align-items:center;max-width:0;transition:max-width .3s,opacity .3s,margin .3s;display:inline-flex;overflow:hidden}.navbar-cta-icon svg{width:auto;height:14px}.navbar-cta--desktop:hover{background:var(--green-hover)}.navbar-cta--desktop:hover .navbar-cta-icon{opacity:1;max-width:24px;margin-left:6px}.hero{flex-direction:column;align-items:center;min-height:100vh;padding:16px;display:flex;position:relative;overflow:hidden}.hero-gradient-container{z-index:0;background:#0a0a0a;border-radius:16px;position:absolute;inset:16px;overflow:hidden}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;padding-top:160px;display:flex;position:relative}.hero-logo{margin-bottom:24px}.hero-logo svg{width:auto;height:38px}.hero-title{letter-spacing:-.025em;margin-bottom:24px;font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.1}.hero-description{color:#ffffffd9;white-space:nowrap;max-width:700px;margin-bottom:24px;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.5}.hero-rotating-wrapper{vertical-align:bottom;height:1.5em;display:inline-flex;overflow:hidden}.hero-rotating-text{flex-direction:column;transition:transform .5s cubic-bezier(.65,0,.35,1);display:flex}.hero-rotating-word{height:1.5em;color:var(--green);align-items:center;font-weight:500;display:flex}.hero-buttons{flex-direction:column;align-items:center;gap:27px;display:flex}.hero-launch-btn{background:var(--green);color:#000;cursor:pointer;font-size:16px;font-weight:500;font-family:var(--font);border:none;border-radius:4px;align-items:center;gap:0;padding:10px 24px;transition:all .25s;display:inline-flex;overflow:hidden}.hero-launch-btn-icon{opacity:0;align-items:center;max-width:0;transition:max-width .3s,opacity .3s,margin .3s;display:inline-flex;overflow:hidden}.hero-launch-btn-icon svg{width:auto;height:16px}.hero-launch-btn:hover{background:var(--green-hover)}.hero-launch-btn:hover .hero-launch-btn-icon{opacity:1;max-width:30px;margin-left:8px}.hero-seed-link{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:none;border-radius:100px;align-items:center;gap:8px;padding:5px 10px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.hero-seed-link:hover{color:var(--text-primary);background:#ffffff1a}.hero-seed-link .arrow{font-size:14px;font-weight:700;display:inline-block}.hero-image{z-index:1;border-radius:16px;width:100%;max-width:1100px;margin-top:64px;margin-bottom:-10%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 50%,#0000 90%);mask-image:linear-gradient(#000 50%,#0000 90%)}.hero-image img{border-radius:16px;width:100%;height:auto;display:block}.hero-image-placeholder{aspect-ratio:16/9;background:var(--bg-card);width:100%;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:14px;display:flex}.features{max-width:1280px;margin:0 auto;padding:120px 16px}.features-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.feature-card{background:var(--bg-card);border-radius:6px;padding:0;overflow:hidden}.feature-card-graphic{background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);width:100%;overflow:hidden}.feature-card-graphic img{width:100%;height:auto;display:block}.feature-card-content{padding:28px}.feature-card-title{letter-spacing:-.01em;margin-bottom:10px;font-size:24px;font-weight:500}.feature-card-description{color:var(--text-secondary);font-size:18px;font-weight:400;line-height:1.5}.feature-grid-section{max-width:1280px;margin:0 auto;padding:120px 16px}.fg-heading{text-align:center;max-width:540px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:clamp(28px,3.5vw,48px);font-weight:500}.fg-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.fg-card{background:var(--bg-card);border-radius:6px;align-items:stretch;min-height:320px;display:flex;overflow:hidden}.fg-card-text{flex-direction:column;flex:1;justify-content:space-between;padding:40px 32px;display:flex}.fg-card-number{background:var(--green);color:#000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:500;display:inline-flex}.fg-card-title{letter-spacing:-.02em;max-width:280px;font-size:24px;font-weight:500;line-height:1.3}.fg-card-graphic{color:var(--text-tertiary);background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);flex:1;justify-content:center;align-items:center;min-width:0;font-size:13px;display:flex;position:relative;overflow:hidden}.fg-lottie-container{width:100%;height:100%}.feature-showcase-section{flex-direction:column;max-width:1280px;margin:0 auto;padding:0 16px;display:flex}.fs-item{background:var(--bg-card);border-radius:6px;align-items:stretch;height:80vh;margin-bottom:16px;display:flex;overflow:hidden}.fs-item:last-child{margin-bottom:120px}.fs-item--reversed{flex-direction:row-reverse}.fs-text{flex-direction:column;flex:0 0 42%;justify-content:center;padding:56px 48px;display:flex}.fs-heading{letter-spacing:-.02em;margin-bottom:32px;font-size:clamp(22px,2.4vw,32px);font-weight:500;line-height:1.4}.fs-title{color:var(--text-primary)}.fs-dot,.fs-description{color:var(--text-primary);opacity:.5}.fs-cta{color:var(--green);align-items:center;gap:6px;font-size:15px;font-weight:500;transition:gap .2s;display:inline-flex}.fs-cta:hover{gap:10px}.fs-graphic{color:#fff6;background:linear-gradient(#1a3040 0%,#2a4a5a 30%,#8aafbf 60%,#c0d8e0 100%);border-radius:16px;flex:1;justify-content:center;align-items:center;min-width:0;margin:16px;font-size:13px;display:flex;position:relative;overflow:hidden}.fs-lottie-container{width:100%;height:100%}.fs-replay-btn{color:#ffffffb3;cursor:pointer;opacity:0;pointer-events:none;background:#fff3;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .3s;display:flex;position:absolute;top:12px;right:12px}.fs-replay-btn--visible{opacity:1;pointer-events:auto}.fs-replay-btn:hover{color:#ffffffe6;background:#ffffff4d}@media (width<=768px){.fg-grid{grid-template-columns:1fr}.fg-card{flex-direction:column;min-height:auto}.fg-card-graphic{min-height:200px}.fs-item,.fs-item--reversed{flex-direction:column;height:auto;min-height:80vh}.fs-text{flex:none;padding:36px 24px}.fs-graphic{flex:1;min-height:300px}.fs-heading{font-size:20px}}.video-section{max-width:1280px;margin:0 auto;padding:40px 16px 120px}.video-container{aspect-ratio:16/9;background:#000;border-radius:6px;width:100%;position:relative;overflow:hidden}.video-container video{object-fit:cover;width:100%;height:100%}.video-watch-btn{-webkit-backdrop-filter:blur(12px);color:#ffffffb3;font-size:13px;font-weight:600;font-family:var(--font);cursor:pointer;opacity:0;pointer-events:none;background:#ffffff26;border:none;border-radius:8px;padding:14px 28px;text-decoration:none;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-watch-btn--visible{opacity:1;pointer-events:auto}.video-watch-btn:hover{color:#ffffffe6;background:#ffffff4d}.cta-section{padding:16px}.cta-unicorn-bg{z-index:0;position:absolute;inset:0}.cta-container{text-align:center;background:#0a0a0a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.cta-rings{pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-ring{border:1px solid #ffffff1f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-ring:first-child{width:300px;height:300px}.cta-ring:nth-child(2){width:500px;height:500px}.cta-ring:nth-child(3){width:700px;height:700px}.cta-ring:nth-child(4){width:900px;height:900px}.cta-ring:nth-child(5){width:1100px;height:1100px}.cta-content{z-index:1;position:relative}.cta-title{letter-spacing:-.025em;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:40px;font-size:clamp(32px,5vw,56px);font-weight:500;display:flex}.cta-title-logo{width:auto;height:.8em}.cta-buttons{justify-content:center;gap:16px;display:flex}.cta-btn--glass{background:var(--green);cursor:pointer;mix-blend-mode:screen;border:none;border-radius:6px;justify-content:center;align-items:center;width:64px;height:64px;transition:background .2s;display:flex}.cta-btn--glass:hover{background:var(--green-hover)}.cta-btn--glass svg{fill:#000;width:28px;height:28px}.footer{flex-direction:column;justify-content:space-between;min-height:100vh;padding:80px 40px 32px;display:flex}.footer-top{gap:80px;display:flex}.footer-logo{margin-bottom:0}.footer-logo svg{width:auto;height:48px}.footer-columns{flex:1;gap:120px;display:flex}.footer-column h4{color:var(--text-tertiary);margin-bottom:20px;font-size:13px;font-weight:400}.footer-column ul{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-column ul li a{color:var(--text-primary);font-size:15px;font-weight:400;transition:color .2s}.footer-column ul li a:hover{color:var(--text-secondary)}.footer-socials{gap:16px;margin-top:4px;display:flex}.footer-socials a{color:var(--text-secondary);transition:color .2s}.footer-socials a:hover{color:var(--text-primary)}.footer-socials svg{width:20px;height:20px}.footer-brand{margin-top:60px}.footer-brand-name{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(80px,20vw,280px);font-weight:500;line-height:.85}.footer-brand-r{vertical-align:super;font-size:.25em;font-weight:400}.footer-legal{margin-top:48px}.footer-legal p{color:var(--text-tertiary);max-width:900px;margin-bottom:12px;font-size:12px;line-height:1.6}.footer-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;display:flex}.footer-bottom-left{color:var(--text-tertiary);font-size:13px}.footer-bottom-right{gap:24px;display:flex}.footer-bottom-right a{color:var(--text-tertiary);font-size:13px;transition:color .2s}.footer-bottom-right a:hover{color:var(--text-primary)}.about-hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative}.about-hero-grid{z-index:1;pointer-events:none;border-radius:16px;justify-content:space-between;display:flex;position:absolute;inset:16px;overflow:hidden}.about-grid-line{background:#ffffff1a;width:1px;height:100%;position:relative}.about-grid-pulse{background:linear-gradient(to bottom, transparent, var(--green), transparent);opacity:0;width:100%;height:60px;position:absolute;top:-20%;left:0}.about-hero-title--blur{filter:blur(8px)!important;opacity:.3!important}.about-hero-title{transition:filter .4s,opacity .4s}.about-hero-bg{z-index:0;background:#000;border-radius:16px;position:absolute;inset:16px;overflow:hidden}.about-hero-content{z-index:1;max-width:720px;position:relative}.about-hero-icon{justify-content:center;margin-bottom:40px;display:flex}.about-hero-icon svg{width:80px;height:80px}.about-hero-title{letter-spacing:-.025em;margin-bottom:32px;font-size:clamp(32px,5vw,56px);font-weight:500;line-height:1.15}.about-hero-description{color:var(--text-secondary);margin-bottom:32px;font-size:clamp(15px,1.8vw,18px);font-weight:400;line-height:1.6}.about-hero-quote{color:var(--text-secondary);font-size:clamp(15px,1.8vw,18px);font-weight:400;line-height:1.6}.about-hero-quote strong{color:var(--text-primary);font-weight:500}.backers-section{max-width:1200px;margin:0 auto;padding:80px 24px 120px}.backers-group{margin-bottom:60px}.backers-label{text-align:center;color:var(--text-tertiary);margin-bottom:24px;font-size:14px;font-weight:400}.backers-grid{flex-wrap:wrap;justify-content:center;gap:3px;display:flex}.backer-card{background:var(--bg-card);text-align:center;border-radius:6px;justify-content:center;align-items:center;min-width:160px;height:60px;padding:20px 32px;display:flex}.backer-slash{color:var(--text-tertiary);margin-right:4px}.backer-name{color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:500}.backer-card--logo{background:0 0;min-width:auto;padding:0}.backer-logo{object-fit:contain;width:auto;height:60px;display:block}.horizontal-features{width:100%;height:100vh;position:relative;overflow:hidden}.horizontal-features-track{align-items:center;gap:16px;width:max-content;height:100%;padding:0 calc(50vw - 240px);display:flex}.horizontal-feature-card{background:var(--bg-card);filter:grayscale();border-radius:6px;flex-shrink:0;width:480px;transition:filter .4s;overflow:hidden}.horizontal-feature-card:hover{filter:grayscale(0%)}.horizontal-feature-graphic{aspect-ratio:4/3;width:100%;overflow:hidden}.horizontal-feature-graphic img{object-fit:cover;opacity:.25;width:100%;height:100%;transition:opacity .4s;display:block}.horizontal-feature-card:hover .horizontal-feature-graphic img{opacity:1}.horizontal-feature-content{padding:24px}.horizontal-feature-title{letter-spacing:-.02em;margin-bottom:12px;font-size:24px;font-weight:500}.horizontal-feature-number{color:var(--green);vertical-align:super;margin-left:4px;font-size:12px;font-weight:500}.horizontal-feature-description{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.5}.news-section{max-width:1280px;margin:0 auto;padding:120px 24px}.news-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-end;margin-bottom:48px;padding-bottom:48px;display:flex}.news-header-left{flex-direction:column;gap:16px;display:flex}.news-icon-bars{align-items:flex-end;gap:3px;height:40px;display:flex}.news-bar{border-radius:2px;width:8px}.news-bar--green{background:var(--green);height:100%}.news-bar--gray{background:var(--text-tertiary);height:70%}.news-title{letter-spacing:-.025em;font-size:clamp(32px,5vw,56px);font-weight:500}.news-more-btn{color:var(--text-primary);cursor:pointer;font-size:15px;font-family:var(--font);white-space:nowrap;background:0 0;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:10px;padding:14px 24px;font-weight:400;transition:all .2s;display:inline-flex}.news-more-btn:hover{border-color:var(--text-tertiary)}.news-more-arrow{font-size:16px}.news-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.news-card{background:var(--bg-card);border-radius:6px;transition:transform .3s;display:block;overflow:hidden}.news-card:hover{transform:translateY(-4px)}.news-card:hover .news-card-image img{opacity:.85}.news-card-image{aspect-ratio:16/10;background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);width:100%;overflow:hidden}.news-card-image img{object-fit:cover;width:100%;height:100%;transition:opacity .3s;display:block}.news-card-content{padding:24px}.news-card-tag{color:var(--green);border:1px solid var(--green);border-radius:4px;margin-bottom:16px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.news-card-title{letter-spacing:-.01em;margin-bottom:16px;font-size:20px;font-weight:500;line-height:1.3}.news-card-link{color:var(--text-tertiary);align-items:center;gap:6px;font-size:14px;font-weight:400;display:inline-flex}.faq-section{max-width:900px;margin:0 auto;padding:80px 24px 120px}.faq-title{letter-spacing:-.03em;text-align:center;margin-bottom:56px;font-size:clamp(48px,8vw,96px);font-weight:500}.faq-list{flex-direction:column;gap:0;display:flex}.faq-item{cursor:pointer;border:1px solid #ffffff0f;border-radius:6px;margin-bottom:8px;padding:20px 24px;transition:background .2s}.faq-item:hover{background:#ffffff05}.faq-question{align-items:center;gap:16px;display:flex}.faq-number{color:var(--text-tertiary);background:#ffffff0f;border-radius:4px;flex-shrink:0;padding:4px 8px;font-size:12px;font-weight:500}.faq-question-text{flex:1;font-size:16px;font-weight:500}.faq-toggle{color:var(--text-tertiary);text-align:center;flex-shrink:0;width:24px;font-size:20px;transition:transform .3s}.faq-toggle--open{transform:rotate(45deg)}.faq-answer{opacity:0;max-height:0;padding:0 0 0 52px;transition:max-height .4s,opacity .3s,padding .4s;overflow:hidden}.faq-answer--open{opacity:1;max-height:300px;padding:16px 0 4px 52px}.faq-answer p{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.6}@media (width<=768px){.navbar{transition:none}.navbar--hidden{transform:translate(-50%)translateY(0)}.navbar-hamburger{display:flex}.navbar-cta--desktop{display:none}.navbar-links{background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:8px;padding:20px;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0}.navbar-links .nav-link{height:auto;padding:12px 16px;font-size:18px;line-height:1.4}.navbar-links--open{display:flex}.navbar-links--open .navbar-cta--mobile{background:var(--green);color:#000;cursor:pointer;width:100%;font-size:16px;font-weight:500;font-family:var(--font);text-align:center;border:none;border-radius:6px;margin-top:12px;padding:14px 20px;display:block}.features-grid{grid-template-columns:1fr}.footer-top,.footer-columns{flex-direction:column;gap:40px}.footer{padding:60px 20px 24px}.cta-title{font-size:32px}.cta-buttons{gap:12px}.cta-btn--glass{width:56px;height:56px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.news-header{flex-direction:column;align-items:flex-start;gap:24px}.news-grid{grid-template-columns:1fr}.horizontal-feature-card{width:360px}.backers-grid{flex-direction:column;align-items:center}.backer-card{width:100%;max-width:300px}.faq-answer{padding-left:0}}@media (width<=1024px) and (width>=769px){.features-grid{grid-template-columns:repeat(2,1fr)}}.blog-page{max-width:1280px;margin:0 auto;padding:100px 24px 80px}.blog-header{margin-bottom:40px}.blog-header-icon{margin-bottom:16px}.blog-header-title{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(48px,8vw,80px);font-weight:500}.blog-header-description{color:var(--text-secondary);max-width:520px;font-size:16px;font-weight:400;line-height:1.6}.blog-divider{background:#ffffff0f;height:1px;margin-bottom:48px}.blog-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.blog-card{transition:transform .3s,opacity .3s;display:block}.blog-card:hover{transform:translateY(-4px)}.blog-card:hover .blog-card-image img{opacity:.85}.blog-card-image{aspect-ratio:16/10;background:var(--bg-card);border-radius:6px;width:100%;margin-bottom:16px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:opacity .3s;display:block}.blog-card-image-placeholder{background:linear-gradient(135deg,#111 0%,#1a1a1a 100%);width:100%;height:100%}.blog-card-meta{align-items:center;gap:8px;margin-bottom:10px;display:flex}.blog-card-category-indicator{background:var(--text-tertiary);border-radius:1px;width:3px;height:16px}.blog-card-category{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.02em;font-size:13px;font-weight:400}.blog-card-title{letter-spacing:-.01em;font-size:22px;font-weight:500;line-height:1.3}.blog-article-page{padding:100px 24px 80px}.blog-article-container{max-width:720px;margin:0 auto}.blog-article-back{color:var(--text-tertiary);align-items:center;gap:6px;margin-bottom:48px;font-size:14px;transition:color .2s;display:inline-flex}.blog-article-back:hover{color:var(--text-primary)}.blog-article-header{margin-bottom:48px}.blog-article-meta{align-items:center;gap:16px;margin-bottom:20px;display:flex}.blog-article-category{color:var(--green);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:500}.blog-article-date{color:var(--text-tertiary);font-size:13px}.blog-article-title{letter-spacing:-.025em;margin-bottom:20px;font-size:clamp(28px,4vw,44px);font-weight:500;line-height:1.15}.blog-article-excerpt{color:var(--text-secondary);font-size:18px;font-weight:400;line-height:1.6}.blog-article-hero-image{border-radius:6px;margin-bottom:48px;overflow:hidden}.blog-article-hero-image img{width:100%;height:auto;display:block}.blog-article-content{color:var(--text-secondary);font-size:16px;font-weight:400;line-height:1.75}.blog-article-content h2{color:var(--text-primary);letter-spacing:-.01em;margin:48px 0 16px;font-size:24px;font-weight:500}.blog-article-content p{margin-bottom:20px}.blog-article-content strong{color:var(--text-primary);font-weight:500}.blog-article-content a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.blog-article-content a:hover{color:var(--green-hover)}.blog-article-content ol{margin-bottom:20px;padding-left:24px}.blog-article-content ol li{margin-bottom:12px}@media (width<=768px){.blog-grid{grid-template-columns:1fr}}.legal-page{padding:100px 24px 80px}.legal-container{max-width:720px;margin:0 auto}.legal-back{color:var(--text-tertiary);align-items:center;gap:6px;margin-bottom:48px;font-size:14px;transition:color .2s;display:inline-flex}.legal-back:hover{color:var(--text-primary)}.legal-title{letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(32px,5vw,48px);font-weight:500}.legal-updated{color:var(--text-tertiary);margin-bottom:48px;font-size:14px}.legal-content{color:var(--text-secondary);font-size:15px;font-weight:400;line-height:1.75}.legal-content h2{color:var(--text-primary);letter-spacing:-.01em;margin:40px 0 16px;font-size:22px;font-weight:500}.legal-content p{margin-bottom:16px}.legal-content strong{color:var(--text-primary);font-weight:500}.legal-content a{color:var(--green);text-underline-offset:3px;text-decoration:underline}.legal-content a:hover{color:var(--green-hover)}.legal-content ul,.legal-content ol{margin-bottom:16px;padding-left:24px}.legal-content li{margin-bottom:8px}
