@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";*{box-sizing:border-box}body,html{color:#fff;background-color:#0a0a0a;width:100%;height:100%;margin:0;padding:0;font-family:Neue Haas Grotesk,Inter,-apple-system,sans-serif;overflow:hidden}#root{width:100vw;height:100vh}.plant-wrapper{transform-origin:bottom;color:#787878;-webkit-user-select:none;user-select:none;background:0 0;font-family:Courier New,Courier,monospace;font-size:14px;line-height:1.2;position:absolute}.plant-wrapper pre{pointer-events:none;margin:0}@keyframes flash{0%{filter:brightness()}50%{filter:brightness(2.5)}to{filter:brightness()}}.plant-wrapper pre.flashing{animation:.7s ease-out flash}.viewport-hint{color:#333;text-transform:uppercase;letter-spacing:.12em;pointer-events:none;z-index:100;font-family:monospace;font-size:10px;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}
