nav.svelte-o7qqox.svelte-o7qqox{position:fixed;top:0;width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;background-color:transparent;transition:background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;z-index:1000;box-sizing:border-box;font-family:'Georgia', serif}nav.scrolled.svelte-o7qqox.svelte-o7qqox{background-color:rgba(18, 18, 18, 0.40);box-shadow:0 2px 12px rgba(0, 0, 0, 0.35);backdrop-filter:blur(6px)}.site-title.svelte-o7qqox.svelte-o7qqox{font-size:1.9rem;font-weight:bold;text-decoration:none;color:#ffffff;opacity:1;transition:opacity 0.3s ease}.site-title.svelte-o7qqox.svelte-o7qqox:hover{opacity:0.85}.nav-links.svelte-o7qqox.svelte-o7qqox{display:flex;align-items:center}.nav-links.svelte-o7qqox a.svelte-o7qqox{margin-left:2rem;text-decoration:none;font-size:1.35rem;font-weight:500;color:#f5f5f0;font-family:'Inter', sans-serif;letter-spacing:0.5px;transition:color 0.3s ease}.nav-links.svelte-o7qqox a.svelte-o7qqox:hover{text-decoration:underline;color:#f6c177}
.hero.svelte-6c1ltk.svelte-6c1ltk{background-image:linear-gradient(
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.3)
      ),
      url('/hero-bg.jpg');background-size:cover;background-position:center;color:#f5f5f0;padding:8rem 2rem 4rem;text-align:center;font-family:'Inter', sans-serif;width:100%;box-sizing:border-box}.hero.svelte-6c1ltk h1.svelte-6c1ltk{font-size:2rem;line-height:1.6;max-width:900px;margin:0 auto}.about-wrapper.svelte-6c1ltk.svelte-6c1ltk{background-color:#2f3f40;padding:4rem 0;width:100%;box-sizing:border-box}.about-container.svelte-6c1ltk.svelte-6c1ltk{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:row;justify-content:space-between;gap:3rem;align-items:center;color:#f5f5f0;font-family:'Inter', sans-serif}.about-text.svelte-6c1ltk.svelte-6c1ltk{flex:1;font-size:1.1rem;line-height:1.6}.about-text.svelte-6c1ltk p.svelte-6c1ltk{margin-bottom:1rem}.about-img.svelte-6c1ltk.svelte-6c1ltk{flex:1;display:flex;justify-content:center}.about-img.svelte-6c1ltk img.svelte-6c1ltk{width:100%;max-width:500px;border-radius:0.5rem}.social-icons.svelte-6c1ltk.svelte-6c1ltk{margin-top:1.5rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.social-icons.svelte-6c1ltk a.svelte-6c1ltk{display:inline-flex;align-items:center;justify-content:center;padding:0.4rem;background-color:rgba(255, 255, 255, 0.07);border-radius:50%;transition:transform 0.2s ease, background-color 0.2s ease}.social-icons.svelte-6c1ltk a.svelte-6c1ltk:hover{background-color:rgba(255, 255, 255, 0.15);transform:scale(1.1)}.social-icons.svelte-6c1ltk img.svelte-6c1ltk{width:28px;height:28px;filter:brightness(0) invert(1);opacity:0.95;transition:transform 0.2s ease}body{margin:0;overflow-x:hidden}@media(max-width: 768px){.hero.svelte-6c1ltk.svelte-6c1ltk{padding:6rem 1rem 3rem}.hero.svelte-6c1ltk h1.svelte-6c1ltk{font-size:1.5rem;padding:0 1rem}.about-container.svelte-6c1ltk.svelte-6c1ltk{flex-direction:column-reverse;gap:2rem;text-align:center;padding:0 1.2rem}.about-text.svelte-6c1ltk.svelte-6c1ltk{font-size:1rem}.about-img.svelte-6c1ltk img.svelte-6c1ltk{max-width:90%}}
html{scroll-behavior:smooth}body{margin:0;background-color:#2f3f40;font-family:'Georgia', serif;color:#f5f5f0}main.svelte-ycbbhc.svelte-ycbbhc{padding-top:5rem}.hero.svelte-ycbbhc.svelte-ycbbhc{position:relative;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;overflow:hidden}.hero.svelte-ycbbhc.svelte-ycbbhc::before{content:'';position:absolute;inset:0;background-image:url('/lift.jpg');background-size:cover;background-position:center;filter:brightness(30%);z-index:-1}.hero.svelte-ycbbhc h1.svelte-ycbbhc{font-size:4rem;font-weight:500;margin-bottom:1rem;color:white;position:relative}.post-entry.svelte-ycbbhc.svelte-ycbbhc{max-width:800px;margin:4rem auto;padding:0 1rem;text-align:center;transition:transform 0.3s ease}.post-entry.svelte-ycbbhc.svelte-ycbbhc:hover{transform:scale(1.02)}.post-entry.svelte-ycbbhc img.svelte-ycbbhc{width:100%;max-width:550px;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;box-shadow:0 4px 12px rgba(0, 0, 0, 0.3)}.post-date.svelte-ycbbhc.svelte-ycbbhc{margin-top:1.25rem;font-size:0.9rem;color:#bbb}.post-title.svelte-ycbbhc.svelte-ycbbhc{font-size:2rem;margin:0.5rem 0;color:#f5f5f0}.post-subtitle.svelte-ycbbhc.svelte-ycbbhc{font-size:1.15rem;color:#ccc;font-weight:400}a.post-link.svelte-ycbbhc.svelte-ycbbhc{text-decoration:none;color:inherit}footer.svelte-ycbbhc.svelte-ycbbhc{padding:4rem 2rem 3rem;text-align:center;color:#999;font-size:0.9rem}@media(max-width: 600px){.hero.svelte-ycbbhc h1.svelte-ycbbhc{font-size:2.5rem}.post-title.svelte-ycbbhc.svelte-ycbbhc{font-size:1.5rem}.post-subtitle.svelte-ycbbhc.svelte-ycbbhc{font-size:1rem}.post-entry.svelte-ycbbhc img.svelte-ycbbhc{width:100%;height:auto}.post-entry.svelte-ycbbhc.svelte-ycbbhc{padding:0 0.5rem}footer.svelte-ycbbhc.svelte-ycbbhc{font-size:0.8rem}}
html{scroll-behavior:smooth}body{margin:0;background-color:#2f3f40}main.svelte-ijycxd.svelte-ijycxd{color:#f5f5f0;font-family:'Georgia', serif;max-width:1000px;margin:0 auto;padding:6rem 2rem 3rem}h1.svelte-ijycxd.svelte-ijycxd{text-align:center;font-size:2.75rem;margin-bottom:3rem;position:relative}h1.svelte-ijycxd.svelte-ijycxd::after{content:'';width:100px;height:4px;background-color:#f6c177;display:block;margin:0.5rem auto 0;border-radius:4px}.section-button.svelte-ijycxd.svelte-ijycxd{background:none;border:none;width:100%;text-align:left;padding:1.25rem 0;color:#f5f5f0;font-size:1.8rem;font-family:inherit;font-weight:bold;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color 0.3s ease}.section-button.svelte-ijycxd.svelte-ijycxd:hover{background-color:rgba(255, 255, 255, 0.05)}.chevron.svelte-ijycxd.svelte-ijycxd{font-size:1.4rem;transition:transform 0.3s ease}.rotate.svelte-ijycxd.svelte-ijycxd{transform:rotate(180deg)}.content.svelte-ijycxd.svelte-ijycxd{overflow:hidden;max-height:0;transition:max-height 0.5s ease}.content.open.svelte-ijycxd.svelte-ijycxd{max-height:1000px;transition:max-height 0.75s ease}.paper.svelte-ijycxd.svelte-ijycxd{margin:1.25rem 0;font-size:1.1rem;line-height:1.6}.paper.svelte-ijycxd strong.svelte-ijycxd{display:block;margin-bottom:0.35rem}.pdf-button.svelte-ijycxd.svelte-ijycxd{display:inline-block;margin-top:1rem;margin-right:1rem;padding:0.75rem 1.4rem;background-color:#f6c177;color:#2f3f40;border:none;border-radius:6px;font-weight:bold;font-family:inherit;text-decoration:none;transition:background-color 0.3s ease, transform 0.2s ease;font-size:1rem}.pdf-button.svelte-ijycxd.svelte-ijycxd:hover{background-color:#e3a65c;transform:scale(1.05)}footer.svelte-ijycxd.svelte-ijycxd{padding:4rem 2rem 3rem;text-align:center;color:#999;font-size:0.9rem}@media(max-width: 600px){main.svelte-ijycxd.svelte-ijycxd{padding:4rem 1rem 2rem}h1.svelte-ijycxd.svelte-ijycxd{font-size:2rem}.section-button.svelte-ijycxd.svelte-ijycxd{font-size:1.3rem;padding:1rem 0}.chevron.svelte-ijycxd.svelte-ijycxd{font-size:1.1rem}.paper.svelte-ijycxd.svelte-ijycxd{font-size:1rem}.pdf-button.svelte-ijycxd.svelte-ijycxd{font-size:0.9rem;padding:0.6rem 1.2rem}footer.svelte-ijycxd.svelte-ijycxd{font-size:0.8rem}}
html{scroll-behavior:smooth}body{margin:0;background-color:#2f3f40;color:#f5f5f0;font-family:'Georgia', serif}main.svelte-1px4z5{padding-top:4.5rem}@keyframes svelte-1px4z5-fadeIn{to{opacity:1;transform:translateY(0)}}
