h1,h2,h3,h4,h5,p{margin:0}@view-transition{navigation: auto; }:root{box-sizing:border-box;font-family:rubik,sans-serif;color:#000}@media(prefers-color-scheme:dark){:root{color:#fff;background-color:#212121}}html{scrollbar-gutter:stable}svg *{fill:#000}@media(prefers-color-scheme:dark){svg *{fill:#fff}}#content{margin:0 auto;max-width:1320px}header{font-size:1.2rem}header>.header-content{margin:0 auto;max-width:1320px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem 16px}header .pages{display:flex;justify-content:space-between;flex-direction:row;gap:1em}a{color:#000;text-decoration:none}a:hover{opacity:.8}@media(prefers-color-scheme:dark){a{color:#fff}}.homepage{font-size:1.5rem;margin:120px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.homepage h1{margin:2rem 0}.homepage .socials{margin:32px 0;display:flex;align-items:center;justify-content:space-evenly;gap:32px}.last-articles{margin-top:24px;padding:8px;display:grid;gap:16px;grid-template-columns:1fr}@media screen and (min-width:641px){.last-articles{grid-template-columns:repeat(4,1fr)}}.article-preview{text-wrap:wrap}.article-preview img{object-fit:cover;width:100%;aspect-ratio:16/9;border-radius:10px}.article-preview .date{padding:.5em 0;opacity:.5}.article-preview h3{font-size:1.5em}article.full-article{display:flex;padding:8px;flex-direction:column;text-align:left}article.full-article .article-header{font-size:1.3rem;width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:16px}article.full-article .article-content{width:100%;max-width:720px;margin:0 auto}article.full-article .article-content h1,article.full-article .article-content h2,article.full-article .article-content h3,article.full-article .article-content h4,article.full-article .article-content h5{margin:8px 0}article.full-article img{border-radius:10px;max-width:720px}article.full-article img#preview{margin:32px auto;max-width:720px;width:100%;object-fit:contain}article.full-article .article-author{display:flex;align-items:center;flex-direction:row;gap:16px}article.full-article .article-author-details{display:flex;gap:8px;flex-direction:column}article.full-article .article-author-details :last-child{font-size:.8em}article.full-article .article-author img{width:96px;height:96px}.article-grid{display:grid;grid-template-columns:1fr;padding:8px;gap:32px}@media screen and (min-width:641px){.article-grid{grid-template-columns:repeat(16,1fr)}.article-grid>article{grid-column:span 4}.article-grid>:first-child{font-size:1.4em;grid-column:1/span 8;grid-row:span 2}}.notfound{font-size:2rem;text-align:center}