:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a3a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#1a1a3a,#2d1b69)}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#1a1a3a,#2d1b69);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.logo{display:flex;align-items:center;gap:1rem}.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.logo-text{font-size:1.5rem;font-weight:600;color:#fff}.main{padding:4rem 0;min-height:calc(100vh - 200px);display:flex;align-items:center}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;line-height:1.6;color:#fffc;margin-bottom:3rem;max-width:500px}.features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature:hover{background:#ffffff14;transform:translateY(-2px)}.feature-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#6366f133;border-radius:8px}.feature span{font-weight:500;color:#fff}.cta-section{display:flex;flex-direction:column;gap:1rem}.cta-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;max-width:200px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #6366f14d}.cta-note{color:#fff9;font-size:.9rem}.phone-mockup{display:flex;justify-content:center;align-items:center}.phone-frame{width:280px;height:560px;background:#1a1a1a;border-radius:30px;padding:20px;box-shadow:0 20px 40px #0000004d;position:relative}.phone-frame:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#333;border-radius:2px}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#1a1a3a,#2d1b69);border-radius:20px;padding:2rem 1.5rem;overflow:hidden}.app-header{text-align:center;margin-bottom:2rem}.app-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.5rem}.app-date{color:#fff9;font-size:.9rem}.nutrition-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.8rem;margin-bottom:2rem}.nutrition-card{background:#ffffff1a;border-radius:12px;padding:1rem .8rem;text-align:center;border:1px solid rgba(255,255,255,.1)}.nutrition-label{font-size:.7rem;color:#ffffffb3;margin-bottom:.5rem}.nutrition-value{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.2rem}.nutrition-unit{font-size:.6rem;color:#ffffff80}.meals-section{display:flex;flex-direction:column;gap:1rem}.meal-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.meal-icon{font-size:1.2rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.meal-info{flex:1}.meal-name{color:#fff;font-weight:500;font-size:.9rem;margin-bottom:.2rem}.meal-calories{color:#fff9;font-size:.8rem}.meal-add{width:28px;height:28px;background:#6366f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer p{color:#fff9;font-size:.9rem}@media (max-width: 768px){.container{padding:0 1rem}.hero{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.phone-frame{width:240px;height:480px}.phone-screen{padding:1.5rem 1rem}.app-title{font-size:1.5rem}.nutrition-cards{gap:.5rem}.nutrition-card{padding:.8rem .5rem}.nutrition-value{font-size:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.phone-frame{width:200px;height:400px}.phone-screen{padding:1rem .8rem}}
