.hero.svelte-47zi2m{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero.svelte-47zi2m:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.05) 0%,transparent 70%);z-index:-1}.hero-container.svelte-47zi2m{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:2rem 1.5rem}.greeting.svelte-47zi2m{display:block;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:400;color:var(--muted);margin-bottom:.5rem}.name.svelte-47zi2m{display:block;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#7e7e7e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.typing-container.svelte-47zi2m{height:3.5rem;margin-bottom:1.5rem}.typing.svelte-47zi2m{font-size:clamp(1.5rem,4vw,2rem);font-weight:600}.cursor.svelte-47zi2m{display:inline-block;width:3px;margin-left:2px;animation:svelte-47zi2m-blink 1s infinite}.cursor.typing.svelte-47zi2m{animation:none}@keyframes svelte-47zi2m-blink{0%,to{opacity:1}50%{opacity:0}}.description.svelte-47zi2m{font-size:clamp(1rem,3vw,1.2rem);margin-bottom:2rem;max-width:600px;color:var(--muted)}.cta-buttons.svelte-47zi2m{display:flex;gap:1rem;margin-top:1.5rem}.primary-button.svelte-47zi2m{background:var(--foreground);color:var(--background);padding:.8rem 2rem;border-radius:4px;font-weight:600;transition:all .3s ease;border:2px solid var(--foreground)}.primary-button.svelte-47zi2m:hover{background:transparent;color:var(--foreground)}.outline-button.svelte-47zi2m{background:transparent;color:var(--foreground);padding:.8rem 2rem;border-radius:4px;font-weight:600;border:2px solid var(--foreground);transition:all .3s ease}.outline-button.svelte-47zi2m:hover{background:var(--foreground);color:var(--background)}.hero-visual.svelte-47zi2m{position:relative;display:flex;justify-content:center;align-items:center}.geometric-shape.svelte-47zi2m{position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.1);border-radius:10px;transform:rotate(45deg);animation:svelte-47zi2m-rotate 20s linear infinite}@keyframes svelte-47zi2m-rotate{0%{transform:rotate(45deg)}to{transform:rotate(405deg)}}.profile-frame.svelte-47zi2m{width:250px;height:250px;border-radius:50%;overflow:hidden;border:3px solid var(--foreground);z-index:1}.profile-placeholder.svelte-47zi2m{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#333,#111)}.scroll-indicator.svelte-47zi2m{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--muted);font-size:.9rem}.scroll-line.svelte-47zi2m{width:2px;height:50px;background:var(--muted);position:relative;overflow:hidden}.scroll-line.svelte-47zi2m:after{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background:var(--foreground);animation:svelte-47zi2m-scrollDown 1.5s ease-in-out infinite}@keyframes svelte-47zi2m-scrollDown{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}@media (max-width: 768px){.hero-container.svelte-47zi2m{grid-template-columns:1fr;text-align:center;padding-bottom:4rem}.cta-buttons.svelte-47zi2m{justify-content:center;margin-bottom:3rem}.hero-visual.svelte-47zi2m{order:-1;margin-bottom:2rem}.scroll-indicator.svelte-47zi2m{bottom:1rem;font-size:.8rem}.scroll-line.svelte-47zi2m{height:30px}}.about-section.svelte-ihe651{padding:6rem 0;position:relative}.section-header.svelte-ihe651{margin-bottom:3rem;position:relative;display:inline-block}.section-header.svelte-ihe651 h2:where(.svelte-ihe651){font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem}.section-line.svelte-ihe651{width:100px;height:3px;background:var(--foreground)}.about-content.svelte-ihe651{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.about-text.svelte-ihe651 p:where(.svelte-ihe651){margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.facts.svelte-ihe651{display:flex;flex-direction:column;gap:2rem}.fact-item.svelte-ihe651{display:flex;flex-direction:column;padding:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff08;transition:all .3s ease;opacity:0;animation:svelte-ihe651-fadeIn .6s forwards}@keyframes svelte-ihe651-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fact-item.svelte-ihe651:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003;background:#ffffff0d;border-color:#fff3}.fact-number.svelte-ihe651{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.fact-label.svelte-ihe651{font-size:1rem;color:var(--muted)}@media (max-width: 768px){.about-content.svelte-ihe651{grid-template-columns:1fr}.facts.svelte-ihe651{flex-direction:row;flex-wrap:wrap;justify-content:center}.fact-item.svelte-ihe651{flex:1 1 calc(33% - 1rem);min-width:120px}}.skills-section.svelte-k76i0t{padding:6rem 0;background:linear-gradient(180deg,#0000,#14141433)}.skills-content.svelte-k76i0t{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.skill-category.svelte-k76i0t{opacity:0;animation:svelte-k76i0t-fadeIn .6s forwards}.skill-category.svelte-k76i0t h3:where(.svelte-k76i0t){font-size:1.5rem;margin-bottom:2rem;position:relative;display:inline-block}.skill-category.svelte-k76i0t h3:where(.svelte-k76i0t):after{content:"";position:absolute;left:0;bottom:-10px;width:40px;height:2px;background:var(--foreground)}.skills-list.svelte-k76i0t{display:flex;flex-direction:column;gap:1.5rem}.skill-item.svelte-k76i0t{opacity:0;animation:svelte-k76i0t-fadeIn .6s forwards}.skill-header.svelte-k76i0t{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name.svelte-k76i0t{font-weight:500}.skill-percentage.svelte-k76i0t{font-size:.9rem;color:var(--muted)}.skill-bar.svelte-k76i0t{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.skill-progress.svelte-k76i0t{height:100%;background:linear-gradient(90deg,var(--foreground) 0%,var(--muted) 100%);border-radius:3px;width:0;transition:width 1.5s ease-out}@keyframes svelte-k76i0t-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects-section.svelte-8ypypd{padding:6rem 0}.projects-grid.svelte-8ypypd{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.project-card.svelte-8ypypd{border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;background:#14141480;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;transform:translateY(30px);animation:svelte-8ypypd-fadeInUp .6s forwards;animation-delay:var(--delay, 0s)}.project-card.svelte-8ypypd:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#fff3}.project-image.svelte-8ypypd{height:200px;overflow:hidden;position:relative}.project-image.svelte-8ypypd img:where(.svelte-8ypypd){width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card.svelte-8ypypd:hover .project-image:where(.svelte-8ypypd) img:where(.svelte-8ypypd){transform:scale(1.05)}.project-content.svelte-8ypypd{padding:1.5rem}.project-content.svelte-8ypypd h3:where(.svelte-8ypypd){font-size:1.5rem;margin-bottom:1rem}.project-content.svelte-8ypypd p:where(.svelte-8ypypd){color:var(--muted);margin-bottom:1.5rem;line-height:1.6}.tech-stack.svelte-8ypypd{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag.svelte-8ypypd{background:#ffffff1a;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;color:var(--muted)}.project-links.svelte-8ypypd{display:flex;gap:1rem}.project-link.svelte-8ypypd{padding:.5rem 1rem;border-radius:4px;font-weight:500;font-size:.9rem;transition:all .2s ease}.github.svelte-8ypypd{background:transparent;border:1px solid var(--foreground)}.github.svelte-8ypypd:hover,.live.svelte-8ypypd{background:var(--foreground);color:var(--background)}.live.svelte-8ypypd:hover{background:transparent;color:var(--foreground);border:1px solid var(--foreground)}.view-all-container.svelte-8ypypd{margin-top:3rem;text-align:center}.view-all-button.svelte-8ypypd{display:inline-block;padding:.8rem 2rem;border:1px solid var(--foreground);border-radius:4px;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.view-all-button.svelte-8ypypd:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--foreground);transition:all .3s ease;z-index:-1}.view-all-button.svelte-8ypypd:hover:before{width:100%}.view-all-button.svelte-8ypypd:hover{color:var(--background)}@keyframes svelte-8ypypd-fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.projects-grid.svelte-8ypypd{grid-template-columns:1fr}}.experience-section.svelte-1k4ro23{padding:6rem 0;position:relative}.timeline.svelte-1k4ro23{position:relative;max-width:800px;margin:3rem auto 0;padding-left:2rem}.timeline.svelte-1k4ro23:before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background:linear-gradient(to bottom,var(--foreground) 0%,rgba(255,255,255,.2) 100%)}.timeline-item.svelte-1k4ro23{position:relative;margin-bottom:3rem;padding-bottom:1rem;opacity:0;animation:svelte-1k4ro23-fadeInRight .6s forwards;animation-delay:var(--delay, 0s)}.timeline-dot.svelte-1k4ro23{position:absolute;left:-2.5rem;top:.5rem;width:1rem;height:1rem;border-radius:50%;background:var(--foreground);border:2px solid var(--background);z-index:1}.timeline-date.svelte-1k4ro23{font-size:.9rem;color:var(--muted);margin-bottom:.5rem;font-weight:500}.timeline-content.svelte-1k4ro23{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;transition:all .3s ease}.timeline-content.svelte-1k4ro23:hover{background:#ffffff0d;transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.timeline-content.svelte-1k4ro23 h3:where(.svelte-1k4ro23){font-size:1.3rem;margin-bottom:.5rem}.timeline-content.svelte-1k4ro23 h4:where(.svelte-1k4ro23){font-size:1.1rem;color:var(--muted);margin-bottom:1rem;font-weight:500}.timeline-content.svelte-1k4ro23 p:where(.svelte-1k4ro23){margin-bottom:1.5rem;line-height:1.6}.achievements.svelte-1k4ro23{margin-left:1.5rem}.achievements.svelte-1k4ro23 li:where(.svelte-1k4ro23){margin-bottom:.5rem;position:relative;line-height:1.6}.achievements.svelte-1k4ro23 li:where(.svelte-1k4ro23):before{content:"→";position:absolute;left:-1.5rem;color:var(--muted)}.view-all-container.svelte-1k4ro23{margin-top:3rem;text-align:center}@keyframes svelte-1k4ro23-fadeInRight{to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.timeline.svelte-1k4ro23{padding-left:1.5rem}.timeline-dot.svelte-1k4ro23{left:-2rem}}.blog-section.svelte-1dlxq7v{padding:6rem 0;background:linear-gradient(0deg,#0000,#14141433)}.blog-grid.svelte-1dlxq7v{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:3rem}.blog-card.svelte-1dlxq7v{border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:#14141480;transition:all .3s ease;height:100%;display:block;opacity:0;animation:svelte-1dlxq7v-fadeInUp .6s forwards;animation-delay:var(--delay, 0s)}.blog-card.svelte-1dlxq7v:hover{transform:translateY(-10px);border-color:#ffffff4d;box-shadow:0 10px 30px #0003}.blog-card-content.svelte-1dlxq7v{padding:1.5rem;display:flex;flex-direction:column;height:100%}.blog-meta.svelte-1dlxq7v{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.85rem}.blog-category.svelte-1dlxq7v{background:#ffffff1a;padding:.3rem .8rem;border-radius:20px;font-weight:500}.blog-date.svelte-1dlxq7v{color:var(--muted)}.blog-card.svelte-1dlxq7v h3:where(.svelte-1dlxq7v){font-size:1.3rem;margin-bottom:1rem;line-height:1.4}.blog-card.svelte-1dlxq7v p:where(.svelte-1dlxq7v){color:var(--muted);margin-bottom:1.5rem;flex-grow:1;line-height:1.6}.blog-footer.svelte-1dlxq7v{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:.9rem}.read-time.svelte-1dlxq7v{color:var(--muted)}.read-more.svelte-1dlxq7v{font-weight:500;transition:transform .2s ease}.blog-card.svelte-1dlxq7v:hover .read-more:where(.svelte-1dlxq7v){transform:translate(5px)}.view-all-container.svelte-1dlxq7v{margin-top:3rem;text-align:center}@keyframes svelte-1dlxq7v-fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.blog-grid.svelte-1dlxq7v{grid-template-columns:1fr}}.contact-section.svelte-1qarcxa{padding:6rem 0}.contact-content.svelte-1qarcxa{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-top:3rem}.contact-info.svelte-1qarcxa{display:flex;flex-direction:column;gap:2rem}.info-item.svelte-1qarcxa h3:where(.svelte-1qarcxa){font-size:1.2rem;margin-bottom:.5rem;position:relative;display:inline-block}.info-item.svelte-1qarcxa h3:where(.svelte-1qarcxa):after{content:"";position:absolute;left:0;bottom:-5px;width:30px;height:2px;background:var(--foreground)}.info-item.svelte-1qarcxa p:where(.svelte-1qarcxa){color:var(--muted)}.social-links.svelte-1qarcxa{display:flex;gap:1rem;margin-top:.5rem}.social-links.svelte-1qarcxa a:where(.svelte-1qarcxa){padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:.9rem;transition:all .3s ease}.social-links.svelte-1qarcxa a:where(.svelte-1qarcxa):hover{background:var(--foreground);color:var(--background)}.contact-form-container.svelte-1qarcxa{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem}.contact-form.svelte-1qarcxa{display:flex;flex-direction:column;gap:1.5rem}.form-group.svelte-1qarcxa{display:flex;flex-direction:column;gap:.5rem}label.svelte-1qarcxa{font-size:.9rem;font-weight:500}input.svelte-1qarcxa,textarea.svelte-1qarcxa{padding:.8rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:var(--foreground);font-family:var(--font-sans);transition:all .3s ease}input.svelte-1qarcxa:focus,textarea.svelte-1qarcxa:focus{outline:none;border-color:#ffffff80;box-shadow:0 0 0 2px #ffffff1a}input.svelte-1qarcxa::placeholder,textarea.svelte-1qarcxa::placeholder{color:#ffffff4d}.submit-button.svelte-1qarcxa{padding:.8rem 1.5rem;background:var(--foreground);color:var(--background);border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;border:2px solid var(--foreground);display:inline-block;text-align:center}.submit-button.svelte-1qarcxa:hover{background:transparent;color:var(--foreground)}.mailto-note.svelte-1qarcxa{color:var(--muted);font-size:.9rem;margin-top:.5rem}.success-message.svelte-1qarcxa{text-align:center;padding:2rem}.success-message.svelte-1qarcxa h3:where(.svelte-1qarcxa){font-size:1.5rem;margin-bottom:1rem}.success-message.svelte-1qarcxa p:where(.svelte-1qarcxa){color:var(--muted);margin-bottom:2rem}.reset-button.svelte-1qarcxa{padding:.8rem 1.5rem;background:transparent;color:var(--foreground);border:2px solid var(--foreground);border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-button.svelte-1qarcxa:hover{background:var(--foreground);color:var(--background)}@media (max-width: 768px){.contact-content.svelte-1qarcxa{grid-template-columns:1fr}}
