<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    background: #181818 !important;
    color: #e0e0e0 !important;
    font-family: 'Courier New', Courier, monospace !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.header {
    margin-bottom: 20px;
}
.header h1 {
    font-size: 2.2em;
    font-weight: bold;
    color: #e0e0e0;
    margin: 0 0 8px 0;
}
.header p {
    color: #b0b0b0;
    font-size: 1.1em;
    margin: 0;
}

.footer {
    margin-top: 40px;
    color: #b0b0b0;
    font-size: 1em;
}

.board {
    margin: 0 auto;
    max-width: 900px;
}
.board h2 {
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
    margin-top: 30px;
    color: #e0e0e0;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.category {
    margin-left: 0;
    margin-bottom: 30px;
}

.forum {
    padding: 10px 18px;
    background-color: #232323;
    margin: 14px 0;
    border-left: 4px solid #00e0c0;
    border-radius: 0;
    box-shadow: none;
}
.forum h3 {
    margin: 0 0 2px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #00e0c0;
    letter-spacing: 0.5px;
    font-family: inherit;
}
.forum h3 a {
    color: #00e0c0;
    text-decoration: none;
}
.forum h3 a:hover {
    color: #00ffcc;
    text-decoration: underline;
}
.forum p {
    margin: 5px 0 0 0;
    font-size: 0.98em;
    color: #aaa;
    font-family: inherit;
}

/* Remove Bootstrap look from forum elements */
.forum, .board, .category, .header, .footer, .forum h3, .forum p {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: none;
}

.left-most-btn {
    margin-right: 12px;
}

/* Links */
a {
    color: #00e0c0;
    text-decoration: none;
    font-family: inherit;
}
a:hover {
    color: #00ffcc;
    text-decoration: underline;
}

/* Remove modern topic/comment styles from forum index */
.forum-container, .section, .section-header, .section-name, .topic-list, .topic, .topic-title, .topic-meta, .comment-count, .secret-section {
    all: unset;
    display: revert;
}

/* Utility for icons in h2 */
.board h2 .icon {
    font-size: 1.2em;
    margin-right: 6px;
}

/* Retro Topic Page Styles */
.topic-container {
    max-width: 800px;
    margin: 40px auto 30px auto;
    background: #232323;
    border: 1px solid #333;
    border-radius: 0;
    padding: 28px 32px 28px 32px;
    font-family: 'Courier New', Courier, monospace;
    color: #e0e0e0;
    box-shadow: none;
    margin-bottom: 60px;
}
.topic-title {
    font-size: 2.1em;
    font-weight: bold;
    color: #e0e0e0;
    margin-bottom: 10px;
    font-family: inherit;
}
.topic-meta {
    color: #b0b0b0;
    font-size: 1em;
    margin-bottom: 18px;
    font-family: inherit;
}
.topic-body {
    font-size: 1.1em;
    margin-bottom: 30px;
    white-space: pre-line;
    color: #b0b0b0;
    font-family: inherit;
}
.comments-header {
    font-weight: bold;
    margin-bottom: 10px;
    color: #00e0c0;
    font-size: 1.1em;
    font-family: inherit;
}
.comment-thread {
    margin-left: 0;
    padding-left: 0;
}
.comment {
    background: #232323;
    border: none;
    border-radius: 0;
    padding: 16px 18px;
    margin-bottom: 14px;
    margin-left: 0;
    position: relative;
    color: #b0b0b0;
    font-family: inherit;
    box-shadow: none;
    word-break: break-all;
    overflow-wrap: anywhere;
}
.comment-meta {
    color: #888;
    font-size: 0.95em;
    margin-bottom: 5px;
    font-family: inherit;
}
.no-comments {
    color: #888;
    font-style: italic;
    font-family: inherit;
    padding-bottom: 18px;
}
.comment.has-children {
    padding-bottom: 8px;
}
/* Comment form buttons */
.btn, .btn-primary, .btn-link, button {
    font-family: inherit !important;
    font-size: 1em !important;
    background: none !important;
    color: #00e0c0 !important;
    border: 1px solid #00e0c0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 2px 10px !important;
    margin-top: 6px;
    margin-bottom: 0;
    transition: none;
}
.comment &gt; .btn,
.comment &gt; .btn-primary,
.comment &gt; .btn-link,
.comment &gt; button {
    margin-top: 8px;
}
.btn:hover, .btn-primary:hover, .btn-link:hover, button:hover {
    background: #00e0c0 !important;
    color: #181818 !important;
    border: 1px solid #00e0c0 !important;
}
/* Remove Bootstrap form look */
.form-control, textarea, input[type="text"], input[type="email"], input[type="password"] {
    font-family: inherit !important;
    font-size: 1em !important;
    background: #232323 !important;
    color: #e0e0e0 !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 6px 10px !important;
}

#secret_form_secret {
    margin-top: 10px;
}

.post {
    background-color: #1a1a1a;
    padding: 10px;
    margin: 10px 0;
    border-left: 3px solid #00ffcc;
}
.user {
    font-weight: bold;
    margin-bottom: 4px;
}
.timestamp {
    font-weight: normal;
    color: #888;
    font-size: 0.85em;
    margin-left: 10px;
}
.content {
    margin-top: 4px;
}

.post-meta {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 5px;
}
.avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
}
.userinfo {
    display: flex;
    flex-direction: column;
}
.bio {
    font-size: 0.85em;
    color: #999;
}

.meta {
    font-size: 0.75em;
    color: #777;
    margin-top: 2px;
}
.signature {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dashed #444;
    font-size: 0.85em;
    color: #888;
}

/* Retro Navbar */
.retro-navbar {
    width: 100%;
    background: #111;
    color: #e0e0e0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.3em;
    padding: 0.7em 0 0.7em 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #222;
    box-shadow: none;
}
.retro-navbar .navbar-title a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}
.retro-navbar .navbar-links {
    font-size: 0.9em;
    margin-right: 2em;
}
.retro-navbar .navbar-links a {
    color: #b0e0e0;
    margin-left: 1.2em;
    text-decoration: none;
    font-weight: normal;
}
.retro-navbar .navbar-links a:hover {
    text-decoration: underline;
    color: #00ffcc;
}

/* Retro Container */
.retro-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: none;
}

/* Retro Flash Messages */
.retro-flash-success {
    background: #181;
    color: #d0ffd0;
    border: 1px solid #393;
    padding: 8px 18px;
    margin: 18px 0;
    font-family: inherit;
    font-size: 1em;
    border-radius: 2px;
}
.retro-flash-error {
    background: #811;
    color: #ffd0d0;
    border: 1px solid #933;
    padding: 8px 18px;
    margin: 18px 0;
    font-family: inherit;
    font-size: 1em;
    border-radius: 2px;
}

.copyright-footer {
    position: static;
    left: auto;
    bottom: auto;
    margin: 40px 0 0 24px;
    padding: 0;
    z-index: 10;
    background: none;
    font-size: 1em;
    color: #b0b0b0;
    font-family: inherit;
}

.login-container {
    max-width: 420px;
    margin: 60px auto 0 auto;
    padding: 32px 32px 24px 32px;
    background: #232323;
    border: 1px solid #333;
    border-radius: 0;
    font-family: inherit;
    color: #e0e0e0;
}
.login-header {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 24px;
    color: #e0e0e0;
    font-family: inherit;
}
.login-container form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.login-container .form-label {
    font-size: 1.15em;
    margin-bottom: 4px;
    font-family: inherit;
}
.login-container .form-control {
    width: 100%;
    margin-bottom: 0;
    font-family: inherit;
}
.login-container .mb-3 {
    margin-bottom: 18px !important;
}
.login-container label[for="email"],
.login-container label[for="password"] {
    margin-bottom: 4px;
}
.login-container input[type="email"],
.login-container input[type="password"] {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-family: inherit;
}
.login-container .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.login-container button[type="submit"] {
    width: 100%;
    margin-top: 8px;
}

/* Remove .comment-body .reply-btn rule if present */
.reply-action {
    margin-top: 8px;
    display: inline-block;
}

.mb-3 {
    margin-bottom: 18px !important;
}

textarea, .form-control[type="textarea"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    resize: vertical !important;
    box-sizing: border-box;
    min-height: 90px !important;
}

.banned-message, .alert-danger {
    background: #a80000 !important;
    color: #fff !important;
    border: 1px solid #ff4444 !important;
    padding: 10px 14px !important;
    border-radius: 3px !important;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
    margin-bottom: 12px;
    margin-top: 8px;
} 

.register-container {
    max-width: 420px;
    margin: 60px auto 0 auto;
    padding: 32px 32px 24px 32px;
    background: #232323;
    border: 1px solid #333;
    border-radius: 0;
    font-family: inherit;
    color: #e0e0e0;
    margin-bottom: 60px;
}
.register-header {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 24px;
    color: #e0e0e0;
    font-family: inherit;
}
.register-container form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.register-container .form-label {
    font-size: 1.15em;
    margin-bottom: 4px;
    font-family: inherit;
}
.register-container .form-control {
    width: 100%;
    margin-bottom: 0;
    font-family: inherit;
}
.register-container .mb-3 {
    margin-bottom: 18px !important;
}
.register-container .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.register-container button[type="submit"] {
    width: 100%;
    margin-top: 8px;
}

.resend-confirmation-link {
    margin-top: 18px;
    display: block;
    text-align: center;
    color: #00e0c0;
    text-decoration: underline;
    font-size: 1em;
}

.user-container {
    display: flex;
    align-items: center;
    gap: 6px; /* Space between the image and username */
    font-family: inherit;
    color: #e0e0e0;
}

.user-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.username {
    font-size: 1em;
    font-weight: bold;
}

.inline-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px; /* Space between 'by' and the user template */
}

.inline-meta span {
    font-size: 1em;
    font-weight: normal;
    color: #e0e0e0;
    margin-right: 8px;
}</pre></body></html>