@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;700;900&family=Orbitron:wght@400;700&display=swap');

/* Aplicando o cursor de um jeito que o Neocities aceita */
html, body, a, button, div { 
    cursor: url('https://files.catbox.moe/5zqa9h.cur'), auto; 
}

body {
    margin: 0;
    background: #d1c8d8 url('bggif.gif') fixed center/cover;
    font-family: 'Fira Sans', sans-serif;
    overflow-x: hidden;
}

header {
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    height: 120px;
    background: #E2D8E8; 
    border-radius: 48px 48px 0 0;
    box-shadow: 0 -10px 20px rgba(0,0,0,0.1);
    display: flex; 
    justify-content: center; 
    align-items: center; 
    z-index: 1000;
}

.nav-container { display: flex; gap: 36px; }

.neu-button {
    width: 80px; 
    height: 80px; 
    border-radius: 18px; 
    background: #E2D8E8;
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-size: 2.2rem; 
    text-decoration: none; 
    transition: all 0.2s;
    box-shadow: 10px 10px 18px #b1a7b6, -10px -10px 18px #ffffff;
}

.neu-button:active, .center-button:active {
    box-shadow: inset 6px 6px 12px #b1a7b6, inset -6px -6px 12px #ffffff;
    transform: scale(0.97);
}

.digital-clock, .data-display {
    position: absolute; 
    color: #FF00FF; 
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
}
.digital-clock { right: 40px; font-family: 'Orbitron'; font-size: 1.5rem; }
.data-display { left: 40px; font-size: 1.2rem; }

main { 
    padding: 40px 20px 180px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.window-container {
    background: #E2D8E8; 
    border-radius: 24px;
    box-shadow: 15px 15px 30px #b1a7b6, -15px -15px 30px #ffffff;
    width: 95%; 
    max-width: 1000px; 
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 30px; 
    transition: all 0.3s ease;
}

.window-container:hover { animation: balancinho 0.5s infinite; z-index: 10; }

.title-bar {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 12px 20px; 
    background: #d1c8d8; 
    font-weight: bold; 
    color: #555;
}

.control-button {
    width: 28px; 
    height: 28px; 
    border-radius: 8px; 
    border: none;
    background: #E2D8E8; 
    box-shadow: 3px 3px 6px #b1a7b6, -3px -3px 6px #ffffff;
}
.control-button.close { background: #FF6961; color: #fff; }

.window-content { padding: 30px; text-align: center; }
.window-content h1 { font-size: 3.5rem; color: #FF00FF; font-weight: 800; }

.bottom-layout { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    width: 95%; 
    max-width: 1000px; 
    margin-top: 50px; 
}

.left-side { flex: 1; }
.right-side-stack { display: flex; flex-direction: column; align-items: center; gap: 20px; }

.guestbook-window {
    width: 100%; 
    max-width: 700px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.guestbook-window:hover { transform: rotate(-1deg) scale(1.02) translateY(-5px); }
.no-padding { padding: 0; overflow: hidden; }

.ipod-body {
    width: 250px; 
    height: 400px; 
    background: #E2D8E8; 
    border-radius: 30px; 
    padding: 20px;
    box-shadow: 15px 15px 30px #b1a7b6, -15px -15px 30px #ffffff;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    transform: rotate(5deg); 
    transition: transform 0.3s;
}
.ipod-body:hover { animation: shake 0.5s infinite; }

.ipod-screen {
    width: 100%; 
    height: 160px;
    background: #000; 
    border-radius: 10px;
    border: 4px solid #d1c8d8; 
    overflow: hidden;
    margin-bottom: 20px; 
    box-shadow: inset 2px 2px 10px #000;
}

.click-wheel {
    width: 140px; 
    height: 140px; 
    background: #E2D8E8; 
    border-radius: 50%;
    position: relative; 
    box-shadow: 8px 8px 16px #c1b8c6, -8px -8px 16px #ffffff;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.wheel-button { 
    position: absolute; 
    background: none; 
    border: none; 
    font-weight: bold; 
    font-size: 0.7rem; 
    color: #555; 
}
.wheel-button.top { top: 10px; } .wheel-button.bottom { bottom: 10px; }
.wheel-button.left { left: 10px; } .wheel-button.right { right: 10px; }

.center-button { 
    width: 50px; 
    height: 50px; 
    background: #E2D8E8; 
    border-radius: 50%; 
    box-shadow: 4px 4px 8px #c1b8c6, -4px -4px 8px #ffffff; 
}

.stats-under-ipod {
    display: flex; 
    flex-direction: column; 
    align-items: center;
    padding: 15px; 
    background: #f5f0f7; 
    border-radius: 15px;
    box-shadow: 8px 8px 16px #b1a7b6;
    width: 200px; 
    transform: rotate(2deg);
}

.stats-text { font-size: 0.7rem; font-weight: 900; letter-spacing: 2px; color: #555; margin-bottom: 5px; }
.counter-gif { width: 100px; filter: hue-rotate(280deg); }
.stats-sub { font-size: 0.5rem; margin-top: 5px; color: #9a8f9c; font-family: 'Orbitron'; }

.floating-gif { position: fixed; z-index: -1; pointer-events: none; opacity: 0.8; }

@keyframes balancinho { 
    0%, 100% { transform: rotate(0) scale(1.02); } 
    25% { transform: rotate(1deg) scale(1.02); } 
    75% { transform: rotate(-1deg) scale(1.02); } 
}
@keyframes shake { 
    0%, 100% { transform: rotate(5deg); } 
    25% { transform: rotate(7deg); } 
    75% { transform: rotate(3deg); } 
}

.p1 { top: 10%; left: 4%; width: 120px; }
.p3 { top: 15%; left: 85%; width: 150px; }
.p5 { top: 27%; right: 20%; width: 200px; }
.p6 { top: 70%; right: 5%; width: 200px; }
.p7 { top: 35%; left: 10%; width: 150px; }
.p10 { top: 35%; left: 25%; width: 200px; }
.p11 { bottom: 100px; left: 20%; width: 300px; }