@import "https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300&family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Instrument+Serif:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--font-serif:"Instrument Serif", "Awesome Serif", "Playfair Display", Georgia, serif;--font-sans:"Satoshi", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"DM Mono", monospace;--font-code:"IBM Plex Mono", monospace;--color-dark:#3e3e3e;--color-black:#0a0a0a}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;width:100%;height:100%;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d0d0f;overflow-x:hidden}#root{background:#111113;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}.hero-viewport{-webkit-user-select:none;user-select:none;background-color:#dcd7d1;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.hero-backdrop-fill{z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 45%,#ebe7e2 0%,#d8d3cc 70%,#cbc5bd 100%);position:absolute;inset:0}.hero-stage{transform-origin:50%;width:1440px;height:1024px;transform:scale(var(--hero-scale,1));z-index:1;flex-shrink:0;position:relative;overflow:hidden}.layer-bg-image{pointer-events:none;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:1639px;height:1024px;position:absolute;top:0;left:0}.layer-matrix-grid{z-index:2;pointer-events:none;width:1440px;height:1024px;position:absolute;top:0;left:0;overflow:hidden}.matrix-row{color:#fff;width:max-content;font-family:var(--font-code);letter-spacing:.5px;white-space:nowrap;font-size:12px;line-height:16px;position:absolute;left:0}.hero-navbar{z-index:30;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.nav-card-wrapper{width:464px;height:54px;position:absolute;top:50px;left:926px}.nav-box-bg{background-color:#fff;position:absolute;inset:0;box-shadow:0 4px 20px #0000000f}.crosshair-marker{color:#0009;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:40px;font-weight:100;line-height:120%;display:inline-block}.cross-nav-tl{position:absolute;top:-26px;left:-12px}.cross-nav-tr{position:absolute;top:-26px;right:-15px}.cross-nav-br{position:absolute;bottom:-27px;right:-15px}.nav-items-list{pointer-events:auto;justify-content:center;align-items:center;gap:60px;display:flex;position:absolute;inset:0}.nav-link-btn{color:#0a0a0a;font-family:var(--font-mono);cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;font-weight:300;line-height:120%;transition:color .2s;position:relative}.nav-link-btn:hover{color:#666}.nav-active-dot{background-color:#0a0a0a;border-radius:1px;height:1.5px;position:absolute;bottom:-4px;left:0;right:0}.ambient-star-shadow{filter:blur(20px);z-index:4;pointer-events:none;width:654px;height:633px;position:absolute;top:247px;left:456px;overflow:visible}.layer-statue-foreground{pointer-events:none;z-index:5;background-position:50%;background-repeat:no-repeat;background-size:cover;width:1639px;height:1024px;position:absolute;top:0;left:0}.layer-text-content{z-index:10;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.asterisk-symbol{color:#3e3e3e;width:53px;font-family:var(--font-serif);pointer-events:auto;cursor:default;font-size:100px;font-weight:500;line-height:120%;position:absolute;top:60px;left:60px}.hero-title{color:#fff;width:656px;font-family:var(--font-serif);letter-spacing:-.01em;pointer-events:auto;margin:0;font-size:70.2px;font-weight:500;line-height:120%;position:absolute;top:86px;left:80px}.hero-subtitle{color:#fffc;width:493px;font-family:var(--font-sans);letter-spacing:-.02em;pointer-events:auto;margin:0;font-size:18px;font-weight:500;line-height:130%;position:absolute;top:294px;left:80px}.hero-cta-wrapper{z-index:20;pointer-events:auto;display:inline-flex;position:absolute;top:400px;left:80px}.cta-button{cursor:pointer;background-color:#f5f5f5;border:none;outline:none;justify-content:center;align-items:center;gap:9px;padding:14.4px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:inset 0 0 0 .5px #3e3e3e,0 0 0 .5px #3e3e3e}.cta-button:hover{background-color:#ececec;box-shadow:inset 0 0 0 1px #3e3e3e,0 8px 25px #0000001f}.cta-button:active{background-color:#e0e0e0}.cta-button-text{color:#3e3e3e;font-family:var(--font-serif);white-space:nowrap;font-size:28.8px;font-weight:500;line-height:120%}.cta-toast{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:var(--font-mono);z-index:50;background:#141418eb;border:1px solid #ffffff26;border-radius:999px;padding:12px 24px;font-size:14px;position:absolute;bottom:40px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000059}@media (width<=768px){.hero-viewport.is-mobile-view{-webkit-overflow-scrolling:touch;flex-direction:column;height:auto;min-height:100dvh;display:flex;overflow:hidden auto}.is-mobile-view .hero-stage{box-sizing:border-box;flex-direction:column;justify-content:space-between;width:100%;height:auto;min-height:100dvh;padding:20px 20px 40px;display:flex;position:relative;overflow:hidden;transform:none!important}.is-mobile-view .layer-bg-image,.is-mobile-view .layer-statue-foreground{background-position:72% bottom;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}.is-mobile-view .layer-matrix-grid{opacity:.07;width:100%;height:100%;position:absolute;inset:0}.is-mobile-view .hero-navbar{z-index:30;justify-content:flex-end;width:100%;height:auto;margin-bottom:24px;display:flex;position:relative;top:auto;left:auto}.is-mobile-view .nav-card-wrapper{width:auto;height:42px;display:inline-block;position:relative;top:auto;left:auto}.is-mobile-view .nav-box-bg{background-color:#fff;height:42px;position:absolute;inset:0;box-shadow:0 4px 16px #00000014}.is-mobile-view .nav-items-list{align-items:center;gap:20px;height:42px;padding:0 16px;display:flex;position:relative}.is-mobile-view .nav-link-btn{font-size:15px}.is-mobile-view .cross-nav-tl{font-size:26px;top:-16px;left:-8px}.is-mobile-view .cross-nav-tr{font-size:26px;top:-16px;right:-8px}.is-mobile-view .cross-nav-br{font-size:26px;bottom:-18px;right:-8px}.is-mobile-view .layer-text-content{z-index:25;pointer-events:auto;flex-direction:column;align-items:flex-start;width:100%;height:auto;margin-top:10px;display:flex;position:relative;top:auto;left:auto}.is-mobile-view .asterisk-symbol{width:auto;margin-bottom:-4px;margin-left:-2px;font-size:clamp(52px,14vw,72px);line-height:1;position:relative;top:auto;left:auto}.is-mobile-view .hero-title{letter-spacing:-.01em;text-shadow:0 3px 18px #00000073;width:100%;max-width:100%;margin:0 0 16px;font-size:clamp(34px,8.8vw,46px);line-height:1.16;position:relative;top:auto;left:auto}.is-mobile-view .hero-subtitle{text-shadow:0 2px 10px #00000080;color:#ffffffeb;width:100%;max-width:95%;margin:0 0 28px;font-size:clamp(14px,3.8vw,16px);line-height:1.45;position:relative;top:auto;left:auto}.is-mobile-view .hero-cta-wrapper{width:auto;margin-top:4px;padding:0;display:inline-flex;position:relative;top:auto;left:auto}.is-mobile-view .cta-button{background-color:#f5f5f5;padding:12px 18px}.is-mobile-view .cta-button-text{font-size:clamp(20px,5.2vw,24px)}.is-mobile-view .ambient-star-shadow{filter:blur(24px);opacity:.6;z-index:4;width:300px;height:300px;position:absolute;top:45%;left:20%}.is-mobile-view .cta-toast{padding:10px 20px;font-size:13px;bottom:24px}}
