#twilio-dashboard {
    background: #0f172a;
    padding: 20px;
    border-radius: 12px;
    color: #e5e7eb;
    font-family: Inter, sans-serif;
}

#twilio-dashboard h2 {
    margin-bottom: 16px;
}

.twilio-table {
    width: 100%;
    border-collapse: collapse;
    background: #020617;
    border-radius: 10px;
    overflow: hidden;
}

.twilio-table th {
    background: #1e293b;
    padding: 12px;
    text-align: left;
    font-size: 13px;
    color: #93c5fd;
}

.twilio-table td {
    padding: 12px;
    border-bottom: 1px solid #1e293b;
    font-size: 13px;
}

.twilio-table tr:hover {
    background: #020617;
}

.twilio-btn {
    padding: 6px 12px;
    border-radius: 6px;
    background: #22c55e;
    color: #052e16;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.twilio-btn:hover {
    opacity: 0.85;
}

.twilio-page {
    margin: 6px;
    padding: 6px 10px;
    background: #1e293b;
    color: #e5e7eb;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.twilio-page:hover {
    background: #334155;
}