.share-goty{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.share-goty-btn{padding:.65rem 1.2rem;font-size:.95rem;font-weight:600;color:var(--text);background:var(--accent);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease}.share-goty-btn:hover:not(:disabled){background:var(--accent-hover)}.share-goty-btn:disabled{opacity:.7;cursor:wait}.share-goty-error{margin:0;font-size:.85rem;color:var(--error-text)}.share-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(0,0,0,.75)}.share-preview-modal{width:min(920px,100%);max-height:calc(100vh - 3rem);overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.share-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.share-preview-header h3{margin:0;color:var(--text);font-size:1.35rem}.share-preview-close{border:none;background:transparent;font-size:1.75rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:.25rem .5rem}.share-preview-close:hover{color:var(--text)}.share-preview-image-wrap{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;display:flex;justify-content:center}.share-preview-image{display:block;width:100%;max-width:540px;height:auto;border-radius:var(--radius-sm)}.share-preview-hint{margin:1rem 0 0;text-align:center;color:var(--text-muted);font-size:.95rem}.share-preview-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.25rem}.share-action-btn{padding:.7rem 1.25rem;font-size:.95rem;font-weight:600;color:var(--text);background:var(--accent);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease}.share-action-btn:hover{background:var(--accent-hover)}.game-list{margin-top:2rem}.game-list h2{margin-bottom:0;color:var(--text);font-size:1.5rem}.game-list-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.game-list.empty{text-align:center;padding:3rem;color:var(--text-muted);font-size:1.1rem}.games-container{display:flex;flex-direction:column;gap:.75rem}.game-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .15s ease}.game-item:hover{border-color:var(--accent)}.rank-badge{background:var(--accent);color:var(--text);width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.game-name{font-size:1.15rem;font-weight:500;color:var(--text)}.game-info{display:flex;flex-direction:column;gap:.2rem}.game-platform{font-size:.9rem;color:var(--text-muted)}.game-input{margin-bottom:2rem;position:relative}.game-input form{display:flex;gap:.75rem;flex-wrap:wrap}.search-container{flex:1;min-width:200px;position:relative}.game-input-field{width:100%;padding:.85rem 1rem;font-size:1rem;color:var(--text);background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .15s ease;outline:none}.game-input-field::placeholder{color:var(--text-subtle)}.game-input-field:focus{border-color:var(--accent)}.search-spinner{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem;pointer-events:none;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.search-results{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);max-height:300px;overflow-y:auto;z-index:1000}.search-result-item{padding:.85rem 1rem;cursor:pointer;border-bottom:1px solid var(--border);transition:background .15s ease;display:flex;gap:1rem;align-items:center}.search-result-item:last-child{border-bottom:none}.search-result-item:hover,.search-result-item.selected{background:var(--accent-subtle)}.search-result-item.no-results{cursor:default;color:var(--text-muted);font-style:italic}.search-result-item.no-results:hover{background:transparent}.no-results-hint{font-size:.85rem;margin-top:.5rem;color:var(--text-subtle)}.result-cover{width:60px;height:80px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;background:var(--border)}.result-info{flex:1;display:flex;flex-direction:column;gap:.35rem;min-width:0}.result-name{font-weight:500;color:var(--text);font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-platform{font-size:.85rem;color:var(--text-muted);background:var(--surface);padding:.2rem .6rem;border-radius:var(--radius-sm);display:inline-block;width:fit-content;border:1px solid var(--border)}.result-year{font-size:.8rem;color:var(--text-subtle)}.add-game-btn{padding:.85rem 1.5rem;font-size:1rem;font-weight:600;background:var(--accent);color:var(--text);border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease}.add-game-btn:hover,.add-game-btn:active{background:var(--accent-hover)}.binary-search-flow{display:flex;justify-content:center;align-items:center;min-height:400px}.comparison-card{width:100%;max-width:800px;text-align:center}.comparison-card h2{font-size:1.75rem;margin-bottom:.5rem;color:var(--text)}.comparison-instruction{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.comparison-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:2rem 0;flex-wrap:wrap}.game-card{flex:1;min-width:220px;padding:1.75rem;border-radius:var(--radius-md);border:1px solid var(--border);transition:border-color .15s ease}.game-card.new-game{background:var(--accent);border-color:var(--accent);color:var(--text)}.game-card.existing-game{background:var(--surface-raised);color:var(--text)}.game-card:hover{border-color:var(--accent)}.game-label{font-size:.85rem;color:#ffffffd9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.game-card.existing-game .game-label{color:var(--text-muted)}.game-name{font-size:1.5rem;font-weight:700}.vs-divider{font-size:1.5rem;font-weight:700;color:var(--accent)}.comparison-actions{display:flex;gap:.75rem;justify-content:center;margin:2rem 0;flex-wrap:wrap}.preference-btn{padding:.85rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease;min-width:180px}.preference-btn.prefer-new{background:var(--accent);color:var(--text)}.preference-btn.prefer-new:hover{background:var(--accent-hover)}.preference-btn.prefer-existing{background:var(--surface-raised);color:var(--text);border:1px solid var(--border)}.preference-btn.prefer-existing:hover{border-color:var(--accent)}.cancel-btn{padding:.65rem 1.25rem;font-size:.95rem;background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:color .15s ease,border-color .15s ease;margin-top:1rem}.cancel-btn:hover{color:var(--text);border-color:var(--text-muted)}.progress-info{margin-top:1.5rem;padding:.85rem 1rem;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.comparison-container{flex-direction:column}.vs-divider{transform:rotate(90deg)}.game-card{min-width:100%}}.app{min-height:100vh;padding:2rem;max-width:1200px;margin:0 auto}.app-header{text-align:center;color:var(--text);margin-bottom:2rem}.app-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.app-header p{font-size:1.1rem;color:var(--text-muted)}.app-header-bar{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem;flex-wrap:wrap}.app-header-bar .app-header-text{text-align:left}.app-header-bar .app-header-text h1{font-size:2rem}.user-bar{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--border)}.user-info{text-align:right}.user-name{font-weight:600}.user-email{font-size:.9rem;color:var(--text-muted)}.app-main{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.app-loading,.login-panel{text-align:center;padding:2rem;color:var(--text-muted)}.login-panel h2{color:var(--text);margin-bottom:.75rem}.login-panel p{margin-bottom:2rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease}.btn-primary{background:var(--accent);color:var(--text)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--surface-raised);color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--accent)}.btn-ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted)}.error-message{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem;margin-bottom:1rem;background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-sm);color:var(--error-text)}.error-message .btn{padding:.5rem 1rem;font-size:.85rem;background:rgba(220,38,38,.25);color:var(--error-text);border-color:var(--error-border)}.error-message .btn:hover{background:rgba(220,38,38,.35)}@media (max-width: 768px){.app{padding:1rem}.app-header h1{font-size:2rem}.app-header-bar .app-header-text h1{font-size:1.5rem}.user-info{display:none}}.landing-intro{max-width:720px;margin:0 auto;padding:1rem 1.5rem 0;text-align:center}.landing-lead{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:1.5rem}.landing-features{list-style:none;padding:0;margin:0 0 .5rem;display:grid;gap:.75rem;text-align:left}.landing-features li{position:relative;padding-left:1.5rem;color:#555;line-height:1.5}.landing-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}:root{--bg: #0f1117;--surface: #1a1d27;--surface-raised: #242836;--border: #2e3344;--text: #f4f4f5;--text-muted: #9ca3af;--text-subtle: #71717a;--accent: #0066cc;--accent-hover: #0055aa;--accent-subtle: rgba(0, 102, 204, .15);--error-bg: rgba(220, 38, 38, .12);--error-border: rgba(220, 38, 38, .35);--error-text: #fca5a5;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);min-height:100vh;color:var(--text)}#root{min-height:100vh}
