
    body{background:#f4f6fb;font-family:Segoe UI,Tahoma,sans-serif}
    .sidebar{
      width:260px;position:fixed;top:0;bottom:0;left:0;
      background:#111827;color:#fff;padding:20px
    }
    .sidebar h4{color:#a78bfa}
    .sidebar a{
      display:block;color:#c7d2fe;text-decoration:none;
      padding:10px 12px;border-radius:10px;margin-bottom:6px
    }
    .sidebar a:hover,.sidebar a.active{background:#4f46e5;color:#fff}
    .content{margin-left:280px;padding:30px}
    .stat-card{
      background:#fff;border-radius:16px;padding:20px;
      box-shadow:0 6px 18px rgba(0,0,0,.08)
    }
    .stat-icon{
      width:48px;height:48px;border-radius:50%;
      display:flex;align-items:center;justify-content:center;
      background:#eef2ff;color:#4f46e5;font-size:22px
    }
    .table-card{
      background:#fff;border-radius:16px;padding:20px;
      box-shadow:0 6px 18px rgba(0,0,0,.08)
    }
    .badge-live{background:#22c55e}
    .badge-lost{background:#ef4444}
    .badge-nofollow{background:#f59e0b}