:root{--background:#ffffff;--foreground:#171717;--foreground-muted:#171717;--foreground-subtle:#171717}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none;color:#D41B02;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease}a:hover{text-decoration:underline}h1{color:var(--foreground)}h2{color:var(--foreground-muted)}p{color:var(--foreground-subtle)}.project-card{display:block;position:relative;border-radius:16px;overflow:hidden;border:1px solid transparent;transition:all .2s ease;box-shadow:0 0 0 rgba(212,27,2,0)}.project-card:hover{border-color:#D41B02;border-radius:24px;box-shadow:0 4px 20px rgba(212,27,2,.1)}