.takrar-form-wrap {max-width:700px;margin:20px auto;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);}
.takrar-form-wrap h2 {text-align:center;color:#2b6cb0;margin-bottom:20px;}
.form-grid label {display:block;margin-bottom:12px;font-weight:600;}
.form-grid input, .form-grid select, .form-grid textarea {width:100%;padding:8px;border:1px solid #ddd;border-radius:6px;margin-top:4px;}
.takrar-btn {background:#2b6cb0;color:#fff;padding:10px 18px;border:0;border-radius:6px;cursor:pointer;}
#takrar-msg {margin-top:15px;font-weight:600;}
.success {color:green;}
.error {color:red;}
.takrar-cards {display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:20px;}
.takrar-card {border:1px solid #e1e1e1;padding:16px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);}
.takrar-card h3 {color:#2b6cb0;margin-bottom:8px;}
.takrar-badge {padding:4px 10px;border-radius:8px;color:#fff;font-size:13px;}
.takrar-gray{background:#6b7280;}
.takrar-orange{background:#f59e0b;}
.takrar-green{background:#16a34a;}
.takrar-red{background:#dc2626;}
.takrar-table .takrar-badge{font-weight:600;}
/* User तक्रार टेबल */
.takrar-table-container {
    margin: 30px auto;
    max-width: 900px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.takrar-table-container h2 {
    text-align: center;
    color: #2b6cb0;
    margin-bottom: 20px;
    font-size: 24px;
}

.takrar-user-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.takrar-user-table th {
    background: #2b6cb0;
    color: #fff;
    text-align: left;
    padding: 10px;
}

.takrar-user-table td {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    vertical-align: top;
}

.takrar-user-table tr:nth-child(even) {
    background: #f8fafc;
}

.takrar-user-table tr:hover {
    background: #eef2ff;
    transition: 0.2s ease;
}

.takrar-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

.takrar-gray { background: #6b7280; }
.takrar-orange { background: #f59e0b; }
.takrar-green { background: #16a34a; }
.takrar-red { background: #dc2626; }

.takrar-empty, .takrar-login-msg {
    text-align: center;
    padding: 20px;
    background: #fef3c7;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    font-weight: 600;
    max-width: 600px;
    margin: 30px auto;
}
