body {
    margin: 0;
    padding: 0;
    font-family: monospace;
    background: url("/assets/images/bg/purpdimond.gif") center fixed;
    background-attachment: fixed;
}

.web {
    position: relative;
    z-index: 1;
}

.web {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #14172A;
    border: 2px solid #9D00FF;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

.atas {
    background: #000;
    color: #00FFC6;
    text-align: center;
}

.atas img{
    width: 100%;
}


#button-img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 8px;
    justify-items: center;
    margin: auto;
}

#button-img img {
    width: 88px;
    height: 31px;
    image-rendering: pixelated;
}

.menu {
    background: #1A1E33;
    padding: 15px 0 10px;
    text-align: center;
}

.menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: 25px;
}

.menu li {
    position: relative;
}

.menu li a {
    text-decoration: none;
    font-size: 20px;
    color: #00E5FF;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    transition: 0.3s;
}

.menu li a img {
    width: 20px; 
    height: 20px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin: 0; 
    padding: 0;
}

.menu li a:hover {
    color: #ff00ff;
    text-decoration: underline;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); 
    min-width: 180px;
    background: #0b0f1e;
    border: 1px solid #b14cff;
    z-index: 999;
    padding: 0;
}

.dropdown-menu li {
    display: block;
}

.dropdown-menu li a {
    padding: 10px 12px;
    display: block;
    text-align: center;
    color: #c972ff;
    border-bottom: 1px solid #b14cff;
    font-size: 14px;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    background: rgba(177, 76, 255, 0.25);
}

.isi {
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: #00FFC6;
}

.row {
    display: flex;
    gap: 20px;
}

.isi-kiri {
    width: 30%;
    overflow-y: auto;
}

.isi-tengah {
    width: 70%;
}

#box-border-kiri{
    background: #1A1E33; 
    border: 2px double #9D00FF;
    padding-left: 10px;
    padding-right: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 200px;
    overflow-y: auto;
    color: #dca4ff;
}

#box-border-kiri h3 {
    border: 2px solid #c972ff;
    padding: 10px;
    background-color: #14172A;
    text-align: center;
    position: sticky;
    top: 0;
    overflow: hidden;
}

#update-gif {
    border: 2px solid #c972ff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #14172A;
    text-align: center;
    position: sticky;
    top: 0;
    overflow: hidden;
}

#blog-gif{
    border: 2px solid #c972ff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #14172A;
    text-align: center;
    position: sticky;
    top: 0;
    overflow: hidden;
}

#box-border-kiri p{
    border: 2px dashed #c972ff;
    padding: 10px;
    background-color: #14172A;
    color: #dca4ff;
}

#updates p a:link{
    color: #00FFC6;
}

#changelog {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#changelog li {
    border: 2px dashed #c972ff;
    background-color: #14172A;
    padding: 10px;
    margin-bottom: 10px;
    color: #dca4ff;
    font-size: 14px;
}

a:active{
    color: #00FFC6;
}

#box-border-kiri li{
    border: 2px dashed #c972ff;
    background-color: #14172A;
    color: #dca4ff;
    padding: 10px;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

#box-border-kiri li a{
    color: #c972ff;
    font-size: 14px;
    text-decoration: none;
}

.dropdown-btn {
    text-decoration: none;
    cursor: pointer;
}

.dropdown-list {
    display: none;
    margin-left: 30px;
}

.dropdown-list li {
    border: 1px solid #9D00FF;
    background-color: #1a1d33;
    margin-top: 5px;
    padding: 8px;
}

.intro-name {
    font-size: 35px;
    font-weight: bold;
}

#box-border-tengah {
    background: #14172A;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    color: #dca4ff;
}

.blog-link ul {
    padding-left: 0;
    margin-left: 0;
    text-align: left !important;
}

.blog-link li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.blog-link a {
    color: #dca4ff;
    text-decoration: underline;
}

.blog-link a:hover {
    color: #ff00ff;
}


#warning{
    font-size: 20px;
    text-align: center;
    text-decoration: underline;
    color: red;
    padding: 10px;
}

#warning{
    animation: blink-animation 1s steps(1, start) infinite;
}

@keyframes blink-animation {
    50% {
        visibility: hidden;
    }
}

#giphy{
    animation: vibrate 3s infinite;
}

@keyframes vibrate {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}


#box-border-bawah{
    background: #14172A;
    border: 2px solid #9D00FF;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    color: #dca4ff;
}

.bawah {
    width: 100%;
}

.footer {
    background: #26013c;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
}

.footer p{
    color: #dca4ff;
    margin: auto;
    padding-top: 5px;
    font-size: 12px;
}

#neocities{
    width: 80px;
    margin-top: 10px;
}

.akhir{
    text-align: center;
}

.akhir img{
    width: 100%;
}

/* =========================
   RESPONSIVE MOBILE
========================= */
@media (max-width: 768px) {

    body {
        background-attachment: scroll;
    }

    .web {
        width: 100%;
        margin: 0;
        border-left: none;
        border-right: none;
    }

    .menu > ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .menu li a {
        font-size: 16px;
    }

    .row {
        flex-direction: column;
    }

    .isi-kiri,
    .isi-tengah {
        width: 100%;
    }

    .isi {
        padding: 10px;
    }

    #box-border-kiri {
        height: auto;
        max-height: none;
    }

    iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .intro-name {
        font-size: 26px;
    }

    #button-img {
        gap: 4px;
    }

    #button-img img {
        width: 80px;
        height: auto;
    }

    #warning {
        font-size: 16px;
    }

    #giphy {
        width: 80% !important;
    }

    .footer p {
        font-size: 11px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

