@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";:root{--font-display: "Inter", sans-serif;--color-primary: #39E079;--color-primary-light: rgba(57, 224, 121, .2);--color-success: #13ec6d;--color-warning: #FFA500;--color-danger: #F44336;--color-bg-light: #1d3020;--color-bg-dark: #122017;--color-bg-dark-secondary: #111814;--color-bg-dark-tertiary: #28392f;--color-text-dark-primary: #ffffff;--color-text-dark-secondary: #ffffff;--color-border-dark: #3b5445;--color-border-dark-light: rgba(255, 255, 255, .1);--border-radius: .25rem;--border-radius-lg: .5rem;--border-radius-xl: .75rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-display);background-color:var(--color-bg-light);color:#fff;transition:background-color .2s,color .2s}html.dark body{background-color:var(--color-bg-dark);color:var(--color-text-dark-primary)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}a{text-decoration:none;color:inherit}.homepage-container{background:radial-gradient(circle at top right,#0a0a0f,#050505);color:#fff;font-family:Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.homepage-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#9f7aea,transparent);animation:shimmer 3s ease-in-out infinite}.main-container{max-width:1200px;margin:0 auto;padding:70px 20px 60px;flex:1;display:flex;align-items:center}.content-grid{display:flex;align-items:center;justify-content:space-between;gap:60px;flex-wrap:wrap;width:100%}.text-content{flex:1;min-width:300px;max-width:600px}.main-title{font-size:3.5rem;line-height:1.1;font-weight:800;margin-bottom:24px;background:linear-gradient(135deg,#fff,#a0f57b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-title .brand{background:linear-gradient(135deg,#c1f8aa,#a0f57b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-subtitle{font-size:1.25rem;opacity:.85;margin-bottom:40px;max-width:500px;line-height:1.6;color:#e2e8f0}.download-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px}.store-button{display:flex;align-items:center;gap:12px;padding:14px 24px;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;min-width:170px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;box-shadow:0 4px 20px #0003}.store-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000004d;border-color:#9f7aea}.store-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-label{font-size:.75rem;opacity:.8;line-height:1;font-weight:500}.store-name{font-size:1.1rem;font-weight:600;line-height:1.2}.app-store{background:linear-gradient(135deg,#000,#2d3748);border:1px solid rgba(255,255,255,.1)}.app-store:hover{background:linear-gradient(135deg,#1a202c,#4a5568);border-color:#a0f57b}.google-play{background:linear-gradient(135deg,#4285f4,#34a853);border:1px solid rgba(255,255,255,.2)}.google-play:hover{background:linear-gradient(135deg,#5a95f5,#48bb78);border-color:#4299e1}.phone-mockup{flex:1;display:flex;justify-content:center;align-items:center;min-width:300px}.phone-frame{width:300px;height:600px;border-radius:40px;background:#000;border:8px solid #2d3748;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff1a}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:140px;height:20px;background:#2d3748;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:10}.phone-left-button{position:absolute;left:-8px;width:4px;background:#2d3748;border-radius:2px 0 0 2px}.phone-left-button.button-1{height:50px;top:120px}.phone-left-button.button-2{height:50px;top:185px}.phone-right-button{position:absolute;right:-8px;width:4px;height:70px;background:#2d3748;border-radius:0 2px 2px 0;top:150px}.phone-screen{width:100%;height:100%;border-radius:32px;overflow:hidden;background:#000}.phone-video{width:100%;height:100%;object-fit:cover}.homepage-footer{border-top:1px solid rgba(255,255,255,.08);padding:24px 20px;text-align:center;opacity:.8;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-links{display:flex;gap:24px}.footer-links a{color:#cbd5e0;text-decoration:none;font-size:.95rem;transition:all .3s ease;font-weight:500}.footer-links a:hover{color:#a0f57b;transform:translateY(-1px)}.fade-in-up{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(30px)}.fade-in-right{animation:fadeInRight .8s ease .3s forwards;opacity:0;transform:translate(40px)}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%,to{opacity:.3}50%{opacity:1}}@media(max-width:1024px){.content-grid{justify-content:center;text-align:center}.main-title{font-size:3rem}.download-buttons{justify-content:center}}@media(max-width:768px){.main-container{padding:80px 20px 40px}.main-title{font-size:2.5rem}.main-subtitle{font-size:1.1rem}.phone-frame{width:260px;height:520px}.download-buttons{flex-direction:column;align-items:center}.store-button{width:100%;max-width:220px;justify-content:center}.footer-content{flex-direction:column;text-align:center;gap:16px}}@media(max-width:480px){.main-title{font-size:2rem}.main-subtitle{font-size:1rem}.phone-frame{width:220px;height:440px}.store-button{min-width:200px;padding:12px 20px}}
