@tailwind base;@tailwind components;@tailwind utilities;body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0}#root,body,html{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}*{box-sizing:border-box}.page{background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 24px}.header{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 2px 8px #0000001a;padding:20px 0}.header-content{gap:24px;justify-content:space-between}.brand,.header-content{align-items:center;display:flex}.brand{gap:16px}.brand-icon{border-radius:14px;box-shadow:0 4px 12px #0003;flex-shrink:0;height:64px;width:64px}.brand-name{color:#fff;font-size:28px;font-weight:700;margin:0}.badges{display:flex;flex-shrink:0;gap:12px}.badge-link{display:block;transition:transform .2s ease}.badge-link:hover{transform:translateY(-2px)}.badge{display:block;height:44px;width:auto}.main{padding:48px 0}.section{margin-bottom:48px}.section-title{color:#1a1a1a;font-size:24px;font-weight:600;line-height:1.4;margin:0 0 32px;text-align:center}.screenshots{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-items:center}.screenshot{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:220px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.screenshot:hover{box-shadow:0 8px 24px #667eea33;transform:translateY(-6px)}.footer{background:#fff;border-top:1px solid #e5e5e5;margin-top:48px;padding:40px 0 32px}.footer-content{text-align:center}.footer-title{color:#1a1a1a;font-size:18px;font-weight:600;margin:0 0 20px}.footer-info{color:#555;display:flex;flex-direction:column;font-size:14px;gap:10px}.footer-info a{color:#667eea;font-weight:500;text-decoration:none;transition:color .2s ease}.footer-info a:hover{color:#764ba2;text-decoration:underline}.footer-address{color:#777;font-size:13px;margin-top:8px}@media (max-width:768px){.header{padding:20px 0}.header-content{align-items:stretch}.brand,.header-content{flex-direction:column;text-align:center}.brand{align-items:center}.brand-icon{height:56px;width:56px}.brand-name{font-size:24px}.badges{justify-content:center}.badge{height:40px}.main{padding:36px 0}.section-title{font-size:20px;margin-bottom:28px}.screenshots{gap:20px;grid-template-columns:repeat(2,1fr)}.screenshot{max-width:180px}.footer{margin-top:36px;padding:32px 0 24px}.footer-title{font-size:16px}.footer-info{font-size:13px}}@media (max-width:480px){.container{padding:0 16px}.header{padding:16px 0}.brand-icon{height:48px;width:48px}.brand-name{font-size:22px}.badges{gap:10px}.badge{height:38px}.main{padding:28px 0}.section-title{font-size:18px;margin-bottom:24px}.screenshots{gap:16px}.screenshot{max-width:150px}.footer{padding:28px 0 20px}}.App{background:linear-gradient(135deg,#1a0a1f,#2d0f2f 50%,#1a0a1f);min-height:100vh;position:relative}.hero{background:linear-gradient(135deg,#1a0a1f,#2d0f2f 50%,#1a0a1f);min-height:100vh;overflow:hidden;padding:20px 0}.hero,.hero-content{align-items:center;display:flex;justify-content:center;position:relative}.hero-content{flex-direction:column;max-width:90vw;min-height:calc(100vh - 40px);padding:0 20px;text-align:center;width:100%;z-index:1}.show-title{color:#fff;font-size:clamp(1.4rem,6vw,2.2rem);font-weight:700;line-height:1.1;margin-bottom:1.2rem;text-shadow:0 2px 10px #ff02f726;width:100%}.show-cover-large{align-items:center;aspect-ratio:3/4;background:linear-gradient(135deg,#ff07b1,#ff02f7);border-radius:20px;box-shadow:0 20px 40px #ff07b126;display:flex;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease;width:min(400px,80vw)}.show-cover-large:hover{transform:scale(1.05)}.show-cover-large img{border-radius:20px;display:block;height:100%;object-fit:cover;width:100%}.show-overlay{background:#ff07b12e;border-radius:20px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.play-icon,.show-overlay{align-items:center;display:flex;justify-content:center}.play-icon{backdrop-filter:blur(10px);background:linear-gradient(135deg,#ff07b1,#ff02f7);border:2px solid #ff02f72e;border-radius:50%;box-shadow:0 2px 8px #ff07b126;color:#fff;font-size:clamp(1.5rem,4vw,3rem);height:clamp(50px,12vw,80px);width:clamp(50px,12vw,80px)}.floating-download-bar{backdrop-filter:blur(12px);background:#ffffffeb;border-top:1.5px solid #e0e0e0;bottom:0;box-shadow:0 -10px 30px #00000014;display:flex;justify-content:center;left:0;padding:.5rem 0;position:fixed;right:0;z-index:1000}.download-content{gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:480px;padding:0 16px;width:100%}.app-info,.download-content{align-items:center;display:flex}.app-info{gap:.75rem}.app-icon{background:linear-gradient(135deg,#ff07b1,#ff02f7);border-radius:12px;box-shadow:0 2px 8px #ff02f71f;height:48px;object-fit:cover;width:48px}.app-details{display:flex;flex-direction:column;justify-content:center}.app-name{color:#222;font-size:1.05rem;font-weight:600;line-height:1.2;margin-bottom:.15rem}.app-rating{color:#888;font-size:.92rem;line-height:1.2;opacity:.85}.download-btn{align-items:center;background:linear-gradient(135deg,#ff07b1,#ff02f7);border:none;border-radius:25px;box-shadow:0 2px 8px #ff02f71f;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.download-btn:hover{box-shadow:0 10px 20px #ff02f72e;transform:translateY(-2px)}.btn-icon{font-size:1.2rem}.download-tip{color:#888;font-size:.95rem;font-weight:400;letter-spacing:.01em;margin-top:.35em;text-align:center}@media (max-width:768px){.hero{padding:10px 0}.hero-content{justify-content:flex-start;max-width:95vw;min-height:calc(100vh - 20px);padding-top:20px}.download-content{flex-direction:column;gap:1rem;text-align:center}.download-btn{justify-content:center;width:100%}}@media (max-width:480px){.hero{padding:5px 0}.hero-content{justify-content:flex-start;max-width:98vw;min-height:calc(100vh - 10px);padding:15px 10px 0}}@media (max-width:600px){.download-content{align-items:stretch;flex-direction:column;gap:.75rem;padding:0 8px}.app-info,.download-btn{justify-content:center}.download-btn{font-size:1rem;padding:.85rem 0;width:100%}.download-tip{font-size:.93rem;width:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1.1)}75%{transform:scale(1.15)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{height:100%;height:100dvh;overflow:hidden}#root,body,html{min-height:-webkit-fill-available}#root{height:100%}.policy-container{align-items:center;background:#f9f9fb;color:#222;display:flex;flex-direction:column;font-family:system-ui,sans-serif;margin:0 auto;min-height:100vh;overflow-y:auto;padding:24px}.policy-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;max-width:900px;padding:40px;width:100%}.policy-content h1{color:#222;font-size:32px;font-weight:700;margin-bottom:32px;text-align:center}.policy-content h2{color:#333;font-size:24px;font-weight:600;margin-bottom:16px;margin-top:32px}.policy-content h3{color:#444;font-size:18px;font-weight:600;margin-bottom:12px;margin-top:24px}.policy-content p{color:#555;font-size:16px;line-height:1.6;margin-bottom:16px}.policy-content ul{margin-bottom:16px;margin-left:24px}.policy-content li{color:#555;font-size:16px;line-height:1.6;margin-bottom:8px}.policy-content a{color:#5a51fe;text-decoration:none;transition:color .2s}.policy-content a:hover{color:#4339d6;text-decoration:underline}.policy-content section{margin-bottom:24px}@media (max-width:768px){.policy-content{padding:24px}.policy-content h1{font-size:28px}.policy-content h2{font-size:20px}}
/*# sourceMappingURL=main.3e1de78d.css.map*/