*{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-color:#0f0f0f;color:#fff;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;padding:2rem;justify-content:center}.page-container{flex:1;transition:all .3s ease-in-out;opacity:1;transform:translateY(0);display:flex;flex-direction:column;justify-content:center}.page-container.fade-out{opacity:0;transform:translateY(-20px)}.page-container.fade-in{opacity:1;transform:translateY(0)}.contact-container{flex:1;display:flex;justify-content:space-around;align-items:center;gap:3rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-form-section{background-color:#1a1a1a;border-radius:12px;padding:3rem;max-width:500px;width:100%;box-shadow:0 0 25px #8000ff66,0 0 50px #8000ff33;border:none;position:relative;z-index:10}.info-section{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;padding:2rem;position:relative;z-index:10}.info-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.info-text{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#e0e0e0}.info-link{color:#b366ff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease;margin-bottom:1rem;display:block}.info-link:hover{color:#6000cc;text-decoration:underline}.contact-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.contact-intro{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#e0e0e0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:1rem;font-weight:500;color:#fff}.form-input,.form-textarea{background-color:#2a2a2a;border:1px solid #404040;border-radius:8px;padding:.75rem;font-size:1rem;color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8000ff;box-shadow:0 0 0 3px #8000ff1a}.form-textarea{resize:vertical;min-height:120px}.send-button{background:linear-gradient(135deg,#8000ff,#400080);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;align-self:center;margin-top:1rem}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8000ff4d}.send-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.send-button:active{transform:translateY(0)}.separator{height:2px;background:linear-gradient(90deg,transparent,#8000ff,transparent);margin:2rem 0;width:100%}.footer-section{text-align:center;padding:1rem 0;position:relative;z-index:10;margin-top:auto}.footer-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-text{font-size:1.1rem;margin-bottom:1rem;color:#e0e0e0}.footer-link{color:#b366ff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease}.footer-link:hover{color:#6000cc;text-decoration:underline}.developer-credit{font-size:.9rem;color:#a0a0a0;margin-top:2rem}@media (max-width: 768px){.app{padding:1rem}.contact-container{flex-direction:column;gap:2rem}.contact-form-section{padding:2rem;max-width:100%}.info-section{max-width:100%;padding:1.5rem}.contact-title,.info-title{font-size:2rem}}@media (max-width: 480px){.contact-form-section{padding:1.5rem}.contact-title,.footer-title{font-size:1.75rem}.send-button{width:100%;text-align:center}}.moon-container{position:fixed;top:40px;right:40px;z-index:100;pointer-events:none}.moon{position:relative;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f4f4f4,#e0e0e0,silver);box-shadow:0 0 20px #ffffff4d,0 0 40px #b366ff33,inset 0 0 20px #ffffff1a}.moon-glow{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%;background:radial-gradient(circle,rgba(179,102,255,.1) 0%,transparent 70%);animation:moonGlow 4s ease-in-out infinite alternate}.moon-craters{position:absolute;top:0;left:0;width:100%;height:100%}.crater{position:absolute;border-radius:50%;background:linear-gradient(135deg,#d0d0d0,#b0b0b0);box-shadow:inset 0 2px 4px #0003}.crater-1{width:12px;height:12px;top:20px;left:25px}.crater-2{width:8px;height:8px;top:35px;right:20px}.crater-3{width:10px;height:10px;bottom:25px;left:35px}@keyframes moonGlow{0%{opacity:.3;transform:scale(1)}to{opacity:.6;transform:scale(1.05)}}@media (max-width: 768px){.moon-container{top:20px;right:20px}.moon{width:60px;height:60px}.crater-1{width:9px;height:9px;top:15px;left:18px}.crater-2{width:6px;height:6px;top:26px;right:15px}.crater-3{width:8px;height:8px;bottom:18px;left:26px}}.stars-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.success-container{flex:1;display:flex;align-items:center;justify-content:center;background-color:transparent;padding:2rem;position:relative;z-index:10}.success-content{text-align:center;max-width:500px;padding:3rem;background:#1a1a1a;border-radius:16px;box-shadow:0 0 25px #8000ff66,0 0 50px #8000ff33;border:none;position:relative;z-index:10;animation:slideInUp .5s ease-out .3s both;margin-top:-4rem}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{margin-bottom:2rem;display:flex;justify-content:center}.success-icon svg{filter:drop-shadow(0 4px 8px rgba(16,185,129,.2))}.success-icon svg circle{stroke-dasharray:63;stroke-dashoffset:63;animation:drawCircle 1s ease-out forwards}.success-icon svg path{stroke-dasharray:20;stroke-dashoffset:20;animation:drawCheck 1s ease-out .5s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.success-title{font-size:2.5rem;font-weight:700;color:#10b981;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 0 10px rgba(16,185,129,.5)}.success-message{margin-bottom:2.5rem}.success-message p{font-size:1.1rem;color:#e0e0e0;margin-bottom:.5rem;line-height:1.6}.go-back-button{background:none;border:none;color:#8b5cf6;font-size:1.1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;text-decoration:underline}.go-back-button:hover{color:#7c3aed;background-color:#8b5cf61a;text-decoration:none}@media (max-width: 768px){.success-content{padding:2rem;margin:1rem}.success-title{font-size:2rem}.success-message p{font-size:1rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0f0f0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;width:100%}
