@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-primary: #2c2c2c;--color-secondary: #666;--color-tertiary: #999;--color-light: #fafafa;--color-border: #eee}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);line-height:1.6;color:var(--color-primary);background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.2;margin:0}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(1.8rem,3.5vw,2.5rem)}h3{font-size:clamp(1.4rem,2.5vw,1.8rem)}p{font-family:var(--font-sans);margin:0}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}.page-container{min-height:100vh;padding:8rem 2rem 4rem;max-width:1200px;margin:0 auto}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}@media (max-width: 768px){.page-container{padding:6rem 1rem 2rem}.grid{grid-template-columns:1fr}}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}}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}}.navigation{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.site-title{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:flex-start}.site-title h1{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:400;margin:0;letter-spacing:.5px;color:#2c2c2c}.site-subtitle{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.85rem;font-weight:300;margin:0;color:#666;letter-spacing:1px;text-transform:uppercase}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2.5rem}.nav-link{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:300;letter-spacing:.5px;text-decoration:none;color:#666;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#2c2c2c}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:1px;background:#2c2c2c}@media (max-width: 768px){.nav-container{flex-direction:column;gap:1rem;padding:0 1rem}.nav-links{gap:1.5rem;flex-wrap:wrap;justify-content:center}.site-title h1{font-size:1.5rem;text-align:center}.site-subtitle{text-align:center}}.site-footer{background:#2c2c2c;color:#e0e0e0;padding:3rem 2rem 1.5rem;margin-top:4rem;font-family:Proxima Nova,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-family:Playfair Display,serif;font-size:1.1rem;margin-bottom:1rem;color:#fff}.footer-section p{font-size:.95rem;line-height:1.6;color:#b0b0b0;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#e0e0e0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid #444;padding-top:1.5rem;text-align:center;color:#999;font-size:.9rem}.footer-bottom p{margin:.25rem 0}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:1.5rem}.site-footer{padding:2rem 1.5rem 1rem}}.homepage{min-height:100vh;padding-top:8rem}.hero-section{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.hero-content{max-width:800px;text-align:center}.hero-title{font-family:Playfair Display,serif;font-size:4rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;letter-spacing:1px;line-height:1.1}.hero-subtitle{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.2rem;font-weight:300;color:#666;margin:0 0 3rem;letter-spacing:2px;text-transform:uppercase}.hero-description{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:400;letter-spacing:.5px;text-decoration:none;padding:1rem 2.5rem;border-radius:2px;transition:all .3s ease;display:inline-block}.cta-button.primary{background:#2c2c2c;color:#fff}.cta-button.primary:hover{background:#1a1a1a;transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#2c2c2c;border:1px solid #2c2c2c}.cta-button.secondary:hover{background:#2c2c2c;color:#fff;transform:translateY(-2px)}.featured-section,.project-section{padding:6rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:4rem;color:#2c2c2c;letter-spacing:.5px}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4rem;margin-top:4rem}.featured-item{text-align:center}.featured-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.featured-link:hover{transform:translateY(-5px)}.featured-image-placeholder{width:100%;height:300px;background:linear-gradient(135deg,#e8e8e8,#f5f5f5);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;border-radius:2px;transition:all .3s ease}.featured-link:hover .featured-image-placeholder{background:linear-gradient(135deg,#ddd,#eee)}.featured-image-placeholder span{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:300;color:#999;letter-spacing:1px}.featured-item h3{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c}.featured-item p{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.6;color:#666;max-width:350px;margin:0 auto}.project-section{background:#fafafa}.project-content{max-width:800px;margin:0 auto;text-align:center}.project-content h2{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:400;margin-bottom:2rem;color:#2c2c2c}.project-content p{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.learn-more-link{font-family:Proxima Nova,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:400;color:#2c2c2c;text-decoration:none;letter-spacing:.5px;display:inline-block;margin-top:1rem;transition:opacity .3s ease}.learn-more-link:hover{opacity:.7}@media (max-width: 768px){.homepage{padding-top:10rem}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:1rem;padding:0 1rem}.hero-actions{flex-direction:column;align-items:center}.featured-grid{grid-template-columns:1fr;gap:3rem}.featured-image-placeholder{height:250px}.section-title{font-size:2rem}}.curators-guide-page{min-height:100vh;padding:8rem 2rem 4rem;background:#fff}.guide-container{max-width:900px;margin:0 auto}.guide-header{margin-bottom:4rem;text-align:center}.guide-title{font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1.5rem;color:#2c2c2c;font-weight:400;letter-spacing:.5px}.guide-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.15rem;color:#666;line-height:1.6;font-weight:300;max-width:700px;margin:0 auto}.guide-content{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;color:#555;line-height:1.8;text-align:left!important}.guide-content section{margin-bottom:4rem!important}.guide-content h2{font-family:Playfair Display,serif!important;font-size:2rem!important;margin-bottom:1.5rem!important;color:#2c2c2c!important;font-weight:400!important;border-bottom:2px solid #e0e0e0!important;padding-bottom:.5rem!important;letter-spacing:.3px!important}.guide-content h3{font-family:Playfair Display,serif!important;font-size:1.4rem!important;margin-bottom:1.25rem!important;margin-top:2rem!important;color:#2c2c2c!important;font-weight:400!important;letter-spacing:.2px!important}.guide-content p{margin-bottom:1.25rem!important;line-height:1.9!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1.05rem!important;color:#555!important;text-align:left!important}.guide-content ul,.guide-content ol{margin-bottom:2rem!important;padding-left:2rem!important;line-height:1.9!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1.05rem!important;color:#555!important;text-align:left!important;list-style-position:outside!important}.guide-content ul{list-style-type:disc!important}.guide-content ol{list-style-type:decimal!important}.guide-content li{margin-bottom:.75rem!important;text-align:left!important;padding-left:.5rem!important}.guide-content li:last-child{margin-bottom:0!important}.guide-content strong{font-weight:600!important;color:#2c2c2c!important}.guide-content table{width:100%!important;border-collapse:collapse!important;margin:1.5rem 0!important;background:#fafafa!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 2px 4px #0000000d!important}.guide-content th,.guide-content td{padding:1rem!important;text-align:left!important;border-bottom:1px solid #e0e0e0!important}.guide-content th{background:#f0f0f0!important;font-weight:600!important;color:#2c2c2c!important}.guide-content td:first-child strong{display:inline-block!important;min-width:120px!important;color:#2c2c2c!important}.guide-content code{background:#f5f5f5!important;padding:.2rem .4rem!important;border-radius:3px!important;font-size:.95rem!important;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace!important;color:#2c2c2c!important}.guide-content pre{background:#2c2c2c!important;color:#f0f0f0!important;padding:2rem!important;border-radius:8px!important;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace!important;font-size:.95rem!important;overflow:auto!important;margin:1.5rem 0!important;box-shadow:0 4px 6px #0000001a!important;line-height:1.5!important}.guide-content pre code{background:transparent!important;padding:0!important;border-radius:0!important;font-size:inherit!important;color:inherit!important}.guide-content>div[style*=background]{margin:2rem 0!important}.guide-content>div[style*=grid-template-columns]{margin:2rem 0!important}.guide-content .guide-content>div{margin:1.5rem 0!important}.guide-content section>div[style*=background]{margin:1.5rem 0!important}@media (max-width: 768px){.curators-guide-page{padding:10rem 1.5rem 3rem}.guide-title{font-size:2.2rem}.guide-subtitle{font-size:1rem}.guide-content h2{font-size:1.6rem!important}.guide-content h3{font-size:1.2rem!important}.guide-content div[style*=grid-template-columns]{grid-template-columns:1fr!important}.guide-content table{font-size:.9rem!important}.guide-content th,.guide-content td{padding:.75rem .5rem!important}.guide-content td:first-child strong{min-width:100px!important}.guide-content ul,.guide-content ol{padding-left:1.5rem!important}.guide-content pre{padding:1.5rem!important;font-size:.85rem!important}}.section-spacing{margin-bottom:4rem!important}.section-header{font-family:Playfair Display,serif!important;font-size:2rem!important;margin-bottom:1.5rem!important;color:#2c2c2c!important;font-weight:400!important;border-bottom:2px solid #e0e0e0!important;padding-bottom:.5rem!important;letter-spacing:.3px!important}.subsection-header{font-family:Playfair Display,serif!important;font-size:1.4rem!important;margin-bottom:1.25rem!important;margin-top:2rem!important;color:#2c2c2c!important;font-weight:400!important;letter-spacing:.2px!important}.content-block{background:#fafafa!important;padding:2rem!important;border-radius:8px!important;margin-bottom:2.5rem!important;border:1px solid #e8e8e8!important}.two-column-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:2rem!important;margin-bottom:2rem!important}.tier-card{padding:2rem!important;border-radius:8px!important}.tier-card.tier-1{background:#f0f8f0!important;border:2px solid #d0e8d0!important}.tier-card.tier-2{background:#fff8f0!important;border:2px solid #ffe8d0!important}.contact-section{background:linear-gradient(135deg,#f8f8f8,#fff)!important;padding:3rem!important;border-radius:12px!important;text-align:center!important;border:2px solid #e0e0e0!important;box-shadow:0 4px 12px #00000014!important}.contact-section .contact-link{color:#2c2c2c!important;text-decoration:none!important;border-bottom:2px solid #2c2c2c!important;padding-bottom:2px!important}.contact-section .contact-link:hover{border-color:#555!important}.copyright-notice{background:#f8f8f8!important;padding:2rem!important;border-radius:8px!important;border-left:4px solid #2c2c2c!important;margin-bottom:2rem!important;box-shadow:0 2px 4px #0000000d!important}.copyright-text{margin:0!important;font-family:monospace!important;font-size:1rem!important;line-height:1.6!important}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
