: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:320px;min-height:100vh}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}}:root{--primary: #1B72B8;--secondary: #2A388F;--tertiary: #646567;--white: #FFFFFF;--black: #000000;--bg: var(--white);--text: var(--black);--muted-text: #4B5563;--button-bg: var(--primary);--button-text: var(--white);--button-hover: var(--secondary)}#root{height:100%}@media (prefers-color-scheme: dark){:root{--bg: #0D1117;--text: var(--white);--muted-text: #A9A9B3;--button-bg: var(--secondary);--button-text: var(--white);--button-hover: var(--tertiary)}}body{background-color:var(--bg);color:var(--text);font-family:Segoe UI,sans-serif;transition:background-color .3s ease,color .3s ease}html,body{width:100%;height:100%;margin:0;padding:0}.hero-container{width:100vw;height:100vh;max-height:900px;overflow:hidden;position:relative;display:flex;background-color:#0d1117}.hero-left{width:50%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding-left:6vw;background:linear-gradient(to right,#000,#000000e6 60%,#0009 80%,#0000 90%);z-index:2;position:relative}.hero-text-content{max-width:90%}.hero-title{font-size:3rem;font-weight:700;color:var(--white);margin:0}.hero-subtitle{font-size:1.25rem;margin-top:.5rem;color:var(--muted-text)}.hero-button{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:var(--primary);color:var(--white);border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background .3s ease}.hero-button:hover{background-color:var(--secondary)}@media (max-width: 768px){.hero-container{flex-direction:column;position:relative}.hero-left{width:100%;height:100%;padding:4vh 5vw;background:#000000a6;position:absolute;top:0;left:0;z-index:2;display:flex;justify-content:center;align-items:top}.hero-text-content{text-align:center;max-width:90%;z-index:3}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-button{font-size:1rem;padding:.65rem 1.25rem}.globe-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}}.fade-into-section{position:relative;z-index:3000;margin-top:-100px;height:100px;background:linear-gradient(to bottom,#0000,#000000b3 30%,#000);display:flex;align-items:flex-start;justify-content:center}.fade-inner-content{width:90%;max-width:1200px;padding-top:3rem;color:var(--white)}.below-hero-section{height:400px;background-color:var(--black);position:relative;z-index:2}
