.hero{min-height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:0 auto;width:100%}.logo-svg{width:140px;height:auto;margin-bottom:1.5rem;animation:fadeIn .6s ease}.logo-text{font-size:3.5rem;font-weight:300;color:#1a1a1a;margin:0 0 .5rem;letter-spacing:-.02em;animation:fadeIn .8s ease}.tagline{font-size:1.1rem;color:#666;margin:0 0 3rem;animation:fadeIn 1s ease}.invite-form-container{width:100%;animation:fadeIn 1.2s ease}.invite-form{display:flex;gap:.75rem;width:100%;padding:.5rem;border:1px solid #ddd;border-radius:50px;background:#fff;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.invite-form:focus-within{box-shadow:0 4px 16px #0000001f;border-color:#d4ff00}.email-input{flex:1;padding:.875rem 1.25rem;border:none;background:transparent;color:#1a1a1a;font-size:1rem;outline:none;font-family:inherit}.email-input::placeholder{color:#999}.submit-btn{padding:.875rem 2rem;background:#1a1a1a;color:#d4ff00;border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.submit-btn:hover{background:#333;transform:scale(1.02)}.submit-btn:active{transform:scale(.98)}.hero-footer{display:flex;justify-content:center;gap:2rem;padding:1rem 0}.hero-footer a{color:#666;text-decoration:none;font-size:.875rem;transition:color .2s ease}.hero-footer a:hover{color:#1a1a1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.logo-svg{width:100px;margin-bottom:1rem}.tagline{font-size:1rem;margin-bottom:2rem}.invite-form{flex-direction:column;padding:.75rem;border-radius:24px}.email-input{padding:1rem 1.25rem}.submit-btn{width:100%;padding:1rem}.hero-footer{gap:1.5rem}}.error-message{color:#d32f2f;font-size:.875rem;margin-top:.75rem;text-align:center;animation:fadeIn .3s ease}.success-message{color:#2e7d32;font-size:.875rem;margin-top:.75rem;text-align:center;animation:fadeIn .3s ease}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.email-input:disabled{opacity:.6;cursor:not-allowed}.reel-cta{position:fixed;bottom:2rem;right:2rem;background:#d4ff00;color:#1a1a1a;border:none;padding:1rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #00000026;transition:all .3s ease;z-index:1000;display:flex;align-items:center;gap:.5rem}.reel-cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003;background:#e5ff33}.reel-cta:active{transform:translateY(0)}.video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease}.video-modal-content{position:relative;width:100%;max-width:1200px;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000080}.video-modal-close{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.video-modal-close:hover{background:#000000e6;transform:scale(1.1)}.video-player{width:100%;height:auto;display:block;max-height:80vh}@media (max-width: 768px){.reel-cta{bottom:1rem;right:1rem;padding:.875rem 1.25rem;font-size:.9rem}.video-modal{padding:1rem}.video-modal-close{top:.5rem;right:.5rem;width:36px;height:36px;font-size:1.25rem}}.app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;overflow-x:hidden}#root{min-height:100vh}
