* { box-sizing: border-box; } body { margin: 0; min-width: 320px; font-family: Arial, sans-serif; color: #e5edf5; background: #111827; } .maintenance { width: min(1040px, 100%); margin: 0 auto; padding: 24px; } .maintenance-header { display: grid; gap: 8px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #334155; } h1, h2, h3, h4, p { margin: 0; } h1 { font-size: 24px; font-weight: 700; } h2 { margin-bottom: 12px; font-size: 15px; font-weight: 700; } h3 { font-size: 13px; color: #e5edf5; } h4 { font-size: 13px; color: #e5edf5; } p { max-width: 760px; font-size: 13px; line-height: 1.5; color: #cbd5e1; } .back-link { width: fit-content; color: #bfdbfe; font-size: 13px; } .panel { margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid #334155; } .section-help { margin-bottom: 12px; } .segment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .segment-card, .danger-action { display: grid; gap: 8px; min-width: 0; padding: 12px; border: 1px solid #334155; border-radius: 4px; background: #1f2937; } .segment-action { display: grid; gap: 8px; padding: 10px; border: 1px solid #475569; border-radius: 4px; background: #172033; } .segment-status { width: fit-content; max-width: 100%; padding: 5px 8px; border: 1px solid #475569; border-radius: 4px; font-weight: 700; color: #cbd5e1; background: #172033; } .protected-revisions { white-space: pre-line; } button { width: fit-content; max-width: 100%; padding: 8px 10px; border: 1px solid #475569; border-radius: 4px; font: inherit; font-size: 13px; color: #e5edf5; background: #1f2937; } button:disabled { cursor: default; opacity: 0.65; } .danger-panel { border-bottom: 0; } .danger-action { border-color: #7f1d1d; background: #1f1518; } .danger-action .segment-status { border-color: #7f1d1d; color: #fecaca; background: #450a0a; } @media (max-width: 640px) { .maintenance { padding: 16px; } .segment-grid { grid-template-columns: 1fr; } }