.ws-screen{--ws-serif:var(--ps-font-serif,"Space Grotesk", "IBM Plex Sans", system-ui, sans-serif);--ws-sans:var(--ps-font-sans,"IBM Plex Sans", system-ui, sans-serif);--ws-mono:var(--ps-font-mono,"IBM Plex Mono", ui-monospace, monospace);background:var(--ps-color-bg);width:100%;max-width:26rem;min-height:100vh;color:var(--ps-color-text);font-family:var(--ws-sans);-webkit-font-smoothing:antialiased;margin-inline:auto;padding:26px 20px 46px}.ws-screen--centered{flex-direction:column;justify-content:center;align-items:center;padding-block:24px;display:flex}.ws-screen a{color:var(--ps-accent);text-decoration:none}.ws-screen a:hover{color:var(--ps-accent-hover)}.ws-topbar{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.ws-brand{align-items:center;gap:11px;text-decoration:none;display:flex}.ws-brand__mark{background:var(--ps-accent);width:30px;height:30px;box-shadow:0 8px 18px var(--ps-accent-glow);border-radius:7px;flex-shrink:0;transform:rotate(45deg)}.ws-brand__name{font-family:var(--ws-serif);letter-spacing:-.01em;color:var(--ps-color-text);font-size:20px;font-weight:600}.ws-brand__accent{color:var(--ps-accent)}.ws-hero{margin-bottom:26px}.ws-hero__kicker{font-family:var(--ws-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--ps-accent);margin-bottom:12px;font-size:11.5px;font-weight:600;display:inline-block}.ws-hero__title{font-family:var(--ws-serif);letter-spacing:-.015em;color:var(--ps-color-text);margin:0 0 12px;font-size:30px;font-weight:500;line-height:1.1}.ws-hero__text{color:var(--ps-color-text-muted);margin:0;font-size:15px;line-height:1.55}.ws-card{background:var(--ps-color-bg-alt);border:1px solid var(--ps-color-line);border-radius:0;padding:24px 20px;box-shadow:0 24px 60px #00000059}.ws-card--pad{padding:34px 24px 28px}.ws-card__title{font-family:var(--ws-serif);letter-spacing:-.01em;color:var(--ps-color-text);margin:0 0 5px;font-size:22px;font-weight:500}.ws-card__subtitle{color:var(--ps-color-text-muted);margin:0 0 22px;font-size:14px;line-height:1.5}.ws-card__title--center,.ws-card__subtitle--center{text-align:center}.ws-form{flex-direction:column;gap:18px;display:flex}.ws-field{min-width:0;display:block}.ws-field-row{gap:12px;display:flex}.ws-field-row .ws-field{flex:1}.ws-label{letter-spacing:.09em;text-transform:uppercase;color:var(--ps-color-text-faint);margin-bottom:9px;font-size:11px;font-weight:700;display:block}.ws-label-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.ws-forgot{color:var(--ps-color-text-muted);margin-bottom:9px;font-size:12px;font-weight:500;text-decoration:none;transition:color .15s}.ws-forgot:hover{color:var(--ps-accent)}.ws-input{background:var(--ps-color-surface-input);border:1px solid var(--ps-color-border);width:100%;height:50px;color:var(--ps-color-text);border-radius:0;outline:none;padding:0 15px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.ws-input::placeholder{color:var(--ps-color-text-faint)}.ws-input:focus{border-color:var(--ps-accent);box-shadow:0 0 0 3px var(--ps-accent-tint)}:is(.ws-field :global(.ps-select-trigger),.ws-field :global(select),.ws-field :global(input)){border-radius:0}.ws-btn{background:var(--ps-accent);color:#fff;cursor:pointer;width:100%;height:52px;box-shadow:0 12px 28px var(--ps-accent-glow);border:none;border-radius:0;justify-content:center;align-items:center;gap:10px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s;display:flex}.ws-btn:hover:not(:disabled){background:var(--ps-accent-hover);color:#fff;transform:translateY(-1px)}.ws-btn:active{transform:translateY(0)}.ws-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.ws-btn__icon{flex-shrink:0;width:18px;height:18px;display:block}.ws-btn-ghost{border:1px solid var(--ps-color-border-strong);color:var(--ps-color-text);cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .15s;display:inline-flex}.ws-btn-ghost:hover:not(:disabled){border-color:var(--ps-accent)}.ws-btn-ghost:disabled{opacity:.55;cursor:not-allowed}.ws-divider{align-items:center;gap:14px;margin:22px 0;display:flex}.ws-divider__line{background:var(--ps-color-line);flex:1;height:1px}.ws-divider__text{color:var(--ps-color-text-dim);font-size:12px}.ws-altline{text-align:center;color:var(--ps-color-text-muted);margin:0;font-size:14px}.ws-altline--mt{margin-top:22px}.ws-altline a{font-weight:600}.ws-center{justify-content:center;margin-top:22px;display:flex}.ws-features{flex-direction:column;gap:22px;margin-top:30px;padding:0 4px;display:flex}.ws-feature{align-items:flex-start;gap:14px;display:flex}.ws-feature__dot{background:var(--ps-accent);width:8px;height:8px;box-shadow:0 0 12px var(--ps-accent-glow);border-radius:50%;flex-shrink:0;margin-top:6px}.ws-feature__title{color:var(--ps-color-text);margin-bottom:4px;font-size:15px;font-weight:600}.ws-feature__desc{color:var(--ps-color-text-dim);font-size:13px;line-height:1.45}.ws-hint-icon{justify-content:center;margin-bottom:18px;display:flex}.ws-hint-icon-badge{background:var(--ps-accent-tint);border:1px solid var(--ps-accent-line);width:66px;height:66px;color:var(--ps-accent);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.ws-msg{border-radius:0;align-items:center;gap:8px;padding:12px 15px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.ws-msg svg{flex-shrink:0}.ws-msg--error,.ws-msg--accent{background:var(--ps-accent-tint);border:1px solid var(--ps-accent-line);color:var(--ps-accent-text)}.ws-msg--ok{color:#6bcf9a;background:#34c77b1f;border:1px solid #34c77b47}.ws-success{text-align:center;padding:8px 0}.ws-success__title{font-family:var(--ws-serif);color:var(--ps-color-text);margin:20px 0 10px;font-size:22px;font-weight:500}.ws-success__desc{color:var(--ps-color-text-muted);max-width:340px;margin:0 auto 24px;font-size:14px;line-height:1.6}.ws-spin{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite wsspin;display:inline-block}.ws-btn-ghost .ws-spin{border-color:color-mix(in srgb, var(--ps-color-text) 30%, transparent);border-top-color:var(--ps-color-text)}@keyframes wsspin{to{transform:rotate(360deg)}}@media (width>=900px){.ws-screen:not(.ws-screen--centered){grid-template-columns:1fr 1fr;grid-template-areas:"brand controls""hero card""features card";align-content:center;column-gap:72px;max-width:1080px;min-height:100vh;padding:48px 40px;display:grid}.ws-screen:not(.ws-screen--centered) .ws-topbar{display:contents}.ws-screen:not(.ws-screen--centered) .ws-brand{grid-area:brand;align-self:center;margin-bottom:40px}.ws-screen:not(.ws-screen--centered) .ws-hero{grid-area:hero;align-self:start;margin-bottom:0}.ws-screen:not(.ws-screen--centered) .ws-hero__title{font-size:40px}.ws-screen:not(.ws-screen--centered) .ws-hero__text{font-size:16px}.ws-screen:not(.ws-screen--centered) .ws-features{grid-area:features;align-self:start;margin-top:30px;padding:0}.ws-screen:not(.ws-screen--centered) .ws-card{grid-area:card;align-self:center;padding:34px 32px}.ws-screen--centered .ws-card{width:100%;max-width:26rem}}
