:root{--primary-color:#6b7fdd;--secondary-color:#97b3d9;--accent-color:#b8d4c6;--warm-accent:#f2d7c7;--text-primary:#2c3e50;--text-secondary:#5a6c7d;--text-light:#8b9dc3;--background-primary:#fdfefe;--background-secondary:#f8fafd;--background-card:#fff;--border-color:#e3ebef;--shadow-light:#6b7fdd14;--shadow-medium:#6b7fdd26;--success-color:#84c88a;--error-color:#e899a1}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#fdfefe,#f8fafd);background:linear-gradient(135deg,var(--background-primary) 0,var(--background-secondary) 100%);color:#2c3e50;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:#2c3e50;color:var(--text-primary);font-weight:600;line-height:1.3}p{color:#5a6c7d;color:var(--text-secondary);line-height:1.7}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus{outline:2px solid #6b7fdd;outline:2px solid var(--primary-color);outline-offset:2px}*,:after,:before{transition:all .3s ease}.App{display:flex;flex-direction:column;min-height:100vh}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='75' cy='75' r='1.5' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.07)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative;z-index:1}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#fffc);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.hero-description{color:#fffc;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:600px}.main-content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:4rem 2rem}.demo-container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr;max-width:1400px;width:100%}.demo-section{padding:3.5rem}.demo-section,.waitlist-section{background:var(--background-card);border:1px solid var(--border-color);border-radius:24px;box-shadow:0 10px 30px var(--shadow-light),0 4px 20px var(--shadow-medium)}.waitlist-section{padding:3rem}.demo-title{font-size:2.5rem}.demo-title,.waitlist-title{color:var(--text-primary);margin-bottom:1rem;text-align:center}.waitlist-title{font-size:2rem}.demo-description,.waitlist-description{color:var(--text-secondary);line-height:1.6;margin-bottom:2.5rem;text-align:center}.loom-embed-container{align-items:center;aspect-ratio:16/9;background:var(--background-secondary);border:2px dashed var(--border-color);border-radius:16px;display:flex;justify-content:center;min-height:500px;overflow:hidden;width:100%}.loom-placeholder{color:var(--text-light);text-align:center}.loom-icon{font-size:3rem;margin-bottom:1rem}.loom-placeholder p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:.5rem}.loom-placeholder small{color:var(--text-light);font-size:.9rem}.footer{background:var(--background-secondary);border-top:1px solid var(--border-color);padding:2rem;text-align:center}.footer p{color:var(--text-light);font-size:.9rem}@media (max-width:768px){.hero-section{padding:3rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.main-content{padding:2rem 1rem}.demo-container{gap:2rem;grid-template-columns:1fr}.demo-section,.waitlist-section{border-radius:16px;padding:2rem}.demo-title,.waitlist-title{font-size:1.5rem}}@media (max-width:480px){.hero-title{font-size:2rem}.demo-section,.waitlist-section{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeInUp .8s ease-out}.demo-section{animation:fadeInUp .8s ease-out .2s both}.waitlist-section{animation:fadeInUp .8s ease-out .4s both}.google-form-container{background:var(--background-card);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 20px var(--shadow-light);min-height:850px;overflow:hidden;width:100%}.google-form-container iframe{background:#fff;border:none;border-radius:16px;min-height:800px}.form-instructions{background:var(--background-secondary);border-top:1px solid var(--border-color);padding:1rem 1.5rem;text-align:center}.form-instructions p{color:var(--text-secondary);font-size:.9rem;margin:0}.form-instructions a{color:var(--primary-color);font-weight:500;margin-left:.5rem;text-decoration:none}.form-instructions a:hover{text-decoration:underline}@media (max-width:768px){.google-form-container{min-height:700px}.google-form-container iframe{height:650px;min-height:650px}.form-instructions{padding:.75rem 1rem}}@media (max-width:480px){.google-form-container{min-height:600px}.google-form-container iframe{height:550px;min-height:550px}.form-instructions p{font-size:.85rem}.form-instructions a{display:block;margin-left:0;margin-top:.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.google-form-container{animation:fadeIn .6s ease-out}
/*# sourceMappingURL=main.c0090911.css.map*/