  body {
            font-family: Arial, sans-serif;
            background: #0f172a;
            color: #e5e7eb;
            margin: 0;
            padding: 20px;
        }

        h1 {
            margin-bottom: 10px;
        }

        .subtitle {
            color: #9ca3af;
            margin-bottom: 20px;
        }

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

        th, td {
            padding: 10px 12px;
            border-bottom: 1px solid #1f2937;
            font-size: 14px;
        }

        th {
            background: #111827;
            text-align: left;
        }

        tr:nth-child(even) {
            background: #0b1220;
        }

        .badge {
            padding: 3px 6px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
        }

        .badge-yes {
            background: #facc15;
            color: #111827;
        }

        .badge-no {
            background: #4b5563;
            color: #e5e7eb;
        }

        .status-ok {
            color: #22c55e;
            font-weight: bold;
        }

        .status-update {
            color: #facc15;
            font-weight: bold;
        }

        .status-off {
            color: #ef4444;
            font-weight: bold;
        }

        .last-refresh {
            margin-top: 10px;
            font-size: 12px;
            color: #9ca3af;
        }
        
 
        button {
            padding: 6px 10px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        button:hover {
            opacity: 0.8;
        }

        h1 {
            text-align: center;
            margin-bottom: 25px;
        }
        .container {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        table {
            width: 100%;
        }
        td, th {
            padding: 10px;
        }
        .reason-box {
            background: #eef2f7;
            padding: 8px;
            border-radius: 6px;
        }
        
     