@font-face {
    font-family: "baumans";
    font-display: swap;
    src: url("baumans.woff2") format('woff2');
}
@font-face {
    font-family: "nova";
    font-display: swap;
    src: url("nova.woff2") format('woff2');
}
@font-face {
    font-family: "exo";
    font-display: swap;
    src: url("exo.woff2") format('woff2');
}
@font-face {
    font-family: "exo";
    font-weight: bold;
    font-display: swap;
    src: url("exo-b.woff2") format('woff2');
}
@font-face {
    font-family: "exo";
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url("exo-bi.woff2") format('woff2');
}
@font-face {
    font-family: "exo";
    font-style: italic;
    font-display: swap;
    src: url("exo-i.woff2") format('woff2');
}
body {
    font-family: 'exo', Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    overscroll-behavior-y: contain;
    overflow-x: hidden;
    --bg1: #004765;
    --bg2: #011843;
    --fg1: #eefdfe;
    --fg2: #7fcaff;
    --grad: linear-gradient(135deg, var(--bg1) 0%, var(--bg2) 30%, var(--bg2) 70%, #02306c);
    --mw: 640px;
}
.pix {
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
#ast-after-banner-konten {font-family: 'exo', Arial, Helvetica, sans-serif;}
#astl-s1 {
    overflow-x: hidden;
}
.astl-skrol-dong {color: var(--fg2);}
article, #astl-g3-o {
    color: var(--fg1);
    background: var(--grad);
}
article {transition: background-color 0.5s;}
article a {
    color: var(--aksen);
    border-bottom: var(--aksen) solid 2px;
}
.kode {
    font-family: 'nova', monospace;
}
#bg-o {position: fixed; pointer-events: none;}
.pa {position: absolute !important}
.pr {position: relative;}
.mp {max-width: var(--mw);}
.te {text-align: end;}
.ts {text-align: start;}
.f1 {font-family: "baumans", 'Times New Roman', Times, serif;}
h1, h2, h3, #ast-after-banner, .f2, #comment-title, .sorotan, .th {font-family: "baumans", 'Times New Roman', Times, serif;}
h2 {text-wrap: balance;}
.p-gap {padding-left: 1.25rem; padding-right: 1.25rem;}
.mb0 {margin-bottom: 0;}
.mb1 {margin-bottom: 0.75rem;}
.w100 {width: 100%;}
.w50, .w50100 {width: 50%;}
.astl-judul {font-size: 2rem; margin: 3rem auto 1rem;}
.bukan-judul {font-size: 1.2rem; font-family: 'exo', Arial, Helvetica, sans-serif; font-weight: normal;}
h1, h2 {text-shadow: none}
.astl-sub-judul {font-size: 1.65rem; margin: 0.4rem auto;}
.fxc {display: flex; justify-content: center;}
.fxa {display: flex; align-items: center;}
.fxca {display: flex; justify-content: center; align-items: center;}
.fxv {flex-direction: column}
.fxw {flex-wrap: wrap;}
.ib {display: inline-block;}
.pivbawah {transform-origin: bottom center;}
.mw, .mws, .mwl, .mwf {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: safe center;
    position: relative;
}
.mw {min-height: 99vh}
.mwl {max-width: 800px}
.mwx {margin: 1rem auto}
.mwf {width: 100%; min-height: 99vh}
.jb {justify-content: space-between;}
.je {justify-content: end;}
.jc {justify-content: center;}

.sp {
    margin: 1.25rem 1rem;
}
#tron {
    font-size: min(10vw, 2.55rem);
    margin: 1rem auto;
    padding: 1rem 1.75rem;
    display: inline-block;
}
#tron > span {display: block;}
#judul {
    text-align: center;
    background: radial-gradient(circle at center bottom, var(--fg1), var(--fg2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    width: 100%;
}
.gbr-padding {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.gbr-padding img {max-width: 100%;}
.dekor {position: relative;}
.tbl {
    border: none;
    background-color: transparent;
    color: var(--fg1);
    min-width: 200px;
    max-width: 400px;
    position: relative;
    min-height: 3rem;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem 1.2rem;
    font-family: "baumans", Arial, Helvetica, sans-serif;
}
.tbl2, .tbl3 {
    padding-bottom: 1rem;
}
.tbl-kotak {
    width: 4rem;
    height: 4rem;
    min-height: auto;
    min-width: auto;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'nova', Courier, monospace;
}
.tbl-kotak:disabled {
    opacity: 0.4;
}
.tbl:hover {
    filter: drop-shadow(0px 0px 2px var(--fg2));
}
.tbl:active {
    transform: translateY(1px);
}
.tbl::before, .dekor::before {
    content: '';
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 23px 25px 13px 17px;
    border-image-source: url("border.png");
    border-image-slice: 41% 31.5% 20% 22% fill;
    border-image-repeat: round;
}
.tbl2::before, .dekor2::before {
    border-width: 20px;
    border-image-source: url("border2.png");
    border-image-slice: 27% 20% 25% 20%;
    border-image-repeat: repeat;
}
.tbl3::before, .dekor3::before {
    border-width: 27px 33px 25px 30px;
    border-image-source: url("border3.png");
    border-image-slice: 26% 30% 21% 23%;
    border-image-repeat: stretch;
}
.tbl4::before, .dekor4::before {
    border-width: 18px 26px 32px 15px;
    border-image-source: url("border4.png");
    border-image-slice: 25% 38% 39% 19%;
    border-image-repeat: round;
}
.tbl-kotak::before {
    border: none;
    background-image: url("dekor.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pa-tengah {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sep {
    border-style: solid;
    border-width: 6px 83px;
    border-image-source: url('sep.png');
    border-image-slice: 8 110 8 110 fill;
    border-image-repeat: round;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.sep2 {border-image-source: url('sep2.png')}
.sep3 {
    border-width: 6px 12px 6px 118px;
    border-image-slice: 8 16 8 158 fill;
    border-image-source: url('sep3.png');
}
.instrumen {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}
.i-k {
    padding: 1rem 0.5rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.i-k.aktif {
    filter: drop-shadow(0 0 4px #02baf2);
}
.i-k.mati {
    opacity: 0.5;
}
.adsr {margin: 0.3rem 0.2rem}
#jukebox-k {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    padding: 4px;
    pointer-events: none;
}
#perkakas {
    width: 60%;
    pointer-events: auto;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#daftar-k {
    width: 40%;
}
#daftar-k p {
    margin: 0.75rem auto;
}
#daftar {
    scrollbar-color: var(--fg2) var(--bg1); /* thumb color | track color */
    scrollbar-width: thin;
    padding-right: 8px;
    padding-left: 8px;
    max-height: 70vh;
    overflow: auto;
    overscroll-behavior: contain;
    position: relative;
    z-index: 0;
    pointer-events: auto;
}
#daftar::-webkit-scrollbar {
  width: 8px; /* Width of the vertical scrollbar */
}
#daftar::-webkit-scrollbar-track {
  border-radius: 4px;
}
.ost {
    margin: 0.3rem auto;
    width: 100%;
}
#ram-k {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.5rem;
    gap: 0.4rem;
}
.inst-k {
    padding: 0.8rem;
    width: 50%;
    width: calc(50% - 0.2rem);
}
.inst-k p {
    margin: 0.1rem 0 0.4rem;
}
.i-ram {
    display: grid;
    width: 100%;
    grid-template-columns: 2fr 1fr;
    font-size: 0.9rem;
    justify-content: space-between;
}
.i-ram .kode {
    text-align: right;
    font-weight: bold;
}
.i-ram-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mute {
    width: 25px;
    height: 25px;
    background-image: url('vol-on.png');
    background-size: contain;
    cursor: pointer;
}
.mute[data-status="1"] {
    background-image: url('vol-off.png');
}
#musik-titile {
    font-size: 1.5rem;
    text-align: center;
    height: 2.5rem;
    overflow: hidden;
}
.mt {
    min-width: 100%;
    white-space: nowrap;
}

.comment-form-comment label {max-width: 150px;}
@media screen and (max-width: 640px) {
    body{font-size: 1.05rem;}
    .astl-judul {font-size: 1.75rem;}
    h2 {font-size: 1.7rem;}
    #jukebox-k {flex-wrap: wrap;}
    #perkakas, #daftar-k {width: 100%;}
    #daftar {max-height: 260px;}
}

@media screen and (max-width: 480px) {
    .w50100 {width: 100%;}
    body{font-size: 1.0rem;}
    .astl-judul {font-size: 1.5rem;}
    h2 {font-size: 1.5rem;}
    .sorotan {font-size: 1.35rem;}
    .sorotan-sub {font-size: 1.25rem;}
    .astl-sub-judul {font-size: 1.5rem; margin: 0.32rem auto;}
    .sp {
        padding: 0;
        margin: 1.15rem 0.8rem;
    }
    .sp2 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .sp3 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
    .sorotan {
        font-size: 2rem;
    }
    #musik-titile {font-size: 1.3rem;}
}