﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #2f855a;
    --gjs-t-color-secondary: #6b7280;
    --gjs-t-color-accent: #d97706;
    --gjs-t-color-success: #16a34a;
    --gjs-t-color-warning: #f59e0b;
    --gjs-t-color-error: #dc2626;
}

html {
    scroll-behavior: smooth;
}

.gjs-t-body {
    background-color: #0f172a;
    color: #e5e7eb;
    font-size: 16px;
    line-height: 1.6;
}

.gjs-t-h1 {
    color: #e5e7eb;
    font-size: 32px;
    line-height: 1.3;
    font-family: "Press Start 2P", monospace;
}

.gjs-t-h2 {
    color: #e5e7eb;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Press Start 2P", monospace;
}

.gjs-t-button {
    background-color: #2f855a;
    color: #f8fafc;
    border-radius: 8px;
}

.gjs-t-link {
    color: #9cb9bd;
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 8px;
    border-color: #334155;
}

body {
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0;
    undefined: undefined;
    line-height: inherit;
}

*,
::before,
::after {
    box-sizing: border-box;
    undefined: undefined;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
:host {
    line-height: 1.5;
    undefined: undefined;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

hr {
    height: 0;
    undefined: undefined;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    undefined: undefined;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    undefined: undefined;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    undefined: undefined;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    undefined: undefined;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    undefined: undefined;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    undefined: undefined;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    undefined: undefined;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    undefined: undefined;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.body-root {
    background-color: rgb(15 23 42 / 1);
    color: rgb(226 232 240 / 1);
}

.header {
    border-bottom-width: 1px;
    border-color: rgb(51 65 85 / 0.6);
    backdrop-filter: blur(4px);
    position: sticky;
    top: 0px;
    z-index: 50;
}

.header-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    object-fit: cover;
}

.brand-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link:hover {
    color: rgb(251 191 36 / 1);
}

.nav-link:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.hero-section {
    position: relative;
}

.hero-background {
    background-image: linear-gradient(to bottom, #065f46, rgb(6 95 70 / 0));
}

.hero-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-title {
    font-size: 1.5rem;
    line-height: 2rem;
}

.hero-subtitle {
    color: rgb(203 213 225 / 1);
}

.hero-cta {
    display: flex;
    gap: 1rem;
}

.cta-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: rgb(6 78 59 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.cta-button:hover {
    border-color: rgb(5 150 105 / 1);
    background-color: rgb(4 120 87 / 1);
}

.cta-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.cta-secondary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.cta-secondary:hover {
    border-color: rgb(245 158 11 / 1);
    color: rgb(252 211 77 / 1);
}

.cta-secondary:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.hero-media {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
}

.hero-image {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.hero-media-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(to top, rgb(15 23 42 / 0.8), rgb(15 23 42 / 0));
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overlay-caption {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.creeper-icon {
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.8;
}

.servers-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.servers-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.servers-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.servers-controls {
    display: flex;
    gap: 0.75rem;
}

.refresh-button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px;
    border-color: rgb(6 78 59 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.refresh-button:hover {
    border-color: rgb(5 150 105 / 1);
    background-color: rgb(4 120 87 / 1);
}

.refresh-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.auto-refresh-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    cursor: pointer;
}

.auto-refresh-toggle:hover {
    border-color: rgb(245 158 11 / 1);
}

.checkbox {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    border-color: rgb(71 85 105 / 1);
    color: rgb(5 150 105 / 1);
}

.checkbox-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.servers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.server-card {
    padding: 1.25rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(30 41 59 / 0.5);
}

.server-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.server-identity {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.server-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.server-name {
    font-weight: 600;
}

.server-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(148 163 184 / 1);
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* 状态点基础样式 */
.status-dot {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
}

.status-dot.online {
    background-color: rgb(34 197 94); /* emerald-500 */
}

.status-dot.offline {
    background-color: rgb(100 116 139); /* slate-500 */
}

.status-dot.error {
    background-color: rgb(239 68 68); /* red-500 */
}

.text-slate-500 {
    color: rgb(100 116 139);
}

.text-red-500 {
    color: rgb(239 68 68);
}

.status-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.server-address {
    margin-bottom: 0.75rem;
}

.address-line {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ip-icon {
    width: 1rem;
    height: 1rem;
    opacity: 0.8;
}

.address-link:hover {
    color: rgb(252 211 77 / 1);
}

.address-link:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.address-tip {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
    margin-top: 0.25rem;
}

.server-stats {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-players {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.users-icon {
    width: 1rem;
    height: 1rem;
}

.players-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.players-count {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.stat-tps {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.clock-icon {
    width: 1rem;
    height: 1rem;
}

.tps-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.tps-value {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

/* 反馈按钮样式 */
.feedback-action {
    text-align: center;
    margin: 2rem 0;
}

.feedback-button {
    padding: 0.75rem 1.5rem;
    border: 1px solid rgb(6 78 59);
    border-radius: 8px;
    background-color: rgb(6 78 59);
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feedback-button:hover {
    background-color: rgb(4 120 87);
    border-color: rgb(5 150 105);
}

.feedback-button:focus {
    outline: 2px solid #f59e0b;
}

/* 问卷容器样式 */
.questionnaire-container {
    margin-top: 1rem;
    border: 1px solid rgb(51 65 85);
    border-radius: 0.75rem;
    padding: 1.5rem;
    background-color: rgb(30 41 59 / 0.4);
}

.player-list {
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 0.75rem;
}

.player-list-header {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(148 163 184 / 1);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.list-icon {
    width: 1rem;
    height: 1rem;
}

.player-items {
    list-style-type: disc;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.rules-card {
    margin-top: 2rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(30 41 59 / 0.4);
}

.rules-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.rules-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.gallery-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.gallery-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.gallery-controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.season-filter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.season-filter:hover {
    border-color: rgb(245 158 11 / 1);
}

.tag-icon {
    width: 1rem;
    height: 1rem;
}

.season-select {
    background-color: rgb(15 23 42 / 1);
    color: rgb(226 232 240 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.season-select:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.prev-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.prev-button:hover {
    color: rgb(252 211 77 / 1);
}

.prev-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.page-indicator {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.next-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.next-button:hover {
    color: rgb(252 211 77 / 1);
}

.next-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    border-radius: 0.75rem;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(30 41 59 / 0.4);
}

.gallery-image {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.gallery-caption {
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.upload-form {
    margin-top: 2rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 1.25rem;
    background-color: rgb(30 41 59 / 0.4);
}

.upload-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.upload-form-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.form-field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.field-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.field-select {
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(15 23 42 / 1);
    color: rgb(226 232 240 / 1);
    padding: 0.5rem;
}

.field-select:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.field-input {
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(15 23 42 / 1);
    color: rgb(226 232 240 / 1);
    padding: 0.5rem;
}

.field-input:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.upload-preview {
    margin-top: 0.75rem;
    display: none;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    overflow: hidden;
}

.preview-image {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.form-actions {
    grid-column: span 2 / span 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.submit-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px;
    border-color: rgb(6 78 59 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.submit-button:hover {
    border-color: rgb(5 150 105 / 1);
    background-color: rgb(4 120 87 / 1);
}

.submit-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.upload-note {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.feedback-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.feedback-header {
    margin-bottom: 1.5rem;
}

.feedback-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.feedback-subtitle {
    color: rgb(203 213 225 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.report-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 1.25rem;
    background-color: rgb(30 41 59 / 0.4);
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.radio-input {
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    border-color: rgb(71 85 105 / 1);
    color: rgb(5 150 105 / 1);
}

.radio-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.field-textarea {
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(15 23 42 / 1);
    color: rgb(226 232 240 / 1);
    padding: 0.75rem;
    height: 7rem;
}

.field-textarea:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-input {
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    border-color: rgb(71 85 105 / 1);
    color: rgb(5 150 105 / 1);
}

.form-note {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.announcements-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.announcements-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.announcements-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.announcement-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.expand-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
}

.expand-button:hover {
    border-color: rgb(245 158 11 / 1);
    color: rgb(252 211 77 / 1);
}

.expand-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.collapse-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
}

.collapse-button:hover {
    border-color: rgb(245 158 11 / 1);
    color: rgb(252 211 77 / 1);
}

.collapse-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}



.announcements-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.announcement-item {
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    overflow: hidden;
}

.announcement-header-button {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 活动卡片链接样式 */
.event-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    height: 100%;
}

.event-link:hover {
    transform: translateY(-2px);
}

.event-link:hover .event-name {
    color: rgb(252 211 77);
}

.event-link:hover .event-image {
    opacity: 0.9;
}

/* 日历卡片样式调整 */
.calendar-card {
    transition: all 0.3s ease;
    border: 1px solid rgb(51 65 85);
    border-radius: 12px;
    overflow: hidden;
    background-color: rgb(30 41 59 / 0.4);
    height: 100%;
}

.calendar-card:hover {
    border-color: rgb(245 158 11);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.calendar-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 1rem 1rem 0;
}

.event-name {
    font-weight: 600;
    color: rgb(226 232 240);
    transition: color 0.3s ease;
}

.event-date {
    font-size: 0.75rem;
    color: rgb(148 163 184);
}

.event-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225);
    margin-bottom: 0.75rem;
    padding: 0 1rem;
}

.event-media {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    height: 8rem;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.announcement-header-button:hover {
    background-color: rgb(30 41 59 / 0.5);
}

.announcement-header-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.announcement-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bell-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.announcement-title {
    font-weight: 600;
}

.announcement-time {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.announcement-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top-width: 1px;
    border-color: rgb(51 65 85 / 1);
    background-color: rgb(30 41 59 / 0.4);
}

.wrench-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.refresh-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.donate-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.donate-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.donate-copy-card {
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 1.25rem;
    background-color: rgb(30 41 59 / 0.4);
}

.donate-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
}

.donate-intro {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
    margin-bottom: 1rem;
}

.cost-list {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.cost-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cpu-icon {
    width: 1rem;
    height: 1rem;
}

.cloud-icon {
    width: 1rem;
    height: 1rem;
}

.shield-icon {
    width: 1rem;
    height: 1rem;
}

.donate-qr-card {
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 1.25rem;
    background-color: rgb(30 41 59 / 0.4);
}

.qr-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.qr-title {
    font-weight: 600;
}

.qr-note {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.qr-image-wrapper {
    border-radius: 0.25rem;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
}

.qr-image {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.calendar-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.calendar-header {
    margin-bottom: 1.5rem;
}

.calendar-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.calendar-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.calendar-card {
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 1rem;
    background-color: rgb(30 41 59 / 0.4);
}

.calendar-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

/* 日历控制样式 */
.calendar-controls {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.calendar-pagination {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgb(51 65 85);
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    background-color: rgb(30 41 59 / 0.4);
}

.calendar-page-btn {
    padding: 0.5rem 1rem;
    border: 1px solid rgb(51 65 85);
    border-radius: 6px;
    background-color: transparent;
    color: rgb(226 232 240);
    cursor: pointer;
    transition: all 0.3s ease;
}

.calendar-page-btn:hover:not(:disabled) {
    border-color: rgb(245 158 11);
    color: rgb(252 211 77);
}

.calendar-page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.calendar-page-indicator {
    font-size: 0.875rem;
    color: rgb(148 163 184);
    min-width: 80px;
    text-align: center;
}

.event-name {
    font-weight: 600;
}

.event-date {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.event-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
    margin-bottom: 0.75rem;
}

.event-media {
    border-radius: 0.25rem;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
}

.event-image {
    width: 100%;
    height: 8rem;
    object-fit: cover;
}

.timeline-section {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.timeline-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeline-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.timeline-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.timeline-filter-button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
}

.timeline-filter-button:hover {
    border-color: rgb(245 158 11 / 1);
    color: rgb(252 211 77 / 1);
}

.timeline-filter-button:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.timeline-track {
    position: relative;
}

.timeline-line {
    position: absolute;
    left: 1rem;
    top: 0px;
    bottom: 0px;
    width: 0.25rem;
    background-color: rgb(51 65 85 / 1);
    border-radius: 0.25rem;
}

.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.timeline-item {
    position: relative;
    padding-left: 2.5rem;
}

.timeline-dot {
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background-color: rgb(4 120 87 / 1);
    border-width: 2px;
    border-color: rgb(15 23 42 / 1);
}

.timeline-card {
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(51 65 85 / 1);
    padding: 1rem;
    background-color: rgb(30 41 59 / 0.4);
}

.timeline-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.timeline-event {
    font-weight: 600;
}

.timeline-date {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(148 163 184 / 1);
}

.timeline-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.footer {
    border-top-width: 1px;
    border-color: rgb(51 65 85 / 1);
    margin-top: 2.5rem;
}

.footer-grid {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.footer-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
}

.footer-links {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(203 213 225 / 1);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mail-icon {
    width: 1rem;
    height: 1rem;
}

.footer-link:hover {
    color: rgb(252 211 77 / 1);
}

.footer-link:focus {
    outline-width: 2px;
    outline-color: #f59e0b;
}

.discord-icon {
    width: 1rem;
    height: 1rem;
}

.footer-legal {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(100 116 139 / 1);
}

.hidden {
    display: none;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    max-width: 72rem;
    width: 92%;
    background-color: #1f2937;
    border: 1px solid #334155;
    border-radius: 12px;
    overflow: hidden;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #334155;
}

.modal-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #e5e7eb;
}

.modal-close {
    background-color: var(--gjs-t-color-primary);
    color: #f8fafc;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border: 1px solid #065e48;
}

.modal-close:hover {
    background-color: #047857;
    border-color: #059669;
}

.modal-body {
    padding: 0.75rem;
}

.modal-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-masonry {
    column-count: 3;
    column-gap: 1.5rem;
}

.gallery-masonry .gallery-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}

#is2ott {
    margin-left: 0.5rem;
}

.btn-active {
    border-color: var(--gjs-t-color-accent);
    color: #fcd34d;
}

.acr-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.acr-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.acr-header {
    margin-bottom: 1.5rem;
}

.acr-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.acr-subtitle {
    color: #cbd5e1;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.acr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.acr-card {
    border-width: 1px;
    border-color: #334155;
    border-radius: 12px;
    background-color: rgba(30, 41, 59, 0.4);
    padding: 1.25rem;
}

.acr-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.acr-card-title-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.acr-card-icon {
    width: 1rem;
    height: 1rem;
}

.acr-card-title {
    font-weight: 600;
}

.acr-month-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.acr-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #334155;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    background: transparent;
    transition: all .15s ease;
}

.acr-nav-btn:hover {
    border-color: var(--gjs-t-color-warning);
    color: #fcd34d;
}

.acr-month-label {
    font-weight: 600;
}

.acr-legend {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.acr-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background-color: #64748b;
}

.acr-dot-has {
    background-color: var(--gjs-t-color-success);
}

.acr-dot-today {
    background-color: var(--gjs-t-color-accent);
}

.acr-legend-text {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
}

.acr-weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.acr-weekdays span {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
    text-align: center;
}

.acr-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.5rem;
}

.acr-day {
    border-width: 1px;
    border-color: #334155;
    border-radius: 8px;
    padding: 0.5rem;
    min-height: 3.25rem;
    background-color: rgba(15, 23, 42, 0.6);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    transition: all .15s ease;
}

.acr-day:hover {
    border-color: var(--gjs-t-color-success);
    background-color: rgba(4, 120, 87, 0.15);
}

.acr-day.is-other {
    opacity: 0.5;
}

.acr-day-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acr-day-num {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.acr-day-today {
    color: #f59e0b;
}

.acr-day-has {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.acr-day-has img {
    width: 0.875rem;
    height: 0.875rem;
    opacity: 0.9;
}

.acr-day-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.acr-day-tag {
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #cbd5e1;
    border-width: 1px;
    border-color: #334155;
    border-radius: 9999px;
    padding: 0.125rem 0.375rem;
}

.acr-day-detail {
    margin-top: 1rem;
    border-width: 1px;
    border-color: #334155;
    border-radius: 8px;
    padding: 0.75rem;
    background-color: rgba(15, 23, 42, 0.7);
}

.acr-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.acr-detail-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.acr-detail-icon {
    width: 1rem;
    height: 1rem;
}

.acr-detail-close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #334155;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    background: transparent;
    transition: all .15s ease;
}

.acr-detail-close:hover {
    border-color: var(--gjs-t-color-warning);
    color: #fcd34d;
}

.acr-detail-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.acr-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    border-width: 1px;
    border-color: #334155;
    border-radius: 8px;
    padding: 0.5rem;
    background-color: rgba(30, 41, 59, 0.4);
}

.acr-detail-item .acr-detail-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
}

.acr-detail-item .acr-detail-title-text {
    font-weight: 600;
}

.acr-upcoming-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.acr-small-btn {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    border-width: 1px;
    border-color: #334155;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    background: transparent;
    transition: all .15s ease;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.acr-small-btn:hover {
    border-color: var(--gjs-t-color-warning);
    color: #fcd34d;
}

.acr-upcoming-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.acr-up-item {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.8fr;
    gap: 0.75rem;
    align-items: center;
    border-width: 1px;
    border-color: #334155;
    border-radius: 8px;
    padding: 0.75rem;
    background-color: rgba(30, 41, 59, 0.4);
}

.acr-up-name {
    font-weight: 600;
}

.acr-up-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #cbd5e1;
}

.acr-up-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: end;
}

.acr-link {
    color: var(--gjs-t-color-accent);
    text-decoration: none;
    transition: color .15s ease;
}

.acr-link:hover {
    color: #fcd34d;
}

.acr-pill {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #cbd5e1;
    border-width: 1px;
    border-color: #334155;
    border-radius: 9999px;
    padding: 0.125rem 0.5rem;
}

.acr-filters {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.acr-filter {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: #334155;
    border-radius: 6px;
    padding: 0.5rem;
    background-color: transparent;
}

.acr-filter-icon {
    width: 1rem;
    height: 1rem;
}

.acr-select {
    background-color: #0f172a;
    color: #e5e7eb;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-width: 1px;
    border-color: #334155;
    border-radius: 6px;
    padding: 0.375rem 0.5rem;
}

.acr-select:focus {
    outline-width: 2px;
    outline-color: var(--gjs-t-color-warning);
}

.acr-pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-width: 1px;
    border-color: #334155;
    border-radius: 6px;
    padding: 0.5rem;
}

.acr-page-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    background: transparent;
    border: none;
    color: #e5e7eb;
    transition: color .15s ease;
}

.acr-page-btn:hover {
    color: #fcd34d;
}

.acr-page-indicator {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
}

.acr-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.acr-figure {
    border-width: 1px;
    border-color: #334155;
    border-radius: 12px;
    overflow: hidden;
    background-color: rgba(30, 41, 59, 0.4);
}

.acr-fig-img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    display: block;
}

.acr-fig-body {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.acr-fig-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #cbd5e1;
}

.acr-fig-meta {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gjs-plg-flex-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

#irhut2 {
    width: 100%;
}

.gallery-figure {
    border-width: 1px;
    border-color: #334155;
    border-radius: 12px;
    background-color: rgba(30, 41, 59, 0.4);
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.gallery-body {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.gallery-text {
    font-weight: 600;
}

.gallery-desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #cbd5e1;
}

.gallery-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
}

.gallery-active {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.gallery-pill {
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: #1f2937;
    border: 1px solid #334155;
    border-radius: 6px;
    color: #e5e7eb;
    padding: 0.25rem 0.5rem;
}

@media (max-width: 992px) {
    .hero-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .servers-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .player-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .rules-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .upload-form-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .report-form {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .donate-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cost-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .calendar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-masonry {
        column-count: 2;
    }

    .modal-image {
        height: 50vh;
    }

    .acr-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .acr-up-item {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .acr-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-img {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .brand-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .navigation {
        gap: 0.75rem;
    }

    .hero-container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-title {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .calendar-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .gallery-masonry {
        column-count: 1;
    }

    .modal-image {
        height: 40vh;
    }

    .acr-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .acr-title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .acr-gallery {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .gallery-img {
        height: 160px;
    }
}