.home{min-height:100dvh;display:flex;flex-direction:column}.home__main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.25rem 2rem}.home__chips{display:flex;gap:.6rem;margin-bottom:1.5rem}.home__chip{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:600;color:var(--sb-ink);background-color:var(--sb-surface);border:1px solid var(--sb-line);border-radius:var(--sb-radius-sm);box-shadow:var(--sb-shadow-sm);cursor:default;transition:transform var(--sb-fast) ease-out,background-color var(--sb-fast) ease-out}.home__chip:hover{transform:translateY(-2px);background-color:var(--sb-gold-soft)}.home__chip--bold{font-weight:800}.home__chip--italic{font-style:italic}.home__chip--underline{text-decoration:underline}.home__chip--strike{text-decoration:line-through}.home__chip--code{font-family:var(--sb-font-mono);font-size:.8rem}.home__wordmark{font-size:clamp(2.75rem,9vw,4.75rem);font-weight:500;letter-spacing:-.02em;text-align:center;padding:0 1rem;border-left:5px solid transparent;transition:font-weight var(--sb-base) ease-out,color var(--sb-base) ease-out,background-color var(--sb-base) ease-out,border-color var(--sb-base) ease-out}.home__wordmark[data-style=bold]{font-weight:800}.home__wordmark[data-style=italic]{font-style:italic}.home__wordmark[data-style=underline]{text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:6px}.home__wordmark[data-style=strikethrough]{text-decoration:line-through;text-decoration-thickness:3px}.home__wordmark[data-style=code]{font-family:var(--sb-font-mono);font-weight:600;color:#8c6f14}.home__wordmark[data-style=quote]{border-left-color:var(--sb-gold);background-color:var(--sb-gold-soft);border-radius:0 var(--sb-radius-sm) var(--sb-radius-sm) 0;font-style:italic}.home__wordmark[data-style=image]{background-color:var(--sb-gold-soft);border-radius:var(--sb-radius-sm)}.home__tagline{font-size:1rem;color:var(--sb-ink-soft);text-align:center;margin:.75rem 0 2.25rem}.home__form{display:flex;align-items:center;gap:.5rem;width:min(480px,100%);background-color:var(--sb-surface);border:1px solid var(--sb-ink);border-radius:var(--sb-radius-md);padding:.4rem .4rem .4rem 1rem;transition:box-shadow var(--sb-fast) ease-out}.home__form:focus-within{box-shadow:0 0 0 3px var(--sb-gold-soft)}.home__prefix{font-size:1rem;color:var(--sb-ink-faint);white-space:nowrap}.home__input{flex:1 1;min-width:0;border:none;outline:none;background:transparent;font-family:inherit;font-size:1rem;color:var(--sb-ink)}.home__input::placeholder{color:var(--sb-ink-faint)}.home__go{width:2.6rem;height:2.6rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--sb-radius-sm);background-color:var(--sb-ink);color:var(--sb-paper);cursor:pointer;transition:background-color var(--sb-fast) ease-out}.home__go svg{transition:transform var(--sb-fast) ease-out}.home__go:hover:not(:disabled) svg{transform:translateX(2px)}.home__go:disabled{opacity:.4;cursor:not-allowed}.home__error{font-size:.85rem;color:var(--sb-danger);background-color:var(--sb-surface);border-radius:var(--sb-radius-sm);padding:.2rem .5rem;margin-top:.6rem;text-align:center}.home__random{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;padding:.4rem .7rem;border:none;border-radius:var(--sb-radius-sm);background:transparent;font-size:.9rem;font-weight:500;color:var(--sb-ink-soft);cursor:pointer;transition:background-color var(--sb-fast) ease-out,color var(--sb-fast) ease-out}.home__random:hover{background-color:var(--sb-gold-soft);color:var(--sb-ink)}.home__recent{margin-top:2.75rem;display:flex;flex-direction:column;align-items:center;gap:.6rem}.home__recent-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sb-ink-faint)}.home__recent-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.home__recent-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--sb-ink-soft);text-decoration:none;background-color:var(--sb-surface);border:1px solid var(--sb-line);border-radius:999px;padding:.3rem .75rem;max-width:14rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:border-color var(--sb-fast) ease-out,color var(--sb-fast) ease-out,transform var(--sb-fast) ease-out}.home__recent-chip:hover{border-color:var(--sb-ink-soft);color:var(--sb-ink);transform:translateY(-1px)}.home__footer{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:1rem;font-size:.85rem;color:var(--sb-ink-faint)}.home__footer a{color:var(--sb-ink-soft);text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--sb-fast) ease-out,color var(--sb-fast) ease-out}.home__footer a:hover{color:var(--sb-ink);border-bottom-color:var(--sb-gold)}@media (max-width:560px){.home__chips{gap:.45rem}.home__chip{width:2.2rem;height:2.2rem;font-size:.95rem}.home__form{flex-wrap:nowrap;padding-left:.75rem}.home__prefix{font-size:.9rem}.home__input{font-size:.95rem}.home__footer{flex-wrap:wrap;gap:.75rem}}