body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#1e3a8a;--secondary-blue:#3b82f6;--light-blue:#93c5fd;--accent-blue:#1d4ed8;--dark-blue:#0f172a;--gradient-bg:linear-gradient(135deg,#1e3a8a,#3b82f6);--text-primary:#0f172a;--text-secondary:#64748b;--text-light:#94a3b8;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-accent:#f1f5f9;--border-color:#e2e8f0;--shadow-light:0 1px 3px #0000001a;--shadow-medium:0 4px 6px #00000012;--shadow-heavy:0 10px 25px #00000026;--border-radius:8px;--border-radius-lg:12px;--transition:all 0.3s ease}body{background-color:#fff;background-color:var(--bg-primary);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#0f172a;color:var(--text-primary);font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:var(--gradient-bg);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.scroll-indicator{display:flex;flex-direction:column;gap:1rem;position:fixed;right:2rem;top:50%;transform:translateY(-50%);z-index:1000}@media (max-width:768px){.scroll-indicator{display:none}}.scroll-dot{background:#fff6;border:2px solid #fff9;border-radius:50%;box-shadow:0 2px 8px #0000004d;cursor:pointer;height:12px;position:relative;transition:all .3s ease;width:12px}.scroll-dot:hover{background:#fff9;border-color:#fffc;transform:scale(1.2)}.scroll-dot.active{background:#3b82f6;background:var(--secondary-blue);border-color:#3b82f6;border-color:var(--secondary-blue);box-shadow:0 0 10px #3b82f680;transform:scale(1.3)}.scroll-dot:before{background:#0f172ae6;border-radius:4px;color:#fff;content:attr(title);font-size:.875rem;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;right:120%;top:50%;transform:translateY(-50%);transition:opacity .3s ease;white-space:nowrap}.scroll-dot:hover:before{opacity:1}.hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#3b82f6);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero:before{animation:float 20s ease-in-out infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content{color:#fff;margin:0 auto;max-width:800px;position:relative;text-align:left;z-index:2}.hero-title{display:flex;flex-direction:column;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.title-line{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#93c5fd);background-clip:text;-webkit-background-clip:text;display:block}.hero-subtitle{color:#cbd5e1;font-size:1.25rem;margin-bottom:1rem;max-width:600px}.hero-location{color:#94a3b8;font-size:1rem;margin-bottom:2rem}.hero-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.hero-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;border-radius:var(--border-radius);color:#fff;display:flex;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.hero-link:hover{background:#fff3;transform:translateY(-2px)}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-width:500px}.stat{text-align:center}.stat-number{color:#93c5fd;display:block;font-size:2rem;font-weight:700}.stat-label{color:#cbd5e1;font-size:.875rem}.about{background:#f8fafc;background:var(--bg-secondary);padding:6rem 0}.about-intro{color:#64748b;color:var(--text-secondary);font-size:1.125rem;line-height:1.8}.about-content,.about-intro{margin-bottom:3rem}.credential-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.credential-icon{color:#3b82f6;color:var(--secondary-blue);font-size:1.25rem}.credential-header h3{color:#0f172a;color:var(--text-primary);font-size:1.25rem;font-weight:600}.certifications-section,.education-section{width:100%}@media (max-width:768px){.about-credentials{gap:2rem;grid-template-columns:1fr}}.education-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.education-section .credential-header{grid-column:1/-1;margin-bottom:1.5rem}.credential-item{background:#f8fafc;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);padding:1.5rem}@media (max-width:768px){.education-section{gap:1rem;grid-template-columns:1fr}}.credential-item h4{color:#0f172a;color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.credential-detail{color:#3b82f6;color:var(--secondary-blue);font-weight:500;margin-bottom:.25rem}.credential-school{color:#64748b;color:var(--text-secondary);margin-bottom:.5rem}.credential-year{color:#94a3b8;color:var(--text-light);font-size:.9rem;font-weight:500}.about-highlights{display:flex;flex-direction:column;gap:2rem}.highlight{align-items:flex-start;display:flex;gap:1rem}.highlight-icon{color:#3b82f6;color:var(--secondary-blue);flex-shrink:0;font-size:1.5rem;margin-top:.25rem}.highlight h4{color:#0f172a;color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.highlight p{color:#64748b;color:var(--text-secondary);line-height:1.6}.about-sidebar{display:flex;flex-direction:column;gap:2rem}.certifications-card,.education-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-light);padding:2rem}.certifications-card h3,.education-card h3{color:#1e3a8a;color:var(--primary-blue);font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.education-header{align-items:flex-start;display:flex;gap:1rem}.university-logo{flex-shrink:0;height:40px;width:40px}.education-item h4{color:#0f172a;color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.education-item p{color:#64748b;color:var(--text-secondary);margin-bottom:.25rem}.education-year{color:#94a3b8;color:var(--text-light);font-size:.875rem}.cert-list{list-style:none}.cert-list li{color:#64748b;color:var(--text-secondary);margin-bottom:.75rem}.qualification-group{margin-bottom:1.5rem}.qualification-group:last-child{margin-bottom:0}.qualification-group h4{color:#1e3a8a;color:var(--primary-blue);font-size:1rem;font-weight:600;margin-bottom:.5rem}.qualification-group p{color:#64748b;color:var(--text-secondary);line-height:1.4;margin:0}.cert-list li:before{color:#3b82f6;color:var(--secondary-blue);content:"•";left:0;position:absolute}.experience{padding:6rem 0}.experience-timeline{display:flex;flex-direction:column;gap:3rem}.experience-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-medium);overflow:hidden;transition:all .3s ease;transition:var(--transition)}.experience-card:hover{box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-heavy);transform:translateY(-5px)}.experience-header{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:var(--gradient-bg);color:#fff;display:flex;gap:1.5rem;padding:2rem}.experience-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;border-radius:var(--border-radius);display:flex;font-size:2rem;height:60px;justify-content:center;padding:1rem;width:60px}.experience-icon:has(.company-logo){-webkit-backdrop-filter:none;backdrop-filter:none;background:none;padding:0}.company-logo{border-radius:8px;border-radius:var(--border-radius);height:100%;object-fit:cover;width:100%}.experience-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.experience-company{font-size:1.125rem;margin-bottom:.5rem;opacity:.9}.experience-period{display:block;font-size:.875rem;opacity:.8}.experience-type{background:#fff3;border-radius:20px;display:inline-block;font-size:.75rem;margin-top:.5rem;padding:.25rem .75rem}.experience-content{padding:2rem}.achievements h5{color:#1e3a8a;color:var(--primary-blue);font-weight:600;margin-bottom:1rem}.achievements ul{list-style:none;margin-bottom:2rem}.achievements li{color:#64748b;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.achievements li:before{color:#3b82f6;color:var(--secondary-blue);content:"→";left:0;position:absolute}.experience-skills h5{color:#1e3a8a;color:var(--primary-blue);font-weight:600;margin-bottom:1rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#f1f5f9;background:var(--bg-accent);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:20px;color:#64748b;color:var(--text-secondary);font-size:.875rem;padding:.375rem .75rem}.experience-link{margin-top:1.5rem;text-align:center}.site-link{align-items:center;background:#3b82f6;background:var(--secondary-blue);border-radius:8px;border-radius:var(--border-radius);color:#fff;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.site-link:hover{background:#1e3a8a;background:var(--primary-blue);transform:translateY(-2px)}.projects{background:#f8fafc;background:var(--bg-secondary);padding:6rem 0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.project-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-medium);overflow:hidden;transition:all .3s ease;transition:var(--transition)}.project-card:hover{box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-heavy);transform:translateY(-5px)}.project-header{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:var(--gradient-bg);color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.project-icon{background:#fff3;border-radius:8px;border-radius:var(--border-radius);font-size:1.5rem;padding:.75rem}.project-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.project-period,.project-type{background:#fff3;border-radius:15px;font-size:.875rem;opacity:.9;padding:.25rem .75rem}.project-content{padding:2rem}.project-title{color:#0f172a;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-company{color:#3b82f6;color:var(--secondary-blue);font-weight:600;margin-bottom:1rem}.project-description{color:#64748b;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.project-achievements h5,.project-metrics h5,.project-tech h5{color:#1e3a8a;color:var(--primary-blue);font-weight:600;margin-bottom:1rem}.project-achievements{margin-bottom:1.5rem}.project-achievements ul{list-style:none}.project-achievements li{color:#64748b;color:var(--text-secondary);line-height:1.5;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.project-achievements li:before{color:#3b82f6;color:var(--secondary-blue);content:"✓";font-weight:700;left:0;position:absolute}.metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:1.5rem}.metric{background:#f1f5f9;background:var(--bg-accent);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);padding:1rem;text-align:center}.metric-value{color:#3b82f6;color:var(--secondary-blue);display:block;font-size:1.125rem;font-weight:700}.metric-label{color:#64748b;color:var(--text-secondary);font-size:.875rem;text-transform:capitalize}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#93c5fd;background:var(--light-blue);border-radius:20px;color:#1e3a8a;color:var(--primary-blue);font-size:.875rem;font-weight:500;padding:.375rem .75rem}.project-links{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.project-link{align-items:center;border-radius:8px;border-radius:var(--border-radius);color:#fff;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.live-link{background:#3b82f6;background:var(--secondary-blue)}.live-link:hover{background:#1e3a8a;background:var(--primary-blue);transform:translateY(-2px)}.github-link{background:#333}.github-link:hover{background:#000;transform:translateY(-2px)}.skills{padding:6rem 0}.skills-content{gap:4rem}.skills-categories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.skill-category{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-light);padding:2rem;transition:all .3s ease;transition:var(--transition)}.skill-category:hover{box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-medium)}.category-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.category-icon{color:#3b82f6;color:var(--secondary-blue);font-size:1.5rem}.category-title{color:#0f172a;color:var(--text-primary);font-size:1.25rem;font-weight:600}.skills-list{gap:1rem}.skill-item,.skills-list{display:flex;flex-direction:column}.skill-item{gap:.5rem}.skill-info{align-items:center;display:flex;justify-content:space-between}.skill-name{color:#64748b;color:var(--text-secondary);font-weight:500}.skill-percentage{color:#94a3b8;color:var(--text-light);font-size:.875rem}.skill-bar{background:#f1f5f9;background:var(--bg-accent);border-radius:3px;height:6px;overflow:hidden}.skill-progress{background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:var(--gradient-bg);border-radius:3px;height:100%;transition:width 1s ease-in-out}.certifications-section,.tools-section{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-light);padding:2rem}.cert-title,.tools-title{color:#1e3a8a;color:var(--primary-blue);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.tools-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tool-item{background:linear-gradient(135deg,#f1f5f9,#f8fafc);background:linear-gradient(135deg,var(--bg-accent) 0,var(--bg-secondary) 100%);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#64748b;color:var(--text-secondary);font-weight:600;padding:1rem 1.25rem;text-align:center;transition:all .3s ease;transition:var(--transition)}.tool-item:hover{background:linear-gradient(135deg,#93c5fd,#3b82f61a);background:linear-gradient(135deg,var(--light-blue) 0,#3b82f61a 100%);border-color:#3b82f6;border-color:var(--secondary-blue);box-shadow:0 6px 12px #3b82f626;color:#1e3a8a;color:var(--primary-blue);transform:translateY(-3px)}.all-skills-section{margin-bottom:3rem}.skills-content{display:flex;flex-direction:column;gap:3rem}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.skill-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-accent) 100%);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#0f172a;color:var(--text-primary);font-weight:600;padding:1rem 1.25rem;text-align:center;transition:all .3s ease;transition:var(--transition)}.skill-item:hover{background:linear-gradient(135deg,#93c5fd,#3b82f61a);background:linear-gradient(135deg,var(--light-blue) 0,#3b82f61a 100%);border-color:#3b82f6;border-color:var(--secondary-blue);box-shadow:0 6px 12px #3b82f626;color:#1e3a8a;color:var(--primary-blue);transform:translateY(-3px)}.cert-items{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cert-item{background:#f1f5f9;background:var(--bg-accent);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);padding:1.5rem}.cert-item h4{color:#0f172a;color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.cert-item p{color:#64748b;color:var(--text-secondary);margin-bottom:.5rem}.cert-item span{color:#94a3b8;color:var(--text-light);font-size:.875rem}.contact{background:#f8fafc;background:var(--bg-secondary);padding:6rem 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-intro{margin-bottom:2rem}.contact-intro h3{color:#0f172a;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-intro p{color:#64748b;color:var(--text-secondary);line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:center;display:flex;gap:1rem}.contact-icon{color:#3b82f6;color:var(--secondary-blue);flex-shrink:0;font-size:1.25rem}.contact-item h4{color:#0f172a;color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.contact-item a{color:#3b82f6;color:var(--secondary-blue);text-decoration:none;transition:all .3s ease;transition:var(--transition)}.contact-item a:hover{color:#1e3a8a;color:var(--primary-blue)}.contact-item span{color:#64748b;color:var(--text-secondary)}.contact-form-container{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow-light);padding:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#0f172a;color:var(--text-primary);font-weight:500}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s ease;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;border-color:var(--secondary-blue);box-shadow:0 0 0 3px #3b82f61a;outline:none}.submit-btn{background:linear-gradient(135deg,#1e3a8a,#3b82f6);background:var(--gradient-bg);border:none;border-radius:8px;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease;transition:var(--transition)}.submit-btn:hover{box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.submit-btn:disabled{background:#94a3b8;background:var(--text-light);cursor:not-allowed;transform:none}.form-status{border-radius:8px;border-radius:var(--border-radius);font-size:.9rem;margin-top:1rem;padding:1rem}.form-status.success{background:#22c55e1a;border:1px solid #22c55e4d;color:#16a34a}.form-status.error{background:#ef44441a;border:1px solid #ef44444d;color:#dc2626}.footer{background:#0f172a;background:var(--dark-blue);color:#fff;padding:3rem 0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-info h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-info p{color:#cbd5e1;margin-bottom:.25rem}.footer-contact h4,.footer-links h4{color:#f1f5f9;font-weight:600;margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;transition:var(--transition);width:40px}.social-link:hover{background:#3b82f6;background:var(--secondary-blue);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.footer-bottom p{align-items:center;color:#94a3b8;display:flex;gap:.5rem;justify-content:center}.heart-icon{animation:heartbeat 1.5s ease-in-out infinite;color:#ef4444}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.featured-work{background:#fff;background:var(--bg-primary);padding:6rem 0}.featured-articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.featured-article-card{background:#f8fafc;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);box-shadow:0 4px 6px #0000001a;padding:2rem;transition:all .3s ease;transition:var(--transition)}.featured-article-card:hover{border-color:#3b82f6;border-color:var(--secondary-blue);box-shadow:0 12px 24px #00000026;transform:translateY(-4px)}.article-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.article-category{background:#3b82f6;background:var(--secondary-blue);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.article-metrics{display:flex;flex-wrap:wrap;gap:1rem}.metric{align-items:center;color:#64748b;color:var(--text-secondary);display:flex;font-size:.875rem;gap:.5rem}.metric svg{color:#3b82f6;color:var(--secondary-blue)}.article-title{color:#0f172a;color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.article-performance{margin-bottom:2rem}.article-performance h5{color:#0f172a;color:var(--text-primary);font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.article-performance p{color:#64748b;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.article-link-btn{align-items:center;background:#1e3a8a;background:var(--primary-blue);border-radius:8px;border-radius:var(--border-radius);color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.article-link-btn:hover{background:#3b82f6;background:var(--secondary-blue);transform:translateY(-1px)}@media (max-width:768px){.featured-articles-grid{gap:1.5rem;grid-template-columns:1fr}.featured-article-card{padding:1.5rem}.article-header{align-items:flex-start;flex-direction:column}.container{padding:0 1rem}.mobile-menu-toggle{display:block}.nav{background:#fff;box-shadow:0 10px 25px #00000026;box-shadow:var(--shadow-heavy);left:0;opacity:0;position:fixed;right:0;top:100%;transition:all .3s ease;transition:var(--transition);visibility:hidden}.nav-open{opacity:1;top:70px;visibility:visible}.nav-list{flex-direction:column;gap:1rem;padding:2rem}.hero-title{font-size:2.5rem}.hero-links{justify-content:center}.hero-stats{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.about-content{gap:2rem}.about-content,.contact-content,.projects-grid,.skills-categories{grid-template-columns:1fr}.contact-content{gap:2rem}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom p{flex-direction:column;gap:.25rem}}@media (max-width:480px){.hero-title,.section-title{font-size:2rem}.experience-header{text-align:center}.experience-header,.project-header{flex-direction:column;gap:1rem}.project-meta{align-items:center}.metrics-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.943b2945.css.map*/