*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050607;color:#f3f5f7}body{margin:0;background:radial-gradient(circle at top,#0d1b2a,#050607 65%);min-height:100vh}#root{max-width:1200px;margin:0 auto;padding:2rem}.app-shell header{margin-bottom:1.5rem}.header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.language-switcher{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.language-button{width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#060a14b3;padding:0;display:flex;align-items:center;justify-content:center}.flag-icon{width:70%;height:70%;border-radius:50%;object-fit:cover;display:block;margin:0 auto}.language-button.active{border-color:#6e5bffb3;box-shadow:0 8px 18px #507dff59}.app-shell header h1{margin:0;font-size:2rem}.app-shell header p{margin:.2rem 0 0;color:#92a6c0}.panel{background:#0d1321cc;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 20px 60px #0006}.panel h2{margin-top:0;font-size:1.2rem;letter-spacing:.04em;color:#8ec5ff}.grid-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.mode-toggle{display:flex;gap:1rem;margin-bottom:1rem}.mode-toggle button{flex:1;background:#35b1ff26;border:1px solid transparent}.mode-toggle button.active{border-color:#6e5bff99;box-shadow:0 12px 24px #507dff59}.mode-panel{position:relative;transition:opacity .15s ease}label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;color:#cdd6e5}input[type=text],input[type=email],input[type=number],input[type=password]{border-radius:8px;border:1px solid rgba(255,255,255,.08);padding:.65rem;background:#060a14b3;color:#fff}select{border-radius:8px;border:1px solid rgba(255,255,255,.08);padding:.55rem;background:#060a14b3;color:#fff}button{border:none;border-radius:999px;padding:.7rem 1.4rem;font-weight:600;background:linear-gradient(135deg,#35b1ff,#6f5bff);color:#fff;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}button:disabled{opacity:.4;cursor:not-allowed}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 25px #507dff59}table{width:100%;border-collapse:collapse;margin-top:1rem}.table-scroll{width:100%;overflow-x:auto}th,td{text-align:left;padding:.6rem;border-bottom:1px solid rgba(255,255,255,.04)}th{text-transform:uppercase;font-size:.75rem;letter-spacing:.07em;color:#8fa7d4}tr:hover td{background:#ffffff08}.actions button{margin-right:.4rem}.table-actions{display:flex;gap:.4rem;flex-wrap:nowrap}.table-actions button{margin-right:0;white-space:nowrap}.checkbox{flex-direction:row;align-items:center;gap:.5rem}.status{padding:.8rem 1rem;border-radius:10px;margin-top:1rem}.status-stack{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.8rem}.cancel-bar{margin-bottom:1.5rem;text-align:right}.status.info{background:#3178ff33;border:1px solid rgba(49,120,255,.4)}.status.error{background:#ff4d6d33;border:1px solid rgba(255,77,109,.5)}.status.success{background:#42d59733;border:1px solid rgba(66,213,151,.4)}.login-status{display:flex;justify-content:space-between;align-items:center;gap:1rem}.login-status button{flex-shrink:0}.decode-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.artist-name{font-weight:600}.preview-canvas{width:100%;max-width:420px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#000}.preview-panel{margin-top:2rem;padding:1.25rem;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#080c18b3}.preview-panel h3{margin-top:0;margin-bottom:1rem;font-size:1rem;color:#8ec5ff}.preview-actions{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.user-results{margin-top:1rem}.user-results ul{list-style:none;padding-left:0}.user-results li{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0}.selected-user{margin-top:1rem;display:flex;gap:1rem;align-items:center}.results-header,.results-footer{display:flex;flex-direction:column;gap:.75rem}.results-header{margin-bottom:1rem}.results-footer{margin-top:1rem}.results-info{width:100%;display:flex;flex-direction:column;gap:.25rem}.results-info strong{display:block}.results-tools{display:flex;flex-wrap:wrap;gap:.6rem;align-items:flex-start;width:100%}.results-tools .actions{display:flex;flex-wrap:wrap;gap:.4rem}.results-tools .actions button{margin-right:0}.zip-bar{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:1rem}.zip-summary{flex:1;min-width:240px}.zip-message{margin-bottom:.3rem}.zip-progress{font-size:.9rem;color:#8ec5ff}.zip-cache-note{font-size:.85rem;color:#92a6c0}.zip-buttons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.zip-options{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.page-footer{text-align:center;margin:2rem 0;color:#92a6c0;font-size:.95rem}
