body {
background-color: #0b0c10;
background-image: linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 255, 0.03) 1px, transparent 1px);
background-size: 15px 15px;
color: #c5c6c7;
font-family: "Lucida Console", Monaco, monospace;
font-size: 13px;
padding: 10px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
background: transparent !important;
}
.y2k-ticker {
background: #ff007f;
color: #fff;
font-weight: bold;
padding: 4px;
border: 2px solid #00ffff;
margin-bottom: 10px;
text-shadow: 1px 1px #000;
}
.y2k-ticker img {
vertical-align: middle;
margin: 0 5px;
height: 16px;
}
.y2k-container {
width: 980px;
height: 640px; 
margin: 0 auto;
border: 3px solid #1f2833;
background: rgba(11, 12, 16, 0.9);
padding: 15px;
display: flex;
flex-direction: column;
}
.y2k-header {
text-align: center;
margin-bottom: 15px;
flex-shrink: 0;
}
.main-banner-img {
width: 100%;
height: auto;
max-height: 140px;
object-fit: contain;
border: 2px solid #00ffff;
box-shadow: 4px 4px 0px #ff007f;
image-rendering: pixelated;
display: block;
}
.y2k-mega-grid {
display: grid;
grid-template-columns: 200px 1fr 200px;
gap: 15px;
flex: 1;
min-height: 0; 
}
.system-box, .avatar-holder {
border: 1px solid #00ffff;
background: #151a22;
padding: 10px;
margin-bottom: 15px;
}
.avatar-holder {
border: 2px solid #ff007f;
text-align: center;
overflow: hidden;
background: #000;
}
.box-title {
background: #00ffff;
color: #000;
font-weight: bold;
padding: 2px 5px;
margin: -10px -10px 10px -10px;
font-size: 11px;
text-transform: uppercase;
}
.y2k-avatar {
width: 100%;
max-width: 120px;
height: auto;
display: block;
margin: 0 auto;
image-rendering: pixelated;
transition: transform 0.25s ease-out;
}
.y2k-avatar:hover {
transform: scale(1.3);
}
.y2k-nav ul {
list-style: none;
}
.y2k-nav li {
margin-bottom: 8px;
}
.y2k-nav a {
color: #ffff00;
text-decoration: none;
font-weight: bold;
display: block;
}
.y2k-nav a:hover {
background: #ff007f;
color: #fff;
}
.scrollable-content {
overflow-y: auto; 
height: 100%;
padding-right: 5px;
}
.scrollable-content::-webkit-scrollbar {
width: 8px;
}
.scrollable-content::-webkit-scrollbar-track {
background: #000;
}
.scrollable-content::-webkit-scrollbar-thumb {
background: #00ffff;
border: 1px solid #ff007f;
}
.y2k-window {
border: 2px solid #ff007f;
background: #11141a;
margin-bottom: 15px;
}
.window-header {
background: linear-gradient(90deg, #ff007f, #b50057);
color: #fff;
font-weight: bold;
padding: 5px 10px;
font-size: 12px;
}
.window-body {
padding: 15px;
line-height: 1.6;
}
.highlight-text {
color: #00ffff;
font-weight: bold;
}
.y2k-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 10px;
margin-top: 15px;
}
.gallery-item {
border: 1px dashed #ff007f;
background: #000;
padding: 5px;
text-align: center;
}
.gallery-item img {
width: 100%;
height: auto;
display: block;
margin-bottom: 5px;
image-rendering: pixelated;
}
.game-link {
font-size: 10px;
color: #ffff00;
font-family: "Lucida Console", Monaco, monospace;
text-decoration: none;
display: block;
margin-top: 5px;
font-weight: bold;
}
.game-link:hover {
color: #ff007f;
}
.buttons-space {
text-align: center;
}
.buttons-space img {
max-width: 88px;
height: auto;
}
.y2k-footer {
border-top: 3px double #00ffff;
padding-top: 10px;
margin-top: 10px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 11px;
flex-shrink: 0;
}
.y2k-hits {
background: #000;
border: 1px solid #ff007f;
padding: 3px 10px;
color: #00ff66;
font-weight: bold;
}
.blink-fast {
animation: blinker 0.6s linear infinite;
}
@keyframes blinker {
50% { opacity: 0; }
}
.chat-container {
background: #000;
border: 1px dashed #ff007f;
padding: 0px;
height: 170px;
overflow: hidden;
position: relative;
} 
.chat-container iframe {
display: block;
position: relative;
z-index: 1;
width: calc(100% + 18px); 
}
.contact-input {
width:100%;
box-sizing:border-box;
background:#0b0c10;
color:#c5c6c7;
border:1px solid #00ffff;
padding:6px;
font-family:"Lucida Console", Monaco, monospace;
font-size:12px;
}
.contact-input:focus {
outline:none;
border-color:#ff007f;
}
.contact-button {
background:#151a22;
color:#00ffff;
border:2px outset #00ffff;
padding:8px 20px;
font-family:"Lucida Console", Monaco, monospace;
font-weight:bold;
cursor:pointer;
}
.contact-button:hover {
background:#ff007f;
color:#fff;
}
.contact-button:active {
border-style:inset;
}

.contact-input {
width:100%;
box-sizing:border-box;
background:#0b0c10;
color:#c5c6c7;
border:1px solid #00ffff;
padding:6px;
font-family:"Lucida Console",monospace;
font-size:12px;
}

.contact-button {
background:#151a22;
color:#00ffff;
border:2px outset #00ffff;
padding:8px 20px;
font-family:"Lucida Console",monospace;
font-weight:bold;
cursor:pointer;
}