@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--wood-darkest: #2c1810;--wood-dark: #3e2723;--wood-medium: #5d4037;--wood-light: #8d6e63;--wood-lighter: #a1887f;--wood-cream: #efebe9;--wood-paper: #faf8f5;--wood-grain: #d7ccc8;--accent-amber: #ff8f00;--accent-gold: #ffd54f;--accent-honey: #ffa726;--accent-copper: #bf360c;--section-hero: linear-gradient(135deg, #5d4037 0%, #3e2723 100%);--section-about: #faf8f5;--section-experience: linear-gradient(180deg, #4e342e 0%, #3e2723 100%);--section-projects: #efebe9;--section-tech: linear-gradient(135deg, #6d4c41 0%, #5d4037 100%);--section-achievements: linear-gradient(135deg, #4e342e 0%, #3e2723 100%);--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--section-padding: 5rem 2rem;--container-max: 1200px;--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .5s cubic-bezier(.68, -.55, .265, 1.55)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--wood-paper);color:var(--wood-darkest);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3vw,2.5rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}p{font-size:1rem;line-height:1.8}a{color:var(--accent-amber);text-decoration:none;transition:var(--transition-smooth)}a:hover{color:var(--accent-gold)}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}section{padding:var(--section-padding);position:relative}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--accent-amber),var(--accent-gold));margin:1rem auto 0;border-radius:2px}.wood-grain{position:relative}.wood-grain:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none;opacity:.5}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:24px;font-weight:500;font-size:.9rem;cursor:pointer;transition:var(--transition-smooth);border:none;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--accent-amber),var(--accent-honey));color:#fff;box-shadow:0 4px 15px #ff8f004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff8f0066;color:#fff}.btn-secondary{background:transparent;color:var(--wood-cream);border:2px solid var(--wood-cream)}.btn-secondary:hover{background:var(--wood-cream);color:var(--wood-dark)}.btn-outline{background:transparent;color:var(--wood-dark);border:2px solid var(--wood-light)}.btn-outline:hover{background:var(--wood-dark);color:var(--wood-cream);border-color:var(--wood-dark)}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #3e272314;transition:var(--transition-smooth)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #3e272326}.tag{display:inline-block;padding:.3rem .8rem;background:var(--wood-grain);color:var(--wood-dark);border-radius:20px;font-size:.8rem;font-weight:500}@media(max-width:768px){:root{--section-padding: 3rem 1rem}.container{padding:0 1rem}}section{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--wood-cream)}::-webkit-scrollbar-thumb{background:var(--wood-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--wood-medium)}::selection{background:var(--accent-amber);color:#fff}header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:var(--transition-smooth);background:transparent}header.scrolled.svelte-1elxaub{background:#3e2723f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 0;box-shadow:0 2px 20px #0000001a}nav.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between}.logo.svelte-1elxaub{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--wood-cream);text-decoration:none}.logo-dot.svelte-1elxaub{color:var(--accent-amber)}.nav-links.svelte-1elxaub{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn){color:var(--wood-cream);font-weight:500;font-size:.9rem;position:relative;padding:.25rem 0}.nav-links.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn):after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-amber);transition:width .3s ease}.nav-links.svelte-1elxaub a:where(.svelte-1elxaub):not(.btn):hover:after{width:100%}.mobile-toggle.svelte-1elxaub{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-toggle.svelte-1elxaub span:where(.svelte-1elxaub){display:block;width:24px;height:2px;background:var(--wood-cream);position:relative;transition:var(--transition-smooth)}.mobile-toggle.svelte-1elxaub span:where(.svelte-1elxaub):before,.mobile-toggle.svelte-1elxaub span:where(.svelte-1elxaub):after{content:"";position:absolute;width:24px;height:2px;background:var(--wood-cream);transition:var(--transition-smooth)}.mobile-toggle.svelte-1elxaub span:where(.svelte-1elxaub):before{top:-7px}.mobile-toggle.svelte-1elxaub span:where(.svelte-1elxaub):after{top:7px}.mobile-toggle.svelte-1elxaub span.open:where(.svelte-1elxaub){background:transparent}.mobile-toggle.svelte-1elxaub span.open:where(.svelte-1elxaub):before{transform:rotate(45deg);top:0}.mobile-toggle.svelte-1elxaub span.open:where(.svelte-1elxaub):after{transform:rotate(-45deg);top:0}@media(max-width:768px){.mobile-toggle.svelte-1elxaub{display:block}.nav-links.svelte-1elxaub{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:var(--wood-dark);flex-direction:column;justify-content:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 30px #0000004d}.nav-links.open.svelte-1elxaub{right:0}}.hero.svelte-1q37ri0{min-height:100vh;display:flex;align-items:center;background:var(--section-hero);position:relative;overflow:hidden}.hero-content.svelte-1q37ri0{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:4rem}.hero-text.svelte-1q37ri0{color:var(--wood-cream)}.greeting.svelte-1q37ri0{font-size:1.1rem;color:var(--accent-gold);margin-bottom:.5rem;font-weight:500}.name.svelte-1q37ri0{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:.5rem;background:linear-gradient(135deg,var(--wood-cream),var(--accent-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title.svelte-1q37ri0{font-size:clamp(1.2rem,2.5vw,1.8rem);color:var(--wood-lighter);font-weight:400;margin-bottom:1rem}.tagline.svelte-1q37ri0{font-size:1.1rem;color:var(--wood-grain);margin-bottom:2rem;max-width:500px}.hero-cta.svelte-1q37ri0{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-socials.svelte-1q37ri0{display:flex;gap:1.5rem}.hero-socials.svelte-1q37ri0 a:where(.svelte-1q37ri0){color:var(--wood-lighter);transition:var(--transition-smooth)}.hero-socials.svelte-1q37ri0 a:where(.svelte-1q37ri0):hover{color:var(--accent-amber);transform:translateY(-3px)}.hero-decoration.svelte-1q37ri0{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.wood-ring.svelte-1q37ri0{position:absolute;border-radius:50%;border:2px solid rgba(255,213,79,.2);animation:svelte-1q37ri0-pulse 4s ease-in-out infinite}.ring-1.svelte-1q37ri0{width:200px;height:200px;animation-delay:0s}.ring-2.svelte-1q37ri0{width:300px;height:300px;animation-delay:1s}.ring-3.svelte-1q37ri0{width:400px;height:400px;animation-delay:2s}.profile-photo.svelte-1q37ri0{position:absolute;width:160px;height:160px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,213,79,.4);box-shadow:0 8px 32px #0000004d,0 0 0 8px #ffd54f1a;z-index:10;animation:svelte-1q37ri0-photoFloat 6s ease-in-out infinite}.profile-photo.svelte-1q37ri0 img:where(.svelte-1q37ri0){width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-photo.svelte-1q37ri0:hover img:where(.svelte-1q37ri0){transform:scale(1.05)}@keyframes svelte-1q37ri0-photoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes svelte-1q37ri0-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes svelte-1q37ri0-scroll{0%{opacity:1;transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{opacity:0;transform:scaleY(0);transform-origin:bottom}}@media(max-width:768px){.hero-content.svelte-1q37ri0{grid-template-columns:1fr;text-align:center}.hero-text.svelte-1q37ri0{order:2}.tagline.svelte-1q37ri0{margin-left:auto;margin-right:auto}.hero-cta.svelte-1q37ri0,.hero-socials.svelte-1q37ri0{justify-content:center}.hero-decoration.svelte-1q37ri0{order:1;height:200px}.ring-1.svelte-1q37ri0{width:100px;height:100px}.ring-2.svelte-1q37ri0{width:150px;height:150px}.ring-3.svelte-1q37ri0{width:200px;height:200px}.profile-photo.svelte-1q37ri0{width:80px;height:80px;border-width:3px}}.about.svelte-7hpc9t{background:var(--section-about);position:relative}.about.svelte-7hpc9t:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,var(--wood-dark),transparent);opacity:.05}.about-content.svelte-7hpc9t{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.about-text.svelte-7hpc9t p:where(.svelte-7hpc9t){font-size:1.1rem;color:var(--wood-medium);margin-bottom:2rem;line-height:1.9}.about-details.svelte-7hpc9t{display:flex;flex-wrap:wrap;gap:1.5rem}.detail-item.svelte-7hpc9t{display:flex;align-items:center;gap:.5rem;color:var(--wood-dark)}.detail-icon.svelte-7hpc9t{font-size:1.2rem}.about-highlights.svelte-7hpc9t{display:flex;flex-direction:column;gap:1.5rem}.highlight-card.svelte-7hpc9t{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #3e272314;border-left:4px solid var(--accent-amber);transition:var(--transition-smooth)}.highlight-card.svelte-7hpc9t:hover{transform:translate(8px);box-shadow:0 8px 30px #3e27231f}.highlight-icon.svelte-7hpc9t{font-size:1.5rem;display:block;margin-bottom:.5rem}.highlight-card.svelte-7hpc9t h4:where(.svelte-7hpc9t){color:var(--wood-dark);margin-bottom:.25rem;font-size:1rem}.highlight-card.svelte-7hpc9t p:where(.svelte-7hpc9t){color:var(--wood-light);font-size:.9rem;margin-bottom:.5rem}.highlight-stat.svelte-7hpc9t{display:inline-block;background:linear-gradient(135deg,var(--accent-amber),var(--accent-honey));color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}@media(max-width:768px){.about-content.svelte-7hpc9t{grid-template-columns:1fr;gap:2rem}.about-highlights.svelte-7hpc9t{flex-direction:row;overflow-x:auto;padding-bottom:1rem}.highlight-card.svelte-7hpc9t{min-width:200px;flex-shrink:0}}.education.svelte-m8gh8q{background:var(--wood-cream)}.education-timeline.svelte-m8gh8q{max-width:800px;margin:0 auto}.education-item.svelte-m8gh8q{display:flex;gap:2rem;margin-bottom:2rem}.timeline-marker.svelte-m8gh8q{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.marker-dot.svelte-m8gh8q{width:16px;height:16px;background:linear-gradient(135deg,var(--accent-amber),var(--accent-honey));border-radius:50%;box-shadow:0 0 0 4px var(--wood-cream),0 0 0 6px var(--accent-amber)}.marker-line.svelte-m8gh8q{width:2px;flex:1;background:linear-gradient(to bottom,var(--accent-amber),var(--wood-grain));margin-top:.5rem}.education-card.svelte-m8gh8q{flex:1;background:#fff}.edu-header.svelte-m8gh8q{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.edu-header.svelte-m8gh8q h3:where(.svelte-m8gh8q){color:var(--wood-dark);font-size:1.1rem}.edu-duration.svelte-m8gh8q{color:var(--accent-amber);font-size:.9rem;font-weight:500;white-space:nowrap}.edu-degree.svelte-m8gh8q{color:var(--wood-medium);margin-bottom:1rem;font-size:.95rem}.edu-footer.svelte-m8gh8q{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.edu-location.svelte-m8gh8q{color:var(--wood-light);font-size:.85rem}.edu-score.svelte-m8gh8q{background:var(--wood-grain);color:var(--wood-dark);padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}@media(max-width:768px){.education-item.svelte-m8gh8q{gap:1rem}.edu-header.svelte-m8gh8q{flex-direction:column}}.experience.svelte-1ar0d6w{background:var(--section-experience);color:var(--wood-cream)}.experience.svelte-1ar0d6w .section-title:where(.svelte-1ar0d6w){color:var(--wood-cream)}.experience-list.svelte-1ar0d6w{display:flex;flex-direction:column;gap:2rem;max-width:900px;margin:0 auto}.experience-card.svelte-1ar0d6w{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-smooth)}.experience-card.svelte-1ar0d6w:hover{background:#ffffff14;transform:translateY(-4px);box-shadow:0 20px 40px #0003}.exp-header.svelte-1ar0d6w{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.exp-company.svelte-1ar0d6w{font-size:1.5rem;color:var(--accent-gold);margin-bottom:.25rem}.company-title-row.svelte-1ar0d6w{display:flex;align-items:center;gap:.75rem}.company-logo.svelte-1ar0d6w{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.google-logo.svelte-1ar0d6w{background:#fff;padding:6px;box-shadow:0 2px 8px #00000026}.default-logo.svelte-1ar0d6w{background:linear-gradient(135deg,var(--accent-amber),var(--accent-gold));color:var(--wood-darkest);padding:6px}.exp-role.svelte-1ar0d6w{color:var(--wood-cream);font-size:1.1rem;font-weight:500}.exp-meta.svelte-1ar0d6w{text-align:right;display:flex;flex-direction:column;gap:.25rem}.exp-duration.svelte-1ar0d6w{color:var(--accent-amber);font-weight:600;font-size:.95rem}.exp-location.svelte-1ar0d6w{color:var(--wood-lighter);font-size:.9rem}.exp-highlights.svelte-1ar0d6w{list-style:none;padding:0}.exp-highlights.svelte-1ar0d6w li:where(.svelte-1ar0d6w){position:relative;padding-left:1.5rem;margin-bottom:1rem;color:var(--wood-grain);line-height:1.7;font-size:.95rem}.exp-highlights.svelte-1ar0d6w li:where(.svelte-1ar0d6w):before{content:"▸";position:absolute;left:0;color:var(--accent-amber);font-size:1rem}.exp-highlights.svelte-1ar0d6w li:where(.svelte-1ar0d6w):last-child{margin-bottom:0}@media(max-width:768px){.experience-card.svelte-1ar0d6w{padding:1.5rem}.exp-header.svelte-1ar0d6w{flex-direction:column}.exp-meta.svelte-1ar0d6w{text-align:left;flex-direction:row;gap:1rem}}.projects.svelte-1tes396{background:var(--section-projects)}.projects-grid.svelte-1tes396{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card.svelte-1tes396{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #3e272314;transition:var(--transition-smooth);display:flex;flex-direction:column}.project-card.svelte-1tes396:hover{transform:translateY(-8px);box-shadow:0 12px 40px #3e272326}.project-header.svelte-1tes396{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.project-icon.svelte-1tes396{font-size:2.5rem}.project-links.svelte-1tes396{display:flex;gap:.75rem}.project-link.svelte-1tes396{color:var(--wood-light);padding:.5rem;border-radius:8px;transition:var(--transition-smooth);display:flex;align-items:center;justify-content:center}.project-link.svelte-1tes396:hover{color:var(--accent-amber);background:var(--wood-cream)}.project-title.svelte-1tes396{color:var(--wood-dark);font-size:1.4rem;margin-bottom:.25rem}.project-subtitle.svelte-1tes396{color:var(--wood-light);font-size:.9rem;margin-bottom:1rem}.project-description.svelte-1tes396{color:var(--wood-medium);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.project-highlights.svelte-1tes396{list-style:none;padding:0;margin-bottom:1.5rem;flex:1}.project-highlights.svelte-1tes396 li:where(.svelte-1tes396){position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--wood-medium);font-size:.9rem;line-height:1.6}.project-highlights.svelte-1tes396 li:where(.svelte-1tes396):before{content:"✓";position:absolute;left:0;color:var(--accent-amber);font-weight:700}.project-tech.svelte-1tes396{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-tag.svelte-1tes396{background:var(--wood-cream);color:var(--wood-dark);padding:.3rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}@media(max-width:768px){.projects-grid.svelte-1tes396{grid-template-columns:1fr}.project-card.svelte-1tes396{padding:1.5rem}}.tech-stack.svelte-1jvwvzs{background:var(--section-tech);color:var(--wood-cream);position:relative;overflow:hidden;min-height:600px}.tech-stack.svelte-1jvwvzs .section-title:where(.svelte-1jvwvzs){color:var(--wood-cream)}.floating-icons.svelte-1jvwvzs{position:absolute;inset:0;pointer-events:none;opacity:.15}.floating-icon.svelte-1jvwvzs{position:absolute;width:60px;height:60px;display:flex;align-items:center;justify-content:center;animation:svelte-1jvwvzs-float 4s ease-in-out infinite;pointer-events:auto;cursor:pointer}.icon-img.svelte-1jvwvzs{width:40px;height:40px;filter:brightness(0) invert(1);transition:var(--transition-smooth)}.icon-fallback.svelte-1jvwvzs{font-size:1.2rem;font-weight:700;color:var(--wood-cream);background:#ffffff1a;padding:.5rem;border-radius:8px}.icon-tooltip.svelte-1jvwvzs{position:absolute;bottom:-25px;left:50%;transform:translate(-50%);background:var(--wood-dark);color:var(--accent-gold);padding:.25rem .5rem;border-radius:4px;font-size:.7rem;white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none}.floating-icon.svelte-1jvwvzs:hover .icon-tooltip:where(.svelte-1jvwvzs){opacity:1}.floating-icon.svelte-1jvwvzs:hover .icon-img:where(.svelte-1jvwvzs){transform:scale(1.3);filter:brightness(1) invert(0)}@keyframes svelte-1jvwvzs-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.tech-categories.svelte-1jvwvzs{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.tech-category.svelte-1jvwvzs{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tech-category.svelte-1jvwvzs h3:where(.svelte-1jvwvzs){color:var(--accent-gold);font-size:1.1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.tech-list.svelte-1jvwvzs{display:flex;flex-wrap:wrap;gap:.75rem}.tech-chip.svelte-1jvwvzs{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;transition:var(--transition-smooth);cursor:default}.tech-chip.svelte-1jvwvzs:hover{background:#ff8f0033;transform:translateY(-2px)}.chip-icon.svelte-1jvwvzs{width:20px;height:20px}.course-chip.svelte-1jvwvzs{background:#ffd54f1a}@media(max-width:768px){.floating-icons.svelte-1jvwvzs{display:none}.tech-categories.svelte-1jvwvzs{grid-template-columns:1fr}}.achievements.svelte-1gbwom4{background:var(--section-achievements);color:var(--wood-cream)}.achievements.svelte-1gbwom4 .section-title:where(.svelte-1gbwom4){color:var(--wood-cream)}.achievements-grid.svelte-1gbwom4{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto}.achievement-category.svelte-1gbwom4{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-header.svelte-1gbwom4{width:100%;display:flex;align-items:center;gap:1rem;padding:1.5rem;background:transparent;border:none;color:var(--wood-cream);cursor:pointer;text-align:left;transition:var(--transition-smooth)}.category-header.svelte-1gbwom4:hover{background:#ffffff0d}.category-icon.svelte-1gbwom4{font-size:1.5rem}.category-header.svelte-1gbwom4 h3:where(.svelte-1gbwom4){flex:1;font-size:1.2rem;color:var(--accent-gold)}.toggle-icon.svelte-1gbwom4{color:var(--wood-lighter);transition:transform .3s ease}.toggle-icon.expanded.svelte-1gbwom4{transform:rotate(180deg)}.category-content.svelte-1gbwom4{padding:0 1.5rem 1.5rem;animation:svelte-1gbwom4-slideDown .3s ease}@keyframes svelte-1gbwom4-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.achievement-item.svelte-1gbwom4{display:flex;gap:1rem;padding:1rem;background:#ffffff08;border-radius:12px;margin-bottom:1rem;transition:var(--transition-smooth)}.achievement-item.svelte-1gbwom4:hover{background:#ffffff14;transform:translate(4px)}.item-icon.svelte-1gbwom4{font-size:1.5rem;flex-shrink:0}.platform-icon.svelte-1gbwom4{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:8px}.platform-svg.svelte-1gbwom4{width:100%;height:100%;object-fit:contain}.codechef-icon.svelte-1gbwom4{background:linear-gradient(135deg,#5b4638,#8b6914);color:#fff}.codeforces-icon.svelte-1gbwom4{background:linear-gradient(135deg,#1f8acb,#ff4500);color:#fff}.leetcode-icon.svelte-1gbwom4{background:linear-gradient(135deg,#ffa116,#b3b3b3);color:#1a1a1a}.amazon-icon.svelte-1gbwom4{background:linear-gradient(135deg,#f90,#232f3e);color:#fff}.item-content.svelte-1gbwom4{flex:1}.item-content.svelte-1gbwom4 h4:where(.svelte-1gbwom4){color:var(--wood-cream);font-size:1rem;margin-bottom:.25rem}.item-result.svelte-1gbwom4{color:var(--accent-amber);font-weight:600;font-size:.95rem;margin-bottom:.25rem}.item-detail.svelte-1gbwom4{color:var(--wood-lighter);font-size:.9rem;line-height:1.5}.cp-header.svelte-1gbwom4{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.cp-badge.svelte-1gbwom4{background:linear-gradient(135deg,var(--accent-amber),var(--accent-gold));color:var(--wood-darkest);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.cp-badge.rank-blue.svelte-1gbwom4{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#1a1a1a}.item-highlight.svelte-1gbwom4{color:var(--accent-gold);font-size:.85rem;margin-top:.5rem}.profile-link.svelte-1gbwom4{display:inline-block;color:var(--accent-amber);font-size:.85rem;margin-top:.5rem;font-weight:500}.profile-link.svelte-1gbwom4:hover{color:var(--accent-gold)}.add-more.svelte-1gbwom4{padding:1rem;text-align:center;color:var(--wood-lighter);font-size:.85rem;font-style:italic;opacity:.6}@media(max-width:768px){.category-header.svelte-1gbwom4{padding:1rem}.category-header.svelte-1gbwom4 h3:where(.svelte-1gbwom4){font-size:1rem}.achievement-item.svelte-1gbwom4{flex-direction:column;gap:.5rem}}.organizations.svelte-mblt0k{background:var(--wood-cream)}.org-list.svelte-mblt0k{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.org-card.svelte-mblt0k{display:flex;gap:1.5rem;padding:2rem;background:#fff;border-left:4px solid var(--accent-amber)}.org-icon.svelte-mblt0k{font-size:2.5rem;flex-shrink:0}.org-content.svelte-mblt0k h3:where(.svelte-mblt0k){color:var(--wood-dark);font-size:1.1rem;margin-bottom:.25rem}.org-role.svelte-mblt0k{display:inline-block;color:var(--accent-amber);font-weight:600;font-size:.9rem;margin-bottom:.75rem}.org-content.svelte-mblt0k p:where(.svelte-mblt0k){color:var(--wood-medium);font-size:.95rem;line-height:1.6}@media(max-width:768px){.org-card.svelte-mblt0k{flex-direction:column;gap:1rem;text-align:center}}.contact.svelte-wt4tt0{background:var(--wood-medium);color:var(--wood-cream);text-align:center}.contact.svelte-wt4tt0 .section-title:where(.svelte-wt4tt0){color:var(--wood-cream)}.contact-content.svelte-wt4tt0{max-width:900px;margin:0 auto}.contact-intro.svelte-wt4tt0{font-size:1.1rem;color:var(--wood-grain);margin-bottom:3rem;line-height:1.8}.contact-methods.svelte-wt4tt0{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.contact-card.svelte-wt4tt0{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:16px;text-decoration:none;color:var(--wood-cream);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000001a}.contact-card.svelte-wt4tt0:hover{background:linear-gradient(135deg,#ffffff26,#ffffff14);transform:translateY(-8px);color:var(--wood-cream);box-shadow:0 12px 40px #0003;border-color:#ffd54f4d}.contact-icon.svelte-wt4tt0{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.email-icon.svelte-wt4tt0{background:linear-gradient(135deg,#ea4335,#fbbc04);color:#fff}.linkedin-icon.svelte-wt4tt0{background:linear-gradient(135deg,#0077b5,#00a0dc);color:#fff}.github-icon.svelte-wt4tt0{background:linear-gradient(135deg,#333,#6e5494);color:#fff}.contact-card.svelte-wt4tt0:hover .contact-icon:where(.svelte-wt4tt0){transform:scale(1.1) rotate(5deg)}.contact-info.svelte-wt4tt0{text-align:center}.contact-info.svelte-wt4tt0 h4:where(.svelte-wt4tt0){font-size:1.1rem;font-weight:600;color:var(--accent-gold);margin-bottom:.5rem}.contact-info.svelte-wt4tt0 span:where(.svelte-wt4tt0){font-size:.9rem;color:var(--wood-lighter);opacity:.9}.contact-cta.svelte-wt4tt0 .btn:where(.svelte-wt4tt0){font-size:1rem;padding:1rem 2rem}@media(max-width:768px){.contact-methods.svelte-wt4tt0{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}.contact-card.svelte-wt4tt0{flex-direction:row;padding:1.5rem}.contact-icon.svelte-wt4tt0{width:50px;height:50px}.contact-info.svelte-wt4tt0{text-align:left}}.footer.svelte-jz8lnl{background:var(--wood-darkest);color:var(--wood-lighter);padding:3rem 0 1.5rem}.footer-content.svelte-jz8lnl{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:start;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.footer-logo.svelte-jz8lnl{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--wood-cream);text-decoration:none}.footer-logo.svelte-jz8lnl .dot:where(.svelte-jz8lnl){color:var(--accent-amber)}.footer-brand.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.9rem;color:var(--wood-light);margin-top:.5rem}.footer-links.svelte-jz8lnl{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--wood-lighter);font-size:.9rem;transition:var(--transition-smooth)}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent-amber)}.footer-socials.svelte-jz8lnl{display:flex;gap:1rem;justify-content:flex-end}.footer-socials.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--wood-lighter);padding:.5rem;border-radius:8px;transition:var(--transition-smooth);display:flex;align-items:center;justify-content:center}.footer-socials.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--accent-amber);background:#ffffff0d}.footer-bottom.svelte-jz8lnl{text-align:center}.footer-bottom.svelte-jz8lnl p:where(.svelte-jz8lnl){font-size:.85rem;color:var(--wood-light);margin-bottom:.25rem}.wood-credit.svelte-jz8lnl{font-size:.8rem;opacity:.7}@media(max-width:768px){.footer-content.svelte-jz8lnl{grid-template-columns:1fr;text-align:center;gap:1.5rem}.footer-links.svelte-jz8lnl{gap:1rem}.footer-socials.svelte-jz8lnl{justify-content:center}}main.svelte-1n46o8q{overflow-x:hidden}
