  /* --- Aapka Diya Hua Original Style Bina Badlav Ke --- */
  body { background: #fff; font-family: 'Inter', sans-serif; color: #333; margin: 0; padding: 0; }
  .card { background: #fff; padding: 25px 30px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); max-width: 360px; margin: 30px auto; border: 1px solid #eee; }
  .input-group { margin-bottom: 12px; }
  .input-group label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 5px; }
  input { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; box-sizing: border-box; }
  .btn-black { width: 100%; background: #000; color: #fff; padding: 12px; border: none; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: 15px; }
  
  .status-pill { font-weight: 600; display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 20px; font-size: 12px; }
  .status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
  .status-active { color: #28a745; background: #e6ffed; }
  .status-active::before { background-color: #28a745; }
  .status-inactive { color: #dc3545; background: #ffeef0; }
  .status-inactive::before { background-color: #dc3545; }

  /* Admin Table Style (Original) */
  .admin-wrapper { max-width: 1000px; margin: 20px auto; padding: 10px; }
  .table-container { background: #fff; border-radius: 10px; border: 1px solid #eee; }
  table { width: 100%; border-collapse: collapse; }
  th { background: #fafafa; padding: 15px 12px; text-align: left; font-size: 12px; font-weight: 700; color: #888; text-transform: uppercase; border-bottom: 2px solid #eee; }
  td { padding: 15px 12px; border-bottom: 1px solid #eee; font-size: 14px; white-space: nowrap; }
  .badge { padding: 5px 10px; border-radius: 6px; font-size: 11px; font-weight: 700; display: inline-block; }
  .badge-active { background: #e6ffed; color: #28a745; }
  .badge-inactive { background: #ffeef0; color: #dc3545; }
  .btn-action { padding: 8px 12px; border: none; border-radius: 5px; cursor: pointer; font-size: 12px; font-weight: 600; background: #000; color: #fff; }
  .logout-btn { background: none; border: none; color: red; cursor: pointer; margin-top: 20px; width: 100%; text-align: center; font-size: 14px; font-weight: 600; }
  .toggle-link { text-align: center; margin-top: 15px; font-size: 13px; color: #666; }
  .toggle-link a { color: #000; font-weight: 700; text-decoration: none; }