.ArticleReader-module__IzMMUa__readerContainer{max-width:100%;padding:var(--spaceL);padding-bottom:calc(var(--space2XL)*3);min-height:100vh;margin:0 auto}.ArticleReader-module__IzMMUa__readerControls{top:var(--navbarHeight);background:rgb(var(--rgbBackground));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--spaceS)var(--spaceM);gap:var(--spaceM);width:100%;z-index:var(--zIndex3);pointer-events:auto;opacity:1;border:none;flex-wrap:nowrap;justify-content:center;align-items:center;margin:0;transition:transform .3s,opacity .3s;display:flex;position:fixed;left:0;right:0;transform:translateY(0)}.ArticleReader-module__IzMMUa__readerControlsHidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.ArticleReader-module__IzMMUa__controlGroup{gap:var(--spaceXS);flex-direction:row;align-items:center;display:flex}.ArticleReader-module__IzMMUa__controlLabel{font-size:var(--fontSizeBodyS);font-weight:var(--fontWeightMedium);color:rgb(var(--rgbText)/.7);white-space:nowrap}.ArticleReader-module__IzMMUa__fontSizeControls{align-items:center;gap:var(--spaceS);display:flex}.ArticleReader-module__IzMMUa__controlButton{padding:var(--spaceXS)var(--spaceS);background:rgb(var(--rgbPrimary)/.1);border:1px solid rgb(var(--rgbPrimary)/.3);color:rgb(var(--rgbPrimary));font-size:var(--fontSizeBodyS);font-weight:var(--fontWeightMedium);cursor:pointer;transition:all var(--durationS)ease;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,0 100%)}.ArticleReader-module__IzMMUa__controlButton:hover{background:rgb(var(--rgbPrimary)/.2);transform:translateY(-1px)}.ArticleReader-module__IzMMUa__fontSizeDisplay{font-size:var(--fontSizeBodyS);font-weight:var(--fontWeightMedium);color:rgb(var(--rgbText));text-align:center;min-width:40px}.ArticleReader-module__IzMMUa__controlSelect{padding:var(--spaceXS)var(--spaceS);background:rgb(var(--rgbBackground));border:1px solid rgb(var(--rgbPrimary)/.3);color:rgb(var(--rgbText));font-size:var(--fontSizeBodyS);cursor:pointer;clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,0 100%)}.ArticleReader-module__IzMMUa__controlSelect:focus{border-color:rgb(var(--rgbPrimary));outline:none}.ArticleReader-module__IzMMUa__controlRange{background:rgb(var(--rgbPrimary)/.2);cursor:pointer;outline:none;width:100px;height:4px}.ArticleReader-module__IzMMUa__controlRange::-webkit-slider-thumb{appearance:none;background:rgb(var(--rgbPrimary));cursor:pointer;clip-path:polygon(0 0,calc(100% - 2px) 0,100% 2px,100% 100%,0 100%);width:16px;height:16px}.ArticleReader-module__IzMMUa__controlRange::-moz-range-thumb{background:rgb(var(--rgbPrimary));cursor:pointer;clip-path:polygon(0 0,calc(100% - 2px) 0,100% 2px,100% 100%,0 100%);border:none;width:16px;height:16px}.ArticleReader-module__IzMMUa__rangeValue{font-size:var(--fontSizeBodyS);color:rgb(var(--rgbText)/.8);text-align:center;min-width:40px}.ArticleReader-module__IzMMUa__articleContent{color:rgb(var(--rgbText));margin:60px auto 0;line-height:1.6}.ArticleReader-module__IzMMUa__articleHeader{margin-top:var(--spaceXL);margin-bottom:var(--space2XL);padding-top:var(--spaceL);text-align:center}.ArticleReader-module__IzMMUa__articleImage{width:100%;max-width:800px;height:300px;margin:0 auto var(--spaceL);clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,0 100%);overflow:hidden}.ArticleReader-module__IzMMUa__articleImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ArticleReader-module__IzMMUa__articleMeta{justify-content:center;gap:var(--spaceM);margin-bottom:var(--spaceL);font-size:var(--fontSizeBodyS);color:rgb(var(--rgbText)/.6);flex-wrap:wrap;display:flex}.ArticleReader-module__IzMMUa__articleDate,.ArticleReader-module__IzMMUa__articleReadTime,.ArticleReader-module__IzMMUa__articleCategory{padding:var(--spaceXS)var(--spaceS);background:rgb(var(--rgbPrimary)/.1);clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,0 100%)}.ArticleReader-module__IzMMUa__articleTitle{font-size:clamp(2rem,5vw,3rem);font-weight:var(--fontWeightBold);margin-bottom:var(--spaceM);line-height:1.2}.ArticleReader-module__IzMMUa__articleDescription{font-size:var(--fontSizeBodyL);color:rgb(var(--rgbText)/.8);margin-bottom:var(--spaceL);max-width:60ch;margin-left:auto;margin-right:auto}.ArticleReader-module__IzMMUa__articleTags{justify-content:center;gap:var(--spaceS);flex-wrap:wrap;display:flex}.ArticleReader-module__IzMMUa__tag{background:rgb(var(--rgbPrimary)/.1);color:rgb(var(--rgbPrimary));padding:var(--spaceXS)var(--spaceS);font-size:var(--fontSizeBodyS);font-weight:var(--fontWeightMedium);clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,0 100%)}.ArticleReader-module__IzMMUa__articleBody{text-align:left}.ArticleReader-module__IzMMUa__paragraph{margin-bottom:var(--spaceL);text-align:justify}.ArticleReader-module__IzMMUa__paragraph:last-child{margin-bottom:0}.ArticleReader-module__IzMMUa__h1{font-size:2.5rem;font-weight:var(--fontWeightBold);margin:var(--space2XL)0 var(--spaceL)0;color:rgb(var(--rgbPrimary));line-height:1.2}.ArticleReader-module__IzMMUa__h2{font-size:2rem;font-weight:var(--fontWeightBold);margin:var(--spaceXL)0 var(--spaceM)0;color:rgb(var(--rgbText));border-bottom:2px solid rgb(var(--rgbPrimary)/.2);padding-bottom:var(--spaceS);line-height:1.3}.ArticleReader-module__IzMMUa__h3{font-size:1.5rem;font-weight:var(--fontWeightMedium);margin:var(--spaceL)0 var(--spaceS)0;color:rgb(var(--rgbText));line-height:1.4}.ArticleReader-module__IzMMUa__code{background:rgb(var(--rgbPrimary)/.1);color:rgb(var(--rgbPrimary));clip-path:polygon(0 0,calc(100% - 3px) 0,100% 3px,100% 100%,0 100%);padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.ArticleReader-module__IzMMUa__pre{background:rgb(var(--rgbText)/.05);border:1px solid rgb(var(--rgbPrimary)/.2);padding:var(--spaceM);margin:var(--spaceL)0;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%);overflow-x:auto}.ArticleReader-module__IzMMUa__pre .ArticleReader-module__IzMMUa__code{clip-path:none;color:rgb(var(--rgbText));background:0 0;padding:0}.ArticleReader-module__IzMMUa__ul,.ArticleReader-module__IzMMUa__ol{margin:var(--spaceM)0;padding-left:var(--spaceL)}.ArticleReader-module__IzMMUa__li{margin-bottom:var(--spaceS);line-height:1.6}.ArticleReader-module__IzMMUa__blockquote{border-left:4px solid rgb(var(--rgbPrimary));padding-left:var(--spaceM);margin:var(--spaceL)0;color:rgb(var(--rgbText)/.8);background:rgb(var(--rgbPrimary)/.05);padding:var(--spaceM);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%);font-style:italic}@media (max-width:768px){.ArticleReader-module__IzMMUa__readerControls{top:calc(var(--navbarHeight));gap:var(--spaceS);padding:var(--spaceS);z-index:var(--zIndex3);flex-wrap:wrap;position:sticky}.ArticleReader-module__IzMMUa__controlGroup{flex-direction:column;gap:2px}.ArticleReader-module__IzMMUa__controlLabel{font-size:.7rem}.ArticleReader-module__IzMMUa__fontSizeControls{justify-content:center}.ArticleReader-module__IzMMUa__articleMeta{align-items:center;gap:var(--spaceS);flex-direction:column}.ArticleReader-module__IzMMUa__articleTags{justify-content:center}}
