*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,ol,ul,figure,hr{margin:0;padding:0}ol,ul{list-style:none}a{text-decoration:none;color:inherit}img,picture,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}html{scroll-behavior:smooth}:root{--bg-primary: #fff9f7;--bg-secondary: #fef3ef;--text-primary: #2c3e50;--text-secondary: #7f8c8d;--accent: #FF6B6B;--accent-hover: #ee5a52;--accent-secondary: #FF8E53;--card-bg: #fffcfb;--card-border: #f5e8e6;--shadow: rgba(0, 0, 0, 0.08);--shadow-hover: rgba(0, 0, 0, 0.12);--nav-bg: rgba(255, 249, 247, 0.9);--badge-bg: #ffe8e8;--badge-text: #c44444}[data-theme="dark"]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--text-primary: #e4e4e7;--text-secondary: #a1a1aa;--accent: #FF9B9B;--accent-hover: #FFB3B3;--accent-secondary: #FFB088;--card-bg: #27272a;--card-border: #3f3f46;--shadow: rgba(0, 0, 0, 0.4);--shadow-hover: rgba(0, 0, 0, 0.6);--nav-bg: rgba(26, 26, 26, 0.9);--badge-bg: #3d2828;--badge-text: #FFB3B3}html{font-size:16px}body{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;font-size:1rem;line-height:1.6;background-color:var(--bg-primary);color:var(--text-primary)}p{font-size:1rem;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;line-height:1.2}.nav-menu a,.nav-menu li{font-size:1rem}*{transition-property:background-color, border-color, color;transition-duration:0.3s;transition-timing-function:ease}*:not(body):not([data-theme]){transition-property:background-color, border-color, color, transform, box-shadow, opacity}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}.nav-header{position:fixed;top:0;left:0;right:0;background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--card-border);transition:all 0.3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.125rem;font-weight:600;font-family:'Fira Code', 'Source Code Pro', 'Roboto Mono', 'JetBrains Mono', monospace;letter-spacing:0.5px;text-decoration:none;transition:all 0.3s ease;display:flex;align-items:center;gap:0.25rem}.nav-logo:hover{transform:translateY(-2px)}.nav-logo .code-keyword{color:#0abab5;font-weight:700}.nav-logo .code-function{color:#FF6B6B;font-weight:700}.nav-logo .code-bracket,.nav-logo .code-punctuation{color:var(--text-primary)}[data-theme="dark"] .nav-logo .code-keyword{color:#22d3ee}[data-theme="dark"] .nav-logo .code-function{color:#FF9B9B}[data-theme="dark"] .nav-logo .code-bracket,[data-theme="dark"] .nav-logo .code-punctuation{color:var(--text-primary)}.nav-menu{display:flex;gap:2rem;list-style:none;align-items:center;margin:0;padding:0}.nav-menu li{margin:0}.nav-menu a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}.nav-menu a:hover{color:var(--accent)}.nav-menu a.active{color:var(--accent);font-weight:600}.nav-menu a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width 0.3s ease}.nav-menu a:hover::after{width:100%}.theme-toggle{background:var(--card-bg);border:2px solid var(--card-border);border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--text-primary);transition:all 0.3s ease}.theme-toggle:hover{transform:rotate(20deg);border-color:var(--accent)}.theme-toggle:focus{outline:2px solid var(--accent);outline-offset:2px}.hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px}.hamburger span{display:block;width:24px;height:2px;background:var(--text-primary);transition:all 0.3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -6px)}@media (max-width: 768px){.nav-container{padding:1rem}.hamburger{display:flex}.nav-menu{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 60px);background:var(--bg-primary);flex-direction:column;padding:2rem;gap:1.5rem;transition:left 0.3s ease;border-top:1px solid var(--card-border)}.nav-menu.active{left:0}.nav-menu a::after{display:none}.theme-toggle{margin-left:auto;margin-right:1rem}}.nav-header.hidden{transform:translateY(-100%)}body{padding-top:60px}.btn{padding:0.875rem 2rem;border-radius:0.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;transition:all 0.3s ease;border:2px solid transparent;white-space:nowrap;cursor:pointer;font-family:'Inter', sans-serif}.btn:hover{text-decoration:none}.btn-primary{background:var(--accent);color:white}.btn-primary:hover{background:var(--accent-hover);color:white;transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-hover)}.btn-outline,.btn-github,.btn-linkedin{background:transparent;border-color:var(--card-border);color:var(--text-primary)}.btn-outline:hover,.btn-github:hover,.btn-linkedin:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.btn-small{padding:0.625rem 1.25rem;font-size:0.875rem}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;font-family:'Inter', sans-serif}.section-subtitle{font-size:1.125rem;color:var(--text-secondary)}.hero{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem 4rem;background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%)}.hero-container{max-width:1200px;width:100%}.hero-intro{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:'Inter', sans-serif}.hero-content .highlight{color:var(--accent);position:relative}.hero-tagline{font-size:1.25rem;font-weight:400;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.hero-tagline strong{font-weight:600}.hero-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.badge{background:var(--badge-bg);color:var(--badge-text);padding:0.5rem 1rem;border-radius:2rem;font-size:0.875rem;font-weight:500;display:flex;align-items:center;gap:0.5rem}.badge *,.badge i{font-size:0.875rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{display:flex;justify-content:center}.profile-pic{width:400px;height:400px;border-radius:50%;border:4px solid var(--accent);box-shadow:0 8px 24px var(--shadow);overflow:hidden;background:var(--card-bg);display:flex;align-items:center;justify-content:center}.profile-pic img{width:100%;height:100%;object-fit:cover}.profile-pic i{font-size:10rem;color:var(--text-secondary)}.hero-skills{margin-top:2rem}.hero-skills .section-header{text-align:left;margin-bottom:2rem}.hero-skills .section-header h2{font-size:2.5rem;font-family:'Inter', sans-serif}@media (max-width: 768px){.hero-intro{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.profile-pic{width:250px;height:250px;margin:0 auto}.profile-pic i{font-size:6rem}.hero-buttons{justify-content:center}.hero-skills .section-header{text-align:center}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}.skill-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:2rem;transition:all 0.3s ease}.skill-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover)}.skill-card ul{list-style:none !important;padding-left:0;margin-left:0}.skill-card ul li{list-style-type:none !important}.skill-card ul li::before{content:none !important}.skill-icon{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.skill-card h3{font-size:1.5rem;margin-bottom:1rem;font-family:'Inter', sans-serif}.skill-badges{display:flex;flex-wrap:wrap;gap:0.5rem}.skill-badge{background:var(--bg-secondary);color:var(--text-secondary);padding:0.5rem 1rem;border-radius:0.5rem;font-size:0.875rem;font-weight:500;transition:all 0.3s ease}.skill-badge.adept{background:var(--accent);color:white;font-weight:600;box-shadow:0 2px 8px rgba(255,107,107,0.3)}[data-theme="dark"] .skill-badge.adept{box-shadow:0 2px 8px rgba(255,155,155,0.2)}.skill-card ul li i,.skill-name i{margin-right:0.5rem;color:var(--accent);width:1.25rem;text-align:center}.skill-item .skill-name{display:flex;align-items:center;justify-content:flex-start !important;gap:0.5rem;margin-bottom:0.5rem}.cert-card-skills h4 i{margin-right:0.5rem;color:var(--accent)}.skills-hero{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);padding:6rem 2rem 4rem;text-align:center;border-bottom:1px solid var(--card-border)}.skills-hero h1{font-size:3rem;margin-bottom:1rem;font-family:'Inter', sans-serif;font-weight:700}.skills-hero .subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.skills-page-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.skills-intro{text-align:center;margin-bottom:4rem}.skills-intro p{font-size:1.125rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.skills-category-section{margin-bottom:4rem}.skills-category-section:last-child{margin-bottom:0}.skills-category-section .category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.skills-category-section .category-header i{font-size:2rem;color:var(--accent)}.skills-category-section .category-header h2{font-size:2rem;font-family:'Inter', sans-serif;font-weight:700;color:var(--text-primary);margin:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:1.5rem}.skill-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:0.75rem;padding:1.5rem;transition:all 0.3s ease}.skill-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover);border-color:var(--accent)}.skill-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1.25rem;font-family:'Inter', sans-serif}.skill-card ul{list-style:none;padding:0;margin:0}.skill-card ul li{font-size:1rem;color:var(--text-secondary);padding:0.5rem 0;padding-left:0;position:relative;line-height:1.6}.skill-card ul li strong{color:var(--text-primary);font-weight:600}.proficiency-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:0.75rem;padding:2rem;transition:all 0.3s ease}.proficiency-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover);border-color:var(--accent)}.proficiency-card h3{font-size:1.125rem;font-weight:600;color:var(--accent);margin-bottom:1.5rem;font-family:'Inter', sans-serif;text-transform:uppercase;letter-spacing:0.5px}.skill-item{margin-bottom:1.25rem}.skill-item:last-child{margin-bottom:0}.skill-item .skill-name{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}.skill-item .skill-name strong{font-size:1rem;font-weight:600;color:var(--text-primary)}.skill-item .skill-name .skill-badge{font-size:0.75rem;padding:0.25rem 0.5rem;border-radius:0.25rem;background:var(--badge-bg);color:var(--badge-text);font-weight:600}.skill-item .skill-description{font-size:0.9375rem;color:var(--text-secondary);line-height:1.6}.tech-badges-list{display:flex;flex-wrap:wrap;gap:0.5rem;list-style:none;padding:0;margin:0}.tech-badges-list li{background:var(--bg-secondary);color:var(--text-secondary);padding:0.5rem 1rem;border-radius:0.5rem;font-size:0.9375rem;font-weight:500;transition:all 0.3s ease}.tech-badges-list li::before{display:none}.tech-badges-list li:hover{background:var(--accent);color:white;transform:scale(1.05)}.certifications-grid-skills{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin-top:2rem}.cert-card-skills{background:var(--card-bg);border:1px solid var(--card-border);border-radius:0.75rem;padding:1.5rem;text-align:center;transition:all 0.3s ease}.cert-card-skills:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover);border-color:var(--accent)}.cert-card-skills h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem;font-family:'Inter', sans-serif}.cert-card-skills p{font-size:0.9375rem;color:var(--text-secondary);margin:0}.learning-section{background:var(--bg-secondary);border-radius:1rem;padding:3rem 2rem;margin-top:4rem;text-align:center}.learning-section h2{font-size:2rem;margin-bottom:1rem;font-family:'Inter', sans-serif;font-weight:700}.learning-section p{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2rem;line-height:1.8}.learning-section .learning-points{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem;margin-top:2rem}.learning-section .learning-point{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card-bg);border-radius:0.5rem;transition:all 0.3s ease}.learning-section .learning-point:hover{transform:translateX(4px)}.learning-section .learning-point i{font-size:1.5rem;color:var(--accent);min-width:24px}.learning-section .learning-point span{font-size:1rem;color:var(--text-secondary);text-align:left}@media (max-width: 768px){.skills-hero{padding:4rem 1.5rem 3rem}.skills-hero h1{font-size:2.25rem}.skills-hero .subtitle{font-size:1.125rem}.skills-page-content{padding:3rem 1.5rem}.skills-intro{margin-bottom:3rem}.skills-intro p{font-size:1rem}.skills-category-section{margin-bottom:3rem}.skills-category-section .category-header h2{font-size:1.75rem}.skills-category-section .category-header i{font-size:1.75rem}.skills-grid{grid-template-columns:1fr}.skill-card{padding:1.25rem}.proficiency-card{padding:1.5rem}.certifications-grid-skills{grid-template-columns:1fr}.learning-section{padding:2rem 1.5rem}.learning-section h2{font-size:1.75rem}.learning-section p{font-size:1rem}.learning-section .learning-points{grid-template-columns:1fr}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem;margin-top:2rem}.project-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;overflow:hidden;transition:all 0.3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px var(--shadow-hover);border-color:var(--accent)}.project-image{width:100%;height:240px;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.project-image img{width:100%;height:100%;object-fit:cover}.project-image:empty::after{content:'\f1c0';font-family:'Font Awesome 6 Free';font-weight:900;font-size:4rem;color:white;opacity:0.5}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-card h3{font-size:1.5rem;margin-bottom:0.5rem;font-family:'Inter', sans-serif;color:var(--text-primary)}.project-tagline{font-size:0.875rem;color:var(--accent);font-weight:600;margin-bottom:0.75rem}.project-description{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem}.tech-tag{background:var(--bg-secondary);color:var(--text-secondary);padding:0.375rem 0.75rem;border-radius:0.375rem;font-size:0.8125rem;font-weight:500}.project-footer{display:flex;gap:0.75rem;margin-top:auto}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}.project-image{height:200px}}.projects-hero{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);padding:6rem 2rem 4rem;text-align:center;border-bottom:1px solid var(--card-border)}.projects-hero h1{font-size:3rem;margin-bottom:1rem;font-family:'Inter', sans-serif;font-weight:700}.projects-hero .subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.projects-page-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.projects-intro{text-align:center;margin-bottom:4rem}.projects-intro p{font-size:1.125rem;color:var(--text-secondary);max-width:800px;margin:0 auto 2rem;line-height:1.8}.projects-intro .stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2rem}.projects-intro .stat-item{text-align:center}.projects-intro .stat-item .stat-number{font-size:2.5rem;font-weight:700;color:var(--accent);display:block;margin-bottom:0.5rem}.projects-intro .stat-item .stat-label{font-size:1rem;color:var(--text-secondary)}.projects-section{margin-bottom:4rem}.projects-section:last-child{margin-bottom:0}.projects-section h2{font-size:2rem;margin-bottom:2rem;font-family:'Inter', sans-serif;font-weight:700;color:var(--text-primary);text-align:center}.project-full-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;overflow:hidden;margin-bottom:2.5rem;transition:all 0.3s ease}.project-full-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px var(--shadow-hover);border-color:var(--accent)}.project-full-card:last-child{margin-bottom:0}.project-full-content{display:grid;grid-template-columns:350px 1fr;gap:2rem;align-items:start}.project-full-image{width:350px;height:250px;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-full-image img{width:100%;height:100%;object-fit:cover}.project-full-image:empty::after{content:'\f1c0';font-family:'Font Awesome 6 Free';font-weight:900;font-size:4rem;color:white;opacity:0.5}.project-full-details{padding:2rem 2rem 2rem 0}.project-full-header{display:flex;align-items:start;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.project-full-title h3{font-size:1.75rem;margin-bottom:0.5rem;font-family:'Inter', sans-serif;font-weight:700;color:var(--text-primary)}.project-full-title .project-full-tagline{font-size:1rem;color:var(--accent);font-weight:600}.project-full-icon{font-size:2.5rem;color:var(--accent);min-width:40px}.project-full-description{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.project-full-features{margin-bottom:1.5rem}.project-full-features h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:0.75rem}.project-full-features ul{list-style:none;padding:0;margin:0}.project-full-features ul li{font-size:1rem;color:var(--text-secondary);padding-left:1.5rem;position:relative;margin-bottom:0.5rem}.project-full-features ul li::before{content:'\2022';color:var(--accent);font-weight:bold;position:absolute;left:0.25rem}.project-full-tech{margin-bottom:1.5rem}.project-full-tech .tech-label{font-size:0.875rem;font-weight:600;color:var(--text-primary);margin-bottom:0.75rem;display:block}.project-full-tech .tech-tags{display:flex;flex-wrap:wrap;gap:0.5rem}.project-full-tech .tech-tags .tech-tag{background:var(--bg-secondary);color:var(--text-secondary);padding:0.375rem 0.75rem;border-radius:0.375rem;font-size:0.8125rem;font-weight:500}.project-full-links{display:flex;gap:0.75rem;flex-wrap:wrap}@media (max-width: 968px){.project-full-content{grid-template-columns:1fr}.project-full-image{width:100%;height:240px}.project-full-details{padding:2rem}}@media (max-width: 768px){.projects-hero{padding:4rem 1.5rem 3rem}.projects-hero h1{font-size:2.25rem}.projects-hero .subtitle{font-size:1.125rem}.projects-page-content{padding:3rem 1.5rem}.projects-intro{margin-bottom:3rem}.projects-intro p{font-size:1rem}.projects-intro .stats{gap:2rem}.projects-intro .stat-item .stat-number{font-size:2rem}.projects-section{margin-bottom:3rem}.projects-section h2{font-size:1.75rem}.project-full-card{margin-bottom:2rem}.project-full-image{height:200px}.project-full-details{padding:1.5rem}.project-full-header{flex-direction:column;gap:1rem}.project-full-title h3{font-size:1.5rem}.project-full-description{font-size:1rem}}.cta-section{background:var(--bg-secondary);border-radius:1rem;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-family:'Inter', sans-serif}.cta-section p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.cta-section{padding:3rem 1.5rem}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.125rem}.cta-section .cta-buttons{flex-direction:column;align-items:stretch}}.about-hero{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);padding:6rem 2rem 4rem;text-align:center;border-bottom:1px solid var(--card-border)}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-family:'Inter', sans-serif;font-weight:700}.about-hero .subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.about-content{max-width:900px;margin:0 auto;padding:4rem 2rem}.about-section{margin-bottom:4rem}.about-section:last-child{margin-bottom:0}.about-section h2{font-size:2rem;margin-bottom:1.5rem;font-family:'Inter', sans-serif;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:0.75rem}.about-section h2 i{color:var(--accent);font-size:1.75rem}.about-section p{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.about-section p:last-child{margin-bottom:0}.about-section ul{list-style:none;padding:0;margin:1.5rem 0}.about-section ul li{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);padding-left:2rem;position:relative;margin-bottom:0.75rem}.about-section ul li::before{content:'\2022';color:var(--accent);font-weight:bold;font-size:1.5rem;position:absolute;left:0.5rem}.timeline{position:relative;padding-left:2rem;margin-top:2rem}.timeline::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent)}.timeline-item{position:relative;margin-bottom:2rem;padding-left:2rem}.timeline-item::before{content:'';position:absolute;left:-0.5rem;top:0.5rem;width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--bg-primary)}.timeline-item:last-child{margin-bottom:0}.timeline-item .timeline-date{font-size:0.875rem;color:var(--accent);font-weight:600;margin-bottom:0.25rem}.timeline-item .timeline-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:0.25rem}.timeline-item .timeline-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:0.5rem}.timeline-item .timeline-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin-top:2rem}.certification-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:0.75rem;padding:1.5rem;transition:all 0.3s ease}.certification-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover);border-color:var(--accent)}.certification-card .cert-icon{width:48px;height:48px;background:var(--badge-bg);color:var(--accent);border-radius:0.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.certification-card .cert-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem}.certification-card .cert-issuer{font-size:0.9375rem;color:var(--text-secondary);margin-bottom:0.25rem}.certification-card .cert-date{font-size:0.875rem;color:var(--accent);font-weight:500}.interests-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1rem;margin-top:2rem}.interest-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:0.5rem;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all 0.3s ease}.interest-item:hover{transform:translateX(4px);border-color:var(--accent)}.interest-item i{font-size:1.5rem;color:var(--accent);min-width:24px}.interest-item .interest-text{font-size:1rem;color:var(--text-secondary)}.contact-info{background:var(--bg-secondary);border-radius:1rem;padding:2rem;margin-top:3rem}.contact-info h3{font-size:1.5rem;margin-bottom:1.5rem;font-family:'Inter', sans-serif;font-weight:600;text-align:center}.contact-info .contact-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}.contact-info .contact-item{display:flex;align-items:center;gap:1rem}.contact-info .contact-item i{font-size:1.25rem;color:var(--accent);min-width:24px}.contact-info .contact-item .contact-label{font-size:0.875rem;color:var(--text-secondary);margin-bottom:0.25rem}.contact-info .contact-item .contact-value{font-size:1rem;color:var(--text-primary);font-weight:500}.contact-info .contact-item .contact-value a{color:var(--text-primary);text-decoration:none;transition:color 0.3s ease}.contact-info .contact-item .contact-value a:hover{color:var(--accent)}@media (max-width: 768px){.about-hero{padding:4rem 1.5rem 3rem}.about-hero h1{font-size:2.25rem}.about-hero .subtitle{font-size:1.125rem}.about-content{padding:3rem 1.5rem}.about-section{margin-bottom:3rem}.about-section h2{font-size:1.75rem}.about-section p,.about-section ul li{font-size:1rem}.certifications-grid{grid-template-columns:1fr}.interests-list{grid-template-columns:1fr}.contact-info .contact-grid{grid-template-columns:1fr}}.resume-hero{background:linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 100%);padding:6rem 2rem 4rem;text-align:center;border-bottom:1px solid var(--card-border)}.resume-hero h1{font-size:3rem;margin-bottom:1rem;font-family:'Inter', sans-serif;font-weight:700}.resume-hero .subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2rem;line-height:1.6}.resume-hero .resume-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.resume-page-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.pdf-viewer-section{margin-bottom:4rem}.pdf-viewer-section h2{font-size:2rem;margin-bottom:1.5rem;font-family:'Inter', sans-serif;font-weight:700;text-align:center}.pdf-viewer-section .pdf-container{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px var(--shadow)}.pdf-viewer-section .pdf-container iframe,.pdf-viewer-section .pdf-container embed,.pdf-viewer-section .pdf-container object{width:100%;min-height:800px;border:none;display:block}.pdf-viewer-section .pdf-container .pdf-fallback{padding:3rem 2rem;text-align:center}.pdf-viewer-section .pdf-container .pdf-fallback i{font-size:4rem;color:var(--accent);margin-bottom:1.5rem}.pdf-viewer-section .pdf-container .pdf-fallback h3{font-size:1.5rem;margin-bottom:1rem;font-family:'Inter', sans-serif;font-weight:600}.pdf-viewer-section .pdf-container .pdf-fallback p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem}.resume-text-version{margin-top:4rem}.resume-text-version h2{font-size:2rem;margin-bottom:2rem;font-family:'Inter', sans-serif;font-weight:700;text-align:center;color:var(--text-primary)}.resume-header-section{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--card-border)}.resume-header-section h3{font-size:2.25rem;font-weight:700;margin-bottom:0.5rem;font-family:'Inter', sans-serif}.resume-header-section .resume-title{font-size:1.25rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.resume-header-section .resume-contact{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:0.9375rem;color:var(--text-secondary)}.resume-header-section .resume-contact a{color:var(--text-secondary);text-decoration:none;transition:color 0.3s ease}.resume-header-section .resume-contact a:hover{color:var(--accent)}.resume-header-section .resume-contact .contact-divider{color:var(--card-border)}.resume-section{margin-bottom:3rem}.resume-section:last-child{margin-bottom:0}.resume-section h3{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;font-family:'Inter', sans-serif;color:var(--text-primary);padding-bottom:0.5rem;border-bottom:2px solid var(--accent)}.resume-section p{font-size:1.0625rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem}.resume-experience-item{margin-bottom:2rem;padding-left:1.5rem;border-left:3px solid var(--accent)}.resume-experience-item:last-child{margin-bottom:0}.resume-experience-item h4{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:0.25rem}.resume-experience-item .experience-meta{font-size:0.9375rem;color:var(--accent);font-weight:500;margin-bottom:0.75rem}.resume-experience-item ul{list-style:none;padding:0;margin:0}.resume-experience-item ul li{font-size:1rem;color:var(--text-secondary);padding-left:1.5rem;position:relative;margin-bottom:0.5rem;line-height:1.7}.resume-experience-item ul li::before{content:'\2022';color:var(--accent);font-weight:bold;position:absolute;left:0.25rem}.resume-skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}.resume-skills-grid .skill-group h4{font-size:1.125rem;font-weight:600;color:var(--accent);margin-bottom:0.75rem}.resume-skills-grid .skill-group p{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin:0}.resume-education-item,.resume-cert-item{margin-bottom:1.5rem}.resume-education-item:last-child,.resume-cert-item:last-child{margin-bottom:0}.resume-education-item h4,.resume-cert-item h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:0.25rem}.resume-education-item .edu-meta,.resume-cert-item .edu-meta{font-size:0.9375rem;color:var(--text-secondary)}.resume-achievements ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1rem}.resume-achievements ul li{background:var(--bg-secondary);padding:1rem 1.25rem;border-radius:0.5rem;border-left:3px solid var(--accent);font-size:1rem;color:var(--text-secondary);line-height:1.6}.resume-achievements ul li strong{color:var(--accent);font-weight:600}.resume-footer-note{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--card-border);text-align:center}.resume-footer-note p{font-size:0.9375rem;color:var(--text-secondary);font-style:italic;margin-bottom:0.5rem}.resume-footer-note p:last-child{margin-bottom:0}@media (max-width: 768px){.resume-hero{padding:4rem 1.5rem 3rem}.resume-hero h1{font-size:2.25rem}.resume-hero .subtitle{font-size:1.125rem}.resume-hero .resume-actions{flex-direction:column;align-items:stretch}.resume-page-content{padding:3rem 1.5rem}.pdf-viewer-section{margin-bottom:3rem}.pdf-viewer-section h2{font-size:1.75rem}.pdf-viewer-section .pdf-container iframe,.pdf-viewer-section .pdf-container embed,.pdf-viewer-section .pdf-container object{min-height:600px}.resume-text-version h2{font-size:1.75rem}.resume-header-section h3{font-size:1.75rem}.resume-header-section .resume-contact{flex-direction:column;gap:0.5rem}.resume-header-section .resume-contact .contact-divider{display:none}.resume-section{margin-bottom:2rem}.resume-section h3{font-size:1.5rem}.resume-skills-grid{grid-template-columns:1fr}.resume-achievements ul{grid-template-columns:1fr}}.page-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.blog-hero{text-align:center;margin-bottom:3rem;padding-top:2rem}.blog-hero h1{font-size:2.5rem;color:var(--text-primary);margin-bottom:1rem;font-weight:700}.blog-hero .subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.blog-search{margin-bottom:2rem}.blog-search .search-container{position:relative;max-width:600px;margin:0 auto}.blog-search .search-container .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-size:1.125rem}.blog-search .search-container .search-input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid var(--card-border);border-radius:0.75rem;font-size:1rem;background:var(--card-bg);color:var(--text-primary);transition:all 0.3s ease}.blog-search .search-container .search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,107,107,0.1)}.blog-search .search-container .search-input::placeholder{color:var(--text-secondary)}.blog-search .search-results-container{text-align:center;margin-top:0.75rem;font-size:0.875rem;color:var(--text-secondary);display:none}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:2rem;margin-bottom:3rem}.blog-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;overflow:hidden;transition:all 0.3s ease;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px var(--shadow-hover);border-color:var(--accent)}.blog-card-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary) 100%)}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-icon{width:100%;height:200px;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-secondary) 100%);display:flex;align-items:center;justify-content:center}.blog-card-icon i{font-size:4rem;color:white;opacity:0.6}.blog-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.blog-card-header .post-date{font-size:0.875rem;color:var(--text-secondary);display:flex;align-items:center;gap:0.375rem}.blog-card-header .post-date i{font-size:0.875rem}.blog-card-header .post-category{background:var(--badge-bg);color:var(--badge-text);padding:0.25rem 0.75rem;border-radius:0.375rem;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em}.blog-card-title{font-size:1.5rem;margin-bottom:0.75rem;line-height:1.3}.blog-card-title a{color:var(--text-primary);text-decoration:none;transition:color 0.3s ease}.blog-card-title a:hover{color:var(--accent)}.blog-card-excerpt{font-size:0.9375rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1rem;flex:1}.blog-card-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.25rem}.blog-card-tags .tag-badge{background:var(--bg-secondary);color:var(--text-secondary);padding:0.375rem 0.75rem;border-radius:0.375rem;font-size:0.8125rem;font-weight:500;transition:all 0.2s ease}.blog-card-tags .tag-badge:hover{background:var(--accent);color:white}.blog-quick-links{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--card-border)}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.quick-link-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:1rem;padding:2rem;text-decoration:none;transition:all 0.3s ease;text-align:center}.quick-link-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-hover);border-color:var(--accent)}.quick-link-card i{font-size:2.5rem;color:var(--accent);margin-bottom:1rem}.quick-link-card h3{font-size:1.25rem;color:var(--text-primary);margin-bottom:0.5rem}.quick-link-card p{font-size:0.9375rem;color:var(--text-secondary);margin:0}.no-posts{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.125rem}.categories-list{margin-bottom:3rem}.category-section{margin-bottom:4rem}.category-section:last-child{margin-bottom:2rem}.category-title{font-size:1.75rem;color:var(--text-primary);margin-bottom:2rem;padding-bottom:0.75rem;border-bottom:2px solid var(--card-border);display:flex;align-items:center;gap:0.75rem}.category-title i{color:var(--accent);font-size:1.5rem}.category-title .count{font-size:1rem;color:var(--text-secondary);font-weight:400;margin-left:auto}.tags-cloud{margin-bottom:3rem;padding:2rem;background:var(--bg-secondary);border-radius:1rem}.tag-list{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center}.tag-link{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary);padding:0.625rem 1.25rem;border-radius:2rem;text-decoration:none;font-size:0.9375rem;font-weight:500;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:0.5rem}.tag-link i{font-size:0.875rem;color:var(--accent)}.tag-link .count{background:var(--badge-bg);color:var(--badge-text);padding:0.125rem 0.5rem;border-radius:1rem;font-size:0.8125rem;font-weight:600}.tag-link:hover{background:var(--accent);color:white;border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-hover)}.tag-link:hover i{color:white}.tag-link:hover .count{background:rgba(255,255,255,0.2);color:white}.tags-list{margin-bottom:3rem}.tag-section{margin-bottom:4rem}.tag-section:last-child{margin-bottom:2rem}.tag-title{font-size:1.75rem;color:var(--text-primary);margin-bottom:2rem;padding-bottom:0.75rem;border-bottom:2px solid var(--card-border);display:flex;align-items:center;gap:0.75rem}.tag-title i{color:var(--accent);font-size:1.5rem}.tag-title .count{font-size:1rem;color:var(--text-secondary);font-weight:400;margin-left:auto}.back-to-blog{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--card-border)}@media (max-width: 768px){.page-container{padding:2rem 1.5rem}.blog-hero{margin-bottom:2rem;padding-top:1rem}.blog-hero h1{font-size:2rem}.blog-hero .subtitle{font-size:1rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card-image,.blog-card-icon{height:180px}.quick-links-grid{grid-template-columns:1fr}}@media (max-width: 480px){.page-container{padding:1.5rem 1rem}.blog-hero{padding-top:0.5rem}.blog-card-content{padding:1.25rem}.blog-card-title{font-size:1.25rem}.blog-card-image,.blog-card-icon{height:160px}}.blog-post{max-width:800px;margin:0 auto;padding:0 2rem}.page-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.post-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--card-border)}.post-meta{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.post-author{font-size:0.9375rem;color:var(--text-secondary);display:flex;align-items:center;gap:0.5rem;font-weight:500}.post-author i{color:var(--accent)}.post-date{font-size:0.9375rem;color:var(--text-secondary);display:flex;align-items:center;gap:0.5rem}.post-date i{color:var(--accent)}.post-category{background:var(--badge-bg);color:var(--badge-text);padding:0.375rem 0.875rem;border-radius:0.5rem;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em}.post-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1rem}.post-tags .tag-badge{background:var(--bg-secondary);color:var(--text-secondary);padding:0.5rem 1rem;border-radius:0.5rem;font-size:0.875rem;font-weight:500;transition:all 0.2s ease;text-decoration:none}.post-tags .tag-badge:hover{background:var(--accent);color:white;transform:translateY(-2px)}.post-content{font-size:1.0625rem;line-height:1.8;color:var(--text-primary)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.3;color:var(--text-primary)}.post-content h1:first-child,.post-content h2:first-child,.post-content h3:first-child,.post-content h4:first-child,.post-content h5:first-child,.post-content h6:first-child{margin-top:0}.post-content h1{font-size:2rem;padding-bottom:0.5rem;border-bottom:2px solid var(--card-border)}.post-content h2{font-size:1.75rem;padding-bottom:0.375rem;border-bottom:1px solid var(--card-border)}.post-content h3{font-size:1.5rem}.post-content h4{font-size:1.25rem}.post-content p{margin-bottom:1.5rem;line-height:1.8}.post-content p:last-child{margin-bottom:0}.post-content a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:all 0.2s ease}.post-content a:hover{border-bottom-color:var(--accent)}.post-content strong{font-weight:700;color:var(--text-primary)}.post-content em{font-style:italic}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content ul li,.post-content ol li{margin-bottom:0.75rem;line-height:1.8}.post-content ul li:last-child,.post-content ol li:last-child{margin-bottom:0}.post-content ul{list-style-type:disc}.post-content ul ul{list-style-type:circle;margin-top:0.5rem;margin-bottom:0.5rem}.post-content ol{list-style-type:decimal}.post-content code{background:var(--bg-secondary);color:var(--accent);padding:0.2rem 0.5rem;border-radius:0.375rem;font-family:'Monaco', 'Courier New', monospace;font-size:0.9em}.post-content pre{background:var(--bg-secondary);border:1px solid var(--card-border);border-radius:0.75rem;padding:1.5rem;margin-bottom:1.5rem;overflow-x:auto;line-height:1.5}.post-content pre code{background:none;padding:0;color:var(--text-primary);font-size:0.9375rem}.post-content blockquote{border-left:4px solid var(--accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--bg-secondary);border-radius:0 0.75rem 0.75rem 0}.post-content blockquote p{margin-bottom:0.75rem}.post-content blockquote p:last-child{margin-bottom:0}.post-content blockquote cite{display:block;margin-top:0.75rem;font-size:0.9375rem;color:var(--text-secondary);font-style:italic}.post-content img{max-width:100%;height:auto;border-radius:0.75rem;margin:1.5rem 0;box-shadow:0 4px 16px var(--shadow)}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;overflow-x:auto;display:block}.post-content table thead{background:var(--bg-secondary)}.post-content table th,.post-content table td{padding:0.875rem 1rem;text-align:left;border:1px solid var(--card-border)}.post-content table th{font-weight:700;color:var(--text-primary)}.post-content table tbody tr:hover{background:var(--bg-secondary)}.post-content hr{border:none;height:1px;background:var(--card-border);margin:2.5rem 0}.post-content input[type="checkbox"]{margin-right:0.5rem}.mermaid{background:var(--card-bg);border:1px solid var(--card-border);border-radius:0.75rem;padding:1.5rem;margin:1.5rem 0;overflow-x:auto}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--card-border)}.post-navigation{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.post-navigation a{flex:1;min-width:200px;text-align:center}.back-to-blog{text-align:center}.highlight{background:var(--bg-secondary);border-radius:0.75rem;margin-bottom:1.5rem;overflow-x:auto}.highlight pre{margin:0;background:none;border:none}@media (max-width: 768px){.post-title{font-size:2rem}.post-content{font-size:1rem}.post-content h1{font-size:1.75rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content h4{font-size:1.125rem}.post-content pre{padding:1rem}.post-navigation{flex-direction:column}.post-navigation a{min-width:100%}}@media (max-width: 480px){.post-header{margin-bottom:2rem;padding-bottom:1.5rem}.post-title{font-size:1.75rem}.post-content ul,.post-content ol{padding-left:1.5rem}.post-content pre{padding:0.75rem;font-size:0.875rem}}.footer{background:var(--bg-secondary);padding:3rem 2rem;margin-top:4rem;border-top:1px solid var(--card-border)}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-text{color:var(--text-secondary);font-size:0.9375rem}.footer-social{display:flex;gap:1rem}.footer-social .social-link{width:36px;height:36px;border-radius:50%;background:var(--card-bg);border:1px solid var(--card-border);display:flex;align-items:center;justify-content:center;color:var(--text-primary);text-decoration:none;transition:all 0.3s ease;font-size:1rem}.footer-social .social-link:hover{background:var(--accent);color:white;border-color:var(--accent);transform:translateY(-2px)}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:center}.footer-social{justify-content:center}}
