*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}:root{--bg: #ffffff;--bg-alt: #f8f9fa;--text: #111111;--text-muted: #666666;--accent: #22c55e;--accent-hover: #16a34a;--border: #e5e5e5;--card-bg: #ffffff;--phone-bg: #1a1a1a}@media(prefers-color-scheme:dark){:root{--bg: #0a0a0a;--bg-alt: #111111;--text: #ffffff;--text-muted: #888888;--border: #222222;--card-bg: #1a1a1a;--phone-bg: #000000}}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{padding:80px 0}h1,h2,h3{font-weight:700;letter-spacing:-.02em}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-text{max-width:540px}.app-icon{width:80px;height:80px;border-radius:18px;margin-bottom:24px;box-shadow:0 8px 32px #0000001f}.hero h1{font-size:3.5rem;line-height:1.1;margin-bottom:24px}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:40px}.cta-buttons{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.store-badge{display:inline-block;transition:all .2s ease}.store-badge:hover{transform:translateY(-2px);opacity:.9}.store-badge img{height:40px;width:auto}.store-badge.google-play img{height:60px;margin:-10px -12px}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 28px;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn svg{width:24px;height:24px}.hero-visual{display:flex;justify-content:center}.phone-mockup{position:relative;width:280px;background:var(--phone-bg);border-radius:40px;padding:12px;box-shadow:0 32px 64px #0003,0 0 0 1px #ffffff1a inset}.phone-screen{width:100%;border-radius:30px;overflow:hidden;display:block}.phone-screen img{width:100%;height:auto}.hero-screen{background:linear-gradient(180deg,#1a1a2e,#16213e);padding:20px 16px;display:flex;flex-direction:column;min-height:520px}.hero-screen .screen-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hero-screen .event-title{color:#fff;font-size:.9rem;font-weight:600}.hero-screen .event-meta{color:#ffffff80;font-size:.65rem;margin-top:2px}.hero-screen .stats-row{display:flex;gap:12px;margin-bottom:16px}.hero-screen .stat-box{flex:1;background:#ffffff14;border-radius:10px;padding:12px;text-align:center}.hero-screen .stat-number{color:#fff;font-size:1.25rem;font-weight:700}.hero-screen .stat-label{color:#ffffff80;font-size:.6rem;margin-top:2px}.hero-screen .expiry-badge{display:inline-flex;align-items:center;gap:6px;background:#22c55e26;color:var(--accent);padding:6px 10px;border-radius:20px;font-size:.65rem;font-weight:500;margin-bottom:16px}.hero-screen .expiry-badge:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%}.hero-screen .photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;flex:1}.hero-screen .grid-photo{border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);min-height:80px}.hero-screen .grid-photo:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.hero-screen .grid-photo:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.hero-screen .grid-photo:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.hero-screen .grid-photo:nth-child(5){background:linear-gradient(135deg,#fa709a,#fee140)}.hero-screen .grid-photo:nth-child(6){background:linear-gradient(135deg,#a8edea,#fed6e3)}.feature-wireframe{width:140px;background:var(--phone-bg);border-radius:20px;padding:6px;box-shadow:0 8px 24px #0000001a}.feature-wireframe-screen{background:linear-gradient(180deg,#1a1a2e,#16213e);border-radius:16px;padding:12px;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center}.feature-wireframe-screen.screen-upload{padding:16px 12px}.feature-wireframe-screen.screen-upload .notif-mock{padding:12px}.feature-wireframe-screen.screen-upload .notif-icon{width:32px;height:32px;margin-bottom:8px}.feature-wireframe-screen.screen-upload .notif-icon svg{width:16px;height:16px}.feature-wireframe-screen.screen-upload .notif-text{font-size:.65rem}.feature-wireframe-screen.screen-upload .notif-sub{font-size:.55rem}.feature-wireframe-screen.screen-upload .photo-dots{margin-top:12px}.feature-wireframe-screen.screen-upload .photo-dot{width:24px;height:24px}.feature-wireframe-screen.screen-relive{padding:12px}.feature-wireframe-screen.screen-relive .timeline-mock{gap:3px}.feature-wireframe-screen.screen-relive .photo-mock{border-radius:3px}.problem{background:var(--bg-alt);text-align:center}.problem h2{font-size:2.5rem;margin-bottom:24px}.problem p{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto}.how-it-works h2{font-size:2.5rem;text-align:center;margin-bottom:64px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.step{text-align:center}.step-number{width:48px;height:48px;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 24px}.step-phone{width:180px;background:var(--phone-bg);border-radius:24px;padding:6px;margin:0 auto 24px;box-shadow:0 16px 48px #00000026}.step-screen{width:100%;height:320px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#1a1a2e,#16213e);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.step-screen img{width:100%;height:auto;display:block}.screen-create{gap:12px}.screen-create .input-mock{width:100%;height:36px;background:#ffffff1a;border-radius:8px}.screen-create .btn-mock{width:100%;height:40px;background:var(--accent);border-radius:10px;margin-top:8px}.screen-share .qr-mock{width:100px;height:100px;background:#fff;border-radius:12px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:8px}.qr-cell{background:#1a1a1a;border-radius:1px}.qr-cell:nth-child(2n){background:transparent}.qr-cell:nth-child(3n){background:#1a1a1a}.screen-share .share-label{color:#fff;font-size:.7rem;opacity:.7;margin-top:12px}.screen-upload .notif-mock{background:#ffffff1a;border-radius:12px;padding:16px;text-align:center;width:100%}.screen-upload .notif-icon{width:40px;height:40px;background:var(--accent);border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}.screen-upload .notif-icon svg{width:20px;height:20px;color:#fff}.screen-upload .notif-text{color:#fff;font-size:.75rem;font-weight:600}.screen-upload .notif-sub{color:#fff9;font-size:.65rem;margin-top:4px}.screen-upload .photo-dots{display:flex;gap:6px;justify-content:center;margin-top:16px}.screen-upload .photo-dot{width:32px;height:32px;border-radius:6px;background:linear-gradient(135deg,#667eea,#764ba2)}.screen-upload .photo-dot:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.screen-upload .photo-dot:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.screen-relive .timeline-mock{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.screen-relive .photo-mock{aspect-ratio:1;border-radius:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.screen-relive .photo-mock:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.screen-relive .photo-mock:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.screen-relive .photo-mock:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.screen-relive .photo-mock:nth-child(5){background:linear-gradient(135deg,#fa709a,#fee140)}.screen-relive .photo-mock:nth-child(6){background:linear-gradient(135deg,#a8edea,#fed6e3)}.screen-relive .photo-mock:nth-child(7){background:linear-gradient(135deg,#d299c2,#fef9d7)}.screen-relive .photo-mock:nth-child(8){background:linear-gradient(135deg,#89f7fe,#66a6ff)}.screen-relive .photo-mock:nth-child(9){background:linear-gradient(135deg,#fddb92,#d1fdff)}.step h3{font-size:1.25rem;margin-bottom:12px}.step p{color:var(--text-muted);font-size:.95rem}.features{background:var(--bg-alt)}.features h2{font-size:2.5rem;text-align:center;margin-bottom:64px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.feature-card{background:var(--card-bg);border-radius:20px;padding:40px;border:1px solid var(--border)}.feature-card.with-screenshot{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.feature-card.with-screenshot .feature-text{order:1}.feature-card.with-screenshot .feature-wireframe{order:2}.feature-icon{width:56px;height:56px;background:var(--accent);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon svg{width:28px;height:28px;color:#fff}.feature-card h3{font-size:1.25rem;margin-bottom:12px}.feature-card p{color:var(--text-muted);font-size:.95rem}.final-cta{text-align:center;padding:120px 0}.final-cta h2{font-size:2.5rem;margin-bottom:16px}.final-cta p{font-size:1.125rem;color:var(--text-muted);margin-bottom:40px}.final-cta .cta-buttons{justify-content:center}.btn-beta{background:var(--accent);color:#fff;font-size:1.125rem;padding:18px 36px}.btn-beta:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #22c55e4d}.cta-subtext{margin-top:16px;font-size:.9rem;color:var(--text-muted)}footer{border-top:1px solid var(--border);padding:40px 0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.footer-links{display:flex;gap:32px}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.copyright{color:var(--text-muted);font-size:.9rem}.legal-attribution{font-size:.75rem;color:var(--text-muted);margin-top:12px}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center;gap:48px}.hero-text{max-width:100%}.cta-buttons{justify-content:center}.steps{grid-template-columns:repeat(2,1fr);gap:48px}.feature-grid{grid-template-columns:1fr}.feature-card.with-screenshot{grid-template-columns:1fr;text-align:center}.feature-card.with-screenshot .feature-text{order:2}.feature-card.with-screenshot .feature-wireframe{order:1;margin:0 auto}}@media(max-width:768px){section{padding:60px 0}.hero{min-height:auto;padding:100px 0 60px}.hero h1{font-size:2.5rem}.problem h2,.how-it-works h2,.features h2,.final-cta h2{font-size:2rem}.phone-mockup{width:240px}.steps{grid-template-columns:1fr;gap:48px}.footer-content{flex-direction:column;text-align:center}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-visual .phone-mockup{animation:float 6s ease-in-out infinite}.page-container{max-width:800px;margin:0 auto;padding:24px}.page-container h1{font-size:2rem;font-weight:700;margin-bottom:8px}.page-container .updated{color:var(--text-muted, #666);font-size:.875rem;margin-bottom:2rem}.page-container .subtitle{color:var(--text-muted, #666);font-size:1.125rem;margin-bottom:2rem}.page-container h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.page-container p{margin-bottom:1rem;color:var(--text-muted, #444)}.page-container ul{margin-bottom:1rem;padding-left:1.5rem}.page-container li{margin-bottom:.5rem;color:var(--text-muted, #444)}.page-container a{color:var(--text, #000)}.page-container .faq-item{margin-bottom:1.5rem}.page-container .question{font-weight:600;color:var(--text, #000);margin-bottom:.5rem}.page-container .answer{color:var(--text-muted, #666)}.page-container .contact-btn{display:inline-block;background:var(--text, #000);color:var(--bg, #fff);padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;margin-bottom:8px;transition:background .2s}.page-container .contact-btn:hover{opacity:.8}.page-container .email-hint{color:var(--text-muted, #888);font-size:.875rem}.page-container .version{color:var(--text-muted, #888);margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border, #eee)}
