
@font-face {
    font-family: 'MyCustomFont'; 
    src: url('fonts/my-custom-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.eb-garamond-font {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  cursor: url('https://file.garden/Zjl1NIZylxSYeR0E/customization/cr_hand.png') 12 12, pointer;
}

html {
    background-color: black;
    background-repeat: no-repeat, repeat-y;
    background-size: 80% auto, 80% auto;
    background-position: top center, top center;
}


body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    line-height: 1.6;
    overflow-x: hidden;
}

a { color: inherit; }

img { max-width: 100%; display: block; }

.box {
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
  height: 250px;
  background: linear-gradient(var(--gradient-top),var(--gradient-bottom));
}

.grid-container {
  display: grid;
  grid-template-areas: "col1 col2 col3";
}

#g1 {
  grid-area: col1;
	background: linear-gradient(var(--gradient-top),var(--gradient-bottom));
}

#g2 {
  grid-area: col2;
	background: linear-gradient(var(--gradient-top),var(--gradient-bottom));
}

#g3 {
  grid-area: col3;
  border:none;
}
.end-shrine {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    flex: 1 0 auto;
    width: 100%;
}

.end-welcome {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 24px 0;
}

.end-logo {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    image-rendering: auto;
}
.end-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 24px 40px;
}

.end-sidebar {
    position: relative;
    width: 215px;
    flex-shrink: 0;
}

.end-about-mellow {
    position: absolute;
    bottom: calc(100% - 30px);
    left: 60%;
    transform: translateX(-50%);
    width: 300px;
    height: auto;
    pointer-events: none;
}

.end-about-window {
    border-radius: 0px;
    overflow: hidden;
    background: white;
    box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}

.end-about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: black;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);

}

.end-about-line {
    width: 200px;
    height: 6px;
    margin: -6px auto 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.end-about-line img {
    width: 190px;
    max-width: none;
    flex-shrink: 0;
    display: block;
}

.end-about-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 5px;
    padding-top: 10px;
}

.end-about-btn {
    border: none;
    border-radius: 1px;
    padding: 5px 5px;
    background: blue;
    color: white;
    font-family: "Silkscreen", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.35);
    cursor: url('https://file.garden/Zjl1NIZylxSYeR0E/customization/cr_eye.png'), auto;
}

.end-about-btn:hover { background: #0000cc; }

.end-about-btn.ativo {
    background: #000066;
    color: white;
}

.end-foryou-window {
    margin-top: 14px;
    padding: 10px 14px 24px;
    border-radius: 0px;
    background: white;
    box-shadow: 0 6px 14px rgba(0,0,0,0.35);
}

.end-foryou-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.end-foryou-title {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}

.end-foryou-icon {
    width: 32px;
    height: auto;
    flex-shrink: 0;
}

.end-foryou-line {
    width: 200px;
    height: 6px;
    margin: 2px -6px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.end-foryou-line img {
    width: 190px;
    max-width: none;
    flex-shrink: 0;
    display: block;
}

.end-foryou-text {
    margin: 10px 0 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    color: black;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-align: center;
}

.end-foryou-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 4px;
    margin-top: 14px;
    padding: 0 4px;
}

.end-foryou-btn {
    font-family: "Silkscreen", sans-serif;
    font-size: 17px;
    color: #fff;
    background: red;
    border: none;
    border-radius: 3px;
    padding: 2px 9px;
    cursor: url('https://file.garden/Zjl1NIZylxSYeR0E/customization/cr_eye.png'), auto;
    transform: rotate(var(--rot, 0deg));
    transition: transform 0.15s ease, background 0.15s ease;

}

.end-foryou-btn:hover {
    background: #cc0000;
    transform: rotate(var(--rot, 0deg)) translateY(-2px);
}

.end-foryou-btn.ativo {
    background: blue;
}

.end-foryou-credit {
    margin: 10px 0 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 10px;
    color: black;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-align: center;
}

.end-content {
    flex: 1;
    min-width: 0;
}

.end-feed {
    position: relative;
    background: white;
    border-radius: 0px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
    overflow: hidden;
}

.end-feed[data-tema="game"] {
    background: ;
}

.end-feed[data-tema="personal"] {
    background: ;
}

.end-feed[data-tema="sackpersons"] {
    background: ;
}

.end-feed[data-tema="credits"] {
    background: ;
}

.end-feed[data-tema="buttons"],
.end-feed[data-tema="blinkies"] {
    background: }

.end-feed[data-tema="pixels"],
.end-feed[data-tema="stamps"] {
    background: ;
}

.end-feed-heading {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 26px;
    color: red;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    text-align: center;
    margin: 0;
    padding: 0 18px 0;
}

.end-feed-heading-line {
    width: 94%;
    height: 5px;
    margin: 0 auto 2px;
    background-image: url('');
    background-size: 184px 5px;
    background-position: center;
}

.end-feed-panel[hidden] {
    display: none;
}

.end-corner-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 22px;
    height: auto;
    z-index: 2;
    display: none;
}

.end-feed[data-tema="game"] .end-corner-icon-game { display: block; }

.end-feed[data-tema="memories"] .end-corner-icon-memories { display: block; }

.end-feed[data-tema="personal"] .end-corner-icon-personal { display: block; }

.end-feed[data-tema="sackpersons"] .end-corner-icon-sackpersons { display: block; }

.end-feed[data-tema="credits"] .end-corner-icon-credits { display: block; }

.end-feed-item {
    display: flex;
    gap: 14px;
    padding: 14px 18px;
}

.end-feed-item-plain {
    padding: 14px 8px;
}

.end-feed-thumb-plain {
    width: 140px;
    height: 140px;
    object-fit: contain;
    flex-shrink: 0;
}

.end-feed-body { min-width: 0; }

.end-feed-body h3 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.3px;
    color: red;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    margin: 0 0 4px;
}

.end-feed-body p {
    font-size: 15px;
    color: black;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    margin: 0 12px 10px;
}

.end-feed-body p:last-child {
    margin-bottom: 0;
}

.end-screenshot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 4px 18px 18px;
}

.end-screenshot-cell {
    image-rendering: auto;
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0,0,0,0.35);
}

.end-screenshot-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top h2 {
  color: white;
  margin: 0;
  padding: 20px;
}
.end-buttons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 20px 18px;
}

.end-buttons-caption {
    width: 100%;
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-align: center;
}

.end-copy-btn {
    cursor: pointer;
    transition: transform 0.15s ease;
}

.end-copy-btn:hover {
    transform: scale(1.08);
}

.end-buttons-status {
    width: 100%;
    min-height: 16px;
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    text-align: center;
}

.end-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 30px;
    z-index: 999;
    cursor: zoom-out;
}

.end-lightbox.ativo {
    display: flex;
}

.end-lightbox img {
    width: 803px;
    height: 666px;
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    display: block;
    margin: auto;
    border-radius: 1px;
    cursor: default;
}

.end-footer-wrap {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    padding-top: 280px;
    margin-top: -280px;
}

.end-footer-tip {
    position: absolute;
    top: 78px;
    left: 93%;
    transform: translateX(-50%);
    width: 300px;
    height: auto;
}

.end-footer-andy {
    position: absolute;
    top: 156px;
    left: 15%;
    transform: translateX(-50%);
    width: 260px;
    height: auto;
}

.end-footer-broccoli {
    position: absolute;
    top: -5px;
    left: 3%;
    transform: translateX(-50%);
    width: 400px;
    height: auto;
    rotate: 10deg;
}

.end-footer-daisy {
    position: absolute;
    top: 100px;
    left: 11%;
    transform: translateX(-50%);
    width: 380px;
    height: auto;
}
.end-footer {
    position: relative;
    width: 100%;
    background: #0000ff;
    padding: 16px 30px 22px;
    text-align: center;
}

.end-footer-inner {
    max-width: 900px;
    margin: 0 auto;
}

.end-footer p {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    margin: 2px 0;
}
#musicplayer {
font-family: 'Arial Narrow', Arial, sans-serif;
color:white;
/* default font */
background: blue;
/* background color of player */
border: 5px ridge black;
/* border around player */
width: 90%;
/* width of the player - make it 100% if you want it to fill your container */
padding: 15px;
text-align: center;
display: flex;
flex-direction: column;
gap: 10px;
}

.songtitle,
.track-info,
.now-playing {
padding: 5px;
}

.controls {
display: flex;
flex-direction: column;
gap: 10px;
}

.buttons {
display: flex;
justify-content: center;
font-size: 17px !important;
/* size of controls */
width: 100%;
}

.buttons div {
width: 33.3%;
}

.playpause-track,
.prev-track,
.next-track {
color: white;
/* color of buttons */
font-size: 35px !important;
/* size of buttons */
}

.volume-icon {
font-size: 25px !important;
color:white;
/* size of volume icon */
}

.seeking,
.volume {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
}

.now-playing,
.track-info {
background-color: grey;
border: 5px ridge black;
/* background color of top two boxes */
}

.now-playing {
font-weight: bold;
color:white;
}

input[type=range] {
appearance: none;
/* removes default appearance of the tracks */
width: 100%;
}

input[type=range]:focus {
outline: none;
/* removes outline around tracks when focusing */
}

input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
/* thickness of seeking track */
background: black;
/* color of seeking track */
}

input[type=range]::-webkit-slider-thumb {
height: 10px;
/* height of seeking square */
width: 10px;
/* width of seeking square */
border-radius: 10px;
/* change to 5px if you want a circle seeker */
background: black;
/* color of seeker square */
-webkit-appearance: none;
margin-top: -3px;
/* fixes the weird margin around the seeker square in chrome */
}

input[type=range]::-moz-range-track {
width: 100%;
height: 4px;
/* thickness of seeking track */
background: black;
/* color of seeking track */
}

input[type=range]::-moz-range-thumb {
height: 10px;
/* height of seeking square */
width: 10px;
/* width of seeking square */
border-radius: 0px;
/* change to 5px if you want a circle seeker */
background: black;
/* color of seeker square */
border: none;
/* removes weird border around seeker square in firefox */
}

@media (max-width: 720px) {
    .end-welcome { flex-direction: column; text-align: center; }
    .end-layout { flex-direction: column; }
    .end-sidebar { width: 100%; }
}
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 6px, transparent 6px 12px),
        linear-gradient(180deg, var(--end-papelao) 0%, var(--end-papelao-escuro) 100%);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-left: 2px solid var(--end-tinta);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(160deg, #ff5fc4 0%, var(--end-rosa) 45%, var(--end-rosa-escuro) 100%);
    border: 4px solid var(--end-creme);
    border-radius: 999px;
    box-shadow:
        inset 0 0 0 1px var(--end-tinta),
        inset 0 2px 3px rgba(255,255,255,0.5),
        0 2px 4px rgba(0,0,0,0.4);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(160deg, #9dfa6b 0%, var(--end-verde) 45%, var(--end-verde-escuro) 100%);
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(160deg, var(--end-teal) 0%, var(--end-teal-escuro) 100%);
}

::-webkit-scrollbar-corner {
    background: var(--end-papelao-escuro);
}
