@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.prediction-widget{background:#1e293b;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #334155;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease}.prediction-widget:hover{transform:translateY(-2px)}.prediction-widget.trend-increasing{border-left:4px solid #10b981}.prediction-widget.trend-decreasing{border-left:4px solid #ef4444}.prediction-widget.trend-stable{border-left:4px solid #3b82f6}.prediction-widget.trend-uncertain{border-left:4px solid #94a3b8}.prediction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.prediction-title{font-size:1.1rem;font-weight:600;color:#f8fafc}.prediction-badge{font-size:.9rem;font-weight:700;padding:.25rem .75rem;border-radius:20px;background:#ffffff1a;color:#fff;display:flex;align-items:center;gap:.5rem}.trend-increasing .prediction-badge{color:#34d399;background:#10b9811a}.trend-decreasing .prediction-badge{color:#f87171;background:#ef44441a}.trend-stable .prediction-badge{color:#60a5fa;background:#3b82f61a}.prediction-content{display:flex;flex-direction:column;gap:1rem}.confidence-meter{width:100%}.meter-label{display:flex;justify-content:space-between;font-size:.8rem;color:#94a3b8;margin-bottom:.25rem}.meter-track{height:6px;background:#334155;border-radius:3px;overflow:hidden}.meter-fill{height:100%;background:linear-gradient(90deg,#64748b,#94a3b8);border-radius:3px;transition:width 1s ease-out}.trend-increasing .meter-fill{background:linear-gradient(90deg,#059669,#10b981)}.trend-decreasing .meter-fill{background:linear-gradient(90deg,#b91c1c,#ef4444)}.trend-stable .meter-fill{background:linear-gradient(90deg,#2563eb,#3b82f6)}.prediction-reasoning{font-size:.95rem;line-height:1.5;color:#cbd5e1;font-style:italic;padding-left:1rem;border-left:2px solid rgba(255,255,255,.1)}:root{--primary: #6366f1;--primary-hover: #4f46e5;--bg-dark: #0f172a;--card-bg: rgba(30, 41, 59, .7);--border-color: rgba(255, 255, 255, .1);--text-main: #f1f5f9;--text-muted: #94a3b8;--positive: #10b981;--negative: #ef4444;--neutral: #94a3b8}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-dark);background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.15) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(168,85,247,.15) 0px,transparent 50%);color:var(--text-main);-webkit-font-smoothing:antialiased}.app{width:100%;max-width:1000px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;margin-bottom:3rem;animation:fadeInDown .8s ease-out}.app-header h1{font-size:3rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.025em;background:linear-gradient(135deg,#818cf8,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-header p{color:var(--text-muted);font-size:1.125rem;margin:0}.app-main{flex:1}.search-bar{display:flex;gap:.75rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.search-input-container{flex:1;position:relative}.search-input{width:100%;padding:1rem 1.25rem;font-size:1rem;border:1px solid var(--border-color);border-radius:12px;background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #6366f133;transform:translateY(-1px)}.search-button{padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #6366f14d}.search-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #6366f166}.search-button:disabled{opacity:.5;cursor:not-allowed}.game-header{display:flex;align-items:center;gap:2rem;padding:2rem;background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;margin-bottom:2rem;border:1px solid var(--border-color);animation:scaleIn .5s ease-out}.game-header .game-image{width:240px;border-radius:12px;box-shadow:0 20px 25px -5px #0000004d}.game-info h2{font-size:1.875rem;font-weight:700;margin:0;color:#fff}.game-title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.sentiment-badge{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.sentiment-badge.positive{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.sentiment-badge.negative{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.sentiment-badge.neutral{background:#94a3b833;color:#94a3b8;border:1px solid rgba(148,163,184,.3)}.game-reviews{color:var(--text-muted);font-size:1rem;display:flex;align-items:center;gap:.5rem}.progress-container{margin-bottom:2rem;padding:1.5rem;background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid var(--border-color)}.progress-info{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:500;color:var(--text-main)}.progress-bar{height:8px;background-color:#ffffff1a;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a855f7);transition:width .4s cubic-bezier(.4,0,.2,1)}.chart-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px;padding:2rem;border:1px solid var(--border-color);box-shadow:0 10px 15px -3px #0000001a}.chart-header{margin-bottom:2rem}.chart-header h3{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.chart-header p{color:var(--text-muted);font-size:.875rem;margin:0}.chart-tooltip{background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;box-shadow:0 20px 25px -5px #0000004d;min-width:180px}.tooltip-topic{font-weight:700;font-size:1rem;margin-bottom:.5rem}.tooltip-divider{height:1px;background:#ffffff1a;margin-bottom:.75rem}.tooltip-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:.35rem 0;font-size:.875rem;color:var(--text-muted)}.sentiment-tag{padding:2px 8px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.sentiment-tag.positive{background:#10b98133;color:#10b981}.sentiment-tag.negative{background:#ef444433;color:#ef4444}.sentiment-tag.neutral{background:#94a3b833;color:#94a3b8}.chart-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color);display:flex;gap:.75rem;align-items:flex-start}.info-icon{width:20px;height:20px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.chart-footer p{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.4}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#1e293b;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;z-index:100;box-shadow:0 20px 25px -5px #0000004d}.suggestion-item{display:flex;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#fff;cursor:pointer;transition:background .2s}.suggestion-item:hover,.suggestion-item.selected{background:#ffffff14}.suggestion-icon{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.suggestion-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px;overflow:hidden}.suggestion-name{font-size:.95rem;font-weight:500;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.suggestion-developer{font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.results-container{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.34,1.56,.64,1)}.results-container.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.game-header{flex-direction:column;text-align:center}.game-header .game-image{width:100%;max-width:300px}.app-header h1{font-size:2.25rem}}
