.App{width:100%;min-height:100vh;text-align:center}.App-header{position:fixed;top:0;left:0;width:100%;padding:1rem 2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;display:flex;align-items:center;justify-content:flex-start}.thiencaphe-logo{height:40px;width:auto;object-fit:contain}.App-main{padding-top:80px;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-section{max-width:1200px;margin:0 auto;padding:2rem;text-align:center}.hero-section h1{font-size:3rem;font-weight:700;color:green}.hero-section h2{font-size:1.5rem;color:#666;margin-bottom:2rem;font-weight:400}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.intro-content{margin-bottom:3rem}.main-description{font-size:1.2rem;line-height:1.8;color:#555;max-width:800px;margin:0 auto;background:#ffffffe6;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.feature-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(44,90,160,.1);border-radius:20px;padding:2.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #2c5aa026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.4rem;color:#2c5aa0;margin-bottom:1rem;font-weight:600}.feature-card p{font-size:1rem;color:#666;line-height:1.6;margin:0}.cta-section{margin-top:4rem;padding:2rem;background:linear-gradient(135deg,#2c5aa0,#00a651);border-radius:20px;color:#fff}.cta-text{font-size:1.3rem;font-weight:500;margin-bottom:1rem}.arrow-indicator{font-size:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.App-main{padding-top:70px}.hero-section{padding:1rem}.hero-section h1{font-size:2.2rem}.hero-section h2{font-size:1.2rem}.main-description{font-size:1.1rem;padding:1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.cta-text{font-size:1.1rem}}.App-header h1{font-size:3rem;font-weight:700;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient 4s ease infinite;margin-bottom:.5rem}.App-header h2{font-size:1.5rem;color:#ffffffe6;margin-bottom:1rem}.App-header p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto}.App-main{padding:3rem 2rem;max-width:1200px;margin:0 auto}.demo-section{margin-bottom:4rem}.demo-section h3{font-size:2rem;color:#fffffff2;margin-bottom:1rem}.demo-section p{font-size:1.1rem;color:#fffc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.feature-card h4{font-size:1.3rem;color:#fffffff2;margin-bottom:.8rem}.feature-card p{font-size:1rem;color:#fffc;line-height:1.6;margin:0}.info-section{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3rem;margin-top:3rem}.info-section h3{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem}.info-section p{font-size:1.1rem;color:#fffc;line-height:1.8;max-width:800px;margin:0 auto 2rem}.tech-stack{text-align:left;max-width:400px;margin:0 auto}.tech-stack h4{font-size:1.3rem;color:#fffffff2;margin-bottom:1rem;text-align:center}.tech-stack ul{list-style:none;padding:0}.tech-stack li{color:#fffc;font-size:1rem;border-left:3px solid #4ecdc4;padding:.5rem 0 .5rem 1rem;margin-bottom:.5rem;background:#ffffff0d;border-radius:0 8px 8px 0}@media (max-width: 768px){.App-header{padding:2rem 1rem 1rem}.App-header h1{font-size:2rem}.App-header h2{font-size:1.2rem}.App-main{padding:2rem 1rem}.features{grid-template-columns:1fr}.info-section{padding:2rem;margin-top:2rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#f9f8f4}#root{width:100%;margin:0}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
