:root{--accent-color:#6366f1;--accent-hover:#4f46e5;--accent-light:#818cf8;--success-color:#10b981;--warning-color:#f59e0b;--gradient-primary:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--shadow-dark:rgba(0, 0, 0, 0.3);--shadow-light:rgba(0, 0, 0, 0.1);--text-gray:#6b7280;--heading-light-gray:#d1d5db;--heading-dark-gray:#374151}body,.post-content,.hero-section,.home-section,.contact-method,.social-link{font-family:jost,helvetica neue,Helvetica,Arial,sans-serif !important}h1,h2,h3,h4,h5,h6,p,span,div,a,li{font-family:jost,helvetica neue,Helvetica,Arial,sans-serif !important}.hero-section{display:flex;align-items:center;gap:3rem;padding:3rem;margin:2rem 0 4rem;background:var(--entry);border-radius:20px;border:1px solid var(--border);box-shadow:0 8px 32px var(--shadow-light);transition:all .3s ease}.hero-section:hover{box-shadow:0 12px 40px var(--shadow-light);transform:translateY(-2px)}.hero-content{flex:1}.hero-image{flex-shrink:0}.hero-image img{width:200px;height:250px;object-fit:cover;border-radius:16px;border:3px solid var(--accent-color);box-shadow:0 8px 25px var(--shadow-dark);transition:all .3s ease}.hero-image img:hover{transform:scale(1.02);box-shadow:0 12px 35px var(--shadow-dark)}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;color:var(--text-gray)}.hero-description{font-size:1.1rem;line-height:1.6;color:var(--text-gray);margin-bottom:0}@media(max-width:768px){.hero-section{flex-direction:column;text-align:center;padding:2rem;gap:2rem}.hero-image img{width:150px;height:180px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}}.post-content h1,.post-content h2,.post-content h3{margin-top:2rem;margin-bottom:1rem}.post-content h1{font-size:2.2rem;font-weight:700;line-height:1.2;color:var(--content);transition:color .3s ease}.post-content h1:hover{color:var(--accent-color)}.post-content h2{font-size:1.8rem;font-weight:600;border-bottom:2px solid var(--border);padding-bottom:.5rem;color:var(--content);transition:color .3s ease,border-color .3s ease}.post-content h2:hover{color:var(--accent-color);border-bottom-color:var(--accent-color)}.post-content h3{font-size:1.4rem;font-weight:600;color:var(--content);transition:color .3s ease}.post-content h3:hover{color:var(--accent-color)}.post-content pre{border-radius:12px;margin:1.5rem 0;overflow-x:auto;border:1px solid var(--border);box-shadow:0 4px 6px var(--shadow-light)}.post-content code{font-family:sf mono,monaco,inconsolata,roboto mono,monospace;font-size:.9em}.post-content p code{background:var(--code-bg);padding:.2rem .4rem;border-radius:6px;font-size:.85em;border:1px solid var(--border)}.post-content blockquote{border-left:4px solid var(--accent-color);margin:1.5rem 0;padding:1rem 1.5rem;background:var(--code-bg);border-radius:0 12px 12px 0;font-style:italic;position:relative}.post-content blockquote::before{content:'"';font-size:3rem;color:var(--accent-color);position:absolute;top:-.5rem;left:.5rem;opacity:.3}.post-content ul,.post-content ol{margin:1rem 0;padding-left:2rem}.post-content li{margin:.5rem 0;line-height:1.6}.post-content ul li::marker{color:var(--accent-color)}.contact-method{display:flex;align-items:center;margin:1rem 0;padding:1.5rem;background:var(--entry);border-radius:12px;border-left:4px solid var(--accent-color);transition:all .3s ease;box-shadow:0 2px 4px var(--shadow-light)}.contact-method:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-light)}.contact-method h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--accent-color)}.contact-method p{margin:0;color:var(--secondary)}.social-links{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;padding:.75rem 1.25rem;background:var(--entry);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--content);transition:all .3s ease;font-weight:500;position:relative;overflow:hidden}.social-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-primary);transition:left .3s ease;z-index:-1}.social-link:hover::before{left:0}.social-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-dark);border-color:var(--accent-color)}.home-section{margin:2.5rem 0;padding:2rem;background:var(--entry);border-radius:16px;border:1px solid var(--border);box-shadow:0 4px 6px var(--shadow-light);transition:all .3s ease}.home-section:hover{box-shadow:0 8px 25px var(--shadow-light)}.home-section h2{margin-top:0;color:var(--content);border-bottom:2px solid var(--border);padding-bottom:.5rem;transition:color .3s ease,border-color .3s ease}.home-section h2:hover{color:var(--accent-color);border-bottom-color:var(--accent-color)}.home-section h3{color:var(--content);transition:color .3s ease}.home-section h3:hover{color:var(--accent-color)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.feature-item{padding:1.5rem;background:var(--entry);border-radius:12px;border:1px solid var(--border);text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-item::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary)}.feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px var(--shadow-light)}.feature-item h3{margin-top:0;color:var(--accent-color)}a{color:var(--accent-color);transition:color .3s ease}a:hover{color:var(--accent-hover)}img[alt="About me"]{border-radius:50%;width:150px;height:150px;object-fit:cover;border:4px solid var(--accent-color);box-shadow:0 8px 25px var(--shadow-dark);transition:all .3s ease}img[alt="About me"]:hover{transform:scale(1.05);box-shadow:0 12px 35px var(--shadow-dark)}@media(max-width:768px){.menu-button,#menu-toggle{z-index:1000;position:relative}.menu{z-index:999}.menu a,.menu-button{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.hero-section{flex-direction:column;text-align:center;padding:2rem;gap:2rem;margin:1rem 0 2rem}.hero-image img{width:150px;height:180px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.post-content h1{font-size:1.8rem}.post-content h2{font-size:1.5rem}.social-links{flex-direction:column}.feature-grid{grid-template-columns:1fr}.home-section{padding:1.5rem;margin:1.5rem 0}.contact-method{padding:1rem}img[alt="About me"]{width:120px;height:120px}body{padding:0 1rem}.hero-section,.home-section,.post-content{max-width:100%;overflow-x:hidden}}@media(max-width:480px){.hero-section{padding:1.5rem;gap:1.5rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.hero-image img{width:120px;height:150px}.home-section{padding:1rem;margin:1rem 0}}@media(max-width:320px){.hero-section{padding:1rem;gap:1rem}.hero-title{font-size:1.5rem}.hero-image img{width:100px;height:130px}}[data-theme=dark]{--code-bg:rgba(255, 255, 255, 0.05);--primary-hover:var(--accent-hover)}[data-theme=dark] .hero-title{color:var(--heading-light-gray)}[data-theme=light]{--code-bg:rgba(0, 0, 0, 0.05);--primary-hover:var(--accent-hover)}[data-theme=light] .hero-title{color:var(--heading-dark-gray)}body{color:var(--text-gray)}.post-content p,.post-content li,.hero-description,.hero-subtitle{color:var(--text-gray)}body,.post-content,.hero-section,.home-section,.contact-method,.social-link,.feature-item{transition:background-color .3s ease,color .3s ease,border-color .3s ease}a:focus,button:focus{outline:2px solid var(--accent-color);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--theme)}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}img{transition:opacity .3s ease}img:not([src]){opacity:0}.post-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px var(--shadow-light)}.post-content th,.post-content td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}.post-content th{background:var(--accent-color);color:#fff;font-weight:600}.post-content tr:hover{background:var(--code-bg)}@media print{.home-section{break-inside:avoid}.social-links{display:none}img[alt="About me"]{width:100px;height:100px}}.portfolio-hero{background:var(--entry);border-radius:20px;padding:3rem;margin:2rem 0 4rem;border:1px solid var(--border);box-shadow:0 8px 32px var(--shadow-light);transition:all .3s ease}.portfolio-hero:hover{box-shadow:0 12px 40px var(--shadow-light);transform:translateY(-2px)}.portfolio-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;line-height:1.1;color:var(--content)}.portfolio-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;color:var(--accent-color)}.portfolio-description{font-size:1.1rem;line-height:1.6;color:var(--text-gray);margin-bottom:2rem}.skills-section{margin:2rem 0}.skills-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;color:var(--content)}.tech-category{margin-bottom:1.25rem}.tech-category h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--accent-color);border-bottom:2px solid var(--border);padding-bottom:.25rem;display:inline-block}.skills-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.skill-tag{background:var(--accent-color);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease}.skill-tag:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-dark)}.skill-tag.exploring{background:linear-gradient(135deg,var(--warning-color) 0%,#f97316 100%);color:#fff;position:relative}.skill-tag.exploring::after{content:'🚀';margin-left:.5rem;font-size:.8rem}.skill-tag.exploring:hover{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);transform:translateY(-2px)scale(1.05)}.contact-info{margin-top:2rem}.contact-link{display:inline-flex;align-items:center;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px var(--shadow-dark)}.contact-link:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-dark);color:#fff}.experience-timeline{margin:2rem 0}.experience-item{background:var(--entry);border-radius:16px;padding:2rem;margin-bottom:2rem;border-left:4px solid var(--accent-color);box-shadow:0 4px 6px var(--shadow-light);transition:all .3s ease}.experience-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow-light)}.experience-header{margin-bottom:1.5rem}.experience-title{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:var(--content)}.experience-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.95rem;color:var(--text-gray)}.company{font-weight:600;color:var(--accent-color)}.location,.date-range{color:var(--text-gray)}.responsibilities{list-style:none;padding:0}.responsibilities li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.6;color:var(--text-gray)}.responsibilities li::before{content:'▸';position:absolute;left:0;color:var(--accent-color);font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:2rem 0}.project-card{background:var(--entry);border-radius:16px;overflow:hidden;border:1px solid var(--border);box-shadow:0 4px 6px var(--shadow-light);transition:all .3s ease;position:relative}.project-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary)}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px var(--shadow-light)}.project-image{height:200px;overflow:hidden;background:var(--code-bg);display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-placeholder{font-size:3rem;color:var(--accent-color);opacity:.5}.project-content{padding:1.5rem}.project-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:var(--content)}.project-description{color:var(--text-gray);line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:var(--code-bg);color:var(--accent-color);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid var(--border)}.project-links{display:flex;gap:1rem}.project-link{display:inline-flex;align-items:center;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:1px solid var(--border)}.github-link{background:var(--entry);color:var(--content)}.github-link:hover{background:var(--content);color:var(--theme);transform:translateY(-2px)}.github-link.private{background:var(--code-bg);color:var(--text-gray);cursor:not-allowed;opacity:.7}.github-link.private:hover{background:var(--code-bg);color:var(--text-gray);transform:none;cursor:not-allowed}.demo-link{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.demo-link:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow-dark);color:#fff}@media(max-width:768px){.portfolio-hero{padding:2rem;margin:1rem 0 2rem}.portfolio-title{font-size:2.2rem}.portfolio-subtitle{font-size:1.2rem}.portfolio-description{font-size:1rem}.skills-grid{gap:.5rem}.skill-tag{font-size:.8rem;padding:.4rem .8rem}.experience-item{padding:1.5rem}.experience-meta{flex-direction:column;gap:.5rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-content{padding:1.25rem}.project-links{flex-direction:column}}@media(max-width:480px){.portfolio-hero{padding:1.5rem}.portfolio-title{font-size:1.8rem}.portfolio-subtitle{font-size:1.1rem}.experience-item{padding:1.25rem}.project-content{padding:1rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.post-content,.home-section,.portfolio-hero,.experience-item,.project-card{animation:fadeInUp .6s ease-out}.experience-item:nth-child(1){animation-delay:.1s}.experience-item:nth-child(2){animation-delay:.2s}.experience-item:nth-child(3){animation-delay:.3s}.experience-item:nth-child(4){animation-delay:.4s}.project-card:nth-child(1){animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}