*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{width:100%;min-height:100vh}h1{font-size:2.5rem;line-height:1.2;font-weight:700}h2{font-size:2rem;line-height:1.3;font-weight:600}h3{font-size:1.5rem;line-height:1.4;font-weight:600}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#667eea;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#5568d3;transform:translateY(-1px)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:dark){:root{background-color:#0a0a0a;color:#ffffffde}body{background-color:#0a0a0a}a:hover{color:#9aa2ff}}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;font-family:system-ui,-apple-system,sans-serif}.home-page{max-width:800px;width:100%;text-align:center}.home-page .header h1{font-size:3rem;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-page .header p{font-size:1.2rem;color:#666;margin-top:.5rem}.home-page .info{background:#f5f5f5;border-radius:12px;padding:1.5rem;margin:2rem 0;display:flex;flex-direction:column;gap:.5rem}.home-page .info p{margin:0;font-size:.95rem;color:#333}.demo-links{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.demo-links h3{margin:0 0 1rem;color:#333}.demo-link{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:transform .2s,box-shadow .2s}.demo-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.redirect-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.redirect-screen .spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.redirect-screen p{font-size:1.1rem;color:#666}.fallback-download{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;gap:2rem}.fallback-download h2{font-size:2rem;color:#333;margin:0}.qr-code-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#f5f5f5;border-radius:12px}.qr-code-container img{width:200px;height:200px}.qr-code-container p{margin:0;color:#666}.download-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.download-btn{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s}.download-btn:hover{transform:translateY(-2px)}.download-btn.ios{background:#000;color:#fff}.download-btn.android{background:#34a853;color:#fff}@media(prefers-color-scheme:dark){.home-page .info{background:#1a1a1a}.home-page .info p{color:#ccc}.home-page .header p{color:#999}.demo-links h3{color:#ccc}.redirect-screen p{color:#999}.fallback-download h2{color:#ccc}.qr-code-container{background:#1a1a1a}.qr-code-container p{color:#999}}.web-redirect-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.web-redirect-modal{background:#fff;border-radius:20px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{text-align:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e0e0e0}.modal-icon{font-size:4rem;margin-bottom:.5rem}.modal-header h2{margin:0;font-size:1.5rem;color:#333;font-weight:600}.modal-content{padding:1.5rem 2rem}.modal-content p{color:#666;line-height:1.6;margin:0 0 1.5rem;font-size:.95rem}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;background:#f8f9fa;padding:1rem;border-radius:10px}.feature-item{color:#333;font-size:.9rem;padding:.5rem}.modal-actions{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e0e0e0}.modal-actions button{flex:1;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.auto-redirect-text{text-align:center;padding:0 2rem 1.5rem;color:#999;font-size:.85rem;margin:0}.web-redirect-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.web-redirect-loading .spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.web-redirect-loading p{font-size:1.1rem;color:#666}@media(prefers-color-scheme:dark){.web-redirect-modal{background:#1a1a1a}.modal-header{border-bottom-color:#333}.modal-header h2{color:#e0e0e0}.modal-content p{color:#999}.features-list{background:#2a2a2a}.feature-item{color:#e0e0e0}.modal-actions{border-top-color:#333}.btn-secondary{background:#2a2a2a;color:#e0e0e0}.btn-secondary:hover{background:#333}.auto-redirect-text{color:#999}.web-redirect-loading .spinner{border-color:#2a2a2a;border-top-color:#667eea}.web-redirect-loading p{color:#999}}@media(max-width:640px){.web-redirect-modal{width:95%;border-radius:15px}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-icon{font-size:3rem}.modal-header h2{font-size:1.25rem}.modal-content{padding:1rem 1.5rem}.features-list{grid-template-columns:1fr;gap:.5rem}.modal-actions{flex-direction:column;padding:1rem 1.5rem}.modal-actions button{width:100%}.auto-redirect-text{padding:0 1.5rem 1rem}}
