@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.vpn-working-wizard{gap:16px;margin-top:16px;display:grid}.vpn-working-wizard .button--secondary{color:#1d4ed8;background:#eff6ffe6;border-color:#3b82f647}.vpn-working-wizard .button--secondary:hover:not(:disabled){color:#1e40af;background:#dbeafef2;border-color:#3b82f661}.vpn-working-wizard--compare{border:1px solid var(--border-color-1);background:var(--primary-text);border-radius:16px;gap:12px;padding:16px;animation:.35s ease-out backwards fadeInDown;display:grid}.vpn-working-wizard--compare-header{justify-content:space-between;gap:12px;display:flex}.vpn-working-wizard--compare-header h2{color:var(--text-1);margin:0 0 4px;font-size:20px;line-height:1.2}.vpn-working-wizard--compare-header p{color:var(--text-secondary);max-width:780px;margin:0;font-size:14px;line-height:1.55}@media (max-width:640px){.vpn-working-wizard--compare-header{flex-direction:column}}.vpn-working-wizard--compare-actions{flex-wrap:wrap;flex-shrink:0;align-items:flex-start;gap:8px;display:flex}.vpn-working-wizard--capture-button{white-space:nowrap}.vpn-working-wizard--compare-tools{flex-wrap:wrap;gap:8px;display:flex}.vpn-working-wizard--compare-link{color:#334155;cursor:pointer;background:#ffffffdb;border:1px solid #94a3b840;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:6px 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.vpn-working-wizard--compare-link:hover{color:#1d4ed8;background:#eff6ffcc;border-color:#3b82f640}.vpn-working-wizard--compare-link.is-button{appearance:none}.vpn-working-wizard--compare-error{color:#991b1b;background:#fef2f2d9;border:1px solid #ef444433;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.4}.vpn-working-wizard--compare-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.vpn-working-wizard--snapshot-card{border:1px solid var(--border-color-1);background:#ffffffa6;border-radius:12px;gap:10px;padding:12px;display:grid}.vpn-working-wizard--snapshot-card-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.vpn-working-wizard--snapshot-card-header h3{color:var(--text-1);margin:0;font-size:15px}.vpn-working-wizard--snapshot-loading{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.vpn-working-wizard--spinner{animation:.9s linear infinite vpn-working-spin}.vpn-working-wizard--snapshot-empty{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.vpn-working-wizard--snapshot-list{gap:8px;margin:0;display:grid}.vpn-working-wizard--snapshot-list>div{grid-template-columns:78px 1fr;align-items:start;gap:8px;display:grid}.vpn-working-wizard--snapshot-list dt{color:var(--text-secondary);margin:0;font-size:12px;font-weight:700}.vpn-working-wizard--snapshot-list dd{color:var(--text-foreground);word-break:break-word;margin:0;font-size:13px;line-height:1.45}.vpn-working-wizard--diff{background:#f8fafcbf;border:1px solid #94a3b833;border-radius:12px;gap:8px;padding:12px;display:grid}.vpn-working-wizard--diff h3{color:var(--text-1);margin:0;font-size:15px}.vpn-working-wizard--diff-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.vpn-working-wizard--diff-list li{color:var(--text-foreground);background:#ffffffd9;border:1px solid #94a3b82e;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.vpn-working-wizard--diff-list li strong{font-size:12px;font-weight:800}.vpn-working-wizard--diff-list li.is-good{background:#dcfce799;border-color:#22c55e33}.vpn-working-wizard--diff-list li.is-good strong{color:#166534}.vpn-working-wizard--diff-list li.is-bad{background:#fee2e2a6;border-color:#ef444433}.vpn-working-wizard--diff-list li.is-bad strong{color:#991b1b}.vpn-working-wizard--diff-list li.is-warning{background:#fef3c799;border-color:#f59e0b33}.vpn-working-wizard--diff-list li.is-warning strong{color:#92400e}.vpn-working-wizard--diff-list li.is-neutral strong{color:#475569}.vpn-working-wizard--summary{border:1px solid var(--border-color-1);background:var(--primary-text);border-radius:16px;gap:12px;padding:16px;animation:.5s ease-out backwards fadeInDown;display:grid}.vpn-working-wizard--summary-pass{background:linear-gradient(135deg,#22c55e0f,#22c55e00),var(--primary-text);border-color:#22c55e59}.vpn-working-wizard--summary-warning{background:linear-gradient(135deg,#f59e0b12,#f59e0b00),var(--primary-text);border-color:#f59e0b59}.vpn-working-wizard--summary-fail{background:linear-gradient(135deg,#ef44440f,#ef444400),var(--primary-text);border-color:#ef44444d}.vpn-working-wizard--summary-header{justify-content:space-between;gap:12px;display:flex}@media (max-width:640px){.vpn-working-wizard--summary-header{flex-direction:column}}.vpn-working-wizard--summary-titleWrap{align-items:flex-start;gap:12px;display:flex}.vpn-working-wizard--summary-titleWrap h2{color:var(--text-1);margin:0 0 4px;font-size:22px;line-height:1.2}.vpn-working-wizard--summary-titleWrap p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.55}.vpn-working-wizard--summary-icon{color:#2563eb;flex-shrink:0;width:22px;height:22px;margin-top:2px}.vpn-working-wizard--summary-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.vpn-working-wizard--summary-button{white-space:nowrap}.vpn-working-wizard--reset{width:36px;min-width:36px;height:36px;padding:0}.vpn-working-wizard--progress{background:#94a3b833;border-radius:999px;height:10px;overflow:hidden}.vpn-working-wizard--progress-fill{border-radius:inherit;background:linear-gradient(90deg,#2563eb,#06b6d4);height:100%;transition:width .25s}.vpn-working-wizard--progress-meta{color:var(--text-secondary);justify-content:space-between;gap:12px;font-size:13px;display:flex}@media (max-width:640px){.vpn-working-wizard--progress-meta{flex-direction:column;gap:4px;font-size:12px}}.vpn-working-wizard--summary-list{color:var(--text-foreground);gap:6px;margin:0;padding-left:18px;font-size:14px;display:grid}.vpn-working-wizard--steps{gap:14px;display:grid}.vpn-working-wizard--step{border:1px solid var(--border-color-1);background:var(--primary-text);border-radius:14px;gap:12px;padding:14px;animation:.55s ease-out backwards fadeInDown;display:grid}.vpn-working-wizard--step-success{border-color:#22c55e59}.vpn-working-wizard--step-warning{border-color:#f59e0b59}.vpn-working-wizard--step-error{border-color:#ef44444d}.vpn-working-wizard--step-header{justify-content:space-between;gap:12px;display:flex}@media (max-width:640px){.vpn-working-wizard--step-header{flex-direction:column;gap:10px}}.vpn-working-wizard--step-titleWrap{align-items:flex-start;gap:10px;min-width:0;display:flex}.vpn-working-wizard--step-titleWrap h3{color:var(--text-1);flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 6px;font-size:17px;line-height:1.25;display:flex}.vpn-working-wizard--step-titleWrap p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.55}.vpn-working-wizard--step-index{width:28px;height:28px;color:var(--text-foreground);background:#ffffffe6;border:1px solid #94a3b859;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:12px;font-weight:700;display:inline-flex}.vpn-working-wizard--step-index-success{color:#166534;background:#dcfce7cc;border-color:#22c55e73}.vpn-working-wizard--step-index-error{color:#991b1b;background:#fee2e2cc;border-color:#ef444459}.vpn-working-wizard--step-index-warning{color:#92400e;background:#fef3c7cc;border-color:#f59e0b59}.vpn-working-wizard--optional{letter-spacing:.02em;color:#475569;background:#f8fafce6;border:1px solid #94a3b84d;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:600}.vpn-working-wizard--badge{color:#334155;background:#f8fafcf2;border:1px solid #94a3b84d;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:12px;font-weight:700}.vpn-working-wizard--badge-success{color:#166534;background:#dcfce7d9;border-color:#22c55e59}.vpn-working-wizard--badge-warning{color:#92400e;background:#fef3c7d9;border-color:#f59e0b59}.vpn-working-wizard--badge-error{color:#991b1b;background:#fee2e2e6;border-color:#ef44444d}.vpn-working-wizard--step-controls{gap:10px;display:grid}.vpn-working-wizard--tool-link{color:#1d4ed8;background:#eff6ffd9;border:1px solid #2563eb40;border-radius:10px;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:9px 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.vpn-working-wizard--tool-link:hover{background:#dbeafef2}.vpn-working-wizard--choices{flex-wrap:wrap;gap:8px;display:flex}.vpn-working-wizard--choices button{border:1px solid var(--border-color-1);color:var(--text-foreground);cursor:pointer;background:#fff;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;transition:border-color .15s,background-color .15s,color .15s,transform .15s}.vpn-working-wizard--choices button:hover{transform:translateY(-1px)}.vpn-working-wizard--choices button.is-active{color:#1e40af;background:#eff6ffe6;border-color:#3b82f666}.vpn-working-wizard--choices button.is-success{color:#166534;background:#dcfce7cc;border-color:#22c55e59}.vpn-working-wizard--choices button.is-warning{color:#92400e;background:#fef3c7d9;border-color:#f59e0b59}.vpn-working-wizard--choices button.is-error{color:#991b1b;background:#fee2e2e0;border-color:#ef444447}@media (max-width:640px){.vpn-working-wizard{gap:12px}.vpn-working-wizard--compare{border-radius:14px;padding:14px}.vpn-working-wizard--compare-header h2{font-size:18px}.vpn-working-wizard--compare-header p{font-size:13px}.vpn-working-wizard--compare-grid{grid-template-columns:1fr;gap:10px}.vpn-working-wizard--compare-link{width:100%}.vpn-working-wizard--summary{border-radius:14px;padding:14px}.vpn-working-wizard--summary-titleWrap h2{font-size:19px}.vpn-working-wizard--step{gap:10px;padding:12px}.vpn-working-wizard--step-titleWrap h3{font-size:16px}.vpn-working-wizard--step-titleWrap p{font-size:13px}.vpn-working-wizard--tool-link{width:100%}.vpn-working-wizard--choices{gap:6px}.vpn-working-wizard--choices button{padding:7px 10px;font-size:12px}}.vpn-working-wizard--steps>.vpn-working-wizard--step:first-child{animation-delay:40ms}.vpn-working-wizard--steps>.vpn-working-wizard--step:nth-child(2){animation-delay:80ms}.vpn-working-wizard--steps>.vpn-working-wizard--step:nth-child(3){animation-delay:.12s}.vpn-working-wizard--steps>.vpn-working-wizard--step:nth-child(4){animation-delay:.16s}.vpn-working-wizard--steps>.vpn-working-wizard--step:nth-child(5){animation-delay:.2s}.vpn-working-wizard--steps>.vpn-working-wizard--step:nth-child(6){animation-delay:.24s}.vpn-working-wizard--steps>.vpn-working-wizard--step:nth-child(7){animation-delay:.28s}@keyframes vpn-working-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.is-my-vpn-working-page--hero{border:1px solid var(--border-color-1);background:var(--primary-text);border-radius:14px;gap:8px;margin-top:12px;padding:16px;animation:.45s ease-out backwards fadeInDown;display:grid}.is-my-vpn-working-page--hero h2{color:var(--text-1);margin:0}.is-my-vpn-working-page--hero p{color:var(--text-foreground);margin:0;line-height:1.7}.is-my-vpn-working-page--fixes{color:var(--text-foreground);gap:8px;margin:0;padding-left:20px;display:grid}@media (max-width:640px){.is-my-vpn-working-page--hero{padding:14px}}
