@font-face { font-family: ImpressBT; src: url('ImpressBT.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: HousearamaKingpin; src: url('HousearamaKingpin.ttf') format('truetype'); font-display: swap; }
:root { color-scheme: light; font-family: ImpressBT, Arial, sans-serif; color: #24384a; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { background: #4b9bc4; }
.background { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: url('scrolling_logo_background.png') center / cover no-repeat; }
.scrolling-logos { position: absolute; inset: -75%; background: url('toontown-logo-mono.png') repeat; background-size: 560px 210px; opacity: .1; transform: rotate(-20deg); animation: scroll-logos 70s linear infinite; }
@keyframes scroll-logos { from { background-position: 0 0; } to { background-position: 560px 210px; } }
.page { min-height: 100vh; display: flex; flex-direction: column; align-items: center; }
.site-header { width: min(100%, 1000px); text-align: center; padding: 18px 20px 0; }
.logo-link { display: inline-block; transition: transform .2s; }
.logo-link:hover { transform: scale(1.03); }
.logo { display: block; width: min(100%, 720px); height: auto; margin: auto; filter: drop-shadow(0 4px 8px #1239); }
.nav-links { display: flex; justify-content: center; gap: 10px; margin: 14px auto 0; position: relative; }
.nav-link, .button { font-family: ImpressBT, Arial, sans-serif; text-decoration: none; color: white; background: #133d6bdb; border-radius: 6px; transition: background .2s, transform .2s; }
.nav-link { padding: 12px 30px; min-width: 100px; }
.nav-link:hover, .nav-link.active, .button:not(:disabled):hover { background: #0a69a7; transform: translateY(-2px); }
.main-content { width: min(100%, 860px); padding: 28px 20px 60px; flex: 1; }
.card { background: #ffffffd9; border-radius: 12px; padding: 28px 32px; margin-bottom: 24px; box-shadow: 0 5px 18px #17385735; line-height: 1.65; }
.card h1, .card h2 { font-family: HousearamaKingpin, Arial, sans-serif; line-height: 1.25; color: #07548a; margin: 0 0 16px; }
.card h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.card h2 { font-size: 1.6rem; }
.card p { margin: 0 0 18px; }
.card p:last-child { margin-bottom: 0; }
.feature-image { display: block; width: 100%; height: auto; border-radius: 8px; margin-top: 22px; }
.slide-frame { position: relative; aspect-ratio: 16 / 9; background: #112c48; border-radius: 8px; overflow: hidden; }
.slide { display: none; width: 100%; height: 100%; object-fit: contain; }
.slide.active { display: block; }
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); border: 0; border-radius: 5px; background: #102d4ccc; color: white; padding: 12px; cursor: pointer; font-size: 1.4rem; }
.slide-arrow:hover { background: #0a69a7; }
.slide-arrow.previous { left: 10px; }
.slide-arrow.next { right: 10px; }
.slide-dots { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.slide-dot { width: 13px; height: 13px; border: 0; border-radius: 50%; background: #9ab7c8; cursor: pointer; padding: 0; }
.slide-dot.active { background: #07548a; }
[hidden] { display: none !important; }
.hero { text-align: center; padding: 40px 32px; }
.button { display: inline-block; padding: 11px 22px; margin-top: 3px; }
.download-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.download-buttons .button { border: 0; font-size: 1rem; background: #0066cc; opacity: .75; cursor: not-allowed; }
.download-buttons .full-download { background: #009966; }
.text-link { color: #07548a; font-weight: bold; }
.note { font-size: .9rem; color: #536675; margin-top: 14px !important; }
.blog-entry { border-top: 1px solid #a8c5d8; padding: 20px 0 6px; }
.blog-entry h2 { margin-bottom: 4px; }
.blog-entry h2 a { color: inherit; text-decoration: none; }
.blog-entry h2 a:hover { text-decoration: underline; }
.blog-entry time, .blog-post time { display: block; color: #617587; font-size: .9rem; margin-bottom: 12px; }
.empty-message { text-align: center; padding: 18px 0; }
.post-body { margin: 22px 0; }
.post-body img { max-width: 100%; height: auto; }
.server-list { border: 1px solid #a8c5d8; border-radius: 8px; overflow: hidden; }
.server-row { display: grid; grid-template-columns: 1fr 100px 120px; gap: 12px; padding: 12px 16px; }
.server-heading { background: #e7f2fa; font-family: HousearamaKingpin, Arial, sans-serif; color: #07548a; }
.server-empty { padding: 28px 16px; text-align: center; color: #617587; }
.site-footer { width: 100%; display: flex; align-items: center; justify-content: center; gap: 25px; flex-wrap: wrap; background: #102d4ccc; padding: 22px; color: white; font-family: ImpressBT, Arial, sans-serif; }
.site-footer a { color: white; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
a:focus-visible { outline: 3px solid #ffcf46; outline-offset: 3px; }
@media (max-width: 600px) { .site-header { padding-top: 12px; } .nav-links { margin-top: 10px; gap: 5px; } .nav-link { min-width: 0; flex: 1; padding: 10px 5px; font-size: .85rem; } .main-content { padding-top: 20px; } .card { padding: 22px; } .server-row { grid-template-columns: 1fr 60px 65px; gap: 5px; font-size: .85rem; } }
@media (prefers-reduced-motion: reduce) { .logo-link, .nav-link, .button { transition: none; } .scrolling-logos { animation: none; } }
