.contact-bar-horizontal{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.contact-pill{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.contact-pill img{object-fit:contain;width:18px;height:18px}.contact-pill:hover{background-color:var(--bg-primary);border-color:var(--accent-color);box-shadow:var(--shadow-md);color:var(--accent-color);transform:translateY(-2px)}.resume-pill{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.resume-pill img{filter:brightness(0)invert()}.resume-pill:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);color:#fff}@media (max-width:640px){.contact-bar-horizontal{justify-content:center;gap:.75rem}.contact-pill{padding:.4rem .85rem;font-size:.825rem}}
.section-certifications{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.section-sub-header{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.cert-intro-text,.bdmo-intro-text{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.competitions-achievements-row{grid-template-columns:1.2fr .8fr;gap:4rem;margin-bottom:4rem;display:grid}.comp-col h3,.perfect-att-col h3{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.comp-list{flex-direction:column;gap:.75rem;padding-left:0;list-style:none;display:flex}.comp-item{color:var(--text-secondary);background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;transition:all .2s;display:flex}.comp-item:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translate(6px)}.bullet-star{color:#f59e0b;font-size:1.1rem}.bdmo-thumbnails-row{gap:1rem;margin-top:1rem;display:flex}.bdmo-thumb-card{border:1px solid var(--border-color);cursor:pointer;width:100px;height:75px;box-shadow:var(--shadow-sm);border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.bdmo-thumb-card img{object-fit:cover;width:100%;height:100%}.bdmo-thumb-card span{color:#fff;text-align:center;background-color:#0f172abf;padding:.15rem 0;font-size:.75rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.bdmo-thumb-card:hover{border-color:var(--accent-color);box-shadow:var(--shadow-md);transform:scale(1.05)}.perfect-att-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.attendance-thumb-card{border:1px solid var(--border-color);cursor:pointer;max-width:320px;box-shadow:var(--shadow-sm);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.attendance-thumb-card img{object-fit:cover;width:100%;height:220px;display:block}.overlay-click{color:#fff;opacity:0;background-color:#6366f1d9;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:opacity .3s;display:flex;position:absolute;inset:0}.attendance-thumb-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-color);transform:scale(1.02)}.attendance-thumb-card:hover .overlay-click{opacity:1}.certifications-matrix-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}.cert-interactive-card{background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:12px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.cert-card-media{border-bottom:1px solid var(--border-color);width:100%;height:160px;position:relative}.cert-card-media img{object-fit:cover;width:100%;height:100%}.card-hover-mask{opacity:0;background-color:#0f172a99;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.view-text{color:#fff;background-color:#0f172a33;border:1px solid #fff;border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.cert-card-info{flex-direction:column;flex-grow:1;gap:.25rem;padding:1.25rem;display:flex}.cert-card-info h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700;line-height:1.4}.cert-issuer{color:var(--text-secondary);font-size:.75rem;font-weight:500}.cert-interactive-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-color);transform:translateY(-5px)}.cert-interactive-card:hover .card-hover-mask{opacity:1}@media (max-width:1024px){.competitions-achievements-row{grid-template-columns:1fr;gap:3rem}.attendance-thumb-card{max-width:400px}}@media (max-width:640px){.certifications-matrix-grid{grid-template-columns:1fr;gap:1.25rem}.attendance-thumb-card img{height:180px}}.cert-skeleton-card{pointer-events:none;cursor:default!important}.skeleton-media{background-color:var(--bg-secondary);height:160px}.skeleton-text{background-color:var(--bg-secondary);border-radius:4px}.skeleton-pulse{animation:1.5s ease-in-out infinite pulse-placeholder}@keyframes pulse-placeholder{0%{opacity:.6}50%{opacity:1;background-color:var(--border-color)}to{opacity:.6}}
.section-contact{background-color:var(--bg-primary);border-bottom:none}.contact-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:-2.5rem auto 3rem;font-size:1rem;line-height:1.6}.contact-form-layout{background-color:var(--bg-primary);border:1px solid var(--border-color);width:100%;max-width:800px;box-shadow:var(--shadow-md);border-radius:16px;margin:0 auto;padding:3rem}.interactive-email-form{flex-direction:column;gap:1.5rem;display:flex}.form-row-group{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.field-group{flex-direction:column;gap:.5rem;display:flex}.field-group label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.field-group input,.field-group textarea{background-color:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.field-group input:focus,.field-group textarea:focus{background-color:var(--bg-primary);border-color:var(--accent-color);box-shadow:0 0 0 4px var(--accent-light);outline:none}.field-group textarea{resize:vertical;min-height:160px}.form-submit-row{justify-content:flex-end;margin-top:1rem;display:flex}.btn-send-message{background-color:var(--accent-color);border:1px solid var(--accent-color);color:#fff;cursor:pointer;box-shadow:var(--shadow-sm);border-radius:10px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-send-message:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (max-width:768px){.contact-form-layout{padding:1.5rem}.form-row-group{grid-template-columns:1fr;gap:1.5rem}.btn-send-message{width:100%}}
.section-education{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color)}.education-timeline-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.education-card-box{background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.education-card-box:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-color);transform:translateY(-5px)}.edu-period{color:var(--accent-color);background-color:var(--accent-light);white-space:nowrap;border-radius:6px;align-self:flex-start;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.8rem;font-weight:600}.edu-degree{color:var(--text-primary);margin-bottom:.25rem;font-size:1.15rem;font-weight:700;line-height:1.3}.edu-institution{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem}.edu-cgpa{color:var(--text-secondary);background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;align-self:flex-start;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.9rem;display:inline-block}.edu-cgpa strong{color:var(--text-primary)}.edu-courses,.edu-thesis{border-top:1px dashed var(--border-color);margin-top:auto;padding-top:1.5rem}.edu-courses h5,.edu-thesis h5{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.edu-course-badges{flex-wrap:wrap;gap:.4rem;display:flex}.course-badge-item{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:all .2s}.course-badge-item:hover{background-color:var(--accent-light);color:var(--accent-color);border-color:var(--accent-color)}.thesis-title{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:500;line-height:1.5}.thesis-status-badge{color:#fff;background-color:#10b981;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}@media (max-width:768px){.edu-header{flex-direction:column;align-items:flex-start;gap:.5rem}.education-timeline-grid{grid-template-columns:1fr;gap:1.5rem}.education-card-box{padding:1.5rem}}
.portfolio-single-page{background-color:var(--bg-primary);min-height:100vh}section{justify-content:center;align-items:center;width:100%;padding:6rem 1.5rem;display:flex}.section-container{width:100%;max-width:1200px}.section-title{color:var(--text-primary);text-align:center;letter-spacing:-.025em;margin-bottom:3.5rem;font-size:2.5rem;font-weight:800;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.section-title:after{content:"";background:linear-gradient(90deg, var(--accent-color), #818cf8);border-radius:9999px;width:50%;height:4px;position:absolute;bottom:-10px;left:25%}.section-hero{border-bottom:1px solid var(--border-color);background:radial-gradient(circle at 10% 20%,#f3f4f666 0%,#fff 90%);min-height:calc(100vh - 70px);padding:4rem 1.5rem}.hero-container{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;width:100%;max-width:1200px;display:grid}.hero-text-side{flex-direction:column;justify-content:center;display:flex}.hero-text-side h1{color:var(--text-primary);letter-spacing:-.03em;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;display:flex}.wave-hand{width:48px;height:48px}.hero-subtitle{color:var(--accent-color);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.introduction-text{flex-direction:column;gap:1rem;max-width:650px;display:flex}.introduction-text p{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.hero-image-side{justify-content:center;align-items:center;display:flex}.avatar-frame{background:linear-gradient(135deg, var(--accent-color) 0%, #818cf8 50%, #c7d2fe 100%);width:320px;height:320px;box-shadow:var(--shadow-lg);border-radius:50%;padding:6px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative}.avatar-frame:hover{transform:scale(1.03)rotate(1deg)}.avatar-img{object-fit:cover;border:4px solid var(--bg-primary);background-color:var(--bg-secondary);border-radius:50%;width:100%;height:100%}@media (max-width:1024px){.hero-container{gap:2rem}.hero-text-side h1{font-size:3rem}.avatar-frame{width:280px;height:280px}}@media (max-width:768px){section{padding:4rem 1rem}.section-title{margin-bottom:2.5rem;font-size:2rem}.hero-container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-text-side{align-items:center}.hero-text-side h1{justify-content:center;font-size:2.5rem}.wave-hand{width:36px;height:36px}.hero-subtitle{font-size:1.25rem}.introduction-text p{font-size:1rem}.hero-image-side{order:-1}.avatar-frame{width:220px;height:220px}}.hero-spotlight-card{background-color:var(--bg-primary);border:1px solid var(--border-color);border-left:4px solid var(--accent-color);box-shadow:var(--shadow-md);text-align:left;border-radius:12px;max-width:650px;margin-top:2rem;padding:1.5rem}.spotlight-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color);background-color:var(--accent-light);border-radius:6px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}.spotlight-fire{font-size:.85rem}.hero-spotlight-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.hero-spotlight-card p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.hero-spotlight-card p strong{color:var(--text-primary)}.spotlight-actions{gap:1rem;display:flex}.spotlight-btn-live,.spotlight-btn-details{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.5rem 1.125rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.spotlight-btn-live{background-color:var(--accent-color);border:1px solid var(--accent-color);color:#fff}.spotlight-btn-live:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-sm);transform:translateY(-1.5px)}.spotlight-btn-details{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary)}.spotlight-btn-details:hover{background-color:var(--bg-primary);border-color:var(--accent-color);color:var(--accent-color);box-shadow:var(--shadow-sm);transform:translateY(-1.5px)}@media (max-width:768px){.hero-spotlight-card{align-self:center;margin-top:1.5rem}.spotlight-actions{flex-direction:column;gap:.75rem}.spotlight-btn-live,.spotlight-btn-details{width:100%}}
.section-projects{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.ai-development-callout{background-color:var(--bg-primary);border:1px solid var(--border-color);border-left:4px solid var(--accent-color);box-shadow:var(--shadow-md);border-radius:16px;margin-bottom:4rem;padding:2.5rem}.callout-header{align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.callout-icon{font-size:2.5rem;line-height:1}.callout-header h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.callout-header p{color:var(--text-secondary);font-size:1rem}.ai-agentic-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.ai-agentic-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;padding:1.5rem;display:flex}.ai-card-tag{text-transform:uppercase;color:var(--accent-color);background-color:var(--accent-light);letter-spacing:.05em;border-radius:6px;align-self:flex-start;margin-bottom:1rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.ai-agentic-card h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.ai-agentic-card p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.cmd-list{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.cmd-item{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.cmd-item code{color:#38bdf8;text-align:center;background-color:#0f172a;border-radius:4px;min-width:85px;padding:.2rem .5rem;font-family:monospace;font-weight:600}.cmd-item span{line-height:1.4}.bullet-accent-list{flex-direction:column;gap:.75rem;margin-top:auto;padding-left:0;list-style:none;display:flex}.bullet-accent-list li{color:var(--text-secondary);padding-left:1.25rem;font-size:.875rem;line-height:1.5;position:relative}.bullet-accent-list li:before{content:"✓";color:var(--accent-color);font-weight:700;position:absolute;left:0}.project-category-header{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:2rem;padding-left:1rem;font-size:1.5rem;font-weight:800;position:relative}.project-category-header:before{content:"";background-color:var(--accent-color);border-radius:9999px;width:4px;height:70%;position:absolute;top:15%;left:0}.projects-grid-layout{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.project-item-card{background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.project-item-card:before{content:"";background:linear-gradient(90deg, var(--accent-color), #818cf8);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.project-item-card:hover{box-shadow:var(--shadow-lg);border-color:#6366f133;transform:translateY(-6px)}.project-item-card:hover:before{opacity:1}.project-item-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.project-item-header h4{color:var(--text-primary);font-size:1.35rem;font-weight:700}.project-item-type{color:var(--accent-color);background-color:var(--accent-light);white-space:nowrap;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.project-item-desc{color:var(--text-secondary);text-align:justify;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.project-item-tech{margin-bottom:1.5rem}.project-item-tech h5,.project-item-features h5{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.tech-badge-row{flex-wrap:wrap;gap:.4rem;display:flex}.tech-badge{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.project-item-features{flex-grow:1;margin-bottom:2rem}.project-features-bullets{flex-direction:column;gap:.5rem;padding-left:0;list-style:none;display:flex}.project-features-bullets li{color:var(--text-secondary);padding-left:1.25rem;font-size:.85rem;line-height:1.5;position:relative}.project-features-bullets li:before{content:"•";color:var(--accent-color);font-size:1.1rem;position:absolute;left:0}.project-actions{gap:1rem;margin-top:auto;display:flex}.btn-github,.btn-live{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-github{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary)}.btn-github img{object-fit:contain;width:18px;height:18px;transition:filter .2s}.btn-github:hover{color:#fff;box-shadow:var(--shadow-md);background-color:#0f172a;border-color:#0f172a}.btn-github:hover img{filter:brightness(0)invert()}.btn-live{background-color:var(--accent-color);border:1px solid var(--accent-color);color:#fff}.btn-live:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);box-shadow:var(--shadow-md)}.academic-card{padding:1.5rem}.academic-card .project-item-desc{margin-bottom:1rem;font-size:.9rem}.academic-card .project-item-tech{margin-bottom:1.5rem}@media (max-width:768px){.ai-development-callout{padding:1.5rem}.projects-grid-layout{grid-template-columns:1fr;gap:1.5rem}}
.section-experience{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color)}.experience-skills-layout{grid-template-columns:1.1fr .9fr;gap:4rem;display:grid}.sub-section-title{color:var(--text-primary);letter-spacing:-.015em;border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:700;position:relative}.company-info-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.company-name{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.company-link{color:inherit;text-decoration:none;transition:color .2s;display:inline-block}.company-link:hover{color:var(--accent-color);text-decoration:underline}.company-summary{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.timeline-container{border-left:2px solid var(--border-color);flex-direction:column;gap:2.5rem;padding-left:1.5rem;display:flex;position:relative}.role-timeline-card{position:relative}.role-timeline-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.title-dot{background-color:var(--accent-color);border:3px solid var(--bg-primary);width:14px;height:14px;box-shadow:0 0 0 2px var(--border-color);border-radius:50%;transition:background-color .2s;position:absolute;top:6px;left:-23px}.role-timeline-card:hover .title-dot{background-color:var(--accent-hover)}.role-title{color:var(--text-primary);font-size:1.2rem;font-weight:700}.role-period{color:var(--accent-color);background-color:var(--accent-light);border-radius:9999px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.role-bullet-list{flex-direction:column;gap:.75rem;padding-left:0;list-style:none;display:flex}.role-bullet-list li{color:var(--text-secondary);padding-left:1.25rem;font-size:.95rem;line-height:1.6;position:relative}.role-bullet-list li:before{content:"→";color:var(--accent-color);font-weight:700;position:absolute;left:0}.role-bullet-list li strong{color:var(--text-primary);font-weight:600}.skills-bento-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.skills-category-card{background-color:var(--bg-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.skills-category-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent-color);transform:translateY(-2px)}.skills-category-card h4{color:var(--accent-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem;font-weight:700}.skills-badge-cloud{flex-wrap:wrap;gap:.5rem;display:flex}.skill-badge{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.35rem .75rem;font-size:.825rem;font-weight:500;transition:all .2s}.skills-category-card:hover .skill-badge{border-color:#6366f126}.skill-badge:hover{background-color:var(--accent-light);color:var(--accent-color);border-color:var(--accent-color)}.skills-detailed-list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.skills-detailed-list li{color:var(--text-secondary);padding-left:1rem;font-size:.9rem;line-height:1.5;position:relative}.skills-detailed-list li:before{content:"•";color:var(--accent-color);font-weight:700;position:absolute;left:0}.research-section-fullwidth{width:100%}.research-grid-container{grid-template-columns:1fr;gap:1.5rem;display:grid}.research-item-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:12px;padding:1.5rem;transition:all .2s}.research-item-card:hover{border-color:var(--accent-color);background-color:var(--bg-primary)}.research-item-card h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.research-item-card p{color:var(--text-secondary);text-align:justify;font-size:.9rem;line-height:1.6}@media (max-width:1024px){.experience-skills-layout{grid-template-columns:1fr;gap:3.5rem}}@media (max-width:640px){.role-timeline-header{flex-direction:column;align-items:flex-start;gap:.5rem}}
