*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}.coming-soon{background:linear-gradient(135deg,#f8faf8,#e8f5e9);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.coming-soon,.loader-container{align-items:center;display:flex;justify-content:center}.loader-container{position:absolute}.loader{display:flex;gap:8px}.loader span{animation:pulse 1.4s ease-in-out infinite;background:#4a7c59;border-radius:50%;height:8px;width:8px}.loader span:first-child{animation-delay:0s}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.fade-leave-active{transition:opacity .6s ease}.fade-leave-to{opacity:0}.reveal-enter-active{transition:all .8s ease-out}.reveal-enter-from{opacity:0;transform:translateY(20px)}.content{padding:2rem;text-align:center}.logo{animation:floatIn 1s ease-out .2s both;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08));height:auto;margin-bottom:2.5rem;width:120px}.title{animation:floatIn 1s ease-out .4s both;color:#2d3a2d;font-size:3rem;font-weight:300;letter-spacing:.3em;margin-bottom:1rem;text-transform:uppercase}.subtitle{animation:floatIn 1s ease-out .6s both;color:#5a6b5a;font-size:1.1rem;font-weight:300;letter-spacing:.1em;margin-bottom:2rem}.line{animation:expand 1.2s ease-out .8s both;background:linear-gradient(90deg,transparent,#4a7c59,transparent);height:2px;margin:0 auto;width:60px}@keyframes floatIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes expand{0%{opacity:0;width:0}to{opacity:1;width:60px}}@media(max-width:600px){.title{font-size:2rem;letter-spacing:.2em}.subtitle{font-size:.95rem}.logo{width:90px}}
