@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes grow{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.skills-chart-container{max-width:400px;margin:0 auto 2rem;animation:grow .6s cubic-bezier(.175,.885,.32,1.275) forwards}.chart-label{font-family:JetBrains Mono,Fira Code,Courier Prime,monospace;font-size:12px;text-transform:uppercase;letter-spacing:1px}body{background-color:#fff;background-image:radial-gradient(#e5e7eb 1px,transparent 1px);background-size:24px 24px;color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased}#root{max-width:700px;margin:0 auto;padding:0 1.5rem}#root:after{content:"";display:block;height:60px;width:100%}@keyframes typewriter{0%{width:0}to{width:100%}}.typewriter{overflow:hidden;white-space:nowrap;display:inline-block;animation:typewriter 2s steps(40) .5s forwards;width:0;background:linear-gradient(90deg,#1a1a1a,#6366f1,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.typewriter-container{display:inline-block}@media(max-width:600px){body{padding:0 1rem}h1{font-size:clamp(1rem,4vw,2rem)!important}.typewriter{max-width:100%;width:auto}.about-me-image{overflow:visible;padding-bottom:20px}.about-me-image img{width:100%;height:auto;max-height:350px;object-fit:cover;object-position:top center;mask-image:linear-gradient(to bottom,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}}html{scroll-behavior:smooth}.navbar-dock{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#fff9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.3);padding:.5rem;border-radius:9999px;display:flex;gap:.25rem;z-index:2000;box-shadow:0 20px 50px #00000026;transition:transform .3s cubic-bezier(.23,1,.32,1)}.navbar-dock:hover{transform:translate(-50%) scale(1.05)}.nav-item{padding:.6rem 1.2rem;border-radius:9999px;font-size:.85rem;font-weight:600;color:#4b5563;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);background:transparent;border:none;cursor:pointer;white-space:nowrap}.nav-item:hover{background:#6366f1;color:#fff}.nav-item.active{background:#6366f1;color:#fff;box-shadow:0 4px 12px #6366f14d}.hero-glow{position:absolute;top:10%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);z-index:0;pointer-events:none}.bg-particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.particle{position:absolute;border-radius:50%;background:#6366f11a;animation:float 20s infinite linear}.p1{width:300px;height:300px;top:10%;left:-100px}.p2{width:250px;height:250px;bottom:10%;right:-50px;animation-delay:-5s}.p3{width:200px;height:200px;top:50%;left:80%;animation-delay:-10s}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-50px) rotate(180deg)}to{transform:translateY(0) rotate(360deg)}}.section-title{display:flex;align-items:center;gap:1rem;font-size:1.8rem;font-weight:800;margin-bottom:2rem;position:relative;width:fit-content}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:4px;background:#6366f1;border-radius:2px;transition:width .3s ease}section:hover .section-title:after{width:100%}.hero-morph-container{margin-top:1.5rem;min-height:80px;display:flex;align-items:center;overflow:visible}.hero-morph{font-size:clamp(2.25rem,6vw,4rem);line-height:1.1;letter-spacing:-.05em;font-weight:800}.hero-avatar-container{flex-shrink:0;display:flex;justify-content:center;align-items:center}.hero-profile-pic{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid rgba(99,102,241,.4);box-shadow:0 10px 40px #0003;transition:all .3s ease}.hero-profile-pic:hover{transform:scale(1.05);border-color:#6366f1cc;box-shadow:0 20px 60px #6366f14d}@media(max-width:768px){.hero-morph-container{min-height:60px}.hero-profile-pic{width:120px;height:120px}}.magic-gradient-text{background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradientText 3s linear infinite}@keyframes gradientText{to{background-position:200% center}}.btn-primary{background:#111827;color:#fff;border-radius:9999px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.work-item:hover{background:#00000005;border-left-color:#6366f1!important}section{animation:sectionReveal .8s ease-out forwards}@keyframes sectionReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}.feature-card-wrapper{position:relative;padding:2px;border-radius:20px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);background-size:300% 300%;animation:borderGlow 6s ease infinite;box-shadow:0 20px 40px #0000000d}@keyframes borderGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.feature-card{background:#fff;border-radius:18px;overflow:hidden;height:100%}.feature-card-preview{height:140px;display:flex;align-items:center;justify-content:center;color:#fff}.feature-card-content{padding:1.5rem}.tech-pill-small{padding:.25rem .6rem;background:#f3f4f6;border-radius:6px;font-size:.75rem;font-weight:700;color:#6366f1}.stats-grid-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}.activity-card-wrapper{background:#fffc;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1)}.activity-card-wrapper:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.streak-full{grid-column:span 2}.mermaid-container{overflow:auto;max-width:100%;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.mermaid-container svg{max-width:100%!important;height:auto!important}.btn-secondary{background:#fff;color:#111827;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#f9fafb;border-color:#6366f1;color:#6366f1;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.featured-grid,.stats-grid-modern{grid-template-columns:1fr}.streak-full{grid-column:span 1}}.segmented-control{display:inline-flex;background:#fff;border:1px solid #d0d0d0;border-radius:8px;padding:4px;gap:0}.segmented-button{color:#666;background:transparent;border:none;padding:.5rem 1rem;border-radius:6px;font-family:inherit;font-size:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative}.segmented-button:hover:not(.active){color:#000;background:#0000000d}.segmented-button.active{background:#000;color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.interactive-word{color:#000;text-decoration:none;transition:all .3s ease;padding:.5rem 1rem;border:1px solid #000000;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}.interactive-word:hover{background:#000;color:#fff;text-decoration:none}.footer-text{font-size:.9em;color:#888}.footer-text a{color:inherit;text-decoration:none;transition:color .2s ease-in-out}.footer-text a:hover{color:#00f;text-decoration:underline}.ascii-art{font-family:monospace;text-align:left;white-space:pre;color:#888;margin:2rem 0;line-height:1.1;font-size:.8em}.floating-animation{animation:float 3s ease-in-out infinite}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.1);cursor:pointer}.suggested-prompts{max-width:600px;margin:0 auto}.prompts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.prompt-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;background:#fff;border:1px solid #d0d0d0;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;font-size:.95rem;color:#000;text-align:left;width:100%}.prompt-card:hover{transform:translateY(-2px);border-color:#000;box-shadow:0 4px 12px #0000001a}.prompt-card svg{flex-shrink:0;opacity:.5;transition:opacity .2s ease}.prompt-card:hover svg{opacity:1}@media(max-width:600px){.prompts-grid{grid-template-columns:1fr;gap:.75rem}.prompt-card{padding:.875rem 1rem}}.featured-section .projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.featured-section .project-card-reveal-group{height:320px}.featured-section .project-header-v2{height:112px;min-height:112px}.featured-section .project-title-v2{font-size:1.25rem;font-weight:700}@media(max-width:1024px){.featured-section .projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.featured-section .projects-grid{grid-template-columns:1fr}}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.filters-container{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.5rem;border-radius:100px;background:#fff;border:1px solid #e5e5e5;color:#666;font-weight:600;transition:all .3s cubic-bezier(.23,1,.32,1);cursor:pointer;font-family:inherit}.filter-btn:hover{border-color:#6366f1;color:#6366f1;background:#6366f10d}.filter-btn.active{background:#6366f1;color:#fff;border-color:#6366f1;box-shadow:0 4px 15px #6366f14d}.project-card-reveal-group{perspective:1000px;height:280px;width:100%}.project-card-reveal-container{position:relative;height:100%;transition:all .3s ease-out;transform-style:preserve-3d;border-radius:2rem}.project-card-reveal-container:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899,#6366f1);background-size:300% 300%;z-index:0;border-radius:2.1rem;opacity:0;transition:opacity .3s ease-out}@keyframes border-glow-move{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.project-card-reveal-group:hover .project-card-reveal-container{transform:scale(1.02)}.project-card-reveal-group:hover .project-card-reveal-container:before{opacity:1;animation:border-glow-move 4s linear infinite}.project-card-reveal-group:hover .project-card-inner-wrapper{box-shadow:0 25px 50px -12px #00000026;border-color:transparent}.project-card-inner-wrapper{position:relative;z-index:1;height:100%;width:100%;background:#fff;border-radius:2rem;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #f1f5f9;box-shadow:0 10px 15px -3px #0000000d;transition:all .3s ease}.project-header-v2{height:100px;min-height:100px;position:relative;display:flex;align-items:flex-end;padding:.75rem 1rem;border-top-left-radius:2rem;border-top-right-radius:2rem}.project-body-v2{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.project-title-v2{font-size:1.15rem;font-weight:700;color:#111827;margin:0}.project-description-v2{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-badges-v2{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}.project-card-reveal-overlay{position:absolute;bottom:1rem;left:1rem;right:1rem;opacity:0;transform:translateY(1rem);transition:all .3s ease;z-index:10;pointer-events:none}.project-card-reveal-group:hover .project-card-reveal-overlay{opacity:1;transform:translateY(0);pointer-events:auto}.reveal-actions{display:flex;gap:.5rem;width:100%;align-items:center;flex-wrap:nowrap}.reveal-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .5rem;border-radius:8px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;white-space:nowrap}.arch-btn{background:#fff;color:#111827;border:1px solid #e5e7eb}.github-btn{background:#111827;color:#fff}.github-btn:hover{background:#000;transform:translateY(-2px)}.arch-btn{background:#f1f5f9;color:#475569}.arch-btn:hover{background:#e2e8f0;color:#1e293b;transform:translateY(-2px)}.demo-btn{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff}.demo-btn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.arch-mode{border-color:#6366f1;background:#fafafa}.arch-overlay-content{animation:fadeIn .4s ease;height:100%;display:flex;flex-direction:column}.arch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.arch-header h4{margin:0;font-size:.75rem;color:#6366f1;text-transform:uppercase;letter-spacing:.05em}.close-arch-btn{background:#f1f5f9;border:none;padding:.25rem;border-radius:4px;cursor:pointer;color:#64748b;transition:all .2s ease}.close-arch-btn:hover{background:#fee2e2;color:#ef4444}.mermaid-wrapper{flex:1;overflow:auto;padding:.5rem;background:#fff;border:1px solid #f1f5f9;border-radius:8px}.project-card-v2{background:#fff;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000000d;transition:all .3s cubic-bezier(.23,1,.32,1);height:100%;border:1px solid #f1f5f9}.project-header-v2{height:100px;position:relative;display:flex;align-items:flex-end;padding:.75rem 1rem}.project-stars-v2{position:absolute;top:.75rem;right:1rem;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.2rem .5rem;border-radius:6px;font-size:.7rem;font-weight:700;color:#fff}.project-body-v2{padding:1rem;display:flex;flex-direction:column;flex:1}.project-title-v2{font-size:1.15rem;font-weight:800;color:#111827;margin:0 0 .4rem;letter-spacing:-.01em}.project-description-v2{font-size:.875rem;color:#4b5563;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6rem}.project-badges-v2{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;margin-bottom:1rem}.project-badge-v2{padding:.2rem .6rem;background:#f1f5f9;color:#475569;border-radius:6px;font-size:.75rem;font-weight:700}.project-badge-v2-more{padding:.2rem .6rem;background:#f8fafc;color:#64748b;border-radius:6px;font-size:.75rem;font-weight:700}.project-actions-v2{display:flex;gap:.5rem;margin-top:.25rem}.btn-primary-v2{flex:1;background:#111827;color:#fff;padding:.45rem .75rem;border-radius:8px;font-size:.8rem;font-weight:700;text-align:center;text-decoration:none;transition:all .2s ease}.btn-primary-v2:hover{background:#000}.btn-outline-v2{flex:1;background:#fff;color:#111827;border:1px solid #e2e8f0;padding:.45rem .75rem;border-radius:8px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-outline-v2:hover{background:#f8fafc;border-color:#6366f1;color:#6366f1}.search-input-modern{width:100%;padding:.85rem 1.25rem .85rem 3rem;border-radius:1rem;border:1px solid #e2e8f0;background:#fff;font-size:.95rem;color:#1e293b;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease}.search-input-modern:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.tech-pill{background:#6366f10d;color:#6366f1;font-size:.75rem;padding:.25rem .75rem;border-radius:6px;font-weight:700;border:1px solid rgba(99,102,241,.1)}.project-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1.5rem}.project-update-date{font-size:.7rem;font-weight:700;color:#666;background:#ffffffe6;padding:.2rem .6rem;border-radius:100px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-placeholder-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.project-problem{font-size:.85rem;line-height:1.4;color:#4b5563;background:#f8fafc;padding:.75rem;border-radius:8px;border-left:3px solid #6366f1}.project-problem strong{color:#6366f1;font-size:.75rem;text-transform:uppercase;display:block;margin-bottom:.2rem}.project-features{display:flex;flex-direction:column;gap:.4rem;margin:.5rem 0}.feature-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#64748b}.feature-item svg{margin-top:3px;flex-shrink:0}.project-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.btn-demo,.btn-source{flex:1;padding:.7rem 1rem;border-radius:10px;font-size:.85rem;font-weight:700;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-demo{background:#000;color:#fff;border:none;box-shadow:0 4px 12px #0000001a}.btn-demo:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 8px 16px #0003}.btn-source{background:transparent;color:#1a1a1a;border:1px solid rgba(0,0,0,.1)}.btn-source:hover{background:#00000008;border-color:#000;transform:translateY(-2px)}.projects-loading{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.skeleton-card{height:400px;background:#f9fafb;border-radius:16px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.blinking-cursor{animation:blink 1s step-end infinite;margin-left:2px}.typing-cursor{animation:blink .7s step-end infinite;margin-left:2px;font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}.stats-card-wrapper{background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.stats-card-wrapper:hover{background:#fffc;transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.stats-image{max-width:100%;height:auto}.streak-card{grid-column:span 2}.contribution-graph-wrapper{background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:1.5rem}.hero-branding{text-align:center;margin-bottom:2rem;padding-top:5rem;animation:fadeIn 1s ease-out}.hero-title{font-size:4rem;font-weight:950;letter-spacing:-.05em;line-height:1.1;color:#1a1a1a;margin-bottom:1.5rem}.hero-subtitle{font-size:1.4rem;color:#6366f1;font-weight:800;letter-spacing:-.02em;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:2rem}.btn-primary{background:#000;color:#fff;padding:1rem 2rem;border-radius:100px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 20px #00000026}.btn-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 40px #0000004d}.btn-secondary{background:#fff;color:#000;padding:1rem 2rem;border-radius:100px;font-weight:700;text-decoration:none;border:1px solid #dcdcdc;transition:all .3s cubic-bezier(.23,1,.32,1)}.btn-secondary:hover{background:#f8f8f8;border-color:#000;transform:translateY(-3px)}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.streak-card{grid-column:span 1}.hero-title{font-size:2.5rem}}.search-form{flex-grow:1}.search-input{width:100%;padding:.5rem .2rem;font:inherit;color:inherit;border:none;border-bottom:1px solid transparent;background-color:transparent;box-sizing:border-box;outline:none}.search-input:disabled{color:#ccc}.search-input::placeholder{color:#000;opacity:1}.random-button{background:none;border:none;padding:.5rem 0;font:inherit;color:#000;cursor:pointer;white-space:nowrap}.random-button:hover:not(:disabled){color:#00f}.random-button:disabled{color:#ccc;cursor:not-allowed}.content-block{margin-bottom:2rem;padding-bottom:100px;padding:2rem;box-shadow:0 2px 8px #00000008;border-radius:8px;background:#fff;border:1px solid #f0f0f0}.icon{width:28px;height:28px;stroke:currentColor;stroke-width:1.5;fill:none}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}.skill-item{display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 2px 8px #00000008}.skill-name{font-size:.9rem;color:#000}.skill-tags-container{display:flex;flex-wrap:wrap;gap:.75rem;margin:2rem 0}.skill-tag{display:inline-block;padding:.5rem 1rem;background:#fff;color:#000;border:1px solid #000000;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.skill-tag:hover{background:#000;color:#fff}.about-me-container{display:flex;flex-direction:column;gap:2rem}.about-me-image{width:100%;max-width:100%}.about-me-text{flex:1}@media(min-width:768px){.about-me-container{flex-direction:row;gap:40px}.about-me-image{width:30%;flex-shrink:0}.about-me-text{width:70%}}@media(min-width:640px){.skills-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.skills-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.content-block{padding-bottom:180px}.projects-grid{margin:0 16px}.project-content{padding:20px}}.education-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;margin-top:1rem;box-shadow:0 2px 8px #00000008;animation:fadeIn .6s ease-in both;position:relative}.education-logo{position:absolute;top:24px;right:24px;width:60px;height:auto;opacity:.8}.education-header{margin-bottom:1.5rem;padding-right:70px}.education-degree{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem;line-height:1.3}.education-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.95rem;color:#6b7280}.education-university{font-weight:500}.education-separator{color:#9ca3af}.education-status-badge{background:#f3f4f6;color:#374151;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;margin-left:auto}.education-description{font-size:1rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.education-coursework{border-top:1px solid #f3f4f6;padding-top:1.5rem}.coursework-label{font-size:.85rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.coursework-pills{display:flex;flex-wrap:wrap;gap:.75rem}.coursework-pill{background:#f9fafb;border:1px solid #e5e7eb;color:#4b5563;font-size:.85rem;padding:.375rem .875rem;border-radius:6px;font-weight:500;transition:all .2s ease}.coursework-pill:hover{border-color:#d1d5db;background:#f3f4f6;color:#111827}.experience-timeline{position:relative;max-width:100%;margin:3rem 0;padding-left:3rem}.experience-timeline:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#6366f1,#e5e7eb);border-radius:1px}.timeline-item{position:relative;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.23,1,.32,1)}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-marker{position:absolute;left:-1.5rem;top:.5rem;display:flex;align-items:center;justify-content:center;width:2px;height:16px;z-index:10}.timeline-dot{width:12px;height:12px;background:#6366f1;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #6366f1;transition:transform .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.4)}.timeline-content{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 25px -5px #0000000d;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative}.timeline-content:hover{transform:translate(10px);border-color:#6366f14d;box-shadow:0 20px 40px -10px #6366f126}.timeline-year{font-size:.875rem;font-weight:800;color:#6366f1;background:#6366f11a;padding:.25rem .75rem;border-radius:9999px;display:inline-block;margin-bottom:1rem}@media(max-width:600px){.experience-timeline{padding-left:2rem}.experience-timeline:before{left:1rem}.timeline-marker{left:-1rem}.timeline-content{padding:1.5rem}}@media(max-width:600px){.education-card{padding:1.5rem}.education-logo{width:40px;top:10px;right:10px}.education-header{padding-right:40px}.education-degree{font-size:1.25rem}.education-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.education-separator{display:none}.education-status-badge{margin-left:0;margin-top:.5rem}}.skills-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;margin-top:1rem;box-shadow:0 2px 8px #00000008;animation:fadeIn .6s ease-in both}.skills-header{margin-bottom:2rem;text-align:center}.skills-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem}.skills-subtitle{font-size:.9rem;color:#6b7280}.skills-description{font-size:1rem;color:#4b5563;line-height:1.6;max-width:800px;margin:1rem auto 0}.skills-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.skill-category-title{font-size:.9rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.skill-pills{display:flex;flex-wrap:wrap;gap:.75rem}.skill-pill{background:#f9fafb;border:1px solid #e5e7eb;color:#4b5563;font-size:.85rem;padding:.375rem .875rem;border-radius:6px;font-weight:500;transition:all .2s ease;cursor:default}.skill-pill:hover{border-color:#d1d5db;background:#f3f4f6;color:#111827;transform:translateY(-1px)}.about-me-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #00000008;animation:fadeIn .6s ease-in both}.about-me-content-wrapper{display:flex;gap:2.5rem;align-items:flex-start}.about-me-image-section{flex-shrink:0;width:30%}.profile-image{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.about-me-info-section{flex:1}.about-me-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.about-me-title{font-size:1.5rem;font-weight:700;color:#000;white-space:nowrap}.about-me-divider{height:1px;background:#e5e5e5;width:100%}.about-me-summary{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:2rem}.about-me-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.highlight-item{display:flex;flex-direction:column;gap:.25rem}.highlight-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-weight:600}.highlight-value{font-size:.95rem;color:#111827;font-weight:500}.about-me-interests{border-top:1px solid #f3f4f6;padding-top:1.5rem}.interests-title{font-size:.85rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.interests-list{display:flex;flex-wrap:wrap;gap:.75rem}.interest-tag{font-size:.85rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:9999px}@media(max-width:768px){.about-me-content-wrapper{flex-direction:column;gap:2rem}.about-me-image-section{width:100%;max-width:300px;margin:0 auto}.skills-categories{grid-template-columns:1fr;gap:1.5rem}.about-me-highlights{grid-template-columns:1fr;gap:1rem}.about-me-card{padding:1.5rem}}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff6;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:5000;padding:1.5rem;animation:dialogFadeIn .3s ease-out}.dialog-content{position:relative;background:#fff;border-radius:1.5rem;width:100%;max-width:900px;max-height:90vh;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e5e7eb;padding:1.5rem;animation:dialogZoomIn .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.dialog-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:#6b7280;border:none;cursor:pointer;transition:all .2s ease;z-index:10}.dialog-close:hover{background:#fee2e2;color:#ef4444;transform:rotate(90deg)}@keyframes dialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.certificate-iframe{width:100%;height:600px;border:none;border-radius:.75rem;background:#f9fafb}@media(max-width:768px){.certificate-iframe{height:450px}}
