:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}a{font-weight:500;text-decoration:inherit}.landing-page{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;font-family:Zen Maru Gothic,sans-serif}.header{padding:3rem 0}.logo{height:150px;width:150px;margin-bottom:2rem;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.app-name{font-family:Zen Maru Gothic,sans-serif;font-size:4rem;font-weight:700;margin:1rem 0;color:#024074;line-height:1.2}.slogan{font-family:Zen Maru Gothic,sans-serif;font-size:1.5rem;font-weight:500;color:#333;margin:1rem 0 2rem}.download-section{padding:3rem 0;background:linear-gradient(135deg,#f5f9fc,#e8f4fc);border-radius:12px;margin:2rem 0}.download-section h2{font-size:2rem;color:#024074;margin-bottom:2rem}.beta-notice{max-width:600px;margin:0 auto 2rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.beta-text{font-size:1.1rem;color:#333;margin-bottom:1.5rem;line-height:1.6}.beta-form-link{display:inline-block;background:#024074;color:#fff;text-decoration:none;padding:.8rem 2rem;border-radius:6px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.beta-form-link:hover{background:#035a9e;transform:translateY(-2px);box-shadow:0 4px 12px #0240744d}.download-links{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.play-store-link{transition:transform .3s ease}.play-store-link:hover{transform:scale(1.05)}.play-store-badge{height:60px;width:auto}.app-store-wrapper{position:relative;display:inline-block}.app-store-link{transition:transform .3s ease;display:block}.app-store-link.disabled{opacity:.6;cursor:not-allowed;filter:grayscale(20%)}.app-store-badge{height:60px;width:auto}.coming-soon-badge{position:absolute;top:-12px;right:-12px;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;box-shadow:0 4px 12px #ff6b6b66;z-index:10;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.screenshots-section{padding:3rem 0;margin:2rem 0}.screenshots-section h2{font-size:2rem;color:#024074;margin-bottom:3rem;text-align:center}.carousels-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:3rem;max-width:1000px;margin:0 auto;flex-wrap:wrap}.carousel-container{flex:1;min-width:300px;max-width:400px}.platform-label{font-size:1.5rem;color:#024074;margin-bottom:1rem;text-align:center;font-weight:600}.carousel{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.carousel-track{width:100%;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #00000026}.screenshot{width:100%;height:auto;display:block;border-radius:12px;transition:transform .3s ease}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;line-height:1;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003;color:#024074;display:flex;align-items:center;justify-content:center;z-index:10}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn.prev{left:-20px}.carousel-btn.next{right:-20px}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin:1rem 0 .5rem}.dot{width:10px;height:10px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#999;transform:scale(1.2)}.dot.active{background:#024074;width:12px;height:12px}.screenshot-counter{text-align:center;color:#666;font-size:.9rem;margin:0}.features{padding:3rem 0}.features h2{font-size:2rem;color:#024074;margin-bottom:2rem}.features-list{list-style:none;padding:0;max-width:600px;margin:0 auto}.features-list li{background:#f5f5f5;border-left:4px solid #024074;padding:.6rem 1.5rem;margin-bottom:1rem;font-size:1.1rem;text-align:left;border-radius:4px;transition:all .3s ease}.features-list li:hover{background:#e8f4fc;transform:translate(8px)}.footer{padding:2rem 0;margin-top:auto}.privacy-link{color:#024074;text-decoration:none;font-size:1rem;padding:.5rem 1rem;border:1px solid #024074;border-radius:4px;transition:all .3s ease;display:inline-block}.privacy-link:hover{background:#024074;color:#fff}@media (max-width: 768px){.app-name{font-size:2.5rem}.slogan{font-size:1.2rem}.logo{height:100px;width:100px}.features-list li{font-size:1rem}.download-section{padding:2rem 1rem;margin:1rem 0}.download-section h2{font-size:1.8rem}.beta-text{font-size:1rem}.beta-form-link{padding:.7rem 1.5rem;font-size:1rem}.play-store-badge,.app-store-badge{height:60px}.download-links{gap:1.5rem}.coming-soon-badge{font-size:.7rem;padding:.3rem .6rem;top:-10px;right:-10px}.screenshots-section{padding:2rem 1rem;margin:1rem 0}.screenshots-section h2{font-size:1.8rem;margin-bottom:2rem}.carousels-wrapper{flex-direction:column;gap:3rem}.carousel-container{max-width:100%;min-width:100%}.platform-label{font-size:1.3rem}.carousel-btn{width:35px;height:35px;font-size:1.5rem}.carousel-btn.prev{left:-10px}.carousel-btn.next{right:-10px}}.privacy-policy{max-width:800px;margin:0 auto;padding:2rem;min-height:100vh}.privacy-header{margin-bottom:2rem}.back-link{color:#024074;text-decoration:none;font-size:1rem;display:inline-block;margin-bottom:1rem;transition:color .3s ease}.back-link:hover{color:#f2655e}.privacy-content{line-height:1.8;font-size:1rem;color:#333}.privacy-content h1{font-size:2.5rem;color:#024074;margin:2rem 0 1rem;border-bottom:2px solid #024074;padding-bottom:.5rem}.privacy-content h1:first-child{margin-top:0}.privacy-content h2{font-size:1.8rem;color:#024074;margin:2rem 0 1rem;border-bottom:1px solid #e0e0e0;padding-bottom:.3rem}.privacy-content h3{font-size:1.3rem;color:#333;margin:1.5rem 0 .8rem}.privacy-content p{margin:1rem 0}.privacy-content ul{margin:1rem 0;padding-left:2rem}.privacy-content li{margin:.5rem 0}.privacy-content strong{color:#024074;font-weight:600}.privacy-content a{color:#024074;text-decoration:underline}.privacy-content a:hover{color:#f2655e}.privacy-content hr{border:none;border-top:1px solid #e0e0e0;margin:2rem 0}.privacy-content em{color:#666}@media (max-width: 768px){.privacy-policy{padding:1rem}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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-color:#fff;color:#333}#root{min-height:100vh}
