.QuizIndexHeader-module__Wx2gga__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;background:#faf7f2f2;border-bottom:1px solid #0f766e14;padding:0 32px;position:sticky;top:0}.QuizIndexHeader-module__Wx2gga__headerInner{justify-content:space-between;gap:24px;width:100%;max-width:1280px;height:56px;margin:0 auto}.QuizIndexHeader-module__Wx2gga__headerInner,.QuizIndexHeader-module__Wx2gga__headerLeft{align-items:center;display:flex}.QuizIndexHeader-module__Wx2gga__headerLeft{flex-shrink:0}.QuizIndexHeader-module__Wx2gga__logo{align-items:center;gap:8px;text-decoration:none;transition:opacity .2s;display:flex}.QuizIndexHeader-module__Wx2gga__logo:hover{opacity:.8}.QuizIndexHeader-module__Wx2gga__logoIcon,.QuizIndexHeader-module__Wx2gga__logoText{font-size:20px}.QuizIndexHeader-module__Wx2gga__logoText{color:#0f766e;letter-spacing:.02em;font-weight:800}.QuizIndexHeader-module__Wx2gga__headerRight{flex-shrink:0;gap:12px}.QuizIndexHeader-module__Wx2gga__headerRight,.QuizIndexHeader-module__Wx2gga__langSwitch{align-items:center;display:flex}.QuizIndexHeader-module__Wx2gga__langSwitch{background:#0000000a;border-radius:8px;gap:2px;padding:2px}.QuizIndexHeader-module__Wx2gga__langBtn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-size:13px;font-weight:500;transition:all .15s}.QuizIndexHeader-module__Wx2gga__langBtn:hover{color:#374151}.QuizIndexHeader-module__Wx2gga__langBtnActive{color:#0f766e;background:#fff;font-weight:600;box-shadow:0 1px 3px #0000000f}.QuizIndexHeader-module__Wx2gga__headerCta{color:#fff;white-space:nowrap;background:#0f766e;border-radius:999px;align-items:center;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.QuizIndexHeader-module__Wx2gga__headerCta:hover{background:#0a5e57;transform:translateY(-1px)}@media (max-width:768px){.QuizIndexHeader-module__Wx2gga__header{padding:0 12px}.QuizIndexHeader-module__Wx2gga__headerInner{height:48px}.QuizIndexHeader-module__Wx2gga__headerRight{gap:8px}.QuizIndexHeader-module__Wx2gga__logoText{font-size:18px}.QuizIndexHeader-module__Wx2gga__langBtn{padding:3px 8px;font-size:12px}.QuizIndexHeader-module__Wx2gga__headerCta{padding:6px 14px;font-size:12px}}
.QuizIndex-module__UpneBG__quizIndexPage{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:80px 40px 100px}.QuizIndex-module__UpneBG__quizIndexHero{text-align:center;flex-direction:column;align-items:center;margin-bottom:64px;display:flex}.QuizIndex-module__UpneBG__quizIndexBadge{color:#064e3b;letter-spacing:.24em;text-transform:uppercase;background:#fffc;border:1px solid #064e3b1a;border-radius:999px;margin-bottom:24px;padding:8px 16px;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 12px 40px #0f766e14}.QuizIndex-module__UpneBG__quizIndexTitle{color:#020617;letter-spacing:-.04em;margin:0 0 16px;font-size:3.5rem;font-weight:900;line-height:1.1}.QuizIndex-module__UpneBG__quizIndexSubtitle{color:#475569;max-width:600px;margin:0;font-size:1.125rem;line-height:1.75}.QuizIndex-module__UpneBG__quizIndexGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.QuizIndex-module__UpneBG__quizCard{color:inherit;background:#fff;border:1px solid #0000000d;border-radius:32px;flex-direction:column;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 20px 54px #0f172a12}.QuizIndex-module__UpneBG__quizCard:hover{border-color:#0f766e1a;transform:translateY(-8px);box-shadow:0 32px 70px #0f766e1f}.QuizIndex-module__UpneBG__quizCardCover{background:#f8fafc;border-bottom:1px solid #00000008;height:200px;position:relative;overflow:hidden}.QuizIndex-module__UpneBG__quizCardCover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.QuizIndex-module__UpneBG__quizCard:hover .QuizIndex-module__UpneBG__quizCardCover img{transform:scale(1.05)}.QuizIndex-module__UpneBG__quizCardCoverFallback{background:linear-gradient(135deg,#0f766e,#064e3b);justify-content:center;align-items:center;height:100%;font-size:48px;display:flex}.QuizIndex-module__UpneBG__quizCardBody{flex-direction:column;flex:1;padding:32px 28px;display:flex}.QuizIndex-module__UpneBG__quizCardHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.QuizIndex-module__UpneBG__quizCardName{color:#020617;letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.QuizIndex-module__UpneBG__quizCardDesc{color:#475569;flex:1;margin:0 0 24px;font-size:.95rem;line-height:1.8}.QuizIndex-module__UpneBG__quizCardMeta{flex-wrap:wrap;gap:12px;margin-top:auto;display:flex}.QuizIndex-module__UpneBG__quizCardTag{color:#0f766e;letter-spacing:.05em;background:#0f766e0f;border:1px solid #0f766e1a;border-radius:999px;padding:6px 14px;font-size:.75rem;font-weight:600}@media (max-width:768px){.QuizIndex-module__UpneBG__quizIndexPage{padding:48px 20px 80px}.QuizIndex-module__UpneBG__quizIndexTitle{font-size:2.25rem}.QuizIndex-module__UpneBG__quizIndexSubtitle{font-size:1rem}.QuizIndex-module__UpneBG__quizIndexGrid{grid-template-columns:repeat(2,1fr);gap:24px}.QuizIndex-module__UpneBG__quizCardCover{height:180px}.QuizIndex-module__UpneBG__quizCard{border-radius:28px}.QuizIndex-module__UpneBG__quizCardBody{padding:24px}}@media (max-width:480px){.QuizIndex-module__UpneBG__quizIndexTitle{font-size:2rem}.QuizIndex-module__UpneBG__quizIndexGrid{grid-template-columns:1fr}}
