.home{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:6rem 6vw;max-width:62rem}.home__title{font-size:clamp(4rem,13vw,11rem);letter-spacing:-.045em;line-height:.95;margin:0 0 2.25rem}.home__description{max-width:36rem;font-size:clamp(1rem,1.4vw,1.1875rem);line-height:1.65;color:var(--muted);margin:0 0 2.5rem}.home__command{display:inline-flex;align-items:center;gap:1rem;align-self:flex-start;padding:.875rem 1rem .875rem 1.25rem;border:1px solid rgba(0,0,0,.14);border-radius:.625rem;background:#fff9;transition:border-color .3s}.home__command[data-copied]{border-color:var(--accent)}.home__command code{font:500 .9375rem/1 ui-monospace,SF Mono,Menlo,monospace;white-space:nowrap}.home__command button{display:grid;place-items:center;padding:.4rem;margin:-.25rem;border:0;border-radius:.4rem;background:none;color:var(--muted);cursor:pointer;transition:color .25s,background .25s}.home__command button:hover{color:var(--fg);background:#0000000f}.home__command[data-copied] button{color:var(--accent)}@media(max-width:480px){.home__command code{white-space:normal}}
