@import"https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--vh: 1vh;--dvh: 1dvh;--svh: 1svh;--lvh: 1lvh}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}html[lang=he]{direction:rtl}html[lang=he] body{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;direction:rtl}html[lang=en]{direction:ltr}html[lang=en] body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;direction:ltr}body{margin:0;padding:0;font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#8b5a3c;line-height:1.6;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);overflow-x:hidden}#root{width:100%;height:100%}.no-scroll{height:100dvh;overflow:hidden}.needs-scroll{min-height:100dvh;overflow-y:auto}*:focus{outline:2px solid #d4a574;outline-offset:2px}::selection{background:#d4a5744d;color:#8b5a3c}:root{--header-height: 90px}.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background:linear-gradient(135deg,#ff6b35,#ff8c5a);padding:.8rem 1rem .6rem;text-align:center;overflow:hidden;border-radius:0 0 24px 24px;box-shadow:0 4px 20px #0000001a}.header-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2) 0%,transparent 50%);pointer-events:none}.header-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.header-left,.header-right{flex:1;display:flex;align-items:center}html[lang=he] .header-left{justify-content:flex-start}html[lang=he] .header-right{justify-content:flex-end}html[lang=en] .header-left{justify-content:flex-start}html[lang=en] .header-right{justify-content:flex-end}.header-center{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.business-branding{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;padding:.2rem;border-radius:16px;flex-wrap:nowrap;max-width:100%;overflow:hidden}.business-branding:hover{transform:scale(1.02)}.business-logo{height:32px;width:auto;max-width:100px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));transition:all .3s ease}.business-logo:hover{filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.business-description{color:#ffffffe6;font-size:.75rem;margin:.2rem 0 0;line-height:1.3;font-weight:400;max-width:250px;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.1)}.main-title{color:#fff;font-size:1.6rem;font-weight:700;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.1);font-family:Playfair Display,serif;letter-spacing:-.5px;cursor:pointer;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.main-title:hover{transform:scale(1.02);text-shadow:0 4px 12px rgba(0,0,0,.2)}.header.business-theme .main-title{font-size:1.3rem;max-width:250px}.header.business-theme .business-branding{margin-bottom:.1rem;max-width:90%}.title-icon{font-size:2.8rem;animation:gentlePulse 3s infinite ease-in-out;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.header-description{color:#fffc;font-size:1.1rem;margin:1rem 0 0;line-height:1.5;font-weight:300;max-width:380px;margin-left:auto;margin-right:auto}.language-toggle{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.menu-toggle{background:#fff3;border:1px solid rgba(255,255,255,.3);padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.language-toggle:hover,.menu-toggle:hover{background:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.language-toggle:active,.menu-toggle:active{transform:translateY(0)}.hamburger{display:flex;flex-direction:column;width:20px;height:16px;justify-content:space-between;cursor:pointer}.hamburger span{display:block;height:2px;width:100%;background-color:#fff;border-radius:1px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.menu-overlay.open{opacity:1;visibility:visible}.menu-content{position:fixed;top:0;width:280px;height:100%;background:#fff;transition:all .3s ease;overflow-y:auto}html[lang=he] .menu-content{right:-300px;box-shadow:-5px 0 20px #0000001a;direction:rtl}html[lang=he] .menu-content.open{right:0}html[lang=en] .menu-content{left:-300px;box-shadow:5px 0 20px #0000001a;direction:ltr}html[lang=en] .menu-content.open{left:0}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.menu-header h3{margin:0;font-size:1.3rem;font-weight:600}.close-menu{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.close-menu:hover{background:#fff3}.menu-items{padding:1rem 0}.menu-item{width:100%;padding:1rem 1.5rem;border:none;background:none;font-size:1rem;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;gap:.8rem;color:#333}html[lang=he] .menu-item{text-align:right;flex-direction:row}html[lang=en] .menu-item{text-align:left;flex-direction:row}.menu-item:hover{background:#f8f9fa}.menu-divider{padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;color:#666;border-bottom:1px solid #eee;margin:.5rem 0}.header:has(.business-logo){padding:.6rem 1rem .5rem}.header:has(.business-description) .header-center{gap:0}.header:has(.business-logo) .main-title{font-size:1.4rem}.header:has(.business-logo) .business-branding{margin-bottom:.1rem}.header.business-theme{padding:.6rem 1rem .5rem}.header.business-theme .header-center{gap:0}.header.business-theme .main-title{font-size:1.4rem}.header.business-theme .business-branding{margin-bottom:.1rem}@keyframes gentlePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.9}}@media (max-width: 400px){.header{padding:.6rem .8rem .5rem;margin-bottom:1rem}.header-center .main-title{font-size:1.3rem}.title-icon{font-size:2.2rem}.header-description{font-size:.9rem;margin:.8rem 0 0}.header.business-theme{padding:.5rem .8rem .4rem}.header.business-theme .main-title{font-size:1.1rem;max-width:200px;line-height:1.2}.header.business-theme .business-logo{height:28px;max-width:80px}.header.business-theme .business-description{font-size:.7rem;margin:.1rem 0 0;max-width:200px}.header.business-theme .business-branding{gap:6px;padding:.1rem;max-width:85%}.main-title{max-width:250px;font-size:1.2rem}html[lang=he] .menu-content{width:85vw;right:1rem}html[lang=en] .menu-content{width:85vw;left:1rem}.language-toggle,.menu-toggle{width:36px;height:36px;font-size:1rem}}@media (max-width: 360px){.header.business-theme .main-title{font-size:1rem;max-width:160px}.header.business-theme .business-logo{height:24px;max-width:60px}.header.business-theme .business-branding{gap:4px;max-width:80%}.header.business-theme .business-description{font-size:.65rem;max-width:160px}.main-title{max-width:200px;font-size:1.1rem}}.layout{min-height:100dvh;display:flex;flex-direction:column}.layout-content{flex:1;transition:padding-top .3s ease;display:flex;flex-direction:column;overflow-y:auto}.layout-content.with-header{padding-top:var(--header-height, 90px)}.layout-content.no-header{padding-top:0}.layout-content.compact{height:auto;min-height:auto}.content-below-fixed-header{padding-top:var(--header-height, 90px);transition:padding-top .3s ease}.page-compact{height:auto;min-height:auto}.page-centered{min-height:calc(100dvh - var(--header-height, 90px));display:flex;flex-direction:column;justify-content:center}.game-card{border-radius:16px;padding:1.2rem 1rem;margin:0;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00000014;border:1px solid #f0f0f0;position:relative;overflow:hidden;background:#fff}.game-card:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 8px 25px #0000001f}.game-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,107,53,.05) 0%,transparent 50%);pointer-events:none;border-radius:inherit}.game-icon{font-size:2.5rem;text-align:center;margin-bottom:.8rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));animation:gentleFloat 4s infinite ease-in-out}.game-title{color:#333;font-size:1rem;font-weight:500;margin:0;text-align:center;line-height:1.3}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width: 480px){.game-card{padding:1rem .8rem;min-height:100px;border-radius:14px}.game-icon{font-size:2.2rem;margin-bottom:.6rem}.game-title{font-size:.9rem}}@media (max-width: 360px){.game-card{padding:.8rem .6rem;min-height:90px}.game-icon{font-size:2rem;margin-bottom:.5rem}.game-title{font-size:.85rem}}.games-container{max-width:100%;margin:0;padding:0 1rem}.games-title{font-size:1.6rem;font-weight:500;text-align:center;margin-bottom:1.5rem;color:#333;line-height:1.4;position:relative}.games-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:2px;opacity:.8}.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0;max-width:500px;margin:0 auto}@media (max-width: 768px){.games-container{padding:0 1rem}.games-title{font-size:1.4rem;margin-bottom:1.2rem}.games-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:100%}}@media (max-width: 480px){.games-title{font-size:1.3rem;margin-bottom:1rem}.games-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.games-container{padding:0 .8rem}}.home-page-background{background:linear-gradient(to bottom,#fef9f5,#fef3ec);flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.statistics-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:linear-gradient(135deg,#fef9f5,#fef3ec,#fcf0e8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;box-sizing:border-box}.statistics-content{background:#fffffff2;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #8b5a3c26;border:1px solid rgba(139,90,60,.1);text-align:center;max-width:500px;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-header{margin-bottom:2.5rem}.stats-header h2{color:#8b5a3c;font-size:2rem;font-weight:700;margin:0;font-family:Assistant,sans-serif}.stats-numbers{display:flex;justify-content:space-around;margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.stat-circle{background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:50%;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 25px #8b5a3c26;transition:all .3s ease;border:2px solid rgba(255,255,255,.5)}.stat-circle:hover{transform:scale(1.05)}.stat-circle.highlight{background:linear-gradient(135deg,#ff9a9e,#fecfef,#fecfef)}.stat-value{font-size:1.8rem;font-weight:700;color:#8b5a3c;line-height:1}.stat-label{font-size:.8rem;color:#8b5a3ccc;margin-top:.25rem}.stats-message{margin-bottom:2.5rem;padding:0 1rem}.main-message{font-size:1.3rem;color:#8b5a3c;font-weight:600;margin:0 0 1rem;line-height:1.4}.tip-message{font-size:1rem;color:#8b5a3ccc;margin:0;line-height:1.5}.stats-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-button{background:linear-gradient(135deg,#ffecd2,#fcb69f);border:none;border-radius:25px;padding:1rem 2rem;color:#8b5a3c;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8b5a3c33;min-width:150px}.stats-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5a3c4d}.stats-button.play-again{background:linear-gradient(135deg,#a8edea,#fed6e3)}.stats-button.home{background:linear-gradient(135deg,#ffecd2,#fcb69f)}@media (max-width: 600px){.statistics-fullscreen{padding:1rem}.statistics-content{padding:2rem 1.5rem}.stats-header{margin-bottom:2rem}.stats-header h2{font-size:1.5rem}.stats-numbers{gap:.5rem;margin-bottom:2rem}.stat-circle{width:80px;height:80px}.stat-value{font-size:1.4rem}.stat-label{font-size:.7rem}.stats-message{margin-bottom:2rem;padding:0}.main-message{font-size:1.1rem}.tip-message{font-size:.9rem}.stats-buttons{flex-direction:column;gap:.8rem}.stats-button{font-size:.9rem;padding:.8rem 1.5rem}}.question-card{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;background:transparent;border:none;box-shadow:none;border-radius:0;padding:.5rem 1rem;margin:0;animation:fadeInNew .6s ease-out;box-sizing:border-box;overflow:hidden;transition:opacity .3s ease,transform .3s ease;position:relative}.question-card:before{display:none}.question-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%;width:100%;max-width:400px;box-sizing:border-box;overflow:hidden;gap:1.5rem;padding-top:1rem;position:relative}.question-icon{font-size:2rem;margin-bottom:.5rem;filter:drop-shadow(0 2px 4px rgba(139,90,60,.3));flex-shrink:0}.question-text{color:#000!important;font-size:2rem;line-height:1.3;font-weight:600;margin:0;text-shadow:none;font-family:Assistant,sans-serif;word-wrap:break-word;max-width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:center;text-align:center;flex-shrink:0}.options-container{display:flex;flex-direction:row;gap:.8rem;width:100%;max-width:320px;margin:0;justify-content:center;align-items:center;flex-shrink:0}.option-btn{background:#ffffffe6;border:2px solid rgba(139,90,60,.2);border-radius:25px;padding:1.2rem 1.5rem;color:#8b5a3c;font-weight:600;font-size:1.6rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #8b5a3c1a;text-align:center;font-family:Assistant,sans-serif;min-height:70px;display:flex;align-items:center;justify-content:center;word-wrap:break-word;flex:1;max-width:190px}.option-btn:hover{background:#fff;border-color:#8b5a3c66;transform:translateY(-2px);box-shadow:0 6px 20px #8b5a3c26}.option-btn:active{transform:translateY(0)}.option-btn.selected{background:linear-gradient(135deg,#ffecd2,#fcb69f);border-color:#8b5a3c;color:#8b5a3c}.option-btn.selected:hover{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.top-half .question-card{transform:rotate(180deg)!important;justify-content:flex-end;transform-origin:center center}.next-button-container{display:flex;justify-content:center;width:100%;flex-shrink:0;margin-top:.5rem}.finish-button-container{position:absolute;bottom:1rem;left:1rem;z-index:10}.nav-btn{background:#fffc;border:2px solid rgba(139,90,60,.3);border-radius:20px;padding:1rem 1.8rem;color:#8b5a3c;font-weight:600;transition:all .3s ease;cursor:pointer;font-size:1.2rem;font-family:Assistant,sans-serif;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #8b5a3c1a;text-align:center;display:flex;align-items:center;justify-content:center;min-height:55px}.nav-btn:hover{background:#fffffff2;border-color:#8b5a3c80;transform:translateY(-2px);box-shadow:0 4px 15px #8b5a3c33}.next-btn{max-width:160px}.finish-btn{max-width:120px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInNew{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-15px) scale(.98)}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}.question-card.transitioning{animation:fadeOut .4s ease-out forwards}.game-half.transitioning{pointer-events:none}.option-btn.disabled{opacity:.5;cursor:not-allowed}.next-button-container.hidden,.finish-button-container.hidden{opacity:0;transform:translateY(10px);transition:all .3s ease}.top-half .question-card.transitioning{animation:fadeOut .8s ease-out forwards;transform:rotate(180deg) scale(.95)!important}.bottom-half .question-card.transitioning{animation:fadeOut .8s ease-out forwards}@media (max-width: 768px){.question-card{padding:.3rem .5rem}.question-content{padding-top:2.5rem;gap:1.2rem}.question-text{font-size:1.7rem!important;line-height:1.3}.question-icon{font-size:1.8rem;height:1.8rem}.option-btn{font-size:1.4rem;min-height:60px;max-width:160px;padding:1.1rem 1.4rem}.options-container{gap:.6rem;max-width:300px}.next-button-container{margin-top:.3rem}.finish-button-container{bottom:.8rem;left:.8rem}.nav-btn{padding:.8rem 1.4rem;font-size:1rem;min-height:45px}.next-btn{max-width:140px}.finish-btn{max-width:100px}}@media (max-width: 480px){.question-content{gap:1rem}.question-text{font-size:1.5rem;line-height:1.2}.question-icon{font-size:1.5rem;height:1.5rem}.option-btn{font-size:1.3rem;min-height:55px;max-width:140px;padding:1rem 1.2rem}.options-container{max-width:280px;gap:.5rem}.finish-button-container{bottom:.6rem;left:.6rem}.nav-btn{padding:.7rem 1.2rem;font-size:.9rem;min-height:40px}.next-btn{max-width:125px}.finish-btn{max-width:90px}}.game-intro{min-height:100dvh;display:flex;flex-direction:column;font-family:Assistant,Heebo,sans-serif}.game-intro__container{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1.5rem;text-align:center;max-width:500px;width:100%;margin:0 auto}.game-intro__header-content{margin-bottom:2rem}.game-intro__title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.game-intro__subtitle{font-size:1.2rem;margin:0;font-weight:400}.game-intro__info{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:right;width:100%;overflow:visible}.game-intro__section{margin-bottom:1.5rem;border-radius:12px;overflow:hidden;height:auto;position:relative;transition:padding-bottom .3s ease}.game-intro__section:last-child{margin-bottom:0}.game-intro__section-toggle{width:100%;padding:1.5rem;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.game-intro__section-title{font-size:1.3rem;font-weight:700;margin:0;text-align:right}.game-intro__section-arrow{font-size:1rem;transition:transform .3s ease;transform:rotate(-90deg)}.game-intro__section-arrow.expanded{transform:rotate(0)}.game-intro__section-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out;background:inherit;padding:0 1.5rem}.game-intro__section-content.expanded{max-height:400px;padding:.5rem 1.5rem 1.5rem}.game-intro__section-text{font-size:1.05rem;font-weight:500;margin:0;line-height:1.4;height:auto}.game-intro__actions{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.game-intro__btn{border:none;border-radius:12px;padding:1rem 2rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.game-intro__btn:hover{transform:translateY(-2px)}.game-intro--default{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.game-intro--default .game-intro__title{color:#2d3748}.game-intro--default .game-intro__subtitle{color:#718096}.game-intro--default .game-intro__section{background:#f7fafc;border-right:4px solid #4299e1}.game-intro--default .game-intro__section-toggle:hover{background:#4299e10d}.game-intro--default .game-intro__section-title{color:#2d3748}.game-intro--default .game-intro__section-arrow{color:#4299e1}.game-intro--default .game-intro__section-text{color:#4a5568}.game-intro--default .game-intro__btn--start{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;box-shadow:0 4px 12px #4299e14d}.game-intro--default .game-intro__btn--start:hover{background:linear-gradient(135deg,#3182ce,#2c5282);box-shadow:0 8px 20px #4299e166}.game-intro--default .game-intro__btn--back{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);color:#4a5568}.game-intro--default .game-intro__btn--back:hover{background:linear-gradient(135deg,#cbd5e0,#a0aec0)}@media (max-width: 768px){.game-intro__container{padding:1rem}.game-intro__title{font-size:2rem}.game-intro__subtitle{font-size:1.1rem}.game-intro__section-content{padding:0 1rem}.game-intro__section-content.expanded{padding:.5rem 1rem 1rem}.game-intro__section-toggle{padding:1rem}.game-intro__btn{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.game-intro__container{padding:.8rem}.game-intro__title{font-size:1.8rem}.game-intro__subtitle{font-size:1rem}.game-intro__section-toggle{padding:.8rem}.game-intro__section-text{font-size:1rem}.game-intro__btn{padding:.8rem 1.2rem}}.questions-game-fullscreen{height:100dvh;width:100vw;background:linear-gradient(to bottom,#fef9f5,#fef3ec);overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;box-sizing:border-box}.game-half{height:50dvh;width:100vw;position:relative;display:flex;align-items:center;justify-content:center;background:transparent;box-sizing:border-box;overflow:hidden;transition:all .3s ease}.game-half.transitioning{opacity:.8;transform:scale(.98);transition:all .4s ease-out}.top-half.transitioning,.bottom-half.transitioning{transform:scale(.98)}.loading{display:flex;align-items:center;justify-content:center;height:100dvh;background:linear-gradient(to bottom,#fef9f5,#fef3ec);color:#8b5a3c;font-size:1.5rem;font-weight:600;font-family:Assistant,sans-serif}.hmw-game{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:Heebo,sans-serif;display:flex;flex-direction:column;overflow:visible;padding:20px;margin:0;box-sizing:border-box}.hmw-game-intro{background:linear-gradient(135deg,#667eea,#764ba2);align-items:center;justify-content:center;padding:2rem;height:100dvh}.hmw-question-section{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}.hmw-question-text{font-size:2rem;color:#fff;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.2);line-height:1.4;margin:0;max-width:90%}.hmw-answer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:20px 0;flex-shrink:0}.hmw-answer-button{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;padding:18px 20px;border-radius:12px;cursor:pointer;transition:all .3s ease;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-height:60px}.hmw-answer-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.hmw-skip-button{border-color:#ff9800;background:#ff980026}.hmw-correct-button{border-color:#4caf50;background:#4caf5026}.hmw-wrong-button{border-color:#f44336;background:#f4433626}.hmw-finish-button{border-color:#9c27b0;background:#9c27b026}.hmw-button-icon{font-size:1.3rem}.hmw-button-text{font-size:1rem}.hmw-results-container{position:fixed;top:0;left:0;width:100vw;min-height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px 0 32px;box-sizing:border-box;font-family:Heebo,sans-serif;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 24px)}.hmw-results-content{background:#fff;border-radius:24px;padding:30px 25px;text-align:center;max-width:400px;width:90%;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.2)}.hmw-result-emoji{font-size:3.5rem;margin-bottom:-10px}.hmw-score-circle{display:flex;flex-direction:column;align-items:center;gap:8px}.hmw-score-main{font-size:3rem;font-weight:700;color:#2c3e50}.hmw-score-percentage{font-size:1.5rem;font-weight:600;color:#3498db}.hmw-score-message{font-size:1.2rem;color:#2c3e50;font-weight:500}.hmw-stats-row{display:flex;gap:12px;width:100%;justify-content:center;margin-top:10px}.hmw-stat-box{flex:1;background:#f9f9f9;border-radius:12px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid #eee;border-top-width:4px;border-top-style:solid;text-align:center}.hmw-stat-box.correct{border-top-color:#2ecc71}.hmw-stat-box.wrong{border-top-color:#e74c3c}.hmw-stat-box.skipped{border-top-color:#f39c12}.hmw-stat-icon{font-size:1.2rem}.hmw-stat-value{font-size:2rem;font-weight:700;color:#2c3e50}.hmw-stat-label{font-size:.75rem;color:#7f8c8d;font-weight:500;min-height:2.2em;line-height:1.1em}.hmw-action-buttons{display:flex;gap:12px;width:100%;margin-top:16px;margin-bottom:0}.hmw-primary-button,.hmw-secondary-button{flex:1;padding:14px 20px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Heebo,sans-serif}.hmw-primary-button{background:linear-gradient(45deg,#8860d0,#5680e9);color:#fff;box-shadow:0 4px 15px #0003}.hmw-secondary-button{background:#f0f0f0;color:#555;border:1px solid #ddd}.hmw-loading-container{display:flex;align-items:center;justify-content:center;height:100dvh;flex-direction:column}.hmw-loading-text{font-size:1.5rem;color:#333;font-weight:500;margin-top:20px}.hmw-instructions-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:15px;box-sizing:border-box}.hmw-instructions-content{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:30px;padding:20px;max-width:800px;width:100%;color:#fff;display:flex;flex-direction:column;box-sizing:border-box}.hmw-instructions-text h2{font-size:1.8rem;margin:0 0 10px;color:#fff;text-align:center}.hmw-instructions-text p{font-size:1.1rem;line-height:1.4;margin:0 0 10px;text-align:center}.hmw-instructions-text ul{list-style:none;padding:0;margin:0 0 10px}.hmw-instructions-text li{display:flex;align-items:center;font-size:1rem;margin:8px 0}.hmw-highlight{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;margin-left:12px;font-size:1.2rem}.hmw-highlight.correct{background:#2ed57333;color:#2ed573}.hmw-highlight.wrong{background:#ff475733;color:#ff4757}.hmw-highlight.skip{background:#36a2eb33;color:#36a2eb}.hmw-instructions-footer{display:flex;gap:15px;padding:10px;margin-top:15px}.hmw-start-game-button,.hmw-back-home-button{flex:1;padding:12px;border:none;border-radius:15px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;font-weight:500}.hmw-start-game-button{background:#00d2ff;color:#fff}.hmw-back-home-button{background:#ffffff4d;border:2px solid rgba(255,255,255,.5);color:#fff}.hmw-confetti-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;overflow:visible}.hmw-confetti{position:absolute;width:8px;height:8px;animation:confetti-fall 3s linear infinite;border-radius:50%;top:-20px}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(calc(100vh + 100px)) rotate(720deg);opacity:0}}.hmw-confetti:nth-child(2n){animation-duration:2.5s;width:6px;height:6px}.hmw-confetti:nth-child(3n){animation-duration:3.5s;width:10px;height:10px}.hmw-confetti:nth-child(4n){animation-duration:4s}.hmw-fail-effect-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:10px;animation:fail-bounce 2s ease-out}.hmw-fail-emoji{font-size:4rem;animation:fail-shake .5s ease-in-out infinite}.hmw-fail-text{font-size:1.5rem;color:#e74c3c;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hmw-fail-particle{position:absolute;width:4px;height:4px;background:#e74c3c;border-radius:50%;animation:fail-particle 2s ease-out infinite}@keyframes fail-bounce{0%{transform:translate(-50%,-50%) scale(0);opacity:0}20%{transform:translate(-50%,-50%) scale(1.2);opacity:1}40%{transform:translate(-50%,-50%) scale(.9)}60%{transform:translate(-50%,-50%) scale(1.1)}80%{transform:translate(-50%,-50%) scale(.95)}to{transform:translate(-50%,-50%) scale(1);opacity:0}}@keyframes fail-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}@keyframes fail-particle{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-50px,-50px) scale(0);opacity:0}}.hmw-question-section.changing{opacity:.5;transform:scale(.95)}.hmw-question-section{transition:all .5s ease-in-out}.hmw-answer-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}@media (max-width: 480px){.hmw-results-content{padding:30px 20px;min-height:75vh;gap:20px}.hmw-result-emoji{font-size:3rem}.hmw-score-main{font-size:2.8rem}.hmw-score-percentage{font-size:1.6rem}.hmw-score-message{font-size:1rem}.hmw-stat-box{padding:12px 8px}.hmw-stat-value{font-size:1.3rem}.hmw-stat-label{font-size:.75rem}.hmw-primary-button,.hmw-secondary-button{padding:10px 16px;font-size:.9rem}}@media (max-width: 360px){.hmw-results-content{padding:25px 15px;min-height:80vh;gap:15px}.hmw-result-emoji{font-size:2.5rem}.hmw-score-main{font-size:2.4rem}.hmw-score-percentage{font-size:1.4rem}}.card-stack{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease}.card-stack:hover{transform:scale(1.05)}.card-stack.flipped:hover{transform:scale(1.05) rotate(180deg)}.card-stack:active{transform:scale(.95)}.card-stack.flipped:active{transform:scale(.95) rotate(180deg)}.card-stack.flipped{transform:rotate(180deg)}.card-stack-inner{position:relative;width:160px;height:220px;margin-bottom:15px}.background-card{position:absolute;width:100%;height:100%;background:#ffffffe6;border-radius:15px;border:3px solid;box-shadow:0 8px 20px #0003}.card-2{transform:rotate(-2deg) translate(-2px,-2px);z-index:1}.card-3{transform:rotate(1deg) translate(2px,-4px);z-index:0}.top-card{position:absolute;width:100%;height:100%;border-radius:15px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000004d;z-index:2;transition:all .3s ease}.card-stack:hover .top-card{transform:translateY(-5px);box-shadow:0 15px 35px #0006}.card-content{text-align:center;font-family:Heebo,sans-serif}.card-icon{font-size:2.8rem;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.card-title{font-size:1.6rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.tap-hint{color:#fff;font-size:.9rem;text-align:center;opacity:.8;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-family:Heebo,sans-serif}.card-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-modal{background:#fff;border-radius:20px;width:90%;max-width:400px;min-height:300px;box-shadow:0 20px 60px #0000004d;border:4px solid;overflow:hidden;animation:modalAppear .3s ease-out}@keyframes modalAppear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{padding:20px;color:#fff;position:relative;text-align:center}.modal-icon{font-size:2.5rem;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.modal-title{font-size:1.8rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-family:Heebo,sans-serif}.close-btn{position:absolute;top:15px;left:15px;background:#fff3;color:#fff;border:none;width:35px;height:35px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.modal-content{padding:30px 25px;text-align:center;min-height:120px;display:flex;align-items:center;justify-content:center}.card-question{font-size:1.3rem;color:#333;line-height:1.5;margin:0;font-family:Heebo,sans-serif}.modal-footer{padding:20px;text-align:center;border-top:1px solid #eee}.done-btn{background:linear-gradient(45deg,#4caf50,#45a049);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4caf504d;font-family:Heebo,sans-serif}.done-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.truth-dare-game-board{width:100%;height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;font-family:Heebo,sans-serif}.truth-dare-card-stacks-container{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transform:rotate(90deg)}.truth-dare-tap-hint-global{text-align:center;color:#fffc;font-size:1.1rem;margin:-20px 0 10px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.truth-dare-game-footer{display:flex;justify-content:center;padding:15px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.truth-dare-back-btn{background:#ffffffe6;color:#333;border:2px solid rgba(255,255,255,.8);padding:12px 20px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Heebo,sans-serif;text-shadow:none;box-shadow:0 4px 15px #0003}.truth-dare-back-btn:hover{background:#fff;color:#222;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.truth-dare-game-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.truth-dare-loading{display:flex;align-items:center;justify-content:center;height:100dvh;font-size:1.5rem;color:#333;font-weight:500}.truth-or-dare-game{width:100%;height:100dvh;font-family:Heebo,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.what-if-game{min-height:100dvh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;position:relative;overflow:hidden;font-family:Rubik,sans-serif}.what-if-header{display:flex;align-items:center;justify-content:center;padding:1rem;z-index:10;min-height:60px}.what-if-main-title{margin:0;font-size:1.3rem;font-weight:600;text-align:center;color:#4a5568}.what-if-title{font-size:2.5rem;font-weight:700;color:#4a5568;margin-bottom:1.5rem;text-align:center;font-family:Rubik,sans-serif;animation:fadeInDown .6s ease-out}.what-if-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative}.sentence-container{background:#fff;border-radius:24px;padding:3rem 2rem;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(0,0,0,.05);max-width:600px;width:100%;text-align:center;position:relative;animation:fadeInUp .8s ease-out;margin-bottom:3rem;min-height:220px;display:flex;flex-direction:column;justify-content:center;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.sentence-container.fade-out{opacity:0;transform:scale(.95)}.sentence-container.fade-in{opacity:1;transform:scale(1)}.sentence-icon{font-size:4rem;margin-bottom:1.5rem;animation:gentleFloat 4s infinite ease-in-out}.sentence-text{color:#2d3748;font-size:1.4rem;line-height:1.6;font-weight:400;font-family:Rubik,sans-serif;margin:0;text-align:center}.actions{display:flex;justify-content:center;gap:1rem;max-width:600px;width:100%;flex-wrap:wrap}.next-button,.finish-button{color:#fff;border:none;border-radius:16px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Rubik,sans-serif;position:relative;overflow:hidden;flex:1;min-width:150px}.next-button{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d}.finish-button{background:linear-gradient(135deg,#6c757d,#868e96);box-shadow:0 4px 15px #6c757d4d}.next-button:hover,.finish-button:hover{transform:translateY(-3px)}.next-button:hover{background:linear-gradient(135deg,#20c997,#17a2b8);box-shadow:0 8px 25px #28a74566}.finish-button:hover{background:linear-gradient(135deg,#868e96,#adb5bd);box-shadow:0 8px 25px #6c757d66}.next-button:active,.finish-button:active{transform:translateY(-1px)}.what-if-loading{display:flex;align-items:center;justify-content:center;min-height:100dvh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.loading-text{color:#6c757d;font-size:1.2rem;font-weight:500;font-family:Rubik,sans-serif;text-align:center;animation:pulse 1.5s infinite}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@media (max-width: 768px){.what-if-content{padding:1.5rem 1rem}.sentence-container{padding:2rem 1.5rem;margin-bottom:2rem}.sentence-icon{font-size:3rem;margin-bottom:1rem}.sentence-text{font-size:1.2rem}.what-if-title{font-size:2rem}.next-button,.finish-button{padding:1rem 2rem;font-size:1rem;min-width:120px}}@media (max-width: 480px){.sentence-container{padding:1.5rem 1rem;border-radius:20px}.sentence-icon{font-size:2.5rem}.sentence-text{font-size:1.1rem}.next-button,.finish-button{padding:.9rem 1.8rem;font-size:.95rem;flex-basis:100%}}.emotions-grid-display{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;max-width:none;gap:20px;padding:0;margin:0}.emotions-grid{display:grid;gap:10px;width:calc(100vw - 20px);max-width:none;padding:15px;background:#ffffff1a;border-radius:20px;box-shadow:0 8px 25px #0000001a;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto}.emotion-card{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:15px;border:2px solid rgba(255,255,255,.6);transition:all .3s cubic-bezier(.25,.46,.45,.94);cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003;min-height:100px}.emotion-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fff3,#ffffff0d);opacity:0;transition:opacity .3s ease}.emotion-card:hover:before{opacity:1}.emotion-card.shuffling{animation:shufflePulse .3s ease-in-out;border-color:#fff;box-shadow:0 0 20px #fffc,0 0 40px #fff9,0 4px 15px #0000004d;z-index:5}@keyframes shufflePulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.1);filter:brightness(1.3)}}.emotion-card.highlighted{border-color:#fff;border-width:3px;box-shadow:0 0 25px #ffffffe6,0 0 50px #ffffffb3,0 8px 25px #0000004d;filter:brightness(1.2)}.emotion-card.selected{transition:all .8s cubic-bezier(.25,.46,.45,.94)}.emotion-card.final-selected{border-color:#fff;border-width:4px;box-shadow:0 0 30px #fff,0 0 60px #fffc,0 12px 35px #0006;filter:brightness(1.4) saturate(1.2)}.emotion-text{font-size:1.1rem;font-weight:700;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.8),0 0 8px rgba(0,0,0,.6);line-height:1.2;padding:8px;word-wrap:break-word;white-space:normal;position:relative;z-index:2}.status-indicator{display:flex;justify-content:center;align-items:center;min-height:40px}.shuffling-text,.selected-text{font-size:1.2rem;font-weight:600;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5);padding:10px 20px;background:#ffffff1a;border-radius:15px;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shuffling-text{animation:shufflingTextPulse .8s ease-in-out infinite alternate}@keyframes shufflingTextPulse{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1.05)}}.selected-text{background:#0f03;border-color:#00ff0080;animation:selectedTextGlow 2s ease-in-out}@keyframes selectedTextGlow{0%{box-shadow:0 0 #00ff0080}50%{box-shadow:0 0 20px #0f0c}to{box-shadow:0 0 #00ff0080}}@media (min-width: 768px){.emotions-grid-display{width:100vw;max-width:none;gap:25px}.emotions-grid{gap:14px;width:calc(100vw - 30px);max-width:none;padding:20px}.emotion-card{min-height:120px;border-radius:18px}.emotion-text{font-size:1.3rem;padding:10px}}@media (min-width: 1024px){.emotions-grid-display{width:100vw;max-width:none;gap:30px}.emotions-grid{gap:16px;width:calc(100vw - 40px);max-width:none;padding:25px}.emotion-card{min-height:130px;border-radius:20px}.emotion-text{font-size:1.4rem;padding:12px}}@media (max-width: 480px){.emotions-grid-display{width:100vw;max-width:none;padding:0;gap:15px}.emotions-grid{gap:8px;padding:12px;width:calc(100vw - 10px);max-width:none}.emotion-card{min-height:65px;border-radius:10px}.emotion-text{font-size:.9rem;padding:4px}.shuffling-text,.selected-text{font-size:1rem;padding:8px 15px}}@media (max-width: 360px){.emotions-grid-display{width:100vw;max-width:none;padding:0;gap:12px}.emotions-grid{gap:6px;padding:10px;width:calc(100vw - 5px);max-width:none}.emotion-card{min-height:55px;border-radius:8px}.emotion-text{font-size:.8rem;padding:3px}.shuffling-text,.selected-text{font-size:.9rem;padding:6px 12px}}.emotion-result{width:100%;max-width:400px;padding:20px;display:flex;flex-direction:column;gap:25px;overflow-y:auto;max-height:calc(100dvh - 120px)}.result-header{text-align:center;display:flex;flex-direction:column;gap:15px}.result-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.emotion-display{background:#ffffffe6;border-radius:20px;padding:20px;box-shadow:0 8px 25px #0000001a;border:3px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.emotion-display:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;opacity:.2;z-index:-1}.emotion-name{font-size:2rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative;z-index:1}.prompts-section{display:flex;flex-direction:column;gap:15px}.prompts-title{font-size:1.2rem;font-weight:600;color:#fff;text-align:center;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.prompts-list{display:flex;flex-direction:column;gap:10px}.prompt-button{background:#ffffffe6;border:2px solid rgba(255,255,255,.5);color:#2c3e50;border-radius:15px;padding:15px 20px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Heebo,sans-serif;text-align:right;line-height:1.4}.prompt-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #0000001a;border-color:#fffc}.prompt-section{display:flex;flex-direction:column;gap:20px}.instruction-text{font-size:1.1rem;font-weight:600;color:#fff;text-align:center;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.selected-prompt{background:#fffffff2;border-radius:15px;padding:20px;border:2px solid rgba(255,255,255,.7);box-shadow:0 8px 25px #0000001a;margin-bottom:15px}.selected-prompt p{font-size:1.1rem;font-weight:500;color:#2c3e50;margin:0;text-align:right;line-height:1.5}.sharing-area{background:#ffffff1a;border:2px dashed rgba(255,255,255,.5);border-radius:15px;padding:20px;text-align:center}.sharing-hint{font-size:1rem;color:#ffffffe6;margin:0;font-style:italic}.result-actions{display:flex;justify-content:center;gap:15px;margin-top:10px}.new-emotion-button{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;border:none;border-radius:20px;padding:15px 25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Heebo,sans-serif;box-shadow:0 8px 25px #4ecdc44d}.new-emotion-button:hover{transform:translateY(-2px);box-shadow:0 12px 35px #4ecdc466}@media (max-width: 480px){.emotion-result{padding:15px;gap:20px;max-height:calc(100dvh - 100px)}.emotion-name{font-size:1.6rem}.prompts-title,.instruction-text{font-size:1rem}.prompt-button{padding:12px 16px;font-size:.9rem}.selected-prompt p{font-size:1rem}.new-emotion-button{padding:12px 20px;font-size:1rem}}.emotions-wheel-container{height:100dvh;display:flex;flex-direction:column;padding:10px;box-sizing:border-box;width:100%;max-width:none}.wheel-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.wheel-footer{display:flex;justify-content:center;align-items:center;padding-top:20px;flex-shrink:0}.back-home-button{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff;border-radius:12px;padding:10px 16px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:Heebo,sans-serif}.back-home-button:hover{background:#ffffff4d;transform:translateY(-2px)}.wheel-controls{display:flex;justify-content:center;gap:15px}.spin-button{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;border-radius:20px;padding:15px 30px;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Heebo,sans-serif;box-shadow:0 8px 25px #ff6b6b4d}.spin-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #ff6b6b66}.spin-button:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 15px #ff6b6b33}@media (max-width: 480px){.emotions-wheel-container{padding:5px}.wheel-content{gap:15px}.spin-button{padding:12px 24px;font-size:1.1rem}}.emotions-wheel-game{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:Heebo,sans-serif;display:flex;flex-direction:column;overflow:hidden;padding:0;margin:0;box-sizing:border-box;max-width:none!important;z-index:1000}.loading{display:flex;align-items:center;justify-content:center;height:100dvh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;font-weight:600;font-family:Heebo,sans-serif}@media (max-width: 480px){.emotions-wheel-game{padding:0}}.who-more-game{height:100dvh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.who-more-game.loading{justify-content:center;align-items:center}.who-more-loading-text{font-size:1.2rem;text-align:center;opacity:.8}.who-more-game-header{display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;z-index:10;min-height:60px}.who-more-game-title{margin:0;font-size:1.3rem;font-weight:600;text-align:center}.who-more-question-container{flex:1;display:flex;flex-direction:column;justify-content:center;padding:1rem}.who-more-question-container>div{width:100%;display:flex;flex-direction:column;align-items:center}.who-more-question-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;margin:0 1rem;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.1);animation:slideIn .5s ease-out;min-height:200px;display:flex;flex-direction:column;justify-content:center}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.who-more-static-text{font-size:1.8rem;font-weight:600;color:#ffffffe6;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2);text-align:center;padding:0 1rem;margin-top:auto}.who-more-question-text{font-size:1.4rem;line-height:1.6;font-weight:500;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1);transition:opacity .3s ease-in-out}.who-more-question-text.fading{opacity:0}.who-more-game-controls{padding:1.5rem;display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.who-more-next-btn,.who-more-finish-btn{background:#ffffff1a;border:none;color:#fff;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border:1px solid rgba(255,255,255,.2);min-width:120px}.who-more-next-btn:hover,.who-more-finish-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.who-more-next-btn{background:#fff3;font-weight:600}.who-more-finish-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}@media (max-width: 480px){.who-more-static-text{font-size:1.3rem;margin-bottom:.8rem}.who-more-question-text{font-size:1.2rem}.who-more-question-card{padding:1.5rem;margin:0 .5rem;min-height:150px}.who-more-game-controls{flex-direction:column;align-items:stretch}.who-more-next-btn,.who-more-finish-btn{min-width:auto;width:100%}.who-more-question-container{padding:1rem .5rem;justify-content:center}}@media (prefers-reduced-motion: no-preference){.who-more-question-card{transition:transform .3s ease}.who-more-question-card:hover{transform:translateY(-5px)}}.completions-game{min-height:100dvh;background:linear-gradient(135deg,#e0f2f1,#b2dfdb);display:flex;flex-direction:column;position:relative;overflow:hidden;font-family:Rubik,sans-serif}.completions-header{display:flex;align-items:center;justify-content:center;padding:1rem;z-index:10;min-height:60px}.completions-main-title{margin:0;font-size:1.3rem;font-weight:600;text-align:center;color:#004d40}.completions-title{font-size:1.8rem;font-weight:700;color:#00695c;margin-bottom:1.5rem;text-align:center;animation:fadeInDown .6s ease-out}.completions-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative}.completions-game .sentence-container{background:#fff;border-radius:24px;padding:3rem 2rem;box-shadow:0 20px 60px #004d401a;border:1px solid rgba(0,0,0,.05);max-width:600px;width:100%;text-align:center;position:relative;margin-bottom:3rem;min-height:220px;display:flex;flex-direction:column;justify-content:center;transition:opacity .3s ease-in-out,transform .3s ease-in-out}.completions-game .sentence-container.fade-out{opacity:0;transform:scale(.95)}.completions-game .sentence-container.fade-in{opacity:1;transform:scale(1)}.completions-game .sentence-text{color:#004d40;font-size:1.5rem;line-height:1.7;font-weight:500;margin:0;text-align:center}.completions-game .actions{display:flex;justify-content:center;gap:1rem;max-width:600px;width:100%;flex-wrap:wrap}.completions-game .next-button,.completions-game .finish-button{color:#fff;border:none;border-radius:16px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;flex:1;min-width:150px}.completions-game .next-button{background:linear-gradient(135deg,#26a69a,#00897b);box-shadow:0 4px 15px #00897b4d}.completions-game .finish-button{background:linear-gradient(135deg,#80cbc4,#4db6ac);box-shadow:0 4px 15px #4db6ac4d}.completions-game .next-button:hover,.completions-game .finish-button:hover{transform:translateY(-3px)}.completions-game .next-button:active,.completions-game .finish-button:active{transform:translateY(-1px)}.completions-loading{display:flex;align-items:center;justify-content:center;min-height:100dvh;background:linear-gradient(135deg,#e0f2f1,#b2dfdb)}@media (max-width: 768px){.completions-title{font-size:1.5rem}.completions-game .sentence-container{padding:2rem 1.5rem;margin-bottom:2rem}.completions-game .sentence-text{font-size:1.3rem}.completions-game .next-button,.completions-game .finish-button{padding:1rem 2rem;font-size:1rem;min-width:120px}}@media (max-width: 480px){.completions-game .sentence-container{padding:1.5rem 1rem}.completions-game .sentence-text{font-size:1.2rem}.completions-game .next-button,.completions-game .finish-button{font-size:.95rem;flex-basis:100%}}.contact-page{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem 1rem;box-sizing:border-box;min-height:calc(100dvh - var(--header-height, 90px));display:flex;flex-direction:column;justify-content:center}.contact-container{max-width:600px;margin:0 auto;padding:0 1rem 1rem}.contact-intro{text-align:center;margin-bottom:2rem;color:#333}.contact-intro h2{font-size:1.8rem;margin-bottom:.5rem;font-weight:600;color:#ff6b35}.contact-intro p{font-size:1.1rem;opacity:.8;line-height:1.6;color:#666}.contact-details{display:grid;gap:2rem;grid-template-columns:1fr}.contact-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 32px #00000014;border:1px solid rgba(255,107,53,.1);text-align:center;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.contact-icon{font-size:3rem;margin-bottom:1rem;display:block}.contact-card h3{color:#333;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.contact-link{display:inline-block;color:#ff6b35;font-size:1.2rem;font-weight:600;text-decoration:none;margin-bottom:1rem;padding:.5rem 1rem;border:2px solid #ff6b35;border-radius:12px;transition:all .3s ease}.contact-link:hover{background:#ff6b35;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #ff6b354d}.contact-description{color:#666;font-size:1rem;line-height:1.6;margin:0}.contact-card{animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.contact-page{padding:1rem .5rem}.contact-container{padding:0 .5rem 2rem}.contact-card{padding:1.5rem}.contact-intro h2{font-size:1.5rem}.contact-intro p{font-size:1rem}.contact-icon{font-size:2.5rem}}.about-content{background:linear-gradient(135deg,#ffecd2,#fcb69f);padding:2rem 1rem;max-width:800px;margin:0 auto;width:100%}.about-container{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-header{text-align:center;margin-bottom:3rem}.about-title{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#ff6b6b,#ee5a24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.about-subtitle{font-size:1.2rem;color:#666;margin:0}.about-sections{display:flex;flex-direction:column;gap:2rem}.about-section{background:#fffc;padding:2rem;border-radius:15px;border:1px solid rgba(255,181,107,.3);position:relative}.section-icon{font-size:3rem;text-align:center;margin-bottom:1rem;display:block}.about-section h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;text-align:center}.about-section p{font-size:1rem;line-height:1.6;color:#555;text-align:center}.games-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.game-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffffb3;border-radius:10px;border:1px solid rgba(255,181,107,.4)}.game-icon{font-size:1.5rem}.game-name{font-weight:500;color:#2c3e50}.values-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.values-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffffb3;border-radius:10px;border:1px solid rgba(255,181,107,.4);font-weight:500;color:#2c3e50}.steps-list{margin:1rem 0 0;padding:0;list-style:none;counter-reset:step-counter}.steps-list li{counter-increment:step-counter;display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffffb3;border-radius:10px;border:1px solid rgba(255,181,107,.4);margin-bottom:.75rem;font-weight:500;color:#2c3e50;position:relative}.steps-list li:before{content:counter(step-counter);background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.about-footer{margin-top:3rem;text-align:center;padding:2rem;background:#fffc;border-radius:15px;border:1px solid rgba(255,181,107,.3)}.footer-message{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.footer-links{margin-bottom:1.5rem}.terms-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fffc;border:2px solid rgba(255,181,107,.4);border-radius:25px;color:#2c3e50;text-decoration:none;font-weight:500;transition:all .3s ease;font-size:.95rem}.terms-link:hover{background:#ffb56b33;border-color:#ffb56b99;transform:translateY(-1px);box-shadow:0 3px 10px #ffb56b4d}.back-home-button{background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ee5a244d}.back-home-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ee5a2466}.back-home-button:active{transform:translateY(0)}.about-section{animation:fadeInUp .6s ease forwards}.about-section:nth-child(1){animation-delay:.1s}.about-section:nth-child(2){animation-delay:.2s}.about-section:nth-child(3){animation-delay:.3s}.about-section:nth-child(4){animation-delay:.4s}.about-section:nth-child(5){animation-delay:.5s}.about-section:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.about-content{padding:1rem .5rem}.about-container{padding:1.5rem;border-radius:15px}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.about-section{padding:1.5rem}.games-list{grid-template-columns:1fr}.game-item{padding:.75rem}}.mobile-only-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;font-family:Assistant,sans-serif}.mobile-only-card{background:#fffffff2;border-radius:24px;padding:3rem 2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.mobile-only-icon{font-size:4rem;margin-bottom:1.5rem}.mobile-only-title{margin:0 0 1rem;font-size:1.8rem;color:#8b5a3c;font-weight:700}.mobile-only-description{margin:0 0 2rem;color:#666;font-size:1.1rem;line-height:1.6}.mobile-only-tip{background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:16px;padding:1.5rem;margin-top:1.5rem}.mobile-only-tip-icon{font-size:2rem;margin-bottom:.5rem}.mobile-only-tip-text{margin:0;color:#8b5a3c;font-size:.95rem;font-weight:500}#root{max-width:1280px;margin:0 auto;text-align:center}body{font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{background:#fff}.main-content{padding-bottom:1rem}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0;padding:0}p{margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b35,#ff8c5a);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e55a2b,#ff6b35)}
