.status-display{position:relative;overflow:hidden}.status-display:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.status-display:hover:before{left:100%}.status-processing{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 15px 35px #0000001a}50%{box-shadow:0 15px 35px #667eea33}to{box-shadow:0 15px 35px #0000001a}}.status-success{animation:successPulse .6s ease-out}@keyframes successPulse{0%{transform:scale(.95);box-shadow:0 15px 35px #0000001a}50%{transform:scale(1.02);box-shadow:0 20px 40px #48bb784d}to{transform:scale(1);box-shadow:0 15px 35px #0000001a}}.status-error{animation:errorShake .5s ease-in-out}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.processing-animation{filter:drop-shadow(0 0 10px rgba(102,126,234,.5))}.progress-fill{position:relative;overflow:hidden}.progress-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:50px 50px;animation:progressStripes 1s linear infinite}@keyframes progressStripes{0%{background-position:0 0}to{background-position:50px 50px}}.status-content{animation:slideInUp .4s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.status-display{margin:20px 10px}.processing-animation{filter:drop-shadow(0 0 8px rgba(102,126,234,.4))}}@media (prefers-reduced-motion: reduce){.status-processing,.status-success,.status-error,.status-content,.progress-fill:after{animation:none}.processing-animation{filter:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333;line-height:1.6;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:center;align-content:center}.App{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;position:relative}.App:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0%,transparent 50%);z-index:-1}.App-header{text-align:center;margin-bottom:40px;z-index:1}.App-header h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;text-shadow:0 4px 20px rgba(0,0,0,.3);margin-bottom:10px}main{width:100%;max-width:1200px;z-index:1}.landing-page{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:60px 40px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;border:1px solid rgba(255,255,255,.2)}.hero-section{text-align:center;margin-bottom:60px}.hero-animation{margin-bottom:30px;display:flex;justify-content:center}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#1a202c;margin-bottom:20px;line-height:1.2}.highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#4a5568;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:60px}.feature-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px 30px;text-align:center;border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer}.feature-card:hover{box-shadow:0 20px 40px #00000026}.feature-icon{width:60px;height:60px;margin:0 auto 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.feature-title{font-size:1.4rem;font-weight:600;color:#1a202c;margin-bottom:15px}.feature-description{color:#4a5568;line-height:1.6}.pricing-section{display:flex;justify-content:center;margin-bottom:50px}.price-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;padding:40px;color:#fff;text-align:center;box-shadow:0 20px 40px #667eea4d;max-width:400px;width:100%}.price-header h3{font-size:1.5rem;font-weight:600;margin-bottom:20px}.price{display:flex;align-items:baseline;justify-content:center;margin-bottom:30px}.currency{font-size:1.5rem;font-weight:500}.amount{font-size:4rem;font-weight:800;margin:0 5px}.period{font-size:1.5rem;font-weight:500}.price-features{list-style:none;text-align:left}.price-features li{padding:8px 0;font-size:1.1rem}.cta-section{text-align:center}.cta-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;border-radius:16px;padding:20px 50px;font-size:1.2rem;font-weight:600;cursor:pointer;box-shadow:0 10px 30px #48bb784d;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto 20px;min-width:250px}.cta-button:disabled{opacity:.7;cursor:not-allowed}.security-note{color:#4a5568;font-size:.9rem;margin-top:15px}.backup-form-modern{max-width:800px;margin:0 auto;padding:0;background:transparent}.backup-form{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:50px 40px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3;border:1px solid rgba(255,255,255,.2);max-width:600px;margin:0 auto}.tutorial-section{background:#f8fafc;border-radius:16px;padding:24px;margin-top:20px}.tutorial-section h5{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.tutorial-section ol{list-style-position:inside;margin-bottom:24px}.tutorial-section ol li{margin-bottom:12px;color:#4a5568}.tutorial-section ul{list-style:none;margin-left:20px;margin-bottom:16px}.tutorial-section ul li{margin-bottom:8px;color:#4a5568;display:flex;align-items:center;gap:8px}.tutorial-section code{background:#edf2f7;padding:4px 8px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#4a5568}.security-note{background:#ebf8ff;border-left:4px solid #4299e1;padding:16px;border-radius:8px;margin-top:24px}.security-note p{color:#2b6cb0;font-weight:600;margin-bottom:12px}.security-note ul{list-style:none;margin:0}.security-note ul li{margin-bottom:8px;color:#4a5568;display:flex;align-items:center;gap:8px}.token-info{overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-top:12px}.token-info.visible{border:1px solid #e2e8f0}.info-content{padding:20px}.form-header-modern{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#fffffff2,#ffffffe6);border-radius:24px;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3)}.success-badge-modern{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem;box-shadow:0 8px 25px #10b9814d;animation:pulse-success 2s infinite}@keyframes pulse-success{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.sparkle{animation:sparkle 1.5s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:1;transform:rotate(0) scale(1)}50%{opacity:.7;transform:rotate(180deg) scale(1.2)}}.form-title-modern{color:#1a202c;margin:0 0 1rem;font-size:2.2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-subtitle-modern{color:#4a5568;font-size:1.1rem;margin:0;line-height:1.6}.form-header{text-align:center;margin-bottom:40px}.form-header h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin:20px 0}.success-message{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:20px;border-radius:16px;font-size:1.1rem;margin-top:20px}.auth-method-selector{margin-bottom:2rem;padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 15px 35px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.selector-title{text-align:center;color:#2d3748;font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.method-options{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.method-card{position:relative;padding:2rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:center;overflow:hidden}.method-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea0d,#764ba20d);opacity:0;transition:opacity .3s ease}.method-card:hover:before{opacity:1}.method-card.selected{border-color:#667eea;box-shadow:0 8px 25px #667eea33;transform:translateY(-2px)}.method-card.selected:before{opacity:1}.method-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.oauth-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.webhook-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.method-card h4{color:#2d3748;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.method-card p{color:#718096;font-size:.95rem;margin:0 0 1rem}.method-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.method-badge.recommended{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.method-badge.advanced{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.benefits{display:flex;flex-direction:column;gap:.5rem}.benefits span{color:#4a5568;font-size:.85rem;text-align:left}.backup-config-form-modern{padding:2rem;background:#fffffff2;border-radius:20px;box-shadow:0 15px 35px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.input-section-header{margin-bottom:1.5rem}.input-title-wrapper{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#667eea14,#764ba20d);border-radius:16px;border:1px solid rgba(102,126,234,.1)}.input-icon-badge{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 25px #667eea40;flex-shrink:0}.input-title-content{flex:1}.input-title{color:#2d3748;font-size:1.3rem;font-weight:700;margin:0 0 .25rem;line-height:1.2}.input-subtitle{color:#718096;font-size:1rem;margin:0;line-height:1.4}.enhanced-input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.enhanced-input-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 8px 25px #667eea26;transform:translateY(-2px)}.input-prefix{padding:1rem 0 1rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#edf2f7);border-right:1px solid #e2e8f0}.protocol-badge{color:#4a5568;font-weight:600;font-size:.95rem;font-family:Monaco,Menlo,monospace}.form-input-enhanced{flex:1;padding:1rem;border:none;outline:none;font-size:1rem;background:transparent;color:#2d3748;font-weight:500}.form-input-enhanced::placeholder{color:#a0aec0;font-weight:400}.input-status-indicator{padding:1rem 1.25rem;display:flex;align-items:center}.status-check{display:flex;align-items:center;justify-content:center}.input-help-section{margin-top:1rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.help-examples{flex:1;min-width:250px}.help-label{color:#4a5568;font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:block}.example-urls{display:flex;gap:.75rem;flex-wrap:wrap}.example-url{background:linear-gradient(135deg,#667eea1a,#764ba20d);border:1px solid rgba(102,126,234,.2);color:#667eea;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Monaco,Menlo,monospace}.example-url:hover{background:linear-gradient(135deg,#667eea26,#764ba21a);border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 12px #667eea33}.security-indicators{display:flex;gap:1rem;align-items:center}.security-item{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.85rem;font-weight:500}.security-item svg{flex-shrink:0}.form-group-modern{margin-bottom:2rem}.form-label-modern{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#2d3748;font-size:1rem;margin-bottom:.75rem}.input-wrapper-modern{position:relative}.form-input-modern{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e2e8f0;color:#2d3748;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;box-sizing:border-box}.form-input-modern:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.input-icon-modern{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0aec0;pointer-events:none}.info-button-modern{background:none;border:none;color:#667eea;cursor:pointer;padding:.25rem;border-radius:6px;transition:all .2s ease;margin-left:.5rem}.info-button-modern:hover{background:#667eea1a;transform:scale(1.1)}.token-info-modern{overflow:hidden;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:12px;margin-top:1rem;border:1px solid #e2e8f0}.token-info-modern.visible{box-shadow:0 4px 12px #0000000d}.info-content-modern{padding:1.5rem}.info-content-modern h4{color:#2d3748;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.tutorial-section-modern{margin-bottom:1.5rem}.tutorial-step{display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;background:#fff;border-radius:10px;border-left:4px solid #667eea}.step-number{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.tutorial-step h5{color:#2d3748;font-size:1rem;font-weight:600;margin:0 0 .25rem}.tutorial-step p{color:#4a5568;font-size:.9rem;margin:0;line-height:1.5}.security-note-modern{background:linear-gradient(135deg,#f565651a,#e53e3e0d);border:1px solid rgba(245,101,101,.2);border-radius:10px;padding:1rem}.security-note-modern h5{color:#e53e3e;font-size:1rem;font-weight:600;margin:0 0 .75rem}.security-note-modern ul{margin:0;padding-left:1.25rem}.security-note-modern li{color:#4a5568;font-size:.9rem;margin-bottom:.25rem}.submit-button-modern{width:100%;border:none;padding:1.25rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:15rem;margin-top:1.5rem;position:relative;overflow:hidden}.submit-button-modern:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.submit-button-modern:hover:before{left:100%}.oauth-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 8px 25px #667eea4d}.webhook-button{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 8px 25px #f093fb4d}.submit-button-modern:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.spinner-modern{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.error-message-modern{background:linear-gradient(135deg,#f565651a,#e53e3e0d);color:#e53e3e;padding:1rem;border-radius:12px;border:1px solid rgba(245,101,101,.2);font-size:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.oauth-info-modern{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:12px;border:1px solid rgba(102,126,234,.1)}.oauth-features{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#4a5568;font-size:.95rem}.feature-item svg{color:#10b981;flex-shrink:0}@media (max-width: 768px){.method-options{grid-template-columns:1fr}.form-title-modern{font-size:1.8rem}.backup-form-modern{max-width:100%;padding:0 1rem}.form-header-modern,.auth-method-selector,.backup-config-form-modern{padding:1.5rem}.input-title-wrapper{flex-direction:column;text-align:center;gap:1rem}.input-help-section{flex-direction:column;gap:1rem}.security-indicators,.example-urls{justify-content:center}.input-title{font-size:1.1rem}.input-subtitle{font-size:.9rem}}.backup-config-form{display:flex;flex-direction:column;gap:30px}.form-group{display:flex;flex-direction:column}.form-label{display:flex;align-items:center;gap:10px;font-weight:600;color:#2d3748;margin-bottom:10px;font-size:1.1rem}.info-button{background:none;border:none;color:#667eea;cursor:pointer;padding:2px;border-radius:4px;transition:all .2s ease}.info-button:hover{background:#667eea1a}.form-input{padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fffc}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.token-info{overflow:hidden;margin-top:15px}.token-info.visible{display:block}.info-content{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.info-content h4{color:#2d3748;margin-bottom:15px;font-weight:600}.info-content ol{padding-left:20px}.info-content li{margin-bottom:8px;color:#4a5568}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;padding:18px 40px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 10px 30px #667eea4d;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px}.submit-button:disabled{opacity:.7;cursor:not-allowed}.status-display{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:30px;margin:30px auto;max-width:600px;box-shadow:0 15px 35px #0000001a;border:1px solid rgba(255,255,255,.2)}.status-content{display:flex;align-items:flex-start;gap:20px}.status-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px}.status-text{flex:1}.status-message{font-size:1.1rem;font-weight:500;color:#2d3748;margin-bottom:15px}.progress-container{display:flex;align-items:center;gap:15px}.progress-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}.progress-text{font-weight:600;color:#4a5568;min-width:40px}.success-animation-container{position:absolute;top:-30px;right:-30px}.status-success{border-left:4px solid #48bb78}.status-error{border-left:4px solid #f56565}.status-processing{border-left:4px solid #667eea}.status-info{border-left:4px solid #4299e1}.error-message{background:linear-gradient(135deg,#fed7d7,#feb2b2);color:#c53030;padding:15px 20px;border-radius:12px;border:1px solid #fca5a5;font-weight:500;display:flex;align-items:center;gap:10px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lottie-container{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.App{padding:15px}.landing-page,.backup-form{padding:40px 25px;margin:10px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:30px 20px}.price-card{padding:30px 25px}.cta-button,.submit-button{padding:16px 30px;font-size:1rem;min-width:200px}.status-content{flex-direction:column;text-align:center;gap:15px}.progress-container{flex-direction:column;gap:10px}}@media (max-width: 480px){.hero-title,.form-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:25px 15px}.landing-page,.backup-form{padding:30px 20px}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#667eea80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#667eeab3}: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}}
