:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#fff;color:#333}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.App{background:#fff;color:#1a73e8;min-height:100vh}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;padding:48px 40px;border-radius:20px;max-width:500px;width:90%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out;text-align:center}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;color:#5f6368;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background:#f8f9fa;color:#1a73e8}.modal-icon{font-size:64px;margin-bottom:24px;animation:bounce 1s infinite}.modal-content h2{font-size:32px;color:#1a73e8;margin-bottom:16px;font-weight:600}.modal-content p{font-size:16px;color:#5f6368;margin-bottom:24px}.modal-platforms{display:flex;justify-content:center;gap:16px;margin:24px 0;flex-wrap:wrap}.modal-platform{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 24px;border-radius:25px;font-weight:500;font-size:16px;animation:slideIn .5s ease-out backwards}.modal-platform:nth-child(1){animation-delay:.1s}.modal-platform:nth-child(2){animation-delay:.2s}.modal-platform:nth-child(3){animation-delay:.3s}.modal-subtitle{font-size:14px;color:#5f6368;margin:24px 0 32px}.modal-button{background:#1a73e8;color:#fff;border:none;padding:14px 48px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.modal-button:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 8px 20px #1a73e84d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.navbar{background:#fff;border-bottom:1px solid #e8eaed;padding:16px 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.nav-left{display:flex;align-items:center;gap:12px}.nav-logo{width:32px;height:32px;object-fit:contain}.nav-brand{font-size:18px;font-weight:500;color:#1a73e8}.nav-right{display:flex;align-items:center;gap:24px}.nav-link{color:#5f6368;text-decoration:none;font-size:14px;transition:color .2s}.nav-link:hover{color:#1a73e8}.language-dropdown{background:#fff;border:1px solid #dadce0;border-radius:4px;padding:8px 12px;font-size:14px;color:#5f6368;cursor:pointer;outline:none;transition:border-color .2s}.language-dropdown:hover{border-color:#1a73e8}.language-dropdown:focus{border-color:#1a73e8}.download-btn{background:#1a73e8;color:#fff;border:none;border-radius:4px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.download-btn:hover{background:#1557b0}.hero{max-width:1200px;margin:0 auto;padding:80px 32px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{max-width:550px}.hero-title{font-size:48px;font-weight:400;color:#1a73e8;line-height:1.2;margin-bottom:24px}.hero-subtitle{font-size:18px;color:#5f6368;line-height:1.6;margin-bottom:32px}.cta-button{background:#fff;color:#1a73e8;border:1px solid #dadce0;border-radius:4px;padding:12px 32px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.cta-button:hover{background:#f8f9fa;box-shadow:0 1px 2px #0000001a}.app-preview{display:flex;justify-content:center;align-items:center}.preview-window{width:100%;max-width:400px;background:#fff;border:1px solid #dadce0;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000001a;animation:fadeInUp .8s ease-out .3s backwards;transition:all .3s ease}.preview-window:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000026}.window-header{background:#f8f9fa;padding:12px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #dadce0}.window-controls{display:flex;gap:6px}.control-dot{width:12px;height:12px;border-radius:50%;background:#dadce0}.window-title{font-size:14px;color:#5f6368;font-weight:500}.window-content{padding:40px 32px;background:#fff}.app-mockup{text-align:center}.mockup-logo{width:80px;height:80px;margin:0 auto 24px;object-fit:contain;animation:float 3s ease-in-out infinite}.app-mockup h3{font-size:20px;color:#1a73e8;margin-bottom:24px;font-weight:400}.water-progress{margin:32px 0;display:flex;justify-content:center}.progress-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#4285f4,#1a73e8);display:flex;align-items:center;justify-content:center;position:relative}.progress-circle:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:#fff}.progress-text{position:relative;z-index:1;font-size:28px;font-weight:500;color:#1a73e8}.mockup-text{font-size:16px;color:#5f6368}.features-section{background:#f8f9fa;padding:80px 32px}.section-title{text-align:center;font-size:36px;font-weight:400;color:#1a73e8;margin-bottom:48px}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.feature-card{background:#fff;padding:32px;border-radius:8px;border:1px solid #dadce0;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.feature-card h3{font-size:18px;font-weight:500;color:#1a73e8;margin-bottom:12px}.feature-card p{font-size:14px;color:#5f6368;line-height:1.6}.privacy-section{background:#fff;padding:48px 32px;text-align:center}.privacy-section p{font-size:16px;color:#5f6368;max-width:800px;margin:0 auto}.download-section{background:#f8f9fa;padding:80px 32px;text-align:center}.download-subtitle{font-size:18px;color:#5f6368;margin-bottom:40px}.store-badges{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.store-badge{display:inline-block;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.store-badge:nth-child(1){animation-delay:.2s}.store-badge:nth-child(2){animation-delay:.3s}.store-badge:nth-child(3){animation-delay:.4s}.store-badge:hover{transform:translateY(-5px) scale(1.05);filter:drop-shadow(0 8px 16px rgba(0,0,0,.15))}.store-badge{height:56px;width:180px;display:flex;align-items:center;justify-content:center}.store-badge img{height:100%;width:100%;object-fit:contain}.store-badge:nth-child(2) img{height:150%;width:150%}.windows-store-badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;height:56px;width:180px;box-sizing:border-box}.windows-store-badge:hover{background:#1a1a1a}.windows-icon{width:20px;height:20px;fill:#fff}.developer-section{background:#fff;padding:80px 32px;border-top:1px solid #e8eaed}.developer-content{max-width:1200px;margin:0 auto}.developer-card{background:#f8f9fa;padding:48px;border-radius:8px;border:1px solid #dadce0;max-width:800px;margin:0 auto}.developer-info h3{font-size:24px;color:#1a73e8;margin-bottom:16px;font-weight:500}.developer-info p{font-size:16px;color:#5f6368;line-height:1.6;margin-bottom:16px}.developer-info p:last-child{margin-bottom:0}.developer-social{display:flex;gap:16px;margin-top:24px;justify-content:center;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;border:2px solid #dadce0;border-radius:25px;text-decoration:none;color:#5f6368;font-weight:500;font-size:14px;transition:all .3s ease}.social-link:hover{border-color:#1a73e8;color:#1a73e8;transform:translateY(-3px);box-shadow:0 8px 20px #1a73e833}.social-icon{width:20px;height:20px}.footer{background:#f8f9fa;border-top:1px solid #e8eaed;padding:64px 32px 24px}.footer-grid{max-width:1200px;margin:0 auto 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-column h4{font-size:14px;font-weight:600;color:#202124;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column a{color:#5f6368;text-decoration:none;font-size:14px;transition:color .2s}.footer-column a:hover{color:#1a73e8}.footer-brand-section{display:flex;align-items:center;gap:12px;margin-bottom:12px}.footer-logo{width:40px;height:40px;object-fit:contain}.footer-brand{font-size:18px;font-weight:600;color:#1a73e8;margin:0}.footer-tagline{font-size:14px;color:#5f6368;line-height:1.5}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #dadce0;text-align:center}.footer-bottom p{font-size:14px;color:#5f6368}@media(max-width:968px){.hero{grid-template-columns:1fr;gap:40px;padding:60px 24px}.hero-title{font-size:36px}.app-preview{order:-1;max-width:400px;margin:0 auto}.nav-container{padding:0 24px}.nav-right{gap:12px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.store-badges{flex-direction:column;align-items:center;gap:16px}.store-badge,.windows-store-badge{width:180px}.developer-content{padding:0 24px}}@media(max-width:640px){.hero{padding:40px 20px}.hero-title{font-size:32px;line-height:1.2}.hero-subtitle{font-size:16px}.hero-content{text-align:center}.cta-button{width:100%;max-width:280px}.section-title{font-size:28px}.nav-container{padding:0 16px}.nav-brand{font-size:16px}.nav-logo{width:28px;height:28px}.nav-link{display:none}.nav-right{gap:8px}.download-btn{padding:8px 16px;font-size:13px}.language-dropdown{font-size:12px;padding:6px 8px}.features-section,.download-section,.developer-section{padding:48px 20px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:24px}.feature-card h3{font-size:18px}.preview-window{max-width:100%}.app-mockup h3{font-size:20px}.progress-circle{width:120px;height:120px}.progress-text{font-size:28px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-column{text-align:center}.footer-brand-section{justify-content:center}.footer{padding:48px 20px 24px}.developer-card{padding:32px 24px}.developer-social{flex-direction:column;gap:12px}.social-link{width:100%;justify-content:center}.modal-content{padding:40px 24px;width:95%}.modal-content h2{font-size:26px}.modal-platforms{flex-direction:column;gap:12px}.modal-platform{width:100%;max-width:200px}}@media(max-width:480px){.hero-title{font-size:28px}.hero-subtitle{font-size:15px}.section-title{font-size:24px}.nav-brand{font-size:15px}.nav-logo{width:24px;height:24px}.store-badge{height:50px}.store-badge img{height:50px;width:160px}.windows-store-badge{padding:10px 16px;font-size:12px;height:50px;width:160px}.windows-icon{width:18px;height:18px}}.legal-page{max-width:800px;margin:0 auto;padding:40px 20px;line-height:1.6;color:#333}.legal-page h1{color:#1a73e8;font-size:2.5rem;margin-bottom:10px}.legal-page h2{color:#1a73e8;margin-top:30px;font-size:1.5rem}.legal-page h3{color:#1a73e8;margin-top:20px;font-size:1.2rem}.legal-page .last-updated{color:#5f6368;font-size:.9rem;margin-bottom:30px}.legal-page a{color:#1a73e8;text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-page .back-link{display:inline-block;margin-bottom:20px;color:#1a73e8;font-weight:500}.legal-page ul{margin:15px 0;padding-left:25px}.legal-page li{margin:8px 0}.legal-page p{margin:15px 0}@media(max-width:768px){.legal-page{padding:20px 15px}.legal-page h1{font-size:2rem}.legal-page h2{font-size:1.3rem}.legal-page h3{font-size:1.1rem}}.pro-success-page{min-height:100vh;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.pro-success-container{width:100%;max-width:400px}.pro-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px}.pro-logo{width:32px;height:32px;object-fit:contain}.pro-brand{font-size:20px;font-weight:500;color:#202124}.pro-success-card{background:#fff;border-radius:8px;padding:48px 40px;text-align:center;border:1px solid #dadce0}.pro-icon{width:48px;height:48px;margin:0 auto 24px;color:#1a73e8}.pro-icon svg{width:100%;height:100%}.pro-success-card h1{font-size:24px;font-weight:400;color:#202124;margin:0 0 8px}.pro-subtitle{font-size:14px;color:#5f6368;margin:0 0 32px}.pro-features{background:#f8f9fa;border-radius:4px;padding:16px 20px;margin-bottom:24px;text-align:left}.feature-item{display:flex;align-items:center;gap:12px;padding:8px 0}.feature-item:not(:last-child){border-bottom:1px solid #e8eaed}.feature-item svg{width:18px;height:18px;color:#1a73e8;flex-shrink:0}.feature-item span{font-size:14px;color:#202124}.purchase-info{background:#f8f9fa;border-radius:4px;padding:16px;margin-bottom:24px;text-align:left}.purchase-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.purchase-label{font-size:14px;color:#5f6368}.purchase-value{font-size:14px;color:#202124;font-family:Roboto Mono,SF Mono,monospace;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-footer{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.pro-footer a{font-size:12px;color:#5f6368;text-decoration:none}.pro-footer a:hover{color:#202124}@media(max-width:480px){.pro-success-page{padding:16px}.pro-success-card{padding:32px 24px}.pro-header{margin-bottom:24px}.pro-features{padding:12px 16px}.feature-item{padding:6px 0}}.cancel-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(234,88,12,.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(156,163,175,.1) 0%,transparent 50%),#0a0e27}.cancel-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);pointer-events:none}.cancel-container{max-width:420px;width:100%;position:relative;z-index:1;background:radial-gradient(ellipse at top,#1e3a8a66,#0f172a99);border-radius:20px;padding:36px 32px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080,inset 0 1px #ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);text-align:center;animation:fadeInUp .8s ease-out}.cancel-logo{margin-bottom:20px;animation:float 3s ease-in-out infinite}.cancel-logo img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(99,102,241,.4))}.cancel-icon{width:52px;height:52px;background:linear-gradient(135deg,#9ca3afcc,#6b7280cc);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;margin:0 auto 20px;box-shadow:0 8px 24px #6b728066;animation:scaleIn .5s ease-out .3s backwards}.cancel-title{font-size:24px;font-weight:600;color:#e2e8f0e6;margin-bottom:12px;line-height:1.3}.cancel-message{font-size:15px;color:#e2e8f0b3;margin-bottom:24px;line-height:1.5}.cancel-footer{font-size:13px;color:#e2e8f080;line-height:1.5;max-width:300px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:640px){.cancel-container{padding:32px 24px}.cancel-title{font-size:22px}.cancel-message{font-size:14px}.cancel-footer{font-size:12px}}@media(max-width:480px){.cancel-container{padding:28px 20px}.cancel-logo img{width:48px;height:48px}.cancel-icon{width:44px;height:44px;font-size:28px}.cancel-title{font-size:20px}.cancel-message{font-size:13px}}.signin-success-page{min-height:100vh;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.signin-success-container{width:100%;max-width:400px}.signin-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:32px}.signin-logo{width:32px;height:32px;object-fit:contain}.signin-brand{font-size:20px;font-weight:500;color:#202124}.signin-success-card{background:#fff;border-radius:8px;padding:48px 40px;text-align:center;border:1px solid #dadce0}.success-icon{width:48px;height:48px;margin:0 auto 24px;color:#1a73e8}.success-icon svg{width:100%;height:100%}.signin-success-card h1{font-size:24px;font-weight:400;color:#202124;margin:0 0 8px}.success-subtitle{font-size:14px;color:#5f6368;margin:0 0 32px}.session-info{background:#f8f9fa;border-radius:4px;padding:16px;margin-bottom:24px;text-align:left}.session-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.session-label{font-size:14px;color:#5f6368}.session-value{font-size:14px;color:#202124;font-family:Roboto Mono,SF Mono,monospace;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.return-message{font-size:14px;color:#5f6368;margin:0;line-height:1.5}.signin-footer{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.signin-footer a{font-size:12px;color:#5f6368;text-decoration:none}.signin-footer a:hover{color:#202124}.footer-dot{width:4px;height:4px;background:#dadce0;border-radius:50%}@media(max-width:480px){.signin-success-page{padding:16px}.signin-success-card{padding:32px 24px}.signin-header{margin-bottom:24px}.session-value{max-width:140px}}
