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;border-bottom:1px solid rgba(0,0,0,7%)}@media(prefers-color-scheme:dark){header{border-bottom-color:rgba(255,255,255,7%)}}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 #home a{font-weight:700;letter-spacing:-.01em}header .pages{display:flex;justify-content:space-between;flex-direction:row;gap:1em}header .pages a{position:relative;padding-bottom:3px}header .pages a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#6c63ff;border-radius:2px;transition:width .2s ease}@media(prefers-color-scheme:dark){header .pages a::after{background-color:#a29bfe}}header .pages a:hover::after{width:100%}a{color:#000;text-decoration:none;transition:color .15s ease,opacity .15s ease}a:hover{color:#6c63ff;opacity:1}@media(prefers-color-scheme:dark){a{color:#fff}a:hover{color:#a29bfe}}.homepage{font-size:1.5rem;margin:120px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;position:relative}.homepage::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:600px;height:400px;background:radial-gradient(ellipse at center,rgba(108,99,255,.1) 0%,transparent 70%);pointer-events:none;border-radius:50%}@media(prefers-color-scheme:dark){.homepage::before{background:radial-gradient(ellipse at center,rgba(162,155,254,8%) 0%,transparent 70%)}}.homepage h1{margin:2rem 0;font-size:3.5rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#6c63ff 0%,#ff6584 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;transform:translateY(15px);animation:charReveal .6s ease-out forwards;background-clip:text}@keyframes charReveal{to{opacity:1;transform:translateY(0)}}.homepage p{max-width:480px;opacity:.75}.homepage .socials{margin:32px 0;display:flex;align-items:center;justify-content:space-evenly;gap:32px}.homepage .socials a{color:inherit}.homepage .socials a:hover{color:inherit;opacity:.7}.homepage .socials a svg{width:28px;height:28px;display:block}.homepage .socials a svg *{transition:fill .15s ease}.homepage .socials a:hover svg *{fill:#6c63ff}@media(prefers-color-scheme:dark){.homepage .socials a:hover svg *{fill:#a29bfe}}.last-articles-heading{display:inline-block;padding-bottom:8px;border-bottom:3px solid #6c63ff;margin:0 8px}@media(prefers-color-scheme:dark){.last-articles-heading{border-bottom-color:#a29bfe}}.section-hero{margin:32px 8px;border-radius:16px}.section-hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.08;margin:8px 0 0;letter-spacing:-.02em}.section-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;color:#6c63ff}@media(prefers-color-scheme:dark){.section-kicker{color:#a29bfe}}.section-subtitle{margin-top:10px;max-width:680px;opacity:.82;line-height:1.5}.me-page{max-width:900px;margin:10px auto 24px;padding:8px}.me-page h1{font-size:2rem;margin-bottom:16px;display:inline-block;padding-bottom:8px;border-bottom:3px solid #6c63ff}@media(prefers-color-scheme:dark){.me-page h1{border-bottom-color:#a29bfe}}.me-page p{line-height:1.5}.projects-showcase{margin:24px 0 64px;padding:8px}.projects-showcase h2{display:inline-block;padding-bottom:8px;border-bottom:3px solid #6c63ff}@media(prefers-color-scheme:dark){.projects-showcase h2{border-bottom-color:#a29bfe}}.projects-grid{margin-top:24px;display:grid;gap:20px;grid-template-columns:1fr}@media screen and (min-width:641px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#f7f7f9;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,6%);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.project-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#6c63ff}@media(prefers-color-scheme:dark){.project-card{background-color:#2a2a2a;border-color:rgba(255,255,255,.1);box-shadow:0 2px 8px rgba(0,0,0,.3)}.project-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.5);border-color:#a29bfe}}.project-card h3{font-size:1.2rem;line-height:1.3}.project-role-badge{display:inline-block;font-size:.72rem;font-weight:500;padding:2px 10px;width:fit-content;line-height:1.2;border-radius:999px;background-color:rgba(108,99,255,.12);color:#6c63ff;letter-spacing:.02em}@media(prefers-color-scheme:dark){.project-role-badge{background-color:rgba(162,155,254,.15);color:#a29bfe}}.project-head{display:flex;align-items:center;gap:12px}.project-head-text{display:flex;flex-direction:column;gap:6px;align-items:flex-start;justify-content:center}.project-icon{width:44px;height:44px;object-fit:contain;border-radius:8px;flex-shrink:0}.project-links{display:flex;gap:10px;margin-top:auto}.project-links a{font-size:.85em;font-weight:500;padding:5px 14px;border-radius:999px;border:1.5px solid;opacity:1;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.project-links a:hover{opacity:1;background-color:#6c63ff;border-color:#6c63ff;color:#fff}@media(prefers-color-scheme:dark){.project-links a:hover{background-color:#a29bfe;border-color:#a29bfe;color:#212121}}.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;transition:color .15s ease}.article-preview:hover h3{color:#6c63ff}@media(prefers-color-scheme:dark){.article-preview:hover h3{color:#a29bfe}}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-header h1{padding-bottom:12px;border-bottom:3px solid #6c63ff}@media(prefers-color-scheme:dark){article.full-article .article-header h1{border-bottom-color:#a29bfe}}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;width:100%}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}