/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--primary-color:#0f172a;--secondary-color:#3b82f6;--accent-color:#06b6d4;--text-color:#334155;--light-bg:#f8fafc;--white:#ffffff;--card-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--font-main:'Inter',system-ui,-apple-system,sans-serif;}body{font-family:var(--font-main);color:var(--text-color);background-color:var(--light-bg);margin:0;line-height:1.6;}.profile-container{max-width:1200px;margin:0 auto;padding:2rem;}.profile-header{background:var(--white);border-radius:1rem;padding:3rem;box-shadow:var(--card-shadow);display:flex;align-items:center;gap:3rem;margin-bottom:2rem;}.profile-image-container{flex-shrink:0;}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid var(--white);box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1);}.profile-info h1{font-size:2.5rem;color:var(--primary-color);margin:0 0 0.5rem 0;}.profile-title{font-size:1.25rem;color:var(--secondary-color);font-weight:600;margin-bottom:1.5rem;}.contact-info{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:0.95rem;}.contact-item{display:flex;align-items:center;gap:0.5rem;}.profile-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;}.main-content{display:flex;flex-direction:column;gap:2rem;}.sidebar{display:flex;flex-direction:column;gap:2rem;}.card{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:var(--card-shadow);}.card h2{color:var(--primary-color);font-size:1.5rem;border-bottom:2px solid var(--light-bg);padding-bottom:1rem;margin-top:0;margin-bottom:1.5rem;}.summary-text{font-size:1.1rem;color:var(--text-color);}.timeline-item{margin-bottom:2rem;position:relative;padding-left:1.5rem;border-left:2px solid var(--light-bg);}.timeline-item:last-child{margin-bottom:0;}.timeline-date{font-size:0.85rem;color:var(--secondary-color);font-weight:600;text-transform:uppercase;margin-bottom:0.25rem;}.timeline-role{font-weight:700;color:var(--primary-color);font-size:1.1rem;}.timeline-company{font-weight:500;color:#64748b;margin-bottom:0.5rem;}.skills-list{display:flex;flex-wrap:wrap;gap:0.5rem;}.skill-tag{background:var(--light-bg);color:var(--primary-color);padding:0.5rem 1rem;border-radius:2rem;font-size:0.9rem;font-weight:500;}.project-list{list-style:none;padding:0;margin:0;}.project-item{margin-bottom:0.75rem;}.project-item a{color:var(--secondary-color);text-decoration:none;font-weight:500;}.project-item a:hover{text-decoration:underline;}@media (max-width:768px){.profile-header{flex-direction:column;text-align:center;padding:2rem;}.profile-grid{grid-template-columns:1fr;}.contact-info{justify-content:center;}}.certification-highlight{background:linear-gradient(135deg,#fff,#f0f9ff);border:2px solid var(--accent-color);position:relative;overflow:hidden;}.certification-highlight::before{content:"🏆";position:absolute;top:-10px;right:-10px;font-size:5rem;opacity:0.1;transform:rotate(15deg);}.cert-badge{display:inline-block;background:var(--accent-color);color:white;padding:0.25rem 0.75rem;border-radius:1rem;font-size:0.8rem;font-weight:700;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:0.5px;}.cert-group{margin-bottom:1.5rem;}.cert-group h3{font-size:1.1rem;color:var(--primary-color);margin-bottom:0.75rem;border-left:3px solid var(--secondary-color);padding-left:0.75rem;}
