@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary: #121212;--bg-card: #1e1e1e;--bg-input: #2a2a2a;--text-primary: #ffffff;--text-secondary: #aaaaaa;--accent-green: #0df094;--accent-blue: #0db0ff;--accent-danger: #ff4d4d;--border-color: #333333;--focus-ring: rgba(13, 240, 148, .4);--font-family: "Inter", system-ui, -apple-system, sans-serif;--transition-fast: .15s ease;--transition-normal: .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;display:flex;flex-direction:column;padding:2rem;max-width:800px;width:100%;margin:0 auto}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem}p{color:var(--text-secondary);margin-bottom:1rem}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.w-full{width:100%}.card{background-color:var(--bg-card);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0003;border:1px solid var(--border-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease forwards}.navbar{background-color:var(--bg-card);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;padding:1rem 0}.navbar-content{max-width:800px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary)}.navbar-brand h2{margin:0;font-size:1.25rem;letter-spacing:-.02em}.brand-icon{width:28px;height:28px;border-radius:6px;object-fit:cover}.navbar-nav{display:flex;gap:1.5rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.95rem;transition:color var(--transition-fast);padding:.25rem 0;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link.active{color:var(--accent-green)}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:var(--accent-green);border-radius:2px}.home-view{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px)}.home-card{width:100%;max-width:440px;padding:2.5rem 2rem;text-align:center;background:linear-gradient(145deg,var(--bg-card),#181818);border:1px solid rgba(255,255,255,.05)}.home-header h2{font-size:1.75rem;margin-bottom:.5rem;background:linear-gradient(90deg,#fff,#a0a0a0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home-header p{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem}.app-logo{width:64px;height:64px;margin-bottom:1rem;border-radius:16px;box-shadow:0 4px 20px #0df09433}.home-footer{display:flex;justify-content:center;gap:1rem;font-size:.8rem;color:var(--text-secondary);border-top:1px solid var(--border-color);padding-top:1.5rem}.download-section{margin:2rem 0;padding:1.5rem;background:#0df0940d;border-radius:12px;border:1px solid rgba(13,240,148,.1)}.coming-soon{color:var(--accent-green);font-weight:700;font-size:.9rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px}.play-badge-link{display:inline-block;transition:transform .2s ease}.play-badge-link:hover{transform:scale(1.05)}.play-badge{height:60px;width:auto;display:block}
