:root{--zerostack-purple:#C842D9;--zerostack-magenta:#B833CC;--zerostack-dark:#0F172A;--zerostack-navy:#1F2937;--zerostack-lime:#9EF01A;--zerostack-cyan:#00D9FF}.zerostack-container{background-color:var(--zerostack-dark);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.zerostack-logo{margin-bottom:2rem;transform:scale(1);transition:transform .3s ease}.zerostack-logo:hover{transform:scale(1.05)}.zerostack-logo-box{background:linear-gradient(to right,var(--zerostack-purple),var(--zerostack-magenta));padding:1.5rem 3rem;border-radius:.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);display:inline-block}.zerostack-logo-text{font-size:2.25rem;font-weight:700;color:white;letter-spacing:.05em;font-family:monospace;margin:0}.zerostack-coming-soon{font-size:3rem;font-weight:700;color:var(--zerostack-lime);margin-bottom:1rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;font-family:Syne,sans-serif}.zerostack-tagline{font-size:1.5rem;color:rgba(255,255,255,.8);margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}.zerostack-form-container{max-width:28rem;width:100%}.zerostack-form-wrapper{background:rgba(31,41,55,.5);backdrop-filter:blur(10px);padding:2rem;border-radius:1rem;border:1px solid rgba(158,240,26,.3)}.zerostack-form-title{font-size:1.125rem;font-weight:600;color:white;margin-bottom:1rem;text-align:center}.zerostack-form{display:flex;gap:.75rem}.zerostack-input{flex:1;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(158,240,26,.3);background:rgba(31,41,55,.5);color:white;font-size:1rem;outline:none;transition:all .2s}.zerostack-input:focus{border-color:var(--zerostack-lime);box-shadow:0 0 0 3px rgba(158,240,26,.1)}.zerostack-input::placeholder{color:rgba(255,255,255,.5)}.zerostack-button{padding:.75rem 1.5rem;background:var(--zerostack-purple);color:white;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.zerostack-button:hover:not(:disabled){background:var(--zerostack-magenta);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.zerostack-button:disabled{opacity:.5;cursor:not-allowed}.zerostack-form-description{margin-top:1rem;font-size:.875rem;color:rgba(255,255,255,.6);text-align:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:768px){.zerostack-coming-soon,.zerostack-logo-text{font-size:3.75rem}.zerostack-tagline{font-size:1.5rem}}@media (max-width:640px){.zerostack-form{flex-direction:column}.zerostack-button{width:100%}}