*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}.mobile-only{display:none}.desktop-only{display:flex}@media (max-width: 768px){.mobile-only{display:flex}.desktop-only,.mobile-hidden{display:none!important}}.app-container{min-height:100vh;display:flex;flex-direction:column;background:#F3EEE6;transition:background .3s ease}.app-container.dark{background:#1C1C1C}.mobile-top-bar{display:none;align-items:center;justify-content:space-between;padding:.75rem 1rem;padding-top:calc(.75rem + env(safe-area-inset-top));background:rgba(42,42,42,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #B9B5AE;position:relative;z-index:1001}.dark .mobile-top-bar{background:rgba(243,238,230,.05);border-bottom:1px solid #2A2A2A}@media (max-width: 768px){.mobile-top-bar{display:flex}}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;padding-top:calc(1rem + env(safe-area-inset-top));background:rgba(42,42,42,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #B9B5AE}.dark .top-nav{background:rgba(243,238,230,.05);border-bottom:1px solid #2A2A2A}.nav-left{display:flex;align-items:center;gap:.5rem}.nav-tab-btn{background:transparent;border:none;color:#2a2a2a;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-weight:400;transition:all .3s ease}.dark .nav-tab-btn{color:#f3eee6}.nav-tab-btn.active{background:rgba(42,42,42,.15);font-weight:700}.dark .nav-tab-btn.active{background:rgba(243,238,230,.2)}.nav-tab-btn:hover{background:rgba(42,42,42,.1)}.dark .nav-tab-btn:hover{background:rgba(243,238,230,.15)}.logo-icon{width:32px;height:32px;background:#1C1C1C;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;box-shadow:0 4px 6px #0000001a;cursor:pointer}.dark .logo-icon{background:#F3EEE6}.app-name{font-size:1.5rem;font-weight:700;color:#2a2a2a;letter-spacing:-.02em;cursor:pointer}.dark .app-name{color:#f3eee6}.nav-right{display:flex;align-items:center;gap:1rem}.dark-mode-toggle{background:rgba(42,42,42,.1);border:none;border-radius:20px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#2a2a2a}.dark-mode-toggle:hover{background:rgba(42,42,42,.15);transform:scale(1.05)}.dark .dark-mode-toggle{background:rgba(243,238,230,.1);color:#f3eee6}.dark .dark-mode-toggle:hover{background:rgba(243,238,230,.15)}.profile-icon{width:36px;height:36px;background:rgba(42,42,42,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2a2a2a;cursor:pointer;transition:all .3s ease}.profile-icon:hover{background:rgba(42,42,42,.15);transform:scale(1.05)}.dark .profile-icon{background:rgba(243,238,230,.1);color:#f3eee6}.dark .profile-icon:hover{background:rgba(243,238,230,.15)}.stats-bar{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1rem 2rem;background:rgba(42,42,42,.05);border-bottom:1px solid #B9B5AE;flex-wrap:wrap}.dark .stats-bar{background:rgba(243,238,230,.05);border-bottom:1px solid #2A2A2A}.stat-item{display:flex;align-items:center;gap:.5rem;color:#2a2a2a;font-size:.9rem}.dark .stat-item{color:#f3eee6}.stat-icon{width:28px;height:28px;background:rgba(42,42,42,.1);border-radius:8px;display:flex;align-items:center;justify-content:center}.dark .stat-icon{background:rgba(243,238,230,.1)}.stat-value{font-weight:700;font-size:1.1rem}.stat-label{opacity:.8;font-size:.85rem}.streak-fire{animation:flicker 2s infinite}@keyframes flicker{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.app-content{flex:1;width:100%;max-width:48rem;padding:1.5rem 2rem 2rem;margin:0 auto;display:flex;flex-direction:column}@media (max-width: 768px){.app-content{padding:1rem 1.25rem 6rem}}.header{text-align:center;margin-bottom:1.5rem}.title{color:#2a2a2a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dark .title{color:#f3eee6}.subtitle{color:#2a2a2ab3;font-size:1.125rem}.dark .subtitle{color:#f3eee6b3}.series-selector-btn{padding:.75rem 1.5rem;border-radius:2rem;border:none;background:rgba(42,42,42,.1);color:#2a2a2a;font-weight:400;cursor:pointer;transition:all .3s ease;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.95rem}.dark .series-selector-btn{background:rgba(255,255,255,.1);color:#f3eee6}.series-selector-btn.active{background:rgba(42,42,42,.25);font-weight:700}.dark .series-selector-btn.active{background:rgba(255,255,255,.25)}.series-selector-btn:hover{background:rgba(42,42,42,.15)}.dark .series-selector-btn:hover{background:rgba(255,255,255,.15)}.profile-page{flex:1;width:100%;max-width:48rem;padding:2rem 2rem 5rem;margin:0 auto}@media (max-width: 768px){.profile-page{padding:1.5rem 1.25rem 6rem}}.profile-header{display:flex;align-items:center;gap:1.5rem;background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;margin-bottom:2rem;border:1px solid #B9B5AE}.dark .profile-header{background:#2A2A2A;border:1px solid rgba(243,238,230,.1)}@media (max-width: 768px){.profile-header{flex-direction:column;text-align:center;padding:1.5rem}}.profile-avatar{width:80px;height:80px;background:#1C1C1C;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dark .profile-avatar{background:#F3EEE6}@media (max-width: 768px){.profile-avatar{width:64px;height:64px}}.profile-name-section{flex:1}.profile-name-input{font-size:1.75rem;font-weight:700;color:#2a2a2a;background:transparent;border:none;border-bottom:2px solid #B9B5AE;padding:.5rem 0;width:100%;transition:border-color .3s}.dark .profile-name-input{color:#f3eee6;border-bottom:2px solid rgba(243,238,230,.2)}.profile-name-input:focus{outline:none;border-bottom-color:#7f8f85}@media (max-width: 768px){.profile-name-input{font-size:1.5rem;text-align:center}}.profile-join-date{color:#2a2a2a99;font-size:.875rem;margin-top:.5rem}.dark .profile-join-date{color:#f3eee699}.profile-section{background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #B9B5AE}.dark .profile-section{background:#2A2A2A;border:1px solid rgba(243,238,230,.1)}.profile-section-title{color:#2a2a2a;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.dark .profile-section-title{color:#f3eee6}.profile-setting-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #B9B5AE}.dark .profile-setting-item{border-bottom:1px solid rgba(243,238,230,.1)}.profile-setting-item:last-child{border-bottom:none}.profile-setting-info{flex:1}.profile-setting-label{color:#2a2a2a;font-weight:600;margin-bottom:.25rem}.dark .profile-setting-label{color:#f3eee6}.profile-setting-description{color:#2a2a2a99;font-size:.875rem}.dark .profile-setting-description{color:#f3eee699}.profile-toggle{width:56px;height:28px;background:rgba(42,42,42,.1);border-radius:14px;border:none;cursor:pointer;position:relative;transition:background .3s}.dark .profile-toggle{background:rgba(243,238,230,.1)}.profile-toggle:hover{background:rgba(42,42,42,.15)}.dark .profile-toggle:hover{background:rgba(243,238,230,.15)}.profile-toggle-slider{position:absolute;top:2px;left:2px;width:24px;height:24px;background:#B9B5AE;border-radius:50%;transition:transform .3s;display:flex;align-items:center;justify-content:center;color:#1c1c1c}.profile-toggle-slider.active{transform:translate(28px);background:#7F8F85;color:#f3eee6}.profile-number-input{display:flex;align-items:center;gap:.75rem;background:rgba(42,42,42,.05);border-radius:8px;padding:.25rem}.dark .profile-number-input{background:rgba(243,238,230,.05)}.profile-number-btn{width:32px;height:32px;background:rgba(42,42,42,.1);border:none;border-radius:6px;color:#2a2a2a;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s}.dark .profile-number-btn{background:rgba(243,238,230,.1);color:#f3eee6}.profile-number-btn:hover{background:rgba(42,42,42,.15);transform:scale(1.05)}.dark .profile-number-btn:hover{background:rgba(243,238,230,.15)}.profile-number-value{color:#2a2a2a;font-weight:700;font-size:1.125rem;min-width:32px;text-align:center}.dark .profile-number-value{color:#f3eee6}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.profile-stat-box{background:rgba(42,42,42,.05);border-radius:.75rem;padding:1.25rem;text-align:center;border:1px solid #B9B5AE}.dark .profile-stat-box{background:rgba(243,238,230,.05);border:1px solid rgba(243,238,230,.1)}.profile-stat-value{font-size:2rem;font-weight:700;color:#2a2a2a;margin-bottom:.25rem}.dark .profile-stat-value,.share-card-preview .profile-stat-value{color:#f3eee6}.dark .share-card-preview .profile-stat-value{color:#2a2a2a}.profile-stat-label{color:#2a2a2ab3;font-size:.875rem}.dark .profile-stat-label,.share-card-preview .profile-stat-label{color:#f3eee6b3}.dark .share-card-preview .profile-stat-label{color:#2a2a2ab3}.profile-about-grid{display:flex;flex-direction:column;gap:1rem}.profile-about-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #B9B5AE}.dark .profile-about-item{border-bottom:1px solid rgba(243,238,230,.1)}.profile-about-item:last-child{border-bottom:none}.profile-about-label{color:#2a2a2ab3;font-size:.875rem}.dark .profile-about-label{color:#f3eee6b3}.profile-about-value{color:#2a2a2a;font-weight:600}.dark .profile-about-value{color:#f3eee6}.profile-about-link{color:#7f8f85;text-decoration:none;font-weight:600;transition:opacity .2s}.profile-about-link:hover{opacity:.8}.profile-privacy-note{color:#2a2a2a99;font-size:.875rem;text-align:center;margin-top:1.5rem;padding:1rem;background:rgba(42,42,42,.05);border-radius:.5rem}.dark .profile-privacy-note{color:#f3eee699;background:rgba(243,238,230,.05)}.progress-section{margin-bottom:1.5rem}.progress-bar{width:100%;height:.5rem;background:rgba(42,42,42,.1);border-radius:9999px;overflow:hidden}.dark .progress-bar{background:rgba(243,238,230,.1)}.progress-fill{height:100%;background:#7F8F85;transition:width .3s}.progress-text{display:flex;justify-content:space-between;margin-top:.5rem;color:#2a2a2ab3;font-size:.875rem}.dark .progress-text{color:#f3eee6b3}.card-perspective{position:relative;margin-bottom:2rem;perspective:1000px}.flashcard{position:relative;width:100%;height:20rem;transition:transform .4s ease;transform-style:preserve-3d;cursor:pointer;touch-action:pan-y}@media (max-width: 768px){.flashcard{height:18rem}}@media (max-width: 480px){.flashcard{height:16rem}}.flashcard.flipped{transform:rotateX(180deg)}.card-face{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;backface-visibility:hidden;transition:all .3s ease}.card-front{background:white}.dark .card-front{background:#2A2A2A;color:#f3eee6}.card-back{background:white;transform:rotateX(180deg)}.dark .card-back{background:#2A2A2A}.card-content{text-align:center;flex:1;display:flex;align-items:center;justify-content:center}.card-label{font-size:.875rem;color:#7f8f85;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.card-text{font-size:3rem;font-weight:700;color:#1c1c1c}.dark .card-text{color:#f3eee6}.card-text-back{font-size:2.25rem;color:#2a2a2a;line-height:1.75;font-weight:500}.dark .card-text-back{color:#f3eee6}.card-hint{color:#b9b5ae;margin-top:auto;font-size:.875rem}.game-mode-card{background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;cursor:pointer;transition:all .3s ease;border:2px solid #B9B5AE}.dark .game-mode-card{background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.1)}.game-mode-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.dark .game-mode-card:hover{background:rgba(255,255,255,.15)}.game-card-title{color:#2a2a2a;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.dark .game-card-title{color:#f3eee6}.game-card-subtitle{color:#2a2a2ab3;font-size:.9rem}.dark .game-card-subtitle{color:#f3eee6b3}.game-card-description{color:#2a2a2acc;font-size:1rem;line-height:1.5}.dark .game-card-description{color:#f3eee6cc}.share-card-title{color:#f3eee6;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.dark .share-card-title{color:#2a2a2a}.favorite-btn{position:absolute;top:1rem;right:1rem;background:rgba(42,42,42,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.dark .favorite-btn{background:rgba(243,238,230,.1)}.favorite-btn:hover{background:rgba(42,42,42,.15);transform:scale(1.1)}.dark .favorite-btn:hover{background:rgba(243,238,230,.15)}.audio-btn{position:absolute;top:1rem;right:1rem;background:rgba(42,42,42,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#2a2a2a}.dark .audio-btn{background:rgba(243,238,230,.1);color:#f3eee6}.audio-btn:hover{background:rgba(42,42,42,.15);transform:scale(1.1)}.dark .audio-btn:hover{background:rgba(243,238,230,.15)}.mastery-stars{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.25rem}.btn-primary{padding:.75rem 1.5rem;border-radius:.75rem;border:none;background:#1C1C1C;color:#f3eee6;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #1c1c1c4d;background:#2A2A2A}.dark .btn-primary{background:#F3EEE6;color:#1c1c1c}.dark .btn-primary:hover{background:#B9B5AE}.xp-notification{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#7F8F85;color:#f3eee6;padding:1.5rem 2rem;border-radius:1rem;font-weight:700;font-size:1.5rem;box-shadow:0 20px 40px #0000004d;animation:xpPop .8s ease;z-index:1000;pointer-events:none}@keyframes xpPop{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.control-btn{padding:1rem;border-radius:9999px;background:rgba(42,42,42,.1);color:#2a2a2a;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.dark .control-btn{background:rgba(243,238,230,.1);color:#f3eee6}.control-btn:hover:not(.disabled){background:rgba(42,42,42,.15);transform:scale(1.1)}.dark .control-btn:hover:not(.disabled){background:rgba(243,238,230,.15)}.control-btn.disabled{background:rgba(42,42,42,.05);color:#2a2a2a4d;cursor:not-allowed}.dark .control-btn.disabled{background:rgba(243,238,230,.05);color:#f3eee64d}.reset-btn{padding:.75rem 1.5rem;gap:.5rem}.reset-text{font-weight:500}.keyboard-hints{text-align:center;display:flex;justify-content:center;align-items:center}.keyboard-hints p{color:#2a2a2a99;font-size:.875rem}.dark .keyboard-hints p{color:#f3eee699}.key{color:#2a2a2a;font-weight:500}.dark .key{color:#f3eee6}.swipe-hints{text-align:center;padding:1rem 0;display:none!important;justify-content:center;align-items:center}@media (max-width: 768px){.swipe-hints{display:flex!important}}.swipe-hints p{color:#2a2a2ab3;font-size:.9rem;font-weight:500;margin:0}.dark .swipe-hints p{color:#f3eee6b3}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:none;align-items:center;justify-content:space-around;background:rgba(243,238,230,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #B9B5AE;padding:.5rem 0;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -4px 6px #0000000d}@media (max-width: 768px){.bottom-nav{display:flex}}.dark .bottom-nav{background:rgba(28,28,28,.95);border-top:1px solid #2A2A2A}.nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;background:none;border:none;color:#2a2a2a80;cursor:pointer;transition:all .2s ease;flex:1;position:relative}.dark .nav-item{color:#f3eee680}.nav-item span{font-size:.7rem;font-weight:500}.nav-item.active{color:#2a2a2a;background:rgba(127,143,133,.15);border-radius:.75rem}.dark .nav-item.active{color:#f3eee6;background:rgba(127,143,133,.2)}.nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#7F8F85;border-radius:0 0 3px 3px}.nav-item.active span{font-weight:700}.nav-item:active{transform:scale(.95)}.stats-page{flex:1;width:100%;max-width:48rem;padding:2rem 2rem 5rem;margin:0 auto}@media (max-width: 768px){.stats-page{padding:1.5rem 1.25rem 6rem}}.stats-header{text-align:center;margin-bottom:2rem}.stats-title{color:#2a2a2a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.dark .stats-title{color:#f3eee6}.stats-subtitle{color:#2a2a2ab3;font-size:1rem}.dark .stats-subtitle{color:#f3eee6b3}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.875rem!important}.stats-grid .stat-card{min-width:0!important;max-width:none!important}}@media (max-width: 480px){.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}}.stat-card{background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #B9B5AE;transition:all .3s ease;min-width:0;width:100%}.stat-card:hover{background:rgba(255,255,255,.9);transform:translateY(-4px)}.dark .stat-card{background:#2A2A2A;border:1px solid rgba(243,238,230,.1)}.dark .stat-card:hover{background:rgba(243,238,230,.1)}@media (max-width: 768px){.stat-card{padding:1.25rem 1rem}}.stat-card-icon{width:56px;height:56px;background:rgba(42,42,42,.05);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.dark .stat-card-icon{background:rgba(243,238,230,.05)}@media (max-width: 768px){.stat-card-icon{width:48px;height:48px}}.stat-card-value{font-size:2rem;font-weight:700;color:#2a2a2a;margin-bottom:.25rem}.dark .stat-card-value{color:#f3eee6}@media (max-width: 768px){.stat-card-value{font-size:1.5rem}}.stat-card-label{color:#2a2a2a;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.dark .stat-card-label{color:#f3eee6}@media (max-width: 768px){.stat-card-label{font-size:.8rem}}.stat-card-description{color:#2a2a2a99;font-size:.75rem}.dark .stat-card-description{color:#f3eee699}@media (max-width: 768px){.stat-card-description{font-size:.7rem}}.difficulty-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.difficulty-btn{flex:1;padding:1rem;border-radius:1rem;border:none;color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem}.difficulty-btn span{font-size:.75rem;opacity:.8}.difficulty-btn.hard{background:linear-gradient(135deg,#ff6b6b,#ee5a6f)}.difficulty-btn.hard:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b6b4d}.difficulty-btn.medium{background:linear-gradient(135deg,#ffd93d,#f6c23e)}.difficulty-btn.medium:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ffd93d4d}.difficulty-btn.easy{background:linear-gradient(135deg,#6bcf7f,#51cf66)}.difficulty-btn.easy:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6bcf7f4d}.mode-btn{padding:.5rem 1rem;border-radius:1.5rem;border:1px solid #B9B5AE;background:rgba(42,42,42,.05);color:#2a2a2a;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.dark .mode-btn{border:1px solid rgba(243,238,230,.2);background:rgba(243,238,230,.05);color:#f3eee6}.mode-btn:hover{background:rgba(42,42,42,.1);transform:translateY(-2px)}.dark .mode-btn:hover{background:rgba(243,238,230,.1)}.mode-btn.active{background:#7F8F85;color:#f3eee6;border-color:#7f8f85}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#F3EEE6;border-radius:1.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d}.dark .modal-content{background:#1C1C1C}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #B9B5AE}.dark .modal-header{border-bottom:1px solid #2A2A2A}.modal-title{color:#2a2a2a;font-size:1.5rem;font-weight:700}.dark .modal-title{color:#f3eee6}.modal-close{background:rgba(42,42,42,.1);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#2a2a2a;transition:all .3s ease}.dark .modal-close{background:rgba(243,238,230,.1);color:#f3eee6}.modal-close:hover{background:rgba(42,42,42,.15);transform:scale(1.1)}.dark .modal-close:hover{background:rgba(243,238,230,.15)}.search-input{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:2px solid #B9B5AE;background:white;color:#2a2a2a;font-size:1rem;outline:none;transition:border-color .3s}.dark .search-input{background:#2A2A2A;border-color:#f3eee633;color:#f3eee6}.search-input:focus{border-color:#7f8f85}.search-input::placeholder{color:#2a2a2a80}.dark .search-input::placeholder{color:#f3eee680}.search-results{max-height:400px;overflow-y:auto;padding:1rem 1.5rem}.search-empty-state{text-align:center;color:#2a2a2a99;padding:2rem}.dark .search-empty-state{color:#f3eee699}.search-result-item{padding:1rem;border-radius:.75rem;margin-bottom:.75rem;background:rgba(42,42,42,.05);cursor:pointer;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.dark .search-result-item{background:rgba(243,238,230,.05)}.search-result-item:hover{background:rgba(42,42,42,.1);transform:translate(4px)}.dark .search-result-item:hover{background:rgba(243,238,230,.1)}.search-result-front{font-weight:600;color:#2a2a2a;margin-bottom:.25rem}.dark .search-result-front{color:#f3eee6}.search-result-back{font-size:.875rem;color:#2a2a2ab3}.dark .search-result-back{color:#f3eee6b3}.search-result-series{font-size:.75rem;color:#7f8f85;font-weight:600}.search-modal input[type=text]{background:rgba(42,42,42,.05)!important;color:#2a2a2a!important;border:2px solid #B9B5AE!important}.dark .search-modal input[type=text]{background:rgba(243,238,230,.1)!important;color:#f3eee6!important;border:2px solid rgba(243,238,230,.3)!important}.search-modal input[type=text]::placeholder{color:#2a2a2a80}.dark .search-modal input[type=text]::placeholder{color:#f3eee680}.search-modal input[type=text]:focus{outline:none;border-color:#7f8f85!important}.achievement-notification{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#1C1C1C;color:#f3eee6;padding:1.5rem 2rem;border-radius:1rem;font-weight:700;box-shadow:0 20px 40px #0000004d;animation:achievementPop 4s ease;z-index:1001;pointer-events:none;display:flex;align-items:center;gap:1rem}.dark .achievement-notification{background:#F3EEE6;color:#1c1c1c}.achievement-icon{font-size:3rem}.achievement-title{font-size:.875rem;opacity:.9;margin-bottom:.25rem}.achievement-name{font-size:1.25rem;margin-bottom:.25rem}.achievement-xp{font-size:1rem;color:#7f8f85}@keyframes achievementPop{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}10%{transform:translate(-50%,-50%) scale(1.1);opacity:1}90%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(.5);opacity:0}}.achievement-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:1.5rem}.achievement-card{background:rgba(42,42,42,.05);border-radius:1rem;padding:1.5rem 1rem;text-align:center;transition:all .3s ease;border:2px solid transparent}.dark .achievement-card{background:rgba(243,238,230,.05)}.achievement-card.unlocked{border-color:#7f8f85;background:rgba(127,143,133,.1)}.achievement-card.locked{opacity:.5}.achievement-card-icon{font-size:3rem;margin-bottom:.5rem}.achievement-card-name{font-weight:700;color:#2a2a2a;margin-bottom:.25rem;font-size:.875rem}.dark .achievement-card-name{color:#f3eee6}.achievement-card-description{font-size:.75rem;color:#2a2a2ab3;margin-bottom:.5rem}.dark .achievement-card-description{color:#f3eee6b3}.achievement-card-xp{font-size:.75rem;color:#7f8f85;font-weight:700}.achievement-card-date{font-size:.65rem;color:#b9b5ae;margin-top:.25rem}.quiz-card{background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;margin-bottom:2rem;border:1px solid #B9B5AE}.dark .quiz-card{background:#2A2A2A;border:1px solid rgba(243,238,230,.1)}.quiz-question{text-align:center;margin-bottom:2rem;position:relative}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.quiz-options{grid-template-columns:1fr}}.quiz-option-btn{padding:1.25rem;border-radius:1rem;border:2px solid #B9B5AE;background:rgba(42,42,42,.05);color:#2a2a2a;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.dark .quiz-option-btn{border:2px solid rgba(243,238,230,.2);background:rgba(243,238,230,.05);color:#f3eee6}.quiz-option-btn:hover{background:rgba(42,42,42,.1);transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.dark .quiz-option-btn:hover{background:rgba(243,238,230,.1)}.quiz-progress{margin-bottom:1.5rem}.quiz-score-card{background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:3rem 2rem;margin-bottom:2rem;text-align:center;border:1px solid #B9B5AE}.dark .quiz-score-card{background:#2A2A2A;border:1px solid rgba(243,238,230,.1)}.quiz-score-big{font-size:4rem;font-weight:700;color:#2a2a2a;margin-bottom:.5rem}.dark .quiz-score-big{color:#f3eee6}.quiz-score-label{font-size:1.25rem;color:#2a2a2acc}.dark .quiz-score-label{color:#f3eee6cc}.quiz-results{margin-bottom:2rem}.quiz-answers-list{display:flex;flex-direction:column;gap:.75rem}.quiz-answer-item{background:rgba(42,42,42,.05);border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:1rem;border:2px solid transparent}.dark .quiz-answer-item{background:rgba(243,238,230,.05)}.quiz-answer-item.correct{border-color:#4ecdc4}.quiz-answer-item.incorrect{border-color:#ff6b35}.quiz-answer-icon{flex-shrink:0}.quiz-answer-question{font-weight:600;color:#2a2a2a;margin-bottom:.25rem}.dark .quiz-answer-question{color:#f3eee6}.quiz-answer-correction{font-size:.875rem;color:#2a2a2ab3}.dark .quiz-answer-correction{color:#f3eee6b3}.timed-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.timed-timer,.timed-score{display:flex;flex-direction:column;align-items:center;gap:.5rem}.timed-timer span,.timed-score span{font-size:2rem;font-weight:700;color:#2a2a2a}.dark .timed-timer span,.dark .timed-score span{color:#f3eee6}.timed-card{background:white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;margin-bottom:2rem;text-align:center;border:1px solid #B9B5AE;position:relative}.dark .timed-card{background:#2A2A2A;border:1px solid rgba(243,238,230,.1)}.leaderboard-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.leaderboard-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;background:rgba(42,42,42,.05);transition:all .3s ease}.dark .leaderboard-item{background:rgba(243,238,230,.05)}.leaderboard-item.highlight{background:rgba(127,143,133,.2);border:2px solid #7F8F85}.leaderboard-rank{font-weight:700;color:#7f8f85;font-size:1.25rem;min-width:40px}.leaderboard-username{flex:1;font-weight:600;color:#2a2a2a}.dark .leaderboard-username{color:#f3eee6}.leaderboard-xp{font-weight:700;color:#7f8f85}.leaderboard-user-rank{text-align:center;margin-top:1rem;padding:.75rem;background:rgba(127,143,133,.1);border-radius:.5rem;color:#2a2a2a;font-weight:600}.dark .leaderboard-user-rank{color:#f3eee6}.share-card-preview{background:#1C1C1C;border-radius:1rem;padding:2rem;text-align:center;margin-bottom:1rem}.dark .share-card-preview{background:#F3EEE6}@media (max-width: 768px){.app-name{font-size:1.25rem}.stats-bar{gap:.75rem;padding:.75rem 1rem}.stat-item{font-size:.75rem;flex-direction:column;text-align:center}.stat-icon{width:24px;height:24px}.stat-value{font-size:1rem}.stat-label{font-size:.7rem}.title{font-size:2rem}.subtitle{font-size:1rem}.header{margin-bottom:1.5rem}.card-text{font-size:2.5rem}.card-text-back{font-size:1.875rem}.card-face{padding:1.5rem}.difficulty-buttons{flex-direction:column}.quiz-score-big{font-size:3rem}.timed-stats{gap:2rem}}@media (max-width: 480px){.logo-icon{width:28px;height:28px;font-size:1rem}.app-name{font-size:1.1rem}.stats-bar{gap:.5rem;padding:.5rem .75rem}.stat-item{font-size:.7rem}.stat-value{font-size:.9rem}.stat-label{font-size:.65rem}.title{font-size:1.75rem}.subtitle{font-size:.9rem}.card-text{font-size:2rem}.card-text-back{font-size:1.5rem}.card-label,.card-hint{font-size:.75rem}}.language-selector{display:flex;gap:.5rem;align-items:center;position:relative;z-index:1001}.quick-start-overview{padding:1.5rem 2rem;max-width:48rem;margin:0 auto;width:100%}.quick-start-header{text-align:center;margin-bottom:2rem}.quick-start-header h1{font-size:2.5rem;margin-bottom:.5rem}.quick-start-header p{opacity:.7;font-size:1rem}.fully-complete-badge{display:inline-flex;align-items:center;gap:.5rem;background:#7F8F85;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;margin-top:1rem}.days-list{display:flex;flex-direction:column;gap:.75rem;padding-bottom:6rem}.day-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:rgba(127,143,133,.1);border:1px solid rgba(127,143,133,.2);border-radius:.75rem;cursor:pointer;transition:all .2s;text-align:left;width:100%}.day-card:hover:not(.locked){background:rgba(127,143,133,.15);transform:translate(4px)}.day-card.completed{background:rgba(127,143,133,.15);border-color:#7f8f85}.day-card.locked{opacity:.5;cursor:not-allowed}.day-number{width:40px;height:40px;border-radius:50%;background:rgba(127,143,133,.2);display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.day-card.completed .day-number{background:#7F8F85;color:#fff}.day-info{flex:1}.day-card-title{font-weight:600;margin-bottom:.25rem}.day-card-subtitle{font-size:.875rem;opacity:.7}.day-card-note{font-size:.75rem;opacity:.5;font-style:italic;margin-top:.25rem}.day-action{color:#7f8f85}.day-xp{font-size:.75rem;color:#7f8f85;font-weight:600}.quick-start-day{padding:1.5rem 2rem 6rem;max-width:48rem;margin:0 auto;width:100%;min-height:calc(100vh - 200px);display:flex;flex-direction:column}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.back-btn{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.7;padding:.5rem}.day-progress{font-size:.875rem;opacity:.6}.dark .day-progress{color:#f3eee6}.day-title{text-align:center;margin-bottom:2rem}.dark .day-title{color:#f3eee6}.day-title h2{font-size:1.25rem;margin-bottom:.25rem}.dark day-title h2{color:#f3eee6}.day-title p{opacity:.6;font-size:.95rem}.dark .day-title p{color:#f3eee6}.next-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#7F8F85;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:auto}.quick-start-complete{padding:2rem;text-align:center;max-width:48rem;margin:0 auto;width:100%}.quick-start-complete h2{color:#2a2a2a;margin-bottom:.5rem}.dark .quick-start-complete h2{color:#f3eee6}.complete-icon{width:80px;height:80px;border-radius:50%;background:#7F8F85;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.quick-start-complete h2{font-size:1.5rem;margin-bottom:.75rem}.xp-earned{font-size:1.125rem;color:#7f8f85;font-weight:600;margin-bottom:2rem}.final-complete{margin-bottom:2rem}.checklist{text-align:left;background:rgba(127,143,133,.1);padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:1.5rem}.checklist-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem}.checklist-item svg{color:#7f8f85}.share-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:2px solid #7F8F85;color:#7f8f85;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.share-btn:hover{background:#7F8F85;color:#fff}.continue-btn{width:100%;padding:1rem;background:#7F8F85;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer}.dark .day-card{background:rgba(243,238,230,.05);border-color:#f3eee61a}.dark .day-card:hover:not(.locked){background:rgba(243,238,230,.08)}.dark .day-card.completed{background:rgba(127,143,133,.2)}.dark .back-btn{color:#f3eee6}.dark .checklist{background:rgba(243,238,230,.05)}.day-card-title{color:#2a2a2a}.dark .day-card-title{color:#f3eee6}.day-card-subtitle{color:#2a2a2ab3}.dark .day-card-subtitle{color:#f3eee6b3}.day-number{color:#2a2a2a}.dark .day-number{color:#f3eee6}
