.IntroScreen-module__ubQIGa__introWrap{text-align:center;flex-direction:column;min-height:100dvh;display:flex;position:relative}.IntroScreen-module__ubQIGa__bgDesktop{object-fit:cover;object-position:center;z-index:-1;display:block}.IntroScreen-module__ubQIGa__bgMobile{object-fit:center;object-position:top-center;z-index:-1;display:none;position:absolute;top:0;left:0}.IntroScreen-module__ubQIGa__introContent{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;padding:0 1rem 3%;display:flex}.IntroScreen-module__ubQIGa__bigSub{font-family:var(--font-nanum), "Nanum Gothic", sans-serif;color:#fff;margin-bottom:-2px;font-size:23px;font-weight:600;line-height:1.4}.IntroScreen-module__ubQIGa__bigSubBold{font-family:var(--font-nanum), "Nanum Gothic", sans-serif;color:#fff;margin-bottom:24px;font-size:24px;font-weight:800;line-height:1.8}.IntroScreen-module__ubQIGa__startBtn{font-family:var(--font-nanum), "Nanum Gothic", sans-serif;color:#fff;cursor:pointer;background:#004aa9;border:3px solid #2a2580;border-radius:40px;padding:17px 62px;font-size:24px;font-weight:700;transition:transform .15s,opacity .15s,box-shadow .15s;box-shadow:0 4px #000,0 6px 16px #2a258059}.IntroScreen-module__ubQIGa__startBtn:hover{transform:translateY(-2px);box-shadow:0 6px #000,0 10px 24px #2a258073}.IntroScreen-module__ubQIGa__startBtn:active{transform:translateY(2px);box-shadow:0 1px #2a2580,0 2px 8px #2a25804d}.IntroScreen-module__ubQIGa__introHint{color:#fff;text-shadow:0 1px 3px #00000080;margin-top:16px;font-size:20px;font-weight:600}@media (max-width:375px){.IntroScreen-module__ubQIGa__bigSub{font-size:17px}.IntroScreen-module__ubQIGa__bigSubBold{margin-bottom:16px;font-size:17px}.IntroScreen-module__ubQIGa__startBtn{padding:11px 36px;font-size:17px}.IntroScreen-module__ubQIGa__introHint{margin-top:10px;font-size:15px}.IntroScreen-module__ubQIGa__introContent{padding:0 .625rem 15%}}@media (max-width:375px) and (max-height:580px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:8%}}@media (min-width:376px) and (max-width:480px){.IntroScreen-module__ubQIGa__bigSub{font-size:18px}.IntroScreen-module__ubQIGa__bigSubBold{margin-bottom:18px;font-size:19px}.IntroScreen-module__ubQIGa__startBtn{padding:12px 40px;font-size:18px}.IntroScreen-module__ubQIGa__introHint{margin-top:10px;font-size:17px}.IntroScreen-module__ubQIGa__introContent{padding:0 .75rem 15%}}@media (min-width:376px) and (max-width:480px) and (max-height:600px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:8%}}@media (max-width:768px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:4%;translate:0}.IntroScreen-module__ubQIGa__bgDesktop{display:none!important}.IntroScreen-module__ubQIGa__bgMobile{display:block!important}}@media (min-width:481px) and (max-width:768px){.IntroScreen-module__ubQIGa__bigSub{font-size:20px}.IntroScreen-module__ubQIGa__bigSubBold{margin-bottom:24px;font-size:20px}.IntroScreen-module__ubQIGa__startBtn{padding:16px 58px;font-size:20px}.IntroScreen-module__ubQIGa__introHint{font-size:17px}.IntroScreen-module__ubQIGa__introContent{padding:0 1rem 10%}}@media (min-width:481px) and (max-width:768px) and (max-height:500px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:5%}}@media (min-width:481px) and (max-width:768px) and (max-height:400px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:3%}}@media (min-width:769px){.IntroScreen-module__ubQIGa__bigSub{font-size:22px}.IntroScreen-module__ubQIGa__bigSubBold{margin-bottom:28px;font-size:23px}.IntroScreen-module__ubQIGa__startBtn{padding:18px 67px;font-size:23px}.IntroScreen-module__ubQIGa__introHint{font-size:19px}.IntroScreen-module__ubQIGa__introContent{padding:0 2rem .75%}}@media (min-width:769px) and (max-height:500px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:2%}}@media (min-width:769px) and (max-height:400px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:1.5%}}@media (min-width:769px) and (max-height:320px){.IntroScreen-module__ubQIGa__introContent{padding-bottom:1%}}
.QuizScreen-module__KK3ffW__quizWrap{z-index:9999;box-sizing:border-box;background-color:#60bef3;flex-direction:column;align-items:center;width:100%;height:100vh;padding:20px;animation:.3s QuizScreen-module__KK3ffW__fadeInBg;display:flex;top:0;left:0;overflow:hidden;position:fixed!important}.QuizScreen-module__KK3ffW__bgImage{object-fit:cover;object-position:top center;z-index:-1}.QuizScreen-module__KK3ffW__bgDesktop{object-fit:cover;object-position:center;z-index:-1;display:block}.QuizScreen-module__KK3ffW__bgMobile{object-fit:fill;z-index:-1;display:none}.QuizScreen-module__KK3ffW__header{align-items:center;width:100%;max-width:1200px;height:60px;margin:0 auto;display:flex;position:relative;translate:10px}.QuizScreen-module__KK3ffW__backBtn{cursor:pointer;background-color:#fff;border:3.5px solid #0a349e;border-radius:50%;outline:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;transition:transform .15s,opacity .15s,box-shadow .15s;display:flex;box-shadow:0 4px #07226b,0 6px 16px #07226b59}.QuizScreen-module__KK3ffW__backBtn:hover{transform:translateY(-2px);box-shadow:0 6px #07226b,0 10px 24px #07226b73}.QuizScreen-module__KK3ffW__backBtn:active{transform:translateY(2px);box-shadow:0 1px #07226b,0 2px 8px #07226b4d}.QuizScreen-module__KK3ffW__backBtn:before{content:"";border-top:6px solid #0a349e;border-right:6px solid #0a349e;border-radius:2px;width:20px;height:20px;margin-left:6px;display:inline-block;transform:rotate(-135deg)}.QuizScreen-module__KK3ffW__progressContainer{z-index:1;justify-content:center;align-items:center;gap:30px;width:100%;max-width:967px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QuizScreen-module__KK3ffW__progressTrack{background:#fff;border:3px solid #fff;border-radius:20px;width:100%;height:20px;position:relative;overflow:visible}.QuizScreen-module__KK3ffW__progressFill{background:#2fb8dd;border-radius:20px;height:100%;transition:width .3s;position:relative}.QuizScreen-module__KK3ffW__progressIcon{position:absolute;top:-16px;right:-15px}.QuizScreen-module__KK3ffW__qCounter{color:#fff;font-size:28px;font-weight:700}.QuizScreen-module__KK3ffW__cardContainer{z-index:2;flex:1;justify-content:center;align-items:center;width:100%;max-width:1632px;padding-bottom:40px;display:flex;position:relative}.QuizScreen-module__KK3ffW__mainCard{width:100%;height:800px;animation:.38s forwards QuizScreen-module__KK3ffW__cardFadeUp;position:relative}.QuizScreen-module__KK3ffW__boxImage{z-index:1;object-fit:fill}@media (max-width:768px){.QuizScreen-module__KK3ffW__boxImage{transform:scale(1.2)}}.QuizScreen-module__KK3ffW__cardContentWrapper{z-index:2;flex-direction:column;height:100%;padding:50px 25px 30px;display:flex;position:relative}.QuizScreen-module__KK3ffW__questionTab{z-index:3;color:#000;text-shadow:1px 0 #000,-1px 0 #000;padding:4px 12px;font-size:32px;font-weight:900;position:absolute;top:45px;left:21.5%}.QuizScreen-module__KK3ffW__cardContent{text-align:center;flex-direction:column;align-items:center;height:82%;margin-top:100px;display:flex}.QuizScreen-module__KK3ffW__qText{color:#333;font-size:28px;font-weight:800}.QuizScreen-module__KK3ffW__qImageBox{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.QuizScreen-module__KK3ffW__answerRow{justify-content:center;gap:12px;width:100%;padding-bottom:30px;display:flex}.QuizScreen-module__KK3ffW__imageBtn{cursor:pointer;filter:drop-shadow(0 2px #000)drop-shadow(0 3px 5px #0003);background:0 0;border:none;padding:0;transition:transform .15s,filter .15s}.QuizScreen-module__KK3ffW__imageBtn:hover{filter:drop-shadow(0 4px #000)drop-shadow(0 6px 10px #0000004d);transform:translateY(-1.5px)}.QuizScreen-module__KK3ffW__imageBtn:active{filter:drop-shadow(0 .5px #000)drop-shadow(0 1px 2px #00000026);transform:translateY(-1.5px)}.QuizScreen-module__KK3ffW__imageBtn img{object-fit:contain;max-width:100%;max-height:100%}.QuizScreen-module__KK3ffW__qImageBox img{object-fit:contain;max-width:100%;max-height:360px}.QuizScreen-module__KK3ffW__qImageBox{width:370px;margin:0 auto}@media (max-width:1750px){.QuizScreen-module__KK3ffW__backBtn{margin-left:130px}.QuizScreen-module__KK3ffW__mainCard{width:80%;height:600px}.QuizScreen-module__KK3ffW__questionTab{font-size:26px;top:30px;left:21.2%}.QuizScreen-module__KK3ffW__cardContent{margin-top:60px}.QuizScreen-module__KK3ffW__qText{max-width:700px;font-size:24px}.QuizScreen-module__KK3ffW__progressContainer{max-width:60%}.QuizScreen-module__KK3ffW__progressIcon{top:-12px}.QuizScreen-module__KK3ffW__progressIcon img{width:45px}.QuizScreen-module__KK3ffW__qImageBox{width:250px}.QuizScreen-module__KK3ffW__qImageBox img{object-fit:contain;max-width:100%;max-height:250px}}@media (max-width:1030px){.QuizScreen-module__KK3ffW__backBtn{margin-left:0}.QuizScreen-module__KK3ffW__mainCard{width:100%;height:500px}.QuizScreen-module__KK3ffW__questionTab{padding:4px 10px;font-size:22px;top:25px;left:21%}.QuizScreen-module__KK3ffW__cardContent{margin-top:60px}.QuizScreen-module__KK3ffW__qText{white-space:normal;overflow-wrap:break-word;word-break:keep-all;max-width:400px;font-size:22px;line-height:1.5}.QuizScreen-module__KK3ffW__qCounter{translate:-20px}.QuizScreen-module__KK3ffW__qImageBox{width:180px}}@media (max-width:768px){.QuizScreen-module__KK3ffW__bgDesktop{display:none!important}.QuizScreen-module__KK3ffW__bgMobile{display:block!important}.QuizScreen-module__KK3ffW__boxImage{display:none!important}.QuizScreen-module__KK3ffW__quizWrap{padding:15px}.QuizScreen-module__KK3ffW__header{flex-direction:column;align-items:flex-start;gap:16px;height:auto;margin-bottom:20px}.QuizScreen-module__KK3ffW__backBtn img{width:45px}.QuizScreen-module__KK3ffW__progressContainer{justify-content:space-between;gap:15px;width:100%;max-width:100%;position:relative;top:0;left:0;transform:none}.QuizScreen-module__KK3ffW__progressTrack{flex:1;height:14px}.QuizScreen-module__KK3ffW__progressIcon{top:-10px}.QuizScreen-module__KK3ffW__progressIcon img{width:35px}.QuizScreen-module__KK3ffW__qCounter{font-size:16px;translate:0}.QuizScreen-module__KK3ffW__mainCard{width:100%;height:550px}.QuizScreen-module__KK3ffW__cardContentWrapper{padding:40px 20px 20px}.QuizScreen-module__KK3ffW__questionTab{align-self:center;margin-top:-45px;margin-left:0;padding:2px 10px;font-size:32px;position:relative;top:auto;left:auto}.QuizScreen-module__KK3ffW__cardContent{justify-content:space-between;height:70%;margin-top:20px}.QuizScreen-module__KK3ffW__qText{word-break:keep-all;margin-bottom:5px;padding:0 15px;font-size:18px;line-height:1.4}.QuizScreen-module__KK3ffW__qImageBox{flex:1;min-height:0;padding:10px 0;margin-top:0!important}.QuizScreen-module__KK3ffW__qImageBox img{object-fit:contain;max-width:100%;max-height:250px}.QuizScreen-module__KK3ffW__answerRow{gap:12px;padding-bottom:0}.QuizScreen-module__KK3ffW__backBtn{width:45px;height:45px;box-shadow:0 4px #07226b,0 6px 12px #07226b4d}.QuizScreen-module__KK3ffW__backBtn:hover{transform:translateY(-1px);box-shadow:0 5px #07226b,0 8px 16px #07226b66}.QuizScreen-module__KK3ffW__backBtn:active{transform:translateY(2px);box-shadow:0 1px #07226b,0 2px 6px #07226b4d}.QuizScreen-module__KK3ffW__backBtn:before{border-top:4px solid #0a349e;border-right:4px solid #0a349e;border-radius:1px;width:12px;height:12px;margin-left:5px}}@media (max-width:480px){.QuizScreen-module__KK3ffW__quizWrap{padding:10px}.QuizScreen-module__KK3ffW__header{margin-bottom:15px}.QuizScreen-module__KK3ffW__backBtn img{width:38px}.QuizScreen-module__KK3ffW__progressContainer{gap:10px;max-width:100%;padding-right:10px}.QuizScreen-module__KK3ffW__progressIcon{top:-6px}.QuizScreen-module__KK3ffW__progressIcon img{width:25px}.QuizScreen-module__KK3ffW__qCounter{font-size:16px}.QuizScreen-module__KK3ffW__mainCard{width:100%;height:500px}.QuizScreen-module__KK3ffW__cardContentWrapper{padding:30px 15px 15px}.QuizScreen-module__KK3ffW__questionTab{align-self:center;margin-top:-35px;margin-left:0;padding:2px 10px;font-size:24px;position:relative;top:auto;left:auto;translate:0 35%}.QuizScreen-module__KK3ffW__cardContent{height:92%;margin-top:10px}.QuizScreen-module__KK3ffW__qText{white-space:pre-line;overflow-wrap:break-word;word-break:keep-all;width:100%;max-width:280px;margin-bottom:30px;font-size:20px;line-height:1.5;translate:0 20%}.QuizScreen-module__KK3ffW__answerRow{gap:8px;margin-top:20px;translate:0 -15%}.QuizScreen-module__KK3ffW__qImageBox{width:160px;margin-bottom:30px}.QuizScreen-module__KK3ffW__qImageBox img{object-fit:contain;max-width:100%;max-height:250px}.QuizScreen-module__KK3ffW__backBtn{width:38px;height:38px;box-shadow:0 3px #07226b,0 4px 10px #07226b4d}.QuizScreen-module__KK3ffW__backBtn:hover{transform:translateY(-1px);box-shadow:0 4px #07226b,0 6px 12px #07226b66}.QuizScreen-module__KK3ffW__backBtn:active{transform:translateY(2px);box-shadow:0 1px #07226b,0 2px 4px #07226b4d}.QuizScreen-module__KK3ffW__backBtn:before{width:9px;height:9px;margin-left:3px}}@keyframes QuizScreen-module__KK3ffW__fadeInBg{0%{opacity:0}to{opacity:1}}@keyframes QuizScreen-module__KK3ffW__cardFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.page-module___8aEwW__app{font-family:var(--font-nanum), "Nanum Gothic", sans-serif;max-width:920px;margin:0 auto;padding:1.5rem 1rem 3rem}.page-module___8aEwW__introActive{width:100vw;margin-top:-1.5rem;margin-bottom:-3rem;margin-left:calc(50% - 50vw);animation:.38s page-module___8aEwW__fadeUp;display:block}.page-module___8aEwW__screenActive{animation:.38s page-module___8aEwW__fadeUp;display:block}.page-module___8aEwW__pageRoot{min-height:100dvh}.page-module___8aEwW__pageLocked{min-height:100dvh;overflow:hidden}@keyframes page-module___8aEwW__fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.Footer-module__S6Hkya__footer{background:#fff;border-top:1px solid #e8e8e8;width:100%;position:relative}.Footer-module__S6Hkya__runnerTrack{pointer-events:none;width:100%;height:130px;position:absolute;top:-114px;left:0;overflow:hidden}.Footer-module__S6Hkya__runner{will-change:transform;animation:16s linear infinite Footer-module__S6Hkya__runAcross;position:absolute;top:0;left:0}.Footer-module__S6Hkya__runnerImg{object-fit:contain;width:auto;height:150px;display:block}@keyframes Footer-module__S6Hkya__runAcross{0%{transform:translate(-100%)}to{transform:translate(100vw)}}.Footer-module__S6Hkya__footerInner{max-width:1200px;margin:0 auto;padding:32px 24px 28px}.Footer-module__S6Hkya__topRow{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.Footer-module__S6Hkya__logoWrap{flex-shrink:0}.Footer-module__S6Hkya__logo{object-fit:contain;width:90px;height:auto;margin-top:-20px;display:block}.Footer-module__S6Hkya__socialRow{align-items:center;gap:16px;display:flex}.Footer-module__S6Hkya__socialLink{color:#1a1a1a;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.Footer-module__S6Hkya__socialLink:hover{opacity:.6}.Footer-module__S6Hkya__socialLink img{width:22px;height:22px;display:block}.Footer-module__S6Hkya__bottomRow{flex-direction:column;align-items:start;gap:2px;font-size:14px;font-weight:800;display:flex}.Footer-module__S6Hkya__copyright{color:#333;font-size:12px;line-height:1.6}.Footer-module__S6Hkya__legalLinks{color:#333;flex-wrap:wrap;align-items:center;gap:0;font-size:12px;line-height:1.6;display:flex}.Footer-module__S6Hkya__separator{width:8px;display:inline-block}.Footer-module__S6Hkya__legalLink{color:#333;text-decoration:none;transition:color .15s}.Footer-module__S6Hkya__legalLink:hover{color:#1a1a1a;text-decoration:underline}@media (max-width:600px){.Footer-module__S6Hkya__runner{animation-duration:8s}.Footer-module__S6Hkya__topRow{flex-direction:column;gap:20px}.Footer-module__S6Hkya__socialRow{gap:14px}.Footer-module__S6Hkya__footerInner{padding:24px 16px 22px}}
.stats-module__tcGf5G__root{--brand:#534ab7;--brand-soft:#7f77dd;--navy:#082b9f;--blue:#004aa9;--blue-mid:#378add;--ink:#1a1a1a;--ink-2:#555;--ink-3:#8b909c;--line:#ececf3;--card:#fff;--ok:#08954c;min-height:100vh;color:var(--ink);font-family:var(--font-nanum), "Nanum Gothic", sans-serif;background:#f7f7fc}.stats-module__tcGf5G__page{max-width:920px;margin:0 auto;padding:2rem 1.1rem 3.5rem}.stats-module__tcGf5G__hero{border-bottom:2px solid var(--line);flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:26px;padding-bottom:18px;display:flex}.stats-module__tcGf5G__heroLogo{object-fit:contain;flex-shrink:0;width:56px;height:56px}.stats-module__tcGf5G__heroText{flex-direction:column;gap:3px;display:flex}.stats-module__tcGf5G__heroTitle{font-family:var(--font-black-han), "Black Han Sans", sans-serif;color:var(--brand);letter-spacing:-.3px;margin:0;font-size:25px;font-weight:400;line-height:1.15}.stats-module__tcGf5G__heroSub{color:var(--ink-3);font-size:13.5px;font-weight:700}.stats-module__tcGf5G__heroBadge{color:var(--brand);white-space:nowrap;background:#efeefb;border-radius:999px;align-self:center;margin-left:auto;padding:7px 14px;font-size:13px;font-weight:800}.stats-module__tcGf5G__kpis{grid-template-columns:repeat(auto-fit,minmax(154px,1fr));gap:14px;margin-bottom:34px;display:grid}.stats-module__tcGf5G__kpi{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px 18px 16px;box-shadow:0 6px 22px #1c18540d}.stats-module__tcGf5G__kpiLabel{color:var(--ink-3);font-size:12.5px;font-weight:700}.stats-module__tcGf5G__kpiValue{font-family:var(--font-black-han), "Black Han Sans", sans-serif;color:var(--navy);margin-top:6px;font-size:32px;font-weight:400;line-height:1.1}.stats-module__tcGf5G__kpiUnit{font-family:var(--font-nanum), "Nanum Gothic", sans-serif;margin-left:2px;font-size:15px;font-weight:700}.stats-module__tcGf5G__kpiNote{color:var(--ink-3);margin-top:7px;font-size:11.5px;line-height:1.45}.stats-module__tcGf5G__kpiNote.stats-module__tcGf5G__ok{color:var(--ok);font-weight:700}.stats-module__tcGf5G__section{margin-bottom:34px}.stats-module__tcGf5G__secTitle{color:var(--ink);margin:0 0 4px;font-size:16.5px;font-weight:800}.stats-module__tcGf5G__secHint{color:var(--ink-3);margin-bottom:14px;font-size:12.5px;line-height:1.5}.stats-module__tcGf5G__card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 6px 22px #1c18540d}.stats-module__tcGf5G__two{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;display:grid}.stats-module__tcGf5G__chart{width:100%;height:auto;display:block}.stats-module__tcGf5G__chartLegend{border-top:1px solid var(--line);flex-wrap:wrap;gap:18px;margin-top:12px;padding-top:12px;display:flex}.stats-module__tcGf5G__legendItem{color:var(--ink-2);align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.stats-module__tcGf5G__legendDot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.stats-module__tcGf5G__bars{flex-direction:column;gap:11px;display:flex}.stats-module__tcGf5G__barRow{align-items:center;gap:11px;font-size:13px;display:flex}.stats-module__tcGf5G__barName{width:62px;color:var(--ink-2);flex-shrink:0;font-weight:700}.stats-module__tcGf5G__barTrack{background:#f0f0f6;border-radius:6px;flex:1;height:20px;overflow:hidden}.stats-module__tcGf5G__barFill{border-radius:6px;min-width:4px;height:100%}.stats-module__tcGf5G__barVal{text-align:right;width:92px;color:var(--ink);flex-shrink:0;font-weight:800}.stats-module__tcGf5G__table{border-collapse:collapse;width:100%;font-size:13.5px}.stats-module__tcGf5G__table td{border-bottom:1px solid var(--line);color:var(--ink-2);padding:10px 4px}.stats-module__tcGf5G__table tr:last-child td{border-bottom:none}.stats-module__tcGf5G__table td.stats-module__tcGf5G__num{text-align:right;color:var(--navy);font-weight:800}.stats-module__tcGf5G__tableNote{color:var(--ink-3);margin-top:10px;font-size:12px;line-height:1.5}.stats-module__tcGf5G__summary{border:1px solid #e0ddf6;border-left:4px solid var(--brand);background:#f0effb;border-radius:14px;padding:18px 20px}.stats-module__tcGf5G__summaryTitle{color:var(--brand);letter-spacing:.2px;margin-bottom:7px;font-size:13px;font-weight:800}.stats-module__tcGf5G__summaryText{color:#36325f;margin:0;font-size:14.5px;font-weight:500;line-height:1.7}.stats-module__tcGf5G__actions{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:16px;display:grid}.stats-module__tcGf5G__act{background:var(--card);border:1px solid var(--line);border-left:4px solid var(--brand-soft);border-radius:0 14px 14px 0;padding:15px 17px;box-shadow:0 6px 22px #1c18540d}.stats-module__tcGf5G__actTitle{color:var(--ink);margin-bottom:5px;font-size:14px;font-weight:800}.stats-module__tcGf5G__actDesc{color:var(--ink-2);font-size:12.5px;line-height:1.6}.stats-module__tcGf5G__sourceNote{color:var(--ink-3);border-top:1px solid var(--line);margin-top:30px;padding-top:14px;font-size:11.5px;line-height:1.6}@media (max-width:560px){.stats-module__tcGf5G__page{padding:1.5rem .9rem 2.5rem}.stats-module__tcGf5G__heroTitle{font-size:21px}.stats-module__tcGf5G__heroBadge{text-align:center;order:3;width:100%;margin-left:0}.stats-module__tcGf5G__kpiValue{font-size:28px}}
