:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #1a1a1a;--vt-c-black-soft: #242424;--vt-c-black-mute: #2f2f2f;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(255, 255, 255, .1);--vt-c-divider-dark-2: rgba(255, 255, 255, .06);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;position:relative;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-background: #f8f8f8;--color-text-dark: #333;--color-text-light: #666;--color-primary-pink: #e91e63;--color-primary-blue: #2196f3;--color-secondary-green: #4caf50;--color-console-bg: #2b2b2b;--color-console-header-bg: #3c3c3c;--color-console-text: #eee;--color-console-code: #a9b7c6;--color-console-line-number: #616161}body{margin:0;font-family:Inter,sans-serif;color:var(--color-text-dark);background-color:var(--color-background)}#app-container{max-width:1400px;margin:0 auto;padding:2rem;text-align:center}.main-header{display:flex;justify-content:center;align-items:center;padding:1rem 0;margin-bottom:3rem;flex-direction:column}.conveneo-logo{height:140px;margin-bottom:1rem}.header-title{font-size:2rem;font-weight:700;color:var(--color-text-dark);margin:0}.hero-section{margin-bottom:4rem}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-section p{font-size:1.2rem;color:var(--color-text-light);margin-bottom:2rem}.cta-button{background-color:var(--color-primary-pink);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:var(--color-primary-blue)}.feature-highlights{display:flex;justify-content:space-around;margin-bottom:4rem;flex-wrap:wrap}.feature-item{flex-basis:30%;padding:1rem;text-align:center}.icon-placeholder{font-size:3rem;margin-bottom:1rem}.feature-item h3{font-size:1.5rem;margin-bottom:.5rem}.feature-item p{color:var(--color-text-light)}.demo-console-section{margin-bottom:4rem}.demo-console-section h2{font-size:2.5rem;margin-bottom:2rem}.demo-console-mockup{background-color:var(--color-console-bg);border-radius:8px;overflow:hidden;text-align:left;box-shadow:0 10px 30px #0003}.console-header{background-color:var(--color-console-header-bg);padding:.5rem 1rem;display:flex;align-items:center}.dot{width:12px;height:12px;border-radius:50%;margin-right:5px}.dot.red{background-color:#ff605c}.dot.yellow{background-color:#ffbd44}.dot.green{background-color:#00ca4e}.console-title{color:var(--color-console-text);margin-left:1rem}.console-content{display:flex;flex-wrap:wrap}.code-editor-mockup{flex:2;padding:1rem;min-width:300px}.tabs{display:flex;margin-bottom:1rem}.tab{background-color:#444;color:var(--color-console-text);border:none;padding:.5rem 1rem;cursor:pointer;border-radius:5px 5px 0 0;margin-right:5px}.tab.active{background-color:var(--color-primary-pink)}.code-editor-mockup pre{background-color:#1e1e1e;padding:1rem;border-radius:5px;overflow-x:auto;color:var(--color-console-code);font-family:Fira Code,monospace}.code-editor-mockup code{counter-reset:line}.code-editor-mockup code>span:before{counter-increment:line;content:counter(line);display:inline-block;width:2em;margin-right:1em;color:var(--color-console-line-number);text-align:right}.console-stats-mockup{flex:1;background-color:#1e1e1e;padding:1rem;min-width:250px;display:flex;flex-direction:column;justify-content:space-between}.stats-header{color:var(--color-console-text);font-weight:600;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:1.5rem}.stat-item{display:flex;justify-content:space-between;color:var(--color-console-text)}.stat-label{font-weight:400}.stat-value{font-weight:600;color:var(--color-secondary-green)}.magic-demo-button{background:linear-gradient(90deg,var(--color-primary-pink) 0%,var(--color-secondary-green) 100%);border:none;color:#fff;padding:.8rem 1.5rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:opacity .3s ease}.magic-demo-button:hover{opacity:.9}.visual-flow{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:4rem}.flow-item{text-align:center;margin:1rem}.flow-icon{font-size:3rem;margin-bottom:.5rem}.flow-arrow{font-size:2rem;margin:0 1rem;color:var(--color-primary-pink)}.main-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.8rem;color:var(--color-text-light);border-top:1px solid #eee}.main-footer p{margin:0}.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease}.modal-wrapper{width:90%;max-width:800px;transition:all .3s ease}.modal-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000054;font-family:Helvetica,Arial,sans-serif;overflow:hidden}.modal-header{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.modal-header h3{margin:0;color:var(--color-text-dark)}.modal-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#aaa}.modal-close-button:hover{color:#333}.modal-body{padding:1rem}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width: 768px){.modal-wrapper{width:95%}}
