body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.homepage{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#fff;min-height:100vh}.hero-section{background:radial-gradient(circle at 50% 50%,#667eea1a 0,#0000 70%);padding:6rem 2rem 4rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;font-size:3.5rem;font-weight:700;gap:1rem;justify-content:center;margin:0 0 1rem}.hero-title,.live-indicator{align-items:center;display:flex}.live-indicator{background:#ff44441a;border:1px solid #ff44444d;border-radius:25px;color:#f44;font-size:1.2rem;gap:.5rem;padding:.5rem 1rem}.live-dot{animation:pulse 2s infinite;background:#f44;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-subtitle{color:#b0b0b0;font-size:1.5rem;margin:0 0 1rem}.hero-description{color:grey;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.features-section{margin:0 auto;max-width:1200px;padding:4rem 2rem}.section-title{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#ffffff14;box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-title{color:#fff;font-size:1.3rem;margin:0 0 1rem}.feature-description{color:#b0b0b0;line-height:1.5;margin:0}.activity-section{margin:0 auto;max-width:800px;padding:4rem 2rem}.activity-list{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;overflow:hidden;padding:1rem}.activity-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;gap:1rem;padding:1rem;transition:background .2s ease}.activity-item:last-child{border-bottom:none}.activity-item:hover{background:#ffffff08}.activity-icon{font-size:1.5rem;text-align:center;width:40px}.activity-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}.activity-action{color:#fff;font-weight:500}.activity-time{color:#666;font-size:.9rem}.stats-section{background:#0000004d;padding:4rem 2rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.stat-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem 1rem;text-align:center}.stat-number{color:#667eea;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#b0b0b0;font-size:1rem;letter-spacing:1px;text-transform:uppercase}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.activity-content{align-items:flex-start;flex-direction:column;gap:.5rem}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}}.App{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-header{color:#fff;padding:2rem}.App-header h1{font-size:3rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0000004d}.App-header p{font-size:1.2rem;margin:.5rem 0 0;opacity:.9}.main-content{flex:1 1;margin:0 auto;max-width:800px;padding:2rem;width:100%}.clone-form{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;margin-bottom:2rem;padding:2rem}.input-group{display:flex;flex-wrap:wrap;gap:1rem}.url-input{border:2px solid #e0e0e0;border-radius:10px;flex:1 1;font-size:1rem;min-width:300px;padding:1rem;transition:border-color .3s}.url-input:focus{border-color:#667eea;outline:none}.clone-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s,box-shadow .2s}.clone-button:hover:not(:disabled){box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.clone-button:disabled{cursor:not-allowed;opacity:.6}.loading{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;margin-bottom:2rem;padding:3rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background:#fee;border:1px solid #fcc;border-radius:10px;color:#c33;margin-bottom:2rem;padding:1.5rem}.result{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;padding:2rem;text-align:left}.result h2{color:#28a745;margin-top:0}.result-info{background:#f8f9fa;border-radius:8px;margin:1rem 0;padding:1rem}.result-info p{margin:.5rem 0}.download-link{color:#667eea;font-weight:600;text-decoration:none}.download-link:hover{text-decoration:underline}.instructions{margin-top:1.5rem}.instructions h3{color:#333;margin-bottom:1rem}.instructions ol{padding-left:1.5rem}.instructions li{line-height:1.6;margin-bottom:.5rem}.instructions code{background:#f1f3f4;border-radius:4px;color:#d73a49;font-family:Courier New,monospace;padding:.2rem .4rem}.App-footer{color:#fff;opacity:.8;padding:1.5rem}@media (max-width:768px){.App-header h1{font-size:2rem}.main-content{padding:1rem}.input-group{flex-direction:column}.url-input{min-width:100%}}.app-container{display:flex;flex-direction:column;min-height:100vh}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{gap:2rem;justify-content:center;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-container,.nav-link{align-items:center;display:flex}.nav-link{border-radius:8px;color:#b0b0b0;font-size:1.1rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#667eea33;border:1px solid #667eea4d;color:#667eea}
/*# sourceMappingURL=main.fd65d752.css.map*/