* { 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; }
.site64-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); }
.site64-header .container { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; }
.site64-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); }
.site64-header nav { display: flex; gap: 10px; }
.site64-header nav a { color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 8px; transition: all 0.3s; font-weight: 500; font-size: 15px; }
.site64-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/cWaJ39q.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::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 50%, rgba(255, 140, 0, 0.1) 0%, transparent 70%); }
.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, #5865F2, #4752C4); color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; transition: all 0.3s; box-shadow: 0 4px 12px rgba(88, 101, 242, 0.4); position: relative; z-index: 1; text-align: center; }
.discord-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(88, 101, 242, 0.6); }
.scroll-indicator { position: absolute; bottom: 200px; left: 50%; transform: translateX(-50%); color: #ff8c00; font-size: 16px; z-index: 1; animation: bounce 2s infinite; text-decoration: none; cursor: pointer; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-10px); } 60% { transform: translateX(-50%) translateY(-5px); } }
.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; }
.classified-header { text-align: center; margin-bottom: 30px; }
.classification-bar { background: #ff0000; color: #fff; padding: 15px; font-weight: bold; font-size: 18px; letter-spacing: 2px; border: 3px solid #000; box-shadow: 0 0 20px rgba(255, 0, 0, 0.5); scroll-margin-top: 200px; }
.classified-content { background: rgba(20, 20, 20, 0.95); border: 2px solid #333; padding: 40px; border-radius: 10px; }
.info-block { background: rgba(0, 0, 0, 0.7); padding: 20px; margin-bottom: 30px; border-left: 4px solid #ff8c00; font-family: 'Courier New', monospace; line-height: 2; scroll-margin-top: 150px; }
.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; }
.core-value { margin-bottom: 20px; padding: 15px; background: rgba(0, 0, 0, 0.5); border-left: 3px solid #ff8c00; }
.core-value strong { color: #ff8c00; display: block; margin-bottom: 8px; font-size: 18px; }
.position-header { font-size: 20px; margin-bottom: 15px; color: #ff8c00; }
.duties-list { list-style: none; padding: 0; }
.duties-list li { padding: 8px 0; border-bottom: 1px solid rgba(255, 140, 0, 0.1); }
.open-position { color: #00ff00; font-weight: bold; }
.data-expunged { background: #000; color: #000; padding: 2px 8px; user-select: none; }
.o5-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px; margin-top: 20px; }
.o5-member { background: rgba(0, 0, 0, 0.7); padding: 15px; border-left: 3px solid #ff0000; font-family: 'Courier New', monospace; }
.command-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px; margin-top: 20px; }
.command-position { background: rgba(0, 0, 0, 0.7); padding: 20px; border: 1px solid #333; border-radius: 5px; }
.command-position h3 { color: #ff8c00; margin-bottom: 10px; font-size: 18px; }
.position-status { margin-bottom: 15px; font-size: 16px; }
.command-position ul { list-style: none; padding: 0; margin: 0; }
.command-position ul li { padding: 8px 0; border-bottom: 1px solid rgba(255, 140, 0, 0.1); font-size: 14px; }
.security-notice { background: #ff0000; color: #fff; padding: 20px; margin: 40px 0; border: 3px solid #000; text-align: center; font-weight: bold; }
.security-notice p { margin: 10px 0; }
.department-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 25px; margin: 30px 0; }
.department-card { background: rgba(0, 0, 0, 0.8); padding: 25px; border: 2px solid #333; border-radius: 8px; border-left: 4px solid #ff8c00; }
.department-card h3 { color: #ff8c00; margin-bottom: 10px; font-size: 20px; }
.dept-code { color: #00ff00; font-family: 'Courier New', monospace; font-weight: bold; margin-bottom: 15px; font-size: 14px; }
.dept-duties { list-style: none; padding: 0; margin-top: 15px; }
.dept-duties li { padding: 8px 0; border-bottom: 1px solid rgba(255, 140, 0, 0.1); font-size: 14px; }
.sub-section { margin-top: 20px; padding-top: 15px; border-top: 1px solid rgba(255, 140, 0, 0.2); }
.sub-section h4 { color: #ff8c00; font-size: 16px; margin-bottom: 8px; }
.sub-section p { font-size: 14px; }
.mtf-unit { margin-top: 15px; padding: 12px; background: rgba(255, 140, 0, 0.05); border-left: 2px solid #ff8c00; }
.mtf-unit h4 { color: #ff8c00; font-size: 15px; margin-bottom: 6px; }
.mtf-unit p { font-size: 13px; }
.personnel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin: 30px 0 50px; }
.personnel-card { background: rgba(0, 0, 0, 0.8); padding: 25px; border: 2px solid #333; border-radius: 8px; border-left: 4px solid #ff8c00; display: flex; gap: 20px; align-items: flex-start; }
.personnel-photo { width: 100px; height: 100px; object-fit: cover; border-radius: 8px; border: 2px solid #ff8c00; flex-shrink: 0; }
.personnel-info { flex: 1; }
.personnel-info h3 { color: #ff8c00; font-size: 18px; margin-bottom: 8px; }
.personnel-name { color: #00ff00; font-family: 'Courier New', monospace; font-weight: bold; margin-bottom: 12px; font-size: 16px; }
.personnel-responsibilities { font-size: 14px; line-height: 1.6; color: #ccc; }
.dept-code-large { color: #00ff00; font-family: 'Courier New', monospace; font-weight: bold; font-size: 18px; margin: 10px 0; }
.dept-header { display: flex; gap: 50px; align-items: center; background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(10, 10, 10, 0.9)); padding: 50px; border-radius: 20px; border: 1px solid #ff8c00; margin-bottom: 50px; box-shadow: 0 10px 40px rgba(255, 140, 0, 0.2); }
.dept-logo { width: 220px; height: 220px; object-fit: contain; border-radius: 16px; background: rgba(0, 0, 0, 0.5); border: 2px solid #ff8c00; padding: 20px; box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3); }
.dept-info h1 { color: #ff8c00; font-size: 42px; margin-bottom: 20px; font-weight: 700; letter-spacing: -1px; }
.dept-info p { font-size: 17px; line-height: 1.8; color: #e0e0e0; }
.info-card { background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(10, 10, 10, 0.9)); padding: 35px; border-radius: 16px; border: 1px solid rgba(255, 140, 0, 0.15); transition: all 0.3s; margin-bottom: 30px; }
.info-card:hover { border-color: #ff8c00; box-shadow: 0 10px 30px rgba(255, 140, 0, 0.2); }
.info-card h3 { color: #ff8c00; font-size: 22px; margin-bottom: 20px; font-weight: 600; display: flex; align-items: center; gap: 12px; }
.info-card p { line-height: 1.8; color: #b0b0b0; font-size: 15px; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-bottom: 20px; }
.status { display: inline-block; padding: 12px 24px; border-radius: 8px; font-weight: 700; margin-top: 15px; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; }
.status.recruiting { background: linear-gradient(135deg, #00ff00, #00cc00); color: #000; box-shadow: 0 4px 15px rgba(0, 255, 0, 0.3); }
.status.closed { background: linear-gradient(135deg, #ff0000, #cc0000); color: #fff; box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3); }
.back-btn { display: inline-block; margin-bottom: 30px; padding: 12px 24px; background: rgba(51, 51, 51, 0.8); color: #fff; text-decoration: none; border-radius: 8px; transition: all 0.3s; border: 1px solid rgba(255, 140, 0, 0.2); }
.back-btn:hover { background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; border-color: #ff8c00; transform: translateX(-5px); }
.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; }
.org-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 25px; margin: 30px 0; }
.org-card { background: rgba(0, 0, 0, 0.8); border: 2px solid #333; border-radius: 8px; padding: 25px; cursor: pointer; transition: all 0.3s; position: relative; border-left: 4px solid #ff8c00; }
.org-card:hover { border-color: #ff8c00; box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3); transform: translateY(-5px); }
.org-card-layout { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 15px; }
.org-icon { width: 80px; height: 80px; object-fit: contain; border-radius: 8px; background: rgba(0, 0, 0, 0.5); border: 2px solid #ff8c00; padding: 10px; flex-shrink: 0; }
.org-details { flex: 1; }
.org-details h3 { color: #ff8c00; font-size: 20px; margin-bottom: 8px; font-weight: 600; }
.org-details p { font-size: 14px; line-height: 1.6; color: #ccc; }
.badge { display: inline-block; padding: 6px 12px; border-radius: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.badge.recruiting { background: #00ff00; color: #000; }
