*{box-sizing:border-box}
body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:#e9f7ff;background:radial-gradient(circle at 20% 10%,rgba(0,229,255,.14),transparent 35%),radial-gradient(circle at 80% 90%,rgba(124,58,237,.16),transparent 35%),#070b13}
.app{width:min(1200px,94%);margin:auto;padding:35px 0}
.header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}
.header h1{margin:0;font-size:28px}.header p,.card p{margin:6px 0 0;color:#8293a7}
.status-dot{padding:9px 14px;border:1px solid rgba(0,229,255,.25);border-radius:999px;font-size:12px;color:#65eaff;background:rgba(0,229,255,.06)}
.card{margin-bottom:20px;padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(15,23,42,.72);backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.card h2,.table-head h2{margin:0}
.input-row{display:flex;gap:12px;margin-top:20px}
input{flex:1;min-width:0;padding:14px 16px;color:white;border:1px solid rgba(255,255,255,.1);border-radius:12px;outline:none;background:rgba(255,255,255,.04)}
input:focus{border-color:#00d9ff}
button{border:0;border-radius:12px;padding:13px 18px;color:white;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#00bcd4,#7c3aed)}
button:hover{filter:brightness(1.12)}
.table-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.refresh{background:rgba(255,255,255,.08)}
.table-wrapper{overflow-x:auto}
table{width:100%;border-collapse:collapse;min-width:750px}
th,td{padding:14px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
th{color:#7e91a7;font-size:12px;text-transform:uppercase}
.phone{font-weight:700}
code{padding:5px 8px;border-radius:7px;background:rgba(0,229,255,.08);color:#6defff}
.badge{display:inline-block;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800}
.badge-pending{background:rgba(234,179,8,.12);color:#facc15}
.badge-verified,.badge-connected{background:rgba(34,197,94,.12);color:#4ade80}
.badge-disconnected{background:rgba(239,68,68,.12);color:#f87171}
.delete{padding:8px 12px;background:rgba(239,68,68,.12);color:#ff7373}
@media(max-width:650px){.header{align-items:flex-start;flex-direction:column}.input-row{flex-direction:column}.input-row button{width:100%}.card{padding:18px}}
