* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', 'Segoe UI', sans-serif; background: #0a0a0a; color: #fff; line-height: 1.6; overflow-x: hidden; }
.imperium-header { background: linear-gradient(135deg, #1a1a1a 0%, #000 100%); padding: 20px 0; border-bottom: 3px solid #ff8c00; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 6px rgba(255, 140, 0, 0.3); }
.imperium-header .container { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; }
.imperium-header h1 { color: #ff8c00; font-size: 24px; font-weight: 700; letter-spacing: -0.5px; text-shadow: 0 0 30px rgba(255, 140, 0, 0.3); }
.imperium-header nav { display: flex; gap: 10px; }
.imperium-header nav a { color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 8px; transition: all 0.3s; font-weight: 500; font-size: 15px; }
.imperium-header nav a:hover { background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4); }
.hero { background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%), url('/uploads/4u7urSD.png') center/cover no-repeat; padding: 100px 20px; text-align: center; position: relative; overflow: hidden; height: 100vh; width: 100vw; margin-left: calc(-50vw + 50%); display: flex; flex-direction: column; justify-content: center; }
.hero h2 { font-size: 56px; margin-bottom: 20px; color: #ff8c00; text-shadow: 0 0 30px rgba(255, 140, 0, 0.6); position: relative; z-index: 1; font-weight: 700; }
.hero p { font-size: 24px; color: #fff; margin-bottom: 30px; position: relative; z-index: 1; }
.discord-btn { display: block; margin: 0 auto; width: 256px; height: 64px; line-height: 64px; padding: 0; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; transition: all 0.3s; box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.3); position: relative; z-index: 1; text-align: center; border: 2px solid #d97700; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.discord-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 140, 0, 0.6), inset 0 2px 0 rgba(255, 255, 255, 0.3); background: linear-gradient(135deg, #ffa500, #ff8c00); }
.container { max-width: 1400px; margin: 0 auto; padding: 60px 30px; }
.section { margin-bottom: 80px; }
.section-title { font-size: 42px; color: #ff8c00; margin-bottom: 40px; text-align: center; font-weight: 700; letter-spacing: -1px; position: relative; padding-bottom: 20px; }
.content { background: linear-gradient(135deg, rgba(26, 26, 26, 0.6), rgba(10, 10, 10, 0.8)); padding: 50px; border-radius: 20px; border: 1px solid rgba(255, 140, 0, 0.2); backdrop-filter: blur(10px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); line-height: 1.9; color: #e0e0e0; }
.footer { background: linear-gradient(135deg, #000 0%, #1a1a1a 100%); padding: 60px 30px 30px; margin-top: 100px; border-top: 2px solid #ff8c00; box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5); }
.footer .container { max-width: 1400px; margin: 0 auto; text-align: center; color: #b0b0b0; }

/* ===== RESPONSIVE (mobile + tablet) ===== */
@media (max-width: 768px) {
    .imperium-header .container { flex-direction: column; gap: 12px; padding: 0 16px; text-align: center; }
    .imperium-header nav { flex-wrap: wrap; justify-content: center; gap: 8px; }
    .imperium-header nav a { padding: 8px 14px; font-size: 14px; }
    .hero { height: auto; min-height: 80vh; padding: 70px 16px; width: 100%; margin-left: 0; }
    .hero h2 { font-size: 34px; }
    .hero p { font-size: 17px; }
    .container { padding: 40px 16px; }
    .section { margin-bottom: 50px; }
    .section-title { font-size: 28px; }
    .content { padding: 24px; border-radius: 14px; }
    .discord-btn { width: 100%; max-width: 300px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .hero h2 { font-size: 46px; }
    .section-title { font-size: 34px; }
    .content { padding: 36px; }
}

/* ===== RICH CONTENT (rendered from the admin editor) ===== */
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    color: #ff8c00; line-height: 1.25; margin: 24px 0 12px; font-weight: 700;
}
.rich-text h1 { font-size: 32px; } .rich-text h2 { font-size: 26px; } .rich-text h3 { font-size: 21px; } .rich-text h4 { font-size: 18px; }
.rich-text p { margin: 0 0 16px; line-height: 1.8; }
.rich-text ul, .rich-text ol { margin: 0 0 16px 24px; line-height: 1.8; }
.rich-text li { margin-bottom: 6px; }
.rich-text a { color: #ff8c00; text-decoration: underline; }
.rich-text blockquote { border-left: 4px solid #ff8c00; margin: 16px 0; padding: 8px 0 8px 18px; color: #ccc; font-style: italic; }
.rich-text hr { border: none; border-top: 2px solid rgba(255,140,0,0.4); margin: 28px 0; }
.rich-text .ql-align-center { text-align: center; } .rich-text .ql-align-right { text-align: right; } .rich-text .ql-align-justify { text-align: justify; }

/* ===== REDACTED (hover-to-reveal black bar) ===== */
.redacted { background: #000; color: #000; padding: 2px 8px; border-radius: 3px; user-select: none; position: relative; cursor: help; }
.redacted::after { content: attr(data-name); position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; margin-bottom: 8px; padding: 8px 12px; background: rgba(0,0,0,0.95); color: #00ff00; border: 1px solid #ff8c00; border-radius: 4px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.3s; font-family: 'Courier New', monospace; font-size: 14px; z-index: 100; }
.redacted:hover::after { opacity: 1; }

/* ===== STAFF TEAM (per-server, mirrors homepage) ===== */
.staff-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; }
.staff-card { background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); padding: 30px; border-radius: 12px; border: 2px solid #333; text-align: center; transition: all 0.3s; }
.staff-card:hover { border-color: #ff8c00; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(255,140,0,0.3); }
.staff-photo { width: 100px; height: 100px; border-radius: 50%; border: 3px solid #ff8c00; object-fit: cover; margin-bottom: 15px; box-shadow: 0 0 15px rgba(255,140,0,0.3); }
.staff-card h3 { color: #ff8c00; font-size: 20px; margin-bottom: 10px; }
.staff-card .role { color: #fff; font-size: 14px; font-weight: bold; margin-bottom: 5px; }
.staff-card .badge { margin-top: 10px; font-weight: bold; display: inline-block; }
@media (max-width: 768px) { .staff-grid { grid-template-columns: 1fr; } }
@media (min-width: 769px) and (max-width: 1024px) { .staff-grid { grid-template-columns: repeat(2, 1fr); } }
