.del-methods-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1000px;margin:0 auto 2rem}@media(min-width:720px){.del-methods-grid{grid-template-columns:repeat(3,1fr)}}.del-method-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.85rem;position:relative;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.del-method-card:hover{box-shadow:0 12px 40px #006fff1f;transform:translateY(-3px)}html.dark .del-method-card{background:#ffffff0a;border-color:#ffffff14}.del-method-num{position:absolute;top:1.25rem;inset-inline-end:1.25rem;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#006fff,#082770);color:#fff;font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center}.del-method-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#006fff1f,#0827701f);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#006fff;flex-shrink:0}html.dark .del-method-icon{background:#006fff2e;color:#60a5fa}.del-method-title{font-size:1.1rem;font-weight:800;color:var(--text);margin:0}.del-method-desc{font-size:.9rem;color:var(--text-muted, #6b7280);margin:0;line-height:1.6}.del-steps{margin:0;padding-inline-start:1.4rem;display:flex;flex-direction:column;gap:.45rem;font-size:.9rem;color:var(--text);line-height:1.6;flex:1}.del-steps li strong{color:#006fff;font-weight:700}html.dark .del-steps li strong{color:#60a5fa}.del-download-label{margin-top:.25rem;font-weight:600;opacity:.7}.del-store-btns{display:flex;flex-direction:column;gap:.6rem}.del-store-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;text-decoration:none;background:#111;color:#fff;transition:opacity .2s ease,transform .2s ease}.del-store-btn:hover{opacity:.85;transform:translateY(-1px)}.del-store-btn i{font-size:1.5rem;flex-shrink:0}.del-store-text{display:flex;flex-direction:column;line-height:1.25}.del-store-text small{font-size:.65rem;font-weight:400;opacity:.75}.del-store-text strong{font-size:.875rem;font-weight:800;color:#fff}html.dark .del-store-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.12)}.del-method-actions{display:flex;flex-direction:column;gap:.65rem;margin-top:.25rem}.del-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.65rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.del-btn:hover{opacity:.85;transform:translateY(-1px)}.del-btn-primary{background:linear-gradient(135deg,#006fff,#082770);color:#fff;box-shadow:0 4px 14px #006fff4d}.del-btn-ghost{background:transparent;border:1.5px solid var(--border-color);color:var(--text)}html.dark .del-btn-ghost{border-color:#ffffff26;color:#fffc}.del-btn-full{width:100%;margin-top:auto}.del-method-note{font-size:.78rem;color:var(--text-muted, #9ca3af);margin:0;line-height:1.5}.del-info-box{display:flex;align-items:flex-start;gap:1rem;max-width:1000px;margin:0 auto 1.5rem;padding:1.25rem 1.5rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:1rem;color:var(--text)}.del-info-box>i{font-size:1.3rem;color:#f59e0b;margin-top:2px;flex-shrink:0}.del-info-title{font-weight:700;font-size:.95rem;margin:0 0 .3rem}.del-info-desc{font-size:.875rem;margin:0;line-height:1.65;opacity:.85}.del-restore-box{display:flex;align-items:flex-start;gap:1rem;max-width:1000px;margin:0 auto 1.5rem;padding:1.25rem 1.5rem;background:#10b98114;border:1px solid rgba(16,185,129,.25);border-radius:1rem;color:var(--text)}.del-restore-box>i{font-size:1.3rem;color:#10b981;margin-top:2px;flex-shrink:0}.del-restore-box .del-info-desc strong{color:#10b981;font-weight:700}html.dark .del-restore-box .del-info-desc strong{color:#34d399}.del-support-row{display:flex;align-items:center;justify-content:center;gap:.5rem;max-width:1000px;margin:0 auto;font-size:.9rem;color:var(--text-muted, #6b7280);flex-wrap:wrap}.del-support-row>i{color:#006fff;font-size:1rem}.del-support-row a{color:#006fff;font-weight:700;text-decoration:none}.del-support-row a:hover{text-decoration:underline}html.dark .del-support-row a{color:#60a5fa}html.dark .del-support-row>i{color:#60a5fa}
