@import"https://fonts.googleapis.com/css2?family=Silkscreen&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;overflow:hidden}body{min-height:100vh}.app{width:100%;height:100vh;position:relative;overflow:hidden}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;position:relative;z-index:1}.title{font-family:Silkscreen,cursive;font-size:clamp(3rem,12vw,7rem);font-weight:400;letter-spacing:.05em;background:linear-gradient(135deg,#ff6b35,#fc0,#00d4aa 66%,#36f);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite;margin-bottom:1rem;position:relative}.title:before{content:"knitwits";position:absolute;left:6px;top:6px;z-index:-1;background:#f22;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}
