body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0;min-height:100vh;padding:0;text-align:center}.App h1{color:#333;font-size:2.5rem;margin-bottom:2rem}.header{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0;max-width:1200px}.logo-container{gap:.75rem}.logo,.logo-container{align-items:center;display:flex}.logo{background-color:#4a90e2;border-radius:8px;color:#fff;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.site-name{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.counters-container{align-items:center;display:flex;gap:1rem}.footer{background-color:#2c3e50;bottom:0;color:#fff;font-size:.9rem;left:0;padding:1rem;position:fixed;right:0;text-align:center}.main-content{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 180px);padding-bottom:80px;padding-top:100px}.visit-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:.5rem 1rem}.visit-text{color:#fff;font-size:.9rem;font-weight:500}.correct-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#27ae6033;border:1px solid #27ae604d;border-radius:6px;padding:.5rem 1rem}.correct-text{color:#fff;font-size:.9rem;font-weight:500}.incorrect-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#e74c3c33;border:1px solid #e74c3c4d;border-radius:6px;padding:.5rem 1rem}.incorrect-text{color:#fff;font-size:.9rem;font-weight:500}.fetch-button{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;box-shadow:0 4px 12px #3498db4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:2rem;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.fetch-button:hover{background:linear-gradient(135deg,#2980b9,#1f5f8b);box-shadow:0 6px 16px #3498db66;transform:translateY(-2px)}.fetch-button:active{box-shadow:0 2px 8px #3498db4d;transform:translateY(0)}.fetch-button:focus{box-shadow:0 0 0 3px #3498db4d;outline:none}.quote-container{background-color:#fff;border:2px solid #333;border-radius:8px;box-shadow:0 4px 8px #0003;max-width:600px;padding:2rem}.quote-text{color:#333;font-size:1.2rem;line-height:1.6;margin:0}.button-container{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;margin-top:2rem}.false-button,.true-button{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;min-width:120px;padding:.75rem 2rem;transition:all .2s ease}.true-button{background-color:#27ae60;color:#fff}.true-button:hover{background-color:#229954;box-shadow:0 4px 8px #27ae604d;transform:translateY(-2px)}.false-button{background-color:#e74c3c;color:#fff}.false-button:hover{background-color:#c0392b;box-shadow:0 4px 8px #e74c3c4d;transform:translateY(-2px)}.quote-author{color:#666;font-size:1rem;font-style:italic;margin:1rem 0 0;text-align:right}.solution-container{animation:slideIn .5s ease-out;margin-top:2rem}.solution-content{align-items:center;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.solution-content.correct{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:2px solid #28a745}.solution-content.incorrect{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:2px solid #dc3545}.solution-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;font-weight:700;height:50px;justify-content:center;width:50px}.solution-content.correct .solution-icon{background-color:#28a7451a;color:#28a745}.solution-content.incorrect .solution-icon{background-color:#dc35451a;color:#dc3545}.solution-text{color:#333;font-size:1.1rem;font-weight:500;line-height:1.4}.answer-highlight{background-color:#2c3e501a;border-radius:4px;color:#2c3e50;font-weight:700;margin-left:.5rem;padding:.2rem .5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-container{align-items:center;background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;justify-content:center;max-width:600px;padding:3rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-radius:50%;border-top-color:#4a90e2;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{color:#6c757d;font-size:1.2rem;font-weight:500;margin:0}.error-container{align-items:center;background-color:#fff5f5;border:2px solid #fed7d7;border-radius:12px;display:flex;flex-direction:column;justify-content:center;max-width:600px;padding:3rem}.error-icon{font-size:3rem;margin-bottom:1rem}.error-text{color:#c53030;font-size:1.2rem;font-weight:500;margin:0;text-align:center}
/*# sourceMappingURL=main.63de92f1.css.map*/