body{color:#fff;background-image:linear-gradient(#020917,#101725);margin:0;font-family:Inter,Avenir,Helvetica,Arial,sans-serif}.content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;line-height:1.1;display:flex}.content h1{margin-bottom:2rem;font-size:3.6rem;font-weight:700}.form{flex-direction:column;gap:1rem;width:100%;max-width:500px;display:flex}.input{color:#fff;background:#ffffff1a;border:1px solid #333;border-radius:8px;outline:none;padding:12px 16px;font-size:1rem}.input::placeholder{color:#ffffff80}.input:focus{border-color:#646cff}.button{color:#fff;cursor:pointer;background:#646cff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;transition:background .2s}.button:hover{background:#535bf2}.error{color:#ff6b6b;margin-top:1rem}.result{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:1.1rem;display:flex}.result a{color:#646cff;text-decoration:none}.result a:hover{text-decoration:underline}.copy-button{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .2s}.copy-button:hover{background:#16a34a}.nav{gap:.5rem;width:100%;max-width:1100px;margin-bottom:2rem;display:flex}.nav-spacer{flex:1}.nav-button{color:#fff9;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:600;transition:all .2s}.nav-button:hover{color:#fff;border-color:#646cff}.nav-button.active{color:#fff;background:#646cff;border-color:#646cff}.url-list{width:100%;max-width:1100px}.url-list-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.url-list-header h2{margin:0;font-size:1.5rem;font-weight:700}.refresh-button{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.refresh-button:hover{color:#fff;border-color:#646cff}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid #ffffff1a;padding:10px 12px}th{color:#fff9;white-space:nowrap;font-weight:600}td a{color:#646cff;text-decoration:none}td a:hover{text-decoration:underline}.ua-cell{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.status{color:#fff9;margin-top:1rem}.delete-button{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:4px 8px;font-size:.85rem;font-weight:600;transition:all .2s}.delete-button:hover:not(:disabled){color:#ff6b6b;border-color:#ff6b6b}.delete-button:disabled{opacity:.4;cursor:default}tr.deleting{opacity:.4}