html {
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        body {
            background-color: #f8f1e9;
            text-align: center;
            padding: 10px;
            margin: 0;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            color: #333;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        a, a:hover {
            text-decoration: none;
            color: inherit;
        }

        .m-icon {
            background: #263b59;
            padding: -10em;
            border-radius: 12px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            border: 3px solid #ffca28;
            transition: transform 0.3s ease-in-out;
        }

        .m-icon:hover {
            transform: scale(1.05);
        }

        .m-icon img {
            max-width: 100%;
            height: auto;
        }

        .welcome-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            background: #f8f1e9;
            border: 3px double #ffca28;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            margin-bottom: 10px;
            animation: fadeIn 1s ease-in;
        }

        .welcome-section p {
            font-size: 16px;
            color: #333;
            margin: 0;
            font-weight: 700;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .text2 {
            background: #f8f1e9;
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .text2 h1 {
            font-size: 18px;
            color: #263b59;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .text2 h2 {
            font-size: 14px;
            color: #555;
            line-height: 1.5;
            font-weight: 700;
        }

        @keyframes slideIn {
            from { transform: translateY(20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        .f-pti {
            background: #f8f1e9;
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .f-pti h3 {
            font-size: 20px;
            color: #fff;
            background: #263b59;
            padding: 10px;
            border-radius: 8px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .dflex {
            display: flex;
            flex-wrap: wrap;
        }

        .dflex > div {
            width: 50%;
            padding: 10px;
        }

        .j52g4 h4 {
            font-size: 18px;
            color: #263b59;
            font-weight: 700;
        }

        .j52g4 p {
            font-size: 16px;
            color: #333;
            font-weight: 700;
        }

        .amthltg {
            height: 40px;
            overflow: hidden;
        }

        .amthltg p {
            animation: amthltg 10s linear infinite;
            font-size: 16px;
            margin: 0;
            font-weight: 700;
        }

        @keyframes amthltg {
            0% { transform: translate(0, 0); }
            100% { transform: translate(0, -100%); }
        }

        .amthltg p:hover {
            animation-play-state: paused;
        }

        .liv-rslt {
            background: #f8f1e9;
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .liv-rslt h4 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .lv-mc .h8 {
            font-size: 18px;
            color: #263b59;
            margin: 10px 0;
            font-weight: 700;
        }

        .lv-mc .h9 {
            font-size: 16px;
            color: #d32f2f;
            margin: 5px 0;
            font-weight: 700;
        }

        .lv-mc button {
            background: #263b59;
            color: #fff;
            border: none;
            padding: 8px 12px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            font-weight: 700;
        }

        .lv-mc button:hover {
            background: #2e3c8a;
            transform: scale(1.05);
        }

        .e-sprg {
            font-size: 16px;
            color: #333;
            display: block;
            margin: 5px 0;
            font-weight: 700;
        }

        .text2.announcement {
            background: #d32f2f;
            color: #fff;
            padding: 15px;
            border-radius: 12px;
            margin-bottom: 10px;
            font-weight: 700;
            border: 3px double #ffca28;
            animation: slideIn 0.5s ease-out;
        }

        .text2.announcement a {
            background: #263b59;
            color: #fff;
            padding: 8px 15px;
            border-radius: 15px;
            display: block;
            width: fit-content;
            margin: 10px auto;
            font-weight: 700;
            transition: transform 0.2s;
        }

        .text2.announcement a:hover {
            transform: scale(1.05);
        }

        .text3 {
            background: #efe8e0;
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            color: #333;
            font-weight: 700;
            animation: slideIn 0.5s ease-out;
        }

        .tkt-val {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 10px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .tkt-val div {
            border-bottom: 2px dashed #ffca28;
            padding: 10px;
        }

        .tkt-val div:last-child {
            border-bottom: none;
        }

        .tkt-val h4 {
            font-size: 18px;
            color: #263b59;
            font-weight: 700;
        }

        .tkt-val span {
            font-size: 18px;
            background: #263b59;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 700;
        }

        .tkt-val p {
            font-size: 14px;
            color: #333;
            font-weight: 700;
        }

        .vl-clk, .vl-clk-2 {
            position: absolute;
            color: #fff;
            background: #263b59;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 12px;
            transform: translateY(-158%);
            font-weight: 700;
            transition: transform 0.2s;
        }

        .vl-clk:hover, .vl-clk-2:hover {
            transform: translateY(-158%) scale(1.05);
        }

        .vl-clk {
            left: 18px;
        }

        .vl-clk-2 {
            right: 18px;
        }

        .my-table {
            border: 3px double #ffca28;
            border-radius: 12px;
            margin: 10px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .my-table h4 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .my-table table {
            width: 100%;
            border-collapse: collapse;
        }

        .my-table th, .my-table td {
            border: 2px dashed #ffca28;
            padding: 8px;
            font-size: 14px;
            color: #333;
            font-weight: 700;
        }

        .my-table thead {
            background: #efe8e0;
        }

        .wheel-section {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
        }

        .wheel-container {
            position: relative;
            width: 240px;
            height: 240px;
        }

        .wheel-image {
            width: 100%;
            height: 100%;
            animation: spin 5s linear infinite;
        }

        .spin-center-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 24px;
            font-weight: 700;
            color: #263b59;
            text-shadow: 0px 0px 4px #fff;
            z-index: 2;
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .sky-23 {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .sky-23 h4 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .sky-23 a {
            display: block;
            padding: 8px;
            font-size: 16px;
            color: #263b59;
            border-bottom: 2px dashed #ffca28;
            font-weight: 700;
            transition: transform 0.2s;
        }

        .sky-23 a:hover {
            transform: scale(1.05);
        }

        .sky-23 a:last-child {
            border-bottom: none;
        }

        .sun-col {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .sun-col h4 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .sun-col p {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
            font-weight: 700;
        }

        .oc-fg {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .oc-fg h4 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .oc-3a-69 {
            width: 50%;
            display: inline-block;
            padding: 10px;
            border: 3px double #ffca28;
            border-radius: 12px;
            margin: 5px;
            animation: slideIn 0.5s ease-out;
        }

        .oc-3a-69 .g5a1 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 18px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .oc-3a-69 .l9w2v {
            font-size: 16px;
            color: #333;
            line-height: 1.5;
            font-weight: 700;
        }

        .l-obj-giv {
            width: 100%;
            border-collapse: collapse;
            border: 3px double #ffca28;
            margin: 10px 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .l-obj-giv td {
            border: 2px dashed #ffca28;
            padding: 8px;
            font-size: 14px;
            color: #333;
            font-weight: 700;
        }

        .v5a25 {
            background: #efe8e0;
            font-size: 18px;
            color: #263b59;
            font-weight: 700;
        }

        .v5a25-v4a5 {
            font-weight: 700;
            color: #263b59;
        }

        .v5a25-v85b {
            font-weight: 700;
            color: #d32f2f;
        }

        .sta-div {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            animation: slideIn 0.5s ease-out;
        }

        .sta-div h6 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .sta-div a {
            display: block;
            padding: 8px;
            font-size: 16px;
            color: #263b59;
            border-bottom: 2px dashed #ffca28;
            font-weight: 700;
            transition: transform 0.2s;
        }

        .sta-div a:hover {
            transform: scale(1.05);
        }

        .sta-div a:last-child {
            border-bottom: none;
        }

        .eml-us {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #efe8e0;
            padding: 15px;
            border-radius: 12px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            border: 3px double #ffca28;
            animation: slideIn 0.5s ease-out;
        }

        .eml-us p {
            font-size: 16px;
            color: #333;
            margin-right: 10px;
            font-weight: 700;
        }

        .eml-us a {
            background: #263b59;
            color: #fff;
            padding: 8px 15px;
            border-radius: 15px;
            font-size: 16px;
            font-weight: 700;
            transition: transform 0.2s;
        }

        .eml-us a:hover {
            transform: scale(1.05);
        }

        .qtn14 {
            max-height: 240px;
            overflow: auto;
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            background: #f8f1e9;
            animation: slideIn 0.5s ease-out;
        }

        .q-crd {
            margin-bottom: 15px;
        }

        .q-crd label {
            display: block;
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 18px;
            cursor: pointer;
            font-weight: 700;
        }

        .q-crd label span {
            font-weight: 700;
        }

        .g5v2a {
            background: #efe8e0;
            padding: 10px;
            border-radius: 8px;
            margin-top: 5px;
            animation: fadeIn 0.5s ease-in;
        }

        .g5v2a p {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
            font-weight: 700;
        }

        .lst-sec {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            background: #f8f1e9;
            animation: slideIn 0.5s ease-out;
        }

        .lst-sec h6 {
            background: #263b59;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .lst-sec h3 {
            font-size: 14px;
            color: #bb2833;
            line-height: 1.5;
            font-weight: 700;
        }

        .lst-sec p {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
            font-weight: 700;
        }

        .dis12 {
            border: 3px double #ffca28;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            background: #f8f1e9;
            animation: slideIn 0.5s ease-out;
        }

        .dis12 h6 {
            background: #c92f24;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .dis12 p {
            font-size: 14px;
            color: #333;
            line-height: 1.5;
            font-weight: 700;
        }

        .pow-13 {
            font-size: 16px;
            color: #263b59;
            font-weight: 700;
            margin-bottom: 10px;
        }

        @media only screen and (max-width: 600px) {
            body {
                padding: 5px;
            }

            .dflex > div {
                width: 100%;
            }

            .oc-3a-69 {
                width: 100%;
            }

            .eml-us {
                flex-direction: column;
            }

            .eml-us p {
                margin-bottom: 10px;
            }

            .qtn14 {
                max-height: 300px;
            }

            .q-crd label {
                font-size: 16px;
            }

            .g5v2a p {
                font-size: 12px;
            }
        }