@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:radial-gradient(circle at 100% 0,#1a1a2e,#16213e,#0f3460) fixed;justify-content:center;align-items:center;min-height:100vh;font-family:Outfit,sans-serif;display:flex;overflow-x:hidden}.page-wrapper{justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1400px;padding:1rem;display:flex}.main-content{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:650px;display:flex}.ad-container{background:#ffffff05;border-radius:12px;justify-content:center;align-items:center;display:flex;overflow:hidden}.ad-side{width:160px;min-height:600px;display:none}@media (width>=1100px){.ad-side{display:block}}.ad-bottom{width:100%;min-height:90px;margin-top:1rem}.app-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:1.5rem;width:100%;padding:3rem;animation:.8s ease-out fadeIn;display:flex;box-shadow:0 20px 40px #0006}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-header{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.app-logo{object-fit:contain;filter:drop-shadow(0 0 15px #00f2fe66);border-radius:20px;width:90px;height:90px}h1{background:linear-gradient(90deg,#00f2fe,#4facfe);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.status-badge{text-transform:uppercase;letter-spacing:1px;border-radius:50px;width:max-content;margin:0 auto 1.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.status-wait{color:#ccc;background:#ffffff1a}.status-ready{color:#4caf50;background:#4caf5033;box-shadow:0 0 15px #4caf5066}.status-transfer{color:#00f2fe;background:#00f2fe33;box-shadow:0 0 15px #00f2fe66}.status-error{color:#f44336;background:#f4433633}.error-alert{color:#ff8a80;word-break:keep-all;background:#f4433626;border:1px solid #f4433666;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:1.05rem;line-height:1.5;animation:.3s fadeIn}.auth-group{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.auth-group input{color:#fff;text-align:center;background:#0003;border:1px solid #fff3;border-radius:12px;outline:none;width:100%;max-width:320px;padding:1rem 1.5rem;font-family:inherit;font-size:1.2rem;transition:border-color .3s}.auth-group input:focus{border-color:#4facfe}.auth-group button{color:#000;cursor:pointer;background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;border-radius:12px;width:100%;max-width:320px;padding:1rem 2rem;font-family:inherit;font-size:1.2rem;font-weight:600;transition:transform .2s,box-shadow .2s}.auth-group button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00f2fe4d}.drop-zone{color:#fff9;cursor:default;border:2px dashed #ffffff4d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:280px;transition:all .3s;display:flex}.drop-zone.active{cursor:pointer;color:#4caf50;background:#4caf500d;border-color:#4caf50}.drop-zone.dragover{background:#00f2fe1a;border-color:#00f2fe;transform:scale(1.02)}.progress-container{background:#0000004d;border-radius:10px;width:100%;height:14px;margin-top:1.5rem;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#00f2fe,#4facfe);width:0%;height:100%;transition:width .1s linear}.stats{color:#aaa;text-align:center;margin-top:.8rem;font-size:1rem}
