.coming-soon-page{background:linear-gradient(135deg,#bfcdb2 0%,#fcfde1 50%,#41583c 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.coming-soon-content{text-align:center;z-index:2;width:100%;max-width:600px}.logo-container{margin-bottom:3rem}.animated-text-wrapper{margin:3rem 0}.word{letter-spacing:.1em;text-transform:uppercase;perspective:1000px;justify-content:center;align-items:center;gap:.1em;font-size:clamp(3rem,8vw,6rem);font-weight:700;display:flex}.word span{animation:2s ease-in-out infinite bounce;animation-delay:calc(var(--char-index)*.1s);color:#41583c;text-shadow:0 0 10px #fcfde1cc,0 0 20px #fcfde199,0 0 30px #fcfde166,2px 2px 4px #41583c4d;transform-origin:bottom;display:inline-block}.word span:first-child{--char-index:0}.word span:nth-child(2){--char-index:1}.word span:nth-child(3){--char-index:2}.word span:nth-child(4){--char-index:3}.word span:nth-child(5){--char-index:4}.word span:nth-child(6){--char-index:5}.word span:nth-child(7){--char-index:6}.word span:nth-child(8){--char-index:7}.word span:nth-child(9){--char-index:8}.word span:nth-child(10){--char-index:9}.word span:nth-child(11){--char-index:10}.space{width:.5em}@keyframes bounce{0%,to{transform:translateY(0)scale(1)}25%{transform:translateY(-30px)scale(1.1)rotate(-5deg)}50%{transform:translateY(0)scale(.95)}75%{transform:translateY(-15px)scale(1.05)rotate(5deg)}}.login-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;margin-top:3rem;padding:2.5rem 2rem;box-shadow:0 10px 40px #41583c33,0 0 0 1px #bfcdb24d}.login-section h3{color:#41583c;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.login-form{flex-direction:column;gap:1rem;display:flex}.form-group{width:100%}.form-group input{color:#41583c;background:#fff;border:2px solid #bfcdb2;border-radius:12px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.form-group input:focus{border-color:#41583c;outline:none;box-shadow:0 0 0 3px #41583c1a}.form-group input::placeholder{color:#bfcdb2}.form-group input:disabled{cursor:not-allowed;opacity:.6;background:#f5f5f5}.error-message{color:#c33;background:#fee;border:1px solid #fcc;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#41583c 0%,#2d3d28 100%);border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #41583c4d}.login-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #41583c66}.login-form button:active:not(:disabled){transform:translateY(0)}.login-form button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.coming-soon-page{padding:1rem}.logo-container{margin-bottom:2rem}.animated-text-wrapper{margin:2rem 0}.word{font-size:clamp(2rem,10vw,4rem)}.login-section{padding:2rem 1.5rem}}
