,::before,*::after{box-sizing:border-box;margin:0;padding:0}body{height:100vh;overflow:hidden;background-color:#09090b;background-image:radial-gradient(circle at 10% 20%,rgba(131,58,180,.15) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(253,29,29,.15) 0,transparent 40%),radial-gradient(circle at 50% 50%,rgba(252,176,69,.1) 0,transparent 50%);color:#fafafa;font-family:'Inter',sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.top-bar{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:99px;padding:.5rem 1rem;font-size:clamp(.75rem,2vw,.875rem);color:#e4e4e7;display:flex;align-items:center;gap:.5rem;backdrop-filter:blur(10px)}.glass-panel{width:90%;max-width:480px;background:rgba(25,25,25,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:clamp(1.5rem,5vw,3rem);text-align:center;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);z-index:2}.logo-wrapper{margin-bottom:1.5rem}.logo-wrapper img{max-width:160px;height:auto}h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(to right,#833ab4,#fd1d1d,#fcb045,#833ab4,#fd1d1d);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:g 180s linear infinite}@keyframes g{0%{background-position:0 50%}100%{background-position:400% 50%}}p{font-size:clamp(.875rem,3vw,1rem);color:#a1a1aa;margin-bottom:2rem;line-height:1.5}form{display:flex;flex-direction:column;gap:1rem}input{width:100%;padding:1rem 1.25rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;font-family:inherit;font-size:1rem;outline:0;transition:border-color .2s}input:focus{border-color:#fd1d1d}input::placeholder{color:#71717a}button{width:100%;padding:1rem;background:linear-gradient(135deg,#fd1d1d 0,#fcb045 100%);border:none;border-radius:12px;color:#fff;font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer;transition:opacity .2s,transform .2s}button:hover{opacity:.9;transform:translateY(-1px)}button:focus-visible{outline:2px solid #fff;outline-offset:2px}.footer{position:absolute;bottom:1.5rem;font-family:monospace;font-size:clamp(.7rem,2vw,.8rem);color:#10b981}.footer::before{content:'';display:inline-block;width:8px;height:8px;background:#10b981;border-radius:50%;margin-right:8px;box-shadow:0 0 8px #10b981;animation:p 2s infinite}@keyframes p{0%,100%{opacity:1}50%{opacity:.4}}#ty::after{content:'_';animation:b 1s infinite}@keyframes b{0%,100%{opacity:1}50%{opacity:0}}@media print{body{background:#fff;color:#000}h1{-webkit-text-fill-color:#000;color:#000;background:none}.glass-panel{background:none;border:2px solid #000;box-shadow:none;backdrop-filter:none}.top-bar,.footer,form::after,form::before{display:none}input,button{display:none}}