* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: #060606; color: #ffffff; min-height: 100vh; overflow-x: hidden; }

/* Nav */
nav { display: flex; justify-content: space-between; align-items: center; padding: 12px 40px; background: rgba(6, 6, 6, 0.55); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: sticky; top: 0; z-index: 1000; transition: background 0.3s ease, border-color 0.3s ease, padding 0.2s ease; }
nav.scrolled { background: rgba(6, 6, 6, 0.35); border-bottom-color: rgba(255, 255, 255, 0.06); }
.logo { font-size: 18px; font-weight: 600; letter-spacing: 1px; }
.logo span { background: linear-gradient(90deg, #ffffff 0%, #007CFF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: flex; gap: 35px; align-items: center; list-style: none; }
.nav-links a { color: #ffffff; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: color 0.3s, background 0.2s, border-color 0.2s; padding: 8px 12px; border: 1px solid transparent; border-radius: 6px; }
.nav-links a:hover { color: #007CFF; }
.nav-links .active, .nav-links a:focus-visible { color: #007CFF; background: rgba(0, 124, 255, 0.12); border-color: rgba(0, 124, 255, 0.5); outline: none; }
.nav-links svg { width: 16px; height: 16px; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.search-box { background: rgba(255, 255, 255, 0.05); padding: 8px 15px; border-radius: 6px; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.search-box svg { width: 14px; height: 14px; }
.discord-btn { background: #5865F2; padding: 8px 20px; border-radius: 6px; color: white; text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: background 0.3s; }
.discord-btn:hover { background: #007CFF; }
.discord-btn svg { width: 16px; height: 16px; }

.scroll-progress { position: absolute; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; background: transparent; z-index: 2; }
.scroll-progress-fill { width: 0; height: 100%; background: #007CFF; box-shadow: 0 0 12px rgba(0, 124, 255, 0.7); transition: width 0.1s linear; }

/* Terms Section */
.terms-section { padding: 100px 20px; background: #060606; background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px); background-size: 40px 40px; min-height: calc(100vh - 200px); }
.terms-container { max-width: 900px; margin: 0 auto; }
.terms-header { text-align: center; margin-bottom: 60px; }
.terms-label { color: #007CFF; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; }
.terms-title { font-size: 48px; font-weight: 700; margin-bottom: 15px; }
.terms-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.6); }

.terms-content { display: flex; flex-direction: column; gap: 40px; }
.terms-block { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 30px; transition: border-color 0.3s; }
.terms-block:hover { border-color: rgba(0, 124, 255, 0.3); }
.terms-block h2 { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: #007CFF; }
.terms-block p { color: rgba(255, 255, 255, 0.7); line-height: 1.8; font-size: 15px; margin-bottom: 15px; }
.terms-block p:last-child { margin-bottom: 0; }
.terms-block ul { margin-left: 20px; margin-top: 15px; }
.terms-block ul li { color: rgba(255, 255, 255, 0.7); line-height: 1.8; font-size: 15px; margin-bottom: 10px; }

/* Footer */
footer { background: #060606; background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px); background-size: 40px 40px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 60px 20px 30px; }
.footer-content { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 40px; }
.footer-brand h2 { font-size: 19px; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 15px; }
.footer-brand span { background: linear-gradient(90deg, #ffffff 0%, #007CFF 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-brand p { color: rgba(255, 255, 255, 0.6); line-height: 1.6; margin-bottom: 20px; font-size: 14px; }
.footer-social { display: flex; gap: 15px; }
.social-icon { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: all 0.3s; text-decoration: none; color: white; }
.social-icon:hover { background: #007CFF; transform: translateY(-3px); }
.social-icon svg { width: 18px; height: 18px; }
.footer-column h3 { font-size: 16px; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: rgba(255, 255, 255, 0.6); text-decoration: none; font-size: 14px; transition: color 0.3s; }
.footer-links a:hover { color: #007CFF; }
.footer-bottom { max-width: 1400px; margin: 0 auto; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: rgba(255, 255, 255, 0.5); }
.footer-bottom-right { display: flex; align-items: center; gap: 5px; }
.heart { color: #007CFF; animation: heartbeat 1.5s ease-in-out infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } }

/* Hamburger Menu */
.hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; }
.hamburger span { width: 25px; height: 3px; background: white; border-radius: 3px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

/* Responsive */
@media (max-width: 768px) {
    nav { padding: 12px 20px; }
    .hamburger { display: flex; }
    .nav-links { position: fixed; top: 60px; left: -100%; width: 100%; background: rgba(6, 6, 6, 0.98); backdrop-filter: blur(10px); flex-direction: column; padding: 30px; gap: 20px; transition: left 0.3s; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav-links.active { left: 0; }
    .nav-right { display: none; }
    .terms-title { font-size: 32px; }
    .terms-block h2 { font-size: 20px; }
    .footer-content { grid-template-columns: 1fr; gap: 40px; }
    .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
}
