:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:min(320px,100%);min-height:100vh;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:"Instrument Serif";src:url(/assets/InstrumentSerif-Regular-D2fgtoWl.ttf) format("truetype");font-weight:400;font-style:normal}body{background-image:url(/gradient.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;margin:0;overflow-x:hidden}body,h1,p{font-family:"Instrument Serif",serif}#root{width:100%;margin:0;padding:0;box-sizing:border-box}.title-section{height:100vh;width:100%;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:10;pointer-events:none}.title-section h1{color:#fff;font-size:8rem;font-weight:700;text-shadow:0 2px 16px rgba(0,0,0,.4);margin:0;text-align:center}.content-section{position:relative;z-index:2;margin-top:100vh;width:100%;background:transparent}.content-wrapper{max-width:800px;margin:0 auto;padding:4rem 20px}.content-wrapper p{color:#fff;font-size:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3);text-align:center;margin:0;line-height:1.6}.scroll-indicator{position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:1000;pointer-events:none;transition:opacity .3s ease;animation:bounce 2s infinite}.scroll-arrow{display:flex;align-items:center;justify-content:center}.scroll-arrow svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-8px) translate(-50%)}60%{transform:translateY(-4px) translate(-50%)}}@media (max-width: 768px){.title-section h1{font-size:4rem}.content-wrapper{padding:3rem 20px}.content-wrapper p{font-size:1.25rem}.scroll-indicator{bottom:30px}.scroll-arrow svg{width:28px;height:28px}}@media (max-width: 480px){.title-section h1{font-size:3rem}.content-wrapper p{font-size:1.1rem}.scroll-indicator{bottom:20px}.scroll-arrow svg{width:24px;height:24px}}.section-header{font-size:2em;font-weight:700;display:inline-block;margin:1em 0}.intro-section{margin-bottom:0rem;position:relative}.intro-layout{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:0rem;gap:3rem}.intro-left{flex:1}.intro-text p{margin:0;font-size:1.5rem;text-align:center}.sub-text{margin-top:.5rem}.sub-text p{margin:0;font-size:1.5rem;text-align:center}.intro-right{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;flex-shrink:0}.cta-button{display:inline-block;padding:.875rem 2rem;font-family:"Instrument Serif",serif;font-size:1.1rem;font-weight:500;text-decoration:none;border-radius:8px;transition:all .3s ease;text-shadow:none;cursor:pointer;border:2px solid transparent;white-space:nowrap}.cta-button.primary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 16px #0003}.cta-button.primary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #0003}.footer-section{margin-top:4rem;padding:3rem 0 4rem;border-top:1px solid rgba(255,255,255,.2);position:relative}.footer-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:800px;margin:0 auto}.footer-button{display:inline-block;padding:.75rem 1.25rem;font-family:"Instrument Serif",serif;font-size:1rem;font-weight:500;text-decoration:none;border-radius:8px;transition:all .3s ease;text-shadow:none;cursor:pointer;border:2px solid transparent;text-align:center;white-space:nowrap}.footer-button.primary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 16px #0003}.footer-button.primary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.footer-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}.footer-button.secondary:hover{background:#ffffff1a;border-color:#ffffffb3;transform:translateY(-2px);box-shadow:0 4px 16px #0003}@media (max-width: 768px){.intro-layout{flex-direction:column;align-items:flex-start;gap:1.5rem}.intro-right{align-items:center;align-self:center}.cta-button{width:80%;text-align:center;padding:1rem 2rem}.footer-buttons{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:500px}.footer-button{padding:.75rem 1rem;font-size:.95rem}}@media (max-width: 480px){.cta-button{font-size:1rem;padding:.875rem 1.5rem}.footer-section{margin-top:3rem;padding:2rem 0 3rem}.footer-buttons{grid-template-columns:1fr;gap:.75rem;max-width:300px}.footer-button{font-size:.9rem;padding:.75rem 1rem}}
