.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header{background:#7ab0c01a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1.5rem 0;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(122,176,192,.2)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.02em;background:linear-gradient(to right,#f6f8f8,#7ab0c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.github-link{display:flex;align-items:center;gap:.5rem;color:#f6f8f8;text-decoration:none;padding:.6rem 1.2rem;border-radius:2rem;background:#7ab0c033;border:1px solid rgba(122,176,192,.3);transition:all .3s ease;font-weight:500;font-size:.95rem}.github-link:hover{background:#7ab0c0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.main{flex:1;padding:6rem 0 4rem}.hero{text-align:center;margin-bottom:6rem;animation:fadeIn .8s ease-out}.hero-logo{width:300px;height:300px;margin:0 auto 2rem;display:block;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.hero-title{font-size:4.5rem;font-weight:800;color:#f6f8f8;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.03em;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-description{font-size:1.35rem;color:#e8e8e8;max-width:700px;margin:0 auto;line-height:1.6;font-weight:400}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:6rem;animation:slideUp .8s ease-out .2s backwards}.feature-card{background:#495f674d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.5rem;border-radius:1.5rem;border:1px solid rgba(122,176,192,.3);box-shadow:0 8px 32px #0003;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);background:#7ab0c033;border-color:#7ab0c0;box-shadow:0 12px 40px #0000004d}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#f6f8f8;font-weight:700}.feature-card p{color:#e8e8e8;line-height:1.7;font-size:1.05rem}.screenshots{margin-bottom:6rem;animation:slideUp .8s ease-out .4s backwards}.section-title{font-size:2.5rem;font-weight:800;color:#f6f8f8;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.screenshot-grid{display:flex;flex-direction:column;gap:4rem;max-width:1000px;margin:0 auto}.screenshot-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #0000004d;background:#495f67;border:1px solid rgba(122,176,192,.2)}.screenshot-item:before{content:"";display:block;height:36px;background:#495f67;border-bottom:1px solid #7ab0c0;background-image:url("data:image/svg+xml,%3Csvg width='54' height='12' viewBox='0 0 54 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23FF5F56'/%3E%3Ccircle cx='26' cy='6' r='6' fill='%23FFBD2E'/%3E%3Ccircle cx='46' cy='6' r='6' fill='%2327C93F'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:16px center}.screenshot-img{width:100%;height:auto;display:block;object-fit:cover;min-height:250px}.screenshot-placeholder{padding:3rem 2rem;text-align:center;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.screenshot-placeholder p{font-size:3rem;margin:0}.screenshot-placeholder small{color:#e8e8e8;font-size:.875rem;line-height:1.5}.screenshot-placeholder code{background:#e8e8e8;padding:.25rem .5rem;border-radius:.25rem;font-family:monospace;color:#314851}.download{text-align:center;margin-bottom:6rem;animation:slideUp .8s ease-out .6s backwards}.download-buttons{display:flex;justify-content:center;gap:1.5rem;margin:2.5rem 0;flex-wrap:wrap}.download-button{background:#7ab0c033;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(122,176,192,.3);padding:1.5rem 2.5rem;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:160px;box-shadow:0 4px 6px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);color:#f6f8f8}.download-button:hover{transform:translateY(-5px) scale(1.02);background:#7ab0c0;border-color:#7ab0c0;box-shadow:0 15px 30px #0000004d}.download-button:active{transform:translateY(-2px)}.download-button span{font-size:1.125rem;font-weight:600;letter-spacing:.02em}.download-note{color:#e8e8e8;font-size:.95rem;margin-top:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.footer{background:#495f674d;padding:3rem 0;text-align:center;color:#e8e8e8;border-top:1px solid rgba(122,176,192,.2);font-size:.9rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:3rem}.hero-description{font-size:1.125rem;padding:0 1rem}.download-buttons{flex-direction:column;align-items:center}.download-button{width:100%;max-width:300px}.features{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#314851;min-height:100vh;color:#333}#root{min-height:100vh}
