body{background:var(--background-primary)}.hero-wrapper{display:flex;width:100%;max-width:560px;max-width:640px;flex-direction:column;align-items:flex-start;gap:24px}.hero-header-container{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.hero-title-container{gap:8px;align-self:stretch}.hero-email-container,.hero-title-container{display:flex;flex-direction:column;align-items:flex-start}.hero-email-container{gap:4px;width:100%}.status-container{display:flex;padding:4px 8px;align-items:center;gap:8px;background:var(--lavender-100)}.status-container:hover{cursor:pointer;background:var(--lavender-300)}.status-dot{width:6px;height:6px;flex-shrink:0;background-color:var(--lavender-500);animation:flash 2s ease-in-out infinite}@keyframes flash{0%,to{opacity:1}50%{opacity:.5}}.status-text{color:var(--lavender-500);font-family:var(--font-gt-standard-mono);text-transform:uppercase;font-size:12px;line-height:16px;font-weight:400}.email-entry-container{display:flex;width:100%;max-width:320px;padding:6px 8px;justify-content:space-between;align-items:center;background:var(--slate-50);border:1px solid var(--slate-100);transition:border .15s ease-out}.email-entry-container:focus-within{border:1px solid var(--slate-150)}.email-text{background:transparent;color:var(--black-100);font-family:var(--font-gt-standard-mono);font-size:14px;font-weight:400;border:none;outline:none;flex:1 1;margin-right:8px}.email-text::placeholder{color:var(--black-25)}.email-text.active{color:var(--black-100)}.enter-button-container{display:flex;padding:12px 20px;align-items:center;gap:8px;opacity:.25;background:var(--slate-150);border:none;cursor:pointer;transition:opacity .2s ease-out}.enter-button-container.active{opacity:1;background:var(--lavender-300)}.enter-button-container:disabled{cursor:not-allowed}.enter-button-container img{width:12px;height:12px}.email-entry-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-bottom:-16px}.email-message{color:var(--black-50);font-family:var(--font-gt-standard-mono);font-size:12px;font-weight:400;opacity:0;transition:opacity .2s ease-out;min-height:16px}.email-message.visible{opacity:.8}