/* WEB PANEL PROXY public CSS */
body {
            margin: 0;
            padding: 0;
            background-color: #ffe600;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            text-align: center;
        }
        .container {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 10px 10px 0px #000;
            border: 4px solid #000;
            max-width: 500px;
            width: 85%;
        }
        h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
            background: #000;
            color: #ffe600;
            display: inline-block;
            padding: 5px 15px;
            transform: rotate(-2deg);
        }
        p {
            font-size: 1.2em;
            font-weight: bold;
            margin: 20px 0;
        }
        .status {
            display: inline-block;
            background: #ff4757;
            color: white;
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 0.9em;
            font-weight: bold;
            border: 2px solid #000;
        }
        .footer {
            margin-top: 30px;
            font-size: 0.8em;
            opacity: 0.7;
        }

[data-wpp-style="wpp-0"]{font-size: 0.95em; color: #444; margin-top: 25px;}