.email-form{width:100%;max-width:500px;margin:0 auto 2rem}.form-row{display:flex;gap:0;border-radius:50px;overflow:hidden;box-shadow:0 4px 20px #00000026}.email-input{flex:1;padding:1rem 1.5rem;font-size:1rem;border:none;outline:none;background:#fffffff2;color:#333}.email-input::placeholder{color:#999}.email-input:focus{background:#fff}.email-input:disabled{opacity:.7}.submit-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ff6b8a,#e84a6f);border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff7a96,#ec5a7d);transform:translate(2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.arrow{font-size:1.5rem;line-height:1;transition:transform .3s ease}.submit-btn:hover:not(:disabled) .arrow{transform:translate(4px)}.form-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-message.success{background:#48bb7833;color:#c6f6d5}.form-message.error{background:#f5656533;color:#fed7d7}@media (max-width: 480px){.form-row{flex-direction:column;border-radius:12px}.email-input{border-radius:12px 12px 0 0;text-align:center}.submit-btn{justify-content:center;border-radius:0 0 12px 12px;padding:1rem}}.links-section{margin-top:1rem}.links-title{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:#fffc}.links-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.link-item{width:100%}.link{display:flex;flex-direction:column;padding:1rem 1.25rem;background:#ffffff26;border-radius:12px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.link:hover{background:#ffffff40;transform:translateY(-2px)}.link-title{font-weight:600;font-size:1rem;color:#fff}.link-description{font-size:.875rem;color:#ffffffbf;margin-top:.25rem}@media (max-width: 480px){.link{padding:.875rem 1rem}.link-title{font-size:.95rem}.link-description{font-size:.8rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f5a558,#e8924a,#d4803c);position:relative;overflow:hidden}.app:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.05) 100%);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);pointer-events:none}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1}.hero-content{max-width:600px;width:100%;text-align:center}.logo{width:280px;height:280px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.2));border-radius:24px}.tagline{font-size:1.25rem;font-weight:400;line-height:1.5;margin-bottom:2rem;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.1)}.footer{padding:1.5rem;text-align:center;font-size:.875rem;color:#ffffffb3;position:relative;z-index:1}@media (max-width: 640px){.logo{width:200px;height:200px}.tagline{font-size:1.1rem}.hero{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#fff;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit}
