:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:#0a0a0a;padding:0}#app{width:100%}.hero{position:relative;height:60vh;min-height:400px;max-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0ab3,#0a0a0ad9);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;max-width:800px;padding:0 2rem;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.2}.hero-description{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin-bottom:1rem;font-weight:500}.hero-subtitle{color:#ffffffb3;font-size:1rem;line-height:1.5;font-weight:400}main{max-width:900px;margin:0 auto;padding:3rem 1rem;display:flex;flex-direction:column;gap:2rem}section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.input-controls{display:flex;gap:1.5rem;align-items:flex-end}.input-group{flex:1}.input-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#ffffffe6;font-size:.9rem}#uexToken{width:100%;padding:.75rem 1rem;font-size:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffe6;transition:all .2s}#uexToken:focus{outline:none;border-color:#3b82f6;background:#ffffff14}#uexToken::placeholder{color:#fff6}.control-actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;min-width:220px}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#fffc;-webkit-user-select:none;user-select:none;justify-content:center}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}button{border-radius:8px;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 16px #10b98166;transform:translateY(-2px)}.btn-tertiary{background:#ffffff0d;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.btn-tertiary:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.btn-small{padding:.5rem 1rem;font-size:.85rem}.btn-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled){background:#ef444433;border-color:#ef444480}.btn-logs-toggle{background:transparent;color:#fff9;border:none;padding:.5rem;font-size:.85rem;text-align:center;cursor:pointer;transition:all .2s;margin-top:.75rem;text-decoration:underline;text-underline-offset:3px}.btn-logs-toggle:hover{color:#ffffffe6;background:transparent}button:disabled{opacity:.5;cursor:not-allowed}.progress-section{padding:1.5rem}.progress-bar{width:100%;height:2rem;background:#ffffff0d;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);width:0%;transition:width .3s ease;border-radius:1rem;box-shadow:0 0 12px #3b82f680}.progress-text{margin-top:1rem;text-align:center;font-size:.95rem;color:#ffffffb3}.details-panel{margin-top:1rem;padding:1rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.details-text{font-size:.85rem;color:#ffffffe6;text-align:center;line-height:1.6;margin:0}.actions{display:flex;justify-content:center}.storage-actions{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.logs-panel{max-height:400px;overflow-y:auto;transition:all .3s ease;margin-top:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0000004d}.logs-panel.hidden{max-height:0;overflow:hidden;margin-top:0;border:none}#log{padding:1rem;margin:0;font-family:Courier New,monospace;font-size:.8rem;line-height:1.5;color:#fffc;white-space:pre-wrap;word-wrap:break-word}footer{margin-top:3rem;text-align:center;padding:1.5rem;color:#fff6;font-size:.875rem}@media (max-width: 768px){.hero{height:50vh;min-height:350px}h1{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-subtitle{font-size:.95rem}main{padding:2rem 1rem}section{padding:1.5rem}.input-controls{flex-direction:column;align-items:stretch}.control-actions{min-width:auto}.storage-actions{flex-direction:column}.storage-actions button{width:100%}}@media (max-width: 480px){.hero{height:45vh;min-height:300px}h1{font-size:2rem}.hero-description{font-size:1rem}.hero-subtitle{font-size:.9rem}.hero-content{padding:0 1rem}main{padding:1.5rem .5rem}section{padding:1rem}button{padding:.65rem 1.25rem;font-size:.95rem}}.help-btn{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:1.5rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 16px #3b82f666;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.help-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #3b82f680;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.modal.active{display:flex;align-items:center;justify-content:center}.modal-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;max-width:700px;width:90%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff9;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.modal-close:hover{background:#ffffff1a;color:#ffffffe6}.modal-content h2{font-size:2rem;margin-bottom:2rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.help-section{margin-bottom:2rem}.help-section:last-child{margin-bottom:0}.help-section h3{font-size:1.25rem;color:#ffffffe6;margin-bottom:1rem;font-weight:600}.help-section p{color:#ffffffbf;line-height:1.6;margin-bottom:.75rem}.help-section ul,.help-section ol{color:#ffffffbf;line-height:1.8;padding-left:1.5rem}.help-section li{margin-bottom:.5rem}.help-section a{color:#3b82f6;text-decoration:none;transition:color .2s}.help-section a:hover{color:#60a5fa;text-decoration:underline}.help-section strong{color:#ffffffe6;font-weight:600}@media (max-width: 768px){.help-btn{bottom:1.5rem;right:1.5rem;width:48px;height:48px;font-size:1.25rem}.modal-content{padding:2rem;width:95%}.modal-content h2{font-size:1.5rem}.help-section h3{font-size:1.1rem}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
