.BlogList-module__SvxRNG__empty{text-align:center;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);padding:4rem 2rem}.BlogList-module__SvxRNG__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.BlogList-module__SvxRNG__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all .3s;position:relative;overflow:hidden}.BlogList-module__SvxRNG__card:before{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));transform-origin:0;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.BlogList-module__SvxRNG__card:hover{border-color:var(--accent-secondary);transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.BlogList-module__SvxRNG__card:hover:before{transform:scaleX(1)}.BlogList-module__SvxRNG__cardLink{color:inherit;text-decoration:none;display:block}.BlogList-module__SvxRNG__imageContainer{width:100%;height:200px;overflow:hidden}.BlogList-module__SvxRNG__image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.BlogList-module__SvxRNG__card:hover .BlogList-module__SvxRNG__image{transform:scale(1.05)}.BlogList-module__SvxRNG__cardContent{padding:2rem}.BlogList-module__SvxRNG__cardTitle{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1rem;font-size:1.5rem;transition:color .2s}.BlogList-module__SvxRNG__card:hover .BlogList-module__SvxRNG__cardTitle{color:var(--accent-secondary)}.BlogList-module__SvxRNG__excerpt{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.BlogList-module__SvxRNG__meta{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-top:1rem;display:flex}.BlogList-module__SvxRNG__metaItem{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.BlogList-module__SvxRNG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.BlogList-module__SvxRNG__tag{font-family:var(--font-mono);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;display:flex}.BlogList-module__SvxRNG__readMore{font-family:var(--font-mono);color:var(--accent-tertiary);align-items:center;gap:.5rem;font-size:.9rem;transition:gap .2s;display:flex}.BlogList-module__SvxRNG__card:hover .BlogList-module__SvxRNG__readMore{gap:.75rem}@media (max-width:768px){.BlogList-module__SvxRNG__grid{grid-template-columns:1fr}}
.Navbar-module__cJzEcG__navbar{z-index:1000;background-color:var(--bg-primary);border-bottom:1px solid #0000;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background-color:var(--bg-secondary);border-bottom-color:var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-mono);color:var(--text-primary);font-size:1.25rem;font-weight:600;transition:color .2s}.Navbar-module__cJzEcG__logo:hover{color:var(--accent-primary)}.Navbar-module__cJzEcG__prompt{color:var(--accent-highlight);margin-right:.5rem}.Navbar-module__cJzEcG__desktop{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-mono);color:var(--text-secondary);font-size:.9rem;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:before{content:"";background-color:var(--accent-primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--accent-primary)}.Navbar-module__cJzEcG__link:hover:before{width:100%}.Navbar-module__cJzEcG__themeToggle{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__themeToggle:hover{border-color:var(--accent-secondary);color:var(--accent-secondary)}.Navbar-module__cJzEcG__mobile{align-items:center;gap:1rem;display:none}.Navbar-module__cJzEcG__menuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Navbar-module__cJzEcG__mobileMenu{background-color:var(--bg-secondary);border-top:1px solid var(--border-color);flex-direction:column;padding:1rem;display:flex}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-mono);color:var(--text-secondary);border-radius:var(--radius-sm);padding:.75rem 1rem;transition:all .2s}.Navbar-module__cJzEcG__mobileLink:hover{background-color:var(--bg-tertiary);color:var(--accent-primary)}@media (max-width:768px){.Navbar-module__cJzEcG__desktop{display:none}.Navbar-module__cJzEcG__mobile{display:flex}}
.Hero-module__ZARIfG__hero{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);align-items:center;min-height:100vh;padding:6rem 1rem 4rem;display:flex}.Hero-module__ZARIfG__container{width:100%;max-width:1200px;margin:0 auto}.Hero-module__ZARIfG__content{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}.Hero-module__ZARIfG__terminal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 8px 32px #0000004d}.Hero-module__ZARIfG__terminalHeader{background-color:var(--bg-tertiary);border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.Hero-module__ZARIfG__terminalButtons{gap:.5rem;display:flex}.Hero-module__ZARIfG__terminalButtons span{border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__buttonRed{background-color:#ff5f56}.Hero-module__ZARIfG__buttonYellow{background-color:#ffbd2e}.Hero-module__ZARIfG__buttonGreen{background-color:#27c93f}.Hero-module__ZARIfG__terminalTitle{font-family:var(--font-mono);color:var(--text-secondary);font-size:.875rem}.Hero-module__ZARIfG__terminalBody{font-family:var(--font-mono);padding:2rem}.Hero-module__ZARIfG__terminalLine{gap:.5rem;margin-bottom:.5rem;display:flex}.Hero-module__ZARIfG__prompt{color:var(--accent-highlight);font-weight:600}.Hero-module__ZARIfG__command{color:var(--accent-tertiary)}.Hero-module__ZARIfG__output{margin-bottom:2rem;margin-left:1.5rem}.Hero-module__ZARIfG__name{color:var(--accent-primary);font-size:2.5rem;font-weight:700;font-family:var(--font-mono);margin-bottom:.5rem}.Hero-module__ZARIfG__tagline{color:var(--text-secondary);margin-bottom:1rem;font-size:1.125rem}.Hero-module__ZARIfG__bio{color:var(--text-primary);font-size:.95rem;line-height:1.7}.Hero-module__ZARIfG__sidebar{position:sticky;top:6rem}.Hero-module__ZARIfG__profileCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;padding:2rem}.Hero-module__ZARIfG__profileImage{border:3px solid var(--accent-secondary);border-radius:50%;width:150px;height:150px;margin:0 auto 1.5rem;overflow:hidden;box-shadow:0 4px 12px #0000004d}.Hero-module__ZARIfG__profileImg{object-fit:cover;width:100%;height:100%}.Hero-module__ZARIfG__techStack{margin-top:2rem}.Hero-module__ZARIfG__techTitle{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1rem;font-size:1rem}.Hero-module__ZARIfG__techGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.Hero-module__ZARIfG__techItem{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}.Hero-module__ZARIfG__techItem:hover{border-color:var(--accent-secondary);transform:translateY(-2px)}.Hero-module__ZARIfG__techIcon{font-size:1.5rem}.Hero-module__ZARIfG__techName{font-family:var(--font-mono);color:var(--text-secondary);font-size:.75rem}.Hero-module__ZARIfG__social{border-top:1px solid var(--border-color);justify-content:center;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.Hero-module__ZARIfG__socialLink{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .2s;display:flex}.Hero-module__ZARIfG__socialLink:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}@media (max-width:968px){.Hero-module__ZARIfG__content{grid-template-columns:1fr}.Hero-module__ZARIfG__sidebar{position:static}.Hero-module__ZARIfG__name{font-size:2rem}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding:5rem 1rem 3rem}.Hero-module__ZARIfG__terminalBody{padding:1.5rem}.Hero-module__ZARIfG__name{font-size:1.75rem}.Hero-module__ZARIfG__techGrid{grid-template-columns:repeat(3,1fr)}}
.Projects-module__2BoJ-q__projects{background-color:var(--bg-primary);padding:6rem 1rem}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.Projects-module__2BoJ-q__projectCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.Projects-module__2BoJ-q__projectCard:before{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary),var(--accent-tertiary));transform-origin:0;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.Projects-module__2BoJ-q__projectCard:hover{border-color:var(--accent-secondary);transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.Projects-module__2BoJ-q__projectCard:hover:before{transform:scaleX(1)}.Projects-module__2BoJ-q__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Projects-module__2BoJ-q__projectTitle{font-family:var(--font-mono);color:var(--accent-primary);flex:1;margin:0;font-size:1.25rem}.Projects-module__2BoJ-q__links{gap:.5rem;display:flex}.Projects-module__2BoJ-q__iconLink{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .2s;display:flex}.Projects-module__2BoJ-q__iconLink:hover{border-color:var(--accent-tertiary);color:var(--accent-tertiary);transform:scale(1.1)}.Projects-module__2BoJ-q__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Projects-module__2BoJ-q__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__2BoJ-q__techBadge{font-family:var(--font-mono);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);padding:.375rem .75rem;font-size:.75rem;transition:all .2s}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__techBadge{border-color:var(--accent-secondary);color:var(--accent-secondary)}@media (max-width:768px){.Projects-module__2BoJ-q__grid{grid-template-columns:1fr}.Projects-module__2BoJ-q__projects{padding:4rem 1rem}}
.Skills-module__G7oUEG__skills{background-color:var(--bg-secondary);padding:6rem 1rem}.Skills-module__G7oUEG__container{max-width:1200px;margin:0 auto}.Skills-module__G7oUEG__categories{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Skills-module__G7oUEG__category{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;transition:all .3s}.Skills-module__G7oUEG__category:hover{border-color:var(--accent-secondary);transform:translateY(-2px)}.Skills-module__G7oUEG__categoryTitle{font-family:var(--font-mono);color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;display:flex}.Skills-module__G7oUEG__categoryTitle:before{content:">";color:var(--accent-highlight)}.Skills-module__G7oUEG__skillsList{flex-direction:column;gap:.75rem;display:flex}.Skills-module__G7oUEG__skillItem{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}.Skills-module__G7oUEG__skillItem:hover{border-color:var(--accent-tertiary);transform:translate(4px)}.Skills-module__G7oUEG__bullet{color:var(--accent-highlight);font-family:var(--font-mono);font-size:.9rem}.Skills-module__G7oUEG__skillName{font-family:var(--font-mono);color:var(--text-primary);font-size:.9rem}@media (max-width:768px){.Skills-module__G7oUEG__skills{padding:4rem 1rem}.Skills-module__G7oUEG__categories{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contact{background-color:var(--bg-primary);padding:6rem 1rem}.Contact-module__hcVmEa__container{max-width:1200px;margin:0 auto}.Contact-module__hcVmEa__content{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.Contact-module__hcVmEa__formWrapper{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:2rem}.Contact-module__hcVmEa__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__hcVmEa__label{font-family:var(--font-mono);color:var(--accent-primary);font-size:.9rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{font-family:var(--font-sans);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--accent-secondary);outline:none;box-shadow:0 0 0 3px #c4a7e71a}.Contact-module__hcVmEa__inputError{border-color:#eb6f92}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__error{font-family:var(--font-mono);color:#eb6f92;font-size:.8rem}.Contact-module__hcVmEa__submitButton{font-family:var(--font-mono);background:linear-gradient(135deg,var(--accent-secondary),var(--accent-tertiary));border-radius:var(--radius-sm);color:var(--bg-primary);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.Contact-module__hcVmEa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #c4a7e766}.Contact-module__hcVmEa__submitButton:disabled{opacity:.6;cursor:not-allowed}.Contact-module__hcVmEa__info{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__infoCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:2rem}.Contact-module__hcVmEa__infoTitle{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1rem;font-size:1.5rem}.Contact-module__hcVmEa__infoText{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.Contact-module__hcVmEa__socialLinks{flex-direction:column;gap:1rem;display:flex}.Contact-module__hcVmEa__socialLink{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.Contact-module__hcVmEa__socialLink:hover{border-color:var(--accent-tertiary);color:var(--accent-tertiary);transform:translate(4px)}.Contact-module__hcVmEa__socialLink span{font-family:var(--font-mono);font-size:.9rem}@media (max-width:968px){.Contact-module__hcVmEa__content{grid-template-columns:1fr}.Contact-module__hcVmEa__contact{padding:4rem 1rem}}
.Education-module__JpHHoW__education{background-color:var(--bg-primary);padding:6rem 1rem}.Education-module__JpHHoW__container{max-width:900px;margin:0 auto}.Education-module__JpHHoW__timeline{flex-direction:column;gap:2rem;padding-left:2rem;display:flex;position:relative}.Education-module__JpHHoW__timeline:before{content:"";background:linear-gradient(180deg,var(--accent-primary),var(--accent-secondary));width:2px;position:absolute;top:0;bottom:0;left:0}.Education-module__JpHHoW__timelineItem{gap:1.5rem;display:flex;position:relative}.Education-module__JpHHoW__icon{background-color:var(--bg-secondary);border:2px solid var(--accent-primary);width:48px;height:48px;color:var(--accent-primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:-2.75rem}.Education-module__JpHHoW__content{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex:1;padding:1.5rem;transition:all .3s}.Education-module__JpHHoW__content:hover{border-color:var(--accent-secondary);transform:translate(4px)}.Education-module__JpHHoW__degree{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:.75rem;font-size:1.25rem}.Education-module__JpHHoW__meta{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.Education-module__JpHHoW__institution{color:var(--text-secondary);font-size:.95rem}.Education-module__JpHHoW__period{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.Education-module__JpHHoW__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.Education-module__JpHHoW__education{padding:4rem 1rem}.Education-module__JpHHoW__timeline{padding-left:1.5rem}.Education-module__JpHHoW__icon{width:40px;height:40px;left:-2.25rem}.Education-module__JpHHoW__icon svg{width:20px;height:20px}}
.Clubs-module__B5QImG__clubs{background-color:var(--bg-secondary);padding:6rem 1rem}.Clubs-module__B5QImG__container{max-width:900px;margin:0 auto}.Clubs-module__B5QImG__clubsList{flex-direction:column;gap:1rem;display:flex}.Clubs-module__B5QImG__clubItem{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem;transition:all .2s}.Clubs-module__B5QImG__clubItem:hover{border-color:var(--accent-secondary);transform:translate(4px)}.Clubs-module__B5QImG__clubContent{align-items:center;gap:1rem;display:flex}.Clubs-module__B5QImG__bullet{color:var(--accent-highlight);font-family:var(--font-mono);flex-shrink:0;font-size:1.25rem}.Clubs-module__B5QImG__clubInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.Clubs-module__B5QImG__clubName{font-family:var(--font-mono);color:var(--text-primary);font-size:1rem;font-weight:600}.Clubs-module__B5QImG__clubRole{color:var(--accent-tertiary);font-size:.9rem}@media (max-width:768px){.Clubs-module__B5QImG__clubs{padding:4rem 1rem}}
.post-module__fFuUMG__post{background-color:var(--bg-primary);min-height:100vh;padding:6rem 1rem 4rem}.post-module__fFuUMG__container{max-width:800px;margin:0 auto}.post-module__fFuUMG__backLink{font-family:var(--font-mono);color:var(--accent-tertiary);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;transition:gap .2s;display:inline-flex}.post-module__fFuUMG__backLink:hover{gap:.75rem}.post-module__fFuUMG__article{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:3rem}.post-module__fFuUMG__header{border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem}.post-module__fFuUMG__title{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.post-module__fFuUMG__mainImageContainer{border-radius:var(--radius-md);border:1px solid var(--border-color);width:100%;height:400px;margin-bottom:3rem;overflow:hidden}.post-module__fFuUMG__mainImage{object-fit:cover;width:100%;height:100%}.post-module__fFuUMG__meta{flex-direction:column;gap:1rem;display:flex}.post-module__fFuUMG__metaItem{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.post-module__fFuUMG__tags{flex-wrap:wrap;gap:.5rem;display:flex}.post-module__fFuUMG__tag{font-family:var(--font-mono);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;display:flex}.post-module__fFuUMG__content{color:var(--text-primary);line-height:1.8}.post-module__fFuUMG__content h1,.post-module__fFuUMG__content h2,.post-module__fFuUMG__content h3,.post-module__fFuUMG__content h4,.post-module__fFuUMG__content h5,.post-module__fFuUMG__content h6{font-family:var(--font-mono);color:var(--accent-primary);margin-top:2rem;margin-bottom:1rem}.post-module__fFuUMG__content h1{font-size:2rem}.post-module__fFuUMG__content h2{font-size:1.75rem}.post-module__fFuUMG__content h3{font-size:1.5rem}.post-module__fFuUMG__content p{margin-bottom:1.5rem}.post-module__fFuUMG__content a{color:var(--accent-tertiary);text-decoration:underline;transition:color .2s}.post-module__fFuUMG__content a:hover{color:var(--accent-secondary)}.post-module__fFuUMG__content code{font-family:var(--font-mono);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--accent-highlight);padding:.2em .4em;font-size:.9em}.post-module__fFuUMG__content pre{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:1.5rem;overflow-x:auto}.post-module__fFuUMG__content pre code{color:var(--text-primary);background:0 0;border:none;padding:0}.post-module__fFuUMG__content ul,.post-module__fFuUMG__content ol{margin-bottom:1.5rem;padding-left:2rem}.post-module__fFuUMG__content li{margin-bottom:.5rem}.post-module__fFuUMG__content blockquote{border-left:3px solid var(--accent-primary);color:var(--text-secondary);margin:1.5rem 0;padding-left:1.5rem;font-style:italic}.post-module__fFuUMG__content img{border-radius:var(--radius-sm);max-width:100%;height:auto;margin:1.5rem 0}.post-module__fFuUMG__content table{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.post-module__fFuUMG__content th,.post-module__fFuUMG__content td{border:1px solid var(--border-color);text-align:left;padding:.75rem}.post-module__fFuUMG__content th{background-color:var(--bg-tertiary);font-family:var(--font-mono);color:var(--accent-primary)}@media (max-width:768px){.post-module__fFuUMG__post{padding:5rem 1rem 3rem}.post-module__fFuUMG__article{padding:2rem 1.5rem}.post-module__fFuUMG__title{font-size:2rem}}
.blog-module__JsT-Oq__blog{background-color:var(--bg-primary);min-height:100vh;padding:6rem 1rem 4rem}.blog-module__JsT-Oq__container{max-width:1200px;margin:0 auto}.blog-module__JsT-Oq__header{text-align:center;margin-bottom:4rem}.blog-module__JsT-Oq__title{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1rem;font-size:3rem}.blog-module__JsT-Oq__subtitle{color:var(--text-secondary);font-size:1.125rem}.blog-module__JsT-Oq__empty{text-align:center;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);padding:4rem 2rem}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.blog-module__JsT-Oq__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all .3s;position:relative;overflow:hidden}.blog-module__JsT-Oq__card:before{content:"";background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));transform-origin:0;width:100%;height:3px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.blog-module__JsT-Oq__card:hover{border-color:var(--accent-secondary);transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.blog-module__JsT-Oq__card:hover:before{transform:scaleX(1)}.blog-module__JsT-Oq__cardLink{color:inherit;text-decoration:none;display:block}.blog-module__JsT-Oq__cardContent{padding:2rem}.blog-module__JsT-Oq__cardTitle{font-family:var(--font-mono);color:var(--accent-primary);margin-bottom:1rem;font-size:1.5rem;transition:color .2s}.blog-module__JsT-Oq__card:hover .blog-module__JsT-Oq__cardTitle{color:var(--accent-secondary)}.blog-module__JsT-Oq__excerpt{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.blog-module__JsT-Oq__meta{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-top:1rem;display:flex}.blog-module__JsT-Oq__metaItem{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.blog-module__JsT-Oq__tags{flex-wrap:wrap;gap:.5rem;display:flex}.blog-module__JsT-Oq__tag{font-family:var(--font-mono);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;display:flex}.blog-module__JsT-Oq__readMore{font-family:var(--font-mono);color:var(--accent-tertiary);align-items:center;gap:.5rem;font-size:.9rem;transition:gap .2s;display:flex}.blog-module__JsT-Oq__card:hover .blog-module__JsT-Oq__readMore{gap:.75rem}@media (max-width:768px){.blog-module__JsT-Oq__blog{padding:5rem 1rem 3rem}.blog-module__JsT-Oq__title{font-size:2rem}.blog-module__JsT-Oq__grid{grid-template-columns:1fr}}
.Setup-module__cGDddq__setup{background-color:var(--bg-primary);padding:6rem 1rem}.Setup-module__cGDddq__container{max-width:1200px;margin:0 auto}.Setup-module__cGDddq__categories{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.Setup-module__cGDddq__category{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:2rem;transition:all .3s}.Setup-module__cGDddq__category:hover{border-color:var(--accent-secondary);transform:translateY(-2px)}.Setup-module__cGDddq__categoryHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Setup-module__cGDddq__categoryIcon{color:var(--accent-primary)}.Setup-module__cGDddq__categoryTitle{font-family:var(--font-mono);color:var(--accent-primary);margin:0;font-size:1.25rem}.Setup-module__cGDddq__itemsList{flex-direction:column;gap:1rem;display:flex}.Setup-module__cGDddq__item{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);grid-template-columns:180px 1fr;gap:1rem;padding:.75rem;transition:all .2s;display:grid}.Setup-module__cGDddq__item:hover{border-color:var(--accent-tertiary);transform:translate(4px)}.Setup-module__cGDddq__itemName{font-family:var(--font-mono);color:var(--text-secondary);font-size:.85rem;font-weight:600}.Setup-module__cGDddq__itemValue{color:var(--text-primary);font-size:.9rem}@media (max-width:968px){.Setup-module__cGDddq__categories{grid-template-columns:1fr}}@media (max-width:640px){.Setup-module__cGDddq__setup{padding:4rem 1rem}.Setup-module__cGDddq__item{grid-template-columns:1fr;gap:.5rem}.Setup-module__cGDddq__itemName{color:var(--accent-tertiary)}}
