:root{--bg-color: #ffffff;--text-color: #000000;--heading-color: #000000;--accent-color: #000000;--link-decoration: underline;--sidebar-bg: #f8f9fa;--border-color: #eaeaea;--spacing-unit: 2rem;--font-main: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.8;display:flex;flex-direction:column}a{color:var(--text-color);text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}a:hover{text-decoration:underline;opacity:.8}.container{display:flex;min-height:100vh;flex-direction:column}header{background-color:var(--bg-color);border-bottom:1px solid var(--border-color);padding:1.5rem 2rem;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{font-size:1.5rem;font-weight:700;color:var(--heading-color);text-decoration:none}.brand:hover{opacity:1;text-decoration:none}.nav-links{list-style:none;display:flex;gap:2.5rem;padding-left:0;margin-bottom:0}.nav-links li{margin-bottom:0}.nav-links a{color:#444;font-weight:500;text-decoration:none;font-size:1rem}.nav-links a:hover,.nav-links a.active{color:#000;text-decoration:underline}@media(max-width:768px){header{padding:1rem 1.25rem}.header-content{flex-direction:column;align-items:flex-start}.nav-links{flex-direction:row;flex-wrap:wrap;width:100%;gap:.4rem 1.1rem;margin-top:.75rem}.nav-links a{font-size:.9rem}.brand{margin-bottom:.25rem}}.main-content{flex:1;padding:3rem 2rem;max-width:1200px;margin:0 auto;width:100%}.layout-wrapper{display:flex;flex-direction:column;gap:2rem}.profile-sidebar{display:flex;flex-direction:column;align-items:center;text-align:center}.content-column{display:flex;flex-direction:column;gap:3rem}.profile-info{margin-top:1.5rem}.profile-info h1{font-size:1.8rem;margin-bottom:.5rem;color:#000}.profile-info .profile-title{font-weight:500;margin-bottom:1rem;color:#555;font-size:1rem}.contact-mini p{margin-bottom:.25rem;font-size:.9rem;color:#444}@media(min-width:768px){.layout-wrapper{flex-direction:row;align-items:flex-start;gap:4rem}.profile-sidebar{flex:0 0 250px;align-items:flex-start;text-align:left;position:sticky;top:2rem}.content-column{flex:1;padding-top:0}.profile-img{width:100%;height:auto;max-width:250px}}.profile-img{width:200px;height:200px;border-radius:5px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.university-logo{width:100%;max-width:200px;height:auto;margin:1rem 0 0;display:block}.news-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.news-date{font-weight:600;flex:0 0 140px;color:#000;margin-right:1rem}.news-text{flex:1;display:block}footer{border-top:1px solid var(--border-color);padding:2rem;text-align:center;color:#666;font-size:.9rem;margin-top:auto}h1,h2,h3{color:var(--heading-color);margin-bottom:1.25rem}h2{font-size:1.8rem;border-bottom:2px solid var(--border-color);padding-bottom:.5rem;margin-bottom:2rem;font-weight:600}h3{font-size:1.3rem;margin-top:2rem;font-weight:600}p{margin-bottom:1.25rem}ul{padding-left:1.5rem;margin-bottom:1.5rem}li{margin-bottom:.5rem}.btn-download{display:inline-block;background-color:#000;color:#fff!important;padding:.8rem 1.5rem;border-radius:4px;font-weight:500;text-decoration:none!important;transition:opacity .2s}.btn-download:hover{opacity:.8}.news-description{font-size:.9rem;color:#666;margin-top:.5rem;margin-bottom:1rem;line-height:1.5}.project-section{margin-bottom:3rem}.project-section h2{border-bottom:2px solid #eee;padding-bottom:.5rem;margin-bottom:1.5rem;font-weight:600}.cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.project-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:#ddd}.project-card h3{margin-top:0;margin-bottom:.5rem;font-size:1.2rem;color:#111}.project-card p{font-size:.95rem;color:#555;margin-bottom:1.5rem;flex-grow:1}.card-links{display:flex;gap:1rem;margin-top:auto}.card-link{font-size:.9rem;font-weight:500;color:#000;text-decoration:underline;display:flex;align-items:center;gap:.3rem}.card-link:hover{text-decoration:underline}
