*{margin:0;padding:0}body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{max-width:1280px;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--primary: #00d4aa;--primary-dark: #00b894;--primary-light: #55efc4;--primary-bg: rgba(0, 212, 170, .08);--accent-orange: #ff9f43;--accent-pink: #fd79a8;--accent-purple: #a29bfe;--accent-blue: #74b9ff;--accent-yellow: #ffeaa7;--accent-red: #ff7675;--text: #2d3436;--text-muted: #636e72;--bg: #ffffff;--bg-alt: #f9fafb;--bg-gradient: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);--border: #dfe6e9;--radius: 16px;--radius-lg: 24px;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 48px rgba(0, 0, 0, .12);--shadow-color: 0 8px 32px rgba(0, 212, 170, .2);--transition: .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);margin:0;padding:0;line-height:1.6}.landing-container{max-width:1200px;margin:0 auto;padding:0 24px}.header{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--border);margin:0 -24px;padding:16px 24px}.header-left{display:flex;align-items:center;gap:12px}.header-logo{height:40px;width:auto}.header-title{font-size:1.5rem;font-weight:700;color:var(--primary-dark)}.header-nav{display:flex;gap:32px}.header-nav a{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color var(--transition)}.header-nav a:hover{color:var(--primary-dark)}@media (max-width: 768px){.header-nav{display:none}}.hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0;min-height:70vh}.hero-text h1{font-size:3.2rem;font-weight:800;line-height:1.1;margin:0 0 24px;color:var(--text);background:linear-gradient(135deg,var(--text) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin:0 0 32px;line-height:1.6;max-width:480px}.hero-subtitle strong{color:var(--primary-dark);font-weight:600}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.store-badge{position:relative;display:inline-block;transition:transform var(--transition)}.store-badge:hover{transform:translateY(-2px)}.store-badge img{height:48px;width:auto}.store-badge.disabled{opacity:.5;cursor:not-allowed}.store-badge.disabled:hover{transform:none}.coming-soon{position:absolute;top:-8px;right:-8px;background:#ff9500;color:#fff;font-size:.65rem;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase}.hero-phone{display:flex;justify-content:center;position:relative}.hero-phone:before{content:"";position:absolute;width:320px;height:320px;background:radial-gradient(circle,var(--primary-light) 0%,transparent 70%);opacity:.4;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.6}}.phone-frame{width:280px;height:580px;background:linear-gradient(145deg,#2d3436,#1a1a1a);border-radius:40px;padding:12px;box-shadow:var(--shadow-lg),0 0 60px #00d4aa26,inset 0 1px 1px #ffffff1a}.phone-screen{width:100%;height:100%;object-fit:cover;border-radius:32px}@media (max-width: 992px){.hero{grid-template-columns:1fr;text-align:center;padding:60px 0;gap:40px}.hero-text h1{font-size:2.5rem}.hero-subtitle{max-width:100%}.hero-buttons{justify-content:center}.phone-frame{width:220px;height:460px}}.supermarkets-bar{padding:40px 0;text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.supermarkets-label{font-size:.875rem;color:var(--text-muted);margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}.supermarkets-logos{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}.supermarket-logo{height:40px;width:auto;object-fit:contain;opacity:.85;transition:all var(--transition)}.supermarket-logo:hover{opacity:1;transform:scale(1.1)}@media (max-width: 768px){.supermarkets-logos{gap:20px}.supermarket-logo{height:32px}}.features{padding:100px 0;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 60px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:var(--bg);border:none;border-radius:var(--radius-lg);padding:32px;transition:all var(--transition);box-shadow:var(--shadow);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary);transform:scaleX(0);transition:transform var(--transition)}.feature-card:hover{box-shadow:var(--shadow-color);transform:translateY(-6px)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:nth-child(1):before{background:var(--primary)}.feature-card:nth-child(2):before{background:var(--accent-blue)}.feature-card:nth-child(3):before{background:var(--accent-purple)}.feature-card:nth-child(4):before{background:var(--accent-orange)}.feature-card:nth-child(5):before{background:var(--accent-pink)}.feature-card:nth-child(6):before{background:var(--accent-yellow)}.feature-icon{font-size:2.5rem;margin-bottom:20px;display:inline-block}.feature-card h3{font-size:1.2rem;font-weight:700;margin:0 0 12px;color:var(--text)}.feature-card p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}@media (max-width: 992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features{padding:60px 0}.features h2{font-size:2rem;margin-bottom:40px}.features-grid{grid-template-columns:1fr}}.how-it-works{background:var(--bg-alt);margin:0 -24px;padding:100px 24px}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 60px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto}.step{text-align:center;background:#fff;padding:40px 24px;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:all var(--transition)}.step:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.step-number{width:60px;height:60px;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:20px}.step:nth-child(1) .step-number{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.step:nth-child(2) .step-number{background:linear-gradient(135deg,var(--accent-blue) 0%,#5e9eff 100%)}.step:nth-child(3) .step-number{background:linear-gradient(135deg,var(--accent-purple) 0%,#8b7cf6 100%)}.step h3{font-size:1.1rem;font-weight:600;margin:0 0 12px}.step p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.how-it-works{padding:60px 24px}.how-it-works h2{font-size:2rem;margin-bottom:40px}.steps{grid-template-columns:1fr;max-width:400px}}.stats{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 -24px 40px;padding:100px 24px;color:#fff;border-radius:var(--radius-lg)}.stats h2{font-size:2rem;font-weight:700;max-width:600px;margin:0 auto 50px;color:#fff}.stats-grid{display:flex;justify-content:center;gap:60px;margin-bottom:60px}.stat{text-align:center;padding:24px 32px;background:#ffffff26;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.stat-value{font-size:3rem;font-weight:800;color:#fff;margin-bottom:8px}.stat-label{color:#ffffffd9;font-size:.9rem}.testimonial{max-width:650px;margin:0 auto;background:#fff;padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.testimonial blockquote{font-size:1.15rem;font-style:italic;color:var(--text);margin:0 0 16px;line-height:1.6}.testimonial cite{color:var(--text-muted);font-style:normal;font-size:.9rem}@media (max-width: 768px){.stats{padding:60px 0}.stats h2{font-size:1.5rem;margin-bottom:40px}.stats-grid{flex-direction:column;gap:32px}.stat-value{font-size:2.5rem}.testimonial{padding:24px}}.cta{text-align:center;background:linear-gradient(135deg,#00b894,#00d4aa,#55efc4);margin:40px -24px 80px;padding:100px 24px;border-radius:var(--radius-lg);position:relative;overflow:hidden}.cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 50%);animation:shimmer 15s linear infinite}@keyframes shimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta h2{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 16px;position:relative;text-shadow:0 2px 10px rgba(0,0,0,.1)}.cta p{font-size:1.15rem;color:#fffffff2;margin:0 0 32px;position:relative}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;position:relative}.cta .store-badge{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 4px 20px #00000026;display:inline-flex;align-items:center;justify-content:center}.cta .store-badge img{display:block}.cta .store-badge:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 30px #0003}@media (max-width: 768px){.cta{padding:60px 24px;margin-bottom:60px}.cta h2{font-size:2rem}}.faq{padding:80px 0}.faq h2{text-align:center;font-size:2.5rem;font-weight:700;margin:0 0 16px}.faq-subtitle{text-align:center;color:var(--text-muted);margin:0 0 50px;font-size:1rem}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;text-align:left;transition:color var(--transition)}.faq-question:hover,.faq-question.open{color:var(--primary-dark)}.faq-toggle{font-size:1.25rem;color:var(--primary);font-weight:400}.faq-answer{padding:0 0 20px}.faq-answer p{margin:0;color:var(--text-muted);line-height:1.7;font-size:.95rem}@media (max-width: 768px){.faq{padding:60px 0}.faq h2{font-size:2rem}}.footer{background:var(--bg-alt);margin:0 -24px;padding:60px 24px 30px;border-top:1px solid var(--border)}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;padding-bottom:40px;border-bottom:1px solid var(--border)}.footer-brand{display:flex;flex-direction:column;gap:8px}.footer-logo{height:40px;width:auto}.footer-name{font-size:1.25rem;font-weight:700;color:var(--primary-dark)}.footer-tagline{color:var(--text-muted);font-size:.9rem}.footer-links{display:flex;gap:80px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column h4{font-size:.875rem;font-weight:600;color:var(--text);margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.footer-column a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color var(--transition)}.footer-column a:hover{color:var(--primary-dark)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;text-align:center}.footer-bottom p{margin:0;color:var(--text-muted);font-size:.85rem}@media (max-width: 768px){.footer-content{flex-direction:column;gap:40px}.footer-links{gap:40px}}@media (max-width: 480px){.footer-links{flex-direction:column;gap:32px}}.subpage-hero{text-align:center;padding:80px 0 60px}.subpage-hero h1{font-size:2.5rem;font-weight:700;margin:0 0 16px;color:var(--text)}.subpage-hero p{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.subpage-content{padding:40px 0 80px}.subpage-info{max-width:700px;margin:60px auto 0;text-align:center}.subpage-info h2{font-size:1.5rem;font-weight:600;margin:0 0 16px}.subpage-info p{color:var(--text-muted);line-height:1.7;font-size:1rem}.stores-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.store-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:all var(--transition)}.store-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-4px)}.store-card .store-logo{height:60px;width:auto;object-fit:contain;margin-bottom:16px}.store-card h3{font-size:1rem;font-weight:600;margin:0;color:var(--text)}@media (max-width: 900px){.stores-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.stores-grid{grid-template-columns:1fr}.subpage-hero h1{font-size:2rem}}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}.feature-item{display:flex;gap:16px;align-items:flex-start}.feature-item-icon{font-size:1.5rem;flex-shrink:0}.feature-item h3{font-size:1.1rem;font-weight:600;margin:0 0 8px}.feature-item p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}@media (max-width: 700px){.features-list{grid-template-columns:1fr}}.subpage-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.subpage-step{text-align:center;padding:32px 24px;background:var(--bg-alt);border-radius:var(--radius-lg)}.subpage-step-number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:16px}.subpage-step h3{font-size:1.1rem;font-weight:600;margin:0 0 8px}.subpage-step p{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.subpage-steps{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}.how-it-works-detailed{max-width:700px;margin:0 auto}.detailed-step{display:flex;gap:24px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--border)}.detailed-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detailed-step-number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.detailed-step-content h3{font-size:1.25rem;font-weight:600;margin:0 0 12px}.detailed-step-content p{color:var(--text-muted);margin:0;line-height:1.7;font-size:1rem}@media (max-width: 600px){.detailed-step{flex-direction:column;align-items:center;text-align:center;gap:16px}}.language-buttons{display:flex;gap:15px}.language-button{display:inline-flex;align-items:center;gap:10px;background-color:var(--turquoise);color:#fff;padding:15px 25px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 15px #20b2aa4d;border:none;margin-right:10px}.language-button:hover{background-color:var(--turquoise-dark);transform:translateY(-3px);box-shadow:0 8px 20px #20b2aa66;cursor:pointer}.language-button img{height:24px}:root{--turquoise: #40e0d0;--turquoise-dark: #20b2aa;--turquoise-light: #7fffd4;--turquoise-very-light: rgba(64, 224, 208, .1);--text-dark: #333;--text-light: #666}.app-store-referral{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(to bottom,white,var(--turquoise-very-light));text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app-store-referral h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.app-store-referral p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:600px}.product-details{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:2rem;margin-bottom:2rem;width:100%;max-width:600px}.product-icon{display:flex;align-items:center;justify-content:center;background-color:var(--turquoise-very-light);width:120px;height:120px;border-radius:20px;margin:0 auto 2rem}.product-icon img{width:80px;height:80px}.app-buttons{display:flex;flex-direction:row;gap:1rem;margin-top:2rem;width:100%;max-width:320px}.app-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.app-button.ios{background-color:#000;color:#fff}.app-button.android{background-color:var(--turquoise);color:#fff}.app-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.store-badge{display:inline-block;margin:.5rem;transition:transform .2s ease}.store-badge:hover{transform:scale(1.05)}.store-badge img{height:50px;width:168px;object-fit:contain}.greyed-out{filter:grayscale(100%) opacity(50%)}.store-badge-disabled{cursor:not-allowed;transform:none!important}.back-link{margin-top:2rem;display:inline-block;color:var(--turquoise-dark);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.back-link:hover{background-color:var(--turquoise-very-light)}.logo-container{display:flex;align-items:center}.logo-image{height:40px}@media (max-width: 768px){.app-store-referral h1{font-size:2rem}.product-details{padding:1.5rem}.app-buttons{flex-direction:column}.feature-item{width:100%}}.referral-page{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0}.header-content{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:.75rem}.logo{width:40px;height:40px}.brand-name{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.main-content{padding:3rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero-content{max-width:500px}.badge{display:inline-block;background:#40e0d0;color:#fff;padding:.5rem 1rem;border-radius:1.5rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;color:#4a5568;margin-bottom:2rem;line-height:1.6}.referral-code-card{background:#40e0d0;color:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #40e0d04d}.code-label{font-size:.875rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:600}.code-value{font-size:2rem;font-weight:700;color:#fff;font-family:Courier New,monospace;letter-spacing:.1em;margin-bottom:.5rem}.hero-image{display:flex;justify-content:center;align-items:center}.app-screenshot{max-width:300px;width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.download-section{text-align:center;margin-bottom:4rem;padding:3rem 0;background:#fff;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.section-title{font-size:2rem;font-weight:700;color:#2d3748;margin:0 0 2rem}.download-buttons{display:flex;justify-content:center;flex-wrap:wrap}.download-btn{display:inline-block;position:relative;transition:transform .2s ease}.download-btn:hover:not(.disabled){transform:scale(1.05)}.download-btn.disabled{cursor:not-allowed}.badge-img{height:60px;width:auto}.badge-img.greyed{filter:grayscale(100%) opacity(50%)}.coming-soon{position:absolute;top:-8px;left:-8px;background:#f56565;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:.5rem;transform:rotate(-12deg);white-space:nowrap}.info-section{margin-bottom:4rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.info-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.card-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem;text-align:center}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1rem;line-height:1.5;color:#4a5568}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#40e0d0;font-weight:700;font-size:1.25rem}.referral-steps{display:flex;flex-direction:column;gap:1.5rem}.referral-step{display:flex;gap:1rem;align-items:flex-start}.referral-step-number{width:2rem;height:2rem;background:#40e0d0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.referral-step-text h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#2d3748}.copy-hint{font-size:.75rem;color:#fffc;font-weight:500}.referral-code-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #40e0d066}.referral-code-card:active{transform:translateY(0)}.step-text p{margin:0;font-size:.875rem;color:#718096;line-height:1.5}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{max-width:none}.info-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.container,.header-content{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.badge-img{height:50px}.app-screenshot{max-width:250px}.info-card{padding:1.5rem}}@media (max-width: 480px){.main-content{padding:2rem 0}.hero-title{font-size:1.75rem}.download-section{padding:2rem 1rem}.download-buttons{flex-direction:column;align-items:center}.app-screenshot{max-width:200px}.brand-name{font-size:1.25rem}.logo{width:32px;height:32px}}.login-redirect-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#61dafb,#03a9f4);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-redirect-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;animation:fadeInUp .8s ease-out}.login-redirect-logo{width:80px;height:80px;margin-bottom:30px;animation:float 3s ease-in-out infinite}.login-redirect-loading h2,.login-redirect-fallback h2{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 15px}.login-redirect-fallback p{font-size:16px;color:#718096;margin-bottom:20px;line-height:1.6}.open-app-button{display:inline-block;width:100%;max-width:300px;padding:16px 40px;background:linear-gradient(135deg,#40e0d0,#20b2aa);color:#fff;border:none;border-radius:25px;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #40e0d066;margin-bottom:15px}.open-app-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #40e0d080;background:linear-gradient(135deg,#3dd4c4,#1fa39b)}.open-app-button:active{transform:translateY(0);box-shadow:0 4px 15px #40e0d066}.fallback-divider{margin:20px 0 15px;color:#718096;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.login-redirect-spinner{width:50px;height:50px;margin:30px auto;border:4px solid rgba(64,224,208,.2);border-top-color:#40e0d0;border-radius:50%;animation:spin 1s linear infinite}.login-redirect-buttons{display:flex;flex-direction:column;gap:15px;margin-top:20px}.login-redirect-button{display:inline-block;padding:12px 28px;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:15px;transition:all .3s ease;text-align:center}.app-store-button{background:linear-gradient(135deg,#000,#434343);box-shadow:0 4px 15px #0000004d}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006;text-decoration:none;color:#fff}.play-store-button{background:linear-gradient(135deg,#40e0d0,#48bb78);box-shadow:0 4px 15px #40e0d04d}.play-store-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #40e0d066;text-decoration:none;color:#fff}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.login-redirect-content{padding:40px 30px;margin:20px}.login-redirect-loading h2,.login-redirect-fallback h2{font-size:22px}.login-redirect-logo{width:60px;height:60px}.login-redirect-buttons{gap:12px}.login-redirect-button{padding:12px 24px;font-size:14px}}.not-found-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#61dafb,#03a9f4);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.not-found-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;animation:fadeInUp .8s ease-out}.not-found-logo{width:80px;height:80px;margin-bottom:20px;animation:float 3s ease-in-out infinite}.not-found-title{font-size:120px;font-weight:700;color:#4a5568;margin:0;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.not-found-subtitle{font-size:28px;font-weight:600;color:#2d3748;margin:20px 0 15px}.not-found-message{font-size:16px;color:#718096;margin-bottom:40px;line-height:1.6}.not-found-button{display:inline-block;padding:14px 30px;background:linear-gradient(135deg,#40e0d0,#48bb78);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 15px #40e0d04d}.not-found-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #40e0d066;text-decoration:none;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.not-found-content{padding:40px 30px;margin:20px}.not-found-title{font-size:80px}.not-found-subtitle{font-size:22px}.not-found-logo{width:60px;height:60px}}
