.auth-shell{grid-template-columns:1fr;min-height:100dvh;display:grid}.auth-shell__main{min-width:0;padding-inline:var(--gutter);grid-template-rows:auto 1fr auto;display:grid}.auth-shell__bar{justify-content:space-between;align-items:center;gap:var(--space-4);padding-block:var(--space-4);display:flex}.auth-shell__footer{padding-block:var(--space-4);text-align:center}.auth-shell__footer-text{font-size:var(--fs-xs);line-height:var(--lh-body);color:var(--text-3);margin:0}.auth-shell__footer-link{color:var(--text-3);text-underline-offset:3px;text-decoration:underline}.auth-shell__footer-link:hover{color:var(--text-2)}.auth-shell__aside{display:none}.auth-shell .auth-content-area{width:100%;max-width:420px;padding-block:var(--space-5);flex-direction:column;justify-content:center;margin-inline:auto;display:flex}.auth-shell .auth-header{gap:var(--space-1);margin-bottom:var(--space-6);flex-direction:column;display:flex}.auth-shell .auth-header h1{font-size:var(--fs-xxl);font-weight:var(--fw-bold);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);margin:0}.auth-shell .auth-header p{color:var(--text-2);line-height:var(--lh-body);margin:0}.auth-shell .auth-card{width:100%;box-shadow:none;background:0 0;border:0;padding:0}.auth-shell .auth-card__footer,.auth-shell .auth-form__footer{margin-top:var(--space-7);font-size:var(--fs-sm);color:var(--text-2);text-align:center;margin-bottom:0}.auth-shell form{width:100%}.auth-shell .form-fields{gap:var(--space-4);grid-template-columns:1fr;display:grid}.auth-shell .form-fields>*{grid-column:1/-1}.auth-shell .form-fields>.input-field--half{grid-column:span 1}.auth-shell input{width:100%;padding:var(--space-2) var(--space-4);border:1px solid var(--input-border);border-radius:var(--r-s);background-color:var(--input-bg);box-shadow:var(--control-shadow);font-weight:var(--fw-regular);line-height:var(--lh)}.auth-shell .action-btn{width:100%;margin-top:var(--space-5)}.auth-shell .forgot-password{margin-top:var(--space-2);font-size:var(--fs-sm);display:block}@media (width>=1024px){.auth-shell--split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.auth-shell--split .auth-shell__aside{height:100dvh;display:block;position:sticky;top:0}.auth-shell--focus .auth-content-area{max-width:520px}.auth-shell__main{padding-inline:var(--space-8)}.auth-shell__footer{text-align:center}.auth-shell .auth-content-area{max-width:440px;margin-inline:auto}}@media (width>=1440px){.auth-shell--split{grid-template-columns:minmax(0,5fr) minmax(0,6fr)}}.assembly.svelte-1p8bh3g{place-items:center;width:100%;height:100%;display:grid}.assembly__stage.svelte-1p8bh3g{aspect-ratio:1;perspective:900px;width:min(380px,70%);position:relative}.assembly__piece.svelte-1p8bh3g{opacity:0;animation:svelte-1p8bh3g-assembly-in 7s var(--ease-out) infinite;position:absolute}.assembly__piece--board.svelte-1p8bh3g{border-radius:var(--r-l);background:linear-gradient(135deg, color-mix(in oklab, var(--brand) 72%, white), color-mix(in oklab, var(--accent) 62%, white));box-shadow:var(--elev-3);animation-delay:0s;inset:24% 6%}.assembly__piece--card.svelte-1p8bh3g{aspect-ratio:5/7;border-radius:var(--r-s);background:var(--surface-1);width:20%;box-shadow:var(--elev-2)}.assembly__piece--card-1.svelte-1p8bh3g{animation-delay:.5s;top:8%;left:16%;rotate:-8deg}.assembly__piece--card-2.svelte-1p8bh3g{animation-delay:.9s;top:4%;right:18%;rotate:10deg}.assembly__piece--token.svelte-1p8bh3g{aspect-ratio:1;border-radius:var(--round);background:var(--surface-1);width:11%;box-shadow:var(--elev-2)}.assembly__piece--token-1.svelte-1p8bh3g{animation-delay:1.3s;bottom:12%;left:24%}.assembly__piece--token-2.svelte-1p8bh3g{animation-delay:1.6s;bottom:8%;right:30%}.assembly__piece--die.svelte-1p8bh3g{aspect-ratio:1;border-radius:var(--r-s);background:var(--surface-1);width:13%;box-shadow:var(--elev-2);animation-delay:2s;bottom:26%;right:10%}@keyframes svelte-1p8bh3g-assembly-in{0%{opacity:0;translate:0 40px;scale:.85}18%,78%{opacity:1;translate:0;scale:1}to{opacity:0;translate:0 -12px;scale:.98}}@media (prefers-reduced-motion:reduce){.assembly__piece.svelte-1p8bh3g{opacity:1;animation:none}}.auth-quote.svelte-1iw91gk{gap:var(--space-6);width:min(46ch,100%);padding:var(--space-8);flex-direction:column;margin:0;display:flex}.auth-quote__text.svelte-1iw91gk{font-size:var(--fs-xl);font-weight:var(--fw-medium);line-height:var(--lh);letter-spacing:var(--ls-tight);color:var(--text-1);margin:0}.auth-quote__author.svelte-1iw91gk{align-items:center;gap:var(--space-3);display:flex}.auth-quote__avatar.svelte-1iw91gk{border-radius:var(--round);object-fit:cover;width:44px;height:44px}.auth-quote__meta.svelte-1iw91gk{flex-direction:column;display:flex}.auth-quote__name.svelte-1iw91gk{font-weight:var(--fw-semibold);color:var(--text-1)}.auth-quote__role.svelte-1iw91gk{font-size:var(--fs-sm);color:var(--text-2)}.auth-showcase.svelte-11skeq1{background:radial-gradient(circle at 28% 22%, color-mix(in oklab, var(--brand) 20%, transparent), transparent 62%), radial-gradient(circle at 78% 78%, color-mix(in oklab, var(--accent) 18%, transparent), transparent 58%), var(--surface-2);place-items:center;width:100%;height:100%;display:grid}.auth-showcase--quote.svelte-11skeq1{place-items:center start}
