:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#2c2421;background-color:#faf7f3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#a67c52;text-decoration:inherit}a:hover{color:#8b6641}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh}#root{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}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:#f0ebe3;color:#2c2421;cursor:pointer;transition:all .25s}button:hover{border-color:#a67c52}button:focus,button:focus-visible{outline:2px solid #A67C52;outline-offset:2px}.home-page{width:100%;background:#faf7f3;color:#2c2421}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 4rem;background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000d}.nav-logo{font-size:1.3rem;font-weight:700;color:#2c2421;letter-spacing:2px;cursor:pointer;text-decoration:none}.logo-italic{font-style:italic;font-weight:400;font-family:Georgia,Times New Roman,serif;letter-spacing:0;margin-right:3px}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{background:none;border:none;font-size:.9rem;font-weight:500;color:#5c4f44;cursor:pointer;padding:.4em 0;transition:color .2s;letter-spacing:.5px;text-decoration:none}.nav-link:hover{color:#a67c52;border:none}.lang-toggle{font-size:.82rem;font-weight:600;color:#a67c52;background:#a67c5214;border:1.5px solid #A67C52;border-radius:20px;padding:.35em 1.1em;cursor:pointer;transition:all .2s}.lang-toggle:hover{background:#a67c52;color:#fff}.hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4rem;max-width:1200px;margin:0 auto;align-items:center}.hero-content{display:flex;flex-direction:column;gap:1.2rem}.hero-label{font-size:.78rem;font-weight:600;color:#a67c52;letter-spacing:3px;text-transform:uppercase}.hero-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.15;color:#2c2421;margin:0}.hero-desc{font-size:1rem;line-height:1.7;color:#7a6b5d;margin:0}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.hero-image{border-radius:8px;overflow:hidden}.hero-image img{width:100%;height:420px;object-fit:cover;display:block;border-radius:8px}.btn-primary{padding:.85em 2.5em;font-size:.85rem;font-weight:700;font-family:inherit;background:#a67c52;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s;letter-spacing:1.5px;text-transform:uppercase}.btn-primary:hover{background:#8b6641;transform:translateY(-1px);box-shadow:0 4px 15px #a67c524d}.btn-primary:disabled{background:#c4b5a6;cursor:default;transform:none;box-shadow:none}.section-tag{font-size:.75rem;font-weight:600;color:#a67c52;letter-spacing:3px;text-transform:uppercase}.section-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#2c2421;margin:.5rem 0;line-height:1.25}.section-desc{font-size:.95rem;color:#7a6b5d;line-height:1.6;margin:0}.section-header{max-width:600px;margin:0 auto 2.5rem}.category-section{background:#fff;padding:4rem 2rem;text-align:center}.category-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.category-card{border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;background:#faf7f3;border:2px solid transparent}.category-card.selected{border-color:#a67c52;box-shadow:0 4px 20px #a67c5233}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000014}.category-card img{width:100%;height:180px;object-fit:cover;display:block}.card-info{padding:1rem;text-align:left}.card-info h3{font-size:1rem;font-weight:700;color:#2c2421;margin:0 0 .25rem;letter-spacing:1px}.card-info p{font-size:.85rem;color:#9e8e7e;margin:0}.featured{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;padding:4rem;gap:4rem;align-items:center}.featured-image{border-radius:8px;overflow:hidden}.featured-image img{width:100%;height:400px;object-fit:cover;display:block;border-radius:8px}.featured-content{display:flex;flex-direction:column;gap:1rem}.count-options{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.count-chip{padding:.5em 1.4em;font-size:.9rem;font-weight:500;font-family:inherit;background:#f0ebe3;color:#7a6b5d;border:1.5px solid #E8E0D8;border-radius:20px;cursor:pointer;transition:all .2s}.count-chip.active{background:#a67c52;color:#fff;border-color:#a67c52}.count-chip:hover{border-color:#a67c52}.contact-section-home{background:#fff;max-width:600px;margin:0 auto;padding:3rem 2rem;text-align:center}.contact-title{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;color:#2c2421;margin:0 0 1.5rem}.contact-form{display:flex;flex-direction:column;gap:.75rem;text-align:left}.contact-label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;color:#7a6b5d}.contact-input,.contact-textarea{padding:.7em .9em;font-size:.95rem;font-family:inherit;background:#faf7f3;color:#2c2421;border:1.5px solid #E8E0D8;border-radius:8px;outline:none;transition:border-color .2s;resize:vertical}.contact-input:focus,.contact-textarea:focus{border-color:#a67c52}.contact-input::placeholder,.contact-textarea::placeholder{color:#c4b5a6}.contact-submit-btn{margin-top:.5rem;width:100%}.contact-msg{font-size:.9rem;font-weight:600;text-align:center;margin:.25rem 0 0}.contact-msg.success{color:#22c55e}.contact-msg.error{color:#ef4444}.footer{text-align:center;padding:2rem;color:#9e8e7e;font-size:.85rem;border-top:1px solid #E8E0D8}.footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.footer-link{background:none;border:none;font-size:.85rem;font-family:inherit;color:#9e8e7e;cursor:pointer;padding:.2em .4em;transition:color .2s;text-decoration:none}.footer-link:hover{color:#a67c52}.footer-divider{color:#e8e0d8;-webkit-user-select:none;user-select:none}.footer-copy{margin:0}.page-content{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.page-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#2c2421;margin:0 0 .5rem;line-height:1.3}.page-updated{font-size:.85rem;color:#9e8e7e;margin:0 0 2rem}.page-section{margin-bottom:2rem}.page-section h2{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:700;color:#2c2421;margin:0 0 .75rem}.page-section p{font-size:.95rem;line-height:1.7;color:#5c4f44;margin:0 0 .75rem}.page-section ul{margin:.5rem 0 1rem;padding-left:1.5rem}.page-section li{font-size:.95rem;line-height:1.7;color:#5c4f44;margin-bottom:.5rem}.page-section a{color:#a67c52;text-decoration:underline}.page-section a:hover{color:#8b6641}.inline-link{background:none;border:none;font-size:inherit;font-family:inherit;color:#a67c52;text-decoration:underline;cursor:pointer;padding:0}.inline-link:hover{color:#8b6641}.app{max-width:640px;width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;margin:0 auto;padding:0 1.25rem;background:#faf7f3}.loader{width:36px;height:36px;border:4px solid #E8E0D8;border-top-color:#a67c52;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 0}.quiz-screen{flex:1;display:flex;flex-direction:column;padding:1.5rem 0 2rem;min-height:0}.quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-shrink:0}.quiz-progress{font-size:.95rem;font-weight:700;color:#a67c52}.quiz-category{font-size:.75rem;font-weight:700;color:#a67c52;background:#a67c521a;padding:.3em .85em;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.quiz-header-right{display:flex;align-items:center;gap:.5rem}.sound-toggle{padding:.3em .5em;font-size:1.1em;background:transparent;border:1.5px solid #E8E0D8;border-radius:8px;cursor:pointer;transition:all .2s;line-height:1}.sound-toggle:hover{border-color:#a67c52}.quit-btn{padding:.35em .9em;font-size:.8em;font-weight:600;font-family:inherit;background:transparent;color:#d9534f;border:1.5px solid rgba(217,83,79,.4);border-radius:8px;cursor:pointer;transition:all .2s;text-decoration:none}.quit-btn:hover{background:#d9534f;color:#fff;border-color:#d9534f}.progress-bar{width:100%;height:4px;background:#e8e0d8;border-radius:2px;margin-bottom:1.5rem;overflow:hidden;flex-shrink:0}.progress-fill{height:100%;background:linear-gradient(90deg,#a67c52,#c4956a);border-radius:2px;transition:width .4s ease}.quiz-body{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0;overflow:hidden}.question-text{font-size:clamp(1rem,2.8vw,1.2rem);font-weight:600;line-height:1.7;margin:0 0 1rem;text-align:center;word-break:keep-all;flex-shrink:0;color:#2c2421}.question-image-wrapper{display:flex;justify-content:center;align-items:center;flex:1;min-height:0;width:100%;margin-bottom:1rem;overflow:hidden}.question-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;border:1px solid #E8E0D8}.options{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.option-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.95rem;font-family:inherit;background:#fff;color:#5c4f44;border:2px solid #E8E0D8;border-radius:12px;cursor:pointer;transition:all .15s;text-align:left}.option-btn:hover{border-color:#a67c52;background:#fbf8f4}.option-btn.correct{border-color:#22c55e;background:#22c55e14;color:#16a34a;animation:pop .3s ease}.option-btn.wrong{border-color:#ef4444;background:#ef444414;color:#dc2626;animation:shake .4s ease}.option-btn.disabled{opacity:.35;cursor:default}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.option-number{display:flex;align-items:center;justify-content:center;width:26px;height:26px;font-size:.8rem;font-weight:700;background:#f0ebe3;border-radius:50%;flex-shrink:0;color:#9e8e7e}.option-btn.correct .option-number{background:#22c55e;color:#fff}.option-btn.wrong .option-number{background:#ef4444;color:#fff}.option-text{flex:1;line-height:1.4}.next-btn{margin-top:.75rem;padding:.85em 0;width:100%;font-size:1em;font-weight:700;font-family:inherit;background:linear-gradient(135deg,#a67c52,#c4956a);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s;letter-spacing:.5px;flex-shrink:0}.next-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #a67c524d}.result-title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,4vw,1.8rem);font-weight:800;margin:0;color:#2c2421}.score-circle{width:130px;height:130px;border-radius:50%;border:5px solid #E8E0D8;display:flex;align-items:center;justify-content:center;margin:1rem 0;transition:all .3s}.score-circle.pass{border-color:#22c55e;box-shadow:0 0 30px #22c55e26}.score-percent{font-size:2.2rem;font-weight:800;color:#a67c52}.score-circle.pass .score-percent{color:#22c55e}.score-detail{font-size:1.05rem;color:#9e8e7e;margin:0}.score-message{font-size:1.05rem;font-weight:600;color:#9e8e7e;margin:.25rem 0 0}.score-message.pass{color:#22c55e}.congrats-image{max-width:80%;max-height:200px;object-fit:contain;border-radius:12px;margin:.5rem 0}.result-actions{display:flex;gap:.75rem;margin-top:1.5rem}.result-btn{width:130px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1em;font-weight:700;font-family:inherit;border-radius:28px;cursor:pointer;transition:all .2s;text-decoration:none}.result-btn.primary{background:#a67c52;color:#fff;border:2px solid #A67C52}.result-btn.primary:hover{background:#8b6641;border-color:#8b6641;transform:translateY(-1px);box-shadow:0 4px 20px #a67c524d}.result-btn.secondary{background:transparent;color:#a67c52;border:2px solid #A67C52}.result-btn.secondary:hover{background:#a67c52;color:#fff}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.nav-menu{gap:1rem}.hero{grid-template-columns:1fr;padding:2rem 1.5rem;gap:2rem;text-align:center}.hero-image{order:-1}.hero-image img{height:280px}.hero-actions{justify-content:center}.category-cards{grid-template-columns:1fr;max-width:400px;margin:0 auto}.featured{grid-template-columns:1fr;padding:2rem 1.5rem;gap:2rem;text-align:center}.featured-image img{height:280px}.count-options{justify-content:center}.featured-content .btn-primary{align-self:center}}@media(max-width:480px){.navbar{padding:.75rem 1rem}.nav-logo{font-size:1.1rem}.nav-menu{gap:.6rem}.nav-link{font-size:.8rem}.lang-toggle{font-size:.75rem;padding:.3em .8em}.hero{padding:1.5rem 1rem}.hero-image img{height:220px}.category-section{padding:2.5rem 1rem}.featured{padding:2rem 1rem}.featured-image img{height:220px}.contact-section-home{padding:2rem 1rem}.page-content{padding:2rem 1rem 3rem}.app{padding:0 .75rem}.question-text{font-size:.95rem}.option-btn{padding:.65rem .8rem;font-size:.88rem;gap:.6rem}.option-number{width:22px;height:22px;font-size:.72rem}.score-circle{width:110px;height:110px}.score-percent{font-size:1.8rem}.result-title{font-size:1.4rem}.quiz-screen{padding:1rem 0 1.5rem}}
