@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";body{background:#eef4ff;min-height:100vh;padding-top:56px;font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif}.bg-world{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.bg-gradient{opacity:.06;background:linear-gradient(135deg,#667eea 0%,#764ba2 25%,#f093fb 50%,#4facfe 75%,#00f2fe 100%) 0 0/400% 400%;animation:15s infinite gradientShift;position:absolute;inset:0}@keyframes gradientShift{0%,to{background-position:0%}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}}.bg-dots{background-image:radial-gradient(circle,#1a8cff33 1.5px,#0000 1.5px);background-size:28px 28px;animation:20s linear infinite dotsFloat;position:absolute;inset:0}@keyframes dotsFloat{0%{transform:translate(0)}to{transform:translate(28px,28px)}}.floating-shapes{position:absolute;inset:0}.shape{opacity:.35;border-radius:6px;animation:linear infinite shapeFloat;position:absolute}.shape-1{background:#e2231a;width:30px;height:30px;animation-duration:18s;top:8%;left:5%}.shape-2{background:#00b06f;border-radius:50%;width:22px;height:22px;animation-duration:22s;top:15%;right:8%}.shape-3{background:#1a8cff;width:40px;height:40px;animation-duration:25s;top:35%;left:3%}.shape-4{background:#f5a623;border-radius:50%;width:18px;height:18px;animation-duration:20s;top:50%;right:6%}.shape-5{background:#8b5cf6;width:35px;height:35px;animation-duration:24s;top:65%;left:7%}.shape-6{background:#ec4899;border-radius:50%;width:24px;height:24px;animation-duration:19s;top:80%;right:10%}.shape-7{background:#00b06f;width:28px;height:28px;animation-duration:21s;top:25%;left:90%}.shape-8{background:#e2231a;border-radius:50%;width:20px;height:20px;animation-duration:17s;top:45%;left:92%}.shape-9{background:#f5a623;width:32px;height:32px;animation-duration:23s;top:70%;left:2%}.shape-10{background:#1a8cff;border-radius:50%;width:16px;height:16px;animation-duration:16s;top:90%;left:15%}.shape-11{background:#8b5cf6;width:26px;height:26px;animation-duration:20s;top:12%;left:50%}.shape-12{background:#ec4899;border-radius:50%;width:22px;height:22px;animation-duration:26s;top:55%;left:45%}@keyframes shapeFloat{0%{transform:translateY(0)rotate(0)scale(1)}25%{transform:translateY(-40px)rotate(90deg)scale(1.1)}50%{transform:translateY(-15px)rotate(180deg)scale(.95)}75%{transform:translateY(-55px)rotate(270deg)scale(1.05)}to{transform:translateY(0)rotate(360deg)scale(1)}}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fff6;border-bottom:2px solid #1a8cff26;align-items:center;height:56px;display:flex;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:0 16px;display:flex}.nav-logo{color:#e2231a;align-items:center;gap:8px;font-size:1.2em;font-weight:800;display:flex}.nav-stat{color:#64748b;font-size:.85em}.nav-stat i{color:#00b06f}.container{z-index:1;max-width:560px;margin:0 auto;padding:20px 16px;position:relative}.card{background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden;box-shadow:0 4px 24px #00000014}.card-bar{color:#e2231a;background:#e2231a14;border-bottom:1px solid #e2231a1a;align-items:center;gap:10px;padding:12px 16px;font-weight:700;display:flex}.card-content{padding:20px}.hero{text-align:center;padding:28px 0 20px}.hero h1{background:linear-gradient(90deg,#e2231a,#f5a623,#00b06f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:1.6em;font-weight:800}.hero p{color:#64748b}.hero-tags{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;display:flex}.tag{color:#00b06f;background:#00b06f1a;border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:.8em;font-weight:700;display:flex}.field-label{color:#374151;margin-bottom:6px;font-size:.85em;font-weight:700;display:block}.input-wrap{position:relative}.input-wrap i{color:#94a3b8;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-wrap input{background:#f7f9fc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:12px 14px 12px 42px;font-family:inherit;font-size:.95em}.input-hint{color:#94a3b8;margin-top:6px;font-size:.8em}.svc-grid{grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;display:grid}.svc-card{cursor:pointer;background:#f7f9fc;border:2px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;transition:all .2s;display:flex;position:relative}.svc-card:hover{transform:translateY(-2px)}.svc-card.selected{background:#00b06f14;border-color:#00b06f}.svc-ico{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.svc-ico.c1{background:linear-gradient(135deg,#e2231a,#ff6b6b)}.svc-ico.c2{background:linear-gradient(135deg,#00b06f,#00d68f)}.svc-ico.c3{background:linear-gradient(135deg,#1a8cff,#60a5fa)}.svc-ico.c4{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.svc-txt strong{color:#1a202c;font-size:.7em;display:block}.svc-txt small{color:#94a3b8;font-size:.68em}.svc-chk{background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.5em;transition:all .2s;display:flex;position:absolute;top:5px;right:5px}.svc-card.selected .svc-chk{color:#fff;background:#00b06f}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:14px;padding:14px;font-family:inherit;font-size:1em;font-weight:800;display:flex}.btn-primary{color:#fff;background:#00b06f;box-shadow:0 4px 15px #00b06f4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-verify{color:#fff;background:#e2231a;box-shadow:0 4px 15px #e2231a4d}.btn-primary:hover,.btn-verify:hover{filter:brightness(1.08);transform:translateY(-1px)}.slider-group{background:#f7f9fc;border:1.5px solid #e2e8f0;border-radius:14px;margin-bottom:12px;padding:16px}.slider-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.slider-lbl{color:#1a202c;align-items:center;gap:8px;font-size:.95em;font-weight:700;display:flex}.slider-lbl i{color:#fff;background:linear-gradient(135deg,#e2231a,#ff6b6b);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8em;display:flex}.slider-val{color:#00b06f;background:#00b06f14;border-radius:8px;padding:2px 10px;font-size:18px;font-weight:800}.slider-track{align-items:center;height:22px;margin-bottom:6px;display:flex;position:relative}.gen-range{-webkit-appearance:none;cursor:pointer;z-index:2;background:#0000000f;border-radius:6px;width:100%;height:6px;position:relative}.gen-range::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:linear-gradient(135deg,#00b06f,#00d68f);border:3px solid #fff;border-radius:50%;width:22px;height:22px}.slider-fill{pointer-events:none;z-index:1;background:linear-gradient(90deg,#00b06f,#00d68f);border-radius:6px;height:6px;transition:width .1s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.slider-marks{color:#9ca3af;justify-content:space-between;font-size:.75em;display:flex}.slider-continue{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b06f,#00d68f);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:18px;padding:14px;font-family:inherit;font-size:1em;font-weight:800;display:flex}.progress-bar{background:#0000000f;border-radius:6px;width:100%;height:14px;margin:10px 0;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#e2231a,#f5a623,#00b06f);border-radius:6px;height:100%;transition:width .4s}.step{align-items:center;gap:12px;padding:10px 0;transition:all .3s;display:flex}.step.done{opacity:1}.step.done .step-dot{color:#fff;background:#00b06f}.step-dot{background:#eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.step-title{font-size:.9em;font-weight:600}.step-status{color:#94a3b8;font-size:.78em}.terminal{background:#111;border:1px solid #222;border-radius:12px;margin:18px 0;overflow:hidden}.term-bar{color:#888;background:#1a1a1a;align-items:center;gap:10px;padding:8px 14px;display:flex}.term-dots{gap:5px;display:flex}.term-dots span{background:#444;border-radius:50%;width:10px;height:10px}.term-dots span:first-child{background:#ff5f57}.term-dots span:nth-child(2){background:#ffbd2e}.term-dots span:last-child{background:#27c93f}.term-body{color:#0f0;max-height:200px;padding:14px;font-family:Courier New,monospace;font-size:.82em;overflow-y:auto}.log-line{margin-bottom:4px}.log-ts{color:#555;margin-right:8px}.log-success{color:#27c93f}.counters{gap:10px;margin:18px 0;display:flex}.cnt{text-align:center;background:#f7f9fc;border-radius:12px;flex:1;padding:14px}.cnt i{color:#e2231a;margin-bottom:6px;font-size:1.3em;display:block}.cnt-val{font-size:1.2em;font-weight:800;display:block}.cnt-lbl{color:#94a3b8;font-size:.75em}.user-profile{align-items:center;gap:12px;margin-bottom:14px;display:flex}.user-avatar{background:#e2231a33;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-info strong{display:block}.user-info small{color:#00b06f;font-size:.85em}.result-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.result-box{text-align:center;background:#e2231a14;border-radius:12px;padding:16px}.result-box i{color:#e2231a;margin-bottom:6px;font-size:1.3em;display:block}.result-val{color:#00b06f;font-size:1.1em;font-weight:800;display:block}.result-lbl{color:#94a3b8;font-size:.78em}.offers-list{flex-direction:column;gap:10px;margin:14px 0;display:flex}.offer-card{color:inherit;background:#f7f9fc;border:1px solid #eee;border-radius:12px;align-items:center;gap:14px;padding:14px;text-decoration:none;transition:all .2s;display:flex}.offer-card:hover{border-color:#e2231a;transform:translateY(-2px)}.offer-icon{color:#fff;background:#1a8cff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.offer-info{flex:1}.offer-name{font-size:.92em;font-weight:700}.offer-desc{color:#94a3b8;font-size:.8em}.offer-go{color:#fff;background:#00b06f;border-radius:8px;padding:8px 16px;font-size:.85em;font-weight:700}.spinner{border:4px solid #eee;border-top-color:#e2231a;border-radius:50%;width:40px;height:40px;margin:20px auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.offers-foot,.verify-note{text-align:center;color:#94a3b8;margin-top:14px;font-size:.82em}.verify-note i,.offers-foot i{margin-right:4px}.testi{background:#fff;border:1px solid #0000000d;border-radius:12px;gap:12px;margin-bottom:10px;padding:14px;display:flex}.testi-av{border-radius:50%;flex-shrink:0;width:40px;height:40px}.testi-name{font-size:.9em;font-weight:700}.testi-stars{color:#f5a623;margin-left:8px;font-size:.85em}.testi p{color:#64748b;margin-top:4px;font-size:.85em}@media (width<=520px){.svc-grid,.result-grid{grid-template-columns:1fr 1fr}}.screen{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box;margin:0;padding:0}body{background:#eef4ff;min-height:100vh;font-family:Nunito,sans-serif}
