*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}#root{min-height:100vh}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(37,99,235,.2)}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent;min-height:44px}*{scrollbar-width:thin;scrollbar-color:#9ca3af #f3f4f6}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#f3f4f6}*::-webkit-scrollbar-thumb{background-color:#9ca3af;border-radius:4px}*::-webkit-scrollbar-thumb:hover{background-color:#6b7280}button{min-height:44px;min-width:44px;padding:.75rem 1.5rem;cursor:pointer;touch-action:manipulation}input,textarea,select{font-size:16px;touch-action:manipulation}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}button{padding:1rem 2rem}p{font-size:1rem;line-height:1.6}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media (min-width: 769px) and (max-width: 1024px){.container{padding-left:2rem;padding-right:2rem}}body,html{overflow-x:hidden;max-width:100vw}@supports (padding-top: env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}img{max-width:100%;height:auto;display:block}a{display:inline-block;position:relative}@media (max-width: 768px){nav a{padding:.75rem 1rem;display:block;width:100%}}button,.button{-webkit-user-select:none;-moz-user-select:none;user-select:none}*{-webkit-overflow-scrolling:touch}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}:focus:not(:focus-visible){outline:none}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none;transition:color .3s}.navbar-logo:hover{color:#1e40af}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-link{text-decoration:none;color:#374151;font-weight:500;transition:color .3s;position:relative}.navbar-link:hover,.navbar-link.active{color:#2563eb}.navbar-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#2563eb}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;color:#374151}@media (max-width: 768px){.navbar-toggle{display:block}.navbar-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 4px 6px #0000001a;transform:translate(-100%);transition:transform .3s ease-in-out}.navbar-menu.active{transform:translate(0)}.navbar-link.active:after{display:none}}.footer{background:#1f2937;color:#f9fafb;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{display:flex;justify-content:center;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;margin-bottom:1rem;color:#f9fafb}.footer-section p{color:#d1d5db;margin-bottom:1.5rem;max-width:400px}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#374151;color:#f9fafb;transition:all .3s}.footer-social a:hover{background:#2563eb;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.875rem}@media (max-width: 768px){.footer-container{padding:2rem 1rem 1rem}.footer-section p{font-size:.875rem}}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1e40af}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-outline{background:transparent;border:2px solid #2563eb;color:#2563eb}.btn-outline:hover:not(:disabled){background:#2563eb;color:#fff}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.home{min-height:100vh}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);position:relative;overflow:hidden;padding:6rem 2rem 2rem}.hero-background{position:absolute;inset:0;overflow:hidden;z-index:0}.floating-shape{position:absolute;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 20s ease-in-out infinite}.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;right:15%;animation-delay:5s}.shape-3{width:150px;height:150px;bottom:10%;left:50%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-30px) rotate(90deg)}50%{transform:translate(-20px,20px) rotate(180deg)}75%{transform:translate(40px,10px) rotate(270deg)}}.hero-container{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{text-align:left;color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);animation:fadeInUp .8s ease-out;white-space:nowrap;max-width:100%;overflow:visible}.badge-text-mobile{display:none}.badge-text-full{display:inline}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700;line-height:1.2;animation:fadeInUp .8s ease-out .1s both}.highlight{background:linear-gradient(120deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-subtitle{font-size:1.75rem;margin-bottom:1.5rem;opacity:.95;font-weight:500;animation:fadeInUp .8s ease-out .2s both}.typing-effect{position:relative;display:inline-block}.hero-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.9;max-width:600px;animation:fadeInUp .8s ease-out .3s both}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem;animation:fadeInUp .8s ease-out .4s both}.stat-item{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:transform .3s,background .3s}.stat-item:hover{transform:translateY(-5px);background:#ffffff26}.stat-item strong{display:block;font-size:1.5rem;font-weight:700}.stat-item span{font-size:.875rem;opacity:.9}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .5s both}.hero-social{display:flex;gap:1rem;animation:fadeInUp .8s ease-out .6s both}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;transition:all .3s}.social-link:hover{transform:translateY(-5px) scale(1.05);background:#fff3;box-shadow:0 10px 30px #0003}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeIn 1s ease-out .3s both}.image-wrapper{position:relative;width:400px;height:400px}.profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;border:4px solid rgba(255,255,255,.3);box-shadow:0 20px 60px #0000004d;position:relative;z-index:2;display:block;aspect-ratio:1 / 1}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}.image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;background:radial-gradient(circle,rgba(251,191,36,.4) 0%,transparent 70%);border-radius:50%;filter:blur(40px);z-index:1;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}.image-decoration{position:absolute;border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.decoration-1{width:100px;height:100px;top:-20px;right:-20px;animation:float 6s ease-in-out infinite}.decoration-2{width:80px;height:80px;bottom:-10px;left:-10px;animation:float 8s ease-in-out infinite reverse}.featured-projects{padding:5rem 2rem;background:#f9fafb}.container{max-width:1200px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:#1f2937}.view-all{display:flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:500;transition:gap .3s}.view-all:hover{gap:1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{display:flex;flex-direction:column}.project-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.project-card h3{font-size:1.5rem;margin-bottom:.75rem;color:#1f2937}.project-card p{color:#6b7280;margin-bottom:1rem;flex-grow:1}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.tag{background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.project-links{display:flex;gap:1rem}.project-links a{text-decoration:none}.cta{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-content{text-align:center}.hero-description{max-width:100%}.hero-actions,.hero-social,.hero-stats{justify-content:center}.image-wrapper{width:350px;height:350px}}@media (max-width: 768px){.hero{padding:5rem 1rem 2rem;min-height:calc(100vh - 70px)}.hero-container{padding-top:1rem}.hero-badge{font-size:.7rem;padding:.5rem 1rem;gap:.35rem;width:fit-content;max-width:calc(100vw - 2rem);box-sizing:border-box}.badge-text-full{display:none}.badge-text-mobile{display:inline}.hero-badge svg{width:12px;height:12px;flex-shrink:0}.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:.95rem;line-height:1.6}.hero-stats{flex-direction:column;gap:1rem;width:100%}.stat-item{width:100%;justify-content:center}.image-wrapper{width:260px;height:260px}.profile-image{border:3px solid rgba(255,255,255,.3)}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-header h2{font-size:2rem}.projects-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.cta p{font-size:1rem}}@media (max-width: 430px){.hero-badge{font-size:.65rem;padding:.4rem .7rem;gap:.3rem;letter-spacing:-.01em}.hero-badge svg{width:11px;height:11px}.hero-title{font-size:1.75rem}.image-wrapper{width:240px;height:240px}}.about{min-height:100vh;background:linear-gradient(to bottom,#f9fafb,#fff)}.container{max-width:1200px;margin:0 auto;padding:2rem}.profile-section{padding:4rem 0;margin-bottom:3rem}.profile-content{display:flex;gap:2rem;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2.5rem;border-radius:24px;box-shadow:0 20px 60px #667eea4d;animation:fadeIn .8s ease-out;overflow:hidden}.profile-section .profile-image{flex-shrink:0;width:180px;height:180px;overflow:hidden;border-radius:50%}.profile-section .profile-image img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 40px #0000004d;transition:transform .3s;display:block}.profile-section .profile-image img:hover{transform:scale(1.05)}.profile-info{flex:1;color:#fff!important;min-width:0;overflow:hidden}.profile-info h1{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.2);line-height:1.2}.profile-info h2{font-size:1.375rem;margin-bottom:1.5rem;color:#fff!important;opacity:.95;font-weight:500;line-height:1.3}.bio{font-size:1.0625rem;line-height:1.7;margin-bottom:1.75rem;color:#fff!important;opacity:.9}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s;color:#fff!important}.contact-item:hover{background:#ffffff40;transform:translate(5px)}.contact-item svg{flex-shrink:0;color:#fff!important}.contact-item a{color:#fff!important;text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.contact-item span{font-weight:500;color:#fff!important}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-align:center;position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.skills-section{margin-bottom:5rem;padding:3rem 0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s;border:1px solid transparent}.skill-category:hover{transform:translateY(-5px);box-shadow:0 8px 30px #667eea33;border-color:#667eea}.skill-category h3{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.skill-category h3:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.skill-items{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1.25rem;border-radius:20px;font-size:.875rem;font-weight:500;transition:all .3s;border:2px solid transparent}.skill-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.experience-section{margin-bottom:5rem;padding:3rem 0}.timeline{position:relative;padding-left:3rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#667eea,#764ba2);border-radius:2px}.timeline-item{position:relative;margin-bottom:2.5rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s}.timeline-item:hover{transform:translate(10px);box-shadow:0 8px 30px #667eea33}.timeline-marker{position:absolute;left:-3.5rem;top:2rem;width:16px;height:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;border:4px solid white;box-shadow:0 0 0 3px #667eea33;z-index:2}.timeline-content h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.timeline-content h4{font-size:1.125rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;font-weight:600}.timeline-meta{display:flex;gap:1.5rem;color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.timeline-description{list-style:none;padding:0}.timeline-description li{color:#4b5563;line-height:1.8;margin-bottom:.75rem;padding-left:2rem;position:relative}.timeline-description li:before{content:"✓";position:absolute;left:0;width:24px;height:24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.education-section{margin-bottom:5rem;padding:3rem 0}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.education-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s;border-left:4px solid transparent}.education-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #667eea33;border-left-color:#667eea}.education-card h3{font-size:1.375rem;color:#1f2937;margin-bottom:.75rem;font-weight:600}.education-card h4{font-size:1.125rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:600}.education-meta{display:flex;flex-direction:column;gap:.5rem;color:#6b7280;font-size:.9rem;margin-bottom:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px}.gpa{color:#059669;font-weight:600;margin-top:.75rem;padding:.5rem 1rem;background:#ecfdf5;border-radius:8px;display:inline-block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.profile-content{gap:2rem}}@media (max-width: 768px){.profile-content{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:2rem}.profile-content:before{display:none}.profile-image img{width:160px;height:160px}.profile-info h1{font-size:2rem}.profile-info h2{font-size:1.25rem}.bio{max-width:100%}.contact-info{align-items:stretch}.contact-item{justify-content:center}.section-title{font-size:2rem}.skills-grid{grid-template-columns:1fr}.timeline{padding-left:2rem}.timeline:before{left:-1px}.timeline-marker{left:-2.4rem}.timeline-item{padding:1.5rem}.timeline-item:hover{transform:translate(5px)}.timeline-meta{flex-direction:column;gap:.5rem}.education-grid{grid-template-columns:1fr}}.projects{padding-top:80px;min-height:100vh;background:#f9fafb}.projects-header{text-align:center;margin-bottom:3rem}.projects-header h1{font-size:3rem;color:#1f2937;margin-bottom:1rem}.projects-header p{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto}.projects-filter{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.filter-btn{padding:.5rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:25px;cursor:pointer;font-weight:500;color:#6b7280;transition:all .3s}.filter-btn:hover{border-color:#2563eb;color:#2563eb}.filter-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{display:flex;flex-direction:column;overflow:hidden;padding:0}.project-image-wrapper{position:relative;overflow:hidden}.project-image{width:100%;height:250px;object-fit:cover;transition:transform .3s}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.project-card:hover .project-overlay{opacity:1}.project-overlay-actions{display:flex;gap:1rem}.project-overlay-actions a{text-decoration:none}.project-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-content h3{font-size:1.5rem;color:#1f2937;margin-bottom:.75rem}.project-content p{color:#6b7280;line-height:1.6;margin-bottom:1rem;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.no-projects{text-align:center;padding:3rem;color:#6b7280;font-size:1.125rem}@media (max-width: 768px){.projects-header h1{font-size:2rem}.projects-header p{font-size:1rem}.projects-grid{grid-template-columns:1fr}}.achievements{padding-top:80px;min-height:100vh;background:#f9fafb}.achievements-header{text-align:center;margin-bottom:3rem}.achievements-header h1{font-size:3rem;color:#1f2937;margin-bottom:1rem}.achievements-header p{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.achievement-card{text-align:center}.achievement-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite}.achievement-card h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.achievement-card h4{font-size:1.125rem;color:#2563eb;margin-bottom:.5rem;font-weight:600}.achievement-date{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.achievement-description{color:#4b5563;line-height:1.6}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.achievements-header h1{font-size:2rem}.achievements-header p{font-size:1rem}.achievements-grid{grid-template-columns:1fr}.achievement-icon{font-size:3rem}}.blog-card{height:100%;display:flex;flex-direction:column}.blog-card-header{margin-bottom:1rem}.blog-card-title{font-size:1.5rem;margin:0}.blog-card-title a{color:#1f2937;text-decoration:none;transition:color .3s}.blog-card-title a:hover{color:#2563eb}.blog-card-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1rem;flex-grow:1}.blog-card-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.blog-meta-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.blog-card-tags{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e5e7eb}.blog-card-tags svg{color:#6b7280}.blog-tag{background:#eff6ff;color:#2563eb;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.blog{padding-top:80px;min-height:100vh;background:#f9fafb}.blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}.blog-header h1{font-size:3rem;color:#1f2937;margin-bottom:.5rem}.blog-header p{font-size:1.125rem;color:#6b7280}.blog-search{margin-bottom:3rem}.search-box{max-width:500px;display:flex;align-items:center;gap:.75rem;background:#fff;padding:.75rem 1.25rem;border-radius:25px;border:2px solid #e5e7eb;transition:border-color .3s}.search-box:focus-within{border-color:#2563eb}.search-box svg{color:#6b7280}.search-box input{flex:1;border:none;outline:none;font-size:1rem;background:transparent}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.no-blogs{text-align:center;padding:4rem 2rem}.no-blogs p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}@media (max-width: 768px){.blog-header{flex-direction:column;align-items:flex-start}.blog-header h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.search-box{max-width:100%}}.blog-post{padding-top:80px;min-height:100vh;background:#f9fafb}.post-content{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.post-header{border-bottom:2px solid #e5e7eb;padding-bottom:2rem;margin-bottom:2rem}.post-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.post-meta{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.meta-item svg{color:#9ca3af}.post-tags{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.post-tags svg{color:#6b7280}.post-tag{background:#eff6ff;color:#2563eb;padding:.375rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.post-body{font-size:1.125rem;line-height:1.6;color:#374151}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:#1f2937;margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin:.5rem 0;line-height:1.6}.post-body p:first-child{margin-top:0}.post-body p:last-child{margin-bottom:0}.post-body br{display:block;content:"";line-height:1.6rem}.post-body br:after{content:" "}.post-body ul,.post-body ol{margin:.75rem 0;padding-left:1.5rem;line-height:1.6}.post-body li{margin:.1rem 0;padding-left:.25rem;line-height:1.6}.post-body li p{margin:0;display:inline}.post-body ul{list-style-type:disc;list-style-position:outside}.post-body ol{list-style-type:decimal;list-style-position:outside}.post-body ul ul,.post-body ol ol,.post-body ul ol,.post-body ol ul{margin:.25rem 0;padding-left:1.5rem}.post-body a{color:#2563eb;text-decoration:underline}.post-body a:hover{color:#1e40af}.post-body code{background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#dc2626}.post-body pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;box-shadow:0 4px 6px #0000001a}.post-body pre code{background:none;color:inherit;padding:0;font-size:.9rem;line-height:1.6}.post-body pre code.hljs{background:transparent;padding:0}.post-body u{text-decoration:underline}.post-body table{border-collapse:collapse;width:100%;margin:1.5rem 0;overflow-x:auto;display:block}.post-body th,.post-body td{border:1px solid #e5e7eb;padding:.75rem;text-align:left}.post-body th{background:#f3f4f6;font-weight:600;color:#1f2937}.post-body tr:nth-child(2n){background:#f9fafb}.post-body blockquote{border-left:4px solid #2563eb;padding-left:1.5rem;margin:1.5rem 0;color:#6b7280;font-style:italic}.post-body img{max-width:100%;border-radius:8px;margin:1.5rem 0}.post-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.post-actions{display:flex;gap:1rem;flex-wrap:wrap}.post-actions a{text-decoration:none}.not-found{text-align:center;padding:4rem 2rem}.not-found h1{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.not-found p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}@media (max-width: 768px){.post-content{padding:2rem 1.5rem}.post-header h1{font-size:2rem}.post-meta{flex-direction:column;gap:.75rem}.post-body{font-size:1rem}.post-actions{flex-direction:column}.post-actions button{width:100%}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.rich-text-editor{border:2px solid #e5e7eb;border-radius:8px;background:#fff;overflow:hidden}.editor-menu{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background:#f9fafb;border-bottom:2px solid #e5e7eb;align-items:center}.menu-group{display:flex;gap:.25rem;padding-right:.5rem;border-right:1px solid #d1d5db}.menu-group:last-child{border-right:none}.editor-menu button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;color:#4b5563;transition:all .2s;font-weight:700;font-size:.875rem}.editor-menu button:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb;transform:translateY(-1px)}.editor-menu button:active:not(:disabled){transform:translateY(0)}.editor-menu button.is-active{background:#2563eb;color:#fff;border-color:#2563eb}.editor-menu button:disabled{opacity:.4;cursor:not-allowed}.rich-text-editor-content{min-height:400px;max-height:600px;overflow-y:auto;padding:1.5rem;font-size:1rem;line-height:1.6;color:#374151;outline:none}.rich-text-editor-content h1,.rich-text-editor-content h2,.rich-text-editor-content h3{color:#1f2937;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.rich-text-editor-content h1{font-size:2rem}.rich-text-editor-content h2{font-size:1.5rem}.rich-text-editor-content h3{font-size:1.25rem}.rich-text-editor-content p{margin:.5rem 0;line-height:1.6}.rich-text-editor-content p:first-child{margin-top:0}.rich-text-editor-content p:last-child{margin-bottom:0}.rich-text-editor-content br{display:block;content:"";line-height:1.6rem}.rich-text-editor-content br:after{content:" "}.rich-text-editor-content strong{font-weight:700;color:#1f2937}.rich-text-editor-content em{font-style:italic}.rich-text-editor-content u{text-decoration:underline}.rich-text-editor-content ul,.rich-text-editor-content ol{padding-left:1.5rem;margin:.75rem 0;line-height:1.6}.rich-text-editor-content li{margin:.1rem 0;padding-left:.25rem}.rich-text-editor-content li p{margin:0;display:inline}.rich-text-editor-content ul{list-style-type:disc;list-style-position:outside}.rich-text-editor-content ol{list-style-type:decimal;list-style-position:outside}.rich-text-editor-content ul ul,.rich-text-editor-content ol ol,.rich-text-editor-content ul ol,.rich-text-editor-content ol ul{margin:.25rem 0;padding-left:1.5rem}.rich-text-editor-content code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875em;color:#dc2626}.rich-text-editor-content pre{background:#1f2937;color:#f9fafb;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.rich-text-editor-content pre code{background:transparent;color:inherit;padding:0;font-size:.875rem}.rich-text-editor-content blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.rich-text-editor-content a{color:#2563eb;text-decoration:underline;cursor:pointer}.rich-text-editor-content a:hover{color:#1e40af}.rich-text-editor-content .editor-image{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;display:block}.rich-text-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;height:0;float:left}.rich-text-editor-content:focus{outline:none}@media (max-width: 768px){.editor-menu{padding:.5rem;gap:.25rem}.menu-group{gap:.15rem;padding-right:.25rem}.editor-menu button{width:28px;height:28px}.rich-text-editor-content{padding:1rem;font-size:.9rem}}.blog-editor{padding-top:80px;min-height:100vh;background:#f9fafb}.container{max-width:900px;margin:0 auto;padding:3rem 2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:500;margin-bottom:2rem;transition:gap .3s}.back-link:hover{gap:.75rem}.editor-header{margin-bottom:2rem}.editor-header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.editor-header p{font-size:1.125rem;color:#6b7280}.editor-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group textarea{resize:vertical;font-family:Courier New,monospace;line-height:1.6}.markdown-textarea{border-radius:0 0 8px 8px!important;border-top:none!important;min-height:400px!important}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.preview-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.preview-toggle:hover{background:#1e40af;transform:translateY(-1px)}.preview-toggle:active{transform:translateY(0)}.markdown-preview{min-height:400px;padding:1.5rem;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;overflow-y:auto;max-height:600px;white-space:pre-wrap;word-wrap:break-word}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.markdown-preview h1{font-size:2rem}.markdown-preview h2{font-size:1.5rem}.markdown-preview h3{font-size:1.25rem}.markdown-preview p{margin-bottom:1rem;line-height:1.7;color:#374151}.markdown-preview ul,.markdown-preview ol{margin-bottom:1rem;padding-left:2rem}.markdown-preview li{margin-bottom:.5rem}.markdown-preview code{background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875em;color:#dc2626}.markdown-preview pre{background:#1f2937;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.markdown-preview pre code{background:transparent;color:inherit;padding:0;font-size:.875rem}.markdown-preview blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.markdown-preview a{color:#2563eb;text-decoration:underline}.markdown-preview a:hover{color:#1e40af}.markdown-preview img{max-width:100%;border-radius:8px;margin:1rem 0}.markdown-preview u{text-decoration:underline}.markdown-preview table{border-collapse:collapse;width:100%;margin:1rem 0}.markdown-preview th,.markdown-preview td{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.markdown-preview th{background:#f3f4f6;font-weight:600}.form-group small{display:block;color:#6b7280;font-size:.875rem;margin-top:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;margin-bottom:0}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer;width:18px;height:18px}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.form-actions a{text-decoration:none}@media (max-width: 768px){.editor-form{padding:1.5rem}.editor-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}}.contact{padding-top:80px;min-height:100vh;background:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:3rem;color:#1f2937;margin-bottom:1rem}.contact-header p{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card h2,.social-card h2,.contact-form-card h2{font-size:1.5rem;color:#1f2937;margin-bottom:1.5rem}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-item svg{color:#2563eb;flex-shrink:0;margin-top:.25rem}.info-item h3{font-size:1rem;color:#6b7280;margin-bottom:.25rem;font-weight:600}.info-item p,.info-item a{color:#1f2937;font-size:1rem}.info-item a{text-decoration:none;transition:color .3s}.info-item a:hover{color:#2563eb}.social-links{display:flex;flex-direction:column;gap:1rem}.social-links a{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;color:#1f2937;text-decoration:none;font-weight:500;transition:all .3s}.social-links a:hover{background:#eff6ff;color:#2563eb;transform:translate(5px)}.social-links a svg{color:inherit}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;margin:0 auto 1rem;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;animation:scaleIn .5s ease-out}.success-message h3{font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.success-message p{color:#6b7280;font-size:1rem}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 968px){.contact-content{grid-template-columns:1fr}.contact-info{order:2}.contact-form-card{order:1}}@media (max-width: 768px){.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:70px}
