:root{--gray-950:#0f1014;--gray-900:#17181d;--gray-850:#1f2128;--gray-800:#262933;--gray-700:#2c2e37;--gray-600:#3a3d49;--crimson-600:#a01224;--crimson-500:#e01e37;--crimson-400:#ff5a5f;--bg:var(--gray-950);--surface:var(--gray-900);--surface-2:var(--gray-850);--surface-3:var(--gray-800);--border:var(--gray-700);--border-strong:var(--gray-600);--footer-bg:#0a0b0e;--overlay:#08090cd1;--accent:var(--crimson-500);--accent-2:var(--crimson-400);--accent-down:var(--crimson-600);--accent-contrast:#fff;--accent-glow:#e01e374d;--accent-soft:#e01e371a;--text:#f5f6f8;--text-muted:#b9bcc5;--text-dim:#7d818d;--code-bg:#1e1e1e;--note:#3a86ff;--tip:#2dd4bf;--tip-contrast:#08332d;--warn:#f59e0b;--danger:var(--crimson-500);--font-display:"Chakra Petch","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;--font-sans:"IBM Plex Sans","IBM Plex Sans Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-mono:"JetBrains Mono",source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:clamp(1.05rem,0.4vw + 0.95rem,1.175rem);--text-xl:clamp(1.15rem,0.8vw + 1rem,1.4rem);--text-2xl:clamp(1.4rem,1.4vw + 1.05rem,1.8rem);--text-3xl:clamp(1.75rem,2.4vw + 1.15rem,2.5rem);--text-4xl:clamp(2.25rem,4.2vw + 1.2rem,3.5rem);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-full:999px;--shadow-1:0 1px 3px #0006;--shadow-2:0 4px 14px #00000073;--shadow-3:0 12px 32px #0000008c;--shadow-accent:0 5px 15px var(--accent-glow);--z-sticky:5;--z-nav:1000;--z-modal:1100;--nav-height:72px;--container-md:1100px;--container-lg:1200px;--container-xl:1400px;--bp-grid-line:rgba(245,246,248,.035);--bp-grid-major:#f5f6f80f;--bp-grid:linear-gradient(var(--bp-grid-major) 1px,#0000 1px),linear-gradient(90deg,var(--bp-grid-major) 1px,#0000 1px),linear-gradient(var(--bp-grid-line) 1px,#0000 1px),linear-gradient(90deg,var(--bp-grid-line) 1px,#0000 1px);--bp-grid-size:128px 128px,128px 128px,16px 16px,16px 16px}html{-webkit-text-size-adjust:100%}body,html{overflow-x:hidden;overflow-x:clip}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);font-family:var(--font-sans);margin:0;overflow-wrap:break-word}h1,h2,h3{font-family:var(--font-display);letter-spacing:.01em}code,kbd,pre{font-family:var(--font-mono)}*{box-sizing:border-box}canvas,iframe,img,svg,video{max-width:100%}a{color:inherit;text-decoration:none}[id]{scroll-margin-top:calc(var(--nav-height) + 12px)}.skip-link{background:var(--accent);border-radius:var(--radius-sm);color:var(--accent-contrast);font-weight:600;left:-9999px;padding:var(--space-2) var(--space-4);position:absolute;top:0;z-index:calc(var(--z-nav) + 1)}.skip-link:focus{left:var(--space-2);top:var(--space-2)}.route-loading{min-height:60vh}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.container{margin-left:auto;margin-right:auto;max-width:var(--container-lg);padding-left:var(--space-6);padding-right:var(--space-6);width:100%}.container--md{max-width:var(--container-md)}.container--xl{max-width:var(--container-xl)}.btn{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:var(--font-sans);font-size:var(--text-base);font-weight:700;gap:var(--space-2);justify-content:center;min-height:44px;padding:.7rem 2rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.btn:hover{box-shadow:var(--shadow-accent);transform:translateY(-3px)}.btn.primary{background-color:var(--accent);border:2px solid var(--accent);color:var(--accent-contrast)}.btn.primary:active{background-color:var(--accent-down);border-color:var(--accent-down)}.btn.secondary{background-color:initial;border:2px solid var(--border-strong);color:var(--text)}.btn.secondary:hover{background-color:var(--surface-2);border-color:var(--text)}.btn:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}.tier-badge{align-items:center;border:1px solid #0000;border-radius:var(--radius-full);display:inline-flex;font-size:var(--text-xs);font-weight:700;letter-spacing:.02em;line-height:1.5;padding:.15rem .6rem;white-space:nowrap}.tier-badge--free{background:var(--tip);color:var(--tip-contrast)}.tier-badge--premium{background:var(--accent-soft);border-color:var(--accent);color:var(--accent-2)}.plugin-summary{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--text-muted);display:-webkit-box;font-size:.88rem;line-height:1.55;margin:0;overflow:hidden}.plugin-chips{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin:0;padding:0}.plugin-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);font-size:var(--text-xs);line-height:1.5;padding:.1rem .55rem}.section-title{color:var(--text);font-size:var(--text-3xl);margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background-color:var(--accent);content:"";display:block;height:4px;margin:10px auto 0;width:60px}.plugin-grid-category{margin-bottom:2.2rem}.plugin-grid-category__name{border-bottom:1px solid var(--border);color:var(--text);font-size:1.1rem;margin:0 0 1rem;padding-bottom:.4rem}.plugin-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.plugin-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1.2rem;position:relative;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.plugin-card:before{background:linear-gradient(90deg,var(--accent),var(--accent-down));content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.plugin-card:hover:before{opacity:1}.plugin-card__badge{position:absolute;right:1rem;top:1rem}.plugin-card:hover{border-color:var(--accent);box-shadow:0 10px 24px #00000059;transform:translateY(-4px)}.plugin-card__icon{color:var(--accent);font-size:1.5rem}.plugin-card__title{color:var(--text);font-size:1.05rem;margin:0}.plugin-card__req{color:var(--text-dim);font-size:.72rem;margin-top:auto;padding-top:.5rem}@media (max-width:480px){.container,.sc-container,.tut-container{padding-left:1.25rem;padding-right:1.25rem}.section-title{font-size:1.9rem}}.navbar{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#0f1014eb;box-shadow:0 2px 10px #0000004d;height:var(--nav-height);position:fixed;top:0;width:100%;z-index:var(--z-nav)}.navbar-container{height:100%;justify-content:space-between;margin:0 auto;max-width:var(--container-lg);padding:0 var(--space-6)}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--accent);cursor:pointer;font-family:var(--font-display);font-size:1.4rem;font-weight:700;gap:.5rem;letter-spacing:.06em}.navbar-logo__mark{display:block;height:34px;width:auto}.navbar-links{align-items:center;display:flex;gap:2rem}.navbar-links a{color:var(--text);font-weight:500;transition:color .3s ease}.navbar-links a:hover{color:var(--accent)}.navbar-docs{border:1px solid var(--accent);border-radius:6px;color:var(--accent)!important;padding:.4rem 1rem}.navbar-docs:hover{background-color:var(--accent);color:var(--accent-contrast)!important}.navbar-toggle{align-items:center;background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;justify-content:center;min-height:44px;min-width:44px;padding:0}.navbar-toggle:focus-visible{border-radius:var(--radius-sm);outline:2px solid var(--accent-2);outline-offset:2px}.bar{background-color:var(--text);height:3px;margin:3px 0;transition:.4s;width:25px}@media (max-width:768px){.navbar-links{background-color:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-3);display:none;flex-direction:column;gap:.25rem;left:0;padding:.75rem 0 1rem;position:absolute;text-align:center;top:var(--nav-height);width:100%}.navbar-links.active{display:flex}.navbar-links a{padding:.65rem 1rem}.navbar-toggle{display:flex}}.hero{align-items:center;background-color:var(--bg);background-image:url(/static/media/CrimsonLogo_Small.e81141222a8537baaecb.png),radial-gradient(circle at 50% 44%,#e01e378c 0,#a0122440 30%,#0000 62%),var(--bp-grid);background-position:50%;background-repeat:no-repeat,no-repeat,repeat;background-size:cover,cover,var(--bp-grid-size);display:flex;justify-content:center;min-height:100vh;min-height:100svh;padding:calc(var(--nav-height) + 1rem) 2rem 2rem;text-align:center}.hero-content{max-width:800px;text-shadow:0 2px 18px #000000a6,0 1px 4px #00000080}.hero h1{font-size:var(--text-4xl);line-height:1.15;margin:0 0 1.5rem}.hero-subtitle,.highlight{color:var(--accent)}.hero-subtitle{font-size:var(--text-2xl);margin:0 0 1.5rem}.hero p{color:var(--text-muted);font-size:var(--text-lg);margin:0 0 2.5rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center}.hero-rise{animation:hero-rise .7s ease-out forwards;animation-delay:0s;animation-delay:var(--rise-delay,0s);opacity:0}.hero-fade{animation:hero-fade .9s ease-out forwards;animation-delay:0s;animation-delay:var(--rise-delay,0s);opacity:0}@keyframes hero-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes hero-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.hero-fade,.hero-rise{animation:none;opacity:1}}@media (max-width:768px){.hero-buttons{align-items:center;flex-direction:column;gap:1rem}}.plugin-showcase{background-color:var(--bg);padding:5rem 0;text-align:left}.section-subtitle{font-size:1.1rem;margin:-2rem auto 3rem;max-width:640px}.plugin-showcase__status,.section-subtitle{color:var(--text-dim);text-align:center}.plugin-showcase__cta{margin-top:3rem;text-align:center}.plugin-showcase__cta .btn{display:inline-block}.free-onramp{background:linear-gradient(180deg,#2dd4bf12,#2dd4bf00);border:1px solid var(--border);border-radius:14px;margin-bottom:3rem;padding:1.75rem}.free-onramp__head{margin-bottom:1.25rem}.free-onramp__title{color:var(--text);font-size:1.25rem;margin:0 0 .4rem}.free-onramp__title:before{background:var(--tip);border-radius:999px;color:var(--tip-contrast);content:"Free";display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.02em;margin-right:.6rem;padding:.1rem .55rem;vertical-align:middle}.free-onramp__sub{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin:0}.tut-teaser{background-color:var(--surface);padding:5rem 0}.tut-teaser__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2.5rem}.tut-teaser__card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.8rem;text-align:center}.tut-teaser__icon{color:var(--accent);font-size:2.2rem;margin-bottom:1rem}.tut-teaser__card h3{color:var(--text);margin:0 0 .5rem}.tut-teaser__card p{color:var(--text-muted);font-size:.95rem;margin:0}.tut-teaser__cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.home-cta{background-image:linear-gradient(180deg,var(--bg),#17181dd9),var(--bp-grid);background-size:auto,var(--bp-grid-size);border-top:1px solid var(--border);padding:5rem 0;text-align:center}.home-cta__stats{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;margin-bottom:3rem}.home-cta__stat{display:flex;flex-direction:column;gap:.3rem}.home-cta__value{color:var(--accent);font-size:1.8rem;font-weight:700}.home-cta__label{color:var(--text-dim);font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}.home-cta__headline{color:var(--text);font-size:2rem;margin:0 0 .8rem}.home-cta__body{color:var(--text-muted);margin:0 auto 2rem;max-width:540px}.home-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer{background-color:var(--footer-bg);padding:3rem 0 2rem}.footer-top{border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between;padding-bottom:2rem;text-align:left}.footer-logo{color:var(--accent);font-size:1.5rem;font-weight:700;letter-spacing:.04em;margin-bottom:.5rem}.footer-tagline{color:var(--text-dim);font-size:.95rem;margin:0;max-width:280px}.footer-cols{display:flex;flex-wrap:wrap;gap:3rem}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col h4{color:var(--text-dim);font-size:.8rem;letter-spacing:.08em;margin:0 0 .4rem;text-transform:uppercase}.footer-col a{color:var(--text-muted);font-size:.95rem;transition:color .2s ease}.footer-col a:hover{color:var(--accent)}.footer-bottom{align-items:center;display:flex;flex-direction:column;gap:1rem;padding-top:2rem;text-align:center}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-links a{color:var(--text);font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:var(--accent)}.copyright{color:var(--text-dim);font-size:.9rem;margin:0}@media (max-width:768px){.footer-top{flex-direction:column;gap:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}
/*# sourceMappingURL=main.92efd98c.css.map*/