@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#0f172a;--secondary:#334155;--accent:#2563eb;--accent-soft:#dbeafe;--text-main:#1e293b;--text-muted:#64748b;--bg-white:#fff;--bg-sidebar:#f8fafc;--font-main:"Inter", sans-serif;--border-light:#e2e8f0;font-family:var(--font-main);background-color:var(--bg-white);color:var(--text-main);line-height:1.5}body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}#root{height:100%}.landing-container{flex-direction:column;height:100vh;display:flex}.navbar{z-index:10;background:0 0;width:100%;padding:2rem 5%;position:absolute;top:0;left:0}.brand-logo{width:auto;height:48px;display:block}.main-content{flex:1;height:100%;display:flex}.left-panel{background:var(--bg-white);flex:1.2;align-items:center;padding:0 8%;display:flex}.content-inner{max-width:600px}.right-panel{background:var(--bg-sidebar);border-left:1px solid var(--border-light);flex:1;justify-content:center;align-items:center;padding:4%;display:flex}.tagline{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:1rem;font-size:.875rem;font-weight:600}.headline{color:var(--primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.subtext{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem}.status-container{gap:1rem;margin-bottom:3rem;display:flex}.status-badge{background:var(--bg-white);border:1px solid var(--border-light);color:var(--text-main);border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;box-shadow:0 1px 2px #0000000d}.image-wrapper{text-align:center;width:100%;max-width:550px}.hero-image{border-radius:12px;width:100%;height:auto;box-shadow:0 25px 50px -12px #0000001a}.image-caption{color:var(--text-muted);margin-top:2rem;font-size:.875rem;font-weight:500}.footer-link a{color:var(--primary);border-bottom:2px solid var(--accent);padding-bottom:4px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.footer-link a:hover{color:var(--accent);transform:translate(5px)}@media (width<=1024px){body{height:auto;overflow:auto}.main-content{flex-direction:column}.left-panel{padding:6rem 5% 3rem}.right-panel{border-left:none;border-top:1px solid var(--border-light);padding:3rem 5%}.headline{font-size:2.5rem}}
