@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.root{min-height:100dvh;display:flex;flex-direction:column}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 3rem}.hero-inner{max-width:680px;width:100%;display:flex;flex-direction:column;gap:0}.eyebrow{font-size:.6875rem;font-weight:600;letter-spacing:.22em;color:#ffffff59;margin-bottom:2.25rem}.headline{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem}.subheadline{font-size:clamp(1rem,2vw,1.125rem);font-weight:400;line-height:1.65;color:#ffffff80;margin-bottom:2.75rem;max-width:520px}.form-area{margin-bottom:1.25rem}.input-row{display:flex;gap:.5rem;align-items:stretch}.input-row input{flex:1;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:.875rem 1.125rem;font-size:.9375rem;font-family:inherit;color:#fff;outline:none;transition:border-color .2s;min-width:0}.input-row input::placeholder{color:#ffffff47}.input-row input:focus{border-color:#fff9}.input-row input:disabled{opacity:.5;cursor:not-allowed}.input-row button{background:#fff;color:#000;border:none;border-radius:4px;padding:.875rem 1.625rem;font-size:.875rem;font-weight:600;font-family:inherit;letter-spacing:.04em;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:90px;transition:opacity .15s,background .15s}.input-row button:hover:not(:disabled){background:#e0e0e0}.input-row button:disabled{opacity:.6;cursor:not-allowed}.spinner{display:block;width:16px;height:16px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{font-size:.8125rem;color:#ff6464e6;margin-top:.625rem;padding-left:.125rem}.success-msg{font-size:1.0625rem;font-weight:500;color:#ffffffd9;line-height:1.5;padding:.875rem 0}.disclaimer{font-size:.75rem;color:#ffffff38;letter-spacing:.04em}.footer{padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:.75rem;color:#fff3;letter-spacing:.03em}.sep{opacity:.4}@media(max-width:480px){.input-row{flex-direction:column}.input-row button{width:100%;padding:.875rem}}.editable-active{outline:none;border-bottom:1px dashed rgba(255,255,255,.3);cursor:text;border-radius:2px;transition:background .15s;padding:0 2px;display:inline-block}.editable-active:hover,.editable-active:focus{background:#ffffff0f;border-bottom-color:#fff9}.edit-hint{font-size:.7rem;color:#fff3;margin-top:.5rem;font-style:italic;display:none}.edit-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#ffffff0a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.edit-bar-label{font-size:.7rem;font-weight:500;letter-spacing:.12em;color:#ffffff59;text-transform:uppercase}.edit-bar-actions{display:flex;gap:.625rem;align-items:center}.edit-bar-btn{font-family:inherit;font-size:.8125rem;font-weight:500;border-radius:4px;padding:.4rem 1rem;cursor:pointer;border:1px solid transparent;transition:opacity .15s,background .15s;letter-spacing:.02em}.edit-bar-btn:hover{opacity:.8}.edit-bar-btn--ghost{background:transparent;border-color:#fff3;color:#ffffff8c}.edit-bar-btn--ghost:hover{border-color:#fff6;color:#fffc;opacity:1}.edit-bar-btn--primary{background:#fff;color:#000;border-color:#fff}.root:has(~.edit-bar) .footer{padding-bottom:4rem}
