*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}#root{min-height:100vh}.app-container{background:linear-gradient(135deg,#0f172a 0%,#1a2e1a 30%,#0f3d0f 60%,#0a2a0a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.grass-bg{z-index:0;pointer-events:none;height:120px;position:fixed;bottom:0;left:0;right:0}.grass-blade{transform-origin:bottom;opacity:.6;background:linear-gradient(#22c55e,#166534);border-radius:2px 2px 0 0;width:4px;height:100%;animation:3s ease-in-out infinite sway;position:absolute;bottom:0}@keyframes sway{0%,to{transform:rotate(-8deg)scaleY(1)}50%{transform:rotate(8deg)scaleY(1.1)}}.floating-balls{z-index:0;pointer-events:none;position:fixed;inset:0}.golf-ball-particle{opacity:0;background:radial-gradient(circle at 35% 35%,#fff,#d1d5db);border-radius:50%;width:12px;height:12px;animation:linear infinite float-up;position:absolute;bottom:-20px;box-shadow:0 0 6px #ffffff4d}@keyframes float-up{0%{opacity:0;transform:translateY(0)scale(.5)}20%{opacity:.7}80%{opacity:.7}to{opacity:0;transform:translateY(-100vh)scale(1)}}.main-content{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:600px;padding:2rem 1.5rem;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(30px)}.main-content.visible{opacity:1;transform:translateY(0)}.brand{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.logo-icon{filter:drop-shadow(0 4px 12px #16a34a66);width:90px;height:90px;animation:3s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 4px 12px #16a34a66)}50%{filter:drop-shadow(0 4px 20px #16a34ab3)}}.brand-name{color:#fff;letter-spacing:2px;text-shadow:0 2px 20px #22c55e4d;font-family:Playfair Display,serif;font-size:3rem;font-weight:700}.brand-tagline{color:#86efac;letter-spacing:6px;text-transform:uppercase;margin-top:-.25rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:400}.status-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:100%;padding:2rem 2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 32px #0000004d}.status-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006}.status-badge{color:#86efac;background:#22c55e26;border:1px solid #22c55e4d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.status-title{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;line-height:1.3}.status-description{color:#ffffffa6;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.progress-container{flex-direction:column;align-items:center;gap:.5rem;display:flex}.progress-bar{background:#ffffff1a;border-radius:3px;width:100%;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:3px;width:45%;height:100%;animation:2.5s ease-in-out infinite progress-move}@keyframes progress-move{0%{width:30%;margin-left:0}50%{width:60%;margin-left:10%}to{width:30%;margin-left:70%}}.progress-text{color:#fff6;letter-spacing:2px;text-transform:uppercase;font-size:.8rem}.contact-section{text-align:center}.contact-text{color:#ffffff80;margin-bottom:.5rem;font-size:.9rem}.contact-email{color:#86efac;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.contact-email:after{content:"";transform-origin:50%;background:#22c55e;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.contact-email:hover{color:#4ade80}.contact-email:hover:after{transform:scaleX(1)}.social-links{align-items:center;gap:1.25rem;display:flex}.social-link{color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.social-link svg{width:20px;height:20px}.social-link:hover{color:#86efac;background:#22c55e26;border-color:#22c55e66;transform:translateY(-3px);box-shadow:0 4px 12px #22c55e33}.footer{text-align:center;padding-top:.5rem}.footer p{color:#ffffff4d;font-size:.8rem}@media (width<=640px){.brand-name{font-size:2.2rem}.brand-tagline{letter-spacing:4px;font-size:.9rem}.logo-icon{width:70px;height:70px}.status-card{padding:1.5rem 1.25rem}.status-title{font-size:1.3rem}.status-description{font-size:.9rem}.grass-bg{height:80px}}
