:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fafafa}::-webkit-scrollbar-thumb{background:#0070f3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0060df}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#fff}.navbar{position:fixed;top:0;left:0;right:0;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.08)}.nav-content{max-width:1200px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.5rem}.logo-icon{width:36px;height:36px;background:#0070f3;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700}.logo-text{color:#000;font-weight:700}.nav-download{padding:.5rem 1.25rem;background:#0070f3;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.875rem;transition:all .2s ease}.nav-download:hover{background:#0060df}.hero{max-width:1200px;margin:0 auto;padding:160px 2rem 100px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:85vh;opacity:0;transform:translateY(20px);transition:all .6s ease}.hero.visible{opacity:1;transform:translateY(0)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;background:#f0f7ff;border:1px solid #e0f0ff;border-radius:6px;font-size:.8rem;font-weight:600;color:#0070f3;margin-bottom:2rem}.badge-emoji{font-size:1rem}.hero-title{font-size:4rem;font-weight:800;line-height:1.15;color:#000;margin-bottom:1.5rem;letter-spacing:-.03em}.gradient-text{color:#0070f3}.hero-description{font-size:1.2rem;line-height:1.7;color:#666;margin-bottom:2.5rem;max-width:500px;font-weight:400}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;border-radius:12px;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:#fff;padding:.5rem;box-shadow:0 4px 14px #0000001a;border:1px solid #eaeaea}.btn-primary:hover{box-shadow:0 6px 20px #00000026}.btn-large{padding:.75rem}.play-store-badge{height:60px;width:auto}.play-store-badge.large{height:70px}.hero-stats{display:flex;gap:3rem}.stat{text-align:left}.stat-value{font-size:2rem;font-weight:700;color:#000;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#666;font-weight:500}.hero-visual{display:flex;justify-content:center;align-items:center;perspective:1000px}.phone-mockup{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotateY(-5deg)}50%{transform:translateY(-20px) rotateY(5deg)}}.phone-frame{width:300px;height:600px;background:#000;border-radius:40px;padding:12px;box-shadow:0 20px 60px #0000004d;position:relative}.phone-notch{width:120px;height:25px;background:#000;border-radius:0 0 20px 20px;margin:0 auto 8px;position:relative}.phone-screen{width:100%;height:calc(100% - 33px);background:#fff;border-radius:28px;overflow:hidden}.app-preview{padding:1.5rem;height:100%;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.app-header h3{font-size:1.5rem;font-weight:700;color:#000}.task-count{font-size:.875rem;color:#666;font-weight:500}.task-list{flex:1;display:flex;flex-direction:column;gap:.75rem}.task-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fafafa;border:1px solid #eaeaea;border-radius:8px;transition:all .3s ease;animation:slideIn .5s ease forwards;opacity:0}.task-item:nth-child(1){animation-delay:.1s}.task-item:nth-child(2){animation-delay:.2s}.task-item:nth-child(3){animation-delay:.3s}.task-item:nth-child(4){animation-delay:.4s}.task-item:nth-child(5){animation-delay:.5s}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.task-checkbox{width:20px;height:20px;border:2px solid #d0d0d0;border-radius:4px;flex-shrink:0;transition:all .2s ease}.task-checkbox.checked{background:#0070f3;border-color:#0070f3;position:relative}.task-checkbox.checked:after{content:"✓";position:absolute;color:#fff;font-size:.75rem;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.task-item.completed .task-text{text-decoration:line-through;color:#999}.task-text{font-size:.9rem;color:#000;font-weight:400}.add-task-btn{width:100%;padding:.9rem;background:#0070f3;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;margin-top:auto}.add-task-btn:hover{background:#0060df}.features{background:#fafafa;padding:120px 2rem;border-top:1px solid #eaeaea}.features-content{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.section-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;font-weight:400}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;background:#fff;border:1px solid #eaeaea;border-radius:12px;text-align:center;transition:all .2s ease;animation:fadeInUp .6s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#0070f3}.feature-icon{width:64px;height:64px;background:#0070f3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 1.5rem}.feature-title{font-size:1.4rem;font-weight:600;color:#000;margin-bottom:.75rem}.feature-description{font-size:1rem;color:#666;line-height:1.6;font-weight:400}.cta{background:#fff;padding:120px 2rem;text-align:center;border-top:1px solid #eaeaea}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.cta-description{font-size:1.2rem;color:#666;margin-bottom:3rem;line-height:1.7;font-weight:400}.footer{background:#fafafa;padding:4rem 2rem 2rem;border-top:1px solid #eaeaea}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-brand{margin-bottom:2rem}.footer-brand .logo{justify-content:center;margin-bottom:1rem}.footer-brand p{color:#666;font-size:.875rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{color:#666;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#0070f3}.footer-bottom{padding-top:2rem;border-top:1px solid #eaeaea}.footer-bottom p{color:#999;font-size:.875rem}@media(max-width:768px){.hero{grid-template-columns:1fr;gap:3rem;padding:120px 1.5rem 60px;text-align:center}.hero-content{order:1}.hero-visual{order:2}.hero-title{font-size:2.5rem}.hero-description{font-size:1.125rem;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-stats{justify-content:center;gap:2rem}.section-title{font-size:2rem}.cta-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.phone-frame{width:260px;height:520px}}
