:root{--primary-color:#000000;--secondary-color:#2c3e50;--background-color:#f8f9fa;--text-color:#333;--link-color:#000000;--link-hover-color:#333333;--border-color:#e9ecef;--card-background:#fff;--card-shadow:0 4px 6px rgba(0, 0, 0, 0.1);--nav-width:1024px;--main-width:970px;--footer-height:80px}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;line-height:1.6}a{color:var(--link-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--link-hover-color)}.button{background:var(--primary-color);color:#fff !important;font-weight:700;padding:8px 8px 10px}.button:hover{background:var(--link-hover-color)}@media(max-width:768px){.profile-container{flex-direction:column;text-align:center}}h2.category-header{margin-top:3rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color);font-size:2rem;color:var(--primary-color)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;margin-bottom:3rem}a.project-card-link{color:transparent}.project-card{background-color:var(--card-background);border-radius:8px;overflow:hidden;box-shadow:var(--card-shadow);transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.project-card *{box-shadow:none !important}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.15)}.project-card img{width:100%;height:auto;object-fit:cover;margin:0}.project-card-content{padding:1rem 1.5rem}.project-card h3{margin-top:0;margin-bottom:.5rem;font-size:1.5rem}.project-card p{margin-bottom:1rem;color:var(--text-color)}.profile-container{display:flex;align-items:center;gap:2rem;margin-bottom:3rem}.profile-image{width:150px;height:150px;border-radius:50%;object-fit:cover}.profile-content{flex:1}.profile .social-icons{width:80%}.social-icons a{scale:.8;padding:3px}.footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:var(--gap)}.footer-social-icons{flex:4}.footer-legal-links{flex:2}.footer-copyright{flex:4;min-width:0;word-break:break-all}.toolset-category{margin-bottom:1.5rem}.toolset-category h2{margin-bottom:.5rem;font-size:1.5rem}.toolset-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.chip{display:inline-block;padding:.4em .8em;border-radius:1em;background-color:#fff;font-size:.9em;line-height:1.5;box-shadow:0 1px 3px rgba(0,0,0,.1)}