:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;max-width:100%;margin:0;padding:0;text-align:center;background:transparent;overflow-x:hidden}.content-wrapper{max-width:1280px;margin:0 auto;padding:0 2rem}body{margin:0;background:linear-gradient(-45deg,#0f0c29,#302b63,#24243e,#141e30);background-size:400% 400%;animation:gradientBG 15s ease infinite;min-height:100vh;color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero{position:relative;z-index:1;background-image:linear-gradient(#0009,#000000b3),url(/hero1.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;width:100%;padding:4rem 1rem;box-sizing:border-box;margin-bottom:4rem;box-shadow:0 4px 30px #00000080}.hero h1{font-size:3.5rem;line-height:1.1;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.8);margin-top:0;color:#fff;font-weight:800;letter-spacing:-.02em}.hero p{font-size:1.5rem;color:#f0f0f0;text-shadow:0 2px 8px rgba(0,0,0,.8);font-weight:500;max-width:600px;margin:0 auto}@media(min-width:768px){.hero{margin:2rem auto 4rem;width:calc(100% - 4rem);max-width:1280px;border-radius:24px;min-height:500px}}.about-section{max-width:800px;margin:0 auto 4rem;padding:2.5rem;background:#ffffff0d;border-radius:24px;text-align:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003}.about-section h2{font-size:2rem;margin-bottom:1rem;margin-top:0;color:#fff}.about-section p{font-size:1.1rem;line-height:1.7;color:#e0e0e0}.apps-section{display:flex;flex-direction:column;align-items:center;padding:0 1rem 4rem}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;width:100%;max-width:1100px;perspective:1000px}.app-tile{background-color:transparent;height:400px;perspective:1000px;cursor:pointer}.app-tile-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;box-shadow:0 10px 30px #0003;border-radius:20px}.app-tile:hover .app-tile-inner{transform:rotateY(180deg)}.app-tile-front,.app-tile-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;border:1px solid rgba(255,255,255,.1)}.app-tile-front{background:linear-gradient(145deg,#1e1e24,#2a2a35);color:#fff}.app-tile-back{background:linear-gradient(145deg,#16161d,#24243e);color:#fff;transform:rotateY(180deg);justify-content:space-between;border-color:#646cff;box-shadow:inset 0 0 20px #646cff1a}.app-icon{width:110px;height:110px;background-color:#2a2a2a;border-radius:28px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;font-size:3.5rem;box-shadow:0 8px 20px #0006;overflow:hidden}.app-logo-img{width:100%;height:100%;object-fit:cover}.app-name{font-size:1.8rem;font-weight:700;margin:0;letter-spacing:.02em}.app-desc{font-size:1rem;color:#ccc;line-height:1.5;margin-top:.5rem;margin-bottom:1.5rem}.store-buttons{display:flex;flex-direction:column;gap:.8rem;width:100%}.btn{padding:.8rem 1.2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0003}.btn:active{transform:scale(.98)}.btn-play{background-color:#00875f;color:#fff}.btn-play:hover{background-color:#00a072;box-shadow:0 6px 12px #00875f4d}.btn-ios{background-color:#007aff;color:#fff}.btn-ios:hover{background-color:#298eff;box-shadow:0 6px 12px #007aff4d}.btn-disabled{background-color:#333;color:#666;cursor:not-allowed;box-shadow:none}@media(max-width:768px){.hero{min-height:50vh;padding:3rem 1.5rem;border-radius:0;margin-top:0;width:100%}.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.about-section{margin:0 1rem 3rem;width:auto}.apps-grid{grid-template-columns:1fr;max-width:400px;padding:0 1rem}.app-tile{height:420px}.app-tile-front p{font-size:.9rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;margin-top:1.5rem}}
