:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.home-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.logo-section{display:flex;gap:2rem;margin-bottom:1rem}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}h1{font-size:3.2em;line-height:1.1;margin-bottom:.5rem;background:linear-gradient(135deg,#646cff,#61dafb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.2rem;color:#888;margin-bottom:2rem;max-width:600px}.demo-section{margin:2rem 0}.card{padding:2em;background:#f9f9f9;border-radius:12px;border:1px solid #e0e0e0;max-width:400px}.demo-button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:all .25s}.demo-button:hover{border-color:#646cff;background-color:#646cff;transform:translateY(-2px)}.demo-button:focus,.demo-button:focus-visible{outline:4px auto -webkit-focus-ring-color}.demo-text{color:#888;font-size:.9rem;margin-top:1rem}.navigation-section{width:100%;max-width:800px;margin:3rem 0}.navigation-section h2{margin-bottom:2rem;color:#333;font-size:2rem}.nav-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.nav-card{display:block;padding:2rem;border-radius:16px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;background:#fff;box-shadow:0 4px 20px #0000001a}.nav-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.nav-card.primary{border-color:#646cff;background:linear-gradient(135deg,#646cff05,#646cff10)}.nav-card.primary:hover{border-color:#646cff;background:linear-gradient(135deg,#646cff10,#646cff20)}.nav-card.secondary{border-color:#61dafb;background:linear-gradient(135deg,#61dafb05,#61dafb10)}.nav-card.secondary:hover{border-color:#61dafb;background:linear-gradient(135deg,#61dafb10,#61dafb20)}.info-card{cursor:default}.info-card:hover{transform:translateY(-4px)}.nav-card-icon{font-size:3rem;margin-bottom:1rem;display:block}.nav-card h3{margin:0 0 1rem;color:#333;font-size:1.5rem}.nav-card p{margin:0;color:#666;font-size:1rem;line-height:1.5}.info-section{max-width:600px;margin:3rem 0;padding:2rem;background:#f8f9fa;border-radius:12px;border-left:4px solid #646cff}.info-section h3{margin-top:0;color:#333;font-size:1.5rem}.steps-list{text-align:left;color:#555;font-size:1rem;line-height:1.6}.steps-list li{margin-bottom:.8rem;padding-left:.5rem}.testing-section{max-width:600px;margin:2rem 0;padding:1.5rem;background:#fff3cd;border-radius:12px;border-left:4px solid #ffc107}.testing-section h3{margin-top:0;color:#856404;font-size:1.3rem}.testing-section p{color:#856404;margin-bottom:1rem}.test-link{display:inline-block;padding:.8rem 1.5rem;background:#ffc107;color:#212529;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease}.test-link:hover{background:#e0a800;transform:translateY(-1px);box-shadow:0 4px 12px #ffc1074d}@media (max-width: 768px){#root{padding:1rem}.home-container{gap:1.5rem}.logo-section{gap:1rem}.logo{height:4em;padding:1em}h1{font-size:2.5em}.subtitle{font-size:1rem}.nav-cards{grid-template-columns:1fr;gap:1rem}.nav-card{padding:1.5rem}.testing-section{padding:1rem}}@media (prefers-color-scheme: dark){.card{background:#2d2d2d;border-color:#404040}.demo-text{color:#ccc}.nav-card{background:#2d2d2d;color:#fff}.nav-card h3{color:#fff}.nav-card p{color:#ccc}.info-section{background:#2d2d2d;color:#fff}.info-section h3{color:#fff}.steps-list{color:#ccc}.testing-section{background:#2d2d2d;border-left-color:#ffc107}.testing-section h3{color:#ffc107}.testing-section p{color:#ccc}}.login-container{max-width:400px;margin:2rem auto;padding:2rem;background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 20px #0000001a}.login-container h2{text-align:center;margin-bottom:1.5rem;color:#333;font-size:1.5rem;font-weight:600}.auth-info{background-color:#f0f8ff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid #007bff}.auth-info p{margin:0;color:#0056b3;font-size:.9rem;font-weight:500}.flow-selection{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.flow-button{padding:1.2rem;border:2px solid #ddd;border-radius:10px;background-color:#fff;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;text-align:center}.flow-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.flow-button.existing-user{border-color:#28a745;color:#28a745}.flow-button.existing-user:hover{background-color:#28a745;color:#fff}.flow-button.new-user{border-color:#007bff;color:#007bff}.flow-button.new-user:hover{background-color:#007bff;color:#fff}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.9rem}.form-group input[type=email],.form-group input[type=password]{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;box-sizing:border-box;transition:border-color .3s ease}.form-group input[type=email]:focus,.form-group input[type=password]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.checkbox-label{display:flex!important;align-items:center;gap:.5rem;font-weight:400!important;cursor:pointer}.checkbox-label input[type=checkbox]{margin:0;width:auto}.login-button,.google-button{width:100%;padding:.9rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;margin-bottom:.75rem;transition:all .3s ease}.login-button{background-color:#007bff;color:#fff}.login-button:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.login-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.google-button{background-color:#fff;color:#757575;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;gap:.75rem}.google-button:hover:not(:disabled){background-color:#f8f8f8;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.google-button:disabled{background-color:#f5f5f5;cursor:not-allowed;transform:none;box-shadow:none}.google-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#4285f4;color:#fff;border-radius:50%;font-weight:700;font-size:12px}.flow-change{text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.change-flow-button{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;font-size:.9rem;padding:.5rem;transition:color .3s ease}.change-flow-button:hover:not(:disabled){color:#0056b3}.change-flow-button:disabled{color:#ccc;cursor:not-allowed}.divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.divider span{padding:0 1rem;color:#777;font-size:.85rem;font-weight:500;background-color:#fff}.status-message{text-align:center;margin-top:1rem;font-size:.9rem;color:#666}.error{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;padding:.8rem;border-radius:6px;margin-top:1rem;font-size:.9rem;text-align:center}.success{color:#155724;background-color:#d4edda;border:1px solid #c3e6cb;padding:.8rem;border-radius:6px;margin-top:1rem;font-size:.9rem;text-align:center}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#007bff;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 480px){.login-container{margin:1rem;padding:1.5rem;border-radius:8px}.login-container h2{font-size:1.3rem}.flow-selection{gap:.75rem}.flow-button{padding:1rem;font-size:.9rem}.form-group input[type=email],.form-group input[type=password]{font-size:16px}.login-button,.google-button{padding:.8rem;font-size:.9rem}}@media (prefers-color-scheme: dark){.login-container{background-color:#1f1f1f;border-color:#333;color:#fff}.login-container h2{color:#fff}.auth-info{background-color:#1a2332;border-left-color:#4dabf7}.auth-info p{color:#4dabf7}.form-group label{color:#ccc}.form-group input[type=email],.form-group input[type=password]{background-color:#2d2d2d;border-color:#444;color:#fff}.form-group input[type=email]:focus,.form-group input[type=password]:focus{border-color:#4dabf7;box-shadow:0 0 0 3px #4dabf71a}.flow-button{background-color:#2d2d2d;border-color:#444;color:#ccc}.flow-button.existing-user{border-color:#51cf66;color:#51cf66}.flow-button.new-user{border-color:#4dabf7;color:#4dabf7}.divider:before,.divider:after{border-bottom-color:#444}.divider span{color:#999;background-color:#1f1f1f}}.url-setup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.url-setup-content{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:100%;max-width:500px;text-align:center}.url-setup-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.url-setup-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.5}.url-setup-form{width:100%}.form-group{margin-bottom:1.5rem;text-align:left}.form-label{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.url-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #e1e5e9;border-radius:8px;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.url-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.url-input::placeholder{color:#999}.submit-button{width:100%;padding:.875rem 1.5rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-button:hover{transform:translateY(-1px);box-shadow:0 5px 15px #667eea66}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-button:disabled:hover{transform:none;box-shadow:none}.saved-urls-section{margin-top:2rem;text-align:left}.saved-urls-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center}.saved-urls-list{list-style:none;padding:0;margin:0}.saved-url-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;background:#f8f9fa;border-radius:8px;border:1px solid #e1e5e9;transition:background-color .2s ease}.saved-url-item:hover{background:#f1f3f4}.saved-url-item a{color:#667eea;text-decoration:none;font-weight:500;flex:1;margin-right:1rem;word-break:break-all}.saved-url-item a:hover{text-decoration:underline}.saved-url-date{font-size:.875rem;color:#666;white-space:nowrap}@media (max-width: 480px){.url-setup-container{padding:1rem}.url-setup-content{padding:2rem}.url-setup-title{font-size:2rem}.saved-url-item{flex-direction:column;align-items:flex-start}.saved-url-item a{margin-right:0;margin-bottom:.5rem}}.signing-in-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.signing-in-content{background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 20px 40px #0000001a;text-align:center;max-width:400px;width:100%}.loader-container{margin-bottom:2rem;display:flex;justify-content:center}.signing-in-loader{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)}}.signing-in-title{color:#333;font-size:2rem;margin-bottom:1rem;font-weight:600}.signing-in-message{color:#666;font-size:1.1rem;margin-bottom:2rem;line-height:1.5}.signing-in-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:8px;height:8px;background-color:#667eea;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.5s}.dot:nth-child(3){animation-delay:1s}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width: 480px){.signing-in-content{margin:1rem;padding:2rem 1.5rem}.signing-in-title{font-size:1.5rem}.signing-in-message{font-size:1rem}}
