.hero-section.svelte-1q37ri0{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:calc(100vh - 4rem);padding:2rem 5%;box-sizing:border-box;gap:3rem;font-family:Poppins,sans-serif;background-color:transparent}.hero-text.svelte-1q37ri0{max-width:645px;text-align:left}.greeting.svelte-1q37ri0{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-muted)}.name.svelte-1q37ri0{font-size:2.7rem;font-weight:800;margin-top:0;margin-bottom:.5rem;line-height:1.1;color:var(--accent-primary);cursor:pointer}.title.svelte-1q37ri0{font-size:2rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);cursor:pointer}.highlight.svelte-1q37ri0{color:var(--accent-secondary)}.quote.svelte-1q37ri0{font-size:1.1rem;font-style:italic;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.profile-image-wrapper.svelte-1q37ri0{width:400px;height:400px;border-radius:50%;overflow:hidden;box-shadow:0 0 35px rgba(var(--accent-primary),.2);transition:transform .5s ease-in-out,box-shadow .5s ease-in-out,border-color .5s ease-in-out;justify-self:center}.profile-image.svelte-1q37ri0{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease-in-out}.profile-image-wrapper.svelte-1q37ri0:hover .profile-image:where(.svelte-1q37ri0){cursor:pointer}.hero-buttons.svelte-1q37ri0{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.hero-button.svelte-1q37ri0{display:inline-flex;align-items:center;gap:.75rem;padding:.9rem 1.8rem;border-radius:50px;font-weight:600;font-size:1rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease,color .3s ease;box-shadow:0 4px 15px #0003}.hero-button.svelte-1q37ri0 i:where(.svelte-1q37ri0){font-size:1.2em}.primary-button.svelte-1q37ri0{background-color:var(--accent-primary);color:#fff;border:2px solid var(--accent-primary)}.primary-button.svelte-1q37ri0:hover{background-color:var(--bg-primary);color:var(--accent-primary);transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.secondary-button.svelte-1q37ri0{background-color:transparent;color:var(--accent-secondary);border:2px solid var(--accent-secondary)}.secondary-button.svelte-1q37ri0:hover{background-color:var(--accent-secondary);color:var(--bg-primary);transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}@media(max-width:900px){.hero-section.svelte-1q37ri0{grid-template-columns:1fr;text-align:center;min-height:auto;padding-top:4rem}.hero-text.svelte-1q37ri0{order:2;text-align:center;align-items:center;margin:0 auto}.hero-buttons.svelte-1q37ri0{justify-content:center}.profile-image-wrapper.svelte-1q37ri0{order:1;width:250px;height:250px}.name.svelte-1q37ri0{font-size:2.5rem}.title.svelte-1q37ri0{font-size:1.5rem}}@media(max-width:480px){.hero-buttons.svelte-1q37ri0{flex-direction:column;align-items:center;width:100%}.hero-button.svelte-1q37ri0{width:100%;justify-content:center;box-sizing:border-box}.name.svelte-1q37ri0{font-size:1.7rem}.profile-image-wrapper.svelte-1q37ri0{width:200px;height:200px}}.modal-overlay.svelte-1q37ri0{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:svelte-1q37ri0-fadeIn .3s ease-out}@keyframes svelte-1q37ri0-fadeIn{0%{opacity:0}to{opacity:1}}.modal-content.svelte-1q37ri0{background:linear-gradient(145deg,#1e1e28f2,#14141efa);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;max-width:450px;width:90%;text-align:center;position:relative;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:svelte-1q37ri0-slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes svelte-1q37ri0-slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close.svelte-1q37ri0{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;color:var(--text-muted);font-size:1.1rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close.svelte-1q37ri0:hover{background:#fff3;color:var(--text-primary);transform:rotate(90deg)}.modal-icon.svelte-1q37ri0{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 10px 30px #6366f14d;animation:svelte-1q37ri0-pulse 2s infinite}@keyframes svelte-1q37ri0-pulse{0%,to{box-shadow:0 10px 30px #6366f14d}50%{box-shadow:0 10px 40px #6366f180}}.modal-title.svelte-1q37ri0{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-message.svelte-1q37ri0{color:#fff;font-size:1rem;line-height:1.7;margin-bottom:2rem}.modal-buttons.svelte-1q37ri0{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.modal-btn.svelte-1q37ri0{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.modal-btn.primary.svelte-1q37ri0{background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));color:#fff;border:none;box-shadow:0 4px 15px #6366f14d}.modal-btn.primary.svelte-1q37ri0:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.modal-btn.secondary.svelte-1q37ri0{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.modal-btn.secondary.svelte-1q37ri0:hover{background:#ffffff26;transform:translateY(-2px)}@media(max-width:480px){.modal-content.svelte-1q37ri0{padding:2rem 1.5rem}.modal-buttons.svelte-1q37ri0{flex-direction:column}.modal-btn.svelte-1q37ri0{width:100%;justify-content:center}}.tech-stack-section.svelte-1jvwvzs{display:grid;place-items:center;min-height:100vh;padding:4rem 5%;box-sizing:border-box;font-family:Poppins,sans-serif;text-align:center;background-color:transparent}.tech-stack-content.svelte-1jvwvzs{width:100%;max-width:100%}.tech-stack-content.svelte-1jvwvzs h2:where(.svelte-1jvwvzs){font-size:2.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:2.5rem}.tech-category-heading.svelte-1jvwvzs{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin-top:3rem;margin-bottom:1.5rem;text-align:center}.scroller.svelte-1jvwvzs{max-width:1000px;margin:1.5rem auto;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller-inner.svelte-1jvwvzs{display:flex;width:max-content;gap:1.5rem;animation:svelte-1jvwvzs-scroll-left var(--scroll-speed, 20s) linear infinite}.scroller-inner.svelte-1jvwvzs:hover{cursor:pointer;animation-play-state:paused}.scroller[data-speed=slow].svelte-1jvwvzs .scroller-inner:where(.svelte-1jvwvzs){animation-duration:20s}.scroller[data-direction=right].svelte-1jvwvzs .scroller-inner:where(.svelte-1jvwvzs){animation-direction:reverse}.tech-item.svelte-1jvwvzs{display:flex;align-items:center;gap:.75rem;color:var(--text-primary);font-weight:500;font-size:1rem;flex-shrink:0;padding:.5rem 1rem;background-color:var(--bg-card);border-radius:8px;border:1px solid var(--border-light);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-card)}.tech-item.svelte-1jvwvzs:hover{transform:translateY(-5px);background-color:var(--bg-card-hover);box-shadow:var(--shadow-hover);border-color:var(--accent-tertiary)}.tech-item.svelte-1jvwvzs img:where(.svelte-1jvwvzs){width:40px;height:40px;margin-bottom:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes svelte-1jvwvzs-scroll-left{to{transform:translate(calc(-50% - .75rem))}}@media(max-width:900px){.tech-category-heading.svelte-1jvwvzs{font-size:1.5rem}.tech-item.svelte-1jvwvzs{gap:.5rem;font-size:.9rem;padding:.4rem .8rem}.tech-item.svelte-1jvwvzs img:where(.svelte-1jvwvzs){width:30px;height:30px}.tech-stack-content.svelte-1jvwvzs h2:where(.svelte-1jvwvzs){font-size:2rem}}@media(max-width:480px){.tech-stack-section.svelte-1jvwvzs{padding:2rem 5%}.scroller.svelte-1jvwvzs{-webkit-mask:none;mask:none;overflow:visible;max-width:100%}.scroller-inner.svelte-1jvwvzs{animation:none!important;flex-wrap:wrap;justify-content:center;width:100%;gap:.75rem;transform:none!important}.tech-item.svelte-1jvwvzs{box-shadow:0 2px 5px #0000001a}}.achievements-section.svelte-1gbwom4{min-height:100vh;padding:5rem 5%;box-sizing:border-box;font-family:Poppins,sans-serif;text-align:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background-color:transparent}h2.svelte-1gbwom4{font-size:2.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:3.5rem}.all-shelves-container.svelte-1gbwom4{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.shelf-unit.svelte-1gbwom4{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.achievement-shelf.svelte-1gbwom4{display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;padding:0 1rem 2rem;padding-bottom:0;min-height:auto;transform-style:preserve-3d;perspective:1000px;position:relative;width:100%;z-index:2}.shelf-base.svelte-1gbwom4{height:20px;width:95%;max-width:900px;margin:0 auto;background:linear-gradient(to top,#202020,#bbb);border-radius:4px;box-shadow:0 8px 16px #00000080;border-top:2px solid #444;border-bottom:2px solid #111;position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.shelf-label.svelte-1gbwom4{position:absolute;top:-2.5rem;top:-40px;font-size:1.3rem;font-weight:600;color:var(--text-primary);text-shadow:0 2px 4px rgba(0,0,0,.5);background:#00000080;padding:.2rem 1rem;border-radius:12px;pointer-events:none}.software-development.svelte-1gbwom4 .shelf-base:where(.svelte-1gbwom4){background:linear-gradient(to top,#1a2a3a,#a0c4e0);border-top-color:#c0e0ff}.software-development.svelte-1gbwom4 .shelf-label:where(.svelte-1gbwom4){color:#e0f0ff}.networking-cybersecurity.svelte-1gbwom4 .shelf-base:where(.svelte-1gbwom4){background:linear-gradient(to top,#1a3a1a,#a0e0a0);border-top-color:#c0ffc0}.networking-cybersecurity.svelte-1gbwom4 .shelf-label:where(.svelte-1gbwom4){color:#e0ffe0}.scholastic-extracurricular.svelte-1gbwom4 .shelf-base:where(.svelte-1gbwom4){background:linear-gradient(to top,#3a2a1a,#e0c4a0);border-top-color:#ffebc0}.scholastic-extracurricular.svelte-1gbwom4 .shelf-label:where(.svelte-1gbwom4){color:#fff0d0}.shelf-item.svelte-1gbwom4{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;position:relative;transition:transform .3s ease,z-index .3s ease;will-change:transform,z-index,box-shadow}.item-frame.svelte-1gbwom4{width:300px;height:250px;background:var(--bg-card);padding:10px;border-radius:8px;box-shadow:0 5px 15px #0006;border:1px solid var(--border-light);box-sizing:border-box;transition:box-shadow .3s ease}.item-thumbnail.svelte-1gbwom4{width:100%;height:100%;background-size:cover;background-position:center;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.shelf-item.svelte-1gbwom4:focus{outline:none}.modal-backdrop.svelte-1gbwom4{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;z-index:1000;opacity:0;transition:background .3s ease;padding:1rem;box-sizing:border-box}.modal-content.svelte-1gbwom4{position:relative;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;padding:0;text-align:left;opacity:1;background:var(--bg-modal);box-shadow:var(--shadow-card);border:1px solid var(--border-light);color:var(--text-primary);display:flex;flex-direction:column}.modal-header-sticky.svelte-1gbwom4{position:sticky;top:0;right:0;width:100%;height:0;z-index:1005;display:flex;justify-content:flex-end}.modal-body.svelte-1gbwom4{padding:2.5rem;display:flex;flex-direction:column}.modal-content.svelte-1gbwom4:focus{outline:none}.close-btn.svelte-1gbwom4{margin:15px 15px 0 0;background:var(--bg-card);border:1px solid var(--border-light);width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-primary);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0000004d}.close-btn.svelte-1gbwom4:hover{color:var(--accent-primary);background:var(--bg-card-hover);transform:rotate(90deg)}.code-fullscreen-backdrop.svelte-1gbwom4{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;z-index:2000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.fullscreen-image-container.svelte-1gbwom4{position:relative;max-width:95vw;max-height:95vh;display:flex;justify-content:center;align-items:center}.fullscreen-image.svelte-1gbwom4{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 20px #00000080}.fullscreen-close.svelte-1gbwom4{position:absolute;top:-40px;right:-40px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:2001;transition:transform .2s}.fullscreen-close.svelte-1gbwom4:hover{transform:scale(1.1);color:var(--accent-primary)}@media(max-width:768px){.fullscreen-close.svelte-1gbwom4{top:10px;right:10px;position:fixed}}.projects-section.svelte-1tes396{min-height:70vh;box-sizing:border-box;font-family:Poppins,sans-serif;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;padding-top:5rem;background-color:transparent;width:100%;max-width:100%}@media(max-width:768px){.projects-section.svelte-1tes396{min-height:auto!important;height:auto!important;overflow:visible!important;padding-bottom:8rem;display:block!important}}.header-container.svelte-1tes396{padding:0 5%;text-align:center;width:100%;margin-bottom:3rem}h2.svelte-1tes396{font-size:2.5rem;font-weight:700;color:var(--accent-primary);margin-bottom:.5rem;letter-spacing:.1em}.scroll-down-container.svelte-1tes396{display:flex;flex-direction:column;align-items:center;gap:10px;font-family:Poppins,sans-serif;color:var(--text-muted);font-size:.7rem;margin-top:1rem}.mouse.svelte-1tes396{width:28px;height:38px;border:2px solid var(--text-primary);border-radius:14px;display:flex;justify-content:center;padding-top:8px}.scroller.svelte-1tes396{width:4px;height:8px;background-color:var(--text-primary);border-radius:2px;animation:svelte-1tes396-scroll 1.5s infinite}@keyframes svelte-1tes396-scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.projects-track-container.svelte-1tes396{width:100%;height:70vh;display:flex;align-items:center}.projects-track.svelte-1tes396{display:flex;flex-wrap:nowrap;height:100%;padding-left:10vw;padding-right:10vw}.project-card.svelte-1tes396{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;width:60vw;max-width:600px;min-width:400px;height:100%;max-height:500px;margin-right:4rem;flex-shrink:0;background:var(--bg-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;box-shadow:var(--shadow-card);border:1px solid var(--border-light);cursor:pointer;overflow:hidden;display:flex;flex-direction:column;will-change:transform,opacity,box-shadow;transition:all .3s ease}.project-card.svelte-1tes396:hover{background:var(--bg-card-hover);box-shadow:var(--shadow-hover);border-color:var(--accent-tertiary)}.project-card.svelte-1tes396:last-child{margin-right:0}.project-card-inner.svelte-1tes396{display:flex;flex-direction:column;height:100%;width:100%;color:var(--text-primary)}.project-image.svelte-1tes396{width:100%;height:60%;object-fit:cover;transition:transform .5s ease}.project-card.svelte-1tes396:hover .project-image:where(.svelte-1tes396){transform:scale(1.05)}.project-info.svelte-1tes396{padding:1.5rem;height:40%;display:flex;flex-direction:column;justify-content:space-between}.project-info.svelte-1tes396 h3:where(.svelte-1tes396){font-size:1.5rem;margin-top:0;margin-bottom:.5rem;color:var(--accent-tertiary);transition:color .3s ease}.project-card.svelte-1tes396:hover .project-info:where(.svelte-1tes396) h3:where(.svelte-1tes396){color:var(--accent-primary)}.project-category.svelte-1tes396{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.tech-stack-tags.svelte-1tes396{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag.svelte-1tes396{background:linear-gradient(135deg,#ff3e0033,#899bff33);color:var(--text-primary);padding:.3rem .7rem;border-radius:20px;font-size:.75rem;white-space:nowrap;border:1px solid var(--border-light);transition:all .3s ease}.tech-tag.svelte-1tes396:hover{background:linear-gradient(135deg,#ff3e0066,#899bff66);transform:translateY(-2px)}.modal-backdrop.svelte-1tes396{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:1000;opacity:0;padding:1rem;box-sizing:border-box}.modal-content.svelte-1tes396{position:relative;background:var(--bg-modal);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;padding:0;text-align:center;color:var(--text-primary);box-shadow:0 25px 50px #00000080;border:1px solid var(--border-light);display:flex;flex-direction:column}.modal-header-sticky.svelte-1tes396{position:sticky;top:0;right:0;width:100%;height:0;z-index:1005;display:flex;justify-content:flex-end}.modal-body.svelte-1tes396{padding:2.5rem}.modal-content.svelte-1tes396:focus{outline:none}.close-btn.svelte-1tes396{margin:15px 20px 0 0;background:var(--bg-card);border:1px solid var(--border-light);font-size:1.5rem;color:var(--text-primary);cursor:pointer;line-height:1;transition:all .3s ease;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003}.close-btn.svelte-1tes396:hover{color:var(--accent-primary);background:var(--bg-card-hover);transform:rotate(90deg)}.image-gallery.svelte-1tes396{margin-bottom:2rem}.gallery-main.svelte-1tes396{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.gallery-nav.svelte-1tes396{position:absolute;top:50%;transform:translateY(-50%);background:var(--bg-card);border:1px solid var(--border-light);color:var(--text-primary);width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease;z-index:10}.gallery-nav.svelte-1tes396:hover{background:var(--accent-primary);color:#fff;transform:translateY(-50%) scale(1.1)}.gallery-nav.prev.svelte-1tes396{left:10px}.gallery-nav.next.svelte-1tes396{right:10px}.modal-project-image.svelte-1tes396{width:100%;max-height:400px;object-fit:contain;border-radius:12px;transition:opacity .3s ease}.gallery-dots.svelte-1tes396{display:flex;justify-content:center;gap:10px}.gallery-dot.svelte-1tes396{width:12px;height:12px;border-radius:50%;background:var(--border-color);border:none;cursor:pointer;transition:all .3s ease}.gallery-dot.svelte-1tes396:hover{background:var(--text-muted);transform:scale(1.2)}.gallery-dot.active.svelte-1tes396{background:var(--accent-primary);transform:scale(1.3)}.modal-content.svelte-1tes396 h3:where(.svelte-1tes396){font-size:2rem;font-weight:700;color:var(--accent-primary);margin:0 0 .5rem}.modal-category.svelte-1tes396{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem}.modal-tech-tags.svelte-1tes396{justify-content:center;margin-bottom:2rem}.modal-description.svelte-1tes396{font-size:1rem;line-height:1.8;color:var(--text-secondary);text-align:left;margin-bottom:2rem;padding:1.5rem;background:var(--bg-card);border-radius:12px;border:1px solid var(--border-light)}.modal-links.svelte-1tes396{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.modal-link.svelte-1tes396{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.8rem;background:linear-gradient(135deg,var(--accent-primary),#e03500);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff3e004d}.modal-link.svelte-1tes396:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff3e0066}.modal-link.github-link.svelte-1tes396{background:linear-gradient(135deg,#333,#555);box-shadow:0 4px 15px #0000004d}.modal-link.github-link.svelte-1tes396:hover{box-shadow:0 8px 25px #0006}@media(max-width:1024px){.project-card.svelte-1tes396{width:65vw;max-width:550px}}@media(max-width:768px){.projects-section.svelte-1tes396{padding-top:3rem}.header-container.svelte-1tes396{margin-bottom:2rem}h2.svelte-1tes396{font-size:2rem}.projects-track-container.svelte-1tes396{height:auto!important;min-height:auto!important;flex-direction:column!important;overflow:visible!important;display:flex!important}.projects-track.svelte-1tes396{flex-direction:column!important;height:auto!important;width:100%!important;padding:0 1rem;box-sizing:border-box;gap:3rem;transform:none!important;display:flex!important}.project-card.svelte-1tes396{width:100%;min-width:unset;max-width:100%;margin-right:0;margin-bottom:0;height:auto;max-height:500px}.project-info.svelte-1tes396{padding:1rem}.project-info.svelte-1tes396 h3:where(.svelte-1tes396){font-size:1.25rem}.modal-content.svelte-1tes396{padding:1.5rem;border-radius:16px}.modal-content.svelte-1tes396 h3:where(.svelte-1tes396){font-size:1.5rem;margin-bottom:.5rem}.modal-body.svelte-1tes396{padding-bottom:3rem}.gallery-nav.svelte-1tes396{width:35px;height:35px;font-size:1rem}.modal-project-image.svelte-1tes396{max-height:75vh;width:100%;object-fit:cover}.modal-links.svelte-1tes396{gap:.5rem;margin-top:.5rem;justify-content:center}.modal-link.svelte-1tes396{padding:.4rem .6rem;font-size:.75rem}.modal-content.svelte-1tes396 p:where(.svelte-1tes396),.modal-description.svelte-1tes396{font-size:.75rem;line-height:1.3;margin-bottom:.5rem}.tech-tag.svelte-1tes396{font-size:.6rem;padding:.1rem .3rem;margin:.1rem}.modal-content.svelte-1tes396 h3:where(.svelte-1tes396){font-size:1.1rem;margin-bottom:.2rem}.modal-body.svelte-1tes396{padding:1rem 1rem 4rem}}@media(max-width:480px){.projects-section.svelte-1tes396{padding-top:2rem}h2.svelte-1tes396{font-size:1.75rem}.scroll-down-container.svelte-1tes396{font-size:.6rem}.mouse.svelte-1tes396{width:22px;height:30px}.projects-track-container.svelte-1tes396{height:50vh}.project-card.svelte-1tes396{width:90vw;min-width:unset;max-height:450px;margin-right:0;margin-bottom:2rem}.project-image.svelte-1tes396{height:55%}.project-info.svelte-1tes396{height:45%;padding:.8rem}.project-info.svelte-1tes396 h3:where(.svelte-1tes396){font-size:1.1rem}.project-category.svelte-1tes396{font-size:.8rem;margin-bottom:.5rem}.tech-tag.svelte-1tes396{font-size:.65rem;padding:.2rem .5rem}.modal-content.svelte-1tes396{padding:1rem;max-height:95vh}.close-btn.svelte-1tes396{top:10px;right:10px;width:35px;height:35px;font-size:1.2rem}.modal-content.svelte-1tes396 h3:where(.svelte-1tes396){font-size:1.3rem}.modal-category.svelte-1tes396{font-size:.95rem}.modal-description.svelte-1tes396{font-size:.9rem;padding:1rem}.modal-link.svelte-1tes396{width:100%;justify-content:center}}.code-fullscreen-backdrop.svelte-1tes396{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;z-index:2000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.fullscreen-image-container.svelte-1tes396{position:relative;max-width:95vw;max-height:95vh;display:flex;justify-content:center;align-items:center}.fullscreen-image.svelte-1tes396{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 20px #00000080}.fullscreen-close.svelte-1tes396{position:absolute;top:-40px;right:-40px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:2001;transition:transform .2s}.fullscreen-close.svelte-1tes396:hover{transform:scale(1.1);color:var(--accent-primary)}.fullscreen-nav.svelte-1tes396{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s}.fullscreen-nav.svelte-1tes396:hover{background:var(--accent-primary);transform:translateY(-50%) scale(1.1)}.fullscreen-nav.prev.svelte-1tes396{left:-70px}.fullscreen-nav.next.svelte-1tes396{right:-70px}@media(max-width:768px){.fullscreen-nav.svelte-1tes396{width:40px;height:40px;font-size:1.2rem;background:#00000080}.fullscreen-nav.prev.svelte-1tes396{left:10px}.fullscreen-nav.next.svelte-1tes396{right:10px}.fullscreen-close.svelte-1tes396{top:10px;right:10px;position:fixed}}.contact-section.svelte-wt4tt0{padding:5rem 1rem 0;text-align:center;color:var(--text-primary);background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;gap:3rem}.contact-content.svelte-wt4tt0{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}h2.svelte-wt4tt0{font-size:2.5rem;color:var(--accent-primary);margin-bottom:1rem}p.svelte-wt4tt0{color:var(--text-secondary);line-height:1.6;font-size:1.1rem}.social-links.svelte-wt4tt0{display:flex;gap:2rem;margin-top:2rem;justify-content:center;align-items:center}.social-link.svelte-wt4tt0{font-size:2.2rem;color:var(--text-secondary);transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-light);box-shadow:0 4px 10px #0000001a}.social-link.svelte-wt4tt0:hover{color:var(--accent-primary);transform:translateY(-5px);box-shadow:0 8px 20px rgba(var(--accent-primary-rgb),.3);border-color:var(--accent-primary)}.email-btn.svelte-wt4tt0{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2.5rem;font-size:1.1rem;border:2px solid var(--accent-primary);color:var(--accent-primary);border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;margin-top:1rem}.email-btn.svelte-wt4tt0:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(var(--accent-primary-rgb),.4)}.footer.svelte-wt4tt0{width:100%;padding:2rem 0;border-top:1px solid var(--border-light);margin-top:2rem;font-size:.9rem;color:var(--text-secondary)}.footer.svelte-wt4tt0 p:where(.svelte-wt4tt0){font-size:.85rem;margin:.2rem 0}@media(max-width:768px){h2.svelte-wt4tt0{font-size:2rem}.contact-section.svelte-wt4tt0{padding:4rem 1rem 0}}
