* { 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; }
.main-header { background: linear-gradient(135deg, #1a1a1a 0%, #000 100%); padding: 20px 0; border-bottom: 3px solid #ff8c00; box-shadow: 0 4px 6px rgba(255, 140, 0, 0.3); }
.main-header .container { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; }
.main-header h1 { color: #ff8c00; font-size: 28px; font-weight: 700; text-shadow: 0 0 20px rgba(255, 140, 0, 0.5); }
.main-header nav a { color: #fff; text-decoration: none; margin-left: 30px; padding: 10px 20px; border-radius: 6px; transition: all 0.3s; font-weight: 500; }
.main-header nav a:hover { background: #ff8c00; color: #000; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(255, 140, 0, 0.4); }
.roleplay-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); }
.roleplay-header .container { max-width: 1400px; margin: 0 auto; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; }
.roleplay-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); }
.roleplay-header nav { display: flex; gap: 10px; }
.roleplay-header nav a { color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 8px; transition: all 0.3s; font-weight: 500; font-size: 15px; position: relative; overflow: hidden; }
.roleplay-header nav a::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.2), transparent); transition: left 0.5s; }
.roleplay-header nav a:hover::before { left: 100%; }
.roleplay-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/HSTMRP.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; }
.section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 4px; background: linear-gradient(90deg, transparent, #ff8c00, transparent); border-radius: 2px; }
.about { 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); margin-bottom: 40px; backdrop-filter: blur(10px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); }
.about p { font-size: 18px; line-height: 1.9; margin-bottom: 20px; color: #e0e0e0; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 30px; }
.card { background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(10, 10, 10, 0.9)); padding: 30px; border-radius: 16px; border: 1px solid rgba(255, 140, 0, 0.15); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #ff8c00, #ff6600); transform: scaleX(0); transition: transform 0.4s; }
.card:hover::before { transform: scaleX(1); }
.card:hover { border-color: #ff8c00; transform: translateY(-8px); box-shadow: 0 20px 50px rgba(255, 140, 0, 0.25); }
.card img { width: 100%; height: 180px; object-fit: contain; border-radius: 12px; margin-bottom: 20px; background: rgba(0, 0, 0, 0.5); padding: 15px; transition: transform 0.4s; display: block; }
.card:hover img { transform: scale(1.05); }
.card h3 { color: #ff8c00; font-size: 22px; margin-bottom: 12px; font-weight: 600; }
.card p { font-size: 15px; line-height: 1.7; color: #b0b0b0; }
.badge { display: inline-block; padding: 6px 14px; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; border-radius: 20px; font-size: 12px; font-weight: 700; margin-top: 12px; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3); }
.badge.recruiting { background: linear-gradient(135deg, #00ff00, #00cc00); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 4px 15px rgba(0, 255, 0, 0.3); } 50% { box-shadow: 0 4px 25px rgba(0, 255, 0, 0.6); } }
.jobs-list { background: linear-gradient(135deg, rgba(26, 26, 26, 0.6), rgba(10, 10, 10, 0.8)); padding: 40px; border-radius: 20px; border: 1px solid rgba(255, 140, 0, 0.2); backdrop-filter: blur(10px); }
.jobs-list h3 { color: #ff8c00; margin-bottom: 25px; font-size: 24px; font-weight: 600; }
.jobs-list ul { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; }
.jobs-list li { padding: 15px 20px; background: rgba(0, 0, 0, 0.5); border-left: 4px solid #ff8c00; border-radius: 8px; transition: all 0.3s; font-size: 15px; }
.jobs-list li:hover { background: rgba(255, 140, 0, 0.1); transform: translateX(5px); border-left-width: 6px; }
.org-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); gap: 30px; }
.org-card { background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(10, 10, 10, 0.9)); padding: 25px; border-radius: 16px; border: 1px solid rgba(255, 140, 0, 0.15); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; position: relative; overflow: hidden; }
.org-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #ff8c00, #ff6600); transform: scaleX(0); transition: transform 0.4s; }
.org-card:hover::before { transform: scaleX(1); }
.org-card:hover { border-color: #ff8c00; transform: translateY(-8px); box-shadow: 0 20px 50px rgba(255, 140, 0, 0.25); }
.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: 12px; background: rgba(0, 0, 0, 0.5); padding: 10px; flex-shrink: 0; border: 1px solid rgba(255, 140, 0, 0.2); }
.org-details { flex: 1; }
.org-details h3 { color: #ff8c00; font-size: 20px; margin-bottom: 10px; font-weight: 600; }
.org-details p { font-size: 14px; line-height: 1.6; color: #b0b0b0; margin-bottom: 8px; }
.org-details .jurisdiction { color: #e0e0e0; font-size: 13px; }
.apply-link { display: inline-block; padding: 8px 16px; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; text-decoration: none; border-radius: 6px; font-weight: 700; font-size: 12px; transition: all 0.3s; text-transform: uppercase; }
.apply-link:hover { background: linear-gradient(135deg, #ffa500, #ff8c00); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4); }
.download-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.download-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); text-align: center; transition: all 0.4s; position: relative; overflow: hidden; }
.download-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 140, 0, 0.1) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s; }
.download-card:hover::before { opacity: 1; }
.download-card:hover { border-color: #ff8c00; transform: translateY(-5px); box-shadow: 0 15px 40px rgba(255, 140, 0, 0.2); }
.download-card i { font-size: 56px; color: #ff8c00; margin-bottom: 20px; transition: transform 0.4s; }
.download-card:hover i { transform: scale(1.1) rotate(5deg); }
.download-card h3 { color: #ff8c00; margin-bottom: 12px; font-size: 20px; font-weight: 600; }
.download-card p { color: #b0b0b0; font-size: 14px; margin-bottom: 20px; }
.download-btn { display: inline-block; margin-top: 15px; padding: 12px 30px; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; text-decoration: none; border-radius: 8px; font-weight: 700; transition: all 0.3s; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3); }
.download-btn:hover { background: linear-gradient(135deg, #ffa500, #ff8c00); transform: translateY(-2px); box-shadow: 0 6px 25px rgba(255, 140, 0, 0.5); }
.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); }
.org-header, .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); }
.org-logo, .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); }
.org-info h1, .dept-info h1 { color: #ff8c00; font-size: 42px; margin-bottom: 20px; font-weight: 700; letter-spacing: -1px; }
.org-info .type { display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; border-radius: 25px; font-weight: 700; margin-bottom: 25px; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.org-info p { font-size: 17px; line-height: 1.8; color: #e0e0e0; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-bottom: 50px; }
.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; }
.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; }
.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); }
.apply-btn { display: inline-block; padding: 16px 40px; background: linear-gradient(135deg, #ff8c00, #ff6600); color: #000; text-decoration: none; border-radius: 10px; font-weight: 700; font-size: 16px; transition: all 0.3s; margin-top: 25px; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4); }
.apply-btn:hover { background: linear-gradient(135deg, #ffa500, #ff8c00); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(255, 140, 0, 0.6); }
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-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: center; }
.footer-legal h3 { color: #ff8c00; margin-bottom: 20px; font-size: 24px; font-weight: 600; }
.footer-legal p { color: #b0b0b0; line-height: 1.8; margin-top: 15px; font-size: 14px; }
.social-links { display: flex; gap: 20px; justify-content: flex-end; flex-wrap: wrap; }
.social-links a { color: #fff; font-size: 32px; transition: all 0.3s; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 140, 0, 0.1); border: 1px solid rgba(255, 140, 0, 0.2); }
.social-links a:hover { color: #ff8c00; background: rgba(255, 140, 0, 0.2); transform: translateY(-5px) rotate(5deg); box-shadow: 0 10px 25px rgba(255, 140, 0, 0.3); }
.laws-content { background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(10, 10, 10, 0.9)); padding: 50px; border-radius: 20px; border: 1px solid rgba(255, 140, 0, 0.2); line-height: 1.9; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); }
.laws-content h2 { color: #ff8c00; margin-top: 40px; margin-bottom: 20px; font-size: 32px; font-weight: 600; }
.laws-content h3 { color: #ff8c00; margin-top: 30px; margin-bottom: 15px; font-size: 24px; font-weight: 600; }
.laws-content ul, .laws-content ol { margin-left: 40px; margin-bottom: 20px; color: #e0e0e0; }
@media (max-width: 768px) { .main-header .container, .roleplay-header .container { flex-direction: column; gap: 20px; } .main-header nav, .roleplay-header nav { flex-wrap: wrap; justify-content: center; } .org-header, .dept-header { flex-direction: column; text-align: center; } .footer-content { grid-template-columns: 1fr; text-align: center; } .social-links { justify-content: center; } .hero { height: auto; min-height: 100vh; padding: 60px 20px; } .hero h2 { font-size: 36px; } .hero p { font-size: 18px; } .section-title { font-size: 28px; } .grid, .org-grid { grid-template-columns: 1fr; } .jobs-list ul { grid-template-columns: 1fr; } .download-grid { grid-template-columns: 1fr; } .org-card-layout { flex-direction: column; align-items: center; text-align: center; } .org-icon { width: 100px; height: 100px; } .info-grid { grid-template-columns: 1fr; } .main-header h1, .roleplay-header h1 { font-size: 20px; } .main-header nav a, .roleplay-header nav a { padding: 8px 15px; font-size: 14px; } }
@media (min-width: 769px) and (max-width: 1024px) { .grid { grid-template-columns: repeat(2, 1fr); } .org-grid { grid-template-columns: 1fr; } .download-grid { grid-template-columns: repeat(2, 1fr); } .hero h2 { font-size: 48px; } }
