*{box-sizing:border-box}:root{--color-primary: #5865F2;--color-secondary: #8CF257;--color-tertiary: #F28557;--color-accent: #6D719D;--color-accent-sec: #687363;--color-accent-ter: #736763;--color-bg: #242424;--color-text: #E0E3FF;--color-text-muted: #F8F8F8;--radius-btn: 12px;--space-section: 1.5rem;--space-navbar: 1rem;--layout-min: 25rem;--layout-max: 31.25rem;--navbar-height: 3rem;--breakpoint-desktop: 64rem}h1{font-size:2.5rem;font-weight:700;margin:0}h2{font-size:1.75rem;font-weight:700;margin:0}h3{font-size:1.35rem;font-weight:600;margin:0}html{scrollbar-width:none;overflow-x:hidden}::-webkit-scrollbar{width:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:Roboto,sans-serif;font-weight:500;margin:0;min-height:100vh;overflow-x:hidden}.app-layout{width:100%;min-width:var(--layout-min);max-width:var(--layout-max);margin:0 auto}main{padding-top:calc(var(--navbar-height) + env(safe-area-inset-top,0))}section{min-height:100vh;padding:var(--space-section);scroll-margin-top:calc(var(--navbar-height) + env(safe-area-inset-top,0))}footer{text-align:center}.footer{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;font-size:.9rem;color:var(--color-text-muted);opacity:.85}.footer img{height:1.25rem;width:auto;display:block}.footer p{margin:0;white-space:nowrap}.footer a{color:var(--color-tertiary);text-decoration:underline;text-underline-offset:.15em}.footer a:hover{color:var(--color-accent-ter)}a{color:var(--color-text-muted);text-decoration:none}ul{margin:0;list-style:none}.navbar{position:fixed;top:0;left:0;right:0;width:100%;padding-top:env(safe-area-inset-top,0);min-height:var(--navbar-height);height:var(--navbar-height);background-color:var(--color-bg);border-bottom:1px solid #121212;font-size:1rem;z-index:100}.navbar ul{padding:0 var(--space-navbar);height:inherit;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;min-width:0;max-width:var(--layout-max);margin:0 auto;width:100%;box-sizing:border-box}.navbar__logo{flex:0 0 2.5rem;width:2.5rem;display:flex;align-items:center;justify-content:center;padding:0 var(--space-navbar)}.navbar__logo img{width:2rem;height:auto;max-height:2rem;display:block;object-fit:contain}.navbar__item{list-style:none;font-weight:700;flex:1 1 0;min-width:0;display:flex;max-width:6rem}.navbar__item a{display:flex;align-items:center;justify-content:center;width:100%;min-height:var(--navbar-height);padding:0 .5rem;color:inherit;transition:background-color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.navbar__item a:active{background-color:#0003}.hero{min-height:auto;padding-top:2rem;padding-bottom:2.5rem;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;overflow:visible}.hero:after{content:"";position:absolute;top:0;left:50%;width:100vw;margin-left:-50vw;height:145%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 400' preserveAspectRatio='none'%3E%3Cpath fill='%23F28557' fill-opacity='0.9' d='M0,0 L1200,0 L1200,267 Q900,400 600,267 Q300,133 0,267 Z'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;background-position:top;pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1}.hero__title{font-size:clamp(2.5rem,5vw,4rem);text-align:center}.hero__subtitle{font-size:clamp(1.5rem,3vw,2.5rem);text-align:center}.hero__cta{display:flex;flex-direction:column;align-items:center}.hero__btn{display:inline-block;align-self:center;text-align:center;margin-block:2rem;padding:1rem;font-size:2rem;font-weight:700;color:var(--color-bg);background-color:var(--color-secondary);border-radius:var(--radius-btn);border:none;cursor:pointer;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}.hero__btn:hover{background-color:var(--color-accent-sec);transform:scale(1.05);box-shadow:0 .25rem .5rem #0000004d}.hero__btn:active{transform:scale(.98);box-shadow:none}.hero img{max-width:100%;width:50rem;height:auto}.description{display:flex;flex-direction:column;gap:2rem}.description__pitch{background-color:color-mix(in srgb,var(--color-tertiary) 12%,var(--color-bg));border-left:.25rem solid var(--color-tertiary);border-radius:var(--radius-btn);padding:1.25rem}.description__stats{font-size:1.35rem;font-weight:700;margin:0 0 1rem;color:var(--color-text-muted)}.description__stats-value{font-size:1.75rem;font-weight:800;color:var(--color-tertiary)}.description__detail{background-color:color-mix(in srgb,var(--color-tertiary) 6%,var(--color-bg));border-left:.25rem solid var(--color-tertiary);border-radius:var(--radius-btn);padding:1.25rem}.description .section__title{color:var(--color-tertiary);font-size:1.75rem;margin:0 0 .75rem}.description .section__text{margin:0 0 .75rem;line-height:1.6}.description .section__text:last-child{margin-bottom:0}.commands{display:flex;flex-direction:column;gap:2rem}.commands__config{background-color:color-mix(in srgb,var(--color-tertiary) 8%,var(--color-bg));border-left:.25rem solid var(--color-tertiary);border-radius:var(--radius-btn);padding:1.25rem}.commands__list{display:flex;flex-direction:column;gap:1.25rem}.command-card{background-color:color-mix(in srgb,var(--color-primary) 10%,var(--color-bg));border-left:.25rem solid var(--color-primary);border-radius:var(--radius-btn);padding:1.25rem}.command-card__name{font-size:1.35rem;color:var(--color-primary);margin:0 0 .5rem}.command-card__description{margin:0 0 .75rem;line-height:1.5}.command-card__options{margin:0;padding-left:1rem;list-style:none}.command-card__option{margin-bottom:.35rem;line-height:1.4}.command-card__option-name{font-weight:600;color:var(--color-text-muted);margin-right:.5rem}.command-card__option-desc{color:var(--color-text)}.commands .section__title{color:var(--color-tertiary);font-size:1.75rem;margin:0 0 1rem}.commands .section__subtitle{color:var(--color-tertiary);font-size:1.35rem;font-weight:600;margin:0 0 .75rem}.commands .section__text{margin:0 0 .5rem;line-height:1.5}.commands .section__list{margin:0 0 .75rem;padding-left:1.25rem}.commands .section__list--item{margin-bottom:.25rem;line-height:1.4}@media(min-width:64rem){.app-layout{width:100%;max-width:85rem;margin:0 auto}.navbar{height:5vh}.navbar ul{max-width:85rem}main section{min-height:auto;padding:3rem 2.5rem}.hero{display:flex;flex-direction:row;align-items:center;gap:4rem;padding-inline:2.5rem;padding-top:2.5rem;padding-bottom:3rem}.hero__text{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left}.hero__title,.hero__subtitle{text-align:left}.hero__cta{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero__cta img{max-width:20rem;width:100%;border-radius:99999px;background-color:#12121230}}
