: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}#root{max-width:1280px;margin:0 auto;padding:1rem;text-align:center}.app{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;gap:1rem}.loading{font-size:1.5rem;color:#fff;padding:2rem}.error{font-size:1.5rem;color:red;padding:2rem}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.login-button:hover{scale:1.05}.user-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem;background-color:#000;border-radius:12px}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.logout-button{background-color:red;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.logout-button:hover{scale:1.05}.score-container{display:flex;gap:2rem;justify-content:center}.score-item{display:flex;flex-direction:column;gap:.5rem}.quote-box{background-color:#000;border-radius:12px;padding:1rem;max-width:600px;width:100%;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.quote-text{font-size:1rem;line-height:1.6;color:#fff;margin:0}.result-message{padding:.5rem;border-radius:8px;font-weight:600;font-size:1rem}.result-message.correct{background-color:green;color:#fff}.result-message.incorrect{background-color:red;color:#fff}.author-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.author-text{font-size:.9rem;color:#fff;font-style:italic}.celebrity-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:1px solid white;box-shadow:0 4px 8px #fff3}.image-loading{font-size:.5rem;font-style:italic;color:gray;margin:0}.buttons-container{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.quote-button{border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;background-color:gray;color:#fff;min-width:120px}.quote-button:hover{transform:scale(1.05)}.quote-button.correct-answer{background-color:green;color:#fff}.quote-button.wrong-answer{background-color:red;color:#fff}.next-button{border-radius:8px;padding:1rem;font-size:1.1rem;font-weight:600;background-color:#00f;color:#fff;margin-top:1rem}.next-button:hover{transform:scale(1.05)}.user-streak-container{position:relative;display:flex;align-items:center}.user-streak.user-streak-animate{animation:streak-pulse .6s ease-out}.tooltip{position:absolute;bottom:-35px;left:50%;transform:translate(-50%) translateY(5px);background:#333;color:#fff;padding:6px 10px;border-radius:6px;font-size:.8rem;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap;z-index:9999}.tooltip-target:hover+.tooltip{opacity:1;transform:translate(-50%) translateY(0)}
