* {
            margin: 0;
            padding: 0;
        }

        html,
        body {
            width: 100%;
            min-height: 100%;
        }

        body {
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            padding: 32px 16px;
            background: #f5f7fb;
            color: #202532;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
        }

        @media screen and (max-width: 580px) {
            .box {
                width: 300px !important;
            }
        }

        .box {
            width: 700px;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px;
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 12px 40px rgba(29, 52, 90, .1);
            text-align: center;
        }

        .box img {
            width: 100%;
            height: auto;
        }
        h1{font-size:24px;line-height:1.4;margin:0 0 10px}
        .license-summary{font-size:14px;line-height:1.8;color:#667085;margin:0 0 20px}
        .license-links{display:flex;justify-content:center;gap:18px;margin-top:18px;font-size:14px}
        .license-links a{color:#3164f4;text-decoration:none}
