.lat-manh-ghep-module__pLC1SW__container{color:#fff;min-height:100vh;font-family:var(--font-sans);background:linear-gradient(135deg,#1e1b4b 0%,#311042 50%,#4c1d95 100%);flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem 1rem;display:flex}.lat-manh-ghep-module__pLC1SW__header{justify-content:space-between;align-items:center;width:100%;max-width:800px;margin-bottom:1.5rem;display:flex}.lat-manh-ghep-module__pLC1SW__backBtn{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:99px;padding:.5rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s}.lat-manh-ghep-module__pLC1SW__backBtn:hover{background:#fff3;transform:translate(-3px)}.lat-manh-ghep-module__pLC1SW__title{font-family:var(--font-display);text-align:center;font-size:1.8rem;font-weight:900}.lat-manh-ghep-module__pLC1SW__gameArea{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:600px;display:flex}.lat-manh-ghep-module__pLC1SW__infoPanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1.25rem;display:flex}.lat-manh-ghep-module__pLC1SW__roundTitle{color:#c084fc;font-size:1rem;font-weight:800}.lat-manh-ghep-module__pLC1SW__score{font-size:.9rem;font-weight:700}.lat-manh-ghep-module__pLC1SW__boardWrapper{background:#ffffff0d;border:4px solid #ffffff26;border-radius:24px;padding:8px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.lat-manh-ghep-module__pLC1SW__pictureContainer{background-color:#0f172a;border-radius:16px;width:380px;height:380px;position:relative;overflow:hidden}@media (max-width:480px){.lat-manh-ghep-module__pLC1SW__pictureContainer{width:300px;height:300px}}.lat-manh-ghep-module__pLC1SW__underlyingImage{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.lat-manh-ghep-module__pLC1SW__gridTiles{z-index:5;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:4px;width:100%;height:100%;padding:4px;display:grid;position:absolute;top:0;left:0}.lat-manh-ghep-module__pLC1SW__tile{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#6366f1,#818cf8);border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;font-size:2rem;font-weight:900;transition:all .4s;display:flex;box-shadow:inset 0 2px 4px #fff3}.lat-manh-ghep-module__pLC1SW__tile:hover{filter:brightness(1.15);transform:scale(.98)}.lat-manh-ghep-module__pLC1SW__tileRevealed{opacity:0;pointer-events:none;transform:scale(.8)}.lat-manh-ghep-module__pLC1SW__guessArea{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;gap:1rem;width:100%;padding:1.25rem;display:flex}.lat-manh-ghep-module__pLC1SW__hintText{color:#ffffffd9;background:#0003;border-left:3px solid #a855f7;border-radius:8px;padding:.6rem .8rem;font-size:.85rem;line-height:1.4}.lat-manh-ghep-module__pLC1SW__inputRow{gap:.5rem;display:flex}.lat-manh-ghep-module__pLC1SW__guessInput{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;flex:1;padding:.65rem 1rem;font-size:.95rem;font-weight:700}.lat-manh-ghep-module__pLC1SW__guessInput:focus{background:#ffffff26;border-color:#a855f7;outline:none}.lat-manh-ghep-module__pLC1SW__actionBtn{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;border-radius:10px;padding:.65rem 1.25rem;font-weight:700;transition:all .2s}.lat-manh-ghep-module__pLC1SW__actionBtn:hover{filter:brightness(1.15)}.lat-manh-ghep-module__pLC1SW__victoryCard{text-align:center;color:#0f172a;background:#fffffff2;border-radius:20px;width:100%;padding:1.5rem;box-shadow:0 10px 25px #0003}.lat-manh-ghep-module__pLC1SW__victoryTitle{font-family:var(--font-display);color:#22c55e;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.lat-manh-ghep-module__pLC1SW__keywordText{color:#4f46e5;text-transform:uppercase;margin:.5rem 0;font-size:1.4rem;font-weight:900}.lat-manh-ghep-module__pLC1SW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0f172ad9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.lat-manh-ghep-module__pLC1SW__modal{color:#0f172a;background:#fff;border-radius:24px;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;padding:2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards lat-manh-ghep-module__pLC1SW__modalScale;display:flex;box-shadow:0 25px 50px -12px #00000040}@keyframes lat-manh-ghep-module__pLC1SW__modalScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lat-manh-ghep-module__pLC1SW__question{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.5}.lat-manh-ghep-module__pLC1SW__answers{grid-template-columns:1fr;gap:.75rem;display:grid}.lat-manh-ghep-module__pLC1SW__answerBtn{color:#334155;cursor:pointer;text-align:left;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s}.lat-manh-ghep-module__pLC1SW__answerBtn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.lat-manh-ghep-module__pLC1SW__answerBtnCorrect{color:#15803d!important;background:#dcfce7!important;border-color:#22c55e!important}.lat-manh-ghep-module__pLC1SW__answerBtnIncorrect{color:#b91c1c!important;background:#fee2e2!important;border-color:#ef4444!important}.lat-manh-ghep-module__pLC1SW__feedbackText{text-align:center;font-size:1.1rem;font-weight:800}
