 @font-face {
            font-family: coolvetica;
            src: url(https://files.catbox.moe/cu0145.otf);
        }
@font-face {
            font-family: kindergarten;
            src: url(../fonts/kindergarten.ttf);
        }
@font-face {
            font-family: alagard;
            src: url(https://files.catbox.moe/h7d0sv.ttf);
}

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            cursor: url(https://cur.cursors-4u.net/nature/nat-4/nat347.ani), url(https://cur.cursors-4u.net/nature/nat-4/nat347.png), auto !important;} /* End https://www.cursors-4u.com */

        body {
            background-image: url('https://file.garden/Zy71K1KnFHAuCMpV/pan%20friends.jpg');
            background-repeat: repeat;
            background-position: center center;
            background-size: contain;
            padding: 15px;
            font-family: 'MS gothic', sans-serif;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
        #s-m-t-tooltip {
          max-width: 300px;
          z-index: 10000;
          margin: 24px 14px 7px 12px;
          padding: 6px 10px;
          background: #ffffc7;
          color: #b08822;
          border: 1px dashed #e2a45c;
          border-radius: 30px;
          box-shadow: none;
          font-family: kindergarten, Tahoma, Arial, sans-serif;
          font-size: 12px;
          line-height: 14px;
          font-weight: normal;
          -webkit-font-smoothing: none;
          -moz-osx-font-smoothing: auto;
      }
        .main-container {
            position: relative;
            z-index: 10;
            overflow: hidden;
            max-width: 550px;
            width: 100%;
            border-image: url('https://foollovers.com/mat/plate-f/pf013-plate-ma04.gif') 30 / 20px repeat;
            border-style: solid;
            box-sizing: border-box;
            padding: 5px;
        }

        .content-section {
            position: relative;
            padding: 10px;
            text-align: center;
            color: white;
            margin: 12px 8px 8px 8px;
        }

        .content-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url('https://files.catbox.moe/wwprox.jpg');
            background-repeat: repeat;
            background-size: auto;
            filter: saturate(1.8);
            z-index: -1;
        }

        .welcome-title {
            font-family: alagard, sans-serif;
            letter-spacing: 2px;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 10px;
            color:#ffec5a;
            margin-bottom: 5px;
            text-shadow: 3px 2px 1px rgba(189, 163, 76, 0.845);
        }

        .site-name {
            color: #f9f06b;
            font-size: 70px;
            font-weight: normal;
            font-family: 'Waterlily', cursive, sans-serif;
            letter-spacing: 2px;
            text-transform: uppercase;
            background-image: url('https://files.catbox.moe/qjhlsz.jpg');
            background-repeat: repeat;
            background-size: contain;
            background-position: center;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
            filter:
                blur(0.5px)
                drop-shadow(2px 2px 0 #fff)
                drop-shadow(4px 4px 1px rgba(227, 200, 0, 0.4))
                drop-shadow(0 0 30px rgba(255, 255, 255, 0.4));
            z-index: 15;
            display: block;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
            position: static;
            margin-bottom: 20px;
            margin-left: 10;
        }

        .description {
            border-width: 7px;
            border-style: solid;
            border-image: url("https://foollovers.com/mat/plate-f/pf005-plate-e01.gif") 7 fill round;
            font-size: 14px;
            color:#c6ba0a;
            line-height: 1.6;
            padding-bottom: 35px;
            margin-bottom: 20px;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
        }

        .warning-container {
            margin: 20px auto;
            max-width: 400px;
        }

        .warning-toggle {
            background: rgba(239, 246, 144, 0.3);
            padding: 10px 15px;
            border-radius: 10px 10px 0 0;
            border: 2px dotted #946718;
            border-bottom: none;
            color: #c6ba0a;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: space-between;
            user-select: none;
        }

           .warning-toggle:hover {
            background: rgba(250, 219, 125, 0.4);
            transform: translateY(-1px);
        }

        .warning-toggle.active {
            background: rgba(250, 219, 125, 0.4);
            transform: translateY(-1px);
        }

        .toggle-arrow {
            font-size: 12px;
            transition: transform 0.3s ease;
            color: #946718;
        }

        .warning-toggle.collapsed .toggle-arrow {
            transform: rotate(-90deg);
        }

        .toggle-arrow {
            font-size: 12px;
            transition: transform 0.3s ease;
            color: #946718;
        }

        .warning-toggle.collapsed .toggle-arrow {
            transform: rotate(-90deg);
        }

        .warning-text {
            background-image: url(https://files.catbox.moe/69acn8.jpg);
            background-repeat: repeat;
            background-size: auto;
            background-position: center;
            padding: 15px;
            border-radius: 0 0 10px 10px;
            border: 2px dotted #946718;
            border-top: none;
            color: #c6ba0a;
            font-size: 14px;
            backdrop-filter: blur(5px);
            max-height: 200px;
            overflow: hidden;
            transition: all 0.3s ease;
            opacity: 1;
        }

        .warning-text.collapsed {
            max-height: 0;
            padding: 0 15px;
            opacity: 0;
        }

        .button-container {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 15px;
        }

        .enter-image {
            max-width: 150px;
            height: auto;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .enter-image:hover {
            transform: scale(1.05);
        }

        @keyframes sparkle {
            0% { transform: scale(0) rotate(0deg); opacity: 1; }
            50% { transform: scale(1) rotate(180deg); opacity: 0.8; }
            100% { transform: scale(0) rotate(360deg); opacity: 0; }
        }

        @media (max-width: 768px) {
            .main-container {
                margin: 20px;
                width: calc(100% - 40px);
            }

            .button-container {
                flex-direction: column;
                align-items: center;
            }

            .action-button {
                width: 200px;
            }
        }