* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #0f0f1a; color: #e0e0e0; }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 1rem 2rem; background: #1a1a2e; border-bottom: 1px solid #333; }
.logo { color: #f0b429; font-weight: 700; font-size: 1.3rem; text-decoration: none; }
.nav-links { display: flex; gap: 1rem; align-items: center; }
.nav-links a { color: #e0e0e0; text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 2rem; }
.btn-primary { background: #f0b429; color: #0f0f1a; padding: 0.5rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; border: none; cursor: pointer; display: inline-block; }
.btn-secondary { background: transparent; border: 1px solid #f0b429; color: #f0b429; padding: 0.5rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; cursor: pointer; }
.badge { padding: 0.2rem 0.6rem; border-radius: 4px; font-size: 0.75rem; font-weight: 700; }
.badge-premium { background: #f0b429; color: #0f0f1a; }
.badge-free { background: #333; color: #aaa; }
.badge-pending { color: #aaa; font-size: 0.85rem; }
.match-card { background: #1a1a2e; border: 1px solid #2a2a3e; border-radius: 10px; padding: 1.5rem; margin-bottom: 1rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.match-teams { font-size: 1.2rem; font-weight: 600; }
.match-teams span { color: #aaa; margin: 0 0.5rem; }
.match-meta { color: #aaa; font-size: 0.85rem; margin-top: 0.3rem; }
.filters { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.filters button { background: #1a1a2e; border: 1px solid #333; color: #e0e0e0; padding: 0.4rem 1rem; border-radius: 20px; cursor: pointer; }
.filters button.active { background: #f0b429; color: #0f0f1a; border-color: #f0b429; }
h1 { margin-bottom: 1.5rem; font-size: 1.8rem; }
.auth-form { max-width: 420px; margin: 3rem auto; }
.auth-form h1 { margin-bottom: 1.5rem; text-align: center; }
.auth-form input { width: 100%; background: #1a1a2e; border: 1px solid #333; color: #e0e0e0; padding: 0.8rem; border-radius: 6px; margin-bottom: 1rem; font-size: 1rem; }
.auth-form .btn-primary { width: 100%; padding: 0.8rem; font-size: 1rem; }
.error { color: #e05a5a; margin-top: 0.5rem; font-size: 0.9rem; }
.auth-form p { margin-top: 1rem; text-align: center; color: #aaa; }
.trial-banner { background: #0f2a0f; border: 1px solid #2a5a2a; color: #7fe07f; padding: 0.8rem; border-radius: 6px; margin-bottom: 1rem; text-align: center; }
.pricing-container { text-align: center; }
.plans { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.plan-card { background: #1a1a2e; border-radius: 12px; padding: 2rem; width: 300px; position: relative; text-align: left; }
.plan-card.featured { border: 2px solid #f0b429; }
.plan-card h2 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.price { font-size: 2.5rem; font-weight: 700; color: #f0b429; margin: 1rem 0; }
.price span { font-size: 1rem; color: #aaa; font-weight: 400; }
.promo { color: #f0b429; margin-bottom: 1rem; font-size: 0.9rem; }
.plan-card ul { list-style: none; margin: 1rem 0 1.5rem; }
.plan-card ul li { margin-bottom: 0.5rem; font-size: 0.95rem; }
.badge-popular { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #f0b429; color: #0f0f1a; padding: 0.2rem 1rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
.analysis-card { background: #1a1a2e; border-radius: 10px; padding: 1.5rem; margin-bottom: 1.5rem; }
.analysis-card.premium { border: 1px solid #f0b429; }
.upgrade-banner { background: #1a1a2e; border: 1px dashed #f0b429; border-radius: 10px; padding: 2rem; text-align: center; margin-bottom: 1.5rem; }
.upgrade-banner p { margin: 0.5rem 0 1rem; color: #aaa; }
.score-bar { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.bar { flex: 1; background: #333; border-radius: 4px; height: 8px; }
.fill { background: #f0b429; height: 100%; border-radius: 4px; }
.recommendation { background: #0f1f0f; border: 1px solid #2a5a2a; border-radius: 8px; padding: 1rem; margin: 1rem 0; }
.social-section { margin-top: 2rem; }
.rating-buttons { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.rating-buttons button { background: #1a1a2e; border: 1px solid #333; color: #e0e0e0; padding: 0.4rem 0.8rem; border-radius: 6px; cursor: pointer; }
textarea { width: 100%; background: #0f0f1a; border: 1px solid #333; color: #e0e0e0; border-radius: 6px; padding: 0.8rem; margin-bottom: 0.5rem; resize: vertical; min-height: 80px; font-family: inherit; }
.affiliate-panel { background: #1a1a2e; border-radius: 12px; padding: 2rem; margin-bottom: 2rem; }
.affiliate-stats { display: flex; gap: 2rem; flex-wrap: wrap; margin: 1rem 0; }
.stat-box { background: #0f0f1a; border-radius: 8px; padding: 1rem; flex: 1; min-width: 140px; text-align: center; }
.stat-value { font-size: 2rem; font-weight: 700; color: #f0b429; }
.link-box { background: #0f0f1a; border-radius: 8px; padding: 1rem; margin-top: 1rem; word-break: break-all; font-family: monospace; }
