body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}button:focus,.nav-item:focus{outline:2px solid #FFD700;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,red,#171796);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e60000,#14147a)}::selection{background:#ffd7004d;color:#333}::-moz-selection{background:#ffd7004d;color:#333}:root{--primary-red: #c62828;--primary-blue: #1565c0;--primary-gold: #e65100;--white: #ffffff;--off-white: #fafafa;--light-bg: #f8f9fa;--light-gray: #e9ecef;--medium-gray: #ced4da;--dark-gray: #495057;--text-primary: #212529;--text-secondary: #6c757d;--accent-blue: #42a5f5;--border-radius: 12px;--border-radius-large: 18px;--shadow-light: 0 2px 6px rgba(0, 0, 0, .06);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--light-bg);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:var(--white);box-shadow:var(--shadow-light);position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--medium-gray)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.nav-logo{font-size:1.6rem;font-weight:700;color:var(--primary-blue);display:flex;align-items:center;gap:.5rem}.nav-menu{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.nav-item{background:transparent;border:1px solid transparent;color:var(--text-primary);padding:.65rem 1.25rem;border-radius:var(--border-radius);cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s ease}.nav-item:hover{background-color:var(--light-gray);color:var(--primary-blue)}.nav-item.active{background-color:var(--primary-blue);color:var(--white);border-color:var(--primary-blue)}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;min-height:60vh;padding:1.5rem 0}.hero-title{font-size:2.8rem;font-weight:800;color:var(--primary-blue);margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;max-width:90%}.hero-stats{display:flex;gap:1.5rem;margin-top:1.5rem}.stat{text-align:center;padding:1.25rem;background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-light);border:1px solid var(--light-gray);transition:all .2s ease}.stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);border-color:var(--medium-gray)}.stat-number{font-size:2rem;font-weight:700;color:var(--primary-red);margin-bottom:.4rem}.stat-label{color:var(--text-secondary);font-weight:600;font-size:.95rem}.hero-image{position:relative;height:350px}.floating-elements{position:relative;width:100%;height:100%}.floating-element{position:absolute;font-size:2.2rem;animation:float 4s ease-in-out infinite;cursor:pointer;opacity:.9;transition:transform .2s ease,opacity .2s ease}.floating-element:hover{transform:scale(1.15);opacity:1;animation-play-state:paused}.element-1{top:15%;left:20%;animation-delay:0s}.element-2{top:35%;right:20%;animation-delay:.8s}.element-3{bottom:30%;left:15%;animation-delay:1.6s}.element-4{bottom:15%;right:25%;animation-delay:2.4s}.element-5{top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:3.2s}.section-title{font-size:2.2rem;text-align:center;margin-bottom:2.5rem;color:var(--primary-blue);font-weight:700}.country-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem;margin-bottom:2.5rem}.country-card{background:var(--white);padding:1.8rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);text-align:center;transition:all .25s ease;border:1px solid var(--light-gray)}.country-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-medium);border-color:var(--medium-gray)}.card-icon{font-size:2.4rem;margin-bottom:1rem;color:var(--primary-blue)}.country-card h3{color:var(--primary-blue);margin-bottom:.8rem;font-size:1.4rem;font-weight:700}.country-card p{color:var(--text-secondary);font-size:1rem}.fun-facts{background:var(--white);padding:1.8rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);border:1px solid var(--light-gray);margin-top:2rem}.fun-facts h3{text-align:center;color:var(--primary-blue);margin-bottom:1.8rem;font-size:1.6rem;font-weight:700}.facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.fact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--off-white);border-radius:var(--border-radius);border:1px solid var(--light-gray)}.fact-icon{font-size:1.8rem;flex-shrink:0;color:var(--primary-blue)}.fact-item p{color:var(--text-primary);font-weight:500;font-size:.95rem}.tongue-twisters,.basic-words,.language-facts{background:var(--white);padding:1.8rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);margin-bottom:2.5rem;border:1px solid var(--light-gray)}.tongue-twisters h3,.basic-words h3,.language-facts h3{color:var(--primary-blue);margin-bottom:1.8rem;text-align:center;font-size:1.6rem;font-weight:700}.twister-container{text-align:center;max-width:600px;margin:0 auto}.twister-card{background:var(--off-white);padding:1.8rem;border-radius:var(--border-radius);margin-bottom:1.8rem;border-left:3px solid var(--primary-red)}.twister-croatian{font-size:1.4rem;color:var(--primary-blue);font-weight:700;margin-bottom:.8rem;font-family:IBM Plex Mono,monospace}.twister-polish{font-size:1.1rem;color:var(--text-secondary);margin-bottom:.8rem;font-style:italic}.twister-difficulty{color:var(--primary-red);font-weight:600}.next-twister{background:var(--primary-blue);color:var(--white);border:none;padding:.85rem 1.8rem;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;box-shadow:var(--shadow-light)}.next-twister:hover{background:var(--accent-blue)}.words-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.word-card{background:var(--off-white);padding:1.2rem;border-radius:var(--border-radius);text-align:center;transition:all .2s ease;border:1px solid var(--light-gray)}.word-card:hover{background:var(--white);border-color:var(--medium-gray);box-shadow:var(--shadow-light)}.word-croatian{font-size:1.15rem;color:var(--primary-blue);font-weight:700;margin-bottom:.4rem}.word-polish{color:var(--text-secondary);margin-bottom:.4rem;font-size:.95rem}.word-category{font-size:.85rem;color:var(--primary-red);font-weight:600}.facts-list{display:flex;flex-direction:column;gap:1rem}.fact{display:flex;align-items:center;gap:1rem;padding:1.2rem;background:var(--off-white);border-radius:var(--border-radius);border:1px solid var(--light-gray)}.fact-number{background:var(--primary-blue);color:var(--white);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.memory-game,.quiz-game{background:var(--white);padding:1.8rem;border-radius:var(--border-radius-large);box-shadow:var(--shadow-light);margin-bottom:2.5rem;border:1px solid var(--light-gray)}.memory-game h3,.quiz-game h3{color:var(--primary-blue);margin-bottom:1.8rem;text-align:center;font-size:1.6rem;font-weight:700}.game-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem;flex-wrap:wrap;gap:1rem}.score{font-size:1.1rem;font-weight:700;color:var(--primary-red)}.reset-game{background:var(--primary-blue);color:var(--white);border:none;padding:.7rem 1.4rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background .2s ease}.reset-game:hover{background:var(--accent-blue)}.memory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;max-width:500px;margin:0 auto}.memory-card{aspect-ratio:1;perspective:1000px;cursor:pointer}.memory-card .card-front,.memory-card .card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .5s ease;box-shadow:var(--shadow-light);font-family:Inter,sans-serif}.memory-card .card-front{background:var(--primary-blue);color:var(--white);font-size:1.8rem;font-weight:700}.memory-card .card-back{background:var(--white);color:var(--primary-blue);transform:rotateY(180deg);border:1px solid var(--medium-gray);padding:.5rem;text-align:center}.memory-card.flipped .card-front{transform:rotateY(180deg)}.memory-card.flipped .card-back{transform:rotateY(0)}.card-croatian{font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.card-polish{font-size:.85rem;color:var(--text-secondary)}.game-complete{text-align:center;margin-top:1.8rem;padding:1.5rem;background:var(--off-white);border-radius:var(--border-radius);border:1px solid var(--light-gray)}.game-complete h4{color:var(--primary-red);margin-bottom:.6rem;font-size:1.3rem;font-weight:700}.game-complete p{color:var(--text-primary);font-weight:600}.celebration-emojis{display:flex;justify-content:center;gap:.8rem;margin-top:1rem}.celebration-emoji{font-size:1.6rem;animation:celebrationBounce 1.2s ease-in-out infinite}.quiz-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem;flex-wrap:wrap;gap:1rem}.quiz-progress{font-size:1rem;font-weight:600;color:var(--primary-blue)}.quiz-score{font-size:1rem;font-weight:600;color:var(--primary-red)}.reset-quiz{background:var(--primary-blue);color:var(--white);border:none;padding:.6rem 1.2rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background .2s ease;font-size:.9rem}.reset-quiz:hover{background:var(--accent-blue)}.quiz-container{max-width:500px;margin:0 auto}.quiz-question p{font-size:1.15rem;margin-bottom:1.5rem;text-align:center;color:var(--text-primary);font-weight:600}.quiz-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin-bottom:1rem}.quiz-option{background:var(--off-white);border:1px solid var(--light-gray);padding:1rem;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;text-align:center}.quiz-option:hover:not(:disabled){background:var(--white);border-color:var(--medium-gray);box-shadow:var(--shadow-light)}.quiz-option:disabled{cursor:not-allowed}.quiz-option.correct{background:#e8f5e9;border-color:#4caf50;color:#2e7d32;font-weight:600}.quiz-option.incorrect{background:#ffebee;border-color:#f44336;color:#c62828;font-weight:600}.quiz-explanation{background:var(--off-white);padding:1rem;border-radius:var(--border-radius);border-left:3px solid var(--primary-blue);margin-top:1rem}.quiz-explanation p{color:var(--text-primary);font-size:.95rem;margin:0;text-align:left;font-style:italic}.quiz-results{text-align:center;padding:2rem;background:var(--off-white);border-radius:var(--border-radius);border:1px solid var(--light-gray)}.quiz-results h4{color:var(--primary-blue);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.final-score{font-size:1.2rem;font-weight:700;color:var(--primary-red);margin-bottom:.5rem}.score-percentage{font-size:1rem;color:var(--text-secondary);margin-bottom:1rem}.score-message{font-size:1rem;color:var(--text-primary);margin-bottom:1.5rem;font-weight:500}.restart-quiz{background:var(--primary-blue);color:var(--white);border:none;padding:.8rem 1.5rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background .2s ease;font-size:1rem}.restart-quiz:hover{background:var(--accent-blue)}.quiz-loading{text-align:center;padding:2rem;color:var(--text-secondary);font-style:italic}.element-tooltip{position:absolute;bottom:-45px;left:50%;transform:translate(-50%);background:var(--white);color:var(--text-primary);padding:.6rem 1rem;border-radius:var(--border-radius);box-shadow:var(--shadow-medium);font-size:.85rem;font-weight:500;white-space:nowrap;z-index:100;border:1px solid var(--light-gray)}.element-tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--light-gray)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes celebrationBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width: 768px){.nav-container{flex-direction:column;padding:1rem}.hero-section{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-subtitle{max-width:100%}.hero-stats{flex-direction:column;align-items:center}.memory-grid{grid-template-columns:repeat(3,1fr)}.quiz-options{grid-template-columns:1fr}.quiz-info{flex-direction:column;align-items:center;text-align:center}.section-title{font-size:2rem}.hero-title{font-size:2.2rem}}@media (max-width: 480px){.hero-title{font-size:1.9rem}.memory-grid{grid-template-columns:repeat(2,1fr)}.floating-element{font-size:1.8rem}.nav-item{padding:.6rem 1rem;font-size:.95rem}}.footer{text-align:center;font-size:medium}
