:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle 800px at 10% 10%,#D5BDAF,transparent),radial-gradient(circle 600px at 90% 90%,#8E7D74,transparent),#f5ebe0;min-height:100vh;color:#8e7d74;text-align:center}#root{text-align:center}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5ebe0;min-height:100vh;color:#8e7d74;line-height:1.6;text-align:center}.App{min-height:100vh}.top-nav{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #D5BDAF;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px #8e7d741a;height:60px}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#8e7d74}.logo{font-size:1.5rem}.brand-text{font-size:1.2rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#8e7d74;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#d5bdaf}.nav-random-btn{background:#d5bdaf;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-random-btn:hover{background:#8e7d74;transform:translateY(-1px)}.simple-nav{display:flex;align-items:center;gap:2rem}.simple-nav a{color:#8e7d74;text-decoration:none;font-weight:500;transition:color .3s ease}.simple-nav a:hover{color:#d5bdaf}.disclaimer{background:#fff3e0;border:1px solid #FFB74D;border-radius:10px;padding:1rem;margin:1.5rem 0;text-align:center;font-size:.9rem;color:#e65100;font-weight:500}.home-page{padding:1rem;max-width:1200px;margin:0 auto;padding-top:80px}.home-page{padding:1rem;max-width:1200px;margin:0 auto;text-align:center}.header{color:#8e7d74;margin-bottom:2rem;padding:3rem 1rem 2rem;text-align:center}.header h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;font-weight:600}.header p{font-size:clamp(1rem,3vw,1.2rem);opacity:.8;margin-bottom:2rem}.typewriter-text{min-height:1.5rem;display:flex;align-items:center;justify-content:center}.cursor{color:#d5bdaf;font-weight:700;margin-left:2px}.cursor.blinking{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.random-quiz-btn{background:linear-gradient(135deg,#d5bdaf,#8e7d74);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #8e7d7433}.random-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8e7d744d;background:linear-gradient(135deg,#8e7d74,#6b5b52)}.ad-space{margin:2rem 0;text-align:center}.ad-placeholder{background:#d5bdaf33;border:2px dashed #D5BDAF;padding:2rem 1rem;border-radius:15px;color:#8e7d74;font-size:1rem}.quiz-section{background:#fff;border-radius:20px;padding:2rem 1rem;box-shadow:0 8px 25px #8e7d741a;border:1px solid #D5BDAF;margin-bottom:2rem}.all-tests-section{background:#fff;border-radius:20px;padding:2rem 1rem;box-shadow:0 8px 25px #8e7d741a;border:1px solid #D5BDAF}.category-filter{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.category-btn{background:#f5ebe0;color:#8e7d74;border:2px solid #D5BDAF;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.category-btn:hover{background:#d5bdaf;color:#fff;transform:translateY(-2px)}.category-btn.active{background:#8e7d74;color:#fff;border-color:#8e7d74}.quiz-section h2{text-align:center;margin-bottom:2rem;font-size:clamp(1.5rem,4vw,2rem);color:#8e7d74;font-weight:600}.quiz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.quiz-card{background:linear-gradient(135deg,#d5bdaf,#c4a99c);padding:2rem 1.5rem;border-radius:20px;cursor:pointer;box-shadow:0 8px 25px #8e7d7426;transition:all .3s ease;border:2px solid transparent;color:#fff;display:flex;flex-direction:column;height:100%}.quiz-section:first-of-type .quiz-grid{overflow:hidden}.quiz-section:first-of-type .quiz-card{transition:transform .6s ease-in-out,opacity .3s ease,all .3s ease;transform:translate(0);opacity:1}.quiz-section:first-of-type .quiz-card-container{perspective:1000px;width:100%;height:270px}.quiz-section:first-of-type .quiz-card-flipper{position:relative;width:100%;height:270px;transition:transform .8s;transform-style:preserve-3d}.quiz-section:first-of-type .quiz-grid.transitioning .quiz-card-flipper{transform:rotateY(180deg)}.quiz-section:first-of-type .quiz-card-front,.quiz-section:first-of-type .quiz-card-back{position:absolute;width:100%;height:270px;top:0;left:0;backface-visibility:hidden;border-radius:20px;box-shadow:0 8px 25px #8e7d7426;display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease}.quiz-section:first-of-type .quiz-card-front:hover{transform:rotateY(0) translateY(-3px);box-shadow:0 12px 30px #8e7d7433}.quiz-section:first-of-type .quiz-card-front{transform:rotateY(0);background:linear-gradient(135deg,#d5bdaf,#c4a99c);padding:2rem 1.5rem;color:#fff;border:2px solid transparent}.quiz-section:first-of-type .quiz-card-front .quiz-meta{margin-top:auto;padding-top:1rem}.quiz-section:first-of-type .quiz-card-front:hover{transform:translateY(-3px);box-shadow:0 12px 30px #8e7d7433;border-color:#8e7d74}.quiz-section:first-of-type .quiz-card-front h3{margin-bottom:1rem;font-size:clamp(1.1rem,3vw,1.3rem);font-weight:600}.quiz-section:first-of-type .quiz-card-front p{margin-bottom:1rem;opacity:.9;font-size:.95rem;line-height:1.5}.quiz-section:first-of-type .quiz-card-back{transform:rotateY(180deg);background:#f5ebe0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.quiz-section:first-of-type .quiz-card-back .card-logo{max-width:150px;max-height:150px;width:auto;height:auto}.quiz-section:first-of-type .quiz-card-back h3{margin:10px 0;font-size:1.2em}.quiz-section:first-of-type .quiz-card-back p{margin:0;opacity:.9}.quiz-section:first-of-type .quiz-grid.transitioning .quiz-card-container:nth-child(1) .quiz-card-flipper{transition-delay:0ms}.quiz-section:first-of-type .quiz-grid.transitioning .quiz-card-container:nth-child(2) .quiz-card-flipper{transition-delay:.2s}.quiz-section:first-of-type .quiz-grid.transitioning .quiz-card-container:nth-child(3) .quiz-card-flipper{transition-delay:.4s}.quiz-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #8e7d7433;border-color:#8e7d74}.quiz-card h3{margin-bottom:1rem;font-size:clamp(1.1rem,3vw,1.3rem);font-weight:600}.quiz-card p{margin-bottom:1rem;opacity:.9;font-size:.95rem;line-height:1.5}.quiz-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.difficulty{background:#ffffff40;padding:.4rem .8rem;border-radius:20px;font-weight:500}.quiz-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;padding-top:calc(1rem + 80px)}.quiz-container{background:#fff;border-radius:25px;padding:2rem 1.5rem;max-width:800px;width:100%;box-shadow:0 10px 40px #8e7d7426;border:1px solid #D5BDAF}.quiz-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #F5EBE0;position:relative}.quiz-header h1{color:#8e7d74;margin-bottom:1rem;font-size:clamp(1.3rem,4vw,1.8rem);font-weight:600;white-space:pre-wrap;word-wrap:break-word;line-height:1.4}.quiz-header p{color:#8e7d74;margin:1rem 0;font-size:.9rem}.prev-button{background:linear-gradient(135deg,#e8d5c4,#d5bdaf);color:#8e7d74;border:none;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.prev-button.top-left{position:absolute;top:0;left:0;margin-top:0}@media(max-width:768px){.prev-button.top-left{position:static;margin-top:1rem;margin-bottom:1rem}}.prev-button:hover{background:linear-gradient(135deg,#d5bdaf,#8e7d74);color:#fff;transform:translateY(-1px)}.progress-bar{background:#f5ebe0;height:10px;border-radius:10px;margin:1rem 0;overflow:hidden}.progress{background:linear-gradient(90deg,#d5bdaf,#8e7d74);height:100%;transition:width .4s ease;border-radius:10px}.question-container h3{margin-bottom:2rem;font-size:clamp(1rem,3vw,1.2rem);line-height:1.6;color:#8e7d74;font-weight:500}.options{display:flex;flex-direction:column;gap:1rem}.option{background:#f5ebe0;border:2px solid #D5BDAF;border-radius:15px;padding:1.2rem 1rem;cursor:pointer;transition:all .3s ease;text-align:left;font-size:clamp(.9rem,2.5vw,1rem);color:#8e7d74;font-weight:500}.option:hover{background:#d5bdaf;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #8e7d7433}.option.selected{background:#8e7d74;color:#fff;border-color:#8e7d74;transform:translateY(-2px);box-shadow:0 8px 20px #8e7d744d}.result-container{text-align:center;padding:2rem 1rem}.quiz-name{color:#d5bdaf;font-size:1.1rem;text-align:center;margin-bottom:1rem;font-weight:500}.result-title{font-size:clamp(1.5rem,5vw,2rem);color:#8e7d74;margin-bottom:1rem;font-weight:600}.result-description{font-size:clamp(1rem,3vw,1.1rem);color:#8e7d74;line-height:1.7;margin-bottom:2rem;opacity:.9}.result-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:10;margin:2rem 0}.result-actions button{background:#d5bdaf;color:#fff;border:none;padding:12px 24px;border-radius:25px;cursor:pointer;font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;transition:all .3s ease;min-width:120px}.result-actions button:hover{background:#8e7d74;transform:translateY(-2px);box-shadow:0 5px 15px #8e7d744d}.result-actions button:last-child{background:#8e7d74}.result-actions button:last-child:hover{background:#6b5b52}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.about-modal{background:#fff;border-radius:20px;padding:2rem;max-width:600px;max-height:80vh;overflow-y:auto;margin:1rem;position:relative;box-shadow:0 20px 40px #0003}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#8e7d74;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.close-btn:hover{background:#f5ebe0}.about-content{color:#8e7d74;line-height:1.6}.about-content h2{color:#8e7d74;margin-bottom:1.5rem;text-align:center}.about-content ul{padding-left:1.5rem;margin:1rem 0;list-style:none}.about-content li{margin:.5rem 0}.loading-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem;margin-top:80px}.loading-content{text-align:center;background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 10px 30px #8e7d7433;max-width:500px;width:100%}.loading-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.loading-content h2{color:#8e7d74;margin-bottom:1rem;font-size:1.5rem}.loading-text{color:#d5bdaf;font-size:1.1rem;margin-bottom:2rem;font-weight:500}.progress-bar{background:#f5ebe0;border-radius:25px;height:12px;margin-bottom:1rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#d5bdaf,#8e7d74);height:100%;border-radius:25px;transition:width .3s ease}.progress-text{color:#8e7d74;font-weight:600;font-size:1.2rem;margin-bottom:2rem}.interstitial-ad{margin-top:2rem;padding:1.5rem;background:#fff8f0;border:2px dashed #FFB74D;border-radius:15px}.interstitial-ad .ad-placeholder{color:#e65100;font-weight:500}.interstitial-ad p{margin:.5rem 0}.interstitial-ad small{opacity:.7}.share-card{margin:2rem auto;display:flex;justify-content:center;width:100%;max-width:400px;height:auto;position:relative;z-index:1}.card-background{width:100%;max-width:400px;height:auto;background:linear-gradient(135deg,#ffe4e1,#f5ebe0,#e8d5c4);border-radius:20px;padding:2rem;box-shadow:0 15px 35px #8e7d744d;display:flex;flex-direction:column;position:relative;overflow:hidden}.explore-more{text-align:center;margin:3rem 0}.explore-more-btn{background:linear-gradient(135deg,#8e7d74,#a0907f);color:#fff;border:none;padding:1rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8e7d744d}.explore-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8e7d7466}.all-tests-page{min-height:100vh;background:radial-gradient(circle at 30% 20%,rgba(245,235,224,.8) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(213,189,175,.6) 0%,transparent 50%),linear-gradient(135deg,#f5ebe0,#e8d5c4)}.tests-header{text-align:center;padding:2rem 1rem;margin-top:80px}.tests-header h1{font-size:2.5rem;color:#8e7d74;margin-bottom:1rem}.tests-header p{font-size:1.2rem;color:#8e7d74;opacity:.8}.search-section{max-width:1200px;margin:0 auto;padding:0 3rem}.search-bar{position:relative;margin-bottom:2rem}.search-input{width:100%;padding:1rem 1.5rem;border:2px solid #D5BDAF;border-radius:25px;font-size:1.1rem;background:#fff;transition:all .3s ease}.search-input:focus{outline:none;border-color:#8e7d74;box-shadow:0 0 0 3px #8e7d741a}.clear-search{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;color:#8e7d74;cursor:pointer;padding:5px}.results-info{max-width:1200px;margin:0 auto;padding:0 3rem 1rem;color:#8e7d74}.quiz-categories{display:flex;gap:.5rem;flex-wrap:wrap;margin:.5rem 0}.category-tag{background:#8e7d741a;color:#8e7d74;padding:.2rem .5rem;border-radius:10px;font-size:.8rem}.no-results{text-align:center;padding:4rem 3rem;color:#8e7d74}.no-results h3{font-size:1.5rem;margin-bottom:1rem}.reset-filters{background:linear-gradient(135deg,#d5bdaf,#c4a99c);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:20px;font-size:1rem;cursor:pointer;margin-top:1rem;transition:all .3s ease}.reset-filters:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8e7d744d}.all-tests-page .quiz-grid{max-width:1200px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}@media print,(min-resolution:2dppx){.card-logo-corner img{width:90px!important;height:60px!important;max-width:90px!important;max-height:90px!important}}.download-mode .card-logo-corner img{width:90px!important;height:55px!important;max-width:90px!important;max-height:90px!important}.download-mode .card-logo-corner{top:.5rem}.nav-brand,.nav-logo{cursor:pointer;transition:opacity .2s ease}.nav-brand:hover,.nav-logo:hover{opacity:.8}.related-quizzes{margin-top:3rem;padding-top:2rem;border-top:2px solid #F5EBE0}.related-quizzes h3{color:#8e7d74;text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.related-quiz-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-quiz-card{background:linear-gradient(135deg,#d5bdaf,#c4a99c);padding:1.5rem;border-radius:15px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;color:#fff;display:flex;flex-direction:column;height:100%}.related-quiz-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #8e7d7433;border-color:#8e7d74}.related-quiz-card h4{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.related-quiz-card p{color:#fff;opacity:.9;font-size:.9rem;line-height:1.4;margin-bottom:1rem;flex-grow:1}.related-quiz-card .quiz-meta{margin-top:auto;padding-top:1rem}.related-quiz-card .difficulty,.related-quiz-card .category-tag{color:#fff}@media(max-width:768px){.related-quiz-grid{grid-template-columns:1fr;gap:1rem}.related-quiz-card{padding:1.2rem}.related-quizzes h3{font-size:1.3rem}}@media(max-width:768px){.tests-header h1{font-size:2rem}.search-section{padding:0 1.5rem}.results-info{padding:0 1.5rem 1rem}.all-tests-page .quiz-grid{padding:0 1.5rem}.no-results{padding:4rem 1.5rem}}.card-background{height:auto;padding:1.5rem;border-radius:15px}} .card-background::before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,182,193,.3) 0%,transparent 70%);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-20px,-20px) rotate(180deg)}}.card-logo-corner{position:absolute;top:.5rem;left:1rem;width:90px;height:90px;z-index:2}.card-logo-corner img{width:100%;height:100%;object-fit:contain}.card-header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;z-index:1;margin-top:.5rem}.card-logo{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.card-logo img{width:100%;height:100%;object-fit:contain;max-width:30px;max-height:30px}.card-title{font-size:1.1rem;font-weight:600;color:#8e7d74;margin:0}.card-content{text-align:center;z-index:1;margin-top:30px}.card-quiz-title{font-size:1.2rem;color:#a0826d;margin-bottom:1rem;font-weight:500}.card-image{margin:1rem 0;display:flex;justify-content:center}.card-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.8);box-shadow:0 5px 15px #0003}.card-result-title{font-size:2rem;font-weight:800;color:#8e7d74;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.card-result-desc{font-size:1rem;color:#a0826d;line-height:1.4;margin-bottom:1.5rem;font-weight:500}.card-hashtags{margin:1rem 0 .5rem;display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center}.card-hashtag{background:#ffb6c1cc;color:#fff;padding:.2rem .5rem;border-radius:12px;font-size:.7rem;font-weight:500}.card-footer{text-align:center;z-index:1;margin-top:1.5rem;padding-top:1rem}.card-watermark{font-size:.9rem;color:#d5bdaf;font-weight:500}.share-btn{background:linear-gradient(135deg,#ffb6c1,#ffa0b4);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-left:1rem}.share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ffb6c166}.result-image{margin:1.5rem 0;display:flex;justify-content:center}.result-image img{width:200px;height:200px;border-radius:15px;object-fit:cover;box-shadow:0 8px 20px #8e7d744d;border:3px solid #F5EBE0}.result-hashtags{margin:1.5rem 0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.hashtag{background:linear-gradient(135deg,#ffb6c1,#ffa0b4);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.hashtag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffb6c166}@media(max-width:768px){.top-nav{padding:.8rem 1rem}.nav-links{gap:1rem}.nav-links a{font-size:.9rem}.brand-text{display:none}.home-page{padding:.5rem;padding-top:70px}.header{padding:1.5rem .5rem;margin-bottom:1.5rem}.quiz-section,.all-tests-section{padding:1.5rem 1rem}.category-filter{gap:.5rem}.category-btn{padding:.6rem 1rem;font-size:.9rem}.quiz-grid{grid-template-columns:1fr;gap:1rem}.quiz-card{padding:1.5rem 1rem}.quiz-container{padding:1.5rem 1rem;margin:.5rem}.option{padding:1rem .8rem}.result-actions{flex-direction:column;align-items:center;margin:3rem 0;z-index:15}.result-actions button{width:100%;max-width:200px}.share-btn{margin-left:0;margin-top:.5rem;width:100%;max-width:200px}.card-background{width:350px;height:550px;padding:1.5rem}.card-image img{width:100px;height:100px}.card-result-title{font-size:1.5rem}}@media(max-width:480px){.quiz-card{padding:1.2rem .8rem}.quiz-container{padding:1rem .8rem}.option{padding:.8rem;font-size:.9rem}}@media(hover:none)and (pointer:coarse){.option{padding:1.5rem 1rem;font-size:1rem}.quiz-card{padding:2rem 1.5rem}.result-actions button{padding:15px 30px;font-size:1rem}}.share-link-btn{background:#d5bdaf;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .3s ease;margin-left:auto}.share-link-btn:hover{background:#8e7d74;transform:scale(1.1)}.share-link-btn-result{background:#d5bdaf;color:#fff;border:none;padding:12px 24px;border-radius:25px;cursor:pointer;font-size:16px;transition:all .3s ease;margin:0 10px}.share-link-btn-result:hover{background:#8e7d74;transform:translateY(-2px)}.quiz-meta{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:1rem}.notification{position:fixed;top:80px;right:20px;background:linear-gradient(135deg,#d5bdaf,#8e7d74);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 20px #8e7d744d;z-index:1001;animation:slideIn .3s ease-out;font-weight:500;max-width:300px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:768px){.notification{right:10px;left:10px;max-width:none;text-align:center}}.logo-img{height:60px;width:auto;margin-right:8px;vertical-align:middle;object-fit:contain;object-position:center}.header-logo{height:120px;width:auto;margin-bottom:0;margin-top:0;filter:drop-shadow(0 4px 8px rgba(142,125,116,.2));object-fit:contain;object-position:center}.nav-logo{display:flex;align-items:center;cursor:pointer}@media(max-width:768px){.header-logo{height:120px;margin-bottom:15px}.logo-img{height:50px}}.footer{background:linear-gradient(135deg,#d5bdaf,#8e7d74);color:#fff;padding:30px 3rem;text-align:center;margin-top:50px}.footer-content{max-width:800px;margin:0 auto}.footer-content p{margin:8px 0;line-height:1.6}.footer-disclaimer{font-size:.9rem;opacity:.9;margin-top:15px}@media(max-width:768px){.footer{padding:25px 1.5rem}.footer-disclaimer{font-size:.85rem}}
