.PremiumPrompt-module__I-NsCa__backdrop{z-index:1200;-webkit-backdrop-filter:blur(7px);background:#0d0d0b94;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.PremiumPrompt-module__I-NsCa__modal{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);width:min(100%,430px);box-shadow:var(--shadow-lg);color:var(--text-primary);flex-direction:column;gap:.9rem;padding:1.6rem;display:flex;position:relative}.PremiumPrompt-module__I-NsCa__modal:before{content:"";border-radius:var(--radius-md);background:linear-gradient(135deg, #4a35801f, #4a35800a), var(--bg-secondary);border:1px solid #4a358033;width:40px;height:40px}.PremiumPrompt-module__I-NsCa__closeBtn{border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--bg-secondary);width:1.9rem;height:1.9rem;color:var(--text-muted);cursor:pointer;place-items:center;padding:0;font-size:.8rem;font-weight:700;line-height:1;display:grid;position:absolute;top:.85rem;right:.85rem}.PremiumPrompt-module__I-NsCa__closeBtn:hover{color:var(--text-primary);border-color:var(--border-hover)}.PremiumPrompt-module__I-NsCa__eyebrow{width:fit-content;color:var(--accent-indigo);letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:750}.PremiumPrompt-module__I-NsCa__modal h2{max-width:340px;color:var(--text-primary);font-size:clamp(1.55rem,4vw,2rem);line-height:1.12}.PremiumPrompt-module__I-NsCa__articleTitle{color:var(--text-primary);font-weight:650;line-height:1.45}.PremiumPrompt-module__I-NsCa__copy{color:var(--text-secondary);font-size:.92rem;line-height:1.65}.PremiumPrompt-module__I-NsCa__priceBox{border-radius:var(--radius-md);background:#1a5c3a14;border:1px solid #1a5c3a2e;flex-direction:column;gap:.22rem;padding:.9rem;display:flex}.PremiumPrompt-module__I-NsCa__priceBox strong{color:var(--accent-emerald);font-family:var(--font-display);font-size:1.55rem;line-height:1}.PremiumPrompt-module__I-NsCa__priceBox span{color:var(--text-secondary);font-size:.78rem;line-height:1.5}.PremiumPrompt-module__I-NsCa__actions{flex-wrap:wrap;gap:.65rem;display:flex}.PremiumPrompt-module__I-NsCa__primaryCta,.PremiumPrompt-module__I-NsCa__secondaryCta{border-radius:var(--radius-md);justify-content:center;align-items:center;min-height:40px;padding:.65rem .95rem;font-size:.84rem;font-weight:650;display:inline-flex}.PremiumPrompt-module__I-NsCa__primaryCta{background:var(--brand-ink);color:var(--bg-primary);border:1px solid var(--brand-ink)}.PremiumPrompt-module__I-NsCa__secondaryCta{border:1px solid var(--border-hover);color:var(--text-primary);background:0 0}@media (max-width:520px){.PremiumPrompt-module__I-NsCa__modal{padding:1.25rem}.PremiumPrompt-module__I-NsCa__actions{flex-direction:column}}[data-theme=light] .PremiumPrompt-module__I-NsCa__backdrop{background:#1019263d}[data-theme=light] .PremiumPrompt-module__I-NsCa__modal{background-color:#fff;border-color:#d8e1eb;box-shadow:0 20px 54px #1019262e}[data-theme=light] .PremiumPrompt-module__I-NsCa__modal:before{background-color:#fff;border-color:#d8e1eb;box-shadow:0 20px 54px #1019262e}[data-theme=light] .PremiumPrompt-module__I-NsCa__closeBtn{background-color:#fff;border-color:#d8e1eb;box-shadow:0 20px 54px #1019262e}[data-theme=light] .PremiumPrompt-module__I-NsCa__priceBox{background:#1a5c3a12;border-color:#1a5c3a33}[data-theme=light] .PremiumPrompt-module__I-NsCa__primaryCta{color:#fff;background:#101926}
.articles-module__ZmuDmq__wrapper{width:100%;max-width:none;margin:0 auto;padding:4rem clamp(1rem,4vw,4rem)}.articles-module__ZmuDmq__searchHeader{border-bottom:1px solid var(--border-color);flex-direction:column;gap:1.5rem;margin-bottom:4rem;padding-bottom:2.5rem;display:flex}.articles-module__ZmuDmq__titleArea{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.articles-module__ZmuDmq__title{color:var(--text-primary);letter-spacing:0;-webkit-text-fill-color:currentColor;background:0 0;font-size:clamp(2.1rem,4vw,3rem);font-weight:900;line-height:1.08}.articles-module__ZmuDmq__subtitle{color:var(--text-secondary);font-size:1rem}.articles-module__ZmuDmq__filterRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.articles-module__ZmuDmq__catTab{border:1px solid var(--border-color);border-radius:var(--radius-full);cursor:pointer;color:var(--text-secondary);transition:var(--transition-fast);background-color:#ffffff03;padding:.45rem 1.15rem;font-size:.85rem;font-weight:600}.articles-module__ZmuDmq__catTab:hover,.articles-module__ZmuDmq__catTab.articles-module__ZmuDmq__active{border-color:var(--accent-indigo);color:var(--text-primary)}.articles-module__ZmuDmq__catTab.articles-module__ZmuDmq__active{background-color:var(--accent-indigo-glow)}.articles-module__ZmuDmq__searchBox{width:100%;max-width:320px;position:relative}.articles-module__ZmuDmq__searchInput{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);padding:.65rem 1rem;font-size:.9rem}.articles-module__ZmuDmq__searchInput:focus{border-color:var(--accent-indigo)}.articles-module__ZmuDmq__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:clamp(1rem,1.8vw,2rem);display:grid}.articles-module__ZmuDmq__card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-normal);flex-direction:column;gap:1.25rem;padding:2.25rem 1.75rem;display:flex}.articles-module__ZmuDmq__card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.articles-module__ZmuDmq__artMeta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.articles-module__ZmuDmq__cardImage{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-color);width:100%}.articles-module__ZmuDmq__badge{text-transform:uppercase;color:var(--accent-indigo);font-size:.75rem;font-weight:600}.articles-module__ZmuDmq__time{color:var(--text-muted);font-size:.75rem}.articles-module__ZmuDmq__premiumTag{border-radius:var(--radius-full);color:var(--accent-primary);background:var(--accent-primary-glow);text-transform:uppercase;border:1px solid #c9822b47;padding:.18rem .45rem;font-size:.68rem;font-weight:900}.articles-module__ZmuDmq__card h3{font-size:1.3rem;line-height:1.4}.articles-module__ZmuDmq__card p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.articles-module__ZmuDmq__link{color:var(--accent-indigo);align-items:center;gap:.25rem;width:fit-content;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.articles-module__ZmuDmq__link:hover{color:var(--accent-indigo-hover)}.articles-module__ZmuDmq__lockedCard{background:linear-gradient(135deg, #c9822b14, transparent 14rem), var(--bg-card);border-color:#c9822b42}.articles-module__ZmuDmq__lockedText{width:fit-content;color:var(--accent-gold);background-color:var(--accent-gold-glow);border-radius:var(--radius-md);cursor:pointer;text-align:left;border:1px solid #c9822b3d;align-items:center;gap:.5rem;margin-top:auto;padding:.75rem 1rem;font-size:.85rem;display:flex}.articles-module__ZmuDmq__lockedText:hover{background:var(--accent-primary-glow);border-color:#c9822b6b}.articles-module__ZmuDmq__articleReadPage{isolation:isolate;width:100%;position:relative}.articles-module__ZmuDmq__readingBackdrop{inset:var(--nav-height) 0 0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#c9822b0e 1px,#0000 1px) 0 0/20rem 100%,linear-gradient(#ffffffeb,#f7f3ebfa),#f7f3eb;position:fixed;overflow:hidden}[data-theme=dark] .articles-module__ZmuDmq__readingBackdrop{background:linear-gradient(90deg, #c9822b08 1px, transparent 1px) 0 0 / 20rem 100%, linear-gradient(180deg, #111111fa, #171b20fa), var(--bg-primary)}.articles-module__ZmuDmq__readingBackdrop:before{content:"";background:radial-gradient(circle at 18% 12%,#c9822b1c,#0000 23rem),radial-gradient(circle at 86% 18%,#2d415514,#0000 25rem);position:absolute;inset:0}[data-theme=dark] .articles-module__ZmuDmq__readingBackdrop:before{background:radial-gradient(circle at 18% 12%,#c9822b17,#0000 23rem),radial-gradient(circle at 86% 18%,#8aa4c214,#0000 25rem)}.articles-module__ZmuDmq__backdropWatermark{color:#221d1708;letter-spacing:-.03em;text-transform:uppercase;white-space:nowrap;font-size:clamp(5rem,18vw,17rem);font-weight:950;line-height:.8;position:absolute;bottom:clamp(2rem,9vw,8rem);right:clamp(1rem,6vw,7rem)}[data-theme=dark] .articles-module__ZmuDmq__backdropWatermark{color:#f4efe606}.articles-module__ZmuDmq__backdropRail{display:none}.articles-module__ZmuDmq__backdropLines{opacity:.28;background:linear-gradient(#221d1729,#221d1729) 0 0/100% 1px no-repeat,repeating-linear-gradient(0deg,#221d1721 0 1px,#0000 1px 14px);width:min(28rem,34vw);height:min(18rem,28vh);position:absolute;top:clamp(1.4rem,6vw,5rem);right:clamp(1rem,5vw,5rem)}[data-theme=dark] .articles-module__ZmuDmq__backdropLines{background:linear-gradient(#f4efe61a,#f4efe61a) 0 0/100% 1px no-repeat,repeating-linear-gradient(0deg,#f4efe614 0 1px,#0000 1px 14px)}@media (max-width:1120px){.articles-module__ZmuDmq__backdropRail{opacity:.58}}@media (max-width:760px){.articles-module__ZmuDmq__backdropRail,.articles-module__ZmuDmq__backdropLines{display:none}}.articles-module__ZmuDmq__progressBarContainer{top:var(--nav-height);z-index:99;background-color:#0000;width:100%;height:4px;position:fixed;left:0}.articles-module__ZmuDmq__progressBar{background:linear-gradient(90deg, var(--accent-indigo), var(--accent-emerald));width:0%;height:100%}.articles-module__ZmuDmq__readShell{z-index:1;width:100%;max-width:1180px;margin:0 auto;padding:clamp(1.25rem,3vw,2rem) clamp(1rem,4vw,2rem) 6rem;position:relative}.articles-module__ZmuDmq__readWrapper{z-index:1;width:100%;padding:clamp(3.3rem,6vw,5rem) clamp(1rem,4vw,2rem) 5.5rem;position:relative}.articles-module__ZmuDmq__readTopNav{justify-content:flex-start;align-items:center;width:100%;max-width:860px;margin:0 auto 1.15rem;display:flex}.articles-module__ZmuDmq__readWrapper:before{content:"";z-index:-1;background:linear-gradient(180deg, #ffffffd1, #fbf7efeb), var(--bg-primary);opacity:.78;border-radius:24px;position:absolute;inset:3rem clamp(0rem,4vw,2rem);box-shadow:0 28px 80px #1f293314}.articles-module__ZmuDmq__readWrapper:after{content:"";z-index:-1;aspect-ratio:1;clip-path:polygon(100% 0,100% 100%,0 0);opacity:.9;pointer-events:none;background:linear-gradient(135deg,#c9822b38,#c9822b0d 42%,#0000 43%),linear-gradient(135deg,#fff3 0 50%,#1f293314 51% 100%);border-top-right-radius:24px;width:clamp(3.2rem,8vw,6.5rem);position:absolute;top:3rem;right:clamp(0rem,4vw,2rem);box-shadow:-12px 12px 24px #1f293314}[data-theme=dark] .articles-module__ZmuDmq__readWrapper:before{background:linear-gradient(180deg, #111111e6, #111111c7), var(--bg-primary);box-shadow:0 28px 80px #00000057}[data-theme=dark] .articles-module__ZmuDmq__readWrapper:after{background:linear-gradient(135deg,#c9822b33,#c9822b0a 42%,#0000 43%),linear-gradient(135deg,#ffffff0a 0 50%,#00000059 51% 100%);box-shadow:-12px 12px 24px #00000047}.articles-module__ZmuDmq__backBtn{color:var(--text-muted);letter-spacing:.01em;width:100%;max-width:860px;transition:color var(--transition-fast);align-items:center;gap:.38rem;margin:0 auto 1.25rem;padding:0;font-size:.82rem;font-weight:700;display:inline-flex}.articles-module__ZmuDmq__backBtn:before{content:"←";color:var(--accent-primary);font-size:.92rem;font-weight:800;line-height:1}.articles-module__ZmuDmq__backBtn:after{content:none}.articles-module__ZmuDmq__backBtn:hover{color:var(--text-primary)}.articles-module__ZmuDmq__readTopNav .articles-module__ZmuDmq__backBtn{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;width:auto;max-width:none;transition:color var(--transition-fast), transform var(--transition-fast);gap:.42rem;margin:0;padding:.2rem 0;font-size:.78rem;font-weight:800;line-height:1;position:relative}.articles-module__ZmuDmq__readTopNav .articles-module__ZmuDmq__backBtn:before{content:"←";color:var(--accent-primary);transition:transform var(--transition-fast);font-size:.82rem;font-weight:900;line-height:1}.articles-module__ZmuDmq__readTopNav .articles-module__ZmuDmq__backBtn:after{content:"";opacity:.2;transform-origin:0;height:1px;transition:opacity var(--transition-fast), transform var(--transition-fast);background:currentColor;position:absolute;bottom:-.08rem;left:1.18rem;right:0;transform:scaleX(0)}.articles-module__ZmuDmq__readTopNav .articles-module__ZmuDmq__backBtn:hover{color:var(--text-primary);transform:translate(-1px)}.articles-module__ZmuDmq__readTopNav .articles-module__ZmuDmq__backBtn:hover:before{transform:translate(-2px)}.articles-module__ZmuDmq__readTopNav .articles-module__ZmuDmq__backBtn:hover:after{opacity:.55;transform:scaleX(1)}.articles-module__ZmuDmq__readHeader{border-bottom:0;flex-direction:column;gap:1rem;max-width:860px;margin:1.25rem auto 1.6rem;padding-bottom:0;display:flex}.articles-module__ZmuDmq__readTitle{color:var(--text-primary);letter-spacing:-.01em;max-width:920px;font-size:clamp(2.25rem,5vw,4.15rem);font-weight:950;line-height:1.04}.articles-module__ZmuDmq__readMeta{border-top:1px solid var(--border-color);color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.7rem;padding-top:1rem;font-size:.92rem;font-weight:650;display:flex}.articles-module__ZmuDmq__readMeta span[aria-hidden=true]{color:var(--accent-primary)}.articles-module__ZmuDmq__readHeader .articles-module__ZmuDmq__badge{border:0;border-left:3px solid var(--accent-primary);color:var(--accent-indigo);letter-spacing:.08em;background:0 0;border-radius:0;align-self:flex-start;padding:.1rem 0 .1rem .65rem;font-size:.74rem;font-weight:900;line-height:1.2}.articles-module__ZmuDmq__featuredFigure{max-width:940px;margin:2rem auto 2.3rem}.articles-module__ZmuDmq__inlineGallery figure{margin:0 0 2.5rem}.articles-module__ZmuDmq__featuredFigure{border:1px solid var(--border-color);background:var(--bg-card);border-radius:14px;position:relative;overflow:hidden;box-shadow:0 18px 48px #1f29331a}.articles-module__ZmuDmq__featuredFigure:after{content:"";aspect-ratio:1;clip-path:polygon(100% 0,100% 100%,0 0);pointer-events:none;background:linear-gradient(135deg,#ffffffdb 0 48%,#1f29331f 49% 100%);width:clamp(2.6rem,6vw,4.8rem);position:absolute;top:0;right:0;box-shadow:-8px 8px 18px #1f29331a}.articles-module__ZmuDmq__featuredFigure img{object-fit:cover;border:0;border-radius:0;width:100%;display:block}.articles-module__ZmuDmq__inlineGallery img{border-radius:var(--radius-md);border:1px solid var(--border-color);object-fit:cover;width:100%}.articles-module__ZmuDmq__featuredFigure img{aspect-ratio:16/9}.articles-module__ZmuDmq__inlineGallery{gap:1rem;max-width:860px;margin:3rem auto 0;display:grid}.articles-module__ZmuDmq__inlineGallery img{max-height:520px}.articles-module__ZmuDmq__featuredFigure figcaption,.articles-module__ZmuDmq__inlineGallery figcaption{color:var(--text-secondary);margin:0;padding:.7rem .95rem;font-size:.82rem;line-height:1.5}.articles-module__ZmuDmq__inlineGallery figcaption{color:var(--text-muted);margin-top:.55rem;padding:0}.articles-module__ZmuDmq__articleBodyGrid{grid-template-columns:minmax(0,610px) 245px;justify-content:center;align-items:start;gap:clamp(3rem,4vw,4.2rem);max-width:1040px;margin:0 auto;display:grid;transform:translate(clamp(1rem,2vw,2rem))}.articles-module__ZmuDmq__articleMainColumn{min-width:0}.articles-module__ZmuDmq__articleBodyGrid .articles-module__ZmuDmq__readContent{max-width:none;margin:0}.articles-module__ZmuDmq__readContent{max-width:760px;color:var(--text-primary);flex-direction:column;gap:1.25rem;margin:0 auto;font-size:clamp(1.04rem,1.45vw,1.16rem);line-height:1.82;display:flex}.articles-module__ZmuDmq__readContent p{margin-bottom:.35rem}.articles-module__ZmuDmq__readContent h3{color:var(--text-primary);margin-top:1.6rem;margin-bottom:.25rem;font-size:clamp(1.38rem,2.6vw,1.65rem);font-weight:850}.articles-module__ZmuDmq__readContent h2{color:var(--text-primary);margin-top:2rem;font-size:clamp(1.65rem,3.2vw,2.05rem);font-weight:900;line-height:1.18}.articles-module__ZmuDmq__readContent blockquote{border:1px solid #c9822b38;border-left:4px solid var(--accent-primary);color:var(--text-primary);background:linear-gradient(135deg, #c9822b17, transparent 75%), var(--surface-raised);border-radius:var(--radius-md);padding:1rem 1.2rem;font-size:1.05rem}.articles-module__ZmuDmq__readContent hr{border:0;border-top:1px solid var(--border-color);width:100%}.articles-module__ZmuDmq__readContent ol,.articles-module__ZmuDmq__readContent ul{margin-bottom:1rem;padding-left:1.5rem}.articles-module__ZmuDmq__readContent li{margin-bottom:.5rem}.articles-module__ZmuDmq__inlineArticleImage{margin:1.2rem 0}.articles-module__ZmuDmq__inlineArticleImage img{border:1px solid var(--border-color);border-radius:var(--radius-md);object-fit:cover;width:100%}.articles-module__ZmuDmq__inlineArticleImage figcaption{color:var(--text-muted);margin-top:.55rem;font-size:.82rem;line-height:1.5}.articles-module__ZmuDmq__relatedRail{top:calc(var(--nav-height) + 1.5rem);justify-self:start;width:245px;position:sticky}.articles-module__ZmuDmq__relatedRailInner{border-left:1px solid var(--border-color);border-top:0;padding-top:0;padding-left:1.1rem}.articles-module__ZmuDmq__relatedRailHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.25rem;display:flex}.articles-module__ZmuDmq__relatedRailHeader span{color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.78rem;font-weight:950;line-height:1.1}.articles-module__ZmuDmq__relatedRailHeader a{color:var(--accent-primary);white-space:nowrap;font-size:.78rem;font-weight:800}.articles-module__ZmuDmq__relatedList{display:grid}.articles-module__ZmuDmq__relatedCard{border-top:1px solid var(--border-color);color:inherit;transition:color var(--transition-fast), transform var(--transition-fast);padding:1rem 0;display:block}.articles-module__ZmuDmq__relatedCard:hover{color:var(--accent-primary);transform:translate(3px)}.articles-module__ZmuDmq__relatedCard img{aspect-ratio:4/3;border:1px solid var(--border-color);object-fit:cover;border-radius:10px;width:100%;margin-bottom:.75rem;display:block}.articles-module__ZmuDmq__relatedMeta{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.42rem;font-size:.72rem;font-weight:850;display:flex}.articles-module__ZmuDmq__relatedMeta strong{border-radius:var(--radius-full);color:var(--accent-primary);border:1px solid #c9822b47;padding:.08rem .38rem;font-size:.65rem}.articles-module__ZmuDmq__relatedCard h3{color:var(--text-primary);transition:color var(--transition-fast);margin-bottom:.45rem;font-size:1rem;font-weight:900;line-height:1.25}.articles-module__ZmuDmq__relatedCard:hover h3{color:var(--accent-primary)}.articles-module__ZmuDmq__relatedCard p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.84rem;line-height:1.5;display:-webkit-box;overflow:hidden}.articles-module__ZmuDmq__examModeSection{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:linear-gradient(135deg, #c9822b14, transparent 18rem), var(--bg-card);flex-direction:column;gap:1.5rem;max-width:940px;margin:4rem auto 0;padding:2rem;display:flex}.articles-module__ZmuDmq__examModeHeader{flex-direction:column;gap:.45rem;display:flex}.articles-module__ZmuDmq__examEyebrow{border-radius:var(--radius-full);background:var(--accent-primary-glow);width:fit-content;color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;border:1px solid #c9822b47;padding:.22rem .6rem;font-size:.72rem;font-weight:900}.articles-module__ZmuDmq__examModeHeader h2{color:var(--text-primary);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:900}.articles-module__ZmuDmq__examModeHeader p{color:var(--text-secondary);line-height:1.65}.articles-module__ZmuDmq__relevancePanel{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);grid-template-columns:.75fr 1.4fr;gap:1rem;padding:1rem;display:grid}.articles-module__ZmuDmq__relevanceMain,.articles-module__ZmuDmq__relevanceGrid div{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-card);padding:.85rem}.articles-module__ZmuDmq__relevanceMain span,.articles-module__ZmuDmq__relevanceGrid span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.articles-module__ZmuDmq__relevanceMain strong{color:var(--accent-primary);font-size:1.8rem;line-height:1.2}.articles-module__ZmuDmq__relevanceGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.articles-module__ZmuDmq__relevanceGrid strong{color:var(--text-primary);font-size:.95rem}.articles-module__ZmuDmq__examCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);padding:1.25rem}.articles-module__ZmuDmq__examCard h3{color:var(--text-primary);margin-bottom:.85rem;font-size:1.15rem;font-weight:900}.articles-module__ZmuDmq__examCard ul,.articles-module__ZmuDmq__examCard ol{padding-left:1.25rem}.articles-module__ZmuDmq__examCard li{color:var(--text-secondary);margin-bottom:.65rem;line-height:1.55}.articles-module__ZmuDmq__examLockedSection{border-color:#c9822b52;max-height:860px;position:relative;overflow:hidden}.articles-module__ZmuDmq__examLockedPreview{filter:blur(6px);opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;gap:1.5rem;max-height:760px;display:flex;overflow:hidden}.articles-module__ZmuDmq__examLockedSection:after{content:"";background:linear-gradient(180deg, #ffffff14, var(--bg-card) 86%), #ffffff29;pointer-events:none;position:absolute;inset:0}.articles-module__ZmuDmq__examLockedOverlay{z-index:2;border-radius:var(--radius-lg);background:var(--bg-card);width:min(100% - 2rem,520px);box-shadow:var(--shadow-lg);color:var(--text-primary);text-align:center;border:1px solid #c9822b57;flex-direction:column;gap:.85rem;padding:1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.articles-module__ZmuDmq__examLockedOverlay h2{color:var(--text-primary);font-size:clamp(1.45rem,3vw,2rem);font-weight:950;line-height:1.12}.articles-module__ZmuDmq__examLockedOverlay p{color:var(--text-secondary);line-height:1.55}.articles-module__ZmuDmq__examLockedOverlay a{align-self:center}.articles-module__ZmuDmq__answerList,.articles-module__ZmuDmq__mcqList{flex-direction:column;gap:1rem;display:flex}.articles-module__ZmuDmq__answerList div,.articles-module__ZmuDmq__mcqItem{border-top:1px solid var(--border-color);padding-top:1rem}.articles-module__ZmuDmq__answerList div:first-child,.articles-module__ZmuDmq__mcqItem:first-child{border-top:0;padding-top:0}.articles-module__ZmuDmq__answerList strong,.articles-module__ZmuDmq__mcqItem strong{color:var(--text-primary);margin-bottom:.35rem;display:block}.articles-module__ZmuDmq__answerList p,.articles-module__ZmuDmq__mcqItem p{color:var(--text-secondary);line-height:1.6}.articles-module__ZmuDmq__mcqItem ol{margin:.7rem 0}.articles-module__ZmuDmq__mcqOptions{gap:.65rem;margin:.85rem 0;display:grid}.articles-module__ZmuDmq__mcqOption{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);width:100%;color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);align-items:flex-start;gap:.75rem;padding:.85rem .95rem;line-height:1.45;display:flex}.articles-module__ZmuDmq__mcqOption:hover{border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-1px)}.articles-module__ZmuDmq__mcqOptionSelected{background:var(--accent-primary-glow);color:var(--text-primary);border-color:#c9822b70}.articles-module__ZmuDmq__mcqOptionCorrect{background:var(--accent-emerald-glow);color:var(--text-primary);border-color:#66b98285}.articles-module__ZmuDmq__mcqOptionWrong{color:var(--text-primary);background:#e06b611f;border-color:#e06b6185}.articles-module__ZmuDmq__mcqOptionLetter{border-radius:var(--radius-full);border:1px solid;flex:none;justify-content:center;align-items:center;width:1.55rem;height:1.55rem;font-size:.78rem;font-weight:900;display:inline-flex}.articles-module__ZmuDmq__correctOption{font-weight:800;color:var(--accent-emerald)!important}.articles-module__ZmuDmq__mcqFeedback{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-secondary);margin-top:.8rem;padding:.85rem 1rem}.articles-module__ZmuDmq__mcqFeedbackCorrect{background:var(--accent-emerald-glow);border-color:#66b9826b}.articles-module__ZmuDmq__mcqFeedbackWrong{background:#e06b611a;border-color:#e06b616b}.articles-module__ZmuDmq__mcqItem p span{color:var(--text-primary);font-weight:900}@media (max-width:1020px){.articles-module__ZmuDmq__articleBodyGrid{grid-template-columns:1fr;max-width:760px;transform:none}.articles-module__ZmuDmq__articleMainColumn,.articles-module__ZmuDmq__relatedRail{grid-column:1}.articles-module__ZmuDmq__relatedRail{justify-self:stretch;width:auto;margin-top:3rem;position:static}.articles-module__ZmuDmq__relatedRailInner{border-left:0;border-top:1px solid var(--border-color);padding-top:1.1rem;padding-left:0}.articles-module__ZmuDmq__relatedList{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.articles-module__ZmuDmq__relatedCard{border-top:0;padding:0}.articles-module__ZmuDmq__relatedCard:hover{transform:translateY(-2px)}}@media (max-width:760px){.articles-module__ZmuDmq__readingBackdrop{position:absolute;inset:0}.articles-module__ZmuDmq__backdropWatermark,.articles-module__ZmuDmq__readWrapper:after{display:none}.articles-module__ZmuDmq__readShell{padding:.8rem 0 3rem}.articles-module__ZmuDmq__readWrapper{padding:1.6rem 1rem 3rem}.articles-module__ZmuDmq__readWrapper:before{box-shadow:none;opacity:.54;border-radius:0;inset:0}.articles-module__ZmuDmq__readHeader{gap:.85rem;margin:0 auto 1.2rem}.articles-module__ZmuDmq__readTitle{letter-spacing:-.015em;font-size:clamp(2.1rem,11vw,3rem);line-height:1.02}.articles-module__ZmuDmq__readMeta{align-items:flex-start;gap:.45rem .6rem;padding-top:.8rem;font-size:.82rem}.articles-module__ZmuDmq__readHeader .articles-module__ZmuDmq__badge{letter-spacing:.06em;font-size:.68rem}.articles-module__ZmuDmq__featuredFigure{border-radius:10px;margin:1.4rem auto 1.8rem}.articles-module__ZmuDmq__featuredFigure:after{display:none}.articles-module__ZmuDmq__featuredFigure img{aspect-ratio:4/3}.articles-module__ZmuDmq__articleBodyGrid{gap:2rem}.articles-module__ZmuDmq__readContent{gap:1rem;font-size:1rem;line-height:1.74}.articles-module__ZmuDmq__readContent h2{font-size:1.55rem}.articles-module__ZmuDmq__readContent h3{font-size:1.28rem}.articles-module__ZmuDmq__relatedList{grid-template-columns:1fr}.articles-module__ZmuDmq__relatedRailHeader{flex-direction:column;align-items:flex-start;gap:.35rem}.articles-module__ZmuDmq__examModeSection{padding:1.2rem}.articles-module__ZmuDmq__relevancePanel,.articles-module__ZmuDmq__examGrid,.articles-module__ZmuDmq__relevanceGrid{grid-template-columns:1fr}.articles-module__ZmuDmq__examLockedOverlay{width:min(100% - 1.4rem,460px);padding:1.2rem}.articles-module__ZmuDmq__inlineGallery,.articles-module__ZmuDmq__actionsPanel{margin-top:2rem}.articles-module__ZmuDmq__actionsPanel{align-items:stretch;padding-top:1.5rem}.articles-module__ZmuDmq__actionsRight,.articles-module__ZmuDmq__shareBtn{width:100%}.articles-module__ZmuDmq__actionsRight{gap:.75rem}.articles-module__ZmuDmq__shareBtn{justify-content:center}}.articles-module__ZmuDmq__lockedDetailCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);flex-direction:column;gap:1.25rem;max-width:760px;margin:0 auto;padding:2rem;display:flex}.articles-module__ZmuDmq__lockedDetailCard p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.articles-module__ZmuDmq__lockedDetailIntro{border-radius:var(--radius-full);background:var(--accent-primary-glow);letter-spacing:.07em;text-transform:uppercase;border:1px solid #c9822b47;width:fit-content;padding:.25rem .65rem;font-weight:900;color:var(--accent-primary)!important;font-size:.78rem!important}.articles-module__ZmuDmq__emptyStateCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);flex-direction:column;align-items:flex-start;gap:1rem;max-width:560px;margin:0 auto;padding:2rem;display:flex}.articles-module__ZmuDmq__emptyStateCard h1{color:var(--text-primary);font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900}.articles-module__ZmuDmq__emptyStateCard p{color:var(--text-secondary);line-height:1.65}.articles-module__ZmuDmq__actionsPanel{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:940px;margin-top:5rem;margin-left:auto;margin-right:auto;padding-top:2.5rem;display:flex}.articles-module__ZmuDmq__actionsLeft{flex-direction:column;gap:.5rem;display:flex}.articles-module__ZmuDmq__metricsText{color:var(--text-muted);font-size:.85rem}.articles-module__ZmuDmq__actionsRight{flex-wrap:wrap;gap:1rem;display:flex}.articles-module__ZmuDmq__shareBtn{border-radius:var(--radius-md);cursor:pointer;border:1px solid var(--border-color);color:var(--text-primary);background-color:#ffffff03;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.articles-module__ZmuDmq__shareBtn:hover{border-color:var(--text-secondary);background-color:#ffffff0a}.articles-module__ZmuDmq__adminBtn{color:var(--accent-indigo);border-color:#6366f152}.articles-module__ZmuDmq__dangerBtn:disabled{cursor:not-allowed;opacity:.62}.articles-module__ZmuDmq__whatsappBtn{background:linear-gradient(135deg, var(--accent-primary), var(--accent-primary-bright));color:#111;box-shadow:var(--shadow-accent);border:1px solid #c9822b61}.articles-module__ZmuDmq__whatsappBtn:hover{background:linear-gradient(135deg, var(--accent-primary-hover), var(--accent-primary));color:#111;border-color:#c9822b8c;box-shadow:0 12px 28px #c9822b33}.articles-module__ZmuDmq__toast{top:calc(var(--nav-height) + .8rem);background:linear-gradient(135deg, #66b98229, transparent 70%), var(--bg-glass);width:max-content;max-width:min(440px,100vw - 2rem);color:var(--text-primary);box-shadow:0 18px 45px #1f29332e, var(--shadow-lg);z-index:1000;-webkit-backdrop-filter:blur(18px);transform-origin:top;clip-path:inset(0 42% 100% round 14px);border:1px solid #66b98252;border-radius:14px;padding:.88rem 1.15rem .95rem;font-weight:800;animation:.56s cubic-bezier(.16,1,.3,1) forwards articles-module__ZmuDmq__toastDropExpand;position:fixed;left:50%;overflow:hidden;transform:translate(-50%)}.articles-module__ZmuDmq__toast:after{content:"";background:linear-gradient(90deg, var(--accent-emerald), var(--accent-primary));transform-origin:0;width:100%;height:3px;animation:3s linear forwards articles-module__ZmuDmq__toastProgress;position:absolute;bottom:0;left:0}@keyframes articles-module__ZmuDmq__toastDropExpand{0%{opacity:0;clip-path:inset(0 42% 100% round 14px);transform:translate(-50%,-22px)scale(.96)}42%{opacity:1;clip-path:inset(0 42% round 14px);transform:translate(-50%)scale(.96)}to{opacity:1;clip-path:inset(0 round 14px);transform:translate(-50%)scale(1)}}@keyframes articles-module__ZmuDmq__toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.articles-module__ZmuDmq__wrapper{width:min(100% - 2rem,1180px);margin:1.35rem auto 4rem;padding:0}.articles-module__ZmuDmq__searchHeader{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);box-shadow:none;padding:1.4rem}.articles-module__ZmuDmq__title{font-size:clamp(2rem,3vw,3rem);line-height:1.08}.articles-module__ZmuDmq__subtitle{max-width:620px;color:var(--text-secondary);font-size:.92rem}.articles-module__ZmuDmq__filterRow{gap:.75rem;display:grid}.articles-module__ZmuDmq__catTabs{flex-wrap:wrap;gap:.45rem;display:flex}.articles-module__ZmuDmq__catTab{border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-muted);background:0 0;padding:.38rem .72rem;font-size:.74rem;font-weight:600}.articles-module__ZmuDmq__catTab:hover,.articles-module__ZmuDmq__catTab.articles-module__ZmuDmq__active,.articles-module__ZmuDmq__active{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#1a5c3a14}.articles-module__ZmuDmq__searchBox{max-width:460px}.articles-module__ZmuDmq__searchInput{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);width:100%;padding:.72rem .85rem;font-size:.86rem}.articles-module__ZmuDmq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.articles-module__ZmuDmq__card,.articles-module__ZmuDmq__lockedCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:none;padding:1rem}.articles-module__ZmuDmq__cardImage{aspect-ratio:16/9;border-radius:var(--radius-md);border:1px solid var(--border-color);object-fit:cover;width:100%;height:auto;margin:.85rem 0}.articles-module__ZmuDmq__artMeta{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.articles-module__ZmuDmq__badge,.articles-module__ZmuDmq__time,.articles-module__ZmuDmq__premiumTag{border-radius:var(--radius-sm);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:750}.articles-module__ZmuDmq__badge{color:var(--accent-emerald)}.articles-module__ZmuDmq__time{color:var(--text-muted)}.articles-module__ZmuDmq__premiumTag{color:var(--accent-indigo);background:#4a358014;border:1px solid #4a35802e;padding:.18rem .38rem}.articles-module__ZmuDmq__card h3{color:var(--text-primary);margin-top:.75rem;font-size:1.05rem;line-height:1.35}.articles-module__ZmuDmq__card p{color:var(--text-secondary);margin-top:.5rem;font-size:.86rem}.articles-module__ZmuDmq__link,.articles-module__ZmuDmq__lockedText{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.35rem;min-height:38px;margin-top:1rem;padding:.58rem .82rem;font-size:.78rem;font-weight:650;display:inline-flex}.articles-module__ZmuDmq__link{background:var(--brand-ink);color:var(--bg-primary)}.articles-module__ZmuDmq__lockedText{color:var(--accent-indigo);background:#4a358014;border:1px solid #4a358033}.articles-module__ZmuDmq__articleReadPage{background:var(--bg-primary)}.articles-module__ZmuDmq__readingBackdrop{display:none}.articles-module__ZmuDmq__progressBarContainer{background:var(--bg-tertiary);height:2px}.articles-module__ZmuDmq__progressBar{background:var(--accent-emerald);height:100%}.articles-module__ZmuDmq__readShell{width:min(100% - 2rem,1180px);margin:1.25rem auto 4rem}.articles-module__ZmuDmq__readWrapper{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);width:100%;max-width:none;margin:0;padding:clamp(1.25rem,3vw,2rem)}.articles-module__ZmuDmq__readHeader{max-width:760px;margin:0 auto 1.4rem}.articles-module__ZmuDmq__readTitle{color:var(--text-primary);margin-top:.8rem;font-size:clamp(2rem,4vw,3.45rem);line-height:1.06}.articles-module__ZmuDmq__readMeta{color:var(--text-muted);flex-wrap:wrap;gap:.55rem;margin-top:.75rem;font-size:.78rem;display:flex}.articles-module__ZmuDmq__featuredFigure{border-radius:var(--radius-lg);border:1px solid var(--border-color);max-width:880px;margin:0 auto 1.6rem;overflow:hidden}.articles-module__ZmuDmq__featuredFigure img{aspect-ratio:16/8.5;object-fit:cover;width:100%;display:block}.articles-module__ZmuDmq__featuredFigure figcaption,.articles-module__ZmuDmq__inlineArticleImage figcaption,.articles-module__ZmuDmq__inlineGallery figcaption{color:var(--text-muted);background:var(--bg-secondary);padding:.65rem .8rem;font-size:.74rem}.articles-module__ZmuDmq__articleBodyGrid{grid-template-columns:minmax(0,720px) 280px;justify-content:center;gap:2rem;display:grid}.articles-module__ZmuDmq__readContent,.articles-module__ZmuDmq__readContent p,.articles-module__ZmuDmq__readContent li{color:var(--text-secondary);font-size:.98rem;line-height:1.82}.articles-module__ZmuDmq__readContent h2{margin-top:2rem;font-size:1.55rem}.articles-module__ZmuDmq__readContent h3{margin-top:1.5rem;font-size:1.2rem}.articles-module__ZmuDmq__readContent blockquote{border-left:3px solid var(--accent-primary);color:var(--accent-warm);font-family:var(--font-display);background:#f5edd68c;margin:1rem 0;padding:.85rem 1rem;font-size:1.05rem}.articles-module__ZmuDmq__inlineArticleImage,.articles-module__ZmuDmq__inlineGallery figure{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);overflow:hidden}.articles-module__ZmuDmq__inlineArticleImage img,.articles-module__ZmuDmq__inlineGallery img{width:100%;display:block}.articles-module__ZmuDmq__relatedRail{border-left:1px solid var(--border-color);padding-left:1.25rem}.articles-module__ZmuDmq__relatedRailInner{top:calc(var(--nav-height) + 1rem);position:sticky}.articles-module__ZmuDmq__relatedRailHeader,.articles-module__ZmuDmq__relatedMeta{color:var(--accent-emerald);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:750}.articles-module__ZmuDmq__relatedList{gap:.75rem;margin-top:.8rem;display:grid}.articles-module__ZmuDmq__relatedCard{border-bottom:1px solid var(--border-color);padding-bottom:.75rem}.articles-module__ZmuDmq__relatedCard img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;margin-bottom:.5rem}.articles-module__ZmuDmq__relatedCard h3{margin-top:.35rem;font-size:.9rem}.articles-module__ZmuDmq__relatedCard p{color:var(--text-muted);margin-top:.25rem;font-size:.76rem}.articles-module__ZmuDmq__examModeSection,.articles-module__ZmuDmq__actionsPanel,.articles-module__ZmuDmq__lockedDetailCard,.articles-module__ZmuDmq__emptyStateCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);max-width:920px;margin:1.5rem auto 0;padding:1.2rem}.articles-module__ZmuDmq__examModeSection{background:#4a358012;border-color:#4a358038}.articles-module__ZmuDmq__examEyebrow{color:var(--accent-indigo);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:750}.articles-module__ZmuDmq__examModeHeader h2{margin-top:.5rem;font-size:1.55rem}.articles-module__ZmuDmq__examModeHeader p{color:var(--text-secondary);font-size:.9rem}.articles-module__ZmuDmq__relevancePanel,.articles-module__ZmuDmq__examCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);padding:1rem}.articles-module__ZmuDmq__examGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.articles-module__ZmuDmq__mcqOption{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary)}.articles-module__ZmuDmq__mcqOptionSelected{border-color:var(--accent-indigo)}.articles-module__ZmuDmq__mcqOptionCorrect{border-color:var(--accent-emerald);background:#1a5c3a14}.articles-module__ZmuDmq__mcqOptionWrong{border-color:var(--accent-rose);background:#b85a4d14}.articles-module__ZmuDmq__actionsPanel{justify-content:space-between;align-items:center;gap:1rem;display:flex}.articles-module__ZmuDmq__shareBtn{border-radius:var(--radius-md);border:1px solid var(--border-hover);min-height:38px;color:var(--text-primary);padding:.56rem .8rem;font-size:.78rem;font-weight:650}.articles-module__ZmuDmq__whatsappBtn{border-color:var(--accent-emerald);background:var(--accent-emerald);color:#fff}.articles-module__ZmuDmq__adminBtn{border-color:var(--accent-indigo);color:var(--accent-indigo)}.articles-module__ZmuDmq__dangerBtn{color:var(--accent-rose);border-color:#b85a4d57}.articles-module__ZmuDmq__toast{border-radius:var(--radius-md);background:var(--bg-primary);border-color:var(--accent-emerald);box-shadow:var(--shadow-lg);font-size:.82rem;font-weight:650}@media (max-width:980px){.articles-module__ZmuDmq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.articles-module__ZmuDmq__articleBodyGrid{grid-template-columns:1fr}.articles-module__ZmuDmq__relatedRail{border-left:0;padding-left:0}}@media (max-width:640px){.articles-module__ZmuDmq__wrapper,.articles-module__ZmuDmq__readShell{width:min(100% - 1rem,1180px)}.articles-module__ZmuDmq__grid,.articles-module__ZmuDmq__examGrid{grid-template-columns:1fr}.articles-module__ZmuDmq__actionsPanel{flex-direction:column;align-items:stretch}}:is([data-theme=light] .articles-module__ZmuDmq__wrapper,[data-theme=light] .articles-module__ZmuDmq__articleReadPage,[data-theme=light] .articles-module__ZmuDmq__readShell){color:#101926}[data-theme=light] .articles-module__ZmuDmq__searchHeader{border-bottom-color:#d8e1eb}[data-theme=light] .articles-module__ZmuDmq__catTab{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__searchInput{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__card{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__lockedCard{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__featuredFigure{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__inlineArticleImage{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__inlineGallery figure{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__examModeSection{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__actionsPanel{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__lockedDetailCard{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__emptyStateCard{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__relevancePanel{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__examCard{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .articles-module__ZmuDmq__mcqOption{background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}:is([data-theme=light] .articles-module__ZmuDmq__lockedCard,[data-theme=light] .articles-module__ZmuDmq__examModeSection){background:linear-gradient(135deg,#d9b95717,#fffffff5 38%)}[data-theme=light] .articles-module__ZmuDmq__featuredFigure figcaption{color:#66758a;background:#f3f6fa}[data-theme=light] .articles-module__ZmuDmq__inlineArticleImage figcaption{color:#66758a;background:#f3f6fa}[data-theme=light] .articles-module__ZmuDmq__inlineGallery figcaption{color:#66758a;background:#f3f6fa}[data-theme=light] .articles-module__ZmuDmq__toast{color:#66758a;background:#f3f6fa}[data-theme=light] .articles-module__ZmuDmq__readContent{color:#314054}[data-theme=light] .articles-module__ZmuDmq__readContent p{color:#314054}[data-theme=light] .articles-module__ZmuDmq__readContent li{color:#314054}[data-theme=light] .articles-module__ZmuDmq__card p{color:#314054}[data-theme=light] .articles-module__ZmuDmq__relatedCard p{color:#314054}[data-theme=light] .articles-module__ZmuDmq__examModeHeader p{color:#314054}[data-theme=light] .articles-module__ZmuDmq__relatedRail{border-color:#d8e1eb}[data-theme=light] .articles-module__ZmuDmq__relatedCard{border-color:#d8e1eb}[data-theme=light] .articles-module__ZmuDmq__table td{border-color:#d8e1eb}[data-theme=light] .articles-module__ZmuDmq__table th{border-color:#d8e1eb}[data-theme=light] .articles-module__ZmuDmq__readContent blockquote{color:#725f1d;background:#d9b9571f}
.dashboard-module__XABe8G__wrapper{max-width:var(--max-width);width:100%;margin:0 auto;padding:4rem 1.5rem}@media (max-width:900px){.dashboard-module__XABe8G__dashboardLayout{grid-template-columns:1fr;gap:2rem}}.dashboard-module__XABe8G__sidebar{flex-direction:column;gap:2rem;display:flex}.dashboard-module__XABe8G__panel{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.dashboard-module__XABe8G__panelTitle{border-bottom:1px solid var(--border-color);padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.dashboard-module__XABe8G__statusBlock{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__XABe8G__statusHeader{align-items:center;gap:.5rem;display:flex}.dashboard-module__XABe8G__statusLabel{color:var(--text-secondary);font-size:.9rem}.dashboard-module__XABe8G__statusBadge{text-transform:uppercase;border-radius:var(--radius-full);padding:.2rem .6rem;font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__badgeFree{background-color:var(--bg-tertiary);color:var(--text-secondary);border:1px solid #f4efe61a}.dashboard-module__XABe8G__badgePremium{background-color:var(--accent-primary-glow);color:var(--accent-primary);box-shadow:var(--shadow-sm);border:1px solid #c9822b4d}.dashboard-module__XABe8G__upgradeBtn{background-color:var(--accent-primary);color:#fff;border-radius:var(--radius-md);text-align:center;cursor:pointer;width:100%;padding:.75rem;font-weight:600}.dashboard-module__XABe8G__upgradeBtn:hover{background-color:var(--accent-primary-bright);box-shadow:var(--shadow-accent)}.dashboard-module__XABe8G__prefRow{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.dashboard-module__XABe8G__toggleSwitch{background-color:var(--bg-tertiary);border-radius:var(--radius-full);cursor:pointer;width:48px;height:24px;transition:var(--transition-normal);align-items:center;padding:2px;display:flex}.dashboard-module__XABe8G__toggleSwitch.dashboard-module__XABe8G__active{background-color:var(--accent-primary)}.dashboard-module__XABe8G__toggleKnob{border-radius:var(--radius-full);width:20px;height:20px;transition:var(--transition-normal);background-color:#fff;transform:translate(0)}.dashboard-module__XABe8G__categoryList{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__XABe8G__checkItem{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.dashboard-module__XABe8G__checkItem input{width:18px;height:18px;accent-color:var(--accent-primary);cursor:pointer}.dashboard-module__XABe8G__dropdown{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);outline:none;padding:.65rem;font-size:.9rem}.dashboard-module__XABe8G__dropdown:focus{border-color:var(--accent-primary)}.dashboard-module__XABe8G__saveBtn{background-color:var(--accent-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;padding:.75rem;font-weight:600}.dashboard-module__XABe8G__saveBtn:hover:not(:disabled){background-color:var(--accent-primary-bright);box-shadow:var(--shadow-accent)}.dashboard-module__XABe8G__feedContainer{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__welcomeCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:linear-gradient(135deg,#c9822b14 0%,#8aa4c20a 100%);flex-direction:column;gap:.5rem;padding:2.5rem;display:flex}.dashboard-module__XABe8G__welcomeTitle{color:var(--text-primary);letter-spacing:0;-webkit-text-fill-color:currentColor;background:0 0;font-size:clamp(1.85rem,3vw,2.45rem);font-weight:900;line-height:1.1}.dashboard-module__XABe8G__welcomeDesc{color:var(--text-secondary);font-size:.95rem}.dashboard-module__XABe8G__articlesList{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__XABe8G__feedArtCard{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:var(--transition-fast);flex-direction:column;gap:1rem;padding:2rem;display:flex}.dashboard-module__XABe8G__feedArtCard:hover{border-color:var(--border-hover)}.dashboard-module__XABe8G__feedArtMeta{justify-content:space-between;align-items:center;display:flex}.dashboard-module__XABe8G__categoryBadge{text-transform:uppercase;color:var(--accent-primary);font-size:.75rem;font-weight:600}.dashboard-module__XABe8G__readTime{color:var(--text-muted);font-size:.75rem}.dashboard-module__XABe8G__premiumTag{border-radius:var(--radius-full);color:var(--accent-primary);background:var(--accent-primary-glow);text-transform:uppercase;border:1px solid #c9822b47;padding:.18rem .45rem;font-size:.68rem;font-weight:900}.dashboard-module__XABe8G__feedArtCard h3{font-size:1.35rem;font-weight:700}.dashboard-module__XABe8G__feedArtCard p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.dashboard-module__XABe8G__readLink{color:var(--accent-primary);align-items:center;gap:.25rem;width:fit-content;font-size:.9rem;font-weight:600;display:flex}.dashboard-module__XABe8G__readLink:hover{color:var(--accent-primary-bright)}.dashboard-module__XABe8G__lockedBanner{border-radius:var(--radius-md);width:fit-content;color:var(--accent-gold);cursor:pointer;text-align:left;background-color:#d4943a14;border:1px solid #d4943a33;align-items:center;gap:.5rem;padding:1rem;font-size:.85rem;display:flex}.dashboard-module__XABe8G__lockedText{color:var(--text-secondary)}.dashboard-module__XABe8G__lockedBanner:hover{background:var(--accent-primary-glow);border-color:#d4943a6b}.dashboard-module__XABe8G__toast{top:calc(var(--nav-height) + .8rem);background:linear-gradient(135deg, #c9822b29, transparent 70%), var(--bg-glass);width:max-content;max-width:min(440px,100vw - 2rem);color:var(--text-primary);box-shadow:0 18px 45px #1f29332e, var(--shadow-lg);z-index:1000;-webkit-backdrop-filter:blur(18px);transform-origin:top;clip-path:inset(0 42% 100% round 14px);border:1px solid #c9822b52;border-radius:14px;padding:.88rem 1.15rem .95rem;font-weight:800;animation:.56s cubic-bezier(.16,1,.3,1) forwards dashboard-module__XABe8G__toastDropExpand;position:fixed;left:50%;overflow:hidden;transform:translate(-50%)}.dashboard-module__XABe8G__toast:after{content:"";background:linear-gradient(90deg, var(--accent-primary), var(--accent-primary-bright));transform-origin:0;width:100%;height:3px;animation:3s linear forwards dashboard-module__XABe8G__toastProgress;position:absolute;bottom:0;left:0}@keyframes dashboard-module__XABe8G__toastDropExpand{0%{opacity:0;clip-path:inset(0 42% 100% round 14px);transform:translate(-50%,-22px)scale(.96)}42%{opacity:1;clip-path:inset(0 42% round 14px);transform:translate(-50%)scale(.96)}to{opacity:1;clip-path:inset(0 round 14px);transform:translate(-50%)scale(1)}}@keyframes dashboard-module__XABe8G__toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.dashboard-module__XABe8G__dashboardLayout{grid-template-columns:300px minmax(0,1fr);gap:1rem;display:grid}.dashboard-module__XABe8G__sidebar,.dashboard-module__XABe8G__feedContainer{min-width:0}.dashboard-module__XABe8G__panel,.dashboard-module__XABe8G__welcomeCard,.dashboard-module__XABe8G__feedArtCard{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);box-shadow:none}.dashboard-module__XABe8G__panel{padding:1rem}.dashboard-module__XABe8G__panelTitle{font-size:.72rem;font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:750}.dashboard-module__XABe8G__statusBlock{margin-top:.8rem}.dashboard-module__XABe8G__statusBadge,.dashboard-module__XABe8G__badgeFree,.dashboard-module__XABe8G__badgePremium{border-radius:var(--radius-sm);letter-spacing:.08em;text-transform:uppercase;padding:.18rem .42rem;font-size:.66rem}.dashboard-module__XABe8G__badgePremium{color:var(--accent-indigo);background:#4a358014}.dashboard-module__XABe8G__badgeFree{background:var(--bg-secondary);color:var(--text-muted)}.dashboard-module__XABe8G__upgradeBtn,.dashboard-module__XABe8G__saveBtn,.dashboard-module__XABe8G__readLink{border-radius:var(--radius-md);background:var(--brand-ink);color:var(--bg-primary);box-shadow:none;font-size:.8rem;font-weight:650}.dashboard-module__XABe8G__prefRow,.dashboard-module__XABe8G__checkItem,.dashboard-module__XABe8G__dropdown{border-color:var(--border-color);background:var(--bg-secondary);border-radius:var(--radius-md)}.dashboard-module__XABe8G__toggleSwitch{background:var(--border-hover)}.dashboard-module__XABe8G__welcomeCard{margin-bottom:1rem;padding:1.25rem}.dashboard-module__XABe8G__welcomeTitle{font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1}.dashboard-module__XABe8G__welcomeDesc{max-width:620px;color:var(--text-secondary);font-size:.9rem}.dashboard-module__XABe8G__articlesList{gap:.75rem;display:grid}.dashboard-module__XABe8G__feedArtCard{padding:1rem}.dashboard-module__XABe8G__feedArtMeta{letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.66rem;font-weight:750;display:flex}.dashboard-module__XABe8G__categoryBadge{color:var(--accent-emerald)}.dashboard-module__XABe8G__premiumTag{border-radius:var(--radius-sm);color:var(--accent-indigo);background:#4a358014;border:1px solid #4a35802e;padding:.16rem .38rem}.dashboard-module__XABe8G__feedArtCard h3{margin-top:.55rem;font-size:1.05rem}.dashboard-module__XABe8G__feedArtCard p{color:var(--text-secondary);margin-top:.35rem;font-size:.86rem}.dashboard-module__XABe8G__lockedBanner{border-radius:var(--radius-md);color:var(--accent-indigo);background:#4a358014;border-color:#4a358038}.dashboard-module__XABe8G__toast{border-radius:var(--radius-md);background:var(--bg-primary);border-color:var(--accent-emerald);box-shadow:var(--shadow-lg);font-size:.82rem;font-weight:650}.dashboard-module__XABe8G__toast:after{background:var(--accent-emerald);height:2px}@media (max-width:900px){.dashboard-module__XABe8G__dashboardLayout{grid-template-columns:1fr}}@media (max-width:560px){.dashboard-module__XABe8G__wrapper{width:min(100% - 1rem,1180px)}}.dashboard-module__XABe8G__wrapper{width:min(100% - 2rem,930px);margin:1.35rem auto 3rem}.dashboard-module__XABe8G__sidebar{gap:1rem}.dashboard-module__XABe8G__panel,.dashboard-module__XABe8G__welcomeCard,.dashboard-module__XABe8G__feedArtCard{background:#151f2ceb;border:1px solid #314258;border-radius:.75rem;box-shadow:inset 0 1px #ffffff08,0 16px 36px #0000002e}.dashboard-module__XABe8G__panel{gap:.9rem;padding:.8rem}.dashboard-module__XABe8G__panelTitle{color:#fff;letter-spacing:-.02em;text-transform:none;border-bottom:0;padding-bottom:0;font-size:1rem;font-weight:700}.dashboard-module__XABe8G__statusBlock{background:linear-gradient(135deg,#d9b95738,#5b6f861f 42%,#5b6f8614);border:1px solid #41516a;border-radius:.55rem;padding:.75rem}.dashboard-module__XABe8G__statusHeader{justify-content:space-between}.dashboard-module__XABe8G__statusLabel{color:#fff;align-items:center;gap:.45rem;font-size:.92rem;font-weight:700;display:inline-flex}.dashboard-module__XABe8G__statusLabel:before{content:"";background:radial-gradient(circle,#ffe28a 0 24%,#0000 25%),conic-gradient(#ffe28a,#b88d25,#ffe28a);border-radius:999px;width:18px;height:18px;box-shadow:0 0 0 2px #d9b95738}.dashboard-module__XABe8G__statusBadge,.dashboard-module__XABe8G__badgePremium{color:#ffe28a;background:#d9b9572e;border:1px solid #d9b95752}.dashboard-module__XABe8G__renewalDate{color:#d3dbe5;font-size:.78rem}.dashboard-module__XABe8G__prefRow{background:0 0;border:0;padding:.15rem 0}.dashboard-module__XABe8G__checkItem{background:0 0;border:0;padding:0;font-size:.82rem}.dashboard-module__XABe8G__checkItem input{accent-color:#6f8096}.dashboard-module__XABe8G__dropdown{color:#f6f8fb;background:#101926;border:1px solid #314258;min-height:36px;font-size:.82rem}.dashboard-module__XABe8G__toggleSwitch{background:#657589;width:40px;height:22px}.dashboard-module__XABe8G__toggleKnob{background:#fff}.dashboard-module__XABe8G__saveBtn,.dashboard-module__XABe8G__upgradeBtn,.dashboard-module__XABe8G__readLink{color:#fff;background:#5b6f86;border:1px solid #5b6f86;min-height:34px;font-size:.82rem}.dashboard-module__XABe8G__welcomeCard{box-shadow:none;background:0 0;border:0;margin-bottom:.35rem;padding:.15rem 0 .45rem}.dashboard-module__XABe8G__welcomeTitle{color:#fff;text-shadow:0 2px 8px #00000047;font-size:1.55rem;line-height:1.1}.dashboard-module__XABe8G__welcomeDesc{display:none}.dashboard-module__XABe8G__articlesList{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.dashboard-module__XABe8G__feedArtCard{padding:.7rem;overflow:hidden}.dashboard-module__XABe8G__feedArtImage{aspect-ratio:16/9;object-fit:cover;border:1px solid #314258;border-radius:.55rem;width:100%;margin-bottom:.55rem;display:block}.dashboard-module__XABe8G__feedArtCard:nth-child(n+4){grid-column:span 1}.dashboard-module__XABe8G__feedArtMeta{letter-spacing:0;text-transform:none;gap:.35rem;font-size:.62rem}.dashboard-module__XABe8G__categoryBadge{color:#fff;background:#5b6f86b3;border-radius:.28rem;padding:.16rem .34rem;font-weight:600}.dashboard-module__XABe8G__readTime{color:#a8b3c2}.dashboard-module__XABe8G__premiumTag{color:#ffe28a;letter-spacing:0;text-transform:none;background:#d9b9572e;border-color:#d9b95740;margin-left:auto}.dashboard-module__XABe8G__feedArtCard h3{color:#fff;font-family:var(--font-sans);letter-spacing:-.02em;font-size:.96rem;line-height:1.28}.dashboard-module__XABe8G__feedArtCard p{color:#9eaabc;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.dashboard-module__XABe8G__lockedBanner{color:#fff;background:#5b6f86;border-color:#5b6f86}@media (max-width:960px){.dashboard-module__XABe8G__wrapper{width:min(100% - 1rem,930px)}.dashboard-module__XABe8G__dashboardLayout,.dashboard-module__XABe8G__articlesList{grid-template-columns:1fr}}.dashboard-module__XABe8G__wrapper{width:min(100% - 2rem,786px);padding-top:1.28rem}.dashboard-module__XABe8G__dashboardLayout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:1rem}.dashboard-module__XABe8G__sidePanel{gap:.8rem}.dashboard-module__XABe8G__panel{border-radius:.52rem;padding:.74rem}.dashboard-module__XABe8G__statusBlock{border-radius:.48rem;padding:.68rem}.dashboard-module__XABe8G__welcomeCard{padding-top:.2rem}.dashboard-module__XABe8G__welcomeTitle{font-size:1.38rem}.dashboard-module__XABe8G__articlesList{gap:.75rem}.dashboard-module__XABe8G__feedArtCard{border-radius:.52rem;padding:.54rem}.dashboard-module__XABe8G__feedArtImage{border-radius:.42rem;margin-bottom:.5rem}.dashboard-module__XABe8G__feedArtCard h3{font-size:.82rem}.dashboard-module__XABe8G__feedArtCard p{font-size:.72rem;line-height:1.38}.dashboard-module__XABe8G__readLink{min-height:31px;padding:.4rem .65rem;font-size:.75rem}@media (max-width:860px){.dashboard-module__XABe8G__wrapper{width:min(100% - 1rem,786px)}.dashboard-module__XABe8G__dashboardLayout,.dashboard-module__XABe8G__articlesList{grid-template-columns:1fr}}:is([data-theme=light] .dashboard-module__XABe8G__panel,[data-theme=light] .dashboard-module__XABe8G__feedArtCard){color:#101926;background:#fffffff0;border-color:#d8e1eb;box-shadow:0 12px 30px #10192614}[data-theme=light] .dashboard-module__XABe8G__panelTitle{color:#101926;text-shadow:none}[data-theme=light] .dashboard-module__XABe8G__welcomeTitle{color:#101926;text-shadow:none}[data-theme=light] .dashboard-module__XABe8G__feedArtCard h3{color:#101926;text-shadow:none}[data-theme=light] .dashboard-module__XABe8G__prefRow strong{color:#101926;text-shadow:none}[data-theme=light] .dashboard-module__XABe8G__categoryList{color:#101926;text-shadow:none}[data-theme=light] .dashboard-module__XABe8G__checkItem{color:#101926;text-shadow:none}[data-theme=light] .dashboard-module__XABe8G__statusBlock{background:linear-gradient(135deg,#d9b9572e,#ffffffeb 48%);border-color:#c99b2457}[data-theme=light] .dashboard-module__XABe8G__statusLabel{color:#101926}[data-theme=light] .dashboard-module__XABe8G__renewalDate{color:#637287}[data-theme=light] .dashboard-module__XABe8G__feedArtCard p{color:#637287}[data-theme=light] .dashboard-module__XABe8G__readTime{color:#637287}[data-theme=light] .dashboard-module__XABe8G__dropdown{color:#101926;background:#fff;border-color:#cfd8e4}[data-theme=light] .dashboard-module__XABe8G__feedArtImage{border-color:#d8e1eb}:is([data-theme=light] .dashboard-module__XABe8G__saveBtn,[data-theme=light] .dashboard-module__XABe8G__upgradeBtn,[data-theme=light] .dashboard-module__XABe8G__readLink,[data-theme=light] .dashboard-module__XABe8G__lockedBanner){color:#fff;background:#172235;border-color:#172235}.dashboard-module__XABe8G__wrapper{width:min(100% - 3rem,1180px);margin:0 auto;padding:2.25rem 0 4rem}.dashboard-module__XABe8G__dashboardLayout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.dashboard-module__XABe8G__sidebar{top:calc(var(--nav-height) + 1.25rem);flex-direction:column;gap:1rem;display:flex;position:sticky}.dashboard-module__XABe8G__panel{border:1px solid var(--border-color);background:var(--bg-secondary);box-shadow:var(--shadow-sm);border-radius:.9rem;gap:1rem;padding:1.15rem}.dashboard-module__XABe8G__panel+.dashboard-module__XABe8G__panel{margin-top:0}.dashboard-module__XABe8G__panelTitle{border-bottom:1px solid var(--border-color);color:var(--text-primary);letter-spacing:0;text-transform:none;margin:0;padding:0 0 .8rem;font-size:.98rem;font-weight:800}.dashboard-module__XABe8G__statusBlock{background:linear-gradient(135deg, #d9b95724, transparent 52%), var(--bg-primary);border:1px solid #d9b95747;border-radius:.75rem;margin:0;padding:1rem}.dashboard-module__XABe8G__statusHeader{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.dashboard-module__XABe8G__statusLabel{color:var(--text-primary);font-size:1rem;font-weight:800;line-height:1.25}.dashboard-module__XABe8G__statusLabel:before{flex:none;width:18px;height:18px}.dashboard-module__XABe8G__statusBadge,.dashboard-module__XABe8G__badgePremium,.dashboard-module__XABe8G__badgeFree{letter-spacing:.08em;text-transform:uppercase;border-radius:.45rem;padding:.28rem .48rem;font-size:.68rem;font-weight:800}.dashboard-module__XABe8G__renewalDate{color:var(--text-secondary);font-size:.83rem;line-height:1.6}.dashboard-module__XABe8G__prefRow{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:.75rem;padding:.85rem}.dashboard-module__XABe8G__prefRow strong,.dashboard-module__XABe8G__categoryList,.dashboard-module__XABe8G__checkItem{color:var(--text-primary)}.dashboard-module__XABe8G__checkItem{border:1px solid var(--border-color);background:var(--bg-primary);border-radius:.65rem;min-height:34px;padding:.45rem .6rem;font-size:.86rem}.dashboard-module__XABe8G__checkItem input{width:16px;height:16px;accent-color:var(--accent-primary)}.dashboard-module__XABe8G__dropdown{border-color:var(--border-color);background:var(--bg-primary);min-height:42px;color:var(--text-primary);border-radius:.65rem;font-size:.86rem}.dashboard-module__XABe8G__toggleSwitch{background:var(--border-hover);width:42px;height:24px;padding:2px}.dashboard-module__XABe8G__toggleSwitch.dashboard-module__XABe8G__active{background:var(--accent-primary)}.dashboard-module__XABe8G__toggleKnob{width:20px;height:20px}.dashboard-module__XABe8G__toggleSwitch.dashboard-module__XABe8G__active .dashboard-module__XABe8G__toggleKnob{transform:translate(18px)}.dashboard-module__XABe8G__saveBtn,.dashboard-module__XABe8G__upgradeBtn{border:1px solid var(--brand-ink);background:var(--brand-ink);min-height:42px;color:var(--bg-primary);border-radius:.65rem;font-size:.86rem;font-weight:750}.dashboard-module__XABe8G__feedContainer{min-width:0}.dashboard-module__XABe8G__welcomeCard{box-shadow:none;background:0 0;border:0;margin:0 0 1rem;padding:.25rem 0 .5rem}.dashboard-module__XABe8G__welcomeTitle{max-width:760px;color:var(--text-primary);letter-spacing:-.04em;text-shadow:none;font-size:clamp(2rem,3.2vw,3rem);font-weight:900;line-height:1.05}.dashboard-module__XABe8G__welcomeDesc{max-width:680px;color:var(--text-secondary);margin-top:.55rem;font-size:.94rem;line-height:1.65;display:block}.dashboard-module__XABe8G__articlesList{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.dashboard-module__XABe8G__feedArtCard{border:1px solid var(--border-color);background:var(--bg-secondary);min-height:310px;box-shadow:var(--shadow-sm);border-radius:.9rem;flex-direction:column;padding:.85rem;display:flex;overflow:hidden}.dashboard-module__XABe8G__feedArtCard:first-child{grid-column:span 2;min-height:360px}.dashboard-module__XABe8G__feedArtImage{aspect-ratio:16/8.5;border:1px solid var(--border-color);object-fit:cover;border-radius:.65rem;width:100%;margin-bottom:.85rem;display:block}.dashboard-module__XABe8G__feedArtCard:first-child .dashboard-module__XABe8G__feedArtImage{aspect-ratio:16/7}.dashboard-module__XABe8G__feedArtMeta{letter-spacing:0;text-transform:none;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.dashboard-module__XABe8G__feedArtBody{flex-direction:column;flex:auto;display:flex}.dashboard-module__XABe8G__categoryBadge,.dashboard-module__XABe8G__premiumTag{border-radius:.45rem;padding:.22rem .46rem;font-size:.68rem;font-weight:800}.dashboard-module__XABe8G__categoryBadge{background:var(--bg-tertiary);color:var(--text-secondary)}.dashboard-module__XABe8G__readTime{color:var(--text-muted);margin-left:auto;font-size:.72rem;font-weight:750}.dashboard-module__XABe8G__premiumTag{color:var(--accent-primary);background:#d9b95724;border:1px solid #d9b95747;margin-left:0}.dashboard-module__XABe8G__feedArtCard h3{color:var(--text-primary);letter-spacing:-.02em;margin-top:.8rem;font-size:1.08rem;line-height:1.35}.dashboard-module__XABe8G__feedArtCard:first-child h3{max-width:680px;font-size:1.35rem}.dashboard-module__XABe8G__feedArtCard p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.55rem;font-size:.88rem;line-height:1.58;display:-webkit-box;overflow:hidden}.dashboard-module__XABe8G__readLink{border:1px solid var(--brand-ink);background:var(--brand-ink);width:fit-content;min-height:38px;color:var(--bg-primary);border-radius:.65rem;align-self:flex-start;margin-top:auto;padding:.55rem .8rem;font-size:.82rem;font-weight:800}.dashboard-module__XABe8G__lockedBanner{width:100%;color:var(--accent-primary);background:#d9b9571f;border-color:#d9b95747;margin-top:auto}:is([data-theme=dark] .dashboard-module__XABe8G__panel,[data-theme=dark] .dashboard-module__XABe8G__feedArtCard){background:#151f2cf0;border-color:#314258;box-shadow:inset 0 1px #ffffff08,0 18px 42px #0003}:is([data-theme=dark] .dashboard-module__XABe8G__statusBlock,[data-theme=dark] .dashboard-module__XABe8G__prefRow,[data-theme=dark] .dashboard-module__XABe8G__checkItem,[data-theme=dark] .dashboard-module__XABe8G__dropdown){background:#101926;border-color:#314258}[data-theme=dark] .dashboard-module__XABe8G__categoryBadge{color:#d5deea;background:#5b6f8657}:is([data-theme=light] .dashboard-module__XABe8G__panel,[data-theme=light] .dashboard-module__XABe8G__feedArtCard){background:#fff;border-color:#d8e1eb;box-shadow:0 16px 34px #10192614}:is([data-theme=light] .dashboard-module__XABe8G__statusBlock,[data-theme=light] .dashboard-module__XABe8G__prefRow,[data-theme=light] .dashboard-module__XABe8G__checkItem,[data-theme=light] .dashboard-module__XABe8G__dropdown){background:#f8fafc;border-color:#d8e1eb}[data-theme=light] .dashboard-module__XABe8G__categoryBadge{color:#314054;background:#eef3f8}:is([data-theme=light] .dashboard-module__XABe8G__saveBtn,[data-theme=light] .dashboard-module__XABe8G__upgradeBtn,[data-theme=light] .dashboard-module__XABe8G__readLink){color:#fff}.dashboard-module__XABe8G__badgeAdmin{color:#fff;background:#243247;border:1px solid #53698773}[data-theme=light] .dashboard-module__XABe8G__badgeAdmin{color:#fff;background:#172235;border-color:#c4cfdd}[data-theme=light] .dashboard-module__XABe8G__badgePremium{color:#725f1d;background:#d9b95724;border-color:#8a650f47}[data-theme=light] .dashboard-module__XABe8G__badgeFree{color:#526176;background:#eef3f8;border-color:#d8e1eb}@media (max-width:1060px){.dashboard-module__XABe8G__wrapper{width:min(100% - 2rem,900px)}.dashboard-module__XABe8G__dashboardLayout{grid-template-columns:1fr}.dashboard-module__XABe8G__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;position:static}}@media (max-width:720px){.dashboard-module__XABe8G__wrapper{width:min(100% - 1rem,900px);padding-top:1rem}.dashboard-module__XABe8G__sidebar,.dashboard-module__XABe8G__articlesList,.dashboard-module__XABe8G__feedArtCard:first-child{grid-column:auto;grid-template-columns:1fr}.dashboard-module__XABe8G__welcomeTitle{font-size:1.85rem}}
.tests-module__1X7dCa__wrapper{width:min(100%, var(--max-width));flex-direction:column;gap:1.5rem;margin:0 auto;padding:4rem 1.5rem;display:flex}.tests-module__1X7dCa__loading{color:var(--text-secondary)}.tests-module__1X7dCa__header,.tests-module__1X7dCa__overview,.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__lockedPanel,.tests-module__1X7dCa__scoreBar{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-sm)}.tests-module__1X7dCa__header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1.5rem;padding:2.25rem;display:grid}.tests-module__1X7dCa__eyebrow,.tests-module__1X7dCa__panelLabel{color:var(--accent-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.tests-module__1X7dCa__header h1{letter-spacing:0;margin-top:.45rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:950}.tests-module__1X7dCa__header p,.tests-module__1X7dCa__accessPanel p,.tests-module__1X7dCa__usedPanel p,.tests-module__1X7dCa__scoreBar p,.tests-module__1X7dCa__explanation p{color:var(--text-secondary)}.tests-module__1X7dCa__testMeta{gap:.5rem;min-width:168px;display:grid}.tests-module__1X7dCa__testMeta span{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-secondary);text-align:center;padding:.6rem .75rem;font-size:.82rem;font-weight:800}.tests-module__1X7dCa__overview{grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);gap:1.5rem;padding:1.5rem;display:grid}.tests-module__1X7dCa__overview h2{margin-bottom:1rem;font-size:1.15rem}.tests-module__1X7dCa__categoryTile,.tests-module__1X7dCa__accessPanel{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);padding:1rem}.tests-module__1X7dCa__categoryTile{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.tests-module__1X7dCa__categoryTile span{color:var(--text-secondary);font-size:.88rem;font-weight:750}.tests-module__1X7dCa__categoryTile strong{color:var(--text-primary);font-size:1.35rem}.tests-module__1X7dCa__accessPanel,.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__scoreBar{flex-direction:column;gap:.55rem;display:flex}.tests-module__1X7dCa__accessPanel strong,.tests-module__1X7dCa__usedPanel strong,.tests-module__1X7dCa__scoreBar strong{color:var(--text-primary);font-size:1.1rem}.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__lockedPanel,.tests-module__1X7dCa__scoreBar{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.35rem 1.5rem}.tests-module__1X7dCa__lockedHeader,.tests-module__1X7dCa__lockedPanel{background:linear-gradient(135deg, #c9822b1a, transparent 18rem), var(--bg-card)}.tests-module__1X7dCa__lockedPanel{display:flex}.tests-module__1X7dCa__lockedPanel div{gap:.45rem;max-width:760px;display:grid}.tests-module__1X7dCa__lockedPanel h2{letter-spacing:0;font-size:1.35rem;font-weight:950}.tests-module__1X7dCa__usedPanel{background:linear-gradient(135deg, #c9822b14, transparent 18rem), var(--bg-card);grid-template-columns:minmax(0,1fr) auto auto;display:grid}.tests-module__1X7dCa__usedPanelCopy{flex-direction:column;gap:.3rem;min-width:0;display:flex}.tests-module__1X7dCa__usedPanelCopy h2{letter-spacing:0;font-size:1.08rem;font-weight:900}.tests-module__1X7dCa__previousScore{border-radius:var(--radius-md);background:var(--accent-primary-glow);border:1px solid #c9822b47;justify-content:center;align-items:baseline;gap:.25rem;min-width:92px;min-height:74px;padding:.75rem 1rem;display:flex}.tests-module__1X7dCa__previousScore strong{color:var(--text-primary);font-size:2.15rem;font-weight:950;line-height:1}.tests-module__1X7dCa__previousScore span{color:var(--text-secondary);font-size:.95rem;font-weight:850}.tests-module__1X7dCa__scoreSummary{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.25rem;min-width:0;display:grid}.tests-module__1X7dCa__scoreCopy{flex-direction:column;gap:.3rem;min-width:0;display:flex}.tests-module__1X7dCa__scoreCopy h2{letter-spacing:0;font-size:1.08rem;font-weight:900}.tests-module__1X7dCa__currentScore{border-radius:var(--radius-md);background:var(--accent-primary-glow);border:1px solid #c9822b47;grid-template-columns:auto auto;justify-content:center;align-items:baseline;gap:.15rem .25rem;min-width:110px;min-height:76px;padding:.75rem 1rem;display:grid}.tests-module__1X7dCa__currentScore strong{color:var(--text-primary);font-size:2.15rem;font-weight:950;line-height:1}.tests-module__1X7dCa__currentScore span{color:var(--text-secondary);font-size:.95rem;font-weight:850}.tests-module__1X7dCa__currentScore em{color:var(--accent-primary);letter-spacing:.08em;text-align:center;text-transform:uppercase;grid-column:1/-1;font-size:.78rem;font-style:normal;font-weight:900}.tests-module__1X7dCa__quiz{flex-direction:column;gap:1rem;display:flex}.tests-module__1X7dCa__testsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.tests-module__1X7dCa__testTile{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);min-height:360px;box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:1.35rem;display:flex}.tests-module__1X7dCa__testTile h2{font-size:1.25rem;line-height:1.25}.tests-module__1X7dCa__testTile p{color:var(--text-secondary);font-size:.94rem}.tests-module__1X7dCa__testTileLocked{opacity:.74}.tests-module__1X7dCa__tileTopline,.tests-module__1X7dCa__tileStats,.tests-module__1X7dCa__tileCategories{flex-wrap:wrap;gap:.5rem;display:flex}.tests-module__1X7dCa__tileTopline{justify-content:space-between;align-items:center}.tests-module__1X7dCa__tileStatus,.tests-module__1X7dCa__tileStats span,.tests-module__1X7dCa__tileCategories span{border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--bg-secondary);color:var(--text-secondary);padding:.35rem .62rem;font-size:.75rem;font-weight:800}.tests-module__1X7dCa__tileStatus{color:var(--accent-primary);background:var(--accent-primary-glow);border-color:#c9822b47}.tests-module__1X7dCa__tileCategories{margin-top:auto}.tests-module__1X7dCa__questionCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.tests-module__1X7dCa__questionMeta{color:var(--accent-primary);text-transform:uppercase;justify-content:space-between;gap:1rem;font-size:.78rem;font-weight:900;display:flex}.tests-module__1X7dCa__questionCard h2{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.35}.tests-module__1X7dCa__options{gap:.65rem;display:grid}.tests-module__1X7dCa__option{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);min-height:48px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.75rem;padding:.75rem;display:grid}.tests-module__1X7dCa__option:hover{border-color:var(--border-hover)}.tests-module__1X7dCa__option input{opacity:0;pointer-events:none;position:absolute}.tests-module__1X7dCa__optionLetter{border-radius:var(--radius-full);background:var(--surface-raised);width:2rem;height:2rem;color:var(--text-primary);justify-content:center;align-items:center;font-weight:900;display:inline-flex}.tests-module__1X7dCa__optionSelected{background:var(--accent-primary-glow);color:var(--text-primary);border-color:#c9822b85}.tests-module__1X7dCa__optionCorrect{background:var(--accent-emerald-glow);border-color:#66b982a3}.tests-module__1X7dCa__optionWrong{background:#e06b611f;border-color:#e06b61ad}.tests-module__1X7dCa__explanation{border-radius:var(--radius-md);border:1px solid var(--border-color);padding:.9rem 1rem}.tests-module__1X7dCa__explanationCorrect{background:var(--accent-emerald-glow)}.tests-module__1X7dCa__explanationWrong{background:#e06b611a}.tests-module__1X7dCa__scoreActions{flex-wrap:wrap;gap:.75rem;display:flex}.tests-module__1X7dCa__primaryButton,.tests-module__1X7dCa__secondaryButton{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;min-height:42px;padding:.75rem 1rem;font-size:.92rem;font-weight:850;display:inline-flex}.tests-module__1X7dCa__primaryButton{background:var(--accent-primary);color:#111;box-shadow:var(--shadow-accent)}.tests-module__1X7dCa__primaryButton:disabled{cursor:not-allowed;opacity:.54;box-shadow:none}.tests-module__1X7dCa__secondaryButton{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary)}@media (max-width:920px){.tests-module__1X7dCa__header,.tests-module__1X7dCa__overview{grid-template-columns:1fr}.tests-module__1X7dCa__categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.tests-module__1X7dCa__testsGrid{grid-template-columns:1fr}}@media (max-width:620px){.tests-module__1X7dCa__wrapper{padding:2.5rem 1rem}.tests-module__1X7dCa__header,.tests-module__1X7dCa__overview,.tests-module__1X7dCa__questionCard{padding:1.2rem}.tests-module__1X7dCa__categoryGrid,.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__lockedPanel,.tests-module__1X7dCa__scoreBar{grid-template-columns:1fr}.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__lockedPanel,.tests-module__1X7dCa__scoreBar{flex-direction:column;align-items:stretch}.tests-module__1X7dCa__usedPanel{grid-template-columns:1fr}.tests-module__1X7dCa__previousScore{justify-content:flex-start;width:100%}.tests-module__1X7dCa__scoreSummary{grid-template-columns:1fr}.tests-module__1X7dCa__currentScore{justify-content:flex-start;width:100%}.tests-module__1X7dCa__scoreActions{flex-direction:column}}.tests-module__1X7dCa__wrapper{width:min(100% - 2rem,1180px);margin:1.35rem auto 4rem;padding:0}.tests-module__1X7dCa__header,.tests-module__1X7dCa__overview,.tests-module__1X7dCa__lockedPanel,.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__questionCard,.tests-module__1X7dCa__scoreBar,.tests-module__1X7dCa__testTile{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);box-shadow:none}.tests-module__1X7dCa__header{padding:1.4rem}.tests-module__1X7dCa__eyebrow,.tests-module__1X7dCa__panelLabel,.tests-module__1X7dCa__tileStatus{letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:750}.tests-module__1X7dCa__eyebrow,.tests-module__1X7dCa__panelLabel{color:var(--accent-emerald)}.tests-module__1X7dCa__header h1{margin-top:.65rem;font-size:clamp(2rem,3.4vw,3rem);line-height:1.08}.tests-module__1X7dCa__header p{max-width:700px;color:var(--text-secondary);font-size:.92rem}.tests-module__1X7dCa__testMeta{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-muted);padding:.8rem}.tests-module__1X7dCa__testsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.tests-module__1X7dCa__testTile{padding:1rem}.tests-module__1X7dCa__testTileLocked{background:var(--bg-secondary)}.tests-module__1X7dCa__tileTopline,.tests-module__1X7dCa__tileStats,.tests-module__1X7dCa__tileCategories{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.tests-module__1X7dCa__tileTopline{justify-content:space-between}.tests-module__1X7dCa__tileStatus{color:var(--text-muted)}.tests-module__1X7dCa__testTile h2{margin-top:.7rem;font-size:1.25rem}.tests-module__1X7dCa__testTile p{color:var(--text-secondary);margin-top:.45rem;font-size:.88rem}.tests-module__1X7dCa__tileStats span,.tests-module__1X7dCa__tileCategories span{border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-muted);padding:.22rem .55rem;font-size:.7rem}.tests-module__1X7dCa__overview{margin-top:1rem;padding:1.2rem}.tests-module__1X7dCa__categoryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.tests-module__1X7dCa__categoryTile{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);padding:.85rem}.tests-module__1X7dCa__accessPanel{border-radius:var(--radius-md);background:#1a5c3a14;border:1px solid #1a5c3a2e}.tests-module__1X7dCa__quiz{gap:.9rem;margin-top:1rem;display:grid}.tests-module__1X7dCa__questionCard{padding:1.1rem}.tests-module__1X7dCa__questionMeta{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:1rem;font-size:.68rem;font-weight:750;display:flex}.tests-module__1X7dCa__questionCard h2{margin-top:.7rem;font-size:1.08rem;line-height:1.45}.tests-module__1X7dCa__options{gap:.55rem;margin-top:.85rem;display:grid}.tests-module__1X7dCa__option{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);padding:.72rem}.tests-module__1X7dCa__optionSelected{border-color:var(--accent-emerald);background:#1a5c3a14}.tests-module__1X7dCa__optionCorrect{border-color:var(--accent-emerald)}.tests-module__1X7dCa__optionWrong{border-color:var(--accent-rose);background:#b85a4d14}.tests-module__1X7dCa__optionLetter{background:var(--bg-primary);color:var(--text-muted);border-color:var(--border-color)}.tests-module__1X7dCa__explanation{border-radius:var(--radius-md)}.tests-module__1X7dCa__scoreBar,.tests-module__1X7dCa__usedPanel,.tests-module__1X7dCa__lockedPanel{margin-top:1rem;padding:1.15rem}.tests-module__1X7dCa__currentScore,.tests-module__1X7dCa__previousScore{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary)}.tests-module__1X7dCa__primaryButton,.tests-module__1X7dCa__secondaryButton{border-radius:var(--radius-md);min-height:40px;box-shadow:none;font-size:.82rem;font-weight:650}.tests-module__1X7dCa__primaryButton{background:var(--brand-ink);color:var(--bg-primary)}.tests-module__1X7dCa__secondaryButton{border-color:var(--border-hover);background:0 0}@media (max-width:760px){.tests-module__1X7dCa__testsGrid,.tests-module__1X7dCa__categoryGrid{grid-template-columns:1fr}}:is([data-theme=light] .tests-module__1X7dCa__header,[data-theme=light] .tests-module__1X7dCa__overview,[data-theme=light] .tests-module__1X7dCa__usedPanel,[data-theme=light] .tests-module__1X7dCa__lockedPanel,[data-theme=light] .tests-module__1X7dCa__scoreBar,[data-theme=light] .tests-module__1X7dCa__testTile,[data-theme=light] .tests-module__1X7dCa__questionCard,[data-theme=light] .tests-module__1X7dCa__currentScore,[data-theme=light] .tests-module__1X7dCa__previousScore){background:#fff;border-color:#d8e1eb;box-shadow:0 10px 26px #1019260f}[data-theme=light] .tests-module__1X7dCa__testMeta{background:#f8fafc;border-color:#d8e1eb}[data-theme=light] .tests-module__1X7dCa__testMeta span{background:#f8fafc;border-color:#d8e1eb}[data-theme=light] .tests-module__1X7dCa__categoryTile{background:#f8fafc;border-color:#d8e1eb}[data-theme=light] .tests-module__1X7dCa__option{background:#f8fafc;border-color:#d8e1eb}[data-theme=light] .tests-module__1X7dCa__optionLetter{background:#f8fafc;border-color:#d8e1eb}[data-theme=light] .tests-module__1X7dCa__accessPanel{background:#1a5c3a12;border-color:#1a5c3a33}[data-theme=light] .tests-module__1X7dCa__primaryButton{color:#fff;background:#101926}[data-theme=light] .tests-module__1X7dCa__secondaryButton{color:#101926;border-color:#b9c6d6}
