@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap";:root{--bg-color: #f5f5f7;--text-color: #1a1a1a;--accent-color: #2962ff;--font-main: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);overflow-x:hidden;-webkit-font-smoothing:antialiased}.responsive-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.responsive-flex-row{display:flex;flex-direction:row;align-items:center;gap:4rem}.responsive-flex-reverse{flex-direction:row-reverse}.nav-list{display:flex;gap:2rem}.hero-title{font-size:clamp(3rem,10vw,8rem)}.hero-subtitle{font-size:1.5rem}.section-padding{padding:10rem 5%}.project-card-image{height:400px}@media(max-width:1024px){.section-padding{padding:6rem 5%}}@media(max-width:768px){html{font-size:14px}.nav-list{gap:1rem;font-size:.9rem}.hero-subtitle{font-size:1.2rem}.responsive-grid{grid-template-columns:1fr;gap:3rem}.responsive-flex-row,.responsive-flex-reverse{flex-direction:column;gap:2rem;margin-bottom:4rem!important}.project-card-image{height:250px;width:100%}.footer-links{flex-direction:column;gap:1rem!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}a{text-decoration:none;color:inherit}ul{list-style:none}
