* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Courier New', Courier, monospace; background-color: #1a1a1a; color: #e0e0e0; line-height: 1.6; overflow-x: hidden; }
#particles-js { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.particle { position: absolute; width: 2px; height: 2px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; animation: floatUp linear infinite; }
@keyframes floatUp { 0% { transform: translateY(0); opacity: 0; } 50% { opacity: 0.8; } 100% { transform: translateY(-100vh); opacity: 0; } }
header { background: linear-gradient(180deg, #0a0e1a 0%, #1a1a2e 100%); padding: 25px 20px; border-bottom: 3px solid #00ffff; box-shadow: 0 0 30px rgba(0, 255, 255, 0.3), inset 0 0 20px rgba(0, 255, 255, 0.1); position: relative; z-index: 10; }
header::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 0%, rgba(0, 255, 255, 0.1) 0%, transparent 70%); pointer-events: none; }
.header-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px; position: relative; z-index: 1; }
.logo-container { display: flex; align-items: center; gap: 8px; animation: glowPulse 4s ease-in-out infinite; }
@keyframes glowPulse { 0%, 100% { filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.4)); } 50% { filter: drop-shadow(0 0 18px rgba(0, 255, 255, 0.7)); } }
.runa-r { font-family: 'Rye', serif; font-size: 5rem; font-weight: 900; color: #3a3a3a; background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 50%, #2a2a2a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; position: relative; line-height: 1; padding: 5px 10px; border: 2px solid #555; border-radius: 8px; box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 255, 255, 0.3), 0 0 30px rgba(0, 255, 255, 0.2); transition: all 0.3s; }
.runa-r::before { content: "R"; position: absolute; top: 5px; left: 10px; font-family: 'Rye', serif; font-size: 5rem; font-weight: 900; color: #00ffff; text-shadow: 0 0 5px rgba(0, 255, 255, 0.8), 0 0 10px rgba(0, 255, 255, 0.6), 0 0 20px rgba(0, 255, 255, 0.4); -webkit-text-fill-color: #00ffff; z-index: -1; opacity: 0.9; }
.runa-r:hover { transform: scale(1.05); box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 255, 255, 0.5), 0 0 40px rgba(0, 255, 255, 0.3); }
.runa-r:hover::before { opacity: 1; text-shadow: 0 0 8px rgba(0, 255, 255, 1), 0 0 15px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.6); }
.site-title { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; font-weight: 700; color: #00ffff; text-shadow: 0 0 15px rgba(0, 255, 255, 0.7), 0 0 30px rgba(0, 255, 255, 0.4), 0 0 45px rgba(0, 255, 255, 0.2); letter-spacing: 5px; margin: 0; }
nav { display: flex; align-items: center; gap: 5px; flex-wrap: wrap; justify-content: center; }
nav a { color: #88ccff; text-decoration: none; padding: 10px 20px; font-weight: bold; font-family: 'Orbitron', sans-serif; font-size: 0.95rem; border: 1px solid transparent; border-radius: 5px; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; }
nav a:hover, nav a.active { color: #00ffff; border-color: #00ffff; background: rgba(0, 255, 255, 0.1); box-shadow: 0 0 15px rgba(0, 255, 255, 0.4); }
.operator { font-size: 0.85rem; color: #00ffff; font-family: 'Orbitron', sans-serif; opacity: 0.7; letter-spacing: 2px; }
main { max-width: 1000px; margin: 40px auto; padding: 0 20px; position: relative; z-index: 5; }
.hero h1 { font-family: 'Rye', serif; font-size: 2.5rem; margin-bottom: 20px; border-bottom: 1px solid #444; padding-bottom: 10px; color: #ddd; }
.cards { display: flex; gap: 20px; margin-top: 40px; flex-wrap: wrap; }
.card { background: #252525; padding: 30px; flex: 1; min-width: 300px; border: 1px solid #444; border-radius: 8px; transition: transform 0.2s; }
.card:hover { transform: translateY(-5px); }
.card h2 { font-family: 'Rye', serif; margin-bottom: 15px; color: #fff; }
.btn { display: inline-block; margin-top: 20px; padding: 10px 20px; background-color: #444; color: #fff; text-decoration: none; border-radius: 4px; transition: all 0.3s; font-family: 'Orbitron', sans-serif; cursor: pointer; border: 1px solid #00ffff; }
.btn:hover { background-color: #00ffff; color: #000; box-shadow: 0 0 20px rgba(0, 255, 255, 0.5); }
.counter-text { margin-top: 10px; font-weight: bold; color: #88ff88; }
.arrow-container { display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 20px; }
.blinking-arrow { font-size: 3rem; color: #00ffff; text-shadow: 0 0 10px #00ffff; animation: blinkAndPoint 1.5s infinite ease-in-out; margin-bottom: -10px; z-index: 10; }
@keyframes blinkAndPoint { 0% { opacity: 0.3; transform: translateY(-10px); } 50% { opacity: 1; transform: translateY(0); text-shadow: 0 0 20px #00ffff, 0 0 40px #00ffff; } 100% { opacity: 0.3; transform: translateY(-10px); } }
.highlight-card { border-left: 4px solid #00ffff; width: 100%; max-width: 400px; }
.highlight-card h2 { color: #00ffff; font-family: 'Orbitron', sans-serif; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }
.wallpaper-card { background: #252525; border: 1px solid #444; padding: 15px; text-align: center; border-radius: 8px; }
.img-placeholder { height: 150px; background: #333; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.img-placeholder img { max-width: 100%; max-height: 100%; object-fit: cover; }
.download-btn { display: block; margin-top: 10px; padding: 8px; background: #333; color: #fff; text-decoration: none; font-size: 0.9rem; border: 1px solid #555; font-family: 'Creepster', cursive; }
.download-btn:hover { background: #555; }
.project-card { background: #252525; padding: 20px; margin-bottom: 20px; border-left: 4px solid #00ffff; border-radius: 8px; }
.project-card h3 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 10px; }
footer { text-align: center; padding: 40px; color: #666; font-size: 0.8rem; margin-top: 50px; border-top: 1px solid #333; font-family: 'Orbitron', sans-serif; }
.aplayer { background: rgba(0, 0, 0, 0.9) !important; backdrop-filter: blur(10px); border-top: 1px solid #444; }
.contact-section { display: flex; justify-content: center; margin-top: 30px; margin-bottom: 50px; }
.contact-card { background: #252525; padding: 40px; max-width: 500px; width: 100%; border: 2px solid #00ffff; border-radius: 8px; text-align: center; box-shadow: 0 0 20px rgba(0, 255, 255, 0.3); }
.contact-card h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 20px; font-size: 2rem; }
.visit-counter { margin-top: 15px; font-size: 0.9rem; color: #88ff88; font-family: 'Orbitron', sans-serif; }
.dropdown { position: relative; display: inline-block; }
.dropbtn { background: transparent; color: #88ccff; padding: 10px 20px; font-family: 'Orbitron', sans-serif; font-weight: bold; font-size: 0.95rem; border: 1px solid #444; cursor: pointer; border-radius: 5px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; }
.dropbtn:hover { color: #00ffff; border-color: #00ffff; background: rgba(0, 255, 255, 0.1); }
.dropdown-content { display: none; position: absolute; background: rgba(10, 14, 26, 0.98); min-width: 220px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 255, 255, 0.3); border: 1px solid #00ffff; border-radius: 8px; z-index: 1000; top: 100%; margin-top: 10px; }
.dropdown-content a { color: #88ccff; padding: 12px 20px; text-decoration: none; display: block; border-bottom: 1px solid #333; font-family: 'Orbitron', sans-serif; font-weight: bold; font-size: 0.9rem; transition: all 0.3s; }
.dropdown-content a:last-child { border-bottom: none; }
.dropdown-content a:hover { background: rgba(0, 255, 255, 0.15); color: #00ffff; padding-left: 25px; }
.dropdown:hover .dropdown-content { display: block; animation: fadeIn 0.3s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.translate-widget { position: fixed; top: 70px; right: 20px; z-index: 9998; background: rgba(0, 0, 0, 0.8); padding: 8px 12px; border-radius: 8px; border: 1px solid #444; }
.translate-widget select { background: #252525; color: #00ffff; border: 1px solid #00ffff; padding: 5px 10px; border-radius: 4px; font-family: 'Orbitron', sans-serif; font-size: 0.85rem; cursor: pointer; }
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }
.app-intro { background: #252525; padding: 30px; margin: 30px 0; border-left: 4px solid #00ffff; border-radius: 8px; }
.app-intro h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 15px; font-size: 2rem; }
.developer-section { margin: 40px 0; }
.developer-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 20px; font-size: 1.8rem; text-align: center; }
.developer-card { background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%); padding: 40px; border: 2px solid #00ffff; border-radius: 12px; text-align: center; box-shadow: 0 0 30px rgba(0, 255, 255, 0.4); }
.developer-card h3 { font-family: 'Orbitron', sans-serif; color: #00ffff; font-size: 2rem; margin-bottom: 10px; }
.developer-role { color: #88ff88; font-weight: bold; font-size: 1.1rem; margin-bottom: 20px; }
.developer-card p { color: #ccc; line-height: 1.8; margin: 15px 0; }
.copyright-notice { background: rgba(0, 255, 255, 0.1); border-left: 3px solid #00ffff; padding: 15px; margin-top: 20px; font-size: 0.9rem; color: #00ffff; font-style: italic; }
.features-section { margin: 40px 0; }
.features-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 20px; font-size: 1.8rem; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; }
.feature-card { background: #252525; padding: 20px; border: 1px solid #444; border-radius: 8px; transition: transform 0.2s, box-shadow 0.2s; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 0 15px rgba(0, 255, 255, 0.3); border-color: #00ffff; }
.feature-card h3 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 10px; font-size: 1.1rem; }
.feature-card p { color: #ccc; line-height: 1.6; font-size: 0.95rem; }
.tech-section { background: #252525; padding: 30px; margin: 30px 0; border-radius: 8px; border: 1px solid #444; }
.tech-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 15px; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-top: 20px; }
.tech-card { background: #1a2a3a; padding: 20px; border-left: 3px solid #88ccff; border-radius: 8px; transition: transform 0.2s; }
.tech-card:hover { transform: translateX(5px); }
.tech-card h3 { font-family: 'Orbitron', sans-serif; color: #88ccff; margin-bottom: 8px; font-size: 1rem; }
.tech-card p { color: #bbb; font-size: 0.9rem; line-height: 1.5; }
.status-section { margin: 30px 0; }
.status-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 15px; }
.status-card { background: #252525; padding: 25px; border-left: 4px solid #88ff88; border-radius: 8px; }
.status-card p { margin: 10px 0; color: #ccc; }
.status-card strong { color: #88ff88; }
.play-store-notice { background: rgba(0, 255, 255, 0.1); border: 1px solid #00ffff; border-radius: 8px; padding: 20px; margin-top: 25px; text-align: center; color: #fff; font-size: 1.1rem; box-shadow: 0 0 15px rgba(0, 255, 255, 0.2); }
.screenshots-section { margin: 50px 0; text-align: center; }
.screenshots-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 10px; font-size: 1.8rem; }
.section-subtitle { color: #888; margin-bottom: 30px; font-size: 0.95rem; text-align: center; }
.screenshot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; max-width: 900px; margin: 0 auto; }
.screenshot-card { background: #252525; border: 2px solid #444; border-radius: 16px; overflow: hidden; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
.screenshot-card:hover { transform: translateY(-8px) scale(1.02); border-color: #00ffff; box-shadow: 0 8px 30px rgba(0, 255, 255, 0.4); }
.screenshot-card img { width: 100%; display: block; transition: transform 0.3s; }
.screenshot-card:hover img { transform: scale(1.05); }
.screenshot-caption { padding: 15px; color: #ccc; font-size: 0.9rem; font-family: 'Orbitron', sans-serif; background: rgba(0, 0, 0, 0.3); }
.lightbox { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); }
.lightbox-content { margin: auto; display: block; max-width: 90%; max-height: 85vh; margin-top: 40px; border-radius: 12px; box-shadow: 0 0 40px rgba(0, 255, 255, 0.5); }
.lightbox-close { position: absolute; top: 20px; right: 35px; color: #00ffff; font-size: 50px; font-weight: bold; cursor: pointer; }
.lightbox-close:hover { color: #fff; transform: scale(1.2); }
.lightbox-caption { text-align: center; color: #00ffff; padding: 15px; font-family: 'Orbitron', sans-serif; font-size: 1.1rem; }
.environments-section { margin: 60px 0; text-align: center; }
.environments-section h2 { font-family: 'Orbitron', sans-serif; color: #88ccff; margin-bottom: 10px; font-size: 1.8rem; }
.environment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; max-width: 800px; margin: 0 auto; }
.environment-card { background: linear-gradient(135deg, #1a2a3a 0%, #0a1a2a 100%); padding: 30px 20px; border: 2px solid #2a4a6a; border-radius: 16px; text-align: center; transition: all 0.3s; }
.environment-card:hover { transform: translateY(-8px) scale(1.02); border-color: #88ccff; box-shadow: 0 10px 30px rgba(136, 204, 255, 0.3); }
.env-icon { font-size: 3.5rem; margin-bottom: 15px; }
.environment-card h3 { font-family: 'Orbitron', sans-serif; color: #88ccff; margin-bottom: 10px; font-size: 1.2rem; }
.environment-card p { color: #bbb; font-size: 0.9rem; }
.aura-hero { text-align: center; padding: 60px 20px; margin: 40px 0; background: linear-gradient(135deg, rgba(0, 100, 150, 0.2) 0%, rgba(0, 50, 100, 0.3) 100%); border-radius: 16px; border: 1px solid #444; position: relative; overflow: hidden; }
.aura-hero::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 50% 50%, rgba(136, 204, 255, 0.1) 0%, transparent 70%); animation: pulseGlow 4s ease-in-out infinite; }
@keyframes pulseGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
.aura-logo-glow { font-size: 5rem; margin-bottom: 20px; animation: float 3s ease-in-out infinite; position: relative; z-index: 1; filter: drop-shadow(0 0 20px #88ccff); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.aura-title { font-family: 'Orbitron', sans-serif; font-size: 4rem; color: #88ccff; text-shadow: 0 0 30px rgba(136, 204, 255, 0.6); margin-bottom: 15px; letter-spacing: 4px; position: relative; z-index: 1; }
.aura-tagline { font-family: 'Rye', serif; font-size: 1.5rem; color: #fff; margin-bottom: 20px; font-style: italic; position: relative; z-index: 1; }
.aura-subtitle { max-width: 700px; margin: 0 auto; color: #ccc; line-height: 1.8; font-size: 1.05rem; position: relative; z-index: 1; }
.aura-closing { text-align: center; font-style: italic; color: #888; margin: 40px 0; font-size: 1.1rem; }
.live-wallpapers-section { margin: 50px 0; text-align: center; }
.live-wallpapers-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 10px; font-size: 1.8rem; }
.live-wallpaper-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; max-width: 1000px; margin: 30px auto; }
.live-wallpaper-card { background: #252525; border: 2px solid #444; border-radius: 16px; overflow: hidden; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
.live-wallpaper-card:hover { transform: translateY(-8px); border-color: #00ffff; box-shadow: 0 8px 30px rgba(0, 255, 255, 0.4); }
.video-preview { position: relative; height: 400px; background: #000; overflow: hidden; }
.video-preview video { width: 100%; height: 100%; object-fit: cover; }
.video-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; transition: opacity 0.3s; }
.live-wallpaper-card:hover .video-overlay { opacity: 0; }
.play-icon { font-size: 3rem; color: #00ffff; text-shadow: 0 0 20px #00ffff; }
.wallpaper-info { padding: 20px; text-align: center; }
.wallpaper-info h3 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 8px; font-size: 1.2rem; }
.wallpaper-meta { color: #888; font-size: 0.85rem; margin-bottom: 15px; }
.app-download-section { margin: 50px 0; }
.app-download-section h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; margin-bottom: 20px; font-size: 1.8rem; text-align: center; }
.app-info-card { background: #252525; padding: 30px; border-left: 4px solid #88ff88; border-radius: 8px; max-width: 800px; margin: 0 auto; }
.app-info-card p { color: #ccc; line-height: 1.8; margin: 10px 0; }
.app-info-card code { background: #1a1a1a; padding: 3px 8px; border-radius: 4px; font-family: 'Courier New', monospace; }
.page-title { font-family: 'Orbitron', sans-serif; color: #00ffff; font-size: 2.5rem; text-align: center; margin-bottom: 10px; text-shadow: 0 0 20px rgba(0, 255, 255, 0.6); }
.page-subtitle { text-align: center; color: #888; margin-bottom: 40px; font-size: 1.1rem; }
.guestbook-container { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.guestbook-form, .guestbook-messages { background: #252525; padding: 30px; border-radius: 12px; border: 1px solid #444; }
.guestbook-form h2, .guestbook-messages h2 { font-family: 'Orbitron', sans-serif; color: #00ffff; font-size: 1.3rem; margin-bottom: 20px; text-align: center; }
.guestbook-form input, .guestbook-form textarea { width: 100%; background: #1a1a1a; border: 1px solid #444; color: #e0e0e0; padding: 12px; border-radius: 8px; font-family: 'Courier New', monospace; font-size: 1rem; margin-bottom: 15px; box-sizing: border-box; }
.guestbook-form input:focus, .guestbook-form textarea:focus { outline: none; border-color: #00ffff; box-shadow: 0 0 10px rgba(0, 255, 255, 0.3); }
.guestbook-form textarea { min-height: 120px; resize: vertical; }
.guestbook-btn { width: 100%; background: linear-gradient(135deg, #00ffff, #0088ff); color: #000; border: none; padding: 15px; border-radius: 8px; font-family: 'Orbitron', sans-serif; font-weight: bold; font-size: 1rem; cursor: pointer; transition: all 0.3s; letter-spacing: 2px; }
.guestbook-btn:hover { transform: translateY(-2px); box-shadow: 0 0 20px rgba(0, 255, 255, 0.5); }
.guestbook-status { margin-top: 15px; text-align: center; font-family: 'Orbitron', sans-serif; font-size: 0.9rem; min-height: 20px; }
.guestbook-status.success { color: #88ff88; }
.guestbook-status.error { color: #ff6666; }
.guestbook-list { max-height: 500px; overflow-y: auto; }
.guestbook-entry { background: #1a1a1a; border-left: 3px solid #00ffff; padding: 15px; margin-bottom: 15px; border-radius: 8px; }
.guestbook-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.guestbook-name { font-family: 'Orbitron', sans-serif; color: #00ffff; font-weight: bold; font-size: 0.95rem; }
.guestbook-date { color: #666; font-size: 0.8rem; font-family: 'Orbitron', sans-serif; }
.guestbook-text { color: #ccc; line-height: 1.6; margin: 0; word-wrap: break-word; }
.loading-text, .empty-text, .error-text { text-align: center; color: #888; font-style: italic; padding: 20px; }
.error-text { color: #ff6666; }
@media (max-width: 768px) {
.runa-r { font-size: 3.5rem; }
.runa-r::before { font-size: 3.5rem; }
.site-title { font-size: 1.8rem; letter-spacing: 3px; }
.logo-container { flex-direction: row; gap: 5px; }
nav { flex-direction: column; gap: 10px; width: 100%; }
nav a { width: 100%; text-align: center; }
.dropdown { width: 100%; }
.dropbtn { width: 100%; }
.dropdown-content { position: static; width: 100%; margin-top: 10px; }
.translate-widget { top: auto; bottom: 80px; right: 10px; }
.video-preview { height: 300px; }
.live-wallpaper-grid { grid-template-columns: 1fr; }
.aura-title { font-size: 2.5rem; letter-spacing: 2px; }
.aura-tagline { font-size: 1.1rem; }
.aura-logo-glow { font-size: 3.5rem; }
.guestbook-container { grid-template-columns: 1fr; }
}