
/* background ombre */  
body {
        background: linear-gradient(160deg, #161c30 0%, #0d1b3e 30%, #1a2a5e 60%, #0f1c3a 100%);
        background-attachment: fixed;
        font-family: sans-serif;
        
      }
/* twinkling stars */      
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.1; }
}

/* moon */
body::after {
  content: '';
  position: fixed;
  top: 80px;
  left: 70px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  box-shadow: -15px 5px 0 8px #ffe969,
              -15px 5px 20px 8px #ffd70066,
              -15px 5px 40px 4px #ffd70033;
  pointer-events: none;
  z-index: 0;
}

html, body{
    cursor: url('../../assets/images/purple_cursor.cur'), auto;
}

.site-wrapper {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
}

h1 a{
        font-size: 1.2em;
        color: #ffffff;
        font-family: 'Meddon', static;
        text-decoration: none;
        text-shadow: 0px 0px 5px rgb(25, 105, 225), 0px 0px 10px rgb(25, 95, 225), 0px 0px 15px #ffffff, 0px 0px 20px #ffffff, 0px 0px 25px #ffffff;
      }

h1 {
    text-align: center;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

header {
    background: linear-gradient(105deg, #0a0e1a, #1a2a5e, #0a0e1a);
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.1) inset;
    width: 1200px;
    text-align: center;
    margin: 0 auto 0px auto;
    border-radius: 45px 45px 0px 0px;
}

.subheader {
  width: 1200px;
  margin: 0 auto;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Silkscreen', cursive;
}

.layout {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 8px;
    width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

.left, .right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.left .box:last-child,
.right .box:last-child {
  flex: 1;
}

main {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px;
    color: #fff;
}

.box {
    background: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0px;
    overflow: hidden;
}

.box-title {
    background: rgba(255, 215, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    font-size: 15px;
    color: #ffd700;
    font-family: 'Times New Roman', Times, serif;
}

.box-content {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.box-content a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 0px;
}

.box-content a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  border-radius: 0px 0px 45px 45px;
  padding: 8px 0;

}

.welcome-gif {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.big-title {
    text-align: center;
    font-size: 18px;
    color: #ffd700;
    margin-top: 60px;
    font-family: 'Silkscreen', cursive;
}

.medium-text {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-top: 8px;
    font-family: 'Silkscreen', cursive;
}

.small-text {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    margin-top: 8px;
    font-family: 'Silkscreen', cursive;
}

.construction-gif {
    width: 60%;
    margin: 20px auto;
    display: block;
}

.divider-gif {
    width: 60%;
    margin: 20px auto;
    display: block;
}

.medium-title {
    text-align: center;
    font-size: 16px;
    color: #ffd700;
    margin-top: 12px;
    font-family: 'Silkscreen', cursive;
}

.secao-titulo {
  color: #ffd700;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.technical-buttons-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.wp {
  background: #dcdcdc;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  font-family: 'Share Tech Mono', monospace;
  width: 100%;
  max-width: 175px;
}

.wp-title {
  background: linear-gradient(90deg, #a0a8c0, #c8cce0, #a0a8c0);
  padding: 3px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-title span {
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: 1px 1px #667799;
}

.wp-title-btns {
  display: flex;
  gap: 3px;
}

.wp-title-btns span {
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  padding: 0 3px;
  background: #b0b8cc;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

.wp-menubar {
  background: #d0d0d0;
  display: flex;
  border-bottom: 1px solid #aaaaaa;
}

.wp-menu {
  color: #333344;
  font-size: 10px;
  padding: 2px 6px;
  cursor: pointer;
  letter-spacing: 1px;
}

.wp-menu:hover {
  background: #a0a8c0;
  color: #ffffff;
}

.wp-screen {
  background: #2a2a3e;
  margin: 4px;
  padding: 6px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.wp-time {
  color: #aaaaff;
  font-family: 'VT323', monospace;
  font-size: 22px;
  letter-spacing: 2px;
}

.wp-info {
  display: flex;
  gap: 4px;
  margin-top: 2px;
}

.wp-tag {
  background: #1a1a2e;
  color: #8888cc;
  font-size: 9px;
  padding: 1px 4px;
  border: 1px solid #4a4a6a;
}

.wp-marquee {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 4px;
}

.wp-marquee span {
  display: inline-block;
  color: #ccccff;
  font-size: 11px;
  animation: wpscroll 10s linear infinite;
}

@keyframes wpscroll {
  0%   { transform: translateX(100%);  }
  100% { transform: translateX(-200%); }
}

.wp-spectrum {
  display: flex;
  align-items: flex-end;
  gap: 1px;
  height: 14px;
  margin-top: 4px;
}

.sb {
  flex: 1;
  background: #6666bb;
  animation: sbounce 0.4s ease-in-out infinite alternate;
}

.sb:nth-child(1)  { height: 30%; animation-delay: 0s;    }
.sb:nth-child(2)  { height: 60%; animation-delay: 0.05s; }
.sb:nth-child(3)  { height: 80%; animation-delay: 0.10s; }
.sb:nth-child(4)  { height: 50%; animation-delay: 0.15s; }
.sb:nth-child(5)  { height: 90%; animation-delay: 0.08s; }
.sb:nth-child(6)  { height: 40%; animation-delay: 0.12s; }
.sb:nth-child(7)  { height: 70%; animation-delay: 0.03s; }
.sb:nth-child(8)  { height: 55%; animation-delay: 0.18s; }
.sb:nth-child(9)  { height: 75%; animation-delay: 0.06s; }
.sb:nth-child(10) { height: 45%; animation-delay: 0.14s; }
.sb:nth-child(11) { height: 85%; animation-delay: 0.09s; }
.sb:nth-child(12) { height: 35%; animation-delay: 0.16s; }
.sb:nth-child(13) { height: 65%; animation-delay: 0.02s; }
.sb:nth-child(14) { height: 50%; animation-delay: 0.11s; }
.sb:nth-child(15) { height: 40%; animation-delay: 0.07s; }

@keyframes sbounce {
  from { transform: scaleY(0.3); }
  to   { transform: scaleY(1);   }
}

.wp-seek {
  background: #aaaaaa;
  height: 6px;
  margin: 6px 4px 2px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
}

.wp-seek-fill {
  height: 100%;
  width: 0%;
  background: #8888cc;
  overflow: visible;
}

.wp-seek-thumb {
  width: 8px;
  height: 8px;
  background: #ccccdd;
  margin-top: -2px;
  margin-left: calc(100% - 4px);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.wp-controls {
  background: #cccccc;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-top: 1px solid #eeeeee;
}

.wbtn {
  background: #d4d4d4;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: #333355;
  font-size: 10px;
  width: 24px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wbtn:active {
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.wbtn.play-btn {
  color: #5555aa;
  font-size: 12px;
}

.wp-vol {
  margin-left: auto;
}

.vol-track {
  width: 40px;
  height: 6px;
  background: #aaaaaa;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

.vol-fill {
  height: 100%;
  width: 75%;
  background: #8888cc;
}


.wp-soundcloud {
  margin: 4px;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.wp-soundcloud-label {
  background: #cccccc;
  color: #888899;
  font-size: 9px;
  text-align: center;
  padding: 1px;
  letter-spacing: 2px;
}


.tv {
    width: 55%;
    display: block;
    position: absolute;
    z-index: 2;
}

.tv-gif {
    width: 118px;
    height: 95px;
    border-radius: 10%;
    display: flex;
    margin: 0 auto;
    position: relative;
    top: 15%;
    right: 30%;
  
    z-index: 1;
}

.tv-container {
  position: relative;
  width: 305px;
  height: 280px;
}


.home-btn {
  width: 38%;
  margin: 0 auto;
  position: fixed;
  left: -5px;
}

.window {
  background: #c0c0c0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #404040;
  border-bottom: 2px solid #404040;
  width: 400px;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}

.titlebar {
  background: #000080;
  color: #ffffff;
  padding: 4px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.window-title {
  font-weight: bold;
  font-size: 12px;
}

.window-buttons button{
  background: #c0c0c0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  width: 18px;
  height: 18px;
  font-size: 11px;
  cursor: pointer;
  padding: 0;
  margin-left: 2px;
}

.menubar {
  background: #c0c0c0;
  padding: 2px 6px;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #808080;
}

.menubar span {
  cursor: pointer;
  padding: 2px 4px;    
}

.menubar span:hover {
  background: #808080;
  color: #ffffff;
}

.window-content {
  background: #ffffff;
  margin: 6px;
  padding: 8px;
  min-height: 200px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #000;
}

/* ABOUT PAGE */

.cloud-divider {
    width: 90%;
    display: block;
    margin: 20px auto;
}

.about-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.camera-container {
  position: relative;
  width: 300px;
  height: 250px;
  flex-shrink: 0; 
}

.camera {
  position: absolute;
  width: 100%;
  z-index: 2; 
}

.me-gif {
  position: absolute;
  width: 60%;
  top: 40px;   
  left: 9%;  
  z-index: 1; 
}

.about-text {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
}