*, 
* ::before, 
* ::after {
    font-family: 'Orbitron', 'Helvetica', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #880000;
    font-size: 13px;
}
p, blockquote, pre, address, ul, ol, li, dl, dt, dd, a, span, strong, b, em, i, u, s, strike, del, ins, mark, small, sub, sup, q, cite, abbr, dfn, time, code, kbd, samp, var {
    color: #000000;
    font-size: 10px;
}
p,
ol li,
ul:not(nav .links) li,
ul:not(footer .links) li {
    font-size: 0.875em;
    font-size: max(0.875em, 12px);
}
ol li ol li {
    font-size: 100%;
}
ul {
    padding-left: 20px;
}
a {
    color: #1E40AF;
    text-decoration: none;
}
a:hover {
    color: #0000ee;
    text-decoration: underline;
}
a:active {
    color: #ff0000;
    text-decoration: underline;
}
.icon {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: cover;
}
details summary {
    cursor: pointer;
    user-select: none;
}
::selection {
    background: #000000;
    color: #ffffff;
}
html {
    line-height: 1.225;
}
html,
body {
    margin: 0;
    padding: 0;
}
body {
    width: 1024px;
    min-width: 1024px;
    background: #e3e3e3;
    background-image: url("/IMGs/Style/background-v2.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    font-family: verdana, arial, sans-serif, helvetica;
}
body::before,
body::after {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    pointer-events: none;
}
body::before {
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    background-size: 100% 2px, 3px 100%;
}
body::after {
    background: rgba(18, 16, 16, 0.1);
    animation: flicker 0.15s infinite;
}
@keyframes flicker {
    0% { opacity: 0.27861; }
    5% { opacity: 0.34769; }
    10% { opacity: 0.23604; }
    15% { opacity: 0.90626; }
    20% { opacity: 0.18128; }
    25% { opacity: 0.83891; }
    30% { opacity: 0.65583; }
    35% { opacity: 0.67807; }
    40% { opacity: 0.26559; }
    45% { opacity: 0.84693; }
    50% { opacity: 0.96019; }
    55% { opacity: 0.08594; }
    60% { opacity: 0.20313; }
    65% { opacity: 0.71988; }
    70% { opacity: 0.53455; }
    75% { opacity: 0.37288; }
    80% { opacity: 0.71428; }
    85% { opacity: 0.70419; }
    90% { opacity: 0.7003; }
    95% { opacity: 0.36108; }
    100% { opacity: 0.24387; }
}

/* Container */

.container {
    width: 810px;
    max-width: 100%;
    margin: 0 auto 10px;
}

/* Nav + Footer */

nav,
footer {
    background: transparent;
    border: 3px solid #000000;
}
nav .links,
footer .links { 
    overflow: hidden;
}
nav .links::after,
footer .links::before { 
    content: "";
    display: block;
    width: 200%;
    height: 100px;
    background-repeat: repeat-x;
    background-size: auto 100%;
}
nav .links::after { 
    background-image: url("/IMGs/Style/links-v1.png");
    border-bottom: 3px solid #000000;
    animation: navbgscroll 10s infinite linear;
}
@keyframes navbgscroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
footer .links::before { 
    background-image: url("/IMGs/Style/links-v5.png");
    border-top: 3px solid #000000;
    animation: footerbgscroll 10s infinite linear;
}
@keyframes footerbgscroll {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
nav .links:hover::after,
footer .links:hover::before { 
    animation-play-state: paused;
}
nav .links ul,
footer .links ul {
    display: flex;
    padding: 0;
    margin: 0;
    background: #000000;
    list-style: none;
}
nav .links ul li,
footer .links ul li {
    flex: 1;
    text-align: center;
}
nav .links ul li a,
footer .links ul li a {
    display: block;
    padding: 12px 5px;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}
nav .links ul li:not(:last-child) a,
footer .links ul li:not(:last-child) a {
    border-right: 1px solid #222222;
}
nav .links ul li a:hover,
footer .links ul li a:hover {
    background: linear-gradient(to bottom, #aa0000, #440000);
    color: #ffffff;
}
nav .links ul li a:active,
footer .links ul li a:active {
    background: linear-gradient(to bottom, #880000, #220000);
    color: #ffffff;
}

/* Nav */

nav .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 7px 10px;
    background: #000000;
    box-sizing: border-box;
}
nav .top .left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
nav .top .left .logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
nav .top .left .logo-link .LG {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
nav .top .left .logo-link .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
nav .top .left .logo-link .logo-text .name {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
nav .top .left .logo-link .logo-text .domain {
    color: #808080;
    font-size: 15px;
    text-transform: lowercase;
}
nav .top .left .logo-link .logo-text .domain small {
    padding-left: 2px;
    color: #808080;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
nav .top .center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
}
nav .top .center #searchForm {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
nav .top .center #searchForm #searchInput {
    flex-grow: 1;
    min-width: 150px;
    padding: 7px 10px;
    background: #ffffff;
    border: 1px solid #444444;
    color: #000000;
    outline: none;
    transition: border-color 0.2s ease;
}
nav .top .center #searchForm #searchInput:focus {
    border-color: #880000;
}
nav .top .center #searchForm #searchInput::placeholder {
    font-family: serif;
    font-style: italic;
}
nav .top .center #searchForm .search-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
}
nav .top .center #searchForm .search-actions #searchBtn {
    padding: 7px 10px;
    background: #000000;
    border: 1px solid #444444;
    color: #ffffff;
    font-family: 'Times New Roman', serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}
nav .top .center #searchForm .search-actions #searchBtn:hover {
    background: #222222;
    border-color: #880000;
}
nav .top .center #searchForm .search-actions .google {
    display: block;
    width: auto;
    height: 30px;
    object-fit: contain;
}
nav .top .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}
nav .top .right .logo-link .EE {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
nav .links {
    border-top: 2px solid #880000;
}

/* Banners  */

.banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background: none;
    border: 3px solid #000000;
    box-sizing: border-box;
    overflow: hidden;
}
.banner-container * {
    box-sizing: border-box;
}
.banner-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 2px solid #808080;
    box-sizing: border-box;
    pointer-events: none;
}
.banner-container#banner-top,
.banner-container#banner-bottom {
    display: none;
}
.banner-container#banner-sidebar {
    border-radius: 5px;
    margin: 10px 0; 
}
.banner-container img.banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-container img.banner-img:not([src]),
.banner-container img.banner-img[src=""] {
    content: url("/IMGs/Style/default_photos.png");
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Minute Of Decay */

.minute-of-decay-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 180px;
    height: 100vh;
    overflow: hidden;
    opacity: 0.5;
    pointer-events: none;
    user-select: none; 
    color: #880000;
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
}
.minute-of-decay-container .scroll-wrapper {
    display: block;
    animation: scrollUp 25s linear infinite;
}
.minute-of-decay-container .scroll-wrapper:hover {
    animation-play-state: paused;
}
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%); 
    }
}

/* Main, Left & Right */

main {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 6px 0px;
    color: #000000;
    font-size: 80%;
}
main .left,
main .right {
    background: transparent;
    box-sizing: border-box;
    padding: 10px;
}
main .left {
    flex: 2;
    min-width: 0; 
    overflow: hidden;
}
main .right {
    flex: 1;
    min-width: 300px;
    overflow: hidden;
}

/* Content Box */

.content-box {
    width: 100%;
    margin: 10px 0;  
    background: none;
    border: none;
}
.content-box .heading {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 2px 7px;
    background: #000000;
    border: 4px solid #000000;
    border-top-left-radius: 5px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    overflow: hidden;
}
.content-box .heading h4 {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}
.content-box .heading:hover h4 {
    overflow: visible;
    text-overflow: clip;
    animation: headingscroll 6s linear infinite;
}
@keyframes headingscroll {
    0%   { transform: translateX(0%); }
    50%  { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
}
.content-box .inner {
    position: relative;
    width: 100%;
    padding: 7px 10px;
    background: #ece9d8; 
    border: 4px solid #000000;
    border-radius: 0px 5px 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.content-box .inner * {
    box-sizing: border-box;
}
.content-box .inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 2px solid #808080;
    box-sizing: border-box;
    pointer-events: none;
}

/* Left */

.layouts .inner .preview .layout-thumb,
.layouts .inner .preview .layout-buttons button,
.layouts .inner .code .code-box,
.layout-list .inner .layout-item .layout-img,
.online-now-icons .inner .layout-item .layout-img,
.online-now-icons .inner .layout-item .layout-code .code-box,
.contact-tables .inner .layout-item .layout-img,
.contact-tables .inner .layout-item .layout-code .code-box,
.latest-uploads .inner .marquee .upload-card {
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff #808080 #808080 #ffffff;
}
.layouts .inner .preview .layout-buttons button,
.layout-list .inner .layout-item .layout-img,
.online-now-icons .inner .layout-item .layout-img,
.contact-tables .inner .layout-item .layout-img,
.latest-uploads .inner .marquee .upload-card {
    background-color: #ece9d8;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.layouts .inner .preview .layout-buttons button:hover,
.layout-list .inner .layout-item .layout-img:hover,
.online-now-icons .inner .layout-item .layout-img:hover,
.contact-tables .inner .layout-item .layout-img:hover,
.latest-uploads .inner .marquee .upload-card:hover {
    background-color: #e5e2d1; 
    border-color: #ffffff #444444 #444444 #ffffff;
}
.layouts .inner .preview .layout-buttons button:active,
.layout-list .inner .layout-item .layout-img:active,
.online-now-icons .inner .layout-item .layout-img:active,
.contact-tables .inner .layout-item .layout-img:active,
.latest-uploads .inner .marquee .upload-card:active {
    background-color: #d6d2c2; 
    border-color: #808080 #ffffff #ffffff #808080;
}
.layouts .inner .preview .layout-thumb img.layout-screenshot,
.layout-list .inner .layout-item .layout-img img.layout-screenshot,
.online-now-icons .inner .layout-item .layout-img img.layout-screenshot,
.contact-tables .inner .layout-item .layout-img img.layout-screenshot,
.latest-uploads .inner .marquee .upload-card img.upload-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layouts .inner .preview .layout-thumb a:hover img.layout-screenshot,
.layout-list .inner .layout-item .layout-img a:hover img.layout-screenshot,
.online-now-icons .inner .layout-item .layout-img a:hover img.layout-screenshot,
.contact-tables .inner .layout-item .layout-img a:hover img.layout-screenshot,
.latest-uploads .inner .marquee .upload-card a:hover img.upload-img {
    filter: contrast(5000%);
}
.layouts .inner .preview .layout-thumb img.layout-screenshot:not([src]),
.layouts .inner .preview .layout-thumb img.layout-screenshot[src=""],
.layout-list .inner .layout-item .layout-img img.layout-screenshot:not([src]),
.layout-list .inner .layout-item .layout-img img.layout-screenshot[src=""],
.online-now-icons .inner .layout-item .layout-img img.layout-screenshot:not([src]),
.online-now-icons .inner .layout-item .layout-img img.layout-screenshot[src=""],
.contact-tables .inner .layout-item .layout-img img.layout-screenshot:not([src]),
.contact-tables .inner .layout-item .layout-img img.layout-screenshot[src=""],
.latest-uploads .inner .marquee .upload-card img.upload-img:not([src]),
.latest-uploads .inner .marquee .upload-card img.upload-img[src=""] {
    content: url("/IMGs/Style/default_photos.png");
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layouts .inner .code .code-box textarea,
.online-now-icons .inner .layout-item .layout-code .code-box textarea,
.contact-tables .inner .layout-item .layout-code .code-box textarea {
    display: block;
    width: 100%;
    background-color: #000000;
    border: none;
    box-sizing: border-box;
    padding: 7px 10px;    
    resize: vertical;
    outline: none;
    color: #FFFFFF;
    font-size: 10px;
    font-family: monospace;
}
.layouts .inner .code .code-box textarea::selection,
.online-now-icons .inner .layout-item .layout-code .code-box textarea::selection,
.contact-tables .inner .layout-item .layout-code .code-box textarea::selection {
    background-color: #FFFFFF;
    color: #000000;
}
.layouts .inner .code .code-box textarea {
    height: 150px;
}
.online-now-icons .inner .layout-item .layout-code .code-box textarea,
.contact-tables .inner .layout-item .layout-code .code-box textarea {
    height: 100px;
}
.layouts .inner .layout h4,
.online-now-icons .inner .layout-item .layout-code h4,
.contact-tables .inner .layout-item .layout-code h4,
.layout-list .inner .layout-item .layout-text .layout-title a,
.online-now-icons .inner .layout-item .layout-text .layout-title,
.contact-tables .inner .layout-item .layout-text .layout-title,
.generators-editors-list .inner .gen-item .gen-text .gen-title a {
    color: #880000;
    font-size: 13px;
    font-weight: bold;
}
.layouts .inner .layout p,
.online-now-icons .inner .layout-item .layout-code p,
.contact-tables .inner .layout-item .layout-code p,
.layout-list .inner .layout-item .layout-text .layout-date,
.online-now-icons .inner .layout-item .layout-text .layout-date,
.contact-tables .inner .layout-item .layout-text .layout-date,
.generators-editors-list .inner .gen-item .gen-text .gen-description {
    color: #000000;
    font-size: 10px;
}
.layouts .inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.layouts .inner .layout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.layouts .inner .layout h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
.layouts .inner .layout p {
    margin: 0 0 10px 0;
}
.layouts .inner .preview {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.layouts .inner .preview .layout-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.layouts .inner .preview .layout-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}
.layouts .inner .preview .layout-buttons button {
    flex: 1; 
    min-width: 0;
    font-family: 'Orbitron', helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.layout-list .inner,
.online-now-icons .inner,
.contact-tables .inner,
.generators-editors-list .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.layout-list .inner .layout-item,
.online-now-icons .inner .layout-item,
.contact-tables .inner .layout-item {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}
.layout-list .inner .layout-item .layout-text,
.online-now-icons .inner .layout-item .layout-text,
.contact-tables .inner .layout-item .layout-text,
.generators-editors-list .inner .gen-item .gen-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.online-now-icons .inner .layout-item .layout-code h4,
.contact-tables .inner .layout-item .layout-code h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
.online-now-icons .inner .layout-item .layout-code p,
.contact-tables .inner .layout-item .layout-code p {
    margin: 0 0 10px 0;
}
.generators-editors-list .inner .gen-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.generators-editors-list .inner .gen-item .gen-icon .icon {
    display: block;
    width: 25px;
    height: 25px;
    object-fit: cover;
}
.latest-uploads .inner {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.latest-uploads .inner .marquee {
    display: flex;
    gap: 10px;
    position: relative;
    width: max-content;
    animation: marqueescroll 20s linear infinite;
}
.latest-uploads .inner .marquee:hover {
    animation-play-state: paused;
}
@keyframes marqueescroll {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}
.latest-uploads .inner .marquee .upload-card {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100%;
}

/* Right */

.user .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.user .inner .profile-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff #808080 #808080 #ffffff;
    overflow: hidden;
}
.user .inner .profile-pic img.pfp-fallback {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user .inner .profile-pic img.pfp-fallback:not([src]),
.user .inner .profile-pic img.pfp-fallback[src=""] {
    content: url("/IMGs/Style/default_profile_pic.png");
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user .inner .contact,
.navigation .inner .links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.user .inner .contact .f-row,
.navigation .inner .links .f-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.navigation .inner .links .f-row {
    flex-direction: column;
}
.user .inner .contact .f-row .f-col,
.navigation .inner .links .f-row .f-col {
    width: 100%;
    padding: 5px;
    background-color: #ece9d8; 
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff #808080 #808080 #ffffff;
    text-align: center;
    transition: background-color 0.15s ease;
}
.user .inner .contact .f-row .f-col:hover,
.navigation .inner .links .f-row .f-col:hover {
    background-color: #e5e2d1; 
    border-color: #ffffff #444444 #444444 #ffffff;
}
.user .inner .contact .f-row .f-col:active,
.navigation .inner .links .f-row .f-col:active {
    background-color: #d6d2c2; 
    border-color: #808080 #ffffff #ffffff #808080;
}
.user .inner .contact .f-row .f-col a,
.navigation .inner .links .f-row .f-col a {
    display: inline-flex;
    align-items: center; 
    gap: 5px;
    color: #000000;
    font-family: 'Orbitron', helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.user .inner .contact .f-row .f-col a .icon,
.navigation .inner .links .f-row .f-col a .icon {
    display: none;
    width: 15px;
    height: 15px;
    object-fit: cover;
}
.player, 
.player *, 
.player ::before, 
.player ::after {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.player {
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;    
    background-color: #bfbfbf;
    background-image: url("/IMGs/Style/player-background.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: repeat;
    border: 1px solid #000000;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 7px 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.player .player-button {
    flex-shrink: 0;
}
.player .player-button .icon-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #bfbfbf;
    background-image: url("/IMGs/Style/player-background-buttons.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: repeat;
    border: 1.5px solid #5a5a5a;
    border-radius: 7px;
    box-sizing: border-box;
    margin-right: 8px;
    fill: #5a5a5a;
    stroke: #ffffff;
    stroke-width: 0.5px;
    cursor: pointer;
}
.player .player-button .icon-svg:hover {
    fill: #009900;
}
.player .player-button .icon-svg:active {
    background: #111111;
    box-shadow: inset 0 2px 8px rgba(0,0,0,1);
    fill: #009900;
    stroke: #000000;
}
.player .player-button.error-state .icon-svg {
    pointer-events: none;
    fill: #5a5a5a;
}
.player .player-display {
    display: flex;
    flex-grow: 1;
    align-items: center;
    min-width: 0;
    height: 40px; 
    background: #111111;
    border-radius: 6px;
    box-shadow: inset 0 2px 8px #000000;
    padding: 0 12px;
    overflow: hidden;
}
.player .player-display .track-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
}
.player .player-display .track-info span {
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player .player-display .equalizer {
    display: flex;
    flex-shrink: 0;
    align-items: flex-end;
    gap: 2px;
    height: 25px;
    margin: 0 10px;
}
.player .player-display .equalizer span {
    width: 7px;
    height: 4px;
    background-image: url("/IMGs/Style/player-background-visuallizor.png");
    background-size: 7px 25px;
    background-position: bottom;
    background-repeat: no-repeat;
    animation: bounce 0.8s infinite ease-in-out;
    animation-play-state: paused;
}
@keyframes bounce {
    0%, 100% { height: 4px; }
    50% { height: 25px; }
}
.player .player-display .vol-buttons {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.player .player-display .vol-buttons .vol-btn {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold; 
    user-select: none;
    cursor: pointer;
}
.player .player-display .vol-buttons .vol-btn:hover {
    color: #009900;
}
.tomino .inner {
    display: flex;
    flex-direction: column; 
    background: #000000;
    background-image: url("https://i.postimg.cc/BnwT5kyL/fantastic-distortion-tomino.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: contrast(5000%);
}
.tomino .inner .poem {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 400px;
}
.tomino .inner .poem span {
    position: absolute;
    width: 90%;
    color: #FFFFFF;
    font-size: 10px;
    font-family: monospace;
    text-align: center;
    text-shadow: 0 0 8px #f00, 0 0 15px #f00;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    animation: fade-sequence 52s infinite;
}
.tomino .inner .poem span:nth-child(1) {
    animation-delay: 0s;
}
.tomino .inner .poem span:nth-child(2) { 
    animation-delay: 2s; 
}
.tomino .inner .poem span:nth-child(3) { 
    animation-delay: 4s; 
}
.tomino .inner .poem span:nth-child(4) { 
    animation-delay: 6s; 
}
.tomino .inner .poem span:nth-child(5) { 
    animation-delay: 8s; 
}
.tomino .inner .poem span:nth-child(6) { 
    animation-delay: 10s; 
}
.tomino .inner .poem span:nth-child(7) { 
    animation-delay: 12s; 
}
.tomino .inner .poem span:nth-child(8) { 
    animation-delay: 14s; 
}
.tomino .inner .poem span:nth-child(9) { 
    animation-delay: 16s; 
}
.tomino .inner .poem span:nth-child(10) { 
    animation-delay: 18s; 
}
.tomino .inner .poem span:nth-child(11) { 
    animation-delay: 20s; 
}
.tomino .inner .poem span:nth-child(12) { 
    animation-delay: 22s; 
}
.tomino .inner .poem span:nth-child(13) {
    animation-delay: 24s; 
}
.tomino .inner .poem span:nth-child(14) { 
    animation-delay: 26s; 
}
.tomino .inner .poem span:nth-child(15) { 
    animation-delay: 28s; 
}
.tomino .inner .poem span:nth-child(16) { 
    animation-delay: 30s; 
}
.tomino .inner .poem span:nth-child(17) { 
    animation-delay: 32s; 
}
.tomino .inner .poem span:nth-child(18) { 
    animation-delay: 34s; 
}
.tomino .inner .poem span:nth-child(19) { 
    animation-delay: 36s; 
}
.tomino .inner .poem span:nth-child(20) { 
    animation-delay: 38s; 
}
.tomino .inner .poem span:nth-child(21) { 
    animation-delay: 40s; 
}
.tomino .inner .poem span:nth-child(22) { 
    animation-delay: 42s; 
}
.tomino .inner .poem span:nth-child(23) {
    animation-delay: 44s; 
}
.tomino .inner .poem span:nth-child(24) { 
    animation-delay: 46s; 
}
.tomino .inner .poem span:nth-child(25) { 
    animation-delay: 48s;
}
.tomino .inner .poem span:nth-child(26) {
    animation-delay: 50s;
}
@keyframes fade-sequence {
    0% { opacity: 0; }
    1% { opacity: 0.5; }
    1.9% { opacity: 1; }
    3.8%, 100% { opacity: 0; }
}
.tomino .inner .credit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.tomino .inner .credit .author {
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    font-family: monospace;
}
.tomino .inner .credit .title {
    background: #000000;
    color: #ff0000;
    font-size: 10px;
    font-weight: bold;
    font-family: monospace;
    text-shadow: 0 0 5px #f00;
}
.transmissions .inner .ad-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.transmissions .inner .ad-item img.stamp {
    width: 100px;
    height: 55px;
}
.transmissions .inner .ad-item .code-box textarea {
    flex-grow: 1;
    display: block;
    width: 100%;
    background-color: #000000;
    border: none;
    box-sizing: border-box;
    padding: 7px 10px;    
    resize: vertical;
    outline: none;
    color: #FFFFFF;
    font-size: 10px;
    font-family: monospace;
}
.transmissions .inner .ad-item .code-box textarea::selection {
    background-color: #FFFFFF;
    color: #000000;
}
.transmissions .inner .ad-item .code-box textarea {
    height: 55px;
}

/* Footer */

footer .top {
    padding: 7px 10px;
    background: #ece9d8;
    text-align: center;
}
footer .top p {
    color: #000000;
    font-size: 10px;
}
footer .top p strong {
    color: #880000;
    font-size: 13px;
    font-weight: bold;
}
footer .links {
    border-bottom: 2px solid #880000;
}
footer .bottom {
    padding: 7px 10px;
    background: #000000;
    text-align: center;
}
footer .bottom p,
footer .bottom p i {
    color: #880000;
    font-size: 10px;
}
footer .bottom p i {
    font-weight: bold;
}
footer .bottom .copyright,
footer .bottom .copyright #year {
    color: #444444;
}